|
|
|
| 1 | 2026-05-15T03:41:34.672Z | job assigned to worker 01KRMVHP5R0DWPACNY408ST4GF [factory aws, i-0a048359fb8fc3f24] (queued for 54 s) |
| |
| 2 | 2026-05-15T03:41:42.460Z | starting task 0: "setup" |
| 3 | 2026-05-15T03:41:42.465Z | ++ uname -s |
| 4 | 2026-05-15T03:41:42.468Z | + kern=SunOS |
| 5 | 2026-05-15T03:41:42.468Z | + build_user=build |
| 6 | 2026-05-15T03:41:42.468Z | + build_uid=12345 |
| 7 | 2026-05-15T03:41:42.468Z | + work_dir=/work |
| 8 | 2026-05-15T03:41:42.468Z | + input_dir=/input |
| 9 | 2026-05-15T03:41:42.468Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T03:41:42.468Z | + case "$kern" in |
| 11 | 2026-05-15T03:41:42.468Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T03:41:42.471Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T03:41:44.479Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T03:41:44.565Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T03:41:44.568Z | + home_fs=zfs |
| 16 | 2026-05-15T03:41:44.568Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T03:41:44.568Z | + mkdir -p /home/build |
| 18 | 2026-05-15T03:41:44.571Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T03:41:46.574Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T03:41:46.577Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-05-15T03:41:46.582Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T03:41:46.589Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T03:41:46.589Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-15T03:41:46.589Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-15T03:41:46.589Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-15T03:41:46.589Z | * rust toolchain profile = "default" |
| 27 | 2026-05-15T03:41:46.589Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T03:41:46.592Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T03:41:46.595Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T03:41:46.665Z | info: downloading installer |
| 31 | 2026-05-15T03:41:48.043Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T03:41:48.044Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T03:41:48.044Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T03:41:48.044Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T03:41:48.059Z | info: profile set to default |
| 36 | 2026-05-15T03:41:48.059Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T03:41:48.062Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T03:41:48.200Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T03:41:48.204Z | info: downloading 6 components |
| 40 | 2026-05-15T03:42:03.273Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-15T03:42:03.273Z | |
| 42 | 2026-05-15T03:42:03.303Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T03:42:03.304Z | |
| 44 | 2026-05-15T03:42:03.304Z | |
| 45 | 2026-05-15T03:42:03.304Z | Rust is installed now. Great! |
| 46 | 2026-05-15T03:42:03.304Z | |
| 47 | 2026-05-15T03:42:03.307Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T03:42:03.307Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T03:42:03.307Z | |
| 50 | 2026-05-15T03:42:03.307Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T03:42:03.307Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T03:42:03.307Z | |
| 53 | 2026-05-15T03:42:03.307Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T03:42:03.307Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T03:42:03.307Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T03:42:03.307Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T03:42:03.307Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T03:42:03.307Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T03:42:03.307Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T03:42:03.307Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T03:42:03.307Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T03:42:03.408Z | + rustup --version |
| 63 | 2026-05-15T03:42:03.416Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T03:42:03.418Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T03:42:03.435Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T03:42:03.439Z | + cargo --version |
| 67 | 2026-05-15T03:42:03.448Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T03:42:03.451Z | + rustc --version |
| 69 | 2026-05-15T03:42:03.473Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T03:42:03.476Z | process exited: duration 16893 ms, exit code 0 |
| |
| 71 | 2026-05-15T03:42:03.481Z | starting task 2: "authentication" |
| 72 | 2026-05-15T03:42:03.505Z | process exited: duration 23 ms, exit code 0 |
| |
| 73 | 2026-05-15T03:42:03.510Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T03:42:03.517Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T03:42:03.519Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T03:42:03.556Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T03:42:13.503Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T03:42:13.503Z | + git fetch origin 14b845f1c0c845be1f7f5eb74bea3339104249aa |
| 79 | 2026-05-15T03:42:13.770Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T03:42:13.770Z | * branch 14b845f1c0c845be1f7f5eb74bea3339104249aa -> FETCH_HEAD |
| 81 | 2026-05-15T03:42:13.781Z | + [[ -n '' ]] |
| 82 | 2026-05-15T03:42:13.781Z | + git reset --hard 14b845f1c0c845be1f7f5eb74bea3339104249aa |
| 83 | 2026-05-15T03:42:14.017Z | HEAD is now at 14b845f1c Update crucible-common digest to c59a136 |
| 84 | 2026-05-15T03:42:14.020Z | process exited: duration 10508 ms, exit code 0 |
| |
| 85 | 2026-05-15T03:42:14.025Z | starting task 4: "build" |
| 86 | 2026-05-15T03:42:14.034Z | + source ./env.sh |
| 87 | 2026-05-15T03:42:14.034Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-05-15T03:42:14.034Z | ++ set -o xtrace |
| 89 | 2026-05-15T03:42:14.038Z | ++++ dirname ./env.sh |
| 90 | 2026-05-15T03:42:14.040Z | +++ readlink -f . |
| 91 | 2026-05-15T03:42:14.043Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-05-15T03:42:14.043Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-05-15T03:42:14.043Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-05-15T03:42:14.043Z | ++ 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 |
| 95 | 2026-05-15T03:42:14.043Z | ++ 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 |
| 96 | 2026-05-15T03:42:14.043Z | ++ 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 |
| 97 | 2026-05-15T03:42:14.043Z | ++ 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 |
| 98 | 2026-05-15T03:42:14.043Z | ++ 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 |
| 99 | 2026-05-15T03:42:14.043Z | ++ 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 |
| 100 | 2026-05-15T03:42:14.043Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2026-05-15T03:42:14.043Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2026-05-15T03:42:14.043Z | + source .github/buildomat/ci-env.sh |
| 103 | 2026-05-15T03:42:14.043Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2026-05-15T03:42:14.043Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2026-05-15T03:42:14.043Z | + target_os=illumos |
| 106 | 2026-05-15T03:42:14.043Z | + NEXTEST_VERSION=0.9.131 |
| 107 | 2026-05-15T03:42:14.043Z | + cargo --version |
| 108 | 2026-05-15T03:42:14.054Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 109 | 2026-05-15T03:42:14.056Z | + rustc --version |
| 110 | 2026-05-15T03:42:14.081Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 111 | 2026-05-15T03:42:14.085Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 112 | 2026-05-15T03:42:14.087Z | + gunzip |
| 113 | 2026-05-15T03:42:14.090Z | + tar -xvf - -C /home/build/.cargo/bin |
| 114 | 2026-05-15T03:42:14.901Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 115 | 2026-05-15T03:42:14.905Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 116 | 2026-05-15T03:42:14.905Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 117 | 2026-05-15T03:42:14.905Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 118 | 2026-05-15T03:42:14.905Z | + mkdir /var/tmp/omicron_tmp |
| 119 | 2026-05-15T03:42:14.908Z | + OUTPUT_DIR=/work |
| 120 | 2026-05-15T03:42:14.908Z | + echo 'tests will store non-ephemeral output in /work' |
| 121 | 2026-05-15T03:42:14.908Z | tests will store non-ephemeral output in /work |
| 122 | 2026-05-15T03:42:14.908Z | + mkdir -p /work |
| 123 | 2026-05-15T03:42:14.908Z | + banner prerequisites |
| 124 | 2026-05-15T03:42:14.911Z | |
| 125 | 2026-05-15T03:42:14.911Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 126 | 2026-05-15T03:42:14.911Z | # # # # # # # # # # # # # # # |
| 127 | 2026-05-15T03:42:14.911Z | # # # # ##### # # ##### # # # # # #### # |
| 128 | 2026-05-15T03:42:14.911Z | ##### ##### # ##### # # # # # # # # # |
| 129 | 2026-05-15T03:42:14.911Z | # # # # # # # # # # # # # # # |
| 130 | 2026-05-15T03:42:14.911Z | # # # ###### # # ###### ### # #### # #### # |
| 131 | 2026-05-15T03:42:14.911Z | |
| 132 | 2026-05-15T03:42:14.911Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 133 | 2026-05-15T03:42:16.370Z | Startup: Refreshing catalog 'helios' ... Done |
| 134 | 2026-05-15T03:42:16.428Z | Startup: Caching catalogs ... Done |
| 135 | 2026-05-15T03:42:16.632Z | Planning: Solver setup ... Done (0.172s) |
| 136 | 2026-05-15T03:42:16.648Z | Planning: Running solver ... Done (0.016s) |
| 137 | 2026-05-15T03:42:16.655Z | Planning: Finding local manifests ... Done (0.003s) |
| 138 | 2026-05-15T03:42:16.666Z | Planning: Fetching manifests: 0/2 0% complete |
| 139 | 2026-05-15T03:42:16.685Z | Planning: Fetching manifests: 2/2 100% complete |
| 140 | 2026-05-15T03:42:16.701Z | Planning: Package planning ... Done (0.014s) |
| 141 | 2026-05-15T03:42:16.705Z | Planning: Merging actions ... Done (0.002s) |
| 142 | 2026-05-15T03:42:16.895Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 143 | 2026-05-15T03:42:16.898Z | Planning: Consolidating action changes ... Done (0.001s) |
| 144 | 2026-05-15T03:42:17.754Z | Planning: Evaluating mediators ... Done (0.857s) |
| 145 | 2026-05-15T03:42:17.757Z | Planning: Planning completed in 1.31 seconds |
| 146 | 2026-05-15T03:42:17.763Z | Packages to install: 2 |
| 147 | 2026-05-15T03:42:17.763Z | Estimated space available: 156.06 GB |
| 148 | 2026-05-15T03:42:17.763Z | Estimated space to be consumed: 19.74 MB |
| 149 | 2026-05-15T03:42:17.763Z | Create boot environment: No |
| 150 | 2026-05-15T03:42:17.763Z | Create backup boot environment: No |
| 151 | 2026-05-15T03:42:17.763Z | Rebuild boot archive: No |
| 152 | 2026-05-15T03:42:17.767Z | |
| 153 | 2026-05-15T03:42:17.767Z | Changed packages: |
| 154 | 2026-05-15T03:42:17.768Z | helios |
| 155 | 2026-05-15T03:42:17.768Z | developer/build-essential |
| 156 | 2026-05-15T03:42:17.768Z | None -> 11-3.0 |
| 157 | 2026-05-15T03:42:17.768Z | library/libxmlsec1 |
| 158 | 2026-05-15T03:42:17.768Z | None -> 1.2.35-3.0 |
| 159 | 2026-05-15T03:42:17.790Z | |
| 160 | 2026-05-15T03:42:17.790Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 161 | 2026-05-15T03:42:18.370Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 162 | 2026-05-15T03:42:18.453Z | Actions: 1/268 actions (Installing new actions) |
| 163 | 2026-05-15T03:42:18.496Z | Actions: Completed 268 actions in 0.04 seconds. |
| 164 | 2026-05-15T03:42:18.500Z | Finalize: Updating package state database ... Done (0.007s) |
| 165 | 2026-05-15T03:42:18.500Z | Finalize: Updating package cache ... Done (0.000s) |
| 166 | 2026-05-15T03:42:18.542Z | Finalize: Updating image state ... Done (0.015s) |
| 167 | 2026-05-15T03:42:21.073Z | Finalize: Creating fast lookup database ... Done (2.535s) |
| 168 | 2026-05-15T03:42:21.144Z | Finalize: Reading search index ... Done (0.012s) |
| 169 | 2026-05-15T03:42:21.147Z | Finalize: Updating search index ... Done (0.000s) |
| 170 | 2026-05-15T03:42:21.239Z | Finalize: Updating package cache ... Done (0.000s) |
| 171 | 2026-05-15T03:42:21.533Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-05-15T03:42:21.638Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-05-15T03:42:21.640Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-05-15T03:42:21.797Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-05-15T03:42:21.802Z | Planning: Planning completed in 0.26 seconds |
| 176 | 2026-05-15T03:42:21.819Z | Mediators to change: 2 |
| 177 | 2026-05-15T03:42:21.820Z | Create boot environment: No |
| 178 | 2026-05-15T03:42:21.820Z | Create backup boot environment: No |
| 179 | 2026-05-15T03:42:21.877Z | Finalize: Updating package state database ... Done |
| 180 | 2026-05-15T03:42:21.877Z | Finalize: Updating package cache ... Done |
| 181 | 2026-05-15T03:42:21.886Z | Finalize: Updating image state ... Done |
| 182 | 2026-05-15T03:42:23.819Z | Finalize: Creating fast lookup database ... Done |
| 183 | 2026-05-15T03:42:23.882Z | Finalize: Reading search index ... Done |
| 184 | 2026-05-15T03:42:23.888Z | Finalize: Updating search index ... Done |
| 185 | 2026-05-15T03:42:23.980Z | Finalize: Updating package cache ... Done |
| 186 | 2026-05-15T03:42:24.260Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-05-15T03:42:24.365Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-05-15T03:42:24.370Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-05-15T03:42:24.523Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-05-15T03:42:24.529Z | Planning: Planning completed in 0.26 seconds |
| 191 | 2026-05-15T03:42:24.546Z | Mediators to change: 1 |
| 192 | 2026-05-15T03:42:24.546Z | Create boot environment: No |
| 193 | 2026-05-15T03:42:24.546Z | Create backup boot environment: No |
| 194 | 2026-05-15T03:42:24.620Z | Finalize: Updating package state database ... Done |
| 195 | 2026-05-15T03:42:24.620Z | Finalize: Updating package cache ... Done |
| 196 | 2026-05-15T03:42:24.628Z | Finalize: Updating image state ... Done |
| 197 | 2026-05-15T03:42:26.554Z | Finalize: Creating fast lookup database ... Done |
| 198 | 2026-05-15T03:42:26.613Z | Finalize: Reading search index ... Done |
| 199 | 2026-05-15T03:42:26.616Z | Finalize: Updating search index ... Done |
| 200 | 2026-05-15T03:42:26.689Z | Finalize: Updating package cache ... Done |
| 201 | 2026-05-15T03:42:27.001Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 202 | 2026-05-15T03:42:27.001Z | apache system 2.4 system |
| 203 | 2026-05-15T03:42:27.001Z | clang system 15 system |
| 204 | 2026-05-15T03:42:27.001Z | csh system system illumos |
| 205 | 2026-05-15T03:42:27.001Z | ctags system system illumos |
| 206 | 2026-05-15T03:42:27.001Z | file vendor vendor darwinsys |
| 207 | 2026-05-15T03:42:27.001Z | file system system illumos |
| 208 | 2026-05-15T03:42:27.001Z | gcc vendor 14 vendor |
| 209 | 2026-05-15T03:42:27.001Z | gcc system 13 system |
| 210 | 2026-05-15T03:42:27.002Z | gcc system 10 system |
| 211 | 2026-05-15T03:42:27.002Z | go system 1.25 system |
| 212 | 2026-05-15T03:42:27.002Z | llvm system 15 system |
| 213 | 2026-05-15T03:42:27.002Z | mariadb system 11.4 system |
| 214 | 2026-05-15T03:42:27.002Z | mta vendor vendor dma |
| 215 | 2026-05-15T03:42:27.002Z | openjdk system 17 system |
| 216 | 2026-05-15T03:42:27.002Z | openjdk system 11 system |
| 217 | 2026-05-15T03:42:27.002Z | openssl vendor 3 vendor |
| 218 | 2026-05-15T03:42:27.002Z | perl system 5.40 system |
| 219 | 2026-05-15T03:42:27.002Z | postgresql system 18 system |
| 220 | 2026-05-15T03:42:27.002Z | postgresql system 17 system |
| 221 | 2026-05-15T03:42:27.002Z | python vendor 3 vendor |
| 222 | 2026-05-15T03:42:27.002Z | python system 2 system |
| 223 | 2026-05-15T03:42:27.002Z | python3 vendor 3.13 vendor |
| 224 | 2026-05-15T03:42:27.002Z | ruby system 3.4 system |
| 225 | 2026-05-15T03:42:27.002Z | ruby system 3.0 system |
| 226 | 2026-05-15T03:42:27.002Z | words vendor vendor american-english |
| 227 | 2026-05-15T03:42:27.002Z | words system system australian-english |
| 228 | 2026-05-15T03:42:27.002Z | words system system british-english |
| 229 | 2026-05-15T03:42:27.002Z | words system system canadian-english |
| 230 | 2026-05-15T03:42:27.002Z | words system system french |
| 231 | 2026-05-15T03:42:27.002Z | words system system italian |
| 232 | 2026-05-15T03:42:27.002Z | words system system ngerman |
| 233 | 2026-05-15T03:42:27.002Z | words system system ogerman |
| 234 | 2026-05-15T03:42:27.002Z | words system system spanish |
| 235 | 2026-05-15T03:42:27.254Z | PUBLISHER TYPE STATUS P LOCATION |
| 236 | 2026-05-15T03:42:27.254Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 237 | 2026-05-15T03:42:27.536Z | FMRI IFO |
| 238 | 2026-05-15T03:42:27.536Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 239 | 2026-05-15T03:42:27.536Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 240 | 2026-05-15T03:42:27.536Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 241 | 2026-05-15T03:42:27.536Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 242 | 2026-05-15T03:42:27.537Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 243 | 2026-05-15T03:42:27.537Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 244 | 2026-05-15T03:42:27.537Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 245 | 2026-05-15T03:42:27.537Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 246 | 2026-05-15T03:42:27.537Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 247 | 2026-05-15T03:42:27.756Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 248 | 2026-05-15T03:42:28.034Z | Updating crates.io index |
| 249 | 2026-05-15T03:42:28.037Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 250 | 2026-05-15T03:42:28.318Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 251 | 2026-05-15T03:42:29.280Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 252 | 2026-05-15T03:42:29.916Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 253 | 2026-05-15T03:42:30.731Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 254 | 2026-05-15T03:42:31.221Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 255 | 2026-05-15T03:42:32.473Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 256 | 2026-05-15T03:42:33.161Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 257 | 2026-05-15T03:42:33.498Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-05-15T03:42:34.597Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-05-15T03:42:34.932Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-05-15T03:42:35.196Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 261 | 2026-05-15T03:42:35.661Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 262 | 2026-05-15T03:42:36.521Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 263 | 2026-05-15T03:42:36.958Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-05-15T03:42:37.283Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-05-15T03:42:37.674Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-05-15T03:42:37.941Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-05-15T03:42:38.255Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-05-15T03:42:38.485Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-05-15T03:42:38.716Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-05-15T03:42:39.145Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 271 | 2026-05-15T03:42:39.708Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-15T03:42:40.331Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-05-15T03:42:40.819Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-05-15T03:42:41.192Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-05-15T03:42:41.690Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-05-15T03:42:42.709Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 277 | 2026-05-15T03:42:43.381Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-05-15T03:42:43.769Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-05-15T03:42:44.109Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-05-15T03:42:44.442Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-05-15T03:42:44.719Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-05-15T03:42:45.074Z | Updating crates.io index |
| 283 | 2026-05-15T03:42:45.114Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-05-15T03:42:45.328Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-05-15T03:42:45.643Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-05-15T03:42:45.884Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-05-15T03:42:46.248Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 288 | 2026-05-15T03:42:57.941Z | error: failed to select a version for `vergen`. |
| 289 | 2026-05-15T03:42:57.941Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 290 | 2026-05-15T03:42:57.941Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 291 | 2026-05-15T03:42:57.941Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 292 | 2026-05-15T03:42:57.941Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 293 | 2026-05-15T03:42:57.941Z | |
| 294 | 2026-05-15T03:42:57.941Z | all possible versions conflict with previously selected packages. |
| 295 | 2026-05-15T03:42:57.941Z | |
| 296 | 2026-05-15T03:42:57.941Z | previously selected package `vergen v9.0.6` |
| 297 | 2026-05-15T03:42:57.941Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 298 | 2026-05-15T03:42:57.941Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 299 | 2026-05-15T03:42:57.942Z | |
| 300 | 2026-05-15T03:42:57.942Z | failed to select a version for `vergen` which could resolve this conflict |
| 301 | 2026-05-15T03:42:57.982Z | Failed to run command -- will try 2 more times |
| 302 | 2026-05-15T03:42:58.235Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 303 | 2026-05-15T03:42:58.260Z | Updating crates.io index |
| 304 | 2026-05-15T03:42:58.498Z | Updating crates.io index |
| 305 | 2026-05-15T03:42:59.142Z | error: failed to select a version for `vergen`. |
| 306 | 2026-05-15T03:42:59.142Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 307 | 2026-05-15T03:42:59.142Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 308 | 2026-05-15T03:42:59.142Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 309 | 2026-05-15T03:42:59.142Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 310 | 2026-05-15T03:42:59.143Z | |
| 311 | 2026-05-15T03:42:59.143Z | all possible versions conflict with previously selected packages. |
| 312 | 2026-05-15T03:42:59.143Z | |
| 313 | 2026-05-15T03:42:59.143Z | previously selected package `vergen v9.0.6` |
| 314 | 2026-05-15T03:42:59.143Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 315 | 2026-05-15T03:42:59.143Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 316 | 2026-05-15T03:42:59.143Z | |
| 317 | 2026-05-15T03:42:59.143Z | failed to select a version for `vergen` which could resolve this conflict |
| 318 | 2026-05-15T03:42:59.166Z | Failed to run command -- will try 1 more times |
| 319 | 2026-05-15T03:42:59.420Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 320 | 2026-05-15T03:42:59.496Z | Updating crates.io index |
| 321 | 2026-05-15T03:42:59.989Z | error: failed to select a version for `vergen`. |
| 322 | 2026-05-15T03:42:59.989Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 323 | 2026-05-15T03:42:59.989Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 324 | 2026-05-15T03:42:59.989Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 325 | 2026-05-15T03:42:59.989Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 326 | 2026-05-15T03:42:59.989Z | |
| 327 | 2026-05-15T03:42:59.989Z | all possible versions conflict with previously selected packages. |
| 328 | 2026-05-15T03:42:59.989Z | |
| 329 | 2026-05-15T03:42:59.989Z | previously selected package `vergen v9.0.6` |
| 330 | 2026-05-15T03:42:59.989Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 331 | 2026-05-15T03:42:59.990Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 332 | 2026-05-15T03:42:59.990Z | |
| 333 | 2026-05-15T03:42:59.990Z | failed to select a version for `vergen` which could resolve this conflict |
| 334 | 2026-05-15T03:43:00.003Z | |
| 335 | 2026-05-15T03:43:00.003Z | real 45.062395133 |
| 336 | 2026-05-15T03:43:00.003Z | user 19.810908431 |
| 337 | 2026-05-15T03:43:00.003Z | sys 2.185610185 |
| 338 | 2026-05-15T03:43:00.003Z | trap 0.002332360 |
| 339 | 2026-05-15T03:43:00.003Z | tflt 0.046878195 |
| 340 | 2026-05-15T03:43:00.003Z | dflt 0.043948022 |
| 341 | 2026-05-15T03:43:00.003Z | kflt 0.014562150 |
| 342 | 2026-05-15T03:43:00.003Z | lock 0.097881062 |
| 343 | 2026-05-15T03:43:00.003Z | slp 1:10.182985672 |
| 344 | 2026-05-15T03:43:00.003Z | lat 0.124176837 |
| 345 | 2026-05-15T03:43:00.003Z | stop 0.000666250 |
| 346 | 2026-05-15T03:43:00.003Z | process exited: duration 45953 ms, exit code 101 |
| |
| 347 | 2026-05-15T03:43:00.037Z | found 0 output files |
| 348 | 2026-05-15T03:43:00.037Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 349 | 2026-05-15T03:43:00.037Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |