Nov 18 11:08:39.848 INFO testing google-genomics1-cli-1.0.7+20171207 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 11:08:39.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 11:08:40.272 INFO [stdout] 4bd04febc67f71392e13837ae5215bf8b01adc4b7d161d1c5c8e8d5b5615f7b2 Nov 18 11:08:40.277 INFO running `"docker" "start" "-a" "4bd04febc67f71392e13837ae5215bf8b01adc4b7d161d1c5c8e8d5b5615f7b2"` Nov 18 11:08:42.557 INFO [stderr] usermod: no changes Nov 18 11:08:42.611 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:08:42.611 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:08:42.611 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:08:42.611 INFO [stderr] files will be included as a binary target: Nov 18 11:08:42.611 INFO [stderr] Nov 18 11:08:42.611 INFO [stderr] * /source/src/main.rs Nov 18 11:08:42.611 INFO [stderr] Nov 18 11:08:42.611 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:08:42.611 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:08:42.611 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:08:42.611 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:08:42.611 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:08:42.611 INFO [stderr] Nov 18 11:08:42.611 INFO [stderr] For more information on this warning you can consult Nov 18 11:08:42.611 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:08:42.611 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `genomics1`, Nov 18 11:08:42.611 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:08:42.775 INFO [stderr] Compiling google-genomics1 v1.0.8+20181010 Nov 18 11:08:56.733 INFO [stderr] Compiling google-genomics1-cli v1.0.7+20171207 (/source) Nov 18 11:09:30.952 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.38s Nov 18 11:09:30.970 INFO [stderr] su: No module specific data is present Nov 18 11:09:32.165 INFO running `"docker" "inspect" "4bd04febc67f71392e13837ae5215bf8b01adc4b7d161d1c5c8e8d5b5615f7b2"` Nov 18 11:09:32.429 INFO running `"docker" "rm" "-f" "4bd04febc67f71392e13837ae5215bf8b01adc4b7d161d1c5c8e8d5b5615f7b2"` Nov 18 11:09:32.761 INFO [stdout] 4bd04febc67f71392e13837ae5215bf8b01adc4b7d161d1c5c8e8d5b5615f7b2 Nov 18 11:09:32.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 11:09:33.152 INFO [stdout] 6db5bc36c920928ecaa8f995fcc431de5e2f0fb322c1d22aea8a352cf4db3b5f Nov 18 11:09:33.155 INFO running `"docker" "start" "-a" "6db5bc36c920928ecaa8f995fcc431de5e2f0fb322c1d22aea8a352cf4db3b5f"` Nov 18 11:09:34.888 INFO [stderr] usermod: no changes Nov 18 11:09:34.943 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:09:34.943 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:09:34.943 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:09:34.943 INFO [stderr] files will be included as a binary target: Nov 18 11:09:34.943 INFO [stderr] Nov 18 11:09:34.943 INFO [stderr] * /source/src/main.rs Nov 18 11:09:34.943 INFO [stderr] Nov 18 11:09:34.943 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:09:34.943 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:09:34.943 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:09:34.943 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:09:34.943 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:09:34.943 INFO [stderr] Nov 18 11:09:34.943 INFO [stderr] For more information on this warning you can consult Nov 18 11:09:34.943 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:09:34.943 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `genomics1`, Nov 18 11:09:34.943 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:09:35.168 INFO [stderr] Compiling google-genomics1-cli v1.0.7+20171207 (/source) Nov 18 11:09:42.675 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.76s Nov 18 11:09:42.699 INFO [stderr] su: No module specific data is present Nov 18 11:09:43.940 INFO running `"docker" "inspect" "6db5bc36c920928ecaa8f995fcc431de5e2f0fb322c1d22aea8a352cf4db3b5f"` Nov 18 11:09:44.337 INFO running `"docker" "rm" "-f" "6db5bc36c920928ecaa8f995fcc431de5e2f0fb322c1d22aea8a352cf4db3b5f"` Nov 18 11:09:44.755 INFO [stdout] 6db5bc36c920928ecaa8f995fcc431de5e2f0fb322c1d22aea8a352cf4db3b5f Nov 18 11:09:44.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 11:09:45.285 INFO [stdout] c7e94ef6ff0c5f8c86eea35cb14e05b5f46731e37c711d7eaa7099e26762c886 Nov 18 11:09:45.288 INFO running `"docker" "start" "-a" "c7e94ef6ff0c5f8c86eea35cb14e05b5f46731e37c711d7eaa7099e26762c886"` Nov 18 11:09:47.044 INFO [stderr] usermod: no changes Nov 18 11:09:47.096 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:09:47.097 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:09:47.097 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:09:47.097 INFO [stderr] files will be included as a binary target: Nov 18 11:09:47.097 INFO [stderr] Nov 18 11:09:47.098 INFO [stderr] * /source/src/main.rs Nov 18 11:09:47.098 INFO [stderr] Nov 18 11:09:47.098 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:09:47.099 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:09:47.099 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:09:47.099 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:09:47.099 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:09:47.100 INFO [stderr] Nov 18 11:09:47.100 INFO [stderr] For more information on this warning you can consult Nov 18 11:09:47.100 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:09:47.100 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `genomics1`, Nov 18 11:09:47.100 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:09:47.259 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s Nov 18 11:09:47.259 INFO [stderr] Running /target/debug/deps/genomics1-3494bf295334104a Nov 18 11:09:47.267 INFO [stdout] Nov 18 11:09:47.267 INFO [stdout] running 0 tests Nov 18 11:09:47.267 INFO [stdout] Nov 18 11:09:47.267 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 11:09:47.267 INFO [stdout] Nov 18 11:09:47.287 INFO [stderr] su: No module specific data is present Nov 18 11:09:48.254 INFO running `"docker" "inspect" "c7e94ef6ff0c5f8c86eea35cb14e05b5f46731e37c711d7eaa7099e26762c886"` Nov 18 11:09:48.569 INFO running `"docker" "rm" "-f" "c7e94ef6ff0c5f8c86eea35cb14e05b5f46731e37c711d7eaa7099e26762c886"` Nov 18 11:09:48.930 INFO [stdout] c7e94ef6ff0c5f8c86eea35cb14e05b5f46731e37c711d7eaa7099e26762c886