|
|
|
| 1 | 2026-08-30T03:13:11.130Z | job assigned to worker 01M18AF01FDKJB9NZK0KDKD0AQ [factory aws, i-0bdfc410f1038bb2b] (queued for 47 s) |
| |
| 2 | 2026-08-30T03:13:17.561Z | starting task 0: "setup" |
| 3 | 2026-08-30T03:13:17.566Z | ++ uname -s |
| 4 | 2026-08-30T03:13:17.570Z | + kern=SunOS |
| 5 | 2026-08-30T03:13:17.570Z | + build_user=build |
| 6 | 2026-08-30T03:13:17.570Z | + build_uid=12345 |
| 7 | 2026-08-30T03:13:17.570Z | + work_dir=/work |
| 8 | 2026-08-30T03:13:17.570Z | + input_dir=/input |
| 9 | 2026-08-30T03:13:17.570Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-30T03:13:17.570Z | + case "$kern" in |
| 11 | 2026-08-30T03:13:17.570Z | + groupadd -g 12345 build |
| 12 | 2026-08-30T03:13:17.570Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-30T03:13:19.576Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-30T03:13:19.658Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-30T03:13:19.661Z | + home_fs=zfs |
| 16 | 2026-08-30T03:13:19.661Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-30T03:13:19.661Z | + mkdir -p /home/build |
| 18 | 2026-08-30T03:13:19.661Z | + chown build:build /home/build /work |
| 19 | 2026-08-30T03:13:21.662Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-30T03:13:21.665Z | process exited: duration 4105 ms, exit code 0 |
| |
| 21 | 2026-08-30T03:13:21.671Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-30T03:13:21.676Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-30T03:13:21.676Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-30T03:13:21.676Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-30T03:13:21.676Z | * rust toolchain profile = "default" |
| 26 | 2026-08-30T03:13:21.676Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-30T03:13:21.676Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-30T03:13:21.679Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-30T03:13:21.679Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-30T03:13:21.787Z | info: downloading installer |
| 31 | 2026-08-30T03:13:23.230Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-30T03:13:23.230Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-30T03:13:23.230Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-30T03:13:23.230Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-30T03:13:23.243Z | info: profile set to default |
| 36 | 2026-08-30T03:13:23.243Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-30T03:13:23.246Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-30T03:13:23.396Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-30T03:13:23.399Z | info: downloading 6 components |
| 40 | 2026-08-30T03:13:38.157Z | |
| 41 | 2026-08-30T03:13:38.157Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-30T03:13:38.189Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-30T03:13:38.189Z | |
| 44 | 2026-08-30T03:13:38.189Z | |
| 45 | 2026-08-30T03:13:38.189Z | Rust is installed now. Great! |
| 46 | 2026-08-30T03:13:38.189Z | |
| 47 | 2026-08-30T03:13:38.189Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-30T03:13:38.189Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-30T03:13:38.189Z | |
| 50 | 2026-08-30T03:13:38.189Z | To configure your current shell, you need to source |
| 51 | 2026-08-30T03:13:38.189Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-30T03:13:38.189Z | |
| 53 | 2026-08-30T03:13:38.189Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-30T03:13:38.192Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-30T03:13:38.193Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-30T03:13:38.193Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-30T03:13:38.193Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-30T03:13:38.193Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-30T03:13:38.193Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-30T03:13:38.193Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-30T03:13:38.193Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-30T03:13:38.277Z | + rustup --version |
| 63 | 2026-08-30T03:13:38.285Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-30T03:13:38.289Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-30T03:13:38.306Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-30T03:13:38.310Z | + cargo --version |
| 67 | 2026-08-30T03:13:38.324Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-30T03:13:38.327Z | + rustc --version |
| 69 | 2026-08-30T03:13:38.346Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-30T03:13:38.349Z | process exited: duration 16676 ms, exit code 0 |
| |
| 71 | 2026-08-30T03:13:38.355Z | starting task 2: "authentication" |
| 72 | 2026-08-30T03:13:38.372Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-30T03:13:38.378Z | starting task 3: "clone repository" |
| 74 | 2026-08-30T03:13:38.381Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-30T03:13:38.384Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-30T03:13:38.415Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-30T03:13:58.851Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-30T03:13:58.851Z | + git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 79 | 2026-08-30T03:13:59.222Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-30T03:13:59.222Z | * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD |
| 81 | 2026-08-30T03:13:59.232Z | + [[ -n renovate/ddm-admin-client-digest ]] |
| 82 | 2026-08-30T03:13:59.236Z | ++ git branch --show-current |
| 83 | 2026-08-30T03:13:59.236Z | + current=main |
| 84 | 2026-08-30T03:13:59.236Z | + [[ main != renovate/ddm-admin-client-digest ]] |
| 85 | 2026-08-30T03:13:59.236Z | + git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 86 | 2026-08-30T03:13:59.239Z | + git checkout -f renovate/ddm-admin-client-digest |
| 87 | 2026-08-30T03:13:59.491Z | Switched to branch 'renovate/ddm-admin-client-digest' |
| 88 | 2026-08-30T03:13:59.495Z | + git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a |
| 89 | 2026-08-30T03:13:59.748Z | HEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c |
| 90 | 2026-08-30T03:13:59.752Z | process exited: duration 21371 ms, exit code 0 |
| |
| 91 | 2026-08-30T03:13:59.760Z | starting task 4: "build" |
| 92 | 2026-08-30T03:13:59.765Z | + source ./env.sh |
| 93 | 2026-08-30T03:13:59.768Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-30T03:13:59.768Z | ++ set -o xtrace |
| 95 | 2026-08-30T03:13:59.768Z | ++++ dirname ./env.sh |
| 96 | 2026-08-30T03:13:59.772Z | +++ readlink -f . |
| 97 | 2026-08-30T03:13:59.772Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ 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-30T03:13:59.772Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-30T03:13:59.772Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-30T03:13:59.772Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-30T03:13:59.772Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-30T03:13:59.772Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-30T03:13:59.776Z | +++ uname -s |
| 114 | 2026-08-30T03:13:59.776Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-30T03:13:59.776Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-30T03:13:59.776Z | + cargo --version |
| 117 | 2026-08-30T03:13:59.784Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-30T03:13:59.787Z | + rustc --version |
| 119 | 2026-08-30T03:13:59.812Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-30T03:13:59.815Z | + banner prerequisites |
| 121 | 2026-08-30T03:13:59.816Z | |
| 122 | 2026-08-30T03:13:59.816Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-30T03:13:59.816Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-30T03:13:59.816Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-30T03:13:59.816Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-30T03:13:59.816Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-30T03:13:59.816Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-30T03:13:59.816Z | |
| 129 | 2026-08-30T03:13:59.816Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-30T03:14:01.834Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-30T03:14:02.239Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-30T03:14:04.612Z | Planning: Solver setup ... Done (2.243s) |
| 133 | 2026-08-30T03:14:04.676Z | Planning: Running solver ... Done (0.064s) |
| 134 | 2026-08-30T03:14:04.728Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-30T03:14:04.741Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-30T03:14:04.760Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-30T03:14:04.774Z | Planning: Package planning ... Done (0.014s) |
| 138 | 2026-08-30T03:14:04.777Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-08-30T03:14:05.009Z | Planning: Checking for conflicting actions ... Done (0.232s) |
| 140 | 2026-08-30T03:14:05.012Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-30T03:14:05.816Z | Planning: Evaluating mediators ... Done (0.806s) |
| 142 | 2026-08-30T03:14:05.819Z | Planning: Planning completed in 3.54 seconds |
| 143 | 2026-08-30T03:14:05.825Z | Packages to install: 2 |
| 144 | 2026-08-30T03:14:05.825Z | Estimated space available: 156.01 GB |
| 145 | 2026-08-30T03:14:05.825Z | Estimated space to be consumed: 83.65 MB |
| 146 | 2026-08-30T03:14:05.828Z | Create boot environment: No |
| 147 | 2026-08-30T03:14:05.828Z | Create backup boot environment: No |
| 148 | 2026-08-30T03:14:05.828Z | Rebuild boot archive: No |
| 149 | 2026-08-30T03:14:05.828Z | |
| 150 | 2026-08-30T03:14:05.828Z | Changed packages: |
| 151 | 2026-08-30T03:14:05.828Z | helios |
| 152 | 2026-08-30T03:14:05.828Z | developer/build-essential |
| 153 | 2026-08-30T03:14:05.828Z | None -> 11-3.0 |
| 154 | 2026-08-30T03:14:05.828Z | library/libxmlsec1 |
| 155 | 2026-08-30T03:14:05.828Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-30T03:14:05.850Z | |
| 157 | 2026-08-30T03:14:05.850Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-30T03:14:05.928Z | Download: Completed 1.28 MB in 0.08 seconds (16.7M/s) |
| 159 | 2026-08-30T03:14:06.010Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-30T03:14:06.048Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-30T03:14:06.086Z | Finalize: Updating package state database ... Done (0.038s) |
| 162 | 2026-08-30T03:14:06.089Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-30T03:14:06.177Z | Finalize: Updating image state ... Done (0.091s) |
| 164 | 2026-08-30T03:14:08.660Z | Finalize: Creating fast lookup database ... Done (2.427s) |
| 165 | 2026-08-30T03:14:08.727Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-30T03:14:08.730Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-30T03:14:08.839Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-30T03:14:09.206Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-30T03:14:09.310Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-30T03:14:09.314Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-30T03:14:09.469Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-30T03:14:09.472Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-30T03:14:09.492Z | Mediators to change: 2 |
| 174 | 2026-08-30T03:14:09.492Z | Create boot environment: No |
| 175 | 2026-08-30T03:14:09.492Z | Create backup boot environment: No |
| 176 | 2026-08-30T03:14:09.536Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-30T03:14:09.536Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-30T03:14:09.592Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-30T03:14:11.535Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-30T03:14:11.599Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-30T03:14:11.602Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-30T03:14:11.687Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-30T03:14:11.972Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-30T03:14:12.078Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-30T03:14:12.083Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-30T03:14:12.238Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-30T03:14:12.245Z | Planning: Planning completed in 0.27 seconds |
| 188 | 2026-08-30T03:14:12.260Z | Mediators to change: 1 |
| 189 | 2026-08-30T03:14:12.261Z | Create boot environment: No |
| 190 | 2026-08-30T03:14:12.261Z | Create backup boot environment: No |
| 191 | 2026-08-30T03:14:12.299Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-30T03:14:12.299Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-30T03:14:12.354Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-30T03:14:14.325Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-30T03:14:14.387Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-30T03:14:14.390Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-30T03:14:14.465Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-30T03:14:14.778Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-30T03:14:14.778Z | apache system 2.4 system |
| 200 | 2026-08-30T03:14:14.778Z | clang system 15 system |
| 201 | 2026-08-30T03:14:14.778Z | csh system system illumos |
| 202 | 2026-08-30T03:14:14.778Z | ctags system system illumos |
| 203 | 2026-08-30T03:14:14.778Z | file vendor vendor darwinsys |
| 204 | 2026-08-30T03:14:14.778Z | file system system illumos |
| 205 | 2026-08-30T03:14:14.778Z | gcc vendor 14 vendor |
| 206 | 2026-08-30T03:14:14.778Z | gcc system 13 system |
| 207 | 2026-08-30T03:14:14.778Z | gcc system 10 system |
| 208 | 2026-08-30T03:14:14.778Z | go system 1.25 system |
| 209 | 2026-08-30T03:14:14.778Z | llvm system 15 system |
| 210 | 2026-08-30T03:14:14.778Z | mariadb system 11.4 system |
| 211 | 2026-08-30T03:14:14.778Z | mta vendor vendor dma |
| 212 | 2026-08-30T03:14:14.778Z | openjdk system 17 system |
| 213 | 2026-08-30T03:14:14.778Z | openjdk system 11 system |
| 214 | 2026-08-30T03:14:14.778Z | openssl vendor 3 vendor |
| 215 | 2026-08-30T03:14:14.778Z | perl system 5.40 system |
| 216 | 2026-08-30T03:14:14.778Z | postgresql system 18 system |
| 217 | 2026-08-30T03:14:14.778Z | postgresql system 17 system |
| 218 | 2026-08-30T03:14:14.778Z | python vendor 3 vendor |
| 219 | 2026-08-30T03:14:14.778Z | python system 2 system |
| 220 | 2026-08-30T03:14:14.778Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-30T03:14:14.778Z | ruby system 3.4 system |
| 222 | 2026-08-30T03:14:14.778Z | ruby system 3.0 system |
| 223 | 2026-08-30T03:14:14.778Z | words vendor vendor american-english |
| 224 | 2026-08-30T03:14:14.778Z | words system system australian-english |
| 225 | 2026-08-30T03:14:14.778Z | words system system british-english |
| 226 | 2026-08-30T03:14:14.778Z | words system system canadian-english |
| 227 | 2026-08-30T03:14:14.779Z | words system system french |
| 228 | 2026-08-30T03:14:14.779Z | words system system italian |
| 229 | 2026-08-30T03:14:14.779Z | words system system ngerman |
| 230 | 2026-08-30T03:14:14.779Z | words system system ogerman |
| 231 | 2026-08-30T03:14:14.779Z | words system system spanish |
| 232 | 2026-08-30T03:14:15.033Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-30T03:14:15.033Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-30T03:14:15.537Z | FMRI IFO |
| 235 | 2026-08-30T03:14:15.537Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-30T03:14:15.537Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-30T03:14:15.537Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-30T03:14:15.537Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-30T03:14:15.537Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-30T03:14:15.537Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-30T03:14:15.537Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-30T03:14:15.537Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-30T03:14:15.537Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-30T03:14:15.888Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-30T03:14:16.222Z | Updating crates.io index |
| 246 | 2026-08-30T03:14:16.225Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-30T03:14:16.488Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-30T03:14:16.879Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 249 | 2026-08-30T03:14:17.197Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-08-30T03:14:18.177Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 251 | 2026-08-30T03:14:18.705Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-08-30T03:14:20.305Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-08-30T03:14:21.167Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-08-30T03:14:21.435Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 255 | 2026-08-30T03:14:21.770Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 256 | 2026-08-30T03:14:22.967Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 257 | 2026-08-30T03:14:23.261Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 258 | 2026-08-30T03:14:23.636Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 259 | 2026-08-30T03:14:23.918Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-08-30T03:14:24.456Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-08-30T03:14:24.743Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-08-30T03:14:25.053Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 263 | 2026-08-30T03:14:25.329Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 264 | 2026-08-30T03:14:25.654Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-08-30T03:14:26.044Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2026-08-30T03:14:26.594Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-30T03:14:27.759Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2026-08-30T03:14:28.023Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2026-08-30T03:14:28.547Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 270 | 2026-08-30T03:14:28.921Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-08-30T03:14:29.197Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-08-30T03:14:29.644Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-08-30T03:14:30.197Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-08-30T03:14:30.628Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-08-30T03:14:30.954Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-08-30T03:14:31.264Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-08-30T03:14:31.629Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-08-30T03:14:32.027Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 279 | 2026-08-30T03:14:32.597Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-08-30T03:14:32.899Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-08-30T03:14:33.157Z | Updating crates.io index |
| 282 | 2026-08-30T03:14:33.160Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-30T03:14:33.498Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-30T03:14:33.815Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-30T03:14:34.088Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-30T03:14:34.394Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-30T03:14:34.691Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-30T03:14:34.994Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 289 | 2026-08-30T03:14:35.470Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-30T03:14:37.410Z | error: failed to select a version for `oxnet`. |
| 291 | 2026-08-30T03:14:37.410Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 292 | 2026-08-30T03:14:37.411Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 293 | 2026-08-30T03:14:37.411Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 294 | 2026-08-30T03:14:37.411Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 295 | 2026-08-30T03:14:37.411Z | |
| 296 | 2026-08-30T03:14:37.411Z | all possible versions conflict with previously selected packages |
| 297 | 2026-08-30T03:14:37.411Z | |
| 298 | 2026-08-30T03:14:37.411Z | previously selected package `oxnet v0.1.6` |
| 299 | 2026-08-30T03:14:37.411Z | ... 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)` |
| 300 | 2026-08-30T03:14:37.411Z | |
| 301 | 2026-08-30T03:14:37.411Z | failed to select a version for `oxnet` which could resolve this conflict |
| 302 | 2026-08-30T03:14:37.456Z | Failed to run command -- will try 2 more times |
| 303 | 2026-08-30T03:14:37.698Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 304 | 2026-08-30T03:14:37.735Z | Updating crates.io index |
| 305 | 2026-08-30T03:14:37.759Z | Updating crates.io index |
| 306 | 2026-08-30T03:14:38.873Z | error: failed to select a version for `oxnet`. |
| 307 | 2026-08-30T03:14:38.873Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 308 | 2026-08-30T03:14:38.873Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 309 | 2026-08-30T03:14:38.873Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 310 | 2026-08-30T03:14:38.873Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 311 | 2026-08-30T03:14:38.873Z | |
| 312 | 2026-08-30T03:14:38.873Z | all possible versions conflict with previously selected packages |
| 313 | 2026-08-30T03:14:38.873Z | |
| 314 | 2026-08-30T03:14:38.873Z | previously selected package `oxnet v0.1.6` |
| 315 | 2026-08-30T03:14:38.873Z | ... 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)` |
| 316 | 2026-08-30T03:14:38.873Z | |
| 317 | 2026-08-30T03:14:38.873Z | failed to select a version for `oxnet` which could resolve this conflict |
| 318 | 2026-08-30T03:14:38.908Z | Failed to run command -- will try 1 more times |
| 319 | 2026-08-30T03:14:39.149Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 320 | 2026-08-30T03:14:39.221Z | Updating crates.io index |
| 321 | 2026-08-30T03:14:39.458Z | error: failed to select a version for `oxnet`. |
| 322 | 2026-08-30T03:14:39.458Z | ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)` |
| 323 | 2026-08-30T03:14:39.459Z | ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)` |
| 324 | 2026-08-30T03:14:39.459Z | ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)` |
| 325 | 2026-08-30T03:14:39.459Z | versions that meet the requirements `^0.1.7` are: 0.1.7 |
| 326 | 2026-08-30T03:14:39.459Z | |
| 327 | 2026-08-30T03:14:39.459Z | all possible versions conflict with previously selected packages |
| 328 | 2026-08-30T03:14:39.459Z | |
| 329 | 2026-08-30T03:14:39.459Z | previously selected package `oxnet v0.1.6` |
| 330 | 2026-08-30T03:14:39.459Z | ... 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)` |
| 331 | 2026-08-30T03:14:39.459Z | |
| 332 | 2026-08-30T03:14:39.459Z | failed to select a version for `oxnet` which could resolve this conflict |
| 333 | 2026-08-30T03:14:39.483Z | |
| 334 | 2026-08-30T03:14:39.487Z | real 39.669200449 |
| 335 | 2026-08-30T03:14:39.487Z | user 17.205552785 |
| 336 | 2026-08-30T03:14:39.487Z | sys 2.182761455 |
| 337 | 2026-08-30T03:14:39.487Z | trap 0.001856080 |
| 338 | 2026-08-30T03:14:39.487Z | tflt 0.041386245 |
| 339 | 2026-08-30T03:14:39.487Z | dflt 0.041212784 |
| 340 | 2026-08-30T03:14:39.487Z | kflt 0.014192235 |
| 341 | 2026-08-30T03:14:39.487Z | lock 49.437288262 |
| 342 | 2026-08-30T03:14:39.487Z | slp 1:00.884898852 |
| 343 | 2026-08-30T03:14:39.487Z | lat 0.063930008 |
| 344 | 2026-08-30T03:14:39.487Z | stop 0.012481223 |
| 345 | 2026-08-30T03:14:39.487Z | process exited: duration 39723 ms, exit code 101 |
| |
| 346 | 2026-08-30T03:14:39.494Z | found 0 output files |