From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#39949: [core-updates] rust@1.20 fails tests Date: Fri, 06 Mar 2020 15:33:29 +0100 Message-ID: <87pndplfie.fsf@devup.no> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40242) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAE39-0003uD-J3 for bug-guix@gnu.org; Fri, 06 Mar 2020 09:34:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAE38-00038f-8H for bug-guix@gnu.org; Fri, 06 Mar 2020 09:34:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jAE38-00037z-5T for bug-guix@gnu.org; Fri, 06 Mar 2020 09:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jAE38-00029W-1R for bug-guix@gnu.org; Fri, 06 Mar 2020 09:34:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39914) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAE2i-0003kK-CH for bug-guix@gnu.org; Fri, 06 Mar 2020 09:33:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAE2g-0002Dy-Uk for bug-guix@gnu.org; Fri, 06 Mar 2020 09:33:36 -0500 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:51247) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jAE2g-0002By-HY for bug-guix@gnu.org; Fri, 06 Mar 2020 09:33:34 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 8972C6F3 for ; Fri, 6 Mar 2020 09:33:32 -0500 (EST) Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 8D4B43280059 for ; Fri, 6 Mar 2020 09:33:31 -0500 (EST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39949@debbugs.gnu.org --=-=-= Content-Type: text/plain Rust 1.20 fails a test on core-updates, possibly because of the new version of GNU Make (4.3). I suppose we can disable that test for the bootstrap builds as long as it works for the latest version of Rust. Log output: Running build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/release/deps/jobserver-dd0c6bf78d70e32b running 3 tests test jobserver_and_j ... ok test jobserver_exists ... ok test makes_jobserver_used ... FAILED failures: ---- makes_jobserver_used stdout ---- running `make -j2` thread 'makes_jobserver_used' panicked at ' Expected: execs but: exited with exit code: 2 --- stdout /tmp/guix-build-rust-1.20.0.drv-0/rustc-1.20.0-src/build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/release/cargo build --- stderr Compiling d1 v0.0.1 (file:///tmp/guix-build-rust-1.20.0.drv-0/rustc-1.20.0-src/build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/cit/t2/foo/d1) Compiling d2 v0.0.1 (file:///tmp/guix-build-rust-1.20.0.drv-0/rustc-1.20.0-src/build/x86_64-unknown-linux-gnu/stage2-tools/x86_64-unknown-linux-gnu/cit/t2/foo/d2) error: internal compiler error: unexpected panic note: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports note: rustc 1.20.0 running on x86_64-unknown-linux-gnu thread 'rustc' panicked at 'failed to acquire jobserver token: Error { repr: Os { code: 11, message: "Resource temporarily unavailable" } }', src/libcore/result.rs:860:4 note: Run with `RUST_BACKTRACE=1` for a backtrace. error: internal compiler error: unexpected panic note: the compiler unexpectedly panicked. this is a bug. note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports note: rustc 1.20.0 running on x86_64-unknown-linux-gnu thread 'rustc' panicked at 'failed to acquire jobserver token: Error { repr: Os { code: 11, message: "Resource temporarily unavailable" } }', src/libcore/result.rs:860:4 note: Run with `RUST_BACKTRACE=1` for a backtrace. error: failed to acquire jobserver token Caused by: Resource temporarily unavailable (os error 11) make: *** [Makefile:2: all] Error 101 ', src/vendor/hamcrest/src/core.rs:31:12 note: Run with `RUST_BACKTRACE=1` for a backtrace. failures: makes_jobserver_used test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out error: test failed, to rerun pass '--test jobserver' command did not execute successfully: "/gnu/store/c3jc4rlyj1b50djxny0ldpbpywaf5apr-rust-1.19.0-cargo/bin/cargo" "test" "-j" "1" "--target" "x86_64-unknown-linux-gnu" "--release" "--frozen" "--manifest-path" "/tmp/guix-build-rust-1.20.0.drv-0/rustc-1.20.0-src/src/tools/cargo/Cargo.toml" expected success, got: exit code: 101 failed to run: /tmp/guix-build-rust-1.20.0.drv-0/rustc-1.20.0-src/build/bootstrap/debug/bootstrap -j1 test src/tools/cargo Build completed unsuccessfully in 0:09:46 command "./x.py" "-j1" "test" "src/tools/cargo" failed with status 1 builder for `/gnu/store/dxrkx2iqr0vhan7m0lfczw3b8rpyw8z8-rust-1.20.0.drv' failed with exit code 1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5iXzkACgkQoqBt8qM6 VPqeoAf9FLE8iCtanLlFNi2z3enJoBWN3n1KbPsgUe0+2ivCuQyVdFi9HHnzNKuZ wxOwmVdneUQuUjjvajgoEQD6U5CvrH77yG9fSILZrKpSO2ovHcfvXyBp7O4wk3ty zqlF1RkgGSMiijW9xCMXzleaNJEhd2GOZ4CgkiZrOb49xrY8YZq5lspaf5clSljq WUv544/LAYNDt+NKnsrkH7KeYTWSNsM+wPd+rATvGKOjTjRC24Pulb/nbj9o3aGM XlRg2dgdLtCMPHjPkbX/0Qlc9RKv+w3lj0RKZrAzz9eCbrSObYHSrh4n18YIQYgm gwOwAYjj0zoiAsAdbPcq8o27lDeyaQ== =QI30 -----END PGP SIGNATURE----- --=-=-=--