Dec 14 01:21:17.256 INFO testing bionikspoon/rust_server against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 14 01:21:17.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 14 01:21:17.748 INFO [stdout] d078399742672c6f448d56780760e4180e985e29920c90d3194fe7c32f983600 Dec 14 01:21:17.751 INFO running `"docker" "start" "-a" "d078399742672c6f448d56780760e4180e985e29920c90d3194fe7c32f983600"` Dec 14 01:21:19.073 INFO [stderr] usermod: no changes Dec 14 01:21:19.127 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:19.127 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:19.127 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:19.127 INFO [stderr] files will be included as a binary target: Dec 14 01:21:19.127 INFO [stderr] Dec 14 01:21:19.127 INFO [stderr] * /source/src/main.rs Dec 14 01:21:19.127 INFO [stderr] Dec 14 01:21:19.127 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:19.127 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:19.127 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:19.127 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:19.127 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:19.127 INFO [stderr] Dec 14 01:21:19.127 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:19.127 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:19.127 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Dec 14 01:21:19.127 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:19.135 INFO [stderr] Compiling server v0.1.0 (/source) Dec 14 01:21:21.919 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.80s Dec 14 01:21:21.927 INFO [stderr] su: No module specific data is present Dec 14 01:21:22.877 INFO running `"docker" "inspect" "d078399742672c6f448d56780760e4180e985e29920c90d3194fe7c32f983600"` Dec 14 01:21:23.193 INFO running `"docker" "rm" "-f" "d078399742672c6f448d56780760e4180e985e29920c90d3194fe7c32f983600"` Dec 14 01:21:23.564 INFO [stdout] d078399742672c6f448d56780760e4180e985e29920c90d3194fe7c32f983600 Dec 14 01:21:23.644 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 14 01:21:24.075 INFO [stdout] eb213070b54324e08a98300bd7c7e7f626e4974f7035d850b722e625d45043a3 Dec 14 01:21:24.079 INFO running `"docker" "start" "-a" "eb213070b54324e08a98300bd7c7e7f626e4974f7035d850b722e625d45043a3"` Dec 14 01:21:25.541 INFO [stderr] usermod: no changes Dec 14 01:21:25.599 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:25.599 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:25.599 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:25.599 INFO [stderr] files will be included as a binary target: Dec 14 01:21:25.599 INFO [stderr] Dec 14 01:21:25.600 INFO [stderr] * /source/src/main.rs Dec 14 01:21:25.600 INFO [stderr] Dec 14 01:21:25.600 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:25.600 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:25.600 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:25.600 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:25.600 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:25.600 INFO [stderr] Dec 14 01:21:25.600 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:25.600 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:25.600 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Dec 14 01:21:25.600 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:25.604 INFO [stderr] Compiling server v0.1.0 (/source) Dec 14 01:21:27.068 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s Dec 14 01:21:27.070 INFO [stderr] su: No module specific data is present Dec 14 01:21:27.936 INFO running `"docker" "inspect" "eb213070b54324e08a98300bd7c7e7f626e4974f7035d850b722e625d45043a3"` Dec 14 01:21:28.193 INFO running `"docker" "rm" "-f" "eb213070b54324e08a98300bd7c7e7f626e4974f7035d850b722e625d45043a3"` Dec 14 01:21:28.565 INFO [stdout] eb213070b54324e08a98300bd7c7e7f626e4974f7035d850b722e625d45043a3 Dec 14 01:21:28.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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"` Dec 14 01:21:28.910 INFO [stdout] 6efb02c97154b2cf257bdd49cb1dce8c3122169c6847733ede0f7d9ca555667e Dec 14 01:21:28.916 INFO running `"docker" "start" "-a" "6efb02c97154b2cf257bdd49cb1dce8c3122169c6847733ede0f7d9ca555667e"` Dec 14 01:21:30.096 INFO [stderr] usermod: no changes Dec 14 01:21:30.150 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:30.150 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:30.150 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:30.150 INFO [stderr] files will be included as a binary target: Dec 14 01:21:30.150 INFO [stderr] Dec 14 01:21:30.150 INFO [stderr] * /source/src/main.rs Dec 14 01:21:30.150 INFO [stderr] Dec 14 01:21:30.151 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:30.151 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:30.151 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:30.151 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:30.151 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:30.151 INFO [stderr] Dec 14 01:21:30.151 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:30.151 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:30.151 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Dec 14 01:21:30.151 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:30.155 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 14 01:21:30.155 INFO [stderr] Running /target/debug/deps/server-67c8dd8e784e44f4 Dec 14 01:21:30.163 INFO [stderr] Running /target/debug/deps/serve-2f8fdc8d25b611d7 Dec 14 01:21:30.163 INFO [stdout] Dec 14 01:21:30.163 INFO [stdout] running 0 tests Dec 14 01:21:30.163 INFO [stdout] Dec 14 01:21:30.163 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:30.163 INFO [stdout] Dec 14 01:21:30.166 INFO [stdout] Dec 14 01:21:30.166 INFO [stdout] running 0 tests Dec 14 01:21:30.166 INFO [stdout] Dec 14 01:21:30.166 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:30.166 INFO [stdout] Dec 14 01:21:30.168 INFO [stderr] Doc-tests server Dec 14 01:21:30.823 INFO [stdout] Dec 14 01:21:30.823 INFO [stdout] running 0 tests Dec 14 01:21:30.823 INFO [stdout] Dec 14 01:21:30.823 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:30.823 INFO [stdout] Dec 14 01:21:30.828 INFO [stderr] su: No module specific data is present Dec 14 01:21:31.833 INFO running `"docker" "inspect" "6efb02c97154b2cf257bdd49cb1dce8c3122169c6847733ede0f7d9ca555667e"` Dec 14 01:21:32.153 INFO running `"docker" "rm" "-f" "6efb02c97154b2cf257bdd49cb1dce8c3122169c6847733ede0f7d9ca555667e"` Dec 14 01:21:32.465 INFO [stdout] 6efb02c97154b2cf257bdd49cb1dce8c3122169c6847733ede0f7d9ca555667e