[INFO] cloning repository https://github.com/rustscript-lang/rustscript-agent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rustscript-lang/rustscript-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustscript-lang%2Frustscript-agent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustscript-lang%2Frustscript-agent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e725bd6b6cb486cc5f9bdb124fb7a4cf03e42ba
[INFO] testing rustscript-lang/rustscript-agent against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustscript-lang%2Frustscript-agent" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rustscript-lang/rustscript-agent
[INFO] finished tweaking git repo https://github.com/rustscript-lang/rustscript-agent
[INFO] tweaked toml for git repo https://github.com/rustscript-lang/rustscript-agent written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rustscript-lang/rustscript-agent on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rustscript-lang/rustscript-agent 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.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/rustscript-lang/rustscript.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rt-format v0.3.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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] cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff
[INFO] running `Command { std: "docker" "start" "cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff", 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" "cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff", 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" "cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling futures-channel v0.3.33
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling self_cell v1.3.0
[INFO] [stderr]    Compiling webpki-roots v1.0.9
[INFO] [stderr]    Compiling http v1.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.5
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling http-body-util v0.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pd-host-schema v0.1.0 (https://github.com/rustscript-lang/rustscript.git?rev=5c328b8d5c374b365a2560925204e588b575a30a#5c328b8d)
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling pd-vm v0.1.0 (https://github.com/rustscript-lang/rustscript.git?rev=5c328b8d5c374b365a2560925204e588b575a30a#5c328b8d)
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling rt-format v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]    Compiling pd-host-function v0.1.0 (https://github.com/rustscript-lang/rustscript.git?rev=5c328b8d5c374b365a2560925204e588b575a30a#5c328b8d)
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling rustscript-agent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `pd-vm` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name vm --edition=2024 /opt/rustwide/cargo-home/git/checkouts/rustscript-ab116a0775a56744/5c328b8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="async"' --cfg 'feature="http-client"' --cfg 'feature="runtime"' --cfg 'feature="sqlite"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "cli", "cranelift-jit", "default", "edge-abi", "http-client", "runtime", "sqlite"))' -C metadata=bb63a925bdb21e51 -C extra-filename=-cf5ce04b070cf1cc --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern base64=/opt/rustwide/target/release/deps/libbase64-5ba8d8f2fe9c6ccd.rmeta --extern futures_channel=/opt/rustwide/target/release/deps/libfutures_channel-fae55b7e9d8e209c.rmeta --extern futures_util=/opt/rustwide/target/release/deps/libfutures_util-c906510c99b6de15.rmeta --extern http_body_util=/opt/rustwide/target/release/deps/libhttp_body_util-267716f83fa30220.rmeta --extern hyper=/opt/rustwide/target/release/deps/libhyper-cc32692ec7d2124d.rmeta --extern hyper_util=/opt/rustwide/target/release/deps/libhyper_util-c78e56202e925157.rmeta --extern libc=/opt/rustwide/target/release/deps/liblibc-a0996e9cad7bedd7.rmeta --extern paste=/opt/rustwide/target/release/deps/libpaste-f83aa068d9b8e545.so --extern pd_host_function=/opt/rustwide/target/release/deps/libpd_host_function-9719b323061b0a70.so --extern regex=/opt/rustwide/target/release/deps/libregex-53652ca6aabd2962.rmeta --extern rt_format=/opt/rustwide/target/release/deps/librt_format-0776197ae6cab994.rmeta --extern rusqlite=/opt/rustwide/target/release/deps/librusqlite-e0daf365baa6e7cc.rmeta --extern rustls=/opt/rustwide/target/release/deps/librustls-1918326c7ef67f5b.rmeta --extern self_cell=/opt/rustwide/target/release/deps/libself_cell-342fd32ca10b82f2.rmeta --extern serde=/opt/rustwide/target/release/deps/libserde-9c1f413dc5aec936.rmeta --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-e6ea01f01f3d4baa.rmeta --extern tokio=/opt/rustwide/target/release/deps/libtokio-c8b9a7c5f1a2009a.rmeta --extern tokio_rustls=/opt/rustwide/target/release/deps/libtokio_rustls-796ac928d97658d8.rmeta --extern url=/opt/rustwide/target/release/deps/liburl-9daee57142c4fcd2.rmeta --extern webpki_roots=/opt/rustwide/target/release/deps/libwebpki_roots-07628533edb0dc3c.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/release/build/libsqlite3-sys-dcc7a875e1f1eabe/out -L native=/opt/rustwide/target/release/build/ring-290e7667f05421a6/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff", kill_on_drop: false }`
[INFO] [stdout] cf90f5aec54dc34072ebed0fefcb566bb8c489abadf8ee9fcfc7fbdb25d0c0ff
