Nov 18 10:47:02.201 INFO testing google-sourcerepo1-cli-1.0.7+20171110 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 10:47:02.202 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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:47:02.729 INFO [stdout] 1c265c3a31a22f24101043fede1dfc2f37189ab405d2604d111ecbc332d0282b Nov 18 10:47:02.731 INFO running `"docker" "start" "-a" "1c265c3a31a22f24101043fede1dfc2f37189ab405d2604d111ecbc332d0282b"` Nov 18 10:47:04.586 INFO [stderr] usermod: no changes Nov 18 10:47:04.647 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:47:04.647 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:47:04.647 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:47:04.647 INFO [stderr] files will be included as a binary target: Nov 18 10:47:04.647 INFO [stderr] Nov 18 10:47:04.647 INFO [stderr] * /source/src/main.rs Nov 18 10:47:04.647 INFO [stderr] Nov 18 10:47:04.647 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:47:04.647 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:47:04.647 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:47:04.647 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:47:04.647 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:47:04.647 INFO [stderr] Nov 18 10:47:04.647 INFO [stderr] For more information on this warning you can consult Nov 18 10:47:04.647 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:47:04.647 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sourcerepo1`, Nov 18 10:47:04.647 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:47:04.870 INFO [stderr] Compiling google-sourcerepo1 v1.0.8+20180718 Nov 18 10:47:11.110 INFO [stderr] Compiling google-sourcerepo1-cli v1.0.7+20171110 (/source) Nov 18 10:47:26.235 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.61s Nov 18 10:47:26.247 INFO [stderr] su: No module specific data is present Nov 18 10:47:27.163 INFO running `"docker" "inspect" "1c265c3a31a22f24101043fede1dfc2f37189ab405d2604d111ecbc332d0282b"` Nov 18 10:47:27.511 INFO running `"docker" "rm" "-f" "1c265c3a31a22f24101043fede1dfc2f37189ab405d2604d111ecbc332d0282b"` Nov 18 10:47:27.819 INFO [stdout] 1c265c3a31a22f24101043fede1dfc2f37189ab405d2604d111ecbc332d0282b Nov 18 10:47:27.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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:47:28.356 INFO [stdout] f2b3229dcd9a052cfd5b0bd323ca012cf5d1b4f74f14b080e6ad9d5d1e77fa96 Nov 18 10:47:28.359 INFO running `"docker" "start" "-a" "f2b3229dcd9a052cfd5b0bd323ca012cf5d1b4f74f14b080e6ad9d5d1e77fa96"` Nov 18 10:47:29.439 INFO [stderr] usermod: no changes Nov 18 10:47:29.519 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:47:29.520 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:47:29.520 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:47:29.520 INFO [stderr] files will be included as a binary target: Nov 18 10:47:29.520 INFO [stderr] Nov 18 10:47:29.521 INFO [stderr] * /source/src/main.rs Nov 18 10:47:29.521 INFO [stderr] Nov 18 10:47:29.521 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:47:29.521 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:47:29.522 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:47:29.522 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:47:29.522 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:47:29.522 INFO [stderr] Nov 18 10:47:29.523 INFO [stderr] For more information on this warning you can consult Nov 18 10:47:29.523 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:47:29.523 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sourcerepo1`, Nov 18 10:47:29.523 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:47:29.663 INFO [stderr] Compiling google-sourcerepo1-cli v1.0.7+20171110 (/source) Nov 18 10:47:35.026 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.55s Nov 18 10:47:35.042 INFO [stderr] su: No module specific data is present Nov 18 10:47:36.406 INFO running `"docker" "inspect" "f2b3229dcd9a052cfd5b0bd323ca012cf5d1b4f74f14b080e6ad9d5d1e77fa96"` Nov 18 10:47:36.737 INFO running `"docker" "rm" "-f" "f2b3229dcd9a052cfd5b0bd323ca012cf5d1b4f74f14b080e6ad9d5d1e77fa96"` Nov 18 10:47:37.143 INFO [stdout] f2b3229dcd9a052cfd5b0bd323ca012cf5d1b4f74f14b080e6ad9d5d1e77fa96 Nov 18 10:47:37.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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:47:37.607 INFO [stdout] 4de00599649b1fe6a4c8b2aee1574b0680a78c6551974f65964a8c9a89968452 Nov 18 10:47:37.615 INFO running `"docker" "start" "-a" "4de00599649b1fe6a4c8b2aee1574b0680a78c6551974f65964a8c9a89968452"` Nov 18 10:47:38.558 INFO [stderr] usermod: no changes Nov 18 10:47:38.647 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:47:38.647 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:47:38.647 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:47:38.647 INFO [stderr] files will be included as a binary target: Nov 18 10:47:38.647 INFO [stderr] Nov 18 10:47:38.647 INFO [stderr] * /source/src/main.rs Nov 18 10:47:38.647 INFO [stderr] Nov 18 10:47:38.647 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:47:38.647 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:47:38.647 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:47:38.647 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:47:38.647 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:47:38.647 INFO [stderr] Nov 18 10:47:38.647 INFO [stderr] For more information on this warning you can consult Nov 18 10:47:38.647 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:47:38.647 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `sourcerepo1`, Nov 18 10:47:38.647 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:47:38.927 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.33s Nov 18 10:47:38.941 INFO [stderr] Running /target/debug/deps/sourcerepo1-68149df592db0b2d Nov 18 10:47:38.944 INFO [stdout] Nov 18 10:47:38.944 INFO [stdout] running 0 tests Nov 18 10:47:38.944 INFO [stdout] Nov 18 10:47:38.944 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:47:38.944 INFO [stdout] Nov 18 10:47:38.951 INFO [stderr] su: No module specific data is present Nov 18 10:47:39.579 INFO running `"docker" "inspect" "4de00599649b1fe6a4c8b2aee1574b0680a78c6551974f65964a8c9a89968452"` Nov 18 10:47:39.864 INFO running `"docker" "rm" "-f" "4de00599649b1fe6a4c8b2aee1574b0680a78c6551974f65964a8c9a89968452"` Nov 18 10:47:40.127 INFO [stdout] 4de00599649b1fe6a4c8b2aee1574b0680a78c6551974f65964a8c9a89968452