Dec 13 14:02:41.747 INFO testing kindlychung/rustbook-phrases against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 14:02:41.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 13 14:02:42.271 INFO [stdout] 4a34a3db9f14bbc39f2290201ab2e85662c7e4f32124dd3e63bf8c49ff737946 Dec 13 14:02:42.273 INFO running `"docker" "start" "-a" "4a34a3db9f14bbc39f2290201ab2e85662c7e4f32124dd3e63bf8c49ff737946"` Dec 13 14:02:44.155 INFO [stderr] usermod: no changes Dec 13 14:02:44.251 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:02:44.251 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:02:44.251 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:02:44.251 INFO [stderr] files will be included as a binary target: Dec 13 14:02:44.251 INFO [stderr] Dec 13 14:02:44.251 INFO [stderr] * /source/src/main.rs Dec 13 14:02:44.251 INFO [stderr] Dec 13 14:02:44.251 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:02:44.251 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:02:44.251 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:02:44.251 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:02:44.251 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:02:44.251 INFO [stderr] Dec 13 14:02:44.251 INFO [stderr] For more information on this warning you can consult Dec 13 14:02:44.251 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:02:44.251 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 13 14:02:44.251 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:02:44.251 INFO [stderr] Compiling phrases v0.0.1 (/source) Dec 13 14:02:45.771 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s Dec 13 14:02:45.774 INFO [stderr] su: No module specific data is present Dec 13 14:02:46.815 INFO running `"docker" "inspect" "4a34a3db9f14bbc39f2290201ab2e85662c7e4f32124dd3e63bf8c49ff737946"` Dec 13 14:02:47.171 INFO running `"docker" "rm" "-f" "4a34a3db9f14bbc39f2290201ab2e85662c7e4f32124dd3e63bf8c49ff737946"` Dec 13 14:02:47.560 INFO [stdout] 4a34a3db9f14bbc39f2290201ab2e85662c7e4f32124dd3e63bf8c49ff737946 Dec 13 14:02:47.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 13 14:02:48.108 INFO [stdout] 97f1218b5a269f6bbc9a1746c504ce153a86ad9aec056a2769dd467250837f9b Dec 13 14:02:48.111 INFO running `"docker" "start" "-a" "97f1218b5a269f6bbc9a1746c504ce153a86ad9aec056a2769dd467250837f9b"` Dec 13 14:02:49.463 INFO [stderr] usermod: no changes Dec 13 14:02:49.522 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:02:49.522 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:02:49.522 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:02:49.522 INFO [stderr] files will be included as a binary target: Dec 13 14:02:49.522 INFO [stderr] Dec 13 14:02:49.522 INFO [stderr] * /source/src/main.rs Dec 13 14:02:49.522 INFO [stderr] Dec 13 14:02:49.522 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:02:49.522 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:02:49.522 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:02:49.522 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:02:49.522 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:02:49.522 INFO [stderr] Dec 13 14:02:49.522 INFO [stderr] For more information on this warning you can consult Dec 13 14:02:49.522 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:02:49.522 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 13 14:02:49.522 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:02:49.522 INFO [stderr] Compiling phrases v0.0.1 (/source) Dec 13 14:02:50.747 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s Dec 13 14:02:50.747 INFO [stderr] su: No module specific data is present Dec 13 14:02:52.209 INFO running `"docker" "inspect" "97f1218b5a269f6bbc9a1746c504ce153a86ad9aec056a2769dd467250837f9b"` Dec 13 14:02:52.537 INFO running `"docker" "rm" "-f" "97f1218b5a269f6bbc9a1746c504ce153a86ad9aec056a2769dd467250837f9b"` Dec 13 14:02:52.779 INFO [stdout] 97f1218b5a269f6bbc9a1746c504ce153a86ad9aec056a2769dd467250837f9b Dec 13 14:02:52.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 13 14:02:53.200 INFO [stdout] 90ad834a85dc2c4d5ab8287eda9c45345f6f5bf7cad98baa37f0756f22f42e93 Dec 13 14:02:53.202 INFO running `"docker" "start" "-a" "90ad834a85dc2c4d5ab8287eda9c45345f6f5bf7cad98baa37f0756f22f42e93"` Dec 13 14:02:55.425 INFO [stderr] usermod: no changes Dec 13 14:02:55.476 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:02:55.476 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:02:55.476 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:02:55.476 INFO [stderr] files will be included as a binary target: Dec 13 14:02:55.476 INFO [stderr] Dec 13 14:02:55.476 INFO [stderr] * /source/src/main.rs Dec 13 14:02:55.476 INFO [stderr] Dec 13 14:02:55.476 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:02:55.476 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:02:55.476 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:02:55.476 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:02:55.476 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:02:55.476 INFO [stderr] Dec 13 14:02:55.476 INFO [stderr] For more information on this warning you can consult Dec 13 14:02:55.476 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:02:55.476 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 13 14:02:55.476 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:02:55.485 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Dec 13 14:02:55.491 INFO [stderr] Running /target/debug/deps/phrases-0c03bd4e672c449e Dec 13 14:02:55.499 INFO [stdout] Dec 13 14:02:55.499 INFO [stdout] running 0 tests Dec 13 14:02:55.499 INFO [stdout] Dec 13 14:02:55.499 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 14:02:55.499 INFO [stdout] Dec 13 14:02:55.499 INFO [stderr] Running /target/debug/deps/usephrases-8a6f78519eff3afa Dec 13 14:02:55.516 INFO [stdout] Dec 13 14:02:55.517 INFO [stdout] running 0 tests Dec 13 14:02:55.517 INFO [stdout] Dec 13 14:02:55.517 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 14:02:55.517 INFO [stdout] Dec 13 14:02:55.517 INFO [stderr] Doc-tests phrases Dec 13 14:02:55.993 INFO [stdout] Dec 13 14:02:55.993 INFO [stdout] running 0 tests Dec 13 14:02:55.993 INFO [stdout] Dec 13 14:02:55.993 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 14:02:55.993 INFO [stdout] Dec 13 14:02:55.999 INFO [stderr] su: No module specific data is present Dec 13 14:02:57.048 INFO running `"docker" "inspect" "90ad834a85dc2c4d5ab8287eda9c45345f6f5bf7cad98baa37f0756f22f42e93"` Dec 13 14:02:57.329 INFO running `"docker" "rm" "-f" "90ad834a85dc2c4d5ab8287eda9c45345f6f5bf7cad98baa37f0756f22f42e93"` Dec 13 14:02:57.679 INFO [stdout] 90ad834a85dc2c4d5ab8287eda9c45345f6f5bf7cad98baa37f0756f22f42e93