|
|
|
| 1 | 2026-08-06T22:37:48.173Z | job assigned to worker 01KZCKHZQENFJV7EW0W1201S6W [factory aws, i-02dab83907a5f00a7] (queued for 55 s) |
| |
| 2 | 2026-08-06T22:37:56.316Z | starting task 0: "setup" |
| 3 | 2026-08-06T22:37:56.322Z | ++ uname -s |
| 4 | 2026-08-06T22:37:56.325Z | + kern=SunOS |
| 5 | 2026-08-06T22:37:56.325Z | + build_user=build |
| 6 | 2026-08-06T22:37:56.325Z | + build_uid=12345 |
| 7 | 2026-08-06T22:37:56.325Z | + work_dir=/work |
| 8 | 2026-08-06T22:37:56.325Z | + input_dir=/input |
| 9 | 2026-08-06T22:37:56.325Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-06T22:37:56.325Z | + case "$kern" in |
| 11 | 2026-08-06T22:37:56.325Z | + groupadd -g 12345 build |
| 12 | 2026-08-06T22:37:56.328Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-06T22:37:58.335Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-06T22:37:58.413Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-06T22:37:58.416Z | + home_fs=zfs |
| 16 | 2026-08-06T22:37:58.416Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-06T22:37:58.416Z | + mkdir -p /home/build |
| 18 | 2026-08-06T22:37:58.419Z | + chown build:build /home/build /work |
| 19 | 2026-08-06T22:38:00.421Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-06T22:38:00.426Z | process exited: duration 4114 ms, exit code 0 |
| |
| 21 | 2026-08-06T22:38:00.433Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-06T22:38:00.441Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-06T22:38:00.441Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-06T22:38:00.441Z | * rust toolchain profile = "default" |
| 25 | 2026-08-06T22:38:00.441Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-06T22:38:00.441Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-06T22:38:00.441Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-06T22:38:00.444Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-06T22:38:00.444Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-06T22:38:00.562Z | info: downloading installer |
| 31 | 2026-08-06T22:38:02.258Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-06T22:38:02.258Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-06T22:38:02.258Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-06T22:38:02.258Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-06T22:38:02.266Z | info: profile set to default |
| 36 | 2026-08-06T22:38:02.266Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-06T22:38:02.266Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-06T22:38:02.266Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-06T22:38:02.266Z | info: downloading 6 components |
| 40 | 2026-08-06T22:38:17.552Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-06T22:38:17.552Z | |
| 42 | 2026-08-06T22:38:17.582Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-06T22:38:17.582Z | |
| 44 | 2026-08-06T22:38:17.582Z | |
| 45 | 2026-08-06T22:38:17.582Z | Rust is installed now. Great! |
| 46 | 2026-08-06T22:38:17.582Z | |
| 47 | 2026-08-06T22:38:17.582Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-06T22:38:17.582Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-06T22:38:17.582Z | |
| 50 | 2026-08-06T22:38:17.582Z | To configure your current shell, you need to source |
| 51 | 2026-08-06T22:38:17.582Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-06T22:38:17.582Z | |
| 53 | 2026-08-06T22:38:17.582Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-06T22:38:17.582Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-06T22:38:17.582Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-06T22:38:17.582Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-06T22:38:17.582Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-06T22:38:17.582Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-06T22:38:17.582Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-06T22:38:17.586Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-06T22:38:17.586Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-06T22:38:17.685Z | + rustup --version |
| 63 | 2026-08-06T22:38:17.692Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-06T22:38:17.695Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-06T22:38:17.714Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-06T22:38:17.719Z | + cargo --version |
| 67 | 2026-08-06T22:38:17.726Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-06T22:38:17.729Z | + rustc --version |
| 69 | 2026-08-06T22:38:17.750Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-06T22:38:17.753Z | process exited: duration 17320 ms, exit code 0 |
| |
| 71 | 2026-08-06T22:38:17.759Z | starting task 2: "authentication" |
| 72 | 2026-08-06T22:38:17.783Z | process exited: duration 23 ms, exit code 0 |
| |
| 73 | 2026-08-06T22:38:17.790Z | starting task 3: "clone repository" |
| 74 | 2026-08-06T22:38:17.797Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-06T22:38:17.800Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-06T22:38:17.831Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-06T22:38:28.947Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-06T22:38:28.947Z | + git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 79 | 2026-08-06T22:38:29.235Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-06T22:38:29.235Z | * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD |
| 81 | 2026-08-06T22:38:29.248Z | + [[ -n eliza/fm-statefile ]] |
| 82 | 2026-08-06T22:38:29.251Z | ++ git branch --show-current |
| 83 | 2026-08-06T22:38:29.254Z | + current=main |
| 84 | 2026-08-06T22:38:29.254Z | + [[ main != eliza/fm-statefile ]] |
| 85 | 2026-08-06T22:38:29.254Z | + git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 86 | 2026-08-06T22:38:29.257Z | + git checkout -f eliza/fm-statefile |
| 87 | 2026-08-06T22:38:29.514Z | Switched to branch 'eliza/fm-statefile' |
| 88 | 2026-08-06T22:38:29.517Z | + git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 89 | 2026-08-06T22:38:29.532Z | HEAD is now at 65d5c4a03 reticulizing |
| 90 | 2026-08-06T22:38:29.535Z | process exited: duration 11745 ms, exit code 0 |
| |
| 91 | 2026-08-06T22:38:29.541Z | starting task 4: "build" |
| 92 | 2026-08-06T22:38:29.551Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 93 | 2026-08-06T22:38:29.551Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 94 | 2026-08-06T22:38:29.551Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 95 | 2026-08-06T22:38:29.551Z | + mkdir /var/tmp/omicron_tmp |
| 96 | 2026-08-06T22:38:29.554Z | + source ./env.sh |
| 97 | 2026-08-06T22:38:29.554Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-06T22:38:29.554Z | ++ set -o xtrace |
| 99 | 2026-08-06T22:38:29.558Z | ++++ dirname ./env.sh |
| 100 | 2026-08-06T22:38:29.560Z | +++ readlink -f . |
| 101 | 2026-08-06T22:38:29.563Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-06T22:38:29.563Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-06T22:38:29.564Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-06T22:38:29.564Z | ++ 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 |
| 105 | 2026-08-06T22:38:29.564Z | ++ 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 |
| 106 | 2026-08-06T22:38:29.564Z | ++ 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 |
| 107 | 2026-08-06T22:38:29.564Z | ++ 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 |
| 108 | 2026-08-06T22:38:29.564Z | ++ 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 |
| 109 | 2026-08-06T22:38:29.564Z | ++ 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 |
| 110 | 2026-08-06T22:38:29.564Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 111 | 2026-08-06T22:38:29.564Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 112 | 2026-08-06T22:38:29.564Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-06T22:38:29.564Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-06T22:38:29.564Z | + source .github/buildomat/ci-env.sh |
| 115 | 2026-08-06T22:38:29.564Z | ++ export CARGO_TERM_COLOR=always |
| 116 | 2026-08-06T22:38:29.564Z | ++ CARGO_TERM_COLOR=always |
| 117 | 2026-08-06T22:38:29.567Z | +++ uname -s |
| 118 | 2026-08-06T22:38:29.567Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 119 | 2026-08-06T22:38:29.567Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 120 | 2026-08-06T22:38:29.570Z | + target_os=illumos |
| 121 | 2026-08-06T22:38:29.570Z | + NEXTEST_VERSION=0.9.131 |
| 122 | 2026-08-06T22:38:29.570Z | + cargo --version |
| 123 | 2026-08-06T22:38:29.579Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 124 | 2026-08-06T22:38:29.582Z | + rustc --version |
| 125 | 2026-08-06T22:38:29.604Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 126 | 2026-08-06T22:38:29.607Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 127 | 2026-08-06T22:38:29.609Z | + gunzip |
| 128 | 2026-08-06T22:38:29.609Z | + tar -xvf - -C /home/build/.cargo/bin |
| 129 | 2026-08-06T22:38:30.537Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 130 | 2026-08-06T22:38:30.541Z | + OUTPUT_DIR=/work |
| 131 | 2026-08-06T22:38:30.541Z | + echo 'tests will store non-ephemeral output in /work' |
| 132 | 2026-08-06T22:38:30.541Z | tests will store non-ephemeral output in /work |
| 133 | 2026-08-06T22:38:30.541Z | + mkdir -p /work |
| 134 | 2026-08-06T22:38:30.547Z | + banner prerequisites |
| 135 | 2026-08-06T22:38:30.547Z | |
| 136 | 2026-08-06T22:38:30.547Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 137 | 2026-08-06T22:38:30.547Z | # # # # # # # # # # # # # # # |
| 138 | 2026-08-06T22:38:30.547Z | # # # # ##### # # ##### # # # # # #### # |
| 139 | 2026-08-06T22:38:30.547Z | ##### ##### # ##### # # # # # # # # # |
| 140 | 2026-08-06T22:38:30.547Z | # # # # # # # # # # # # # # # |
| 141 | 2026-08-06T22:38:30.547Z | # # # ###### # # ###### ### # #### # #### # |
| 142 | 2026-08-06T22:38:30.547Z | |
| 143 | 2026-08-06T22:38:30.547Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 144 | 2026-08-06T22:38:32.366Z | Startup: Refreshing catalog 'helios' ... Done |
| 145 | 2026-08-06T22:38:32.611Z | Startup: Caching catalogs ... Done |
| 146 | 2026-08-06T22:38:33.928Z | Planning: Solver setup ... Done (1.230s) |
| 147 | 2026-08-06T22:38:33.973Z | Planning: Running solver ... Done (0.044s) |
| 148 | 2026-08-06T22:38:34.004Z | Planning: Finding local manifests ... Done (0.003s) |
| 149 | 2026-08-06T22:38:34.016Z | Planning: Fetching manifests: 0/2 0% complete |
| 150 | 2026-08-06T22:38:34.039Z | Planning: Fetching manifests: 2/2 100% complete |
| 151 | 2026-08-06T22:38:34.054Z | Planning: Package planning ... Done (0.016s) |
| 152 | 2026-08-06T22:38:34.058Z | Planning: Merging actions ... Done (0.001s) |
| 153 | 2026-08-06T22:38:34.227Z | Planning: Checking for conflicting actions ... Done (0.170s) |
| 154 | 2026-08-06T22:38:34.230Z | Planning: Consolidating action changes ... Done (0.001s) |
| 155 | 2026-08-06T22:38:35.129Z | Planning: Evaluating mediators ... Done (0.902s) |
| 156 | 2026-08-06T22:38:35.132Z | Planning: Planning completed in 2.49 seconds |
| 157 | 2026-08-06T22:38:35.139Z | Packages to install: 2 |
| 158 | 2026-08-06T22:38:35.139Z | Estimated space available: 156.01 GB |
| 159 | 2026-08-06T22:38:35.139Z | Estimated space to be consumed: 56.47 MB |
| 160 | 2026-08-06T22:38:35.139Z | Create boot environment: No |
| 161 | 2026-08-06T22:38:35.139Z | Create backup boot environment: No |
| 162 | 2026-08-06T22:38:35.139Z | Rebuild boot archive: No |
| 163 | 2026-08-06T22:38:35.139Z | |
| 164 | 2026-08-06T22:38:35.139Z | Changed packages: |
| 165 | 2026-08-06T22:38:35.139Z | helios |
| 166 | 2026-08-06T22:38:35.142Z | developer/build-essential |
| 167 | 2026-08-06T22:38:35.142Z | None -> 11-3.0 |
| 168 | 2026-08-06T22:38:35.142Z | library/libxmlsec1 |
| 169 | 2026-08-06T22:38:35.142Z | None -> 1.2.35-3.0 |
| 170 | 2026-08-06T22:38:35.166Z | |
| 171 | 2026-08-06T22:38:35.166Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 172 | 2026-08-06T22:38:35.234Z | Download: Completed 1.28 MB in 0.07 seconds (18.9M/s) |
| 173 | 2026-08-06T22:38:35.338Z | Actions: 1/268 actions (Installing new actions) |
| 174 | 2026-08-06T22:38:35.377Z | Actions: Completed 268 actions in 0.04 seconds. |
| 175 | 2026-08-06T22:38:35.403Z | Finalize: Updating package state database ... Done (0.025s) |
| 176 | 2026-08-06T22:38:35.403Z | Finalize: Updating package cache ... Done (0.000s) |
| 177 | 2026-08-06T22:38:35.466Z | Finalize: Updating image state ... Done (0.063s) |
| 178 | 2026-08-06T22:38:38.170Z | Finalize: Creating fast lookup database ... Done (2.666s) |
| 179 | 2026-08-06T22:38:38.245Z | Finalize: Reading search index ... Done (0.013s) |
| 180 | 2026-08-06T22:38:38.248Z | Finalize: Updating search index ... Done (0.000s) |
| 181 | 2026-08-06T22:38:38.347Z | Finalize: Updating package cache ... Done (0.000s) |
| 182 | 2026-08-06T22:38:38.693Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-08-06T22:38:38.796Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-08-06T22:38:38.799Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-08-06T22:38:38.953Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-08-06T22:38:38.956Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-08-06T22:38:38.976Z | Mediators to change: 2 |
| 188 | 2026-08-06T22:38:38.976Z | Create boot environment: No |
| 189 | 2026-08-06T22:38:38.976Z | Create backup boot environment: No |
| 190 | 2026-08-06T22:38:39.026Z | Finalize: Updating package state database ... Done |
| 191 | 2026-08-06T22:38:39.026Z | Finalize: Updating package cache ... Done |
| 192 | 2026-08-06T22:38:39.061Z | Finalize: Updating image state ... Done |
| 193 | 2026-08-06T22:38:40.993Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-08-06T22:38:41.052Z | Finalize: Reading search index ... Done |
| 195 | 2026-08-06T22:38:41.055Z | Finalize: Updating search index ... Done |
| 196 | 2026-08-06T22:38:41.125Z | Finalize: Updating package cache ... Done |
| 197 | 2026-08-06T22:38:41.407Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2026-08-06T22:38:41.510Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2026-08-06T22:38:41.513Z | Planning: Consolidating action changes ... Done |
| 200 | 2026-08-06T22:38:41.667Z | Planning: Evaluating mediators ... Done |
| 201 | 2026-08-06T22:38:41.670Z | Planning: Planning completed in 0.26 seconds |
| 202 | 2026-08-06T22:38:41.691Z | Mediators to change: 1 |
| 203 | 2026-08-06T22:38:41.691Z | Create boot environment: No |
| 204 | 2026-08-06T22:38:41.691Z | Create backup boot environment: No |
| 205 | 2026-08-06T22:38:41.735Z | Finalize: Updating package state database ... Done |
| 206 | 2026-08-06T22:38:41.735Z | Finalize: Updating package cache ... Done |
| 207 | 2026-08-06T22:38:41.773Z | Finalize: Updating image state ... Done |
| 208 | 2026-08-06T22:38:43.714Z | Finalize: Creating fast lookup database ... Done |
| 209 | 2026-08-06T22:38:43.779Z | Finalize: Reading search index ... Done |
| 210 | 2026-08-06T22:38:43.782Z | Finalize: Updating search index ... Done |
| 211 | 2026-08-06T22:38:43.846Z | Finalize: Updating package cache ... Done |
| 212 | 2026-08-06T22:38:44.157Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 213 | 2026-08-06T22:38:44.157Z | apache system 2.4 system |
| 214 | 2026-08-06T22:38:44.157Z | clang system 15 system |
| 215 | 2026-08-06T22:38:44.158Z | csh system system illumos |
| 216 | 2026-08-06T22:38:44.158Z | ctags system system illumos |
| 217 | 2026-08-06T22:38:44.158Z | file vendor vendor darwinsys |
| 218 | 2026-08-06T22:38:44.158Z | file system system illumos |
| 219 | 2026-08-06T22:38:44.158Z | gcc vendor 14 vendor |
| 220 | 2026-08-06T22:38:44.158Z | gcc system 13 system |
| 221 | 2026-08-06T22:38:44.158Z | gcc system 10 system |
| 222 | 2026-08-06T22:38:44.158Z | go system 1.25 system |
| 223 | 2026-08-06T22:38:44.158Z | llvm system 15 system |
| 224 | 2026-08-06T22:38:44.158Z | mariadb system 11.4 system |
| 225 | 2026-08-06T22:38:44.158Z | mta vendor vendor dma |
| 226 | 2026-08-06T22:38:44.158Z | openjdk system 17 system |
| 227 | 2026-08-06T22:38:44.158Z | openjdk system 11 system |
| 228 | 2026-08-06T22:38:44.158Z | openssl vendor 3 vendor |
| 229 | 2026-08-06T22:38:44.158Z | perl system 5.40 system |
| 230 | 2026-08-06T22:38:44.158Z | postgresql system 18 system |
| 231 | 2026-08-06T22:38:44.158Z | postgresql system 17 system |
| 232 | 2026-08-06T22:38:44.158Z | python vendor 3 vendor |
| 233 | 2026-08-06T22:38:44.158Z | python system 2 system |
| 234 | 2026-08-06T22:38:44.158Z | python3 vendor 3.13 vendor |
| 235 | 2026-08-06T22:38:44.158Z | ruby system 3.4 system |
| 236 | 2026-08-06T22:38:44.158Z | ruby system 3.0 system |
| 237 | 2026-08-06T22:38:44.158Z | words vendor vendor american-english |
| 238 | 2026-08-06T22:38:44.158Z | words system system australian-english |
| 239 | 2026-08-06T22:38:44.158Z | words system system british-english |
| 240 | 2026-08-06T22:38:44.158Z | words system system canadian-english |
| 241 | 2026-08-06T22:38:44.159Z | words system system french |
| 242 | 2026-08-06T22:38:44.159Z | words system system italian |
| 243 | 2026-08-06T22:38:44.159Z | words system system ngerman |
| 244 | 2026-08-06T22:38:44.159Z | words system system ogerman |
| 245 | 2026-08-06T22:38:44.159Z | words system system spanish |
| 246 | 2026-08-06T22:38:44.414Z | PUBLISHER TYPE STATUS P LOCATION |
| 247 | 2026-08-06T22:38:44.414Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 248 | 2026-08-06T22:38:44.807Z | FMRI IFO |
| 249 | 2026-08-06T22:38:44.807Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 250 | 2026-08-06T22:38:44.807Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 251 | 2026-08-06T22:38:44.807Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 252 | 2026-08-06T22:38:44.807Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 253 | 2026-08-06T22:38:44.807Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 254 | 2026-08-06T22:38:44.807Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 255 | 2026-08-06T22:38:44.807Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 256 | 2026-08-06T22:38:44.807Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 257 | 2026-08-06T22:38:44.807Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 258 | 2026-08-06T22:38:44.940Z | error: missing comma between array elements, expected `,` |
| 259 | 2026-08-06T22:38:44.940Z | --> Cargo.toml:107:5 |
| 260 | 2026-08-06T22:38:44.940Z | | |
| 261 | 2026-08-06T22:38:44.940Z | 107 | "nexus/internal-api", |
| 262 | 2026-08-06T22:38:44.940Z | | ^ |
| 263 | 2026-08-06T22:38:44.943Z | Failed to run command -- will try 2 more times |
| 264 | 2026-08-06T22:38:44.958Z | error: missing comma between array elements, expected `,` |
| 265 | 2026-08-06T22:38:44.958Z | --> Cargo.toml:107:5 |
| 266 | 2026-08-06T22:38:44.958Z | | |
| 267 | 2026-08-06T22:38:44.958Z | 107 | "nexus/internal-api", |
| 268 | 2026-08-06T22:38:44.958Z | | ^ |
| 269 | 2026-08-06T22:38:44.961Z | Failed to run command -- will try 1 more times |
| 270 | 2026-08-06T22:38:44.976Z | error: missing comma between array elements, expected `,` |
| 271 | 2026-08-06T22:38:44.976Z | --> Cargo.toml:107:5 |
| 272 | 2026-08-06T22:38:44.976Z | | |
| 273 | 2026-08-06T22:38:44.976Z | 107 | "nexus/internal-api", |
| 274 | 2026-08-06T22:38:44.976Z | | ^ |
| 275 | 2026-08-06T22:38:44.979Z | |
| 276 | 2026-08-06T22:38:44.979Z | real 14.429384914 |
| 277 | 2026-08-06T22:38:44.979Z | user 11.009393194 |
| 278 | 2026-08-06T22:38:44.979Z | sys 1.112882875 |
| 279 | 2026-08-06T22:38:44.979Z | trap 0.001314190 |
| 280 | 2026-08-06T22:38:44.979Z | tflt 0.043614159 |
| 281 | 2026-08-06T22:38:44.979Z | dflt 0.042596137 |
| 282 | 2026-08-06T22:38:44.979Z | kflt 0.013469775 |
| 283 | 2026-08-06T22:38:44.979Z | lock 0.051440006 |
| 284 | 2026-08-06T22:38:44.979Z | slp 16.617700325 |
| 285 | 2026-08-06T22:38:44.979Z | lat 0.049887291 |
| 286 | 2026-08-06T22:38:44.979Z | stop 0.000628440 |
| 287 | 2026-08-06T22:38:44.982Z | process exited: duration 15437 ms, exit code 101 |
| |
| 288 | 2026-08-06T22:38:44.988Z | found 0 output files |
| 289 | 2026-08-06T22:38:44.991Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 290 | 2026-08-06T22:38:44.991Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |