Oct 16 08:01:12.942 INFO testing google-identitytoolkit3-cli-1.0.7+20171122 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 08:01:12.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 08:01:13.483 INFO blam! f43c912b23769051cdf1fa2e9cc3f19662a617124bb62cf72a95dca42abc9b17 Oct 16 08:01:13.503 INFO running `"docker" "start" "-a" "f43c912b23769051cdf1fa2e9cc3f19662a617124bb62cf72a95dca42abc9b17"` Oct 16 08:01:14.899 INFO kablam! usermod: no changes Oct 16 08:01:14.935 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 08:01:14.935 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 08:01:14.935 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 08:01:14.935 INFO kablam! files will be included as a binary target: Oct 16 08:01:14.935 INFO kablam! Oct 16 08:01:14.935 INFO kablam! * /source/src/main.rs Oct 16 08:01:14.935 INFO kablam! Oct 16 08:01:14.935 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 08:01:14.935 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 08:01:14.935 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 08:01:14.935 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 08:01:14.935 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 08:01:14.935 INFO kablam! Oct 16 08:01:14.935 INFO kablam! For more information on this warning you can consult Oct 16 08:01:14.935 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 08:01:14.935 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `identitytoolkit3`, Oct 16 08:01:14.935 INFO kablam! please set bin.path in Cargo.toml Oct 16 08:01:15.131 INFO kablam! Compiling google-identitytoolkit3 v1.0.8+20180723 Oct 16 08:01:26.307 INFO kablam! Compiling google-identitytoolkit3-cli v1.0.7+20171122 (/source) Oct 16 08:01:46.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.20s Oct 16 08:01:46.134 INFO kablam! su: No module specific data is present Oct 16 08:01:47.455 INFO running `"docker" "rm" "-f" "f43c912b23769051cdf1fa2e9cc3f19662a617124bb62cf72a95dca42abc9b17"` Oct 16 08:01:47.879 INFO blam! f43c912b23769051cdf1fa2e9cc3f19662a617124bb62cf72a95dca42abc9b17 Oct 16 08:01:47.881 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 08:01:48.267 INFO blam! 711725e83a9954c9e649886b3e83b3d457cd3388d8c089d3a6fcdbd0f27d3ed7 Oct 16 08:01:48.269 INFO running `"docker" "start" "-a" "711725e83a9954c9e649886b3e83b3d457cd3388d8c089d3a6fcdbd0f27d3ed7"` Oct 16 08:01:49.983 INFO kablam! usermod: no changes Oct 16 08:01:50.023 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 08:01:50.023 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 08:01:50.023 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 08:01:50.023 INFO kablam! files will be included as a binary target: Oct 16 08:01:50.023 INFO kablam! Oct 16 08:01:50.023 INFO kablam! * /source/src/main.rs Oct 16 08:01:50.023 INFO kablam! Oct 16 08:01:50.023 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 08:01:50.023 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 08:01:50.023 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 08:01:50.023 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 08:01:50.023 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 08:01:50.023 INFO kablam! Oct 16 08:01:50.023 INFO kablam! For more information on this warning you can consult Oct 16 08:01:50.023 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 08:01:50.023 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `identitytoolkit3`, Oct 16 08:01:50.023 INFO kablam! please set bin.path in Cargo.toml Oct 16 08:01:50.179 INFO kablam! Compiling google-identitytoolkit3-cli v1.0.7+20171122 (/source) Oct 16 08:01:56.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.69s Oct 16 08:01:56.688 INFO kablam! su: No module specific data is present Oct 16 08:01:57.829 INFO running `"docker" "rm" "-f" "711725e83a9954c9e649886b3e83b3d457cd3388d8c089d3a6fcdbd0f27d3ed7"` Oct 16 08:01:58.165 INFO blam! 711725e83a9954c9e649886b3e83b3d457cd3388d8c089d3a6fcdbd0f27d3ed7 Oct 16 08:01:58.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 08:01:58.563 INFO blam! 5afd6d200122a76e33c688811dcca93984c4f4b04e68e27b6026b26f4d6f7d98 Oct 16 08:01:58.567 INFO running `"docker" "start" "-a" "5afd6d200122a76e33c688811dcca93984c4f4b04e68e27b6026b26f4d6f7d98"` Oct 16 08:02:00.571 INFO kablam! usermod: no changes Oct 16 08:02:00.611 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 08:02:00.611 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 08:02:00.611 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 08:02:00.611 INFO kablam! files will be included as a binary target: Oct 16 08:02:00.611 INFO kablam! Oct 16 08:02:00.611 INFO kablam! * /source/src/main.rs Oct 16 08:02:00.611 INFO kablam! Oct 16 08:02:00.611 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 08:02:00.611 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 08:02:00.611 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 08:02:00.611 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 08:02:00.611 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 08:02:00.611 INFO kablam! Oct 16 08:02:00.611 INFO kablam! For more information on this warning you can consult Oct 16 08:02:00.611 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 08:02:00.611 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `identitytoolkit3`, Oct 16 08:02:00.611 INFO kablam! please set bin.path in Cargo.toml Oct 16 08:02:00.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 16 08:02:00.823 INFO blam! Oct 16 08:02:00.823 INFO blam! running 0 tests Oct 16 08:02:00.823 INFO blam! Oct 16 08:02:00.823 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 08:02:00.823 INFO blam! Oct 16 08:02:00.824 INFO kablam! Running /target/debug/deps/identitytoolkit3-1010942a7f2be7ed Oct 16 08:02:00.831 INFO kablam! su: No module specific data is present Oct 16 08:02:02.065 INFO running `"docker" "rm" "-f" "5afd6d200122a76e33c688811dcca93984c4f4b04e68e27b6026b26f4d6f7d98"` Oct 16 08:02:02.342 INFO blam! 5afd6d200122a76e33c688811dcca93984c4f4b04e68e27b6026b26f4d6f7d98