Nov 18 18:22:50.529 INFO testing cargonauts-cli-0.2.3 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 18:22:50.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 18:22:51.020 INFO [stdout] 0a99c77877aac124c1196fe5b7945d4cf7506bc3ddb2694c04bf56e78547093f Nov 18 18:22:51.022 INFO running `"docker" "start" "-a" "0a99c77877aac124c1196fe5b7945d4cf7506bc3ddb2694c04bf56e78547093f"` Nov 18 18:22:52.721 INFO [stderr] usermod: no changes Nov 18 18:22:52.763 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 18:22:52.763 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 18:22:52.763 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 18:22:52.763 INFO [stderr] files will be included as a binary target: Nov 18 18:22:52.763 INFO [stderr] Nov 18 18:22:52.763 INFO [stderr] * /source/src/main.rs Nov 18 18:22:52.763 INFO [stderr] Nov 18 18:22:52.763 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 18:22:52.763 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 18:22:52.763 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 18:22:52.763 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 18:22:52.763 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 18:22:52.763 INFO [stderr] Nov 18 18:22:52.763 INFO [stderr] For more information on this warning you can consult Nov 18 18:22:52.763 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 18:22:52.763 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `cargonauts`, Nov 18 18:22:52.763 INFO [stderr] please set bin.path in Cargo.toml Nov 18 18:22:52.827 INFO [stderr] Compiling heck v0.2.1 Nov 18 18:22:54.011 INFO [stderr] Compiling cargonauts-cli v0.2.3 (/source) Nov 18 18:22:57.795 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.05s Nov 18 18:22:57.799 INFO [stderr] su: No module specific data is present Nov 18 18:22:58.265 INFO running `"docker" "inspect" "0a99c77877aac124c1196fe5b7945d4cf7506bc3ddb2694c04bf56e78547093f"` Nov 18 18:22:58.407 INFO running `"docker" "rm" "-f" "0a99c77877aac124c1196fe5b7945d4cf7506bc3ddb2694c04bf56e78547093f"` Nov 18 18:22:58.498 INFO [stdout] 0a99c77877aac124c1196fe5b7945d4cf7506bc3ddb2694c04bf56e78547093f Nov 18 18:22:58.500 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 18:22:58.694 INFO [stdout] 91ea9cba71720358d030316ff327a901821b301a3a5d205a0396442c57bf6b30 Nov 18 18:22:58.696 INFO running `"docker" "start" "-a" "91ea9cba71720358d030316ff327a901821b301a3a5d205a0396442c57bf6b30"` Nov 18 18:22:59.151 INFO [stderr] usermod: no changes Nov 18 18:22:59.186 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 18:22:59.186 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 18:22:59.186 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 18:22:59.186 INFO [stderr] files will be included as a binary target: Nov 18 18:22:59.186 INFO [stderr] Nov 18 18:22:59.186 INFO [stderr] * /source/src/main.rs Nov 18 18:22:59.186 INFO [stderr] Nov 18 18:22:59.186 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 18:22:59.186 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 18:22:59.186 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 18:22:59.186 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 18:22:59.186 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 18:22:59.186 INFO [stderr] Nov 18 18:22:59.186 INFO [stderr] For more information on this warning you can consult Nov 18 18:22:59.187 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 18:22:59.187 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `cargonauts`, Nov 18 18:22:59.187 INFO [stderr] please set bin.path in Cargo.toml Nov 18 18:22:59.211 INFO [stderr] Compiling cargonauts-cli v0.2.3 (/source) Nov 18 18:23:00.797 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.62s Nov 18 18:23:00.804 INFO [stderr] su: No module specific data is present Nov 18 18:23:01.088 INFO running `"docker" "inspect" "91ea9cba71720358d030316ff327a901821b301a3a5d205a0396442c57bf6b30"` Nov 18 18:23:01.155 INFO running `"docker" "rm" "-f" "91ea9cba71720358d030316ff327a901821b301a3a5d205a0396442c57bf6b30"` Nov 18 18:23:01.286 INFO [stdout] 91ea9cba71720358d030316ff327a901821b301a3a5d205a0396442c57bf6b30 Nov 18 18:23:01.288 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 18:23:01.448 INFO [stdout] 23fe9a6e035005f452db4cc0ed9c8e91bb09a7acda8ec7bd137844b8e636750e Nov 18 18:23:01.450 INFO running `"docker" "start" "-a" "23fe9a6e035005f452db4cc0ed9c8e91bb09a7acda8ec7bd137844b8e636750e"` Nov 18 18:23:01.867 INFO [stderr] usermod: no changes Nov 18 18:23:01.902 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 18:23:01.902 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 18:23:01.902 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 18:23:01.902 INFO [stderr] files will be included as a binary target: Nov 18 18:23:01.902 INFO [stderr] Nov 18 18:23:01.902 INFO [stderr] * /source/src/main.rs Nov 18 18:23:01.903 INFO [stderr] Nov 18 18:23:01.903 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 18:23:01.903 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 18:23:01.903 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 18:23:01.903 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 18:23:01.903 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 18:23:01.903 INFO [stderr] Nov 18 18:23:01.903 INFO [stderr] For more information on this warning you can consult Nov 18 18:23:01.903 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 18:23:01.903 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `cargonauts`, Nov 18 18:23:01.903 INFO [stderr] please set bin.path in Cargo.toml Nov 18 18:23:01.914 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 18 18:23:01.926 INFO [stderr] Running /target/debug/deps/cargonauts-0a6a8ec699d102b1 Nov 18 18:23:01.928 INFO [stdout] Nov 18 18:23:01.928 INFO [stdout] running 0 tests Nov 18 18:23:01.928 INFO [stdout] Nov 18 18:23:01.928 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 18:23:01.928 INFO [stdout] Nov 18 18:23:01.930 INFO [stderr] su: No module specific data is present Nov 18 18:23:02.295 INFO running `"docker" "inspect" "23fe9a6e035005f452db4cc0ed9c8e91bb09a7acda8ec7bd137844b8e636750e"` Nov 18 18:23:02.489 INFO running `"docker" "rm" "-f" "23fe9a6e035005f452db4cc0ed9c8e91bb09a7acda8ec7bd137844b8e636750e"` Nov 18 18:23:02.710 INFO [stdout] 23fe9a6e035005f452db4cc0ed9c8e91bb09a7acda8ec7bd137844b8e636750e