Nov 18 10:34:44.545 INFO testing google-testing1-cli-1.0.7+20171201 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 10:34:44.545 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 10:34:45.007 INFO [stdout] e73649ff5f498810be2f1d53f21213c21f6ca944b59f4d5ffd7b06b770d06cd6 Nov 18 10:34:45.015 INFO running `"docker" "start" "-a" "e73649ff5f498810be2f1d53f21213c21f6ca944b59f4d5ffd7b06b770d06cd6"` Nov 18 10:34:46.095 INFO [stderr] usermod: no changes Nov 18 10:34:46.171 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:34:46.171 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:34:46.171 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:34:46.171 INFO [stderr] files will be included as a binary target: Nov 18 10:34:46.171 INFO [stderr] Nov 18 10:34:46.171 INFO [stderr] * /source/src/main.rs Nov 18 10:34:46.171 INFO [stderr] Nov 18 10:34:46.171 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:34:46.171 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:34:46.171 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:34:46.171 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:34:46.171 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:34:46.171 INFO [stderr] Nov 18 10:34:46.171 INFO [stderr] For more information on this warning you can consult Nov 18 10:34:46.171 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:34:46.171 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `testing1`, Nov 18 10:34:46.171 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:34:46.311 INFO [stderr] Compiling google-testing1 v1.0.8+20181011 Nov 18 10:34:56.191 INFO [stderr] Compiling google-testing1-cli v1.0.7+20171201 (/source) Nov 18 10:35:18.401 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.28s Nov 18 10:35:18.413 INFO [stderr] su: No module specific data is present Nov 18 10:35:19.631 INFO running `"docker" "inspect" "e73649ff5f498810be2f1d53f21213c21f6ca944b59f4d5ffd7b06b770d06cd6"` Nov 18 10:35:20.065 INFO running `"docker" "rm" "-f" "e73649ff5f498810be2f1d53f21213c21f6ca944b59f4d5ffd7b06b770d06cd6"` Nov 18 10:35:20.411 INFO [stdout] e73649ff5f498810be2f1d53f21213c21f6ca944b59f4d5ffd7b06b770d06cd6 Nov 18 10:35:20.420 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 10:35:20.944 INFO [stdout] 96aae1d5068f15f946694fadeac2ca50f69df417d33f3fca9aea9c1310ab317f Nov 18 10:35:20.947 INFO running `"docker" "start" "-a" "96aae1d5068f15f946694fadeac2ca50f69df417d33f3fca9aea9c1310ab317f"` Nov 18 10:35:22.314 INFO [stderr] usermod: no changes Nov 18 10:35:22.375 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:35:22.375 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:35:22.375 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:35:22.375 INFO [stderr] files will be included as a binary target: Nov 18 10:35:22.375 INFO [stderr] Nov 18 10:35:22.375 INFO [stderr] * /source/src/main.rs Nov 18 10:35:22.375 INFO [stderr] Nov 18 10:35:22.375 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:35:22.375 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:35:22.375 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:35:22.375 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:35:22.375 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:35:22.375 INFO [stderr] Nov 18 10:35:22.375 INFO [stderr] For more information on this warning you can consult Nov 18 10:35:22.375 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:35:22.375 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `testing1`, Nov 18 10:35:22.375 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:35:22.631 INFO [stderr] Compiling google-testing1-cli v1.0.7+20171201 (/source) Nov 18 10:35:27.143 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.81s Nov 18 10:35:27.155 INFO [stderr] su: No module specific data is present Nov 18 10:35:28.441 INFO running `"docker" "inspect" "96aae1d5068f15f946694fadeac2ca50f69df417d33f3fca9aea9c1310ab317f"` Nov 18 10:35:28.879 INFO running `"docker" "rm" "-f" "96aae1d5068f15f946694fadeac2ca50f69df417d33f3fca9aea9c1310ab317f"` Nov 18 10:35:29.231 INFO [stdout] 96aae1d5068f15f946694fadeac2ca50f69df417d33f3fca9aea9c1310ab317f Nov 18 10:35:29.240 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 10:35:29.774 INFO [stdout] f74ff7ffa91a1df83ddcbd5211792ef151b588a6b9a5e8d38aa8efda2bce3096 Nov 18 10:35:29.776 INFO running `"docker" "start" "-a" "f74ff7ffa91a1df83ddcbd5211792ef151b588a6b9a5e8d38aa8efda2bce3096"` Nov 18 10:35:31.932 INFO [stderr] usermod: no changes Nov 18 10:35:31.991 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:35:31.991 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:35:31.991 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:35:31.991 INFO [stderr] files will be included as a binary target: Nov 18 10:35:31.991 INFO [stderr] Nov 18 10:35:31.991 INFO [stderr] * /source/src/main.rs Nov 18 10:35:31.991 INFO [stderr] Nov 18 10:35:31.991 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:35:31.991 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:35:31.991 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:35:31.991 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:35:31.991 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:35:31.991 INFO [stderr] Nov 18 10:35:31.991 INFO [stderr] For more information on this warning you can consult Nov 18 10:35:31.991 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:35:31.991 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `testing1`, Nov 18 10:35:31.991 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:35:32.187 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s Nov 18 10:35:32.219 INFO [stderr] Running /target/debug/deps/testing1-fc309332bdda8301 Nov 18 10:35:32.223 INFO [stdout] Nov 18 10:35:32.223 INFO [stdout] running 0 tests Nov 18 10:35:32.224 INFO [stdout] Nov 18 10:35:32.224 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:35:32.224 INFO [stdout] Nov 18 10:35:32.231 INFO [stderr] su: No module specific data is present Nov 18 10:35:33.448 INFO running `"docker" "inspect" "f74ff7ffa91a1df83ddcbd5211792ef151b588a6b9a5e8d38aa8efda2bce3096"` Nov 18 10:35:33.853 INFO running `"docker" "rm" "-f" "f74ff7ffa91a1df83ddcbd5211792ef151b588a6b9a5e8d38aa8efda2bce3096"` Nov 18 10:35:34.155 INFO [stdout] f74ff7ffa91a1df83ddcbd5211792ef151b588a6b9a5e8d38aa8efda2bce3096