[INFO] crate genpass 0.3.1 is already in cache [INFO] extracting crate genpass 0.3.1 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/genpass/0.3.1 [INFO] extracting crate genpass 0.3.1 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/genpass/0.3.1 [INFO] validating manifest of genpass-0.3.1 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of genpass-0.3.1 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing genpass-0.3.1 [INFO] finished frobbing genpass-0.3.1 [INFO] frobbed toml for genpass-0.3.1 written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/genpass/0.3.1/Cargo.toml [INFO] started frobbing genpass-0.3.1 [INFO] finished frobbing genpass-0.3.1 [INFO] frobbed toml for genpass-0.3.1 written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/genpass/0.3.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking genpass-0.3.1 against master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-6/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/genpass/0.3.1:/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" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6f583361209332b3c789c41ea67af930abf96534896e8c837ee5192a9016ea14 [INFO] running `"docker" "start" "-a" "6f583361209332b3c789c41ea67af930abf96534896e8c837ee5192a9016ea14"` [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking fancy-regex v0.1.0 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling libgit2-sys v0.8.1 [INFO] [stderr] Checking zxcvbn v1.0.1 [INFO] [stderr] Compiling git2 v0.9.1 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking proptest v0.9.4 [INFO] [stderr] Checking eff-wordlist v1.0.2 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] error[E0277]: `(dyn matching::Matcher + 'static)` cannot be sent between threads safely [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/zxcvbn-1.0.1/src/matching/mod.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | / lazy_static! { [INFO] [stderr] 71 | | static ref MATCHERS: [Box; 8] = [ [INFO] [stderr] 72 | | Box::new(DictionaryMatch {}), [INFO] [stderr] 73 | | Box::new(ReverseDictionaryMatch {}), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [INFO] [stderr] | |_^ `(dyn matching::Matcher + 'static)` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Send` is not implemented for `(dyn matching::Matcher + 'static)` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Send` for `std::ptr::Unique<(dyn matching::Matcher + 'static)>` [INFO] [stderr] = note: required because it appears within the type `std::boxed::Box<(dyn matching::Matcher + 'static)>` [INFO] [stderr] = note: required because it appears within the type `[std::boxed::Box<(dyn matching::Matcher + 'static)>; 8]` [INFO] [stderr] = note: required because of the requirements on the impl of `std::marker::Sync` for `spin::once::Once<[std::boxed::Box<(dyn matching::Matcher + 'static)>; 8]>` [INFO] [stderr] = note: required because it appears within the type `lazy_static::lazy::Lazy<[std::boxed::Box<(dyn matching::Matcher + 'static)>; 8]>` [INFO] [stderr] = note: shared static variables must have a type that implements `Sync` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `zxcvbn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6f583361209332b3c789c41ea67af930abf96534896e8c837ee5192a9016ea14"` [INFO] running `"docker" "rm" "-f" "6f583361209332b3c789c41ea67af930abf96534896e8c837ee5192a9016ea14"` [INFO] [stdout] 6f583361209332b3c789c41ea67af930abf96534896e8c837ee5192a9016ea14