Dec 13 07:36:08.960 INFO testing pgrzesik/rust-web-server against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 07:36:08.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 13 07:36:09.479 INFO [stdout] 49eae869d8287a45e2c4f3e263a64fefd8812233c2cfd0214261c4d2fb548d89 Dec 13 07:36:09.481 INFO running `"docker" "start" "-a" "49eae869d8287a45e2c4f3e263a64fefd8812233c2cfd0214261c4d2fb548d89"` Dec 13 07:36:10.280 INFO [stderr] usermod: no changes Dec 13 07:36:10.323 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 07:36:10.323 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 07:36:10.323 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 07:36:10.323 INFO [stderr] files will be included as a binary target: Dec 13 07:36:10.323 INFO [stderr] Dec 13 07:36:10.323 INFO [stderr] * /source/src/main.rs Dec 13 07:36:10.323 INFO [stderr] Dec 13 07:36:10.323 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 07:36:10.323 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 07:36:10.323 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 07:36:10.323 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 07:36:10.323 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 07:36:10.323 INFO [stderr] Dec 13 07:36:10.323 INFO [stderr] For more information on this warning you can consult Dec 13 07:36:10.323 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 07:36:10.323 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust-web-server`, Dec 13 07:36:10.323 INFO [stderr] please set bin.path in Cargo.toml Dec 13 07:36:10.323 INFO [stderr] Compiling rust_web_server v0.1.0 (/source) Dec 13 07:36:12.775 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.47s Dec 13 07:36:12.776 INFO [stderr] su: No module specific data is present Dec 13 07:36:13.671 INFO running `"docker" "inspect" "49eae869d8287a45e2c4f3e263a64fefd8812233c2cfd0214261c4d2fb548d89"` Dec 13 07:36:13.993 INFO running `"docker" "rm" "-f" "49eae869d8287a45e2c4f3e263a64fefd8812233c2cfd0214261c4d2fb548d89"` Dec 13 07:36:14.265 INFO [stdout] 49eae869d8287a45e2c4f3e263a64fefd8812233c2cfd0214261c4d2fb548d89 Dec 13 07:36:14.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 13 07:36:14.626 INFO [stdout] aaf12f569ed8cd0fb5665f854b90b1c528262add5dc01acadd524c037afdded6 Dec 13 07:36:14.635 INFO running `"docker" "start" "-a" "aaf12f569ed8cd0fb5665f854b90b1c528262add5dc01acadd524c037afdded6"` Dec 13 07:36:15.579 INFO [stderr] usermod: no changes Dec 13 07:36:15.635 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 07:36:15.635 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 07:36:15.635 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 07:36:15.635 INFO [stderr] files will be included as a binary target: Dec 13 07:36:15.635 INFO [stderr] Dec 13 07:36:15.635 INFO [stderr] * /source/src/main.rs Dec 13 07:36:15.635 INFO [stderr] Dec 13 07:36:15.635 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 07:36:15.635 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 07:36:15.635 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 07:36:15.635 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 07:36:15.635 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 07:36:15.635 INFO [stderr] Dec 13 07:36:15.635 INFO [stderr] For more information on this warning you can consult Dec 13 07:36:15.635 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 07:36:15.635 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust-web-server`, Dec 13 07:36:15.635 INFO [stderr] please set bin.path in Cargo.toml Dec 13 07:36:15.649 INFO [stderr] Compiling rust_web_server v0.1.0 (/source) Dec 13 07:36:16.623 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.00s Dec 13 07:36:16.625 INFO [stderr] su: No module specific data is present Dec 13 07:36:17.712 INFO running `"docker" "inspect" "aaf12f569ed8cd0fb5665f854b90b1c528262add5dc01acadd524c037afdded6"` Dec 13 07:36:17.887 INFO running `"docker" "rm" "-f" "aaf12f569ed8cd0fb5665f854b90b1c528262add5dc01acadd524c037afdded6"` Dec 13 07:36:18.235 INFO [stdout] aaf12f569ed8cd0fb5665f854b90b1c528262add5dc01acadd524c037afdded6 Dec 13 07:36:18.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 13 07:36:18.735 INFO [stdout] 1698a33b0e14028399fa32548fbee1cc7aa96cb0e03787a8e82a35ea4be9155c Dec 13 07:36:18.736 INFO running `"docker" "start" "-a" "1698a33b0e14028399fa32548fbee1cc7aa96cb0e03787a8e82a35ea4be9155c"` Dec 13 07:36:19.787 INFO [stderr] usermod: no changes Dec 13 07:36:19.826 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 07:36:19.826 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 07:36:19.826 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 07:36:19.826 INFO [stderr] files will be included as a binary target: Dec 13 07:36:19.826 INFO [stderr] Dec 13 07:36:19.826 INFO [stderr] * /source/src/main.rs Dec 13 07:36:19.826 INFO [stderr] Dec 13 07:36:19.826 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 07:36:19.826 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 07:36:19.826 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 07:36:19.826 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 07:36:19.826 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 07:36:19.826 INFO [stderr] Dec 13 07:36:19.827 INFO [stderr] For more information on this warning you can consult Dec 13 07:36:19.827 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 07:36:19.827 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `rust-web-server`, Dec 13 07:36:19.827 INFO [stderr] please set bin.path in Cargo.toml Dec 13 07:36:19.847 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 13 07:36:19.855 INFO [stderr] Running /target/debug/deps/rust_web_server-9db64b5fda37a10d Dec 13 07:36:19.855 INFO [stderr] Running /target/debug/deps/rust_web_server-033464ca9054f0a3 Dec 13 07:36:19.855 INFO [stdout] Dec 13 07:36:19.855 INFO [stdout] running 0 tests Dec 13 07:36:19.855 INFO [stdout] Dec 13 07:36:19.855 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 07:36:19.855 INFO [stdout] Dec 13 07:36:19.859 INFO [stdout] Dec 13 07:36:19.859 INFO [stderr] Doc-tests rust_web_server Dec 13 07:36:19.859 INFO [stdout] running 0 tests Dec 13 07:36:19.859 INFO [stdout] Dec 13 07:36:19.859 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 07:36:19.859 INFO [stdout] Dec 13 07:36:20.328 INFO [stdout] Dec 13 07:36:20.328 INFO [stdout] running 0 tests Dec 13 07:36:20.328 INFO [stdout] Dec 13 07:36:20.328 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 07:36:20.328 INFO [stdout] Dec 13 07:36:20.336 INFO [stderr] su: No module specific data is present Dec 13 07:36:21.064 INFO running `"docker" "inspect" "1698a33b0e14028399fa32548fbee1cc7aa96cb0e03787a8e82a35ea4be9155c"` Dec 13 07:36:21.486 INFO running `"docker" "rm" "-f" "1698a33b0e14028399fa32548fbee1cc7aa96cb0e03787a8e82a35ea4be9155c"` Dec 13 07:36:21.734 INFO [stdout] 1698a33b0e14028399fa32548fbee1cc7aa96cb0e03787a8e82a35ea4be9155c