Dec 07 04:33:56.014 INFO testing pide-rs-0.2.2 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 04:33:56.014 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 07 04:33:56.332 INFO [stdout] 55f941db89470a1102334d977ec3abbcb1cb0433c763fe8132bca5dcbd57a227 Dec 07 04:33:56.336 INFO running `"docker" "start" "-a" "55f941db89470a1102334d977ec3abbcb1cb0433c763fe8132bca5dcbd57a227"` Dec 07 04:33:57.340 INFO [stderr] usermod: no changes Dec 07 04:33:57.361 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 04:33:57.361 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 04:33:57.361 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 04:33:57.361 INFO [stderr] files will be included as a binary target: Dec 07 04:33:57.361 INFO [stderr] Dec 07 04:33:57.361 INFO [stderr] * /source/src/main.rs Dec 07 04:33:57.361 INFO [stderr] Dec 07 04:33:57.361 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 04:33:57.361 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 04:33:57.361 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 04:33:57.361 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 04:33:57.361 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 04:33:57.361 INFO [stderr] Dec 07 04:33:57.361 INFO [stderr] For more information on this warning you can consult Dec 07 04:33:57.361 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 04:33:57.361 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pide`, Dec 07 04:33:57.361 INFO [stderr] please set bin.path in Cargo.toml Dec 07 04:33:57.453 INFO [stderr] Compiling uuid v0.4.0 Dec 07 04:33:58.721 INFO [stderr] Compiling pide-rs v0.2.2 (/source) Dec 07 04:34:02.277 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.93s Dec 07 04:34:02.283 INFO [stderr] su: No module specific data is present Dec 07 04:34:02.581 INFO running `"docker" "inspect" "55f941db89470a1102334d977ec3abbcb1cb0433c763fe8132bca5dcbd57a227"` Dec 07 04:34:02.653 INFO running `"docker" "rm" "-f" "55f941db89470a1102334d977ec3abbcb1cb0433c763fe8132bca5dcbd57a227"` Dec 07 04:34:02.736 INFO [stdout] 55f941db89470a1102334d977ec3abbcb1cb0433c763fe8132bca5dcbd57a227 Dec 07 04:34:02.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 07 04:34:02.962 INFO [stdout] c95be92ad8c6657204c245de1a3603e10b62dba31af4c6ea7ccf886a4285eed8 Dec 07 04:34:02.970 INFO running `"docker" "start" "-a" "c95be92ad8c6657204c245de1a3603e10b62dba31af4c6ea7ccf886a4285eed8"` Dec 07 04:34:03.951 INFO [stderr] usermod: no changes Dec 07 04:34:03.999 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 04:34:03.999 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 04:34:03.999 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 04:34:03.999 INFO [stderr] files will be included as a binary target: Dec 07 04:34:03.999 INFO [stderr] Dec 07 04:34:03.999 INFO [stderr] * /source/src/main.rs Dec 07 04:34:03.999 INFO [stderr] Dec 07 04:34:03.999 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 04:34:03.999 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 04:34:03.999 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 04:34:03.999 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 04:34:03.999 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 04:34:03.999 INFO [stderr] Dec 07 04:34:03.999 INFO [stderr] For more information on this warning you can consult Dec 07 04:34:03.999 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 04:34:03.999 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pide`, Dec 07 04:34:03.999 INFO [stderr] please set bin.path in Cargo.toml Dec 07 04:34:04.048 INFO [stderr] Compiling pide-rs v0.2.2 (/source) Dec 07 04:34:05.777 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.81s Dec 07 04:34:05.784 INFO [stderr] su: No module specific data is present Dec 07 04:34:06.166 INFO running `"docker" "inspect" "c95be92ad8c6657204c245de1a3603e10b62dba31af4c6ea7ccf886a4285eed8"` Dec 07 04:34:06.249 INFO running `"docker" "rm" "-f" "c95be92ad8c6657204c245de1a3603e10b62dba31af4c6ea7ccf886a4285eed8"` Dec 07 04:34:06.384 INFO [stdout] c95be92ad8c6657204c245de1a3603e10b62dba31af4c6ea7ccf886a4285eed8 Dec 07 04:34:06.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 07 04:34:06.619 INFO [stdout] ac3fd8a33a51d09b405021952a0f53ffc4b17f9728a75726c0c18a2a648a28d5 Dec 07 04:34:06.628 INFO running `"docker" "start" "-a" "ac3fd8a33a51d09b405021952a0f53ffc4b17f9728a75726c0c18a2a648a28d5"` Dec 07 04:34:07.444 INFO [stderr] usermod: no changes Dec 07 04:34:07.492 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 04:34:07.492 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 04:34:07.492 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 04:34:07.492 INFO [stderr] files will be included as a binary target: Dec 07 04:34:07.492 INFO [stderr] Dec 07 04:34:07.492 INFO [stderr] * /source/src/main.rs Dec 07 04:34:07.492 INFO [stderr] Dec 07 04:34:07.492 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 04:34:07.492 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 04:34:07.492 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 04:34:07.492 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 04:34:07.492 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 04:34:07.492 INFO [stderr] Dec 07 04:34:07.492 INFO [stderr] For more information on this warning you can consult Dec 07 04:34:07.492 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 04:34:07.492 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pide`, Dec 07 04:34:07.492 INFO [stderr] please set bin.path in Cargo.toml Dec 07 04:34:07.556 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s Dec 07 04:34:07.572 INFO [stderr] Running /target/debug/deps/pide-719d80f8fab5a25d Dec 07 04:34:07.574 INFO [stdout] Dec 07 04:34:07.574 INFO [stdout] running 0 tests Dec 07 04:34:07.574 INFO [stdout] Dec 07 04:34:07.574 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 04:34:07.574 INFO [stdout] Dec 07 04:34:07.584 INFO [stderr] su: No module specific data is present Dec 07 04:34:07.941 INFO running `"docker" "inspect" "ac3fd8a33a51d09b405021952a0f53ffc4b17f9728a75726c0c18a2a648a28d5"` Dec 07 04:34:08.044 INFO running `"docker" "rm" "-f" "ac3fd8a33a51d09b405021952a0f53ffc4b17f9728a75726c0c18a2a648a28d5"` Dec 07 04:34:08.138 INFO [stdout] ac3fd8a33a51d09b405021952a0f53ffc4b17f9728a75726c0c18a2a648a28d5