[INFO] crate minisign 0.5.13 is already in cache [INFO] checking minisign-0.5.13 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate minisign 0.5.13 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate minisign 0.5.13 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate minisign 0.5.13 [INFO] finished tweaking crates.io crate minisign 0.5.13 [INFO] tweaked toml for crates.io crate minisign 0.5.13 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4cca529dad94f5dff556389e9a8b49e58a4b48fb865028c69a3e7405d9ad9014 [INFO] running `"docker" "start" "-a" "4cca529dad94f5dff556389e9a8b49e58a4b48fb865028c69a3e7405d9ad9014"` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking rpassword v4.0.3 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking scrypt v0.2.0 [INFO] [stderr] Checking minisign v0.5.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable call [INFO] [stderr] --> src/errors.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | PError::new(ErrorKind::Misc, err) [INFO] [stderr] | ^^^^^^^^^^^ unreachable call --- any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/errors.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn new(kind: ErrorKind, err: E) -> PError [INFO] [stderr] | --- [INFO] [stderr] 39 | where [INFO] [stderr] 40 | E: Into>, [INFO] [stderr] | ------------------------------------- required by this bound in `errors::PError::new` [INFO] [stderr] ... [INFO] [stderr] 94 | PError::new(ErrorKind::Misc, err) [INFO] [stderr] | ^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `std::boxed::Box<(dyn std::error::Error + std::marker::Send + std::marker::Sync + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `()` [INFO] [stderr] [INFO] [stderr] warning: unreachable call [INFO] [stderr] --> src/errors.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | PError::new(ErrorKind::Misc, err) [INFO] [stderr] | ^^^^^^^^^^^ unreachable call --- any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::error::Error` is not satisfied [INFO] [stderr] --> src/errors.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn new(kind: ErrorKind, err: E) -> PError [INFO] [stderr] | --- [INFO] [stderr] 39 | where [INFO] [stderr] 40 | E: Into>, [INFO] [stderr] | ------------------------------------- required by this bound in `errors::PError::new` [INFO] [stderr] ... [INFO] [stderr] 94 | PError::new(ErrorKind::Misc, err) [INFO] [stderr] | ^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From<()>` for `std::boxed::Box<(dyn std::error::Error + std::marker::Send + std::marker::Sync + 'static)>` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `()` [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 `minisign`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `minisign`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4cca529dad94f5dff556389e9a8b49e58a4b48fb865028c69a3e7405d9ad9014"` [INFO] running `"docker" "rm" "-f" "4cca529dad94f5dff556389e9a8b49e58a4b48fb865028c69a3e7405d9ad9014"` [INFO] [stdout] 4cca529dad94f5dff556389e9a8b49e58a4b48fb865028c69a3e7405d9ad9014