|
|
|
| 1 | 2026-05-12T03:40:28.433Z | job assigned to worker 01KRD49WQ62WG79ZJPTHJNJC2W [factory aws, i-0863056c6a0d8d71b] (queued for 55 s) |
| |
| 2 | 2026-05-12T03:40:36.017Z | starting task 0: "setup" |
| 3 | 2026-05-12T03:40:36.240Z | ++ uname -s |
| 4 | 2026-05-12T03:40:36.240Z | + kern=SunOS |
| 5 | 2026-05-12T03:40:36.240Z | + build_user=build |
| 6 | 2026-05-12T03:40:36.240Z | + build_uid=12345 |
| 7 | 2026-05-12T03:40:36.240Z | + work_dir=/work |
| 8 | 2026-05-12T03:40:36.240Z | + input_dir=/input |
| 9 | 2026-05-12T03:40:36.240Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T03:40:36.240Z | + case "$kern" in |
| 11 | 2026-05-12T03:40:36.240Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T03:40:36.240Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T03:40:41.726Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T03:40:41.948Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T03:40:41.948Z | + home_fs=zfs |
| 16 | 2026-05-12T03:40:41.948Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T03:40:41.948Z | + mkdir -p /home/build |
| 18 | 2026-05-12T03:40:41.948Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T03:40:41.948Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T03:40:41.948Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-05-12T03:40:42.506Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T03:40:42.621Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T03:40:42.621Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-12T03:40:42.621Z | * rust toolchain profile = "default" |
| 25 | 2026-05-12T03:40:42.621Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-12T03:40:42.621Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-12T03:40:42.621Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-12T03:40:42.621Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T03:40:42.621Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T03:40:42.621Z | info: downloading installer |
| 31 | 2026-05-12T03:40:45.341Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T03:40:45.341Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T03:40:45.341Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T03:40:45.341Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T03:40:45.428Z | info: profile set to default |
| 36 | 2026-05-12T03:40:45.428Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T03:40:45.428Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T03:40:45.428Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T03:40:45.428Z | info: downloading 6 components |
| 40 | 2026-05-12T03:40:59.601Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T03:40:59.601Z | |
| 42 | 2026-05-12T03:40:59.629Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T03:40:59.629Z | |
| 44 | 2026-05-12T03:40:59.629Z | |
| 45 | 2026-05-12T03:40:59.629Z | Rust is installed now. Great! |
| 46 | 2026-05-12T03:40:59.629Z | |
| 47 | 2026-05-12T03:40:59.629Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T03:40:59.629Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T03:40:59.630Z | |
| 50 | 2026-05-12T03:40:59.630Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T03:40:59.630Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T03:40:59.633Z | |
| 53 | 2026-05-12T03:40:59.633Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T03:40:59.633Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T03:40:59.633Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T03:40:59.634Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T03:40:59.634Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T03:40:59.634Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T03:40:59.634Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T03:40:59.634Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T03:40:59.634Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T03:40:59.736Z | + rustup --version |
| 63 | 2026-05-12T03:40:59.746Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T03:40:59.752Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T03:40:59.767Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T03:40:59.776Z | + cargo --version |
| 67 | 2026-05-12T03:40:59.787Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T03:40:59.791Z | + rustc --version |
| 69 | 2026-05-12T03:40:59.802Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T03:40:59.805Z | process exited: duration 17665 ms, exit code 0 |
| |
| 71 | 2026-05-12T03:40:59.812Z | starting task 2: "authentication" |
| 72 | 2026-05-12T03:40:59.829Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-12T03:40:59.836Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T03:40:59.839Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T03:40:59.843Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T03:40:59.873Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T03:41:09.650Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T03:41:09.650Z | + git fetch origin 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 79 | 2026-05-12T03:41:09.911Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T03:41:09.911Z | * branch 4ffa2952926342b3c787ae0d44292fb79d7178e0 -> FETCH_HEAD |
| 81 | 2026-05-12T03:41:09.924Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-12T03:41:09.928Z | ++ git branch --show-current |
| 83 | 2026-05-12T03:41:09.928Z | + current=main |
| 84 | 2026-05-12T03:41:09.928Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-12T03:41:09.928Z | + git branch -f renovate/crucible-common-digest 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 86 | 2026-05-12T03:41:09.928Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-12T03:41:10.000Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-12T03:41:10.008Z | + git reset --hard 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 89 | 2026-05-12T03:41:10.075Z | HEAD is now at 4ffa29529 Update crucible-common digest to fefccc0 |
| 90 | 2026-05-12T03:41:10.079Z | process exited: duration 10240 ms, exit code 0 |
| |
| 91 | 2026-05-12T03:41:10.087Z | starting task 4: "build" |
| 92 | 2026-05-12T03:41:10.091Z | + source ./env.sh |
| 93 | 2026-05-12T03:41:10.112Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-12T03:41:10.113Z | ++ set -o xtrace |
| 95 | 2026-05-12T03:41:10.113Z | ++++ dirname ./env.sh |
| 96 | 2026-05-12T03:41:10.113Z | +++ readlink -f . |
| 97 | 2026-05-12T03:41:10.120Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ 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-12T03:41:10.120Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-12T03:41:10.121Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-12T03:41:10.121Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-12T03:41:10.121Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-12T03:41:10.121Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-12T03:41:10.121Z | + cargo --version |
| 112 | 2026-05-12T03:41:10.121Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-12T03:41:10.121Z | + rustc --version |
| 114 | 2026-05-12T03:41:10.130Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-12T03:41:10.134Z | + banner prerequisites |
| 116 | 2026-05-12T03:41:10.137Z | |
| 117 | 2026-05-12T03:41:10.137Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-12T03:41:10.137Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-12T03:41:10.137Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-12T03:41:10.137Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-12T03:41:10.137Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-12T03:41:10.138Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-12T03:41:10.138Z | |
| 124 | 2026-05-12T03:41:10.138Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-12T03:41:12.217Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-12T03:41:12.264Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-12T03:41:12.409Z | Planning: Solver setup ... Done (0.120s) |
| 128 | 2026-05-12T03:41:12.417Z | Planning: Running solver ... Done (0.009s) |
| 129 | 2026-05-12T03:41:12.421Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-12T03:41:12.442Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-12T03:41:12.469Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-12T03:41:12.484Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-12T03:41:12.487Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-12T03:41:12.671Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 135 | 2026-05-12T03:41:12.674Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-12T03:41:13.412Z | Planning: Evaluating mediators ... Done (0.741s) |
| 137 | 2026-05-12T03:41:13.416Z | Planning: Planning completed in 1.14 seconds |
| 138 | 2026-05-12T03:41:13.423Z | Packages to install: 2 |
| 139 | 2026-05-12T03:41:13.426Z | Estimated space available: 156.08 GB |
| 140 | 2026-05-12T03:41:13.426Z | Estimated space to be consumed: 16.95 MB |
| 141 | 2026-05-12T03:41:13.426Z | Create boot environment: No |
| 142 | 2026-05-12T03:41:13.426Z | Create backup boot environment: No |
| 143 | 2026-05-12T03:41:13.426Z | Rebuild boot archive: No |
| 144 | 2026-05-12T03:41:13.426Z | |
| 145 | 2026-05-12T03:41:13.427Z | Changed packages: |
| 146 | 2026-05-12T03:41:13.427Z | helios |
| 147 | 2026-05-12T03:41:13.427Z | developer/build-essential |
| 148 | 2026-05-12T03:41:13.427Z | None -> 11-3.0 |
| 149 | 2026-05-12T03:41:13.427Z | library/libxmlsec1 |
| 150 | 2026-05-12T03:41:13.427Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-12T03:41:13.445Z | |
| 152 | 2026-05-12T03:41:13.445Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-12T03:41:13.953Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 154 | 2026-05-12T03:41:14.068Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-12T03:41:14.100Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-12T03:41:14.106Z | Finalize: Updating package state database ... Done (0.005s) |
| 157 | 2026-05-12T03:41:14.118Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-12T03:41:14.130Z | Finalize: Updating image state ... Done (0.012s) |
| 159 | 2026-05-12T03:41:16.537Z | Finalize: Creating fast lookup database ... Done (2.399s) |
| 160 | 2026-05-12T03:41:16.614Z | Finalize: Reading search index ... Done (0.013s) |
| 161 | 2026-05-12T03:41:16.629Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-12T03:41:16.703Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-12T03:41:17.086Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-12T03:41:17.109Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-12T03:41:17.115Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-12T03:41:17.265Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-12T03:41:17.268Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-12T03:41:17.289Z | Mediators to change: 2 |
| 169 | 2026-05-12T03:41:17.289Z | Create boot environment: No |
| 170 | 2026-05-12T03:41:17.289Z | Create backup boot environment: No |
| 171 | 2026-05-12T03:41:17.352Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-12T03:41:17.352Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-12T03:41:17.361Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-12T03:41:19.311Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-12T03:41:19.372Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-12T03:41:19.385Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-12T03:41:19.463Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-12T03:41:19.745Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-12T03:41:19.849Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-12T03:41:19.853Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-12T03:41:20.007Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-12T03:41:20.016Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-05-12T03:41:20.029Z | Mediators to change: 1 |
| 184 | 2026-05-12T03:41:20.029Z | Create boot environment: No |
| 185 | 2026-05-12T03:41:20.029Z | Create backup boot environment: No |
| 186 | 2026-05-12T03:41:20.081Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-12T03:41:20.081Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-12T03:41:20.090Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-12T03:41:22.035Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-12T03:41:22.116Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-12T03:41:22.133Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-12T03:41:22.170Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-12T03:41:22.488Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-12T03:41:22.488Z | apache system 2.4 system |
| 195 | 2026-05-12T03:41:22.488Z | clang system 15 system |
| 196 | 2026-05-12T03:41:22.488Z | csh system system illumos |
| 197 | 2026-05-12T03:41:22.488Z | ctags system system illumos |
| 198 | 2026-05-12T03:41:22.488Z | file vendor vendor darwinsys |
| 199 | 2026-05-12T03:41:22.488Z | file system system illumos |
| 200 | 2026-05-12T03:41:22.488Z | gcc vendor 14 vendor |
| 201 | 2026-05-12T03:41:22.488Z | gcc system 13 system |
| 202 | 2026-05-12T03:41:22.489Z | gcc system 10 system |
| 203 | 2026-05-12T03:41:22.489Z | go system 1.25 system |
| 204 | 2026-05-12T03:41:22.489Z | llvm system 15 system |
| 205 | 2026-05-12T03:41:22.489Z | mariadb system 11.4 system |
| 206 | 2026-05-12T03:41:22.489Z | mta vendor vendor dma |
| 207 | 2026-05-12T03:41:22.489Z | openjdk system 17 system |
| 208 | 2026-05-12T03:41:22.489Z | openjdk system 11 system |
| 209 | 2026-05-12T03:41:22.489Z | openssl vendor 3 vendor |
| 210 | 2026-05-12T03:41:22.489Z | perl system 5.40 system |
| 211 | 2026-05-12T03:41:22.489Z | postgresql system 18 system |
| 212 | 2026-05-12T03:41:22.489Z | postgresql system 17 system |
| 213 | 2026-05-12T03:41:22.489Z | python vendor 3 vendor |
| 214 | 2026-05-12T03:41:22.489Z | python system 2 system |
| 215 | 2026-05-12T03:41:22.489Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-12T03:41:22.489Z | ruby system 3.4 system |
| 217 | 2026-05-12T03:41:22.489Z | ruby system 3.0 system |
| 218 | 2026-05-12T03:41:22.489Z | words vendor vendor american-english |
| 219 | 2026-05-12T03:41:22.489Z | words system system australian-english |
| 220 | 2026-05-12T03:41:22.489Z | words system system british-english |
| 221 | 2026-05-12T03:41:22.490Z | words system system canadian-english |
| 222 | 2026-05-12T03:41:22.490Z | words system system french |
| 223 | 2026-05-12T03:41:22.490Z | words system system italian |
| 224 | 2026-05-12T03:41:22.490Z | words system system ngerman |
| 225 | 2026-05-12T03:41:22.490Z | words system system ogerman |
| 226 | 2026-05-12T03:41:22.490Z | words system system spanish |
| 227 | 2026-05-12T03:41:22.743Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-12T03:41:22.743Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-12T03:41:23.006Z | FMRI IFO |
| 230 | 2026-05-12T03:41:23.006Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-12T03:41:23.006Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-12T03:41:23.006Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-12T03:41:23.006Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-12T03:41:23.006Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-12T03:41:23.006Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-12T03:41:23.006Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-12T03:41:23.006Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-12T03:41:23.006Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-12T03:41:23.248Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-12T03:41:23.468Z | Updating crates.io index |
| 241 | 2026-05-12T03:41:23.513Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-12T03:41:24.229Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-12T03:41:24.616Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-12T03:41:25.132Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-12T03:41:25.936Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-12T03:41:26.442Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-12T03:41:27.723Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-12T03:41:28.568Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-12T03:41:28.857Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-12T03:41:29.812Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-12T03:41:30.127Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-12T03:41:30.428Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-12T03:41:30.704Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-12T03:41:31.667Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-12T03:41:32.199Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-12T03:41:32.513Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-12T03:41:32.872Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-12T03:41:33.267Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-12T03:41:33.497Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-12T03:41:33.714Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-12T03:41:33.982Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-12T03:41:34.370Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-12T03:41:34.834Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-05-12T03:41:35.856Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-12T03:41:36.337Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-12T03:41:36.597Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-12T03:41:36.906Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-12T03:41:37.863Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-12T03:41:38.487Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-05-12T03:41:38.896Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-05-12T03:41:39.168Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-05-12T03:41:39.469Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-05-12T03:41:39.756Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-05-12T03:41:40.048Z | Updating crates.io index |
| 275 | 2026-05-12T03:41:40.089Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-12T03:41:40.315Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-12T03:41:40.567Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-12T03:41:40.923Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-12T03:41:41.137Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-12T03:41:52.798Z | error: failed to select a version for `vergen`. |
| 281 | 2026-05-12T03:41:52.798Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 282 | 2026-05-12T03:41:52.799Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 283 | 2026-05-12T03:41:52.799Z | ... 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)` |
| 284 | 2026-05-12T03:41:52.799Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 285 | 2026-05-12T03:41:52.799Z | |
| 286 | 2026-05-12T03:41:52.799Z | all possible versions conflict with previously selected packages. |
| 287 | 2026-05-12T03:41:52.799Z | |
| 288 | 2026-05-12T03:41:52.799Z | previously selected package `vergen v9.0.6` |
| 289 | 2026-05-12T03:41:52.799Z | ... 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)` |
| 290 | 2026-05-12T03:41:52.799Z | ... 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)` |
| 291 | 2026-05-12T03:41:52.799Z | |
| 292 | 2026-05-12T03:41:52.799Z | failed to select a version for `vergen` which could resolve this conflict |
| 293 | 2026-05-12T03:41:53.242Z | Failed to run command -- will try 2 more times |
| 294 | 2026-05-12T03:41:53.256Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 295 | 2026-05-12T03:41:53.256Z | Updating crates.io index |
| 296 | 2026-05-12T03:41:53.329Z | Updating crates.io index |
| 297 | 2026-05-12T03:41:54.288Z | error: failed to select a version for `vergen`. |
| 298 | 2026-05-12T03:41:54.288Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 299 | 2026-05-12T03:41:54.288Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 300 | 2026-05-12T03:41:54.288Z | ... 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)` |
| 301 | 2026-05-12T03:41:54.288Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 302 | 2026-05-12T03:41:54.288Z | |
| 303 | 2026-05-12T03:41:54.288Z | all possible versions conflict with previously selected packages. |
| 304 | 2026-05-12T03:41:54.288Z | |
| 305 | 2026-05-12T03:41:54.288Z | previously selected package `vergen v9.0.6` |
| 306 | 2026-05-12T03:41:54.289Z | ... 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)` |
| 307 | 2026-05-12T03:41:54.289Z | ... 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)` |
| 308 | 2026-05-12T03:41:54.289Z | |
| 309 | 2026-05-12T03:41:54.289Z | failed to select a version for `vergen` which could resolve this conflict |
| 310 | 2026-05-12T03:41:54.292Z | Failed to run command -- will try 1 more times |
| 311 | 2026-05-12T03:41:54.292Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 312 | 2026-05-12T03:41:54.292Z | Updating crates.io index |
| 313 | 2026-05-12T03:41:54.708Z | error: failed to select a version for `vergen`. |
| 314 | 2026-05-12T03:41:54.708Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 315 | 2026-05-12T03:41:54.708Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 316 | 2026-05-12T03:41:54.708Z | ... 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)` |
| 317 | 2026-05-12T03:41:54.708Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 318 | 2026-05-12T03:41:54.708Z | |
| 319 | 2026-05-12T03:41:54.708Z | all possible versions conflict with previously selected packages. |
| 320 | 2026-05-12T03:41:54.708Z | |
| 321 | 2026-05-12T03:41:54.708Z | previously selected package `vergen v9.0.6` |
| 322 | 2026-05-12T03:41:54.708Z | ... 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)` |
| 323 | 2026-05-12T03:41:54.708Z | ... 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)` |
| 324 | 2026-05-12T03:41:54.708Z | |
| 325 | 2026-05-12T03:41:54.708Z | failed to select a version for `vergen` which could resolve this conflict |
| 326 | 2026-05-12T03:41:54.729Z | |
| 327 | 2026-05-12T03:41:54.729Z | real 44.584459300 |
| 328 | 2026-05-12T03:41:54.729Z | user 19.722863641 |
| 329 | 2026-05-12T03:41:54.729Z | sys 2.018224334 |
| 330 | 2026-05-12T03:41:54.729Z | trap 0.001816880 |
| 331 | 2026-05-12T03:41:54.729Z | tflt 0.041575521 |
| 332 | 2026-05-12T03:41:54.729Z | dflt 0.041857440 |
| 333 | 2026-05-12T03:41:54.737Z | kflt 0.015736241 |
| 334 | 2026-05-12T03:41:54.737Z | lock 0.092020729 |
| 335 | 2026-05-12T03:41:54.737Z | slp 1:09.383725498 |
| 336 | 2026-05-12T03:41:54.737Z | lat 0.079117985 |
| 337 | 2026-05-12T03:41:54.737Z | stop 0.000504840 |
| 338 | 2026-05-12T03:41:54.737Z | process exited: duration 44636 ms, exit code 101 |
| |
| 339 | 2026-05-12T03:41:54.749Z | found 0 output files |