From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6657178434036301824 X-Received: by 2002:a2e:9dd3:: with SMTP id x19-v6mr363297ljj.24.1549995139913; Tue, 12 Feb 2019 10:12:19 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:520f:: with SMTP id m15ls1679790lfb.5.gmail; Tue, 12 Feb 2019 10:12:18 -0800 (PST) X-Google-Smtp-Source: AHgI3IahsNb1rT3bMpOL26QYNCIfbIJxicWiRA+BmYi/rYo0hO1Q6Fvtdb50BKGnjSd1oj506/0x X-Received: by 2002:ac2:418d:: with SMTP id z13mr364329lfh.13.1549995138396; Tue, 12 Feb 2019 10:12:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549995138; cv=none; d=google.com; s=arc-20160816; b=kMefaOLYy/3AbC7aMArwdWDkPdvO7/IlFgSwnXREqjMpGYZNXD6bdDGg24Y4xpH4+W 8CY1l0fCvwOQ0qq1ht6F6xS/1yHzxbciomEwqpM6eK2ZFxs7LqySMbUeADVQE0amKy5L a2LJLkIkZo5JcuekZN7Tlk31V8D1QIuTxaFXSt6lnMLFxzqWzo4+3zJQVaR00HliYouV v8y3NX7HD0ndwoF3T82lCMQxqQTc77ItmohvVNosoDRQTHvHjMMttjmtQLPlUAqL5ItA OyeAObochT0oT7P65+yfe5JFSEgm5MpB0T/jIaOirxhwTDHYVQj2ehvh1BTW9TB+fWlU CDjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:subject:to:from :date; bh=e4FiuwEaEIrMFPl8gCuOGZkm0zNhBmWbeQT+SbBIajA=; b=ZV7f/qLxYOH6R+EAyL2eBJOkyBaKx2avRjlNLoMTUNGR+1bbrBBlYDtw2KpJ46NUT8 So3wFCh1lLHHapbmD13L4kpbMwrPnXnWCAFtPH11c6ucdTQdaBideTPcf8YjpNGE8Hwn UEpy0zIpb2BIGlQH93jM79nFMzu2TTNE/1fsHunSuLQBKTl63gXs9Rs0IctS38Mrcr5U U7EAhM6A/WR3jzDb5CWonx//nE2XiERY9u9BdzYbBf1hRbw4cugdbkz2oC+LLIBaI8MD kocF2u9d+87ccBdO8yP1zXvXOwwzoInNSqgKwBuzLikV2hZXmv1GQdgp3rQWrrs/zIFo rowQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id a18-v6si358424lji.3.2019.02.12.10.12.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Feb 2019 10:12:18 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id x1CICHBp012173 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 12 Feb 2019 19:12:17 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.0.9]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x1CICHAD031288 for ; Tue, 12 Feb 2019 19:12:17 +0100 Date: Tue, 12 Feb 2019 19:12:16 +0100 From: Henning Schild To: Subject: weird CI errors Message-ID: <20190212191216.105957d2@md1za8fc.ad001.siemens.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: RcUYjkus5KNm Hi, i pushed a few trivial commits to a staging branch to CI them before sending them. Turns out the CI runs into some weird issue that i can not reproduce on my machine. From a first couple of google hits it might have to do with network filesystem backing storage, might that be the case? Error message: | shell-init: error retrieving current directory: getcwd: cannot access parent directories: Value too large for defined data type Found in http://isar-build.org:8080/job/isar_henning_ilbers-ci/77 Henning