Oct 14 16:06:59.720 INFO testing jswrenn/turnout-for-what against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:06:59.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:06:59.931 INFO blam! a8f4a20e169669172f02341df4a0068b393e3a3b19ff153e01f137f8f48a2780 Oct 14 16:06:59.941 INFO running `"docker" "start" "-a" "a8f4a20e169669172f02341df4a0068b393e3a3b19ff153e01f137f8f48a2780"` Oct 14 16:07:00.543 INFO kablam! usermod: no changes Oct 14 16:07:00.614 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 16:07:00.614 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 16:07:00.614 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 16:07:00.614 INFO kablam! files will be included as a binary target: Oct 14 16:07:00.614 INFO kablam! Oct 14 16:07:00.614 INFO kablam! * /source/src/main.rs Oct 14 16:07:00.614 INFO kablam! Oct 14 16:07:00.614 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 16:07:00.614 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 16:07:00.614 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 16:07:00.614 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 16:07:00.614 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 16:07:00.614 INFO kablam! Oct 14 16:07:00.614 INFO kablam! For more information on this warning you can consult Oct 14 16:07:00.614 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 16:07:00.614 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Oct 14 16:07:00.615 INFO kablam! please set bin.path in Cargo.toml Oct 14 16:07:00.657 INFO kablam! Compiling term_size v0.2.1 Oct 14 16:07:00.889 INFO kablam! Compiling clap v2.14.0 Oct 14 16:07:09.167 INFO kablam! Compiling turnout-for-what v0.2.0 (/source) Oct 14 16:07:10.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.79s Oct 14 16:07:10.381 INFO kablam! su: No module specific data is present Oct 14 16:07:10.768 INFO running `"docker" "rm" "-f" "a8f4a20e169669172f02341df4a0068b393e3a3b19ff153e01f137f8f48a2780"` Oct 14 16:07:10.955 INFO blam! a8f4a20e169669172f02341df4a0068b393e3a3b19ff153e01f137f8f48a2780 Oct 14 16:07:10.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:07:11.195 INFO blam! 23ff479d832faf611d786d7ba9e23fcd80ff3724b3d0b60fe2d576091494f5e5 Oct 14 16:07:11.199 INFO running `"docker" "start" "-a" "23ff479d832faf611d786d7ba9e23fcd80ff3724b3d0b60fe2d576091494f5e5"` Oct 14 16:07:11.939 INFO kablam! usermod: no changes Oct 14 16:07:11.970 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 16:07:11.970 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 16:07:11.970 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 16:07:11.970 INFO kablam! files will be included as a binary target: Oct 14 16:07:11.970 INFO kablam! Oct 14 16:07:11.970 INFO kablam! * /source/src/main.rs Oct 14 16:07:11.970 INFO kablam! Oct 14 16:07:11.970 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 16:07:11.970 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 16:07:11.970 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 16:07:11.970 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 16:07:11.970 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 16:07:11.970 INFO kablam! Oct 14 16:07:11.970 INFO kablam! For more information on this warning you can consult Oct 14 16:07:11.970 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 16:07:11.970 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Oct 14 16:07:11.970 INFO kablam! please set bin.path in Cargo.toml Oct 14 16:07:11.986 INFO kablam! Compiling turnout-for-what v0.2.0 (/source) Oct 14 16:07:12.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 14 16:07:12.643 INFO kablam! su: No module specific data is present Oct 14 16:07:13.003 INFO running `"docker" "rm" "-f" "23ff479d832faf611d786d7ba9e23fcd80ff3724b3d0b60fe2d576091494f5e5"` Oct 14 16:07:13.198 INFO blam! 23ff479d832faf611d786d7ba9e23fcd80ff3724b3d0b60fe2d576091494f5e5 Oct 14 16:07:13.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:07:13.556 INFO blam! 9ac5094d2e565959a10c88c8d20de6875b1c2934fddae864764b423c79bbb59c Oct 14 16:07:13.561 INFO running `"docker" "start" "-a" "9ac5094d2e565959a10c88c8d20de6875b1c2934fddae864764b423c79bbb59c"` Oct 14 16:07:14.355 INFO kablam! usermod: no changes Oct 14 16:07:14.380 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 16:07:14.381 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 16:07:14.381 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 16:07:14.381 INFO kablam! files will be included as a binary target: Oct 14 16:07:14.381 INFO kablam! Oct 14 16:07:14.381 INFO kablam! * /source/src/main.rs Oct 14 16:07:14.382 INFO kablam! Oct 14 16:07:14.382 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 16:07:14.382 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 16:07:14.382 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 16:07:14.382 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 16:07:14.382 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 16:07:14.382 INFO kablam! Oct 14 16:07:14.382 INFO kablam! For more information on this warning you can consult Oct 14 16:07:14.382 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 16:07:14.382 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tfw`, Oct 14 16:07:14.382 INFO kablam! please set bin.path in Cargo.toml Oct 14 16:07:14.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 16:07:14.411 INFO kablam! Running /target/debug/deps/tfw-83f8b072289cf008 Oct 14 16:07:14.418 INFO blam! Oct 14 16:07:14.418 INFO blam! running 0 tests Oct 14 16:07:14.418 INFO blam! Oct 14 16:07:14.418 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:07:14.418 INFO blam! Oct 14 16:07:14.418 INFO kablam! su: No module specific data is present Oct 14 16:07:15.101 INFO running `"docker" "rm" "-f" "9ac5094d2e565959a10c88c8d20de6875b1c2934fddae864764b423c79bbb59c"` Oct 14 16:07:15.499 INFO blam! 9ac5094d2e565959a10c88c8d20de6875b1c2934fddae864764b423c79bbb59c