|
|
|
| 1 | 2026-06-26T04:07:11.083Z | job assigned to worker 01KW11PKZ2MC9ZVRCQCMPJY2F1 [factory aws, i-07aff583ed5fa974c] (queued for 1 m 2 s) |
| |
| 2 | 2026-06-26T04:07:19.166Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:07:19.172Z | ++ uname -s |
| 4 | 2026-06-26T04:07:19.176Z | + kern=SunOS |
| 5 | 2026-06-26T04:07:19.176Z | + build_user=build |
| 6 | 2026-06-26T04:07:19.176Z | + build_uid=12345 |
| 7 | 2026-06-26T04:07:19.176Z | + work_dir=/work |
| 8 | 2026-06-26T04:07:19.176Z | + input_dir=/input |
| 9 | 2026-06-26T04:07:19.176Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:07:19.176Z | + case "$kern" in |
| 11 | 2026-06-26T04:07:19.176Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:07:19.179Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:07:21.186Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:07:21.311Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:07:21.314Z | + home_fs=zfs |
| 16 | 2026-06-26T04:07:21.314Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:07:21.314Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:07:21.318Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:07:23.319Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:07:23.323Z | process exited: duration 4160 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:07:23.330Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:07:23.337Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:07:23.337Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-26T04:07:23.337Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-26T04:07:23.337Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-26T04:07:23.337Z | * rust toolchain channel = "1.96.0" |
| 27 | 2026-06-26T04:07:23.337Z | * rust toolchain profile = "default" |
| 28 | 2026-06-26T04:07:23.341Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:07:23.341Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:07:23.436Z | info: downloading installer |
| 31 | 2026-06-26T04:07:25.006Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:07:25.006Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:07:25.006Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:07:25.006Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:07:25.019Z | info: profile set to default |
| 36 | 2026-06-26T04:07:25.019Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:07:25.022Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:07:25.174Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:07:25.177Z | info: downloading 6 components |
| 40 | 2026-06-26T04:07:41.034Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-26T04:07:41.035Z | |
| 42 | 2026-06-26T04:07:41.063Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:07:41.063Z | |
| 44 | 2026-06-26T04:07:41.063Z | |
| 45 | 2026-06-26T04:07:41.063Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:07:41.063Z | |
| 47 | 2026-06-26T04:07:41.063Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:07:41.063Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:07:41.063Z | |
| 50 | 2026-06-26T04:07:41.063Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:07:41.063Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:07:41.063Z | |
| 53 | 2026-06-26T04:07:41.067Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:07:41.067Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:07:41.067Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:07:41.067Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:07:41.067Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:07:41.067Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:07:41.067Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:07:41.067Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:07:41.067Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:07:41.166Z | + rustup --version |
| 63 | 2026-06-26T04:07:41.173Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:07:41.176Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:07:41.194Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:07:41.197Z | + cargo --version |
| 67 | 2026-06-26T04:07:41.212Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:07:41.215Z | + rustc --version |
| 69 | 2026-06-26T04:07:41.234Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:07:41.237Z | process exited: duration 17907 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:07:41.244Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:07:41.269Z | process exited: duration 24 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:07:41.276Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:07:41.282Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T04:07:41.287Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T04:07:41.319Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T04:07:51.369Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T04:07:51.369Z | + git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 79 | 2026-06-26T04:07:51.664Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T04:07:51.665Z | * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD |
| 81 | 2026-06-26T04:07:51.678Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-06-26T04:07:51.681Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:07:51.685Z | + current=main |
| 84 | 2026-06-26T04:07:51.685Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-06-26T04:07:51.685Z | + git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 86 | 2026-06-26T04:07:51.688Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-06-26T04:07:51.930Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-06-26T04:07:51.934Z | + git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 |
| 89 | 2026-06-26T04:07:51.947Z | HEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090 |
| 90 | 2026-06-26T04:07:51.950Z | process exited: duration 10672 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:07:51.957Z | starting task 4: "build" |
| 92 | 2026-06-26T04:07:51.966Z | + source ./env.sh |
| 93 | 2026-06-26T04:07:51.966Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-26T04:07:51.966Z | ++ set -o xtrace |
| 95 | 2026-06-26T04:07:51.970Z | ++++ dirname ./env.sh |
| 96 | 2026-06-26T04:07:51.973Z | +++ readlink -f . |
| 97 | 2026-06-26T04:07:51.978Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-26T04:07:51.978Z | ++ 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:51.978Z | ++ 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:51.978Z | ++ 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:51.978Z | ++ 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:51.978Z | ++ 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:51.978Z | ++ 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:51.978Z | ++ 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:51.978Z | ++ 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:51.978Z | ++ 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:51.979Z | ++ 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:51.979Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-26T04:07:51.979Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-26T04:07:51.979Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-26T04:07:51.979Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-26T04:07:51.979Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-26T04:07:51.979Z | + target_os=illumos |
| 114 | 2026-06-26T04:07:51.979Z | + NEXTEST_VERSION=0.9.131 |
| 115 | 2026-06-26T04:07:51.979Z | + cargo --version |
| 116 | 2026-06-26T04:07:51.987Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 117 | 2026-06-26T04:07:51.990Z | + rustc --version |
| 118 | 2026-06-26T04:07:52.010Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 119 | 2026-06-26T04:07:52.014Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 120 | 2026-06-26T04:07:52.017Z | + gunzip |
| 121 | 2026-06-26T04:07:52.017Z | + tar -xvf - -C /home/build/.cargo/bin |
| 122 | 2026-06-26T04:07:52.870Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 123 | 2026-06-26T04:07:52.873Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 124 | 2026-06-26T04:07:52.874Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 125 | 2026-06-26T04:07:52.874Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 126 | 2026-06-26T04:07:52.874Z | + mkdir /var/tmp/omicron_tmp |
| 127 | 2026-06-26T04:07:52.874Z | + OUTPUT_DIR=/work |
| 128 | 2026-06-26T04:07:52.874Z | + echo 'tests will store non-ephemeral output in /work' |
| 129 | 2026-06-26T04:07:52.874Z | tests will store non-ephemeral output in /work |
| 130 | 2026-06-26T04:07:52.874Z | + mkdir -p /work |
| 131 | 2026-06-26T04:07:52.877Z | + banner prerequisites |
| 132 | 2026-06-26T04:07:52.880Z | |
| 133 | 2026-06-26T04:07:52.880Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 134 | 2026-06-26T04:07:52.880Z | # # # # # # # # # # # # # # # |
| 135 | 2026-06-26T04:07:52.880Z | # # # # ##### # # ##### # # # # # #### # |
| 136 | 2026-06-26T04:07:52.880Z | ##### ##### # ##### # # # # # # # # # |
| 137 | 2026-06-26T04:07:52.880Z | # # # # # # # # # # # # # # # |
| 138 | 2026-06-26T04:07:52.880Z | # # # ###### # # ###### ### # #### # #### # |
| 139 | 2026-06-26T04:07:52.881Z | |
| 140 | 2026-06-26T04:07:52.881Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 141 | 2026-06-26T04:07:55.002Z | Startup: Refreshing catalog 'helios' ... Done |
| 142 | 2026-06-26T04:07:55.114Z | Startup: Caching catalogs ... Done |
| 143 | 2026-06-26T04:07:55.608Z | Planning: Solver setup ... Done (0.441s) |
| 144 | 2026-06-26T04:07:55.632Z | Planning: Running solver ... Done (0.024s) |
| 145 | 2026-06-26T04:07:55.644Z | Planning: Finding local manifests ... Done (0.003s) |
| 146 | 2026-06-26T04:07:55.657Z | Planning: Fetching manifests: 0/2 0% complete |
| 147 | 2026-06-26T04:07:55.674Z | Planning: Fetching manifests: 2/2 100% complete |
| 148 | 2026-06-26T04:07:55.690Z | Planning: Package planning ... Done (0.015s) |
| 149 | 2026-06-26T04:07:55.693Z | Planning: Merging actions ... Done (0.002s) |
| 150 | 2026-06-26T04:07:55.855Z | Planning: Checking for conflicting actions ... Done (0.165s) |
| 151 | 2026-06-26T04:07:55.859Z | Planning: Consolidating action changes ... Done (0.001s) |
| 152 | 2026-06-26T04:07:56.743Z | Planning: Evaluating mediators ... Done (0.887s) |
| 153 | 2026-06-26T04:07:56.747Z | Planning: Planning completed in 1.61 seconds |
| 154 | 2026-06-26T04:07:56.754Z | Packages to install: 2 |
| 155 | 2026-06-26T04:07:56.754Z | Estimated space available: 156.05 GB |
| 156 | 2026-06-26T04:07:56.754Z | Estimated space to be consumed: 30.96 MB |
| 157 | 2026-06-26T04:07:56.754Z | Create boot environment: No |
| 158 | 2026-06-26T04:07:56.754Z | Create backup boot environment: No |
| 159 | 2026-06-26T04:07:56.754Z | Rebuild boot archive: No |
| 160 | 2026-06-26T04:07:56.758Z | |
| 161 | 2026-06-26T04:07:56.758Z | Changed packages: |
| 162 | 2026-06-26T04:07:56.758Z | helios |
| 163 | 2026-06-26T04:07:56.758Z | developer/build-essential |
| 164 | 2026-06-26T04:07:56.758Z | None -> 11-3.0 |
| 165 | 2026-06-26T04:07:56.758Z | library/libxmlsec1 |
| 166 | 2026-06-26T04:07:56.758Z | None -> 1.2.35-3.0 |
| 167 | 2026-06-26T04:07:56.781Z | |
| 168 | 2026-06-26T04:07:56.781Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 169 | 2026-06-26T04:07:57.435Z | Download: Completed 1.28 MB in 0.65 seconds (2.0M/s) |
| 170 | 2026-06-26T04:07:57.558Z | Actions: 1/268 actions (Installing new actions) |
| 171 | 2026-06-26T04:07:57.622Z | Actions: Completed 268 actions in 0.04 seconds. |
| 172 | 2026-06-26T04:07:57.660Z | Finalize: Updating package state database ... Done (0.011s) |
| 173 | 2026-06-26T04:07:57.667Z | Finalize: Updating package cache ... Done (0.000s) |
| 174 | 2026-06-26T04:07:57.667Z | Finalize: Updating image state ... Done (0.029s) |
| 175 | 2026-06-26T04:08:00.181Z | Finalize: Creating fast lookup database ... Done (2.520s) |
| 176 | 2026-06-26T04:08:00.257Z | Finalize: Reading search index ... Done (0.012s) |
| 177 | 2026-06-26T04:08:00.268Z | Finalize: Updating search index ... Done (0.000s) |
| 178 | 2026-06-26T04:08:00.421Z | Finalize: Updating package cache ... Done (0.000s) |
| 179 | 2026-06-26T04:08:00.731Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-26T04:08:00.836Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-26T04:08:00.841Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-26T04:08:00.993Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-26T04:08:00.999Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-06-26T04:08:01.016Z | Mediators to change: 2 |
| 185 | 2026-06-26T04:08:01.016Z | Create boot environment: No |
| 186 | 2026-06-26T04:08:01.016Z | Create backup boot environment: No |
| 187 | 2026-06-26T04:08:01.147Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-26T04:08:01.147Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-26T04:08:01.167Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-26T04:08:03.106Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-26T04:08:03.172Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-26T04:08:03.175Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-26T04:08:03.271Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-26T04:08:03.557Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2026-06-26T04:08:03.681Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2026-06-26T04:08:03.691Z | Planning: Consolidating action changes ... Done |
| 197 | 2026-06-26T04:08:03.821Z | Planning: Evaluating mediators ... Done |
| 198 | 2026-06-26T04:08:03.825Z | Planning: Planning completed in 0.26 seconds |
| 199 | 2026-06-26T04:08:03.844Z | Mediators to change: 1 |
| 200 | 2026-06-26T04:08:03.844Z | Create boot environment: No |
| 201 | 2026-06-26T04:08:03.844Z | Create backup boot environment: No |
| 202 | 2026-06-26T04:08:03.898Z | Finalize: Updating package state database ... Done |
| 203 | 2026-06-26T04:08:03.898Z | Finalize: Updating package cache ... Done |
| 204 | 2026-06-26T04:08:03.919Z | Finalize: Updating image state ... Done |
| 205 | 2026-06-26T04:08:05.858Z | Finalize: Creating fast lookup database ... Done |
| 206 | 2026-06-26T04:08:05.925Z | Finalize: Reading search index ... Done |
| 207 | 2026-06-26T04:08:05.928Z | Finalize: Updating search index ... Done |
| 208 | 2026-06-26T04:08:06.008Z | Finalize: Updating package cache ... Done |
| 209 | 2026-06-26T04:08:06.320Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 210 | 2026-06-26T04:08:06.320Z | apache system 2.4 system |
| 211 | 2026-06-26T04:08:06.320Z | clang system 15 system |
| 212 | 2026-06-26T04:08:06.320Z | csh system system illumos |
| 213 | 2026-06-26T04:08:06.320Z | ctags system system illumos |
| 214 | 2026-06-26T04:08:06.320Z | file vendor vendor darwinsys |
| 215 | 2026-06-26T04:08:06.320Z | file system system illumos |
| 216 | 2026-06-26T04:08:06.320Z | gcc vendor 14 vendor |
| 217 | 2026-06-26T04:08:06.320Z | gcc system 13 system |
| 218 | 2026-06-26T04:08:06.320Z | gcc system 10 system |
| 219 | 2026-06-26T04:08:06.320Z | go system 1.25 system |
| 220 | 2026-06-26T04:08:06.320Z | llvm system 15 system |
| 221 | 2026-06-26T04:08:06.320Z | mariadb system 11.4 system |
| 222 | 2026-06-26T04:08:06.320Z | mta vendor vendor dma |
| 223 | 2026-06-26T04:08:06.320Z | openjdk system 17 system |
| 224 | 2026-06-26T04:08:06.320Z | openjdk system 11 system |
| 225 | 2026-06-26T04:08:06.320Z | openssl vendor 3 vendor |
| 226 | 2026-06-26T04:08:06.320Z | perl system 5.40 system |
| 227 | 2026-06-26T04:08:06.320Z | postgresql system 18 system |
| 228 | 2026-06-26T04:08:06.320Z | postgresql system 17 system |
| 229 | 2026-06-26T04:08:06.320Z | python vendor 3 vendor |
| 230 | 2026-06-26T04:08:06.320Z | python system 2 system |
| 231 | 2026-06-26T04:08:06.320Z | python3 vendor 3.13 vendor |
| 232 | 2026-06-26T04:08:06.320Z | ruby system 3.4 system |
| 233 | 2026-06-26T04:08:06.320Z | ruby system 3.0 system |
| 234 | 2026-06-26T04:08:06.320Z | words vendor vendor american-english |
| 235 | 2026-06-26T04:08:06.320Z | words system system australian-english |
| 236 | 2026-06-26T04:08:06.320Z | words system system british-english |
| 237 | 2026-06-26T04:08:06.320Z | words system system canadian-english |
| 238 | 2026-06-26T04:08:06.320Z | words system system french |
| 239 | 2026-06-26T04:08:06.320Z | words system system italian |
| 240 | 2026-06-26T04:08:06.320Z | words system system ngerman |
| 241 | 2026-06-26T04:08:06.321Z | words system system ogerman |
| 242 | 2026-06-26T04:08:06.321Z | words system system spanish |
| 243 | 2026-06-26T04:08:06.573Z | PUBLISHER TYPE STATUS P LOCATION |
| 244 | 2026-06-26T04:08:06.573Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 245 | 2026-06-26T04:08:06.877Z | FMRI IFO |
| 246 | 2026-06-26T04:08:06.877Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 247 | 2026-06-26T04:08:06.877Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 248 | 2026-06-26T04:08:06.877Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 249 | 2026-06-26T04:08:06.877Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 250 | 2026-06-26T04:08:06.877Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 251 | 2026-06-26T04:08:06.877Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 252 | 2026-06-26T04:08:06.877Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 253 | 2026-06-26T04:08:06.877Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 254 | 2026-06-26T04:08:06.877Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 255 | 2026-06-26T04:08:07.128Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 256 | 2026-06-26T04:08:07.430Z | Updating crates.io index |
| 257 | 2026-06-26T04:08:07.434Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 258 | 2026-06-26T04:08:07.694Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 259 | 2026-06-26T04:08:08.028Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 260 | 2026-06-26T04:08:08.349Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 261 | 2026-06-26T04:08:09.295Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 262 | 2026-06-26T04:08:09.796Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 263 | 2026-06-26T04:08:11.456Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 264 | 2026-06-26T04:08:12.224Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 265 | 2026-06-26T04:08:12.524Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2026-06-26T04:08:13.809Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 267 | 2026-06-26T04:08:14.079Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-06-26T04:08:14.408Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-06-26T04:08:14.691Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 270 | 2026-06-26T04:08:15.151Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-06-26T04:08:15.607Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 272 | 2026-06-26T04:08:15.873Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-06-26T04:08:16.118Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 274 | 2026-06-26T04:08:16.400Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 275 | 2026-06-26T04:08:16.707Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 276 | 2026-06-26T04:08:17.113Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 277 | 2026-06-26T04:08:17.360Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 278 | 2026-06-26T04:08:17.647Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 279 | 2026-06-26T04:08:18.030Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 280 | 2026-06-26T04:08:18.364Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 281 | 2026-06-26T04:08:18.767Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 282 | 2026-06-26T04:08:19.246Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 283 | 2026-06-26T04:08:19.711Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 284 | 2026-06-26T04:08:19.986Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 285 | 2026-06-26T04:08:20.324Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 286 | 2026-06-26T04:08:20.553Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-06-26T04:08:20.789Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2026-06-26T04:08:21.113Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 289 | 2026-06-26T04:08:21.511Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 290 | 2026-06-26T04:08:21.784Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-06-26T04:08:22.041Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 292 | 2026-06-26T04:08:22.303Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 293 | 2026-06-26T04:08:22.583Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 294 | 2026-06-26T04:08:23.105Z | Updating crates.io index |
| 295 | 2026-06-26T04:08:23.108Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2026-06-26T04:08:23.337Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2026-06-26T04:08:23.644Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2026-06-26T04:08:23.928Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 299 | 2026-06-26T04:08:25.919Z | error: failed to select a version for `dropshot`. |
| 300 | 2026-06-26T04:08:25.919Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)` |
| 301 | 2026-06-26T04:08:25.919Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 302 | 2026-06-26T04:08:25.919Z | ... 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)` |
| 303 | 2026-06-26T04:08:25.919Z | versions that meet the requirements `^0.17.1` are: 0.17.1 |
| 304 | 2026-06-26T04:08:25.919Z | |
| 305 | 2026-06-26T04:08:25.919Z | all possible versions conflict with previously selected packages |
| 306 | 2026-06-26T04:08:25.920Z | |
| 307 | 2026-06-26T04:08:25.920Z | previously selected package `dropshot v0.17.0` |
| 308 | 2026-06-26T04:08:25.920Z | ... 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)` |
| 309 | 2026-06-26T04:08:25.920Z | |
| 310 | 2026-06-26T04:08:25.920Z | failed to select a version for `dropshot` which could resolve this conflict |
| 311 | 2026-06-26T04:08:25.967Z | Failed to run command -- will try 2 more times |
| 312 | 2026-06-26T04:08:26.227Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 313 | 2026-06-26T04:08:26.249Z | Updating crates.io index |
| 314 | 2026-06-26T04:08:26.289Z | Updating crates.io index |
| 315 | 2026-06-26T04:08:27.355Z | error: failed to select a version for `dropshot`. |
| 316 | 2026-06-26T04:08:27.355Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)` |
| 317 | 2026-06-26T04:08:27.355Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 318 | 2026-06-26T04:08:27.355Z | ... 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)` |
| 319 | 2026-06-26T04:08:27.356Z | versions that meet the requirements `^0.17.1` are: 0.17.1 |
| 320 | 2026-06-26T04:08:27.356Z | |
| 321 | 2026-06-26T04:08:27.356Z | all possible versions conflict with previously selected packages |
| 322 | 2026-06-26T04:08:27.356Z | |
| 323 | 2026-06-26T04:08:27.356Z | previously selected package `dropshot v0.17.0` |
| 324 | 2026-06-26T04:08:27.356Z | ... 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)` |
| 325 | 2026-06-26T04:08:27.356Z | |
| 326 | 2026-06-26T04:08:27.356Z | failed to select a version for `dropshot` which could resolve this conflict |
| 327 | 2026-06-26T04:08:27.391Z | Failed to run command -- will try 1 more times |
| 328 | 2026-06-26T04:08:27.639Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 329 | 2026-06-26T04:08:27.707Z | Updating crates.io index |
| 330 | 2026-06-26T04:08:27.956Z | error: failed to select a version for `dropshot`. |
| 331 | 2026-06-26T04:08:27.956Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)` |
| 332 | 2026-06-26T04:08:27.956Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 333 | 2026-06-26T04:08:27.956Z | ... 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)` |
| 334 | 2026-06-26T04:08:27.956Z | versions that meet the requirements `^0.17.1` are: 0.17.1 |
| 335 | 2026-06-26T04:08:27.956Z | |
| 336 | 2026-06-26T04:08:27.956Z | all possible versions conflict with previously selected packages |
| 337 | 2026-06-26T04:08:27.957Z | |
| 338 | 2026-06-26T04:08:27.957Z | previously selected package `dropshot v0.17.0` |
| 339 | 2026-06-26T04:08:27.957Z | ... 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)` |
| 340 | 2026-06-26T04:08:27.957Z | |
| 341 | 2026-06-26T04:08:27.957Z | failed to select a version for `dropshot` which could resolve this conflict |
| 342 | 2026-06-26T04:08:27.981Z | |
| 343 | 2026-06-26T04:08:27.981Z | real 35.097494246 |
| 344 | 2026-06-26T04:08:27.981Z | user 13.936927658 |
| 345 | 2026-06-26T04:08:27.984Z | sys 1.966141571 |
| 346 | 2026-06-26T04:08:27.984Z | trap 0.001568680 |
| 347 | 2026-06-26T04:08:27.984Z | tflt 0.042722655 |
| 348 | 2026-06-26T04:08:27.985Z | dflt 0.043990245 |
| 349 | 2026-06-26T04:08:27.985Z | kflt 0.013660745 |
| 350 | 2026-06-26T04:08:27.985Z | lock 37.244227378 |
| 351 | 2026-06-26T04:08:27.985Z | slp 57.288965824 |
| 352 | 2026-06-26T04:08:27.985Z | lat 0.086646645 |
| 353 | 2026-06-26T04:08:27.985Z | stop 0.011461232 |
| 354 | 2026-06-26T04:08:27.985Z | process exited: duration 36025 ms, exit code 101 |
| |
| 355 | 2026-06-26T04:08:27.995Z | found 0 output files |
| 356 | 2026-06-26T04:08:27.995Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 357 | 2026-06-26T04:08:27.995Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |