|
|
|
| 1 | 2026-05-16T03:34:18.538Z | job assigned to worker 01KRQDHAHZE3E0VZZSW1YSCA9T [factory aws, i-0559962e5d3156eeb] (queued for 51 s) |
| |
| 2 | 2026-05-16T03:34:26.694Z | starting task 0: "setup" |
| 3 | 2026-05-16T03:34:26.698Z | ++ uname -s |
| 4 | 2026-05-16T03:34:26.701Z | + kern=SunOS |
| 5 | 2026-05-16T03:34:26.701Z | + build_user=build |
| 6 | 2026-05-16T03:34:26.701Z | + build_uid=12345 |
| 7 | 2026-05-16T03:34:26.701Z | + work_dir=/work |
| 8 | 2026-05-16T03:34:26.702Z | + input_dir=/input |
| 9 | 2026-05-16T03:34:26.702Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-16T03:34:26.702Z | + case "$kern" in |
| 11 | 2026-05-16T03:34:26.702Z | + groupadd -g 12345 build |
| 12 | 2026-05-16T03:34:26.705Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-16T03:34:28.711Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-16T03:34:28.832Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-16T03:34:28.835Z | + home_fs=zfs |
| 16 | 2026-05-16T03:34:28.835Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-16T03:34:28.835Z | + mkdir -p /home/build |
| 18 | 2026-05-16T03:34:28.838Z | + chown build:build /home/build /work |
| 19 | 2026-05-16T03:34:30.843Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-16T03:34:30.881Z | process exited: duration 4153 ms, exit code 0 |
| |
| 21 | 2026-05-16T03:34:30.947Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-16T03:34:30.959Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-16T03:34:30.959Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-16T03:34:30.959Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-16T03:34:30.959Z | * rust toolchain profile = "default" |
| 26 | 2026-05-16T03:34:30.959Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-16T03:34:30.959Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-16T03:34:30.959Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-16T03:34:30.959Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-16T03:34:31.044Z | info: downloading installer |
| 31 | 2026-05-16T03:34:32.434Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-16T03:34:32.434Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-16T03:34:32.434Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-16T03:34:32.434Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-16T03:34:32.444Z | info: profile set to default |
| 36 | 2026-05-16T03:34:32.445Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-16T03:34:32.455Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-16T03:34:32.639Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-16T03:34:32.656Z | info: downloading 6 components |
| 40 | 2026-05-16T03:34:47.328Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-16T03:34:47.329Z | |
| 42 | 2026-05-16T03:34:47.393Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-16T03:34:47.393Z | |
| 44 | 2026-05-16T03:34:47.393Z | |
| 45 | 2026-05-16T03:34:47.393Z | Rust is installed now. Great! |
| 46 | 2026-05-16T03:34:47.393Z | |
| 47 | 2026-05-16T03:34:47.393Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-16T03:34:47.393Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-16T03:34:47.393Z | |
| 50 | 2026-05-16T03:34:47.393Z | To configure your current shell, you need to source |
| 51 | 2026-05-16T03:34:47.393Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-16T03:34:47.393Z | |
| 53 | 2026-05-16T03:34:47.393Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-16T03:34:47.393Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-16T03:34:47.393Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-16T03:34:47.394Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-16T03:34:47.394Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-16T03:34:47.394Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-16T03:34:47.394Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-16T03:34:47.394Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-16T03:34:47.394Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-16T03:34:47.446Z | + rustup --version |
| 63 | 2026-05-16T03:34:47.524Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-16T03:34:47.524Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-16T03:34:47.558Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-16T03:34:47.558Z | + cargo --version |
| 67 | 2026-05-16T03:34:47.558Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-16T03:34:47.558Z | + rustc --version |
| 69 | 2026-05-16T03:34:47.558Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-16T03:34:47.558Z | process exited: duration 16581 ms, exit code 0 |
| |
| 71 | 2026-05-16T03:34:47.611Z | starting task 2: "authentication" |
| 72 | 2026-05-16T03:34:47.633Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-05-16T03:35:14.333Z | process exited: duration 26731 ms, exit code 0 |
| |
| 74 | 2026-05-16T03:35:14.377Z | starting task 3: "clone repository" |
| 75 | 2026-05-16T03:35:14.398Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-05-16T03:35:14.398Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-05-16T03:35:14.467Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-05-16T03:35:24.183Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-05-16T03:35:24.183Z | + git fetch origin 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 80 | 2026-05-16T03:35:24.395Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-05-16T03:35:24.395Z | * branch 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 -> FETCH_HEAD |
| 82 | 2026-05-16T03:35:24.411Z | + [[ -n renovate/crucible-common-digest ]] |
| 83 | 2026-05-16T03:35:24.411Z | ++ git branch --show-current |
| 84 | 2026-05-16T03:35:24.411Z | + current=main |
| 85 | 2026-05-16T03:35:24.411Z | + [[ main != renovate/crucible-common-digest ]] |
| 86 | 2026-05-16T03:35:24.412Z | + git branch -f renovate/crucible-common-digest 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 87 | 2026-05-16T03:35:24.412Z | + git checkout -f renovate/crucible-common-digest |
| 88 | 2026-05-16T03:35:24.829Z | Switched to branch 'renovate/crucible-common-digest' |
| 89 | 2026-05-16T03:35:24.839Z | + git reset --hard 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 90 | 2026-05-16T03:35:24.839Z | HEAD is now at 9ce59b3a4 Update crucible-common digest to c59a136 |
| 91 | 2026-05-16T03:35:24.839Z | process exited: duration 10245 ms, exit code 0 |
| |
| 92 | 2026-05-16T03:35:24.981Z | starting task 4: "build" |
| 93 | 2026-05-16T03:35:24.997Z | + source ./env.sh |
| 94 | 2026-05-16T03:35:24.997Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-05-16T03:35:24.997Z | ++ set -o xtrace |
| 96 | 2026-05-16T03:35:24.997Z | ++++ dirname ./env.sh |
| 97 | 2026-05-16T03:35:24.998Z | +++ readlink -f . |
| 98 | 2026-05-16T03:35:24.998Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-05-16T03:35:24.998Z | ++ export 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-16T03:35:24.998Z | ++ PATH=/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-16T03:35:24.998Z | ++ 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 |
| 102 | 2026-05-16T03:35:24.998Z | ++ 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 |
| 103 | 2026-05-16T03:35:24.998Z | ++ 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 |
| 104 | 2026-05-16T03:35:24.998Z | ++ 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 |
| 105 | 2026-05-16T03:35:24.998Z | ++ 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 |
| 106 | 2026-05-16T03:35:24.998Z | ++ 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 |
| 107 | 2026-05-16T03:35:24.998Z | ++ case $OLD_SHELL_OPTS in |
| 108 | 2026-05-16T03:35:24.998Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 109 | 2026-05-16T03:35:24.998Z | + source .github/buildomat/ci-env.sh |
| 110 | 2026-05-16T03:35:24.998Z | ++ export CARGO_TERM_COLOR=always |
| 111 | 2026-05-16T03:35:24.998Z | ++ CARGO_TERM_COLOR=always |
| 112 | 2026-05-16T03:35:24.998Z | + target_os=illumos |
| 113 | 2026-05-16T03:35:24.998Z | + NEXTEST_VERSION=0.9.131 |
| 114 | 2026-05-16T03:35:24.998Z | + cargo --version |
| 115 | 2026-05-16T03:35:24.998Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 116 | 2026-05-16T03:35:24.998Z | + rustc --version |
| 117 | 2026-05-16T03:35:25.012Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 118 | 2026-05-16T03:35:25.018Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos |
| 119 | 2026-05-16T03:35:25.018Z | + gunzip |
| 120 | 2026-05-16T03:35:25.019Z | + tar -xvf - -C /home/build/.cargo/bin |
| 121 | 2026-05-16T03:35:25.804Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 122 | 2026-05-16T03:35:25.822Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 123 | 2026-05-16T03:35:25.822Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 124 | 2026-05-16T03:35:25.822Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 125 | 2026-05-16T03:35:25.822Z | + mkdir /var/tmp/omicron_tmp |
| 126 | 2026-05-16T03:35:25.822Z | + OUTPUT_DIR=/work |
| 127 | 2026-05-16T03:35:25.823Z | + echo 'tests will store non-ephemeral output in /work' |
| 128 | 2026-05-16T03:35:25.823Z | tests will store non-ephemeral output in /work |
| 129 | 2026-05-16T03:35:25.823Z | + mkdir -p /work |
| 130 | 2026-05-16T03:35:25.823Z | + banner prerequisites |
| 131 | 2026-05-16T03:35:25.823Z | |
| 132 | 2026-05-16T03:35:25.823Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 133 | 2026-05-16T03:35:25.823Z | # # # # # # # # # # # # # # # |
| 134 | 2026-05-16T03:35:25.823Z | # # # # ##### # # ##### # # # # # #### # |
| 135 | 2026-05-16T03:35:25.823Z | ##### ##### # ##### # # # # # # # # # |
| 136 | 2026-05-16T03:35:25.823Z | # # # # # # # # # # # # # # # |
| 137 | 2026-05-16T03:35:25.823Z | # # # ###### # # ###### ### # #### # #### # |
| 138 | 2026-05-16T03:35:25.823Z | |
| 139 | 2026-05-16T03:35:25.823Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 140 | 2026-05-16T03:35:27.373Z | Startup: Refreshing catalog 'helios' ... Done |
| 141 | 2026-05-16T03:35:27.421Z | Startup: Caching catalogs ... Done |
| 142 | 2026-05-16T03:35:27.679Z | Planning: Solver setup ... Done (0.173s) |
| 143 | 2026-05-16T03:35:27.735Z | Planning: Running solver ... Done (0.016s) |
| 144 | 2026-05-16T03:35:27.735Z | Planning: Finding local manifests ... Done (0.003s) |
| 145 | 2026-05-16T03:35:27.735Z | Planning: Fetching manifests: 0/2 0% complete |
| 146 | 2026-05-16T03:35:27.735Z | Planning: Fetching manifests: 2/2 100% complete |
| 147 | 2026-05-16T03:35:27.736Z | Planning: Package planning ... Done (0.014s) |
| 148 | 2026-05-16T03:35:27.736Z | Planning: Merging actions ... Done (0.001s) |
| 149 | 2026-05-16T03:35:27.901Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 150 | 2026-05-16T03:35:27.922Z | Planning: Consolidating action changes ... Done (0.001s) |
| 151 | 2026-05-16T03:35:28.764Z | Planning: Evaluating mediators ... Done (0.874s) |
| 152 | 2026-05-16T03:35:28.781Z | Planning: Planning completed in 1.33 seconds |
| 153 | 2026-05-16T03:35:28.781Z | Packages to install: 2 |
| 154 | 2026-05-16T03:35:28.781Z | Estimated space available: 156.06 GB |
| 155 | 2026-05-16T03:35:28.781Z | Estimated space to be consumed: 19.74 MB |
| 156 | 2026-05-16T03:35:28.781Z | Create boot environment: No |
| 157 | 2026-05-16T03:35:28.781Z | Create backup boot environment: No |
| 158 | 2026-05-16T03:35:28.781Z | Rebuild boot archive: No |
| 159 | 2026-05-16T03:35:28.781Z | |
| 160 | 2026-05-16T03:35:28.782Z | Changed packages: |
| 161 | 2026-05-16T03:35:28.782Z | helios |
| 162 | 2026-05-16T03:35:28.782Z | developer/build-essential |
| 163 | 2026-05-16T03:35:28.782Z | None -> 11-3.0 |
| 164 | 2026-05-16T03:35:28.782Z | library/libxmlsec1 |
| 165 | 2026-05-16T03:35:28.782Z | None -> 1.2.35-3.0 |
| 166 | 2026-05-16T03:35:28.791Z | |
| 167 | 2026-05-16T03:35:28.791Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 168 | 2026-05-16T03:35:29.355Z | Download: Completed 1.28 MB in 0.57 seconds (2.2M/s) |
| 169 | 2026-05-16T03:35:29.444Z | Actions: 1/268 actions (Installing new actions) |
| 170 | 2026-05-16T03:35:29.485Z | Actions: Completed 268 actions in 0.04 seconds. |
| 171 | 2026-05-16T03:35:29.492Z | Finalize: Updating package state database ... Done (0.007s) |
| 172 | 2026-05-16T03:35:29.492Z | Finalize: Updating package cache ... Done (0.000s) |
| 173 | 2026-05-16T03:35:29.506Z | Finalize: Updating image state ... Done (0.015s) |
| 174 | 2026-05-16T03:35:32.071Z | Finalize: Creating fast lookup database ... Done (2.527s) |
| 175 | 2026-05-16T03:35:32.177Z | Finalize: Reading search index ... Done (0.013s) |
| 176 | 2026-05-16T03:35:32.192Z | Finalize: Updating search index ... Done (0.000s) |
| 177 | 2026-05-16T03:35:32.254Z | Finalize: Updating package cache ... Done (0.000s) |
| 178 | 2026-05-16T03:35:32.541Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-16T03:35:32.693Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-16T03:35:32.734Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-16T03:35:32.820Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-16T03:35:32.845Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-05-16T03:35:32.845Z | Mediators to change: 2 |
| 184 | 2026-05-16T03:35:32.845Z | Create boot environment: No |
| 185 | 2026-05-16T03:35:32.845Z | Create backup boot environment: No |
| 186 | 2026-05-16T03:35:32.899Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-16T03:35:32.899Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-16T03:35:32.928Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-16T03:35:34.864Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-16T03:35:34.954Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-16T03:35:34.991Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-16T03:35:35.040Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-16T03:35:35.329Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-05-16T03:35:35.435Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-05-16T03:35:35.448Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-05-16T03:35:35.581Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-05-16T03:35:35.614Z | Planning: Planning completed in 0.27 seconds |
| 198 | 2026-05-16T03:35:35.625Z | Mediators to change: 1 |
| 199 | 2026-05-16T03:35:35.625Z | Create boot environment: No |
| 200 | 2026-05-16T03:35:35.626Z | Create backup boot environment: No |
| 201 | 2026-05-16T03:35:35.755Z | Finalize: Updating package state database ... Done |
| 202 | 2026-05-16T03:35:35.755Z | Finalize: Updating package cache ... Done |
| 203 | 2026-05-16T03:35:35.773Z | Finalize: Updating image state ... Done |
| 204 | 2026-05-16T03:35:37.647Z | Finalize: Creating fast lookup database ... Done |
| 205 | 2026-05-16T03:35:37.748Z | Finalize: Reading search index ... Done |
| 206 | 2026-05-16T03:35:37.837Z | Finalize: Updating search index ... Done |
| 207 | 2026-05-16T03:35:37.837Z | Finalize: Updating package cache ... Done |
| 208 | 2026-05-16T03:35:38.134Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2026-05-16T03:35:38.135Z | apache system 2.4 system |
| 210 | 2026-05-16T03:35:38.135Z | clang system 15 system |
| 211 | 2026-05-16T03:35:38.135Z | csh system system illumos |
| 212 | 2026-05-16T03:35:38.135Z | ctags system system illumos |
| 213 | 2026-05-16T03:35:38.135Z | file vendor vendor darwinsys |
| 214 | 2026-05-16T03:35:38.135Z | file system system illumos |
| 215 | 2026-05-16T03:35:38.135Z | gcc vendor 14 vendor |
| 216 | 2026-05-16T03:35:38.135Z | gcc system 13 system |
| 217 | 2026-05-16T03:35:38.135Z | gcc system 10 system |
| 218 | 2026-05-16T03:35:38.135Z | go system 1.25 system |
| 219 | 2026-05-16T03:35:38.135Z | llvm system 15 system |
| 220 | 2026-05-16T03:35:38.135Z | mariadb system 11.4 system |
| 221 | 2026-05-16T03:35:38.135Z | mta vendor vendor dma |
| 222 | 2026-05-16T03:35:38.135Z | openjdk system 17 system |
| 223 | 2026-05-16T03:35:38.135Z | openjdk system 11 system |
| 224 | 2026-05-16T03:35:38.135Z | openssl vendor 3 vendor |
| 225 | 2026-05-16T03:35:38.135Z | perl system 5.40 system |
| 226 | 2026-05-16T03:35:38.135Z | postgresql system 18 system |
| 227 | 2026-05-16T03:35:38.136Z | postgresql system 17 system |
| 228 | 2026-05-16T03:35:38.136Z | python vendor 3 vendor |
| 229 | 2026-05-16T03:35:38.136Z | python system 2 system |
| 230 | 2026-05-16T03:35:38.136Z | python3 vendor 3.13 vendor |
| 231 | 2026-05-16T03:35:38.136Z | ruby system 3.4 system |
| 232 | 2026-05-16T03:35:38.136Z | ruby system 3.0 system |
| 233 | 2026-05-16T03:35:38.136Z | words vendor vendor american-english |
| 234 | 2026-05-16T03:35:38.136Z | words system system australian-english |
| 235 | 2026-05-16T03:35:38.136Z | words system system british-english |
| 236 | 2026-05-16T03:35:38.136Z | words system system canadian-english |
| 237 | 2026-05-16T03:35:38.136Z | words system system french |
| 238 | 2026-05-16T03:35:38.136Z | words system system italian |
| 239 | 2026-05-16T03:35:38.136Z | words system system ngerman |
| 240 | 2026-05-16T03:35:38.136Z | words system system ogerman |
| 241 | 2026-05-16T03:35:38.136Z | words system system spanish |
| 242 | 2026-05-16T03:35:38.366Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2026-05-16T03:35:38.366Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 244 | 2026-05-16T03:35:38.694Z | FMRI IFO |
| 245 | 2026-05-16T03:35:38.694Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 246 | 2026-05-16T03:35:38.694Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 247 | 2026-05-16T03:35:38.694Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 248 | 2026-05-16T03:35:38.694Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 249 | 2026-05-16T03:35:38.694Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 250 | 2026-05-16T03:35:38.695Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 251 | 2026-05-16T03:35:38.695Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 252 | 2026-05-16T03:35:38.695Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 253 | 2026-05-16T03:35:38.695Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 254 | 2026-05-16T03:35:38.881Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 255 | 2026-05-16T03:35:39.101Z | Updating crates.io index |
| 256 | 2026-05-16T03:35:39.149Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 257 | 2026-05-16T03:35:39.936Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 258 | 2026-05-16T03:35:40.234Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 259 | 2026-05-16T03:35:40.632Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 260 | 2026-05-16T03:35:41.788Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 261 | 2026-05-16T03:35:42.273Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 262 | 2026-05-16T03:35:43.640Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 263 | 2026-05-16T03:35:44.431Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 264 | 2026-05-16T03:35:44.804Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2026-05-16T03:35:45.514Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 266 | 2026-05-16T03:35:45.934Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-05-16T03:35:46.359Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2026-05-16T03:35:46.784Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-05-16T03:35:47.645Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-05-16T03:35:48.110Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 271 | 2026-05-16T03:35:48.488Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 272 | 2026-05-16T03:35:48.701Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 273 | 2026-05-16T03:35:49.204Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 274 | 2026-05-16T03:35:49.623Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 275 | 2026-05-16T03:35:49.833Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 276 | 2026-05-16T03:35:50.065Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 277 | 2026-05-16T03:35:50.302Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 278 | 2026-05-16T03:35:50.733Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 279 | 2026-05-16T03:35:51.178Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 280 | 2026-05-16T03:35:51.740Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 281 | 2026-05-16T03:35:52.135Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 282 | 2026-05-16T03:35:52.405Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2026-05-16T03:35:52.693Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2026-05-16T03:35:52.970Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-05-16T03:35:54.288Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2026-05-16T03:35:54.678Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 287 | 2026-05-16T03:35:55.093Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2026-05-16T03:35:55.432Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 289 | 2026-05-16T03:35:55.719Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 290 | 2026-05-16T03:35:56.066Z | Updating crates.io index |
| 291 | 2026-05-16T03:35:56.107Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 292 | 2026-05-16T03:35:56.325Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 293 | 2026-05-16T03:35:56.581Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 294 | 2026-05-16T03:35:56.956Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 295 | 2026-05-16T03:35:57.884Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 296 | 2026-05-16T03:36:09.123Z | error: failed to select a version for `vergen`. |
| 297 | 2026-05-16T03:36:09.123Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 298 | 2026-05-16T03:36:09.123Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 299 | 2026-05-16T03:36:09.123Z | ... 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)` |
| 300 | 2026-05-16T03:36:09.123Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 301 | 2026-05-16T03:36:09.123Z | |
| 302 | 2026-05-16T03:36:09.123Z | all possible versions conflict with previously selected packages. |
| 303 | 2026-05-16T03:36:09.123Z | |
| 304 | 2026-05-16T03:36:09.123Z | previously selected package `vergen v9.0.6` |
| 305 | 2026-05-16T03:36:09.123Z | ... 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)` |
| 306 | 2026-05-16T03:36:09.123Z | ... 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)` |
| 307 | 2026-05-16T03:36:09.123Z | |
| 308 | 2026-05-16T03:36:09.123Z | failed to select a version for `vergen` which could resolve this conflict |
| 309 | 2026-05-16T03:36:09.173Z | Failed to run command -- will try 2 more times |
| 310 | 2026-05-16T03:36:09.411Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 311 | 2026-05-16T03:36:09.433Z | Updating crates.io index |
| 312 | 2026-05-16T03:36:09.695Z | Updating crates.io index |
| 313 | 2026-05-16T03:36:10.242Z | error: failed to select a version for `vergen`. |
| 314 | 2026-05-16T03:36:10.243Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 315 | 2026-05-16T03:36:10.243Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 316 | 2026-05-16T03:36:10.243Z | ... 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)` |
| 317 | 2026-05-16T03:36:10.243Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 318 | 2026-05-16T03:36:10.243Z | |
| 319 | 2026-05-16T03:36:10.243Z | all possible versions conflict with previously selected packages. |
| 320 | 2026-05-16T03:36:10.243Z | |
| 321 | 2026-05-16T03:36:10.243Z | previously selected package `vergen v9.0.6` |
| 322 | 2026-05-16T03:36:10.243Z | ... 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)` |
| 323 | 2026-05-16T03:36:10.243Z | ... 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)` |
| 324 | 2026-05-16T03:36:10.243Z | |
| 325 | 2026-05-16T03:36:10.243Z | failed to select a version for `vergen` which could resolve this conflict |
| 326 | 2026-05-16T03:36:10.269Z | Failed to run command -- will try 1 more times |
| 327 | 2026-05-16T03:36:10.524Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 328 | 2026-05-16T03:36:10.597Z | Updating crates.io index |
| 329 | 2026-05-16T03:36:11.170Z | error: failed to select a version for `vergen`. |
| 330 | 2026-05-16T03:36:11.170Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 331 | 2026-05-16T03:36:11.170Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 332 | 2026-05-16T03:36:11.170Z | ... 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)` |
| 333 | 2026-05-16T03:36:11.170Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 334 | 2026-05-16T03:36:11.170Z | |
| 335 | 2026-05-16T03:36:11.170Z | all possible versions conflict with previously selected packages. |
| 336 | 2026-05-16T03:36:11.171Z | |
| 337 | 2026-05-16T03:36:11.171Z | previously selected package `vergen v9.0.6` |
| 338 | 2026-05-16T03:36:11.171Z | ... 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)` |
| 339 | 2026-05-16T03:36:11.171Z | ... 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)` |
| 340 | 2026-05-16T03:36:11.171Z | |
| 341 | 2026-05-16T03:36:11.171Z | failed to select a version for `vergen` which could resolve this conflict |
| 342 | 2026-05-16T03:36:11.194Z | |
| 343 | 2026-05-16T03:36:11.199Z | real 45.395675294 |
| 344 | 2026-05-16T03:36:11.199Z | user 19.841122767 |
| 345 | 2026-05-16T03:36:11.199Z | sys 2.151811060 |
| 346 | 2026-05-16T03:36:11.199Z | trap 0.001965971 |
| 347 | 2026-05-16T03:36:11.199Z | tflt 0.044700098 |
| 348 | 2026-05-16T03:36:11.199Z | dflt 0.044410487 |
| 349 | 2026-05-16T03:36:11.199Z | kflt 0.014039311 |
| 350 | 2026-05-16T03:36:11.199Z | lock 0.100190821 |
| 351 | 2026-05-16T03:36:11.199Z | slp 1:10.903609735 |
| 352 | 2026-05-16T03:36:11.199Z | lat 0.127508356 |
| 353 | 2026-05-16T03:36:11.199Z | stop 0.000668470 |
| 354 | 2026-05-16T03:36:11.199Z | process exited: duration 46237 ms, exit code 101 |
| |
| 355 | 2026-05-16T03:36:11.208Z | found 0 output files |
| 356 | 2026-05-16T03:36:11.208Z | upload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used |
| 357 | 2026-05-16T03:36:11.208Z | upload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used |