[INFO] cloning repository https://github.com/websublime/workspace-node-tools [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/websublime/workspace-node-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebsublime%2Fworkspace-node-tools", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebsublime%2Fworkspace-node-tools'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e7cbe0fb79ff9ca77ffdfc99456aa326bee17614 [INFO] testing websublime/workspace-node-tools against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebsublime%2Fworkspace-node-tools" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/websublime/workspace-node-tools [INFO] finished tweaking git repo https://github.com/websublime/workspace-node-tools [INFO] tweaked toml for git repo https://github.com/websublime/workspace-node-tools written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/websublime/workspace-node-tools on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/websublime/workspace-node-tools 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf6aee3a53466e73deef37cf8b36da83f413366deb5241e01740c9c1942f0c02 [INFO] running `Command { std: "docker" "start" "-a" "bf6aee3a53466e73deef37cf8b36da83f413366deb5241e01740c9c1942f0c02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf6aee3a53466e73deef37cf8b36da83f413366deb5241e01740c9c1942f0c02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf6aee3a53466e73deef37cf8b36da83f413366deb5241e01740c9c1942f0c02", kill_on_drop: false }` [INFO] [stdout] bf6aee3a53466e73deef37cf8b36da83f413366deb5241e01740c9c1942f0c02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ce008bc67bf9c009b83bdede12f0a11fa7ea104e23b2c725d4865b484bc956b [INFO] running `Command { std: "docker" "start" "-a" "8ce008bc67bf9c009b83bdede12f0a11fa7ea104e23b2c725d4865b484bc956b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling cc v1.1.5 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling core_maths v0.1.0 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling camino v1.1.7 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling dary_heap v0.3.6 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling libflate_lz77 v2.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling winnow v0.6.18 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling vergen v8.3.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling libflate v2.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling fixed_decimal v0.5.6 [INFO] [stderr] Compiling calendrical_calculations v0.1.1 [INFO] [stderr] Compiling miette-derive v5.10.0 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Compiling zerofrom v0.1.4 [INFO] [stderr] Compiling yoke v0.7.4 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling icu_calendar_data v1.5.0 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling miette v5.10.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling zerotrie v0.1.3 [INFO] [stderr] Compiling include-flate-codegen v0.2.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling rust-embed-utils v8.5.0 [INFO] [stderr] Compiling ignore v0.4.22 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling sysinfo v0.30.13 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling xxhash-rust v0.8.12 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling icu_calendar v1.5.2 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Compiling virtue v0.0.13 [INFO] [stderr] Compiling icu_decimal_data v1.5.0 [INFO] [stderr] Compiling deunicode v1.6.0 [INFO] [stderr] Compiling execute-command-tokens v0.1.7 [INFO] [stderr] Compiling icu_timezone_data v1.5.0 [INFO] [stderr] Compiling icu_plurals_data v1.5.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling icu_plurals v1.5.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.32 [INFO] [stderr] Compiling slug v0.1.5 [INFO] [stderr] Compiling execute-command-macro-impl v0.1.10 [INFO] [stderr] Compiling bincode_derive v2.0.0-rc.3 [INFO] [stderr] Compiling serde_spanned v0.6.7 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling cargo-platform v0.1.8 [INFO] [stderr] Compiling toml_edit v0.22.20 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling icu_timezone v1.5.0 [INFO] [stderr] Compiling ssri v9.2.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling cargo_metadata v0.18.1 [INFO] [stderr] Compiling conventional_commit_parser v0.9.4 [INFO] [stderr] Compiling icu_decimal v1.5.0 [INFO] [stderr] Compiling tempfile v3.12.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling rust-embed-impl v8.5.0 [INFO] [stderr] Compiling include-flate v0.3.0 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling reflink-copy v0.1.19 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.3.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling regex-automata v0.2.0 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling icu_casemap_data v1.5.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling icu_list_data v1.5.0 [INFO] [stderr] Compiling icu_collator_data v1.5.0 [INFO] [stderr] Compiling icu_segmenter_data v1.5.0 [INFO] [stderr] Compiling icu_datetime_data v1.5.0 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling icu_collator v1.5.0 [INFO] [stderr] Compiling icu_segmenter v1.5.0 [INFO] [stderr] Compiling lazy-regex v3.3.0 [INFO] [stderr] Compiling icu_casemap v1.5.1 [INFO] [stderr] Compiling icu_list v1.5.0 [INFO] [stderr] Compiling cacache v13.0.0 [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling config v0.14.0 [INFO] [stderr] Compiling workspace-node-tools v2.0.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rust-embed v8.5.0 [INFO] [stderr] Compiling git-conventional v0.12.7 [INFO] [stderr] Compiling next_version v0.2.19 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling const_format v0.2.32 [INFO] [stderr] Compiling bincode v2.0.0-rc.3 [INFO] [stderr] Compiling execute-command-macro v0.1.9 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling pori v0.0.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling generic-array v1.1.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling execute v0.2.13 [INFO] [stderr] error: could not compile `icu_datetime_data` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b83b707f97d809763b7861afa7638871f3339a33/bin/rustc --crate-name icu_datetime_data --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/icu_datetime_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92e8b3e8e2951b25 -C extra-filename=-ddb9d5af4a87c632 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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" "8ce008bc67bf9c009b83bdede12f0a11fa7ea104e23b2c725d4865b484bc956b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ce008bc67bf9c009b83bdede12f0a11fa7ea104e23b2c725d4865b484bc956b", kill_on_drop: false }` [INFO] [stdout] 8ce008bc67bf9c009b83bdede12f0a11fa7ea104e23b2c725d4865b484bc956b