|
|
|
| 1 | 2026-08-04T04:10:12.718Z | job assigned to worker 01KZ5FCQ5HKMJ99NPQQVQ2WSG4 [factory aws, i-0aade4e5683698367] (queued for 49 s) |
| |
| 2 | 2026-08-04T04:10:19.119Z | starting task 0: "setup" |
| 3 | 2026-08-04T04:10:19.122Z | ++ uname -s |
| 4 | 2026-08-04T04:10:19.125Z | + kern=SunOS |
| 5 | 2026-08-04T04:10:19.125Z | + build_user=build |
| 6 | 2026-08-04T04:10:19.125Z | + build_uid=12345 |
| 7 | 2026-08-04T04:10:19.125Z | + work_dir=/work |
| 8 | 2026-08-04T04:10:19.125Z | + input_dir=/input |
| 9 | 2026-08-04T04:10:19.125Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-04T04:10:19.126Z | + case "$kern" in |
| 11 | 2026-08-04T04:10:19.126Z | + groupadd -g 12345 build |
| 12 | 2026-08-04T04:10:19.129Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-04T04:10:21.130Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-04T04:10:21.188Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-04T04:10:21.192Z | + home_fs=zfs |
| 16 | 2026-08-04T04:10:21.192Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-04T04:10:21.192Z | + mkdir -p /home/build |
| 18 | 2026-08-04T04:10:21.192Z | + chown build:build /home/build /work |
| 19 | 2026-08-04T04:10:23.192Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-04T04:10:23.195Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-08-04T04:10:23.200Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-04T04:10:23.204Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-04T04:10:23.204Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-04T04:10:23.204Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-04T04:10:23.204Z | * rust toolchain profile = "default" |
| 26 | 2026-08-04T04:10:23.206Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-04T04:10:23.207Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-04T04:10:23.207Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-04T04:10:23.207Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-04T04:10:23.297Z | info: downloading installer |
| 31 | 2026-08-04T04:10:24.700Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-04T04:10:24.700Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-04T04:10:24.700Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-04T04:10:24.700Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-04T04:10:24.713Z | info: profile set to default |
| 36 | 2026-08-04T04:10:24.713Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-04T04:10:24.716Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-04T04:10:24.852Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-04T04:10:24.855Z | info: downloading 6 components |
| 40 | 2026-08-04T04:10:39.932Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-04T04:10:39.932Z | |
| 42 | 2026-08-04T04:10:39.970Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-04T04:10:39.970Z | |
| 44 | 2026-08-04T04:10:39.970Z | |
| 45 | 2026-08-04T04:10:39.970Z | Rust is installed now. Great! |
| 46 | 2026-08-04T04:10:39.970Z | |
| 47 | 2026-08-04T04:10:39.970Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-04T04:10:39.970Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-04T04:10:39.970Z | |
| 50 | 2026-08-04T04:10:39.970Z | To configure your current shell, you need to source |
| 51 | 2026-08-04T04:10:39.970Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-04T04:10:39.970Z | |
| 53 | 2026-08-04T04:10:39.971Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-04T04:10:39.971Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-04T04:10:39.971Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-04T04:10:39.971Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-04T04:10:39.971Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-04T04:10:39.971Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-04T04:10:39.971Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-04T04:10:39.974Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-04T04:10:39.974Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-04T04:10:40.055Z | + rustup --version |
| 63 | 2026-08-04T04:10:40.062Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-04T04:10:40.091Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-04T04:10:40.091Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-04T04:10:40.092Z | + cargo --version |
| 67 | 2026-08-04T04:10:40.102Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-04T04:10:40.105Z | + rustc --version |
| 69 | 2026-08-04T04:10:40.124Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-04T04:10:40.127Z | process exited: duration 16925 ms, exit code 0 |
| |
| 71 | 2026-08-04T04:10:40.133Z | starting task 2: "authentication" |
| 72 | 2026-08-04T04:10:40.149Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-04T04:10:40.155Z | starting task 3: "clone repository" |
| 74 | 2026-08-04T04:10:40.158Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-04T04:10:40.161Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-04T04:10:40.190Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-04T04:10:51.701Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-04T04:10:51.701Z | + git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 79 | 2026-08-04T04:10:51.975Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-04T04:10:51.975Z | * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD |
| 81 | 2026-08-04T04:10:51.986Z | + [[ -n renovate/attest-mock-digest ]] |
| 82 | 2026-08-04T04:10:51.989Z | ++ git branch --show-current |
| 83 | 2026-08-04T04:10:51.989Z | + current=main |
| 84 | 2026-08-04T04:10:51.989Z | + [[ main != renovate/attest-mock-digest ]] |
| 85 | 2026-08-04T04:10:51.989Z | + git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 86 | 2026-08-04T04:10:51.991Z | + git checkout -f renovate/attest-mock-digest |
| 87 | 2026-08-04T04:10:52.239Z | Switched to branch 'renovate/attest-mock-digest' |
| 88 | 2026-08-04T04:10:52.242Z | + git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 89 | 2026-08-04T04:10:52.255Z | HEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0 |
| 90 | 2026-08-04T04:10:52.257Z | process exited: duration 12100 ms, exit code 0 |
| |
| 91 | 2026-08-04T04:10:52.263Z | starting task 4: "build" |
| 92 | 2026-08-04T04:10:52.266Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-04T04:10:52.266Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-04T04:10:52.266Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-04T04:10:52.269Z | +++ uname -s |
| 96 | 2026-08-04T04:10:52.269Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-04T04:10:52.269Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-04T04:10:52.272Z | + cargo --version |
| 99 | 2026-08-04T04:10:52.279Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-04T04:10:52.284Z | + rustc --version |
| 101 | 2026-08-04T04:10:52.301Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-04T04:10:52.304Z | + source ./env.sh |
| 103 | 2026-08-04T04:10:52.304Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-04T04:10:52.305Z | ++ set -o xtrace |
| 105 | 2026-08-04T04:10:52.307Z | ++++ dirname ./env.sh |
| 106 | 2026-08-04T04:10:52.307Z | +++ readlink -f . |
| 107 | 2026-08-04T04:10:52.310Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-04T04:10:52.310Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-04T04:10:52.310Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-04T04:10:52.310Z | ++ 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 |
| 111 | 2026-08-04T04:10:52.310Z | ++ 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 |
| 112 | 2026-08-04T04:10:52.310Z | ++ 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 |
| 113 | 2026-08-04T04:10:52.310Z | ++ 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 |
| 114 | 2026-08-04T04:10:52.310Z | ++ 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 |
| 115 | 2026-08-04T04:10:52.310Z | ++ 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 |
| 116 | 2026-08-04T04:10:52.310Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-08-04T04:10:52.310Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-08-04T04:10:52.310Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-04T04:10:52.310Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-04T04:10:52.310Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-04T04:10:52.310Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-04T04:10:52.310Z | + banner prerequisites |
| 123 | 2026-08-04T04:10:52.314Z | |
| 124 | 2026-08-04T04:10:52.314Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-04T04:10:52.314Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-04T04:10:52.314Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-04T04:10:52.314Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-04T04:10:52.314Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-04T04:10:52.314Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-04T04:10:52.314Z | |
| 131 | 2026-08-04T04:10:52.314Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-04T04:10:54.207Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-04T04:10:54.444Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-04T04:10:55.792Z | Planning: Solver setup ... Done (1.266s) |
| 135 | 2026-08-04T04:10:55.837Z | Planning: Running solver ... Done (0.045s) |
| 136 | 2026-08-04T04:10:55.870Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-04T04:10:55.881Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-04T04:10:55.900Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-04T04:10:55.915Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-04T04:10:55.917Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-04T04:10:56.078Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 142 | 2026-08-04T04:10:56.081Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-04T04:10:56.849Z | Planning: Evaluating mediators ... Done (0.770s) |
| 144 | 2026-08-04T04:10:56.852Z | Planning: Planning completed in 2.38 seconds |
| 145 | 2026-08-04T04:10:56.858Z | Packages to install: 2 |
| 146 | 2026-08-04T04:10:56.858Z | Estimated space available: 156.02 GB |
| 147 | 2026-08-04T04:10:56.860Z | Estimated space to be consumed: 56.46 MB |
| 148 | 2026-08-04T04:10:56.860Z | Create boot environment: No |
| 149 | 2026-08-04T04:10:56.861Z | Create backup boot environment: No |
| 150 | 2026-08-04T04:10:56.861Z | Rebuild boot archive: No |
| 151 | 2026-08-04T04:10:56.861Z | |
| 152 | 2026-08-04T04:10:56.861Z | Changed packages: |
| 153 | 2026-08-04T04:10:56.861Z | helios |
| 154 | 2026-08-04T04:10:56.861Z | developer/build-essential |
| 155 | 2026-08-04T04:10:56.861Z | None -> 11-3.0 |
| 156 | 2026-08-04T04:10:56.861Z | library/libxmlsec1 |
| 157 | 2026-08-04T04:10:56.861Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-04T04:10:56.883Z | |
| 159 | 2026-08-04T04:10:56.883Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-04T04:10:56.951Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 161 | 2026-08-04T04:10:57.032Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-04T04:10:57.070Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-04T04:10:57.095Z | Finalize: Updating package state database ... Done (0.024s) |
| 164 | 2026-08-04T04:10:57.095Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-04T04:10:57.155Z | Finalize: Updating image state ... Done (0.060s) |
| 166 | 2026-08-04T04:10:59.637Z | Finalize: Creating fast lookup database ... Done (2.445s) |
| 167 | 2026-08-04T04:10:59.709Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-04T04:10:59.712Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-04T04:10:59.809Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-04T04:11:00.159Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-04T04:11:00.264Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-04T04:11:00.268Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-04T04:11:00.421Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-04T04:11:00.424Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-04T04:11:00.445Z | Mediators to change: 2 |
| 176 | 2026-08-04T04:11:00.445Z | Create boot environment: No |
| 177 | 2026-08-04T04:11:00.448Z | Create backup boot environment: No |
| 178 | 2026-08-04T04:11:00.516Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-04T04:11:00.516Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-04T04:11:00.551Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-04T04:11:02.490Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-04T04:11:02.555Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-04T04:11:02.558Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-04T04:11:02.620Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-04T04:11:02.901Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-04T04:11:03.008Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-04T04:11:03.010Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-04T04:11:03.166Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-04T04:11:03.169Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-04T04:11:03.190Z | Mediators to change: 1 |
| 191 | 2026-08-04T04:11:03.190Z | Create boot environment: No |
| 192 | 2026-08-04T04:11:03.197Z | Create backup boot environment: No |
| 193 | 2026-08-04T04:11:03.230Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-04T04:11:03.230Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-04T04:11:03.268Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-04T04:11:05.198Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-04T04:11:05.259Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-04T04:11:05.262Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-04T04:11:05.325Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-04T04:11:05.638Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-04T04:11:05.638Z | apache system 2.4 system |
| 202 | 2026-08-04T04:11:05.638Z | clang system 15 system |
| 203 | 2026-08-04T04:11:05.638Z | csh system system illumos |
| 204 | 2026-08-04T04:11:05.638Z | ctags system system illumos |
| 205 | 2026-08-04T04:11:05.638Z | file vendor vendor darwinsys |
| 206 | 2026-08-04T04:11:05.638Z | file system system illumos |
| 207 | 2026-08-04T04:11:05.638Z | gcc vendor 14 vendor |
| 208 | 2026-08-04T04:11:05.638Z | gcc system 13 system |
| 209 | 2026-08-04T04:11:05.638Z | gcc system 10 system |
| 210 | 2026-08-04T04:11:05.638Z | go system 1.25 system |
| 211 | 2026-08-04T04:11:05.639Z | llvm system 15 system |
| 212 | 2026-08-04T04:11:05.639Z | mariadb system 11.4 system |
| 213 | 2026-08-04T04:11:05.639Z | mta vendor vendor dma |
| 214 | 2026-08-04T04:11:05.639Z | openjdk system 17 system |
| 215 | 2026-08-04T04:11:05.639Z | openjdk system 11 system |
| 216 | 2026-08-04T04:11:05.639Z | openssl vendor 3 vendor |
| 217 | 2026-08-04T04:11:05.639Z | perl system 5.40 system |
| 218 | 2026-08-04T04:11:05.639Z | postgresql system 18 system |
| 219 | 2026-08-04T04:11:05.639Z | postgresql system 17 system |
| 220 | 2026-08-04T04:11:05.639Z | python vendor 3 vendor |
| 221 | 2026-08-04T04:11:05.639Z | python system 2 system |
| 222 | 2026-08-04T04:11:05.639Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-04T04:11:05.639Z | ruby system 3.4 system |
| 224 | 2026-08-04T04:11:05.639Z | ruby system 3.0 system |
| 225 | 2026-08-04T04:11:05.639Z | words vendor vendor american-english |
| 226 | 2026-08-04T04:11:05.639Z | words system system australian-english |
| 227 | 2026-08-04T04:11:05.639Z | words system system british-english |
| 228 | 2026-08-04T04:11:05.639Z | words system system canadian-english |
| 229 | 2026-08-04T04:11:05.639Z | words system system french |
| 230 | 2026-08-04T04:11:05.639Z | words system system italian |
| 231 | 2026-08-04T04:11:05.639Z | words system system ngerman |
| 232 | 2026-08-04T04:11:05.639Z | words system system ogerman |
| 233 | 2026-08-04T04:11:05.639Z | words system system spanish |
| 234 | 2026-08-04T04:11:05.891Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-04T04:11:05.891Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-04T04:11:06.291Z | FMRI IFO |
| 237 | 2026-08-04T04:11:06.291Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-04T04:11:06.291Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-04T04:11:06.291Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-04T04:11:06.291Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-04T04:11:06.291Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-04T04:11:06.291Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-04T04:11:06.291Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-04T04:11:06.291Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-04T04:11:06.291Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-04T04:11:06.598Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-04T04:11:06.855Z | Updating crates.io index |
| 248 | 2026-08-04T04:11:06.858Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-04T04:11:07.079Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-04T04:11:07.388Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-04T04:11:08.319Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-04T04:11:08.834Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-04T04:11:10.340Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-04T04:11:11.111Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-04T04:11:11.354Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-04T04:11:11.645Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-04T04:11:12.965Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-04T04:11:13.201Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-04T04:11:13.531Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 260 | 2026-08-04T04:11:13.752Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 261 | 2026-08-04T04:11:14.230Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 262 | 2026-08-04T04:11:14.669Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 263 | 2026-08-04T04:11:14.892Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-04T04:11:15.116Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-04T04:11:15.365Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 266 | 2026-08-04T04:11:15.631Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 267 | 2026-08-04T04:11:15.846Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 268 | 2026-08-04T04:11:16.080Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 269 | 2026-08-04T04:11:16.349Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 270 | 2026-08-04T04:11:16.661Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-08-04T04:11:16.885Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-08-04T04:11:17.240Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-08-04T04:11:17.468Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-08-04T04:11:17.801Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-08-04T04:11:18.261Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-08-04T04:11:18.472Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-08-04T04:11:18.713Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-08-04T04:11:19.023Z | Updating crates.io index |
| 279 | 2026-08-04T04:11:19.026Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 280 | 2026-08-04T04:11:19.026Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 281 | 2026-08-04T04:11:19.344Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-04T04:11:19.568Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-04T04:11:19.793Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-04T04:11:20.013Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 285 | 2026-08-04T04:11:20.547Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 286 | 2026-08-04T04:11:20.814Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-08-04T04:11:21.024Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 288 | 2026-08-04T04:11:21.242Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 289 | 2026-08-04T04:11:21.473Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 290 | 2026-08-04T04:11:21.674Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 291 | 2026-08-04T04:11:23.429Z | error: failed to select a version for `getrandom`. |
| 292 | 2026-08-04T04:11:23.429Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 293 | 2026-08-04T04:11:23.429Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 294 | 2026-08-04T04:11:23.429Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 295 | 2026-08-04T04:11:23.429Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 296 | 2026-08-04T04:11:23.429Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 297 | 2026-08-04T04:11:23.429Z | |
| 298 | 2026-08-04T04:11:23.429Z | all possible versions conflict with previously selected packages |
| 299 | 2026-08-04T04:11:23.429Z | |
| 300 | 2026-08-04T04:11:23.429Z | previously selected package `getrandom v0.4.1` |
| 301 | 2026-08-04T04:11:23.429Z | ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 302 | 2026-08-04T04:11:23.429Z | ... 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)` |
| 303 | 2026-08-04T04:11:23.429Z | |
| 304 | 2026-08-04T04:11:23.429Z | failed to select a version for `getrandom` which could resolve this conflict |
| 305 | 2026-08-04T04:11:23.476Z | Failed to run command -- will try 2 more times |
| 306 | 2026-08-04T04:11:23.700Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 307 | 2026-08-04T04:11:23.748Z | Updating crates.io index |
| 308 | 2026-08-04T04:11:23.761Z | Updating crates.io index |
| 309 | 2026-08-04T04:11:23.763Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 310 | 2026-08-04T04:11:24.643Z | error: failed to select a version for `getrandom`. |
| 311 | 2026-08-04T04:11:24.643Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 312 | 2026-08-04T04:11:24.643Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 313 | 2026-08-04T04:11:24.643Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 314 | 2026-08-04T04:11:24.643Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 315 | 2026-08-04T04:11:24.643Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 316 | 2026-08-04T04:11:24.643Z | |
| 317 | 2026-08-04T04:11:24.643Z | all possible versions conflict with previously selected packages |
| 318 | 2026-08-04T04:11:24.643Z | |
| 319 | 2026-08-04T04:11:24.643Z | previously selected package `getrandom v0.4.1` |
| 320 | 2026-08-04T04:11:24.643Z | ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 321 | 2026-08-04T04:11:24.643Z | ... 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-08-04T04:11:24.643Z | |
| 323 | 2026-08-04T04:11:24.644Z | failed to select a version for `getrandom` which could resolve this conflict |
| 324 | 2026-08-04T04:11:24.680Z | Failed to run command -- will try 1 more times |
| 325 | 2026-08-04T04:11:24.909Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 326 | 2026-08-04T04:11:24.976Z | Updating crates.io index |
| 327 | 2026-08-04T04:11:24.979Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 328 | 2026-08-04T04:11:25.239Z | error: failed to select a version for `getrandom`. |
| 329 | 2026-08-04T04:11:25.239Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 330 | 2026-08-04T04:11:25.240Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 331 | 2026-08-04T04:11:25.240Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 332 | 2026-08-04T04:11:25.240Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 333 | 2026-08-04T04:11:25.240Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 334 | 2026-08-04T04:11:25.240Z | |
| 335 | 2026-08-04T04:11:25.240Z | all possible versions conflict with previously selected packages |
| 336 | 2026-08-04T04:11:25.240Z | |
| 337 | 2026-08-04T04:11:25.240Z | previously selected package `getrandom v0.4.1` |
| 338 | 2026-08-04T04:11:25.240Z | ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 339 | 2026-08-04T04:11:25.240Z | ... 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-08-04T04:11:25.240Z | |
| 341 | 2026-08-04T04:11:25.240Z | failed to select a version for `getrandom` which could resolve this conflict |
| 342 | 2026-08-04T04:11:25.261Z | |
| 343 | 2026-08-04T04:11:25.261Z | real 32.948126939 |
| 344 | 2026-08-04T04:11:25.261Z | user 15.488011829 |
| 345 | 2026-08-04T04:11:25.261Z | sys 1.972004441 |
| 346 | 2026-08-04T04:11:25.262Z | trap 0.001664171 |
| 347 | 2026-08-04T04:11:25.262Z | tflt 0.044965163 |
| 348 | 2026-08-04T04:11:25.266Z | dflt 0.045577604 |
| 349 | 2026-08-04T04:11:25.266Z | kflt 0.013338090 |
| 350 | 2026-08-04T04:11:25.266Z | lock 38.805236334 |
| 351 | 2026-08-04T04:11:25.266Z | slp 49.415525409 |
| 352 | 2026-08-04T04:11:25.266Z | lat 0.057049340 |
| 353 | 2026-08-04T04:11:25.266Z | stop 0.008452326 |
| 354 | 2026-08-04T04:11:25.266Z | process exited: duration 32999 ms, exit code 101 |
| |
| 355 | 2026-08-04T04:11:25.272Z | found 0 output files |