|
|
|
| 1 | 2026-08-06T22:37:48.177Z | job assigned to worker 01KZCKJ5GMM0S2GW9PSJ3HWDPJ [factory aws, i-08fa1ec73f6a6da8e] (queued for 53 s) |
| |
| 2 | 2026-08-06T22:37:55.290Z | starting task 0: "setup" |
| 3 | 2026-08-06T22:37:55.295Z | ++ uname -s |
| 4 | 2026-08-06T22:37:55.300Z | + kern=SunOS |
| 5 | 2026-08-06T22:37:55.300Z | + build_user=build |
| 6 | 2026-08-06T22:37:55.300Z | + build_uid=12345 |
| 7 | 2026-08-06T22:37:55.300Z | + work_dir=/work |
| 8 | 2026-08-06T22:37:55.300Z | + input_dir=/input |
| 9 | 2026-08-06T22:37:55.300Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-06T22:37:55.300Z | + case "$kern" in |
| 11 | 2026-08-06T22:37:55.300Z | + groupadd -g 12345 build |
| 12 | 2026-08-06T22:37:55.303Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-06T22:37:57.307Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-06T22:37:57.381Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-06T22:37:57.384Z | + home_fs=zfs |
| 16 | 2026-08-06T22:37:57.384Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-06T22:37:57.384Z | + mkdir -p /home/build |
| 18 | 2026-08-06T22:37:57.387Z | + chown build:build /home/build /work |
| 19 | 2026-08-06T22:37:59.387Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-06T22:37:59.390Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-08-06T22:37:59.396Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-06T22:37:59.402Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-06T22:37:59.402Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-06T22:37:59.402Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-06T22:37:59.402Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-06T22:37:59.402Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-06T22:37:59.402Z | * rust toolchain profile = "default" |
| 28 | 2026-08-06T22:37:59.405Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-06T22:37:59.405Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-06T22:37:59.493Z | info: downloading installer |
| 31 | 2026-08-06T22:38:00.871Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-06T22:38:00.871Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-06T22:38:00.871Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-06T22:38:00.871Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-06T22:38:00.883Z | info: profile set to default |
| 36 | 2026-08-06T22:38:00.883Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-06T22:38:00.886Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-06T22:38:01.028Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-06T22:38:01.031Z | info: downloading 6 components |
| 40 | 2026-08-06T22:38:16.822Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-06T22:38:16.822Z | |
| 42 | 2026-08-06T22:38:16.860Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-06T22:38:16.860Z | |
| 44 | 2026-08-06T22:38:16.860Z | |
| 45 | 2026-08-06T22:38:16.860Z | Rust is installed now. Great! |
| 46 | 2026-08-06T22:38:16.860Z | |
| 47 | 2026-08-06T22:38:16.860Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-06T22:38:16.860Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-06T22:38:16.860Z | |
| 50 | 2026-08-06T22:38:16.860Z | To configure your current shell, you need to source |
| 51 | 2026-08-06T22:38:16.860Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-06T22:38:16.860Z | |
| 53 | 2026-08-06T22:38:16.860Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-06T22:38:16.860Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-06T22:38:16.860Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-06T22:38:16.860Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-06T22:38:16.860Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-06T22:38:16.860Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-06T22:38:16.860Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-06T22:38:16.860Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-06T22:38:16.860Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-06T22:38:16.957Z | + rustup --version |
| 63 | 2026-08-06T22:38:16.963Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-06T22:38:16.963Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-06T22:38:16.982Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-06T22:38:16.985Z | + cargo --version |
| 67 | 2026-08-06T22:38:16.993Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-06T22:38:16.996Z | + rustc --version |
| 69 | 2026-08-06T22:38:17.016Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-06T22:38:17.019Z | process exited: duration 17622 ms, exit code 0 |
| |
| 71 | 2026-08-06T22:38:17.025Z | starting task 2: "authentication" |
| 72 | 2026-08-06T22:38:17.045Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-08-06T22:38:17.052Z | starting task 3: "clone repository" |
| 74 | 2026-08-06T22:38:17.057Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-06T22:38:17.059Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-06T22:38:17.104Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-06T22:38:27.251Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-06T22:38:27.251Z | + git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 79 | 2026-08-06T22:38:27.550Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-06T22:38:27.550Z | * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD |
| 81 | 2026-08-06T22:38:27.567Z | + [[ -n eliza/fm-statefile ]] |
| 82 | 2026-08-06T22:38:27.571Z | ++ git branch --show-current |
| 83 | 2026-08-06T22:38:27.571Z | + current=main |
| 84 | 2026-08-06T22:38:27.571Z | + [[ main != eliza/fm-statefile ]] |
| 85 | 2026-08-06T22:38:27.571Z | + git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 86 | 2026-08-06T22:38:27.575Z | + git checkout -f eliza/fm-statefile |
| 87 | 2026-08-06T22:38:27.767Z | Switched to branch 'eliza/fm-statefile' |
| 88 | 2026-08-06T22:38:27.771Z | + git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 89 | 2026-08-06T22:38:27.955Z | HEAD is now at 65d5c4a03 reticulizing |
| 90 | 2026-08-06T22:38:27.959Z | process exited: duration 10905 ms, exit code 0 |
| |
| 91 | 2026-08-06T22:38:27.965Z | starting task 4: "build" |
| 92 | 2026-08-06T22:38:27.971Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-06T22:38:27.972Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-06T22:38:27.972Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-06T22:38:27.975Z | +++ uname -s |
| 96 | 2026-08-06T22:38:27.975Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-06T22:38:27.975Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-06T22:38:27.979Z | + cargo --version |
| 99 | 2026-08-06T22:38:27.987Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-06T22:38:27.990Z | + rustc --version |
| 101 | 2026-08-06T22:38:28.011Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-06T22:38:28.014Z | + WORK=/work |
| 103 | 2026-08-06T22:38:28.014Z | + pfexec mkdir -p /work |
| 104 | 2026-08-06T22:38:28.017Z | + pfexec chown build /work |
| 105 | 2026-08-06T22:38:28.020Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-06T22:38:30.633Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-06T22:38:30.885Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-06T22:38:32.197Z | Planning: Solver setup ... Done (1.225s) |
| 109 | 2026-08-06T22:38:32.241Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-08-06T22:38:32.271Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-06T22:38:32.286Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-06T22:38:32.304Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-06T22:38:32.318Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-06T22:38:32.321Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-06T22:38:32.493Z | Planning: Checking for conflicting actions ... Done (0.173s) |
| 116 | 2026-08-06T22:38:32.496Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-06T22:38:33.219Z | Planning: Evaluating mediators ... Done (0.726s) |
| 118 | 2026-08-06T22:38:33.222Z | Planning: Planning completed in 2.31 seconds |
| 119 | 2026-08-06T22:38:33.230Z | Packages to install: 2 |
| 120 | 2026-08-06T22:38:33.230Z | Estimated space available: 156.02 GB |
| 121 | 2026-08-06T22:38:33.230Z | Estimated space to be consumed: 56.47 MB |
| 122 | 2026-08-06T22:38:33.230Z | Create boot environment: No |
| 123 | 2026-08-06T22:38:33.230Z | Create backup boot environment: No |
| 124 | 2026-08-06T22:38:33.234Z | Rebuild boot archive: No |
| 125 | 2026-08-06T22:38:33.234Z | |
| 126 | 2026-08-06T22:38:33.234Z | Changed packages: |
| 127 | 2026-08-06T22:38:33.234Z | helios |
| 128 | 2026-08-06T22:38:33.234Z | developer/build-essential |
| 129 | 2026-08-06T22:38:33.234Z | None -> 11-3.0 |
| 130 | 2026-08-06T22:38:33.234Z | library/libxmlsec1 |
| 131 | 2026-08-06T22:38:33.234Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-06T22:38:33.256Z | |
| 133 | 2026-08-06T22:38:33.256Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-06T22:38:33.326Z | Download: Completed 1.28 MB in 0.07 seconds (18.1M/s) |
| 135 | 2026-08-06T22:38:33.405Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-06T22:38:33.440Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-06T22:38:33.466Z | Finalize: Updating package state database ... Done (0.025s) |
| 138 | 2026-08-06T22:38:33.469Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-06T22:38:33.524Z | Finalize: Updating image state ... Done (0.058s) |
| 140 | 2026-08-06T22:38:36.186Z | Finalize: Creating fast lookup database ... Done (2.623s) |
| 141 | 2026-08-06T22:38:36.258Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-08-06T22:38:36.261Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-06T22:38:36.366Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-06T22:38:36.712Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-06T22:38:36.817Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-06T22:38:36.819Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-06T22:38:36.972Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-06T22:38:36.975Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-06T22:38:36.995Z | Mediators to change: 2 |
| 150 | 2026-08-06T22:38:36.995Z | Create boot environment: No |
| 151 | 2026-08-06T22:38:36.995Z | Create backup boot environment: No |
| 152 | 2026-08-06T22:38:37.046Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-06T22:38:37.046Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-06T22:38:37.085Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-06T22:38:39.015Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-06T22:38:39.073Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-06T22:38:39.076Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-06T22:38:39.149Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-06T22:38:39.439Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-06T22:38:39.544Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-06T22:38:39.548Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-06T22:38:39.702Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-06T22:38:39.705Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-06T22:38:39.726Z | Mediators to change: 1 |
| 165 | 2026-08-06T22:38:39.726Z | Create boot environment: No |
| 166 | 2026-08-06T22:38:39.726Z | Create backup boot environment: No |
| 167 | 2026-08-06T22:38:39.767Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-06T22:38:39.767Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-06T22:38:39.805Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-06T22:38:41.745Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-06T22:38:41.807Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-06T22:38:41.810Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-06T22:38:41.860Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-06T22:38:42.173Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-06T22:38:42.173Z | apache system 2.4 system |
| 176 | 2026-08-06T22:38:42.173Z | clang system 15 system |
| 177 | 2026-08-06T22:38:42.173Z | csh system system illumos |
| 178 | 2026-08-06T22:38:42.173Z | ctags system system illumos |
| 179 | 2026-08-06T22:38:42.173Z | file vendor vendor darwinsys |
| 180 | 2026-08-06T22:38:42.173Z | file system system illumos |
| 181 | 2026-08-06T22:38:42.173Z | gcc vendor 14 vendor |
| 182 | 2026-08-06T22:38:42.173Z | gcc system 13 system |
| 183 | 2026-08-06T22:38:42.174Z | gcc system 10 system |
| 184 | 2026-08-06T22:38:42.174Z | go system 1.25 system |
| 185 | 2026-08-06T22:38:42.174Z | llvm system 15 system |
| 186 | 2026-08-06T22:38:42.174Z | mariadb system 11.4 system |
| 187 | 2026-08-06T22:38:42.174Z | mta vendor vendor dma |
| 188 | 2026-08-06T22:38:42.174Z | openjdk system 17 system |
| 189 | 2026-08-06T22:38:42.174Z | openjdk system 11 system |
| 190 | 2026-08-06T22:38:42.174Z | openssl vendor 3 vendor |
| 191 | 2026-08-06T22:38:42.174Z | perl system 5.40 system |
| 192 | 2026-08-06T22:38:42.174Z | postgresql system 18 system |
| 193 | 2026-08-06T22:38:42.174Z | postgresql system 17 system |
| 194 | 2026-08-06T22:38:42.174Z | python vendor 3 vendor |
| 195 | 2026-08-06T22:38:42.174Z | python system 2 system |
| 196 | 2026-08-06T22:38:42.174Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-06T22:38:42.174Z | ruby system 3.4 system |
| 198 | 2026-08-06T22:38:42.174Z | ruby system 3.0 system |
| 199 | 2026-08-06T22:38:42.174Z | words vendor vendor american-english |
| 200 | 2026-08-06T22:38:42.174Z | words system system australian-english |
| 201 | 2026-08-06T22:38:42.175Z | words system system british-english |
| 202 | 2026-08-06T22:38:42.175Z | words system system canadian-english |
| 203 | 2026-08-06T22:38:42.175Z | words system system french |
| 204 | 2026-08-06T22:38:42.175Z | words system system italian |
| 205 | 2026-08-06T22:38:42.175Z | words system system ngerman |
| 206 | 2026-08-06T22:38:42.175Z | words system system ogerman |
| 207 | 2026-08-06T22:38:42.175Z | words system system spanish |
| 208 | 2026-08-06T22:38:42.429Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-06T22:38:42.429Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-06T22:38:42.825Z | FMRI IFO |
| 211 | 2026-08-06T22:38:42.825Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-06T22:38:42.825Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-06T22:38:42.825Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-06T22:38:42.825Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-06T22:38:42.825Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-06T22:38:42.825Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-06T22:38:42.825Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-06T22:38:42.825Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-06T22:38:42.825Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-06T22:38:42.960Z | error: missing comma between array elements, expected `,` |
| 221 | 2026-08-06T22:38:42.960Z | --> Cargo.toml:107:5 |
| 222 | 2026-08-06T22:38:42.960Z | | |
| 223 | 2026-08-06T22:38:42.960Z | 107 | "nexus/internal-api", |
| 224 | 2026-08-06T22:38:42.960Z | | ^ |
| 225 | 2026-08-06T22:38:42.963Z | Failed to run command -- will try 2 more times |
| 226 | 2026-08-06T22:38:42.979Z | error: missing comma between array elements, expected `,` |
| 227 | 2026-08-06T22:38:42.979Z | --> Cargo.toml:107:5 |
| 228 | 2026-08-06T22:38:42.979Z | | |
| 229 | 2026-08-06T22:38:42.979Z | 107 | "nexus/internal-api", |
| 230 | 2026-08-06T22:38:42.979Z | | ^ |
| 231 | 2026-08-06T22:38:42.982Z | Failed to run command -- will try 1 more times |
| 232 | 2026-08-06T22:38:42.996Z | error: missing comma between array elements, expected `,` |
| 233 | 2026-08-06T22:38:42.996Z | --> Cargo.toml:107:5 |
| 234 | 2026-08-06T22:38:42.996Z | | |
| 235 | 2026-08-06T22:38:42.996Z | 107 | "nexus/internal-api", |
| 236 | 2026-08-06T22:38:42.996Z | | ^ |
| 237 | 2026-08-06T22:38:43.001Z | |
| 238 | 2026-08-06T22:38:43.001Z | real 14.975462751 |
| 239 | 2026-08-06T22:38:43.001Z | user 11.029271524 |
| 240 | 2026-08-06T22:38:43.001Z | sys 1.098177782 |
| 241 | 2026-08-06T22:38:43.001Z | trap 0.001093250 |
| 242 | 2026-08-06T22:38:43.001Z | tflt 0.039803554 |
| 243 | 2026-08-06T22:38:43.001Z | dflt 0.043775885 |
| 244 | 2026-08-06T22:38:43.001Z | kflt 0.023713668 |
| 245 | 2026-08-06T22:38:43.001Z | lock 0.051566800 |
| 246 | 2026-08-06T22:38:43.001Z | slp 17.730268577 |
| 247 | 2026-08-06T22:38:43.001Z | lat 0.040654233 |
| 248 | 2026-08-06T22:38:43.001Z | stop 0.000340130 |
| 249 | 2026-08-06T22:38:43.004Z | process exited: duration 15033 ms, exit code 101 |
| |
| 250 | 2026-08-06T22:38:43.011Z | found 0 output files |
| 251 | 2026-08-06T22:38:43.011Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |