Dec 05 10:27:30.467 INFO testing razvan-panda/rust-spoj against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 10:27:30.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 10:27:30.669 INFO [stdout] c7af61bfd92110fc331c67522f6d46d022473e1f91f61aa62acdb0ba4bc4aa8f Dec 05 10:27:30.671 INFO running `"docker" "start" "-a" "c7af61bfd92110fc331c67522f6d46d022473e1f91f61aa62acdb0ba4bc4aa8f"` Dec 05 10:27:31.126 INFO [stderr] usermod: no changes Dec 05 10:27:31.156 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 10:27:31.156 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 10:27:31.156 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 10:27:31.156 INFO [stderr] files will be included as a binary target: Dec 05 10:27:31.156 INFO [stderr] Dec 05 10:27:31.156 INFO [stderr] * /source/src/main.rs Dec 05 10:27:31.156 INFO [stderr] Dec 05 10:27:31.156 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 10:27:31.156 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 10:27:31.156 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 10:27:31.156 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 10:27:31.156 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 10:27:31.156 INFO [stderr] Dec 05 10:27:31.156 INFO [stderr] For more information on this warning you can consult Dec 05 10:27:31.156 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 10:27:31.156 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Dec 05 10:27:31.156 INFO [stderr] please set bin.path in Cargo.toml Dec 05 10:27:31.156 INFO [stderr] Compiling RustSPOJ v0.0.1 (/source) Dec 05 10:27:31.709 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s Dec 05 10:27:31.712 INFO [stderr] su: No module specific data is present Dec 05 10:27:32.070 INFO running `"docker" "inspect" "c7af61bfd92110fc331c67522f6d46d022473e1f91f61aa62acdb0ba4bc4aa8f"` Dec 05 10:27:32.238 INFO running `"docker" "rm" "-f" "c7af61bfd92110fc331c67522f6d46d022473e1f91f61aa62acdb0ba4bc4aa8f"` Dec 05 10:27:32.387 INFO [stdout] c7af61bfd92110fc331c67522f6d46d022473e1f91f61aa62acdb0ba4bc4aa8f Dec 05 10:27:32.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 10:27:32.730 INFO [stdout] 938645963ff4f7a1c69271f73a08056d906c559b1e083b42bec5783403b84494 Dec 05 10:27:32.733 INFO running `"docker" "start" "-a" "938645963ff4f7a1c69271f73a08056d906c559b1e083b42bec5783403b84494"` Dec 05 10:27:33.760 INFO [stderr] usermod: no changes Dec 05 10:27:33.796 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 10:27:33.796 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 10:27:33.796 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 10:27:33.796 INFO [stderr] files will be included as a binary target: Dec 05 10:27:33.796 INFO [stderr] Dec 05 10:27:33.796 INFO [stderr] * /source/src/main.rs Dec 05 10:27:33.796 INFO [stderr] Dec 05 10:27:33.796 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 10:27:33.796 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 10:27:33.796 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 10:27:33.796 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 10:27:33.796 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 10:27:33.796 INFO [stderr] Dec 05 10:27:33.796 INFO [stderr] For more information on this warning you can consult Dec 05 10:27:33.796 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 10:27:33.796 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Dec 05 10:27:33.796 INFO [stderr] please set bin.path in Cargo.toml Dec 05 10:27:33.796 INFO [stderr] Compiling RustSPOJ v0.0.1 (/source) Dec 05 10:27:34.416 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.64s Dec 05 10:27:34.418 INFO [stderr] su: No module specific data is present Dec 05 10:27:35.441 INFO running `"docker" "inspect" "938645963ff4f7a1c69271f73a08056d906c559b1e083b42bec5783403b84494"` Dec 05 10:27:35.832 INFO running `"docker" "rm" "-f" "938645963ff4f7a1c69271f73a08056d906c559b1e083b42bec5783403b84494"` Dec 05 10:27:36.139 INFO [stdout] 938645963ff4f7a1c69271f73a08056d906c559b1e083b42bec5783403b84494 Dec 05 10:27:36.146 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 10:27:36.618 INFO [stdout] 8a3fdbe6b931a4bcc47799e7e3599e18d09b0bebafb09c126cba3e87a96641b8 Dec 05 10:27:36.620 INFO running `"docker" "start" "-a" "8a3fdbe6b931a4bcc47799e7e3599e18d09b0bebafb09c126cba3e87a96641b8"` Dec 05 10:27:38.487 INFO [stderr] usermod: no changes Dec 05 10:27:38.568 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 10:27:38.568 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 10:27:38.568 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 10:27:38.568 INFO [stderr] files will be included as a binary target: Dec 05 10:27:38.568 INFO [stderr] Dec 05 10:27:38.568 INFO [stderr] * /source/src/main.rs Dec 05 10:27:38.568 INFO [stderr] Dec 05 10:27:38.568 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 10:27:38.568 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 10:27:38.568 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 10:27:38.568 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 10:27:38.568 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 10:27:38.568 INFO [stderr] Dec 05 10:27:38.568 INFO [stderr] For more information on this warning you can consult Dec 05 10:27:38.568 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 10:27:38.568 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello_world`, Dec 05 10:27:38.568 INFO [stderr] please set bin.path in Cargo.toml Dec 05 10:27:38.568 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Dec 05 10:27:38.568 INFO [stderr] Running /target/debug/deps/hello_world-359bbc419ca11eb8 Dec 05 10:27:38.574 INFO [stdout] Dec 05 10:27:38.575 INFO [stdout] running 0 tests Dec 05 10:27:38.575 INFO [stdout] Dec 05 10:27:38.575 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 10:27:38.575 INFO [stdout] Dec 05 10:27:38.575 INFO [stderr] su: No module specific data is present Dec 05 10:27:39.841 INFO running `"docker" "inspect" "8a3fdbe6b931a4bcc47799e7e3599e18d09b0bebafb09c126cba3e87a96641b8"` Dec 05 10:27:40.227 INFO running `"docker" "rm" "-f" "8a3fdbe6b931a4bcc47799e7e3599e18d09b0bebafb09c126cba3e87a96641b8"` Dec 05 10:27:40.596 INFO [stdout] 8a3fdbe6b931a4bcc47799e7e3599e18d09b0bebafb09c126cba3e87a96641b8