Oct 16 09:02:56.326 INFO testing google-container1-cli-1.0.7+20171111 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 09:02:56.328 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:02:56.807 INFO blam! 52ae20359c99b0fdaf335fc6a7faaa0edf9a5de2c1a737c2b742f2b91753e36d Oct 16 09:02:56.809 INFO running `"docker" "start" "-a" "52ae20359c99b0fdaf335fc6a7faaa0edf9a5de2c1a737c2b742f2b91753e36d"` Oct 16 09:02:58.847 INFO kablam! usermod: no changes Oct 16 09:02:58.896 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:02:58.896 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:02:58.896 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:02:58.896 INFO kablam! files will be included as a binary target: Oct 16 09:02:58.896 INFO kablam! Oct 16 09:02:58.896 INFO kablam! * /source/src/main.rs Oct 16 09:02:58.896 INFO kablam! Oct 16 09:02:58.896 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:02:58.896 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:02:58.896 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:02:58.897 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:02:58.897 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:02:58.897 INFO kablam! Oct 16 09:02:58.897 INFO kablam! For more information on this warning you can consult Oct 16 09:02:58.897 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:02:58.897 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `container1`, Oct 16 09:02:58.897 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:02:59.130 INFO kablam! Compiling google-container1 v1.0.8+20180917 Oct 16 09:03:12.617 INFO kablam! Compiling google-container1-cli v1.0.7+20171111 (/source) Oct 16 09:03:39.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.87s Oct 16 09:03:39.758 INFO kablam! su: No module specific data is present Oct 16 09:03:40.439 INFO running `"docker" "rm" "-f" "52ae20359c99b0fdaf335fc6a7faaa0edf9a5de2c1a737c2b742f2b91753e36d"` Oct 16 09:03:40.749 INFO blam! 52ae20359c99b0fdaf335fc6a7faaa0edf9a5de2c1a737c2b742f2b91753e36d Oct 16 09:03:40.755 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:03:41.104 INFO blam! 4ebcd6a3c461fe22353823f66995a1f3bad25564a5f3dbcb5550914f5a033c1e Oct 16 09:03:41.107 INFO running `"docker" "start" "-a" "4ebcd6a3c461fe22353823f66995a1f3bad25564a5f3dbcb5550914f5a033c1e"` Oct 16 09:03:42.511 INFO kablam! usermod: no changes Oct 16 09:03:42.587 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:03:42.587 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:03:42.587 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:03:42.587 INFO kablam! files will be included as a binary target: Oct 16 09:03:42.587 INFO kablam! Oct 16 09:03:42.587 INFO kablam! * /source/src/main.rs Oct 16 09:03:42.587 INFO kablam! Oct 16 09:03:42.587 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:03:42.587 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:03:42.587 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:03:42.587 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:03:42.587 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:03:42.587 INFO kablam! Oct 16 09:03:42.587 INFO kablam! For more information on this warning you can consult Oct 16 09:03:42.587 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:03:42.587 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `container1`, Oct 16 09:03:42.587 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:03:42.729 INFO kablam! Compiling google-container1-cli v1.0.7+20171111 (/source) Oct 16 09:03:49.353 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.78s Oct 16 09:03:49.355 INFO kablam! su: No module specific data is present Oct 16 09:03:50.501 INFO running `"docker" "rm" "-f" "4ebcd6a3c461fe22353823f66995a1f3bad25564a5f3dbcb5550914f5a033c1e"` Oct 16 09:03:50.725 INFO blam! 4ebcd6a3c461fe22353823f66995a1f3bad25564a5f3dbcb5550914f5a033c1e Oct 16 09:03:50.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" "-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:51.259 INFO blam! fe4f05cc85349566b7766407a00c3688e4009156df56b6a9d108c89fdd94e0c7 Oct 16 09:03:51.261 INFO running `"docker" "start" "-a" "fe4f05cc85349566b7766407a00c3688e4009156df56b6a9d108c89fdd94e0c7"` Oct 16 09:03:52.610 INFO kablam! usermod: no changes Oct 16 09:03:52.652 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:03:52.652 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:03:52.653 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:03:52.653 INFO kablam! files will be included as a binary target: Oct 16 09:03:52.662 INFO kablam! Oct 16 09:03:52.663 INFO kablam! * /source/src/main.rs Oct 16 09:03:52.663 INFO kablam! Oct 16 09:03:52.663 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:03:52.664 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:03:52.664 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:03:52.664 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:03:52.664 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:03:52.665 INFO kablam! Oct 16 09:03:52.665 INFO kablam! For more information on this warning you can consult Oct 16 09:03:52.665 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:03:52.666 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `container1`, Oct 16 09:03:52.666 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:03:52.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 16 09:03:52.815 INFO kablam! Running /target/debug/deps/container1-10d38b1c4da13cc5 Oct 16 09:03:52.827 INFO kablam! su: No module specific data is present Oct 16 09:03:52.827 INFO blam! Oct 16 09:03:52.828 INFO blam! running 0 tests Oct 16 09:03:52.828 INFO blam! Oct 16 09:03:52.828 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:03:52.828 INFO blam! Oct 16 09:03:53.708 INFO running `"docker" "rm" "-f" "fe4f05cc85349566b7766407a00c3688e4009156df56b6a9d108c89fdd94e0c7"` Oct 16 09:03:54.063 INFO blam! fe4f05cc85349566b7766407a00c3688e4009156df56b6a9d108c89fdd94e0c7