Dec 05 17:44:27.042 INFO testing kindlychung/rustbook-phrases against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 17:44:27.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 17:44:27.262 INFO [stdout] 475c7559705e1a5d7cd24a53acd7d4d975282d9009bc512ec8e4290febf0b378 Dec 05 17:44:27.274 INFO running `"docker" "start" "-a" "475c7559705e1a5d7cd24a53acd7d4d975282d9009bc512ec8e4290febf0b378"` Dec 05 17:44:27.738 INFO [stderr] usermod: no changes Dec 05 17:44:27.775 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 17:44:27.775 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 17:44:27.775 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 17:44:27.775 INFO [stderr] files will be included as a binary target: Dec 05 17:44:27.775 INFO [stderr] Dec 05 17:44:27.775 INFO [stderr] * /source/src/main.rs Dec 05 17:44:27.775 INFO [stderr] Dec 05 17:44:27.775 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 17:44:27.775 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 17:44:27.775 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 17:44:27.775 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 17:44:27.775 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 17:44:27.775 INFO [stderr] Dec 05 17:44:27.775 INFO [stderr] For more information on this warning you can consult Dec 05 17:44:27.775 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 17:44:27.775 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 05 17:44:27.775 INFO [stderr] please set bin.path in Cargo.toml Dec 05 17:44:27.788 INFO [stderr] Compiling phrases v0.0.1 (/source) Dec 05 17:44:28.552 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s Dec 05 17:44:28.554 INFO [stderr] su: No module specific data is present Dec 05 17:44:28.982 INFO running `"docker" "inspect" "475c7559705e1a5d7cd24a53acd7d4d975282d9009bc512ec8e4290febf0b378"` Dec 05 17:44:29.097 INFO running `"docker" "rm" "-f" "475c7559705e1a5d7cd24a53acd7d4d975282d9009bc512ec8e4290febf0b378"` Dec 05 17:44:29.227 INFO [stdout] 475c7559705e1a5d7cd24a53acd7d4d975282d9009bc512ec8e4290febf0b378 Dec 05 17:44:29.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 17:44:29.455 INFO [stdout] e1d13aa0e35fd8dc09e785a4a1d724630c4b784da1d5cc3f97ec396a383fedf0 Dec 05 17:44:29.457 INFO running `"docker" "start" "-a" "e1d13aa0e35fd8dc09e785a4a1d724630c4b784da1d5cc3f97ec396a383fedf0"` Dec 05 17:44:30.884 INFO [stderr] usermod: no changes Dec 05 17:44:30.924 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 17:44:30.924 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 17:44:30.924 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 17:44:30.924 INFO [stderr] files will be included as a binary target: Dec 05 17:44:30.924 INFO [stderr] Dec 05 17:44:30.924 INFO [stderr] * /source/src/main.rs Dec 05 17:44:30.924 INFO [stderr] Dec 05 17:44:30.924 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 17:44:30.924 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 17:44:30.924 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 17:44:30.924 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 17:44:30.924 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 17:44:30.924 INFO [stderr] Dec 05 17:44:30.924 INFO [stderr] For more information on this warning you can consult Dec 05 17:44:30.924 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 17:44:30.924 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 05 17:44:30.924 INFO [stderr] please set bin.path in Cargo.toml Dec 05 17:44:30.944 INFO [stderr] Compiling phrases v0.0.1 (/source) Dec 05 17:44:31.597 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s Dec 05 17:44:31.600 INFO [stderr] su: No module specific data is present Dec 05 17:44:32.234 INFO running `"docker" "inspect" "e1d13aa0e35fd8dc09e785a4a1d724630c4b784da1d5cc3f97ec396a383fedf0"` Dec 05 17:44:32.344 INFO running `"docker" "rm" "-f" "e1d13aa0e35fd8dc09e785a4a1d724630c4b784da1d5cc3f97ec396a383fedf0"` Dec 05 17:44:32.471 INFO [stdout] e1d13aa0e35fd8dc09e785a4a1d724630c4b784da1d5cc3f97ec396a383fedf0 Dec 05 17:44:32.474 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 05 17:44:32.721 INFO [stdout] 2f9fd1eeffca7de8632a6a05b36d1bc30457f438a7ab10d800338d740c2217c8 Dec 05 17:44:32.723 INFO running `"docker" "start" "-a" "2f9fd1eeffca7de8632a6a05b36d1bc30457f438a7ab10d800338d740c2217c8"` Dec 05 17:44:33.218 INFO [stderr] usermod: no changes Dec 05 17:44:33.246 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 17:44:33.246 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 17:44:33.246 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 17:44:33.246 INFO [stderr] files will be included as a binary target: Dec 05 17:44:33.246 INFO [stderr] Dec 05 17:44:33.246 INFO [stderr] * /source/src/main.rs Dec 05 17:44:33.246 INFO [stderr] Dec 05 17:44:33.246 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 17:44:33.246 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 17:44:33.246 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 17:44:33.246 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 17:44:33.246 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 17:44:33.246 INFO [stderr] Dec 05 17:44:33.246 INFO [stderr] For more information on this warning you can consult Dec 05 17:44:33.246 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 17:44:33.246 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 05 17:44:33.246 INFO [stderr] please set bin.path in Cargo.toml Dec 05 17:44:33.248 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 05 17:44:33.249 INFO [stderr] Running /target/debug/deps/phrases-71ae97c15eec3801 Dec 05 17:44:33.251 INFO [stdout] Dec 05 17:44:33.251 INFO [stdout] running 0 tests Dec 05 17:44:33.251 INFO [stdout] Dec 05 17:44:33.251 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 17:44:33.251 INFO [stdout] Dec 05 17:44:33.251 INFO [stderr] Running /target/debug/deps/usephrases-8f4df389a8a1ca2a Dec 05 17:44:33.252 INFO [stdout] Dec 05 17:44:33.252 INFO [stdout] running 0 tests Dec 05 17:44:33.252 INFO [stdout] Dec 05 17:44:33.252 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 17:44:33.252 INFO [stdout] Dec 05 17:44:33.252 INFO [stderr] Doc-tests phrases Dec 05 17:44:33.636 INFO [stdout] Dec 05 17:44:33.636 INFO [stdout] running 0 tests Dec 05 17:44:33.636 INFO [stdout] Dec 05 17:44:33.636 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 17:44:33.636 INFO [stdout] Dec 05 17:44:33.653 INFO [stderr] su: No module specific data is present Dec 05 17:44:34.188 INFO running `"docker" "inspect" "2f9fd1eeffca7de8632a6a05b36d1bc30457f438a7ab10d800338d740c2217c8"` Dec 05 17:44:34.461 INFO running `"docker" "rm" "-f" "2f9fd1eeffca7de8632a6a05b36d1bc30457f438a7ab10d800338d740c2217c8"` Dec 05 17:44:34.662 INFO [stdout] 2f9fd1eeffca7de8632a6a05b36d1bc30457f438a7ab10d800338d740c2217c8