Oct 16 09:03:54.158 INFO testing google-consumersurveys2-cli-1.0.7+20170407 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 09:03:54.160 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:03:54.692 INFO blam! efc766b8e30c0d19075aea6d6d675b604d82902ee66155c50277f9be4e7ba34a Oct 16 09:03:54.694 INFO running `"docker" "start" "-a" "efc766b8e30c0d19075aea6d6d675b604d82902ee66155c50277f9be4e7ba34a"` Oct 16 09:03:56.321 INFO kablam! usermod: no changes Oct 16 09:03:56.351 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:03:56.351 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:03:56.351 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:03:56.351 INFO kablam! files will be included as a binary target: Oct 16 09:03:56.351 INFO kablam! Oct 16 09:03:56.351 INFO kablam! * /source/src/main.rs Oct 16 09:03:56.351 INFO kablam! Oct 16 09:03:56.351 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:03:56.351 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:03:56.351 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:03:56.351 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:03:56.351 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:03:56.351 INFO kablam! Oct 16 09:03:56.351 INFO kablam! For more information on this warning you can consult Oct 16 09:03:56.351 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:03:56.351 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `consumersurveys2`, Oct 16 09:03:56.351 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:03:56.527 INFO kablam! Compiling google-consumersurveys2 v1.0.8+20170407 Oct 16 09:04:03.570 INFO kablam! Compiling google-consumersurveys2-cli v1.0.7+20170407 (/source) Oct 16 09:04:20.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.41s Oct 16 09:04:20.770 INFO kablam! su: No module specific data is present Oct 16 09:04:22.334 INFO running `"docker" "rm" "-f" "efc766b8e30c0d19075aea6d6d675b604d82902ee66155c50277f9be4e7ba34a"` Oct 16 09:04:22.731 INFO blam! efc766b8e30c0d19075aea6d6d675b604d82902ee66155c50277f9be4e7ba34a Oct 16 09:04:22.734 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:04:23.143 INFO blam! 51917d5b7c1165d6e322ba4a0be9ec270a14861f0a56e461c2cf66fdaff98640 Oct 16 09:04:23.146 INFO running `"docker" "start" "-a" "51917d5b7c1165d6e322ba4a0be9ec270a14861f0a56e461c2cf66fdaff98640"` Oct 16 09:04:24.290 INFO kablam! usermod: no changes Oct 16 09:04:24.370 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:04:24.370 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:04:24.370 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:04:24.371 INFO kablam! files will be included as a binary target: Oct 16 09:04:24.371 INFO kablam! Oct 16 09:04:24.371 INFO kablam! * /source/src/main.rs Oct 16 09:04:24.372 INFO kablam! Oct 16 09:04:24.372 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:04:24.372 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:04:24.373 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:04:24.373 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:04:24.373 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:04:24.373 INFO kablam! Oct 16 09:04:24.374 INFO kablam! For more information on this warning you can consult Oct 16 09:04:24.374 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:04:24.374 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `consumersurveys2`, Oct 16 09:04:24.374 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:04:24.509 INFO kablam! Compiling google-consumersurveys2-cli v1.0.7+20170407 (/source) Oct 16 09:04:30.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.03s Oct 16 09:04:30.351 INFO kablam! su: No module specific data is present Oct 16 09:04:31.262 INFO running `"docker" "rm" "-f" "51917d5b7c1165d6e322ba4a0be9ec270a14861f0a56e461c2cf66fdaff98640"` Oct 16 09:04:31.575 INFO blam! 51917d5b7c1165d6e322ba4a0be9ec270a14861f0a56e461c2cf66fdaff98640 Oct 16 09:04:31.582 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:04:31.991 INFO blam! 6385fb5b17900c5e9b27439e94f3df3efcb668bf31c04347982665b11a85c86b Oct 16 09:04:31.993 INFO running `"docker" "start" "-a" "6385fb5b17900c5e9b27439e94f3df3efcb668bf31c04347982665b11a85c86b"` Oct 16 09:04:33.227 INFO kablam! usermod: no changes Oct 16 09:04:33.263 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:04:33.264 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:04:33.264 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:04:33.264 INFO kablam! files will be included as a binary target: Oct 16 09:04:33.264 INFO kablam! Oct 16 09:04:33.265 INFO kablam! * /source/src/main.rs Oct 16 09:04:33.265 INFO kablam! Oct 16 09:04:33.265 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:04:33.266 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:04:33.266 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:04:33.266 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:04:33.266 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:04:33.267 INFO kablam! Oct 16 09:04:33.267 INFO kablam! For more information on this warning you can consult Oct 16 09:04:33.267 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:04:33.268 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `consumersurveys2`, Oct 16 09:04:33.268 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:04:33.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 16 09:04:33.479 INFO kablam! Running /target/debug/deps/consumersurveys2-cc89d2d7347a2967 Oct 16 09:04:33.479 INFO blam! Oct 16 09:04:33.479 INFO kablam! su: No module specific data is present Oct 16 09:04:33.479 INFO blam! running 0 tests Oct 16 09:04:33.479 INFO blam! Oct 16 09:04:33.479 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:04:33.479 INFO blam! Oct 16 09:04:34.123 INFO running `"docker" "rm" "-f" "6385fb5b17900c5e9b27439e94f3df3efcb668bf31c04347982665b11a85c86b"` Oct 16 09:04:34.401 INFO blam! 6385fb5b17900c5e9b27439e94f3df3efcb668bf31c04347982665b11a85c86b