|
|
|
| 1 | 2026-08-30T03:13:09.124Z | job assigned to worker 01M18AEZ03Y4PMGA5TZCY6STGW [factory aws, i-0091682b791a9329c] (queued for 46 s) |
| |
| 2 | 2026-08-30T03:13:15.681Z | starting task 0: "setup" |
| 3 | 2026-08-30T03:13:15.686Z | ++ uname -s |
| 4 | 2026-08-30T03:13:15.689Z | + kern=SunOS |
| 5 | 2026-08-30T03:13:15.689Z | + build_user=build |
| 6 | 2026-08-30T03:13:15.689Z | + build_uid=12345 |
| 7 | 2026-08-30T03:13:15.689Z | + work_dir=/work |
| 8 | 2026-08-30T03:13:15.689Z | + input_dir=/input |
| 9 | 2026-08-30T03:13:15.689Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-30T03:13:15.689Z | + case "$kern" in |
| 11 | 2026-08-30T03:13:15.690Z | + groupadd -g 12345 build |
| 12 | 2026-08-30T03:13:15.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-30T03:13:17.695Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-30T03:13:17.847Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-30T03:13:17.851Z | + home_fs=zfs |
| 16 | 2026-08-30T03:13:17.851Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-30T03:13:17.851Z | + mkdir -p /home/build |
| 18 | 2026-08-30T03:13:17.851Z | + chown build:build /home/build /work |
| 19 | 2026-08-30T03:13:19.851Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-30T03:13:19.855Z | process exited: duration 4171 ms, exit code 0 |
| |
| 21 | 2026-08-30T03:13:19.861Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-30T03:13:19.864Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-30T03:13:19.864Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-30T03:13:19.864Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-30T03:13:19.864Z | * rust toolchain profile = "default" |
| 26 | 2026-08-30T03:13:19.864Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-30T03:13:19.864Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-30T03:13:19.867Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-30T03:13:19.868Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-30T03:13:19.971Z | info: downloading installer |
| 31 | 2026-08-30T03:13:21.306Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-30T03:13:21.306Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-30T03:13:21.306Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-30T03:13:21.306Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-30T03:13:21.319Z | info: profile set to default |
| 36 | 2026-08-30T03:13:21.319Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-30T03:13:21.323Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-30T03:13:21.478Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-30T03:13:21.482Z | info: downloading 6 components |
| 40 | 2026-08-30T03:13:35.359Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-30T03:13:35.359Z | |
| 42 | 2026-08-30T03:13:35.387Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-30T03:13:35.387Z | |
| 44 | 2026-08-30T03:13:35.387Z | |
| 45 | 2026-08-30T03:13:35.387Z | Rust is installed now. Great! |
| 46 | 2026-08-30T03:13:35.387Z | |
| 47 | 2026-08-30T03:13:35.391Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-30T03:13:35.391Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-30T03:13:35.391Z | |
| 50 | 2026-08-30T03:13:35.391Z | To configure your current shell, you need to source |
| 51 | 2026-08-30T03:13:35.391Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-30T03:13:35.391Z | |
| 53 | 2026-08-30T03:13:35.391Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-30T03:13:35.391Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-30T03:13:35.391Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-30T03:13:35.391Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-30T03:13:35.391Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-30T03:13:35.391Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-30T03:13:35.391Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-30T03:13:35.391Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-30T03:13:35.391Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-30T03:13:35.478Z | + rustup --version |
| 63 | 2026-08-30T03:13:35.488Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-30T03:13:35.492Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-30T03:13:35.509Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-30T03:13:35.512Z | + cargo --version |
| 67 | 2026-08-30T03:13:35.526Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-30T03:13:35.529Z | + rustc --version |
| 69 | 2026-08-30T03:13:35.548Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-30T03:13:35.552Z | process exited: duration 15690 ms, exit code 0 |
| |
| 71 | 2026-08-30T03:13:35.558Z | starting task 2: "authentication" |
| 72 | 2026-08-30T03:13:35.574Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-30T03:13:35.580Z | starting task 3: "clone repository" |
| 74 | 2026-08-30T03:13:35.584Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-30T03:13:35.587Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-30T03:13:35.614Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-30T03:13:48.184Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-30T03:13:48.184Z | + git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 79 | 2026-08-30T03:13:48.510Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-30T03:13:48.510Z | * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD |
| 81 | 2026-08-30T03:13:48.521Z | + [[ -n renovate/ddm-admin-client-digest ]] |
| 82 | 2026-08-30T03:13:48.524Z | ++ git branch --show-current |
| 83 | 2026-08-30T03:13:48.524Z | + current=main |
| 84 | 2026-08-30T03:13:48.524Z | + [[ main != renovate/ddm-admin-client-digest ]] |
| 85 | 2026-08-30T03:13:48.524Z | + git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 86 | 2026-08-30T03:13:48.528Z | + git checkout -f renovate/ddm-admin-client-digest |
| 87 | 2026-08-30T03:13:48.781Z | Switched to branch 'renovate/ddm-admin-client-digest' |
| 88 | 2026-08-30T03:13:48.785Z | + git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 89 | 2026-08-30T03:13:48.799Z | HEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c |
| 90 | 2026-08-30T03:13:48.803Z | process exited: duration 13218 ms, exit code 0 |
| |
| 91 | 2026-08-30T03:13:48.809Z | starting task 4: "build" |
| 92 | 2026-08-30T03:13:48.813Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-30T03:13:48.816Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-30T03:13:48.816Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-30T03:13:48.816Z | +++ uname -s |
| 96 | 2026-08-30T03:13:48.816Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-30T03:13:48.816Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-30T03:13:48.820Z | + cargo --version |
| 99 | 2026-08-30T03:13:48.825Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-30T03:13:48.828Z | + rustc --version |
| 101 | 2026-08-30T03:13:48.847Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-30T03:13:48.851Z | + source ./env.sh |
| 103 | 2026-08-30T03:13:48.851Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-30T03:13:48.851Z | ++ set -o xtrace |
| 105 | 2026-08-30T03:13:48.854Z | ++++ dirname ./env.sh |
| 106 | 2026-08-30T03:13:48.854Z | +++ readlink -f . |
| 107 | 2026-08-30T03:13:48.857Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ 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-30T03:13:48.857Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-30T03:13:48.857Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-30T03:13:48.857Z | + 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-30T03:13:48.857Z | + 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-30T03:13:48.857Z | + banner prerequisites |
| 123 | 2026-08-30T03:13:48.861Z | |
| 124 | 2026-08-30T03:13:48.861Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-30T03:13:48.861Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-30T03:13:48.861Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-30T03:13:48.861Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-30T03:13:48.861Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-30T03:13:48.861Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-30T03:13:48.861Z | |
| 131 | 2026-08-30T03:13:48.861Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-30T03:13:50.989Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-30T03:13:51.395Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-30T03:13:53.748Z | Planning: Solver setup ... Done (2.225s) |
| 135 | 2026-08-30T03:13:53.812Z | Planning: Running solver ... Done (0.065s) |
| 136 | 2026-08-30T03:13:53.865Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-30T03:13:53.876Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-30T03:13:53.891Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-30T03:13:53.905Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-30T03:13:53.908Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-30T03:13:54.130Z | Planning: Checking for conflicting actions ... Done (0.224s) |
| 142 | 2026-08-30T03:13:54.133Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-30T03:13:54.933Z | Planning: Evaluating mediators ... Done (0.802s) |
| 144 | 2026-08-30T03:13:54.936Z | Planning: Planning completed in 3.50 seconds |
| 145 | 2026-08-30T03:13:54.942Z | Packages to install: 2 |
| 146 | 2026-08-30T03:13:54.942Z | Estimated space available: 156.00 GB |
| 147 | 2026-08-30T03:13:54.942Z | Estimated space to be consumed: 83.65 MB |
| 148 | 2026-08-30T03:13:54.942Z | Create boot environment: No |
| 149 | 2026-08-30T03:13:54.945Z | Create backup boot environment: No |
| 150 | 2026-08-30T03:13:54.945Z | Rebuild boot archive: No |
| 151 | 2026-08-30T03:13:54.945Z | |
| 152 | 2026-08-30T03:13:54.945Z | Changed packages: |
| 153 | 2026-08-30T03:13:54.945Z | helios |
| 154 | 2026-08-30T03:13:54.945Z | developer/build-essential |
| 155 | 2026-08-30T03:13:54.945Z | None -> 11-3.0 |
| 156 | 2026-08-30T03:13:54.945Z | library/libxmlsec1 |
| 157 | 2026-08-30T03:13:54.945Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-30T03:13:54.966Z | |
| 159 | 2026-08-30T03:13:54.967Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-30T03:13:55.044Z | Download: Completed 1.28 MB in 0.08 seconds (16.5M/s) |
| 161 | 2026-08-30T03:13:55.108Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-30T03:13:55.144Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-30T03:13:55.182Z | Finalize: Updating package state database ... Done (0.037s) |
| 164 | 2026-08-30T03:13:55.182Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-30T03:13:55.275Z | Finalize: Updating image state ... Done (0.092s) |
| 166 | 2026-08-30T03:13:57.739Z | Finalize: Creating fast lookup database ... Done (2.409s) |
| 167 | 2026-08-30T03:13:57.803Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-30T03:13:57.806Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-30T03:13:57.900Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-30T03:13:58.277Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-30T03:13:58.383Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-30T03:13:58.387Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-30T03:13:58.542Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-30T03:13:58.546Z | Planning: Planning completed in 0.27 seconds |
| 175 | 2026-08-30T03:13:58.565Z | Mediators to change: 2 |
| 176 | 2026-08-30T03:13:58.565Z | Create boot environment: No |
| 177 | 2026-08-30T03:13:58.565Z | Create backup boot environment: No |
| 178 | 2026-08-30T03:13:58.607Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-30T03:13:58.607Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-30T03:13:58.664Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-30T03:14:00.609Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-30T03:14:00.678Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-30T03:14:00.681Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-30T03:14:00.734Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-30T03:14:01.015Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-30T03:14:01.122Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-30T03:14:01.125Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-30T03:14:01.280Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-30T03:14:01.283Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-08-30T03:14:01.302Z | Mediators to change: 1 |
| 191 | 2026-08-30T03:14:01.303Z | Create boot environment: No |
| 192 | 2026-08-30T03:14:01.303Z | Create backup boot environment: No |
| 193 | 2026-08-30T03:14:01.340Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-30T03:14:01.340Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-30T03:14:01.397Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-30T03:14:03.352Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-30T03:14:03.416Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-30T03:14:03.420Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-30T03:14:03.477Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-30T03:14:03.789Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-30T03:14:03.789Z | apache system 2.4 system |
| 202 | 2026-08-30T03:14:03.789Z | clang system 15 system |
| 203 | 2026-08-30T03:14:03.789Z | csh system system illumos |
| 204 | 2026-08-30T03:14:03.789Z | ctags system system illumos |
| 205 | 2026-08-30T03:14:03.789Z | file vendor vendor darwinsys |
| 206 | 2026-08-30T03:14:03.789Z | file system system illumos |
| 207 | 2026-08-30T03:14:03.789Z | gcc vendor 14 vendor |
| 208 | 2026-08-30T03:14:03.789Z | gcc system 13 system |
| 209 | 2026-08-30T03:14:03.789Z | gcc system 10 system |
| 210 | 2026-08-30T03:14:03.789Z | go system 1.25 system |
| 211 | 2026-08-30T03:14:03.789Z | llvm system 15 system |
| 212 | 2026-08-30T03:14:03.789Z | mariadb system 11.4 system |
| 213 | 2026-08-30T03:14:03.789Z | mta vendor vendor dma |
| 214 | 2026-08-30T03:14:03.789Z | openjdk system 17 system |
| 215 | 2026-08-30T03:14:03.789Z | openjdk system 11 system |
| 216 | 2026-08-30T03:14:03.789Z | openssl vendor 3 vendor |
| 217 | 2026-08-30T03:14:03.789Z | perl system 5.40 system |
| 218 | 2026-08-30T03:14:03.789Z | postgresql system 18 system |
| 219 | 2026-08-30T03:14:03.789Z | postgresql system 17 system |
| 220 | 2026-08-30T03:14:03.789Z | python vendor 3 vendor |
| 221 | 2026-08-30T03:14:03.789Z | python system 2 system |
| 222 | 2026-08-30T03:14:03.789Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-30T03:14:03.789Z | ruby system 3.4 system |
| 224 | 2026-08-30T03:14:03.789Z | ruby system 3.0 system |
| 225 | 2026-08-30T03:14:03.789Z | words vendor vendor american-english |
| 226 | 2026-08-30T03:14:03.790Z | words system system australian-english |
| 227 | 2026-08-30T03:14:03.790Z | words system system british-english |
| 228 | 2026-08-30T03:14:03.790Z | words system system canadian-english |
| 229 | 2026-08-30T03:14:03.790Z | words system system french |
| 230 | 2026-08-30T03:14:03.790Z | words system system italian |
| 231 | 2026-08-30T03:14:03.790Z | words system system ngerman |
| 232 | 2026-08-30T03:14:03.790Z | words system system ogerman |
| 233 | 2026-08-30T03:14:03.790Z | words system system spanish |
| 234 | 2026-08-30T03:14:04.044Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-30T03:14:04.044Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-30T03:14:04.551Z | FMRI IFO |
| 237 | 2026-08-30T03:14:04.552Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-30T03:14:04.552Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-30T03:14:04.552Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-30T03:14:04.552Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-30T03:14:04.552Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-30T03:14:04.552Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-30T03:14:04.552Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-30T03:14:04.552Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-30T03:14:04.552Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-30T03:14:04.909Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-30T03:14:05.279Z | Updating crates.io index |
| 248 | 2026-08-30T03:14:05.282Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-30T03:14:05.554Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-30T03:14:05.973Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 251 | 2026-08-30T03:14:06.334Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-08-30T03:14:07.352Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-08-30T03:14:07.933Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-30T03:14:09.953Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-30T03:14:10.908Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-30T03:14:11.200Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-08-30T03:14:11.565Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-30T03:14:12.782Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-30T03:14:13.118Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-30T03:14:13.532Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-30T03:14:14.175Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-08-30T03:14:14.464Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-08-30T03:14:14.757Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-08-30T03:14:15.064Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-08-30T03:14:15.346Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-08-30T03:14:15.702Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-30T03:14:16.115Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 268 | 2026-08-30T03:14:16.679Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-30T03:14:17.221Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-30T03:14:17.543Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-30T03:14:18.132Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-30T03:14:18.499Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-30T03:14:18.777Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-30T03:14:19.245Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-30T03:14:19.789Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-30T03:14:20.249Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-30T03:14:20.621Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-30T03:14:20.904Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-30T03:14:21.253Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-30T03:14:21.623Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-30T03:14:22.172Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-30T03:14:22.461Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-30T03:14:22.763Z | Updating crates.io index |
| 284 | 2026-08-30T03:14:22.766Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-08-30T03:14:23.115Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 286 | 2026-08-30T03:14:23.437Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-08-30T03:14:23.717Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 288 | 2026-08-30T03:14:24.017Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 289 | 2026-08-30T03:14:24.354Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 290 | 2026-08-30T03:14:24.697Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-08-30T03:14:25.163Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 292 | 2026-08-30T03:14:26.961Z | error: failed to select a version for `oxnet`. |
| 293 | 2026-08-30T03:14:26.961Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 294 | 2026-08-30T03:14:26.961Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 295 | 2026-08-30T03:14:26.961Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 296 | 2026-08-30T03:14:26.961Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 297 | 2026-08-30T03:14:26.961Z | |
| 298 | 2026-08-30T03:14:26.961Z | all possible versions conflict with previously selected packages |
| 299 | 2026-08-30T03:14:26.961Z | |
| 300 | 2026-08-30T03:14:26.961Z | previously selected package `oxnet v0.1.6` |
| 301 | 2026-08-30T03:14:26.961Z | ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)` |
| 302 | 2026-08-30T03:14:26.961Z | |
| 303 | 2026-08-30T03:14:26.961Z | failed to select a version for `oxnet` which could resolve this conflict |
| 304 | 2026-08-30T03:14:27.008Z | Failed to run command -- will try 2 more times |
| 305 | 2026-08-30T03:14:27.249Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 306 | 2026-08-30T03:14:27.286Z | Updating crates.io index |
| 307 | 2026-08-30T03:14:27.310Z | Updating crates.io index |
| 308 | 2026-08-30T03:14:28.159Z | error: failed to select a version for `oxnet`. |
| 309 | 2026-08-30T03:14:28.159Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 310 | 2026-08-30T03:14:28.159Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 311 | 2026-08-30T03:14:28.159Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 312 | 2026-08-30T03:14:28.159Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 313 | 2026-08-30T03:14:28.159Z | |
| 314 | 2026-08-30T03:14:28.159Z | all possible versions conflict with previously selected packages |
| 315 | 2026-08-30T03:14:28.160Z | |
| 316 | 2026-08-30T03:14:28.160Z | previously selected package `oxnet v0.1.6` |
| 317 | 2026-08-30T03:14:28.160Z | ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)` |
| 318 | 2026-08-30T03:14:28.160Z | |
| 319 | 2026-08-30T03:14:28.160Z | failed to select a version for `oxnet` which could resolve this conflict |
| 320 | 2026-08-30T03:14:28.196Z | Failed to run command -- will try 1 more times |
| 321 | 2026-08-30T03:14:28.439Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 322 | 2026-08-30T03:14:28.516Z | Updating crates.io index |
| 323 | 2026-08-30T03:14:28.760Z | error: failed to select a version for `oxnet`. |
| 324 | 2026-08-30T03:14:28.760Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 325 | 2026-08-30T03:14:28.760Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 326 | 2026-08-30T03:14:28.760Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 327 | 2026-08-30T03:14:28.760Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 328 | 2026-08-30T03:14:28.760Z | |
| 329 | 2026-08-30T03:14:28.760Z | all possible versions conflict with previously selected packages |
| 330 | 2026-08-30T03:14:28.760Z | |
| 331 | 2026-08-30T03:14:28.760Z | previously selected package `oxnet v0.1.6` |
| 332 | 2026-08-30T03:14:28.760Z | ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)` |
| 333 | 2026-08-30T03:14:28.760Z | |
| 334 | 2026-08-30T03:14:28.760Z | failed to select a version for `oxnet` which could resolve this conflict |
| 335 | 2026-08-30T03:14:28.784Z | |
| 336 | 2026-08-30T03:14:28.787Z | real 39.923784365 |
| 337 | 2026-08-30T03:14:28.787Z | user 17.045291803 |
| 338 | 2026-08-30T03:14:28.788Z | sys 2.119852838 |
| 339 | 2026-08-30T03:14:28.788Z | trap 0.001673921 |
| 340 | 2026-08-30T03:14:28.788Z | tflt 0.039434350 |
| 341 | 2026-08-30T03:14:28.788Z | dflt 0.040540682 |
| 342 | 2026-08-30T03:14:28.788Z | kflt 0.012179557 |
| 343 | 2026-08-30T03:14:28.788Z | lock 49.189527530 |
| 344 | 2026-08-30T03:14:28.788Z | slp 1:01.712762291 |
| 345 | 2026-08-30T03:14:28.788Z | lat 0.049088239 |
| 346 | 2026-08-30T03:14:28.788Z | stop 0.008712646 |
| 347 | 2026-08-30T03:14:28.788Z | process exited: duration 39975 ms, exit code 101 |
| |
| 348 | 2026-08-30T03:14:28.795Z | found 0 output files |