Nov 18 10:35:36.931 INFO testing google-tasks1-cli-1.0.7+20141121 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 10:35:36.933 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 18 10:35:37.483 INFO [stdout] 2fd58bf5e9857719425f584738ed9b603a383378f45a1c271a10c0474746aa40 Nov 18 10:35:37.485 INFO running `"docker" "start" "-a" "2fd58bf5e9857719425f584738ed9b603a383378f45a1c271a10c0474746aa40"` Nov 18 10:35:39.906 INFO [stderr] usermod: no changes Nov 18 10:35:39.947 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:35:39.947 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:35:39.947 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:35:39.947 INFO [stderr] files will be included as a binary target: Nov 18 10:35:39.947 INFO [stderr] Nov 18 10:35:39.947 INFO [stderr] * /source/src/main.rs Nov 18 10:35:39.947 INFO [stderr] Nov 18 10:35:39.947 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:35:39.947 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:35:39.947 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:35:39.947 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:35:39.947 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:35:39.947 INFO [stderr] Nov 18 10:35:39.947 INFO [stderr] For more information on this warning you can consult Nov 18 10:35:39.947 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:35:39.947 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tasks1`, Nov 18 10:35:39.947 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:35:40.171 INFO [stderr] Compiling google-tasks1 v1.0.8+20141121 Nov 18 10:35:45.653 INFO [stderr] Compiling google-tasks1-cli v1.0.7+20141121 (/source) Nov 18 10:36:02.947 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.02s Nov 18 10:36:02.963 INFO [stderr] su: No module specific data is present Nov 18 10:36:04.428 INFO running `"docker" "inspect" "2fd58bf5e9857719425f584738ed9b603a383378f45a1c271a10c0474746aa40"` Nov 18 10:36:04.763 INFO running `"docker" "rm" "-f" "2fd58bf5e9857719425f584738ed9b603a383378f45a1c271a10c0474746aa40"` Nov 18 10:36:05.075 INFO [stdout] 2fd58bf5e9857719425f584738ed9b603a383378f45a1c271a10c0474746aa40 Nov 18 10:36:05.082 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 18 10:36:05.532 INFO [stdout] 54eb971ad4cc6f283a7c5a167f45296b7bb7ce7b14f18abadc378720724b8222 Nov 18 10:36:05.535 INFO running `"docker" "start" "-a" "54eb971ad4cc6f283a7c5a167f45296b7bb7ce7b14f18abadc378720724b8222"` Nov 18 10:36:07.355 INFO [stderr] usermod: no changes Nov 18 10:36:07.411 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:36:07.411 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:36:07.411 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:36:07.411 INFO [stderr] files will be included as a binary target: Nov 18 10:36:07.411 INFO [stderr] Nov 18 10:36:07.411 INFO [stderr] * /source/src/main.rs Nov 18 10:36:07.411 INFO [stderr] Nov 18 10:36:07.411 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:36:07.411 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:36:07.411 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:36:07.411 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:36:07.411 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:36:07.411 INFO [stderr] Nov 18 10:36:07.411 INFO [stderr] For more information on this warning you can consult Nov 18 10:36:07.411 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:36:07.411 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tasks1`, Nov 18 10:36:07.411 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:36:07.647 INFO [stderr] Compiling google-tasks1-cli v1.0.7+20141121 (/source) Nov 18 10:36:14.430 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.06s Nov 18 10:36:14.456 INFO [stderr] su: No module specific data is present Nov 18 10:36:15.656 INFO running `"docker" "inspect" "54eb971ad4cc6f283a7c5a167f45296b7bb7ce7b14f18abadc378720724b8222"` Nov 18 10:36:15.981 INFO running `"docker" "rm" "-f" "54eb971ad4cc6f283a7c5a167f45296b7bb7ce7b14f18abadc378720724b8222"` Nov 18 10:36:16.315 INFO [stdout] 54eb971ad4cc6f283a7c5a167f45296b7bb7ce7b14f18abadc378720724b8222 Nov 18 10:36:16.325 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 18 10:36:16.776 INFO [stdout] 31cb1c4e7c30e8d6c321b19c4256335d66693cb4e074a639fb1b5a9fe088a1f8 Nov 18 10:36:16.780 INFO running `"docker" "start" "-a" "31cb1c4e7c30e8d6c321b19c4256335d66693cb4e074a639fb1b5a9fe088a1f8"` Nov 18 10:36:18.399 INFO [stderr] usermod: no changes Nov 18 10:36:18.443 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:36:18.444 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:36:18.444 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:36:18.444 INFO [stderr] files will be included as a binary target: Nov 18 10:36:18.445 INFO [stderr] Nov 18 10:36:18.445 INFO [stderr] * /source/src/main.rs Nov 18 10:36:18.445 INFO [stderr] Nov 18 10:36:18.446 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:36:18.446 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:36:18.446 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:36:18.447 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:36:18.447 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:36:18.447 INFO [stderr] Nov 18 10:36:18.447 INFO [stderr] For more information on this warning you can consult Nov 18 10:36:18.448 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:36:18.448 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tasks1`, Nov 18 10:36:18.448 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:36:18.639 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s Nov 18 10:36:18.652 INFO [stderr] Running /target/debug/deps/tasks1-a48013278d2ed292 Nov 18 10:36:18.659 INFO [stdout] Nov 18 10:36:18.659 INFO [stdout] running 0 tests Nov 18 10:36:18.659 INFO [stdout] Nov 18 10:36:18.660 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:36:18.660 INFO [stdout] Nov 18 10:36:18.675 INFO [stderr] su: No module specific data is present Nov 18 10:36:19.377 INFO running `"docker" "inspect" "31cb1c4e7c30e8d6c321b19c4256335d66693cb4e074a639fb1b5a9fe088a1f8"` Nov 18 10:36:19.813 INFO running `"docker" "rm" "-f" "31cb1c4e7c30e8d6c321b19c4256335d66693cb4e074a639fb1b5a9fe088a1f8"` Nov 18 10:36:20.096 INFO [stdout] 31cb1c4e7c30e8d6c321b19c4256335d66693cb4e074a639fb1b5a9fe088a1f8