Nov 18 10:39:46.739 INFO testing google-tagmanager1-cli-1.0.7+20171108 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 10:39:46.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 10:39:47.170 INFO [stdout] 4d1d25e12aedfe31d42351bbb993f43ea95cefdc0f5c1344549ba1fe6b4f026b Nov 18 10:39:47.173 INFO running `"docker" "start" "-a" "4d1d25e12aedfe31d42351bbb993f43ea95cefdc0f5c1344549ba1fe6b4f026b"` Nov 18 10:39:48.670 INFO [stderr] usermod: no changes Nov 18 10:39:48.719 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:39:48.719 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:39:48.719 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:39:48.719 INFO [stderr] files will be included as a binary target: Nov 18 10:39:48.719 INFO [stderr] Nov 18 10:39:48.719 INFO [stderr] * /source/src/main.rs Nov 18 10:39:48.719 INFO [stderr] Nov 18 10:39:48.719 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:39:48.719 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:39:48.719 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:39:48.719 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:39:48.719 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:39:48.719 INFO [stderr] Nov 18 10:39:48.719 INFO [stderr] For more information on this warning you can consult Nov 18 10:39:48.719 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:39:48.719 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tagmanager1`, Nov 18 10:39:48.719 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:39:49.015 INFO [stderr] Compiling google-tagmanager1 v1.0.8+20171108 Nov 18 10:40:02.014 INFO [stderr] Compiling google-tagmanager1-cli v1.0.7+20171108 (/source) Nov 18 10:40:32.413 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.72s Nov 18 10:40:32.426 INFO [stderr] su: No module specific data is present Nov 18 10:40:33.936 INFO running `"docker" "inspect" "4d1d25e12aedfe31d42351bbb993f43ea95cefdc0f5c1344549ba1fe6b4f026b"` Nov 18 10:40:34.351 INFO running `"docker" "rm" "-f" "4d1d25e12aedfe31d42351bbb993f43ea95cefdc0f5c1344549ba1fe6b4f026b"` Nov 18 10:40:34.719 INFO [stdout] 4d1d25e12aedfe31d42351bbb993f43ea95cefdc0f5c1344549ba1fe6b4f026b Nov 18 10:40:34.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 10:40:35.231 INFO [stdout] 5db4e43b2c1c0af3c26b4573bf0c6e03286a5ba75c96f7ecfd078a94bf8fb9c7 Nov 18 10:40:35.234 INFO running `"docker" "start" "-a" "5db4e43b2c1c0af3c26b4573bf0c6e03286a5ba75c96f7ecfd078a94bf8fb9c7"` Nov 18 10:40:37.474 INFO [stderr] usermod: no changes Nov 18 10:40:37.523 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:40:37.523 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:40:37.523 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:40:37.523 INFO [stderr] files will be included as a binary target: Nov 18 10:40:37.523 INFO [stderr] Nov 18 10:40:37.523 INFO [stderr] * /source/src/main.rs Nov 18 10:40:37.523 INFO [stderr] Nov 18 10:40:37.523 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:40:37.523 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:40:37.523 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:40:37.523 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:40:37.523 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:40:37.523 INFO [stderr] Nov 18 10:40:37.523 INFO [stderr] For more information on this warning you can consult Nov 18 10:40:37.523 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:40:37.523 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tagmanager1`, Nov 18 10:40:37.523 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:40:37.693 INFO [stderr] Compiling google-tagmanager1-cli v1.0.7+20171108 (/source) Nov 18 10:40:45.031 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.53s Nov 18 10:40:45.047 INFO [stderr] su: No module specific data is present Nov 18 10:40:45.836 INFO running `"docker" "inspect" "5db4e43b2c1c0af3c26b4573bf0c6e03286a5ba75c96f7ecfd078a94bf8fb9c7"` Nov 18 10:40:46.223 INFO running `"docker" "rm" "-f" "5db4e43b2c1c0af3c26b4573bf0c6e03286a5ba75c96f7ecfd078a94bf8fb9c7"` Nov 18 10:40:46.627 INFO [stdout] 5db4e43b2c1c0af3c26b4573bf0c6e03286a5ba75c96f7ecfd078a94bf8fb9c7 Nov 18 10:40:46.634 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 10:40:47.101 INFO [stdout] 499cf7aa111fabad8eb2b9fe3e5e0d77cf48389614c24dccdc39b989c56b81f5 Nov 18 10:40:47.101 INFO running `"docker" "start" "-a" "499cf7aa111fabad8eb2b9fe3e5e0d77cf48389614c24dccdc39b989c56b81f5"` Nov 18 10:40:48.479 INFO [stderr] usermod: no changes Nov 18 10:40:48.539 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 10:40:48.539 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 10:40:48.539 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 10:40:48.539 INFO [stderr] files will be included as a binary target: Nov 18 10:40:48.539 INFO [stderr] Nov 18 10:40:48.539 INFO [stderr] * /source/src/main.rs Nov 18 10:40:48.539 INFO [stderr] Nov 18 10:40:48.539 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 10:40:48.539 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 10:40:48.539 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 10:40:48.539 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 10:40:48.539 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 10:40:48.539 INFO [stderr] Nov 18 10:40:48.539 INFO [stderr] For more information on this warning you can consult Nov 18 10:40:48.539 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 10:40:48.539 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tagmanager1`, Nov 18 10:40:48.539 INFO [stderr] please set bin.path in Cargo.toml Nov 18 10:40:48.787 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.27s Nov 18 10:40:48.799 INFO [stderr] Running /target/debug/deps/tagmanager1-7facc2c27dbf45ec Nov 18 10:40:48.826 INFO [stdout] Nov 18 10:40:48.826 INFO [stdout] running 0 tests Nov 18 10:40:48.826 INFO [stdout] Nov 18 10:40:48.826 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 10:40:48.826 INFO [stdout] Nov 18 10:40:48.829 INFO [stderr] su: No module specific data is present Nov 18 10:40:50.029 INFO running `"docker" "inspect" "499cf7aa111fabad8eb2b9fe3e5e0d77cf48389614c24dccdc39b989c56b81f5"` Nov 18 10:40:50.229 INFO running `"docker" "rm" "-f" "499cf7aa111fabad8eb2b9fe3e5e0d77cf48389614c24dccdc39b989c56b81f5"` Nov 18 10:40:50.502 INFO [stdout] 499cf7aa111fabad8eb2b9fe3e5e0d77cf48389614c24dccdc39b989c56b81f5