Dec 06 08:31:18.324 INFO testing Wintus/rust-sleep-sort against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 08:31:18.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 06 08:31:18.724 INFO [stdout] 146ddd720d9c03bc50340558809364b17feb5c2658db5faca1cb52e1847528a5 Dec 06 08:31:18.725 INFO running `"docker" "start" "-a" "146ddd720d9c03bc50340558809364b17feb5c2658db5faca1cb52e1847528a5"` Dec 06 08:31:19.564 INFO [stderr] usermod: no changes Dec 06 08:31:19.616 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 08:31:19.616 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 08:31:19.616 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 08:31:19.616 INFO [stderr] files will be included as a binary target: Dec 06 08:31:19.616 INFO [stderr] Dec 06 08:31:19.616 INFO [stderr] * /source/src/main.rs Dec 06 08:31:19.616 INFO [stderr] Dec 06 08:31:19.616 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 08:31:19.616 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 08:31:19.616 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 08:31:19.616 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 08:31:19.616 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 08:31:19.617 INFO [stderr] Dec 06 08:31:19.617 INFO [stderr] For more information on this warning you can consult Dec 06 08:31:19.617 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 08:31:19.617 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sleep_sort`, Dec 06 08:31:19.617 INFO [stderr] please set bin.path in Cargo.toml Dec 06 08:31:19.637 INFO [stderr] Compiling rust_sleep_sort v0.1.0 (/source) Dec 06 08:31:21.702 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s Dec 06 08:31:21.704 INFO [stderr] su: No module specific data is present Dec 06 08:31:22.500 INFO running `"docker" "inspect" "146ddd720d9c03bc50340558809364b17feb5c2658db5faca1cb52e1847528a5"` Dec 06 08:31:22.842 INFO running `"docker" "rm" "-f" "146ddd720d9c03bc50340558809364b17feb5c2658db5faca1cb52e1847528a5"` Dec 06 08:31:23.118 INFO [stdout] 146ddd720d9c03bc50340558809364b17feb5c2658db5faca1cb52e1847528a5 Dec 06 08:31:23.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 06 08:31:23.568 INFO [stdout] 3750f0a94be3f66b8ce32fe682de6d2e5746e3c6213b1cac6d7ad0f98afa3eec Dec 06 08:31:23.570 INFO running `"docker" "start" "-a" "3750f0a94be3f66b8ce32fe682de6d2e5746e3c6213b1cac6d7ad0f98afa3eec"` Dec 06 08:31:25.024 INFO [stderr] usermod: no changes Dec 06 08:31:25.074 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 08:31:25.074 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 08:31:25.074 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 08:31:25.074 INFO [stderr] files will be included as a binary target: Dec 06 08:31:25.074 INFO [stderr] Dec 06 08:31:25.074 INFO [stderr] * /source/src/main.rs Dec 06 08:31:25.074 INFO [stderr] Dec 06 08:31:25.074 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 08:31:25.074 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 08:31:25.074 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 08:31:25.074 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 08:31:25.074 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 08:31:25.074 INFO [stderr] Dec 06 08:31:25.074 INFO [stderr] For more information on this warning you can consult Dec 06 08:31:25.074 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 08:31:25.074 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sleep_sort`, Dec 06 08:31:25.074 INFO [stderr] please set bin.path in Cargo.toml Dec 06 08:31:25.096 INFO [stderr] Compiling rust_sleep_sort v0.1.0 (/source) Dec 06 08:31:28.148 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.08s Dec 06 08:31:28.148 INFO [stderr] su: No module specific data is present Dec 06 08:31:29.148 INFO running `"docker" "inspect" "3750f0a94be3f66b8ce32fe682de6d2e5746e3c6213b1cac6d7ad0f98afa3eec"` Dec 06 08:31:29.438 INFO running `"docker" "rm" "-f" "3750f0a94be3f66b8ce32fe682de6d2e5746e3c6213b1cac6d7ad0f98afa3eec"` Dec 06 08:31:29.780 INFO [stdout] 3750f0a94be3f66b8ce32fe682de6d2e5746e3c6213b1cac6d7ad0f98afa3eec Dec 06 08:31:29.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 06 08:31:30.246 INFO [stdout] e3e2a6d0a0fcee979f8522a3fc90cbcbe5eefa4e417fce9be65f7a8bc92e1276 Dec 06 08:31:30.256 INFO running `"docker" "start" "-a" "e3e2a6d0a0fcee979f8522a3fc90cbcbe5eefa4e417fce9be65f7a8bc92e1276"` Dec 06 08:31:31.672 INFO [stderr] usermod: no changes Dec 06 08:31:31.724 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 08:31:31.724 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 08:31:31.724 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 08:31:31.724 INFO [stderr] files will be included as a binary target: Dec 06 08:31:31.724 INFO [stderr] Dec 06 08:31:31.724 INFO [stderr] * /source/src/main.rs Dec 06 08:31:31.724 INFO [stderr] Dec 06 08:31:31.724 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 08:31:31.724 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 08:31:31.724 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 08:31:31.724 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 08:31:31.724 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 08:31:31.724 INFO [stderr] Dec 06 08:31:31.724 INFO [stderr] For more information on this warning you can consult Dec 06 08:31:31.724 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 08:31:31.724 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sleep_sort`, Dec 06 08:31:31.724 INFO [stderr] please set bin.path in Cargo.toml Dec 06 08:31:31.732 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 06 08:31:31.733 INFO [stderr] Running /target/debug/deps/sleep_sort-d9f19d188641f0ab Dec 06 08:31:31.760 INFO [stdout] Dec 06 08:31:31.760 INFO [stdout] running 5 tests Dec 06 08:31:31.760 INFO [stdout] test tests::test_log ... ok Dec 06 08:31:31.992 INFO [stdout] test tests::test_case_2 ... ok Dec 06 08:31:31.992 INFO [stdout] test tests::test_case_1 ... ok Dec 06 08:31:32.028 INFO [stdout] test tests::test_case_0 ... ok Dec 06 08:31:32.456 INFO [stderr] Running /target/debug/deps/sleep_sort-a928ab874debe796 Dec 06 08:31:32.456 INFO [stdout] test tests::test_rand_ns ... ok Dec 06 08:31:32.457 INFO [stdout] Dec 06 08:31:32.457 INFO [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 08:31:32.457 INFO [stdout] Dec 06 08:31:32.457 INFO [stdout] Dec 06 08:31:32.457 INFO [stdout] running 0 tests Dec 06 08:31:32.457 INFO [stdout] Dec 06 08:31:32.457 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 08:31:32.458 INFO [stdout] Dec 06 08:31:32.458 INFO [stderr] Doc-tests sleep_sort Dec 06 08:31:33.309 INFO [stdout] Dec 06 08:31:33.309 INFO [stdout] running 0 tests Dec 06 08:31:33.309 INFO [stdout] Dec 06 08:31:33.309 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 08:31:33.309 INFO [stdout] Dec 06 08:31:33.320 INFO [stderr] su: No module specific data is present Dec 06 08:31:33.998 INFO running `"docker" "inspect" "e3e2a6d0a0fcee979f8522a3fc90cbcbe5eefa4e417fce9be65f7a8bc92e1276"` Dec 06 08:31:34.360 INFO running `"docker" "rm" "-f" "e3e2a6d0a0fcee979f8522a3fc90cbcbe5eefa4e417fce9be65f7a8bc92e1276"` Dec 06 08:31:34.672 INFO [stdout] e3e2a6d0a0fcee979f8522a3fc90cbcbe5eefa4e417fce9be65f7a8bc92e1276