[INFO] cloning repository https://github.com/kvinwang/dstack-vpc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kvinwang/dstack-vpc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkvinwang%2Fdstack-vpc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkvinwang%2Fdstack-vpc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0636f14769d8577525f3cc6ded19c1699d2ccf82 [INFO] checking kvinwang/dstack-vpc against try#94e848735e78b58442e0b82e9c60f8f430840389 for pr-149218 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkvinwang%2Fdstack-vpc" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kvinwang/dstack-vpc [INFO] finished tweaking git repo https://github.com/kvinwang/dstack-vpc [INFO] tweaked toml for git repo https://github.com/kvinwang/dstack-vpc written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kvinwang/dstack-vpc on toolchain 94e848735e78b58442e0b82e9c60f8f430840389 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kvinwang/dstack-vpc 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" "+94e848735e78b58442e0b82e9c60f8f430840389" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47ecd760ba43d5ca02baf34e28253f504e89bc08327aa01cbd1289ba2d16599d [INFO] running `Command { std: "docker" "start" "-a" "47ecd760ba43d5ca02baf34e28253f504e89bc08327aa01cbd1289ba2d16599d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47ecd760ba43d5ca02baf34e28253f504e89bc08327aa01cbd1289ba2d16599d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47ecd760ba43d5ca02baf34e28253f504e89bc08327aa01cbd1289ba2d16599d", kill_on_drop: false }` [INFO] [stdout] 47ecd760ba43d5ca02baf34e28253f504e89bc08327aa01cbd1289ba2d16599d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+94e848735e78b58442e0b82e9c60f8f430840389" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5ecd09330a6626150684a1718f2f1fdb4b92ba48923bac89cbb63aaffbef9c7 [INFO] running `Command { std: "docker" "start" "-a" "a5ecd09330a6626150684a1718f2f1fdb4b92ba48923bac89cbb63aaffbef9c7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking indexmap v2.11.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking deranged v0.5.3 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Checking base64ct v1.8.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling cc v1.2.35 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling der_derive v0.7.3 [INFO] [stderr] Checking flagset v0.4.7 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.100 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking tinyvec v1.10.0 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Checking rusticata-macros v4.1.0 [INFO] [stderr] Compiling asn1-rs-derive v0.5.1 [INFO] [stderr] Compiling asn1-rs-impl v0.2.0 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling parity-scale-codec v3.7.5 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking der v0.7.10 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking time v0.3.43 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling oid-registry v0.7.1 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.100 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.3 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Checking const_format v0.2.34 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking is-terminal v0.4.16 [INFO] [stderr] Checking byte-slice-cast v1.2.3 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling bindgen v0.71.1 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking ff v0.13.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Compiling devise_core v0.4.2 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.100 [INFO] [stderr] Checking asn1-rs v0.6.2 [INFO] [stderr] Compiling moka v0.12.10 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling parity-scale-codec-derive v3.7.5 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling devise_codegen v0.4.2 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.100 [INFO] [stderr] Checking der-parser v9.0.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Checking serde-human-bytes v0.1.1 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling fs-err v3.1.1 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Checking tagptr v0.2.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Compiling rocket_http v0.6.0-dev (https://github.com/rwf2/Rocket?branch=master#504efef1) [INFO] [stderr] Compiling devise v0.4.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rustls-webpki v0.103.4 [INFO] [stderr] Checking x509-parser v0.16.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking webpki-roots v1.0.2 [INFO] [stderr] Compiling rocket v0.6.0-dev (https://github.com/rwf2/Rocket?branch=master#504efef1) [INFO] [stderr] Checking resolv-conf v0.7.4 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Checking js-sys v0.3.77 [INFO] [stderr] Checking tempfile v3.21.0 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Compiling scale-info-derive v2.11.6 [INFO] [stderr] Compiling num_enum_derive v0.7.4 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking pem v3.0.5 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking ubyte v0.10.4 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking ref-swap v0.1.2 [INFO] [stderr] Checking vsock v0.5.1 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Compiling bon-macros v3.7.2 [INFO] [stderr] Checking ecdsa v0.16.9 [INFO] [stderr] Checking cc-eventlog v0.5.4 (https://github.com/Dstack-TEE/dstack.git#b6baa526) [INFO] [stderr] Compiling rocket_codegen v0.6.0-dev (https://github.com/rwf2/Rocket?branch=master#504efef1) [INFO] [stderr] Checking primeorder v0.13.6 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking hickory-proto v0.25.2 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking dcap-qvl-webpki v0.103.3 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Checking yasna v0.5.2 [INFO] [stderr] Checking x509-cert v0.2.5 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Checking num_enum v0.7.4 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking asn1_der v0.7.6 [INFO] [stderr] Checking rcgen v0.13.2 [INFO] [stderr] Checking p256 v0.13.2 [INFO] [stderr] Checking tokio-vsock v0.7.2 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking serde_qs v0.13.0 [INFO] [stderr] Compiling prpc-serde-bytes v0.1.0 [INFO] [stderr] Checking hex_fmt v0.3.0 [INFO] [stderr] Checking clap_builder v4.5.47 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking toml_parser v1.0.2 [INFO] [stderr] Checking serde_spanned v1.0.0 [INFO] [stderr] Checking toml_datetime v0.7.0 [INFO] [stderr] Compiling git-version-macro v0.3.9 [INFO] [stderr] Checking toml_writer v1.0.2 [INFO] [stderr] Checking dstack-types v0.5.4 (https://github.com/Dstack-TEE/dstack.git#b6baa526) [INFO] [stderr] error: could not compile `bindgen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/94e848735e78b58442e0b82e9c60f8f430840389/bin/rustc --crate-name bindgen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=534f263d3548520a -C extra-filename=-249bbe75ab68161a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0fa6c5f376a0089c.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-dd2892130f687c27.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-ae38c5c57ad42eb7.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-38c7363721b8e147.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-24496e9eafb97b0f.rmeta --extern prettyplease=/opt/rustwide/target/debug/deps/libprettyplease-2b268ead159fbeb3.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-84efb1a9cd9945c5.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-465d48b5326a5d9a.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-a37699dfec9809d6.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-b734c5d09be80aba.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-a8f2864cb79a11c7.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 `rustls` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/94e848735e78b58442e0b82e9c60f8f430840389/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.31/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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=f600f5f72f395e31 -C extra-filename=-963ed400647eb540 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-9dd860993e8ea465.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-ebb7266c6fc3f7c4.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-9da53fe735e6d2e7.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-9081e4f8b6bca3b7.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-af7830873cb8ad28.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-a09a538f58f4943c.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-9cea171f801bc7db.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-dd43635f18c8e20f/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "a5ecd09330a6626150684a1718f2f1fdb4b92ba48923bac89cbb63aaffbef9c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5ecd09330a6626150684a1718f2f1fdb4b92ba48923bac89cbb63aaffbef9c7", kill_on_drop: false }` [INFO] [stdout] a5ecd09330a6626150684a1718f2f1fdb4b92ba48923bac89cbb63aaffbef9c7