|
|
|
| 1 | 2026-05-08T12:04:31.892Z | job assigned to worker 01KR3QHP0RRTEAMQT7VMSFQSWG [factory aws, i-0b17602c74bebe853] (queued for 54 s) |
| |
| 2 | 2026-05-08T12:04:38.522Z | starting task 0: "setup" |
| 3 | 2026-05-08T12:04:38.527Z | ++ uname -s |
| 4 | 2026-05-08T12:04:38.529Z | + kern=SunOS |
| 5 | 2026-05-08T12:04:38.530Z | + build_user=build |
| 6 | 2026-05-08T12:04:38.530Z | + build_uid=12345 |
| 7 | 2026-05-08T12:04:38.530Z | + work_dir=/work |
| 8 | 2026-05-08T12:04:38.530Z | + input_dir=/input |
| 9 | 2026-05-08T12:04:38.530Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T12:04:38.530Z | + case "$kern" in |
| 11 | 2026-05-08T12:04:38.530Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T12:04:38.532Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T12:04:40.538Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T12:04:40.661Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T12:04:40.664Z | + home_fs=zfs |
| 16 | 2026-05-08T12:04:40.664Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T12:04:40.664Z | + mkdir -p /home/build |
| 18 | 2026-05-08T12:04:40.664Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T12:04:42.665Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T12:04:42.670Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-05-08T12:04:42.676Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T12:04:42.680Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-05-08T12:04:42.680Z | * rust toolchain profile = "default" |
| 24 | 2026-05-08T12:04:42.680Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 25 | 2026-05-08T12:04:42.680Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-08T12:04:42.681Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T12:04:42.681Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T12:04:42.683Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T12:04:42.683Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T12:04:42.763Z | info: downloading installer |
| 31 | 2026-05-08T12:04:44.409Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T12:04:44.409Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T12:04:44.409Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T12:04:44.409Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T12:04:44.421Z | info: profile set to default |
| 36 | 2026-05-08T12:04:44.421Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T12:04:44.424Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T12:04:44.576Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T12:04:44.579Z | info: downloading 6 components |
| 40 | 2026-05-08T12:05:01.273Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T12:05:01.274Z | |
| 42 | 2026-05-08T12:05:01.304Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T12:05:01.304Z | |
| 44 | 2026-05-08T12:05:01.304Z | |
| 45 | 2026-05-08T12:05:01.304Z | Rust is installed now. Great! |
| 46 | 2026-05-08T12:05:01.304Z | |
| 47 | 2026-05-08T12:05:01.304Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T12:05:01.304Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T12:05:01.304Z | |
| 50 | 2026-05-08T12:05:01.304Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T12:05:01.304Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T12:05:01.304Z | |
| 53 | 2026-05-08T12:05:01.304Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T12:05:01.304Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T12:05:01.304Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T12:05:01.307Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T12:05:01.307Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T12:05:01.307Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T12:05:01.307Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T12:05:01.307Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T12:05:01.307Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T12:05:01.404Z | + rustup --version |
| 63 | 2026-05-08T12:05:01.412Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T12:05:01.415Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T12:05:01.434Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T12:05:01.438Z | + cargo --version |
| 67 | 2026-05-08T12:05:01.451Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T12:05:01.454Z | + rustc --version |
| 69 | 2026-05-08T12:05:01.473Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T12:05:01.476Z | process exited: duration 18799 ms, exit code 0 |
| |
| 71 | 2026-05-08T12:05:01.488Z | starting task 2: "authentication" |
| 72 | 2026-05-08T12:05:01.504Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-08T12:05:01.509Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T12:05:01.512Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T12:05:01.516Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T12:05:01.547Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T12:05:11.216Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T12:05:11.217Z | + git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa |
| 79 | 2026-05-08T12:05:11.472Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T12:05:11.472Z | * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD |
| 81 | 2026-05-08T12:05:11.482Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-08T12:05:11.485Z | ++ git branch --show-current |
| 83 | 2026-05-08T12:05:11.485Z | + current=main |
| 84 | 2026-05-08T12:05:11.485Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-08T12:05:11.485Z | + git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa |
| 86 | 2026-05-08T12:05:11.487Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-08T12:05:11.720Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-08T12:05:11.723Z | + git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa |
| 89 | 2026-05-08T12:05:11.735Z | HEAD is now at 5782badef Update crucible-common digest to 2e75a38 |
| 90 | 2026-05-08T12:05:11.737Z | process exited: duration 10226 ms, exit code 0 |
| |
| 91 | 2026-05-08T12:05:11.743Z | starting task 4: "build" |
| 92 | 2026-05-08T12:05:11.747Z | + source ./env.sh |
| 93 | 2026-05-08T12:05:11.750Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-08T12:05:11.750Z | ++ set -o xtrace |
| 95 | 2026-05-08T12:05:11.750Z | ++++ dirname ./env.sh |
| 96 | 2026-05-08T12:05:11.753Z | +++ readlink -f . |
| 97 | 2026-05-08T12:05:11.756Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ 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-08T12:05:11.756Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-08T12:05:11.756Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-08T12:05:11.756Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-08T12:05:11.756Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-08T12:05:11.756Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-08T12:05:11.756Z | + cargo --version |
| 112 | 2026-05-08T12:05:11.762Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-08T12:05:11.765Z | + rustc --version |
| 114 | 2026-05-08T12:05:11.785Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-08T12:05:11.788Z | + banner prerequisites |
| 116 | 2026-05-08T12:05:11.791Z | |
| 117 | 2026-05-08T12:05:11.791Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-08T12:05:11.791Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-08T12:05:11.791Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-08T12:05:11.791Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-08T12:05:11.791Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-08T12:05:11.791Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-08T12:05:11.791Z | |
| 124 | 2026-05-08T12:05:11.791Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-08T12:05:13.517Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-08T12:05:13.632Z | Planning: Solver setup ... Done (0.097s) |
| 127 | 2026-05-08T12:05:13.640Z | Planning: Running solver ... Done (0.008s) |
| 128 | 2026-05-08T12:05:13.644Z | Planning: Finding local manifests ... Done (0.003s) |
| 129 | 2026-05-08T12:05:13.647Z | Planning: Fetching manifests: 0/2 0% complete |
| 130 | 2026-05-08T12:05:13.667Z | Planning: Fetching manifests: 2/2 100% complete |
| 131 | 2026-05-08T12:05:13.680Z | Planning: Package planning ... Done (0.013s) |
| 132 | 2026-05-08T12:05:13.683Z | Planning: Merging actions ... Done (0.001s) |
| 133 | 2026-05-08T12:05:13.866Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 134 | 2026-05-08T12:05:13.873Z | Planning: Consolidating action changes ... Done (0.001s) |
| 135 | 2026-05-08T12:05:14.650Z | Planning: Evaluating mediators ... Done (0.783s) |
| 136 | 2026-05-08T12:05:14.653Z | Planning: Planning completed in 1.13 seconds |
| 137 | 2026-05-08T12:05:14.659Z | Packages to install: 2 |
| 138 | 2026-05-08T12:05:14.662Z | Estimated space available: 156.08 GB |
| 139 | 2026-05-08T12:05:14.662Z | Estimated space to be consumed: 15.55 MB |
| 140 | 2026-05-08T12:05:14.662Z | Create boot environment: No |
| 141 | 2026-05-08T12:05:14.662Z | Create backup boot environment: No |
| 142 | 2026-05-08T12:05:14.662Z | Rebuild boot archive: No |
| 143 | 2026-05-08T12:05:14.662Z | |
| 144 | 2026-05-08T12:05:14.662Z | Changed packages: |
| 145 | 2026-05-08T12:05:14.662Z | helios |
| 146 | 2026-05-08T12:05:14.662Z | developer/build-essential |
| 147 | 2026-05-08T12:05:14.662Z | None -> 11-3.0 |
| 148 | 2026-05-08T12:05:14.662Z | library/libxmlsec1 |
| 149 | 2026-05-08T12:05:14.662Z | None -> 1.2.35-3.0 |
| 150 | 2026-05-08T12:05:14.684Z | |
| 151 | 2026-05-08T12:05:14.684Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 152 | 2026-05-08T12:05:15.172Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 153 | 2026-05-08T12:05:15.244Z | Actions: 1/268 actions (Installing new actions) |
| 154 | 2026-05-08T12:05:15.282Z | Actions: Completed 268 actions in 0.04 seconds. |
| 155 | 2026-05-08T12:05:15.288Z | Finalize: Updating package state database ... Done (0.006s) |
| 156 | 2026-05-08T12:05:15.292Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-05-08T12:05:15.298Z | Finalize: Updating image state ... Done (0.010s) |
| 158 | 2026-05-08T12:05:17.713Z | Finalize: Creating fast lookup database ... Done (2.393s) |
| 159 | 2026-05-08T12:05:17.783Z | Finalize: Reading search index ... Done (0.015s) |
| 160 | 2026-05-08T12:05:17.786Z | Finalize: Updating search index ... Done (0.000s) |
| 161 | 2026-05-08T12:05:17.870Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-05-08T12:05:18.159Z | Planning: Evaluating mediator changes ... Done |
| 163 | 2026-05-08T12:05:18.263Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2026-05-08T12:05:18.266Z | Planning: Consolidating action changes ... Done |
| 165 | 2026-05-08T12:05:18.421Z | Planning: Evaluating mediators ... Done |
| 166 | 2026-05-08T12:05:18.424Z | Planning: Planning completed in 0.26 seconds |
| 167 | 2026-05-08T12:05:18.445Z | Mediators to change: 2 |
| 168 | 2026-05-08T12:05:18.445Z | Create boot environment: No |
| 169 | 2026-05-08T12:05:18.445Z | Create backup boot environment: No |
| 170 | 2026-05-08T12:05:18.517Z | Finalize: Updating package state database ... Done |
| 171 | 2026-05-08T12:05:18.517Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-08T12:05:18.526Z | Finalize: Updating image state ... Done |
| 173 | 2026-05-08T12:05:20.472Z | Finalize: Creating fast lookup database ... Done |
| 174 | 2026-05-08T12:05:20.535Z | Finalize: Reading search index ... Done |
| 175 | 2026-05-08T12:05:20.539Z | Finalize: Updating search index ... Done |
| 176 | 2026-05-08T12:05:20.621Z | Finalize: Updating package cache ... Done |
| 177 | 2026-05-08T12:05:20.906Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2026-05-08T12:05:21.011Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2026-05-08T12:05:21.014Z | Planning: Consolidating action changes ... Done |
| 180 | 2026-05-08T12:05:21.170Z | Planning: Evaluating mediators ... Done |
| 181 | 2026-05-08T12:05:21.173Z | Planning: Planning completed in 0.26 seconds |
| 182 | 2026-05-08T12:05:21.193Z | Mediators to change: 1 |
| 183 | 2026-05-08T12:05:21.193Z | Create boot environment: No |
| 184 | 2026-05-08T12:05:21.193Z | Create backup boot environment: No |
| 185 | 2026-05-08T12:05:21.311Z | Finalize: Updating package state database ... Done |
| 186 | 2026-05-08T12:05:21.311Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-08T12:05:21.317Z | Finalize: Updating image state ... Done |
| 188 | 2026-05-08T12:05:23.275Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-05-08T12:05:23.334Z | Finalize: Reading search index ... Done |
| 190 | 2026-05-08T12:05:23.337Z | Finalize: Updating search index ... Done |
| 191 | 2026-05-08T12:05:23.414Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-08T12:05:23.733Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 193 | 2026-05-08T12:05:23.733Z | apache system 2.4 system |
| 194 | 2026-05-08T12:05:23.733Z | clang system 15 system |
| 195 | 2026-05-08T12:05:23.733Z | csh system system illumos |
| 196 | 2026-05-08T12:05:23.733Z | ctags system system illumos |
| 197 | 2026-05-08T12:05:23.733Z | file vendor vendor darwinsys |
| 198 | 2026-05-08T12:05:23.733Z | file system system illumos |
| 199 | 2026-05-08T12:05:23.734Z | gcc vendor 14 vendor |
| 200 | 2026-05-08T12:05:23.734Z | gcc system 13 system |
| 201 | 2026-05-08T12:05:23.734Z | gcc system 10 system |
| 202 | 2026-05-08T12:05:23.734Z | go system 1.25 system |
| 203 | 2026-05-08T12:05:23.734Z | llvm system 15 system |
| 204 | 2026-05-08T12:05:23.734Z | mariadb system 11.4 system |
| 205 | 2026-05-08T12:05:23.734Z | mta vendor vendor dma |
| 206 | 2026-05-08T12:05:23.734Z | openjdk system 17 system |
| 207 | 2026-05-08T12:05:23.734Z | openjdk system 11 system |
| 208 | 2026-05-08T12:05:23.734Z | openssl vendor 3 vendor |
| 209 | 2026-05-08T12:05:23.734Z | perl system 5.40 system |
| 210 | 2026-05-08T12:05:23.734Z | postgresql system 18 system |
| 211 | 2026-05-08T12:05:23.734Z | postgresql system 17 system |
| 212 | 2026-05-08T12:05:23.734Z | python vendor 3 vendor |
| 213 | 2026-05-08T12:05:23.734Z | python system 2 system |
| 214 | 2026-05-08T12:05:23.734Z | python3 vendor 3.13 vendor |
| 215 | 2026-05-08T12:05:23.734Z | ruby system 3.4 system |
| 216 | 2026-05-08T12:05:23.734Z | ruby system 3.0 system |
| 217 | 2026-05-08T12:05:23.734Z | words vendor vendor american-english |
| 218 | 2026-05-08T12:05:23.734Z | words system system australian-english |
| 219 | 2026-05-08T12:05:23.734Z | words system system british-english |
| 220 | 2026-05-08T12:05:23.734Z | words system system canadian-english |
| 221 | 2026-05-08T12:05:23.734Z | words system system french |
| 222 | 2026-05-08T12:05:23.734Z | words system system italian |
| 223 | 2026-05-08T12:05:23.734Z | words system system ngerman |
| 224 | 2026-05-08T12:05:23.734Z | words system system ogerman |
| 225 | 2026-05-08T12:05:23.734Z | words system system spanish |
| 226 | 2026-05-08T12:05:23.984Z | PUBLISHER TYPE STATUS P LOCATION |
| 227 | 2026-05-08T12:05:23.984Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 228 | 2026-05-08T12:05:24.242Z | FMRI IFO |
| 229 | 2026-05-08T12:05:24.242Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 230 | 2026-05-08T12:05:24.242Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 231 | 2026-05-08T12:05:24.242Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 232 | 2026-05-08T12:05:24.242Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 233 | 2026-05-08T12:05:24.242Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 234 | 2026-05-08T12:05:24.242Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 235 | 2026-05-08T12:05:24.242Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 236 | 2026-05-08T12:05:24.242Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 237 | 2026-05-08T12:05:24.242Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 238 | 2026-05-08T12:05:24.473Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 239 | 2026-05-08T12:05:24.766Z | Updating crates.io index |
| 240 | 2026-05-08T12:05:24.797Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 241 | 2026-05-08T12:05:25.483Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 242 | 2026-05-08T12:05:25.883Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-05-08T12:05:26.398Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 244 | 2026-05-08T12:05:27.223Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-05-08T12:05:27.714Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 246 | 2026-05-08T12:05:29.025Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 247 | 2026-05-08T12:05:29.828Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 248 | 2026-05-08T12:05:30.110Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 249 | 2026-05-08T12:05:30.995Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 250 | 2026-05-08T12:05:31.249Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 251 | 2026-05-08T12:05:31.742Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 252 | 2026-05-08T12:05:32.102Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 253 | 2026-05-08T12:05:33.023Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-05-08T12:05:33.663Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 255 | 2026-05-08T12:05:34.066Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 256 | 2026-05-08T12:05:34.467Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 257 | 2026-05-08T12:05:34.947Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 258 | 2026-05-08T12:05:35.211Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 259 | 2026-05-08T12:05:35.449Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 260 | 2026-05-08T12:05:35.717Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 261 | 2026-05-08T12:05:36.179Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2026-05-08T12:05:36.732Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 263 | 2026-05-08T12:05:37.207Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-05-08T12:05:37.655Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-05-08T12:05:37.975Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-05-08T12:05:38.486Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-05-08T12:05:39.620Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-05-08T12:05:40.356Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 269 | 2026-05-08T12:05:40.843Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 270 | 2026-05-08T12:05:41.330Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 271 | 2026-05-08T12:05:41.668Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 272 | 2026-05-08T12:05:41.993Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 273 | 2026-05-08T12:05:42.331Z | Updating crates.io index |
| 274 | 2026-05-08T12:05:42.339Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-05-08T12:05:42.648Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-05-08T12:05:42.943Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-05-08T12:05:43.348Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 278 | 2026-05-08T12:05:44.294Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 279 | 2026-05-08T12:05:55.421Z | error: failed to select a version for `vergen`. |
| 280 | 2026-05-08T12:05:55.421Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 281 | 2026-05-08T12:05:55.421Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 282 | 2026-05-08T12:05:55.421Z | ... 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)` |
| 283 | 2026-05-08T12:05:55.421Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 284 | 2026-05-08T12:05:55.421Z | |
| 285 | 2026-05-08T12:05:55.421Z | all possible versions conflict with previously selected packages. |
| 286 | 2026-05-08T12:05:55.421Z | |
| 287 | 2026-05-08T12:05:55.421Z | previously selected package `vergen v9.0.6` |
| 288 | 2026-05-08T12:05:55.421Z | ... 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)` |
| 289 | 2026-05-08T12:05:55.421Z | ... 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)` |
| 290 | 2026-05-08T12:05:55.421Z | |
| 291 | 2026-05-08T12:05:55.421Z | failed to select a version for `vergen` which could resolve this conflict |
| 292 | 2026-05-08T12:05:55.459Z | Failed to run command -- will try 2 more times |
| 293 | 2026-05-08T12:05:55.702Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2026-05-08T12:05:55.725Z | Updating crates.io index |
| 295 | 2026-05-08T12:05:56.041Z | Updating crates.io index |
| 296 | 2026-05-08T12:05:56.660Z | error: failed to select a version for `vergen`. |
| 297 | 2026-05-08T12:05:56.660Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 298 | 2026-05-08T12:05:56.660Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 299 | 2026-05-08T12:05:56.660Z | ... 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)` |
| 300 | 2026-05-08T12:05:56.660Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 301 | 2026-05-08T12:05:56.660Z | |
| 302 | 2026-05-08T12:05:56.660Z | all possible versions conflict with previously selected packages. |
| 303 | 2026-05-08T12:05:56.660Z | |
| 304 | 2026-05-08T12:05:56.660Z | previously selected package `vergen v9.0.6` |
| 305 | 2026-05-08T12:05:56.660Z | ... 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)` |
| 306 | 2026-05-08T12:05:56.660Z | ... 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)` |
| 307 | 2026-05-08T12:05:56.660Z | |
| 308 | 2026-05-08T12:05:56.660Z | failed to select a version for `vergen` which could resolve this conflict |
| 309 | 2026-05-08T12:05:56.683Z | Failed to run command -- will try 1 more times |
| 310 | 2026-05-08T12:05:56.929Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 311 | 2026-05-08T12:05:57.004Z | Updating crates.io index |
| 312 | 2026-05-08T12:05:57.426Z | error: failed to select a version for `vergen`. |
| 313 | 2026-05-08T12:05:57.426Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 314 | 2026-05-08T12:05:57.426Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 315 | 2026-05-08T12:05:57.426Z | ... 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)` |
| 316 | 2026-05-08T12:05:57.426Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 317 | 2026-05-08T12:05:57.426Z | |
| 318 | 2026-05-08T12:05:57.426Z | all possible versions conflict with previously selected packages. |
| 319 | 2026-05-08T12:05:57.426Z | |
| 320 | 2026-05-08T12:05:57.426Z | previously selected package `vergen v9.0.6` |
| 321 | 2026-05-08T12:05:57.426Z | ... 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)` |
| 322 | 2026-05-08T12:05:57.426Z | ... 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)` |
| 323 | 2026-05-08T12:05:57.426Z | |
| 324 | 2026-05-08T12:05:57.427Z | failed to select a version for `vergen` which could resolve this conflict |
| 325 | 2026-05-08T12:05:57.450Z | |
| 326 | 2026-05-08T12:05:57.450Z | real 45.656475533 |
| 327 | 2026-05-08T12:05:57.450Z | user 19.573294806 |
| 328 | 2026-05-08T12:05:57.450Z | sys 2.009167299 |
| 329 | 2026-05-08T12:05:57.450Z | trap 0.001721510 |
| 330 | 2026-05-08T12:05:57.450Z | tflt 0.044500343 |
| 331 | 2026-05-08T12:05:57.450Z | dflt 0.044174593 |
| 332 | 2026-05-08T12:05:57.450Z | kflt 0.014428510 |
| 333 | 2026-05-08T12:05:57.450Z | lock 0.103797839 |
| 334 | 2026-05-08T12:05:57.450Z | slp 1:11.784642367 |
| 335 | 2026-05-08T12:05:57.450Z | lat 0.074473261 |
| 336 | 2026-05-08T12:05:57.450Z | stop 0.000490630 |
| 337 | 2026-05-08T12:05:57.453Z | process exited: duration 45707 ms, exit code 101 |
| |
| 338 | 2026-05-08T12:05:57.460Z | found 0 output files |