[INFO] fetching crate feanor-math 3.4.9... [INFO] testing feanor-math-3.4.9 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate feanor-math 3.4.9 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate feanor-math 3.4.9 [INFO] finished tweaking crates.io crate feanor-math 3.4.9 [INFO] tweaked toml for crates.io crate feanor-math 3.4.9 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate feanor-math 3.4.9 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate feanor-math 3.4.9 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cff21fbf57e2b35ec7560fdc4507cebbdcee7dd88bc5b30c8e43e4e04884a79 [INFO] running `Command { std: "docker" "start" "-a" "6cff21fbf57e2b35ec7560fdc4507cebbdcee7dd88bc5b30c8e43e4e04884a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cff21fbf57e2b35ec7560fdc4507cebbdcee7dd88bc5b30c8e43e4e04884a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cff21fbf57e2b35ec7560fdc4507cebbdcee7dd88bc5b30c8e43e4e04884a79", kill_on_drop: false }` [INFO] [stdout] 6cff21fbf57e2b35ec7560fdc4507cebbdcee7dd88bc5b30c8e43e4e04884a79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 508d2607bf5a120be084fb44074c7626b049f2d736465f3d10e83beebd9ac62c [INFO] running `Command { std: "docker" "start" "-a" "508d2607bf5a120be084fb44074c7626b049f2d736465f3d10e83beebd9ac62c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling serde v1.0.213 [INFO] [stderr] Compiling bytemuck v1.19.0 [INFO] [stderr] Compiling atomicbox v0.4.0 [INFO] [stderr] Compiling append-only-vec v0.1.7 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_derive v1.0.213 [INFO] [stderr] Compiling stability v0.2.1 [INFO] [stderr] Compiling feanor-serde v0.1.3 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling feanor-math v3.4.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `poly_factor_gcd::IntegerPolyGCDRing` is more private than the item `integer::IntegerRing` [INFO] [stdout] --> src/integer.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait IntegerRing: Domain + EuclideanRing + OrderedRing + HashableElRing + IntegerPolyGCDRing + EvalPolyLocallyRing { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `integer::IntegerRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `poly_factor_gcd::IntegerPolyGCDRing` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/reduce_lift/poly_factor_gcd.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_bounds)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `EvalPolyLocallyRing` is more private than the item `integer::IntegerRing` [INFO] [stdout] --> src/integer.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait IntegerRing: Domain + EuclideanRing + OrderedRing + HashableElRing + IntegerPolyGCDRing + EvalPolyLocallyRing { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `integer::IntegerRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `EvalPolyLocallyRing` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/reduce_lift/poly_eval.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `specialization::FiniteRingSpecializable` is more private than the item `rings::finite::FiniteRing` [INFO] [stdout] --> src/rings/finite.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub trait FiniteRing: RingBase + FiniteRingSpecializable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `rings::finite::FiniteRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `specialization::FiniteRingSpecializable` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/specialization.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.32s [INFO] running `Command { std: "docker" "inspect" "508d2607bf5a120be084fb44074c7626b049f2d736465f3d10e83beebd9ac62c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "508d2607bf5a120be084fb44074c7626b049f2d736465f3d10e83beebd9ac62c", kill_on_drop: false }` [INFO] [stdout] 508d2607bf5a120be084fb44074c7626b049f2d736465f3d10e83beebd9ac62c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 095eac9cdf1fce7e42a58b9e5f0bee465c83580eecc6914e28b02216e80c1839 [INFO] running `Command { std: "docker" "start" "-a" "095eac9cdf1fce7e42a58b9e5f0bee465c83580eecc6914e28b02216e80c1839", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.213 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling feanor-mempool v2.1.0 [INFO] [stderr] Compiling debugit v0.2.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_derive v1.0.213 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling stability v0.2.1 [INFO] [stderr] Compiling cobs v0.3.0 [INFO] [stderr] Compiling feanor-serde v0.1.3 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling serde_assert v0.8.0 [INFO] [stderr] Compiling feanor-math v3.4.9 (/opt/rustwide/workdir) [INFO] [stderr] Compiling postcard v1.1.3 [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/algorithms/splitting_field.rs:506:5 [INFO] [stdout] | [INFO] [stdout] 505 | unimplemented!("Currently super slow"); [INFO] [stdout] | -------------------------------------- any code following this expression is unreachable [INFO] [stdout] 506 | let ZZX = DensePolyRing::new(BigIntRing::RING, "X"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `poly_factor_gcd::IntegerPolyGCDRing` is more private than the item `integer::IntegerRing` [INFO] [stdout] --> src/integer.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait IntegerRing: Domain + EuclideanRing + OrderedRing + HashableElRing + IntegerPolyGCDRing + EvalPolyLocallyRing { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `integer::IntegerRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `poly_factor_gcd::IntegerPolyGCDRing` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/reduce_lift/poly_factor_gcd.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_bounds)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `EvalPolyLocallyRing` is more private than the item `integer::IntegerRing` [INFO] [stdout] --> src/integer.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait IntegerRing: Domain + EuclideanRing + OrderedRing + HashableElRing + IntegerPolyGCDRing + EvalPolyLocallyRing { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `integer::IntegerRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `EvalPolyLocallyRing` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/reduce_lift/poly_eval.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `specialization::FiniteRingSpecializable` is more private than the item `rings::finite::FiniteRing` [INFO] [stdout] --> src/rings/finite.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub trait FiniteRing: RingBase + FiniteRingSpecializable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `rings::finite::FiniteRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `specialization::FiniteRingSpecializable` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/specialization.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `poly_factor_gcd::IntegerPolyGCDRing` is more private than the item `integer::IntegerRing` [INFO] [stdout] --> src/integer.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait IntegerRing: Domain + EuclideanRing + OrderedRing + HashableElRing + IntegerPolyGCDRing + EvalPolyLocallyRing { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `integer::IntegerRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `poly_factor_gcd::IntegerPolyGCDRing` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/reduce_lift/poly_factor_gcd.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_bounds)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `EvalPolyLocallyRing` is more private than the item `integer::IntegerRing` [INFO] [stdout] --> src/integer.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub trait IntegerRing: Domain + EuclideanRing + OrderedRing + HashableElRing + IntegerPolyGCDRing + EvalPolyLocallyRing { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `integer::IntegerRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `EvalPolyLocallyRing` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/reduce_lift/poly_eval.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `specialization::FiniteRingSpecializable` is more private than the item `rings::finite::FiniteRing` [INFO] [stdout] --> src/rings/finite.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub trait FiniteRing: RingBase + FiniteRingSpecializable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `rings::finite::FiniteRing` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `specialization::FiniteRingSpecializable` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/specialization.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #[stability::unstable(feature = "enable")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the attribute macro `stability::unstable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `feanor-math` (lib test); 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b83b707f97d809763b7861afa7638871f3339a33/bin/rustc --crate-name feanor_math --edition=2024 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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "generic_tests", "mpir", "ndarray", "optimized_matmul", "parallel", "unstable-enable"))' -C metadata=c4e1ac0cbf2d75a0 -C extra-filename=-0a600bb99ec52c96 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern append_only_vec=/opt/rustwide/target/debug/deps/libappend_only_vec-b1e62519f55db199.rlib --extern atomicbox=/opt/rustwide/target/debug/deps/libatomicbox-a5dbea21b7e1e5bf.rlib --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-476c534cc6d054c3.rlib --extern debugit=/opt/rustwide/target/debug/deps/libdebugit-c2b354ff58ab0fc0.rlib --extern feanor_mempool=/opt/rustwide/target/debug/deps/libfeanor_mempool-66709c2873feb05f.rlib --extern feanor_serde=/opt/rustwide/target/debug/deps/libfeanor_serde-20f346da5246b9ea.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-cef62b3526c55a0f.rlib --extern oorandom=/opt/rustwide/target/debug/deps/liboorandom-13532cfba3ef8c0c.rlib --extern postcard=/opt/rustwide/target/debug/deps/libpostcard-a96b322ea082b484.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-afd4990b2ea6b631.rlib --extern serde_assert=/opt/rustwide/target/debug/deps/libserde_assert-6a72ac4ee0c17ccf.rlib --extern serde_bytes=/opt/rustwide/target/debug/deps/libserde_bytes-20c420df707fdaf9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-48c10e7ed9ae0b1a.rlib --extern stability=/opt/rustwide/target/debug/deps/libstability-b2a8644aa50837c1.so --extern thread_local=/opt/rustwide/target/debug/deps/libthread_local-0f0b93b43b5e76ce.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "095eac9cdf1fce7e42a58b9e5f0bee465c83580eecc6914e28b02216e80c1839", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "095eac9cdf1fce7e42a58b9e5f0bee465c83580eecc6914e28b02216e80c1839", kill_on_drop: false }` [INFO] [stdout] 095eac9cdf1fce7e42a58b9e5f0bee465c83580eecc6914e28b02216e80c1839