Dec 14 01:21:22.306 INFO testing bionikspoon/rust_server against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 01:21:22.306 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 14 01:21:22.919 INFO [stdout] 236246b9b45787aaabdd253d24372913c7d43a04c68eb9f048e8c2c30803fba8 Dec 14 01:21:22.925 INFO running `"docker" "start" "-a" "236246b9b45787aaabdd253d24372913c7d43a04c68eb9f048e8c2c30803fba8"` Dec 14 01:21:24.146 INFO [stderr] usermod: no changes Dec 14 01:21:24.211 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:24.211 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:24.211 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:24.211 INFO [stderr] files will be included as a binary target: Dec 14 01:21:24.211 INFO [stderr] Dec 14 01:21:24.211 INFO [stderr] * /source/src/main.rs Dec 14 01:21:24.211 INFO [stderr] Dec 14 01:21:24.211 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:24.211 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:24.211 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:24.211 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:24.211 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:24.211 INFO [stderr] Dec 14 01:21:24.211 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:24.211 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:24.211 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Dec 14 01:21:24.211 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:24.219 INFO [stderr] Compiling server v0.1.0 (/source) Dec 14 01:21:27.119 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.92s Dec 14 01:21:27.119 INFO [stderr] su: No module specific data is present Dec 14 01:21:28.024 INFO running `"docker" "inspect" "236246b9b45787aaabdd253d24372913c7d43a04c68eb9f048e8c2c30803fba8"` Dec 14 01:21:28.308 INFO running `"docker" "rm" "-f" "236246b9b45787aaabdd253d24372913c7d43a04c68eb9f048e8c2c30803fba8"` Dec 14 01:21:28.671 INFO [stdout] 236246b9b45787aaabdd253d24372913c7d43a04c68eb9f048e8c2c30803fba8 Dec 14 01:21:28.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 14 01:21:29.186 INFO [stdout] 7290e69f973954d266b57ee03d7e16dad2972afcecdfa41ef18d44dfcd0b035c Dec 14 01:21:29.189 INFO running `"docker" "start" "-a" "7290e69f973954d266b57ee03d7e16dad2972afcecdfa41ef18d44dfcd0b035c"` Dec 14 01:21:30.436 INFO [stderr] usermod: no changes Dec 14 01:21:30.487 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:30.487 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:30.487 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:30.487 INFO [stderr] files will be included as a binary target: Dec 14 01:21:30.487 INFO [stderr] Dec 14 01:21:30.487 INFO [stderr] * /source/src/main.rs Dec 14 01:21:30.487 INFO [stderr] Dec 14 01:21:30.487 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:30.487 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:30.487 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:30.487 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:30.487 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:30.487 INFO [stderr] Dec 14 01:21:30.487 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:30.487 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:30.487 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Dec 14 01:21:30.487 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:30.495 INFO [stderr] Compiling server v0.1.0 (/source) Dec 14 01:21:31.931 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.46s Dec 14 01:21:31.931 INFO [stderr] su: No module specific data is present Dec 14 01:21:32.627 INFO running `"docker" "inspect" "7290e69f973954d266b57ee03d7e16dad2972afcecdfa41ef18d44dfcd0b035c"` Dec 14 01:21:32.829 INFO running `"docker" "rm" "-f" "7290e69f973954d266b57ee03d7e16dad2972afcecdfa41ef18d44dfcd0b035c"` Dec 14 01:21:33.167 INFO [stdout] 7290e69f973954d266b57ee03d7e16dad2972afcecdfa41ef18d44dfcd0b035c Dec 14 01:21:33.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 14 01:21:33.627 INFO [stdout] 40539a8d0e5532b929d84329b6e942127022d28c03188605b298009a2486d05a Dec 14 01:21:33.627 INFO running `"docker" "start" "-a" "40539a8d0e5532b929d84329b6e942127022d28c03188605b298009a2486d05a"` Dec 14 01:21:34.720 INFO [stderr] usermod: no changes Dec 14 01:21:34.775 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 01:21:34.775 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 01:21:34.775 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 01:21:34.775 INFO [stderr] files will be included as a binary target: Dec 14 01:21:34.775 INFO [stderr] Dec 14 01:21:34.775 INFO [stderr] * /source/src/main.rs Dec 14 01:21:34.775 INFO [stderr] Dec 14 01:21:34.775 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 01:21:34.775 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 01:21:34.775 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 01:21:34.775 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 01:21:34.775 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 01:21:34.775 INFO [stderr] Dec 14 01:21:34.775 INFO [stderr] For more information on this warning you can consult Dec 14 01:21:34.775 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 01:21:34.775 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `serve`, Dec 14 01:21:34.775 INFO [stderr] please set bin.path in Cargo.toml Dec 14 01:21:34.783 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 14 01:21:34.783 INFO [stdout] Dec 14 01:21:34.783 INFO [stderr] Running /target/debug/deps/server-31071c500bdb70e3 Dec 14 01:21:34.783 INFO [stdout] running 0 tests Dec 14 01:21:34.783 INFO [stdout] Dec 14 01:21:34.783 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:34.783 INFO [stdout] Dec 14 01:21:34.796 INFO [stderr] Running /target/debug/deps/serve-802189a525aa1866 Dec 14 01:21:34.811 INFO [stderr] Doc-tests server Dec 14 01:21:34.811 INFO [stdout] Dec 14 01:21:34.811 INFO [stdout] running 0 tests Dec 14 01:21:34.811 INFO [stdout] Dec 14 01:21:34.811 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:34.811 INFO [stdout] Dec 14 01:21:35.403 INFO [stdout] Dec 14 01:21:35.403 INFO [stderr] su: No module specific data is present Dec 14 01:21:35.403 INFO [stdout] running 0 tests Dec 14 01:21:35.403 INFO [stdout] Dec 14 01:21:35.403 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 01:21:35.403 INFO [stdout] Dec 14 01:21:35.959 INFO running `"docker" "inspect" "40539a8d0e5532b929d84329b6e942127022d28c03188605b298009a2486d05a"` Dec 14 01:21:36.212 INFO running `"docker" "rm" "-f" "40539a8d0e5532b929d84329b6e942127022d28c03188605b298009a2486d05a"` Dec 14 01:21:36.547 INFO [stdout] 40539a8d0e5532b929d84329b6e942127022d28c03188605b298009a2486d05a