Dec 06 17:11:32.485 INFO testing wordlist-generator-0.1.1 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 17:11:32.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 17:11:32.668 INFO [stdout] d322b53d4245c72a559d46fe492575d6c5260015ca362e22a06f35e4cd1d4715 Dec 06 17:11:32.670 INFO running `"docker" "start" "-a" "d322b53d4245c72a559d46fe492575d6c5260015ca362e22a06f35e4cd1d4715"` Dec 06 17:11:33.509 INFO [stderr] usermod: no changes Dec 06 17:11:33.543 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 17:11:33.543 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 17:11:33.543 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 17:11:33.543 INFO [stderr] files will be included as a binary target: Dec 06 17:11:33.543 INFO [stderr] Dec 06 17:11:33.543 INFO [stderr] * /source/src/main.rs Dec 06 17:11:33.543 INFO [stderr] Dec 06 17:11:33.543 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 17:11:33.543 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 17:11:33.543 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 17:11:33.543 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 17:11:33.543 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 17:11:33.543 INFO [stderr] Dec 06 17:11:33.543 INFO [stderr] For more information on this warning you can consult Dec 06 17:11:33.543 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 17:11:33.543 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `wordlist`, Dec 06 17:11:33.543 INFO [stderr] please set bin.path in Cargo.toml Dec 06 17:11:33.586 INFO [stderr] Compiling permutohedron v0.2.4 Dec 06 17:11:34.095 INFO [stderr] Compiling wordlist-generator v0.1.1 (/source) Dec 06 17:11:36.589 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.06s Dec 06 17:11:36.595 INFO [stderr] su: No module specific data is present Dec 06 17:11:37.504 INFO running `"docker" "inspect" "d322b53d4245c72a559d46fe492575d6c5260015ca362e22a06f35e4cd1d4715"` Dec 06 17:11:37.694 INFO running `"docker" "rm" "-f" "d322b53d4245c72a559d46fe492575d6c5260015ca362e22a06f35e4cd1d4715"` Dec 06 17:11:37.958 INFO [stdout] d322b53d4245c72a559d46fe492575d6c5260015ca362e22a06f35e4cd1d4715 Dec 06 17:11:37.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 17:11:38.145 INFO [stdout] 351cfa80f4342f9154ab248e1f87223101998f18d445e05727b213be794655a0 Dec 06 17:11:38.147 INFO running `"docker" "start" "-a" "351cfa80f4342f9154ab248e1f87223101998f18d445e05727b213be794655a0"` Dec 06 17:11:38.599 INFO [stderr] usermod: no changes Dec 06 17:11:38.645 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 17:11:38.645 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 17:11:38.645 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 17:11:38.645 INFO [stderr] files will be included as a binary target: Dec 06 17:11:38.645 INFO [stderr] Dec 06 17:11:38.645 INFO [stderr] * /source/src/main.rs Dec 06 17:11:38.645 INFO [stderr] Dec 06 17:11:38.645 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 17:11:38.645 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 17:11:38.645 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 17:11:38.645 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 17:11:38.645 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 17:11:38.645 INFO [stderr] Dec 06 17:11:38.645 INFO [stderr] For more information on this warning you can consult Dec 06 17:11:38.645 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 17:11:38.645 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `wordlist`, Dec 06 17:11:38.645 INFO [stderr] please set bin.path in Cargo.toml Dec 06 17:11:38.684 INFO [stderr] Compiling wordlist-generator v0.1.1 (/source) Dec 06 17:11:40.112 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s Dec 06 17:11:40.112 INFO [stderr] su: No module specific data is present Dec 06 17:11:40.931 INFO running `"docker" "inspect" "351cfa80f4342f9154ab248e1f87223101998f18d445e05727b213be794655a0"` Dec 06 17:11:41.110 INFO running `"docker" "rm" "-f" "351cfa80f4342f9154ab248e1f87223101998f18d445e05727b213be794655a0"` Dec 06 17:11:41.249 INFO [stdout] 351cfa80f4342f9154ab248e1f87223101998f18d445e05727b213be794655a0 Dec 06 17:11:41.254 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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 06 17:11:41.532 INFO [stdout] 36ab390bb6c4e38bfe7825cc40805f29d5b577e58c89d37cd38fdd2ae0a050a9 Dec 06 17:11:41.534 INFO running `"docker" "start" "-a" "36ab390bb6c4e38bfe7825cc40805f29d5b577e58c89d37cd38fdd2ae0a050a9"` Dec 06 17:11:42.235 INFO [stderr] usermod: no changes Dec 06 17:11:42.260 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 17:11:42.260 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 17:11:42.260 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 17:11:42.260 INFO [stderr] files will be included as a binary target: Dec 06 17:11:42.260 INFO [stderr] Dec 06 17:11:42.260 INFO [stderr] * /source/src/main.rs Dec 06 17:11:42.260 INFO [stderr] Dec 06 17:11:42.260 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 17:11:42.260 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 17:11:42.260 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 17:11:42.260 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 17:11:42.260 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 17:11:42.260 INFO [stderr] Dec 06 17:11:42.260 INFO [stderr] For more information on this warning you can consult Dec 06 17:11:42.260 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 17:11:42.260 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `wordlist`, Dec 06 17:11:42.260 INFO [stderr] please set bin.path in Cargo.toml Dec 06 17:11:42.289 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 06 17:11:42.300 INFO [stderr] Running /target/debug/deps/wordlist-be7318b1ef795f39 Dec 06 17:11:42.300 INFO [stdout] Dec 06 17:11:42.300 INFO [stdout] running 0 tests Dec 06 17:11:42.300 INFO [stdout] Dec 06 17:11:42.300 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 17:11:42.300 INFO [stdout] Dec 06 17:11:42.302 INFO [stderr] su: No module specific data is present Dec 06 17:11:42.688 INFO running `"docker" "inspect" "36ab390bb6c4e38bfe7825cc40805f29d5b577e58c89d37cd38fdd2ae0a050a9"` Dec 06 17:11:42.862 INFO running `"docker" "rm" "-f" "36ab390bb6c4e38bfe7825cc40805f29d5b577e58c89d37cd38fdd2ae0a050a9"` Dec 06 17:11:43.064 INFO [stdout] 36ab390bb6c4e38bfe7825cc40805f29d5b577e58c89d37cd38fdd2ae0a050a9