[INFO] fetching crate srm 0.3.0... [INFO] extracting crate srm 0.3.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/srm/0.3.0 [INFO] extracting crate srm 0.3.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/srm/0.3.0 [INFO] validating manifest of srm-0.3.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of srm-0.3.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing srm-0.3.0 [INFO] finished frobbing srm-0.3.0 [INFO] frobbed toml for srm-0.3.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/srm/0.3.0/Cargo.toml [INFO] started frobbing srm-0.3.0 [INFO] finished frobbing srm-0.3.0 [INFO] frobbed toml for srm-0.3.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/srm/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing srm-0.3.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/srm/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] a7a060593f7fc1ea5864e2076aa2ddec061e11f6e9ece2f7e348a41f8435f497 [INFO] running `"docker" "start" "-a" "a7a060593f7fc1ea5864e2076aa2ddec061e11f6e9ece2f7e348a41f8435f497"` [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling capnp v0.9.5 [INFO] [stderr] Compiling ctrlc v3.1.3 [INFO] [stderr] Compiling crossbeam v0.7.1 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling srm v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `get_type` [INFO] [stderr] --> src/node.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_type(&self) -> &str { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `library` [INFO] [stderr] --> src/node_plugin.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | library: Library, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `with_max_callbacks` [INFO] [stderr] --> src/static_core.rs:689:5 [INFO] [stderr] | [INFO] [stderr] 689 | pub fn with_max_callbacks(name: String, msg_type: u64, max_num_callbacks: usize) -> Channel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `publish_nonblocking` [INFO] [stderr] --> src/static_core.rs:747:5 [INFO] [stderr] | [INFO] [stderr] 747 | pub fn publish_nonblocking(&self, allocator: alloc::CacheAlignedAllocator) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.06s [INFO] running `"docker" "inspect" "a7a060593f7fc1ea5864e2076aa2ddec061e11f6e9ece2f7e348a41f8435f497"` [INFO] running `"docker" "rm" "-f" "a7a060593f7fc1ea5864e2076aa2ddec061e11f6e9ece2f7e348a41f8435f497"` [INFO] [stdout] a7a060593f7fc1ea5864e2076aa2ddec061e11f6e9ece2f7e348a41f8435f497 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/srm/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 1e577ccba50831f9dfe0b6e05217dbb2f5361b9f3ebf80ab204e52eb87c43dba [INFO] running `"docker" "start" "-a" "1e577ccba50831f9dfe0b6e05217dbb2f5361b9f3ebf80ab204e52eb87c43dba"` [INFO] [stderr] Compiling srm v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `get_type` [INFO] [stderr] --> src/node.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_type(&self) -> &str { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `library` [INFO] [stderr] --> src/node_plugin.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | library: Library, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `with_max_callbacks` [INFO] [stderr] --> src/static_core.rs:689:5 [INFO] [stderr] | [INFO] [stderr] 689 | pub fn with_max_callbacks(name: String, msg_type: u64, max_num_callbacks: usize) -> Channel { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `publish_nonblocking` [INFO] [stderr] --> src/static_core.rs:747:5 [INFO] [stderr] | [INFO] [stderr] 747 | pub fn publish_nonblocking(&self, allocator: alloc::CacheAlignedAllocator) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.52s [INFO] running `"docker" "inspect" "1e577ccba50831f9dfe0b6e05217dbb2f5361b9f3ebf80ab204e52eb87c43dba"` [INFO] running `"docker" "rm" "-f" "1e577ccba50831f9dfe0b6e05217dbb2f5361b9f3ebf80ab204e52eb87c43dba"` [INFO] [stdout] 1e577ccba50831f9dfe0b6e05217dbb2f5361b9f3ebf80ab204e52eb87c43dba [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/srm/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] daeb4e9a2a5d54f5f77653d260449c99936d73cde1e5e115deca76799c7eed20 [INFO] running `"docker" "start" "-a" "daeb4e9a2a5d54f5f77653d260449c99936d73cde1e5e115deca76799c7eed20"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/srm-70eda0cc6dd90503 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "daeb4e9a2a5d54f5f77653d260449c99936d73cde1e5e115deca76799c7eed20"` [INFO] running `"docker" "rm" "-f" "daeb4e9a2a5d54f5f77653d260449c99936d73cde1e5e115deca76799c7eed20"` [INFO] [stdout] daeb4e9a2a5d54f5f77653d260449c99936d73cde1e5e115deca76799c7eed20