Oct 16 07:44:36.962 INFO testing google-safebrowsing4-cli-1.0.7+20171204 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 07:44:36.964 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 07:44:37.478 INFO blam! 123ca0f1cc969fa5c7c7c6bc22d64f3a3115573e975f39234e58160936ed8639 Oct 16 07:44:37.480 INFO running `"docker" "start" "-a" "123ca0f1cc969fa5c7c7c6bc22d64f3a3115573e975f39234e58160936ed8639"` Oct 16 07:44:39.165 INFO kablam! usermod: no changes Oct 16 07:44:39.217 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:44:39.217 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:44:39.217 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:44:39.217 INFO kablam! files will be included as a binary target: Oct 16 07:44:39.217 INFO kablam! Oct 16 07:44:39.217 INFO kablam! * /source/src/main.rs Oct 16 07:44:39.217 INFO kablam! Oct 16 07:44:39.217 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:44:39.217 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:44:39.217 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:44:39.217 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:44:39.217 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:44:39.217 INFO kablam! Oct 16 07:44:39.217 INFO kablam! For more information on this warning you can consult Oct 16 07:44:39.217 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:44:39.217 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `safebrowsing4`, Oct 16 07:44:39.218 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:44:39.387 INFO kablam! Compiling google-safebrowsing4 v1.0.8+20181010 Oct 16 07:44:46.462 INFO kablam! Compiling google-safebrowsing4-cli v1.0.7+20171204 (/source) Oct 16 07:45:02.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.81s Oct 16 07:45:02.023 INFO kablam! su: No module specific data is present Oct 16 07:45:03.206 INFO running `"docker" "rm" "-f" "123ca0f1cc969fa5c7c7c6bc22d64f3a3115573e975f39234e58160936ed8639"` Oct 16 07:45:03.423 INFO blam! 123ca0f1cc969fa5c7c7c6bc22d64f3a3115573e975f39234e58160936ed8639 Oct 16 07:45:03.428 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 07:45:03.674 INFO blam! 7cc63fdf31a18cf5e097e37f3f95f71caf282fc251898b66f87f427f611dc5f3 Oct 16 07:45:03.681 INFO running `"docker" "start" "-a" "7cc63fdf31a18cf5e097e37f3f95f71caf282fc251898b66f87f427f611dc5f3"` Oct 16 07:45:04.079 INFO kablam! usermod: no changes Oct 16 07:45:04.110 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:45:04.111 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:45:04.111 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:45:04.111 INFO kablam! files will be included as a binary target: Oct 16 07:45:04.111 INFO kablam! Oct 16 07:45:04.111 INFO kablam! * /source/src/main.rs Oct 16 07:45:04.111 INFO kablam! Oct 16 07:45:04.111 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:45:04.111 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:45:04.111 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:45:04.111 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:45:04.111 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:45:04.111 INFO kablam! Oct 16 07:45:04.111 INFO kablam! For more information on this warning you can consult Oct 16 07:45:04.111 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:45:04.111 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `safebrowsing4`, Oct 16 07:45:04.111 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:45:04.217 INFO kablam! Compiling google-safebrowsing4-cli v1.0.7+20171204 (/source) Oct 16 07:45:10.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.96s Oct 16 07:45:10.073 INFO kablam! su: No module specific data is present Oct 16 07:45:10.429 INFO running `"docker" "rm" "-f" "7cc63fdf31a18cf5e097e37f3f95f71caf282fc251898b66f87f427f611dc5f3"` Oct 16 07:45:10.501 INFO blam! 7cc63fdf31a18cf5e097e37f3f95f71caf282fc251898b66f87f427f611dc5f3 Oct 16 07:45:10.507 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 07:45:10.730 INFO blam! 33ba111ba1e5025a394c840e69c66f3b3a79c715bdbe934e01b47d8f5211ca42 Oct 16 07:45:10.731 INFO running `"docker" "start" "-a" "33ba111ba1e5025a394c840e69c66f3b3a79c715bdbe934e01b47d8f5211ca42"` Oct 16 07:45:11.381 INFO kablam! usermod: no changes Oct 16 07:45:11.404 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 07:45:11.404 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 07:45:11.404 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 07:45:11.404 INFO kablam! files will be included as a binary target: Oct 16 07:45:11.404 INFO kablam! Oct 16 07:45:11.404 INFO kablam! * /source/src/main.rs Oct 16 07:45:11.404 INFO kablam! Oct 16 07:45:11.404 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 07:45:11.404 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 07:45:11.404 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 07:45:11.404 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 07:45:11.404 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 07:45:11.404 INFO kablam! Oct 16 07:45:11.404 INFO kablam! For more information on this warning you can consult Oct 16 07:45:11.404 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 07:45:11.404 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `safebrowsing4`, Oct 16 07:45:11.404 INFO kablam! please set bin.path in Cargo.toml Oct 16 07:45:11.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 16 07:45:11.526 INFO kablam! Running /target/debug/deps/safebrowsing4-ef80b09287424a81 Oct 16 07:45:11.529 INFO blam! Oct 16 07:45:11.529 INFO blam! running 0 tests Oct 16 07:45:11.530 INFO blam! Oct 16 07:45:11.530 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:45:11.530 INFO blam! Oct 16 07:45:11.531 INFO kablam! su: No module specific data is present Oct 16 07:45:11.872 INFO running `"docker" "rm" "-f" "33ba111ba1e5025a394c840e69c66f3b3a79c715bdbe934e01b47d8f5211ca42"` Oct 16 07:45:11.994 INFO blam! 33ba111ba1e5025a394c840e69c66f3b3a79c715bdbe934e01b47d8f5211ca42