Dec 07 11:33:03.861 INFO testing hamlrs-cli-0.4.2 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 11:33:03.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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.188 INFO [stdout] 4a4a3a2cf05b01a630e466291850089f6757e77850aec362ebec735537952014 Dec 07 11:33:04.194 INFO running `"docker" "start" "-a" "4a4a3a2cf05b01a630e466291850089f6757e77850aec362ebec735537952014"` Dec 07 11:33:04.682 INFO [stderr] usermod: no changes Dec 07 11:33:04.708 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 11:33:04.708 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 11:33:04.708 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:33:04.708 INFO [stderr] files will be included as a binary target: Dec 07 11:33:04.708 INFO [stderr] Dec 07 11:33:04.708 INFO [stderr] * /source/src/main.rs Dec 07 11:33:04.708 INFO [stderr] Dec 07 11:33:04.708 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:33:04.708 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 11:33:04.708 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 11:33:04.708 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:33:04.708 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:33:04.708 INFO [stderr] Dec 07 11:33:04.708 INFO [stderr] For more information on this warning you can consult Dec 07 11:33:04.708 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:33:04.708 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hamlrs`, Dec 07 11:33:04.708 INFO [stderr] please set bin.path in Cargo.toml Dec 07 11:33:04.732 INFO [stderr] Compiling hamlrs v0.4.2 Dec 07 11:33:04.740 INFO [stderr] Compiling clap v2.27.1 Dec 07 11:33:25.636 INFO [stderr] Compiling hamlrs-cli v0.4.2 (/source) Dec 07 11:33:27.504 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.80s Dec 07 11:33:27.507 INFO [stderr] su: No module specific data is present Dec 07 11:33:28.377 INFO running `"docker" "inspect" "4a4a3a2cf05b01a630e466291850089f6757e77850aec362ebec735537952014"` Dec 07 11:33:28.690 INFO running `"docker" "rm" "-f" "4a4a3a2cf05b01a630e466291850089f6757e77850aec362ebec735537952014"` Dec 07 11:33:29.035 INFO [stdout] 4a4a3a2cf05b01a630e466291850089f6757e77850aec362ebec735537952014 Dec 07 11:33:29.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:29.432 INFO [stdout] 43260c23bf6c1ea1820abd9c3a0ff27c5fc4cb60f9e76f62f57eb83575cc191c Dec 07 11:33:29.434 INFO running `"docker" "start" "-a" "43260c23bf6c1ea1820abd9c3a0ff27c5fc4cb60f9e76f62f57eb83575cc191c"` Dec 07 11:33:31.177 INFO [stderr] usermod: no changes Dec 07 11:33:31.256 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 11:33:31.256 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 11:33:31.256 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:33:31.256 INFO [stderr] files will be included as a binary target: Dec 07 11:33:31.256 INFO [stderr] Dec 07 11:33:31.256 INFO [stderr] * /source/src/main.rs Dec 07 11:33:31.256 INFO [stderr] Dec 07 11:33:31.256 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:33:31.256 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 11:33:31.256 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 11:33:31.256 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:33:31.256 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:33:31.256 INFO [stderr] Dec 07 11:33:31.256 INFO [stderr] For more information on this warning you can consult Dec 07 11:33:31.256 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:33:31.256 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hamlrs`, Dec 07 11:33:31.256 INFO [stderr] please set bin.path in Cargo.toml Dec 07 11:33:31.324 INFO [stderr] Compiling hamlrs-cli v0.4.2 (/source) Dec 07 11:33:32.931 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s Dec 07 11:33:32.949 INFO [stderr] su: No module specific data is present Dec 07 11:33:33.888 INFO running `"docker" "inspect" "43260c23bf6c1ea1820abd9c3a0ff27c5fc4cb60f9e76f62f57eb83575cc191c"` Dec 07 11:33:34.266 INFO running `"docker" "rm" "-f" "43260c23bf6c1ea1820abd9c3a0ff27c5fc4cb60f9e76f62f57eb83575cc191c"` Dec 07 11:33:34.620 INFO [stdout] 43260c23bf6c1ea1820abd9c3a0ff27c5fc4cb60f9e76f62f57eb83575cc191c Dec 07 11:33:34.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:35.106 INFO [stdout] a5e5ae666c470384d572733c023bf948b5413e13c94af0b2dcedc45533b8c86c Dec 07 11:33:35.107 INFO running `"docker" "start" "-a" "a5e5ae666c470384d572733c023bf948b5413e13c94af0b2dcedc45533b8c86c"` Dec 07 11:33:36.091 INFO [stderr] usermod: no changes Dec 07 11:33:36.156 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 11:33:36.156 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 11:33:36.156 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 11:33:36.156 INFO [stderr] files will be included as a binary target: Dec 07 11:33:36.156 INFO [stderr] Dec 07 11:33:36.156 INFO [stderr] * /source/src/main.rs Dec 07 11:33:36.156 INFO [stderr] Dec 07 11:33:36.156 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 11:33:36.156 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 11:33:36.156 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 11:33:36.156 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 11:33:36.156 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 11:33:36.156 INFO [stderr] Dec 07 11:33:36.156 INFO [stderr] For more information on this warning you can consult Dec 07 11:33:36.156 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 11:33:36.156 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hamlrs`, Dec 07 11:33:36.156 INFO [stderr] please set bin.path in Cargo.toml Dec 07 11:33:36.180 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Dec 07 11:33:36.180 INFO [stderr] Running /target/debug/deps/hamlrs-afa894ad66ce93e3 Dec 07 11:33:36.184 INFO [stdout] Dec 07 11:33:36.184 INFO [stdout] running 0 tests Dec 07 11:33:36.184 INFO [stdout] Dec 07 11:33:36.184 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 11:33:36.184 INFO [stdout] Dec 07 11:33:36.185 INFO [stderr] su: No module specific data is present Dec 07 11:33:37.204 INFO running `"docker" "inspect" "a5e5ae666c470384d572733c023bf948b5413e13c94af0b2dcedc45533b8c86c"` Dec 07 11:33:37.554 INFO running `"docker" "rm" "-f" "a5e5ae666c470384d572733c023bf948b5413e13c94af0b2dcedc45533b8c86c"` Dec 07 11:33:37.896 INFO [stdout] a5e5ae666c470384d572733c023bf948b5413e13c94af0b2dcedc45533b8c86c