Oct 16 07:49:46.805 INFO testing google-plus1-cli-1.0.7+20171030 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 07:49:46.805 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:49:47.193 INFO blam! 842b21a0fe2bab7cb1fb0df80fe91f277e1eaff81d828a22d833bb1865f4f45a Oct 16 07:49:47.211 INFO running `"docker" "start" "-a" "842b21a0fe2bab7cb1fb0df80fe91f277e1eaff81d828a22d833bb1865f4f45a"` Oct 16 07:49:48.681 INFO kablam! usermod: no changes Oct 16 07:49:48.747 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:49:48.747 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:49:48.747 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:49:48.747 INFO kablam! files will be included as a binary target: Oct 16 07:49:48.747 INFO kablam! Oct 16 07:49:48.747 INFO kablam! * /source/src/main.rs Oct 16 07:49:48.747 INFO kablam! Oct 16 07:49:48.747 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:49:48.747 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:49:48.747 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:49:48.747 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:49:48.747 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:49:48.747 INFO kablam! Oct 16 07:49:48.747 INFO kablam! For more information on this warning you can consult Oct 16 07:49:48.747 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:49:48.747 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `plus1`, Oct 16 07:49:48.747 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:49:49.002 INFO kablam! Compiling google-plus1 v1.0.8+20181007 Oct 16 07:49:58.895 INFO kablam! Compiling google-plus1-cli v1.0.7+20171030 (/source) Oct 16 07:50:18.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.80s Oct 16 07:50:18.522 INFO kablam! su: No module specific data is present Oct 16 07:50:19.258 INFO running `"docker" "rm" "-f" "842b21a0fe2bab7cb1fb0df80fe91f277e1eaff81d828a22d833bb1865f4f45a"` Oct 16 07:50:19.543 INFO blam! 842b21a0fe2bab7cb1fb0df80fe91f277e1eaff81d828a22d833bb1865f4f45a Oct 16 07:50:19.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:50:20.003 INFO blam! 726acc0a578a7879ce0d0f033dc7db72a0e6b5fd58e6f76b4d5db3351d4f8c5c Oct 16 07:50:20.005 INFO running `"docker" "start" "-a" "726acc0a578a7879ce0d0f033dc7db72a0e6b5fd58e6f76b4d5db3351d4f8c5c"` Oct 16 07:50:22.491 INFO kablam! usermod: no changes Oct 16 07:50:22.587 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:50:22.587 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:50:22.587 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:50:22.587 INFO kablam! files will be included as a binary target: Oct 16 07:50:22.587 INFO kablam! Oct 16 07:50:22.587 INFO kablam! * /source/src/main.rs Oct 16 07:50:22.587 INFO kablam! Oct 16 07:50:22.587 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:50:22.587 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:50:22.587 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:50:22.587 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:50:22.587 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:50:22.587 INFO kablam! Oct 16 07:50:22.587 INFO kablam! For more information on this warning you can consult Oct 16 07:50:22.587 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:50:22.587 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `plus1`, Oct 16 07:50:22.587 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:50:22.782 INFO kablam! Compiling google-plus1-cli v1.0.7+20171030 (/source) Oct 16 07:50:28.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.97s Oct 16 07:50:28.511 INFO kablam! su: No module specific data is present Oct 16 07:50:29.264 INFO running `"docker" "rm" "-f" "726acc0a578a7879ce0d0f033dc7db72a0e6b5fd58e6f76b4d5db3351d4f8c5c"` Oct 16 07:50:29.439 INFO blam! 726acc0a578a7879ce0d0f033dc7db72a0e6b5fd58e6f76b4d5db3351d4f8c5c Oct 16 07:50:29.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 07:50:29.931 INFO blam! a233897c520d894368d86f349d6e2207f174980c3b92300f77413952a8fb15b6 Oct 16 07:50:29.935 INFO running `"docker" "start" "-a" "a233897c520d894368d86f349d6e2207f174980c3b92300f77413952a8fb15b6"` Oct 16 07:50:31.113 INFO kablam! usermod: no changes Oct 16 07:50:31.159 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:50:31.159 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:50:31.159 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:50:31.159 INFO kablam! files will be included as a binary target: Oct 16 07:50:31.159 INFO kablam! Oct 16 07:50:31.159 INFO kablam! * /source/src/main.rs Oct 16 07:50:31.159 INFO kablam! Oct 16 07:50:31.159 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:50:31.159 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:50:31.159 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:50:31.159 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:50:31.159 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:50:31.159 INFO kablam! Oct 16 07:50:31.159 INFO kablam! For more information on this warning you can consult Oct 16 07:50:31.159 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:50:31.159 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `plus1`, Oct 16 07:50:31.159 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:50:31.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 16 07:50:31.283 INFO kablam! Running /target/debug/deps/plus1-8c78666975a835e4 Oct 16 07:50:31.287 INFO blam! Oct 16 07:50:31.287 INFO blam! running 0 tests Oct 16 07:50:31.288 INFO blam! Oct 16 07:50:31.288 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:50:31.288 INFO blam! Oct 16 07:50:31.291 INFO kablam! su: No module specific data is present Oct 16 07:50:31.937 INFO running `"docker" "rm" "-f" "a233897c520d894368d86f349d6e2207f174980c3b92300f77413952a8fb15b6"` Oct 16 07:50:32.204 INFO blam! a233897c520d894368d86f349d6e2207f174980c3b92300f77413952a8fb15b6