Dec 13 14:02:34.273 INFO testing kindlychung/rustbook-phrases against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 14:02:34.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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:34.797 INFO [stdout] 19045164754d841395410ec0894bc7fa6d0366a1d26123695592ee79c0f4a925 Dec 13 14:02:34.799 INFO running `"docker" "start" "-a" "19045164754d841395410ec0894bc7fa6d0366a1d26123695592ee79c0f4a925"` Dec 13 14:02:36.699 INFO [stderr] usermod: no changes Dec 13 14:02:36.744 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:02:36.744 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:02:36.744 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:02:36.744 INFO [stderr] files will be included as a binary target: Dec 13 14:02:36.744 INFO [stderr] Dec 13 14:02:36.744 INFO [stderr] * /source/src/main.rs Dec 13 14:02:36.744 INFO [stderr] Dec 13 14:02:36.744 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:02:36.744 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:02:36.744 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:02:36.744 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:02:36.744 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:02:36.744 INFO [stderr] Dec 13 14:02:36.744 INFO [stderr] For more information on this warning you can consult Dec 13 14:02:36.744 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:02:36.744 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 13 14:02:36.744 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:02:36.751 INFO [stderr] Compiling phrases v0.0.1 (/source) Dec 13 14:02:38.152 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.43s Dec 13 14:02:38.157 INFO [stderr] su: No module specific data is present Dec 13 14:02:39.203 INFO running `"docker" "inspect" "19045164754d841395410ec0894bc7fa6d0366a1d26123695592ee79c0f4a925"` Dec 13 14:02:39.514 INFO running `"docker" "rm" "-f" "19045164754d841395410ec0894bc7fa6d0366a1d26123695592ee79c0f4a925"` Dec 13 14:02:39.827 INFO [stdout] 19045164754d841395410ec0894bc7fa6d0366a1d26123695592ee79c0f4a925 Dec 13 14:02:39.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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:40.324 INFO [stdout] 085185f694375bc8892065662b5c8cff32562d3a20e779771ae9fde89826dafd Dec 13 14:02:40.326 INFO running `"docker" "start" "-a" "085185f694375bc8892065662b5c8cff32562d3a20e779771ae9fde89826dafd"` Dec 13 14:02:42.005 INFO [stderr] usermod: no changes Dec 13 14:02:42.047 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:02:42.047 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:02:42.047 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:02:42.047 INFO [stderr] files will be included as a binary target: Dec 13 14:02:42.047 INFO [stderr] Dec 13 14:02:42.047 INFO [stderr] * /source/src/main.rs Dec 13 14:02:42.047 INFO [stderr] Dec 13 14:02:42.047 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:02:42.047 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:02:42.047 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:02:42.047 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:02:42.047 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:02:42.047 INFO [stderr] Dec 13 14:02:42.047 INFO [stderr] For more information on this warning you can consult Dec 13 14:02:42.047 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:02:42.047 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 13 14:02:42.047 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:02:42.047 INFO [stderr] Compiling phrases v0.0.1 (/source) Dec 13 14:02:43.135 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s Dec 13 14:02:43.135 INFO [stderr] su: No module specific data is present Dec 13 14:02:44.330 INFO running `"docker" "inspect" "085185f694375bc8892065662b5c8cff32562d3a20e779771ae9fde89826dafd"` Dec 13 14:02:44.641 INFO running `"docker" "rm" "-f" "085185f694375bc8892065662b5c8cff32562d3a20e779771ae9fde89826dafd"` Dec 13 14:02:44.943 INFO [stdout] 085185f694375bc8892065662b5c8cff32562d3a20e779771ae9fde89826dafd Dec 13 14:02:44.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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:45.458 INFO [stdout] a39c7b3b473d28184657f16f73ea5ea7b6ea76e46959c16d2acfc4e62682e9b1 Dec 13 14:02:45.460 INFO running `"docker" "start" "-a" "a39c7b3b473d28184657f16f73ea5ea7b6ea76e46959c16d2acfc4e62682e9b1"` Dec 13 14:02:47.018 INFO [stderr] usermod: no changes Dec 13 14:02:47.063 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 14:02:47.063 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 14:02:47.063 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 14:02:47.063 INFO [stderr] files will be included as a binary target: Dec 13 14:02:47.063 INFO [stderr] Dec 13 14:02:47.063 INFO [stderr] * /source/src/main.rs Dec 13 14:02:47.063 INFO [stderr] Dec 13 14:02:47.063 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 14:02:47.063 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 14:02:47.063 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 14:02:47.063 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 14:02:47.063 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 14:02:47.063 INFO [stderr] Dec 13 14:02:47.063 INFO [stderr] For more information on this warning you can consult Dec 13 14:02:47.063 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 14:02:47.063 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `usephrases`, Dec 13 14:02:47.063 INFO [stderr] please set bin.path in Cargo.toml Dec 13 14:02:47.071 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 13 14:02:47.075 INFO [stderr] Running /target/debug/deps/phrases-4ec1951b7bc36f81 Dec 13 14:02:47.079 INFO [stdout] Dec 13 14:02:47.079 INFO [stdout] running 0 tests Dec 13 14:02:47.079 INFO [stdout] Dec 13 14:02:47.079 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 14:02:47.079 INFO [stdout] Dec 13 14:02:47.080 INFO [stderr] Running /target/debug/deps/usephrases-6705beee6d9d7827 Dec 13 14:02:47.084 INFO [stdout] Dec 13 14:02:47.084 INFO [stdout] running 0 tests Dec 13 14:02:47.084 INFO [stdout] Dec 13 14:02:47.084 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 14:02:47.084 INFO [stdout] Dec 13 14:02:47.087 INFO [stderr] Doc-tests phrases Dec 13 14:02:47.629 INFO [stdout] Dec 13 14:02:47.629 INFO [stdout] running 0 tests Dec 13 14:02:47.629 INFO [stdout] Dec 13 14:02:47.629 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 14:02:47.629 INFO [stdout] Dec 13 14:02:47.635 INFO [stderr] su: No module specific data is present Dec 13 14:02:48.372 INFO running `"docker" "inspect" "a39c7b3b473d28184657f16f73ea5ea7b6ea76e46959c16d2acfc4e62682e9b1"` Dec 13 14:02:48.677 INFO running `"docker" "rm" "-f" "a39c7b3b473d28184657f16f73ea5ea7b6ea76e46959c16d2acfc4e62682e9b1"` Dec 13 14:02:48.959 INFO [stdout] a39c7b3b473d28184657f16f73ea5ea7b6ea76e46959c16d2acfc4e62682e9b1