Nov 17 20:36:14.628 INFO testing timeit-tool-0.1.4 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 20:36:14.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 17 20:36:14.824 INFO [stdout] 3a268cc74a71d70e80c49d86f5227ca5e5b5e8e9f24d5cc8dd32902fcbbdcc9d Nov 17 20:36:14.828 INFO running `"docker" "start" "-a" "3a268cc74a71d70e80c49d86f5227ca5e5b5e8e9f24d5cc8dd32902fcbbdcc9d"` Nov 17 20:36:15.360 INFO [stderr] usermod: no changes Nov 17 20:36:15.403 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 20:36:15.404 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 20:36:15.404 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 20:36:15.404 INFO [stderr] files will be included as a binary target: Nov 17 20:36:15.404 INFO [stderr] Nov 17 20:36:15.404 INFO [stderr] * /source/src/main.rs Nov 17 20:36:15.405 INFO [stderr] Nov 17 20:36:15.405 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 20:36:15.405 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 20:36:15.406 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 20:36:15.406 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 20:36:15.406 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 20:36:15.407 INFO [stderr] Nov 17 20:36:15.407 INFO [stderr] For more information on this warning you can consult Nov 17 20:36:15.407 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 20:36:15.408 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `timeit`, Nov 17 20:36:15.408 INFO [stderr] please set bin.path in Cargo.toml Nov 17 20:36:15.415 INFO [stderr] Compiling timeit-tool v0.1.4 (/source) Nov 17 20:36:16.593 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s Nov 17 20:36:16.594 INFO [stderr] su: No module specific data is present Nov 17 20:36:17.295 INFO running `"docker" "inspect" "3a268cc74a71d70e80c49d86f5227ca5e5b5e8e9f24d5cc8dd32902fcbbdcc9d"` Nov 17 20:36:17.486 INFO running `"docker" "rm" "-f" "3a268cc74a71d70e80c49d86f5227ca5e5b5e8e9f24d5cc8dd32902fcbbdcc9d"` Nov 17 20:36:17.743 INFO [stdout] 3a268cc74a71d70e80c49d86f5227ca5e5b5e8e9f24d5cc8dd32902fcbbdcc9d Nov 17 20:36:17.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 17 20:36:18.061 INFO [stdout] 6c5f03cd3b548b45f035eb41aaf3ba35c1dc7b8d96f8ba716e3854bedf791831 Nov 17 20:36:18.063 INFO running `"docker" "start" "-a" "6c5f03cd3b548b45f035eb41aaf3ba35c1dc7b8d96f8ba716e3854bedf791831"` Nov 17 20:36:18.544 INFO [stderr] usermod: no changes Nov 17 20:36:18.569 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 20:36:18.569 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 20:36:18.569 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 20:36:18.569 INFO [stderr] files will be included as a binary target: Nov 17 20:36:18.569 INFO [stderr] Nov 17 20:36:18.569 INFO [stderr] * /source/src/main.rs Nov 17 20:36:18.569 INFO [stderr] Nov 17 20:36:18.569 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 20:36:18.569 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 20:36:18.569 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 20:36:18.569 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 20:36:18.569 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 20:36:18.569 INFO [stderr] Nov 17 20:36:18.569 INFO [stderr] For more information on this warning you can consult Nov 17 20:36:18.569 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 20:36:18.569 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `timeit`, Nov 17 20:36:18.569 INFO [stderr] please set bin.path in Cargo.toml Nov 17 20:36:18.577 INFO [stderr] Compiling timeit-tool v0.1.4 (/source) Nov 17 20:36:19.288 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.70s Nov 17 20:36:19.288 INFO [stderr] su: No module specific data is present Nov 17 20:36:19.548 INFO running `"docker" "inspect" "6c5f03cd3b548b45f035eb41aaf3ba35c1dc7b8d96f8ba716e3854bedf791831"` Nov 17 20:36:19.657 INFO running `"docker" "rm" "-f" "6c5f03cd3b548b45f035eb41aaf3ba35c1dc7b8d96f8ba716e3854bedf791831"` Nov 17 20:36:19.786 INFO [stdout] 6c5f03cd3b548b45f035eb41aaf3ba35c1dc7b8d96f8ba716e3854bedf791831 Nov 17 20:36:19.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 17 20:36:19.996 INFO [stdout] 4b392f283d426f09be8cd41efca8ec07aeb84c47419dc99bc0729353fe77d3d1 Nov 17 20:36:20.000 INFO running `"docker" "start" "-a" "4b392f283d426f09be8cd41efca8ec07aeb84c47419dc99bc0729353fe77d3d1"` Nov 17 20:36:20.511 INFO [stderr] usermod: no changes Nov 17 20:36:20.539 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 20:36:20.539 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 20:36:20.539 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 20:36:20.539 INFO [stderr] files will be included as a binary target: Nov 17 20:36:20.539 INFO [stderr] Nov 17 20:36:20.539 INFO [stderr] * /source/src/main.rs Nov 17 20:36:20.539 INFO [stderr] Nov 17 20:36:20.539 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 20:36:20.539 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 20:36:20.539 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 20:36:20.539 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 20:36:20.539 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 20:36:20.539 INFO [stderr] Nov 17 20:36:20.539 INFO [stderr] For more information on this warning you can consult Nov 17 20:36:20.539 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 20:36:20.539 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `timeit`, Nov 17 20:36:20.539 INFO [stderr] please set bin.path in Cargo.toml Nov 17 20:36:20.550 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 17 20:36:20.550 INFO [stderr] Running /target/debug/deps/timeit-80d97ca36dbe5e85 Nov 17 20:36:20.552 INFO [stdout] Nov 17 20:36:20.552 INFO [stdout] running 0 tests Nov 17 20:36:20.552 INFO [stdout] Nov 17 20:36:20.552 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 20:36:20.552 INFO [stdout] Nov 17 20:36:20.553 INFO [stderr] su: No module specific data is present Nov 17 20:36:20.933 INFO running `"docker" "inspect" "4b392f283d426f09be8cd41efca8ec07aeb84c47419dc99bc0729353fe77d3d1"` Nov 17 20:36:21.010 INFO running `"docker" "rm" "-f" "4b392f283d426f09be8cd41efca8ec07aeb84c47419dc99bc0729353fe77d3d1"` Nov 17 20:36:21.118 INFO [stdout] 4b392f283d426f09be8cd41efca8ec07aeb84c47419dc99bc0729353fe77d3d1