|
|
|
| 1 | 2026-08-04T04:10:12.720Z | job assigned to worker 01KZ5FCP44Y6BFES7N225W51W0 [factory aws, i-0e0dc4e9418d02380] (queued for 47 s) |
| |
| 2 | 2026-08-04T04:10:19.238Z | starting task 0: "setup" |
| 3 | 2026-08-04T04:10:19.242Z | ++ uname -s |
| 4 | 2026-08-04T04:10:19.245Z | + kern=SunOS |
| 5 | 2026-08-04T04:10:19.245Z | + build_user=build |
| 6 | 2026-08-04T04:10:19.245Z | + build_uid=12345 |
| 7 | 2026-08-04T04:10:19.245Z | + work_dir=/work |
| 8 | 2026-08-04T04:10:19.246Z | + input_dir=/input |
| 9 | 2026-08-04T04:10:19.246Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-04T04:10:19.246Z | + case "$kern" in |
| 11 | 2026-08-04T04:10:19.246Z | + groupadd -g 12345 build |
| 12 | 2026-08-04T04:10:19.249Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-04T04:10:21.253Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-04T04:10:21.330Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-04T04:10:21.333Z | + home_fs=zfs |
| 16 | 2026-08-04T04:10:21.333Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-04T04:10:21.333Z | + mkdir -p /home/build |
| 18 | 2026-08-04T04:10:21.335Z | + chown build:build /home/build /work |
| 19 | 2026-08-04T04:10:23.336Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-04T04:10:23.339Z | process exited: duration 4103 ms, exit code 0 |
| |
| 21 | 2026-08-04T04:10:23.345Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-04T04:10:23.351Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-04T04:10:23.351Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-04T04:10:23.351Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-04T04:10:23.351Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-04T04:10:23.351Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-04T04:10:23.351Z | * rust toolchain profile = "default" |
| 28 | 2026-08-04T04:10:23.354Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-04T04:10:23.354Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-04T04:10:23.537Z | info: downloading installer |
| 31 | 2026-08-04T04:10:24.850Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-04T04:10:24.850Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-04T04:10:24.850Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-04T04:10:24.851Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-04T04:10:24.863Z | info: profile set to default |
| 36 | 2026-08-04T04:10:24.863Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-04T04:10:24.867Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-04T04:10:24.995Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-04T04:10:24.998Z | info: downloading 6 components |
| 40 | 2026-08-04T04:10:39.999Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-04T04:10:39.999Z | |
| 42 | 2026-08-04T04:10:40.029Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-04T04:10:40.029Z | |
| 44 | 2026-08-04T04:10:40.029Z | |
| 45 | 2026-08-04T04:10:40.029Z | Rust is installed now. Great! |
| 46 | 2026-08-04T04:10:40.029Z | |
| 47 | 2026-08-04T04:10:40.029Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-04T04:10:40.029Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-04T04:10:40.029Z | |
| 50 | 2026-08-04T04:10:40.029Z | To configure your current shell, you need to source |
| 51 | 2026-08-04T04:10:40.029Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-04T04:10:40.029Z | |
| 53 | 2026-08-04T04:10:40.029Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-04T04:10:40.029Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-04T04:10:40.029Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-04T04:10:40.029Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-04T04:10:40.029Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-04T04:10:40.029Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-04T04:10:40.029Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-04T04:10:40.033Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-04T04:10:40.034Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-04T04:10:40.138Z | + rustup --version |
| 63 | 2026-08-04T04:10:40.144Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-04T04:10:40.147Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-04T04:10:40.166Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-04T04:10:40.169Z | + cargo --version |
| 67 | 2026-08-04T04:10:40.177Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-04T04:10:40.180Z | + rustc --version |
| 69 | 2026-08-04T04:10:40.201Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-04T04:10:40.204Z | process exited: duration 16857 ms, exit code 0 |
| |
| 71 | 2026-08-04T04:10:40.211Z | starting task 2: "authentication" |
| 72 | 2026-08-04T04:10:40.230Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-08-04T04:10:40.237Z | starting task 3: "clone repository" |
| 74 | 2026-08-04T04:10:40.241Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-04T04:10:40.244Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-04T04:10:40.278Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-04T04:10:51.268Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-04T04:10:51.268Z | + git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 79 | 2026-08-04T04:10:51.519Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-04T04:10:51.519Z | * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD |
| 81 | 2026-08-04T04:10:51.534Z | + [[ -n renovate/attest-mock-digest ]] |
| 82 | 2026-08-04T04:10:51.537Z | ++ git branch --show-current |
| 83 | 2026-08-04T04:10:51.537Z | + current=main |
| 84 | 2026-08-04T04:10:51.537Z | + [[ main != renovate/attest-mock-digest ]] |
| 85 | 2026-08-04T04:10:51.540Z | + git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 86 | 2026-08-04T04:10:51.543Z | + git checkout -f renovate/attest-mock-digest |
| 87 | 2026-08-04T04:10:52.027Z | Switched to branch 'renovate/attest-mock-digest' |
| 88 | 2026-08-04T04:10:52.030Z | + git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 |
| 89 | 2026-08-04T04:10:52.045Z | HEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0 |
| 90 | 2026-08-04T04:10:52.048Z | process exited: duration 11809 ms, exit code 0 |
| |
| 91 | 2026-08-04T04:10:52.054Z | starting task 4: "build" |
| 92 | 2026-08-04T04:10:52.059Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-04T04:10:52.059Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-04T04:10:52.062Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-04T04:10:52.062Z | +++ uname -s |
| 96 | 2026-08-04T04:10:52.062Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-04T04:10:52.063Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-04T04:10:52.065Z | + cargo --version |
| 99 | 2026-08-04T04:10:52.073Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-04T04:10:52.076Z | + rustc --version |
| 101 | 2026-08-04T04:10:52.097Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-04T04:10:52.100Z | + WORK=/work |
| 103 | 2026-08-04T04:10:52.100Z | + pfexec mkdir -p /work |
| 104 | 2026-08-04T04:10:52.103Z | + pfexec chown build /work |
| 105 | 2026-08-04T04:10:52.106Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-04T04:10:53.905Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-04T04:10:54.152Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-04T04:10:55.485Z | Planning: Solver setup ... Done (1.246s) |
| 109 | 2026-08-04T04:10:55.529Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-08-04T04:10:55.562Z | Planning: Finding local manifests ... Done (0.004s) |
| 111 | 2026-08-04T04:10:55.571Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-04T04:10:55.592Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-04T04:10:55.606Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-04T04:10:55.609Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-04T04:10:55.772Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 116 | 2026-08-04T04:10:55.775Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-04T04:10:56.627Z | Planning: Evaluating mediators ... Done (0.854s) |
| 118 | 2026-08-04T04:10:56.630Z | Planning: Planning completed in 2.45 seconds |
| 119 | 2026-08-04T04:10:56.638Z | Packages to install: 2 |
| 120 | 2026-08-04T04:10:56.638Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-04T04:10:56.638Z | Estimated space to be consumed: 56.46 MB |
| 122 | 2026-08-04T04:10:56.638Z | Create boot environment: No |
| 123 | 2026-08-04T04:10:56.638Z | Create backup boot environment: No |
| 124 | 2026-08-04T04:10:56.638Z | Rebuild boot archive: No |
| 125 | 2026-08-04T04:10:56.641Z | |
| 126 | 2026-08-04T04:10:56.641Z | Changed packages: |
| 127 | 2026-08-04T04:10:56.641Z | helios |
| 128 | 2026-08-04T04:10:56.641Z | developer/build-essential |
| 129 | 2026-08-04T04:10:56.641Z | None -> 11-3.0 |
| 130 | 2026-08-04T04:10:56.641Z | library/libxmlsec1 |
| 131 | 2026-08-04T04:10:56.641Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-04T04:10:56.664Z | |
| 133 | 2026-08-04T04:10:56.664Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-04T04:10:56.733Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 135 | 2026-08-04T04:10:56.842Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-04T04:10:56.882Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-04T04:10:56.906Z | Finalize: Updating package state database ... Done (0.024s) |
| 138 | 2026-08-04T04:10:56.906Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-04T04:10:56.969Z | Finalize: Updating image state ... Done (0.063s) |
| 140 | 2026-08-04T04:10:59.636Z | Finalize: Creating fast lookup database ... Done (2.626s) |
| 141 | 2026-08-04T04:10:59.707Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-08-04T04:10:59.711Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-04T04:10:59.843Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-04T04:11:00.191Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-04T04:11:00.299Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-04T04:11:00.302Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-04T04:11:00.456Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-04T04:11:00.459Z | Planning: Planning completed in 0.27 seconds |
| 149 | 2026-08-04T04:11:00.480Z | Mediators to change: 2 |
| 150 | 2026-08-04T04:11:00.480Z | Create boot environment: No |
| 151 | 2026-08-04T04:11:00.480Z | Create backup boot environment: No |
| 152 | 2026-08-04T04:11:00.528Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-04T04:11:00.528Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-04T04:11:00.567Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-04T04:11:02.519Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-04T04:11:02.585Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-04T04:11:02.588Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-04T04:11:02.667Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-04T04:11:02.954Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-04T04:11:03.063Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-04T04:11:03.065Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-04T04:11:03.221Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-04T04:11:03.224Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-08-04T04:11:03.244Z | Mediators to change: 1 |
| 165 | 2026-08-04T04:11:03.245Z | Create boot environment: No |
| 166 | 2026-08-04T04:11:03.245Z | Create backup boot environment: No |
| 167 | 2026-08-04T04:11:03.287Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-04T04:11:03.287Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-04T04:11:03.327Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-04T04:11:05.279Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-04T04:11:05.345Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-04T04:11:05.349Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-04T04:11:05.422Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-04T04:11:05.752Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-04T04:11:05.752Z | apache system 2.4 system |
| 176 | 2026-08-04T04:11:05.752Z | clang system 15 system |
| 177 | 2026-08-04T04:11:05.752Z | csh system system illumos |
| 178 | 2026-08-04T04:11:05.752Z | ctags system system illumos |
| 179 | 2026-08-04T04:11:05.752Z | file vendor vendor darwinsys |
| 180 | 2026-08-04T04:11:05.752Z | file system system illumos |
| 181 | 2026-08-04T04:11:05.752Z | gcc vendor 14 vendor |
| 182 | 2026-08-04T04:11:05.753Z | gcc system 13 system |
| 183 | 2026-08-04T04:11:05.753Z | gcc system 10 system |
| 184 | 2026-08-04T04:11:05.753Z | go system 1.25 system |
| 185 | 2026-08-04T04:11:05.753Z | llvm system 15 system |
| 186 | 2026-08-04T04:11:05.753Z | mariadb system 11.4 system |
| 187 | 2026-08-04T04:11:05.753Z | mta vendor vendor dma |
| 188 | 2026-08-04T04:11:05.753Z | openjdk system 17 system |
| 189 | 2026-08-04T04:11:05.753Z | openjdk system 11 system |
| 190 | 2026-08-04T04:11:05.753Z | openssl vendor 3 vendor |
| 191 | 2026-08-04T04:11:05.753Z | perl system 5.40 system |
| 192 | 2026-08-04T04:11:05.753Z | postgresql system 18 system |
| 193 | 2026-08-04T04:11:05.753Z | postgresql system 17 system |
| 194 | 2026-08-04T04:11:05.753Z | python vendor 3 vendor |
| 195 | 2026-08-04T04:11:05.753Z | python system 2 system |
| 196 | 2026-08-04T04:11:05.753Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-04T04:11:05.753Z | ruby system 3.4 system |
| 198 | 2026-08-04T04:11:05.753Z | ruby system 3.0 system |
| 199 | 2026-08-04T04:11:05.753Z | words vendor vendor american-english |
| 200 | 2026-08-04T04:11:05.753Z | words system system australian-english |
| 201 | 2026-08-04T04:11:05.753Z | words system system british-english |
| 202 | 2026-08-04T04:11:05.753Z | words system system canadian-english |
| 203 | 2026-08-04T04:11:05.753Z | words system system french |
| 204 | 2026-08-04T04:11:05.753Z | words system system italian |
| 205 | 2026-08-04T04:11:05.753Z | words system system ngerman |
| 206 | 2026-08-04T04:11:05.753Z | words system system ogerman |
| 207 | 2026-08-04T04:11:05.753Z | words system system spanish |
| 208 | 2026-08-04T04:11:05.985Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-04T04:11:05.986Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-04T04:11:06.389Z | FMRI IFO |
| 211 | 2026-08-04T04:11:06.389Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-04T04:11:06.389Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-04T04:11:06.389Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-04T04:11:06.389Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-04T04:11:06.389Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-04T04:11:06.389Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-04T04:11:06.389Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-04T04:11:06.389Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-04T04:11:06.389Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-04T04:11:06.694Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-04T04:11:06.940Z | Updating crates.io index |
| 222 | 2026-08-04T04:11:06.945Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-04T04:11:07.139Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-04T04:11:07.428Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-04T04:11:08.395Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-04T04:11:08.871Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-04T04:11:10.469Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-04T04:11:11.292Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-04T04:11:11.530Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-04T04:11:11.801Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-04T04:11:13.126Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-04T04:11:13.352Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-04T04:11:13.665Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-08-04T04:11:13.898Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-04T04:11:14.310Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-08-04T04:11:14.752Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-08-04T04:11:14.983Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-04T04:11:15.181Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-04T04:11:15.408Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-08-04T04:11:15.651Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-08-04T04:11:15.854Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-08-04T04:11:16.079Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-08-04T04:11:16.376Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 244 | 2026-08-04T04:11:16.697Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 245 | 2026-08-04T04:11:16.880Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 246 | 2026-08-04T04:11:17.261Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 247 | 2026-08-04T04:11:17.501Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-04T04:11:17.783Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 249 | 2026-08-04T04:11:18.186Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 250 | 2026-08-04T04:11:18.440Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-08-04T04:11:18.691Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-08-04T04:11:19.013Z | Updating crates.io index |
| 253 | 2026-08-04T04:11:19.016Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 254 | 2026-08-04T04:11:19.016Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-08-04T04:11:19.375Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-04T04:11:19.590Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-04T04:11:19.809Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-04T04:11:20.073Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 259 | 2026-08-04T04:11:20.552Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 260 | 2026-08-04T04:11:20.812Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2026-08-04T04:11:21.008Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 262 | 2026-08-04T04:11:21.226Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 263 | 2026-08-04T04:11:21.470Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 264 | 2026-08-04T04:11:21.684Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 265 | 2026-08-04T04:11:23.375Z | error: failed to select a version for `getrandom`. |
| 266 | 2026-08-04T04:11:23.375Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 267 | 2026-08-04T04:11:23.375Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 268 | 2026-08-04T04:11:23.375Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 269 | 2026-08-04T04:11:23.375Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 270 | 2026-08-04T04:11:23.375Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 271 | 2026-08-04T04:11:23.375Z | |
| 272 | 2026-08-04T04:11:23.375Z | all possible versions conflict with previously selected packages |
| 273 | 2026-08-04T04:11:23.375Z | |
| 274 | 2026-08-04T04:11:23.375Z | previously selected package `getrandom v0.4.1` |
| 275 | 2026-08-04T04:11:23.375Z | ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 276 | 2026-08-04T04:11:23.375Z | ... 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)` |
| 277 | 2026-08-04T04:11:23.375Z | |
| 278 | 2026-08-04T04:11:23.375Z | failed to select a version for `getrandom` which could resolve this conflict |
| 279 | 2026-08-04T04:11:23.423Z | Failed to run command -- will try 2 more times |
| 280 | 2026-08-04T04:11:23.649Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 281 | 2026-08-04T04:11:23.697Z | Updating crates.io index |
| 282 | 2026-08-04T04:11:23.709Z | Updating crates.io index |
| 283 | 2026-08-04T04:11:23.712Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 284 | 2026-08-04T04:11:24.669Z | error: failed to select a version for `getrandom`. |
| 285 | 2026-08-04T04:11:24.669Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 286 | 2026-08-04T04:11:24.669Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 287 | 2026-08-04T04:11:24.669Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 288 | 2026-08-04T04:11:24.669Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 289 | 2026-08-04T04:11:24.669Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 290 | 2026-08-04T04:11:24.669Z | |
| 291 | 2026-08-04T04:11:24.669Z | all possible versions conflict with previously selected packages |
| 292 | 2026-08-04T04:11:24.669Z | |
| 293 | 2026-08-04T04:11:24.669Z | previously selected package `getrandom v0.4.1` |
| 294 | 2026-08-04T04:11:24.669Z | ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 295 | 2026-08-04T04:11:24.669Z | ... 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)` |
| 296 | 2026-08-04T04:11:24.669Z | |
| 297 | 2026-08-04T04:11:24.669Z | failed to select a version for `getrandom` which could resolve this conflict |
| 298 | 2026-08-04T04:11:24.709Z | Failed to run command -- will try 1 more times |
| 299 | 2026-08-04T04:11:24.934Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2026-08-04T04:11:25.003Z | Updating crates.io index |
| 301 | 2026-08-04T04:11:25.006Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 302 | 2026-08-04T04:11:25.263Z | error: failed to select a version for `getrandom`. |
| 303 | 2026-08-04T04:11:25.263Z | ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 304 | 2026-08-04T04:11:25.264Z | ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)` |
| 305 | 2026-08-04T04:11:25.264Z | ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)` |
| 306 | 2026-08-04T04:11:25.264Z | ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)` |
| 307 | 2026-08-04T04:11:25.264Z | versions that meet the requirements `^0.4.3` are: 0.4.3 |
| 308 | 2026-08-04T04:11:25.264Z | |
| 309 | 2026-08-04T04:11:25.264Z | all possible versions conflict with previously selected packages |
| 310 | 2026-08-04T04:11:25.264Z | |
| 311 | 2026-08-04T04:11:25.264Z | previously selected package `getrandom v0.4.1` |
| 312 | 2026-08-04T04:11:25.264Z | ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 313 | 2026-08-04T04:11:25.264Z | ... 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)` |
| 314 | 2026-08-04T04:11:25.264Z | |
| 315 | 2026-08-04T04:11:25.264Z | failed to select a version for `getrandom` which could resolve this conflict |
| 316 | 2026-08-04T04:11:25.289Z | |
| 317 | 2026-08-04T04:11:25.292Z | real 33.177939163 |
| 318 | 2026-08-04T04:11:25.292Z | user 15.697507040 |
| 319 | 2026-08-04T04:11:25.292Z | sys 2.093430711 |
| 320 | 2026-08-04T04:11:25.292Z | trap 0.001946390 |
| 321 | 2026-08-04T04:11:25.292Z | tflt 0.043035142 |
| 322 | 2026-08-04T04:11:25.292Z | dflt 0.042073901 |
| 323 | 2026-08-04T04:11:25.292Z | kflt 0.014294250 |
| 324 | 2026-08-04T04:11:25.292Z | lock 38.841161540 |
| 325 | 2026-08-04T04:11:25.292Z | slp 49.503744719 |
| 326 | 2026-08-04T04:11:25.292Z | lat 0.095369363 |
| 327 | 2026-08-04T04:11:25.292Z | stop 0.011425986 |
| 328 | 2026-08-04T04:11:25.292Z | process exited: duration 33233 ms, exit code 101 |
| |
| 329 | 2026-08-04T04:11:25.298Z | found 0 output files |
| 330 | 2026-08-04T04:11:25.298Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |