|
|
|
| 1 | 2026-05-08T12:04:24.864Z | job assigned to worker 01KR3QHKS16JE8TNQYMS1S14BT [factory aws, i-007da60478776b4b0] (queued for 48 s) |
| |
| 2 | 2026-05-08T12:04:32.775Z | starting task 0: "setup" |
| 3 | 2026-05-08T12:04:32.780Z | ++ uname -s |
| 4 | 2026-05-08T12:04:32.783Z | + kern=SunOS |
| 5 | 2026-05-08T12:04:32.783Z | + build_user=build |
| 6 | 2026-05-08T12:04:32.783Z | + build_uid=12345 |
| 7 | 2026-05-08T12:04:32.783Z | + work_dir=/work |
| 8 | 2026-05-08T12:04:32.783Z | + input_dir=/input |
| 9 | 2026-05-08T12:04:32.783Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T12:04:32.783Z | + case "$kern" in |
| 11 | 2026-05-08T12:04:32.783Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T12:04:32.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T12:04:34.793Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T12:04:34.869Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T12:04:34.872Z | + home_fs=zfs |
| 16 | 2026-05-08T12:04:34.872Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T12:04:34.873Z | + mkdir -p /home/build |
| 18 | 2026-05-08T12:04:34.876Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T12:04:36.877Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T12:04:36.880Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-05-08T12:04:36.887Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T12:04:36.893Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T12:04:36.893Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-08T12:04:36.893Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-08T12:04:36.893Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-08T12:04:36.893Z | * rust toolchain profile = "default" |
| 27 | 2026-05-08T12:04:36.893Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T12:04:36.896Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T12:04:36.896Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T12:04:36.986Z | info: downloading installer |
| 31 | 2026-05-08T12:04:38.670Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T12:04:38.670Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T12:04:38.670Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T12:04:38.670Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T12:04:38.683Z | info: profile set to default |
| 36 | 2026-05-08T12:04:38.683Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T12:04:38.686Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T12:04:38.827Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T12:04:38.830Z | info: downloading 6 components |
| 40 | 2026-05-08T12:04:55.050Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T12:04:55.050Z | |
| 42 | 2026-05-08T12:04:55.078Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T12:04:55.078Z | |
| 44 | 2026-05-08T12:04:55.078Z | |
| 45 | 2026-05-08T12:04:55.078Z | Rust is installed now. Great! |
| 46 | 2026-05-08T12:04:55.078Z | |
| 47 | 2026-05-08T12:04:55.078Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T12:04:55.078Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T12:04:55.078Z | |
| 50 | 2026-05-08T12:04:55.078Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T12:04:55.078Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T12:04:55.078Z | |
| 53 | 2026-05-08T12:04:55.078Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T12:04:55.082Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T12:04:55.082Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T12:04:55.082Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T12:04:55.082Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T12:04:55.082Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T12:04:55.082Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T12:04:55.082Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T12:04:55.082Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T12:04:55.183Z | + rustup --version |
| 63 | 2026-05-08T12:04:55.190Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T12:04:55.193Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T12:04:55.212Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T12:04:55.215Z | + cargo --version |
| 67 | 2026-05-08T12:04:55.225Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T12:04:55.228Z | + rustc --version |
| 69 | 2026-05-08T12:04:55.249Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T12:04:55.252Z | process exited: duration 18365 ms, exit code 0 |
| |
| 71 | 2026-05-08T12:04:55.258Z | starting task 2: "authentication" |
| 72 | 2026-05-08T12:04:55.281Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-05-08T12:04:55.287Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T12:04:55.293Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T12:04:55.296Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T12:04:55.333Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T12:05:05.084Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T12:05:05.084Z | + git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa |
| 79 | 2026-05-08T12:05:05.381Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T12:05:05.381Z | * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD |
| 81 | 2026-05-08T12:05:05.392Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-08T12:05:05.396Z | ++ git branch --show-current |
| 83 | 2026-05-08T12:05:05.397Z | + current=main |
| 84 | 2026-05-08T12:05:05.397Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-08T12:05:05.397Z | + git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa |
| 86 | 2026-05-08T12:05:05.400Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-08T12:05:05.636Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-08T12:05:05.640Z | + git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa |
| 89 | 2026-05-08T12:05:05.874Z | HEAD is now at 5782badef Update crucible-common digest to 2e75a38 |
| 90 | 2026-05-08T12:05:05.877Z | process exited: duration 10589 ms, exit code 0 |
| |
| 91 | 2026-05-08T12:05:05.883Z | starting task 4: "build" |
| 92 | 2026-05-08T12:05:05.893Z | + source ./env.sh |
| 93 | 2026-05-08T12:05:05.893Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-08T12:05:05.893Z | ++ set -o xtrace |
| 95 | 2026-05-08T12:05:05.896Z | ++++ dirname ./env.sh |
| 96 | 2026-05-08T12:05:05.899Z | +++ readlink -f . |
| 97 | 2026-05-08T12:05:05.903Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-08T12:05:05.903Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-08T12:05:05.903Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-08T12:05:05.903Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-08T12:05:05.903Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-08T12:05:05.903Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-08T12:05:05.903Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-08T12:05:05.903Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-08T12:05:05.903Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-08T12:05:05.903Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-08T12:05:05.903Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-08T12:05:05.903Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-08T12:05:05.903Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-08T12:05:05.903Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-08T12:05:05.903Z | + target_os=illumos |
| 112 | 2026-05-08T12:05:05.903Z | + NEXTEST_VERSION=0.9.131 |
| 113 | 2026-05-08T12:05:05.903Z | + cargo --version |
| 114 | 2026-05-08T12:05:05.913Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-08T12:05:05.916Z | + rustc --version |
| 116 | 2026-05-08T12:05:05.937Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-08T12:05:05.940Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 118 | 2026-05-08T12:05:05.943Z | + gunzip |
| 119 | 2026-05-08T12:05:05.943Z | + tar -xvf - -C /home/build/.cargo/bin |
| 120 | 2026-05-08T12:05:06.945Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 121 | 2026-05-08T12:05:06.948Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 122 | 2026-05-08T12:05:06.948Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 123 | 2026-05-08T12:05:06.949Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 124 | 2026-05-08T12:05:06.949Z | + mkdir /var/tmp/omicron_tmp |
| 125 | 2026-05-08T12:05:06.952Z | + OUTPUT_DIR=/work |
| 126 | 2026-05-08T12:05:06.952Z | + echo 'tests will store non-ephemeral output in /work' |
| 127 | 2026-05-08T12:05:06.952Z | tests will store non-ephemeral output in /work |
| 128 | 2026-05-08T12:05:06.952Z | + mkdir -p /work |
| 129 | 2026-05-08T12:05:06.952Z | + banner prerequisites |
| 130 | 2026-05-08T12:05:06.955Z | |
| 131 | 2026-05-08T12:05:06.955Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 132 | 2026-05-08T12:05:06.955Z | # # # # # # # # # # # # # # # |
| 133 | 2026-05-08T12:05:06.955Z | # # # # ##### # # ##### # # # # # #### # |
| 134 | 2026-05-08T12:05:06.955Z | ##### ##### # ##### # # # # # # # # # |
| 135 | 2026-05-08T12:05:06.955Z | # # # # # # # # # # # # # # # |
| 136 | 2026-05-08T12:05:06.955Z | # # # ###### # # ###### ### # #### # #### # |
| 137 | 2026-05-08T12:05:06.955Z | |
| 138 | 2026-05-08T12:05:06.955Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 139 | 2026-05-08T12:05:08.410Z | Startup: Refreshing catalog 'helios' ... Done |
| 140 | 2026-05-08T12:05:08.529Z | Planning: Solver setup ... Done (0.097s) |
| 141 | 2026-05-08T12:05:08.536Z | Planning: Running solver ... Done (0.008s) |
| 142 | 2026-05-08T12:05:08.540Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2026-05-08T12:05:08.543Z | Planning: Fetching manifests: 0/2 0% complete |
| 144 | 2026-05-08T12:05:08.565Z | Planning: Fetching manifests: 2/2 100% complete |
| 145 | 2026-05-08T12:05:08.578Z | Planning: Package planning ... Done (0.014s) |
| 146 | 2026-05-08T12:05:08.581Z | Planning: Merging actions ... Done (0.002s) |
| 147 | 2026-05-08T12:05:08.767Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 148 | 2026-05-08T12:05:08.770Z | Planning: Consolidating action changes ... Done (0.001s) |
| 149 | 2026-05-08T12:05:09.617Z | Planning: Evaluating mediators ... Done (0.849s) |
| 150 | 2026-05-08T12:05:09.620Z | Planning: Planning completed in 1.21 seconds |
| 151 | 2026-05-08T12:05:09.627Z | Packages to install: 2 |
| 152 | 2026-05-08T12:05:09.628Z | Estimated space available: 156.06 GB |
| 153 | 2026-05-08T12:05:09.631Z | Estimated space to be consumed: 15.55 MB |
| 154 | 2026-05-08T12:05:09.631Z | Create boot environment: No |
| 155 | 2026-05-08T12:05:09.631Z | Create backup boot environment: No |
| 156 | 2026-05-08T12:05:09.631Z | Rebuild boot archive: No |
| 157 | 2026-05-08T12:05:09.631Z | |
| 158 | 2026-05-08T12:05:09.631Z | Changed packages: |
| 159 | 2026-05-08T12:05:09.631Z | helios |
| 160 | 2026-05-08T12:05:09.631Z | developer/build-essential |
| 161 | 2026-05-08T12:05:09.631Z | None -> 11-3.0 |
| 162 | 2026-05-08T12:05:09.631Z | library/libxmlsec1 |
| 163 | 2026-05-08T12:05:09.631Z | None -> 1.2.35-3.0 |
| 164 | 2026-05-08T12:05:09.654Z | |
| 165 | 2026-05-08T12:05:09.654Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 166 | 2026-05-08T12:05:10.221Z | Download: Completed 1.28 MB in 0.57 seconds (2.3M/s) |
| 167 | 2026-05-08T12:05:10.301Z | Actions: 1/268 actions (Installing new actions) |
| 168 | 2026-05-08T12:05:10.342Z | Actions: Completed 268 actions in 0.04 seconds. |
| 169 | 2026-05-08T12:05:10.351Z | Finalize: Updating package state database ... Done (0.009s) |
| 170 | 2026-05-08T12:05:10.351Z | Finalize: Updating package cache ... Done (0.000s) |
| 171 | 2026-05-08T12:05:10.361Z | Finalize: Updating image state ... Done (0.010s) |
| 172 | 2026-05-08T12:05:12.942Z | Finalize: Creating fast lookup database ... Done (2.560s) |
| 173 | 2026-05-08T12:05:13.011Z | Finalize: Reading search index ... Done (0.013s) |
| 174 | 2026-05-08T12:05:13.014Z | Finalize: Updating search index ... Done (0.000s) |
| 175 | 2026-05-08T12:05:13.102Z | Finalize: Updating package cache ... Done (0.000s) |
| 176 | 2026-05-08T12:05:13.394Z | Planning: Evaluating mediator changes ... Done |
| 177 | 2026-05-08T12:05:13.498Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2026-05-08T12:05:13.501Z | Planning: Consolidating action changes ... Done |
| 179 | 2026-05-08T12:05:13.657Z | Planning: Evaluating mediators ... Done |
| 180 | 2026-05-08T12:05:13.660Z | Planning: Planning completed in 0.26 seconds |
| 181 | 2026-05-08T12:05:13.681Z | Mediators to change: 2 |
| 182 | 2026-05-08T12:05:13.681Z | Create boot environment: No |
| 183 | 2026-05-08T12:05:13.681Z | Create backup boot environment: No |
| 184 | 2026-05-08T12:05:13.756Z | Finalize: Updating package state database ... Done |
| 185 | 2026-05-08T12:05:13.756Z | Finalize: Updating package cache ... Done |
| 186 | 2026-05-08T12:05:13.762Z | Finalize: Updating image state ... Done |
| 187 | 2026-05-08T12:05:15.672Z | Finalize: Creating fast lookup database ... Done |
| 188 | 2026-05-08T12:05:15.730Z | Finalize: Reading search index ... Done |
| 189 | 2026-05-08T12:05:15.733Z | Finalize: Updating search index ... Done |
| 190 | 2026-05-08T12:05:15.816Z | Finalize: Updating package cache ... Done |
| 191 | 2026-05-08T12:05:16.103Z | Planning: Evaluating mediator changes ... Done |
| 192 | 2026-05-08T12:05:16.208Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2026-05-08T12:05:16.211Z | Planning: Consolidating action changes ... Done |
| 194 | 2026-05-08T12:05:16.366Z | Planning: Evaluating mediators ... Done |
| 195 | 2026-05-08T12:05:16.369Z | Planning: Planning completed in 0.26 seconds |
| 196 | 2026-05-08T12:05:16.389Z | Mediators to change: 1 |
| 197 | 2026-05-08T12:05:16.389Z | Create boot environment: No |
| 198 | 2026-05-08T12:05:16.389Z | Create backup boot environment: No |
| 199 | 2026-05-08T12:05:16.465Z | Finalize: Updating package state database ... Done |
| 200 | 2026-05-08T12:05:16.465Z | Finalize: Updating package cache ... Done |
| 201 | 2026-05-08T12:05:16.471Z | Finalize: Updating image state ... Done |
| 202 | 2026-05-08T12:05:18.410Z | Finalize: Creating fast lookup database ... Done |
| 203 | 2026-05-08T12:05:18.470Z | Finalize: Reading search index ... Done |
| 204 | 2026-05-08T12:05:18.474Z | Finalize: Updating search index ... Done |
| 205 | 2026-05-08T12:05:18.551Z | Finalize: Updating package cache ... Done |
| 206 | 2026-05-08T12:05:18.865Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-05-08T12:05:18.865Z | apache system 2.4 system |
| 208 | 2026-05-08T12:05:18.865Z | clang system 15 system |
| 209 | 2026-05-08T12:05:18.865Z | csh system system illumos |
| 210 | 2026-05-08T12:05:18.865Z | ctags system system illumos |
| 211 | 2026-05-08T12:05:18.865Z | file vendor vendor darwinsys |
| 212 | 2026-05-08T12:05:18.865Z | file system system illumos |
| 213 | 2026-05-08T12:05:18.865Z | gcc vendor 14 vendor |
| 214 | 2026-05-08T12:05:18.865Z | gcc system 13 system |
| 215 | 2026-05-08T12:05:18.865Z | gcc system 10 system |
| 216 | 2026-05-08T12:05:18.865Z | go system 1.25 system |
| 217 | 2026-05-08T12:05:18.865Z | llvm system 15 system |
| 218 | 2026-05-08T12:05:18.865Z | mariadb system 11.4 system |
| 219 | 2026-05-08T12:05:18.865Z | mta vendor vendor dma |
| 220 | 2026-05-08T12:05:18.865Z | openjdk system 17 system |
| 221 | 2026-05-08T12:05:18.865Z | openjdk system 11 system |
| 222 | 2026-05-08T12:05:18.865Z | openssl vendor 3 vendor |
| 223 | 2026-05-08T12:05:18.865Z | perl system 5.40 system |
| 224 | 2026-05-08T12:05:18.865Z | postgresql system 18 system |
| 225 | 2026-05-08T12:05:18.865Z | postgresql system 17 system |
| 226 | 2026-05-08T12:05:18.865Z | python vendor 3 vendor |
| 227 | 2026-05-08T12:05:18.865Z | python system 2 system |
| 228 | 2026-05-08T12:05:18.865Z | python3 vendor 3.13 vendor |
| 229 | 2026-05-08T12:05:18.865Z | ruby system 3.4 system |
| 230 | 2026-05-08T12:05:18.865Z | ruby system 3.0 system |
| 231 | 2026-05-08T12:05:18.865Z | words vendor vendor american-english |
| 232 | 2026-05-08T12:05:18.865Z | words system system australian-english |
| 233 | 2026-05-08T12:05:18.865Z | words system system british-english |
| 234 | 2026-05-08T12:05:18.866Z | words system system canadian-english |
| 235 | 2026-05-08T12:05:18.866Z | words system system french |
| 236 | 2026-05-08T12:05:18.866Z | words system system italian |
| 237 | 2026-05-08T12:05:18.866Z | words system system ngerman |
| 238 | 2026-05-08T12:05:18.866Z | words system system ogerman |
| 239 | 2026-05-08T12:05:18.866Z | words system system spanish |
| 240 | 2026-05-08T12:05:19.120Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-05-08T12:05:19.120Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 242 | 2026-05-08T12:05:19.385Z | FMRI IFO |
| 243 | 2026-05-08T12:05:19.385Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 244 | 2026-05-08T12:05:19.385Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 245 | 2026-05-08T12:05:19.385Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 246 | 2026-05-08T12:05:19.385Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 247 | 2026-05-08T12:05:19.385Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 248 | 2026-05-08T12:05:19.385Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 249 | 2026-05-08T12:05:19.385Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 250 | 2026-05-08T12:05:19.385Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 251 | 2026-05-08T12:05:19.386Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 252 | 2026-05-08T12:05:19.600Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 253 | 2026-05-08T12:05:19.845Z | Updating crates.io index |
| 254 | 2026-05-08T12:05:19.881Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 255 | 2026-05-08T12:05:20.110Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-05-08T12:05:20.999Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 257 | 2026-05-08T12:05:21.489Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 258 | 2026-05-08T12:05:22.668Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 259 | 2026-05-08T12:05:23.159Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 260 | 2026-05-08T12:05:24.489Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 261 | 2026-05-08T12:05:25.274Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 262 | 2026-05-08T12:05:25.563Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2026-05-08T12:05:26.272Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 264 | 2026-05-08T12:05:26.655Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-08T12:05:27.173Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 266 | 2026-05-08T12:05:27.554Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-05-08T12:05:28.578Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 268 | 2026-05-08T12:05:29.150Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 269 | 2026-05-08T12:05:29.474Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 270 | 2026-05-08T12:05:29.803Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-05-08T12:05:30.205Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 272 | 2026-05-08T12:05:30.406Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 273 | 2026-05-08T12:05:30.665Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 274 | 2026-05-08T12:05:30.931Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 275 | 2026-05-08T12:05:31.289Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 276 | 2026-05-08T12:05:31.710Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 277 | 2026-05-08T12:05:32.770Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 278 | 2026-05-08T12:05:33.166Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 279 | 2026-05-08T12:05:33.505Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 280 | 2026-05-08T12:05:33.783Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 281 | 2026-05-08T12:05:34.854Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 282 | 2026-05-08T12:05:35.610Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 283 | 2026-05-08T12:05:36.082Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 284 | 2026-05-08T12:05:36.459Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 285 | 2026-05-08T12:05:36.803Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 286 | 2026-05-08T12:05:37.110Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 287 | 2026-05-08T12:05:37.418Z | Updating crates.io index |
| 288 | 2026-05-08T12:05:37.457Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 289 | 2026-05-08T12:05:37.685Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 290 | 2026-05-08T12:05:37.952Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 291 | 2026-05-08T12:05:38.406Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 292 | 2026-05-08T12:05:39.356Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 293 | 2026-05-08T12:05:50.402Z | error: failed to select a version for `vergen`. |
| 294 | 2026-05-08T12:05:50.402Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 295 | 2026-05-08T12:05:50.402Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 296 | 2026-05-08T12:05:50.402Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 297 | 2026-05-08T12:05:50.402Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 298 | 2026-05-08T12:05:50.402Z | |
| 299 | 2026-05-08T12:05:50.402Z | all possible versions conflict with previously selected packages. |
| 300 | 2026-05-08T12:05:50.402Z | |
| 301 | 2026-05-08T12:05:50.402Z | previously selected package `vergen v9.0.6` |
| 302 | 2026-05-08T12:05:50.402Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 303 | 2026-05-08T12:05:50.402Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 304 | 2026-05-08T12:05:50.402Z | |
| 305 | 2026-05-08T12:05:50.402Z | failed to select a version for `vergen` which could resolve this conflict |
| 306 | 2026-05-08T12:05:50.444Z | Failed to run command -- will try 2 more times |
| 307 | 2026-05-08T12:05:50.701Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 308 | 2026-05-08T12:05:50.722Z | Updating crates.io index |
| 309 | 2026-05-08T12:05:50.968Z | Updating crates.io index |
| 310 | 2026-05-08T12:05:51.548Z | error: failed to select a version for `vergen`. |
| 311 | 2026-05-08T12:05:51.548Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 312 | 2026-05-08T12:05:51.548Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 313 | 2026-05-08T12:05:51.548Z | ... 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)` |
| 314 | 2026-05-08T12:05:51.548Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 315 | 2026-05-08T12:05:51.548Z | |
| 316 | 2026-05-08T12:05:51.548Z | all possible versions conflict with previously selected packages. |
| 317 | 2026-05-08T12:05:51.548Z | |
| 318 | 2026-05-08T12:05:51.548Z | previously selected package `vergen v9.0.6` |
| 319 | 2026-05-08T12:05:51.548Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 320 | 2026-05-08T12:05:51.548Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 321 | 2026-05-08T12:05:51.548Z | |
| 322 | 2026-05-08T12:05:51.548Z | failed to select a version for `vergen` which could resolve this conflict |
| 323 | 2026-05-08T12:05:51.573Z | Failed to run command -- will try 1 more times |
| 324 | 2026-05-08T12:05:51.827Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 325 | 2026-05-08T12:05:51.897Z | Updating crates.io index |
| 326 | 2026-05-08T12:05:52.484Z | error: failed to select a version for `vergen`. |
| 327 | 2026-05-08T12:05:52.484Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 328 | 2026-05-08T12:05:52.484Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 329 | 2026-05-08T12:05:52.484Z | ... 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)` |
| 330 | 2026-05-08T12:05:52.484Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 331 | 2026-05-08T12:05:52.484Z | |
| 332 | 2026-05-08T12:05:52.484Z | all possible versions conflict with previously selected packages. |
| 333 | 2026-05-08T12:05:52.484Z | |
| 334 | 2026-05-08T12:05:52.484Z | previously selected package `vergen v9.0.6` |
| 335 | 2026-05-08T12:05:52.484Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 336 | 2026-05-08T12:05:52.484Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 337 | 2026-05-08T12:05:52.484Z | |
| 338 | 2026-05-08T12:05:52.484Z | failed to select a version for `vergen` which could resolve this conflict |
| 339 | 2026-05-08T12:05:52.510Z | |
| 340 | 2026-05-08T12:05:52.514Z | real 45.548617492 |
| 341 | 2026-05-08T12:05:52.514Z | user 19.508549398 |
| 342 | 2026-05-08T12:05:52.514Z | sys 2.163050203 |
| 343 | 2026-05-08T12:05:52.514Z | trap 0.002280016 |
| 344 | 2026-05-08T12:05:52.514Z | tflt 0.050731379 |
| 345 | 2026-05-08T12:05:52.514Z | dflt 0.050546177 |
| 346 | 2026-05-08T12:05:52.514Z | kflt 0.015304443 |
| 347 | 2026-05-08T12:05:52.514Z | lock 0.098236115 |
| 348 | 2026-05-08T12:05:52.514Z | slp 1:11.567998014 |
| 349 | 2026-05-08T12:05:52.514Z | lat 0.125497610 |
| 350 | 2026-05-08T12:05:52.514Z | stop 0.000686175 |
| 351 | 2026-05-08T12:05:52.514Z | process exited: duration 46625 ms, exit code 101 |
| |
| 352 | 2026-05-08T12:05:52.522Z | found 0 output files |
| 353 | 2026-05-08T12:05:52.522Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 354 | 2026-05-08T12:05:52.522Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |