[INFO] updating cached repository cyplo/genpass [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cyplo/genpass [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cyplo/genpass" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/cyplo/genpass"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/cyplo/genpass'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cyplo/genpass" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/cyplo/genpass"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/cyplo/genpass'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 93c074d4ec35574e678236aee1bb069943bddea5 [INFO] sha for GitHub repo cyplo/genpass: 93c074d4ec35574e678236aee1bb069943bddea5 [INFO] validating manifest of cyplo/genpass on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cyplo/genpass on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cyplo/genpass [INFO] finished frobbing cyplo/genpass [INFO] frobbed toml for cyplo/genpass written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/cyplo/genpass/Cargo.toml [INFO] started frobbing cyplo/genpass [INFO] finished frobbing cyplo/genpass [INFO] frobbed toml for cyplo/genpass written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/cyplo/genpass/Cargo.toml [INFO] crate cyplo/genpass already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking cyplo/genpass against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-5/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/cyplo/genpass:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f28be97c07d055c96d4384b24f27f0537c3682b20edcc08760ab6e81e9c52969 [INFO] running `"docker" "start" "-a" "f28be97c07d055c96d4384b24f27f0537c3682b20edcc08760ab6e81e9c52969"` [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking fancy-regex v0.1.0 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Checking zxcvbn v1.0.1 [INFO] [stderr] Checking tempfile v3.0.7 [INFO] [stderr] Checking eff-wordlist v1.0.2 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] Checking structopt v0.2.15 [INFO] [stderr] Checking proptest v0.9.3 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling built v0.3.0 [INFO] [stderr] Compiling genpass v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/generator.rs:253:21 [INFO] [stderr] | [INFO] [stderr] 253 | predicate: &Fn(char) -> bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(char) -> bool` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "f28be97c07d055c96d4384b24f27f0537c3682b20edcc08760ab6e81e9c52969"` [INFO] running `"docker" "rm" "-f" "f28be97c07d055c96d4384b24f27f0537c3682b20edcc08760ab6e81e9c52969"` [INFO] [stdout] f28be97c07d055c96d4384b24f27f0537c3682b20edcc08760ab6e81e9c52969