Nov 16 20:26:37.217 INFO testing marinintim/timeit against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 20:26:37.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 20:26:37.651 INFO [stdout] 762832c52b13d52ec596f2ed4e79e37fa67eaf5f4e183c7fe6f9e9b76810b906 Nov 16 20:26:37.654 INFO running `"docker" "start" "-a" "762832c52b13d52ec596f2ed4e79e37fa67eaf5f4e183c7fe6f9e9b76810b906"` Nov 16 20:26:38.952 INFO [stderr] usermod: no changes Nov 16 20:26:39.012 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 20:26:39.012 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 20:26:39.012 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 20:26:39.012 INFO [stderr] files will be included as a binary target: Nov 16 20:26:39.012 INFO [stderr] Nov 16 20:26:39.012 INFO [stderr] * /source/src/main.rs Nov 16 20:26:39.012 INFO [stderr] Nov 16 20:26:39.012 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 20:26:39.012 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 20:26:39.012 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 20:26:39.012 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 20:26:39.012 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 20:26:39.012 INFO [stderr] Nov 16 20:26:39.012 INFO [stderr] For more information on this warning you can consult Nov 16 20:26:39.012 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 20:26:39.012 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `timeit`, Nov 16 20:26:39.012 INFO [stderr] please set bin.path in Cargo.toml Nov 16 20:26:39.067 INFO [stderr] Compiling timeit-tool v0.1.5 (/source) Nov 16 20:26:40.071 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s Nov 16 20:26:40.071 INFO [stderr] su: No module specific data is present Nov 16 20:26:40.730 INFO running `"docker" "inspect" "762832c52b13d52ec596f2ed4e79e37fa67eaf5f4e183c7fe6f9e9b76810b906"` Nov 16 20:26:40.979 INFO running `"docker" "rm" "-f" "762832c52b13d52ec596f2ed4e79e37fa67eaf5f4e183c7fe6f9e9b76810b906"` Nov 16 20:26:41.304 INFO [stdout] 762832c52b13d52ec596f2ed4e79e37fa67eaf5f4e183c7fe6f9e9b76810b906 Nov 16 20:26:41.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 20:26:41.731 INFO [stdout] 1368b1f0ce387df35b0b5f6632d151b7a9d756e465d80f84265dbc336d7acccc Nov 16 20:26:41.735 INFO running `"docker" "start" "-a" "1368b1f0ce387df35b0b5f6632d151b7a9d756e465d80f84265dbc336d7acccc"` Nov 16 20:26:43.139 INFO [stderr] usermod: no changes Nov 16 20:26:43.211 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 20:26:43.211 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 20:26:43.211 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 20:26:43.211 INFO [stderr] files will be included as a binary target: Nov 16 20:26:43.211 INFO [stderr] Nov 16 20:26:43.211 INFO [stderr] * /source/src/main.rs Nov 16 20:26:43.211 INFO [stderr] Nov 16 20:26:43.211 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 20:26:43.211 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 20:26:43.211 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 20:26:43.211 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 20:26:43.211 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 20:26:43.211 INFO [stderr] Nov 16 20:26:43.211 INFO [stderr] For more information on this warning you can consult Nov 16 20:26:43.211 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 20:26:43.211 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `timeit`, Nov 16 20:26:43.211 INFO [stderr] please set bin.path in Cargo.toml Nov 16 20:26:43.235 INFO [stderr] Compiling timeit-tool v0.1.5 (/source) Nov 16 20:26:43.959 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s Nov 16 20:26:43.962 INFO [stderr] su: No module specific data is present Nov 16 20:26:45.049 INFO running `"docker" "inspect" "1368b1f0ce387df35b0b5f6632d151b7a9d756e465d80f84265dbc336d7acccc"` Nov 16 20:26:45.377 INFO running `"docker" "rm" "-f" "1368b1f0ce387df35b0b5f6632d151b7a9d756e465d80f84265dbc336d7acccc"` Nov 16 20:26:45.711 INFO [stdout] 1368b1f0ce387df35b0b5f6632d151b7a9d756e465d80f84265dbc336d7acccc Nov 16 20:26:45.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 20:26:46.372 INFO [stdout] 29c5ef3e7ab3b2cb1fefe38889db50f611d60a6422a7d5523eb2791fa3d5157c Nov 16 20:26:46.374 INFO running `"docker" "start" "-a" "29c5ef3e7ab3b2cb1fefe38889db50f611d60a6422a7d5523eb2791fa3d5157c"` Nov 16 20:26:47.811 INFO [stderr] usermod: no changes Nov 16 20:26:47.899 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 20:26:47.899 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 20:26:47.899 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 20:26:47.899 INFO [stderr] files will be included as a binary target: Nov 16 20:26:47.899 INFO [stderr] Nov 16 20:26:47.899 INFO [stderr] * /source/src/main.rs Nov 16 20:26:47.899 INFO [stderr] Nov 16 20:26:47.899 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 20:26:47.899 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 20:26:47.899 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 20:26:47.899 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 20:26:47.899 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 20:26:47.899 INFO [stderr] Nov 16 20:26:47.899 INFO [stderr] For more information on this warning you can consult Nov 16 20:26:47.899 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 20:26:47.899 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `timeit`, Nov 16 20:26:47.899 INFO [stderr] please set bin.path in Cargo.toml Nov 16 20:26:47.933 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Nov 16 20:26:47.947 INFO [stderr] Running /target/debug/deps/timeit-6a5f12f73ed6749f Nov 16 20:26:47.955 INFO [stdout] Nov 16 20:26:47.955 INFO [stdout] running 0 tests Nov 16 20:26:47.955 INFO [stdout] Nov 16 20:26:47.955 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 20:26:47.955 INFO [stdout] Nov 16 20:26:47.956 INFO [stderr] su: No module specific data is present Nov 16 20:26:49.077 INFO running `"docker" "inspect" "29c5ef3e7ab3b2cb1fefe38889db50f611d60a6422a7d5523eb2791fa3d5157c"` Nov 16 20:26:49.361 INFO running `"docker" "rm" "-f" "29c5ef3e7ab3b2cb1fefe38889db50f611d60a6422a7d5523eb2791fa3d5157c"` Nov 16 20:26:49.658 INFO [stdout] 29c5ef3e7ab3b2cb1fefe38889db50f611d60a6422a7d5523eb2791fa3d5157c