|
|
|
| 1 | 2026-05-16T03:34:28.649Z | job assigned to worker 01KRQDHFW086W4R5F93X3W4F68 [factory aws, i-0dea5af183a1fb6d6] (queued for 58 s) |
| |
| 2 | 2026-05-16T03:34:35.761Z | starting task 0: "setup" |
| 3 | 2026-05-16T03:34:35.765Z | ++ uname -s |
| 4 | 2026-05-16T03:34:35.765Z | + kern=SunOS |
| 5 | 2026-05-16T03:34:35.765Z | + build_user=build |
| 6 | 2026-05-16T03:34:35.765Z | + build_uid=12345 |
| 7 | 2026-05-16T03:34:35.765Z | + work_dir=/work |
| 8 | 2026-05-16T03:34:35.765Z | + input_dir=/input |
| 9 | 2026-05-16T03:34:35.765Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-16T03:34:35.765Z | + case "$kern" in |
| 11 | 2026-05-16T03:34:35.765Z | + groupadd -g 12345 build |
| 12 | 2026-05-16T03:34:35.769Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-16T03:34:37.776Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-16T03:34:37.906Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-16T03:34:37.918Z | + home_fs=zfs |
| 16 | 2026-05-16T03:34:37.918Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-16T03:34:37.918Z | + mkdir -p /home/build |
| 18 | 2026-05-16T03:34:37.918Z | + chown build:build /home/build /work |
| 19 | 2026-05-16T03:34:39.937Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-16T03:34:40.008Z | process exited: duration 4153 ms, exit code 0 |
| |
| 21 | 2026-05-16T03:34:40.091Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-16T03:34:40.130Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-05-16T03:34:40.131Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 24 | 2026-05-16T03:34:40.131Z | * rust toolchain profile = "default" |
| 25 | 2026-05-16T03:34:40.131Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-16T03:34:40.131Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-16T03:34:40.131Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-16T03:34:40.131Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-16T03:34:40.131Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-16T03:34:40.232Z | info: downloading installer |
| 31 | 2026-05-16T03:34:41.592Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-16T03:34:41.592Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-16T03:34:41.592Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-16T03:34:41.592Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-16T03:34:41.606Z | info: profile set to default |
| 36 | 2026-05-16T03:34:41.606Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-16T03:34:41.610Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-16T03:34:41.757Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-16T03:34:41.761Z | info: downloading 6 components |
| 40 | 2026-05-16T03:34:56.098Z | |
| 41 | 2026-05-16T03:34:56.098Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-16T03:34:56.122Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-16T03:34:56.123Z | |
| 44 | 2026-05-16T03:34:56.123Z | |
| 45 | 2026-05-16T03:34:56.123Z | Rust is installed now. Great! |
| 46 | 2026-05-16T03:34:56.123Z | |
| 47 | 2026-05-16T03:34:56.123Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-16T03:34:56.123Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-16T03:34:56.123Z | |
| 50 | 2026-05-16T03:34:56.123Z | To configure your current shell, you need to source |
| 51 | 2026-05-16T03:34:56.123Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-16T03:34:56.123Z | |
| 53 | 2026-05-16T03:34:56.123Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-16T03:34:56.123Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-16T03:34:56.123Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-16T03:34:56.124Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-16T03:34:56.124Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-16T03:34:56.124Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-16T03:34:56.124Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-16T03:34:56.134Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-16T03:34:56.135Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-16T03:34:56.219Z | + rustup --version |
| 63 | 2026-05-16T03:34:56.223Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-16T03:34:56.223Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-16T03:34:56.241Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-16T03:34:56.250Z | + cargo --version |
| 67 | 2026-05-16T03:34:56.253Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-16T03:34:56.253Z | + rustc --version |
| 69 | 2026-05-16T03:34:56.276Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-16T03:34:56.279Z | process exited: duration 16219 ms, exit code 0 |
| |
| 71 | 2026-05-16T03:34:56.285Z | starting task 2: "authentication" |
| 72 | 2026-05-16T03:34:56.300Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-05-16T03:35:16.424Z | process exited: duration 20121 ms, exit code 0 |
| |
| 74 | 2026-05-16T03:35:16.466Z | starting task 3: "clone repository" |
| 75 | 2026-05-16T03:35:16.481Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-05-16T03:35:16.481Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-05-16T03:35:16.504Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-05-16T03:35:26.395Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-05-16T03:35:26.395Z | + git fetch origin 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 80 | 2026-05-16T03:35:26.776Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-05-16T03:35:26.776Z | * branch 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 -> FETCH_HEAD |
| 82 | 2026-05-16T03:35:26.893Z | + [[ -n renovate/crucible-common-digest ]] |
| 83 | 2026-05-16T03:35:26.893Z | ++ git branch --show-current |
| 84 | 2026-05-16T03:35:26.893Z | + current=main |
| 85 | 2026-05-16T03:35:26.893Z | + [[ main != renovate/crucible-common-digest ]] |
| 86 | 2026-05-16T03:35:26.893Z | + git branch -f renovate/crucible-common-digest 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 87 | 2026-05-16T03:35:26.893Z | + git checkout -f renovate/crucible-common-digest |
| 88 | 2026-05-16T03:35:26.969Z | Switched to branch 'renovate/crucible-common-digest' |
| 89 | 2026-05-16T03:35:27.010Z | + git reset --hard 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 |
| 90 | 2026-05-16T03:35:27.010Z | HEAD is now at 9ce59b3a4 Update crucible-common digest to c59a136 |
| 91 | 2026-05-16T03:35:27.010Z | process exited: duration 10510 ms, exit code 0 |
| |
| 92 | 2026-05-16T03:35:27.054Z | starting task 4: "build" |
| 93 | 2026-05-16T03:35:27.070Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-05-16T03:35:27.070Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-05-16T03:35:27.070Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-05-16T03:35:27.070Z | + cargo --version |
| 97 | 2026-05-16T03:35:27.100Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 98 | 2026-05-16T03:35:27.100Z | + rustc --version |
| 99 | 2026-05-16T03:35:27.115Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 100 | 2026-05-16T03:35:27.115Z | + WORK=/work |
| 101 | 2026-05-16T03:35:27.115Z | + pfexec mkdir -p /work |
| 102 | 2026-05-16T03:35:27.115Z | + pfexec chown build /work |
| 103 | 2026-05-16T03:35:27.115Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 104 | 2026-05-16T03:35:28.617Z | Startup: Refreshing catalog 'helios' ... Done |
| 105 | 2026-05-16T03:35:28.674Z | Startup: Caching catalogs ... Done |
| 106 | 2026-05-16T03:35:28.935Z | Planning: Solver setup ... Done (0.172s) |
| 107 | 2026-05-16T03:35:28.962Z | Planning: Running solver ... Done (0.016s) |
| 108 | 2026-05-16T03:35:28.962Z | Planning: Finding local manifests ... Done (0.003s) |
| 109 | 2026-05-16T03:35:28.963Z | Planning: Fetching manifests: 0/2 0% complete |
| 110 | 2026-05-16T03:35:28.968Z | Planning: Fetching manifests: 2/2 100% complete |
| 111 | 2026-05-16T03:35:28.972Z | Planning: Package planning ... Done (0.014s) |
| 112 | 2026-05-16T03:35:28.977Z | Planning: Merging actions ... Done (0.001s) |
| 113 | 2026-05-16T03:35:29.167Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 114 | 2026-05-16T03:35:29.178Z | Planning: Consolidating action changes ... Done (0.001s) |
| 115 | 2026-05-16T03:35:30.074Z | Planning: Evaluating mediators ... Done (0.907s) |
| 116 | 2026-05-16T03:35:30.080Z | Planning: Planning completed in 1.38 seconds |
| 117 | 2026-05-16T03:35:30.098Z | Packages to install: 2 |
| 118 | 2026-05-16T03:35:30.098Z | Estimated space available: 156.07 GB |
| 119 | 2026-05-16T03:35:30.098Z | Estimated space to be consumed: 19.74 MB |
| 120 | 2026-05-16T03:35:30.098Z | Create boot environment: No |
| 121 | 2026-05-16T03:35:30.098Z | Create backup boot environment: No |
| 122 | 2026-05-16T03:35:30.098Z | Rebuild boot archive: No |
| 123 | 2026-05-16T03:35:30.098Z | |
| 124 | 2026-05-16T03:35:30.098Z | Changed packages: |
| 125 | 2026-05-16T03:35:30.098Z | helios |
| 126 | 2026-05-16T03:35:30.098Z | developer/build-essential |
| 127 | 2026-05-16T03:35:30.098Z | None -> 11-3.0 |
| 128 | 2026-05-16T03:35:30.099Z | library/libxmlsec1 |
| 129 | 2026-05-16T03:35:30.099Z | None -> 1.2.35-3.0 |
| 130 | 2026-05-16T03:35:30.110Z | |
| 131 | 2026-05-16T03:35:30.110Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 132 | 2026-05-16T03:35:30.588Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 133 | 2026-05-16T03:35:30.650Z | Actions: 1/268 actions (Installing new actions) |
| 134 | 2026-05-16T03:35:30.690Z | Actions: Completed 268 actions in 0.04 seconds. |
| 135 | 2026-05-16T03:35:30.696Z | Finalize: Updating package state database ... Done (0.006s) |
| 136 | 2026-05-16T03:35:30.696Z | Finalize: Updating package cache ... Done (0.000s) |
| 137 | 2026-05-16T03:35:30.717Z | Finalize: Updating image state ... Done (0.015s) |
| 138 | 2026-05-16T03:35:33.381Z | Finalize: Creating fast lookup database ... Done (2.586s) |
| 139 | 2026-05-16T03:35:33.485Z | Finalize: Reading search index ... Done (0.012s) |
| 140 | 2026-05-16T03:35:33.485Z | Finalize: Updating search index ... Done (0.000s) |
| 141 | 2026-05-16T03:35:33.605Z | Finalize: Updating package cache ... Done (0.000s) |
| 142 | 2026-05-16T03:35:33.820Z | Planning: Evaluating mediator changes ... Done |
| 143 | 2026-05-16T03:35:33.982Z | Planning: Checking for conflicting actions ... Done |
| 144 | 2026-05-16T03:35:34.091Z | Planning: Consolidating action changes ... Done |
| 145 | 2026-05-16T03:35:34.182Z | Planning: Evaluating mediators ... Done |
| 146 | 2026-05-16T03:35:34.182Z | Planning: Planning completed in 0.26 seconds |
| 147 | 2026-05-16T03:35:34.182Z | Mediators to change: 2 |
| 148 | 2026-05-16T03:35:34.182Z | Create boot environment: No |
| 149 | 2026-05-16T03:35:34.183Z | Create backup boot environment: No |
| 150 | 2026-05-16T03:35:34.374Z | Finalize: Updating package state database ... Done |
| 151 | 2026-05-16T03:35:34.374Z | Finalize: Updating package cache ... Done |
| 152 | 2026-05-16T03:35:34.374Z | Finalize: Updating image state ... Done |
| 153 | 2026-05-16T03:35:36.115Z | Finalize: Creating fast lookup database ... Done |
| 154 | 2026-05-16T03:35:36.183Z | Finalize: Reading search index ... Done |
| 155 | 2026-05-16T03:35:36.241Z | Finalize: Updating search index ... Done |
| 156 | 2026-05-16T03:35:36.265Z | Finalize: Updating package cache ... Done |
| 157 | 2026-05-16T03:35:36.545Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-05-16T03:35:36.653Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-05-16T03:35:36.679Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-05-16T03:35:36.800Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-05-16T03:35:36.825Z | Planning: Planning completed in 0.26 seconds |
| 162 | 2026-05-16T03:35:36.852Z | Mediators to change: 1 |
| 163 | 2026-05-16T03:35:36.852Z | Create boot environment: No |
| 164 | 2026-05-16T03:35:36.852Z | Create backup boot environment: No |
| 165 | 2026-05-16T03:35:36.880Z | Finalize: Updating package state database ... Done |
| 166 | 2026-05-16T03:35:36.880Z | Finalize: Updating package cache ... Done |
| 167 | 2026-05-16T03:35:36.892Z | Finalize: Updating image state ... Done |
| 168 | 2026-05-16T03:35:38.875Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-05-16T03:35:38.905Z | Finalize: Reading search index ... Done |
| 170 | 2026-05-16T03:35:38.914Z | Finalize: Updating search index ... Done |
| 171 | 2026-05-16T03:35:38.971Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-16T03:35:39.300Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 173 | 2026-05-16T03:35:39.300Z | apache system 2.4 system |
| 174 | 2026-05-16T03:35:39.300Z | clang system 15 system |
| 175 | 2026-05-16T03:35:39.300Z | csh system system illumos |
| 176 | 2026-05-16T03:35:39.300Z | ctags system system illumos |
| 177 | 2026-05-16T03:35:39.300Z | file vendor vendor darwinsys |
| 178 | 2026-05-16T03:35:39.300Z | file system system illumos |
| 179 | 2026-05-16T03:35:39.300Z | gcc vendor 14 vendor |
| 180 | 2026-05-16T03:35:39.300Z | gcc system 13 system |
| 181 | 2026-05-16T03:35:39.300Z | gcc system 10 system |
| 182 | 2026-05-16T03:35:39.300Z | go system 1.25 system |
| 183 | 2026-05-16T03:35:39.300Z | llvm system 15 system |
| 184 | 2026-05-16T03:35:39.300Z | mariadb system 11.4 system |
| 185 | 2026-05-16T03:35:39.300Z | mta vendor vendor dma |
| 186 | 2026-05-16T03:35:39.300Z | openjdk system 17 system |
| 187 | 2026-05-16T03:35:39.300Z | openjdk system 11 system |
| 188 | 2026-05-16T03:35:39.300Z | openssl vendor 3 vendor |
| 189 | 2026-05-16T03:35:39.300Z | perl system 5.40 system |
| 190 | 2026-05-16T03:35:39.300Z | postgresql system 18 system |
| 191 | 2026-05-16T03:35:39.300Z | postgresql system 17 system |
| 192 | 2026-05-16T03:35:39.300Z | python vendor 3 vendor |
| 193 | 2026-05-16T03:35:39.301Z | python system 2 system |
| 194 | 2026-05-16T03:35:39.301Z | python3 vendor 3.13 vendor |
| 195 | 2026-05-16T03:35:39.301Z | ruby system 3.4 system |
| 196 | 2026-05-16T03:35:39.301Z | ruby system 3.0 system |
| 197 | 2026-05-16T03:35:39.301Z | words vendor vendor american-english |
| 198 | 2026-05-16T03:35:39.301Z | words system system australian-english |
| 199 | 2026-05-16T03:35:39.301Z | words system system british-english |
| 200 | 2026-05-16T03:35:39.301Z | words system system canadian-english |
| 201 | 2026-05-16T03:35:39.301Z | words system system french |
| 202 | 2026-05-16T03:35:39.301Z | words system system italian |
| 203 | 2026-05-16T03:35:39.301Z | words system system ngerman |
| 204 | 2026-05-16T03:35:39.301Z | words system system ogerman |
| 205 | 2026-05-16T03:35:39.301Z | words system system spanish |
| 206 | 2026-05-16T03:35:39.541Z | PUBLISHER TYPE STATUS P LOCATION |
| 207 | 2026-05-16T03:35:39.542Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 208 | 2026-05-16T03:35:39.820Z | FMRI IFO |
| 209 | 2026-05-16T03:35:39.820Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 210 | 2026-05-16T03:35:39.820Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 211 | 2026-05-16T03:35:39.820Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 212 | 2026-05-16T03:35:39.821Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 213 | 2026-05-16T03:35:39.821Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 214 | 2026-05-16T03:35:39.821Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 215 | 2026-05-16T03:35:39.821Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 216 | 2026-05-16T03:35:39.821Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 217 | 2026-05-16T03:35:39.821Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 218 | 2026-05-16T03:35:40.045Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 219 | 2026-05-16T03:35:40.289Z | Updating crates.io index |
| 220 | 2026-05-16T03:35:40.334Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 221 | 2026-05-16T03:35:40.799Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 222 | 2026-05-16T03:35:41.168Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 223 | 2026-05-16T03:35:41.452Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 224 | 2026-05-16T03:35:42.516Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 225 | 2026-05-16T03:35:42.957Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 226 | 2026-05-16T03:35:44.249Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 227 | 2026-05-16T03:35:45.150Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-05-16T03:35:45.380Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 229 | 2026-05-16T03:35:46.170Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 230 | 2026-05-16T03:35:46.590Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 231 | 2026-05-16T03:35:46.994Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 232 | 2026-05-16T03:35:47.179Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 233 | 2026-05-16T03:35:48.114Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 234 | 2026-05-16T03:35:48.583Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-05-16T03:35:48.813Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 236 | 2026-05-16T03:35:49.230Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 237 | 2026-05-16T03:35:49.529Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 238 | 2026-05-16T03:35:49.856Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-05-16T03:35:50.156Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 240 | 2026-05-16T03:35:50.381Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 241 | 2026-05-16T03:35:50.622Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-05-16T03:35:51.042Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 243 | 2026-05-16T03:35:51.361Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 244 | 2026-05-16T03:35:52.188Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 245 | 2026-05-16T03:35:52.641Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 246 | 2026-05-16T03:35:52.851Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 247 | 2026-05-16T03:35:53.121Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 248 | 2026-05-16T03:35:54.396Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 249 | 2026-05-16T03:35:55.042Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 250 | 2026-05-16T03:35:55.480Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-16T03:35:55.914Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-16T03:35:56.302Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-16T03:35:56.619Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-16T03:35:56.990Z | Updating crates.io index |
| 255 | 2026-05-16T03:35:56.999Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-05-16T03:35:57.257Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-05-16T03:35:57.494Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-05-16T03:35:57.739Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-05-16T03:35:58.055Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-05-16T03:36:10.059Z | error: failed to select a version for `vergen`. |
| 261 | 2026-05-16T03:36:10.059Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 262 | 2026-05-16T03:36:10.059Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 263 | 2026-05-16T03:36:10.059Z | ... 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)` |
| 264 | 2026-05-16T03:36:10.059Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 265 | 2026-05-16T03:36:10.059Z | |
| 266 | 2026-05-16T03:36:10.059Z | all possible versions conflict with previously selected packages. |
| 267 | 2026-05-16T03:36:10.059Z | |
| 268 | 2026-05-16T03:36:10.059Z | previously selected package `vergen v9.0.6` |
| 269 | 2026-05-16T03:36:10.059Z | ... 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)` |
| 270 | 2026-05-16T03:36:10.059Z | ... 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)` |
| 271 | 2026-05-16T03:36:10.059Z | |
| 272 | 2026-05-16T03:36:10.059Z | failed to select a version for `vergen` which could resolve this conflict |
| 273 | 2026-05-16T03:36:10.093Z | Failed to run command -- will try 2 more times |
| 274 | 2026-05-16T03:36:10.331Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 275 | 2026-05-16T03:36:10.354Z | Updating crates.io index |
| 276 | 2026-05-16T03:36:10.599Z | Updating crates.io index |
| 277 | 2026-05-16T03:36:11.165Z | error: failed to select a version for `vergen`. |
| 278 | 2026-05-16T03:36:11.165Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 279 | 2026-05-16T03:36:11.165Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 280 | 2026-05-16T03:36:11.166Z | ... 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)` |
| 281 | 2026-05-16T03:36:11.166Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 282 | 2026-05-16T03:36:11.166Z | |
| 283 | 2026-05-16T03:36:11.166Z | all possible versions conflict with previously selected packages. |
| 284 | 2026-05-16T03:36:11.166Z | |
| 285 | 2026-05-16T03:36:11.166Z | previously selected package `vergen v9.0.6` |
| 286 | 2026-05-16T03:36:11.166Z | ... 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)` |
| 287 | 2026-05-16T03:36:11.166Z | ... 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)` |
| 288 | 2026-05-16T03:36:11.166Z | |
| 289 | 2026-05-16T03:36:11.166Z | failed to select a version for `vergen` which could resolve this conflict |
| 290 | 2026-05-16T03:36:11.188Z | Failed to run command -- will try 1 more times |
| 291 | 2026-05-16T03:36:11.438Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 292 | 2026-05-16T03:36:11.502Z | Updating crates.io index |
| 293 | 2026-05-16T03:36:12.106Z | error: failed to select a version for `vergen`. |
| 294 | 2026-05-16T03:36:12.106Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)` |
| 295 | 2026-05-16T03:36:12.106Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 296 | 2026-05-16T03:36:12.107Z | ... 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)` |
| 297 | 2026-05-16T03:36:12.107Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 298 | 2026-05-16T03:36:12.107Z | |
| 299 | 2026-05-16T03:36:12.107Z | all possible versions conflict with previously selected packages. |
| 300 | 2026-05-16T03:36:12.107Z | |
| 301 | 2026-05-16T03:36:12.107Z | previously selected package `vergen v9.0.6` |
| 302 | 2026-05-16T03:36:12.107Z | ... 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)` |
| 303 | 2026-05-16T03:36:12.107Z | ... 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)` |
| 304 | 2026-05-16T03:36:12.107Z | |
| 305 | 2026-05-16T03:36:12.107Z | failed to select a version for `vergen` which could resolve this conflict |
| 306 | 2026-05-16T03:36:12.147Z | |
| 307 | 2026-05-16T03:36:12.174Z | real 45.013039255 |
| 308 | 2026-05-16T03:36:12.174Z | user 20.016661219 |
| 309 | 2026-05-16T03:36:12.174Z | sys 2.192739215 |
| 310 | 2026-05-16T03:36:12.174Z | trap 0.002711540 |
| 311 | 2026-05-16T03:36:12.174Z | tflt 0.043867246 |
| 312 | 2026-05-16T03:36:12.174Z | dflt 0.044039115 |
| 313 | 2026-05-16T03:36:12.174Z | kflt 0.014617335 |
| 314 | 2026-05-16T03:36:12.174Z | lock 0.110483546 |
| 315 | 2026-05-16T03:36:12.174Z | slp 1:09.899283033 |
| 316 | 2026-05-16T03:36:12.174Z | lat 0.148026529 |
| 317 | 2026-05-16T03:36:12.174Z | stop 0.000469980 |
| 318 | 2026-05-16T03:36:12.174Z | process exited: duration 45067 ms, exit code 101 |
| |
| 319 | 2026-05-16T03:36:12.236Z | found 0 output files |
| 320 | 2026-05-16T03:36:12.236Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |