[INFO] cloning repository https://github.com/famedly/hedwig
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/famedly/hedwig" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffamedly%2Fhedwig", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffamedly%2Fhedwig'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b97ce1ddcee24c9ea8cc223e9ca1c605022d4200
[INFO] checking famedly/hedwig against try#93086cfebfccb79083c59d0d3b2052944bba643c for pr-146440-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffamedly%2Fhedwig" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/famedly/hedwig
[INFO] finished tweaking git repo https://github.com/famedly/hedwig
[INFO] tweaked toml for git repo https://github.com/famedly/hedwig written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/famedly/hedwig on toolchain 93086cfebfccb79083c59d0d3b2052944bba643c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/famedly/hedwig 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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 46cc2d647a369ced1da6536f0588d0c41c39f30b2ad157b694299468ed512686
[INFO] running `Command { std: "docker" "start" "-a" "46cc2d647a369ced1da6536f0588d0c41c39f30b2ad157b694299468ed512686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46cc2d647a369ced1da6536f0588d0c41c39f30b2ad157b694299468ed512686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46cc2d647a369ced1da6536f0588d0c41c39f30b2ad157b694299468ed512686", kill_on_drop: false }`
[INFO] [stdout] 46cc2d647a369ced1da6536f0588d0c41c39f30b2ad157b694299468ed512686
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d97d62e2aa6de2895fed9736c458207a566fcb6d2924f5e8d65c971b5cf2a134
[INFO] running `Command { std: "docker" "start" "-a" "d97d62e2aa6de2895fed9736c458207a566fcb6d2924f5e8d65c971b5cf2a134", kill_on_drop: false }`
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling vergen-lib v0.1.6
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]     Checking opentelemetry v0.30.0
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling vergen v9.0.6
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]    Compiling sysinfo v0.34.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling vergen-gitcl v1.0.8
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling erased-serde v0.4.8
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking opentelemetry_sdk v0.30.0
[INFO] [stderr]     Checking opentelemetry_sdk v0.31.0
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking protobuf-support v3.7.2
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling opentelemetry-resource-detectors v0.9.0
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr] error: could not compile `opentelemetry_sdk` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/93086cfebfccb79083c59d0d3b2052944bba643c/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry_sdk-0.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=rust_2024_compatibility --allow=tail_expr_drop_order --allow=if_let_rescope --allow=edition_2024_expr_fragment_specifier '--warn=clippy::all' --cfg 'feature="default"' --cfg 'feature="experimental_async_runtime"' --cfg 'feature="internal-logs"' --cfg 'feature="logs"' --cfg 'feature="metrics"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="rt-tokio"' --cfg 'feature="serde_json"' --cfg 'feature="tokio"' --cfg 'feature="tokio-stream"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "experimental_async_runtime", "experimental_logs_batch_log_processor_with_async_runtime", "experimental_logs_concurrent_log_processor", "experimental_metrics_custom_reader", "experimental_metrics_disable_name_validation", "experimental_metrics_periodicreader_with_async_runtime", "experimental_trace_batch_span_processor_with_async_runtime", "http", "internal-logs", "jaeger_remote_sampler", "logs", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "spec_unstable_logs_enabled", "spec_unstable_metrics_views", "testing", "tokio", "tokio-stream", "trace", "url"))' -C metadata=88c21af5ddc081fc -C extra-filename=-21fc70de779544fe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-3b07ee62b6910a08.rmeta --extern futures_executor=/opt/rustwide/target/debug/deps/libfutures_executor-58fb8377d8e9dc3c.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-535842df0af2d931.rmeta --extern opentelemetry=/opt/rustwide/target/debug/deps/libopentelemetry-6551f9fc837129d1.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-f0f3780066f274e0.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-671986b497693312.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2b7e8be1f5aeb5ff.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0b1acafd247ee95c.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-51e4b2df9acf567a.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-ce7ff527075ab921.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `h2` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/93086cfebfccb79083c59d0d3b2052944bba643c/bin/rustc --crate-name h2 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=489df1a6eb5d9c0d -C extra-filename=-91a62b589e55a4fa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atomic_waker=/opt/rustwide/target/debug/deps/libatomic_waker-d2edf130acb84086.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-bf9ae889bab8acee.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-756e876442dee363.rmeta --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-e7bd2ffb932e7c3a.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-28a8fa56a339b838.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-b7362b814ef83481.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-ab20fc0822f5e3c5.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-51e4b2df9acf567a.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-6b392a74cf413192.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e82bdbd499c93d88.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d97d62e2aa6de2895fed9736c458207a566fcb6d2924f5e8d65c971b5cf2a134", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d97d62e2aa6de2895fed9736c458207a566fcb6d2924f5e8d65c971b5cf2a134", kill_on_drop: false }`
[INFO] [stdout] d97d62e2aa6de2895fed9736c458207a566fcb6d2924f5e8d65c971b5cf2a134
