Oct 10 18:42:04.901 INFO testing mblk/hello-world against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:42:04.901 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:42:04.901 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 18:42:05.436 INFO blam! f49cb72e79b3cb4da570ad826d62cd1fbf7c524feb61cfce0c631657dd61a169 Oct 10 18:42:05.437 INFO running `"docker" "start" "-a" "f49cb72e79b3cb4da570ad826d62cd1fbf7c524feb61cfce0c631657dd61a169"` Oct 10 18:42:06.982 INFO kablam! usermod: no changes Oct 10 18:42:07.045 INFO kablam! Compiling hello_world v0.1.0 (/source) Oct 10 18:42:07.600 INFO kablam! warning: unused import: `std::cmp` Oct 10 18:42:07.600 INFO kablam! --> src/main.rs:1:5 Oct 10 18:42:07.600 INFO kablam! | Oct 10 18:42:07.600 INFO kablam! 1 | use std::cmp; Oct 10 18:42:07.600 INFO kablam! | ^^^^^^^^ Oct 10 18:42:07.600 INFO kablam! | Oct 10 18:42:07.600 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:42:07.600 INFO kablam! Oct 10 18:42:07.716 INFO kablam! warning: value assigned to `t2` is never read Oct 10 18:42:07.716 INFO kablam! --> src/main.rs:52:13 Oct 10 18:42:07.716 INFO kablam! | Oct 10 18:42:07.716 INFO kablam! 52 | let mut t2: (i32,i32) = (333,444); Oct 10 18:42:07.716 INFO kablam! | ^^ Oct 10 18:42:07.716 INFO kablam! | Oct 10 18:42:07.716 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 18:42:07.716 INFO kablam! Oct 10 18:42:07.716 INFO kablam! warning: unused variable: `f` Oct 10 18:42:07.716 INFO kablam! --> src/main.rs:96:13 Oct 10 18:42:07.716 INFO kablam! | Oct 10 18:42:07.716 INFO kablam! 96 | let f = Foo { x: y }; // ---+ f goes into scope Oct 10 18:42:07.716 INFO kablam! | ^ help: consider using `_f` instead Oct 10 18:42:07.716 INFO kablam! | Oct 10 18:42:07.716 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:42:07.716 INFO kablam! Oct 10 18:42:07.717 INFO kablam! warning: unused variable: `x` Oct 10 18:42:07.717 INFO kablam! --> src/main.rs:104:9 Oct 10 18:42:07.717 INFO kablam! | Oct 10 18:42:07.717 INFO kablam! 104 | let x: &'static i32 = &FOO; // reference to data section of binary Oct 10 18:42:07.717 INFO kablam! | ^ help: consider using `_x` instead Oct 10 18:42:07.717 INFO kablam! Oct 10 18:42:07.717 INFO kablam! warning: unused variable: `str1` Oct 10 18:42:07.717 INFO kablam! --> src/main.rs:105:9 Oct 10 18:42:07.717 INFO kablam! | Oct 10 18:42:07.717 INFO kablam! 105 | let str1: &'static str = "qwiojdqoiwjd"; Oct 10 18:42:07.717 INFO kablam! | ^^^^ help: consider using `_str1` instead Oct 10 18:42:07.717 INFO kablam! Oct 10 18:42:07.732 INFO kablam! warning: field is never used: `x` Oct 10 18:42:07.732 INFO kablam! --> src/main.rs:110:5 Oct 10 18:42:07.732 INFO kablam! | Oct 10 18:42:07.732 INFO kablam! 110 | x: &'a i32, Oct 10 18:42:07.732 INFO kablam! | ^^^^^^^^^^ Oct 10 18:42:07.732 INFO kablam! | Oct 10 18:42:07.732 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:42:07.732 INFO kablam! Oct 10 18:42:08.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 10 18:42:08.354 INFO kablam! su: No module specific data is present Oct 10 18:42:09.268 INFO running `"docker" "rm" "-f" "f49cb72e79b3cb4da570ad826d62cd1fbf7c524feb61cfce0c631657dd61a169"` Oct 10 18:42:09.600 INFO blam! f49cb72e79b3cb4da570ad826d62cd1fbf7c524feb61cfce0c631657dd61a169 Oct 10 18:42:09.609 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:42:09.611 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 18:42:10.216 INFO blam! ed3debf68c4fb067daa01459869635852e6806b95432af84729d41e9b6e2bd81 Oct 10 18:42:10.224 INFO running `"docker" "start" "-a" "ed3debf68c4fb067daa01459869635852e6806b95432af84729d41e9b6e2bd81"` Oct 10 18:42:11.482 INFO kablam! usermod: no changes Oct 10 18:42:11.513 INFO kablam! Compiling hello_world v0.1.0 (/source) Oct 10 18:42:12.171 INFO kablam! warning: unused import: `std::cmp` Oct 10 18:42:12.171 INFO kablam! --> src/main.rs:1:5 Oct 10 18:42:12.171 INFO kablam! | Oct 10 18:42:12.171 INFO kablam! 1 | use std::cmp; Oct 10 18:42:12.171 INFO kablam! | ^^^^^^^^ Oct 10 18:42:12.171 INFO kablam! | Oct 10 18:42:12.171 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:42:12.171 INFO kablam! Oct 10 18:42:12.272 INFO kablam! warning: value assigned to `t2` is never read Oct 10 18:42:12.272 INFO kablam! --> src/main.rs:52:13 Oct 10 18:42:12.272 INFO kablam! | Oct 10 18:42:12.272 INFO kablam! 52 | let mut t2: (i32,i32) = (333,444); Oct 10 18:42:12.272 INFO kablam! | ^^ Oct 10 18:42:12.272 INFO kablam! | Oct 10 18:42:12.272 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 18:42:12.272 INFO kablam! Oct 10 18:42:12.272 INFO kablam! warning: unused variable: `f` Oct 10 18:42:12.272 INFO kablam! --> src/main.rs:96:13 Oct 10 18:42:12.272 INFO kablam! | Oct 10 18:42:12.272 INFO kablam! 96 | let f = Foo { x: y }; // ---+ f goes into scope Oct 10 18:42:12.272 INFO kablam! | ^ help: consider using `_f` instead Oct 10 18:42:12.274 INFO kablam! | Oct 10 18:42:12.274 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:42:12.274 INFO kablam! Oct 10 18:42:12.275 INFO kablam! warning: unused variable: `x` Oct 10 18:42:12.275 INFO kablam! --> src/main.rs:104:9 Oct 10 18:42:12.275 INFO kablam! | Oct 10 18:42:12.275 INFO kablam! 104 | let x: &'static i32 = &FOO; // reference to data section of binary Oct 10 18:42:12.275 INFO kablam! | ^ help: consider using `_x` instead Oct 10 18:42:12.275 INFO kablam! Oct 10 18:42:12.275 INFO kablam! warning: unused variable: `str1` Oct 10 18:42:12.275 INFO kablam! --> src/main.rs:105:9 Oct 10 18:42:12.275 INFO kablam! | Oct 10 18:42:12.275 INFO kablam! 105 | let str1: &'static str = "qwiojdqoiwjd"; Oct 10 18:42:12.275 INFO kablam! | ^^^^ help: consider using `_str1` instead Oct 10 18:42:12.275 INFO kablam! Oct 10 18:42:12.291 INFO kablam! warning: field is never used: `x` Oct 10 18:42:12.292 INFO kablam! --> src/main.rs:110:5 Oct 10 18:42:12.292 INFO kablam! | Oct 10 18:42:12.292 INFO kablam! 110 | x: &'a i32, Oct 10 18:42:12.293 INFO kablam! | ^^^^^^^^^^ Oct 10 18:42:12.293 INFO kablam! | Oct 10 18:42:12.293 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:42:12.294 INFO kablam! Oct 10 18:42:12.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 10 18:42:12.750 INFO kablam! su: No module specific data is present Oct 10 18:42:13.232 INFO running `"docker" "rm" "-f" "ed3debf68c4fb067daa01459869635852e6806b95432af84729d41e9b6e2bd81"` Oct 10 18:42:13.428 INFO blam! ed3debf68c4fb067daa01459869635852e6806b95432af84729d41e9b6e2bd81 Oct 10 18:42:13.432 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:42:13.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 18:42:13.920 INFO blam! 76bc852f53914b3520f6a837a07a54489349a3c731e491340b50126f70ed78ba Oct 10 18:42:13.922 INFO running `"docker" "start" "-a" "76bc852f53914b3520f6a837a07a54489349a3c731e491340b50126f70ed78ba"` Oct 10 18:42:14.966 INFO kablam! usermod: no changes Oct 10 18:42:15.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 18:42:15.009 INFO kablam! Running /target/debug/deps/hello_world-29788f22359bc723 Oct 10 18:42:15.020 INFO blam! Oct 10 18:42:15.020 INFO blam! running 0 tests Oct 10 18:42:15.020 INFO blam! Oct 10 18:42:15.020 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:42:15.020 INFO blam! Oct 10 18:42:15.024 INFO kablam! su: No module specific data is present Oct 10 18:42:15.626 INFO running `"docker" "rm" "-f" "76bc852f53914b3520f6a837a07a54489349a3c731e491340b50126f70ed78ba"` Oct 10 18:42:15.800 INFO blam! 76bc852f53914b3520f6a837a07a54489349a3c731e491340b50126f70ed78ba