Oct 10 17:24:50.703 INFO testing nrc/rustw-test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:24:50.703 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:24:50.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:24:50.930 INFO blam! e94f7f64e9eb7e51081af482b723912bdd0b15f35621a0700987c6f0408a3c05 Oct 10 17:24:50.931 INFO running `"docker" "start" "-a" "e94f7f64e9eb7e51081af482b723912bdd0b15f35621a0700987c6f0408a3c05"` Oct 10 17:24:51.376 INFO kablam! usermod: no changes Oct 10 17:24:51.424 INFO kablam! Compiling derive-new v0.3.0 Oct 10 17:24:54.596 INFO kablam! Compiling hello v0.1.0 (/source) Oct 10 17:24:55.064 INFO kablam! warning: unused `#[macro_use]` import Oct 10 17:24:55.064 INFO kablam! --> src/main.rs:4:1 Oct 10 17:24:55.064 INFO kablam! | Oct 10 17:24:55.064 INFO kablam! 4 | #[macro_use] Oct 10 17:24:55.064 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:55.064 INFO kablam! | Oct 10 17:24:55.064 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:24:55.064 INFO kablam! Oct 10 17:24:55.064 INFO kablam! warning: unused import: `std::sync::*` Oct 10 17:24:55.064 INFO kablam! --> src/main.rs:7:5 Oct 10 17:24:55.064 INFO kablam! | Oct 10 17:24:55.064 INFO kablam! 7 | use std::sync::*; Oct 10 17:24:55.064 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:55.064 INFO kablam! Oct 10 17:24:55.064 INFO kablam! warning: unused imports: `Foo`, `TFoo` Oct 10 17:24:55.064 INFO kablam! --> src/sub_mod/mod.rs:1:13 Oct 10 17:24:55.064 INFO kablam! | Oct 10 17:24:55.064 INFO kablam! 1 | use super::{Foo, TFoo}; Oct 10 17:24:55.064 INFO kablam! | ^^^ ^^^^ Oct 10 17:24:55.064 INFO kablam! Oct 10 17:24:55.083 INFO kablam! warning: unused variable: `x` Oct 10 17:24:55.083 INFO kablam! --> src/sub_mod/mod.rs:8:9 Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! 8 | let x = foo + 1; Oct 10 17:24:55.083 INFO kablam! | ^ help: consider using `_x` instead Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:24:55.083 INFO kablam! Oct 10 17:24:55.083 INFO kablam! warning: struct is never constructed: `Foo` Oct 10 17:24:55.083 INFO kablam! --> src/main.rs:12:1 Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! 12 | struct Foo; Oct 10 17:24:55.083 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:24:55.083 INFO kablam! Oct 10 17:24:55.083 INFO kablam! warning: struct is never constructed: `Bar` Oct 10 17:24:55.083 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:1:1 Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! 1 | pub struct Bar; Oct 10 17:24:55.083 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:24:55.083 INFO kablam! Oct 10 17:24:55.083 INFO kablam! warning: function is never used: `bar` Oct 10 17:24:55.083 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:4:1 Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! 4 | pub fn bar() -> Bar { Oct 10 17:24:55.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:24:55.083 INFO kablam! Oct 10 17:24:55.083 INFO kablam! warning: function is never used: `foo` Oct 10 17:24:55.083 INFO kablam! --> src/sub_mod/mod.rs:5:1 Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! 5 | pub fn foo() { Oct 10 17:24:55.083 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:55.083 INFO kablam! Oct 10 17:24:55.083 INFO kablam! warning: struct is never constructed: `S` Oct 10 17:24:55.083 INFO kablam! --> src/main.rs:27:5 Oct 10 17:24:55.083 INFO kablam! | Oct 10 17:24:55.083 INFO kablam! 27 | struct S { Oct 10 17:24:55.083 INFO kablam! | ^^^^^^^^ Oct 10 17:24:55.090 INFO kablam! Oct 10 17:24:55.090 INFO kablam! warning: struct is never constructed: `Thing` Oct 10 17:24:55.090 INFO kablam! --> src/main.rs:34:1 Oct 10 17:24:55.090 INFO kablam! | Oct 10 17:24:55.090 INFO kablam! 34 | struct Thing { Oct 10 17:24:55.090 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:55.090 INFO kablam! Oct 10 17:24:55.090 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 10 17:24:55.090 INFO kablam! --> src/main.rs:1:12 Oct 10 17:24:55.090 INFO kablam! | Oct 10 17:24:55.090 INFO kablam! 1 | #![feature(proc_macro)] Oct 10 17:24:55.090 INFO kablam! | ^^^^^^^^^^ Oct 10 17:24:55.090 INFO kablam! | Oct 10 17:24:55.090 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:24:55.090 INFO kablam! Oct 10 17:24:55.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.06s Oct 10 17:24:55.461 INFO kablam! su: No module specific data is present Oct 10 17:24:56.173 INFO running `"docker" "rm" "-f" "e94f7f64e9eb7e51081af482b723912bdd0b15f35621a0700987c6f0408a3c05"` Oct 10 17:24:56.514 INFO blam! e94f7f64e9eb7e51081af482b723912bdd0b15f35621a0700987c6f0408a3c05 Oct 10 17:24:56.518 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:24:56.518 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:24:56.846 INFO blam! 7f3338a2bae6400bdbab5d65cbae5a9f307ebb3f157acd9e5ef921dfbc362e00 Oct 10 17:24:56.856 INFO running `"docker" "start" "-a" "7f3338a2bae6400bdbab5d65cbae5a9f307ebb3f157acd9e5ef921dfbc362e00"` Oct 10 17:24:57.838 INFO kablam! usermod: no changes Oct 10 17:24:57.904 INFO kablam! Compiling hello v0.1.0 (/source) Oct 10 17:24:58.432 INFO kablam! warning: unused `#[macro_use]` import Oct 10 17:24:58.432 INFO kablam! --> src/main.rs:4:1 Oct 10 17:24:58.432 INFO kablam! | Oct 10 17:24:58.432 INFO kablam! 4 | #[macro_use] Oct 10 17:24:58.432 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:58.432 INFO kablam! | Oct 10 17:24:58.432 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:24:58.432 INFO kablam! Oct 10 17:24:58.432 INFO kablam! warning: unused import: `std::sync::*` Oct 10 17:24:58.432 INFO kablam! --> src/main.rs:7:5 Oct 10 17:24:58.432 INFO kablam! | Oct 10 17:24:58.432 INFO kablam! 7 | use std::sync::*; Oct 10 17:24:58.433 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:58.433 INFO kablam! Oct 10 17:24:58.433 INFO kablam! warning: unused imports: `Foo`, `TFoo` Oct 10 17:24:58.433 INFO kablam! --> src/sub_mod/mod.rs:1:13 Oct 10 17:24:58.433 INFO kablam! | Oct 10 17:24:58.433 INFO kablam! 1 | use super::{Foo, TFoo}; Oct 10 17:24:58.433 INFO kablam! | ^^^ ^^^^ Oct 10 17:24:58.433 INFO kablam! Oct 10 17:24:58.460 INFO kablam! warning: unused variable: `x` Oct 10 17:24:58.460 INFO kablam! --> src/sub_mod/mod.rs:8:9 Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! 8 | let x = foo + 1; Oct 10 17:24:58.460 INFO kablam! | ^ help: consider using `_x` instead Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:24:58.460 INFO kablam! Oct 10 17:24:58.460 INFO kablam! warning: struct is never constructed: `Foo` Oct 10 17:24:58.460 INFO kablam! --> src/main.rs:12:1 Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! 12 | struct Foo; Oct 10 17:24:58.460 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:24:58.460 INFO kablam! Oct 10 17:24:58.460 INFO kablam! warning: struct is never constructed: `Bar` Oct 10 17:24:58.460 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:1:1 Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! 1 | pub struct Bar; Oct 10 17:24:58.460 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 17:24:58.460 INFO kablam! Oct 10 17:24:58.460 INFO kablam! warning: function is never used: `bar` Oct 10 17:24:58.460 INFO kablam! --> src/sub_mod/sub_sub_mod/mod.rs:4:1 Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! 4 | pub fn bar() -> Bar { Oct 10 17:24:58.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 17:24:58.460 INFO kablam! Oct 10 17:24:58.460 INFO kablam! warning: function is never used: `foo` Oct 10 17:24:58.460 INFO kablam! --> src/sub_mod/mod.rs:5:1 Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! 5 | pub fn foo() { Oct 10 17:24:58.460 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:58.460 INFO kablam! Oct 10 17:24:58.460 INFO kablam! warning: struct is never constructed: `S` Oct 10 17:24:58.460 INFO kablam! --> src/main.rs:27:5 Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.460 INFO kablam! 27 | struct S { Oct 10 17:24:58.460 INFO kablam! | ^^^^^^^^ Oct 10 17:24:58.460 INFO kablam! Oct 10 17:24:58.460 INFO kablam! warning: struct is never constructed: `Thing` Oct 10 17:24:58.460 INFO kablam! --> src/main.rs:34:1 Oct 10 17:24:58.460 INFO kablam! | Oct 10 17:24:58.461 INFO kablam! 34 | struct Thing { Oct 10 17:24:58.461 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:24:58.461 INFO kablam! Oct 10 17:24:58.461 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 10 17:24:58.461 INFO kablam! --> src/main.rs:1:12 Oct 10 17:24:58.461 INFO kablam! | Oct 10 17:24:58.461 INFO kablam! 1 | #![feature(proc_macro)] Oct 10 17:24:58.461 INFO kablam! | ^^^^^^^^^^ Oct 10 17:24:58.461 INFO kablam! | Oct 10 17:24:58.461 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:24:58.461 INFO kablam! Oct 10 17:24:58.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 10 17:24:58.901 INFO kablam! su: No module specific data is present Oct 10 17:24:59.360 INFO running `"docker" "rm" "-f" "7f3338a2bae6400bdbab5d65cbae5a9f307ebb3f157acd9e5ef921dfbc362e00"` Oct 10 17:24:59.516 INFO blam! 7f3338a2bae6400bdbab5d65cbae5a9f307ebb3f157acd9e5ef921dfbc362e00 Oct 10 17:24:59.516 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:24:59.516 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:24:59.805 INFO blam! f64bb56c2a4e15f38036d0b169f923d19468a6dbf152fa9f94b8489952e1663d Oct 10 17:24:59.805 INFO running `"docker" "start" "-a" "f64bb56c2a4e15f38036d0b169f923d19468a6dbf152fa9f94b8489952e1663d"` Oct 10 17:25:00.628 INFO kablam! usermod: no changes Oct 10 17:25:00.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 17:25:00.707 INFO kablam! Running /target/debug/deps/hello-38cb17d33e55a3c0 Oct 10 17:25:00.718 INFO kablam! su: No module specific data is present Oct 10 17:25:00.719 INFO blam! Oct 10 17:25:00.719 INFO blam! running 0 tests Oct 10 17:25:00.719 INFO blam! Oct 10 17:25:00.719 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:25:00.719 INFO blam! Oct 10 17:25:01.296 INFO running `"docker" "rm" "-f" "f64bb56c2a4e15f38036d0b169f923d19468a6dbf152fa9f94b8489952e1663d"` Oct 10 17:25:01.513 INFO blam! f64bb56c2a4e15f38036d0b169f923d19468a6dbf152fa9f94b8489952e1663d