Oct 16 08:06:48.689 INFO testing google-gamesconfiguration1_configuration-cli-1.0.7+20171207 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 08:06:48.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:06:49.048 INFO blam! 114ce5e9d654fdabc4181197e90224dfcdd2613dc4ffddb1dabd3af2f13da96b Oct 16 08:06:49.059 INFO running `"docker" "start" "-a" "114ce5e9d654fdabc4181197e90224dfcdd2613dc4ffddb1dabd3af2f13da96b"` Oct 16 08:06:50.863 INFO kablam! usermod: no changes Oct 16 08:06:50.927 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 08:06:50.927 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 08:06:50.927 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 08:06:50.927 INFO kablam! files will be included as a binary target: Oct 16 08:06:50.927 INFO kablam! Oct 16 08:06:50.927 INFO kablam! * /source/src/main.rs Oct 16 08:06:50.927 INFO kablam! Oct 16 08:06:50.927 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 08:06:50.927 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 08:06:50.927 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 08:06:50.927 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 08:06:50.927 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 08:06:50.927 INFO kablam! Oct 16 08:06:50.927 INFO kablam! For more information on this warning you can consult Oct 16 08:06:50.927 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 08:06:50.927 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `gamesconfiguration1-configuration`, Oct 16 08:06:50.927 INFO kablam! please set bin.path in Cargo.toml Oct 16 08:06:51.220 INFO kablam! Compiling google-gamesconfiguration1_configuration v1.0.8+20181004 Oct 16 08:06:57.594 INFO kablam! Compiling google-gamesconfiguration1_configuration-cli v1.0.7+20171207 (/source) Oct 16 08:07:15.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.81s Oct 16 08:07:15.719 INFO kablam! su: No module specific data is present Oct 16 08:07:16.767 INFO running `"docker" "rm" "-f" "114ce5e9d654fdabc4181197e90224dfcdd2613dc4ffddb1dabd3af2f13da96b"` Oct 16 08:07:17.063 INFO blam! 114ce5e9d654fdabc4181197e90224dfcdd2613dc4ffddb1dabd3af2f13da96b Oct 16 08:07:17.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:07:17.620 INFO blam! ca6f45c48553f62f9f334265f3d9cec39816e819ec3057f7d6f8b988ddb3a8ae Oct 16 08:07:17.622 INFO running `"docker" "start" "-a" "ca6f45c48553f62f9f334265f3d9cec39816e819ec3057f7d6f8b988ddb3a8ae"` Oct 16 08:07:19.359 INFO kablam! usermod: no changes Oct 16 08:07:19.443 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 08:07:19.443 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 08:07:19.443 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 08:07:19.443 INFO kablam! files will be included as a binary target: Oct 16 08:07:19.443 INFO kablam! Oct 16 08:07:19.443 INFO kablam! * /source/src/main.rs Oct 16 08:07:19.443 INFO kablam! Oct 16 08:07:19.443 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 08:07:19.443 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 08:07:19.443 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 08:07:19.443 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 08:07:19.443 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 08:07:19.443 INFO kablam! Oct 16 08:07:19.443 INFO kablam! For more information on this warning you can consult Oct 16 08:07:19.443 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 08:07:19.443 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `gamesconfiguration1-configuration`, Oct 16 08:07:19.443 INFO kablam! please set bin.path in Cargo.toml Oct 16 08:07:19.641 INFO kablam! Compiling google-gamesconfiguration1_configuration-cli v1.0.7+20171207 (/source) Oct 16 08:07:25.257 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.87s Oct 16 08:07:25.271 INFO kablam! su: No module specific data is present Oct 16 08:07:26.465 INFO running `"docker" "rm" "-f" "ca6f45c48553f62f9f334265f3d9cec39816e819ec3057f7d6f8b988ddb3a8ae"` Oct 16 08:07:26.768 INFO blam! ca6f45c48553f62f9f334265f3d9cec39816e819ec3057f7d6f8b988ddb3a8ae Oct 16 08:07:26.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:07:27.136 INFO blam! 9f37d17f2f74d8b133be3b8b3fd150423c4735af12654f67227670df609bf372 Oct 16 08:07:27.138 INFO running `"docker" "start" "-a" "9f37d17f2f74d8b133be3b8b3fd150423c4735af12654f67227670df609bf372"` Oct 16 08:07:28.739 INFO kablam! usermod: no changes Oct 16 08:07:28.784 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 08:07:28.784 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 08:07:28.784 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 08:07:28.784 INFO kablam! files will be included as a binary target: Oct 16 08:07:28.784 INFO kablam! Oct 16 08:07:28.784 INFO kablam! * /source/src/main.rs Oct 16 08:07:28.784 INFO kablam! Oct 16 08:07:28.784 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 08:07:28.785 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 08:07:28.785 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 08:07:28.785 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 08:07:28.785 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 08:07:28.785 INFO kablam! Oct 16 08:07:28.785 INFO kablam! For more information on this warning you can consult Oct 16 08:07:28.785 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 08:07:28.785 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `gamesconfiguration1-configuration`, Oct 16 08:07:28.785 INFO kablam! please set bin.path in Cargo.toml Oct 16 08:07:28.922 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 16 08:07:28.929 INFO kablam! Running /target/debug/deps/gamesconfiguration1_configuration-2a1e7e323ca442ab Oct 16 08:07:28.938 INFO blam! Oct 16 08:07:28.938 INFO blam! running 0 tests Oct 16 08:07:28.938 INFO blam! Oct 16 08:07:28.938 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 08:07:28.938 INFO blam! Oct 16 08:07:28.952 INFO kablam! su: No module specific data is present Oct 16 08:07:30.072 INFO running `"docker" "rm" "-f" "9f37d17f2f74d8b133be3b8b3fd150423c4735af12654f67227670df609bf372"` Oct 16 08:07:30.351 INFO blam! 9f37d17f2f74d8b133be3b8b3fd150423c4735af12654f67227670df609bf372