Oct 13 05:13:09.736 INFO testing nrc/rustw-test against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:13:09.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 05:13:10.195 INFO blam! c7204ea84f175b151d302c79e80a266d407dc4f295470a1be1da3c4fd79a74db Oct 13 05:13:10.215 INFO running `"docker" "start" "-a" "c7204ea84f175b151d302c79e80a266d407dc4f295470a1be1da3c4fd79a74db"` Oct 13 05:13:11.324 INFO kablam! usermod: no changes Oct 13 05:13:11.369 INFO kablam! Compiling quote v0.2.3 Oct 13 05:13:11.369 INFO kablam! Compiling unicode-xid v0.0.3 Oct 13 05:13:12.107 INFO kablam! Compiling syn v0.8.7 Oct 13 05:13:14.931 INFO kablam! Compiling derive-new v0.3.0 Oct 13 05:13:16.859 INFO kablam! Compiling hello v0.1.0 (/source) Oct 13 05:13:17.107 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:13:17.107 INFO kablam! --> src/main.rs:4:1 Oct 13 05:13:17.107 INFO kablam! | Oct 13 05:13:17.107 INFO kablam! 4 | #[macro_use] Oct 13 05:13:17.107 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:17.107 INFO kablam! | Oct 13 05:13:17.107 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:13:17.107 INFO kablam! Oct 13 05:13:17.107 INFO kablam! warning: unused import: `std::sync::*` Oct 13 05:13:17.107 INFO kablam! --> src/main.rs:7:5 Oct 13 05:13:17.107 INFO kablam! | Oct 13 05:13:17.107 INFO kablam! 7 | use std::sync::*; Oct 13 05:13:17.107 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:17.107 INFO kablam! Oct 13 05:13:17.107 INFO kablam! warning: unused imports: `Foo`, `TFoo` Oct 13 05:13:17.107 INFO kablam! --> src/sub_mod/mod.rs:1:13 Oct 13 05:13:17.107 INFO kablam! | Oct 13 05:13:17.107 INFO kablam! 1 | use super::{Foo, TFoo}; Oct 13 05:13:17.107 INFO kablam! | ^^^ ^^^^ Oct 13 05:13:17.107 INFO kablam! Oct 13 05:13:17.121 INFO kablam! warning: unused variable: `x` Oct 13 05:13:17.121 INFO kablam! --> src/sub_mod/mod.rs:8:9 Oct 13 05:13:17.121 INFO kablam! | Oct 13 05:13:17.121 INFO kablam! 8 | let x = foo + 1; Oct 13 05:13:17.121 INFO kablam! | ^ help: consider using `_x` instead Oct 13 05:13:17.121 INFO kablam! | Oct 13 05:13:17.121 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:13:17.121 INFO kablam! Oct 13 05:13:17.123 INFO kablam! warning: struct is never constructed: `Foo` Oct 13 05:13:17.123 INFO kablam! --> src/main.rs:12:1 Oct 13 05:13:17.123 INFO kablam! | Oct 13 05:13:17.123 INFO kablam! 12 | struct Foo; Oct 13 05:13:17.124 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:13:17.124 INFO kablam! Oct 13 05:13:17.124 INFO kablam! warning: struct is never constructed: `Bar` Oct 13 05:13:17.124 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:1:1 Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! 1 | pub struct Bar; Oct 13 05:13:17.124 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:13:17.124 INFO kablam! Oct 13 05:13:17.124 INFO kablam! warning: function is never used: `bar` Oct 13 05:13:17.124 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:4:1 Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! 4 | pub fn bar() -> Bar { Oct 13 05:13:17.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:13:17.124 INFO kablam! Oct 13 05:13:17.124 INFO kablam! warning: function is never used: `foo` Oct 13 05:13:17.124 INFO kablam! --> src/sub_mod/mod.rs:5:1 Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! 5 | pub fn foo() { Oct 13 05:13:17.124 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:17.124 INFO kablam! Oct 13 05:13:17.124 INFO kablam! warning: struct is never constructed: `S` Oct 13 05:13:17.124 INFO kablam! --> src/main.rs:27:5 Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! 27 | struct S { Oct 13 05:13:17.124 INFO kablam! | ^^^^^^^^ Oct 13 05:13:17.124 INFO kablam! Oct 13 05:13:17.124 INFO kablam! warning: struct is never constructed: `Thing` Oct 13 05:13:17.124 INFO kablam! --> src/main.rs:34:1 Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! 34 | struct Thing { Oct 13 05:13:17.124 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:17.124 INFO kablam! Oct 13 05:13:17.124 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 05:13:17.124 INFO kablam! --> src/main.rs:1:12 Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 05:13:17.124 INFO kablam! | ^^^^^^^^^^ Oct 13 05:13:17.124 INFO kablam! | Oct 13 05:13:17.124 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:13:17.124 INFO kablam! Oct 13 05:13:17.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.05s Oct 13 05:13:17.401 INFO kablam! su: No module specific data is present Oct 13 05:13:17.768 INFO running `"docker" "rm" "-f" "c7204ea84f175b151d302c79e80a266d407dc4f295470a1be1da3c4fd79a74db"` Oct 13 05:13:17.855 INFO blam! c7204ea84f175b151d302c79e80a266d407dc4f295470a1be1da3c4fd79a74db Oct 13 05:13:17.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 05:13:18.070 INFO blam! 6f1742df45a229e195cc3928772c635908d164a58ceb57d4ba1a27faaed5b36a Oct 13 05:13:18.072 INFO running `"docker" "start" "-a" "6f1742df45a229e195cc3928772c635908d164a58ceb57d4ba1a27faaed5b36a"` Oct 13 05:13:18.691 INFO kablam! usermod: no changes Oct 13 05:13:18.727 INFO kablam! Compiling hello v0.1.0 (/source) Oct 13 05:13:18.977 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:13:18.977 INFO kablam! --> src/main.rs:4:1 Oct 13 05:13:18.977 INFO kablam! | Oct 13 05:13:18.978 INFO kablam! 4 | #[macro_use] Oct 13 05:13:18.978 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:18.978 INFO kablam! | Oct 13 05:13:18.978 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:13:18.978 INFO kablam! Oct 13 05:13:18.978 INFO kablam! warning: unused import: `std::sync::*` Oct 13 05:13:18.979 INFO kablam! --> src/main.rs:7:5 Oct 13 05:13:18.979 INFO kablam! | Oct 13 05:13:18.979 INFO kablam! 7 | use std::sync::*; Oct 13 05:13:18.979 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:18.979 INFO kablam! Oct 13 05:13:18.979 INFO kablam! warning: unused imports: `Foo`, `TFoo` Oct 13 05:13:18.979 INFO kablam! --> src/sub_mod/mod.rs:1:13 Oct 13 05:13:18.979 INFO kablam! | Oct 13 05:13:18.979 INFO kablam! 1 | use super::{Foo, TFoo}; Oct 13 05:13:18.979 INFO kablam! | ^^^ ^^^^ Oct 13 05:13:18.979 INFO kablam! Oct 13 05:13:18.994 INFO kablam! warning: unused variable: `x` Oct 13 05:13:18.994 INFO kablam! --> src/sub_mod/mod.rs:8:9 Oct 13 05:13:18.994 INFO kablam! | Oct 13 05:13:18.994 INFO kablam! 8 | let x = foo + 1; Oct 13 05:13:18.994 INFO kablam! | ^ help: consider using `_x` instead Oct 13 05:13:18.994 INFO kablam! | Oct 13 05:13:18.994 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:13:18.994 INFO kablam! Oct 13 05:13:18.994 INFO kablam! warning: struct is never constructed: `Foo` Oct 13 05:13:18.994 INFO kablam! --> src/main.rs:12:1 Oct 13 05:13:18.994 INFO kablam! | Oct 13 05:13:18.994 INFO kablam! 12 | struct Foo; Oct 13 05:13:18.994 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:13:18.994 INFO kablam! | Oct 13 05:13:18.994 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:13:18.994 INFO kablam! Oct 13 05:13:18.994 INFO kablam! warning: struct is never constructed: `Bar` Oct 13 05:13:18.994 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:1:1 Oct 13 05:13:18.994 INFO kablam! | Oct 13 05:13:18.994 INFO kablam! 1 | pub struct Bar; Oct 13 05:13:18.994 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:13:18.994 INFO kablam! Oct 13 05:13:18.994 INFO kablam! warning: function is never used: `bar` Oct 13 05:13:18.994 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:4:1 Oct 13 05:13:18.994 INFO kablam! | Oct 13 05:13:18.994 INFO kablam! 4 | pub fn bar() -> Bar { Oct 13 05:13:18.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:13:18.994 INFO kablam! Oct 13 05:13:18.999 INFO kablam! warning: function is never used: `foo` Oct 13 05:13:18.999 INFO kablam! --> src/sub_mod/mod.rs:5:1 Oct 13 05:13:18.999 INFO kablam! | Oct 13 05:13:18.999 INFO kablam! 5 | pub fn foo() { Oct 13 05:13:18.999 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:18.999 INFO kablam! Oct 13 05:13:18.999 INFO kablam! warning: struct is never constructed: `S` Oct 13 05:13:18.999 INFO kablam! --> src/main.rs:27:5 Oct 13 05:13:18.999 INFO kablam! | Oct 13 05:13:18.999 INFO kablam! 27 | struct S { Oct 13 05:13:18.999 INFO kablam! | ^^^^^^^^ Oct 13 05:13:18.999 INFO kablam! Oct 13 05:13:18.999 INFO kablam! warning: struct is never constructed: `Thing` Oct 13 05:13:18.999 INFO kablam! --> src/main.rs:34:1 Oct 13 05:13:18.999 INFO kablam! | Oct 13 05:13:18.999 INFO kablam! 34 | struct Thing { Oct 13 05:13:18.999 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:13:18.999 INFO kablam! Oct 13 05:13:18.999 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 05:13:18.999 INFO kablam! --> src/main.rs:1:12 Oct 13 05:13:18.999 INFO kablam! | Oct 13 05:13:18.999 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 05:13:18.999 INFO kablam! | ^^^^^^^^^^ Oct 13 05:13:18.999 INFO kablam! | Oct 13 05:13:18.999 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:13:18.999 INFO kablam! Oct 13 05:13:19.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 13 05:13:19.391 INFO kablam! su: No module specific data is present Oct 13 05:13:19.935 INFO running `"docker" "rm" "-f" "6f1742df45a229e195cc3928772c635908d164a58ceb57d4ba1a27faaed5b36a"` Oct 13 05:13:20.166 INFO blam! 6f1742df45a229e195cc3928772c635908d164a58ceb57d4ba1a27faaed5b36a Oct 13 05:13:20.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 05:13:20.489 INFO blam! eec5b69a08ac63efd48cca3f3c5d08e0c8426b511985ff255e5c203f1515ebcd Oct 13 05:13:20.491 INFO running `"docker" "start" "-a" "eec5b69a08ac63efd48cca3f3c5d08e0c8426b511985ff255e5c203f1515ebcd"` Oct 13 05:13:21.096 INFO kablam! usermod: no changes Oct 13 05:13:21.136 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 05:13:21.136 INFO kablam! Running /target/debug/deps/hello-3ce8983be999951d Oct 13 05:13:21.139 INFO blam! Oct 13 05:13:21.139 INFO blam! running 0 tests Oct 13 05:13:21.139 INFO blam! Oct 13 05:13:21.139 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:13:21.139 INFO blam! Oct 13 05:13:21.141 INFO kablam! su: No module specific data is present Oct 13 05:13:21.413 INFO running `"docker" "rm" "-f" "eec5b69a08ac63efd48cca3f3c5d08e0c8426b511985ff255e5c203f1515ebcd"` Oct 13 05:13:21.675 INFO blam! eec5b69a08ac63efd48cca3f3c5d08e0c8426b511985ff255e5c203f1515ebcd