[INFO] cloning repository https://github.com/openworkers/openworkers-runtime-jsc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/openworkers/openworkers-runtime-jsc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenworkers%2Fopenworkers-runtime-jsc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenworkers%2Fopenworkers-runtime-jsc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c18c5859ec5e5f35af6e67f53e2d73ac5fe4652
[INFO] testing openworkers/openworkers-runtime-jsc against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fopenworkers%2Fopenworkers-runtime-jsc" "/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/openworkers/openworkers-runtime-jsc
[INFO] finished tweaking git repo https://github.com/openworkers/openworkers-runtime-jsc
[INFO] tweaked toml for git repo https://github.com/openworkers/openworkers-runtime-jsc written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/openworkers/openworkers-runtime-jsc on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/openworkers/openworkers-runtime-jsc 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.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28
[INFO] running `Command { std: "docker" "start" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28", 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" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28", 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" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rusty_jsc_sys v0.1.0 (https://github.com/wasmerio/rusty_jsc?rev=1a6f72bf4f3c423f8cd3e7d91e121a0c0ad50af7#1a6f72bf)
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rusty_jsc_macros v0.1.0 (https://github.com/wasmerio/rusty_jsc?rev=1a6f72bf4f3c423f8cd3e7d91e121a0c0ad50af7#1a6f72bf)
[INFO] [stderr]    Compiling rusty_jsc v0.1.0 (https://github.com/wasmerio/rusty_jsc?rev=1a6f72bf4f3c423f8cd3e7d91e121a0c0ad50af7#1a6f72bf)
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling futures v0.3.31
[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 http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling openworkers-core v0.10.0 (https://github.com/openworkers/openworkers-core?tag=v0.10.0#5ba3a803)
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling openworkers-runtime-jsc v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.16s
[INFO] running `Command { std: "docker" "inspect" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28", 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" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling openworkers-runtime-jsc v0.10.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ResponseBody`
[INFO] [stdout]  --> tests/base64_test.rs:1:69
[INFO] [stdout]   |
[INFO] [stdout] 1 | use openworkers_core::{Event, HttpMethod, HttpRequest, RequestBody, ResponseBody, Script};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ResponseBody`
[INFO] [stdout]  --> tests/response_test.rs:1:69
[INFO] [stdout]   |
[INFO] [stdout] 1 | use openworkers_core::{Event, HttpMethod, HttpRequest, RequestBody, ResponseBody, Script};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ResponseBody`
[INFO] [stdout]  --> tests/text_encoding_test.rs:1:69
[INFO] [stdout]   |
[INFO] [stdout] 1 | use openworkers_core::{Event, HttpMethod, HttpRequest, RequestBody, ResponseBody, Script};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ResponseBody`
[INFO] [stdout]  --> tests/headers_test.rs:1:69
[INFO] [stdout]   |
[INFO] [stdout] 1 | use openworkers_core::{Event, HttpMethod, HttpRequest, RequestBody, ResponseBody, Script};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ResponseBody`
[INFO] [stdout]  --> tests/streams_test.rs:1:69
[INFO] [stdout]   |
[INFO] [stdout] 1 | use openworkers_core::{Event, HttpMethod, HttpRequest, RequestBody, ResponseBody, Script};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> tests/common/mod.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl TestRunner {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ResponseBody`
[INFO] [stdout]  --> tests/request_test.rs:1:69
[INFO] [stdout]   |
[INFO] [stdout] 1 | use openworkers_core::{Event, HttpMethod, HttpRequest, RequestBody, ResponseBody, Script};
[INFO] [stdout]   |                                                                     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `openworkers-runtime-jsc` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name openworkers_runtime_jsc --edition=2024 src/lib.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("actix"))' -C metadata=9cee4e2fa64fc81e -C extra-filename=-7a7e079f0580eb4e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-727012eeed013db6.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-f1eb393758e01ea2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-1f8055f341bcf430.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-bb210b797c92c429.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-28ade3d6717210f3.rlib --extern openworkers_core=/opt/rustwide/target/debug/deps/libopenworkers_core-6f0857e5193ac745.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-ab24adca1f1b015a.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-27184f07aad93fb6.rlib --extern rusty_jsc=/opt/rustwide/target/debug/deps/librusty_jsc-732c1198618dbc7f.rlib --extern rusty_jsc_macros=/opt/rustwide/target/debug/deps/librusty_jsc_macros-c97a9d9ab45114c9.so --extern serde=/opt/rustwide/target/debug/deps/libserde-2c311eac9051fefa.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-586a097207fe8a73.rlib --extern signal_hook=/opt/rustwide/target/debug/deps/libsignal_hook-4ea31a37e373eb56.rlib --extern signal_hook_tokio=/opt/rustwide/target/debug/deps/libsignal_hook_tokio-3c4163fdf2ca6cd1.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d65bd343fe6df2ef.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-8ccef21c7c8bd7e9.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-c2db8545a0e4cc83.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-28f3bd4652c4fc79/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `openworkers-runtime-jsc` (test "request_test"); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name request_test --edition=2024 tests/request_test.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("actix"))' -C metadata=cf55e6a7fc1d1211 -C extra-filename=-c8fedbdc6ce45cfe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-727012eeed013db6.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-f1eb393758e01ea2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-1f8055f341bcf430.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-bb210b797c92c429.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-28ade3d6717210f3.rlib --extern openworkers_core=/opt/rustwide/target/debug/deps/libopenworkers_core-6f0857e5193ac745.rlib --extern openworkers_runtime_jsc=/opt/rustwide/target/debug/deps/libopenworkers_runtime_jsc-86c6a223085892ce.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-ab24adca1f1b015a.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-27184f07aad93fb6.rlib --extern rusty_jsc=/opt/rustwide/target/debug/deps/librusty_jsc-732c1198618dbc7f.rlib --extern rusty_jsc_macros=/opt/rustwide/target/debug/deps/librusty_jsc_macros-c97a9d9ab45114c9.so --extern serde=/opt/rustwide/target/debug/deps/libserde-2c311eac9051fefa.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-586a097207fe8a73.rlib --extern signal_hook=/opt/rustwide/target/debug/deps/libsignal_hook-4ea31a37e373eb56.rlib --extern signal_hook_tokio=/opt/rustwide/target/debug/deps/libsignal_hook_tokio-3c4163fdf2ca6cd1.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d65bd343fe6df2ef.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-8ccef21c7c8bd7e9.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-c2db8545a0e4cc83.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-28f3bd4652c4fc79/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcg2W6CO/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-f1eb393758e01ea2,libanstream-917f8934d5751e24,libanstyle_query-635080b1d6343734,libis_terminal_polyfill-3ca4268cb2568267,libcolorchoice-8e2615b3451b028d,libanstyle_parse-2b179629a907e4e4,libutf8parse-92d0158219063202,libjiff-eba42297fea97ea1,libenv_filter-4c801086813aa661,libregex-bb9e20eb237e68d5,libregex_automata-b6aef7c6e387b15e,libaho_corasick-61cf93dc53dd0bf8,libregex_syntax-16a7798c46b1bf55,libanstyle-fe219cdab7346aa5,libopenworkers_runtime_jsc-86c6a223085892ce,libreqwest-ab24adca1f1b015a,libserde_urlencoded-b74e0bd9364d6c35,libhyper_rustls-9d58087071ffdf20,libwebpki_roots-1ae6c30e99ddd6ae,libtokio_rustls-50048803bb482cc0,librustls-2593e018d124f7d3,libsubtle-2ae6a7038b9a0630,libwebpki-f157ec8a286c1f8e,librustls_pki_types-f18b4f853aef11b8,libzeroize-7f213bea776ca5b6,libtower_http-2d5ca1a38536def9,libbitflags-81c18dd570709ed4,libiri_string-de8b1024d8676424,libtower-c79d5b81ed8044e5,libtower_layer-d908dd771b239ecd,libhyper_util-2eb3affa957d70d1,libbase64-32787b0325ea6df8,libipnet-a38805d99c19843f,libtower_service-3fb88d28c2218805,libtracing-deb07285d1769c69,libtracing_core-05e1b75a06fc0004,libonce_cell-e9252a7b5119f3eb,libhyper-b5fcf22c78acbf5f,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libatomic_waker-06950c8c08d2b8fa,libtokio_util-3368bd1942aa0af3,libhttp_body_util-92e4fdc49dcd241d,libhttp_body-de82611a788ceb9f,liburl-6081425f2d73705f,libidna-bb29dadd9679d1fa,libutf8_iter-51566bbad89f3a68,libidna_adapter-6e4eb0c442db3bfb,libicu_properties-30996093ae399fd5,libicu_properties_data-ca07e36d75086861,libicu_normalizer-f6d0e7ffdb8508cd,libicu_normalizer_data-ab8997d7cbbb3306,libicu_collections-ce8c3fdc373653c7,libpotential_utf-c35dd6136669532a,libicu_provider-cfc111a16335dcc5,libicu_locale_core-4320685d7cc4799e,libtinystr-3961dc74701c2301,liblitemap-cd9b5b2aa04e2018,libwriteable-4f74a67d38fff78e,libzerovec-8e2e0f80d4e102e8,libzerotrie-eeec1301171b88c7,libyoke-3c15a07aaa4a2f5c,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-8c92415860992a5d,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libhttp-b63956c546e391ca,libfnv-79e2cbfbe03dcd16,libsync_wrapper-a254cb6192850e87,libuuid-c2db8545a0e4cc83,libgetrandom-2b1facee597330d3,liblog-28ade3d6717210f3,libopenworkers_core-6f0857e5193ac745,libserde_json-586a097207fe8a73,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libfutures_util-bb210b797c92c429,libmemchr-9be7e24c0cc6f173,libfutures_io-59d0071c9258d69f,libslab-5629529544b2a983,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libfutures_core-3b920243fce8fec0,libring-27184f07aad93fb6,libgetrandom-d650c15c15be9e24,libuntrusted-b2f816886faf2178,libtokio-d65bd343fe6df2ef,libsignal_hook_registry-c22cda65e322b7f9,libsocket2-079e36dcc0be2ef0,libbytes-727012eeed013db6,libserde-2c311eac9051fefa,libserde_core-21f22ac7b803fb0e,libmio-1f0b2668c1a29a12,libparking_lot-3c23d1a32faae214,libparking_lot_core-07dc4dfa0e4d7158,liblibc-520a1cd7a1b3fe13,libcfg_if-83060ec5685761ae,libsmallvec-bc3128fdd57228fc,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libpin_project_lite-72bf04572caa1c84,librusty_jsc-732c1198618dbc7f,librusty_jsc_sys-f8723e22255fdd0a}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ljavascriptcoregtk-4.1" "-lgobject-2.0" "-lglib-2.0" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcg2W6CO/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-28f3bd4652c4fc79/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/fetch-6fd37fb0822afda5" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `openworkers-runtime-jsc` (example "fetch") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28", kill_on_drop: false }`
[INFO] [stdout] 79e09b1d315a498e214172bd9eac60b38f17e57d4a219c2d954f792e9f46ad28
