[INFO] updating cached repository https://github.com/tatref/honeyssh [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a7e58512884e06ec03ab5310273a47d3fa0f7070 [INFO] checking tatref/honeyssh against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftatref%2Fhoneyssh" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tatref/honeyssh on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tatref/honeyssh [INFO] finished tweaking git repo https://github.com/tatref/honeyssh [INFO] tweaked toml for git repo https://github.com/tatref/honeyssh written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/tatref/honeyssh already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 121593e23b6c5b94a5906594e710ab06fa04589181970bc2c99d7f1aebb270d7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "121593e23b6c5b94a5906594e710ab06fa04589181970bc2c99d7f1aebb270d7"` [INFO] [stderr] Checking bit-vec v0.4.4 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Compiling thrussh-libsodium v0.1.4 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking cryptovec v0.4.6 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking yasna v0.1.3 [INFO] [stderr] Checking thrussh-keys v0.11.9 [INFO] [stderr] Checking thrussh v0.20.7 [INFO] [stderr] error[E0382]: assign to part of moved value: `newkeys` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/thrussh-0.20.7/src/client/connection.rs:550:13 [INFO] [stderr] | [INFO] [stderr] 539 | let mut newkeys = kexdhdone.compute_keys( [INFO] [stderr] | ----------- move occurs because `newkeys` has type `session::NewKeys`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 549 | session.0.kex = Some(Kex::NewKeys(newkeys)); [INFO] [stderr] | ------- value moved here [INFO] [stderr] 550 | newkeys.sent = true; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ value partially assigned here after move [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0382`. [INFO] [stderr] error: could not compile `thrussh`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "121593e23b6c5b94a5906594e710ab06fa04589181970bc2c99d7f1aebb270d7"` [INFO] running `"docker" "rm" "-f" "121593e23b6c5b94a5906594e710ab06fa04589181970bc2c99d7f1aebb270d7"` [INFO] [stdout] 121593e23b6c5b94a5906594e710ab06fa04589181970bc2c99d7f1aebb270d7