Nov 17 13:01:32.191 INFO testing NougatRillettes/rust-hlbuf against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 13:01:32.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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 17 13:01:32.540 INFO [stdout] 4fcb8f43cde9c800fc315e76c6637d1196591484392af9043ae0eb24ac31ea28 Nov 17 13:01:32.551 INFO running `"docker" "start" "-a" "4fcb8f43cde9c800fc315e76c6637d1196591484392af9043ae0eb24ac31ea28"` Nov 17 13:01:33.495 INFO [stderr] usermod: no changes Nov 17 13:01:33.561 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 13:01:33.561 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 13:01:33.562 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 13:01:33.562 INFO [stderr] files will be included as a binary target: Nov 17 13:01:33.562 INFO [stderr] Nov 17 13:01:33.562 INFO [stderr] * /source/src/main.rs Nov 17 13:01:33.562 INFO [stderr] Nov 17 13:01:33.562 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 13:01:33.562 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 13:01:33.562 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 13:01:33.562 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 13:01:33.562 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 13:01:33.562 INFO [stderr] Nov 17 13:01:33.562 INFO [stderr] For more information on this warning you can consult Nov 17 13:01:33.562 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 13:01:33.562 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `test`, Nov 17 13:01:33.562 INFO [stderr] please set bin.path in Cargo.toml Nov 17 13:01:33.571 INFO [stderr] Compiling hlbuf v0.1.0 (/source) Nov 17 13:01:34.426 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s Nov 17 13:01:34.429 INFO [stderr] su: No module specific data is present Nov 17 13:01:34.788 INFO running `"docker" "inspect" "4fcb8f43cde9c800fc315e76c6637d1196591484392af9043ae0eb24ac31ea28"` Nov 17 13:01:34.900 INFO running `"docker" "rm" "-f" "4fcb8f43cde9c800fc315e76c6637d1196591484392af9043ae0eb24ac31ea28"` Nov 17 13:01:35.120 INFO [stdout] 4fcb8f43cde9c800fc315e76c6637d1196591484392af9043ae0eb24ac31ea28 Nov 17 13:01:35.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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 17 13:01:35.399 INFO [stdout] a27139cfcc2bc88464dd348c58956330439e195a8e0447283798998eeec9bfea Nov 17 13:01:35.407 INFO running `"docker" "start" "-a" "a27139cfcc2bc88464dd348c58956330439e195a8e0447283798998eeec9bfea"` Nov 17 13:01:35.902 INFO [stderr] usermod: no changes Nov 17 13:01:35.949 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 13:01:35.949 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 13:01:35.949 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 13:01:35.949 INFO [stderr] files will be included as a binary target: Nov 17 13:01:35.949 INFO [stderr] Nov 17 13:01:35.949 INFO [stderr] * /source/src/main.rs Nov 17 13:01:35.949 INFO [stderr] Nov 17 13:01:35.949 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 13:01:35.949 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 13:01:35.949 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 13:01:35.949 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 13:01:35.949 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 13:01:35.949 INFO [stderr] Nov 17 13:01:35.949 INFO [stderr] For more information on this warning you can consult Nov 17 13:01:35.949 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 13:01:35.949 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `test`, Nov 17 13:01:35.949 INFO [stderr] please set bin.path in Cargo.toml Nov 17 13:01:35.952 INFO [stderr] Compiling hlbuf v0.1.0 (/source) Nov 17 13:01:36.767 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s Nov 17 13:01:36.773 INFO [stderr] su: No module specific data is present Nov 17 13:01:37.251 INFO running `"docker" "inspect" "a27139cfcc2bc88464dd348c58956330439e195a8e0447283798998eeec9bfea"` Nov 17 13:01:37.467 INFO running `"docker" "rm" "-f" "a27139cfcc2bc88464dd348c58956330439e195a8e0447283798998eeec9bfea"` Nov 17 13:01:37.697 INFO [stdout] a27139cfcc2bc88464dd348c58956330439e195a8e0447283798998eeec9bfea Nov 17 13:01:37.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/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 17 13:01:38.050 INFO [stdout] bb8cbd40fb5b933931a9242a5e33a87499d58922b5c3419657dac6fbe062c6e1 Nov 17 13:01:38.055 INFO running `"docker" "start" "-a" "bb8cbd40fb5b933931a9242a5e33a87499d58922b5c3419657dac6fbe062c6e1"` Nov 17 13:01:38.806 INFO [stderr] usermod: no changes Nov 17 13:01:38.858 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 13:01:38.858 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 13:01:38.858 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 13:01:38.858 INFO [stderr] files will be included as a binary target: Nov 17 13:01:38.858 INFO [stderr] Nov 17 13:01:38.858 INFO [stderr] * /source/src/main.rs Nov 17 13:01:38.859 INFO [stderr] Nov 17 13:01:38.859 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 13:01:38.859 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 13:01:38.859 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 13:01:38.859 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 13:01:38.859 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 13:01:38.859 INFO [stderr] Nov 17 13:01:38.859 INFO [stderr] For more information on this warning you can consult Nov 17 13:01:38.859 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 13:01:38.859 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `test`, Nov 17 13:01:38.859 INFO [stderr] please set bin.path in Cargo.toml Nov 17 13:01:38.866 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 17 13:01:38.868 INFO [stderr] Running /target/debug/deps/hlbuf-541321f3a9470337 Nov 17 13:01:38.872 INFO [stdout] Nov 17 13:01:38.872 INFO [stdout] running 0 tests Nov 17 13:01:38.872 INFO [stdout] Nov 17 13:01:38.872 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 13:01:38.872 INFO [stdout] Nov 17 13:01:38.873 INFO [stderr] Running /target/debug/deps/test-841d5d7527d8771b Nov 17 13:01:38.876 INFO [stdout] Nov 17 13:01:38.876 INFO [stdout] running 0 tests Nov 17 13:01:38.876 INFO [stdout] Nov 17 13:01:38.877 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 13:01:38.877 INFO [stdout] Nov 17 13:01:38.883 INFO [stderr] Doc-tests hlbuf Nov 17 13:01:39.141 INFO [stdout] Nov 17 13:01:39.141 INFO [stdout] running 0 tests Nov 17 13:01:39.141 INFO [stdout] Nov 17 13:01:39.141 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 13:01:39.141 INFO [stdout] Nov 17 13:01:39.151 INFO [stderr] su: No module specific data is present Nov 17 13:01:39.397 INFO running `"docker" "inspect" "bb8cbd40fb5b933931a9242a5e33a87499d58922b5c3419657dac6fbe062c6e1"` Nov 17 13:01:39.479 INFO running `"docker" "rm" "-f" "bb8cbd40fb5b933931a9242a5e33a87499d58922b5c3419657dac6fbe062c6e1"` Nov 17 13:01:39.573 INFO [stdout] bb8cbd40fb5b933931a9242a5e33a87499d58922b5c3419657dac6fbe062c6e1