Nov 18 11:13:14.501 INFO testing google-fusiontables2-cli-1.0.7+20171117 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 11:13:14.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 11:13:14.923 INFO [stdout] 2d7b9c8fd0a6ce21795a6f0204c88d7f0b13812bb635a9f99b05610f1e501e5c Nov 18 11:13:14.926 INFO running `"docker" "start" "-a" "2d7b9c8fd0a6ce21795a6f0204c88d7f0b13812bb635a9f99b05610f1e501e5c"` Nov 18 11:13:16.973 INFO [stderr] usermod: no changes Nov 18 11:13:17.023 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:13:17.023 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:13:17.023 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:13:17.023 INFO [stderr] files will be included as a binary target: Nov 18 11:13:17.023 INFO [stderr] Nov 18 11:13:17.023 INFO [stderr] * /source/src/main.rs Nov 18 11:13:17.023 INFO [stderr] Nov 18 11:13:17.023 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:13:17.023 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:13:17.023 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:13:17.023 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:13:17.023 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:13:17.023 INFO [stderr] Nov 18 11:13:17.023 INFO [stderr] For more information on this warning you can consult Nov 18 11:13:17.023 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:13:17.023 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `fusiontables2`, Nov 18 11:13:17.023 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:13:17.186 INFO [stderr] Compiling google-fusiontables2 v1.0.8+20171117 Nov 18 11:13:25.139 INFO [stderr] Compiling google-fusiontables2-cli v1.0.7+20171117 (/source) Nov 18 11:13:48.111 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.11s Nov 18 11:13:48.131 INFO [stderr] su: No module specific data is present Nov 18 11:13:49.431 INFO running `"docker" "inspect" "2d7b9c8fd0a6ce21795a6f0204c88d7f0b13812bb635a9f99b05610f1e501e5c"` Nov 18 11:13:49.843 INFO running `"docker" "rm" "-f" "2d7b9c8fd0a6ce21795a6f0204c88d7f0b13812bb635a9f99b05610f1e501e5c"` Nov 18 11:13:50.151 INFO [stdout] 2d7b9c8fd0a6ce21795a6f0204c88d7f0b13812bb635a9f99b05610f1e501e5c Nov 18 11:13:50.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 11:13:50.640 INFO [stdout] 3797ae967ce7bfda219f862d90615be92a29254132de00aa914c88f1af801501 Nov 18 11:13:50.648 INFO running `"docker" "start" "-a" "3797ae967ce7bfda219f862d90615be92a29254132de00aa914c88f1af801501"` Nov 18 11:13:51.793 INFO [stderr] usermod: no changes Nov 18 11:13:51.839 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:13:51.839 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:13:51.839 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:13:51.839 INFO [stderr] files will be included as a binary target: Nov 18 11:13:51.839 INFO [stderr] Nov 18 11:13:51.839 INFO [stderr] * /source/src/main.rs Nov 18 11:13:51.839 INFO [stderr] Nov 18 11:13:51.839 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:13:51.839 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:13:51.839 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:13:51.839 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:13:51.839 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:13:51.839 INFO [stderr] Nov 18 11:13:51.839 INFO [stderr] For more information on this warning you can consult Nov 18 11:13:51.839 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:13:51.839 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `fusiontables2`, Nov 18 11:13:51.839 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:13:51.972 INFO [stderr] Compiling google-fusiontables2-cli v1.0.7+20171117 (/source) Nov 18 11:13:58.755 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.94s Nov 18 11:13:58.768 INFO [stderr] su: No module specific data is present Nov 18 11:13:59.671 INFO running `"docker" "inspect" "3797ae967ce7bfda219f862d90615be92a29254132de00aa914c88f1af801501"` Nov 18 11:13:59.957 INFO running `"docker" "rm" "-f" "3797ae967ce7bfda219f862d90615be92a29254132de00aa914c88f1af801501"` Nov 18 11:14:00.259 INFO [stdout] 3797ae967ce7bfda219f862d90615be92a29254132de00aa914c88f1af801501 Nov 18 11:14:00.263 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 11:14:00.696 INFO [stdout] 5c77015ececea2ad8bd5232121899e9624ff7f1e861075258dc55a6f1a48d031 Nov 18 11:14:00.699 INFO running `"docker" "start" "-a" "5c77015ececea2ad8bd5232121899e9624ff7f1e861075258dc55a6f1a48d031"` Nov 18 11:14:02.847 INFO [stderr] usermod: no changes Nov 18 11:14:02.899 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 11:14:02.899 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 11:14:02.899 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 11:14:02.899 INFO [stderr] files will be included as a binary target: Nov 18 11:14:02.899 INFO [stderr] Nov 18 11:14:02.899 INFO [stderr] * /source/src/main.rs Nov 18 11:14:02.899 INFO [stderr] Nov 18 11:14:02.899 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 11:14:02.899 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 11:14:02.899 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 11:14:02.899 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 11:14:02.899 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 11:14:02.899 INFO [stderr] Nov 18 11:14:02.899 INFO [stderr] For more information on this warning you can consult Nov 18 11:14:02.899 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 11:14:02.899 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `fusiontables2`, Nov 18 11:14:02.899 INFO [stderr] please set bin.path in Cargo.toml Nov 18 11:14:03.114 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s Nov 18 11:14:03.145 INFO [stderr] Running /target/debug/deps/fusiontables2-d05ec6d751f57227 Nov 18 11:14:03.148 INFO [stdout] Nov 18 11:14:03.148 INFO [stdout] running 0 tests Nov 18 11:14:03.148 INFO [stdout] Nov 18 11:14:03.148 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 11:14:03.148 INFO [stdout] Nov 18 11:14:03.153 INFO [stderr] su: No module specific data is present Nov 18 11:14:04.193 INFO running `"docker" "inspect" "5c77015ececea2ad8bd5232121899e9624ff7f1e861075258dc55a6f1a48d031"` Nov 18 11:14:04.525 INFO running `"docker" "rm" "-f" "5c77015ececea2ad8bd5232121899e9624ff7f1e861075258dc55a6f1a48d031"` Nov 18 11:14:04.795 INFO [stdout] 5c77015ececea2ad8bd5232121899e9624ff7f1e861075258dc55a6f1a48d031