[INFO] fetching crate tange-collection 0.1.2... [INFO] testing tange-collection-0.1.2 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate tange-collection 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate tange-collection 0.1.2 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tange-collection 0.1.2 [INFO] finished tweaking crates.io crate tange-collection 0.1.2 [INFO] tweaked toml for crates.io crate tange-collection 0.1.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1bf194134f96d5ab8a8f78557beb238d401b0ef2e13978d8d90485a906e51593 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1bf194134f96d5ab8a8f78557beb238d401b0ef2e13978d8d90485a906e51593", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1bf194134f96d5ab8a8f78557beb238d401b0ef2e13978d8d90485a906e51593", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bf194134f96d5ab8a8f78557beb238d401b0ef2e13978d8d90485a906e51593", kill_on_drop: false }` [INFO] [stdout] 1bf194134f96d5ab8a8f78557beb238d401b0ef2e13978d8d90485a906e51593 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3bb980dd1512df25229a1c09ed6d3e31331a734cf9a684ed214c38e4906d467 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e3bb980dd1512df25229a1c09ed6d3e31331a734cf9a684ed214c38e4906d467", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling indexmap v0.4.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling jobpool v0.3.8 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling snap v0.2.5 [INFO] [stderr] Compiling priority-queue v0.5.4 [INFO] [stderr] Compiling tange v0.1.1 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling tange-collection v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/memory.rs:169:56 [INFO] [stdout] | [INFO] [stdout] 169 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/memory.rs:197:56 [INFO] [stdout] | [INFO] [stdout] 197 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/disk.rs:199:56 [INFO] [stdout] | [INFO] [stdout] 199 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/mod.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.15s [INFO] running `Command { std: "docker" "inspect" "e3bb980dd1512df25229a1c09ed6d3e31331a734cf9a684ed214c38e4906d467", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3bb980dd1512df25229a1c09ed6d3e31331a734cf9a684ed214c38e4906d467", kill_on_drop: false }` [INFO] [stdout] e3bb980dd1512df25229a1c09ed6d3e31331a734cf9a684ed214c38e4906d467 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] af6be457d200494e82fc4747a5ccbbc3e7f05b69f68750b427058defdb085a13 [INFO] running `Command { std: "docker" "start" "-a" "af6be457d200494e82fc4747a5ccbbc3e7f05b69f68750b427058defdb085a13", kill_on_drop: false }` [INFO] [stderr] Compiling tange-collection v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/memory.rs:169:56 [INFO] [stdout] | [INFO] [stdout] 169 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/memory.rs:197:56 [INFO] [stdout] | [INFO] [stdout] 197 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/disk.rs:199:56 [INFO] [stdout] | [INFO] [stdout] 199 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/mod.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/memory.rs:169:56 [INFO] [stdout] | [INFO] [stdout] 169 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/memory.rs:197:56 [INFO] [stdout] | [INFO] [stdout] 197 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/disk.rs:199:56 [INFO] [stdout] | [INFO] [stdout] 199 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/collection/mod.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.52s [INFO] running `Command { std: "docker" "inspect" "af6be457d200494e82fc4747a5ccbbc3e7f05b69f68750b427058defdb085a13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af6be457d200494e82fc4747a5ccbbc3e7f05b69f68750b427058defdb085a13", kill_on_drop: false }` [INFO] [stdout] af6be457d200494e82fc4747a5ccbbc3e7f05b69f68750b427058defdb085a13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 70fb9b8071d20962e3280b3a53e83a740d105d779f3b38dd958a8dc655529cb5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "70fb9b8071d20962e3280b3a53e83a740d105d779f3b38dd958a8dc655529cb5", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collection/memory.rs:169:56 [INFO] [stderr] | [INFO] [stderr] 169 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collection/memory.rs:197:56 [INFO] [stderr] | [INFO] [stderr] 197 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collection/disk.rs:199:56 [INFO] [stderr] | [INFO] [stderr] 199 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()) [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/collection/mod.rs:18:52 [INFO] [stderr] | [INFO] [stderr] 18 | F: 'static + Sync + Send + Clone + Fn(&A, &mut FnMut(B) -> ()), [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(B) -> ()` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `tange-collection` (lib) generated 4 warnings [INFO] [stderr] warning: `tange-collection` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tange_collection-5aba35282726b612) [INFO] [stdout] running 16 tests [INFO] [stdout] test collection::memory::test_lib::test_emit ... ok [INFO] [stdout] test collection::disk::test_lib::test_sort ... ok [INFO] [stdout] test collection::memory::test_lib::test_fold_by ... ok [INFO] [stdout] test collection::memory::test_lib::test_fold_by_parts ... ok [INFO] [stdout] test collection::disk::test_lib::test_partition ... ok [INFO] [stdout] test collection::disk::test_lib::test_fold_by ... ok [INFO] [stdout] test collection::memory::test_lib::test_sort ... ok [INFO] [stdout] test collection::memory::test_lib::test_partition_by_key ... ok [INFO] [stdout] test collection::disk::test_lib::test_emit ... ok [INFO] [stdout] test collection::disk::test_lib::test_partition_by_key ... ok [INFO] [stdout] test collection::memory::test_lib::test_partition ... ok [INFO] [stdout] test collection::disk::test_lib::test_count ... ok [INFO] [stdout] test collection::memory::test_lib::test_count ... ok [INFO] [stdout] test collection::disk::test_lib::test_fold_by_parts ... ok [INFO] [stdout] test collection::memory::test_lib::test_join ... ok [INFO] [stdout] test collection::disk::test_lib::test_join ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Doc-tests tange_collection [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test src/collection/memory.rs - collection::memory::MemoryCollection::concat (line 68) ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name tange_collection --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bincode=/opt/rustwide/target/debug/deps/libbincode-ebf52fbe62a3dd96.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-e57a462b4d27402b.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-48c194fce46377df.so --extern snap=/opt/rustwide/target/debug/deps/libsnap-7456902ef8aecbe5.rlib --extern tange=/opt/rustwide/target/debug/deps/libtange-92091aad89b9a26e.rlib --extern tange_collection=/opt/rustwide/target/debug/deps/libtange_collection-6654ffe4c4eab3e3.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-de594c8906319b34.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "70fb9b8071d20962e3280b3a53e83a740d105d779f3b38dd958a8dc655529cb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70fb9b8071d20962e3280b3a53e83a740d105d779f3b38dd958a8dc655529cb5", kill_on_drop: false }` [INFO] [stdout] 70fb9b8071d20962e3280b3a53e83a740d105d779f3b38dd958a8dc655529cb5