Dec 07 11:33:03.586 INFO testing hamlrs-cli-0.4.2 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 11:33:03.586 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 11:33:04.132 INFO [stdout] 71c531ed3a4109dddf1c2e96932bc82d3c94d9a76d7080c241d98ff84f7e44b7 Dec 07 11:33:04.132 INFO running `"docker" "start" "-a" "71c531ed3a4109dddf1c2e96932bc82d3c94d9a76d7080c241d98ff84f7e44b7"` Dec 07 11:33:04.591 INFO [stderr] usermod: no changes Dec 07 11:33:04.612 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 11:33:04.612 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 11:33:04.612 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:33:04.612 INFO [stderr] files will be included as a binary target: Dec 07 11:33:04.612 INFO [stderr] Dec 07 11:33:04.612 INFO [stderr] * /source/src/main.rs Dec 07 11:33:04.612 INFO [stderr] Dec 07 11:33:04.612 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:33:04.612 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 11:33:04.612 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 11:33:04.612 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:33:04.612 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:33:04.612 INFO [stderr] Dec 07 11:33:04.612 INFO [stderr] For more information on this warning you can consult Dec 07 11:33:04.612 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:33:04.612 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hamlrs`, Dec 07 11:33:04.612 INFO [stderr] please set bin.path in Cargo.toml Dec 07 11:33:04.637 INFO [stderr] Compiling hamlrs v0.4.2 Dec 07 11:33:04.676 INFO [stderr] Compiling clap v2.27.1 Dec 07 11:33:26.214 INFO [stderr] Compiling hamlrs-cli v0.4.2 (/source) Dec 07 11:33:28.344 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.74s Dec 07 11:33:28.349 INFO [stderr] su: No module specific data is present Dec 07 11:33:29.174 INFO running `"docker" "inspect" "71c531ed3a4109dddf1c2e96932bc82d3c94d9a76d7080c241d98ff84f7e44b7"` Dec 07 11:33:29.664 INFO running `"docker" "rm" "-f" "71c531ed3a4109dddf1c2e96932bc82d3c94d9a76d7080c241d98ff84f7e44b7"` Dec 07 11:33:29.996 INFO [stdout] 71c531ed3a4109dddf1c2e96932bc82d3c94d9a76d7080c241d98ff84f7e44b7 Dec 07 11:33:29.998 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 11:33:30.362 INFO [stdout] 82eb9766d7c2b9a24cd9ded426d3a02619072b75f684184aaff0783de7dd3710 Dec 07 11:33:30.363 INFO running `"docker" "start" "-a" "82eb9766d7c2b9a24cd9ded426d3a02619072b75f684184aaff0783de7dd3710"` Dec 07 11:33:32.443 INFO [stderr] usermod: no changes Dec 07 11:33:32.528 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 11:33:32.528 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 11:33:32.528 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:33:32.528 INFO [stderr] files will be included as a binary target: Dec 07 11:33:32.528 INFO [stderr] Dec 07 11:33:32.528 INFO [stderr] * /source/src/main.rs Dec 07 11:33:32.528 INFO [stderr] Dec 07 11:33:32.528 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:33:32.528 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 11:33:32.528 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 11:33:32.528 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:33:32.528 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:33:32.528 INFO [stderr] Dec 07 11:33:32.528 INFO [stderr] For more information on this warning you can consult Dec 07 11:33:32.528 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:33:32.528 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hamlrs`, Dec 07 11:33:32.528 INFO [stderr] please set bin.path in Cargo.toml Dec 07 11:33:32.596 INFO [stderr] Compiling hamlrs-cli v0.4.2 (/source) Dec 07 11:33:34.445 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.97s Dec 07 11:33:34.453 INFO [stderr] su: No module specific data is present Dec 07 11:33:35.372 INFO running `"docker" "inspect" "82eb9766d7c2b9a24cd9ded426d3a02619072b75f684184aaff0783de7dd3710"` Dec 07 11:33:35.632 INFO running `"docker" "rm" "-f" "82eb9766d7c2b9a24cd9ded426d3a02619072b75f684184aaff0783de7dd3710"` Dec 07 11:33:35.928 INFO [stdout] 82eb9766d7c2b9a24cd9ded426d3a02619072b75f684184aaff0783de7dd3710 Dec 07 11:33:35.936 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 11:33:36.464 INFO [stdout] 1ad8d189d456718d5c2b44434ee931d136349f4764ff336348b1ab96f4f4e93a Dec 07 11:33:36.466 INFO running `"docker" "start" "-a" "1ad8d189d456718d5c2b44434ee931d136349f4764ff336348b1ab96f4f4e93a"` Dec 07 11:33:38.167 INFO [stderr] usermod: no changes Dec 07 11:33:38.216 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 11:33:38.216 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 11:33:38.216 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:33:38.216 INFO [stderr] files will be included as a binary target: Dec 07 11:33:38.216 INFO [stderr] Dec 07 11:33:38.216 INFO [stderr] * /source/src/main.rs Dec 07 11:33:38.216 INFO [stderr] Dec 07 11:33:38.216 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:33:38.216 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 11:33:38.216 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 11:33:38.216 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:33:38.216 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:33:38.216 INFO [stderr] Dec 07 11:33:38.216 INFO [stderr] For more information on this warning you can consult Dec 07 11:33:38.216 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:33:38.216 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hamlrs`, Dec 07 11:33:38.216 INFO [stderr] please set bin.path in Cargo.toml Dec 07 11:33:38.284 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Dec 07 11:33:38.284 INFO [stderr] Running /target/debug/deps/hamlrs-e77a87c656e4556e Dec 07 11:33:38.284 INFO [stderr] su: No module specific data is present Dec 07 11:33:38.284 INFO [stdout] Dec 07 11:33:38.284 INFO [stdout] running 0 tests Dec 07 11:33:38.284 INFO [stdout] Dec 07 11:33:38.284 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 11:33:38.284 INFO [stdout] Dec 07 11:33:39.482 INFO running `"docker" "inspect" "1ad8d189d456718d5c2b44434ee931d136349f4764ff336348b1ab96f4f4e93a"` Dec 07 11:33:39.708 INFO running `"docker" "rm" "-f" "1ad8d189d456718d5c2b44434ee931d136349f4764ff336348b1ab96f4f4e93a"` Dec 07 11:33:39.968 INFO [stdout] 1ad8d189d456718d5c2b44434ee931d136349f4764ff336348b1ab96f4f4e93a