[INFO] cloning repository https://github.com/ayourtch-llm/ayssh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ayourtch-llm/ayssh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch-llm%2Fayssh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch-llm%2Fayssh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 169f46d9a5ff4f0c28967ba70379276f049a48d2
[INFO] testing ayourtch-llm/ayssh against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch-llm%2Fayssh" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ayourtch-llm/ayssh
[INFO] finished tweaking git repo https://github.com/ayourtch-llm/ayssh
[INFO] tweaked toml for git repo https://github.com/ayourtch-llm/ayssh written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ayourtch-llm/ayssh on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ayourtch-llm/ayssh already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c
[INFO] running `Command { std: "docker" "start" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling p521 v0.13.3
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling ayssh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.90s
[INFO] running `Command { std: "docker" "inspect" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling ayssh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `ayssh` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name ayssh --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9aa9b8fd753d5b2 -C extra-filename=-e033694d974e3da1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aes=/opt/rustwide/target/debug/deps/libaes-bddd3711553493bf.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-0a2a898a255f8f5c.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-2ed9460101f17bbf.rlib --extern chacha20=/opt/rustwide/target/debug/deps/libchacha20-5d3424671e153d88.rlib --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-0d5efebe1ae027b8.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-b089ce6aa9e199ad.rlib --extern generic_array=/opt/rustwide/target/debug/deps/libgeneric_array-c6ca9bac1e0734e2.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern k256=/opt/rustwide/target/debug/deps/libk256-e0f4095ee7de16b6.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-c8a1c7184ffedcfe.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-8282b5a1e98ad392.rlib --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-3c4a2495784e9e95.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-5f5f7eaedd5abb87.rlib --extern p256=/opt/rustwide/target/debug/deps/libp256-4d94c59de16b4ba3.rlib --extern p384=/opt/rustwide/target/debug/deps/libp384-5b40ef568c7289e1.rlib --extern p521=/opt/rustwide/target/debug/deps/libp521-5cb5a7fa27eacd04.rlib --extern pem=/opt/rustwide/target/debug/deps/libpem-c65b0b75163a9934.rlib --extern poly1305=/opt/rustwide/target/debug/deps/libpoly1305-3790b87dc20c9b60.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-9430bfa85d5a43b1.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-90cf57d85c36a80c.rlib --extern rsa=/opt/rustwide/target/debug/deps/librsa-15f42e62a7ccdaac.rlib --extern sha1=/opt/rustwide/target/debug/deps/libsha1-ec3bd8928c7f5da8.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-c2a2372399143bee.rlib --extern signature=/opt/rustwide/target/debug/deps/libsignature-71de02c686bc015d.rlib --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-9600f7efd1e82d97.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-01ed9f74e4d04ee9.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-f9a39b82b82584ec.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d1b3af7947dc41c3.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-8f09cf383d1557b9.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-df898a621973dc5e.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-2824006d216e81da.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-693277a1549ac918.rlib --extern x25519_dalek=/opt/rustwide/target/debug/deps/libx25519_dalek-a39b59b41a17949f.rlib --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-eb4d4fff18a7d4c3.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-5a039f55cb21dada/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c", kill_on_drop: false }`
[INFO] [stdout] 9251a1ea31433e2d122b57173480fecc75c7ed7b76c2b8a32133436cee776a2c
