[INFO] cloning repository https://github.com/kcosr/acl-proxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kcosr/acl-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcosr%2Facl-proxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcosr%2Facl-proxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f9e3c6ef3c7cfeef8e65cd40134853066d190b7 [INFO] testing kcosr/acl-proxy against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcosr%2Facl-proxy" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kcosr/acl-proxy [INFO] finished tweaking git repo https://github.com/kcosr/acl-proxy [INFO] tweaked toml for git repo https://github.com/kcosr/acl-proxy written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kcosr/acl-proxy on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kcosr/acl-proxy 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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4f37ec2521f7b53a6623b3c2be9682f7849d7158003f2f1bec07d9a5961375a [INFO] running `Command { std: "docker" "start" "-a" "b4f37ec2521f7b53a6623b3c2be9682f7849d7158003f2f1bec07d9a5961375a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4f37ec2521f7b53a6623b3c2be9682f7849d7158003f2f1bec07d9a5961375a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4f37ec2521f7b53a6623b3c2be9682f7849d7158003f2f1bec07d9a5961375a", kill_on_drop: false }` [INFO] [stdout] b4f37ec2521f7b53a6623b3c2be9682f7849d7158003f2f1bec07d9a5961375a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c225995757e0642c7c6020a1582fe09cca73da0ceb3e46020096f050642a440d [INFO] running `Command { std: "docker" "start" "-a" "c225995757e0642c7c6020a1582fe09cca73da0ceb3e46020096f050642a440d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.1.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling oid-registry v0.7.1 [INFO] [stderr] Compiling cc v1.2.47 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling rustls-pki-types v1.13.0 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling asn1-rs-impl v0.2.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling asn1-rs-derive v0.5.1 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling asn1-rs v0.6.2 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [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 clap v4.5.53 [INFO] [stderr] Compiling der-parser v9.0.0 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling x509-parser v0.16.0 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling rcgen v0.13.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling acl-proxy v0.0.12 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "c225995757e0642c7c6020a1582fe09cca73da0ceb3e46020096f050642a440d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c225995757e0642c7c6020a1582fe09cca73da0ceb3e46020096f050642a440d", kill_on_drop: false }` [INFO] [stdout] c225995757e0642c7c6020a1582fe09cca73da0ceb3e46020096f050642a440d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1fc221e314cb8cbd926bc72886b39164d2ff8fbaab18a5924e0b157b0637e28 [INFO] running `Command { std: "docker" "start" "-a" "d1fc221e314cb8cbd926bc72886b39164d2ff8fbaab18a5924e0b157b0637e28", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling assert_cmd v2.1.1 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling acl-proxy v0.0.12 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `acl-proxy` (test "proxy_https_transparent") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name proxy_https_transparent --edition=2021 tests/proxy_https_transparent.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=ac22177931f60041 -C extra-filename=-c476f452a59aa591 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern acl_proxy=/opt/rustwide/target/debug/deps/libacl_proxy-99d5202f309b66db.rlib --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-626c221adeeb0632.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-2d4b546783acc7e1.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-fff42f7554bbeb90.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-8e64decf8cb59e96.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-3a1e775fada24a5c.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-0a5b67f4134e91d0.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-01555194389afae8.rlib --extern h2=/opt/rustwide/target/debug/deps/libh2-2e93dc006f487163.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-9df8e1579f06f5f8.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-1c37f70578659e47.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-d5a2d006854d17e4.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-aa886e4eae5aa5ea.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-5eba147e77753ca4.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-4f30ecbc259dd4f2.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-db8f3eed2a1f3f7b.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-fbcacb6919b4a2eb.rlib --extern rcgen=/opt/rustwide/target/debug/deps/librcgen-f01ff68c4b52bcfd.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-7909dbf5a0e0da7f.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-453ed40e94785d7c.rlib --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-f2760b70d3be5bc8.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-2a40bd9ad4c019ca.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-61c328d08390431c.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-b8b70aadf9145960.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-a172095a60616994.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-91ed87b9ea79a37c.rlib --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-0a178e15a5eca351.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-cc7a13674844f091.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-a2a81366fb928380.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-da77a447f5c245d5.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-c4af9f3dad0d6889.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-d32f4c898ffcfc19.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-261db3bc6355947a.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-509ac2ecb493861f/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "d1fc221e314cb8cbd926bc72886b39164d2ff8fbaab18a5924e0b157b0637e28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1fc221e314cb8cbd926bc72886b39164d2ff8fbaab18a5924e0b157b0637e28", kill_on_drop: false }` [INFO] [stdout] d1fc221e314cb8cbd926bc72886b39164d2ff8fbaab18a5924e0b157b0637e28