[INFO] cloning repository https://github.com/OlegDokuchaev/apigate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OlegDokuchaev/apigate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOlegDokuchaev%2Fapigate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOlegDokuchaev%2Fapigate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4326e7e8e6ce1159d40924e2829608cb5efd8dc7
[INFO] testing OlegDokuchaev/apigate against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOlegDokuchaev%2Fapigate" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/OlegDokuchaev/apigate
[INFO] finished tweaking git repo https://github.com/OlegDokuchaev/apigate
[INFO] tweaked toml for git repo https://github.com/OlegDokuchaev/apigate written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OlegDokuchaev/apigate on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/OlegDokuchaev/apigate 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_html_form v0.4.0
[INFO] [stderr]   Downloaded toml v1.0.6+spec-1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f
[INFO] running `Command { std: "docker" "start" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f", 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" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f", 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" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling serde_html_form v0.4.0
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling apigate-macros v1.1.0 (/opt/rustwide/workdir/apigate-macros)
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling apigate-core v1.1.0 (/opt/rustwide/workdir/apigate-core)
[INFO] [stderr]    Compiling apigate v1.1.0 (/opt/rustwide/workdir/apigate)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 53.75s
[INFO] running `Command { std: "docker" "inspect" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f", 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" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling apigate-macros v1.1.0 (/opt/rustwide/workdir/apigate-macros)
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling apigate-core v1.1.0 (/opt/rustwide/workdir/apigate-core)
[INFO] [stderr]    Compiling apigate v1.1.0 (/opt/rustwide/workdir/apigate)
[INFO] [stderr] error: could not compile `apigate-core` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name apigate_core --edition=2024 apigate-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62cc4ca5770ee12 -C extra-filename=-202de8cc9a18bb6b --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern axum=/opt/rustwide/target/release/deps/libaxum-5b0d1e63832839d5.rlib --extern http=/opt/rustwide/target/release/deps/libhttp-f544f9bce4deed7c.rlib --extern hyper_util=/opt/rustwide/target/release/deps/libhyper_util-403056ad3da6ec54.rlib --extern serde=/opt/rustwide/target/release/deps/libserde-12f205da6188b64f.rlib --extern serde_html_form=/opt/rustwide/target/release/deps/libserde_html_form-4b3ebdd6b5c29224.rlib --extern smallvec=/opt/rustwide/target/release/deps/libsmallvec-b3db98ac3a44e96a.rlib --extern socket2=/opt/rustwide/target/release/deps/libsocket2-81218d296d62ffe2.rlib --extern thiserror=/opt/rustwide/target/release/deps/libthiserror-71117ee0a5cceb11.rlib --extern tokio=/opt/rustwide/target/release/deps/libtokio-6aac4a6b114186c0.rlib --extern tracing=/opt/rustwide/target/release/deps/libtracing-234e0e1aed59f0ef.rlib --extern tracing_subscriber=/opt/rustwide/target/release/deps/libtracing_subscriber-6561a2a6a881c250.rlib --extern xxhash_rust=/opt/rustwide/target/release/deps/libxxhash_rust-cbfa50f77fa0f31e.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 `apigate` (example "map")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name map --edition=2024 apigate/examples/map.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=198616920257adf7 -C extra-filename=-30409a29676e2125 --out-dir /opt/rustwide/target/release/examples -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern anyhow=/opt/rustwide/target/release/deps/libanyhow-20af1bf2f69cd60f.rlib --extern apigate=/opt/rustwide/target/release/deps/libapigate-5e9283f652ebe7d9.rlib --extern apigate_core=/opt/rustwide/target/release/deps/libapigate_core-6787670ad4c89b11.rlib --extern apigate_macros=/opt/rustwide/target/release/deps/libapigate_macros-f8d453cb25099cef.so --extern axum=/opt/rustwide/target/release/deps/libaxum-5b0d1e63832839d5.rlib --extern http=/opt/rustwide/target/release/deps/libhttp-f544f9bce4deed7c.rlib --extern serde=/opt/rustwide/target/release/deps/libserde-12f205da6188b64f.rlib --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-538b83cd36eb6209.rlib --extern serde_urlencoded=/opt/rustwide/target/release/deps/libserde_urlencoded-8d8a448a92cdb173.rlib --extern tokio=/opt/rustwide/target/release/deps/libtokio-6aac4a6b114186c0.rlib --extern tower=/opt/rustwide/target/release/deps/libtower-514e6677cd9a52af.rlib --extern tower_http=/opt/rustwide/target/release/deps/libtower_http-715442b62641a859.rlib --extern tracing=/opt/rustwide/target/release/deps/libtracing-234e0e1aed59f0ef.rlib --extern tracing_subscriber=/opt/rustwide/target/release/deps/libtracing_subscriber-6561a2a6a881c250.rlib --extern trybuild=/opt/rustwide/target/release/deps/libtrybuild-309de51ba1be8d5e.rlib --extern uuid=/opt/rustwide/target/release/deps/libuuid-7ac9430999cda0dd.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f", kill_on_drop: false }`
[INFO] [stdout] ea2204e769eacf2222ea7c6a10cbacbacb8e5dfbee66cca6ef31cc320056481f
