Oct 16 09:32:49.091 INFO testing google-analyticsreporting4-cli-1.0.7+20171108 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 09:32:49.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 09:32:49.535 INFO blam! 024fb84eb97077ec39b6312d718242beeb6a5bd3b36e54b6ccef8c4dea62a86e Oct 16 09:32:49.539 INFO running `"docker" "start" "-a" "024fb84eb97077ec39b6312d718242beeb6a5bd3b36e54b6ccef8c4dea62a86e"` Oct 16 09:32:50.959 INFO kablam! usermod: no changes Oct 16 09:32:50.987 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:32:50.987 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:32:50.988 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:32:50.988 INFO kablam! files will be included as a binary target: Oct 16 09:32:50.988 INFO kablam! Oct 16 09:32:50.989 INFO kablam! * /source/src/main.rs Oct 16 09:32:50.989 INFO kablam! Oct 16 09:32:50.989 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:32:50.990 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:32:50.990 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:32:50.990 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:32:50.991 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:32:50.991 INFO kablam! Oct 16 09:32:50.991 INFO kablam! For more information on this warning you can consult Oct 16 09:32:50.991 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:32:50.992 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `analyticsreporting4`, Oct 16 09:32:50.992 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:32:51.140 INFO kablam! Compiling google-analyticsreporting4 v1.0.8+20181008 Oct 16 09:32:58.871 INFO kablam! Compiling google-analyticsreporting4-cli v1.0.7+20171108 (/source) Oct 16 09:33:16.194 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.23s Oct 16 09:33:16.204 INFO kablam! su: No module specific data is present Oct 16 09:33:17.531 INFO running `"docker" "rm" "-f" "024fb84eb97077ec39b6312d718242beeb6a5bd3b36e54b6ccef8c4dea62a86e"` Oct 16 09:33:17.975 INFO blam! 024fb84eb97077ec39b6312d718242beeb6a5bd3b36e54b6ccef8c4dea62a86e Oct 16 09:33:17.982 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 09:33:18.339 INFO blam! 6b35e0994607625b1531a2098bcc65af9f082c72875e0a95fc3389c98cb5f4f6 Oct 16 09:33:18.347 INFO running `"docker" "start" "-a" "6b35e0994607625b1531a2098bcc65af9f082c72875e0a95fc3389c98cb5f4f6"` Oct 16 09:33:19.682 INFO kablam! usermod: no changes Oct 16 09:33:19.735 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:33:19.735 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:33:19.735 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:33:19.735 INFO kablam! files will be included as a binary target: Oct 16 09:33:19.735 INFO kablam! Oct 16 09:33:19.735 INFO kablam! * /source/src/main.rs Oct 16 09:33:19.735 INFO kablam! Oct 16 09:33:19.735 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:33:19.735 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:33:19.735 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:33:19.735 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:33:19.735 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:33:19.735 INFO kablam! Oct 16 09:33:19.735 INFO kablam! For more information on this warning you can consult Oct 16 09:33:19.735 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:33:19.735 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `analyticsreporting4`, Oct 16 09:33:19.735 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:33:19.905 INFO kablam! Compiling google-analyticsreporting4-cli v1.0.7+20171108 (/source) Oct 16 09:33:25.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.19s Oct 16 09:33:25.917 INFO kablam! su: No module specific data is present Oct 16 09:33:26.963 INFO running `"docker" "rm" "-f" "6b35e0994607625b1531a2098bcc65af9f082c72875e0a95fc3389c98cb5f4f6"` Oct 16 09:33:27.403 INFO blam! 6b35e0994607625b1531a2098bcc65af9f082c72875e0a95fc3389c98cb5f4f6 Oct 16 09:33:27.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 16 09:33:27.881 INFO blam! 4be6e4d2ac596c896c53ab2480855862220e69464f98398618f114c18885ce14 Oct 16 09:33:27.887 INFO running `"docker" "start" "-a" "4be6e4d2ac596c896c53ab2480855862220e69464f98398618f114c18885ce14"` Oct 16 09:33:29.298 INFO kablam! usermod: no changes Oct 16 09:33:29.355 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:33:29.355 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:33:29.355 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:33:29.355 INFO kablam! files will be included as a binary target: Oct 16 09:33:29.355 INFO kablam! Oct 16 09:33:29.355 INFO kablam! * /source/src/main.rs Oct 16 09:33:29.355 INFO kablam! Oct 16 09:33:29.355 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:33:29.355 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:33:29.355 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:33:29.355 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:33:29.355 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:33:29.355 INFO kablam! Oct 16 09:33:29.355 INFO kablam! For more information on this warning you can consult Oct 16 09:33:29.355 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:33:29.355 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `analyticsreporting4`, Oct 16 09:33:29.355 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:33:29.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 16 09:33:29.622 INFO kablam! Running /target/debug/deps/analyticsreporting4-c2800b762777d4c4 Oct 16 09:33:29.624 INFO blam! Oct 16 09:33:29.624 INFO blam! running 0 tests Oct 16 09:33:29.625 INFO blam! Oct 16 09:33:29.625 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:33:29.625 INFO blam! Oct 16 09:33:29.632 INFO kablam! su: No module specific data is present Oct 16 09:33:30.414 INFO running `"docker" "rm" "-f" "4be6e4d2ac596c896c53ab2480855862220e69464f98398618f114c18885ce14"` Oct 16 09:33:30.657 INFO blam! 4be6e4d2ac596c896c53ab2480855862220e69464f98398618f114c18885ce14