|
|
|
| 1 | 2026-05-15T03:41:24.621Z | job assigned to worker 01KRMVHSARGDTFTKNDAWH2YB5C [factory aws, i-04cfc01f79338fd48] (queued for 43 s) |
| |
| 2 | 2026-05-15T03:41:31.335Z | starting task 0: "setup" |
| 3 | 2026-05-15T03:41:31.340Z | ++ uname -s |
| 4 | 2026-05-15T03:41:31.342Z | + kern=SunOS |
| 5 | 2026-05-15T03:41:31.342Z | + build_user=build |
| 6 | 2026-05-15T03:41:31.343Z | + build_uid=12345 |
| 7 | 2026-05-15T03:41:31.343Z | + work_dir=/work |
| 8 | 2026-05-15T03:41:31.343Z | + input_dir=/input |
| 9 | 2026-05-15T03:41:31.343Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T03:41:31.343Z | + case "$kern" in |
| 11 | 2026-05-15T03:41:31.343Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T03:41:31.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T03:41:33.350Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T03:41:33.471Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T03:41:33.474Z | + home_fs=zfs |
| 16 | 2026-05-15T03:41:33.474Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T03:41:33.474Z | + mkdir -p /home/build |
| 18 | 2026-05-15T03:41:33.474Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T03:41:35.474Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T03:41:35.477Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-05-15T03:41:35.483Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T03:41:35.487Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T03:41:35.487Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-15T03:41:35.487Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-15T03:41:35.487Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-15T03:41:35.487Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-15T03:41:35.487Z | * rust toolchain profile = "default" |
| 28 | 2026-05-15T03:41:35.490Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T03:41:35.490Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T03:41:35.587Z | info: downloading installer |
| 31 | 2026-05-15T03:41:36.890Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T03:41:36.890Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T03:41:36.890Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T03:41:36.891Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T03:41:36.903Z | info: profile set to default |
| 36 | 2026-05-15T03:41:36.903Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T03:41:36.906Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T03:41:37.037Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T03:41:37.040Z | info: downloading 6 components |
| 40 | 2026-05-15T03:41:51.082Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-15T03:41:51.082Z | |
| 42 | 2026-05-15T03:41:51.113Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T03:41:51.113Z | |
| 44 | 2026-05-15T03:41:51.113Z | |
| 45 | 2026-05-15T03:41:51.113Z | Rust is installed now. Great! |
| 46 | 2026-05-15T03:41:51.113Z | |
| 47 | 2026-05-15T03:41:51.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T03:41:51.113Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T03:41:51.113Z | |
| 50 | 2026-05-15T03:41:51.113Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T03:41:51.113Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T03:41:51.116Z | |
| 53 | 2026-05-15T03:41:51.116Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T03:41:51.116Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T03:41:51.116Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T03:41:51.116Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T03:41:51.116Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T03:41:51.116Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T03:41:51.116Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T03:41:51.116Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T03:41:51.116Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T03:41:51.205Z | + rustup --version |
| 63 | 2026-05-15T03:41:51.215Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T03:41:51.224Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T03:41:51.236Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T03:41:51.239Z | + cargo --version |
| 67 | 2026-05-15T03:41:51.253Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T03:41:51.257Z | + rustc --version |
| 69 | 2026-05-15T03:41:51.274Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T03:41:51.277Z | process exited: duration 15793 ms, exit code 0 |
| |
| 71 | 2026-05-15T03:41:51.283Z | starting task 2: "authentication" |
| 72 | 2026-05-15T03:41:51.299Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-15T03:41:51.305Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T03:41:51.308Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T03:41:51.312Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T03:41:51.342Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T03:42:01.119Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T03:42:01.119Z | + git fetch origin 14b845f1c0c845be1f7f5eb74bea3339104249aa |
| 79 | 2026-05-15T03:42:01.392Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T03:42:01.392Z | * branch 14b845f1c0c845be1f7f5eb74bea3339104249aa -> FETCH_HEAD |
| 81 | 2026-05-15T03:42:01.401Z | + [[ -n '' ]] |
| 82 | 2026-05-15T03:42:01.401Z | + git reset --hard 14b845f1c0c845be1f7f5eb74bea3339104249aa |
| 83 | 2026-05-15T03:42:01.636Z | HEAD is now at 14b845f1c Update crucible-common digest to c59a136 |
| 84 | 2026-05-15T03:42:01.639Z | process exited: duration 10333 ms, exit code 0 |
| |
| 85 | 2026-05-15T03:42:01.645Z | starting task 4: "build" |
| 86 | 2026-05-15T03:42:01.650Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-15T03:42:01.650Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-15T03:42:01.652Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-15T03:42:01.652Z | + cargo --version |
| 90 | 2026-05-15T03:42:01.660Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-15T03:42:01.662Z | + rustc --version |
| 92 | 2026-05-15T03:42:01.683Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-15T03:42:01.686Z | + source ./env.sh |
| 94 | 2026-05-15T03:42:01.686Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-05-15T03:42:01.686Z | ++ set -o xtrace |
| 96 | 2026-05-15T03:42:01.689Z | ++++ dirname ./env.sh |
| 97 | 2026-05-15T03:42:01.692Z | +++ readlink -f . |
| 98 | 2026-05-15T03:42:01.692Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-05-15T03:42:01.694Z | ++ export 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-15T03:42:01.695Z | ++ PATH=/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-15T03:42:01.695Z | ++ 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 |
| 102 | 2026-05-15T03:42:01.695Z | ++ 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 |
| 103 | 2026-05-15T03:42:01.695Z | ++ 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 |
| 104 | 2026-05-15T03:42:01.695Z | ++ 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 |
| 105 | 2026-05-15T03:42:01.695Z | ++ 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 |
| 106 | 2026-05-15T03:42:01.695Z | ++ 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 |
| 107 | 2026-05-15T03:42:01.695Z | ++ case $OLD_SHELL_OPTS in |
| 108 | 2026-05-15T03:42:01.695Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 109 | 2026-05-15T03:42:01.695Z | + 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 |
| 110 | 2026-05-15T03:42:01.695Z | + 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 |
| 111 | 2026-05-15T03:42:01.695Z | + banner prerequisites |
| 112 | 2026-05-15T03:42:01.695Z | |
| 113 | 2026-05-15T03:42:01.695Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2026-05-15T03:42:01.695Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-15T03:42:01.695Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2026-05-15T03:42:01.695Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2026-05-15T03:42:01.695Z | # # # # # # # # # # # # # # # |
| 118 | 2026-05-15T03:42:01.695Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2026-05-15T03:42:01.695Z | |
| 120 | 2026-05-15T03:42:01.695Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 121 | 2026-05-15T03:42:03.134Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-05-15T03:42:03.192Z | Startup: Caching catalogs ... Done |
| 123 | 2026-05-15T03:42:03.395Z | Planning: Solver setup ... Done (0.172s) |
| 124 | 2026-05-15T03:42:03.411Z | Planning: Running solver ... Done (0.016s) |
| 125 | 2026-05-15T03:42:03.417Z | Planning: Finding local manifests ... Done (0.003s) |
| 126 | 2026-05-15T03:42:03.427Z | Planning: Fetching manifests: 0/2 0% complete |
| 127 | 2026-05-15T03:42:03.445Z | Planning: Fetching manifests: 2/2 100% complete |
| 128 | 2026-05-15T03:42:03.459Z | Planning: Package planning ... Done (0.013s) |
| 129 | 2026-05-15T03:42:03.461Z | Planning: Merging actions ... Done (0.002s) |
| 130 | 2026-05-15T03:42:03.648Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 131 | 2026-05-15T03:42:03.651Z | Planning: Consolidating action changes ... Done (0.001s) |
| 132 | 2026-05-15T03:42:04.443Z | Planning: Evaluating mediators ... Done (0.794s) |
| 133 | 2026-05-15T03:42:04.446Z | Planning: Planning completed in 1.23 seconds |
| 134 | 2026-05-15T03:42:04.452Z | Packages to install: 2 |
| 135 | 2026-05-15T03:42:04.456Z | Estimated space available: 156.10 GB |
| 136 | 2026-05-15T03:42:04.456Z | Estimated space to be consumed: 19.74 MB |
| 137 | 2026-05-15T03:42:04.456Z | Create boot environment: No |
| 138 | 2026-05-15T03:42:04.456Z | Create backup boot environment: No |
| 139 | 2026-05-15T03:42:04.456Z | Rebuild boot archive: No |
| 140 | 2026-05-15T03:42:04.456Z | |
| 141 | 2026-05-15T03:42:04.456Z | Changed packages: |
| 142 | 2026-05-15T03:42:04.456Z | helios |
| 143 | 2026-05-15T03:42:04.456Z | developer/build-essential |
| 144 | 2026-05-15T03:42:04.456Z | None -> 11-3.0 |
| 145 | 2026-05-15T03:42:04.456Z | library/libxmlsec1 |
| 146 | 2026-05-15T03:42:04.456Z | None -> 1.2.35-3.0 |
| 147 | 2026-05-15T03:42:04.477Z | |
| 148 | 2026-05-15T03:42:04.477Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 149 | 2026-05-15T03:42:05.069Z | Download: Completed 1.28 MB in 0.59 seconds (2.2M/s) |
| 150 | 2026-05-15T03:42:05.125Z | Actions: 1/268 actions (Installing new actions) |
| 151 | 2026-05-15T03:42:05.163Z | Actions: Completed 268 actions in 0.04 seconds. |
| 152 | 2026-05-15T03:42:05.172Z | Finalize: Updating package state database ... Done (0.005s) |
| 153 | 2026-05-15T03:42:05.172Z | Finalize: Updating package cache ... Done (0.000s) |
| 154 | 2026-05-15T03:42:05.185Z | Finalize: Updating image state ... Done (0.015s) |
| 155 | 2026-05-15T03:42:07.608Z | Finalize: Creating fast lookup database ... Done (2.403s) |
| 156 | 2026-05-15T03:42:07.680Z | Finalize: Reading search index ... Done (0.012s) |
| 157 | 2026-05-15T03:42:07.686Z | Finalize: Updating search index ... Done (0.000s) |
| 158 | 2026-05-15T03:42:07.766Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-15T03:42:08.062Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-05-15T03:42:08.172Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-05-15T03:42:08.175Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-05-15T03:42:08.332Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-05-15T03:42:08.336Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-05-15T03:42:08.354Z | Mediators to change: 2 |
| 165 | 2026-05-15T03:42:08.354Z | Create boot environment: No |
| 166 | 2026-05-15T03:42:08.354Z | Create backup boot environment: No |
| 167 | 2026-05-15T03:42:08.420Z | Finalize: Updating package state database ... Done |
| 168 | 2026-05-15T03:42:08.420Z | Finalize: Updating package cache ... Done |
| 169 | 2026-05-15T03:42:08.429Z | Finalize: Updating image state ... Done |
| 170 | 2026-05-15T03:42:10.384Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-05-15T03:42:10.449Z | Finalize: Reading search index ... Done |
| 172 | 2026-05-15T03:42:10.453Z | Finalize: Updating search index ... Done |
| 173 | 2026-05-15T03:42:10.527Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-15T03:42:10.815Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-05-15T03:42:10.922Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-05-15T03:42:10.925Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-05-15T03:42:11.080Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-05-15T03:42:11.083Z | Planning: Planning completed in 0.27 seconds |
| 179 | 2026-05-15T03:42:11.103Z | Mediators to change: 1 |
| 180 | 2026-05-15T03:42:11.103Z | Create boot environment: No |
| 181 | 2026-05-15T03:42:11.103Z | Create backup boot environment: No |
| 182 | 2026-05-15T03:42:11.155Z | Finalize: Updating package state database ... Done |
| 183 | 2026-05-15T03:42:11.155Z | Finalize: Updating package cache ... Done |
| 184 | 2026-05-15T03:42:11.164Z | Finalize: Updating image state ... Done |
| 185 | 2026-05-15T03:42:13.123Z | Finalize: Creating fast lookup database ... Done |
| 186 | 2026-05-15T03:42:13.188Z | Finalize: Reading search index ... Done |
| 187 | 2026-05-15T03:42:13.191Z | Finalize: Updating search index ... Done |
| 188 | 2026-05-15T03:42:13.270Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-15T03:42:13.585Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 190 | 2026-05-15T03:42:13.585Z | apache system 2.4 system |
| 191 | 2026-05-15T03:42:13.585Z | clang system 15 system |
| 192 | 2026-05-15T03:42:13.585Z | csh system system illumos |
| 193 | 2026-05-15T03:42:13.585Z | ctags system system illumos |
| 194 | 2026-05-15T03:42:13.585Z | file vendor vendor darwinsys |
| 195 | 2026-05-15T03:42:13.585Z | file system system illumos |
| 196 | 2026-05-15T03:42:13.585Z | gcc vendor 14 vendor |
| 197 | 2026-05-15T03:42:13.585Z | gcc system 13 system |
| 198 | 2026-05-15T03:42:13.585Z | gcc system 10 system |
| 199 | 2026-05-15T03:42:13.585Z | go system 1.25 system |
| 200 | 2026-05-15T03:42:13.585Z | llvm system 15 system |
| 201 | 2026-05-15T03:42:13.585Z | mariadb system 11.4 system |
| 202 | 2026-05-15T03:42:13.586Z | mta vendor vendor dma |
| 203 | 2026-05-15T03:42:13.586Z | openjdk system 17 system |
| 204 | 2026-05-15T03:42:13.586Z | openjdk system 11 system |
| 205 | 2026-05-15T03:42:13.586Z | openssl vendor 3 vendor |
| 206 | 2026-05-15T03:42:13.586Z | perl system 5.40 system |
| 207 | 2026-05-15T03:42:13.586Z | postgresql system 18 system |
| 208 | 2026-05-15T03:42:13.586Z | postgresql system 17 system |
| 209 | 2026-05-15T03:42:13.586Z | python vendor 3 vendor |
| 210 | 2026-05-15T03:42:13.586Z | python system 2 system |
| 211 | 2026-05-15T03:42:13.586Z | python3 vendor 3.13 vendor |
| 212 | 2026-05-15T03:42:13.586Z | ruby system 3.4 system |
| 213 | 2026-05-15T03:42:13.586Z | ruby system 3.0 system |
| 214 | 2026-05-15T03:42:13.586Z | words vendor vendor american-english |
| 215 | 2026-05-15T03:42:13.586Z | words system system australian-english |
| 216 | 2026-05-15T03:42:13.586Z | words system system british-english |
| 217 | 2026-05-15T03:42:13.586Z | words system system canadian-english |
| 218 | 2026-05-15T03:42:13.586Z | words system system french |
| 219 | 2026-05-15T03:42:13.586Z | words system system italian |
| 220 | 2026-05-15T03:42:13.586Z | words system system ngerman |
| 221 | 2026-05-15T03:42:13.586Z | words system system ogerman |
| 222 | 2026-05-15T03:42:13.586Z | words system system spanish |
| 223 | 2026-05-15T03:42:13.839Z | PUBLISHER TYPE STATUS P LOCATION |
| 224 | 2026-05-15T03:42:13.839Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 225 | 2026-05-15T03:42:14.106Z | FMRI IFO |
| 226 | 2026-05-15T03:42:14.106Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 227 | 2026-05-15T03:42:14.107Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 228 | 2026-05-15T03:42:14.107Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 229 | 2026-05-15T03:42:14.107Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 230 | 2026-05-15T03:42:14.107Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 231 | 2026-05-15T03:42:14.107Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 232 | 2026-05-15T03:42:14.107Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 233 | 2026-05-15T03:42:14.107Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 234 | 2026-05-15T03:42:14.107Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 235 | 2026-05-15T03:42:14.348Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 236 | 2026-05-15T03:42:14.593Z | Updating crates.io index |
| 237 | 2026-05-15T03:42:14.657Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 238 | 2026-05-15T03:42:14.869Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-05-15T03:42:15.669Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-05-15T03:42:16.070Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 241 | 2026-05-15T03:42:17.133Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 242 | 2026-05-15T03:42:17.641Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-05-15T03:42:18.960Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 244 | 2026-05-15T03:42:19.830Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 245 | 2026-05-15T03:42:20.145Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 246 | 2026-05-15T03:42:21.223Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-05-15T03:42:21.750Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 248 | 2026-05-15T03:42:22.052Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 249 | 2026-05-15T03:42:22.332Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-05-15T03:42:23.348Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-05-15T03:42:23.835Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-15T03:42:24.210Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 253 | 2026-05-15T03:42:24.465Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 254 | 2026-05-15T03:42:24.868Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 255 | 2026-05-15T03:42:25.199Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 256 | 2026-05-15T03:42:25.446Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 257 | 2026-05-15T03:42:25.707Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 258 | 2026-05-15T03:42:26.080Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 259 | 2026-05-15T03:42:26.523Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 260 | 2026-05-15T03:42:27.114Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 261 | 2026-05-15T03:42:27.525Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 262 | 2026-05-15T03:42:27.785Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 263 | 2026-05-15T03:42:28.048Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 264 | 2026-05-15T03:42:28.323Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-05-15T03:42:29.517Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 266 | 2026-05-15T03:42:29.953Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 267 | 2026-05-15T03:42:30.266Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 268 | 2026-05-15T03:42:30.582Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 269 | 2026-05-15T03:42:30.896Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 270 | 2026-05-15T03:42:31.278Z | Updating crates.io index |
| 271 | 2026-05-15T03:42:31.281Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 272 | 2026-05-15T03:42:31.554Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 273 | 2026-05-15T03:42:31.803Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 274 | 2026-05-15T03:42:32.046Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 275 | 2026-05-15T03:42:32.400Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 276 | 2026-05-15T03:42:44.196Z | error: failed to select a version for `vergen`. |
| 277 | 2026-05-15T03:42:44.196Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 278 | 2026-05-15T03:42:44.196Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 279 | 2026-05-15T03:42:44.196Z | ... 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)` |
| 280 | 2026-05-15T03:42:44.196Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 281 | 2026-05-15T03:42:44.197Z | |
| 282 | 2026-05-15T03:42:44.197Z | all possible versions conflict with previously selected packages. |
| 283 | 2026-05-15T03:42:44.197Z | |
| 284 | 2026-05-15T03:42:44.197Z | previously selected package `vergen v9.0.6` |
| 285 | 2026-05-15T03:42:44.197Z | ... 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)` |
| 286 | 2026-05-15T03:42:44.197Z | ... 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)` |
| 287 | 2026-05-15T03:42:44.197Z | |
| 288 | 2026-05-15T03:42:44.197Z | failed to select a version for `vergen` which could resolve this conflict |
| 289 | 2026-05-15T03:42:44.236Z | Failed to run command -- will try 2 more times |
| 290 | 2026-05-15T03:42:44.484Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2026-05-15T03:42:44.510Z | Updating crates.io index |
| 292 | 2026-05-15T03:42:44.725Z | Updating crates.io index |
| 293 | 2026-05-15T03:42:45.368Z | error: failed to select a version for `vergen`. |
| 294 | 2026-05-15T03:42:45.368Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 295 | 2026-05-15T03:42:45.368Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 296 | 2026-05-15T03:42:45.368Z | ... 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)` |
| 297 | 2026-05-15T03:42:45.368Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 298 | 2026-05-15T03:42:45.368Z | |
| 299 | 2026-05-15T03:42:45.368Z | all possible versions conflict with previously selected packages. |
| 300 | 2026-05-15T03:42:45.368Z | |
| 301 | 2026-05-15T03:42:45.368Z | previously selected package `vergen v9.0.6` |
| 302 | 2026-05-15T03:42:45.368Z | ... 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)` |
| 303 | 2026-05-15T03:42:45.368Z | ... 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)` |
| 304 | 2026-05-15T03:42:45.368Z | |
| 305 | 2026-05-15T03:42:45.368Z | failed to select a version for `vergen` which could resolve this conflict |
| 306 | 2026-05-15T03:42:45.388Z | Failed to run command -- will try 1 more times |
| 307 | 2026-05-15T03:42:45.646Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 308 | 2026-05-15T03:42:45.725Z | Updating crates.io index |
| 309 | 2026-05-15T03:42:46.189Z | error: failed to select a version for `vergen`. |
| 310 | 2026-05-15T03:42:46.189Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 311 | 2026-05-15T03:42:46.189Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 312 | 2026-05-15T03:42:46.189Z | ... 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)` |
| 313 | 2026-05-15T03:42:46.189Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 314 | 2026-05-15T03:42:46.189Z | |
| 315 | 2026-05-15T03:42:46.189Z | all possible versions conflict with previously selected packages. |
| 316 | 2026-05-15T03:42:46.189Z | |
| 317 | 2026-05-15T03:42:46.189Z | previously selected package `vergen v9.0.6` |
| 318 | 2026-05-15T03:42:46.190Z | ... 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)` |
| 319 | 2026-05-15T03:42:46.190Z | ... 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)` |
| 320 | 2026-05-15T03:42:46.190Z | |
| 321 | 2026-05-15T03:42:46.190Z | failed to select a version for `vergen` which could resolve this conflict |
| 322 | 2026-05-15T03:42:46.212Z | |
| 323 | 2026-05-15T03:42:46.238Z | real 44.515076802 |
| 324 | 2026-05-15T03:42:46.238Z | user 19.801849491 |
| 325 | 2026-05-15T03:42:46.238Z | sys 2.014598593 |
| 326 | 2026-05-15T03:42:46.238Z | trap 0.002098750 |
| 327 | 2026-05-15T03:42:46.238Z | tflt 0.045992996 |
| 328 | 2026-05-15T03:42:46.238Z | dflt 0.044604785 |
| 329 | 2026-05-15T03:42:46.238Z | kflt 0.015090315 |
| 330 | 2026-05-15T03:42:46.238Z | lock 0.112181857 |
| 331 | 2026-05-15T03:42:46.238Z | slp 1:09.244208175 |
| 332 | 2026-05-15T03:42:46.238Z | lat 0.088682658 |
| 333 | 2026-05-15T03:42:46.238Z | stop 0.000487100 |
| 334 | 2026-05-15T03:42:46.238Z | process exited: duration 44567 ms, exit code 101 |
| |
| 335 | 2026-05-15T03:42:46.266Z | found 0 output files |