|
|
|
| 1 | 2026-05-12T03:40:25.364Z | job assigned to worker 01KRD49N7ZRWN983WA4P13ZAK2 [factory aws, i-050aee5aafcb46e7c] (queued for 54 s) |
| |
| 2 | 2026-05-12T03:40:33.358Z | starting task 0: "setup" |
| 3 | 2026-05-12T03:40:33.581Z | ++ uname -s |
| 4 | 2026-05-12T03:40:33.581Z | + kern=SunOS |
| 5 | 2026-05-12T03:40:33.581Z | + build_user=build |
| 6 | 2026-05-12T03:40:33.581Z | + build_uid=12345 |
| 7 | 2026-05-12T03:40:33.581Z | + work_dir=/work |
| 8 | 2026-05-12T03:40:33.581Z | + input_dir=/input |
| 9 | 2026-05-12T03:40:33.582Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T03:40:33.582Z | + case "$kern" in |
| 11 | 2026-05-12T03:40:33.582Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T03:40:33.582Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T03:40:35.379Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T03:40:35.774Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T03:40:35.774Z | + home_fs=zfs |
| 16 | 2026-05-12T03:40:35.774Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T03:40:35.775Z | + mkdir -p /home/build |
| 18 | 2026-05-12T03:40:35.775Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T03:40:41.660Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T03:40:41.873Z | process exited: duration 4166 ms, exit code 0 |
| |
| 21 | 2026-05-12T03:40:42.202Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T03:40:42.578Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T03:40:42.578Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-12T03:40:42.578Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-12T03:40:42.578Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-12T03:40:42.578Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-12T03:40:42.578Z | * rust toolchain profile = "default" |
| 28 | 2026-05-12T03:40:42.578Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T03:40:42.578Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T03:40:42.578Z | info: downloading installer |
| 31 | 2026-05-12T03:40:45.417Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T03:40:45.417Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T03:40:45.417Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T03:40:45.417Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T03:40:45.417Z | info: profile set to default |
| 36 | 2026-05-12T03:40:45.417Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T03:40:45.417Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T03:40:45.417Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T03:40:45.417Z | info: downloading 6 components |
| 40 | 2026-05-12T03:40:58.047Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T03:40:58.048Z | |
| 42 | 2026-05-12T03:40:58.080Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T03:40:58.080Z | |
| 44 | 2026-05-12T03:40:58.080Z | |
| 45 | 2026-05-12T03:40:58.080Z | Rust is installed now. Great! |
| 46 | 2026-05-12T03:40:58.080Z | |
| 47 | 2026-05-12T03:40:58.080Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T03:40:58.080Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T03:40:58.080Z | |
| 50 | 2026-05-12T03:40:58.080Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T03:40:58.080Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T03:40:58.080Z | |
| 53 | 2026-05-12T03:40:58.080Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T03:40:58.080Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T03:40:58.080Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T03:40:58.080Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T03:40:58.080Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T03:40:58.081Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T03:40:58.081Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T03:40:58.087Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T03:40:58.087Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T03:40:58.175Z | + rustup --version |
| 63 | 2026-05-12T03:40:58.181Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T03:40:58.182Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T03:40:58.205Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T03:40:58.211Z | + cargo --version |
| 67 | 2026-05-12T03:40:58.219Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T03:40:58.224Z | + rustc --version |
| 69 | 2026-05-12T03:40:58.242Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T03:40:58.251Z | process exited: duration 16188 ms, exit code 0 |
| |
| 71 | 2026-05-12T03:40:58.260Z | starting task 2: "authentication" |
| 72 | 2026-05-12T03:40:58.283Z | process exited: duration 24 ms, exit code 0 |
| |
| 73 | 2026-05-12T03:40:58.289Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T03:40:58.296Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T03:40:58.299Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T03:40:58.327Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T03:41:07.848Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T03:41:07.848Z | + git fetch origin 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 79 | 2026-05-12T03:41:08.117Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T03:41:08.117Z | * branch 4ffa2952926342b3c787ae0d44292fb79d7178e0 -> FETCH_HEAD |
| 81 | 2026-05-12T03:41:08.132Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-12T03:41:08.138Z | ++ git branch --show-current |
| 83 | 2026-05-12T03:41:08.142Z | + current=main |
| 84 | 2026-05-12T03:41:08.142Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-12T03:41:08.142Z | + git branch -f renovate/crucible-common-digest 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 86 | 2026-05-12T03:41:08.142Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-12T03:41:08.379Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-12T03:41:08.384Z | + git reset --hard 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 89 | 2026-05-12T03:41:08.625Z | HEAD is now at 4ffa29529 Update crucible-common digest to fefccc0 |
| 90 | 2026-05-12T03:41:08.629Z | process exited: duration 10334 ms, exit code 0 |
| |
| 91 | 2026-05-12T03:41:08.654Z | starting task 4: "build" |
| 92 | 2026-05-12T03:41:08.662Z | + source ./env.sh |
| 93 | 2026-05-12T03:41:08.662Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-12T03:41:08.662Z | ++ set -o xtrace |
| 95 | 2026-05-12T03:41:08.677Z | ++++ dirname ./env.sh |
| 96 | 2026-05-12T03:41:08.677Z | +++ readlink -f . |
| 97 | 2026-05-12T03:41:08.677Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ 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-12T03:41:08.677Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-12T03:41:08.677Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-12T03:41:08.677Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-12T03:41:08.677Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-12T03:41:08.677Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-12T03:41:08.677Z | + target_os=illumos |
| 112 | 2026-05-12T03:41:08.677Z | + NEXTEST_VERSION=0.9.131 |
| 113 | 2026-05-12T03:41:08.677Z | + cargo --version |
| 114 | 2026-05-12T03:41:08.684Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-12T03:41:08.684Z | + rustc --version |
| 116 | 2026-05-12T03:41:08.706Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-12T03:41:08.721Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 118 | 2026-05-12T03:41:08.721Z | + gunzip |
| 119 | 2026-05-12T03:41:08.721Z | + tar -xvf - -C /home/build/.cargo/bin |
| 120 | 2026-05-12T03:41:09.627Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 121 | 2026-05-12T03:41:09.631Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 122 | 2026-05-12T03:41:09.631Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 123 | 2026-05-12T03:41:09.631Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 124 | 2026-05-12T03:41:09.631Z | + mkdir /var/tmp/omicron_tmp |
| 125 | 2026-05-12T03:41:09.631Z | + OUTPUT_DIR=/work |
| 126 | 2026-05-12T03:41:09.631Z | + echo 'tests will store non-ephemeral output in /work' |
| 127 | 2026-05-12T03:41:09.631Z | tests will store non-ephemeral output in /work |
| 128 | 2026-05-12T03:41:09.631Z | + mkdir -p /work |
| 129 | 2026-05-12T03:41:09.635Z | + banner prerequisites |
| 130 | 2026-05-12T03:41:09.638Z | |
| 131 | 2026-05-12T03:41:09.638Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 132 | 2026-05-12T03:41:09.638Z | # # # # # # # # # # # # # # # |
| 133 | 2026-05-12T03:41:09.639Z | # # # # ##### # # ##### # # # # # #### # |
| 134 | 2026-05-12T03:41:09.639Z | ##### ##### # ##### # # # # # # # # # |
| 135 | 2026-05-12T03:41:09.639Z | # # # # # # # # # # # # # # # |
| 136 | 2026-05-12T03:41:09.639Z | # # # ###### # # ###### ### # #### # #### # |
| 137 | 2026-05-12T03:41:09.639Z | |
| 138 | 2026-05-12T03:41:09.639Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 139 | 2026-05-12T03:41:11.127Z | Startup: Refreshing catalog 'helios' ... Done |
| 140 | 2026-05-12T03:41:11.169Z | Startup: Caching catalogs ... Done |
| 141 | 2026-05-12T03:41:11.318Z | Planning: Solver setup ... Done (0.120s) |
| 142 | 2026-05-12T03:41:11.328Z | Planning: Running solver ... Done (0.009s) |
| 143 | 2026-05-12T03:41:11.333Z | Planning: Finding local manifests ... Done (0.004s) |
| 144 | 2026-05-12T03:41:11.346Z | Planning: Fetching manifests: 0/2 0% complete |
| 145 | 2026-05-12T03:41:11.372Z | Planning: Fetching manifests: 2/2 100% complete |
| 146 | 2026-05-12T03:41:11.384Z | Planning: Package planning ... Done (0.014s) |
| 147 | 2026-05-12T03:41:11.387Z | Planning: Merging actions ... Done (0.001s) |
| 148 | 2026-05-12T03:41:11.577Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 149 | 2026-05-12T03:41:11.580Z | Planning: Consolidating action changes ... Done (0.001s) |
| 150 | 2026-05-12T03:41:12.478Z | Planning: Evaluating mediators ... Done (0.900s) |
| 151 | 2026-05-12T03:41:12.482Z | Planning: Planning completed in 1.29 seconds |
| 152 | 2026-05-12T03:41:12.489Z | Packages to install: 2 |
| 153 | 2026-05-12T03:41:12.489Z | Estimated space available: 156.07 GB |
| 154 | 2026-05-12T03:41:12.489Z | Estimated space to be consumed: 16.95 MB |
| 155 | 2026-05-12T03:41:12.489Z | Create boot environment: No |
| 156 | 2026-05-12T03:41:12.489Z | Create backup boot environment: No |
| 157 | 2026-05-12T03:41:12.489Z | Rebuild boot archive: No |
| 158 | 2026-05-12T03:41:12.494Z | |
| 159 | 2026-05-12T03:41:12.494Z | Changed packages: |
| 160 | 2026-05-12T03:41:12.494Z | helios |
| 161 | 2026-05-12T03:41:12.494Z | developer/build-essential |
| 162 | 2026-05-12T03:41:12.494Z | None -> 11-3.0 |
| 163 | 2026-05-12T03:41:12.494Z | library/libxmlsec1 |
| 164 | 2026-05-12T03:41:12.494Z | None -> 1.2.35-3.0 |
| 165 | 2026-05-12T03:41:12.516Z | |
| 166 | 2026-05-12T03:41:12.517Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 167 | 2026-05-12T03:41:13.101Z | Download: Completed 1.28 MB in 0.59 seconds (2.2M/s) |
| 168 | 2026-05-12T03:41:13.168Z | Actions: 1/268 actions (Installing new actions) |
| 169 | 2026-05-12T03:41:13.208Z | Actions: Completed 268 actions in 0.04 seconds. |
| 170 | 2026-05-12T03:41:13.215Z | Finalize: Updating package state database ... Done (0.006s) |
| 171 | 2026-05-12T03:41:13.215Z | Finalize: Updating package cache ... Done (0.000s) |
| 172 | 2026-05-12T03:41:13.226Z | Finalize: Updating image state ... Done (0.012s) |
| 173 | 2026-05-12T03:41:15.843Z | Finalize: Creating fast lookup database ... Done (2.591s) |
| 174 | 2026-05-12T03:41:16.281Z | Finalize: Reading search index ... Done (0.013s) |
| 175 | 2026-05-12T03:41:16.435Z | Finalize: Updating search index ... Done (0.000s) |
| 176 | 2026-05-12T03:41:16.435Z | Finalize: Updating package cache ... Done (0.000s) |
| 177 | 2026-05-12T03:41:16.472Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2026-05-12T03:41:16.472Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2026-05-12T03:41:16.472Z | Planning: Consolidating action changes ... Done |
| 180 | 2026-05-12T03:41:16.586Z | Planning: Evaluating mediators ... Done |
| 181 | 2026-05-12T03:41:16.601Z | Planning: Planning completed in 0.26 seconds |
| 182 | 2026-05-12T03:41:16.619Z | Mediators to change: 2 |
| 183 | 2026-05-12T03:41:16.619Z | Create boot environment: No |
| 184 | 2026-05-12T03:41:16.619Z | Create backup boot environment: No |
| 185 | 2026-05-12T03:41:16.728Z | Finalize: Updating package state database ... Done |
| 186 | 2026-05-12T03:41:16.728Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-12T03:41:16.736Z | Finalize: Updating image state ... Done |
| 188 | 2026-05-12T03:41:18.706Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-05-12T03:41:18.762Z | Finalize: Reading search index ... Done |
| 190 | 2026-05-12T03:41:18.772Z | Finalize: Updating search index ... Done |
| 191 | 2026-05-12T03:41:18.860Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-12T03:41:19.149Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-05-12T03:41:19.251Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-05-12T03:41:19.254Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-05-12T03:41:19.407Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-05-12T03:41:19.410Z | Planning: Planning completed in 0.26 seconds |
| 197 | 2026-05-12T03:41:19.429Z | Mediators to change: 1 |
| 198 | 2026-05-12T03:41:19.429Z | Create boot environment: No |
| 199 | 2026-05-12T03:41:19.429Z | Create backup boot environment: No |
| 200 | 2026-05-12T03:41:19.521Z | Finalize: Updating package state database ... Done |
| 201 | 2026-05-12T03:41:19.521Z | Finalize: Updating package cache ... Done |
| 202 | 2026-05-12T03:41:19.545Z | Finalize: Updating image state ... Done |
| 203 | 2026-05-12T03:41:21.439Z | Finalize: Creating fast lookup database ... Done |
| 204 | 2026-05-12T03:41:21.495Z | Finalize: Reading search index ... Done |
| 205 | 2026-05-12T03:41:21.500Z | Finalize: Updating search index ... Done |
| 206 | 2026-05-12T03:41:21.570Z | Finalize: Updating package cache ... Done |
| 207 | 2026-05-12T03:41:21.882Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2026-05-12T03:41:21.882Z | apache system 2.4 system |
| 209 | 2026-05-12T03:41:21.882Z | clang system 15 system |
| 210 | 2026-05-12T03:41:21.882Z | csh system system illumos |
| 211 | 2026-05-12T03:41:21.882Z | ctags system system illumos |
| 212 | 2026-05-12T03:41:21.882Z | file vendor vendor darwinsys |
| 213 | 2026-05-12T03:41:21.882Z | file system system illumos |
| 214 | 2026-05-12T03:41:21.882Z | gcc vendor 14 vendor |
| 215 | 2026-05-12T03:41:21.882Z | gcc system 13 system |
| 216 | 2026-05-12T03:41:21.882Z | gcc system 10 system |
| 217 | 2026-05-12T03:41:21.882Z | go system 1.25 system |
| 218 | 2026-05-12T03:41:21.882Z | llvm system 15 system |
| 219 | 2026-05-12T03:41:21.883Z | mariadb system 11.4 system |
| 220 | 2026-05-12T03:41:21.883Z | mta vendor vendor dma |
| 221 | 2026-05-12T03:41:21.883Z | openjdk system 17 system |
| 222 | 2026-05-12T03:41:21.883Z | openjdk system 11 system |
| 223 | 2026-05-12T03:41:21.883Z | openssl vendor 3 vendor |
| 224 | 2026-05-12T03:41:21.883Z | perl system 5.40 system |
| 225 | 2026-05-12T03:41:21.883Z | postgresql system 18 system |
| 226 | 2026-05-12T03:41:21.883Z | postgresql system 17 system |
| 227 | 2026-05-12T03:41:21.883Z | python vendor 3 vendor |
| 228 | 2026-05-12T03:41:21.883Z | python system 2 system |
| 229 | 2026-05-12T03:41:21.883Z | python3 vendor 3.13 vendor |
| 230 | 2026-05-12T03:41:21.883Z | ruby system 3.4 system |
| 231 | 2026-05-12T03:41:21.883Z | ruby system 3.0 system |
| 232 | 2026-05-12T03:41:21.884Z | words vendor vendor american-english |
| 233 | 2026-05-12T03:41:21.884Z | words system system australian-english |
| 234 | 2026-05-12T03:41:21.884Z | words system system british-english |
| 235 | 2026-05-12T03:41:21.884Z | words system system canadian-english |
| 236 | 2026-05-12T03:41:21.884Z | words system system french |
| 237 | 2026-05-12T03:41:21.884Z | words system system italian |
| 238 | 2026-05-12T03:41:21.884Z | words system system ngerman |
| 239 | 2026-05-12T03:41:21.884Z | words system system ogerman |
| 240 | 2026-05-12T03:41:21.884Z | words system system spanish |
| 241 | 2026-05-12T03:41:22.145Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2026-05-12T03:41:22.145Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 243 | 2026-05-12T03:41:22.404Z | FMRI IFO |
| 244 | 2026-05-12T03:41:22.404Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 245 | 2026-05-12T03:41:22.405Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 246 | 2026-05-12T03:41:22.405Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 247 | 2026-05-12T03:41:22.405Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 248 | 2026-05-12T03:41:22.405Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 249 | 2026-05-12T03:41:22.405Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 250 | 2026-05-12T03:41:22.405Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 251 | 2026-05-12T03:41:22.405Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 252 | 2026-05-12T03:41:22.405Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 253 | 2026-05-12T03:41:22.631Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 254 | 2026-05-12T03:41:22.882Z | Updating crates.io index |
| 255 | 2026-05-12T03:41:22.885Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 256 | 2026-05-12T03:41:23.143Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-05-12T03:41:23.917Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 258 | 2026-05-12T03:41:24.761Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 259 | 2026-05-12T03:41:25.578Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 260 | 2026-05-12T03:41:26.070Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 261 | 2026-05-12T03:41:27.364Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 262 | 2026-05-12T03:41:28.286Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 263 | 2026-05-12T03:41:28.579Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-05-12T03:41:29.541Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 265 | 2026-05-12T03:41:29.903Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-05-12T03:41:30.398Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 267 | 2026-05-12T03:41:30.663Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-05-12T03:41:31.776Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2026-05-12T03:41:32.247Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 270 | 2026-05-12T03:41:32.566Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 271 | 2026-05-12T03:41:32.881Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-05-12T03:41:33.290Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 273 | 2026-05-12T03:41:33.621Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 274 | 2026-05-12T03:41:34.027Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 275 | 2026-05-12T03:41:34.237Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 276 | 2026-05-12T03:41:34.605Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 277 | 2026-05-12T03:41:34.964Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 278 | 2026-05-12T03:41:36.037Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 279 | 2026-05-12T03:41:36.408Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 280 | 2026-05-12T03:41:36.729Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 281 | 2026-05-12T03:41:37.021Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 282 | 2026-05-12T03:41:37.268Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-05-12T03:41:38.811Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2026-05-12T03:41:39.230Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 285 | 2026-05-12T03:41:39.548Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 286 | 2026-05-12T03:41:39.776Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 287 | 2026-05-12T03:41:40.104Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 288 | 2026-05-12T03:41:40.411Z | Updating crates.io index |
| 289 | 2026-05-12T03:41:40.479Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2026-05-12T03:41:40.699Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2026-05-12T03:41:40.949Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2026-05-12T03:41:41.293Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 293 | 2026-05-12T03:41:41.505Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 294 | 2026-05-12T03:41:53.257Z | error: failed to select a version for `vergen`. |
| 295 | 2026-05-12T03:41:53.258Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 296 | 2026-05-12T03:41:53.258Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 297 | 2026-05-12T03:41:53.258Z | ... 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)` |
| 298 | 2026-05-12T03:41:53.258Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 299 | 2026-05-12T03:41:53.258Z | |
| 300 | 2026-05-12T03:41:53.258Z | all possible versions conflict with previously selected packages. |
| 301 | 2026-05-12T03:41:53.258Z | |
| 302 | 2026-05-12T03:41:53.258Z | previously selected package `vergen v9.0.6` |
| 303 | 2026-05-12T03:41:53.258Z | ... 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)` |
| 304 | 2026-05-12T03:41:53.258Z | ... 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)` |
| 305 | 2026-05-12T03:41:53.258Z | |
| 306 | 2026-05-12T03:41:53.258Z | failed to select a version for `vergen` which could resolve this conflict |
| 307 | 2026-05-12T03:41:53.298Z | Failed to run command -- will try 2 more times |
| 308 | 2026-05-12T03:41:53.537Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 309 | 2026-05-12T03:41:53.559Z | Updating crates.io index |
| 310 | 2026-05-12T03:41:53.823Z | Updating crates.io index |
| 311 | 2026-05-12T03:41:54.431Z | error: failed to select a version for `vergen`. |
| 312 | 2026-05-12T03:41:54.431Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 313 | 2026-05-12T03:41:54.431Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 314 | 2026-05-12T03:41:54.431Z | ... 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)` |
| 315 | 2026-05-12T03:41:54.431Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 316 | 2026-05-12T03:41:54.431Z | |
| 317 | 2026-05-12T03:41:54.431Z | all possible versions conflict with previously selected packages. |
| 318 | 2026-05-12T03:41:54.431Z | |
| 319 | 2026-05-12T03:41:54.431Z | previously selected package `vergen v9.0.6` |
| 320 | 2026-05-12T03:41:54.431Z | ... 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)` |
| 321 | 2026-05-12T03:41:54.431Z | ... 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)` |
| 322 | 2026-05-12T03:41:54.431Z | |
| 323 | 2026-05-12T03:41:54.432Z | failed to select a version for `vergen` which could resolve this conflict |
| 324 | 2026-05-12T03:41:54.452Z | Failed to run command -- will try 1 more times |
| 325 | 2026-05-12T03:41:54.719Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 326 | 2026-05-12T03:41:54.856Z | Updating crates.io index |
| 327 | 2026-05-12T03:41:55.316Z | error: failed to select a version for `vergen`. |
| 328 | 2026-05-12T03:41:55.316Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 329 | 2026-05-12T03:41:55.316Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 330 | 2026-05-12T03:41:55.316Z | ... 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)` |
| 331 | 2026-05-12T03:41:55.316Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 332 | 2026-05-12T03:41:55.316Z | |
| 333 | 2026-05-12T03:41:55.316Z | all possible versions conflict with previously selected packages. |
| 334 | 2026-05-12T03:41:55.316Z | |
| 335 | 2026-05-12T03:41:55.316Z | previously selected package `vergen v9.0.6` |
| 336 | 2026-05-12T03:41:55.316Z | ... 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)` |
| 337 | 2026-05-12T03:41:55.316Z | ... 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)` |
| 338 | 2026-05-12T03:41:55.316Z | |
| 339 | 2026-05-12T03:41:55.316Z | failed to select a version for `vergen` which could resolve this conflict |
| 340 | 2026-05-12T03:41:55.551Z | |
| 341 | 2026-05-12T03:41:55.551Z | real 45.644196052 |
| 342 | 2026-05-12T03:41:55.551Z | user 19.815763131 |
| 343 | 2026-05-12T03:41:55.551Z | sys 2.218330598 |
| 344 | 2026-05-12T03:41:55.551Z | trap 0.002031240 |
| 345 | 2026-05-12T03:41:55.552Z | tflt 0.037130887 |
| 346 | 2026-05-12T03:41:55.552Z | dflt 0.039673588 |
| 347 | 2026-05-12T03:41:55.552Z | kflt 0.013682610 |
| 348 | 2026-05-12T03:41:55.552Z | lock 0.118362452 |
| 349 | 2026-05-12T03:41:55.552Z | slp 1:11.361720360 |
| 350 | 2026-05-12T03:41:55.552Z | lat 0.126460018 |
| 351 | 2026-05-12T03:41:55.552Z | stop 0.000619870 |
| 352 | 2026-05-12T03:41:55.552Z | process exited: duration 46640 ms, exit code 101 |
| |
| 353 | 2026-05-12T03:41:55.641Z | found 0 output files |
| 354 | 2026-05-12T03:41:55.641Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 355 | 2026-05-12T03:41:55.641Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |