|
|
|
| 1 | 2026-05-12T03:40:28.438Z | job assigned to worker 01KRD49VNAKKR9KYEJ165HTM1Y [factory aws, i-0d44a2a565df08ff9] (queued for 53 s) |
| |
| 2 | 2026-05-12T03:40:36.462Z | starting task 0: "setup" |
| 3 | 2026-05-12T03:40:36.742Z | ++ uname -s |
| 4 | 2026-05-12T03:40:36.742Z | + kern=SunOS |
| 5 | 2026-05-12T03:40:36.742Z | + build_user=build |
| 6 | 2026-05-12T03:40:36.742Z | + build_uid=12345 |
| 7 | 2026-05-12T03:40:36.742Z | + work_dir=/work |
| 8 | 2026-05-12T03:40:36.742Z | + input_dir=/input |
| 9 | 2026-05-12T03:40:36.742Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T03:40:36.742Z | + case "$kern" in |
| 11 | 2026-05-12T03:40:36.742Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T03:40:36.742Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T03:40:41.646Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T03:40:41.821Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T03:40:41.821Z | + home_fs=zfs |
| 16 | 2026-05-12T03:40:41.821Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T03:40:41.825Z | + mkdir -p /home/build |
| 18 | 2026-05-12T03:40:41.826Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T03:40:41.826Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T03:40:41.826Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2026-05-12T03:40:42.137Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T03:40:42.546Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T03:40:42.546Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-12T03:40:42.546Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-12T03:40:42.546Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-12T03:40:42.546Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-12T03:40:42.546Z | * rust toolchain profile = "default" |
| 28 | 2026-05-12T03:40:42.546Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T03:40:42.546Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T03:40:42.546Z | info: downloading installer |
| 31 | 2026-05-12T03:40:45.333Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T03:40:45.333Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T03:40:45.333Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T03:40:45.333Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T03:40:45.415Z | info: profile set to default |
| 36 | 2026-05-12T03:40:45.415Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T03:40:45.415Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T03:40:45.415Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T03:40:45.415Z | info: downloading 6 components |
| 40 | 2026-05-12T03:40:58.720Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T03:40:58.720Z | |
| 42 | 2026-05-12T03:40:58.751Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T03:40:58.751Z | |
| 44 | 2026-05-12T03:40:58.751Z | |
| 45 | 2026-05-12T03:40:58.751Z | Rust is installed now. Great! |
| 46 | 2026-05-12T03:40:58.751Z | |
| 47 | 2026-05-12T03:40:58.751Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T03:40:58.751Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T03:40:58.751Z | |
| 50 | 2026-05-12T03:40:58.751Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T03:40:58.755Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T03:40:58.755Z | |
| 53 | 2026-05-12T03:40:58.755Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T03:40:58.755Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T03:40:58.755Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T03:40:58.755Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T03:40:58.755Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T03:40:58.755Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T03:40:58.755Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T03:40:58.755Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T03:40:58.755Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T03:40:58.857Z | + rustup --version |
| 63 | 2026-05-12T03:40:58.863Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T03:40:58.868Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T03:40:58.886Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T03:40:58.889Z | + cargo --version |
| 67 | 2026-05-12T03:40:58.897Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T03:40:58.900Z | + rustc --version |
| 69 | 2026-05-12T03:40:58.924Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T03:40:58.934Z | process exited: duration 16874 ms, exit code 0 |
| |
| 71 | 2026-05-12T03:40:58.947Z | starting task 2: "authentication" |
| 72 | 2026-05-12T03:40:58.967Z | process exited: duration 21 ms, exit code 0 |
| |
| 73 | 2026-05-12T03:40:58.976Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T03:40:58.980Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T03:40:58.984Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T03:40:59.046Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T03:41:08.562Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T03:41:08.563Z | + git fetch origin 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 79 | 2026-05-12T03:41:08.851Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T03:41:08.851Z | * branch 4ffa2952926342b3c787ae0d44292fb79d7178e0 -> FETCH_HEAD |
| 81 | 2026-05-12T03:41:08.863Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-12T03:41:08.868Z | ++ git branch --show-current |
| 83 | 2026-05-12T03:41:08.874Z | + current=main |
| 84 | 2026-05-12T03:41:08.874Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-12T03:41:08.874Z | + git branch -f renovate/crucible-common-digest 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 86 | 2026-05-12T03:41:08.874Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-12T03:41:09.108Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-12T03:41:09.111Z | + git reset --hard 4ffa2952926342b3c787ae0d44292fb79d7178e0 |
| 89 | 2026-05-12T03:41:09.124Z | HEAD is now at 4ffa29529 Update crucible-common digest to fefccc0 |
| 90 | 2026-05-12T03:41:09.145Z | process exited: duration 10149 ms, exit code 0 |
| |
| 91 | 2026-05-12T03:41:09.159Z | starting task 4: "build" |
| 92 | 2026-05-12T03:41:09.165Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-12T03:41:09.165Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-12T03:41:09.165Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-12T03:41:09.165Z | + cargo --version |
| 96 | 2026-05-12T03:41:09.177Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-12T03:41:09.180Z | + rustc --version |
| 98 | 2026-05-12T03:41:09.197Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-12T03:41:09.202Z | + WORK=/work |
| 100 | 2026-05-12T03:41:09.202Z | + pfexec mkdir -p /work |
| 101 | 2026-05-12T03:41:09.205Z | + pfexec chown build /work |
| 102 | 2026-05-12T03:41:09.208Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-12T03:41:10.722Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-12T03:41:10.770Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-12T03:41:10.926Z | Planning: Solver setup ... Done (0.119s) |
| 106 | 2026-05-12T03:41:10.934Z | Planning: Running solver ... Done (0.009s) |
| 107 | 2026-05-12T03:41:10.938Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-12T03:41:10.948Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-12T03:41:10.964Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-12T03:41:10.980Z | Planning: Package planning ... Done (0.013s) |
| 111 | 2026-05-12T03:41:10.984Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-12T03:41:11.171Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 113 | 2026-05-12T03:41:11.176Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-12T03:41:12.082Z | Planning: Evaluating mediators ... Done (0.911s) |
| 115 | 2026-05-12T03:41:12.086Z | Planning: Planning completed in 1.29 seconds |
| 116 | 2026-05-12T03:41:12.092Z | Packages to install: 2 |
| 117 | 2026-05-12T03:41:12.092Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-12T03:41:12.092Z | Estimated space to be consumed: 16.95 MB |
| 119 | 2026-05-12T03:41:12.092Z | Create boot environment: No |
| 120 | 2026-05-12T03:41:12.092Z | Create backup boot environment: No |
| 121 | 2026-05-12T03:41:12.092Z | Rebuild boot archive: No |
| 122 | 2026-05-12T03:41:12.096Z | |
| 123 | 2026-05-12T03:41:12.096Z | Changed packages: |
| 124 | 2026-05-12T03:41:12.096Z | helios |
| 125 | 2026-05-12T03:41:12.096Z | developer/build-essential |
| 126 | 2026-05-12T03:41:12.096Z | None -> 11-3.0 |
| 127 | 2026-05-12T03:41:12.096Z | library/libxmlsec1 |
| 128 | 2026-05-12T03:41:12.096Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-12T03:41:12.118Z | |
| 130 | 2026-05-12T03:41:12.118Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-12T03:41:15.159Z | Download: Completed 1.28 MB in 3.02 seconds (434k/s) |
| 132 | 2026-05-12T03:41:15.272Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-12T03:41:15.313Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-12T03:41:15.321Z | Finalize: Updating package state database ... Done (0.005s) |
| 135 | 2026-05-12T03:41:15.321Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-12T03:41:15.337Z | Finalize: Updating image state ... Done (0.012s) |
| 137 | 2026-05-12T03:41:17.928Z | Finalize: Creating fast lookup database ... Done (2.580s) |
| 138 | 2026-05-12T03:41:17.997Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-12T03:41:18.001Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-12T03:41:18.112Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-12T03:41:18.407Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-12T03:41:18.510Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-12T03:41:18.513Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-12T03:41:18.673Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-12T03:41:18.678Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-12T03:41:18.710Z | Mediators to change: 2 |
| 147 | 2026-05-12T03:41:18.710Z | Create boot environment: No |
| 148 | 2026-05-12T03:41:18.711Z | Create backup boot environment: No |
| 149 | 2026-05-12T03:41:18.768Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-12T03:41:18.768Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-12T03:41:18.776Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-12T03:41:20.708Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-12T03:41:20.769Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-12T03:41:20.772Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-12T03:41:20.864Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-12T03:41:21.148Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-12T03:41:21.252Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-12T03:41:21.256Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-12T03:41:21.410Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-12T03:41:21.413Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-12T03:41:21.437Z | Mediators to change: 1 |
| 162 | 2026-05-12T03:41:21.437Z | Create boot environment: No |
| 163 | 2026-05-12T03:41:21.437Z | Create backup boot environment: No |
| 164 | 2026-05-12T03:41:21.493Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-12T03:41:21.493Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-12T03:41:21.503Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-12T03:41:23.439Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-12T03:41:23.541Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-12T03:41:23.548Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-12T03:41:23.580Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-12T03:41:23.894Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-12T03:41:23.894Z | apache system 2.4 system |
| 173 | 2026-05-12T03:41:23.894Z | clang system 15 system |
| 174 | 2026-05-12T03:41:23.894Z | csh system system illumos |
| 175 | 2026-05-12T03:41:23.894Z | ctags system system illumos |
| 176 | 2026-05-12T03:41:23.894Z | file vendor vendor darwinsys |
| 177 | 2026-05-12T03:41:23.894Z | file system system illumos |
| 178 | 2026-05-12T03:41:23.894Z | gcc vendor 14 vendor |
| 179 | 2026-05-12T03:41:23.894Z | gcc system 13 system |
| 180 | 2026-05-12T03:41:23.894Z | gcc system 10 system |
| 181 | 2026-05-12T03:41:23.895Z | go system 1.25 system |
| 182 | 2026-05-12T03:41:23.895Z | llvm system 15 system |
| 183 | 2026-05-12T03:41:23.895Z | mariadb system 11.4 system |
| 184 | 2026-05-12T03:41:23.895Z | mta vendor vendor dma |
| 185 | 2026-05-12T03:41:23.895Z | openjdk system 17 system |
| 186 | 2026-05-12T03:41:23.895Z | openjdk system 11 system |
| 187 | 2026-05-12T03:41:23.895Z | openssl vendor 3 vendor |
| 188 | 2026-05-12T03:41:23.895Z | perl system 5.40 system |
| 189 | 2026-05-12T03:41:23.895Z | postgresql system 18 system |
| 190 | 2026-05-12T03:41:23.895Z | postgresql system 17 system |
| 191 | 2026-05-12T03:41:23.895Z | python vendor 3 vendor |
| 192 | 2026-05-12T03:41:23.895Z | python system 2 system |
| 193 | 2026-05-12T03:41:23.895Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-12T03:41:23.895Z | ruby system 3.4 system |
| 195 | 2026-05-12T03:41:23.895Z | ruby system 3.0 system |
| 196 | 2026-05-12T03:41:23.895Z | words vendor vendor american-english |
| 197 | 2026-05-12T03:41:23.895Z | words system system australian-english |
| 198 | 2026-05-12T03:41:23.895Z | words system system british-english |
| 199 | 2026-05-12T03:41:23.895Z | words system system canadian-english |
| 200 | 2026-05-12T03:41:23.895Z | words system system french |
| 201 | 2026-05-12T03:41:23.895Z | words system system italian |
| 202 | 2026-05-12T03:41:23.896Z | words system system ngerman |
| 203 | 2026-05-12T03:41:23.896Z | words system system ogerman |
| 204 | 2026-05-12T03:41:23.896Z | words system system spanish |
| 205 | 2026-05-12T03:41:24.138Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-12T03:41:24.138Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-12T03:41:24.432Z | FMRI IFO |
| 208 | 2026-05-12T03:41:24.432Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-12T03:41:24.432Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-12T03:41:24.432Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-12T03:41:24.432Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-12T03:41:24.432Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-12T03:41:24.433Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-12T03:41:24.433Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-12T03:41:24.433Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-12T03:41:24.433Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-12T03:41:24.629Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-12T03:41:24.868Z | Updating crates.io index |
| 219 | 2026-05-12T03:41:24.901Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-12T03:41:25.113Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-12T03:41:25.942Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-12T03:41:26.321Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-12T03:41:27.455Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-12T03:41:27.951Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-12T03:41:29.224Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-12T03:41:29.916Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-12T03:41:30.376Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-12T03:41:31.432Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-12T03:41:31.834Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-12T03:41:32.295Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-12T03:41:32.599Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-12T03:41:33.721Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-12T03:41:34.204Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-12T03:41:34.599Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-12T03:41:35.048Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-12T03:41:35.458Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-12T03:41:35.838Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-12T03:41:36.061Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-12T03:41:36.295Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-12T03:41:36.708Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-12T03:41:37.025Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 242 | 2026-05-12T03:41:37.798Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-12T03:41:38.385Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-12T03:41:38.641Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-12T03:41:38.908Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-12T03:41:39.174Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-12T03:41:40.670Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-12T03:41:41.141Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-12T03:41:41.356Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-12T03:41:41.711Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-12T03:41:42.002Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-12T03:41:42.341Z | Updating crates.io index |
| 253 | 2026-05-12T03:41:42.349Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-12T03:41:42.614Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-12T03:41:42.900Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-12T03:41:43.109Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-12T03:41:44.076Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-12T03:41:55.330Z | error: failed to select a version for `vergen`. |
| 259 | 2026-05-12T03:41:55.330Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 260 | 2026-05-12T03:41:55.330Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 261 | 2026-05-12T03:41:55.330Z | ... 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)` |
| 262 | 2026-05-12T03:41:55.330Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 263 | 2026-05-12T03:41:55.330Z | |
| 264 | 2026-05-12T03:41:55.330Z | all possible versions conflict with previously selected packages. |
| 265 | 2026-05-12T03:41:55.331Z | |
| 266 | 2026-05-12T03:41:55.331Z | previously selected package `vergen v9.0.6` |
| 267 | 2026-05-12T03:41:55.331Z | ... 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)` |
| 268 | 2026-05-12T03:41:55.331Z | ... 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)` |
| 269 | 2026-05-12T03:41:55.331Z | |
| 270 | 2026-05-12T03:41:55.331Z | failed to select a version for `vergen` which could resolve this conflict |
| 271 | 2026-05-12T03:41:55.351Z | Failed to run command -- will try 2 more times |
| 272 | 2026-05-12T03:41:55.632Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 273 | 2026-05-12T03:41:55.686Z | Updating crates.io index |
| 274 | 2026-05-12T03:41:55.858Z | Updating crates.io index |
| 275 | 2026-05-12T03:41:56.526Z | error: failed to select a version for `vergen`. |
| 276 | 2026-05-12T03:41:56.526Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 277 | 2026-05-12T03:41:56.526Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 278 | 2026-05-12T03:41:56.526Z | ... 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)` |
| 279 | 2026-05-12T03:41:56.526Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 280 | 2026-05-12T03:41:56.526Z | |
| 281 | 2026-05-12T03:41:56.526Z | all possible versions conflict with previously selected packages. |
| 282 | 2026-05-12T03:41:56.526Z | |
| 283 | 2026-05-12T03:41:56.526Z | previously selected package `vergen v9.0.6` |
| 284 | 2026-05-12T03:41:56.526Z | ... 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)` |
| 285 | 2026-05-12T03:41:56.526Z | ... 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)` |
| 286 | 2026-05-12T03:41:56.526Z | |
| 287 | 2026-05-12T03:41:56.526Z | failed to select a version for `vergen` which could resolve this conflict |
| 288 | 2026-05-12T03:41:56.567Z | Failed to run command -- will try 1 more times |
| 289 | 2026-05-12T03:41:56.803Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-05-12T03:41:57.309Z | Updating crates.io index |
| 291 | 2026-05-12T03:41:57.708Z | error: failed to select a version for `vergen`. |
| 292 | 2026-05-12T03:41:57.708Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)` |
| 293 | 2026-05-12T03:41:57.708Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 294 | 2026-05-12T03:41:57.708Z | ... 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)` |
| 295 | 2026-05-12T03:41:57.708Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 296 | 2026-05-12T03:41:57.708Z | |
| 297 | 2026-05-12T03:41:57.708Z | all possible versions conflict with previously selected packages. |
| 298 | 2026-05-12T03:41:57.709Z | |
| 299 | 2026-05-12T03:41:57.709Z | previously selected package `vergen v9.0.6` |
| 300 | 2026-05-12T03:41:57.709Z | ... 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)` |
| 301 | 2026-05-12T03:41:57.709Z | ... 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)` |
| 302 | 2026-05-12T03:41:57.709Z | |
| 303 | 2026-05-12T03:41:57.709Z | failed to select a version for `vergen` which could resolve this conflict |
| 304 | 2026-05-12T03:41:57.815Z | |
| 305 | 2026-05-12T03:41:57.815Z | real 48.144202931 |
| 306 | 2026-05-12T03:41:57.815Z | user 19.905766569 |
| 307 | 2026-05-12T03:41:57.815Z | sys 2.164196091 |
| 308 | 2026-05-12T03:41:57.815Z | trap 0.003779970 |
| 309 | 2026-05-12T03:41:57.815Z | tflt 0.044550276 |
| 310 | 2026-05-12T03:41:57.815Z | dflt 0.044735295 |
| 311 | 2026-05-12T03:41:57.815Z | kflt 0.014382705 |
| 312 | 2026-05-12T03:41:57.815Z | lock 0.106030849 |
| 313 | 2026-05-12T03:41:57.815Z | slp 1:16.296686981 |
| 314 | 2026-05-12T03:41:57.815Z | lat 0.161482995 |
| 315 | 2026-05-12T03:41:57.815Z | stop 0.000547910 |
| 316 | 2026-05-12T03:41:57.815Z | process exited: duration 48198 ms, exit code 101 |
| |
| 317 | 2026-05-12T03:41:57.941Z | found 0 output files |
| 318 | 2026-05-12T03:41:57.941Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |