|
|
|
| 1 | 2026-03-11T03:20:38.298Z | job assigned to worker 01KKDEFKQANWF765NGPFNG4SAS [factory aws, i-0ca5e045fb903c091] (queued for 1 m 30 s) |
| |
| 2 | 2026-03-11T03:20:46.339Z | starting task 0: "setup" |
| 3 | 2026-03-11T03:20:46.347Z | ++ uname -s |
| 4 | 2026-03-11T03:20:46.357Z | + kern=SunOS |
| 5 | 2026-03-11T03:20:46.357Z | + build_user=build |
| 6 | 2026-03-11T03:20:46.357Z | + build_uid=12345 |
| 7 | 2026-03-11T03:20:46.357Z | + work_dir=/work |
| 8 | 2026-03-11T03:20:46.357Z | + input_dir=/input |
| 9 | 2026-03-11T03:20:46.357Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T03:20:46.357Z | + case "$kern" in |
| 11 | 2026-03-11T03:20:46.357Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T03:20:46.357Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T03:20:48.356Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T03:20:48.456Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T03:20:48.459Z | + home_fs=zfs |
| 16 | 2026-03-11T03:20:48.459Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T03:20:48.459Z | + mkdir -p /home/build |
| 18 | 2026-03-11T03:20:48.462Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T03:20:50.462Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T03:20:50.465Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-03-11T03:20:50.471Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T03:20:50.477Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-03-11T03:20:50.477Z | * rust toolchain profile = "default" |
| 24 | 2026-03-11T03:20:50.477Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 25 | 2026-03-11T03:20:50.477Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-11T03:20:50.477Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T03:20:50.477Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T03:20:50.480Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T03:20:50.480Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-11T03:20:50.590Z | info: downloading installer |
| 31 | 2026-03-11T03:20:52.380Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T03:20:52.380Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T03:20:52.380Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T03:20:52.380Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T03:20:52.380Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T03:20:52.380Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T03:20:52.380Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T03:20:52.380Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T03:20:52.380Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T03:20:52.437Z | info: profile set to 'default' |
| 41 | 2026-03-11T03:20:52.437Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T03:20:52.441Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-11T03:20:52.635Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-11T03:20:52.635Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T03:20:53.956Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T03:20:54.383Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T03:20:56.064Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T03:20:58.589Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T03:21:07.792Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T03:21:08.109Z | info: installing component 'cargo' |
| 51 | 2026-03-11T03:21:09.003Z | info: installing component 'clippy' |
| 52 | 2026-03-11T03:21:09.294Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T03:21:10.747Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T03:21:12.239Z | info: installing component 'rustc' |
| 55 | 2026-03-11T03:21:18.070Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T03:21:18.377Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-11T03:21:18.377Z | |
| 58 | 2026-03-11T03:21:18.790Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-11T03:21:18.790Z | |
| 60 | 2026-03-11T03:21:18.801Z | |
| 61 | 2026-03-11T03:21:18.801Z | Rust is installed now. Great! |
| 62 | 2026-03-11T03:21:18.801Z | |
| 63 | 2026-03-11T03:21:18.801Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T03:21:18.801Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T03:21:18.801Z | |
| 66 | 2026-03-11T03:21:18.801Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T03:21:18.801Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T03:21:18.802Z | |
| 69 | 2026-03-11T03:21:18.802Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T03:21:18.802Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T03:21:18.802Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T03:21:18.802Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T03:21:18.883Z | + rustup --version |
| 74 | 2026-03-11T03:21:18.896Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T03:21:18.903Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T03:21:18.979Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-11T03:21:18.997Z | + cargo --version |
| 78 | 2026-03-11T03:21:19.054Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-11T03:21:19.060Z | + rustc --version |
| 80 | 2026-03-11T03:21:19.126Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-11T03:21:19.137Z | process exited: duration 28648 ms, exit code 0 |
| |
| 82 | 2026-03-11T03:21:19.178Z | starting task 2: "authentication" |
| 83 | 2026-03-11T03:21:19.215Z | process exited: duration 48 ms, exit code 0 |
| |
| 84 | 2026-03-11T03:21:19.244Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T03:21:19.260Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-11T03:21:19.263Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-11T03:21:19.293Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-11T03:21:28.863Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-11T03:21:28.863Z | + git fetch origin 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 90 | 2026-03-11T03:21:29.142Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-11T03:21:29.142Z | * branch 1572f75b05249f73922584e20fc5217dfb06b4ba -> FETCH_HEAD |
| 92 | 2026-03-11T03:21:29.153Z | + [[ -n renovate/crucible-common-digest ]] |
| 93 | 2026-03-11T03:21:29.156Z | ++ git branch --show-current |
| 94 | 2026-03-11T03:21:29.159Z | + current=main |
| 95 | 2026-03-11T03:21:29.159Z | + [[ main != renovate/crucible-common-digest ]] |
| 96 | 2026-03-11T03:21:29.159Z | + git branch -f renovate/crucible-common-digest 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 97 | 2026-03-11T03:21:29.162Z | + git checkout -f renovate/crucible-common-digest |
| 98 | 2026-03-11T03:21:29.460Z | Switched to branch 'renovate/crucible-common-digest' |
| 99 | 2026-03-11T03:21:29.463Z | + git reset --hard 1572f75b05249f73922584e20fc5217dfb06b4ba |
| 100 | 2026-03-11T03:21:29.772Z | HEAD is now at 1572f75b0 Update crucible-common digest to 3226492 |
| 101 | 2026-03-11T03:21:29.775Z | process exited: duration 10539 ms, exit code 0 |
| |
| 102 | 2026-03-11T03:21:29.782Z | starting task 4: "build" |
| 103 | 2026-03-11T03:21:29.787Z | + source ./env.sh |
| 104 | 2026-03-11T03:21:29.790Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-03-11T03:21:29.790Z | ++ set -o xtrace |
| 106 | 2026-03-11T03:21:29.790Z | ++++ dirname ./env.sh |
| 107 | 2026-03-11T03:21:29.797Z | +++ readlink -f . |
| 108 | 2026-03-11T03:21:29.797Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-03-11T03:21:29.797Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-11T03:21:29.797Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-11T03:21:29.797Z | ++ 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 |
| 112 | 2026-03-11T03:21:29.797Z | ++ 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 |
| 113 | 2026-03-11T03:21:29.797Z | ++ 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 |
| 114 | 2026-03-11T03:21:29.797Z | ++ 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 |
| 115 | 2026-03-11T03:21:29.797Z | ++ 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 |
| 116 | 2026-03-11T03:21:29.797Z | ++ 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 |
| 117 | 2026-03-11T03:21:29.797Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-03-11T03:21:29.797Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-03-11T03:21:29.797Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-03-11T03:21:29.797Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-03-11T03:21:29.797Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-03-11T03:21:29.797Z | + cargo --version |
| 123 | 2026-03-11T03:21:29.854Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-03-11T03:21:29.858Z | + rustc --version |
| 125 | 2026-03-11T03:21:29.926Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-03-11T03:21:29.929Z | + banner prerequisites |
| 127 | 2026-03-11T03:21:29.932Z | |
| 128 | 2026-03-11T03:21:29.932Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-11T03:21:29.932Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-11T03:21:29.932Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-11T03:21:29.932Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-11T03:21:29.932Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-11T03:21:29.932Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-11T03:21:29.932Z | |
| 135 | 2026-03-11T03:21:29.932Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-11T03:21:39.751Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-11T03:21:49.237Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-11T03:22:10.890Z | Planning: Solver setup ... Done (20.059s) |
| 139 | 2026-03-11T03:22:11.061Z | Planning: Running solver ... Done (0.147s) |
| 140 | 2026-03-11T03:22:11.194Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2026-03-11T03:22:11.251Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-11T03:22:11.307Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-11T03:22:11.518Z | Planning: Package planning ... Done (0.042s) |
| 144 | 2026-03-11T03:22:11.591Z | Planning: Merging actions ... Done (0.038s) |
| 145 | 2026-03-11T03:22:11.664Z | Planning: Checking for conflicting actions ... Done (0.233s) |
| 146 | 2026-03-11T03:22:11.687Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-11T03:22:12.319Z | Planning: Evaluating mediators ... Done (0.632s) |
| 148 | 2026-03-11T03:22:12.395Z | Planning: Planning completed in 22.88 seconds |
| 149 | 2026-03-11T03:22:12.591Z | Packages to install: 4 |
| 150 | 2026-03-11T03:22:12.591Z | Mediators to change: 2 |
| 151 | 2026-03-11T03:22:12.592Z | Services to change: 1 |
| 152 | 2026-03-11T03:22:12.592Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-11T03:22:12.592Z | Estimated space to be consumed: 1.82 GB |
| 154 | 2026-03-11T03:22:12.635Z | Create boot environment: No |
| 155 | 2026-03-11T03:22:12.635Z | Create backup boot environment: No |
| 156 | 2026-03-11T03:22:12.635Z | Rebuild boot archive: No |
| 157 | 2026-03-11T03:22:12.635Z | |
| 158 | 2026-03-11T03:22:12.635Z | Changed mediators: |
| 159 | 2026-03-11T03:22:12.635Z | mediator clang: |
| 160 | 2026-03-11T03:22:12.636Z | version: None -> 15 (system default) |
| 161 | 2026-03-11T03:22:12.636Z | |
| 162 | 2026-03-11T03:22:12.636Z | mediator llvm: |
| 163 | 2026-03-11T03:22:12.636Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-11T03:22:12.636Z | |
| 165 | 2026-03-11T03:22:12.636Z | Changed packages: |
| 166 | 2026-03-11T03:22:12.636Z | helios-dev |
| 167 | 2026-03-11T03:22:12.636Z | developer/build-essential |
| 168 | 2026-03-11T03:22:12.637Z | None -> 11-2.0 |
| 169 | 2026-03-11T03:22:12.637Z | library/libxmlsec1 |
| 170 | 2026-03-11T03:22:12.637Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-11T03:22:12.637Z | ooce/developer/clang-15 |
| 172 | 2026-03-11T03:22:12.637Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-11T03:22:12.637Z | ooce/developer/llvm-15 |
| 174 | 2026-03-11T03:22:12.637Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-11T03:22:12.637Z | |
| 176 | 2026-03-11T03:22:12.637Z | Services: |
| 177 | 2026-03-11T03:22:12.637Z | restart_fmri: |
| 178 | 2026-03-11T03:22:12.637Z | svc:/system/update-man-index:default |
| 179 | 2026-03-11T03:22:12.637Z | |
| 180 | 2026-03-11T03:22:12.638Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-11T03:22:17.578Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (23.9M/s) |
| 182 | 2026-03-11T03:22:20.428Z | Download: Completed 212.60 MB in 7.85 seconds (27.1M/s) |
| 183 | 2026-03-11T03:22:22.131Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-11T03:22:26.391Z | Actions: Completed 3689 actions in 4.26 seconds. |
| 185 | 2026-03-11T03:22:27.127Z | Done (0.732s) |
| 186 | 2026-03-11T03:22:27.127Z | Done (0.000s) |
| 187 | 2026-03-11T03:22:28.111Z | Done (0.982s) |
| 188 | 2026-03-11T03:22:31.950Z | Done (3.484s) |
| 189 | 2026-03-11T03:22:32.031Z | Done (0.017s) |
| 190 | 2026-03-11T03:22:32.034Z | Done (0.000s) |
| 191 | 2026-03-11T03:22:32.233Z | Done (0.000s) |
| 192 | 2026-03-11T03:22:33.208Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-11T03:22:33.354Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-11T03:22:33.357Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-11T03:22:33.575Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-11T03:22:33.579Z | Planning: Planning completed in 0.37 seconds |
| 197 | 2026-03-11T03:22:33.604Z | Mediators to change: 2 |
| 198 | 2026-03-11T03:22:33.604Z | Create boot environment: No |
| 199 | 2026-03-11T03:22:33.609Z | Create backup boot environment: No |
| 200 | 2026-03-11T03:22:33.687Z | Done |
| 201 | 2026-03-11T03:22:33.687Z | Done |
| 202 | 2026-03-11T03:22:34.415Z | Done |
| 203 | 2026-03-11T03:22:37.755Z | Done |
| 204 | 2026-03-11T03:22:37.838Z | Done |
| 205 | 2026-03-11T03:22:37.841Z | Done |
| 206 | 2026-03-11T03:22:38.003Z | Done |
| 207 | 2026-03-11T03:22:38.535Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-11T03:22:38.538Z | Planning: Merging actions ... Done |
| 209 | 2026-03-11T03:22:38.703Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-11T03:22:38.706Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-11T03:22:38.921Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-11T03:22:38.969Z | Planning: Planning completed in 0.63 seconds |
| 213 | 2026-03-11T03:22:38.992Z | Packages to change: 1 |
| 214 | 2026-03-11T03:22:38.992Z | Mediators to change: 1 |
| 215 | 2026-03-11T03:22:38.995Z | Services to change: 1 |
| 216 | 2026-03-11T03:22:38.995Z | Create boot environment: No |
| 217 | 2026-03-11T03:22:38.995Z | Create backup boot environment: Yes |
| 218 | 2026-03-11T03:22:40.481Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-11T03:22:40.484Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-11T03:22:40.484Z | Done |
| 221 | 2026-03-11T03:22:40.485Z | Done |
| 222 | 2026-03-11T03:22:40.672Z | Done |
| 223 | 2026-03-11T03:22:43.976Z | Done |
| 224 | 2026-03-11T03:22:44.063Z | Done |
| 225 | 2026-03-11T03:22:44.066Z | Done |
| 226 | 2026-03-11T03:22:44.231Z | Done |
| 227 | 2026-03-11T03:22:44.609Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-11T03:22:44.609Z | clang system 15 system |
| 229 | 2026-03-11T03:22:44.609Z | csh system system illumos |
| 230 | 2026-03-11T03:22:44.609Z | ctags system system illumos |
| 231 | 2026-03-11T03:22:44.609Z | file system system illumos |
| 232 | 2026-03-11T03:22:44.609Z | gcc vendor 12 vendor |
| 233 | 2026-03-11T03:22:44.609Z | gcc system 10 system |
| 234 | 2026-03-11T03:22:44.609Z | gcc system 7 system |
| 235 | 2026-03-11T03:22:44.609Z | go system 1.20 system |
| 236 | 2026-03-11T03:22:44.609Z | go system 1.19 system |
| 237 | 2026-03-11T03:22:44.609Z | llvm system 15 system |
| 238 | 2026-03-11T03:22:44.609Z | llvm system 14 system |
| 239 | 2026-03-11T03:22:44.609Z | mariadb system 10.6 system |
| 240 | 2026-03-11T03:22:44.609Z | mta vendor vendor dma |
| 241 | 2026-03-11T03:22:44.609Z | openjdk system 17 system |
| 242 | 2026-03-11T03:22:44.609Z | openjdk system 11 system |
| 243 | 2026-03-11T03:22:44.609Z | openjdk system 1.8 system |
| 244 | 2026-03-11T03:22:44.610Z | openssl vendor 3 vendor |
| 245 | 2026-03-11T03:22:44.610Z | perl system 5.36 system |
| 246 | 2026-03-11T03:22:44.610Z | postgresql system 15 system |
| 247 | 2026-03-11T03:22:44.610Z | postgresql system 13 system |
| 248 | 2026-03-11T03:22:44.610Z | python vendor 3 vendor |
| 249 | 2026-03-11T03:22:44.610Z | python system 2 system |
| 250 | 2026-03-11T03:22:44.610Z | python3 system 3.11 system |
| 251 | 2026-03-11T03:22:44.610Z | ruby system 3.0 system |
| 252 | 2026-03-11T03:22:44.610Z | words vendor vendor american-english |
| 253 | 2026-03-11T03:22:44.610Z | words system system australian-english |
| 254 | 2026-03-11T03:22:44.610Z | words system system british-english |
| 255 | 2026-03-11T03:22:44.610Z | words system system canadian-english |
| 256 | 2026-03-11T03:22:44.610Z | words system system french |
| 257 | 2026-03-11T03:22:44.610Z | words system system italian |
| 258 | 2026-03-11T03:22:44.610Z | words system system ngerman |
| 259 | 2026-03-11T03:22:44.610Z | words system system ogerman |
| 260 | 2026-03-11T03:22:44.610Z | words system system spanish |
| 261 | 2026-03-11T03:22:44.907Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-11T03:22:44.907Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-11T03:22:50.822Z | FMRI IFO |
| 264 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-11T03:22:50.822Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-11T03:22:52.059Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-11T03:22:52.343Z | Updating crates.io index |
| 282 | 2026-03-11T03:22:52.445Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-11T03:22:53.248Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-11T03:22:53.686Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-03-11T03:22:53.976Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-03-11T03:22:54.283Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2026-03-11T03:22:55.727Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2026-03-11T03:22:58.887Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2026-03-11T03:22:59.604Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 290 | 2026-03-11T03:23:00.494Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 291 | 2026-03-11T03:23:01.288Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 292 | 2026-03-11T03:23:01.821Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 293 | 2026-03-11T03:23:03.018Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2026-03-11T03:23:03.438Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-03-11T03:23:03.901Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2026-03-11T03:23:04.273Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2026-03-11T03:23:05.276Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2026-03-11T03:23:05.891Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-03-11T03:23:06.144Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2026-03-11T03:23:06.572Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 301 | 2026-03-11T03:23:07.090Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2026-03-11T03:23:07.311Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2026-03-11T03:23:07.537Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2026-03-11T03:23:07.812Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-03-11T03:23:08.282Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2026-03-11T03:23:08.700Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 307 | 2026-03-11T03:23:09.432Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 308 | 2026-03-11T03:23:10.171Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 309 | 2026-03-11T03:23:10.389Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2026-03-11T03:23:10.900Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2026-03-11T03:23:12.130Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2026-03-11T03:23:12.955Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-03-11T03:23:13.229Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-03-11T03:23:13.616Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-03-11T03:23:13.937Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-03-11T03:23:14.254Z | Updating crates.io index |
| 317 | 2026-03-11T03:23:14.265Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-03-11T03:23:14.567Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-03-11T03:23:14.827Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-03-11T03:23:15.251Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2026-03-11T03:23:15.470Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 322 | 2026-03-11T03:23:30.017Z | error: failed to select a version for `vergen`. |
| 323 | 2026-03-11T03:23:30.018Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)` |
| 324 | 2026-03-11T03:23:30.018Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 325 | 2026-03-11T03:23:30.018Z | ... 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)` |
| 326 | 2026-03-11T03:23:30.018Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 327 | 2026-03-11T03:23:30.018Z | |
| 328 | 2026-03-11T03:23:30.018Z | all possible versions conflict with previously selected packages. |
| 329 | 2026-03-11T03:23:30.018Z | |
| 330 | 2026-03-11T03:23:30.018Z | previously selected package `vergen v9.0.6` |
| 331 | 2026-03-11T03:23:30.018Z | ... 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)` |
| 332 | 2026-03-11T03:23:30.018Z | ... 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)` |
| 333 | 2026-03-11T03:23:30.018Z | |
| 334 | 2026-03-11T03:23:30.018Z | failed to select a version for `vergen` which could resolve this conflict |
| 335 | 2026-03-11T03:23:30.059Z | Failed to run command -- will try 2 more times |
| 336 | 2026-03-11T03:23:30.428Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 337 | 2026-03-11T03:23:30.459Z | Updating crates.io index |
| 338 | 2026-03-11T03:23:30.759Z | Updating crates.io index |
| 339 | 2026-03-11T03:23:31.540Z | error: failed to select a version for `vergen`. |
| 340 | 2026-03-11T03:23:31.541Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)` |
| 341 | 2026-03-11T03:23:31.541Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 342 | 2026-03-11T03:23:31.541Z | ... 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)` |
| 343 | 2026-03-11T03:23:31.541Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 344 | 2026-03-11T03:23:31.541Z | |
| 345 | 2026-03-11T03:23:31.541Z | all possible versions conflict with previously selected packages. |
| 346 | 2026-03-11T03:23:31.541Z | |
| 347 | 2026-03-11T03:23:31.541Z | previously selected package `vergen v9.0.6` |
| 348 | 2026-03-11T03:23:31.541Z | ... 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)` |
| 349 | 2026-03-11T03:23:31.541Z | ... 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)` |
| 350 | 2026-03-11T03:23:31.541Z | |
| 351 | 2026-03-11T03:23:31.541Z | failed to select a version for `vergen` which could resolve this conflict |
| 352 | 2026-03-11T03:23:31.562Z | Failed to run command -- will try 1 more times |
| 353 | 2026-03-11T03:23:31.934Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 354 | 2026-03-11T03:23:32.117Z | Updating crates.io index |
| 355 | 2026-03-11T03:23:32.730Z | error: failed to select a version for `vergen`. |
| 356 | 2026-03-11T03:23:32.731Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)` |
| 357 | 2026-03-11T03:23:32.731Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 358 | 2026-03-11T03:23:32.732Z | ... 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)` |
| 359 | 2026-03-11T03:23:32.734Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 360 | 2026-03-11T03:23:32.735Z | |
| 361 | 2026-03-11T03:23:32.735Z | all possible versions conflict with previously selected packages. |
| 362 | 2026-03-11T03:23:32.735Z | |
| 363 | 2026-03-11T03:23:32.735Z | previously selected package `vergen v9.0.6` |
| 364 | 2026-03-11T03:23:32.736Z | ... 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)` |
| 365 | 2026-03-11T03:23:32.736Z | ... 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)` |
| 366 | 2026-03-11T03:23:32.736Z | |
| 367 | 2026-03-11T03:23:32.736Z | failed to select a version for `vergen` which could resolve this conflict |
| 368 | 2026-03-11T03:23:32.753Z | |
| 369 | 2026-03-11T03:23:32.761Z | real 2:02.795662304 |
| 370 | 2026-03-11T03:23:32.761Z | user 1:19.752251025 |
| 371 | 2026-03-11T03:23:32.761Z | sys 7.465753431 |
| 372 | 2026-03-11T03:23:32.761Z | trap 0.011987764 |
| 373 | 2026-03-11T03:23:32.761Z | tflt 0.054104231 |
| 374 | 2026-03-11T03:23:32.761Z | dflt 0.110243331 |
| 375 | 2026-03-11T03:23:32.762Z | kflt 0.044665640 |
| 376 | 2026-03-11T03:23:32.762Z | lock 0.999570022 |
| 377 | 2026-03-11T03:23:32.762Z | slp 2:42.909454331 |
| 378 | 2026-03-11T03:23:32.762Z | lat 0.072390309 |
| 379 | 2026-03-11T03:23:32.762Z | stop 0.000646316 |
| 380 | 2026-03-11T03:23:32.762Z | process exited: duration 122949 ms, exit code 101 |
| |
| 381 | 2026-03-11T03:23:32.777Z | found 0 output files |