|
|
|
| 1 | 2026-06-26T04:07:10.078Z | job assigned to worker 01KW11PTR7DP80NXDMR44PXWKZ [factory aws, i-0bb4fd9c29c1fd1af] (queued for 59 s) |
| |
| 2 | 2026-06-26T04:07:16.796Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:07:16.800Z | ++ uname -s |
| 4 | 2026-06-26T04:07:16.803Z | + kern=SunOS |
| 5 | 2026-06-26T04:07:16.803Z | + build_user=build |
| 6 | 2026-06-26T04:07:16.803Z | + build_uid=12345 |
| 7 | 2026-06-26T04:07:16.803Z | + work_dir=/work |
| 8 | 2026-06-26T04:07:16.803Z | + input_dir=/input |
| 9 | 2026-06-26T04:07:16.803Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:07:16.803Z | + case "$kern" in |
| 11 | 2026-06-26T04:07:16.803Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:07:16.803Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:07:18.809Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:07:18.941Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:07:18.944Z | + home_fs=zfs |
| 16 | 2026-06-26T04:07:18.944Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:07:18.945Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:07:18.945Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:07:20.945Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:07:20.949Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:07:20.957Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:07:20.960Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:07:20.960Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T04:07:20.960Z | * rust toolchain profile = "default" |
| 25 | 2026-06-26T04:07:20.960Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-26T04:07:20.960Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T04:07:20.960Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T04:07:20.963Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:07:20.963Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:07:21.044Z | info: downloading installer |
| 31 | 2026-06-26T04:07:22.706Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:07:22.706Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:07:22.706Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:07:22.706Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:07:22.718Z | info: profile set to default |
| 36 | 2026-06-26T04:07:22.718Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:07:22.721Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:07:22.898Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:07:22.901Z | info: downloading 6 components |
| 40 | 2026-06-26T04:07:38.764Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-26T04:07:38.764Z | |
| 42 | 2026-06-26T04:07:38.792Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:07:38.792Z | |
| 44 | 2026-06-26T04:07:38.792Z | |
| 45 | 2026-06-26T04:07:38.792Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:07:38.792Z | |
| 47 | 2026-06-26T04:07:38.795Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:07:38.795Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:07:38.795Z | |
| 50 | 2026-06-26T04:07:38.795Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:07:38.795Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:07:38.795Z | |
| 53 | 2026-06-26T04:07:38.795Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:07:38.795Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:07:38.795Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:07:38.795Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:07:38.795Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:07:38.795Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:07:38.795Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:07:38.795Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:07:38.795Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:07:38.901Z | + rustup --version |
| 63 | 2026-06-26T04:07:38.911Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:07:38.914Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:07:38.932Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:07:38.935Z | + cargo --version |
| 67 | 2026-06-26T04:07:38.947Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:07:38.950Z | + rustc --version |
| 69 | 2026-06-26T04:07:38.969Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:07:38.972Z | process exited: duration 18015 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:07:38.978Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:07:38.995Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:07:39.003Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:07:39.006Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T04:07:39.009Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T04:07:39.035Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T04:07:49.289Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T04:07:49.289Z | + git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 79 | 2026-06-26T04:07:49.605Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T04:07:49.605Z | * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD |
| 81 | 2026-06-26T04:07:49.613Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-06-26T04:07:49.616Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:07:49.616Z | + current=main |
| 84 | 2026-06-26T04:07:49.616Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-06-26T04:07:49.616Z | + git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 86 | 2026-06-26T04:07:49.621Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-06-26T04:07:49.859Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-06-26T04:07:49.863Z | + git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 89 | 2026-06-26T04:07:50.101Z | HEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090 |
| 90 | 2026-06-26T04:07:50.105Z | process exited: duration 11101 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:07:50.111Z | starting task 4: "build" |
| 92 | 2026-06-26T04:07:50.116Z | + source ./env.sh |
| 93 | 2026-06-26T04:07:50.119Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-26T04:07:50.119Z | ++ set -o xtrace |
| 95 | 2026-06-26T04:07:50.119Z | ++++ dirname ./env.sh |
| 96 | 2026-06-26T04:07:50.124Z | +++ readlink -f . |
| 97 | 2026-06-26T04:07:50.127Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ 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-06-26T04:07:50.127Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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-06-26T04:07:50.127Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-06-26T04:07:50.127Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-26T04:07:50.127Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-26T04:07:50.127Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-26T04:07:50.127Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-26T04:07:50.127Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-26T04:07:50.127Z | + cargo --version |
| 114 | 2026-06-26T04:07:50.133Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-26T04:07:50.135Z | + rustc --version |
| 116 | 2026-06-26T04:07:50.155Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-26T04:07:50.158Z | + banner prerequisites |
| 118 | 2026-06-26T04:07:50.161Z | |
| 119 | 2026-06-26T04:07:50.161Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-26T04:07:50.161Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-26T04:07:50.161Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-26T04:07:50.161Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-26T04:07:50.161Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-26T04:07:50.161Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-26T04:07:50.161Z | |
| 126 | 2026-06-26T04:07:50.161Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-26T04:07:51.704Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-26T04:07:51.811Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-26T04:07:52.300Z | Planning: Solver setup ... Done (0.442s) |
| 130 | 2026-06-26T04:07:52.324Z | Planning: Running solver ... Done (0.025s) |
| 131 | 2026-06-26T04:07:52.338Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-26T04:07:52.349Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-26T04:07:52.363Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-26T04:07:52.376Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-06-26T04:07:52.379Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-06-26T04:07:52.542Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 137 | 2026-06-26T04:07:52.545Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-26T04:07:53.334Z | Planning: Evaluating mediators ... Done (0.791s) |
| 139 | 2026-06-26T04:07:53.337Z | Planning: Planning completed in 1.50 seconds |
| 140 | 2026-06-26T04:07:53.342Z | Packages to install: 2 |
| 141 | 2026-06-26T04:07:53.342Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-26T04:07:53.342Z | Estimated space to be consumed: 30.96 MB |
| 143 | 2026-06-26T04:07:53.346Z | Create boot environment: No |
| 144 | 2026-06-26T04:07:53.346Z | Create backup boot environment: No |
| 145 | 2026-06-26T04:07:53.346Z | Rebuild boot archive: No |
| 146 | 2026-06-26T04:07:53.346Z | |
| 147 | 2026-06-26T04:07:53.346Z | Changed packages: |
| 148 | 2026-06-26T04:07:53.346Z | helios |
| 149 | 2026-06-26T04:07:53.346Z | developer/build-essential |
| 150 | 2026-06-26T04:07:53.346Z | None -> 11-3.0 |
| 151 | 2026-06-26T04:07:53.346Z | library/libxmlsec1 |
| 152 | 2026-06-26T04:07:53.346Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-26T04:07:53.367Z | |
| 154 | 2026-06-26T04:07:53.367Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-26T04:07:53.915Z | Download: Completed 1.28 MB in 0.55 seconds (2.3M/s) |
| 156 | 2026-06-26T04:07:53.999Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-26T04:07:54.036Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-26T04:07:54.047Z | Finalize: Updating package state database ... Done (0.011s) |
| 159 | 2026-06-26T04:07:54.050Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-26T04:07:54.075Z | Finalize: Updating image state ... Done (0.028s) |
| 161 | 2026-06-26T04:07:56.461Z | Finalize: Creating fast lookup database ... Done (2.356s) |
| 162 | 2026-06-26T04:07:56.528Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-26T04:07:56.545Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-26T04:07:56.606Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-26T04:07:56.912Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-26T04:07:57.026Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-26T04:07:57.049Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-26T04:07:57.171Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-26T04:07:57.180Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-26T04:07:57.205Z | Mediators to change: 2 |
| 171 | 2026-06-26T04:07:57.205Z | Create boot environment: No |
| 172 | 2026-06-26T04:07:57.205Z | Create backup boot environment: No |
| 173 | 2026-06-26T04:07:57.255Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-26T04:07:57.255Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-26T04:07:57.284Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-26T04:07:59.177Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-26T04:07:59.239Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-26T04:07:59.242Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-26T04:07:59.294Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-26T04:07:59.579Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-26T04:07:59.685Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-26T04:07:59.696Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-26T04:07:59.841Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-26T04:07:59.846Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-26T04:07:59.865Z | Mediators to change: 1 |
| 186 | 2026-06-26T04:07:59.865Z | Create boot environment: No |
| 187 | 2026-06-26T04:07:59.865Z | Create backup boot environment: No |
| 188 | 2026-06-26T04:07:59.900Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-26T04:07:59.900Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-26T04:07:59.915Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-26T04:08:01.869Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-26T04:08:01.930Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-26T04:08:01.933Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-26T04:08:02.003Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-26T04:08:02.313Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-26T04:08:02.313Z | apache system 2.4 system |
| 197 | 2026-06-26T04:08:02.313Z | clang system 15 system |
| 198 | 2026-06-26T04:08:02.313Z | csh system system illumos |
| 199 | 2026-06-26T04:08:02.313Z | ctags system system illumos |
| 200 | 2026-06-26T04:08:02.313Z | file vendor vendor darwinsys |
| 201 | 2026-06-26T04:08:02.313Z | file system system illumos |
| 202 | 2026-06-26T04:08:02.313Z | gcc vendor 14 vendor |
| 203 | 2026-06-26T04:08:02.313Z | gcc system 13 system |
| 204 | 2026-06-26T04:08:02.313Z | gcc system 10 system |
| 205 | 2026-06-26T04:08:02.313Z | go system 1.25 system |
| 206 | 2026-06-26T04:08:02.313Z | llvm system 15 system |
| 207 | 2026-06-26T04:08:02.313Z | mariadb system 11.4 system |
| 208 | 2026-06-26T04:08:02.313Z | mta vendor vendor dma |
| 209 | 2026-06-26T04:08:02.313Z | openjdk system 17 system |
| 210 | 2026-06-26T04:08:02.313Z | openjdk system 11 system |
| 211 | 2026-06-26T04:08:02.313Z | openssl vendor 3 vendor |
| 212 | 2026-06-26T04:08:02.313Z | perl system 5.40 system |
| 213 | 2026-06-26T04:08:02.313Z | postgresql system 18 system |
| 214 | 2026-06-26T04:08:02.313Z | postgresql system 17 system |
| 215 | 2026-06-26T04:08:02.313Z | python vendor 3 vendor |
| 216 | 2026-06-26T04:08:02.313Z | python system 2 system |
| 217 | 2026-06-26T04:08:02.313Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-26T04:08:02.313Z | ruby system 3.4 system |
| 219 | 2026-06-26T04:08:02.313Z | ruby system 3.0 system |
| 220 | 2026-06-26T04:08:02.313Z | words vendor vendor american-english |
| 221 | 2026-06-26T04:08:02.313Z | words system system australian-english |
| 222 | 2026-06-26T04:08:02.313Z | words system system british-english |
| 223 | 2026-06-26T04:08:02.313Z | words system system canadian-english |
| 224 | 2026-06-26T04:08:02.313Z | words system system french |
| 225 | 2026-06-26T04:08:02.313Z | words system system italian |
| 226 | 2026-06-26T04:08:02.313Z | words system system ngerman |
| 227 | 2026-06-26T04:08:02.313Z | words system system ogerman |
| 228 | 2026-06-26T04:08:02.313Z | words system system spanish |
| 229 | 2026-06-26T04:08:02.568Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-26T04:08:02.568Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-26T04:08:02.874Z | FMRI IFO |
| 232 | 2026-06-26T04:08:02.874Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-26T04:08:02.874Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-26T04:08:02.874Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-26T04:08:02.874Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-26T04:08:02.874Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-26T04:08:02.874Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-26T04:08:02.874Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-26T04:08:02.874Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-26T04:08:02.874Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-26T04:08:03.125Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-26T04:08:03.397Z | Updating crates.io index |
| 243 | 2026-06-26T04:08:03.400Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-26T04:08:03.674Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-26T04:08:03.971Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-26T04:08:04.272Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-26T04:08:05.109Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-26T04:08:05.593Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-26T04:08:07.113Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-26T04:08:07.934Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-26T04:08:08.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-26T04:08:09.233Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-26T04:08:09.655Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-26T04:08:09.990Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-26T04:08:10.241Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-26T04:08:10.694Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-26T04:08:11.178Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-26T04:08:11.602Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-26T04:08:11.858Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-26T04:08:12.115Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-26T04:08:12.404Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-26T04:08:12.647Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-26T04:08:12.904Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-26T04:08:13.169Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-26T04:08:13.623Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-26T04:08:13.924Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-26T04:08:14.169Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2026-06-26T04:08:14.566Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 269 | 2026-06-26T04:08:14.985Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 270 | 2026-06-26T04:08:15.232Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-06-26T04:08:15.735Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-06-26T04:08:16.009Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2026-06-26T04:08:16.247Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-06-26T04:08:16.578Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 275 | 2026-06-26T04:08:16.991Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-06-26T04:08:17.245Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-06-26T04:08:17.533Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-06-26T04:08:17.812Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 279 | 2026-06-26T04:08:18.094Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 280 | 2026-06-26T04:08:18.398Z | Updating crates.io index |
| 281 | 2026-06-26T04:08:18.402Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-26T04:08:18.633Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-26T04:08:18.907Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-26T04:08:19.146Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-26T04:08:21.257Z | error: failed to select a version for `dropshot`. |
| 286 | 2026-06-26T04:08:21.257Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)` |
| 287 | 2026-06-26T04:08:21.257Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 288 | 2026-06-26T04:08:21.257Z | ... 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)` |
| 289 | 2026-06-26T04:08:21.257Z | versions that meet the requirements `^0.17.1` are: 0.17.1 |
| 290 | 2026-06-26T04:08:21.257Z | |
| 291 | 2026-06-26T04:08:21.257Z | all possible versions conflict with previously selected packages |
| 292 | 2026-06-26T04:08:21.257Z | |
| 293 | 2026-06-26T04:08:21.257Z | previously selected package `dropshot v0.17.0` |
| 294 | 2026-06-26T04:08:21.257Z | ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)` |
| 295 | 2026-06-26T04:08:21.257Z | |
| 296 | 2026-06-26T04:08:21.257Z | failed to select a version for `dropshot` which could resolve this conflict |
| 297 | 2026-06-26T04:08:21.304Z | Failed to run command -- will try 2 more times |
| 298 | 2026-06-26T04:08:21.549Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 299 | 2026-06-26T04:08:21.572Z | Updating crates.io index |
| 300 | 2026-06-26T04:08:21.607Z | Updating crates.io index |
| 301 | 2026-06-26T04:08:22.594Z | error: failed to select a version for `dropshot`. |
| 302 | 2026-06-26T04:08:22.594Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)` |
| 303 | 2026-06-26T04:08:22.594Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 304 | 2026-06-26T04:08:22.594Z | ... 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)` |
| 305 | 2026-06-26T04:08:22.594Z | versions that meet the requirements `^0.17.1` are: 0.17.1 |
| 306 | 2026-06-26T04:08:22.594Z | |
| 307 | 2026-06-26T04:08:22.594Z | all possible versions conflict with previously selected packages |
| 308 | 2026-06-26T04:08:22.594Z | |
| 309 | 2026-06-26T04:08:22.594Z | previously selected package `dropshot v0.17.0` |
| 310 | 2026-06-26T04:08:22.594Z | ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)` |
| 311 | 2026-06-26T04:08:22.594Z | |
| 312 | 2026-06-26T04:08:22.594Z | failed to select a version for `dropshot` which could resolve this conflict |
| 313 | 2026-06-26T04:08:22.626Z | Failed to run command -- will try 1 more times |
| 314 | 2026-06-26T04:08:22.873Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 315 | 2026-06-26T04:08:22.942Z | Updating crates.io index |
| 316 | 2026-06-26T04:08:23.184Z | error: failed to select a version for `dropshot`. |
| 317 | 2026-06-26T04:08:23.184Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)` |
| 318 | 2026-06-26T04:08:23.184Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 319 | 2026-06-26T04:08:23.184Z | ... 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)` |
| 320 | 2026-06-26T04:08:23.184Z | versions that meet the requirements `^0.17.1` are: 0.17.1 |
| 321 | 2026-06-26T04:08:23.184Z | |
| 322 | 2026-06-26T04:08:23.184Z | all possible versions conflict with previously selected packages |
| 323 | 2026-06-26T04:08:23.184Z | |
| 324 | 2026-06-26T04:08:23.184Z | previously selected package `dropshot v0.17.0` |
| 325 | 2026-06-26T04:08:23.184Z | ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)` |
| 326 | 2026-06-26T04:08:23.184Z | |
| 327 | 2026-06-26T04:08:23.184Z | failed to select a version for `dropshot` which could resolve this conflict |
| 328 | 2026-06-26T04:08:23.206Z | |
| 329 | 2026-06-26T04:08:23.210Z | real 33.043382022 |
| 330 | 2026-06-26T04:08:23.210Z | user 13.704633061 |
| 331 | 2026-06-26T04:08:23.210Z | sys 1.802824277 |
| 332 | 2026-06-26T04:08:23.210Z | trap 0.001534660 |
| 333 | 2026-06-26T04:08:23.210Z | tflt 0.040464275 |
| 334 | 2026-06-26T04:08:23.210Z | dflt 0.041313456 |
| 335 | 2026-06-26T04:08:23.210Z | kflt 0.012646864 |
| 336 | 2026-06-26T04:08:23.210Z | lock 35.820576668 |
| 337 | 2026-06-26T04:08:23.210Z | slp 53.524372653 |
| 338 | 2026-06-26T04:08:23.210Z | lat 0.049058367 |
| 339 | 2026-06-26T04:08:23.210Z | stop 0.009893289 |
| 340 | 2026-06-26T04:08:23.210Z | process exited: duration 33095 ms, exit code 101 |
| |
| 341 | 2026-06-26T04:08:23.218Z | found 0 output files |