Oct 14 18:38:27.457 INFO testing hunterkepley/Smoke against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:38:27.457 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 18:38:27.654 INFO blam! 0c27a6589774ef11a710237a8c745942cdc672eeb3fd51195dc57e63dc6d667a Oct 14 18:38:27.658 INFO running `"docker" "start" "-a" "0c27a6589774ef11a710237a8c745942cdc672eeb3fd51195dc57e63dc6d667a"` Oct 14 18:38:28.199 INFO kablam! usermod: no changes Oct 14 18:38:28.245 INFO kablam! Compiling smoke v0.0.1 (/source) Oct 14 18:38:28.465 INFO kablam! warning: unused variable: `full_constructor` Oct 14 18:38:28.465 INFO kablam! --> src/parser.rs:29:13 Oct 14 18:38:28.465 INFO kablam! | Oct 14 18:38:28.465 INFO kablam! 29 | let full_constructor = ""; Oct 14 18:38:28.465 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_full_constructor` instead Oct 14 18:38:28.465 INFO kablam! | Oct 14 18:38:28.465 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:38:28.465 INFO kablam! Oct 14 18:38:28.465 INFO kablam! warning: unused variable: `commands` Oct 14 18:38:28.465 INFO kablam! --> src/parser.rs:78:13 Oct 14 18:38:28.465 INFO kablam! | Oct 14 18:38:28.465 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:28.465 INFO kablam! | ^^^^^^^^ help: consider using `_commands` instead Oct 14 18:38:28.465 INFO kablam! Oct 14 18:38:28.465 INFO kablam! warning: unused variable: `constructor` Oct 14 18:38:28.465 INFO kablam! --> src/smoke_commands.rs:9:13 Oct 14 18:38:28.465 INFO kablam! | Oct 14 18:38:28.465 INFO kablam! 9 | pub fn quit(constructor: Vec) { Oct 14 18:38:28.465 INFO kablam! | ^^^^^^^^^^^ help: consider using `_constructor` instead Oct 14 18:38:28.465 INFO kablam! Oct 14 18:38:28.474 INFO kablam! warning: variable does not need to be mutable Oct 14 18:38:28.474 INFO kablam! --> src/parser.rs:78:9 Oct 14 18:38:28.474 INFO kablam! | Oct 14 18:38:28.474 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:28.474 INFO kablam! | ----^^^^^^^^ Oct 14 18:38:28.474 INFO kablam! | | Oct 14 18:38:28.474 INFO kablam! | help: remove this `mut` Oct 14 18:38:28.474 INFO kablam! | Oct 14 18:38:28.474 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:38:28.474 INFO kablam! Oct 14 18:38:28.478 INFO kablam! warning: variant is never constructed: `VChar` Oct 14 18:38:28.478 INFO kablam! --> src/parser.rs:14:5 Oct 14 18:38:28.478 INFO kablam! | Oct 14 18:38:28.478 INFO kablam! 14 | VChar, Oct 14 18:38:28.478 INFO kablam! | ^^^^^ Oct 14 18:38:28.478 INFO kablam! | Oct 14 18:38:28.478 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:38:28.478 INFO kablam! Oct 14 18:38:28.478 INFO kablam! warning: variant is never constructed: `VInt` Oct 14 18:38:28.478 INFO kablam! --> src/parser.rs:15:5 Oct 14 18:38:28.478 INFO kablam! | Oct 14 18:38:28.478 INFO kablam! 15 | VInt, Oct 14 18:38:28.478 INFO kablam! | ^^^^ Oct 14 18:38:28.478 INFO kablam! Oct 14 18:38:28.478 INFO kablam! warning: variant is never constructed: `VFloat` Oct 14 18:38:28.478 INFO kablam! --> src/parser.rs:16:5 Oct 14 18:38:28.478 INFO kablam! | Oct 14 18:38:28.478 INFO kablam! 16 | VFloat Oct 14 18:38:28.478 INFO kablam! | ^^^^^^ Oct 14 18:38:28.478 INFO kablam! Oct 14 18:38:29.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 14 18:38:29.010 INFO kablam! su: No module specific data is present Oct 14 18:38:29.305 INFO running `"docker" "rm" "-f" "0c27a6589774ef11a710237a8c745942cdc672eeb3fd51195dc57e63dc6d667a"` Oct 14 18:38:29.430 INFO blam! 0c27a6589774ef11a710237a8c745942cdc672eeb3fd51195dc57e63dc6d667a Oct 14 18:38:29.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 18:38:29.676 INFO blam! b609af8c35e2b858736a4cc665da7b96858234b49685928a8df2e735c4ef1ea1 Oct 14 18:38:29.679 INFO running `"docker" "start" "-a" "b609af8c35e2b858736a4cc665da7b96858234b49685928a8df2e735c4ef1ea1"` Oct 14 18:38:30.251 INFO kablam! usermod: no changes Oct 14 18:38:30.302 INFO kablam! Compiling smoke v0.0.1 (/source) Oct 14 18:38:30.619 INFO kablam! warning: unused variable: `full_constructor` Oct 14 18:38:30.619 INFO kablam! --> src/parser.rs:29:13 Oct 14 18:38:30.619 INFO kablam! | Oct 14 18:38:30.619 INFO kablam! 29 | let full_constructor = ""; Oct 14 18:38:30.619 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_full_constructor` instead Oct 14 18:38:30.619 INFO kablam! | Oct 14 18:38:30.619 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:38:30.619 INFO kablam! Oct 14 18:38:30.619 INFO kablam! warning: unused variable: `commands` Oct 14 18:38:30.619 INFO kablam! --> src/parser.rs:78:13 Oct 14 18:38:30.619 INFO kablam! | Oct 14 18:38:30.619 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:30.619 INFO kablam! | ^^^^^^^^ help: consider using `_commands` instead Oct 14 18:38:30.619 INFO kablam! Oct 14 18:38:30.619 INFO kablam! warning: unused variable: `constructor` Oct 14 18:38:30.619 INFO kablam! --> src/smoke_commands.rs:9:13 Oct 14 18:38:30.619 INFO kablam! | Oct 14 18:38:30.619 INFO kablam! 9 | pub fn quit(constructor: Vec) { Oct 14 18:38:30.619 INFO kablam! | ^^^^^^^^^^^ help: consider using `_constructor` instead Oct 14 18:38:30.619 INFO kablam! Oct 14 18:38:30.631 INFO kablam! warning: variable does not need to be mutable Oct 14 18:38:30.631 INFO kablam! --> src/parser.rs:78:9 Oct 14 18:38:30.631 INFO kablam! | Oct 14 18:38:30.631 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:30.631 INFO kablam! | ----^^^^^^^^ Oct 14 18:38:30.631 INFO kablam! | | Oct 14 18:38:30.631 INFO kablam! | help: remove this `mut` Oct 14 18:38:30.631 INFO kablam! | Oct 14 18:38:30.631 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:38:30.631 INFO kablam! Oct 14 18:38:30.631 INFO kablam! warning: variant is never constructed: `VChar` Oct 14 18:38:30.631 INFO kablam! --> src/parser.rs:14:5 Oct 14 18:38:30.631 INFO kablam! | Oct 14 18:38:30.631 INFO kablam! 14 | VChar, Oct 14 18:38:30.631 INFO kablam! | ^^^^^ Oct 14 18:38:30.631 INFO kablam! | Oct 14 18:38:30.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:38:30.631 INFO kablam! Oct 14 18:38:30.631 INFO kablam! warning: variant is never constructed: `VInt` Oct 14 18:38:30.631 INFO kablam! --> src/parser.rs:15:5 Oct 14 18:38:30.631 INFO kablam! | Oct 14 18:38:30.631 INFO kablam! 15 | VInt, Oct 14 18:38:30.631 INFO kablam! | ^^^^ Oct 14 18:38:30.631 INFO kablam! Oct 14 18:38:30.631 INFO kablam! warning: variant is never constructed: `VFloat` Oct 14 18:38:30.631 INFO kablam! --> src/parser.rs:16:5 Oct 14 18:38:30.632 INFO kablam! | Oct 14 18:38:30.632 INFO kablam! 16 | VFloat Oct 14 18:38:30.632 INFO kablam! | ^^^^^^ Oct 14 18:38:30.632 INFO kablam! Oct 14 18:38:31.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 14 18:38:31.080 INFO kablam! su: No module specific data is present Oct 14 18:38:31.554 INFO running `"docker" "rm" "-f" "b609af8c35e2b858736a4cc665da7b96858234b49685928a8df2e735c4ef1ea1"` Oct 14 18:38:31.925 INFO blam! b609af8c35e2b858736a4cc665da7b96858234b49685928a8df2e735c4ef1ea1 Oct 14 18:38:31.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 18:38:32.435 INFO blam! 5b85fa613f222ca9d81442dc3deeb9deed52aceda86665f8b97e6856f104ce82 Oct 14 18:38:32.435 INFO running `"docker" "start" "-a" "5b85fa613f222ca9d81442dc3deeb9deed52aceda86665f8b97e6856f104ce82"` Oct 14 18:38:33.279 INFO kablam! usermod: no changes Oct 14 18:38:33.322 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 18:38:33.323 INFO kablam! Running /target/debug/deps/smoke-09b3cc538866a659 Oct 14 18:38:33.339 INFO kablam! su: No module specific data is present Oct 14 18:38:33.339 INFO blam! Oct 14 18:38:33.339 INFO blam! running 0 tests Oct 14 18:38:33.339 INFO blam! Oct 14 18:38:33.339 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:38:33.339 INFO blam! Oct 14 18:38:33.851 INFO running `"docker" "rm" "-f" "5b85fa613f222ca9d81442dc3deeb9deed52aceda86665f8b97e6856f104ce82"` Oct 14 18:38:34.187 INFO blam! 5b85fa613f222ca9d81442dc3deeb9deed52aceda86665f8b97e6856f104ce82