Oct 16 09:26:12.249 INFO testing google-appengine1-cli-1.0.7+20171208 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 09:26:12.251 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 09:26:12.703 INFO blam! 4ab0f0e0a7ef6b32a9aa0b1709c004c977a206b568c83eb878507d48cbd3d8d2 Oct 16 09:26:12.707 INFO running `"docker" "start" "-a" "4ab0f0e0a7ef6b32a9aa0b1709c004c977a206b568c83eb878507d48cbd3d8d2"` Oct 16 09:26:14.034 INFO kablam! usermod: no changes Oct 16 09:26:14.083 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:26:14.083 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:26:14.083 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:26:14.083 INFO kablam! files will be included as a binary target: Oct 16 09:26:14.083 INFO kablam! Oct 16 09:26:14.083 INFO kablam! * /source/src/main.rs Oct 16 09:26:14.083 INFO kablam! Oct 16 09:26:14.083 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:26:14.083 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:26:14.083 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:26:14.083 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:26:14.083 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:26:14.083 INFO kablam! Oct 16 09:26:14.083 INFO kablam! For more information on this warning you can consult Oct 16 09:26:14.083 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:26:14.083 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `appengine1`, Oct 16 09:26:14.083 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:26:14.261 INFO kablam! Compiling google-appengine1 v1.0.8+20181005 Oct 16 09:26:26.503 INFO kablam! Compiling google-appengine1-cli v1.0.7+20171208 (/source) Oct 16 09:26:57.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.51s Oct 16 09:26:57.601 INFO kablam! su: No module specific data is present Oct 16 09:26:58.782 INFO running `"docker" "rm" "-f" "4ab0f0e0a7ef6b32a9aa0b1709c004c977a206b568c83eb878507d48cbd3d8d2"` Oct 16 09:26:59.039 INFO blam! 4ab0f0e0a7ef6b32a9aa0b1709c004c977a206b568c83eb878507d48cbd3d8d2 Oct 16 09:26:59.040 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 09:26:59.384 INFO blam! c1a304f8a5589fb5ce79bf7a37ffe1c3c416610dfdf035befaecb606b175dabb Oct 16 09:26:59.391 INFO running `"docker" "start" "-a" "c1a304f8a5589fb5ce79bf7a37ffe1c3c416610dfdf035befaecb606b175dabb"` Oct 16 09:27:00.385 INFO kablam! usermod: no changes Oct 16 09:27:00.431 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:27:00.431 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:27:00.431 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:27:00.431 INFO kablam! files will be included as a binary target: Oct 16 09:27:00.431 INFO kablam! Oct 16 09:27:00.431 INFO kablam! * /source/src/main.rs Oct 16 09:27:00.431 INFO kablam! Oct 16 09:27:00.431 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:27:00.431 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:27:00.431 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:27:00.431 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:27:00.431 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:27:00.431 INFO kablam! Oct 16 09:27:00.431 INFO kablam! For more information on this warning you can consult Oct 16 09:27:00.431 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:27:00.431 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `appengine1`, Oct 16 09:27:00.431 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:27:00.559 INFO kablam! Compiling google-appengine1-cli v1.0.7+20171208 (/source) Oct 16 09:27:07.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.35s Oct 16 09:27:07.776 INFO kablam! su: No module specific data is present Oct 16 09:27:08.855 INFO running `"docker" "rm" "-f" "c1a304f8a5589fb5ce79bf7a37ffe1c3c416610dfdf035befaecb606b175dabb"` Oct 16 09:27:09.132 INFO blam! c1a304f8a5589fb5ce79bf7a37ffe1c3c416610dfdf035befaecb606b175dabb Oct 16 09:27:09.139 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 09:27:09.439 INFO blam! 6e460ac18f34e5d8a56f5403a9a689880c8401d0b61d38aaa9481cf8fdd88a21 Oct 16 09:27:09.442 INFO running `"docker" "start" "-a" "6e460ac18f34e5d8a56f5403a9a689880c8401d0b61d38aaa9481cf8fdd88a21"` Oct 16 09:27:11.083 INFO kablam! usermod: no changes Oct 16 09:27:11.147 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 09:27:11.147 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 09:27:11.147 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 09:27:11.147 INFO kablam! files will be included as a binary target: Oct 16 09:27:11.147 INFO kablam! Oct 16 09:27:11.147 INFO kablam! * /source/src/main.rs Oct 16 09:27:11.147 INFO kablam! Oct 16 09:27:11.147 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 09:27:11.147 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 09:27:11.147 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 09:27:11.147 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 09:27:11.147 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 09:27:11.147 INFO kablam! Oct 16 09:27:11.147 INFO kablam! For more information on this warning you can consult Oct 16 09:27:11.147 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 09:27:11.147 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `appengine1`, Oct 16 09:27:11.147 INFO kablam! please set bin.path in Cargo.toml Oct 16 09:27:11.296 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 16 09:27:11.316 INFO kablam! Running /target/debug/deps/appengine1-20b028421fcc7d5c Oct 16 09:27:11.319 INFO blam! Oct 16 09:27:11.319 INFO blam! running 0 tests Oct 16 09:27:11.319 INFO blam! Oct 16 09:27:11.319 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 09:27:11.319 INFO blam! Oct 16 09:27:11.331 INFO kablam! su: No module specific data is present Oct 16 09:27:12.335 INFO running `"docker" "rm" "-f" "6e460ac18f34e5d8a56f5403a9a689880c8401d0b61d38aaa9481cf8fdd88a21"` Oct 16 09:27:12.671 INFO blam! 6e460ac18f34e5d8a56f5403a9a689880c8401d0b61d38aaa9481cf8fdd88a21