|
|
|
| 1 | 2026-05-05T21:58:27.536Z | job assigned to worker 01KQX2AZCPZ47M3EJ1RCXSB7XD [factory aws, i-0fdd0b1ea969b07af] (queued for 53 s) |
| |
| 2 | 2026-05-05T21:58:35.997Z | starting task 0: "setup" |
| 3 | 2026-05-05T21:58:36.002Z | ++ uname -s |
| 4 | 2026-05-05T21:58:36.005Z | + kern=SunOS |
| 5 | 2026-05-05T21:58:36.005Z | + build_user=build |
| 6 | 2026-05-05T21:58:36.005Z | + build_uid=12345 |
| 7 | 2026-05-05T21:58:36.005Z | + work_dir=/work |
| 8 | 2026-05-05T21:58:36.005Z | + input_dir=/input |
| 9 | 2026-05-05T21:58:36.005Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-05T21:58:36.006Z | + case "$kern" in |
| 11 | 2026-05-05T21:58:36.006Z | + groupadd -g 12345 build |
| 12 | 2026-05-05T21:58:36.008Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-05T21:58:38.016Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-05T21:58:38.143Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-05T21:58:38.147Z | + home_fs=zfs |
| 16 | 2026-05-05T21:58:38.147Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-05T21:58:38.147Z | + mkdir -p /home/build |
| 18 | 2026-05-05T21:58:38.148Z | + chown build:build /home/build /work |
| 19 | 2026-05-05T21:58:40.151Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-05T21:58:40.155Z | process exited: duration 4163 ms, exit code 0 |
| |
| 21 | 2026-05-05T21:58:40.162Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-05T21:58:40.169Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-05T21:58:40.169Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-05T21:58:40.169Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-05T21:58:40.169Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-05T21:58:40.169Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-05T21:58:40.169Z | * rust toolchain profile = "default" |
| 28 | 2026-05-05T21:58:40.172Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-05T21:58:40.173Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-05T21:58:40.305Z | info: downloading installer |
| 31 | 2026-05-05T21:58:41.826Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-05T21:58:41.826Z | warn: /opt/ooce/bin |
| 33 | 2026-05-05T21:58:41.826Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-05T21:58:41.826Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-05T21:58:41.826Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-05T21:58:41.826Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-05T21:58:41.826Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-05T21:58:41.826Z | error: cannot install while Rust is installed |
| 39 | 2026-05-05T21:58:41.826Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-05T21:58:41.826Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-05T21:58:41.827Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-05T21:58:41.827Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-05T21:58:41.827Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-05T21:58:41.839Z | info: profile set to default |
| 45 | 2026-05-05T21:58:41.839Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-05T21:58:41.843Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-05-05T21:58:41.980Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-05-05T21:58:41.980Z | info: downloading 6 components |
| 49 | 2026-05-05T21:58:57.901Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-05-05T21:58:57.901Z | |
| 51 | 2026-05-05T21:58:57.930Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-05-05T21:58:57.930Z | |
| 53 | 2026-05-05T21:58:57.930Z | |
| 54 | 2026-05-05T21:58:57.930Z | Rust is installed now. Great! |
| 55 | 2026-05-05T21:58:57.930Z | |
| 56 | 2026-05-05T21:58:57.930Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-05T21:58:57.930Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-05T21:58:57.930Z | |
| 59 | 2026-05-05T21:58:57.930Z | To configure your current shell, you need to source |
| 60 | 2026-05-05T21:58:57.930Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-05T21:58:57.930Z | |
| 62 | 2026-05-05T21:58:57.931Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-05T21:58:57.931Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-05T21:58:57.931Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-05T21:58:57.931Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-05T21:58:57.931Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-05T21:58:57.931Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-05T21:58:57.931Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-05T21:58:57.934Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-05T21:58:57.934Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-05T21:58:58.033Z | + rustup --version |
| 72 | 2026-05-05T21:58:58.039Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-05T21:58:58.039Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-05T21:58:58.059Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-05-05T21:58:58.086Z | + cargo --version |
| 76 | 2026-05-05T21:58:58.086Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-05-05T21:58:58.086Z | + rustc --version |
| 78 | 2026-05-05T21:58:58.095Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-05-05T21:58:58.098Z | process exited: duration 17932 ms, exit code 0 |
| |
| 80 | 2026-05-05T21:58:58.103Z | starting task 2: "authentication" |
| 81 | 2026-05-05T21:58:58.127Z | process exited: duration 23 ms, exit code 0 |
| |
| 82 | 2026-05-05T21:58:58.133Z | starting task 3: "clone repository" |
| 83 | 2026-05-05T21:58:58.139Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-05-05T21:58:58.142Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-05-05T21:58:58.180Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-05-05T21:59:07.518Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-05-05T21:59:07.518Z | + git fetch origin 24502fa1e4a0fabc0909c954327853a8653613c1 |
| 88 | 2026-05-05T21:59:07.792Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-05-05T21:59:07.792Z | * branch 24502fa1e4a0fabc0909c954327853a8653613c1 -> FETCH_HEAD |
| 90 | 2026-05-05T21:59:07.806Z | + [[ -n iliana/cockroach-go1.26 ]] |
| 91 | 2026-05-05T21:59:07.810Z | ++ git branch --show-current |
| 92 | 2026-05-05T21:59:07.813Z | + current=main |
| 93 | 2026-05-05T21:59:07.813Z | + [[ main != iliana/cockroach-go1.26 ]] |
| 94 | 2026-05-05T21:59:07.813Z | + git branch -f iliana/cockroach-go1.26 24502fa1e4a0fabc0909c954327853a8653613c1 |
| 95 | 2026-05-05T21:59:07.816Z | + git checkout -f iliana/cockroach-go1.26 |
| 96 | 2026-05-05T21:59:08.053Z | Switched to branch 'iliana/cockroach-go1.26' |
| 97 | 2026-05-05T21:59:08.056Z | + git reset --hard 24502fa1e4a0fabc0909c954327853a8653613c1 |
| 98 | 2026-05-05T21:59:08.070Z | HEAD is now at 24502fa1e update cockroachdb (go1.26) |
| 99 | 2026-05-05T21:59:08.073Z | process exited: duration 9936 ms, exit code 0 |
| |
| 100 | 2026-05-05T21:59:08.079Z | starting task 4: "build" |
| 101 | 2026-05-05T21:59:08.090Z | + source ./env.sh |
| 102 | 2026-05-05T21:59:08.090Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-05-05T21:59:08.090Z | ++ set -o xtrace |
| 104 | 2026-05-05T21:59:08.093Z | ++++ dirname ./env.sh |
| 105 | 2026-05-05T21:59:08.096Z | +++ readlink -f . |
| 106 | 2026-05-05T21:59:08.099Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-05-05T21:59:08.099Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-05T21:59:08.099Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-05T21:59:08.099Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-05T21:59:08.099Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-05T21:59:08.099Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-05T21:59:08.100Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-05T21:59:08.100Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-05-05T21:59:08.100Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-05-05T21:59:08.100Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-05-05T21:59:08.100Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-05-05T21:59:08.100Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-05-05T21:59:08.100Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-05-05T21:59:08.100Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-05-05T21:59:08.100Z | + target_os=illumos |
| 121 | 2026-05-05T21:59:08.100Z | + NEXTEST_VERSION=0.9.131 |
| 122 | 2026-05-05T21:59:08.100Z | + cargo --version |
| 123 | 2026-05-05T21:59:08.109Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 124 | 2026-05-05T21:59:08.112Z | + rustc --version |
| 125 | 2026-05-05T21:59:08.134Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 126 | 2026-05-05T21:59:08.138Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 127 | 2026-05-05T21:59:08.141Z | + gunzip |
| 128 | 2026-05-05T21:59:08.141Z | + tar -xvf - -C /home/build/.cargo/bin |
| 129 | 2026-05-05T21:59:09.296Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 130 | 2026-05-05T21:59:09.299Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 131 | 2026-05-05T21:59:09.299Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 132 | 2026-05-05T21:59:09.299Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 133 | 2026-05-05T21:59:09.299Z | + mkdir /var/tmp/omicron_tmp |
| 134 | 2026-05-05T21:59:09.302Z | + OUTPUT_DIR=/work |
| 135 | 2026-05-05T21:59:09.302Z | + echo 'tests will store non-ephemeral output in /work' |
| 136 | 2026-05-05T21:59:09.302Z | tests will store non-ephemeral output in /work |
| 137 | 2026-05-05T21:59:09.302Z | + mkdir -p /work |
| 138 | 2026-05-05T21:59:09.305Z | + banner prerequisites |
| 139 | 2026-05-05T21:59:09.308Z | |
| 140 | 2026-05-05T21:59:09.308Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 141 | 2026-05-05T21:59:09.308Z | # # # # # # # # # # # # # # # |
| 142 | 2026-05-05T21:59:09.308Z | # # # # ##### # # ##### # # # # # #### # |
| 143 | 2026-05-05T21:59:09.308Z | ##### ##### # ##### # # # # # # # # # |
| 144 | 2026-05-05T21:59:09.308Z | # # # # # # # # # # # # # # # |
| 145 | 2026-05-05T21:59:09.308Z | # # # ###### # # ###### ### # #### # #### # |
| 146 | 2026-05-05T21:59:09.308Z | |
| 147 | 2026-05-05T21:59:09.308Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 148 | 2026-05-05T21:59:19.551Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 149 | 2026-05-05T21:59:27.020Z | Startup: Caching catalogs ... Done |
| 150 | 2026-05-05T21:59:34.330Z | Planning: Solver setup ... Done (5.906s) |
| 151 | 2026-05-05T21:59:34.370Z | Planning: Running solver ... Done (0.042s) |
| 152 | 2026-05-05T21:59:34.511Z | Planning: Finding local manifests ... Done (0.004s) |
| 153 | 2026-05-05T21:59:34.534Z | Planning: Fetching manifests: 0/5 0% complete |
| 154 | 2026-05-05T21:59:34.664Z | Planning: Fetching manifests: 5/5 100% complete |
| 155 | 2026-05-05T21:59:34.700Z | Planning: Package planning ... Done (0.038s) |
| 156 | 2026-05-05T21:59:34.736Z | Planning: Merging actions ... Done (0.036s) |
| 157 | 2026-05-05T21:59:34.925Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 158 | 2026-05-05T21:59:34.936Z | Planning: Consolidating action changes ... Done (0.009s) |
| 159 | 2026-05-05T21:59:36.127Z | Planning: Evaluating mediators ... Done (1.192s) |
| 160 | 2026-05-05T21:59:36.135Z | Planning: Planning completed in 8.95 seconds |
| 161 | 2026-05-05T21:59:36.147Z | Packages to install: 5 |
| 162 | 2026-05-05T21:59:36.147Z | Mediators to change: 3 |
| 163 | 2026-05-05T21:59:36.147Z | Services to change: 1 |
| 164 | 2026-05-05T21:59:36.150Z | Estimated space available: 155.33 GB |
| 165 | 2026-05-05T21:59:36.150Z | Estimated space to be consumed: 1.90 GB |
| 166 | 2026-05-05T21:59:36.150Z | Create boot environment: No |
| 167 | 2026-05-05T21:59:36.150Z | Create backup boot environment: No |
| 168 | 2026-05-05T21:59:36.150Z | Rebuild boot archive: No |
| 169 | 2026-05-05T21:59:36.150Z | |
| 170 | 2026-05-05T21:59:36.150Z | Changed mediators: |
| 171 | 2026-05-05T21:59:36.150Z | mediator clang: |
| 172 | 2026-05-05T21:59:36.150Z | version: None -> 15 (system default) |
| 173 | 2026-05-05T21:59:36.150Z | |
| 174 | 2026-05-05T21:59:36.150Z | mediator llvm: |
| 175 | 2026-05-05T21:59:36.150Z | version: 14 (system default) -> 15 (system default) |
| 176 | 2026-05-05T21:59:36.150Z | |
| 177 | 2026-05-05T21:59:36.150Z | mediator postgresql: |
| 178 | 2026-05-05T21:59:36.150Z | version: 15 (system default) -> 18 (system default) |
| 179 | 2026-05-05T21:59:36.150Z | |
| 180 | 2026-05-05T21:59:36.150Z | Changed packages: |
| 181 | 2026-05-05T21:59:36.151Z | helios-dev |
| 182 | 2026-05-05T21:59:36.151Z | developer/build-essential |
| 183 | 2026-05-05T21:59:36.151Z | None -> 11-2.0 |
| 184 | 2026-05-05T21:59:36.151Z | library/libxmlsec1 |
| 185 | 2026-05-05T21:59:36.151Z | None -> 1.2.35-2.0 |
| 186 | 2026-05-05T21:59:36.151Z | ooce/developer/clang-15 |
| 187 | 2026-05-05T21:59:36.151Z | None -> 15.0.7-2.0 |
| 188 | 2026-05-05T21:59:36.151Z | ooce/developer/llvm-15 |
| 189 | 2026-05-05T21:59:36.151Z | None -> 15.0.7-2.0 |
| 190 | 2026-05-05T21:59:36.152Z | ooce/library/postgresql-18 |
| 191 | 2026-05-05T21:59:36.152Z | None -> 18.1-2.0 |
| 192 | 2026-05-05T21:59:36.152Z | |
| 193 | 2026-05-05T21:59:36.152Z | Services: |
| 194 | 2026-05-05T21:59:36.152Z | restart_fmri: |
| 195 | 2026-05-05T21:59:36.152Z | svc:/system/update-man-index:default |
| 196 | 2026-05-05T21:59:36.198Z | |
| 197 | 2026-05-05T21:59:36.198Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 198 | 2026-05-05T21:59:42.348Z | Download: 2224/4272 items 119.2/219.0MB 54% complete (25.8M/s) |
| 199 | 2026-05-05T21:59:48.655Z | Download: 3246/4272 items 203.1/219.0MB 92% complete (20.3M/s) |
| 200 | 2026-05-05T21:59:55.241Z | Download: 3248/4272 items 203.1/219.0MB 92% complete (19.7M/s) |
| 201 | 2026-05-05T21:59:55.399Z | |
| 202 | 2026-05-05T21:59:55.399Z | Errors were encountered while attempting to retrieve package or file data for |
| 203 | 2026-05-05T21:59:55.399Z | the requested operation. |
| 204 | 2026-05-05T21:59:55.399Z | Details follow: |
| 205 | 2026-05-05T21:59:55.399Z | |
| 206 | 2026-05-05T21:59:55.399Z | pkg://helios-dev/ooce/developer/llvm-15@15.0.7,5.11-2.0:20230713T102340Z |
| 207 | 2026-05-05T21:59:55.399Z | https protocol error: Unknown error code: 502 reason: Bad Gateway |
| 208 | 2026-05-05T21:59:55.399Z | URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/879b3c2c02894da647a77f02e4f6ea62e3b42577' (happened 4 times) |
| 209 | 2026-05-05T21:59:55.399Z | |
| 210 | 2026-05-05T21:59:56.761Z | |
| 211 | 2026-05-05T21:59:56.761Z | real 47.441605428 |
| 212 | 2026-05-05T21:59:56.761Z | user 26.049236999 |
| 213 | 2026-05-05T21:59:56.761Z | sys 2.306503222 |
| 214 | 2026-05-05T21:59:56.761Z | trap 0.003042314 |
| 215 | 2026-05-05T21:59:56.761Z | tflt 0.031064027 |
| 216 | 2026-05-05T21:59:56.761Z | dflt 0.046332537 |
| 217 | 2026-05-05T21:59:56.762Z | kflt 0.015101022 |
| 218 | 2026-05-05T21:59:56.762Z | lock 0.000000000 |
| 219 | 2026-05-05T21:59:56.765Z | slp 1:10.228499999 |
| 220 | 2026-05-05T21:59:56.765Z | lat 0.085804433 |
| 221 | 2026-05-05T21:59:56.765Z | stop 0.000450951 |
| 222 | 2026-05-05T21:59:56.766Z | process exited: duration 48674 ms, exit code 1 |
| |
| 223 | 2026-05-05T21:59:56.773Z | found 0 output files |
| 224 | 2026-05-05T21:59:56.773Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 225 | 2026-05-05T21:59:56.773Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |