Nov 18 11:15:31.607 INFO testing google-firebasedynamiclinks1-cli-1.0.7+20171205 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 11:15:31.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:15:32.067 INFO [stdout] 6747e6c01f56bfdd01db5d0135c5517d585e2b2f55d74f8d895c8f648dfddc2c Nov 18 11:15:32.070 INFO running `"docker" "start" "-a" "6747e6c01f56bfdd01db5d0135c5517d585e2b2f55d74f8d895c8f648dfddc2c"` Nov 18 11:15:33.516 INFO [stderr] usermod: no changes Nov 18 11:15:33.559 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:15:33.559 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:15:33.559 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:15:33.559 INFO [stderr] files will be included as a binary target: Nov 18 11:15:33.559 INFO [stderr] Nov 18 11:15:33.559 INFO [stderr] * /source/src/main.rs Nov 18 11:15:33.559 INFO [stderr] Nov 18 11:15:33.559 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:15:33.559 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:15:33.559 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:15:33.559 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:15:33.559 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:15:33.559 INFO [stderr] Nov 18 11:15:33.559 INFO [stderr] For more information on this warning you can consult Nov 18 11:15:33.559 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:15:33.559 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `firebasedynamiclinks1`, Nov 18 11:15:33.559 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:15:33.775 INFO [stderr] Compiling google-firebasedynamiclinks1 v1.0.8+20181008 Nov 18 11:15:39.563 INFO [stderr] Compiling google-firebasedynamiclinks1-cli v1.0.7+20171205 (/source) Nov 18 11:15:53.819 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.28s Nov 18 11:15:53.831 INFO [stderr] su: No module specific data is present Nov 18 11:15:55.242 INFO running `"docker" "inspect" "6747e6c01f56bfdd01db5d0135c5517d585e2b2f55d74f8d895c8f648dfddc2c"` Nov 18 11:15:55.559 INFO running `"docker" "rm" "-f" "6747e6c01f56bfdd01db5d0135c5517d585e2b2f55d74f8d895c8f648dfddc2c"` Nov 18 11:15:55.895 INFO [stdout] 6747e6c01f56bfdd01db5d0135c5517d585e2b2f55d74f8d895c8f648dfddc2c Nov 18 11:15:55.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:15:56.361 INFO [stdout] 1aa04f4c89eb5e130cb4a53e17e22638825edad654cb7beaab40e3381b3128cd Nov 18 11:15:56.363 INFO running `"docker" "start" "-a" "1aa04f4c89eb5e130cb4a53e17e22638825edad654cb7beaab40e3381b3128cd"` Nov 18 11:15:58.906 INFO [stderr] usermod: no changes Nov 18 11:15:58.979 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:15:58.979 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:15:58.979 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:15:58.979 INFO [stderr] files will be included as a binary target: Nov 18 11:15:58.979 INFO [stderr] Nov 18 11:15:58.979 INFO [stderr] * /source/src/main.rs Nov 18 11:15:58.979 INFO [stderr] Nov 18 11:15:58.979 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:15:58.979 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:15:58.979 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:15:58.979 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:15:58.979 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:15:58.979 INFO [stderr] Nov 18 11:15:58.979 INFO [stderr] For more information on this warning you can consult Nov 18 11:15:58.979 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:15:58.979 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `firebasedynamiclinks1`, Nov 18 11:15:58.979 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:15:59.241 INFO [stderr] Compiling google-firebasedynamiclinks1-cli v1.0.7+20171205 (/source) Nov 18 11:16:03.465 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.54s Nov 18 11:16:03.477 INFO [stderr] su: No module specific data is present Nov 18 11:16:04.659 INFO running `"docker" "inspect" "1aa04f4c89eb5e130cb4a53e17e22638825edad654cb7beaab40e3381b3128cd"` Nov 18 11:16:04.969 INFO running `"docker" "rm" "-f" "1aa04f4c89eb5e130cb4a53e17e22638825edad654cb7beaab40e3381b3128cd"` Nov 18 11:16:05.296 INFO [stdout] 1aa04f4c89eb5e130cb4a53e17e22638825edad654cb7beaab40e3381b3128cd Nov 18 11:16:05.302 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:16:05.715 INFO [stdout] ee19599fabd3b30c8a305aeaefd5f40647225f147517d94354f44d015ded7eaf Nov 18 11:16:05.717 INFO running `"docker" "start" "-a" "ee19599fabd3b30c8a305aeaefd5f40647225f147517d94354f44d015ded7eaf"` Nov 18 11:16:08.171 INFO [stderr] usermod: no changes Nov 18 11:16:08.207 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:16:08.207 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:16:08.207 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:16:08.207 INFO [stderr] files will be included as a binary target: Nov 18 11:16:08.207 INFO [stderr] Nov 18 11:16:08.207 INFO [stderr] * /source/src/main.rs Nov 18 11:16:08.207 INFO [stderr] Nov 18 11:16:08.207 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:16:08.207 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:16:08.207 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:16:08.207 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:16:08.207 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:16:08.207 INFO [stderr] Nov 18 11:16:08.207 INFO [stderr] For more information on this warning you can consult Nov 18 11:16:08.207 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:16:08.207 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `firebasedynamiclinks1`, Nov 18 11:16:08.207 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:16:08.377 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Nov 18 11:16:08.395 INFO [stderr] Running /target/debug/deps/firebasedynamiclinks1-f363ba1c0935cbea Nov 18 11:16:08.399 INFO [stdout] Nov 18 11:16:08.399 INFO [stdout] running 0 tests Nov 18 11:16:08.399 INFO [stdout] Nov 18 11:16:08.399 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 11:16:08.399 INFO [stdout] Nov 18 11:16:08.403 INFO [stderr] su: No module specific data is present Nov 18 11:16:09.437 INFO running `"docker" "inspect" "ee19599fabd3b30c8a305aeaefd5f40647225f147517d94354f44d015ded7eaf"` Nov 18 11:16:09.735 INFO running `"docker" "rm" "-f" "ee19599fabd3b30c8a305aeaefd5f40647225f147517d94354f44d015ded7eaf"` Nov 18 11:16:10.153 INFO [stdout] ee19599fabd3b30c8a305aeaefd5f40647225f147517d94354f44d015ded7eaf