[INFO] cloning repository https://github.com/rustyhorde/mussh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rustyhorde/mussh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustyhorde%2Fmussh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustyhorde%2Fmussh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a3a8688b064695a8bb9986319a46cd2fc8714aed [INFO] testing rustyhorde/mussh against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustyhorde%2Fmussh" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rustyhorde/mussh on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rustyhorde/mussh [INFO] finished tweaking git repo https://github.com/rustyhorde/mussh [INFO] tweaked toml for git repo https://github.com/rustyhorde/mussh written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/rustyhorde/mussh already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossbeam-channel v0.4.4 [INFO] [stderr] Downloaded hashlink v0.7.0 [INFO] [stderr] Downloaded redox_users v0.3.5 [INFO] [stderr] Downloaded blake2b_simd v0.5.11 [INFO] [stderr] Downloaded rust-argon2 v0.8.2 [INFO] [stderr] Downloaded ssh2 v0.9.1 [INFO] [stderr] Downloaded parking_lot v0.10.2 [INFO] [stderr] Downloaded fallible-iterator v0.2.0 [INFO] [stderr] Downloaded libsqlite3-sys v0.22.2 [INFO] [stderr] Downloaded ahash v0.7.4 [INFO] [stderr] Downloaded hashbrown v0.11.2 [INFO] [stderr] Downloaded parking_lot_core v0.7.2 [INFO] [stderr] Downloaded fallible-streaming-iterator v0.1.9 [INFO] [stderr] Downloaded rusqlite v0.25.3 [INFO] [stderr] Downloaded slog-async v2.5.0 [INFO] [stderr] Downloaded wait_group v0.1.4 [INFO] [stderr] Downloaded libmussh v1.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8cb9d9ebad997adc7b4d5d4aa4fc8c435fe1d5e72dc6a1f18829f5d431284956 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8cb9d9ebad997adc7b4d5d4aa4fc8c435fe1d5e72dc6a1f18829f5d431284956", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8cb9d9ebad997adc7b4d5d4aa4fc8c435fe1d5e72dc6a1f18829f5d431284956", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cb9d9ebad997adc7b4d5d4aa4fc8c435fe1d5e72dc6a1f18829f5d431284956", kill_on_drop: false }` [INFO] [stdout] 8cb9d9ebad997adc7b4d5d4aa4fc8c435fe1d5e72dc6a1f18829f5d431284956 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d55fbdfaa13bf47e6cadb62a09f3ddfab662a74cf5c3cfb6c6f578f0d9c1c13f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d55fbdfaa13bf47e6cadb62a09f3ddfab662a74cf5c3cfb6c6f578f0d9c1c13f", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling wait_group v0.1.4 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling slog-try v0.2.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling getset v0.1.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rusqlite v0.25.3 [INFO] [stderr] Compiling slog-async v2.5.0 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling ssh2 v0.9.1 [INFO] [stderr] Compiling libmussh v1.1.3 [INFO] [stderr] Compiling mussh v3.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: lint `safe_packed_borrows` has been renamed to `unaligned_references` [INFO] [stdout] --> src/main.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | safe_packed_borrows, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `unaligned_references` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | renamed_and_removed_lints, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated constant `rusqlite::NO_PARAMS`: Use an empty array instead; `stmt.execute(NO_PARAMS)` => `stmt.execute([])` [INFO] [stdout] --> src/subcmd/run.rs:15:28 [INFO] [stdout] | [INFO] [stdout] 15 | use rusqlite::{Connection, NO_PARAMS}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/main.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | deprecated, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated constant `rusqlite::NO_PARAMS`: Use an empty array instead; `stmt.execute(NO_PARAMS)` => `stmt.execute([])` [INFO] [stdout] --> src/subcmd/run.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | NO_PARAMS, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mussh` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d55fbdfaa13bf47e6cadb62a09f3ddfab662a74cf5c3cfb6c6f578f0d9c1c13f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d55fbdfaa13bf47e6cadb62a09f3ddfab662a74cf5c3cfb6c6f578f0d9c1c13f", kill_on_drop: false }` [INFO] [stdout] d55fbdfaa13bf47e6cadb62a09f3ddfab662a74cf5c3cfb6c6f578f0d9c1c13f