Nov 16 22:24:58.548 INFO testing kindlychung/rustbook-phrases against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 22:24:58.549 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 16 22:24:59.133 INFO [stdout] 43ec8138cd4466c46cf385687a7e2b70717b0e46f49fe991d046c82561dd70dd Nov 16 22:24:59.134 INFO running `"docker" "start" "-a" "43ec8138cd4466c46cf385687a7e2b70717b0e46f49fe991d046c82561dd70dd"` Nov 16 22:25:00.568 INFO [stderr] usermod: no changes Nov 16 22:25:00.636 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 22:25:00.636 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 22:25:00.636 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 22:25:00.636 INFO [stderr] files will be included as a binary target: Nov 16 22:25:00.636 INFO [stderr] Nov 16 22:25:00.636 INFO [stderr] * /source/src/main.rs Nov 16 22:25:00.636 INFO [stderr] Nov 16 22:25:00.636 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 22:25:00.636 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 22:25:00.636 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 22:25:00.636 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 22:25:00.636 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 22:25:00.636 INFO [stderr] Nov 16 22:25:00.636 INFO [stderr] For more information on this warning you can consult Nov 16 22:25:00.636 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 22:25:00.636 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Nov 16 22:25:00.636 INFO [stderr] please set bin.path in Cargo.toml Nov 16 22:25:00.639 INFO [stderr] Compiling phrases v0.0.1 (/source) Nov 16 22:25:02.052 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.45s Nov 16 22:25:02.061 INFO [stderr] su: No module specific data is present Nov 16 22:25:03.595 INFO running `"docker" "inspect" "43ec8138cd4466c46cf385687a7e2b70717b0e46f49fe991d046c82561dd70dd"` Nov 16 22:25:03.915 INFO running `"docker" "rm" "-f" "43ec8138cd4466c46cf385687a7e2b70717b0e46f49fe991d046c82561dd70dd"` Nov 16 22:25:04.223 INFO [stdout] 43ec8138cd4466c46cf385687a7e2b70717b0e46f49fe991d046c82561dd70dd Nov 16 22:25:04.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 16 22:25:04.642 INFO [stdout] b7a53bbeb0d54b26ed1d644e5441488c58ca63494593866f3128921c1eb5ef8f Nov 16 22:25:04.649 INFO running `"docker" "start" "-a" "b7a53bbeb0d54b26ed1d644e5441488c58ca63494593866f3128921c1eb5ef8f"` Nov 16 22:25:06.362 INFO [stderr] usermod: no changes Nov 16 22:25:06.419 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 22:25:06.419 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 22:25:06.419 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 22:25:06.419 INFO [stderr] files will be included as a binary target: Nov 16 22:25:06.419 INFO [stderr] Nov 16 22:25:06.419 INFO [stderr] * /source/src/main.rs Nov 16 22:25:06.419 INFO [stderr] Nov 16 22:25:06.419 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 22:25:06.419 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 22:25:06.419 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 22:25:06.419 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 22:25:06.419 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 22:25:06.419 INFO [stderr] Nov 16 22:25:06.419 INFO [stderr] For more information on this warning you can consult Nov 16 22:25:06.419 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 22:25:06.419 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Nov 16 22:25:06.419 INFO [stderr] please set bin.path in Cargo.toml Nov 16 22:25:06.438 INFO [stderr] Compiling phrases v0.0.1 (/source) Nov 16 22:25:07.636 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s Nov 16 22:25:07.640 INFO [stderr] su: No module specific data is present Nov 16 22:25:09.059 INFO running `"docker" "inspect" "b7a53bbeb0d54b26ed1d644e5441488c58ca63494593866f3128921c1eb5ef8f"` Nov 16 22:25:09.335 INFO running `"docker" "rm" "-f" "b7a53bbeb0d54b26ed1d644e5441488c58ca63494593866f3128921c1eb5ef8f"` Nov 16 22:25:09.671 INFO [stdout] b7a53bbeb0d54b26ed1d644e5441488c58ca63494593866f3128921c1eb5ef8f Nov 16 22:25:09.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 16 22:25:10.084 INFO [stdout] dbffb30d9dcc3a907b47054e5a720bf1b305bf8c185d53fd369082cf0da28e45 Nov 16 22:25:10.089 INFO running `"docker" "start" "-a" "dbffb30d9dcc3a907b47054e5a720bf1b305bf8c185d53fd369082cf0da28e45"` Nov 16 22:25:11.513 INFO [stderr] usermod: no changes Nov 16 22:25:11.551 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 22:25:11.551 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 22:25:11.551 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 22:25:11.551 INFO [stderr] files will be included as a binary target: Nov 16 22:25:11.551 INFO [stderr] Nov 16 22:25:11.551 INFO [stderr] * /source/src/main.rs Nov 16 22:25:11.551 INFO [stderr] Nov 16 22:25:11.551 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 22:25:11.551 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 22:25:11.551 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 22:25:11.551 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 22:25:11.551 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 22:25:11.551 INFO [stderr] Nov 16 22:25:11.551 INFO [stderr] For more information on this warning you can consult Nov 16 22:25:11.551 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 22:25:11.551 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Nov 16 22:25:11.551 INFO [stderr] please set bin.path in Cargo.toml Nov 16 22:25:11.559 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 16 22:25:11.560 INFO [stderr] Running /target/debug/deps/phrases-8fbf037e4dbfb3e3 Nov 16 22:25:11.575 INFO [stdout] Nov 16 22:25:11.575 INFO [stdout] running 0 tests Nov 16 22:25:11.575 INFO [stdout] Nov 16 22:25:11.575 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 22:25:11.575 INFO [stdout] Nov 16 22:25:11.576 INFO [stderr] Running /target/debug/deps/usephrases-75200ebb8986bb4e Nov 16 22:25:11.587 INFO [stdout] Nov 16 22:25:11.587 INFO [stdout] running 0 tests Nov 16 22:25:11.587 INFO [stdout] Nov 16 22:25:11.587 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 22:25:11.587 INFO [stdout] Nov 16 22:25:11.588 INFO [stderr] Doc-tests phrases Nov 16 22:25:11.961 INFO [stdout] Nov 16 22:25:11.961 INFO [stdout] running 0 tests Nov 16 22:25:11.961 INFO [stdout] Nov 16 22:25:11.962 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 22:25:11.962 INFO [stdout] Nov 16 22:25:11.971 INFO [stderr] su: No module specific data is present Nov 16 22:25:12.955 INFO running `"docker" "inspect" "dbffb30d9dcc3a907b47054e5a720bf1b305bf8c185d53fd369082cf0da28e45"` Nov 16 22:25:13.254 INFO running `"docker" "rm" "-f" "dbffb30d9dcc3a907b47054e5a720bf1b305bf8c185d53fd369082cf0da28e45"` Nov 16 22:25:13.547 INFO [stdout] dbffb30d9dcc3a907b47054e5a720bf1b305bf8c185d53fd369082cf0da28e45