Dec 05 06:45:53.125 INFO testing soulim/helloworld-rust against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 06:45:53.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 05 06:45:53.450 INFO [stdout] 9b18fc065577aa6b9fe4e8c65747fb3651581419d29df04b5a289440f9e0ea81 Dec 05 06:45:53.458 INFO running `"docker" "start" "-a" "9b18fc065577aa6b9fe4e8c65747fb3651581419d29df04b5a289440f9e0ea81"` Dec 05 06:45:54.308 INFO [stderr] usermod: no changes Dec 05 06:45:54.347 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 06:45:54.347 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 06:45:54.347 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 06:45:54.347 INFO [stderr] files will be included as a binary target: Dec 05 06:45:54.347 INFO [stderr] Dec 05 06:45:54.347 INFO [stderr] * /source/src/main.rs Dec 05 06:45:54.347 INFO [stderr] Dec 05 06:45:54.347 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 06:45:54.347 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 06:45:54.347 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 06:45:54.347 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 06:45:54.347 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 06:45:54.347 INFO [stderr] Dec 05 06:45:54.347 INFO [stderr] For more information on this warning you can consult Dec 05 06:45:54.347 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 06:45:54.347 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `helloworld`, Dec 05 06:45:54.347 INFO [stderr] please set bin.path in Cargo.toml Dec 05 06:45:54.368 INFO [stderr] Compiling helloworld-rust v0.0.1 (/source) Dec 05 06:45:54.744 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.42s Dec 05 06:45:54.746 INFO [stderr] su: No module specific data is present Dec 05 06:45:55.350 INFO running `"docker" "inspect" "9b18fc065577aa6b9fe4e8c65747fb3651581419d29df04b5a289440f9e0ea81"` Dec 05 06:45:55.642 INFO running `"docker" "rm" "-f" "9b18fc065577aa6b9fe4e8c65747fb3651581419d29df04b5a289440f9e0ea81"` Dec 05 06:45:56.050 INFO [stdout] 9b18fc065577aa6b9fe4e8c65747fb3651581419d29df04b5a289440f9e0ea81 Dec 05 06:45:56.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 05 06:45:56.468 INFO [stdout] 05096144623d98ef069ae9d247f1bbe4cb40ce8fe67a3cb9930d300e0f9f08b6 Dec 05 06:45:56.471 INFO running `"docker" "start" "-a" "05096144623d98ef069ae9d247f1bbe4cb40ce8fe67a3cb9930d300e0f9f08b6"` Dec 05 06:45:57.460 INFO [stderr] usermod: no changes Dec 05 06:45:57.512 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 06:45:57.512 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 06:45:57.512 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 06:45:57.512 INFO [stderr] files will be included as a binary target: Dec 05 06:45:57.512 INFO [stderr] Dec 05 06:45:57.512 INFO [stderr] * /source/src/main.rs Dec 05 06:45:57.512 INFO [stderr] Dec 05 06:45:57.512 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 06:45:57.512 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 06:45:57.512 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 06:45:57.512 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 06:45:57.512 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 06:45:57.512 INFO [stderr] Dec 05 06:45:57.512 INFO [stderr] For more information on this warning you can consult Dec 05 06:45:57.512 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 06:45:57.512 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `helloworld`, Dec 05 06:45:57.512 INFO [stderr] please set bin.path in Cargo.toml Dec 05 06:45:57.513 INFO [stderr] Compiling helloworld-rust v0.0.1 (/source) Dec 05 06:45:58.172 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s Dec 05 06:45:58.179 INFO [stderr] su: No module specific data is present Dec 05 06:45:59.025 INFO running `"docker" "inspect" "05096144623d98ef069ae9d247f1bbe4cb40ce8fe67a3cb9930d300e0f9f08b6"` Dec 05 06:45:59.236 INFO running `"docker" "rm" "-f" "05096144623d98ef069ae9d247f1bbe4cb40ce8fe67a3cb9930d300e0f9f08b6"` Dec 05 06:45:59.584 INFO [stdout] 05096144623d98ef069ae9d247f1bbe4cb40ce8fe67a3cb9930d300e0f9f08b6 Dec 05 06:45:59.590 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 05 06:46:00.050 INFO [stdout] a23769d277c2e463c1e4529da3a33fc46b9ac2379dae123e11877f73d746b673 Dec 05 06:46:00.058 INFO running `"docker" "start" "-a" "a23769d277c2e463c1e4529da3a33fc46b9ac2379dae123e11877f73d746b673"` Dec 05 06:46:01.264 INFO [stderr] usermod: no changes Dec 05 06:46:01.296 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 06:46:01.296 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 06:46:01.296 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 06:46:01.296 INFO [stderr] files will be included as a binary target: Dec 05 06:46:01.296 INFO [stderr] Dec 05 06:46:01.296 INFO [stderr] * /source/src/main.rs Dec 05 06:46:01.296 INFO [stderr] Dec 05 06:46:01.296 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 06:46:01.296 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 06:46:01.296 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 06:46:01.296 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 06:46:01.296 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 06:46:01.296 INFO [stderr] Dec 05 06:46:01.296 INFO [stderr] For more information on this warning you can consult Dec 05 06:46:01.296 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 06:46:01.296 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `helloworld`, Dec 05 06:46:01.296 INFO [stderr] please set bin.path in Cargo.toml Dec 05 06:46:01.296 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 05 06:46:01.301 INFO [stderr] Running /target/debug/deps/helloworld-85353a8bf6f411db Dec 05 06:46:01.308 INFO [stdout] Dec 05 06:46:01.308 INFO [stdout] running 0 tests Dec 05 06:46:01.308 INFO [stdout] Dec 05 06:46:01.308 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 06:46:01.308 INFO [stdout] Dec 05 06:46:01.314 INFO [stderr] su: No module specific data is present Dec 05 06:46:01.992 INFO running `"docker" "inspect" "a23769d277c2e463c1e4529da3a33fc46b9ac2379dae123e11877f73d746b673"` Dec 05 06:46:02.350 INFO running `"docker" "rm" "-f" "a23769d277c2e463c1e4529da3a33fc46b9ac2379dae123e11877f73d746b673"` Dec 05 06:46:02.676 INFO [stdout] a23769d277c2e463c1e4529da3a33fc46b9ac2379dae123e11877f73d746b673