[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#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftatref%2Fhoneyssh" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tatref/honeyssh on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-3/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] b1936c60e11933ed1864750e1cbe785a1d30e8a23a8feaeec57f8206d6d62661 [INFO] running `"docker" "start" "-a" "b1936c60e11933ed1864750e1cbe785a1d30e8a23a8feaeec57f8206d6d62661"` [INFO] [stderr] Compiling vcpkg v0.2.8 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling thrussh-libsodium v0.1.4 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking cryptovec v0.4.6 [INFO] [stderr] Checking tokio v0.2.18 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking yasna v0.3.1 [INFO] [stderr] Checking yasna v0.1.3 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking tokio-fs v0.1.7 [INFO] [stderr] Compiling thrussh-libsodium v0.2.0 [INFO] [stderr] Checking cryptovec v0.5.0 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.6 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking thrussh-keys v0.11.9 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking thrussh v0.20.8 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking thrussh-keys v0.13.1 [INFO] [stderr] Checking honeyssh v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0053]: method `auth_publickey` has an incompatible type for trait [INFO] [stderr] --> src/main.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | fn auth_publickey(mut self, user: &str, publickey: &PublicKey) -> Self::FutureAuth { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `thrussh_keys::key::PublicKey`, found a different enum `thrussh_keys::key::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(HoneyHandler, &str, &thrussh_keys::key::PublicKey) -> futures::Done<_, _>` (enum `thrussh_keys::key::PublicKey`) [INFO] [stderr] found fn pointer `fn(HoneyHandler, &str, &thrussh_keys::key::PublicKey) -> futures::Done<_, _>` (enum `thrussh_keys::key::PublicKey`) [INFO] [stderr] = note: perhaps two different versions of crate `thrussh_keys` are being used? [INFO] [stderr] [INFO] [stderr] error[E0053]: method `auth_publickey` has an incompatible type for trait [INFO] [stderr] --> src/main.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | fn auth_publickey(mut self, user: &str, publickey: &PublicKey) -> Self::FutureAuth { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `thrussh_keys::key::PublicKey`, found a different enum `thrussh_keys::key::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(HoneyHandler, &str, &thrussh_keys::key::PublicKey) -> futures::Done<_, _>` (enum `thrussh_keys::key::PublicKey`) [INFO] [stderr] found fn pointer `fn(HoneyHandler, &str, &thrussh_keys::key::PublicKey) -> futures::Done<_, _>` (enum `thrussh_keys::key::PublicKey`) [INFO] [stderr] = note: perhaps two different versions of crate `thrussh_keys` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:248:22 [INFO] [stderr] | [INFO] [stderr] 248 | config.keys.push(server_key); [INFO] [stderr] | ^^^^^^^^^^ expected enum `thrussh_keys::key::KeyPair`, found a different enum `thrussh_keys::key::KeyPair` [INFO] [stderr] | [INFO] [stderr] = note: perhaps two different versions of crate `thrussh_keys` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:248:22 [INFO] [stderr] | [INFO] [stderr] 248 | config.keys.push(server_key); [INFO] [stderr] | ^^^^^^^^^^ expected enum `thrussh_keys::key::KeyPair`, found a different enum `thrussh_keys::key::KeyPair` [INFO] [stderr] | [INFO] [stderr] = note: perhaps two different versions of crate `thrussh_keys` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `honeyssh`. [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: could not compile `honeyssh`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b1936c60e11933ed1864750e1cbe785a1d30e8a23a8feaeec57f8206d6d62661"` [INFO] running `"docker" "rm" "-f" "b1936c60e11933ed1864750e1cbe785a1d30e8a23a8feaeec57f8206d6d62661"` [INFO] [stdout] b1936c60e11933ed1864750e1cbe785a1d30e8a23a8feaeec57f8206d6d62661