[INFO] fetching crate qip 0.15.3... [INFO] testing qip-0.15.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate qip 0.15.3 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate qip 0.15.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate qip 0.15.3 [INFO] finished tweaking crates.io crate qip 0.15.3 [INFO] tweaked toml for crates.io crate qip 0.15.3 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate qip 0.15.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9173d8d739be40de1dbef2224a49e7412a57645f1b7bc112127d164d6988785a [INFO] running `Command { std: "docker" "start" "-a" "9173d8d739be40de1dbef2224a49e7412a57645f1b7bc112127d164d6988785a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9173d8d739be40de1dbef2224a49e7412a57645f1b7bc112127d164d6988785a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9173d8d739be40de1dbef2224a49e7412a57645f1b7bc112127d164d6988785a", kill_on_drop: false }` [INFO] [stdout] 9173d8d739be40de1dbef2224a49e7412a57645f1b7bc112127d164d6988785a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 933b248360df036cb93c7d32b13ead0d9118a37e1fa9cea5f727ea0f1ff5576c [INFO] running `Command { std: "docker" "start" "-a" "933b248360df036cb93c7d32b13ead0d9118a37e1fa9cea5f727ea0f1ff5576c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-bigint v0.4.1 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling qip v0.15.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `output_offset` [INFO] [stdout] --> src/feynman_state/state.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | output_offset: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FeynmanThreadSafeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/feynman_state/state.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `multithread` [INFO] [stdout] --> src/sparse_state/state.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | multithread: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SparseQuantumState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sparse_state/state.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `from_bits` [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | from_bits: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecompOp` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `row_a` [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | row_a: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecompOp` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bot_row` [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) bot_row: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BaseUnitary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.85s [INFO] running `Command { std: "docker" "inspect" "933b248360df036cb93c7d32b13ead0d9118a37e1fa9cea5f727ea0f1ff5576c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "933b248360df036cb93c7d32b13ead0d9118a37e1fa9cea5f727ea0f1ff5576c", kill_on_drop: false }` [INFO] [stdout] 933b248360df036cb93c7d32b13ead0d9118a37e1fa9cea5f727ea0f1ff5576c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6996f504396eff972f54f2026f5643bc521d04060ae9af1f4c03ae48eb2c9ec2 [INFO] running `Command { std: "docker" "start" "-a" "6996f504396eff972f54f2026f5643bc521d04060ae9af1f4c03ae48eb2c9ec2", kill_on_drop: false }` [INFO] [stderr] Compiling qip v0.15.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `output_offset` [INFO] [stdout] --> src/feynman_state/state.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | output_offset: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `FeynmanThreadSafeState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/feynman_state/state.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `multithread` [INFO] [stdout] --> src/sparse_state/state.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | multithread: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SparseQuantumState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/sparse_state/state.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `from_bits` [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | from_bits: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecompOp` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `row_a` [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | row_a: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DecompOp` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bot_row` [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub(crate) bot_row: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BaseUnitary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/unitary_decomposition/decomposition.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name qip --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=a37f100f204ccd24 -C extra-filename=-a37f100f204ccd24 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name dense_coding --edition=2018 tests/dense_coding.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=1a5d837ebc172ba6 -C extra-filename=-1a5d837ebc172ba6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name basic_gates --edition=2018 tests/basic_gates.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=5b205ab2d840da14 -C extra-filename=-5b205ab2d840da14 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cswap --edition=2018 tests/cswap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=41df3a3f414408f5 -C extra-filename=-41df3a3f414408f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name basis_measure --edition=2018 tests/basis_measure.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=2814628bd8105029 -C extra-filename=-2814628bd8105029 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name sidechannel --edition=2018 tests/sidechannel.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=4aaf4b76be51037e -C extra-filename=-4aaf4b76be51037e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name teleport --edition=2018 tests/teleport.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=4c2ae725e3e27453 -C extra-filename=-4c2ae725e3e27453 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name bell_inequalities --edition=2018 examples/bell_inequalities.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=96df8ab6b840e7ab -C extra-filename=-96df8ab6b840e7ab --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `qip` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name deutsch --edition=2018 examples/deutsch.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="parallel"' --cfg 'feature="rayon"' -C metadata=d2385f6b27356ceb -C extra-filename=-d2385f6b27356ceb --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern num=/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib --extern qip=/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.toffoli.c77c31fb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f.3w1de89ekpugbesj.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libqip-d29b2b81b5c4b84d.rlib" "/opt/rustwide/target/debug/deps/librand-aa8c37e8285ad03f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-761a40116fabff82.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-638aa1c9e169f7a0.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-355f60a1f717eef5.rlib" "/opt/rustwide/target/debug/deps/librayon-0a8b0a2c0fb9fb96.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3b030764f1b062f5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-80eb407094f7aea6.rlib" "/opt/rustwide/target/debug/deps/liblibc-6a67561497b462fa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9744c266e4d8adcb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a3d6a822e3414bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-57ac68445a84688d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c93230d2c8eb1bc7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c079f7c57dd512a6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libnum-ae35f51a2e5864de.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-55590068a21bd762.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d06da2d99ee56389.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-0b5d040c5d0e6b95.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-63d855eb88d753c0.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-557857d5c29aa2ea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-464536e541267335.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/toffoli-18db34d79b8a595f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `qip` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "6996f504396eff972f54f2026f5643bc521d04060ae9af1f4c03ae48eb2c9ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6996f504396eff972f54f2026f5643bc521d04060ae9af1f4c03ae48eb2c9ec2", kill_on_drop: false }` [INFO] [stdout] 6996f504396eff972f54f2026f5643bc521d04060ae9af1f4c03ae48eb2c9ec2