|
|
|
| 1 | 2026-08-30T03:13:14.141Z | job assigned to worker 01M18AEWWZ3TPN2WJ531SQQXS9 [factory aws, i-021254763774e5a30] (queued for 52 s) |
| |
| 2 | 2026-08-30T03:13:21.804Z | starting task 0: "setup" |
| 3 | 2026-08-30T03:13:21.809Z | ++ uname -s |
| 4 | 2026-08-30T03:13:21.812Z | + kern=SunOS |
| 5 | 2026-08-30T03:13:21.812Z | + build_user=build |
| 6 | 2026-08-30T03:13:21.812Z | + build_uid=12345 |
| 7 | 2026-08-30T03:13:21.812Z | + work_dir=/work |
| 8 | 2026-08-30T03:13:21.812Z | + input_dir=/input |
| 9 | 2026-08-30T03:13:21.812Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-30T03:13:21.812Z | + case "$kern" in |
| 11 | 2026-08-30T03:13:21.812Z | + groupadd -g 12345 build |
| 12 | 2026-08-30T03:13:21.815Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-30T03:13:23.821Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-30T03:13:23.920Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-30T03:13:23.924Z | + home_fs=zfs |
| 16 | 2026-08-30T03:13:23.924Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-30T03:13:23.924Z | + mkdir -p /home/build |
| 18 | 2026-08-30T03:13:23.927Z | + chown build:build /home/build /work |
| 19 | 2026-08-30T03:13:25.927Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-30T03:13:25.931Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-08-30T03:13:25.937Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-30T03:13:25.943Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-30T03:13:25.943Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-30T03:13:25.943Z | * rust toolchain profile = "default" |
| 25 | 2026-08-30T03:13:25.943Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-30T03:13:25.943Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-30T03:13:25.943Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-30T03:13:25.946Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-30T03:13:25.946Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-30T03:13:26.064Z | info: downloading installer |
| 31 | 2026-08-30T03:13:27.211Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-30T03:13:27.211Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-30T03:13:27.211Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-30T03:13:27.211Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-30T03:13:27.224Z | info: profile set to default |
| 36 | 2026-08-30T03:13:27.224Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-30T03:13:27.227Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-30T03:13:27.354Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-30T03:13:27.357Z | info: downloading 6 components |
| 40 | 2026-08-30T03:13:41.087Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-30T03:13:41.087Z | |
| 42 | 2026-08-30T03:13:41.114Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-30T03:13:41.114Z | |
| 44 | 2026-08-30T03:13:41.114Z | |
| 45 | 2026-08-30T03:13:41.114Z | Rust is installed now. Great! |
| 46 | 2026-08-30T03:13:41.114Z | |
| 47 | 2026-08-30T03:13:41.114Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-30T03:13:41.114Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-30T03:13:41.115Z | |
| 50 | 2026-08-30T03:13:41.115Z | To configure your current shell, you need to source |
| 51 | 2026-08-30T03:13:41.115Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-30T03:13:41.115Z | |
| 53 | 2026-08-30T03:13:41.115Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-30T03:13:41.118Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-30T03:13:41.118Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-30T03:13:41.118Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-30T03:13:41.118Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-30T03:13:41.118Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-30T03:13:41.118Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-30T03:13:41.118Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-30T03:13:41.118Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-30T03:13:41.227Z | + rustup --version |
| 63 | 2026-08-30T03:13:41.234Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-30T03:13:41.234Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-30T03:13:41.255Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-30T03:13:41.258Z | + cargo --version |
| 67 | 2026-08-30T03:13:41.266Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-30T03:13:41.269Z | + rustc --version |
| 69 | 2026-08-30T03:13:41.291Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-30T03:13:41.294Z | process exited: duration 15356 ms, exit code 0 |
| |
| 71 | 2026-08-30T03:13:41.300Z | starting task 2: "authentication" |
| 72 | 2026-08-30T03:13:41.340Z | process exited: duration 39 ms, exit code 0 |
| |
| 73 | 2026-08-30T03:13:41.347Z | starting task 3: "clone repository" |
| 74 | 2026-08-30T03:13:41.358Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-30T03:13:41.363Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-30T03:13:41.399Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-30T03:14:00.947Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-30T03:14:00.947Z | + git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 79 | 2026-08-30T03:14:01.304Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-30T03:14:01.305Z | * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD |
| 81 | 2026-08-30T03:14:01.320Z | + [[ -n renovate/ddm-admin-client-digest ]] |
| 82 | 2026-08-30T03:14:01.324Z | ++ git branch --show-current |
| 83 | 2026-08-30T03:14:01.326Z | + current=main |
| 84 | 2026-08-30T03:14:01.327Z | + [[ main != renovate/ddm-admin-client-digest ]] |
| 85 | 2026-08-30T03:14:01.327Z | + git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 86 | 2026-08-30T03:14:01.329Z | + git checkout -f renovate/ddm-admin-client-digest |
| 87 | 2026-08-30T03:14:01.605Z | Switched to branch 'renovate/ddm-admin-client-digest' |
| 88 | 2026-08-30T03:14:01.610Z | + git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 89 | 2026-08-30T03:14:01.624Z | HEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c |
| 90 | 2026-08-30T03:14:01.626Z | process exited: duration 20278 ms, exit code 0 |
| |
| 91 | 2026-08-30T03:14:01.632Z | starting task 4: "build" |
| 92 | 2026-08-30T03:14:01.642Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 93 | 2026-08-30T03:14:01.642Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 94 | 2026-08-30T03:14:01.642Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 95 | 2026-08-30T03:14:01.642Z | + mkdir /var/tmp/omicron_tmp |
| 96 | 2026-08-30T03:14:01.646Z | + source ./env.sh |
| 97 | 2026-08-30T03:14:01.646Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-08-30T03:14:01.646Z | ++ set -o xtrace |
| 99 | 2026-08-30T03:14:01.648Z | ++++ dirname ./env.sh |
| 100 | 2026-08-30T03:14:01.651Z | +++ readlink -f . |
| 101 | 2026-08-30T03:14:01.654Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-08-30T03:14:01.654Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-30T03:14:01.654Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 105 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 106 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 107 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 108 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 109 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 110 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 111 | 2026-08-30T03:14:01.654Z | ++ 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 |
| 112 | 2026-08-30T03:14:01.654Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-08-30T03:14:01.654Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-08-30T03:14:01.654Z | + source .github/buildomat/ci-env.sh |
| 115 | 2026-08-30T03:14:01.655Z | ++ export CARGO_TERM_COLOR=always |
| 116 | 2026-08-30T03:14:01.655Z | ++ CARGO_TERM_COLOR=always |
| 117 | 2026-08-30T03:14:01.655Z | +++ uname -s |
| 118 | 2026-08-30T03:14:01.658Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 119 | 2026-08-30T03:14:01.658Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 120 | 2026-08-30T03:14:01.658Z | + target_os=illumos |
| 121 | 2026-08-30T03:14:01.658Z | + NEXTEST_VERSION=0.9.131 |
| 122 | 2026-08-30T03:14:01.658Z | + cargo --version |
| 123 | 2026-08-30T03:14:01.667Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 124 | 2026-08-30T03:14:01.672Z | + rustc --version |
| 125 | 2026-08-30T03:14:01.692Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 126 | 2026-08-30T03:14:01.695Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 127 | 2026-08-30T03:14:01.698Z | + gunzip |
| 128 | 2026-08-30T03:14:01.698Z | + tar -xvf - -C /home/build/.cargo/bin |
| 129 | 2026-08-30T03:14:02.761Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 130 | 2026-08-30T03:14:02.764Z | + OUTPUT_DIR=/work |
| 131 | 2026-08-30T03:14:02.764Z | + echo 'tests will store non-ephemeral output in /work' |
| 132 | 2026-08-30T03:14:02.764Z | tests will store non-ephemeral output in /work |
| 133 | 2026-08-30T03:14:02.764Z | + mkdir -p /work |
| 134 | 2026-08-30T03:14:02.767Z | + banner prerequisites |
| 135 | 2026-08-30T03:14:02.770Z | |
| 136 | 2026-08-30T03:14:02.770Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 137 | 2026-08-30T03:14:02.770Z | # # # # # # # # # # # # # # # |
| 138 | 2026-08-30T03:14:02.770Z | # # # # ##### # # ##### # # # # # #### # |
| 139 | 2026-08-30T03:14:02.770Z | ##### ##### # ##### # # # # # # # # # |
| 140 | 2026-08-30T03:14:02.770Z | # # # # # # # # # # # # # # # |
| 141 | 2026-08-30T03:14:02.770Z | # # # ###### # # ###### ### # #### # #### # |
| 142 | 2026-08-30T03:14:02.770Z | |
| 143 | 2026-08-30T03:14:02.770Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 144 | 2026-08-30T03:14:04.792Z | Startup: Refreshing catalog 'helios' ... Done |
| 145 | 2026-08-30T03:14:05.202Z | Startup: Caching catalogs ... Done |
| 146 | 2026-08-30T03:14:07.512Z | Planning: Solver setup ... Done (2.188s) |
| 147 | 2026-08-30T03:14:07.575Z | Planning: Running solver ... Done (0.064s) |
| 148 | 2026-08-30T03:14:07.625Z | Planning: Finding local manifests ... Done (0.003s) |
| 149 | 2026-08-30T03:14:07.637Z | Planning: Fetching manifests: 0/2 0% complete |
| 150 | 2026-08-30T03:14:07.654Z | Planning: Fetching manifests: 2/2 100% complete |
| 151 | 2026-08-30T03:14:07.669Z | Planning: Package planning ... Done (0.014s) |
| 152 | 2026-08-30T03:14:07.672Z | Planning: Merging actions ... Done (0.002s) |
| 153 | 2026-08-30T03:14:07.898Z | Planning: Checking for conflicting actions ... Done (0.227s) |
| 154 | 2026-08-30T03:14:07.901Z | Planning: Consolidating action changes ... Done (0.001s) |
| 155 | 2026-08-30T03:14:08.784Z | Planning: Evaluating mediators ... Done (0.885s) |
| 156 | 2026-08-30T03:14:08.787Z | Planning: Planning completed in 3.55 seconds |
| 157 | 2026-08-30T03:14:08.794Z | Packages to install: 2 |
| 158 | 2026-08-30T03:14:08.794Z | Estimated space available: 155.99 GB |
| 159 | 2026-08-30T03:14:08.794Z | Estimated space to be consumed: 83.65 MB |
| 160 | 2026-08-30T03:14:08.794Z | Create boot environment: No |
| 161 | 2026-08-30T03:14:08.797Z | Create backup boot environment: No |
| 162 | 2026-08-30T03:14:08.797Z | Rebuild boot archive: No |
| 163 | 2026-08-30T03:14:08.797Z | |
| 164 | 2026-08-30T03:14:08.797Z | Changed packages: |
| 165 | 2026-08-30T03:14:08.797Z | helios |
| 166 | 2026-08-30T03:14:08.797Z | developer/build-essential |
| 167 | 2026-08-30T03:14:08.797Z | None -> 11-3.0 |
| 168 | 2026-08-30T03:14:08.797Z | library/libxmlsec1 |
| 169 | 2026-08-30T03:14:08.797Z | None -> 1.2.35-3.0 |
| 170 | 2026-08-30T03:14:08.820Z | |
| 171 | 2026-08-30T03:14:08.820Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 172 | 2026-08-30T03:14:08.890Z | Download: Completed 1.28 MB in 0.07 seconds (18.3M/s) |
| 173 | 2026-08-30T03:14:08.951Z | Actions: 1/268 actions (Installing new actions) |
| 174 | 2026-08-30T03:14:08.989Z | Actions: Completed 268 actions in 0.04 seconds. |
| 175 | 2026-08-30T03:14:09.030Z | Finalize: Updating package state database ... Done (0.040s) |
| 176 | 2026-08-30T03:14:09.030Z | Finalize: Updating package cache ... Done (0.000s) |
| 177 | 2026-08-30T03:14:09.126Z | Finalize: Updating image state ... Done (0.096s) |
| 178 | 2026-08-30T03:14:11.735Z | Finalize: Creating fast lookup database ... Done (2.550s) |
| 179 | 2026-08-30T03:14:11.811Z | Finalize: Reading search index ... Done (0.012s) |
| 180 | 2026-08-30T03:14:11.814Z | Finalize: Updating search index ... Done (0.000s) |
| 181 | 2026-08-30T03:14:11.917Z | Finalize: Updating package cache ... Done (0.000s) |
| 182 | 2026-08-30T03:14:12.290Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-08-30T03:14:12.395Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-08-30T03:14:12.398Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-08-30T03:14:12.551Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-08-30T03:14:12.554Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-08-30T03:14:12.575Z | Mediators to change: 2 |
| 188 | 2026-08-30T03:14:12.575Z | Create boot environment: No |
| 189 | 2026-08-30T03:14:12.575Z | Create backup boot environment: No |
| 190 | 2026-08-30T03:14:12.618Z | Finalize: Updating package state database ... Done |
| 191 | 2026-08-30T03:14:12.618Z | Finalize: Updating package cache ... Done |
| 192 | 2026-08-30T03:14:12.672Z | Finalize: Updating image state ... Done |
| 193 | 2026-08-30T03:14:14.604Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-08-30T03:14:14.665Z | Finalize: Reading search index ... Done |
| 195 | 2026-08-30T03:14:14.668Z | Finalize: Updating search index ... Done |
| 196 | 2026-08-30T03:14:14.742Z | Finalize: Updating package cache ... Done |
| 197 | 2026-08-30T03:14:15.025Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2026-08-30T03:14:15.129Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2026-08-30T03:14:15.132Z | Planning: Consolidating action changes ... Done |
| 200 | 2026-08-30T03:14:15.284Z | Planning: Evaluating mediators ... Done |
| 201 | 2026-08-30T03:14:15.287Z | Planning: Planning completed in 0.26 seconds |
| 202 | 2026-08-30T03:14:15.306Z | Mediators to change: 1 |
| 203 | 2026-08-30T03:14:15.306Z | Create boot environment: No |
| 204 | 2026-08-30T03:14:15.307Z | Create backup boot environment: No |
| 205 | 2026-08-30T03:14:15.389Z | Finalize: Updating package state database ... Done |
| 206 | 2026-08-30T03:14:15.389Z | Finalize: Updating package cache ... Done |
| 207 | 2026-08-30T03:14:15.443Z | Finalize: Updating image state ... Done |
| 208 | 2026-08-30T03:14:17.364Z | Finalize: Creating fast lookup database ... Done |
| 209 | 2026-08-30T03:14:17.425Z | Finalize: Reading search index ... Done |
| 210 | 2026-08-30T03:14:17.428Z | Finalize: Updating search index ... Done |
| 211 | 2026-08-30T03:14:17.489Z | Finalize: Updating package cache ... Done |
| 212 | 2026-08-30T03:14:17.799Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 213 | 2026-08-30T03:14:17.799Z | apache system 2.4 system |
| 214 | 2026-08-30T03:14:17.799Z | clang system 15 system |
| 215 | 2026-08-30T03:14:17.799Z | csh system system illumos |
| 216 | 2026-08-30T03:14:17.799Z | ctags system system illumos |
| 217 | 2026-08-30T03:14:17.799Z | file vendor vendor darwinsys |
| 218 | 2026-08-30T03:14:17.799Z | file system system illumos |
| 219 | 2026-08-30T03:14:17.799Z | gcc vendor 14 vendor |
| 220 | 2026-08-30T03:14:17.799Z | gcc system 13 system |
| 221 | 2026-08-30T03:14:17.799Z | gcc system 10 system |
| 222 | 2026-08-30T03:14:17.799Z | go system 1.25 system |
| 223 | 2026-08-30T03:14:17.799Z | llvm system 15 system |
| 224 | 2026-08-30T03:14:17.799Z | mariadb system 11.4 system |
| 225 | 2026-08-30T03:14:17.799Z | mta vendor vendor dma |
| 226 | 2026-08-30T03:14:17.799Z | openjdk system 17 system |
| 227 | 2026-08-30T03:14:17.799Z | openjdk system 11 system |
| 228 | 2026-08-30T03:14:17.800Z | openssl vendor 3 vendor |
| 229 | 2026-08-30T03:14:17.800Z | perl system 5.40 system |
| 230 | 2026-08-30T03:14:17.800Z | postgresql system 18 system |
| 231 | 2026-08-30T03:14:17.800Z | postgresql system 17 system |
| 232 | 2026-08-30T03:14:17.800Z | python vendor 3 vendor |
| 233 | 2026-08-30T03:14:17.800Z | python system 2 system |
| 234 | 2026-08-30T03:14:17.800Z | python3 vendor 3.13 vendor |
| 235 | 2026-08-30T03:14:17.800Z | ruby system 3.4 system |
| 236 | 2026-08-30T03:14:17.800Z | ruby system 3.0 system |
| 237 | 2026-08-30T03:14:17.800Z | words vendor vendor american-english |
| 238 | 2026-08-30T03:14:17.800Z | words system system australian-english |
| 239 | 2026-08-30T03:14:17.800Z | words system system british-english |
| 240 | 2026-08-30T03:14:17.800Z | words system system canadian-english |
| 241 | 2026-08-30T03:14:17.800Z | words system system french |
| 242 | 2026-08-30T03:14:17.800Z | words system system italian |
| 243 | 2026-08-30T03:14:17.800Z | words system system ngerman |
| 244 | 2026-08-30T03:14:17.800Z | words system system ogerman |
| 245 | 2026-08-30T03:14:17.800Z | words system system spanish |
| 246 | 2026-08-30T03:14:18.059Z | PUBLISHER TYPE STATUS P LOCATION |
| 247 | 2026-08-30T03:14:18.059Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 248 | 2026-08-30T03:14:18.567Z | FMRI IFO |
| 249 | 2026-08-30T03:14:18.567Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 250 | 2026-08-30T03:14:18.567Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 251 | 2026-08-30T03:14:18.567Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 252 | 2026-08-30T03:14:18.567Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 253 | 2026-08-30T03:14:18.567Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 254 | 2026-08-30T03:14:18.567Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 255 | 2026-08-30T03:14:18.567Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 256 | 2026-08-30T03:14:18.567Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 257 | 2026-08-30T03:14:18.567Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 258 | 2026-08-30T03:14:18.903Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-08-30T03:14:19.223Z | Updating crates.io index |
| 260 | 2026-08-30T03:14:19.227Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 261 | 2026-08-30T03:14:19.522Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 262 | 2026-08-30T03:14:19.894Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 263 | 2026-08-30T03:14:20.154Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 264 | 2026-08-30T03:14:21.524Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 265 | 2026-08-30T03:14:22.137Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-08-30T03:14:24.124Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 267 | 2026-08-30T03:14:25.189Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 268 | 2026-08-30T03:14:25.521Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 269 | 2026-08-30T03:14:25.905Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2026-08-30T03:14:27.268Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2026-08-30T03:14:27.544Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 272 | 2026-08-30T03:14:28.044Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 273 | 2026-08-30T03:14:28.304Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 274 | 2026-08-30T03:14:28.572Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 275 | 2026-08-30T03:14:28.840Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 276 | 2026-08-30T03:14:29.151Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-08-30T03:14:29.417Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-08-30T03:14:29.727Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 279 | 2026-08-30T03:14:30.098Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 280 | 2026-08-30T03:14:30.537Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 281 | 2026-08-30T03:14:31.227Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 282 | 2026-08-30T03:14:31.514Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 283 | 2026-08-30T03:14:32.073Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 284 | 2026-08-30T03:14:32.395Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 285 | 2026-08-30T03:14:32.677Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-08-30T03:14:33.139Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-08-30T03:14:33.415Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2026-08-30T03:14:33.711Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 289 | 2026-08-30T03:14:34.066Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2026-08-30T03:14:34.334Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2026-08-30T03:14:34.655Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 292 | 2026-08-30T03:14:35.040Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 293 | 2026-08-30T03:14:35.775Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 294 | 2026-08-30T03:14:36.045Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2026-08-30T03:14:36.328Z | Updating crates.io index |
| 296 | 2026-08-30T03:14:36.331Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 297 | 2026-08-30T03:14:36.683Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 298 | 2026-08-30T03:14:37.480Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 299 | 2026-08-30T03:14:37.748Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 300 | 2026-08-30T03:14:38.027Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 301 | 2026-08-30T03:14:38.359Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 302 | 2026-08-30T03:14:38.631Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 303 | 2026-08-30T03:14:39.050Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 304 | 2026-08-30T03:14:40.830Z | error: failed to select a version for `oxnet`. |
| 305 | 2026-08-30T03:14:40.830Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 306 | 2026-08-30T03:14:40.830Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 307 | 2026-08-30T03:14:40.830Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 308 | 2026-08-30T03:14:40.830Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 309 | 2026-08-30T03:14:40.830Z | |
| 310 | 2026-08-30T03:14:40.830Z | all possible versions conflict with previously selected packages |
| 311 | 2026-08-30T03:14:40.830Z | |
| 312 | 2026-08-30T03:14:40.830Z | previously selected package `oxnet v0.1.6` |
| 313 | 2026-08-30T03:14:40.830Z | ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)` |
| 314 | 2026-08-30T03:14:40.830Z | |
| 315 | 2026-08-30T03:14:40.830Z | failed to select a version for `oxnet` which could resolve this conflict |
| 316 | 2026-08-30T03:14:40.879Z | Failed to run command -- will try 2 more times |
| 317 | 2026-08-30T03:14:41.126Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 318 | 2026-08-30T03:14:41.161Z | Updating crates.io index |
| 319 | 2026-08-30T03:14:41.190Z | Updating crates.io index |
| 320 | 2026-08-30T03:14:42.025Z | error: failed to select a version for `oxnet`. |
| 321 | 2026-08-30T03:14:42.025Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 322 | 2026-08-30T03:14:42.025Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 323 | 2026-08-30T03:14:42.025Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 324 | 2026-08-30T03:14:42.026Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 325 | 2026-08-30T03:14:42.026Z | |
| 326 | 2026-08-30T03:14:42.026Z | all possible versions conflict with previously selected packages |
| 327 | 2026-08-30T03:14:42.026Z | |
| 328 | 2026-08-30T03:14:42.026Z | previously selected package `oxnet v0.1.6` |
| 329 | 2026-08-30T03:14:42.026Z | ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)` |
| 330 | 2026-08-30T03:14:42.026Z | |
| 331 | 2026-08-30T03:14:42.026Z | failed to select a version for `oxnet` which could resolve this conflict |
| 332 | 2026-08-30T03:14:42.066Z | Failed to run command -- will try 1 more times |
| 333 | 2026-08-30T03:14:42.316Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 334 | 2026-08-30T03:14:42.387Z | Updating crates.io index |
| 335 | 2026-08-30T03:14:42.608Z | error: failed to select a version for `oxnet`. |
| 336 | 2026-08-30T03:14:42.608Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 337 | 2026-08-30T03:14:42.608Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 338 | 2026-08-30T03:14:42.608Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 339 | 2026-08-30T03:14:42.608Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 340 | 2026-08-30T03:14:42.608Z | |
| 341 | 2026-08-30T03:14:42.609Z | all possible versions conflict with previously selected packages |
| 342 | 2026-08-30T03:14:42.609Z | |
| 343 | 2026-08-30T03:14:42.609Z | previously selected package `oxnet v0.1.6` |
| 344 | 2026-08-30T03:14:42.609Z | ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)` |
| 345 | 2026-08-30T03:14:42.609Z | |
| 346 | 2026-08-30T03:14:42.609Z | failed to select a version for `oxnet` which could resolve this conflict |
| 347 | 2026-08-30T03:14:42.635Z | |
| 348 | 2026-08-30T03:14:42.638Z | real 39.862128571 |
| 349 | 2026-08-30T03:14:42.638Z | user 17.026751418 |
| 350 | 2026-08-30T03:14:42.638Z | sys 2.248371477 |
| 351 | 2026-08-30T03:14:42.638Z | trap 0.001845061 |
| 352 | 2026-08-30T03:14:42.638Z | tflt 0.045534480 |
| 353 | 2026-08-30T03:14:42.638Z | dflt 0.043197570 |
| 354 | 2026-08-30T03:14:42.638Z | kflt 0.014613007 |
| 355 | 2026-08-30T03:14:42.638Z | lock 49.074077507 |
| 356 | 2026-08-30T03:14:42.638Z | slp 1:01.430675448 |
| 357 | 2026-08-30T03:14:42.638Z | lat 0.098286977 |
| 358 | 2026-08-30T03:14:42.638Z | stop 0.012170637 |
| 359 | 2026-08-30T03:14:42.638Z | process exited: duration 41003 ms, exit code 101 |
| |
| 360 | 2026-08-30T03:14:42.644Z | found 0 output files |
| 361 | 2026-08-30T03:14:42.647Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 362 | 2026-08-30T03:14:42.647Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |