Oct 16 07:52:53.738 INFO testing google-pagespeedonline2-cli-1.0.7+20161204 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 07:52:53.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:52:53.915 INFO blam! 78ac492b62f29e5ffc5eb9ca72c716a78b04336e870d9243d216a5baf0e155fc Oct 16 07:52:53.918 INFO running `"docker" "start" "-a" "78ac492b62f29e5ffc5eb9ca72c716a78b04336e870d9243d216a5baf0e155fc"` Oct 16 07:52:54.476 INFO kablam! usermod: no changes Oct 16 07:52:54.502 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:52:54.503 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:52:54.503 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:52:54.503 INFO kablam! files will be included as a binary target: Oct 16 07:52:54.503 INFO kablam! Oct 16 07:52:54.503 INFO kablam! * /source/src/main.rs Oct 16 07:52:54.503 INFO kablam! Oct 16 07:52:54.503 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:52:54.503 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:52:54.503 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:52:54.503 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:52:54.503 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:52:54.503 INFO kablam! Oct 16 07:52:54.503 INFO kablam! For more information on this warning you can consult Oct 16 07:52:54.503 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:52:54.503 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pagespeedonline2`, Oct 16 07:52:54.503 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:52:54.639 INFO kablam! Compiling google-pagespeedonline2 v1.0.8+20180822 Oct 16 07:52:59.943 INFO kablam! Compiling google-pagespeedonline2-cli v1.0.7+20161204 (/source) Oct 16 07:53:09.861 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.37s Oct 16 07:53:09.872 INFO kablam! su: No module specific data is present Oct 16 07:53:10.187 INFO running `"docker" "rm" "-f" "78ac492b62f29e5ffc5eb9ca72c716a78b04336e870d9243d216a5baf0e155fc"` Oct 16 07:53:10.463 INFO blam! 78ac492b62f29e5ffc5eb9ca72c716a78b04336e870d9243d216a5baf0e155fc Oct 16 07:53:10.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:53:10.715 INFO blam! fd8beb16adfb44b98795ee60fcedcd1a3e7e00fb6b90d08936e74293f9431f08 Oct 16 07:53:10.721 INFO running `"docker" "start" "-a" "fd8beb16adfb44b98795ee60fcedcd1a3e7e00fb6b90d08936e74293f9431f08"` Oct 16 07:53:11.351 INFO kablam! usermod: no changes Oct 16 07:53:11.391 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:53:11.391 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:53:11.392 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:53:11.392 INFO kablam! files will be included as a binary target: Oct 16 07:53:11.392 INFO kablam! Oct 16 07:53:11.392 INFO kablam! * /source/src/main.rs Oct 16 07:53:11.392 INFO kablam! Oct 16 07:53:11.392 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:53:11.393 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:53:11.393 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:53:11.393 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:53:11.393 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:53:11.393 INFO kablam! Oct 16 07:53:11.393 INFO kablam! For more information on this warning you can consult Oct 16 07:53:11.394 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:53:11.394 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pagespeedonline2`, Oct 16 07:53:11.394 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:53:11.527 INFO kablam! Compiling google-pagespeedonline2-cli v1.0.7+20161204 (/source) Oct 16 07:53:16.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.04s Oct 16 07:53:16.427 INFO kablam! su: No module specific data is present Oct 16 07:53:17.121 INFO running `"docker" "rm" "-f" "fd8beb16adfb44b98795ee60fcedcd1a3e7e00fb6b90d08936e74293f9431f08"` Oct 16 07:53:17.414 INFO blam! fd8beb16adfb44b98795ee60fcedcd1a3e7e00fb6b90d08936e74293f9431f08 Oct 16 07:53:17.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:53:17.918 INFO blam! 8eedf1558a4a20c2790494ace430647a1b050fecfb14c0721e67f82104808d8d Oct 16 07:53:17.931 INFO running `"docker" "start" "-a" "8eedf1558a4a20c2790494ace430647a1b050fecfb14c0721e67f82104808d8d"` Oct 16 07:53:19.141 INFO kablam! usermod: no changes Oct 16 07:53:19.195 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:53:19.195 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:53:19.195 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:53:19.195 INFO kablam! files will be included as a binary target: Oct 16 07:53:19.195 INFO kablam! Oct 16 07:53:19.195 INFO kablam! * /source/src/main.rs Oct 16 07:53:19.195 INFO kablam! Oct 16 07:53:19.195 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:53:19.195 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:53:19.195 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:53:19.195 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:53:19.195 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:53:19.195 INFO kablam! Oct 16 07:53:19.195 INFO kablam! For more information on this warning you can consult Oct 16 07:53:19.195 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:53:19.195 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pagespeedonline2`, Oct 16 07:53:19.195 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:53:19.321 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 16 07:53:19.367 INFO kablam! Running /target/debug/deps/pagespeedonline2-4430593f454ddd08 Oct 16 07:53:19.367 INFO blam! Oct 16 07:53:19.367 INFO kablam! su: No module specific data is present Oct 16 07:53:19.367 INFO blam! running 0 tests Oct 16 07:53:19.367 INFO blam! Oct 16 07:53:19.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:53:19.367 INFO blam! Oct 16 07:53:19.813 INFO running `"docker" "rm" "-f" "8eedf1558a4a20c2790494ace430647a1b050fecfb14c0721e67f82104808d8d"` Oct 16 07:53:19.983 INFO blam! 8eedf1558a4a20c2790494ace430647a1b050fecfb14c0721e67f82104808d8d