Oct 16 09:39:16.633 INFO testing google-admin1_directory-cli-1.0.7+20171127 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 09:39:16.635 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 09:39:17.001 INFO blam! 2a3f73406eac3bc21b38ad4fb10ae6b54101c01ca000c81e7a58f0437f927743 Oct 16 09:39:17.005 INFO running `"docker" "start" "-a" "2a3f73406eac3bc21b38ad4fb10ae6b54101c01ca000c81e7a58f0437f927743"` Oct 16 09:39:18.702 INFO kablam! usermod: no changes Oct 16 09:39:18.831 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:39:18.831 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:39:18.831 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:39:18.831 INFO kablam! files will be included as a binary target: Oct 16 09:39:18.831 INFO kablam! Oct 16 09:39:18.831 INFO kablam! * /source/src/main.rs Oct 16 09:39:18.831 INFO kablam! Oct 16 09:39:18.831 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:39:18.831 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:39:18.831 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:39:18.831 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:39:18.831 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:39:18.831 INFO kablam! Oct 16 09:39:18.831 INFO kablam! For more information on this warning you can consult Oct 16 09:39:18.831 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:39:18.831 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `admin1-directory`, Oct 16 09:39:18.831 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:39:19.005 INFO kablam! Compiling google-admin1_directory v1.0.8+20180917 Oct 16 09:39:38.139 INFO kablam! Compiling google-admin1_directory-cli v1.0.7+20171127 (/source) Oct 16 09:40:23.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 16 09:40:23.528 INFO kablam! su: No module specific data is present Oct 16 09:40:24.679 INFO running `"docker" "rm" "-f" "2a3f73406eac3bc21b38ad4fb10ae6b54101c01ca000c81e7a58f0437f927743"` Oct 16 09:40:24.931 INFO blam! 2a3f73406eac3bc21b38ad4fb10ae6b54101c01ca000c81e7a58f0437f927743 Oct 16 09:40:24.947 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 09:40:25.379 INFO blam! c2d140fa46e3e26fdd50cc3a784c25992b57f8cbe1d8975d59d5e3f8aa52b242 Oct 16 09:40:25.381 INFO running `"docker" "start" "-a" "c2d140fa46e3e26fdd50cc3a784c25992b57f8cbe1d8975d59d5e3f8aa52b242"` Oct 16 09:40:27.902 INFO kablam! usermod: no changes Oct 16 09:40:27.991 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:40:27.991 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:40:27.991 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:40:27.991 INFO kablam! files will be included as a binary target: Oct 16 09:40:27.991 INFO kablam! Oct 16 09:40:27.991 INFO kablam! * /source/src/main.rs Oct 16 09:40:27.991 INFO kablam! Oct 16 09:40:27.991 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:40:27.991 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:40:27.991 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:40:27.991 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:40:27.991 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:40:27.991 INFO kablam! Oct 16 09:40:27.991 INFO kablam! For more information on this warning you can consult Oct 16 09:40:27.991 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:40:27.991 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `admin1-directory`, Oct 16 09:40:27.991 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:40:28.169 INFO kablam! Compiling google-admin1_directory-cli v1.0.7+20171127 (/source) Oct 16 09:40:36.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.88s Oct 16 09:40:36.822 INFO kablam! su: No module specific data is present Oct 16 09:40:37.847 INFO running `"docker" "rm" "-f" "c2d140fa46e3e26fdd50cc3a784c25992b57f8cbe1d8975d59d5e3f8aa52b242"` Oct 16 09:40:38.119 INFO blam! c2d140fa46e3e26fdd50cc3a784c25992b57f8cbe1d8975d59d5e3f8aa52b242 Oct 16 09:40:38.122 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 09:40:38.575 INFO blam! 6016db5534e65ff50870a97494b51c6693ad5c59bcf18502d74f5a3a1b207bf6 Oct 16 09:40:38.591 INFO running `"docker" "start" "-a" "6016db5534e65ff50870a97494b51c6693ad5c59bcf18502d74f5a3a1b207bf6"` Oct 16 09:40:39.693 INFO kablam! usermod: no changes Oct 16 09:40:39.744 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:40:39.744 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:40:39.744 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:40:39.745 INFO kablam! files will be included as a binary target: Oct 16 09:40:39.745 INFO kablam! Oct 16 09:40:39.745 INFO kablam! * /source/src/main.rs Oct 16 09:40:39.745 INFO kablam! Oct 16 09:40:39.746 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:40:39.749 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:40:39.749 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:40:39.750 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:40:39.750 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:40:39.750 INFO kablam! Oct 16 09:40:39.750 INFO kablam! For more information on this warning you can consult Oct 16 09:40:39.750 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:40:39.750 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `admin1-directory`, Oct 16 09:40:39.750 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:40:39.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 16 09:40:39.891 INFO kablam! Running /target/debug/deps/admin1_directory-0f03695b8bf23041 Oct 16 09:40:39.892 INFO blam! Oct 16 09:40:39.892 INFO blam! running 0 tests Oct 16 09:40:39.893 INFO blam! Oct 16 09:40:39.893 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:40:39.893 INFO blam! Oct 16 09:40:39.899 INFO kablam! su: No module specific data is present Oct 16 09:40:40.683 INFO running `"docker" "rm" "-f" "6016db5534e65ff50870a97494b51c6693ad5c59bcf18502d74f5a3a1b207bf6"` Oct 16 09:40:41.071 INFO blam! 6016db5534e65ff50870a97494b51c6693ad5c59bcf18502d74f5a3a1b207bf6