[INFO] cloning repository https://github.com/openjobspec/ojs-rust-sdk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/openjobspec/ojs-rust-sdk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenjobspec%2Fojs-rust-sdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenjobspec%2Fojs-rust-sdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 19cbbe81921d8ed60e0fece54d59d2f4cc3c704e
[INFO] testing openjobspec/ojs-rust-sdk against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenjobspec%2Fojs-rust-sdk" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/openjobspec/ojs-rust-sdk
[INFO] finished tweaking git repo https://github.com/openjobspec/ojs-rust-sdk
[INFO] tweaked toml for git repo https://github.com/openjobspec/ojs-rust-sdk written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/openjobspec/ojs-rust-sdk on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 289 packages to latest compatible versions
[INFO] [stderr]       Adding aws_lambda_events v0.15.1 (available: v1.0.3)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding lambda_runtime v0.13.0 (available: v1.0.2)
[INFO] [stderr]       Adding opentelemetry v0.28.0 (available: v0.31.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.10.0)
[INFO] [stderr]       Adding reqwest v0.12.28 (available: v0.13.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pin-project-lite v0.2.17
[INFO] [stderr]   Downloaded socket2 v0.6.3
[INFO] [stderr]   Downloaded http-serde v2.1.1
[INFO] [stderr]   Downloaded query_map v0.7.0
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.114
[INFO] [stderr]   Downloaded lambda_runtime_api_client v0.11.1
[INFO] [stderr]   Downloaded tokio-macros v2.6.1
[INFO] [stderr]   Downloaded pin-project-internal v1.1.11
[INFO] [stderr]   Downloaded serde_with_macros v3.17.0
[INFO] [stderr]   Downloaded pin-project v1.1.11
[INFO] [stderr]   Downloaded serde_dynamo v4.3.0
[INFO] [stderr]   Downloaded opentelemetry v0.28.0
[INFO] [stderr]   Downloaded js-sys v0.3.91
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.42
[INFO] [stderr]   Downloaded r-efi v6.0.0
[INFO] [stderr]   Downloaded getrandom v0.4.2
[INFO] [stderr]   Downloaded aws_lambda_events v0.15.1
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.114
[INFO] [stderr]   Downloaded serde_with v3.17.0
[INFO] [stderr]   Downloaded chrono v0.4.44
[INFO] [stderr]   Downloaded zerocopy v0.8.42
[INFO] [stderr]   Downloaded proptest v1.10.0
[INFO] [stderr]   Downloaded tempfile v3.26.0
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.64
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.114
[INFO] [stderr]   Downloaded uuid v1.22.0
[INFO] [stderr]   Downloaded regex-syntax v0.8.10
[INFO] [stderr]   Downloaded lambda_runtime v0.13.0
[INFO] [stderr]   Downloaded schannel v0.1.29
[INFO] [stderr]   Downloaded rustix v1.1.4
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.114
[INFO] [stderr]   Downloaded quote v1.0.45
[INFO] [stderr]   Downloaded ipnet v2.12.0
[INFO] [stderr]   Downloaded web-sys v0.3.91
[INFO] [stderr]   Downloaded libc v0.2.183
[INFO] [stderr]   Downloaded tokio v1.50.0
[INFO] [stderr]   Downloaded linux-raw-sys v0.12.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e0ea5c75c461408d0a69baac41e393d4f4cf568e47dc1d425a9f62a0b2bbbf01
[INFO] running `Command { std: "docker" "start" "-a" "e0ea5c75c461408d0a69baac41e393d4f4cf568e47dc1d425a9f62a0b2bbbf01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e0ea5c75c461408d0a69baac41e393d4f4cf568e47dc1d425a9f62a0b2bbbf01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0ea5c75c461408d0a69baac41e393d4f4cf568e47dc1d425a9f62a0b2bbbf01", kill_on_drop: false }`
[INFO] [stdout] e0ea5c75c461408d0a69baac41e393d4f4cf568e47dc1d425a9f62a0b2bbbf01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f007c51d8311dda3dd4cfc87b2c85f4ba6b07d32aeb2417bed074c6fbd4a04bd
[INFO] running `Command { std: "docker" "start" "-a" "f007c51d8311dda3dd4cfc87b2c85f4ba6b07d32aeb2417bed074c6fbd4a04bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling ojs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.47s
[INFO] running `Command { std: "docker" "inspect" "f007c51d8311dda3dd4cfc87b2c85f4ba6b07d32aeb2417bed074c6fbd4a04bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f007c51d8311dda3dd4cfc87b2c85f4ba6b07d32aeb2417bed074c6fbd4a04bd", kill_on_drop: false }`
[INFO] [stdout] f007c51d8311dda3dd4cfc87b2c85f4ba6b07d32aeb2417bed074c6fbd4a04bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e35b8d196d7933d9a0a1cd7b1b403eab68bb9ee03968308d7c21477778adfb56
[INFO] running `Command { std: "docker" "start" "-a" "e35b8d196d7933d9a0a1cd7b1b403eab68bb9ee03968308d7c21477778adfb56", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling ojs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `ojs` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name ojs --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 --cfg 'feature="default"' --cfg 'feature="reqwest-transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("common-middleware", "default", "encryption", "otel-middleware", "reqwest-transport", "serverless-lambda", "testing", "tracing-middleware"))' -C metadata=c918da8274c9b283 -C extra-filename=-b94a1ec49dc06daa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-116e52c33784a280.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c38a3ab319db15d7.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-914461202e7939a9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d60bbc698a703c5b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5faba79c2f38a653.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-febd874bb6b84460.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cfbda371813bb1bb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7111059953143b6e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2f42c316e1378f36.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-413dfb5c2efba687.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-615addaa6b95be58.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-693d3d3dd607226d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ojs` (test "worker_integration_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name worker_integration_test --edition=2021 tests/worker_integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="reqwest-transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("common-middleware", "default", "encryption", "otel-middleware", "reqwest-transport", "serverless-lambda", "testing", "tracing-middleware"))' -C metadata=5b533658b7d6445a -C extra-filename=-0d3c91191ea3ba8f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-116e52c33784a280.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c38a3ab319db15d7.rlib --extern ojs=/opt/rustwide/target/debug/deps/libojs-1ef930881fe100a5.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-914461202e7939a9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d60bbc698a703c5b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5faba79c2f38a653.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-febd874bb6b84460.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cfbda371813bb1bb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7111059953143b6e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2f42c316e1378f36.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-413dfb5c2efba687.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-615addaa6b95be58.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-693d3d3dd607226d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `ojs` (test "http_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name http_test --edition=2021 tests/http_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="reqwest-transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("common-middleware", "default", "encryption", "otel-middleware", "reqwest-transport", "serverless-lambda", "testing", "tracing-middleware"))' -C metadata=208f57c2eab5e824 -C extra-filename=-3a17b6b601735b63 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-116e52c33784a280.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c38a3ab319db15d7.rlib --extern ojs=/opt/rustwide/target/debug/deps/libojs-1ef930881fe100a5.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-914461202e7939a9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d60bbc698a703c5b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5faba79c2f38a653.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-febd874bb6b84460.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cfbda371813bb1bb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7111059953143b6e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2f42c316e1378f36.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-413dfb5c2efba687.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-615addaa6b95be58.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-693d3d3dd607226d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `ojs` (test "rate_limiter_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name rate_limiter_test --edition=2021 tests/rate_limiter_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="reqwest-transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("common-middleware", "default", "encryption", "otel-middleware", "reqwest-transport", "serverless-lambda", "testing", "tracing-middleware"))' -C metadata=2ba186610a5ecfdf -C extra-filename=-7c38266caf9ee7ee --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-116e52c33784a280.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c38a3ab319db15d7.rlib --extern ojs=/opt/rustwide/target/debug/deps/libojs-1ef930881fe100a5.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-914461202e7939a9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d60bbc698a703c5b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5faba79c2f38a653.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-febd874bb6b84460.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cfbda371813bb1bb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7111059953143b6e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2f42c316e1378f36.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-413dfb5c2efba687.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-615addaa6b95be58.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-693d3d3dd607226d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `ojs` (example "middleware_example")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name middleware_example --edition=2021 examples/middleware_example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="reqwest-transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("common-middleware", "default", "encryption", "otel-middleware", "reqwest-transport", "serverless-lambda", "testing", "tracing-middleware"))' -C metadata=6ecdb184de01e87e -C extra-filename=-6a316980971d0139 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-116e52c33784a280.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c38a3ab319db15d7.rlib --extern ojs=/opt/rustwide/target/debug/deps/libojs-1ef930881fe100a5.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-914461202e7939a9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d60bbc698a703c5b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5faba79c2f38a653.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-febd874bb6b84460.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cfbda371813bb1bb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7111059953143b6e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2f42c316e1378f36.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-413dfb5c2efba687.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-615addaa6b95be58.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-693d3d3dd607226d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `ojs` (example "worker_processing")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name worker_processing --edition=2021 examples/worker_processing.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="reqwest-transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("common-middleware", "default", "encryption", "otel-middleware", "reqwest-transport", "serverless-lambda", "testing", "tracing-middleware"))' -C metadata=d48b2598f5e22f9c -C extra-filename=-dabae3bbaa57cfc3 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-116e52c33784a280.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c38a3ab319db15d7.rlib --extern ojs=/opt/rustwide/target/debug/deps/libojs-1ef930881fe100a5.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-914461202e7939a9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d60bbc698a703c5b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5faba79c2f38a653.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-febd874bb6b84460.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cfbda371813bb1bb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7111059953143b6e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2f42c316e1378f36.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-413dfb5c2efba687.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-615addaa6b95be58.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-693d3d3dd607226d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `ojs` (test "proptest_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.94.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name proptest_test --edition=2021 tests/proptest_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="reqwest-transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("common-middleware", "default", "encryption", "otel-middleware", "reqwest-transport", "serverless-lambda", "testing", "tracing-middleware"))' -C metadata=8f2c391d86ad5021 -C extra-filename=-2a125cabe2594dd9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-116e52c33784a280.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-c38a3ab319db15d7.rlib --extern ojs=/opt/rustwide/target/debug/deps/libojs-1ef930881fe100a5.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-da745164736ca656.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-914461202e7939a9.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d60bbc698a703c5b.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-5faba79c2f38a653.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-febd874bb6b84460.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cfbda371813bb1bb.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7111059953143b6e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2f42c316e1378f36.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-413dfb5c2efba687.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-41515f1213744e61.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-615addaa6b95be58.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-693d3d3dd607226d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e35b8d196d7933d9a0a1cd7b1b403eab68bb9ee03968308d7c21477778adfb56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e35b8d196d7933d9a0a1cd7b1b403eab68bb9ee03968308d7c21477778adfb56", kill_on_drop: false }`
[INFO] [stdout] e35b8d196d7933d9a0a1cd7b1b403eab68bb9ee03968308d7c21477778adfb56
