|
|
|
| 1 | 2026-05-08T12:04:35.911Z | job assigned to worker 01KR3QHS92F05AQ9G439YSYA1J [factory aws, i-0d3328d166b9f318d] (queued for 56 s) |
| |
| 2 | 2026-05-08T12:04:43.284Z | starting task 0: "setup" |
| 3 | 2026-05-08T12:04:43.288Z | ++ uname -s |
| 4 | 2026-05-08T12:04:43.291Z | + kern=SunOS |
| 5 | 2026-05-08T12:04:43.291Z | + build_user=build |
| 6 | 2026-05-08T12:04:43.291Z | + build_uid=12345 |
| 7 | 2026-05-08T12:04:43.291Z | + work_dir=/work |
| 8 | 2026-05-08T12:04:43.291Z | + input_dir=/input |
| 9 | 2026-05-08T12:04:43.291Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T12:04:43.291Z | + case "$kern" in |
| 11 | 2026-05-08T12:04:43.291Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T12:04:43.294Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T12:04:45.303Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T12:04:45.492Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T12:04:45.496Z | + home_fs=zfs |
| 16 | 2026-05-08T12:04:45.496Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T12:04:45.496Z | + mkdir -p /home/build |
| 18 | 2026-05-08T12:04:45.496Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T12:04:47.495Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T12:04:47.499Z | process exited: duration 4218 ms, exit code 0 |
| |
| 21 | 2026-05-08T12:04:47.505Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T12:04:47.511Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T12:04:47.511Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-08T12:04:47.511Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-08T12:04:47.511Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-08T12:04:47.511Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-08T12:04:47.511Z | * rust toolchain profile = "default" |
| 28 | 2026-05-08T12:04:47.514Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T12:04:47.514Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T12:04:47.585Z | info: downloading installer |
| 31 | 2026-05-08T12:04:49.161Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T12:04:49.161Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T12:04:49.162Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T12:04:49.162Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T12:04:49.173Z | info: profile set to default |
| 36 | 2026-05-08T12:04:49.173Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T12:04:49.176Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T12:04:49.323Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T12:04:49.327Z | info: downloading 6 components |
| 40 | 2026-05-08T12:05:04.664Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T12:05:04.664Z | |
| 42 | 2026-05-08T12:05:04.697Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T12:05:04.697Z | |
| 44 | 2026-05-08T12:05:04.697Z | |
| 45 | 2026-05-08T12:05:04.697Z | Rust is installed now. Great! |
| 46 | 2026-05-08T12:05:04.697Z | |
| 47 | 2026-05-08T12:05:04.697Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T12:05:04.702Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T12:05:04.702Z | |
| 50 | 2026-05-08T12:05:04.702Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T12:05:04.702Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T12:05:04.702Z | |
| 53 | 2026-05-08T12:05:04.702Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T12:05:04.702Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T12:05:04.702Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T12:05:04.702Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T12:05:04.703Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T12:05:04.703Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T12:05:04.703Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T12:05:04.703Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T12:05:04.703Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T12:05:04.789Z | + rustup --version |
| 63 | 2026-05-08T12:05:04.795Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T12:05:04.797Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T12:05:04.815Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T12:05:04.818Z | + cargo --version |
| 67 | 2026-05-08T12:05:04.826Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T12:05:04.829Z | + rustc --version |
| 69 | 2026-05-08T12:05:04.850Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T12:05:04.854Z | process exited: duration 17348 ms, exit code 0 |
| |
| 71 | 2026-05-08T12:05:04.859Z | starting task 2: "authentication" |
| 72 | 2026-05-08T12:05:04.877Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-08T12:05:04.883Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T12:05:04.889Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T12:05:04.893Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T12:05:04.924Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T12:05:14.576Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T12:05:14.576Z | + git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa |
| 79 | 2026-05-08T12:05:14.839Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T12:05:14.839Z | * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD |
| 81 | 2026-05-08T12:05:14.855Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-08T12:05:14.858Z | ++ git branch --show-current |
| 83 | 2026-05-08T12:05:14.858Z | + current=main |
| 84 | 2026-05-08T12:05:14.858Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-08T12:05:14.858Z | + git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa |
| 86 | 2026-05-08T12:05:14.861Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-08T12:05:15.098Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-08T12:05:15.101Z | + git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa |
| 89 | 2026-05-08T12:05:15.113Z | HEAD is now at 5782badef Update crucible-common digest to 2e75a38 |
| 90 | 2026-05-08T12:05:15.116Z | process exited: duration 10231 ms, exit code 0 |
| |
| 91 | 2026-05-08T12:05:15.121Z | starting task 4: "build" |
| 92 | 2026-05-08T12:05:15.127Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-08T12:05:15.127Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-08T12:05:15.127Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-08T12:05:15.127Z | + cargo --version |
| 96 | 2026-05-08T12:05:15.138Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-08T12:05:15.141Z | + rustc --version |
| 98 | 2026-05-08T12:05:15.163Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-08T12:05:15.166Z | + WORK=/work |
| 100 | 2026-05-08T12:05:15.166Z | + pfexec mkdir -p /work |
| 101 | 2026-05-08T12:05:15.169Z | + pfexec chown build /work |
| 102 | 2026-05-08T12:05:15.173Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-08T12:05:16.602Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-08T12:05:16.721Z | Planning: Solver setup ... Done (0.098s) |
| 105 | 2026-05-08T12:05:16.730Z | Planning: Running solver ... Done (0.008s) |
| 106 | 2026-05-08T12:05:16.734Z | Planning: Finding local manifests ... Done (0.003s) |
| 107 | 2026-05-08T12:05:16.737Z | Planning: Fetching manifests: 0/2 0% complete |
| 108 | 2026-05-08T12:05:16.753Z | Planning: Fetching manifests: 2/2 100% complete |
| 109 | 2026-05-08T12:05:16.768Z | Planning: Package planning ... Done (0.016s) |
| 110 | 2026-05-08T12:05:16.771Z | Planning: Merging actions ... Done (0.001s) |
| 111 | 2026-05-08T12:05:16.960Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 112 | 2026-05-08T12:05:16.963Z | Planning: Consolidating action changes ... Done (0.001s) |
| 113 | 2026-05-08T12:05:17.880Z | Planning: Evaluating mediators ... Done (0.921s) |
| 114 | 2026-05-08T12:05:17.883Z | Planning: Planning completed in 1.28 seconds |
| 115 | 2026-05-08T12:05:17.946Z | Packages to install: 2 |
| 116 | 2026-05-08T12:05:17.946Z | Estimated space available: 156.09 GB |
| 117 | 2026-05-08T12:05:17.949Z | Estimated space to be consumed: 15.55 MB |
| 118 | 2026-05-08T12:05:17.949Z | Create boot environment: No |
| 119 | 2026-05-08T12:05:17.949Z | Create backup boot environment: No |
| 120 | 2026-05-08T12:05:17.949Z | Rebuild boot archive: No |
| 121 | 2026-05-08T12:05:17.949Z | |
| 122 | 2026-05-08T12:05:17.949Z | Changed packages: |
| 123 | 2026-05-08T12:05:17.949Z | helios |
| 124 | 2026-05-08T12:05:17.950Z | developer/build-essential |
| 125 | 2026-05-08T12:05:17.950Z | None -> 11-3.0 |
| 126 | 2026-05-08T12:05:17.950Z | library/libxmlsec1 |
| 127 | 2026-05-08T12:05:17.950Z | None -> 1.2.35-3.0 |
| 128 | 2026-05-08T12:05:17.972Z | |
| 129 | 2026-05-08T12:05:17.972Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 130 | 2026-05-08T12:05:18.638Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 131 | 2026-05-08T12:05:18.702Z | Actions: 1/268 actions (Installing new actions) |
| 132 | 2026-05-08T12:05:18.743Z | Actions: Completed 268 actions in 0.04 seconds. |
| 133 | 2026-05-08T12:05:18.749Z | Finalize: Updating package state database ... Done (0.007s) |
| 134 | 2026-05-08T12:05:18.749Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-05-08T12:05:18.760Z | Finalize: Updating image state ... Done (0.010s) |
| 136 | 2026-05-08T12:05:21.349Z | Finalize: Creating fast lookup database ... Done (2.569s) |
| 137 | 2026-05-08T12:05:21.419Z | Finalize: Reading search index ... Done (0.014s) |
| 138 | 2026-05-08T12:05:21.421Z | Finalize: Updating search index ... Done (0.000s) |
| 139 | 2026-05-08T12:05:21.525Z | Finalize: Updating package cache ... Done (0.000s) |
| 140 | 2026-05-08T12:05:21.813Z | Planning: Evaluating mediator changes ... Done |
| 141 | 2026-05-08T12:05:21.917Z | Planning: Checking for conflicting actions ... Done |
| 142 | 2026-05-08T12:05:21.920Z | Planning: Consolidating action changes ... Done |
| 143 | 2026-05-08T12:05:22.076Z | Planning: Evaluating mediators ... Done |
| 144 | 2026-05-08T12:05:22.079Z | Planning: Planning completed in 0.26 seconds |
| 145 | 2026-05-08T12:05:22.100Z | Mediators to change: 2 |
| 146 | 2026-05-08T12:05:22.100Z | Create boot environment: No |
| 147 | 2026-05-08T12:05:22.100Z | Create backup boot environment: No |
| 148 | 2026-05-08T12:05:22.160Z | Finalize: Updating package state database ... Done |
| 149 | 2026-05-08T12:05:22.160Z | Finalize: Updating package cache ... Done |
| 150 | 2026-05-08T12:05:22.168Z | Finalize: Updating image state ... Done |
| 151 | 2026-05-08T12:05:24.133Z | Finalize: Creating fast lookup database ... Done |
| 152 | 2026-05-08T12:05:24.195Z | Finalize: Reading search index ... Done |
| 153 | 2026-05-08T12:05:24.198Z | Finalize: Updating search index ... Done |
| 154 | 2026-05-08T12:05:24.288Z | Finalize: Updating package cache ... Done |
| 155 | 2026-05-08T12:05:24.583Z | Planning: Evaluating mediator changes ... Done |
| 156 | 2026-05-08T12:05:24.690Z | Planning: Checking for conflicting actions ... Done |
| 157 | 2026-05-08T12:05:24.693Z | Planning: Consolidating action changes ... Done |
| 158 | 2026-05-08T12:05:24.850Z | Planning: Evaluating mediators ... Done |
| 159 | 2026-05-08T12:05:24.853Z | Planning: Planning completed in 0.27 seconds |
| 160 | 2026-05-08T12:05:24.874Z | Mediators to change: 1 |
| 161 | 2026-05-08T12:05:24.874Z | Create boot environment: No |
| 162 | 2026-05-08T12:05:24.874Z | Create backup boot environment: No |
| 163 | 2026-05-08T12:05:24.932Z | Finalize: Updating package state database ... Done |
| 164 | 2026-05-08T12:05:24.932Z | Finalize: Updating package cache ... Done |
| 165 | 2026-05-08T12:05:24.940Z | Finalize: Updating image state ... Done |
| 166 | 2026-05-08T12:05:26.894Z | Finalize: Creating fast lookup database ... Done |
| 167 | 2026-05-08T12:05:26.953Z | Finalize: Reading search index ... Done |
| 168 | 2026-05-08T12:05:26.956Z | Finalize: Updating search index ... Done |
| 169 | 2026-05-08T12:05:27.034Z | Finalize: Updating package cache ... Done |
| 170 | 2026-05-08T12:05:27.350Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 171 | 2026-05-08T12:05:27.350Z | apache system 2.4 system |
| 172 | 2026-05-08T12:05:27.351Z | clang system 15 system |
| 173 | 2026-05-08T12:05:27.351Z | csh system system illumos |
| 174 | 2026-05-08T12:05:27.351Z | ctags system system illumos |
| 175 | 2026-05-08T12:05:27.351Z | file vendor vendor darwinsys |
| 176 | 2026-05-08T12:05:27.351Z | file system system illumos |
| 177 | 2026-05-08T12:05:27.351Z | gcc vendor 14 vendor |
| 178 | 2026-05-08T12:05:27.351Z | gcc system 13 system |
| 179 | 2026-05-08T12:05:27.351Z | gcc system 10 system |
| 180 | 2026-05-08T12:05:27.351Z | go system 1.25 system |
| 181 | 2026-05-08T12:05:27.351Z | llvm system 15 system |
| 182 | 2026-05-08T12:05:27.351Z | mariadb system 11.4 system |
| 183 | 2026-05-08T12:05:27.351Z | mta vendor vendor dma |
| 184 | 2026-05-08T12:05:27.351Z | openjdk system 17 system |
| 185 | 2026-05-08T12:05:27.351Z | openjdk system 11 system |
| 186 | 2026-05-08T12:05:27.351Z | openssl vendor 3 vendor |
| 187 | 2026-05-08T12:05:27.351Z | perl system 5.40 system |
| 188 | 2026-05-08T12:05:27.351Z | postgresql system 18 system |
| 189 | 2026-05-08T12:05:27.351Z | postgresql system 17 system |
| 190 | 2026-05-08T12:05:27.351Z | python vendor 3 vendor |
| 191 | 2026-05-08T12:05:27.351Z | python system 2 system |
| 192 | 2026-05-08T12:05:27.351Z | python3 vendor 3.13 vendor |
| 193 | 2026-05-08T12:05:27.351Z | ruby system 3.4 system |
| 194 | 2026-05-08T12:05:27.351Z | ruby system 3.0 system |
| 195 | 2026-05-08T12:05:27.351Z | words vendor vendor american-english |
| 196 | 2026-05-08T12:05:27.351Z | words system system australian-english |
| 197 | 2026-05-08T12:05:27.351Z | words system system british-english |
| 198 | 2026-05-08T12:05:27.351Z | words system system canadian-english |
| 199 | 2026-05-08T12:05:27.351Z | words system system french |
| 200 | 2026-05-08T12:05:27.351Z | words system system italian |
| 201 | 2026-05-08T12:05:27.351Z | words system system ngerman |
| 202 | 2026-05-08T12:05:27.351Z | words system system ogerman |
| 203 | 2026-05-08T12:05:27.351Z | words system system spanish |
| 204 | 2026-05-08T12:05:27.606Z | PUBLISHER TYPE STATUS P LOCATION |
| 205 | 2026-05-08T12:05:27.606Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 206 | 2026-05-08T12:05:27.874Z | FMRI IFO |
| 207 | 2026-05-08T12:05:27.874Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 208 | 2026-05-08T12:05:27.874Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 209 | 2026-05-08T12:05:27.874Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 210 | 2026-05-08T12:05:27.874Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 211 | 2026-05-08T12:05:27.874Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 212 | 2026-05-08T12:05:27.874Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 213 | 2026-05-08T12:05:27.874Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 214 | 2026-05-08T12:05:27.875Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 215 | 2026-05-08T12:05:27.875Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 216 | 2026-05-08T12:05:28.099Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 217 | 2026-05-08T12:05:28.345Z | Updating crates.io index |
| 218 | 2026-05-08T12:05:28.382Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 219 | 2026-05-08T12:05:29.250Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 220 | 2026-05-08T12:05:29.795Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 221 | 2026-05-08T12:05:30.121Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 222 | 2026-05-08T12:05:31.336Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 223 | 2026-05-08T12:05:31.856Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 224 | 2026-05-08T12:05:33.674Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 225 | 2026-05-08T12:05:34.490Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 226 | 2026-05-08T12:05:34.806Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 227 | 2026-05-08T12:05:35.715Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 228 | 2026-05-08T12:05:35.947Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 229 | 2026-05-08T12:05:36.411Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 230 | 2026-05-08T12:05:36.761Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 231 | 2026-05-08T12:05:37.637Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 232 | 2026-05-08T12:05:38.254Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 233 | 2026-05-08T12:05:38.497Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 234 | 2026-05-08T12:05:39.024Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 235 | 2026-05-08T12:05:39.403Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 236 | 2026-05-08T12:05:39.632Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 237 | 2026-05-08T12:05:39.878Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 238 | 2026-05-08T12:05:40.144Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 239 | 2026-05-08T12:05:40.566Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 240 | 2026-05-08T12:05:40.880Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-05-08T12:05:41.529Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-08T12:05:41.927Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-08T12:05:42.279Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-08T12:05:42.836Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-08T12:05:43.117Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-08T12:05:44.904Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-05-08T12:05:45.481Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 248 | 2026-05-08T12:05:45.875Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 249 | 2026-05-08T12:05:46.309Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 250 | 2026-05-08T12:05:46.696Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 251 | 2026-05-08T12:05:47.021Z | Updating crates.io index |
| 252 | 2026-05-08T12:05:47.080Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-08T12:05:47.324Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-08T12:05:47.617Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-08T12:05:47.856Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-08T12:05:48.803Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-08T12:05:59.874Z | error: failed to select a version for `vergen`. |
| 258 | 2026-05-08T12:05:59.874Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 259 | 2026-05-08T12:05:59.874Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 260 | 2026-05-08T12:05:59.875Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 261 | 2026-05-08T12:05:59.875Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 262 | 2026-05-08T12:05:59.875Z | |
| 263 | 2026-05-08T12:05:59.875Z | all possible versions conflict with previously selected packages. |
| 264 | 2026-05-08T12:05:59.875Z | |
| 265 | 2026-05-08T12:05:59.875Z | previously selected package `vergen v9.0.6` |
| 266 | 2026-05-08T12:05:59.875Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 267 | 2026-05-08T12:05:59.875Z | ... 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)` |
| 268 | 2026-05-08T12:05:59.875Z | |
| 269 | 2026-05-08T12:05:59.875Z | failed to select a version for `vergen` which could resolve this conflict |
| 270 | 2026-05-08T12:05:59.918Z | Failed to run command -- will try 2 more times |
| 271 | 2026-05-08T12:06:00.169Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-08T12:06:00.193Z | Updating crates.io index |
| 273 | 2026-05-08T12:06:00.420Z | Updating crates.io index |
| 274 | 2026-05-08T12:06:00.968Z | error: failed to select a version for `vergen`. |
| 275 | 2026-05-08T12:06:00.968Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 276 | 2026-05-08T12:06:00.968Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 277 | 2026-05-08T12:06:00.968Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 278 | 2026-05-08T12:06:00.968Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 279 | 2026-05-08T12:06:00.968Z | |
| 280 | 2026-05-08T12:06:00.968Z | all possible versions conflict with previously selected packages. |
| 281 | 2026-05-08T12:06:00.968Z | |
| 282 | 2026-05-08T12:06:00.968Z | previously selected package `vergen v9.0.6` |
| 283 | 2026-05-08T12:06:00.968Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 284 | 2026-05-08T12:06:00.969Z | ... 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)` |
| 285 | 2026-05-08T12:06:00.969Z | |
| 286 | 2026-05-08T12:06:00.969Z | failed to select a version for `vergen` which could resolve this conflict |
| 287 | 2026-05-08T12:06:00.994Z | Failed to run command -- will try 1 more times |
| 288 | 2026-05-08T12:06:01.246Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-05-08T12:06:01.322Z | Updating crates.io index |
| 290 | 2026-05-08T12:06:01.762Z | error: failed to select a version for `vergen`. |
| 291 | 2026-05-08T12:06:01.762Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)` |
| 292 | 2026-05-08T12:06:01.762Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 293 | 2026-05-08T12:06:01.762Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 294 | 2026-05-08T12:06:01.762Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 295 | 2026-05-08T12:06:01.762Z | |
| 296 | 2026-05-08T12:06:01.762Z | all possible versions conflict with previously selected packages. |
| 297 | 2026-05-08T12:06:01.762Z | |
| 298 | 2026-05-08T12:06:01.762Z | previously selected package `vergen v9.0.6` |
| 299 | 2026-05-08T12:06:01.762Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 300 | 2026-05-08T12:06:01.762Z | ... 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-05-08T12:06:01.762Z | |
| 302 | 2026-05-08T12:06:01.762Z | failed to select a version for `vergen` which could resolve this conflict |
| 303 | 2026-05-08T12:06:01.787Z | |
| 304 | 2026-05-08T12:06:01.790Z | real 46.612592451 |
| 305 | 2026-05-08T12:06:01.790Z | user 19.953497628 |
| 306 | 2026-05-08T12:06:01.790Z | sys 2.211391272 |
| 307 | 2026-05-08T12:06:01.790Z | trap 0.003642231 |
| 308 | 2026-05-08T12:06:01.790Z | tflt 0.045175663 |
| 309 | 2026-05-08T12:06:01.790Z | dflt 0.046290884 |
| 310 | 2026-05-08T12:06:01.790Z | kflt 0.015117941 |
| 311 | 2026-05-08T12:06:01.790Z | lock 0.107871974 |
| 312 | 2026-05-08T12:06:01.790Z | slp 1:13.169873282 |
| 313 | 2026-05-08T12:06:01.790Z | lat 0.151691367 |
| 314 | 2026-05-08T12:06:01.790Z | stop 0.000443910 |
| 315 | 2026-05-08T12:06:01.790Z | process exited: duration 46667 ms, exit code 101 |
| |
| 316 | 2026-05-08T12:06:01.797Z | found 0 output files |
| 317 | 2026-05-08T12:06:01.800Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |