[INFO] cloning repository https://github.com/wii1980/dubbo-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wii1980/dubbo-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwii1980%2Fdubbo-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwii1980%2Fdubbo-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1684f12ccacb870c912888645ab067aeae12294
[INFO] checking wii1980/dubbo-rs against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwii1980%2Fdubbo-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/wii1980/dubbo-rs
[INFO] finished tweaking git repo https://github.com/wii1980/dubbo-rs
[INFO] tweaked toml for git repo https://github.com/wii1980/dubbo-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wii1980/dubbo-rs on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wii1980/dubbo-rs 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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] 77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3
[INFO] running `Command { std: "docker" "start" "77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3", 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" "77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tonic-build v0.14.5
[INFO] [stderr]    Compiling openssl-sys v0.9.114
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling openssl v0.10.78
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rhai_codegen v3.1.0
[INFO] [stderr]     Checking thin-vec v0.2.18
[INFO] [stderr]     Checking snowflake v1.3.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]    Compiling dubbo-rs-macros v0.1.1 (/opt/rustwide/workdir/dubbo-macros)
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking opentelemetry v0.28.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling tonic-prost-build v0.14.5
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling dubbo-rs-codegen v0.1.0 (/opt/rustwide/workdir/dubbo-codegen)
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking rhai v1.24.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking protobuf-support v3.7.2
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]    Compiling dubbo-rs-protocol-triple v0.1.0 (/opt/rustwide/workdir/dubbo-protocol-triple)
[INFO] [stderr]    Compiling etcd-client v0.18.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking dubbo-rs-common v0.1.2 (/opt/rustwide/workdir/dubbo-common)
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking dubbo-rs-protocol v0.1.0 (/opt/rustwide/workdir/dubbo-protocol)
[INFO] [stderr]     Checking dubbo-rs-registry v0.1.0 (/opt/rustwide/workdir/dubbo-registry)
[INFO] [stderr]     Checking dubbo-rs-serialization v0.1.0 (/opt/rustwide/workdir/dubbo-serialization)
[INFO] [stderr]    Compiling zookeeper_derive v0.4.1
[INFO] [stderr]     Checking dubbo-rs-filter v0.1.0 (/opt/rustwide/workdir/dubbo-filter)
[INFO] [stderr]     Checking dubbo-rs-loadbalance v0.1.0 (/opt/rustwide/workdir/dubbo-loadbalance)
[INFO] [stderr]     Checking dubbo-rs-serialization-hessian2 v0.1.0 (/opt/rustwide/workdir/dubbo-serialization-hessian2)
[INFO] [stderr]     Checking dubbo-rs-serialization-json v0.1.0 (/opt/rustwide/workdir/dubbo-serialization-json)
[INFO] [stderr]     Checking zookeeper v0.8.0
[INFO] [stderr]     Checking dubbo-rs-serialization-protobuf v0.1.0 (/opt/rustwide/workdir/dubbo-serialization-protobuf)
[INFO] [stderr]     Checking dubbo-rs-configcenter v0.1.0 (/opt/rustwide/workdir/dubbo-configcenter)
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking opentelemetry_sdk v0.28.0
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling cross-lang-tests v0.1.0 (/opt/rustwide/workdir/cross-lang-tests)
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking dubbo-rs-registry-zookeeper v0.1.0 (/opt/rustwide/workdir/dubbo-registry-zookeeper)
[INFO] [stderr]     Checking dubbo-rs-configcenter-zookeeper v0.1.0 (/opt/rustwide/workdir/dubbo-configcenter-zookeeper)
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]    Compiling tests-perf v0.1.0 (/opt/rustwide/workdir/tests/perf)
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking serde_core v1.0.228
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr] error: could not compile `rhai` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name rhai --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rhai-1.24.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bin-features", "core-error", "debugging", "decimal", "default", "document-features", "f32_float", "fuzz", "getrandom", "hashbrown", "internals", "libm", "metadata", "no-std-compat", "no_closure", "no_custom_syntax", "no_float", "no_function", "no_index", "no_module", "no_object", "no_optimize", "no_position", "no_std", "no_time", "only_i32", "only_i64", "rust_decimal", "rustyline", "serde", "serde_json", "std", "sync", "testing-environ", "unchecked", "unicode-xid", "unicode-xid-ident", "unstable", "wasm-bindgen"))' -C metadata=605e45180229676d -C extra-filename=-a8e28504ec20a8f1 --out-dir /opt/rustwide/target/debug/build/rhai/a8e28504ec20a8f1/out -L dependency=/opt/rustwide/target/debug/build/ahash/1ba098d1936beddf/out -L dependency=/opt/rustwide/target/debug/build/bitflags/8622a36d4a1f0c04/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/const-random/3640d87c2fcd27f7/out -L dependency=/opt/rustwide/target/debug/build/const-random-macro/9fc55cceb657d340/out -L dependency=/opt/rustwide/target/debug/build/getrandom/fc229b79b8b58474/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out -L dependency=/opt/rustwide/target/debug/build/num-traits/3f20bdcfe3eb0a45/out -L dependency=/opt/rustwide/target/debug/build/once_cell/ced40ac705425279/out -L dependency=/opt/rustwide/target/debug/build/portable-atomic/e9c07a59c608b009/out -L dependency=/opt/rustwide/target/debug/build/rhai_codegen/c11440406248761d/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out -L dependency=/opt/rustwide/target/debug/build/smartstring/f5ffda45e7c7022c/out -L dependency=/opt/rustwide/target/debug/build/static_assertions/f2154b0bf273423d/out -L dependency=/opt/rustwide/target/debug/build/thin-vec/bc0157cb18efd237/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/53700c97c830243b/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/9d12af7b99cd90d8/out --extern ahash=/opt/rustwide/target/debug/build/ahash/1ba098d1936beddf/out/libahash-1ba098d1936beddf.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/8622a36d4a1f0c04/out/libbitflags-8622a36d4a1f0c04.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/3f20bdcfe3eb0a45/out/libnum_traits-3f20bdcfe3eb0a45.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/ced40ac705425279/out/libonce_cell-ced40ac705425279.rmeta --extern rhai_codegen=/opt/rustwide/target/debug/build/rhai_codegen/c11440406248761d/out/librhai_codegen-c11440406248761d.so --extern smallvec=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out/libsmallvec-96d7c7a7332b4422.rmeta --extern smartstring=/opt/rustwide/target/debug/build/smartstring/f5ffda45e7c7022c/out/libsmartstring-f5ffda45e7c7022c.rmeta --extern thin_vec=/opt/rustwide/target/debug/build/thin-vec/bc0157cb18efd237/out/libthin_vec-bc0157cb18efd237.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3", kill_on_drop: false }`
[INFO] [stdout] 77d7118a662462ae2f43500aac35e7f524f87abf849a77b83deccc542cfd3ca3
