|
|
|
| 1 | 2026-05-08T12:04:27.877Z | job assigned to worker 01KR3QHT9JPJA1F95GAWD4ZT2V [factory aws, i-0a4ccf3344d3bcc4f] (queued for 50 s) |
| |
| 2 | 2026-05-08T12:04:33.762Z | starting task 0: "setup" |
| 3 | 2026-05-08T12:04:33.767Z | ++ uname -s |
| 4 | 2026-05-08T12:04:33.770Z | + kern=SunOS |
| 5 | 2026-05-08T12:04:33.770Z | + build_user=build |
| 6 | 2026-05-08T12:04:33.770Z | + build_uid=12345 |
| 7 | 2026-05-08T12:04:33.770Z | + work_dir=/work |
| 8 | 2026-05-08T12:04:33.770Z | + input_dir=/input |
| 9 | 2026-05-08T12:04:33.770Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T12:04:33.770Z | + case "$kern" in |
| 11 | 2026-05-08T12:04:33.770Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T12:04:33.772Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T12:04:35.776Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T12:04:35.806Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T12:04:35.809Z | + home_fs=zfs |
| 16 | 2026-05-08T12:04:35.809Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T12:04:35.809Z | + mkdir -p /home/build |
| 18 | 2026-05-08T12:04:35.809Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T12:04:36.810Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T12:04:36.813Z | process exited: duration 3050 ms, exit code 0 |
| |
| 21 | 2026-05-08T12:04:36.819Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T12:04:36.822Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T12:04:36.822Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-08T12:04:36.822Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-08T12:04:36.822Z | * rust toolchain profile = "default" |
| 26 | 2026-05-08T12:04:36.822Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T12:04:36.825Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T12:04:36.825Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T12:04:36.825Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T12:04:36.925Z | info: downloading installer |
| 31 | 2026-05-08T12:04:38.448Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T12:04:38.448Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T12:04:38.448Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T12:04:38.448Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T12:04:38.460Z | info: profile set to default |
| 36 | 2026-05-08T12:04:38.460Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T12:04:38.463Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T12:04:38.601Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T12:04:38.604Z | info: downloading 6 components |
| 40 | 2026-05-08T12:04:54.437Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T12:04:54.437Z | |
| 42 | 2026-05-08T12:04:54.465Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T12:04:54.465Z | |
| 44 | 2026-05-08T12:04:54.465Z | |
| 45 | 2026-05-08T12:04:54.465Z | Rust is installed now. Great! |
| 46 | 2026-05-08T12:04:54.465Z | |
| 47 | 2026-05-08T12:04:54.465Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T12:04:54.465Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T12:04:54.465Z | |
| 50 | 2026-05-08T12:04:54.465Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T12:04:54.466Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T12:04:54.468Z | |
| 53 | 2026-05-08T12:04:54.468Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T12:04:54.468Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T12:04:54.468Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T12:04:54.468Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T12:04:54.468Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T12:04:54.468Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T12:04:54.468Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T12:04:54.468Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T12:04:54.468Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T12:04:54.552Z | + rustup --version |
| 63 | 2026-05-08T12:04:54.561Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T12:04:54.563Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T12:04:54.582Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T12:04:54.584Z | + cargo --version |
| 67 | 2026-05-08T12:04:54.597Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T12:04:54.600Z | + rustc --version |
| 69 | 2026-05-08T12:04:54.619Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T12:04:54.621Z | process exited: duration 17802 ms, exit code 0 |
| |
| 71 | 2026-05-08T12:04:54.628Z | starting task 2: "authentication" |
| 72 | 2026-05-08T12:04:54.642Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-08T12:04:54.649Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T12:04:54.652Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T12:04:54.655Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T12:04:54.683Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T12:05:04.082Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T12:05:04.082Z | + git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa |
| 79 | 2026-05-08T12:05:04.361Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T12:05:04.361Z | * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD |
| 81 | 2026-05-08T12:05:04.370Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-08T12:05:04.373Z | ++ git branch --show-current |
| 83 | 2026-05-08T12:05:04.373Z | + current=main |
| 84 | 2026-05-08T12:05:04.373Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-08T12:05:04.373Z | + git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa |
| 86 | 2026-05-08T12:05:04.376Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-08T12:05:04.606Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-08T12:05:04.608Z | + git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa |
| 89 | 2026-05-08T12:05:04.838Z | HEAD is now at 5782badef Update crucible-common digest to 2e75a38 |
| 90 | 2026-05-08T12:05:04.840Z | process exited: duration 10190 ms, exit code 0 |
| |
| 91 | 2026-05-08T12:05:04.844Z | starting task 4: "build" |
| 92 | 2026-05-08T12:05:04.848Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-08T12:05:04.852Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-08T12:05:04.852Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-08T12:05:04.852Z | + cargo --version |
| 96 | 2026-05-08T12:05:04.858Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-08T12:05:04.861Z | + rustc --version |
| 98 | 2026-05-08T12:05:04.881Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-08T12:05:04.884Z | + source ./env.sh |
| 100 | 2026-05-08T12:05:04.884Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-08T12:05:04.884Z | ++ set -o xtrace |
| 102 | 2026-05-08T12:05:04.887Z | ++++ dirname ./env.sh |
| 103 | 2026-05-08T12:05:04.887Z | +++ readlink -f . |
| 104 | 2026-05-08T12:05:04.890Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-08T12:05:04.891Z | ++ export PATH=/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:04.891Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-08T12:05:04.891Z | ++ 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 |
| 108 | 2026-05-08T12:05:04.891Z | ++ 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 |
| 109 | 2026-05-08T12:05:04.891Z | ++ 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 |
| 110 | 2026-05-08T12:05:04.891Z | ++ 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 |
| 111 | 2026-05-08T12:05:04.891Z | ++ 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 |
| 112 | 2026-05-08T12:05:04.891Z | ++ 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 |
| 113 | 2026-05-08T12:05:04.891Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-08T12:05:04.891Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-08T12:05:04.891Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-08T12:05:04.891Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-08T12:05:04.891Z | + banner prerequisites |
| 118 | 2026-05-08T12:05:04.894Z | |
| 119 | 2026-05-08T12:05:04.894Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-08T12:05:04.894Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-08T12:05:04.894Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-08T12:05:04.894Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-08T12:05:04.894Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-08T12:05:04.894Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-08T12:05:04.894Z | |
| 126 | 2026-05-08T12:05:04.894Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-08T12:05:06.166Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-08T12:05:06.280Z | Planning: Solver setup ... Done (0.096s) |
| 129 | 2026-05-08T12:05:06.288Z | Planning: Running solver ... Done (0.008s) |
| 130 | 2026-05-08T12:05:06.292Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-05-08T12:05:06.294Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-05-08T12:05:06.314Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-05-08T12:05:06.327Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-05-08T12:05:06.331Z | Planning: Merging actions ... Done (0.002s) |
| 135 | 2026-05-08T12:05:06.514Z | Planning: Checking for conflicting actions ... Done (0.185s) |
| 136 | 2026-05-08T12:05:06.517Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-05-08T12:05:07.331Z | Planning: Evaluating mediators ... Done (0.817s) |
| 138 | 2026-05-08T12:05:07.334Z | Planning: Planning completed in 1.17 seconds |
| 139 | 2026-05-08T12:05:07.340Z | Packages to install: 2 |
| 140 | 2026-05-08T12:05:07.343Z | Estimated space available: 156.08 GB |
| 141 | 2026-05-08T12:05:07.343Z | Estimated space to be consumed: 15.55 MB |
| 142 | 2026-05-08T12:05:07.343Z | Create boot environment: No |
| 143 | 2026-05-08T12:05:07.343Z | Create backup boot environment: No |
| 144 | 2026-05-08T12:05:07.343Z | Rebuild boot archive: No |
| 145 | 2026-05-08T12:05:07.343Z | |
| 146 | 2026-05-08T12:05:07.343Z | Changed packages: |
| 147 | 2026-05-08T12:05:07.343Z | helios |
| 148 | 2026-05-08T12:05:07.343Z | developer/build-essential |
| 149 | 2026-05-08T12:05:07.343Z | None -> 11-3.0 |
| 150 | 2026-05-08T12:05:07.343Z | library/libxmlsec1 |
| 151 | 2026-05-08T12:05:07.343Z | None -> 1.2.35-3.0 |
| 152 | 2026-05-08T12:05:07.364Z | |
| 153 | 2026-05-08T12:05:07.364Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-05-08T12:05:07.871Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 155 | 2026-05-08T12:05:07.946Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-05-08T12:05:07.985Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-05-08T12:05:07.990Z | Finalize: Updating package state database ... Done (0.006s) |
| 158 | 2026-05-08T12:05:07.990Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-08T12:05:08.001Z | Finalize: Updating image state ... Done (0.010s) |
| 160 | 2026-05-08T12:05:10.390Z | Finalize: Creating fast lookup database ... Done (2.369s) |
| 161 | 2026-05-08T12:05:10.459Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-05-08T12:05:10.462Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-05-08T12:05:10.545Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-05-08T12:05:10.831Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-05-08T12:05:10.937Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-05-08T12:05:10.942Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-05-08T12:05:11.097Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-05-08T12:05:11.100Z | Planning: Planning completed in 0.27 seconds |
| 169 | 2026-05-08T12:05:11.121Z | Mediators to change: 2 |
| 170 | 2026-05-08T12:05:11.121Z | Create boot environment: No |
| 171 | 2026-05-08T12:05:11.121Z | Create backup boot environment: No |
| 172 | 2026-05-08T12:05:11.174Z | Finalize: Updating package state database ... Done |
| 173 | 2026-05-08T12:05:11.174Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-08T12:05:11.180Z | Finalize: Updating image state ... Done |
| 175 | 2026-05-08T12:05:13.140Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-05-08T12:05:13.205Z | Finalize: Reading search index ... Done |
| 177 | 2026-05-08T12:05:13.208Z | Finalize: Updating search index ... Done |
| 178 | 2026-05-08T12:05:13.292Z | Finalize: Updating package cache ... Done |
| 179 | 2026-05-08T12:05:13.577Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-05-08T12:05:13.684Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-05-08T12:05:13.687Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-05-08T12:05:13.844Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-05-08T12:05:13.847Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-05-08T12:05:13.869Z | Mediators to change: 1 |
| 185 | 2026-05-08T12:05:13.869Z | Create boot environment: No |
| 186 | 2026-05-08T12:05:13.869Z | Create backup boot environment: No |
| 187 | 2026-05-08T12:05:13.929Z | Finalize: Updating package state database ... Done |
| 188 | 2026-05-08T12:05:13.929Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-08T12:05:13.935Z | Finalize: Updating image state ... Done |
| 190 | 2026-05-08T12:05:15.890Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-05-08T12:05:15.948Z | Finalize: Reading search index ... Done |
| 192 | 2026-05-08T12:05:15.951Z | Finalize: Updating search index ... Done |
| 193 | 2026-05-08T12:05:16.022Z | Finalize: Updating package cache ... Done |
| 194 | 2026-05-08T12:05:16.338Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-05-08T12:05:16.338Z | apache system 2.4 system |
| 196 | 2026-05-08T12:05:16.338Z | clang system 15 system |
| 197 | 2026-05-08T12:05:16.338Z | csh system system illumos |
| 198 | 2026-05-08T12:05:16.338Z | ctags system system illumos |
| 199 | 2026-05-08T12:05:16.338Z | file vendor vendor darwinsys |
| 200 | 2026-05-08T12:05:16.338Z | file system system illumos |
| 201 | 2026-05-08T12:05:16.338Z | gcc vendor 14 vendor |
| 202 | 2026-05-08T12:05:16.338Z | gcc system 13 system |
| 203 | 2026-05-08T12:05:16.338Z | gcc system 10 system |
| 204 | 2026-05-08T12:05:16.338Z | go system 1.25 system |
| 205 | 2026-05-08T12:05:16.338Z | llvm system 15 system |
| 206 | 2026-05-08T12:05:16.338Z | mariadb system 11.4 system |
| 207 | 2026-05-08T12:05:16.338Z | mta vendor vendor dma |
| 208 | 2026-05-08T12:05:16.338Z | openjdk system 17 system |
| 209 | 2026-05-08T12:05:16.338Z | openjdk system 11 system |
| 210 | 2026-05-08T12:05:16.338Z | openssl vendor 3 vendor |
| 211 | 2026-05-08T12:05:16.338Z | perl system 5.40 system |
| 212 | 2026-05-08T12:05:16.338Z | postgresql system 18 system |
| 213 | 2026-05-08T12:05:16.338Z | postgresql system 17 system |
| 214 | 2026-05-08T12:05:16.338Z | python vendor 3 vendor |
| 215 | 2026-05-08T12:05:16.338Z | python system 2 system |
| 216 | 2026-05-08T12:05:16.338Z | python3 vendor 3.13 vendor |
| 217 | 2026-05-08T12:05:16.338Z | ruby system 3.4 system |
| 218 | 2026-05-08T12:05:16.338Z | ruby system 3.0 system |
| 219 | 2026-05-08T12:05:16.339Z | words vendor vendor american-english |
| 220 | 2026-05-08T12:05:16.339Z | words system system australian-english |
| 221 | 2026-05-08T12:05:16.339Z | words system system british-english |
| 222 | 2026-05-08T12:05:16.339Z | words system system canadian-english |
| 223 | 2026-05-08T12:05:16.339Z | words system system french |
| 224 | 2026-05-08T12:05:16.339Z | words system system italian |
| 225 | 2026-05-08T12:05:16.339Z | words system system ngerman |
| 226 | 2026-05-08T12:05:16.339Z | words system system ogerman |
| 227 | 2026-05-08T12:05:16.339Z | words system system spanish |
| 228 | 2026-05-08T12:05:16.589Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-05-08T12:05:16.589Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-05-08T12:05:16.846Z | FMRI IFO |
| 231 | 2026-05-08T12:05:16.846Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-05-08T12:05:16.846Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-05-08T12:05:16.846Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-05-08T12:05:16.846Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-05-08T12:05:16.846Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-05-08T12:05:16.846Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-05-08T12:05:16.846Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-05-08T12:05:16.846Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-05-08T12:05:16.846Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-05-08T12:05:17.071Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-05-08T12:05:17.342Z | Updating crates.io index |
| 242 | 2026-05-08T12:05:17.374Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-05-08T12:05:18.065Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 244 | 2026-05-08T12:05:18.471Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-05-08T12:05:19.067Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 246 | 2026-05-08T12:05:19.911Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-05-08T12:05:20.445Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-08T12:05:21.777Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-05-08T12:05:22.694Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-05-08T12:05:23.039Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-05-08T12:05:24.020Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-05-08T12:05:24.409Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-05-08T12:05:24.774Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2026-05-08T12:05:25.181Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 255 | 2026-05-08T12:05:26.057Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-05-08T12:05:26.698Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-08T12:05:27.091Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-08T12:05:27.504Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-08T12:05:27.955Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-08T12:05:28.244Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-08T12:05:28.479Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-08T12:05:28.738Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-08T12:05:29.201Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-08T12:05:29.741Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 265 | 2026-05-08T12:05:30.727Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-08T12:05:31.208Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-08T12:05:31.492Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-08T12:05:31.773Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-08T12:05:32.773Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-08T12:05:33.379Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-08T12:05:33.824Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-08T12:05:34.168Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-08T12:05:34.511Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-08T12:05:34.873Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-08T12:05:35.224Z | Updating crates.io index |
| 276 | 2026-05-08T12:05:35.259Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-08T12:05:35.595Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-08T12:05:35.887Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-08T12:05:36.133Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-08T12:05:37.085Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-08T12:05:48.181Z | error: failed to select a version for `vergen`. |
| 282 | 2026-05-08T12:05:48.181Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 283 | 2026-05-08T12:05:48.181Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 284 | 2026-05-08T12:05:48.181Z | ... 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)` |
| 285 | 2026-05-08T12:05:48.181Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 286 | 2026-05-08T12:05:48.181Z | |
| 287 | 2026-05-08T12:05:48.181Z | all possible versions conflict with previously selected packages. |
| 288 | 2026-05-08T12:05:48.181Z | |
| 289 | 2026-05-08T12:05:48.181Z | previously selected package `vergen v9.0.6` |
| 290 | 2026-05-08T12:05:48.181Z | ... 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)` |
| 291 | 2026-05-08T12:05:48.181Z | ... 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)` |
| 292 | 2026-05-08T12:05:48.181Z | |
| 293 | 2026-05-08T12:05:48.181Z | failed to select a version for `vergen` which could resolve this conflict |
| 294 | 2026-05-08T12:05:48.221Z | Failed to run command -- will try 2 more times |
| 295 | 2026-05-08T12:05:48.462Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 296 | 2026-05-08T12:05:48.486Z | Updating crates.io index |
| 297 | 2026-05-08T12:05:48.710Z | Updating crates.io index |
| 298 | 2026-05-08T12:05:49.254Z | error: failed to select a version for `vergen`. |
| 299 | 2026-05-08T12:05:49.254Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 300 | 2026-05-08T12:05:49.254Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 301 | 2026-05-08T12:05:49.254Z | ... 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)` |
| 302 | 2026-05-08T12:05:49.254Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 303 | 2026-05-08T12:05:49.254Z | |
| 304 | 2026-05-08T12:05:49.254Z | all possible versions conflict with previously selected packages. |
| 305 | 2026-05-08T12:05:49.254Z | |
| 306 | 2026-05-08T12:05:49.254Z | previously selected package `vergen v9.0.6` |
| 307 | 2026-05-08T12:05:49.254Z | ... 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)` |
| 308 | 2026-05-08T12:05:49.254Z | ... 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)` |
| 309 | 2026-05-08T12:05:49.254Z | |
| 310 | 2026-05-08T12:05:49.254Z | failed to select a version for `vergen` which could resolve this conflict |
| 311 | 2026-05-08T12:05:49.280Z | Failed to run command -- will try 1 more times |
| 312 | 2026-05-08T12:05:49.529Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 313 | 2026-05-08T12:05:49.607Z | Updating crates.io index |
| 314 | 2026-05-08T12:05:50.029Z | error: failed to select a version for `vergen`. |
| 315 | 2026-05-08T12:05:50.029Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 316 | 2026-05-08T12:05:50.029Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 317 | 2026-05-08T12:05:50.029Z | ... 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)` |
| 318 | 2026-05-08T12:05:50.029Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 319 | 2026-05-08T12:05:50.029Z | |
| 320 | 2026-05-08T12:05:50.029Z | all possible versions conflict with previously selected packages. |
| 321 | 2026-05-08T12:05:50.029Z | |
| 322 | 2026-05-08T12:05:50.029Z | previously selected package `vergen v9.0.6` |
| 323 | 2026-05-08T12:05:50.029Z | ... 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)` |
| 324 | 2026-05-08T12:05:50.029Z | ... 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)` |
| 325 | 2026-05-08T12:05:50.029Z | |
| 326 | 2026-05-08T12:05:50.029Z | failed to select a version for `vergen` which could resolve this conflict |
| 327 | 2026-05-08T12:05:50.053Z | |
| 328 | 2026-05-08T12:05:50.056Z | real 45.158050520 |
| 329 | 2026-05-08T12:05:50.056Z | user 19.637115781 |
| 330 | 2026-05-08T12:05:50.056Z | sys 2.013900004 |
| 331 | 2026-05-08T12:05:50.056Z | trap 0.001724849 |
| 332 | 2026-05-08T12:05:50.056Z | tflt 0.039473758 |
| 333 | 2026-05-08T12:05:50.056Z | dflt 0.040219052 |
| 334 | 2026-05-08T12:05:50.056Z | kflt 0.012723419 |
| 335 | 2026-05-08T12:05:50.056Z | lock 0.096811242 |
| 336 | 2026-05-08T12:05:50.056Z | slp 1:10.575242387 |
| 337 | 2026-05-08T12:05:50.056Z | lat 0.067175215 |
| 338 | 2026-05-08T12:05:50.056Z | stop 0.000467475 |
| 339 | 2026-05-08T12:05:50.056Z | process exited: duration 45208 ms, exit code 101 |
| |
| 340 | 2026-05-08T12:05:50.066Z | found 0 output files |