Dec 13 02:17:34.027 INFO testing stallmanifold/idea-runner against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 02:17:34.027 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 02:17:34.507 INFO [stdout] 7e9f338c1472409435f164b642bc7dcf7c2d78d1e676484af9768768af437fa6 Dec 13 02:17:34.507 INFO running `"docker" "start" "-a" "7e9f338c1472409435f164b642bc7dcf7c2d78d1e676484af9768768af437fa6"` Dec 13 02:17:35.959 INFO [stderr] usermod: no changes Dec 13 02:17:36.007 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 02:17:36.007 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 02:17:36.007 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 02:17:36.007 INFO [stderr] files will be included as a binary target: Dec 13 02:17:36.007 INFO [stderr] Dec 13 02:17:36.007 INFO [stderr] * /source/src/main.rs Dec 13 02:17:36.007 INFO [stderr] Dec 13 02:17:36.007 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 02:17:36.007 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 02:17:36.007 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 02:17:36.007 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 02:17:36.007 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 02:17:36.007 INFO [stderr] Dec 13 02:17:36.007 INFO [stderr] For more information on this warning you can consult Dec 13 02:17:36.007 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 02:17:36.007 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `idea`, Dec 13 02:17:36.007 INFO [stderr] please set bin.path in Cargo.toml Dec 13 02:17:36.011 INFO [stderr] Compiling idea-runner v0.1.0 (/source) Dec 13 02:17:37.095 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s Dec 13 02:17:37.095 INFO [stderr] su: No module specific data is present Dec 13 02:17:37.717 INFO running `"docker" "inspect" "7e9f338c1472409435f164b642bc7dcf7c2d78d1e676484af9768768af437fa6"` Dec 13 02:17:38.045 INFO running `"docker" "rm" "-f" "7e9f338c1472409435f164b642bc7dcf7c2d78d1e676484af9768768af437fa6"` Dec 13 02:17:38.368 INFO [stdout] 7e9f338c1472409435f164b642bc7dcf7c2d78d1e676484af9768768af437fa6 Dec 13 02:17:38.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 02:17:38.879 INFO [stdout] 5472aaa7c5dce9b2a5d031da51f7a1863107c78e52b321c89bc8d380f0902431 Dec 13 02:17:38.955 INFO running `"docker" "start" "-a" "5472aaa7c5dce9b2a5d031da51f7a1863107c78e52b321c89bc8d380f0902431"` Dec 13 02:17:40.600 INFO [stderr] usermod: no changes Dec 13 02:17:40.655 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 02:17:40.655 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 02:17:40.655 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 02:17:40.655 INFO [stderr] files will be included as a binary target: Dec 13 02:17:40.655 INFO [stderr] Dec 13 02:17:40.655 INFO [stderr] * /source/src/main.rs Dec 13 02:17:40.655 INFO [stderr] Dec 13 02:17:40.655 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 02:17:40.655 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 02:17:40.655 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 02:17:40.655 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 02:17:40.655 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 02:17:40.655 INFO [stderr] Dec 13 02:17:40.655 INFO [stderr] For more information on this warning you can consult Dec 13 02:17:40.655 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 02:17:40.655 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `idea`, Dec 13 02:17:40.655 INFO [stderr] please set bin.path in Cargo.toml Dec 13 02:17:40.655 INFO [stderr] Compiling idea-runner v0.1.0 (/source) Dec 13 02:17:41.943 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.32s Dec 13 02:17:41.945 INFO [stderr] su: No module specific data is present Dec 13 02:17:42.943 INFO running `"docker" "inspect" "5472aaa7c5dce9b2a5d031da51f7a1863107c78e52b321c89bc8d380f0902431"` Dec 13 02:17:43.237 INFO running `"docker" "rm" "-f" "5472aaa7c5dce9b2a5d031da51f7a1863107c78e52b321c89bc8d380f0902431"` Dec 13 02:17:43.590 INFO [stdout] 5472aaa7c5dce9b2a5d031da51f7a1863107c78e52b321c89bc8d380f0902431 Dec 13 02:17:43.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 02:17:44.063 INFO [stdout] e918c4d9a2366c3b167829e83baea5e4e3361a962a5dd9587ba45bd5f0ef7c97 Dec 13 02:17:44.065 INFO running `"docker" "start" "-a" "e918c4d9a2366c3b167829e83baea5e4e3361a962a5dd9587ba45bd5f0ef7c97"` Dec 13 02:17:45.853 INFO [stderr] usermod: no changes Dec 13 02:17:45.915 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 02:17:45.915 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 02:17:45.915 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 02:17:45.915 INFO [stderr] files will be included as a binary target: Dec 13 02:17:45.915 INFO [stderr] Dec 13 02:17:45.915 INFO [stderr] * /source/src/main.rs Dec 13 02:17:45.915 INFO [stderr] Dec 13 02:17:45.915 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 02:17:45.915 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 02:17:45.915 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 02:17:45.915 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 02:17:45.915 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 02:17:45.915 INFO [stderr] Dec 13 02:17:45.915 INFO [stderr] For more information on this warning you can consult Dec 13 02:17:45.915 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 02:17:45.915 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `idea`, Dec 13 02:17:45.915 INFO [stderr] please set bin.path in Cargo.toml Dec 13 02:17:45.915 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 13 02:17:45.915 INFO [stderr] Running /target/debug/deps/idea-bab30105cf539b16 Dec 13 02:17:45.921 INFO [stdout] Dec 13 02:17:45.921 INFO [stdout] running 1 test Dec 13 02:17:45.921 INFO [stdout] test lib::command::tests::test_parse_command ... ok Dec 13 02:17:45.921 INFO [stdout] Dec 13 02:17:45.921 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 02:17:45.921 INFO [stdout] Dec 13 02:17:45.923 INFO [stderr] su: No module specific data is present Dec 13 02:17:46.825 INFO running `"docker" "inspect" "e918c4d9a2366c3b167829e83baea5e4e3361a962a5dd9587ba45bd5f0ef7c97"` Dec 13 02:17:47.169 INFO running `"docker" "rm" "-f" "e918c4d9a2366c3b167829e83baea5e4e3361a962a5dd9587ba45bd5f0ef7c97"` Dec 13 02:17:47.603 INFO [stdout] e918c4d9a2366c3b167829e83baea5e4e3361a962a5dd9587ba45bd5f0ef7c97