Oct 14 18:38:27.132 INFO testing hunterkepley/Smoke against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:38:27.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 18:38:27.333 INFO blam! abda18e545a9f81182ee35b14c42f40b180c9df4c6aed7373002c10095110edb Oct 14 18:38:27.340 INFO running `"docker" "start" "-a" "abda18e545a9f81182ee35b14c42f40b180c9df4c6aed7373002c10095110edb"` Oct 14 18:38:27.746 INFO kablam! usermod: no changes Oct 14 18:38:27.785 INFO kablam! Compiling smoke v0.0.1 (/source) Oct 14 18:38:28.020 INFO kablam! warning: unused variable: `full_constructor` Oct 14 18:38:28.020 INFO kablam! --> src/parser.rs:29:13 Oct 14 18:38:28.020 INFO kablam! | Oct 14 18:38:28.020 INFO kablam! 29 | let full_constructor = ""; Oct 14 18:38:28.020 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_full_constructor` instead Oct 14 18:38:28.020 INFO kablam! | Oct 14 18:38:28.020 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:38:28.020 INFO kablam! Oct 14 18:38:28.020 INFO kablam! warning: unused variable: `commands` Oct 14 18:38:28.020 INFO kablam! --> src/parser.rs:78:13 Oct 14 18:38:28.020 INFO kablam! | Oct 14 18:38:28.020 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:28.020 INFO kablam! | ^^^^^^^^ help: consider using `_commands` instead Oct 14 18:38:28.020 INFO kablam! Oct 14 18:38:28.020 INFO kablam! warning: unused variable: `constructor` Oct 14 18:38:28.020 INFO kablam! --> src/smoke_commands.rs:9:13 Oct 14 18:38:28.020 INFO kablam! | Oct 14 18:38:28.020 INFO kablam! 9 | pub fn quit(constructor: Vec) { Oct 14 18:38:28.020 INFO kablam! | ^^^^^^^^^^^ help: consider using `_constructor` instead Oct 14 18:38:28.020 INFO kablam! Oct 14 18:38:28.028 INFO kablam! warning: variable does not need to be mutable Oct 14 18:38:28.029 INFO kablam! --> src/parser.rs:78:9 Oct 14 18:38:28.029 INFO kablam! | Oct 14 18:38:28.029 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:28.030 INFO kablam! | ----^^^^^^^^ Oct 14 18:38:28.030 INFO kablam! | | Oct 14 18:38:28.031 INFO kablam! | help: remove this `mut` Oct 14 18:38:28.031 INFO kablam! | Oct 14 18:38:28.031 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:38:28.032 INFO kablam! Oct 14 18:38:28.033 INFO kablam! warning: variant is never constructed: `VChar` Oct 14 18:38:28.033 INFO kablam! --> src/parser.rs:14:5 Oct 14 18:38:28.033 INFO kablam! | Oct 14 18:38:28.033 INFO kablam! 14 | VChar, Oct 14 18:38:28.034 INFO kablam! | ^^^^^ Oct 14 18:38:28.034 INFO kablam! | Oct 14 18:38:28.034 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:38:28.035 INFO kablam! Oct 14 18:38:28.035 INFO kablam! warning: variant is never constructed: `VInt` Oct 14 18:38:28.035 INFO kablam! --> src/parser.rs:15:5 Oct 14 18:38:28.035 INFO kablam! | Oct 14 18:38:28.036 INFO kablam! 15 | VInt, Oct 14 18:38:28.036 INFO kablam! | ^^^^ Oct 14 18:38:28.036 INFO kablam! Oct 14 18:38:28.036 INFO kablam! warning: variant is never constructed: `VFloat` Oct 14 18:38:28.037 INFO kablam! --> src/parser.rs:16:5 Oct 14 18:38:28.037 INFO kablam! | Oct 14 18:38:28.037 INFO kablam! 16 | VFloat Oct 14 18:38:28.038 INFO kablam! | ^^^^^^ Oct 14 18:38:28.038 INFO kablam! Oct 14 18:38:28.546 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 14 18:38:28.547 INFO kablam! su: No module specific data is present Oct 14 18:38:28.887 INFO running `"docker" "rm" "-f" "abda18e545a9f81182ee35b14c42f40b180c9df4c6aed7373002c10095110edb"` Oct 14 18:38:28.964 INFO blam! abda18e545a9f81182ee35b14c42f40b180c9df4c6aed7373002c10095110edb Oct 14 18:38:28.965 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 18:38:29.167 INFO blam! 82d71ec2a18a1ba1f47728ba4cd592b2582469f0a94a309f7a6d3648e5fe0ebf Oct 14 18:38:29.173 INFO running `"docker" "start" "-a" "82d71ec2a18a1ba1f47728ba4cd592b2582469f0a94a309f7a6d3648e5fe0ebf"` Oct 14 18:38:29.653 INFO kablam! usermod: no changes Oct 14 18:38:29.676 INFO kablam! Compiling smoke v0.0.1 (/source) Oct 14 18:38:29.961 INFO kablam! warning: unused variable: `full_constructor` Oct 14 18:38:29.961 INFO kablam! --> src/parser.rs:29:13 Oct 14 18:38:29.961 INFO kablam! | Oct 14 18:38:29.961 INFO kablam! 29 | let full_constructor = ""; Oct 14 18:38:29.961 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_full_constructor` instead Oct 14 18:38:29.961 INFO kablam! | Oct 14 18:38:29.961 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:38:29.961 INFO kablam! Oct 14 18:38:29.961 INFO kablam! warning: unused variable: `commands` Oct 14 18:38:29.961 INFO kablam! --> src/parser.rs:78:13 Oct 14 18:38:29.961 INFO kablam! | Oct 14 18:38:29.961 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:29.961 INFO kablam! | ^^^^^^^^ help: consider using `_commands` instead Oct 14 18:38:29.961 INFO kablam! Oct 14 18:38:29.961 INFO kablam! warning: unused variable: `constructor` Oct 14 18:38:29.961 INFO kablam! --> src/smoke_commands.rs:9:13 Oct 14 18:38:29.961 INFO kablam! | Oct 14 18:38:29.961 INFO kablam! 9 | pub fn quit(constructor: Vec) { Oct 14 18:38:29.961 INFO kablam! | ^^^^^^^^^^^ help: consider using `_constructor` instead Oct 14 18:38:29.961 INFO kablam! Oct 14 18:38:29.966 INFO kablam! warning: variable does not need to be mutable Oct 14 18:38:29.966 INFO kablam! --> src/parser.rs:78:9 Oct 14 18:38:29.966 INFO kablam! | Oct 14 18:38:29.966 INFO kablam! 78 | let mut commands: Vec = vec![]; Oct 14 18:38:29.966 INFO kablam! | ----^^^^^^^^ Oct 14 18:38:29.966 INFO kablam! | | Oct 14 18:38:29.966 INFO kablam! | help: remove this `mut` Oct 14 18:38:29.966 INFO kablam! | Oct 14 18:38:29.966 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:38:29.966 INFO kablam! Oct 14 18:38:29.975 INFO kablam! warning: variant is never constructed: `VChar` Oct 14 18:38:29.975 INFO kablam! --> src/parser.rs:14:5 Oct 14 18:38:29.975 INFO kablam! | Oct 14 18:38:29.975 INFO kablam! 14 | VChar, Oct 14 18:38:29.975 INFO kablam! | ^^^^^ Oct 14 18:38:29.975 INFO kablam! | Oct 14 18:38:29.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:38:29.975 INFO kablam! Oct 14 18:38:29.975 INFO kablam! warning: variant is never constructed: `VInt` Oct 14 18:38:29.975 INFO kablam! --> src/parser.rs:15:5 Oct 14 18:38:29.975 INFO kablam! | Oct 14 18:38:29.975 INFO kablam! 15 | VInt, Oct 14 18:38:29.975 INFO kablam! | ^^^^ Oct 14 18:38:29.975 INFO kablam! Oct 14 18:38:29.975 INFO kablam! warning: variant is never constructed: `VFloat` Oct 14 18:38:29.975 INFO kablam! --> src/parser.rs:16:5 Oct 14 18:38:29.975 INFO kablam! | Oct 14 18:38:29.975 INFO kablam! 16 | VFloat Oct 14 18:38:29.975 INFO kablam! | ^^^^^^ Oct 14 18:38:29.979 INFO kablam! Oct 14 18:38:30.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 14 18:38:30.381 INFO kablam! su: No module specific data is present Oct 14 18:38:31.120 INFO running `"docker" "rm" "-f" "82d71ec2a18a1ba1f47728ba4cd592b2582469f0a94a309f7a6d3648e5fe0ebf"` Oct 14 18:38:31.335 INFO blam! 82d71ec2a18a1ba1f47728ba4cd592b2582469f0a94a309f7a6d3648e5fe0ebf Oct 14 18:38:31.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 18:38:31.686 INFO blam! c66d87b9d909053df4a93534fa12c97a7fea4739f191423479d07419aa1c7b9a Oct 14 18:38:31.689 INFO running `"docker" "start" "-a" "c66d87b9d909053df4a93534fa12c97a7fea4739f191423479d07419aa1c7b9a"` Oct 14 18:38:32.728 INFO kablam! usermod: no changes Oct 14 18:38:32.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 18:38:32.771 INFO kablam! Running /target/debug/deps/smoke-3391cc087c5ffeac Oct 14 18:38:32.781 INFO blam! Oct 14 18:38:32.781 INFO blam! running 0 tests Oct 14 18:38:32.781 INFO blam! Oct 14 18:38:32.781 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:38:32.781 INFO blam! Oct 14 18:38:32.783 INFO kablam! su: No module specific data is present Oct 14 18:38:33.609 INFO running `"docker" "rm" "-f" "c66d87b9d909053df4a93534fa12c97a7fea4739f191423479d07419aa1c7b9a"` Oct 14 18:38:33.884 INFO blam! c66d87b9d909053df4a93534fa12c97a7fea4739f191423479d07419aa1c7b9a