Oct 16 07:45:26.628 INFO testing google-resourceviews1_beta2-cli-1.0.7+20160512 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 07:45:26.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:45:26.863 INFO blam! 0de5fb968d29a0dc2cbefd19b5841eddc0873414193f37e8f4de4ba7ac514a78 Oct 16 07:45:26.865 INFO running `"docker" "start" "-a" "0de5fb968d29a0dc2cbefd19b5841eddc0873414193f37e8f4de4ba7ac514a78"` Oct 16 07:45:27.344 INFO kablam! usermod: no changes Oct 16 07:45:27.369 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:45:27.369 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:45:27.369 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:45:27.369 INFO kablam! files will be included as a binary target: Oct 16 07:45:27.369 INFO kablam! Oct 16 07:45:27.369 INFO kablam! * /source/src/main.rs Oct 16 07:45:27.369 INFO kablam! Oct 16 07:45:27.369 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:45:27.369 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:45:27.369 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:45:27.369 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:45:27.369 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:45:27.369 INFO kablam! Oct 16 07:45:27.369 INFO kablam! For more information on this warning you can consult Oct 16 07:45:27.369 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:45:27.369 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `resourceviews1-beta2`, Oct 16 07:45:27.369 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:45:27.475 INFO kablam! Compiling google-resourceviews1_beta2 v1.0.8+20160512 Oct 16 07:45:32.699 INFO kablam! Compiling google-resourceviews1_beta2-cli v1.0.7+20160512 (/source) Oct 16 07:45:46.734 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.37s Oct 16 07:45:46.746 INFO kablam! su: No module specific data is present Oct 16 07:45:47.125 INFO running `"docker" "rm" "-f" "0de5fb968d29a0dc2cbefd19b5841eddc0873414193f37e8f4de4ba7ac514a78"` Oct 16 07:45:47.251 INFO blam! 0de5fb968d29a0dc2cbefd19b5841eddc0873414193f37e8f4de4ba7ac514a78 Oct 16 07:45:47.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:45:47.527 INFO blam! 4952aacf69a9883d675c0d3ce05a59acd92526e00f38538ad269ba9392bea98c Oct 16 07:45:47.531 INFO running `"docker" "start" "-a" "4952aacf69a9883d675c0d3ce05a59acd92526e00f38538ad269ba9392bea98c"` Oct 16 07:45:48.127 INFO kablam! usermod: no changes Oct 16 07:45:48.163 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:45:48.163 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:45:48.163 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:45:48.163 INFO kablam! files will be included as a binary target: Oct 16 07:45:48.163 INFO kablam! Oct 16 07:45:48.163 INFO kablam! * /source/src/main.rs Oct 16 07:45:48.163 INFO kablam! Oct 16 07:45:48.163 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:45:48.163 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:45:48.163 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:45:48.163 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:45:48.163 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:45:48.163 INFO kablam! Oct 16 07:45:48.163 INFO kablam! For more information on this warning you can consult Oct 16 07:45:48.163 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:45:48.163 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `resourceviews1-beta2`, Oct 16 07:45:48.163 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:45:48.281 INFO kablam! Compiling google-resourceviews1_beta2-cli v1.0.7+20160512 (/source) Oct 16 07:45:54.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.08s Oct 16 07:45:54.253 INFO kablam! su: No module specific data is present Oct 16 07:45:54.811 INFO running `"docker" "rm" "-f" "4952aacf69a9883d675c0d3ce05a59acd92526e00f38538ad269ba9392bea98c"` Oct 16 07:45:55.199 INFO blam! 4952aacf69a9883d675c0d3ce05a59acd92526e00f38538ad269ba9392bea98c Oct 16 07:45:55.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:45:55.631 INFO blam! f40e8e7936c86c9526f8794de2fb5f5c833749eff41faf572f8e522c229678e1 Oct 16 07:45:55.635 INFO running `"docker" "start" "-a" "f40e8e7936c86c9526f8794de2fb5f5c833749eff41faf572f8e522c229678e1"` Oct 16 07:45:56.895 INFO kablam! usermod: no changes Oct 16 07:45:56.967 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:45:56.967 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:45:56.967 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:45:56.967 INFO kablam! files will be included as a binary target: Oct 16 07:45:56.967 INFO kablam! Oct 16 07:45:56.967 INFO kablam! * /source/src/main.rs Oct 16 07:45:56.967 INFO kablam! Oct 16 07:45:56.967 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:45:56.967 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:45:56.967 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:45:56.967 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:45:56.967 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:45:56.967 INFO kablam! Oct 16 07:45:56.967 INFO kablam! For more information on this warning you can consult Oct 16 07:45:56.967 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:45:56.967 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `resourceviews1-beta2`, Oct 16 07:45:56.967 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:45:57.122 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 16 07:45:57.134 INFO kablam! Running /target/debug/deps/resourceviews1_beta2-4da7b5a8b36777cb Oct 16 07:45:57.139 INFO blam! Oct 16 07:45:57.139 INFO blam! running 0 tests Oct 16 07:45:57.139 INFO blam! Oct 16 07:45:57.139 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:45:57.139 INFO blam! Oct 16 07:45:57.142 INFO kablam! su: No module specific data is present Oct 16 07:45:57.995 INFO running `"docker" "rm" "-f" "f40e8e7936c86c9526f8794de2fb5f5c833749eff41faf572f8e522c229678e1"` Oct 16 07:45:58.231 INFO blam! f40e8e7936c86c9526f8794de2fb5f5c833749eff41faf572f8e522c229678e1