[INFO] crate thrussh-keys 0.13.0 is already in cache [INFO] checking thrussh-keys-0.13.0 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate thrussh-keys 0.13.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate thrussh-keys 0.13.0 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate thrussh-keys 0.13.0 [INFO] finished tweaking crates.io crate thrussh-keys 0.13.0 [INFO] tweaked toml for crates.io crate thrussh-keys 0.13.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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] 158701cd0fbb59818ca2ed8d34b061b6ca4cfba20393849f209cdf52f379e695 [INFO] running `"docker" "start" "-a" "158701cd0fbb59818ca2ed8d34b061b6ca4cfba20393849f209cdf52f379e695"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling thrussh-libsodium v0.1.4 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking cryptovec v0.5.0 [INFO] [stderr] Checking yasna v0.3.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking thrussh-keys v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:685:52 [INFO] [stderr] | [INFO] [stderr] 685 | let sig = client.sign_request(&public, buf).await?.unwrap(); [INFO] [stderr] | ^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut cryptovec::CryptoVec` [INFO] [stderr] found reference `&[u8; 6]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for unit type `()` in the current scope [INFO] [stderr] --> src/lib.rs:685:64 [INFO] [stderr] | [INFO] [stderr] 685 | let sig = client.sign_request(&public, buf).await?.unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `()` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:680:76 [INFO] [stderr] | [INFO] [stderr] 680 | let stream = tokio::net::UnixStream::connect(&agent_path).await?; [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:682:49 [INFO] [stderr] | [INFO] [stderr] 682 | client.add_identity(&key, &[]).await?; [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:683:46 [INFO] [stderr] | [INFO] [stderr] 683 | client.request_identities().await?; [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:685:62 [INFO] [stderr] | [INFO] [stderr] 685 | let sig = client.sign_request(&public, buf).await?.unwrap(); [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:747:52 [INFO] [stderr] | [INFO] [stderr] 747 | let sig = client.sign_request(&public, buf).await?.unwrap(); [INFO] [stderr] | ^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut cryptovec::CryptoVec` [INFO] [stderr] found reference `&[u8; 6]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for unit type `()` in the current scope [INFO] [stderr] --> src/lib.rs:747:64 [INFO] [stderr] | [INFO] [stderr] 747 | let sig = client.sign_request(&public, buf).await?.unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `()` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:740:76 [INFO] [stderr] | [INFO] [stderr] 740 | let stream = tokio::net::UnixStream::connect(&agent_path).await?; [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:744:23 [INFO] [stderr] | [INFO] [stderr] 744 | .await?; [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:745:46 [INFO] [stderr] | [INFO] [stderr] 745 | client.request_identities().await?; [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `Error` [INFO] [stderr] --> src/lib.rs:747:62 [INFO] [stderr] | [INFO] [stderr] 747 | let sig = client.sign_request(&public, buf).await?.unwrap(); [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `thrussh-keys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "158701cd0fbb59818ca2ed8d34b061b6ca4cfba20393849f209cdf52f379e695"` [INFO] running `"docker" "rm" "-f" "158701cd0fbb59818ca2ed8d34b061b6ca4cfba20393849f209cdf52f379e695"` [INFO] [stdout] 158701cd0fbb59818ca2ed8d34b061b6ca4cfba20393849f209cdf52f379e695