|
|
|
| 1 | 2026-08-04T04:10:18.745Z | job assigned to worker 01KZ5FCKZQ75V3H3XEN65YWKFV [factory aws, i-00896818b158ba20c] (queued for 55 s) |
| |
| 2 | 2026-08-04T04:10:25.409Z | starting task 0: "setup" |
| 3 | 2026-08-04T04:10:25.416Z | ++ uname -s |
| 4 | 2026-08-04T04:10:25.419Z | + kern=SunOS |
| 5 | 2026-08-04T04:10:25.419Z | + build_user=build |
| 6 | 2026-08-04T04:10:25.419Z | + build_uid=12345 |
| 7 | 2026-08-04T04:10:25.419Z | + work_dir=/work |
| 8 | 2026-08-04T04:10:25.419Z | + input_dir=/input |
| 9 | 2026-08-04T04:10:25.419Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-04T04:10:25.419Z | + case "$kern" in |
| 11 | 2026-08-04T04:10:25.420Z | + groupadd -g 12345 build |
| 12 | 2026-08-04T04:10:25.420Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-04T04:10:27.426Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-04T04:10:27.514Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-04T04:10:27.517Z | + home_fs=zfs |
| 16 | 2026-08-04T04:10:27.517Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-04T04:10:27.517Z | + mkdir -p /home/build |
| 18 | 2026-08-04T04:10:27.517Z | + chown build:build /home/build /work |
| 19 | 2026-08-04T04:10:29.518Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-04T04:10:29.521Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-08-04T04:10:29.527Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-04T04:10:29.532Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-04T04:10:29.532Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-04T04:10:29.532Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-04T04:10:29.532Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-04T04:10:29.532Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-04T04:10:29.532Z | * rust toolchain profile = "default" |
| 28 | 2026-08-04T04:10:29.535Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-04T04:10:29.535Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-04T04:10:29.614Z | info: downloading installer |
| 31 | 2026-08-04T04:10:31.051Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-04T04:10:31.051Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-04T04:10:31.052Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-04T04:10:31.052Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-04T04:10:31.065Z | info: profile set to default |
| 36 | 2026-08-04T04:10:31.065Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-04T04:10:31.069Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-04T04:10:31.304Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-04T04:10:31.307Z | info: downloading 6 components |
| 40 | 2026-08-04T04:10:48.005Z | |
| 41 | 2026-08-04T04:10:48.005Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-04T04:10:48.031Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-04T04:10:48.031Z | |
| 44 | 2026-08-04T04:10:48.031Z | |
| 45 | 2026-08-04T04:10:48.031Z | Rust is installed now. Great! |
| 46 | 2026-08-04T04:10:48.031Z | |
| 47 | 2026-08-04T04:10:48.035Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-04T04:10:48.035Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-04T04:10:48.035Z | |
| 50 | 2026-08-04T04:10:48.035Z | To configure your current shell, you need to source |
| 51 | 2026-08-04T04:10:48.035Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-04T04:10:48.035Z | |
| 53 | 2026-08-04T04:10:48.036Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-04T04:10:48.036Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-04T04:10:48.036Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-04T04:10:48.036Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-04T04:10:48.036Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-04T04:10:48.036Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-04T04:10:48.036Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-04T04:10:48.036Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-04T04:10:48.036Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-04T04:10:48.134Z | + rustup --version |
| 63 | 2026-08-04T04:10:48.144Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-04T04:10:48.147Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-04T04:10:48.166Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-04T04:10:48.169Z | + cargo --version |
| 67 | 2026-08-04T04:10:48.184Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-04T04:10:48.187Z | + rustc --version |
| 69 | 2026-08-04T04:10:48.206Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-04T04:10:48.209Z | process exited: duration 18680 ms, exit code 0 |
| |
| 71 | 2026-08-04T04:10:48.215Z | starting task 2: "authentication" |
| 72 | 2026-08-04T04:10:48.231Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-04T04:10:48.237Z | starting task 3: "clone repository" |
| 74 | 2026-08-04T04:10:48.240Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-04T04:10:48.243Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-04T04:10:48.272Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-04T04:11:05.544Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-04T04:11:05.544Z | + git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 79 | 2026-08-04T04:11:05.836Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-04T04:11:05.837Z | * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD |
| 81 | 2026-08-04T04:11:05.850Z | + [[ -n renovate/attest-mock-digest ]] |
| 82 | 2026-08-04T04:11:05.853Z | ++ git branch --show-current |
| 83 | 2026-08-04T04:11:05.853Z | + current=main |
| 84 | 2026-08-04T04:11:05.853Z | + [[ main != renovate/attest-mock-digest ]] |
| 85 | 2026-08-04T04:11:05.853Z | + git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 86 | 2026-08-04T04:11:05.853Z | + git checkout -f renovate/attest-mock-digest |
| 87 | 2026-08-04T04:11:06.100Z | Switched to branch 'renovate/attest-mock-digest' |
| 88 | 2026-08-04T04:11:06.103Z | + git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 89 | 2026-08-04T04:11:06.117Z | HEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0 |
| 90 | 2026-08-04T04:11:06.120Z | process exited: duration 17880 ms, exit code 0 |
| |
| 91 | 2026-08-04T04:11:06.126Z | starting task 4: "build" |
| 92 | 2026-08-04T04:11:06.130Z | + source ./env.sh |
| 93 | 2026-08-04T04:11:06.130Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-04T04:11:06.130Z | ++ set -o xtrace |
| 95 | 2026-08-04T04:11:06.133Z | ++++ dirname ./env.sh |
| 96 | 2026-08-04T04:11:06.136Z | +++ readlink -f . |
| 97 | 2026-08-04T04:11:06.139Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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-08-04T04:11:06.139Z | ++ 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 |
| 107 | 2026-08-04T04:11:06.139Z | ++ 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 |
| 108 | 2026-08-04T04:11:06.139Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-04T04:11:06.139Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-04T04:11:06.139Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-04T04:11:06.139Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-04T04:11:06.139Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-04T04:11:06.139Z | +++ uname -s |
| 114 | 2026-08-04T04:11:06.139Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-04T04:11:06.139Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-04T04:11:06.142Z | + cargo --version |
| 117 | 2026-08-04T04:11:06.149Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-04T04:11:06.153Z | + rustc --version |
| 119 | 2026-08-04T04:11:06.172Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-04T04:11:06.175Z | + banner prerequisites |
| 121 | 2026-08-04T04:11:06.178Z | |
| 122 | 2026-08-04T04:11:06.178Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-04T04:11:06.178Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-04T04:11:06.178Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-04T04:11:06.178Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-04T04:11:06.178Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-04T04:11:06.178Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-04T04:11:06.178Z | |
| 129 | 2026-08-04T04:11:06.178Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-04T04:11:07.919Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-04T04:11:08.161Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-04T04:11:09.485Z | Planning: Solver setup ... Done (1.239s) |
| 133 | 2026-08-04T04:11:09.528Z | Planning: Running solver ... Done (0.043s) |
| 134 | 2026-08-04T04:11:09.559Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-04T04:11:09.571Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-04T04:11:09.587Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-04T04:11:09.600Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-08-04T04:11:09.603Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-08-04T04:11:09.765Z | Planning: Checking for conflicting actions ... Done (0.163s) |
| 140 | 2026-08-04T04:11:09.769Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-04T04:11:10.537Z | Planning: Evaluating mediators ... Done (0.771s) |
| 142 | 2026-08-04T04:11:10.540Z | Planning: Planning completed in 2.35 seconds |
| 143 | 2026-08-04T04:11:10.546Z | Packages to install: 2 |
| 144 | 2026-08-04T04:11:10.546Z | Estimated space available: 156.02 GB |
| 145 | 2026-08-04T04:11:10.549Z | Estimated space to be consumed: 56.46 MB |
| 146 | 2026-08-04T04:11:10.549Z | Create boot environment: No |
| 147 | 2026-08-04T04:11:10.549Z | Create backup boot environment: No |
| 148 | 2026-08-04T04:11:10.549Z | Rebuild boot archive: No |
| 149 | 2026-08-04T04:11:10.549Z | |
| 150 | 2026-08-04T04:11:10.549Z | Changed packages: |
| 151 | 2026-08-04T04:11:10.549Z | helios |
| 152 | 2026-08-04T04:11:10.549Z | developer/build-essential |
| 153 | 2026-08-04T04:11:10.549Z | None -> 11-3.0 |
| 154 | 2026-08-04T04:11:10.549Z | library/libxmlsec1 |
| 155 | 2026-08-04T04:11:10.549Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-04T04:11:10.571Z | |
| 157 | 2026-08-04T04:11:10.571Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-04T04:11:10.640Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 159 | 2026-08-04T04:11:10.749Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-04T04:11:10.786Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-04T04:11:10.810Z | Finalize: Updating package state database ... Done (0.024s) |
| 162 | 2026-08-04T04:11:10.810Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-04T04:11:10.869Z | Finalize: Updating image state ... Done (0.059s) |
| 164 | 2026-08-04T04:11:13.353Z | Finalize: Creating fast lookup database ... Done (2.444s) |
| 165 | 2026-08-04T04:11:13.418Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-04T04:11:13.422Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-04T04:11:13.539Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-04T04:11:13.886Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-04T04:11:13.992Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-04T04:11:13.995Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-04T04:11:14.148Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-04T04:11:14.152Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-04T04:11:14.171Z | Mediators to change: 2 |
| 174 | 2026-08-04T04:11:14.172Z | Create boot environment: No |
| 175 | 2026-08-04T04:11:14.172Z | Create backup boot environment: No |
| 176 | 2026-08-04T04:11:14.221Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-04T04:11:14.221Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-04T04:11:14.256Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-04T04:11:16.186Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-04T04:11:16.248Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-04T04:11:16.251Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-04T04:11:16.320Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-04T04:11:16.605Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-04T04:11:16.713Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-04T04:11:16.716Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-04T04:11:16.870Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-04T04:11:16.873Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-04T04:11:16.892Z | Mediators to change: 1 |
| 189 | 2026-08-04T04:11:16.892Z | Create boot environment: No |
| 190 | 2026-08-04T04:11:16.892Z | Create backup boot environment: No |
| 191 | 2026-08-04T04:11:16.932Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-04T04:11:16.932Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-04T04:11:16.967Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-04T04:11:18.900Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-04T04:11:18.961Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-04T04:11:18.964Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-04T04:11:19.031Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-04T04:11:19.341Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-04T04:11:19.341Z | apache system 2.4 system |
| 200 | 2026-08-04T04:11:19.341Z | clang system 15 system |
| 201 | 2026-08-04T04:11:19.341Z | csh system system illumos |
| 202 | 2026-08-04T04:11:19.341Z | ctags system system illumos |
| 203 | 2026-08-04T04:11:19.341Z | file vendor vendor darwinsys |
| 204 | 2026-08-04T04:11:19.341Z | file system system illumos |
| 205 | 2026-08-04T04:11:19.341Z | gcc vendor 14 vendor |
| 206 | 2026-08-04T04:11:19.341Z | gcc system 13 system |
| 207 | 2026-08-04T04:11:19.341Z | gcc system 10 system |
| 208 | 2026-08-04T04:11:19.341Z | go system 1.25 system |
| 209 | 2026-08-04T04:11:19.341Z | llvm system 15 system |
| 210 | 2026-08-04T04:11:19.342Z | mariadb system 11.4 system |
| 211 | 2026-08-04T04:11:19.342Z | mta vendor vendor dma |
| 212 | 2026-08-04T04:11:19.342Z | openjdk system 17 system |
| 213 | 2026-08-04T04:11:19.342Z | openjdk system 11 system |
| 214 | 2026-08-04T04:11:19.342Z | openssl vendor 3 vendor |
| 215 | 2026-08-04T04:11:19.342Z | perl system 5.40 system |
| 216 | 2026-08-04T04:11:19.342Z | postgresql system 18 system |
| 217 | 2026-08-04T04:11:19.342Z | postgresql system 17 system |
| 218 | 2026-08-04T04:11:19.342Z | python vendor 3 vendor |
| 219 | 2026-08-04T04:11:19.342Z | python system 2 system |
| 220 | 2026-08-04T04:11:19.342Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-04T04:11:19.342Z | ruby system 3.4 system |
| 222 | 2026-08-04T04:11:19.342Z | ruby system 3.0 system |
| 223 | 2026-08-04T04:11:19.342Z | words vendor vendor american-english |
| 224 | 2026-08-04T04:11:19.342Z | words system system australian-english |
| 225 | 2026-08-04T04:11:19.342Z | words system system british-english |
| 226 | 2026-08-04T04:11:19.342Z | words system system canadian-english |
| 227 | 2026-08-04T04:11:19.342Z | words system system french |
| 228 | 2026-08-04T04:11:19.342Z | words system system italian |
| 229 | 2026-08-04T04:11:19.342Z | words system system ngerman |
| 230 | 2026-08-04T04:11:19.342Z | words system system ogerman |
| 231 | 2026-08-04T04:11:19.342Z | words system system spanish |
| 232 | 2026-08-04T04:11:19.595Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-04T04:11:19.595Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-04T04:11:19.990Z | FMRI IFO |
| 235 | 2026-08-04T04:11:19.990Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-04T04:11:19.990Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-04T04:11:19.990Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-04T04:11:19.990Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-04T04:11:19.990Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-04T04:11:19.990Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-04T04:11:19.990Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-04T04:11:19.990Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-04T04:11:19.990Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-04T04:11:20.298Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-04T04:11:20.677Z | Updating crates.io index |
| 246 | 2026-08-04T04:11:20.681Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-04T04:11:21.228Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-04T04:11:21.550Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-04T04:11:22.808Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-08-04T04:11:23.378Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-04T04:11:25.287Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-04T04:11:26.059Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-04T04:11:26.282Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-08-04T04:11:26.595Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-08-04T04:11:27.681Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-08-04T04:11:27.909Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-08-04T04:11:28.250Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-08-04T04:11:28.492Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-08-04T04:11:28.948Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-08-04T04:11:29.402Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-04T04:11:29.633Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-08-04T04:11:29.881Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-08-04T04:11:30.115Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-08-04T04:11:30.379Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-08-04T04:11:30.600Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-08-04T04:11:30.829Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-08-04T04:11:31.123Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-08-04T04:11:31.406Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-08-04T04:11:31.637Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-08-04T04:11:32.046Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-08-04T04:11:32.290Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 272 | 2026-08-04T04:11:32.587Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 273 | 2026-08-04T04:11:33.054Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 274 | 2026-08-04T04:11:33.267Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-08-04T04:11:33.534Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 276 | 2026-08-04T04:11:33.859Z | Updating crates.io index |
| 277 | 2026-08-04T04:11:33.862Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 278 | 2026-08-04T04:11:33.862Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 279 | 2026-08-04T04:11:34.241Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-08-04T04:11:34.483Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-08-04T04:11:34.718Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-08-04T04:11:34.996Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 283 | 2026-08-04T04:11:35.502Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-04T04:11:35.959Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-04T04:11:36.246Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-04T04:11:36.465Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-04T04:11:36.753Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-04T04:11:37.001Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-04T04:11:38.975Z | error: failed to select a version for `getrandom`. |
| 290 | 2026-08-04T04:11:38.976Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 291 | 2026-08-04T04:11:38.976Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 292 | 2026-08-04T04:11:38.976Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 293 | 2026-08-04T04:11:38.976Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 294 | 2026-08-04T04:11:38.976Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 295 | 2026-08-04T04:11:38.976Z | |
| 296 | 2026-08-04T04:11:38.976Z | all possible versions conflict with previously selected packages |
| 297 | 2026-08-04T04:11:38.976Z | |
| 298 | 2026-08-04T04:11:38.976Z | previously selected package `getrandom v0.4.1` |
| 299 | 2026-08-04T04:11:38.976Z | ... 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)` |
| 300 | 2026-08-04T04:11:38.976Z | ... 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)` |
| 301 | 2026-08-04T04:11:38.976Z | |
| 302 | 2026-08-04T04:11:38.976Z | failed to select a version for `getrandom` which could resolve this conflict |
| 303 | 2026-08-04T04:11:39.026Z | Failed to run command -- will try 2 more times |
| 304 | 2026-08-04T04:11:39.254Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-08-04T04:11:39.303Z | Updating crates.io index |
| 306 | 2026-08-04T04:11:39.317Z | Updating crates.io index |
| 307 | 2026-08-04T04:11:39.320Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 308 | 2026-08-04T04:11:40.560Z | error: failed to select a version for `getrandom`. |
| 309 | 2026-08-04T04:11:40.560Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 310 | 2026-08-04T04:11:40.561Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 311 | 2026-08-04T04:11:40.561Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 312 | 2026-08-04T04:11:40.561Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 313 | 2026-08-04T04:11:40.561Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 314 | 2026-08-04T04:11:40.561Z | |
| 315 | 2026-08-04T04:11:40.561Z | all possible versions conflict with previously selected packages |
| 316 | 2026-08-04T04:11:40.561Z | |
| 317 | 2026-08-04T04:11:40.561Z | previously selected package `getrandom v0.4.1` |
| 318 | 2026-08-04T04:11:40.561Z | ... 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)` |
| 319 | 2026-08-04T04:11:40.561Z | ... 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)` |
| 320 | 2026-08-04T04:11:40.561Z | |
| 321 | 2026-08-04T04:11:40.561Z | failed to select a version for `getrandom` which could resolve this conflict |
| 322 | 2026-08-04T04:11:40.597Z | Failed to run command -- will try 1 more times |
| 323 | 2026-08-04T04:11:40.822Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 324 | 2026-08-04T04:11:40.890Z | Updating crates.io index |
| 325 | 2026-08-04T04:11:40.894Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 326 | 2026-08-04T04:11:41.133Z | error: failed to select a version for `getrandom`. |
| 327 | 2026-08-04T04:11:41.133Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 328 | 2026-08-04T04:11:41.133Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 329 | 2026-08-04T04:11:41.133Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 330 | 2026-08-04T04:11:41.133Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 331 | 2026-08-04T04:11:41.133Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 332 | 2026-08-04T04:11:41.133Z | |
| 333 | 2026-08-04T04:11:41.133Z | all possible versions conflict with previously selected packages |
| 334 | 2026-08-04T04:11:41.133Z | |
| 335 | 2026-08-04T04:11:41.133Z | previously selected package `getrandom v0.4.1` |
| 336 | 2026-08-04T04:11:41.134Z | ... 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)` |
| 337 | 2026-08-04T04:11:41.134Z | ... 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-08-04T04:11:41.134Z | |
| 339 | 2026-08-04T04:11:41.134Z | failed to select a version for `getrandom` which could resolve this conflict |
| 340 | 2026-08-04T04:11:41.157Z | |
| 341 | 2026-08-04T04:11:41.160Z | real 34.977116389 |
| 342 | 2026-08-04T04:11:41.160Z | user 15.444526931 |
| 343 | 2026-08-04T04:11:41.160Z | sys 1.996047020 |
| 344 | 2026-08-04T04:11:41.160Z | trap 0.001481560 |
| 345 | 2026-08-04T04:11:41.160Z | tflt 0.041206116 |
| 346 | 2026-08-04T04:11:41.160Z | dflt 0.041237726 |
| 347 | 2026-08-04T04:11:41.160Z | kflt 0.013329835 |
| 348 | 2026-08-04T04:11:41.160Z | lock 44.173598450 |
| 349 | 2026-08-04T04:11:41.160Z | slp 53.505647346 |
| 350 | 2026-08-04T04:11:41.160Z | lat 0.054658163 |
| 351 | 2026-08-04T04:11:41.160Z | stop 0.011871491 |
| 352 | 2026-08-04T04:11:41.160Z | process exited: duration 35031 ms, exit code 101 |
| |
| 353 | 2026-08-04T04:11:41.168Z | found 0 output files |