Dec 14 04:37:35.336 INFO testing Wintus/rust-sleep-sort against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 14 04:37:35.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 14 04:37:35.695 INFO [stdout] fa3cc793f82709bb54d917e4b87e5f232f048980eb236b57408f4fef1cd86322 Dec 14 04:37:35.701 INFO running `"docker" "start" "-a" "fa3cc793f82709bb54d917e4b87e5f232f048980eb236b57408f4fef1cd86322"` Dec 14 04:37:36.763 INFO [stderr] usermod: no changes Dec 14 04:37:36.803 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 04:37:36.803 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 04:37:36.803 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 04:37:36.803 INFO [stderr] files will be included as a binary target: Dec 14 04:37:36.803 INFO [stderr] Dec 14 04:37:36.803 INFO [stderr] * /source/src/main.rs Dec 14 04:37:36.803 INFO [stderr] Dec 14 04:37:36.803 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 04:37:36.803 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 04:37:36.803 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 04:37:36.803 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 04:37:36.803 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 04:37:36.803 INFO [stderr] Dec 14 04:37:36.803 INFO [stderr] For more information on this warning you can consult Dec 14 04:37:36.803 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 04:37:36.803 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sleep_sort`, Dec 14 04:37:36.803 INFO [stderr] please set bin.path in Cargo.toml Dec 14 04:37:36.815 INFO [stderr] Compiling rust_sleep_sort v0.1.0 (/source) Dec 14 04:37:39.383 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.60s Dec 14 04:37:39.387 INFO [stderr] su: No module specific data is present Dec 14 04:37:40.115 INFO running `"docker" "inspect" "fa3cc793f82709bb54d917e4b87e5f232f048980eb236b57408f4fef1cd86322"` Dec 14 04:37:40.348 INFO running `"docker" "rm" "-f" "fa3cc793f82709bb54d917e4b87e5f232f048980eb236b57408f4fef1cd86322"` Dec 14 04:37:40.613 INFO [stdout] fa3cc793f82709bb54d917e4b87e5f232f048980eb236b57408f4fef1cd86322 Dec 14 04:37:40.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 14 04:37:41.008 INFO [stdout] 56798c63f446c6c4d2eb5701612e7e0e7b0fa07d829439086c8839fca3e844e0 Dec 14 04:37:41.015 INFO running `"docker" "start" "-a" "56798c63f446c6c4d2eb5701612e7e0e7b0fa07d829439086c8839fca3e844e0"` Dec 14 04:37:42.148 INFO [stderr] usermod: no changes Dec 14 04:37:42.199 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 04:37:42.199 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 04:37:42.199 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 04:37:42.199 INFO [stderr] files will be included as a binary target: Dec 14 04:37:42.199 INFO [stderr] Dec 14 04:37:42.199 INFO [stderr] * /source/src/main.rs Dec 14 04:37:42.199 INFO [stderr] Dec 14 04:37:42.199 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 04:37:42.199 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 04:37:42.199 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 04:37:42.199 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 04:37:42.199 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 04:37:42.199 INFO [stderr] Dec 14 04:37:42.199 INFO [stderr] For more information on this warning you can consult Dec 14 04:37:42.199 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 04:37:42.199 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sleep_sort`, Dec 14 04:37:42.199 INFO [stderr] please set bin.path in Cargo.toml Dec 14 04:37:42.207 INFO [stderr] Compiling rust_sleep_sort v0.1.0 (/source) Dec 14 04:37:45.100 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.91s Dec 14 04:37:45.107 INFO [stderr] su: No module specific data is present Dec 14 04:37:45.859 INFO running `"docker" "inspect" "56798c63f446c6c4d2eb5701612e7e0e7b0fa07d829439086c8839fca3e844e0"` Dec 14 04:37:46.192 INFO running `"docker" "rm" "-f" "56798c63f446c6c4d2eb5701612e7e0e7b0fa07d829439086c8839fca3e844e0"` Dec 14 04:37:46.637 INFO [stdout] 56798c63f446c6c4d2eb5701612e7e0e7b0fa07d829439086c8839fca3e844e0 Dec 14 04:37:46.639 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 14 04:37:47.014 INFO [stdout] e0e928297ded8846111a9c94032c0be01bd634c610f874d92f77d347d0d26e55 Dec 14 04:37:47.020 INFO running `"docker" "start" "-a" "e0e928297ded8846111a9c94032c0be01bd634c610f874d92f77d347d0d26e55"` Dec 14 04:37:48.290 INFO [stderr] usermod: no changes Dec 14 04:37:48.351 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 04:37:48.351 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 04:37:48.351 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 04:37:48.351 INFO [stderr] files will be included as a binary target: Dec 14 04:37:48.351 INFO [stderr] Dec 14 04:37:48.351 INFO [stderr] * /source/src/main.rs Dec 14 04:37:48.351 INFO [stderr] Dec 14 04:37:48.351 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 04:37:48.351 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 04:37:48.351 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 04:37:48.351 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 04:37:48.351 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 04:37:48.351 INFO [stderr] Dec 14 04:37:48.351 INFO [stderr] For more information on this warning you can consult Dec 14 04:37:48.351 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 04:37:48.351 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sleep_sort`, Dec 14 04:37:48.351 INFO [stderr] please set bin.path in Cargo.toml Dec 14 04:37:48.367 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 14 04:37:48.375 INFO [stderr] Running /target/debug/deps/sleep_sort-6298bf3f42832114 Dec 14 04:37:48.383 INFO [stdout] Dec 14 04:37:48.383 INFO [stdout] running 5 tests Dec 14 04:37:48.386 INFO [stdout] test tests::test_log ... ok Dec 14 04:37:48.623 INFO [stdout] test tests::test_case_1 ... ok Dec 14 04:37:48.623 INFO [stdout] test tests::test_case_2 ... ok Dec 14 04:37:48.659 INFO [stdout] test tests::test_case_0 ... ok Dec 14 04:37:49.074 INFO [stdout] test tests::test_rand_ns ... ok Dec 14 04:37:49.074 INFO [stdout] Dec 14 04:37:49.074 INFO [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 04:37:49.074 INFO [stdout] Dec 14 04:37:49.079 INFO [stdout] Dec 14 04:37:49.079 INFO [stderr] Running /target/debug/deps/sleep_sort-76d4420386e4b641 Dec 14 04:37:49.079 INFO [stdout] running 0 tests Dec 14 04:37:49.079 INFO [stderr] Doc-tests sleep_sort Dec 14 04:37:49.079 INFO [stdout] Dec 14 04:37:49.079 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 04:37:49.079 INFO [stdout] Dec 14 04:37:49.854 INFO [stdout] Dec 14 04:37:49.855 INFO [stdout] running 0 tests Dec 14 04:37:49.855 INFO [stdout] Dec 14 04:37:49.855 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 04:37:49.855 INFO [stdout] Dec 14 04:37:49.858 INFO [stderr] su: No module specific data is present Dec 14 04:37:50.795 INFO running `"docker" "inspect" "e0e928297ded8846111a9c94032c0be01bd634c610f874d92f77d347d0d26e55"` Dec 14 04:37:51.120 INFO running `"docker" "rm" "-f" "e0e928297ded8846111a9c94032c0be01bd634c610f874d92f77d347d0d26e55"` Dec 14 04:37:51.374 INFO [stdout] e0e928297ded8846111a9c94032c0be01bd634c610f874d92f77d347d0d26e55