[INFO] cloning repository https://github.com/Boog900/Monero-stress-test-tools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Boog900/Monero-stress-test-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoog900%2FMonero-stress-test-tools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoog900%2FMonero-stress-test-tools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa63711f30946bbe11aee6e9e545ca1125743d82
[INFO] building Boog900/Monero-stress-test-tools against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoog900%2FMonero-stress-test-tools" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Boog900/Monero-stress-test-tools on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Boog900/Monero-stress-test-tools
[INFO] finished tweaking git repo https://github.com/Boog900/Monero-stress-test-tools
[INFO] tweaked toml for git repo https://github.com/Boog900/Monero-stress-test-tools written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/Boog900/Monero-stress-test-tools 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/Cuprate/cuprate.git`
[INFO] [stderr]     Updating git repository `https://github.com/Cuprate/serai.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded httparse v1.9.3
[INFO] [stderr]   Downloaded sealed v0.5.0
[INFO] [stderr]   Downloaded base58-monero v2.0.0
[INFO] [stderr]   Downloaded digest_auth v0.3.1
[INFO] [stderr]   Downloaded object v0.36.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f14428de5ddee9d5fb6e2d7086048272055a87b412b7319aa34222f39e3e0c5
[INFO] running `Command { std: "docker" "start" "-a" "2f14428de5ddee9d5fb6e2d7086048272055a87b412b7319aa34222f39e3e0c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f14428de5ddee9d5fb6e2d7086048272055a87b412b7319aa34222f39e3e0c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f14428de5ddee9d5fb6e2d7086048272055a87b412b7319aa34222f39e3e0c5", kill_on_drop: false }`
[INFO] [stdout] 2f14428de5ddee9d5fb6e2d7086048272055a87b412b7319aa34222f39e3e0c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef7a403439cac499ec6e229ac4601afc977ddc6400ce616ae293827eae88d3c9
[INFO] running `Command { std: "docker" "start" "-a" "ef7a403439cac499ec6e229ac4601afc977ddc6400ce616ae293827eae88d3c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling platforms v3.4.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling httparse v1.9.3
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rustls v0.23.10
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.2
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling std-shims v0.1.1 (https://github.com/Cuprate/serai.git?rev=347d4cf#347d4cf4)
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling borsh v1.5.1
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling std-shims v0.1.1 (https://github.com/Cuprate/serai.git?rev=d27d934#d27d9348)
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling cuprate-helper v0.1.0 (https://github.com/Cuprate/cuprate.git?branch=network-init#cbcfbff8)
[INFO] [stderr]    Compiling rustls-native-certs v0.7.0
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling clap_builder v4.5.7
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling digest_auth v0.3.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling syn_derive v0.1.8
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]    Compiling borsh-derive v1.5.1
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling multiexp v0.4.0 (https://github.com/Cuprate/serai.git?rev=347d4cf#347d4cf4)
[INFO] [stderr]    Compiling rustls-webpki v0.102.4
[INFO] [stderr]    Compiling flexible-transcript v0.3.2 (https://github.com/Cuprate/serai.git?rev=d27d934#d27d9348)
[INFO] [stderr]    Compiling multiexp v0.4.0 (https://github.com/Cuprate/serai.git?rev=d27d934#d27d9348)
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling base58-monero v2.0.0
[INFO] [stderr]    Compiling fixed-bytes v0.1.0 (https://github.com/Cuprate/cuprate.git?branch=network-init#cbcfbff8)
[INFO] [stderr]    Compiling epee-encoding v0.5.0 (https://github.com/Cuprate/cuprate.git?branch=network-init#cbcfbff8)
[INFO] [stderr]    Compiling monero-pruning v0.1.0 (https://github.com/Cuprate/cuprate.git?branch=network-init#cbcfbff8)
[INFO] [stderr]    Compiling dalek-ff-group v0.4.1 (https://github.com/Cuprate/serai.git?rev=347d4cf#347d4cf4)
[INFO] [stderr]    Compiling dalek-ff-group v0.4.1 (https://github.com/Cuprate/serai.git?rev=d27d934#d27d9348)
[INFO] [stderr]    Compiling clap v4.5.7
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling monero-generators v0.4.0 (https://github.com/Cuprate/serai.git?rev=d27d934#d27d9348)
[INFO] [stderr]    Compiling monero-generators v0.4.0 (https://github.com/Cuprate/serai.git?rev=347d4cf#347d4cf4)
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling monero-serai v0.1.4-alpha (https://github.com/Cuprate/serai.git?rev=347d4cf#347d4cf4)
[INFO] [stderr]    Compiling monero-serai v0.1.4-alpha (https://github.com/Cuprate/serai.git?rev=d27d934#d27d9348)
[INFO] [stderr]    Compiling levin-cuprate v0.1.0 (https://github.com/Cuprate/cuprate.git?branch=network-init#cbcfbff8)
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling hyper-util v0.1.5
[INFO] [stderr]    Compiling monero-wire v0.1.0 (https://github.com/Cuprate/cuprate.git?branch=network-init#cbcfbff8)
[INFO] [stderr]    Compiling hyper-rustls v0.27.2
[INFO] [stderr]    Compiling simple-request v0.1.0 (https://github.com/Cuprate/serai.git?rev=d27d934#d27d9348)
[INFO] [stderr]    Compiling monero-p2p v0.1.0 (https://github.com/Cuprate/cuprate.git?branch=network-init#cbcfbff8)
[INFO] [stderr]    Compiling connection-maker v0.1.0 (/opt/rustwide/workdir/connection-maker)
[INFO] [stderr]    Compiling tx-spam v0.1.0 (/opt/rustwide/workdir/tx-spam)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.45s
[INFO] running `Command { std: "docker" "inspect" "ef7a403439cac499ec6e229ac4601afc977ddc6400ce616ae293827eae88d3c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef7a403439cac499ec6e229ac4601afc977ddc6400ce616ae293827eae88d3c9", kill_on_drop: false }`
[INFO] [stdout] ef7a403439cac499ec6e229ac4601afc977ddc6400ce616ae293827eae88d3c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22ee4dd9b8bb087e5f620e1956c95d29abf4e34bb55db9b42dfb3aa8da351fb6
[INFO] running `Command { std: "docker" "start" "-a" "22ee4dd9b8bb087e5f620e1956c95d29abf4e34bb55db9b42dfb3aa8da351fb6", kill_on_drop: false }`
[INFO] [stderr]    Compiling tx-spam v0.1.0 (/opt/rustwide/workdir/tx-spam)
[INFO] [stderr]    Compiling connection-maker v0.1.0 (/opt/rustwide/workdir/connection-maker)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] running `Command { std: "docker" "inspect" "22ee4dd9b8bb087e5f620e1956c95d29abf4e34bb55db9b42dfb3aa8da351fb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22ee4dd9b8bb087e5f620e1956c95d29abf4e34bb55db9b42dfb3aa8da351fb6", kill_on_drop: false }`
[INFO] [stdout] 22ee4dd9b8bb087e5f620e1956c95d29abf4e34bb55db9b42dfb3aa8da351fb6
