|
|
|
| 1 | 2026-05-14T03:40:45.264Z | job assigned to worker 01KRJ93RKD165GB6W6KXYAN7FV [factory aws, i-05fe29869a5d71e00] (queued for 46 s) |
| |
| 2 | 2026-05-14T03:40:52.874Z | starting task 0: "setup" |
| 3 | 2026-05-14T03:40:52.879Z | ++ uname -s |
| 4 | 2026-05-14T03:40:52.882Z | + kern=SunOS |
| 5 | 2026-05-14T03:40:52.882Z | + build_user=build |
| 6 | 2026-05-14T03:40:52.882Z | + build_uid=12345 |
| 7 | 2026-05-14T03:40:52.882Z | + work_dir=/work |
| 8 | 2026-05-14T03:40:52.882Z | + input_dir=/input |
| 9 | 2026-05-14T03:40:52.882Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T03:40:52.882Z | + case "$kern" in |
| 11 | 2026-05-14T03:40:52.882Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T03:40:52.886Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T03:40:54.892Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T03:40:55.061Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T03:40:55.065Z | + home_fs=zfs |
| 16 | 2026-05-14T03:40:55.065Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T03:40:55.065Z | + mkdir -p /home/build |
| 18 | 2026-05-14T03:40:55.069Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T03:40:57.068Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T03:40:57.072Z | process exited: duration 4201 ms, exit code 0 |
| |
| 21 | 2026-05-14T03:40:57.078Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T03:40:57.085Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T03:40:57.088Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-14T03:40:57.088Z | * rust toolchain profile = "default" |
| 25 | 2026-05-14T03:40:57.088Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-14T03:40:57.088Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T03:40:57.088Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-14T03:40:57.088Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T03:40:57.088Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T03:40:57.154Z | info: downloading installer |
| 31 | 2026-05-14T03:40:58.572Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T03:40:58.572Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T03:40:58.572Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T03:40:58.572Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T03:40:58.584Z | info: profile set to default |
| 36 | 2026-05-14T03:40:58.584Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T03:40:58.588Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T03:40:58.724Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T03:40:58.728Z | info: downloading 6 components |
| 40 | 2026-05-14T03:41:14.537Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-14T03:41:14.537Z | |
| 42 | 2026-05-14T03:41:14.636Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T03:41:14.636Z | |
| 44 | 2026-05-14T03:41:14.636Z | |
| 45 | 2026-05-14T03:41:14.636Z | Rust is installed now. Great! |
| 46 | 2026-05-14T03:41:14.636Z | |
| 47 | 2026-05-14T03:41:14.636Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T03:41:14.636Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T03:41:14.636Z | |
| 50 | 2026-05-14T03:41:14.636Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T03:41:14.636Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T03:41:14.636Z | |
| 53 | 2026-05-14T03:41:14.636Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T03:41:14.640Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T03:41:14.640Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T03:41:14.640Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T03:41:14.640Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T03:41:14.640Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T03:41:14.640Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T03:41:14.640Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T03:41:14.640Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T03:41:14.743Z | + rustup --version |
| 63 | 2026-05-14T03:41:14.750Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T03:41:14.754Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T03:41:14.773Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T03:41:14.776Z | + cargo --version |
| 67 | 2026-05-14T03:41:14.785Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T03:41:14.788Z | + rustc --version |
| 69 | 2026-05-14T03:41:14.809Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T03:41:14.812Z | process exited: duration 17733 ms, exit code 0 |
| |
| 71 | 2026-05-14T03:41:14.819Z | starting task 2: "authentication" |
| 72 | 2026-05-14T03:41:14.843Z | process exited: duration 23 ms, exit code 0 |
| |
| 73 | 2026-05-14T03:41:14.850Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T03:41:14.856Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T03:41:14.859Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T03:41:14.895Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T03:41:24.507Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T03:41:24.507Z | + git fetch origin 38ff18820319d3069155971401ce98abb958fa13 |
| 79 | 2026-05-14T03:41:24.760Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T03:41:24.760Z | * branch 38ff18820319d3069155971401ce98abb958fa13 -> FETCH_HEAD |
| 81 | 2026-05-14T03:41:24.774Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-14T03:41:24.777Z | ++ git branch --show-current |
| 83 | 2026-05-14T03:41:24.780Z | + current=main |
| 84 | 2026-05-14T03:41:24.781Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-14T03:41:24.781Z | + git branch -f renovate/crucible-common-digest 38ff18820319d3069155971401ce98abb958fa13 |
| 86 | 2026-05-14T03:41:24.784Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-14T03:41:25.022Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-14T03:41:25.026Z | + git reset --hard 38ff18820319d3069155971401ce98abb958fa13 |
| 89 | 2026-05-14T03:41:25.038Z | HEAD is now at 38ff18820 Update crucible-common digest to 33a3712 |
| 90 | 2026-05-14T03:41:25.044Z | process exited: duration 10189 ms, exit code 0 |
| |
| 91 | 2026-05-14T03:41:25.051Z | starting task 4: "build" |
| 92 | 2026-05-14T03:41:25.059Z | + source ./env.sh |
| 93 | 2026-05-14T03:41:25.060Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-14T03:41:25.060Z | ++ set -o xtrace |
| 95 | 2026-05-14T03:41:25.063Z | ++++ dirname ./env.sh |
| 96 | 2026-05-14T03:41:25.066Z | +++ readlink -f . |
| 97 | 2026-05-14T03:41:25.069Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-14T03:41:25.069Z | ++ export PATH=/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-14T03:41:25.069Z | ++ PATH=/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-14T03:41:25.069Z | ++ 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 |
| 101 | 2026-05-14T03:41:25.069Z | ++ 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 |
| 102 | 2026-05-14T03:41:25.069Z | ++ 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 |
| 103 | 2026-05-14T03:41:25.069Z | ++ 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 |
| 104 | 2026-05-14T03:41:25.069Z | ++ 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 |
| 105 | 2026-05-14T03:41:25.069Z | ++ 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 |
| 106 | 2026-05-14T03:41:25.069Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-14T03:41:25.069Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-14T03:41:25.069Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-14T03:41:25.069Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-14T03:41:25.069Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-14T03:41:25.069Z | + target_os=illumos |
| 112 | 2026-05-14T03:41:25.070Z | + NEXTEST_VERSION=0.9.131 |
| 113 | 2026-05-14T03:41:25.070Z | + cargo --version |
| 114 | 2026-05-14T03:41:25.079Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-14T03:41:25.082Z | + rustc --version |
| 116 | 2026-05-14T03:41:25.106Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-14T03:41:25.109Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 118 | 2026-05-14T03:41:25.110Z | + gunzip |
| 119 | 2026-05-14T03:41:25.113Z | + tar -xvf - -C /home/build/.cargo/bin |
| 120 | 2026-05-14T03:41:26.008Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 121 | 2026-05-14T03:41:26.014Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 122 | 2026-05-14T03:41:26.015Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 123 | 2026-05-14T03:41:26.015Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 124 | 2026-05-14T03:41:26.015Z | + mkdir /var/tmp/omicron_tmp |
| 125 | 2026-05-14T03:41:26.015Z | + OUTPUT_DIR=/work |
| 126 | 2026-05-14T03:41:26.015Z | + echo 'tests will store non-ephemeral output in /work' |
| 127 | 2026-05-14T03:41:26.015Z | tests will store non-ephemeral output in /work |
| 128 | 2026-05-14T03:41:26.015Z | + mkdir -p /work |
| 129 | 2026-05-14T03:41:26.019Z | + banner prerequisites |
| 130 | 2026-05-14T03:41:26.019Z | |
| 131 | 2026-05-14T03:41:26.019Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 132 | 2026-05-14T03:41:26.019Z | # # # # # # # # # # # # # # # |
| 133 | 2026-05-14T03:41:26.019Z | # # # # ##### # # ##### # # # # # #### # |
| 134 | 2026-05-14T03:41:26.019Z | ##### ##### # ##### # # # # # # # # # |
| 135 | 2026-05-14T03:41:26.019Z | # # # # # # # # # # # # # # # |
| 136 | 2026-05-14T03:41:26.019Z | # # # ###### # # ###### ### # #### # #### # |
| 137 | 2026-05-14T03:41:26.019Z | |
| 138 | 2026-05-14T03:41:26.019Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 139 | 2026-05-14T03:41:27.509Z | Startup: Refreshing catalog 'helios' ... Done |
| 140 | 2026-05-14T03:41:27.567Z | Startup: Caching catalogs ... Done |
| 141 | 2026-05-14T03:41:27.775Z | Planning: Solver setup ... Done (0.175s) |
| 142 | 2026-05-14T03:41:27.791Z | Planning: Running solver ... Done (0.016s) |
| 143 | 2026-05-14T03:41:27.797Z | Planning: Finding local manifests ... Done (0.003s) |
| 144 | 2026-05-14T03:41:27.808Z | Planning: Fetching manifests: 0/2 0% complete |
| 145 | 2026-05-14T03:41:27.825Z | Planning: Fetching manifests: 2/2 100% complete |
| 146 | 2026-05-14T03:41:27.839Z | Planning: Package planning ... Done (0.013s) |
| 147 | 2026-05-14T03:41:27.842Z | Planning: Merging actions ... Done (0.002s) |
| 148 | 2026-05-14T03:41:28.030Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 149 | 2026-05-14T03:41:28.033Z | Planning: Consolidating action changes ... Done (0.001s) |
| 150 | 2026-05-14T03:41:28.872Z | Planning: Evaluating mediators ... Done (0.838s) |
| 151 | 2026-05-14T03:41:28.876Z | Planning: Planning completed in 1.29 seconds |
| 152 | 2026-05-14T03:41:28.879Z | Packages to install: 2 |
| 153 | 2026-05-14T03:41:28.879Z | Estimated space available: 156.06 GB |
| 154 | 2026-05-14T03:41:28.879Z | Estimated space to be consumed: 19.74 MB |
| 155 | 2026-05-14T03:41:28.880Z | Create boot environment: No |
| 156 | 2026-05-14T03:41:28.884Z | Create backup boot environment: No |
| 157 | 2026-05-14T03:41:28.884Z | Rebuild boot archive: No |
| 158 | 2026-05-14T03:41:28.884Z | |
| 159 | 2026-05-14T03:41:28.884Z | Changed packages: |
| 160 | 2026-05-14T03:41:28.884Z | helios |
| 161 | 2026-05-14T03:41:28.884Z | developer/build-essential |
| 162 | 2026-05-14T03:41:28.884Z | None -> 11-3.0 |
| 163 | 2026-05-14T03:41:28.885Z | library/libxmlsec1 |
| 164 | 2026-05-14T03:41:28.885Z | None -> 1.2.35-3.0 |
| 165 | 2026-05-14T03:41:28.906Z | |
| 166 | 2026-05-14T03:41:28.906Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 167 | 2026-05-14T03:41:29.499Z | Download: Completed 1.28 MB in 0.59 seconds (2.2M/s) |
| 168 | 2026-05-14T03:41:29.576Z | Actions: 1/268 actions (Installing new actions) |
| 169 | 2026-05-14T03:41:29.619Z | Actions: Completed 268 actions in 0.04 seconds. |
| 170 | 2026-05-14T03:41:29.622Z | Finalize: Updating package state database ... Done (0.006s) |
| 171 | 2026-05-14T03:41:29.622Z | Finalize: Updating package cache ... Done (0.000s) |
| 172 | 2026-05-14T03:41:29.637Z | Finalize: Updating image state ... Done (0.015s) |
| 173 | 2026-05-14T03:41:32.177Z | Finalize: Creating fast lookup database ... Done (2.519s) |
| 174 | 2026-05-14T03:41:32.252Z | Finalize: Reading search index ... Done (0.014s) |
| 175 | 2026-05-14T03:41:32.255Z | Finalize: Updating search index ... Done (0.000s) |
| 176 | 2026-05-14T03:41:32.361Z | Finalize: Updating package cache ... Done (0.000s) |
| 177 | 2026-05-14T03:41:32.659Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2026-05-14T03:41:32.765Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2026-05-14T03:41:32.769Z | Planning: Consolidating action changes ... Done |
| 180 | 2026-05-14T03:41:32.923Z | Planning: Evaluating mediators ... Done |
| 181 | 2026-05-14T03:41:32.926Z | Planning: Planning completed in 0.26 seconds |
| 182 | 2026-05-14T03:41:32.946Z | Mediators to change: 2 |
| 183 | 2026-05-14T03:41:32.946Z | Create boot environment: No |
| 184 | 2026-05-14T03:41:32.946Z | Create backup boot environment: No |
| 185 | 2026-05-14T03:41:33.016Z | Finalize: Updating package state database ... Done |
| 186 | 2026-05-14T03:41:33.016Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-14T03:41:33.026Z | Finalize: Updating image state ... Done |
| 188 | 2026-05-14T03:41:34.979Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-05-14T03:41:35.036Z | Finalize: Reading search index ... Done |
| 190 | 2026-05-14T03:41:35.040Z | Finalize: Updating search index ... Done |
| 191 | 2026-05-14T03:41:35.110Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-14T03:41:35.395Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-05-14T03:41:35.503Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-05-14T03:41:35.506Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-05-14T03:41:35.661Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-05-14T03:41:35.664Z | Planning: Planning completed in 0.27 seconds |
| 197 | 2026-05-14T03:41:35.684Z | Mediators to change: 1 |
| 198 | 2026-05-14T03:41:35.684Z | Create boot environment: No |
| 199 | 2026-05-14T03:41:35.684Z | Create backup boot environment: No |
| 200 | 2026-05-14T03:41:35.748Z | Finalize: Updating package state database ... Done |
| 201 | 2026-05-14T03:41:35.748Z | Finalize: Updating package cache ... Done |
| 202 | 2026-05-14T03:41:35.757Z | Finalize: Updating image state ... Done |
| 203 | 2026-05-14T03:41:37.675Z | Finalize: Creating fast lookup database ... Done |
| 204 | 2026-05-14T03:41:37.733Z | Finalize: Reading search index ... Done |
| 205 | 2026-05-14T03:41:37.737Z | Finalize: Updating search index ... Done |
| 206 | 2026-05-14T03:41:37.805Z | Finalize: Updating package cache ... Done |
| 207 | 2026-05-14T03:41:38.117Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2026-05-14T03:41:38.117Z | apache system 2.4 system |
| 209 | 2026-05-14T03:41:38.118Z | clang system 15 system |
| 210 | 2026-05-14T03:41:38.118Z | csh system system illumos |
| 211 | 2026-05-14T03:41:38.118Z | ctags system system illumos |
| 212 | 2026-05-14T03:41:38.118Z | file vendor vendor darwinsys |
| 213 | 2026-05-14T03:41:38.118Z | file system system illumos |
| 214 | 2026-05-14T03:41:38.118Z | gcc vendor 14 vendor |
| 215 | 2026-05-14T03:41:38.118Z | gcc system 13 system |
| 216 | 2026-05-14T03:41:38.118Z | gcc system 10 system |
| 217 | 2026-05-14T03:41:38.118Z | go system 1.25 system |
| 218 | 2026-05-14T03:41:38.118Z | llvm system 15 system |
| 219 | 2026-05-14T03:41:38.118Z | mariadb system 11.4 system |
| 220 | 2026-05-14T03:41:38.118Z | mta vendor vendor dma |
| 221 | 2026-05-14T03:41:38.118Z | openjdk system 17 system |
| 222 | 2026-05-14T03:41:38.118Z | openjdk system 11 system |
| 223 | 2026-05-14T03:41:38.118Z | openssl vendor 3 vendor |
| 224 | 2026-05-14T03:41:38.118Z | perl system 5.40 system |
| 225 | 2026-05-14T03:41:38.118Z | postgresql system 18 system |
| 226 | 2026-05-14T03:41:38.118Z | postgresql system 17 system |
| 227 | 2026-05-14T03:41:38.118Z | python vendor 3 vendor |
| 228 | 2026-05-14T03:41:38.118Z | python system 2 system |
| 229 | 2026-05-14T03:41:38.118Z | python3 vendor 3.13 vendor |
| 230 | 2026-05-14T03:41:38.118Z | ruby system 3.4 system |
| 231 | 2026-05-14T03:41:38.118Z | ruby system 3.0 system |
| 232 | 2026-05-14T03:41:38.118Z | words vendor vendor american-english |
| 233 | 2026-05-14T03:41:38.118Z | words system system australian-english |
| 234 | 2026-05-14T03:41:38.118Z | words system system british-english |
| 235 | 2026-05-14T03:41:38.118Z | words system system canadian-english |
| 236 | 2026-05-14T03:41:38.118Z | words system system french |
| 237 | 2026-05-14T03:41:38.118Z | words system system italian |
| 238 | 2026-05-14T03:41:38.118Z | words system system ngerman |
| 239 | 2026-05-14T03:41:38.118Z | words system system ogerman |
| 240 | 2026-05-14T03:41:38.118Z | words system system spanish |
| 241 | 2026-05-14T03:41:38.371Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2026-05-14T03:41:38.371Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 243 | 2026-05-14T03:41:38.639Z | FMRI IFO |
| 244 | 2026-05-14T03:41:38.639Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 245 | 2026-05-14T03:41:38.639Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 246 | 2026-05-14T03:41:38.639Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 247 | 2026-05-14T03:41:38.639Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 248 | 2026-05-14T03:41:38.639Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 249 | 2026-05-14T03:41:38.639Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 250 | 2026-05-14T03:41:38.639Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 251 | 2026-05-14T03:41:38.639Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 252 | 2026-05-14T03:41:38.639Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 253 | 2026-05-14T03:41:38.875Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 254 | 2026-05-14T03:41:39.136Z | Updating crates.io index |
| 255 | 2026-05-14T03:41:39.172Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 256 | 2026-05-14T03:41:39.912Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-05-14T03:41:40.401Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 258 | 2026-05-14T03:41:41.025Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 259 | 2026-05-14T03:41:41.827Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 260 | 2026-05-14T03:41:42.313Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 261 | 2026-05-14T03:41:43.630Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 262 | 2026-05-14T03:41:44.523Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 263 | 2026-05-14T03:41:44.977Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-05-14T03:41:45.846Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 265 | 2026-05-14T03:41:46.228Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-05-14T03:41:46.568Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 267 | 2026-05-14T03:41:46.828Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-05-14T03:41:47.866Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2026-05-14T03:41:48.475Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 270 | 2026-05-14T03:41:48.858Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 271 | 2026-05-14T03:41:49.117Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-05-14T03:41:49.649Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 273 | 2026-05-14T03:41:49.859Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 274 | 2026-05-14T03:41:50.086Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 275 | 2026-05-14T03:41:50.337Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 276 | 2026-05-14T03:41:50.727Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 277 | 2026-05-14T03:41:51.042Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 278 | 2026-05-14T03:41:51.827Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 279 | 2026-05-14T03:41:52.272Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 280 | 2026-05-14T03:41:52.721Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 281 | 2026-05-14T03:41:53.007Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 282 | 2026-05-14T03:41:54.096Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-05-14T03:41:54.812Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2026-05-14T03:41:55.248Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 285 | 2026-05-14T03:41:55.499Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 286 | 2026-05-14T03:41:55.895Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 287 | 2026-05-14T03:41:56.182Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 288 | 2026-05-14T03:41:56.506Z | Updating crates.io index |
| 289 | 2026-05-14T03:41:56.553Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2026-05-14T03:41:56.816Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2026-05-14T03:41:57.091Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2026-05-14T03:41:57.459Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 293 | 2026-05-14T03:41:58.453Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 294 | 2026-05-14T03:42:09.726Z | error: failed to select a version for `vergen`. |
| 295 | 2026-05-14T03:42:09.726Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)` |
| 296 | 2026-05-14T03:42:09.726Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 297 | 2026-05-14T03:42:09.726Z | ... 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)` |
| 298 | 2026-05-14T03:42:09.726Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 299 | 2026-05-14T03:42:09.726Z | |
| 300 | 2026-05-14T03:42:09.727Z | all possible versions conflict with previously selected packages. |
| 301 | 2026-05-14T03:42:09.727Z | |
| 302 | 2026-05-14T03:42:09.727Z | previously selected package `vergen v9.0.6` |
| 303 | 2026-05-14T03:42:09.727Z | ... 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)` |
| 304 | 2026-05-14T03:42:09.727Z | ... 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)` |
| 305 | 2026-05-14T03:42:09.727Z | |
| 306 | 2026-05-14T03:42:09.727Z | failed to select a version for `vergen` which could resolve this conflict |
| 307 | 2026-05-14T03:42:09.768Z | Failed to run command -- will try 2 more times |
| 308 | 2026-05-14T03:42:10.021Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 309 | 2026-05-14T03:42:10.045Z | Updating crates.io index |
| 310 | 2026-05-14T03:42:10.269Z | Updating crates.io index |
| 311 | 2026-05-14T03:42:10.802Z | error: failed to select a version for `vergen`. |
| 312 | 2026-05-14T03:42:10.802Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)` |
| 313 | 2026-05-14T03:42:10.802Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 314 | 2026-05-14T03:42:10.802Z | ... 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)` |
| 315 | 2026-05-14T03:42:10.802Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 316 | 2026-05-14T03:42:10.802Z | |
| 317 | 2026-05-14T03:42:10.802Z | all possible versions conflict with previously selected packages. |
| 318 | 2026-05-14T03:42:10.803Z | |
| 319 | 2026-05-14T03:42:10.803Z | previously selected package `vergen v9.0.6` |
| 320 | 2026-05-14T03:42:10.803Z | ... 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)` |
| 321 | 2026-05-14T03:42:10.803Z | ... 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)` |
| 322 | 2026-05-14T03:42:10.803Z | |
| 323 | 2026-05-14T03:42:10.804Z | failed to select a version for `vergen` which could resolve this conflict |
| 324 | 2026-05-14T03:42:10.828Z | Failed to run command -- will try 1 more times |
| 325 | 2026-05-14T03:42:11.095Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 326 | 2026-05-14T03:42:11.156Z | Updating crates.io index |
| 327 | 2026-05-14T03:42:11.623Z | error: failed to select a version for `vergen`. |
| 328 | 2026-05-14T03:42:11.624Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)` |
| 329 | 2026-05-14T03:42:11.624Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 330 | 2026-05-14T03:42:11.624Z | ... 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)` |
| 331 | 2026-05-14T03:42:11.624Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 332 | 2026-05-14T03:42:11.624Z | |
| 333 | 2026-05-14T03:42:11.624Z | all possible versions conflict with previously selected packages. |
| 334 | 2026-05-14T03:42:11.624Z | |
| 335 | 2026-05-14T03:42:11.624Z | previously selected package `vergen v9.0.6` |
| 336 | 2026-05-14T03:42:11.624Z | ... 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)` |
| 337 | 2026-05-14T03:42:11.624Z | ... 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)` |
| 338 | 2026-05-14T03:42:11.624Z | |
| 339 | 2026-05-14T03:42:11.624Z | failed to select a version for `vergen` which could resolve this conflict |
| 340 | 2026-05-14T03:42:11.650Z | |
| 341 | 2026-05-14T03:42:11.653Z | real 45.627315538 |
| 342 | 2026-05-14T03:42:11.653Z | user 19.834499470 |
| 343 | 2026-05-14T03:42:11.653Z | sys 2.207135769 |
| 344 | 2026-05-14T03:42:11.653Z | trap 0.001866020 |
| 345 | 2026-05-14T03:42:11.653Z | tflt 0.046686355 |
| 346 | 2026-05-14T03:42:11.653Z | dflt 0.047968055 |
| 347 | 2026-05-14T03:42:11.653Z | kflt 0.014285540 |
| 348 | 2026-05-14T03:42:11.653Z | lock 0.111312154 |
| 349 | 2026-05-14T03:42:11.653Z | slp 1:11.310485733 |
| 350 | 2026-05-14T03:42:11.653Z | lat 0.124186198 |
| 351 | 2026-05-14T03:42:11.654Z | stop 0.000647500 |
| 352 | 2026-05-14T03:42:11.654Z | process exited: duration 46601 ms, exit code 101 |
| |
| 353 | 2026-05-14T03:42:11.661Z | found 0 output files |
| 354 | 2026-05-14T03:42:11.661Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 355 | 2026-05-14T03:42:11.661Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |