Nov 18 10:53:24.586 INFO testing google-pubsub1_beta2-cli-1.0.7+20171129 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 10:53:24.587 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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:53:25.002 INFO [stdout] f4a9c264a6d0ae16f06a37258b6227512b2ae5c41c8e765e95e054e95c38a328 Nov 18 10:53:25.005 INFO running `"docker" "start" "-a" "f4a9c264a6d0ae16f06a37258b6227512b2ae5c41c8e765e95e054e95c38a328"` Nov 18 10:53:26.493 INFO [stderr] usermod: no changes Nov 18 10:53:26.575 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:53:26.575 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:53:26.575 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:53:26.575 INFO [stderr] files will be included as a binary target: Nov 18 10:53:26.575 INFO [stderr] Nov 18 10:53:26.575 INFO [stderr] * /source/src/main.rs Nov 18 10:53:26.575 INFO [stderr] Nov 18 10:53:26.575 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:53:26.575 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:53:26.575 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:53:26.575 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:53:26.575 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:53:26.575 INFO [stderr] Nov 18 10:53:26.575 INFO [stderr] For more information on this warning you can consult Nov 18 10:53:26.575 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:53:26.575 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pubsub1-beta2`, Nov 18 10:53:26.575 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:53:26.746 INFO [stderr] Compiling google-pubsub1_beta2 v1.0.8+20181001 Nov 18 10:53:33.795 INFO [stderr] Compiling google-pubsub1_beta2-cli v1.0.7+20171129 (/source) Nov 18 10:53:52.632 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.12s Nov 18 10:53:52.648 INFO [stderr] su: No module specific data is present Nov 18 10:53:53.457 INFO running `"docker" "inspect" "f4a9c264a6d0ae16f06a37258b6227512b2ae5c41c8e765e95e054e95c38a328"` Nov 18 10:53:53.724 INFO running `"docker" "rm" "-f" "f4a9c264a6d0ae16f06a37258b6227512b2ae5c41c8e765e95e054e95c38a328"` Nov 18 10:53:54.071 INFO [stdout] f4a9c264a6d0ae16f06a37258b6227512b2ae5c41c8e765e95e054e95c38a328 Nov 18 10:53:54.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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:53:54.532 INFO [stdout] 65db2994281176f89a299acb3cb4d14b9c01b490c5195ce0c81445fb9ca72af4 Nov 18 10:53:54.536 INFO running `"docker" "start" "-a" "65db2994281176f89a299acb3cb4d14b9c01b490c5195ce0c81445fb9ca72af4"` Nov 18 10:53:56.147 INFO [stderr] usermod: no changes Nov 18 10:53:56.195 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:53:56.195 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:53:56.196 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:53:56.196 INFO [stderr] files will be included as a binary target: Nov 18 10:53:56.196 INFO [stderr] Nov 18 10:53:56.196 INFO [stderr] * /source/src/main.rs Nov 18 10:53:56.197 INFO [stderr] Nov 18 10:53:56.197 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:53:56.197 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:53:56.197 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:53:56.198 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:53:56.198 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:53:56.198 INFO [stderr] Nov 18 10:53:56.198 INFO [stderr] For more information on this warning you can consult Nov 18 10:53:56.199 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:53:56.199 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pubsub1-beta2`, Nov 18 10:53:56.199 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:53:56.397 INFO [stderr] Compiling google-pubsub1_beta2-cli v1.0.7+20171129 (/source) Nov 18 10:54:02.568 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.40s Nov 18 10:54:02.579 INFO [stderr] su: No module specific data is present Nov 18 10:54:03.367 INFO running `"docker" "inspect" "65db2994281176f89a299acb3cb4d14b9c01b490c5195ce0c81445fb9ca72af4"` Nov 18 10:54:03.695 INFO running `"docker" "rm" "-f" "65db2994281176f89a299acb3cb4d14b9c01b490c5195ce0c81445fb9ca72af4"` Nov 18 10:54:04.011 INFO [stdout] 65db2994281176f89a299acb3cb4d14b9c01b490c5195ce0c81445fb9ca72af4 Nov 18 10:54:04.018 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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:54:04.405 INFO [stdout] cc30b7f5d73c1294981e3f1fa70d56e7d983928272a4ec29f1e4f66a4092badb Nov 18 10:54:04.408 INFO running `"docker" "start" "-a" "cc30b7f5d73c1294981e3f1fa70d56e7d983928272a4ec29f1e4f66a4092badb"` Nov 18 10:54:05.899 INFO [stderr] usermod: no changes Nov 18 10:54:05.955 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:54:05.956 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:54:05.956 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:54:05.956 INFO [stderr] files will be included as a binary target: Nov 18 10:54:05.956 INFO [stderr] Nov 18 10:54:05.957 INFO [stderr] * /source/src/main.rs Nov 18 10:54:05.957 INFO [stderr] Nov 18 10:54:05.957 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:54:05.958 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:54:05.958 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:54:05.958 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:54:05.958 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:54:05.959 INFO [stderr] Nov 18 10:54:05.959 INFO [stderr] For more information on this warning you can consult Nov 18 10:54:05.959 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:54:05.959 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pubsub1-beta2`, Nov 18 10:54:05.960 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:54:06.160 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s Nov 18 10:54:06.175 INFO [stderr] Running /target/debug/deps/pubsub1_beta2-65f767f0e51936e1 Nov 18 10:54:06.175 INFO [stdout] Nov 18 10:54:06.176 INFO [stdout] running 0 tests Nov 18 10:54:06.176 INFO [stdout] Nov 18 10:54:06.176 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:54:06.176 INFO [stdout] Nov 18 10:54:06.195 INFO [stderr] su: No module specific data is present Nov 18 10:54:07.053 INFO running `"docker" "inspect" "cc30b7f5d73c1294981e3f1fa70d56e7d983928272a4ec29f1e4f66a4092badb"` Nov 18 10:54:07.387 INFO running `"docker" "rm" "-f" "cc30b7f5d73c1294981e3f1fa70d56e7d983928272a4ec29f1e4f66a4092badb"` Nov 18 10:54:07.617 INFO [stdout] cc30b7f5d73c1294981e3f1fa70d56e7d983928272a4ec29f1e4f66a4092badb