Oct 15 08:23:04.723 INFO testing NathanFrasier/rust-rep against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:23:04.723 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 15 08:23:05.189 INFO blam! d9cdf69a0814c071ccd45f48634f38413da440099c258a4fcea7998434f2ceea Oct 15 08:23:05.196 INFO running `"docker" "start" "-a" "d9cdf69a0814c071ccd45f48634f38413da440099c258a4fcea7998434f2ceea"` Oct 15 08:23:06.435 INFO kablam! usermod: no changes Oct 15 08:23:06.515 INFO kablam! Compiling libc v0.2.35 Oct 15 08:23:08.207 INFO kablam! Compiling memchr v2.0.1 Oct 15 08:23:09.039 INFO kablam! Compiling aho-corasick v0.6.4 Oct 15 08:23:10.191 INFO kablam! Compiling regex v0.2.5 Oct 15 08:23:19.744 INFO kablam! Compiling docopt v0.8.3 Oct 15 08:23:25.555 INFO kablam! Compiling rust_rep v0.1.0 (/source) Oct 15 08:23:26.475 INFO kablam! warning: unused variable: `filename` Oct 15 08:23:26.475 INFO kablam! --> src/main.rs:68:10 Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! 68 | fn serve(filename:&str, connection:&str) { Oct 15 08:23:26.475 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:23:26.475 INFO kablam! Oct 15 08:23:26.475 INFO kablam! warning: unused variable: `connection` Oct 15 08:23:26.475 INFO kablam! --> src/main.rs:68:25 Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! 68 | fn serve(filename:&str, connection:&str) { Oct 15 08:23:26.475 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 15 08:23:26.475 INFO kablam! Oct 15 08:23:26.475 INFO kablam! warning: unused variable: `server_info` Oct 15 08:23:26.475 INFO kablam! --> src/main.rs:71:9 Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! 71 | fn seed(server_info:&str, connection:&str, output:&str) { Oct 15 08:23:26.475 INFO kablam! | ^^^^^^^^^^^ help: consider using `_server_info` instead Oct 15 08:23:26.475 INFO kablam! Oct 15 08:23:26.475 INFO kablam! warning: unused variable: `connection` Oct 15 08:23:26.475 INFO kablam! --> src/main.rs:71:27 Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! 71 | fn seed(server_info:&str, connection:&str, output:&str) { Oct 15 08:23:26.475 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 15 08:23:26.475 INFO kablam! Oct 15 08:23:26.475 INFO kablam! warning: unused variable: `output` Oct 15 08:23:26.475 INFO kablam! --> src/main.rs:71:44 Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! 71 | fn seed(server_info:&str, connection:&str, output:&str) { Oct 15 08:23:26.475 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 15 08:23:26.475 INFO kablam! Oct 15 08:23:26.475 INFO kablam! warning: unused variable: `server_info` Oct 15 08:23:26.475 INFO kablam! --> src/main.rs:75:10 Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! 75 | fn leech(server_info:&str, output:&str) { Oct 15 08:23:26.475 INFO kablam! | ^^^^^^^^^^^ help: consider using `_server_info` instead Oct 15 08:23:26.475 INFO kablam! Oct 15 08:23:26.475 INFO kablam! warning: unused variable: `output` Oct 15 08:23:26.475 INFO kablam! --> src/main.rs:75:28 Oct 15 08:23:26.475 INFO kablam! | Oct 15 08:23:26.475 INFO kablam! 75 | fn leech(server_info:&str, output:&str) { Oct 15 08:23:26.475 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 15 08:23:26.475 INFO kablam! Oct 15 08:23:28.031 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.57s Oct 15 08:23:28.043 INFO kablam! su: No module specific data is present Oct 15 08:23:29.175 INFO running `"docker" "rm" "-f" "d9cdf69a0814c071ccd45f48634f38413da440099c258a4fcea7998434f2ceea"` Oct 15 08:23:29.409 INFO blam! d9cdf69a0814c071ccd45f48634f38413da440099c258a4fcea7998434f2ceea Oct 15 08:23:29.413 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 15 08:23:29.888 INFO blam! 034cf5407ef87f9b020e215a012f404140f2ad8d42bd22977097aae59a2be2bb Oct 15 08:23:29.893 INFO running `"docker" "start" "-a" "034cf5407ef87f9b020e215a012f404140f2ad8d42bd22977097aae59a2be2bb"` Oct 15 08:23:31.383 INFO kablam! usermod: no changes Oct 15 08:23:31.467 INFO kablam! Compiling rust_rep v0.1.0 (/source) Oct 15 08:23:32.651 INFO kablam! warning: unused variable: `filename` Oct 15 08:23:32.651 INFO kablam! --> src/main.rs:68:10 Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! 68 | fn serve(filename:&str, connection:&str) { Oct 15 08:23:32.651 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:23:32.651 INFO kablam! Oct 15 08:23:32.651 INFO kablam! warning: unused variable: `connection` Oct 15 08:23:32.651 INFO kablam! --> src/main.rs:68:25 Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! 68 | fn serve(filename:&str, connection:&str) { Oct 15 08:23:32.651 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 15 08:23:32.651 INFO kablam! Oct 15 08:23:32.651 INFO kablam! warning: unused variable: `server_info` Oct 15 08:23:32.651 INFO kablam! --> src/main.rs:71:9 Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! 71 | fn seed(server_info:&str, connection:&str, output:&str) { Oct 15 08:23:32.651 INFO kablam! | ^^^^^^^^^^^ help: consider using `_server_info` instead Oct 15 08:23:32.651 INFO kablam! Oct 15 08:23:32.651 INFO kablam! warning: unused variable: `connection` Oct 15 08:23:32.651 INFO kablam! --> src/main.rs:71:27 Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! 71 | fn seed(server_info:&str, connection:&str, output:&str) { Oct 15 08:23:32.651 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 15 08:23:32.651 INFO kablam! Oct 15 08:23:32.651 INFO kablam! warning: unused variable: `output` Oct 15 08:23:32.651 INFO kablam! --> src/main.rs:71:44 Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! 71 | fn seed(server_info:&str, connection:&str, output:&str) { Oct 15 08:23:32.651 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 15 08:23:32.651 INFO kablam! Oct 15 08:23:32.651 INFO kablam! warning: unused variable: `server_info` Oct 15 08:23:32.651 INFO kablam! --> src/main.rs:75:10 Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! 75 | fn leech(server_info:&str, output:&str) { Oct 15 08:23:32.651 INFO kablam! | ^^^^^^^^^^^ help: consider using `_server_info` instead Oct 15 08:23:32.651 INFO kablam! Oct 15 08:23:32.651 INFO kablam! warning: unused variable: `output` Oct 15 08:23:32.651 INFO kablam! --> src/main.rs:75:28 Oct 15 08:23:32.651 INFO kablam! | Oct 15 08:23:32.651 INFO kablam! 75 | fn leech(server_info:&str, output:&str) { Oct 15 08:23:32.651 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 15 08:23:32.651 INFO kablam! Oct 15 08:23:33.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 15 08:23:33.242 INFO kablam! su: No module specific data is present Oct 15 08:23:34.223 INFO running `"docker" "rm" "-f" "034cf5407ef87f9b020e215a012f404140f2ad8d42bd22977097aae59a2be2bb"` Oct 15 08:23:34.595 INFO blam! 034cf5407ef87f9b020e215a012f404140f2ad8d42bd22977097aae59a2be2bb Oct 15 08:23:34.605 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 15 08:23:35.101 INFO blam! a1cf8fa62836b0475eb1a0cb873a92442c8a8416c20a68584a1c1b94a33ebd27 Oct 15 08:23:35.104 INFO running `"docker" "start" "-a" "a1cf8fa62836b0475eb1a0cb873a92442c8a8416c20a68584a1c1b94a33ebd27"` Oct 15 08:23:36.591 INFO kablam! usermod: no changes Oct 15 08:23:36.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 08:23:36.715 INFO kablam! Running /target/debug/deps/rust_rep-daaae1e3ea26fcb5 Oct 15 08:23:36.715 INFO blam! Oct 15 08:23:36.715 INFO kablam! su: No module specific data is present Oct 15 08:23:36.715 INFO blam! running 0 tests Oct 15 08:23:36.715 INFO blam! Oct 15 08:23:36.715 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:23:36.715 INFO blam! Oct 15 08:23:37.526 INFO running `"docker" "rm" "-f" "a1cf8fa62836b0475eb1a0cb873a92442c8a8416c20a68584a1c1b94a33ebd27"` Oct 15 08:23:37.837 INFO blam! a1cf8fa62836b0475eb1a0cb873a92442c8a8416c20a68584a1c1b94a33ebd27