|
|
|
| 1 | 2026-05-14T03:41:20.408Z | job assigned to worker 01KRJ94V50X380G5Q8SEYHPXPX [factory aws, i-0dd748228ca75746d] (queued for 48 s) |
| |
| 2 | 2026-05-14T03:41:27.915Z | starting task 0: "setup" |
| 3 | 2026-05-14T03:41:27.921Z | ++ uname -s |
| 4 | 2026-05-14T03:41:27.924Z | + kern=SunOS |
| 5 | 2026-05-14T03:41:27.924Z | + build_user=build |
| 6 | 2026-05-14T03:41:27.924Z | + build_uid=12345 |
| 7 | 2026-05-14T03:41:27.924Z | + work_dir=/work |
| 8 | 2026-05-14T03:41:27.924Z | + input_dir=/input |
| 9 | 2026-05-14T03:41:27.924Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T03:41:27.924Z | + case "$kern" in |
| 11 | 2026-05-14T03:41:27.924Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T03:41:27.927Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T03:41:29.935Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T03:41:30.035Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T03:41:30.038Z | + home_fs=zfs |
| 16 | 2026-05-14T03:41:30.038Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T03:41:30.038Z | + mkdir -p /home/build |
| 18 | 2026-05-14T03:41:30.041Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T03:41:32.041Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T03:41:32.045Z | process exited: duration 4132 ms, exit code 0 |
| |
| 21 | 2026-05-14T03:41:32.051Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T03:41:32.057Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T03:41:32.057Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-14T03:41:32.057Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-14T03:41:32.057Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-14T03:41:32.057Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T03:41:32.057Z | * rust toolchain profile = "default" |
| 28 | 2026-05-14T03:41:32.060Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T03:41:32.060Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T03:41:32.184Z | info: downloading installer |
| 31 | 2026-05-14T03:41:33.561Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T03:41:33.561Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T03:41:33.561Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T03:41:33.561Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T03:41:33.573Z | info: profile set to default |
| 36 | 2026-05-14T03:41:33.573Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T03:41:33.576Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T03:41:33.711Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T03:41:33.711Z | info: downloading 6 components |
| 40 | 2026-05-14T03:41:48.130Z | |
| 41 | 2026-05-14T03:41:48.130Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-14T03:41:48.160Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T03:41:48.160Z | |
| 44 | 2026-05-14T03:41:48.160Z | |
| 45 | 2026-05-14T03:41:48.160Z | Rust is installed now. Great! |
| 46 | 2026-05-14T03:41:48.160Z | |
| 47 | 2026-05-14T03:41:48.164Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T03:41:48.164Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T03:41:48.164Z | |
| 50 | 2026-05-14T03:41:48.164Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T03:41:48.164Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T03:41:48.164Z | |
| 53 | 2026-05-14T03:41:48.164Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T03:41:48.164Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T03:41:48.164Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T03:41:48.164Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T03:41:48.164Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T03:41:48.164Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T03:41:48.164Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T03:41:48.164Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T03:41:48.164Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T03:41:48.267Z | + rustup --version |
| 63 | 2026-05-14T03:41:48.273Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T03:41:48.273Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T03:41:48.297Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T03:41:48.300Z | + cargo --version |
| 67 | 2026-05-14T03:41:48.312Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T03:41:48.316Z | + rustc --version |
| 69 | 2026-05-14T03:41:48.338Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T03:41:48.341Z | process exited: duration 16289 ms, exit code 0 |
| |
| 71 | 2026-05-14T03:41:48.347Z | starting task 2: "authentication" |
| 72 | 2026-05-14T03:41:48.366Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-05-14T03:41:48.374Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T03:41:48.378Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T03:41:48.381Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T03:41:48.413Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T03:41:59.344Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T03:41:59.344Z | + git fetch origin 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 |
| 79 | 2026-05-14T03:41:59.619Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T03:41:59.619Z | * branch 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 -> FETCH_HEAD |
| 81 | 2026-05-14T03:41:59.634Z | + [[ -n renovate/crucible-pantry-client-digest ]] |
| 82 | 2026-05-14T03:41:59.638Z | ++ git branch --show-current |
| 83 | 2026-05-14T03:41:59.641Z | + current=main |
| 84 | 2026-05-14T03:41:59.641Z | + [[ main != renovate/crucible-pantry-client-digest ]] |
| 85 | 2026-05-14T03:41:59.641Z | + git branch -f renovate/crucible-pantry-client-digest 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 |
| 86 | 2026-05-14T03:41:59.644Z | + git checkout -f renovate/crucible-pantry-client-digest |
| 87 | 2026-05-14T03:41:59.675Z | Switched to branch 'renovate/crucible-pantry-client-digest' |
| 88 | 2026-05-14T03:41:59.678Z | + git reset --hard 1e82c54d3736bccda72a0a4f3b07f3722c1a41f1 |
| 89 | 2026-05-14T03:41:59.712Z | HEAD is now at 1e82c54d3 Update crucible-pantry-client digest to 33a3712 |
| 90 | 2026-05-14T03:41:59.715Z | process exited: duration 11341 ms, exit code 0 |
| |
| 91 | 2026-05-14T03:41:59.721Z | starting task 4: "build" |
| 92 | 2026-05-14T03:41:59.726Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-14T03:41:59.726Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-14T03:41:59.726Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-14T03:41:59.726Z | + cargo --version |
| 96 | 2026-05-14T03:41:59.737Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-14T03:41:59.740Z | + rustc --version |
| 98 | 2026-05-14T03:41:59.761Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-14T03:41:59.764Z | + WORK=/work |
| 100 | 2026-05-14T03:41:59.764Z | + pfexec mkdir -p /work |
| 101 | 2026-05-14T03:41:59.767Z | + pfexec chown build /work |
| 102 | 2026-05-14T03:41:59.770Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-14T03:42:01.354Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-14T03:42:01.416Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-14T03:42:01.629Z | Planning: Solver setup ... Done (0.174s) |
| 106 | 2026-05-14T03:42:01.644Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-14T03:42:01.652Z | Planning: Finding local manifests ... Done (0.004s) |
| 108 | 2026-05-14T03:42:01.662Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-14T03:42:01.683Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-14T03:42:01.698Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-14T03:42:01.701Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-14T03:42:01.891Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 113 | 2026-05-14T03:42:01.894Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-14T03:42:02.870Z | Planning: Evaluating mediators ... Done (0.954s) |
| 115 | 2026-05-14T03:42:02.897Z | Planning: Planning completed in 1.41 seconds |
| 116 | 2026-05-14T03:42:02.897Z | Packages to install: 2 |
| 117 | 2026-05-14T03:42:02.897Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-14T03:42:02.898Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-14T03:42:02.898Z | Create boot environment: No |
| 120 | 2026-05-14T03:42:02.898Z | Create backup boot environment: No |
| 121 | 2026-05-14T03:42:02.898Z | Rebuild boot archive: No |
| 122 | 2026-05-14T03:42:02.898Z | |
| 123 | 2026-05-14T03:42:02.898Z | Changed packages: |
| 124 | 2026-05-14T03:42:02.898Z | helios |
| 125 | 2026-05-14T03:42:02.898Z | developer/build-essential |
| 126 | 2026-05-14T03:42:02.898Z | None -> 11-3.0 |
| 127 | 2026-05-14T03:42:02.898Z | library/libxmlsec1 |
| 128 | 2026-05-14T03:42:02.898Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-14T03:42:02.899Z | |
| 130 | 2026-05-14T03:42:02.899Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-14T03:42:03.412Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 132 | 2026-05-14T03:42:03.464Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-14T03:42:03.500Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-14T03:42:03.506Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-14T03:42:03.506Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-14T03:42:03.519Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-14T03:42:06.227Z | Finalize: Creating fast lookup database ... Done (2.687s) |
| 138 | 2026-05-14T03:42:06.296Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-14T03:42:06.299Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-14T03:42:06.402Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-14T03:42:06.701Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-14T03:42:06.803Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-14T03:42:06.806Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-14T03:42:06.962Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-14T03:42:06.965Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-14T03:42:06.984Z | Mediators to change: 2 |
| 147 | 2026-05-14T03:42:06.985Z | Create boot environment: No |
| 148 | 2026-05-14T03:42:06.985Z | Create backup boot environment: No |
| 149 | 2026-05-14T03:42:07.059Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-14T03:42:07.059Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-14T03:42:07.068Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-14T03:42:09.022Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-14T03:42:09.083Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-14T03:42:09.086Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-14T03:42:09.163Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-14T03:42:09.452Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-14T03:42:09.555Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-14T03:42:09.559Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-14T03:42:09.715Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-14T03:42:09.718Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-14T03:42:09.741Z | Mediators to change: 1 |
| 162 | 2026-05-14T03:42:09.741Z | Create boot environment: No |
| 163 | 2026-05-14T03:42:09.741Z | Create backup boot environment: No |
| 164 | 2026-05-14T03:42:09.817Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-14T03:42:09.817Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-14T03:42:09.826Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-14T03:42:11.780Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-14T03:42:11.845Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-14T03:42:11.849Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-14T03:42:11.915Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-14T03:42:12.235Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-14T03:42:12.235Z | apache system 2.4 system |
| 173 | 2026-05-14T03:42:12.235Z | clang system 15 system |
| 174 | 2026-05-14T03:42:12.235Z | csh system system illumos |
| 175 | 2026-05-14T03:42:12.235Z | ctags system system illumos |
| 176 | 2026-05-14T03:42:12.235Z | file vendor vendor darwinsys |
| 177 | 2026-05-14T03:42:12.235Z | file system system illumos |
| 178 | 2026-05-14T03:42:12.235Z | gcc vendor 14 vendor |
| 179 | 2026-05-14T03:42:12.235Z | gcc system 13 system |
| 180 | 2026-05-14T03:42:12.235Z | gcc system 10 system |
| 181 | 2026-05-14T03:42:12.235Z | go system 1.25 system |
| 182 | 2026-05-14T03:42:12.235Z | llvm system 15 system |
| 183 | 2026-05-14T03:42:12.235Z | mariadb system 11.4 system |
| 184 | 2026-05-14T03:42:12.235Z | mta vendor vendor dma |
| 185 | 2026-05-14T03:42:12.235Z | openjdk system 17 system |
| 186 | 2026-05-14T03:42:12.235Z | openjdk system 11 system |
| 187 | 2026-05-14T03:42:12.235Z | openssl vendor 3 vendor |
| 188 | 2026-05-14T03:42:12.235Z | perl system 5.40 system |
| 189 | 2026-05-14T03:42:12.235Z | postgresql system 18 system |
| 190 | 2026-05-14T03:42:12.236Z | postgresql system 17 system |
| 191 | 2026-05-14T03:42:12.236Z | python vendor 3 vendor |
| 192 | 2026-05-14T03:42:12.236Z | python system 2 system |
| 193 | 2026-05-14T03:42:12.236Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-14T03:42:12.236Z | ruby system 3.4 system |
| 195 | 2026-05-14T03:42:12.236Z | ruby system 3.0 system |
| 196 | 2026-05-14T03:42:12.236Z | words vendor vendor american-english |
| 197 | 2026-05-14T03:42:12.236Z | words system system australian-english |
| 198 | 2026-05-14T03:42:12.236Z | words system system british-english |
| 199 | 2026-05-14T03:42:12.236Z | words system system canadian-english |
| 200 | 2026-05-14T03:42:12.236Z | words system system french |
| 201 | 2026-05-14T03:42:12.236Z | words system system italian |
| 202 | 2026-05-14T03:42:12.236Z | words system system ngerman |
| 203 | 2026-05-14T03:42:12.236Z | words system system ogerman |
| 204 | 2026-05-14T03:42:12.236Z | words system system spanish |
| 205 | 2026-05-14T03:42:12.506Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-14T03:42:12.506Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-14T03:42:12.774Z | FMRI IFO |
| 208 | 2026-05-14T03:42:12.774Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-14T03:42:12.774Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-14T03:42:12.774Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-14T03:42:12.774Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-14T03:42:12.774Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-14T03:42:12.774Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-14T03:42:12.774Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-14T03:42:12.774Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-14T03:42:12.774Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-14T03:42:13.011Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-14T03:42:13.262Z | Updating crates.io index |
| 219 | 2026-05-14T03:42:13.295Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-14T03:42:13.996Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-14T03:42:14.284Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-14T03:42:14.705Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-14T03:42:15.782Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-14T03:42:16.260Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-14T03:42:17.589Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-14T03:42:18.364Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-14T03:42:18.639Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-14T03:42:19.481Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-14T03:42:19.948Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-14T03:42:20.368Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-14T03:42:20.696Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-14T03:42:21.648Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-14T03:42:22.205Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-14T03:42:22.466Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-14T03:42:22.876Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-14T03:42:23.221Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-14T03:42:23.431Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-14T03:42:23.652Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-14T03:42:23.880Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-14T03:42:24.253Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-14T03:42:24.588Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 242 | 2026-05-14T03:42:25.693Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-14T03:42:26.159Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-14T03:42:26.570Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-14T03:42:27.074Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-14T03:42:27.968Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-14T03:42:28.650Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-14T03:42:29.097Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-14T03:42:29.322Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-14T03:42:29.711Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-14T03:42:29.982Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-14T03:42:30.558Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-14T03:42:30.981Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-14T03:42:31.241Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-14T03:42:31.518Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-14T03:42:31.868Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-14T03:42:44.118Z | Downloading crates ... |
| 258 | 2026-05-14T03:42:44.200Z | Downloaded anstream v0.6.21 |
| 259 | 2026-05-14T03:42:44.292Z | Downloaded zerofrom-derive v0.1.6 |
| 260 | 2026-05-14T03:42:44.292Z | Downloaded serde-untagged v0.1.9 |
| 261 | 2026-05-14T03:42:44.292Z | Downloaded scroll_derive v0.12.1 |
| 262 | 2026-05-14T03:42:44.292Z | Downloaded zerocopy v0.7.35 |
| 263 | 2026-05-14T03:42:44.292Z | Downloaded utf8_iter v1.0.4 |
| 264 | 2026-05-14T03:42:44.292Z | Downloaded textwrap v0.16.2 |
| 265 | 2026-05-14T03:42:44.292Z | Downloaded ordered-float v2.10.1 |
| 266 | 2026-05-14T03:42:44.292Z | Downloaded usdt-macro v0.5.0 |
| 267 | 2026-05-14T03:42:44.292Z | Downloaded toml_datetime v0.6.11 |
| 268 | 2026-05-14T03:42:44.292Z | Downloaded smallvec v1.15.1 |
| 269 | 2026-05-14T03:42:44.293Z | Downloaded proc-macro-error v1.0.4 |
| 270 | 2026-05-14T03:42:44.293Z | Downloaded potential_utf v0.1.4 |
| 271 | 2026-05-14T03:42:44.293Z | Downloaded thiserror v1.0.69 |
| 272 | 2026-05-14T03:42:44.293Z | Downloaded generic-array v0.14.7 |
| 273 | 2026-05-14T03:42:44.293Z | Downloaded plain v0.2.3 |
| 274 | 2026-05-14T03:42:44.293Z | Downloaded proc-macro-error-attr v1.0.4 |
| 275 | 2026-05-14T03:42:44.293Z | Downloaded papergrid v0.11.0 |
| 276 | 2026-05-14T03:42:44.293Z | Downloaded macaddr v1.0.1 |
| 277 | 2026-05-14T03:42:44.293Z | Downloaded usdt-attr-macro v0.5.0 |
| 278 | 2026-05-14T03:42:44.293Z | Downloaded cfg-if v1.0.4 |
| 279 | 2026-05-14T03:42:44.293Z | Downloaded anstyle v1.0.13 |
| 280 | 2026-05-14T03:42:44.293Z | Downloaded unicode-xid v0.2.6 |
| 281 | 2026-05-14T03:42:44.293Z | Downloaded memmap v0.7.0 |
| 282 | 2026-05-14T03:42:44.293Z | Downloaded anstyle-query v1.1.5 |
| 283 | 2026-05-14T03:42:44.293Z | Downloaded thiserror-impl v1.0.69 |
| 284 | 2026-05-14T03:42:44.294Z | Downloaded toml_write v0.1.2 |
| 285 | 2026-05-14T03:42:44.294Z | Downloaded thiserror-impl v2.0.18 |
| 286 | 2026-05-14T03:42:44.294Z | Downloaded fastrand v2.3.0 |
| 287 | 2026-05-14T03:42:44.294Z | Downloaded thread-id v4.2.2 |
| 288 | 2026-05-14T03:42:44.294Z | Downloaded yoke-derive v0.8.1 |
| 289 | 2026-05-14T03:42:44.294Z | Downloaded unicode-linebreak v0.1.5 |
| 290 | 2026-05-14T03:42:44.294Z | Downloaded zmij v1.0.21 |
| 291 | 2026-05-14T03:42:44.294Z | Downloaded zerofrom v0.1.6 |
| 292 | 2026-05-14T03:42:44.294Z | Downloaded zerovec-derive v0.11.2 |
| 293 | 2026-05-14T03:42:44.294Z | Downloaded serde_spanned v0.6.9 |
| 294 | 2026-05-14T03:42:44.294Z | Downloaded dtrace-parser v0.2.0 |
| 295 | 2026-05-14T03:42:44.373Z | Downloaded yoke v0.8.1 |
| 296 | 2026-05-14T03:42:44.373Z | Downloaded form_urlencoded v1.2.2 |
| 297 | 2026-05-14T03:42:44.373Z | Downloaded usdt v0.5.0 |
| 298 | 2026-05-14T03:42:44.373Z | Downloaded version_check v0.9.5 |
| 299 | 2026-05-14T03:42:44.373Z | Downloaded utf8parse v0.2.2 |
| 300 | 2026-05-14T03:42:44.373Z | Downloaded cpufeatures v0.2.17 |
| 301 | 2026-05-14T03:42:44.373Z | Downloaded writeable v0.6.2 |
| 302 | 2026-05-14T03:42:44.373Z | Downloaded usdt-impl v0.5.0 |
| 303 | 2026-05-14T03:42:44.373Z | Downloaded itoa v1.0.17 |
| 304 | 2026-05-14T03:42:44.374Z | Downloaded ucd-trie v0.1.7 |
| 305 | 2026-05-14T03:42:44.374Z | Downloaded is_terminal_polyfill v1.70.2 |
| 306 | 2026-05-14T03:42:44.374Z | Downloaded zerocopy-derive v0.7.35 |
| 307 | 2026-05-14T03:42:44.374Z | Downloaded typenum v1.19.0 |
| 308 | 2026-05-14T03:42:44.374Z | Downloaded serde-value v0.7.0 |
| 309 | 2026-05-14T03:42:44.374Z | Downloaded tinystr v0.8.2 |
| 310 | 2026-05-14T03:42:44.374Z | Downloaded errno v0.3.14 |
| 311 | 2026-05-14T03:42:44.374Z | Downloaded colorchoice v1.0.4 |
| 312 | 2026-05-14T03:42:44.374Z | Downloaded typeid v1.0.3 |
| 313 | 2026-05-14T03:42:44.374Z | Downloaded toml v0.8.23 |
| 314 | 2026-05-14T03:42:44.374Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-05-14T03:42:44.374Z | Downloaded zerotrie v0.2.3 |
| 316 | 2026-05-14T03:42:44.374Z | Downloaded unicode-ident v1.0.24 |
| 317 | 2026-05-14T03:42:44.379Z | Downloaded url v2.5.8 |
| 318 | 2026-05-14T03:42:44.379Z | Downloaded pest_meta v2.8.6 |
| 319 | 2026-05-14T03:42:44.379Z | Downloaded stable_deref_trait v1.2.1 |
| 320 | 2026-05-14T03:42:44.379Z | Downloaded zerovec v0.11.5 |
| 321 | 2026-05-14T03:42:44.379Z | Downloaded terminal_size v0.4.3 |
| 322 | 2026-05-14T03:42:44.379Z | Downloaded toml_edit v0.22.27 |
| 323 | 2026-05-14T03:42:44.379Z | Downloaded getrandom v0.4.1 |
| 324 | 2026-05-14T03:42:44.379Z | Downloaded strsim v0.11.1 |
| 325 | 2026-05-14T03:42:44.379Z | Downloaded cargo_metadata v0.21.0 |
| 326 | 2026-05-14T03:42:44.379Z | Downloaded winnow v0.7.14 |
| 327 | 2026-05-14T03:42:44.379Z | Downloaded synstructure v0.13.2 |
| 328 | 2026-05-14T03:42:44.379Z | Downloaded sha2 v0.10.9 |
| 329 | 2026-05-14T03:42:44.379Z | Downloaded unicode-width v0.1.14 |
| 330 | 2026-05-14T03:42:44.379Z | Downloaded tabled_derive v0.7.0 |
| 331 | 2026-05-14T03:42:44.379Z | Downloaded smawk v0.3.2 |
| 332 | 2026-05-14T03:42:44.379Z | Downloaded pretty-hex v0.4.1 |
| 333 | 2026-05-14T03:42:44.379Z | Downloaded heck v0.4.1 |
| 334 | 2026-05-14T03:42:44.380Z | Downloaded equivalent v1.0.2 |
| 335 | 2026-05-14T03:42:44.380Z | Downloaded dof v0.3.0 |
| 336 | 2026-05-14T03:42:44.380Z | Downloaded block-buffer v0.10.4 |
| 337 | 2026-05-14T03:42:44.380Z | Downloaded unicode-width v0.2.0 |
| 338 | 2026-05-14T03:42:44.380Z | Downloaded tempfile v3.25.0 |
| 339 | 2026-05-14T03:42:44.380Z | Downloaded byteorder v1.5.0 |
| 340 | 2026-05-14T03:42:44.380Z | Downloaded cargo-util-schemas v0.8.2 |
| 341 | 2026-05-14T03:42:44.380Z | Downloaded autocfg v1.5.0 |
| 342 | 2026-05-14T03:42:44.380Z | Downloaded anstyle-parse v0.2.7 |
| 343 | 2026-05-14T03:42:44.380Z | Downloaded crypto-common v0.1.7 |
| 344 | 2026-05-14T03:42:44.380Z | Downloaded clap_lex v1.0.0 |
| 345 | 2026-05-14T03:42:44.380Z | Downloaded cargo-platform v0.2.0 |
| 346 | 2026-05-14T03:42:44.381Z | Downloaded fnv v1.0.7 |
| 347 | 2026-05-14T03:42:44.463Z | Downloaded percent-encoding v2.3.2 |
| 348 | 2026-05-14T03:42:44.463Z | Downloaded heck v0.5.0 |
| 349 | 2026-05-14T03:42:44.463Z | Downloaded quote v1.0.45 |
| 350 | 2026-05-14T03:42:44.463Z | Downloaded swrite v0.1.0 |
| 351 | 2026-05-14T03:42:44.463Z | Downloaded erased-serde v0.4.9 |
| 352 | 2026-05-14T03:42:44.463Z | Downloaded displaydoc v0.2.5 |
| 353 | 2026-05-14T03:42:44.463Z | Downloaded fs-err v3.3.0 |
| 354 | 2026-05-14T03:42:44.464Z | Downloaded scroll v0.12.0 |
| 355 | 2026-05-14T03:42:44.464Z | Downloaded camino-tempfile v1.4.1 |
| 356 | 2026-05-14T03:42:44.464Z | Downloaded log v0.4.29 |
| 357 | 2026-05-14T03:42:44.464Z | Downloaded rustix v1.1.3 |
| 358 | 2026-05-14T03:42:44.464Z | Downloaded serde_tokenstream v0.2.3 |
| 359 | 2026-05-14T03:42:44.464Z | Downloaded semver v1.0.28 |
| 360 | 2026-05-14T03:42:44.464Z | Downloaded idna_adapter v1.2.1 |
| 361 | 2026-05-14T03:42:44.464Z | Downloaded digest v0.10.7 |
| 362 | 2026-05-14T03:42:44.464Z | Downloaded once_cell v1.21.3 |
| 363 | 2026-05-14T03:42:44.464Z | Downloaded cargo_toml v0.21.0 |
| 364 | 2026-05-14T03:42:44.465Z | Downloaded camino v1.2.2 |
| 365 | 2026-05-14T03:42:44.465Z | Downloaded litemap v0.8.1 |
| 366 | 2026-05-14T03:42:44.465Z | Downloaded pest_generator v2.8.6 |
| 367 | 2026-05-14T03:42:44.465Z | Downloaded bitflags v2.11.0 |
| 368 | 2026-05-14T03:42:44.465Z | Downloaded bytecount v0.6.9 |
| 369 | 2026-05-14T03:42:44.465Z | Downloaded pest_derive v2.8.6 |
| 370 | 2026-05-14T03:42:44.466Z | Downloaded anyhow v1.0.102 |
| 371 | 2026-05-14T03:42:44.466Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-05-14T03:42:44.466Z | Downloaded icu_properties v2.1.2 |
| 373 | 2026-05-14T03:42:44.466Z | Downloaded clap v4.5.60 |
| 374 | 2026-05-14T03:42:44.507Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-05-14T03:42:44.508Z | Downloaded icu_provider v2.1.1 |
| 376 | 2026-05-14T03:42:44.508Z | Downloaded num-traits v0.2.19 |
| 377 | 2026-05-14T03:42:44.508Z | Downloaded clap_derive v4.5.55 |
| 378 | 2026-05-14T03:42:44.508Z | Downloaded icu_locale_core v2.1.1 |
| 379 | 2026-05-14T03:42:44.508Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-05-14T03:42:44.508Z | Downloaded icu_normalizer v2.1.1 |
| 381 | 2026-05-14T03:42:44.508Z | Downloaded icu_normalizer_data v2.1.1 |
| 382 | 2026-05-14T03:42:44.508Z | Downloaded memchr v2.8.0 |
| 383 | 2026-05-14T03:42:44.508Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-14T03:42:44.509Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-05-14T03:42:44.560Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-14T03:42:44.560Z | Downloaded pest v2.8.6 |
| 387 | 2026-05-14T03:42:44.560Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-14T03:42:44.565Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-05-14T03:42:44.565Z | Downloaded idna v1.1.0 |
| 390 | 2026-05-14T03:42:44.565Z | Downloaded goblin v0.8.2 |
| 391 | 2026-05-14T03:42:44.565Z | Downloaded clap_builder v4.5.60 |
| 392 | 2026-05-14T03:42:44.566Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-14T03:42:44.612Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-14T03:42:44.613Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-14T03:42:44.613Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-14T03:42:44.613Z | Downloaded libc v0.2.185 |
| 397 | 2026-05-14T03:42:44.663Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-05-14T03:42:44.682Z | Compiling unicode-ident v1.0.24 |
| 399 | 2026-05-14T03:42:44.682Z | Compiling quote v1.0.45 |
| 400 | 2026-05-14T03:42:44.682Z | Compiling serde_core v1.0.228 |
| 401 | 2026-05-14T03:42:44.682Z | Compiling libc v0.2.185 |
| 402 | 2026-05-14T03:42:44.682Z | Compiling version_check v0.9.5 |
| 403 | 2026-05-14T03:42:44.682Z | Compiling serde v1.0.228 |
| 404 | 2026-05-14T03:42:44.682Z | Compiling memchr v2.8.0 |
| 405 | 2026-05-14T03:42:44.682Z | Compiling stable_deref_trait v1.2.1 |
| 406 | 2026-05-14T03:42:44.682Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-14T03:42:44.682Z | Compiling ucd-trie v0.1.7 |
| 408 | 2026-05-14T03:42:44.682Z | Compiling itoa v1.0.17 |
| 409 | 2026-05-14T03:42:44.683Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-14T03:42:44.831Z | Compiling thiserror v1.0.69 |
| 411 | 2026-05-14T03:42:44.835Z | Compiling writeable v0.6.2 |
| 412 | 2026-05-14T03:42:45.059Z | Compiling litemap v0.8.1 |
| 413 | 2026-05-14T03:42:45.184Z | Compiling byteorder v1.5.0 |
| 414 | 2026-05-14T03:42:45.203Z | Compiling rustix v1.1.3 |
| 415 | 2026-05-14T03:42:45.223Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-14T03:42:45.333Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-14T03:42:45.368Z | Compiling serde_json v1.0.149 |
| 418 | 2026-05-14T03:42:45.369Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-14T03:42:45.409Z | Compiling pest v2.8.6 |
| 420 | 2026-05-14T03:42:45.478Z | Compiling smallvec v1.15.1 |
| 421 | 2026-05-14T03:42:45.571Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-14T03:42:45.643Z | Compiling equivalent v1.0.2 |
| 423 | 2026-05-14T03:42:45.662Z | Compiling typeid v1.0.3 |
| 424 | 2026-05-14T03:42:45.700Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-14T03:42:45.715Z | Compiling usdt-impl v0.5.0 |
| 426 | 2026-05-14T03:42:45.734Z | Compiling proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-14T03:42:45.737Z | Compiling syn v1.0.109 |
| 428 | 2026-05-14T03:42:45.784Z | Compiling winnow v0.7.14 |
| 429 | 2026-05-14T03:42:45.803Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-14T03:42:45.951Z | Compiling errno v0.3.14 |
| 431 | 2026-05-14T03:42:45.969Z | Compiling thread-id v4.2.2 |
| 432 | 2026-05-14T03:42:45.990Z | Compiling toml_write v0.1.2 |
| 433 | 2026-05-14T03:42:46.064Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2026-05-14T03:42:46.154Z | Compiling thiserror v2.0.18 |
| 435 | 2026-05-14T03:42:46.193Z | Compiling percent-encoding v2.3.2 |
| 436 | 2026-05-14T03:42:46.247Z | Compiling indexmap v2.14.0 |
| 437 | 2026-05-14T03:42:46.247Z | Compiling plain v0.2.3 |
| 438 | 2026-05-14T03:42:46.286Z | Compiling utf8_iter v1.0.4 |
| 439 | 2026-05-14T03:42:46.289Z | Compiling log v0.4.29 |
| 440 | 2026-05-14T03:42:46.289Z | Compiling camino v1.2.2 |
| 441 | 2026-05-14T03:42:46.339Z | Compiling getrandom v0.4.1 |
| 442 | 2026-05-14T03:42:46.378Z | Compiling syn v2.0.117 |
| 443 | 2026-05-14T03:42:46.436Z | Compiling utf8parse v0.2.2 |
| 444 | 2026-05-14T03:42:46.480Z | Compiling form_urlencoded v1.2.2 |
| 445 | 2026-05-14T03:42:46.516Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-14T03:42:46.569Z | Compiling anstyle-parse v0.2.7 |
| 447 | 2026-05-14T03:42:46.688Z | Compiling ordered-float v2.10.1 |
| 448 | 2026-05-14T03:42:46.778Z | Compiling pretty-hex v0.4.1 |
| 449 | 2026-05-14T03:42:46.782Z | Compiling anstyle-query v1.1.5 |
| 450 | 2026-05-14T03:42:46.782Z | Compiling cfg-if v1.0.4 |
| 451 | 2026-05-14T03:42:46.782Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-05-14T03:42:46.868Z | Compiling anstyle v1.0.13 |
| 453 | 2026-05-14T03:42:46.921Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-05-14T03:42:46.980Z | Compiling terminal_size v0.4.3 |
| 455 | 2026-05-14T03:42:47.007Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-14T03:42:47.028Z | Compiling once_cell v1.21.3 |
| 457 | 2026-05-14T03:42:47.028Z | Compiling fnv v1.0.7 |
| 458 | 2026-05-14T03:42:47.063Z | Compiling strsim v0.11.1 |
| 459 | 2026-05-14T03:42:47.140Z | Compiling semver v1.0.28 |
| 460 | 2026-05-14T03:42:47.177Z | Compiling anstream v0.6.21 |
| 461 | 2026-05-14T03:42:47.239Z | Compiling clap_lex v1.0.0 |
| 462 | 2026-05-14T03:42:47.258Z | Compiling bytecount v0.6.9 |
| 463 | 2026-05-14T03:42:47.288Z | Compiling anyhow v1.0.102 |
| 464 | 2026-05-14T03:42:47.392Z | Compiling fastrand v2.3.0 |
| 465 | 2026-05-14T03:42:47.396Z | Compiling unicode-xid v0.2.6 |
| 466 | 2026-05-14T03:42:47.428Z | Compiling unicode-width v0.1.14 |
| 467 | 2026-05-14T03:42:47.458Z | Compiling heck v0.4.1 |
| 468 | 2026-05-14T03:42:47.504Z | Compiling heck v0.5.0 |
| 469 | 2026-05-14T03:42:47.522Z | Compiling clap_builder v4.5.60 |
| 470 | 2026-05-14T03:42:47.561Z | Compiling serde-untagged v0.1.9 |
| 471 | 2026-05-14T03:42:47.599Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-14T03:42:47.673Z | Compiling papergrid v0.11.0 |
| 473 | 2026-05-14T03:42:47.693Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-14T03:42:47.714Z | Compiling unicode-linebreak v0.1.5 |
| 475 | 2026-05-14T03:42:47.742Z | Compiling unicode-width v0.2.0 |
| 476 | 2026-05-14T03:42:47.768Z | Compiling smawk v0.3.2 |
| 477 | 2026-05-14T03:42:47.843Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-05-14T03:42:47.932Z | Compiling swrite v0.1.0 |
| 479 | 2026-05-14T03:42:47.992Z | Compiling textwrap v0.16.2 |
| 480 | 2026-05-14T03:42:48.015Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-14T03:42:48.432Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-05-14T03:42:49.058Z | Compiling synstructure v0.13.2 |
| 483 | 2026-05-14T03:42:49.058Z | Compiling pest_generator v2.8.6 |
| 484 | 2026-05-14T03:42:49.114Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-14T03:42:49.600Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-05-14T03:42:49.600Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-05-14T03:42:49.603Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-05-14T03:42:49.603Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-05-14T03:42:49.604Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-05-14T03:42:49.604Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-05-14T03:42:49.604Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-05-14T03:42:49.618Z | Compiling scroll_derive v0.12.1 |
| 493 | 2026-05-14T03:42:49.637Z | Compiling thiserror-impl v2.0.18 |
| 494 | 2026-05-14T03:42:49.673Z | Compiling pest_derive v2.8.6 |
| 495 | 2026-05-14T03:42:49.690Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-14T03:42:50.278Z | Compiling scroll v0.12.0 |
| 497 | 2026-05-14T03:42:50.508Z | Compiling goblin v0.8.2 |
| 498 | 2026-05-14T03:42:50.525Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-14T03:42:50.744Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-14T03:42:50.794Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2026-05-14T03:42:50.847Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-14T03:42:50.999Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-14T03:42:50.999Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-14T03:42:51.087Z | Compiling clap v4.5.60 |
| 505 | 2026-05-14T03:42:51.414Z | Compiling tinystr v0.8.2 |
| 506 | 2026-05-14T03:42:51.414Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-05-14T03:42:51.610Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-05-14T03:42:51.636Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-05-14T03:42:52.082Z | Compiling dof v0.3.0 |
| 510 | 2026-05-14T03:42:52.082Z | Compiling serde_tokenstream v0.2.3 |
| 511 | 2026-05-14T03:42:52.099Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-05-14T03:42:52.102Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-14T03:42:52.102Z | Compiling serde-value v0.7.0 |
| 514 | 2026-05-14T03:42:52.102Z | Compiling cargo-platform v0.2.0 |
| 515 | 2026-05-14T03:42:52.116Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-14T03:42:52.205Z | Compiling icu_provider v2.1.1 |
| 517 | 2026-05-14T03:42:52.308Z | Compiling toml_edit v0.22.27 |
| 518 | 2026-05-14T03:42:52.441Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-14T03:42:52.441Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-14T03:42:52.796Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2026-05-14T03:42:52.796Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-14T03:42:53.278Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-05-14T03:42:53.385Z | Compiling usdt v0.5.0 |
| 524 | 2026-05-14T03:42:53.388Z | Compiling idna v1.1.0 |
| 525 | 2026-05-14T03:42:53.593Z | Compiling toml v0.8.23 |
| 526 | 2026-05-14T03:42:53.642Z | Compiling url v2.5.8 |
| 527 | 2026-05-14T03:42:53.923Z | Compiling cargo_toml v0.21.0 |
| 528 | 2026-05-14T03:42:54.038Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-14T03:42:54.813Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-05-14T03:42:55.733Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-05-14T03:42:57.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.01s |
| 532 | 2026-05-14T03:42:58.117Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-05-14T03:42:58.686Z | Downloading crates ... |
| 534 | 2026-05-14T03:42:58.799Z | Downloaded adler2 v2.0.1 |
| 535 | 2026-05-14T03:42:58.804Z | Downloaded compression-core v0.4.31 |
| 536 | 2026-05-14T03:42:58.822Z | Downloaded cargo-platform v0.1.9 |
| 537 | 2026-05-14T03:42:58.827Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 538 | 2026-05-14T03:42:58.830Z | Downloaded cfg_aliases v0.2.1 |
| 539 | 2026-05-14T03:42:58.830Z | Downloaded bitfield-struct v0.6.2 |
| 540 | 2026-05-14T03:42:58.837Z | Downloaded async-stream-impl v0.3.6 |
| 541 | 2026-05-14T03:42:58.840Z | Downloaded ciborium-ll v0.2.2 |
| 542 | 2026-05-14T03:42:58.843Z | Downloaded crossterm v0.28.1 |
| 543 | 2026-05-14T03:42:58.845Z | Downloaded darling_macro v0.23.0 |
| 544 | 2026-05-14T03:42:58.845Z | Downloaded crc8 v0.1.1 |
| 545 | 2026-05-14T03:42:58.846Z | Downloaded crc v3.4.0 |
| 546 | 2026-05-14T03:42:58.848Z | Downloaded darling_macro v0.20.11 |
| 547 | 2026-05-14T03:42:58.848Z | Downloaded bit-set v0.5.3 |
| 548 | 2026-05-14T03:42:58.848Z | Downloaded defmt v0.3.100 |
| 549 | 2026-05-14T03:42:58.851Z | Downloaded crunchy v0.2.4 |
| 550 | 2026-05-14T03:42:58.852Z | Downloaded darling_core v0.21.3 |
| 551 | 2026-05-14T03:42:58.854Z | Downloaded crc32fast v1.5.0 |
| 552 | 2026-05-14T03:42:58.855Z | Downloaded crucible-workspace-hack v0.1.0 |
| 553 | 2026-05-14T03:42:58.855Z | Downloaded ascii-canvas v3.0.0 |
| 554 | 2026-05-14T03:42:58.862Z | Downloaded array-init v0.0.4 |
| 555 | 2026-05-14T03:42:58.865Z | Downloaded derive_builder_macro v0.20.2 |
| 556 | 2026-05-14T03:42:58.865Z | Downloaded bcs v0.1.6 |
| 557 | 2026-05-14T03:42:58.873Z | Downloaded ciborium-io v0.2.2 |
| 558 | 2026-05-14T03:42:58.876Z | Downloaded assert_matches v1.5.0 |
| 559 | 2026-05-14T03:42:58.879Z | Downloaded bb8 v0.8.6 |
| 560 | 2026-05-14T03:42:58.879Z | Downloaded async-stream v0.3.6 |
| 561 | 2026-05-14T03:42:58.879Z | Downloaded dunce v1.0.5 |
| 562 | 2026-05-14T03:42:58.883Z | Downloaded castaway v0.2.4 |
| 563 | 2026-05-14T03:42:58.893Z | Downloaded cstr-argument v0.1.2 |
| 564 | 2026-05-14T03:42:58.896Z | Downloaded env_filter v1.0.0 |
| 565 | 2026-05-14T03:42:58.897Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 566 | 2026-05-14T03:42:58.897Z | Downloaded cfg_aliases v0.1.1 |
| 567 | 2026-05-14T03:42:58.897Z | Downloaded bitfield v0.19.4 |
| 568 | 2026-05-14T03:42:58.900Z | Downloaded darling_core v0.20.11 |
| 569 | 2026-05-14T03:42:58.902Z | Downloaded bitfield-macros v0.19.4 |
| 570 | 2026-05-14T03:42:58.906Z | Downloaded atomicwrites v0.4.4 |
| 571 | 2026-05-14T03:42:58.906Z | Downloaded csv-core v0.1.13 |
| 572 | 2026-05-14T03:42:58.906Z | Downloaded chacha20 v0.9.1 |
| 573 | 2026-05-14T03:42:58.909Z | Downloaded float-ord v0.3.2 |
| 574 | 2026-05-14T03:42:58.909Z | Downloaded fixedbitset v0.4.2 |
| 575 | 2026-05-14T03:42:58.910Z | Downloaded embedded-io v0.6.1 |
| 576 | 2026-05-14T03:42:58.910Z | Downloaded display-error-chain v0.2.2 |
| 577 | 2026-05-14T03:42:58.912Z | Downloaded bzip2 v0.4.4 |
| 578 | 2026-05-14T03:42:58.912Z | Downloaded blowfish v0.9.1 |
| 579 | 2026-05-14T03:42:58.913Z | Downloaded backoff v0.4.0 |
| 580 | 2026-05-14T03:42:58.916Z | Downloaded document-features v0.2.12 |
| 581 | 2026-05-14T03:42:58.916Z | Downloaded bit-set v0.8.0 |
| 582 | 2026-05-14T03:42:58.916Z | Downloaded debug-ignore v1.0.5 |
| 583 | 2026-05-14T03:42:58.920Z | Downloaded ctr v0.9.2 |
| 584 | 2026-05-14T03:42:58.920Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 585 | 2026-05-14T03:42:58.920Z | Downloaded cexpr v0.6.0 |
| 586 | 2026-05-14T03:42:58.923Z | Downloaded data-encoding v2.10.0 |
| 587 | 2026-05-14T03:42:58.923Z | Downloaded buf-list v1.1.2 |
| 588 | 2026-05-14T03:42:58.923Z | Downloaded byte-wrapper v0.1.0 |
| 589 | 2026-05-14T03:42:58.928Z | Downloaded darling_macro v0.21.3 |
| 590 | 2026-05-14T03:42:58.935Z | Downloaded difflib v0.4.0 |
| 591 | 2026-05-14T03:42:58.938Z | Downloaded foreign-types v0.5.0 |
| 592 | 2026-05-14T03:42:58.938Z | Downloaded convert_case v0.4.0 |
| 593 | 2026-05-14T03:42:58.941Z | Downloaded atty v0.2.14 |
| 594 | 2026-05-14T03:42:58.941Z | Downloaded aead v0.5.2 |
| 595 | 2026-05-14T03:42:58.945Z | Downloaded float-cmp v0.10.0 |
| 596 | 2026-05-14T03:42:58.945Z | Downloaded foreign-types v0.3.2 |
| 597 | 2026-05-14T03:42:58.945Z | Downloaded dtrace-parser v0.3.0 |
| 598 | 2026-05-14T03:42:58.945Z | Downloaded enum-as-inner v0.6.1 |
| 599 | 2026-05-14T03:42:58.948Z | Downloaded atomic-waker v1.1.2 |
| 600 | 2026-05-14T03:42:58.948Z | Downloaded cpufeatures v0.3.0 |
| 601 | 2026-05-14T03:42:58.948Z | Downloaded base16ct v0.2.0 |
| 602 | 2026-05-14T03:42:58.949Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 603 | 2026-05-14T03:42:58.951Z | Downloaded dsl_auto_type v0.2.0 |
| 604 | 2026-05-14T03:42:58.952Z | Downloaded arrayref v0.3.9 |
| 605 | 2026-05-14T03:42:58.952Z | Downloaded block-padding v0.3.3 |
| 606 | 2026-05-14T03:42:58.955Z | Downloaded dirs-next v2.0.0 |
| 607 | 2026-05-14T03:42:58.955Z | Downloaded colored v2.2.0 |
| 608 | 2026-05-14T03:42:58.955Z | Downloaded chacha20 v0.10.0 |
| 609 | 2026-05-14T03:42:58.959Z | Downloaded defmt-parser v1.0.0 |
| 610 | 2026-05-14T03:42:58.959Z | Downloaded constant_time_eq v0.4.2 |
| 611 | 2026-05-14T03:42:58.963Z | Downloaded dof v0.4.0 |
| 612 | 2026-05-14T03:42:58.963Z | Downloaded bzip2 v0.6.1 |
| 613 | 2026-05-14T03:42:58.963Z | Downloaded dyn-clone v1.0.20 |
| 614 | 2026-05-14T03:42:58.966Z | Downloaded dirs-sys-next v0.1.2 |
| 615 | 2026-05-14T03:42:58.966Z | Downloaded argon2 v0.5.3 |
| 616 | 2026-05-14T03:42:58.966Z | Downloaded base64ct v1.8.3 |
| 617 | 2026-05-14T03:42:58.969Z | Downloaded foreign-types-shared v0.3.1 |
| 618 | 2026-05-14T03:42:58.969Z | Downloaded foreign-types-macros v0.2.3 |
| 619 | 2026-05-14T03:42:58.969Z | Downloaded flagset v0.4.7 |
| 620 | 2026-05-14T03:42:58.969Z | Downloaded crc-catalog v2.4.0 |
| 621 | 2026-05-14T03:42:58.972Z | Downloaded fallible-iterator v0.2.0 |
| 622 | 2026-05-14T03:42:58.972Z | Downloaded cmake v0.1.57 |
| 623 | 2026-05-14T03:42:58.976Z | Downloaded embedded-io v0.4.0 |
| 624 | 2026-05-14T03:42:58.976Z | Downloaded diesel-dtrace v0.5.0 |
| 625 | 2026-05-14T03:42:58.976Z | Downloaded daft-derive v0.1.5 |
| 626 | 2026-05-14T03:42:58.981Z | Downloaded endian-type v0.1.2 |
| 627 | 2026-05-14T03:42:58.981Z | Downloaded funty v2.0.0 |
| 628 | 2026-05-14T03:42:58.981Z | Downloaded derive_builder_core v0.20.2 |
| 629 | 2026-05-14T03:42:58.984Z | Downloaded gethostname v0.5.0 |
| 630 | 2026-05-14T03:42:58.984Z | Downloaded futures-macro v0.3.32 |
| 631 | 2026-05-14T03:42:58.984Z | Downloaded futures-core v0.3.32 |
| 632 | 2026-05-14T03:42:58.984Z | Downloaded downcast-rs v2.0.2 |
| 633 | 2026-05-14T03:42:58.984Z | Downloaded futures-task v0.3.32 |
| 634 | 2026-05-14T03:42:58.987Z | Downloaded convert_case v0.10.0 |
| 635 | 2026-05-14T03:42:58.987Z | Downloaded cbc v0.1.2 |
| 636 | 2026-05-14T03:42:58.987Z | Downloaded futures-io v0.3.32 |
| 637 | 2026-05-14T03:42:58.990Z | Downloaded des v0.8.1 |
| 638 | 2026-05-14T03:42:58.990Z | Downloaded darling v0.21.3 |
| 639 | 2026-05-14T03:42:58.993Z | Downloaded foreign-types-shared v0.1.1 |
| 640 | 2026-05-14T03:42:58.993Z | Downloaded futures-sink v0.3.32 |
| 641 | 2026-05-14T03:42:58.996Z | Downloaded ghash v0.5.1 |
| 642 | 2026-05-14T03:42:58.996Z | Downloaded bitflags v1.3.2 |
| 643 | 2026-05-14T03:42:58.996Z | Downloaded fxhash v0.2.1 |
| 644 | 2026-05-14T03:42:58.999Z | Downloaded cookie_store v0.22.1 |
| 645 | 2026-05-14T03:42:58.999Z | Downloaded globwalk v0.9.1 |
| 646 | 2026-05-14T03:42:59.003Z | Downloaded cargo_metadata v0.19.2 |
| 647 | 2026-05-14T03:42:59.003Z | Downloaded cookie v0.18.1 |
| 648 | 2026-05-14T03:42:59.003Z | Downloaded bit-vec v0.8.0 |
| 649 | 2026-05-14T03:42:59.006Z | Downloaded hex-literal v0.4.1 |
| 650 | 2026-05-14T03:42:59.006Z | Downloaded const-oid v0.9.6 |
| 651 | 2026-05-14T03:42:59.006Z | Downloaded ciborium v0.2.2 |
| 652 | 2026-05-14T03:42:59.009Z | Downloaded blake2 v0.10.6 |
| 653 | 2026-05-14T03:42:59.009Z | Downloaded corncobs v0.1.4 |
| 654 | 2026-05-14T03:42:59.012Z | Downloaded const_format_proc_macros v0.2.34 |
| 655 | 2026-05-14T03:42:59.012Z | Downloaded foldhash v0.2.0 |
| 656 | 2026-05-14T03:42:59.014Z | Downloaded crossbeam-deque v0.8.6 |
| 657 | 2026-05-14T03:42:59.015Z | Downloaded find-msvc-tools v0.1.9 |
| 658 | 2026-05-14T03:42:59.015Z | Downloaded critical-section v1.2.0 |
| 659 | 2026-05-14T03:42:59.017Z | Downloaded der_derive v0.7.3 |
| 660 | 2026-05-14T03:42:59.017Z | Downloaded camino-tempfile-ext v0.3.3 |
| 661 | 2026-05-14T03:42:59.020Z | Downloaded fs-err v2.11.0 |
| 662 | 2026-05-14T03:42:59.020Z | Downloaded fd-lock v4.0.4 |
| 663 | 2026-05-14T03:42:59.025Z | Downloaded ecdsa v0.16.9 |
| 664 | 2026-05-14T03:42:59.025Z | Downloaded env_logger v0.11.9 |
| 665 | 2026-05-14T03:42:59.028Z | Downloaded daft v0.1.5 |
| 666 | 2026-05-14T03:42:59.028Z | Downloaded arrayvec v0.7.6 |
| 667 | 2026-05-14T03:42:59.028Z | Downloaded cassowary v0.3.0 |
| 668 | 2026-05-14T03:42:59.028Z | Downloaded headers-core v0.3.0 |
| 669 | 2026-05-14T03:42:59.031Z | Downloaded ff v0.13.1 |
| 670 | 2026-05-14T03:42:59.031Z | Downloaded either v1.15.0 |
| 671 | 2026-05-14T03:42:59.031Z | Downloaded hash32 v0.3.1 |
| 672 | 2026-05-14T03:42:59.034Z | Downloaded ed25519 v2.2.3 |
| 673 | 2026-05-14T03:42:59.034Z | Downloaded cobs v0.3.0 |
| 674 | 2026-05-14T03:42:59.039Z | Downloaded cipher v0.4.4 |
| 675 | 2026-05-14T03:42:59.039Z | Downloaded filetime v0.2.27 |
| 676 | 2026-05-14T03:42:59.039Z | Downloaded http-body v1.0.1 |
| 677 | 2026-05-14T03:42:59.042Z | Downloaded hostname v0.3.1 |
| 678 | 2026-05-14T03:42:59.042Z | Downloaded http-range v0.1.5 |
| 679 | 2026-05-14T03:42:59.042Z | Downloaded fixedbitset v0.5.7 |
| 680 | 2026-05-14T03:42:59.042Z | Downloaded darling v0.23.0 |
| 681 | 2026-05-14T03:42:59.045Z | Downloaded foldhash v0.1.5 |
| 682 | 2026-05-14T03:42:59.045Z | Downloaded derive_more v0.99.20 |
| 683 | 2026-05-14T03:42:59.049Z | Downloaded hash32 v0.2.1 |
| 684 | 2026-05-14T03:42:59.049Z | Downloaded httpdate v1.0.3 |
| 685 | 2026-05-14T03:42:59.052Z | Downloaded crypto-bigint v0.5.5 |
| 686 | 2026-05-14T03:42:59.055Z | Downloaded hyper-tls v0.6.0 |
| 687 | 2026-05-14T03:42:59.055Z | Downloaded hubpack_derive v0.1.1 |
| 688 | 2026-05-14T03:42:59.055Z | Downloaded group v0.13.0 |
| 689 | 2026-05-14T03:42:59.061Z | Downloaded globset v0.4.18 |
| 690 | 2026-05-14T03:42:59.061Z | Downloaded glob v0.3.3 |
| 691 | 2026-05-14T03:42:59.061Z | Downloaded hubpack v0.1.2 |
| 692 | 2026-05-14T03:42:59.064Z | Downloaded futures-executor v0.3.32 |
| 693 | 2026-05-14T03:42:59.064Z | Downloaded indent_write v2.2.0 |
| 694 | 2026-05-14T03:42:59.064Z | Downloaded ahash v0.8.12 |
| 695 | 2026-05-14T03:42:59.064Z | Downloaded ident_case v1.0.1 |
| 696 | 2026-05-14T03:42:59.064Z | Downloaded fs_extra v1.3.0 |
| 697 | 2026-05-14T03:42:59.068Z | Downloaded is_ci v1.2.0 |
| 698 | 2026-05-14T03:42:59.068Z | Downloaded instant v0.1.13 |
| 699 | 2026-05-14T03:42:59.068Z | Downloaded console v0.15.11 |
| 700 | 2026-05-14T03:42:59.070Z | Downloaded keccak v0.1.6 |
| 701 | 2026-05-14T03:42:59.070Z | Downloaded clang-sys v1.8.1 |
| 702 | 2026-05-14T03:42:59.073Z | Downloaded cancel-safe-futures v0.1.5 |
| 703 | 2026-05-14T03:42:59.073Z | Downloaded drift v0.1.4 |
| 704 | 2026-05-14T03:42:59.078Z | Downloaded instability v0.3.11 |
| 705 | 2026-05-14T03:42:59.081Z | Downloaded inout v0.1.4 |
| 706 | 2026-05-14T03:42:59.081Z | Downloaded derive_builder v0.20.2 |
| 707 | 2026-05-14T03:42:59.084Z | Downloaded diff v0.1.13 |
| 708 | 2026-05-14T03:42:59.087Z | Downloaded is-terminal v0.4.17 |
| 709 | 2026-05-14T03:42:59.087Z | Downloaded internet-checksum v0.2.1 |
| 710 | 2026-05-14T03:42:59.090Z | Downloaded indoc v1.0.9 |
| 711 | 2026-05-14T03:42:59.090Z | Downloaded crossbeam-utils v0.8.21 |
| 712 | 2026-05-14T03:42:59.093Z | Downloaded backon v1.6.0 |
| 713 | 2026-05-14T03:42:59.093Z | Downloaded home v0.5.12 |
| 714 | 2026-05-14T03:42:59.096Z | Downloaded bit-vec v0.6.3 |
| 715 | 2026-05-14T03:42:59.096Z | Downloaded deranged v0.5.8 |
| 716 | 2026-05-14T03:42:59.096Z | Downloaded defmt-macros v1.0.1 |
| 717 | 2026-05-14T03:42:59.099Z | Downloaded colored v3.1.1 |
| 718 | 2026-05-14T03:42:59.099Z | Downloaded darling v0.20.11 |
| 719 | 2026-05-14T03:42:59.102Z | Downloaded lalrpop-util v0.19.12 |
| 720 | 2026-05-14T03:42:59.105Z | Downloaded highway v1.3.0 |
| 721 | 2026-05-14T03:42:59.105Z | Downloaded cc v1.2.56 |
| 722 | 2026-05-14T03:42:59.108Z | Downloaded hostname v0.4.2 |
| 723 | 2026-05-14T03:42:59.108Z | Downloaded git-stub-vcs v0.1.0 |
| 724 | 2026-05-14T03:42:59.111Z | Downloaded erased-serde v0.3.31 |
| 725 | 2026-05-14T03:42:59.111Z | Downloaded async-bb8-diesel v0.2.1 |
| 726 | 2026-05-14T03:42:59.111Z | Downloaded console v0.16.2 |
| 727 | 2026-05-14T03:42:59.116Z | Downloaded compression-codecs v0.4.37 |
| 728 | 2026-05-14T03:42:59.119Z | Downloaded managed v0.8.0 |
| 729 | 2026-05-14T03:42:59.119Z | Downloaded md5 v0.7.0 |
| 730 | 2026-05-14T03:42:59.119Z | Downloaded lru-slab v0.1.2 |
| 731 | 2026-05-14T03:42:59.119Z | Downloaded lzss v0.8.2 |
| 732 | 2026-05-14T03:42:59.119Z | Downloaded match_cfg v0.1.0 |
| 733 | 2026-05-14T03:42:59.122Z | Downloaded maplit v1.0.2 |
| 734 | 2026-05-14T03:42:59.122Z | Downloaded lru v0.12.5 |
| 735 | 2026-05-14T03:42:59.122Z | Downloaded maybe-uninit v2.0.0 |
| 736 | 2026-05-14T03:42:59.122Z | Downloaded md-5 v0.10.6 |
| 737 | 2026-05-14T03:42:59.125Z | Downloaded getrandom v0.2.17 |
| 738 | 2026-05-14T03:42:59.125Z | Downloaded mime v0.3.17 |
| 739 | 2026-05-14T03:42:59.125Z | Downloaded memoffset v0.9.1 |
| 740 | 2026-05-14T03:42:59.128Z | Downloaded futures-channel v0.3.32 |
| 741 | 2026-05-14T03:42:59.128Z | Downloaded lazy_static v1.5.0 |
| 742 | 2026-05-14T03:42:59.131Z | Downloaded ipnetwork v0.21.1 |
| 743 | 2026-05-14T03:42:59.131Z | Downloaded ingot v0.1.1 |
| 744 | 2026-05-14T03:42:59.134Z | Downloaded indoc v2.0.7 |
| 745 | 2026-05-14T03:42:59.134Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 746 | 2026-05-14T03:42:59.137Z | Downloaded nibble_vec v0.1.0 |
| 747 | 2026-05-14T03:42:59.137Z | Downloaded newline-converter v0.3.0 |
| 748 | 2026-05-14T03:42:59.137Z | Downloaded new_debug_unreachable v1.0.6 |
| 749 | 2026-05-14T03:42:59.140Z | Downloaded newtype_derive v0.1.6 |
| 750 | 2026-05-14T03:42:59.140Z | Downloaded crc-any v2.5.0 |
| 751 | 2026-05-14T03:42:59.142Z | Downloaded chacha20poly1305 v0.10.1 |
| 752 | 2026-05-14T03:42:59.142Z | Downloaded allocator-api2 v0.2.21 |
| 753 | 2026-05-14T03:42:59.145Z | Downloaded multimap v0.10.1 |
| 754 | 2026-05-14T03:42:59.145Z | Downloaded libefi-sys v0.1.0 |
| 755 | 2026-05-14T03:42:59.145Z | Downloaded nodrop v0.1.14 |
| 756 | 2026-05-14T03:42:59.145Z | Downloaded crossbeam-epoch v0.9.18 |
| 757 | 2026-05-14T03:42:59.148Z | Downloaded normalize-line-endings v0.3.0 |
| 758 | 2026-05-14T03:42:59.148Z | Downloaded nonempty v0.12.0 |
| 759 | 2026-05-14T03:42:59.149Z | Downloaded derive-where v1.6.0 |
| 760 | 2026-05-14T03:42:59.151Z | Downloaded dropshot_endpoint v0.17.0 |
| 761 | 2026-05-14T03:42:59.154Z | Downloaded bumpalo v3.20.2 |
| 762 | 2026-05-14T03:42:59.157Z | Downloaded dropshot_endpoint v0.16.7 |
| 763 | 2026-05-14T03:42:59.157Z | Downloaded kstat-rs v0.2.4 |
| 764 | 2026-05-14T03:42:59.160Z | Downloaded jobserver v0.1.34 |
| 765 | 2026-05-14T03:42:59.160Z | Downloaded ipnet v2.11.0 |
| 766 | 2026-05-14T03:42:59.160Z | Downloaded arc-swap v1.8.2 |
| 767 | 2026-05-14T03:42:59.163Z | Downloaded num-derive v0.4.2 |
| 768 | 2026-05-14T03:42:59.166Z | Downloaded num-derive v0.3.3 |
| 769 | 2026-05-14T03:42:59.166Z | Downloaded ar_archive_writer v0.5.1 |
| 770 | 2026-05-14T03:42:59.169Z | Downloaded num-conv v0.2.0 |
| 771 | 2026-05-14T03:42:59.169Z | Downloaded num v0.4.3 |
| 772 | 2026-05-14T03:42:59.169Z | Downloaded compact_str v0.8.1 |
| 773 | 2026-05-14T03:42:59.173Z | Downloaded olpc-cjson v0.1.4 |
| 774 | 2026-05-14T03:42:59.173Z | Downloaded num_enum_derive v0.5.11 |
| 775 | 2026-05-14T03:42:59.173Z | Downloaded fatfs v0.3.6 |
| 776 | 2026-05-14T03:42:59.176Z | Downloaded hyper-staticfile v0.10.1 |
| 777 | 2026-05-14T03:42:59.176Z | Downloaded curve25519-dalek v4.1.3 |
| 778 | 2026-05-14T03:42:59.181Z | Downloaded oso-derive v0.27.3 |
| 779 | 2026-05-14T03:42:59.184Z | Downloaded openssl-macros v0.1.1 |
| 780 | 2026-05-14T03:42:59.184Z | Downloaded opaque-debug v0.3.1 |
| 781 | 2026-05-14T03:42:59.184Z | Downloaded openssl-probe v0.2.1 |
| 782 | 2026-05-14T03:42:59.185Z | Downloaded openssl-probe v0.1.6 |
| 783 | 2026-05-14T03:42:59.188Z | Downloaded num_threads v0.1.7 |
| 784 | 2026-05-14T03:42:59.188Z | Downloaded num-iter v0.1.45 |
| 785 | 2026-05-14T03:42:59.188Z | Downloaded libloading v0.8.9 |
| 786 | 2026-05-14T03:42:59.188Z | Downloaded httparse v1.10.1 |
| 787 | 2026-05-14T03:42:59.206Z | Downloaded native-tls v0.2.18 |
| 788 | 2026-05-14T03:42:59.209Z | Downloaded aes-gcm v0.10.3 |
| 789 | 2026-05-14T03:42:59.212Z | Downloaded nanorand v0.7.0 |
| 790 | 2026-05-14T03:42:59.212Z | Downloaded mime_guess v2.0.5 |
| 791 | 2026-05-14T03:42:59.212Z | Downloaded lru-cache v0.1.2 |
| 792 | 2026-05-14T03:42:59.215Z | Downloaded multer v3.1.0 |
| 793 | 2026-05-14T03:42:59.215Z | Downloaded parse-size v1.1.0 |
| 794 | 2026-05-14T03:42:59.218Z | Downloaded parse-display v0.10.0 |
| 795 | 2026-05-14T03:42:59.218Z | Downloaded packed_struct_codegen v0.10.1 |
| 796 | 2026-05-14T03:42:59.218Z | Downloaded half v2.7.1 |
| 797 | 2026-05-14T03:42:59.221Z | Downloaded libsw-core v0.3.2 |
| 798 | 2026-05-14T03:42:59.221Z | Downloaded darling_core v0.23.0 |
| 799 | 2026-05-14T03:42:59.224Z | Downloaded newtype-uuid v1.3.2 |
| 800 | 2026-05-14T03:42:59.229Z | Downloaded flume v0.11.1 |
| 801 | 2026-05-14T03:42:59.229Z | Downloaded libsw v3.5.0 |
| 802 | 2026-05-14T03:42:59.232Z | Downloaded hmac v0.12.1 |
| 803 | 2026-05-14T03:42:59.233Z | Downloaded pbkdf2 v0.12.2 |
| 804 | 2026-05-14T03:42:59.233Z | Downloaded pbkdf2 v0.11.0 |
| 805 | 2026-05-14T03:42:59.233Z | Downloaded newtype-uuid-macros v0.1.0 |
| 806 | 2026-05-14T03:42:59.237Z | Downloaded ingot-types v0.1.2 |
| 807 | 2026-05-14T03:42:59.237Z | Downloaded ingot-macros v0.1.1 |
| 808 | 2026-05-14T03:42:59.237Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-05-14T03:42:59.240Z | Downloaded phf_shared v0.13.1 |
| 810 | 2026-05-14T03:42:59.240Z | Downloaded phf_shared v0.12.1 |
| 811 | 2026-05-14T03:42:59.240Z | Downloaded num-integer v0.1.46 |
| 812 | 2026-05-14T03:42:59.240Z | Downloaded nu-ansi-term v0.50.3 |
| 813 | 2026-05-14T03:42:59.243Z | Downloaded hyper-rustls v0.27.7 |
| 814 | 2026-05-14T03:42:59.243Z | Downloaded derive_more v2.1.1 |
| 815 | 2026-05-14T03:42:59.249Z | Downloaded num_enum v0.7.5 |
| 816 | 2026-05-14T03:42:59.252Z | Downloaded pin-utils v0.1.0 |
| 817 | 2026-05-14T03:42:59.255Z | Downloaded phf_shared v0.11.3 |
| 818 | 2026-05-14T03:42:59.255Z | Downloaded peg-runtime v0.8.5 |
| 819 | 2026-05-14T03:42:59.255Z | Downloaded owo-colors v4.3.0 |
| 820 | 2026-05-14T03:42:59.258Z | Downloaded num_enum_derive v0.7.5 |
| 821 | 2026-05-14T03:42:59.258Z | Downloaded powerfmt v0.2.0 |
| 822 | 2026-05-14T03:42:59.258Z | Downloaded futures v0.3.32 |
| 823 | 2026-05-14T03:42:59.261Z | Downloaded predicates-tree v1.0.13 |
| 824 | 2026-05-14T03:42:59.264Z | Downloaded memmap2 v0.9.10 |
| 825 | 2026-05-14T03:42:59.264Z | Downloaded lock_api v0.4.14 |
| 826 | 2026-05-14T03:42:59.264Z | Downloaded base64 v0.22.1 |
| 827 | 2026-05-14T03:42:59.267Z | Downloaded predicates-core v1.0.10 |
| 828 | 2026-05-14T03:42:59.270Z | Downloaded linear-map v1.2.0 |
| 829 | 2026-05-14T03:42:59.270Z | Downloaded oxide-tokio-rt v0.1.4 |
| 830 | 2026-05-14T03:42:59.271Z | Downloaded num_enum v0.5.11 |
| 831 | 2026-05-14T03:42:59.274Z | Downloaded proc-macro-crate v3.4.0 |
| 832 | 2026-05-14T03:42:59.274Z | Downloaded proc-macro-crate v1.3.1 |
| 833 | 2026-05-14T03:42:59.277Z | Downloaded packed_struct v0.10.1 |
| 834 | 2026-05-14T03:42:59.277Z | Downloaded oxnet v0.1.4 |
| 835 | 2026-05-14T03:42:59.277Z | Downloaded password-hash v0.4.2 |
| 836 | 2026-05-14T03:42:59.280Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-05-14T03:42:59.280Z | Downloaded heapless v0.8.0 |
| 838 | 2026-05-14T03:42:59.283Z | Downloaded litrs v1.0.0 |
| 839 | 2026-05-14T03:42:59.287Z | Downloaded der v0.7.10 |
| 840 | 2026-05-14T03:42:59.290Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 841 | 2026-05-14T03:42:59.290Z | Downloaded heapless v0.7.17 |
| 842 | 2026-05-14T03:42:59.293Z | Downloaded elliptic-curve v0.13.8 |
| 843 | 2026-05-14T03:42:59.293Z | Downloaded progenitor-client v0.10.0 |
| 844 | 2026-05-14T03:42:59.295Z | Downloaded parse-display-derive v0.10.0 |
| 845 | 2026-05-14T03:42:59.295Z | Downloaded flate2 v1.1.9 |
| 846 | 2026-05-14T03:42:59.298Z | Downloaded pem-rfc7468 v0.7.0 |
| 847 | 2026-05-14T03:42:59.298Z | Downloaded pem v3.0.6 |
| 848 | 2026-05-14T03:42:59.301Z | Downloaded num-complex v0.4.6 |
| 849 | 2026-05-14T03:42:59.301Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-05-14T03:42:59.301Z | Downloaded progenitor-client v0.11.2 |
| 851 | 2026-05-14T03:42:59.305Z | Downloaded peg-macros v0.8.5 |
| 852 | 2026-05-14T03:42:59.306Z | Downloaded path-slash v0.1.5 |
| 853 | 2026-05-14T03:42:59.306Z | Downloaded paste v1.0.15 |
| 854 | 2026-05-14T03:42:59.309Z | Downloaded password-hash v0.5.0 |
| 855 | 2026-05-14T03:42:59.309Z | Downloaded parking_lot_core v0.8.6 |
| 856 | 2026-05-14T03:42:59.309Z | Downloaded indexmap v1.9.3 |
| 857 | 2026-05-14T03:42:59.313Z | Downloaded libbz2-rs-sys v0.2.2 |
| 858 | 2026-05-14T03:42:59.313Z | Downloaded phf v0.12.1 |
| 859 | 2026-05-14T03:42:59.316Z | Downloaded headers v0.4.1 |
| 860 | 2026-05-14T03:42:59.316Z | Downloaded omicron-zone-package v0.12.2 |
| 861 | 2026-05-14T03:42:59.319Z | Downloaded progenitor-client v0.14.0 |
| 862 | 2026-05-14T03:42:59.319Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-05-14T03:42:59.322Z | Downloaded pkcs8 v0.10.2 |
| 864 | 2026-05-14T03:42:59.322Z | Downloaded quick-error v1.2.3 |
| 865 | 2026-05-14T03:42:59.325Z | Downloaded progenitor-macro v0.10.0 |
| 866 | 2026-05-14T03:42:59.325Z | Downloaded psl-types v2.0.11 |
| 867 | 2026-05-14T03:42:59.325Z | Downloaded polyval v0.6.2 |
| 868 | 2026-05-14T03:42:59.329Z | Downloaded ppv-lite86 v0.2.21 |
| 869 | 2026-05-14T03:42:59.329Z | Downloaded pin-project-internal v1.1.11 |
| 870 | 2026-05-14T03:42:59.329Z | Downloaded phf v0.13.1 |
| 871 | 2026-05-14T03:42:59.329Z | Downloaded rand_chacha v0.3.1 |
| 872 | 2026-05-14T03:42:59.329Z | Downloaded progenitor-macro v0.11.2 |
| 873 | 2026-05-14T03:42:59.334Z | Downloaded peg v0.8.5 |
| 874 | 2026-05-14T03:42:59.334Z | Downloaded base64 v0.21.7 |
| 875 | 2026-05-14T03:42:59.340Z | Downloaded half v1.8.3 |
| 876 | 2026-05-14T03:42:59.340Z | Downloaded bytes v1.11.1 |
| 877 | 2026-05-14T03:42:59.344Z | Downloaded getrandom v0.3.4 |
| 878 | 2026-05-14T03:42:59.344Z | Downloaded postgres-protocol v0.6.10 |
| 879 | 2026-05-14T03:42:59.344Z | Downloaded predicates v3.1.4 |
| 880 | 2026-05-14T03:42:59.349Z | Downloaded pin-project-lite v0.2.17 |
| 881 | 2026-05-14T03:42:59.351Z | Downloaded parking_lot_core v0.9.12 |
| 882 | 2026-05-14T03:42:59.351Z | Downloaded derive_more-impl v2.1.1 |
| 883 | 2026-05-14T03:42:59.354Z | Downloaded indicatif v0.18.4 |
| 884 | 2026-05-14T03:42:59.357Z | Downloaded rand_xorshift v0.4.0 |
| 885 | 2026-05-14T03:42:59.357Z | Downloaded parking_lot v0.11.2 |
| 886 | 2026-05-14T03:42:59.357Z | Downloaded proc-macro-error2 v2.0.1 |
| 887 | 2026-05-14T03:42:59.360Z | Downloaded progenitor v0.11.2 |
| 888 | 2026-05-14T03:42:59.360Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 889 | 2026-05-14T03:42:59.365Z | Downloaded recursive v0.1.1 |
| 890 | 2026-05-14T03:42:59.365Z | Downloaded radium v0.7.0 |
| 891 | 2026-05-14T03:42:59.365Z | Downloaded progenitor-client v0.13.0 |
| 892 | 2026-05-14T03:42:59.365Z | Downloaded progenitor v0.14.0 |
| 893 | 2026-05-14T03:42:59.368Z | Downloaded progenitor v0.10.0 |
| 894 | 2026-05-14T03:42:59.368Z | Downloaded parking_lot v0.12.5 |
| 895 | 2026-05-14T03:42:59.368Z | Downloaded aes v0.8.4 |
| 896 | 2026-05-14T03:42:59.371Z | Downloaded progenitor-macro v0.14.0 |
| 897 | 2026-05-14T03:42:59.371Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-05-14T03:42:59.371Z | Downloaded progenitor v0.13.0 |
| 899 | 2026-05-14T03:42:59.374Z | Downloaded poly1305 v0.8.0 |
| 900 | 2026-05-14T03:42:59.374Z | Downloaded async-compression v0.4.41 |
| 901 | 2026-05-14T03:42:59.377Z | Downloaded rtoolbox v0.0.3 |
| 902 | 2026-05-14T03:42:59.380Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-14T03:42:59.380Z | Downloaded ref-cast-impl v1.0.25 |
| 904 | 2026-05-14T03:42:59.380Z | Downloaded pkcs1 v0.7.5 |
| 905 | 2026-05-14T03:42:59.383Z | Downloaded ignore v0.4.25 |
| 906 | 2026-05-14T03:42:59.383Z | Downloaded rustc_version v0.1.7 |
| 907 | 2026-05-14T03:42:59.386Z | Downloaded miniz_oxide v0.8.9 |
| 908 | 2026-05-14T03:42:59.386Z | Downloaded hickory-resolver v0.24.4 |
| 909 | 2026-05-14T03:42:59.389Z | Downloaded expectorate v1.2.0 |
| 910 | 2026-05-14T03:42:59.392Z | Downloaded hickory-resolver v0.25.2 |
| 911 | 2026-05-14T03:42:59.394Z | Downloaded diesel_derives v2.3.7 |
| 912 | 2026-05-14T03:42:59.397Z | Downloaded psm v0.1.30 |
| 913 | 2026-05-14T03:42:59.400Z | Downloaded ref-cast v1.0.25 |
| 914 | 2026-05-14T03:42:59.400Z | Downloaded rustc_version v0.4.1 |
| 915 | 2026-05-14T03:42:59.404Z | Downloaded ed25519-dalek v2.2.0 |
| 916 | 2026-05-14T03:42:59.404Z | Downloaded rand_core v0.9.5 |
| 917 | 2026-05-14T03:42:59.407Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-05-14T03:42:59.407Z | Downloaded papergrid v0.17.0 |
| 919 | 2026-05-14T03:42:59.409Z | Downloaded rand_core v0.10.0 |
| 920 | 2026-05-14T03:42:59.409Z | Downloaded crossbeam-channel v0.5.15 |
| 921 | 2026-05-14T03:42:59.412Z | Downloaded const_format v0.2.35 |
| 922 | 2026-05-14T03:42:59.415Z | Downloaded postgres-types v0.2.12 |
| 923 | 2026-05-14T03:42:59.418Z | Downloaded pkcs5 v0.7.1 |
| 924 | 2026-05-14T03:42:59.421Z | Downloaded same-file v1.0.6 |
| 925 | 2026-05-14T03:42:59.421Z | Downloaded russh-cryptovec v0.7.3 |
| 926 | 2026-05-14T03:42:59.421Z | Downloaded dropshot-api-manager v0.7.1 |
| 927 | 2026-05-14T03:42:59.423Z | Downloaded r2d2 v0.8.10 |
| 928 | 2026-05-14T03:42:59.423Z | Downloaded pkg-config v0.3.32 |
| 929 | 2026-05-14T03:42:59.426Z | Downloaded primeorder v0.13.6 |
| 930 | 2026-05-14T03:42:59.426Z | Downloaded linked-hash-map v0.5.6 |
| 931 | 2026-05-14T03:42:59.426Z | Downloaded libscf-sys v1.1.0 |
| 932 | 2026-05-14T03:42:59.429Z | Downloaded humantime v2.3.0 |
| 933 | 2026-05-14T03:42:59.429Z | Downloaded http-body-util v0.1.3 |
| 934 | 2026-05-14T03:42:59.429Z | Downloaded ena v0.14.4 |
| 935 | 2026-05-14T03:42:59.434Z | Downloaded secrecy v0.10.3 |
| 936 | 2026-05-14T03:42:59.434Z | Downloaded postcard v1.1.3 |
| 937 | 2026-05-14T03:42:59.438Z | Downloaded salsa20 v0.10.2 |
| 938 | 2026-05-14T03:42:59.438Z | Downloaded hex v0.4.3 |
| 939 | 2026-05-14T03:42:59.438Z | Downloaded git-stub v1.0.0 |
| 940 | 2026-05-14T03:42:59.438Z | Downloaded async-trait v0.1.89 |
| 941 | 2026-05-14T03:42:59.441Z | Downloaded oso v0.27.3 |
| 942 | 2026-05-14T03:42:59.441Z | Downloaded scrypt v0.11.0 |
| 943 | 2026-05-14T03:42:59.441Z | Downloaded scopeguard v1.2.0 |
| 944 | 2026-05-14T03:42:59.444Z | Downloaded sapling-renderdag v0.1.0 |
| 945 | 2026-05-14T03:42:59.444Z | Downloaded rand_chacha v0.9.0 |
| 946 | 2026-05-14T03:42:59.444Z | Downloaded openssl-sys v0.9.115 |
| 947 | 2026-05-14T03:42:59.447Z | Downloaded derive-ex v0.1.8 |
| 948 | 2026-05-14T03:42:59.452Z | Downloaded defmt v1.0.1 |
| 949 | 2026-05-14T03:42:59.452Z | Downloaded async-recursion v1.1.1 |
| 950 | 2026-05-14T03:42:59.455Z | Downloaded minimal-lexical v0.2.1 |
| 951 | 2026-05-14T03:42:59.457Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-05-14T03:42:59.457Z | Downloaded rustc-hash v2.1.1 |
| 953 | 2026-05-14T03:42:59.460Z | Downloaded pin-project v1.1.11 |
| 954 | 2026-05-14T03:42:59.465Z | Downloaded serde_urlencoded v0.7.1 |
| 955 | 2026-05-14T03:42:59.468Z | Downloaded serde_repr v0.1.20 |
| 956 | 2026-05-14T03:42:59.469Z | Downloaded quinn-udp v0.5.14 |
| 957 | 2026-05-14T03:42:59.472Z | Downloaded serde_spanned v1.0.4 |
| 958 | 2026-05-14T03:42:59.472Z | Downloaded jiff-static v0.2.21 |
| 959 | 2026-05-14T03:42:59.472Z | Downloaded rustls-pemfile v1.0.4 |
| 960 | 2026-05-14T03:42:59.477Z | Downloaded signal-hook-tokio v0.3.1 |
| 961 | 2026-05-14T03:42:59.480Z | Downloaded shell-words v1.1.1 |
| 962 | 2026-05-14T03:42:59.480Z | Downloaded serde_plain v1.0.2 |
| 963 | 2026-05-14T03:42:59.483Z | Downloaded rustls-pemfile v2.2.0 |
| 964 | 2026-05-14T03:42:59.486Z | Downloaded hickory-server v0.25.2 |
| 965 | 2026-05-14T03:42:59.489Z | Downloaded sigpipe v0.1.3 |
| 966 | 2026-05-14T03:42:59.489Z | Downloaded prefix-trie v0.7.0 |
| 967 | 2026-05-14T03:42:59.492Z | Downloaded rustls-native-certs v0.8.3 |
| 968 | 2026-05-14T03:42:59.493Z | Downloaded signal-hook-mio v0.2.5 |
| 969 | 2026-05-14T03:42:59.536Z | Downloaded seq-macro v0.3.6 |
| 970 | 2026-05-14T03:42:59.536Z | Downloaded scroll_derive v0.13.1 |
| 971 | 2026-05-14T03:42:59.536Z | Downloaded signature v2.2.0 |
| 972 | 2026-05-14T03:42:59.536Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-05-14T03:42:59.536Z | Downloaded slog-bunyan v2.5.0 |
| 974 | 2026-05-14T03:42:59.536Z | Downloaded sha1 v0.10.6 |
| 975 | 2026-05-14T03:42:59.536Z | Downloaded semver v0.1.20 |
| 976 | 2026-05-14T03:42:59.536Z | Downloaded rusty-fork v0.3.1 |
| 977 | 2026-05-14T03:42:59.536Z | Downloaded serde-big-array v0.5.1 |
| 978 | 2026-05-14T03:42:59.536Z | Downloaded rand_seeder v0.4.0 |
| 979 | 2026-05-14T03:42:59.536Z | Downloaded p256 v0.13.2 |
| 980 | 2026-05-14T03:42:59.536Z | Downloaded slog-envlogger v2.2.0 |
| 981 | 2026-05-14T03:42:59.536Z | Downloaded rustversion v1.0.22 |
| 982 | 2026-05-14T03:42:59.536Z | Downloaded siphasher v1.0.2 |
| 983 | 2026-05-14T03:42:59.536Z | Downloaded scheduled-thread-pool v0.2.7 |
| 984 | 2026-05-14T03:42:59.536Z | Downloaded http v1.4.0 |
| 985 | 2026-05-14T03:42:59.536Z | Downloaded pretty_assertions v1.4.1 |
| 986 | 2026-05-14T03:42:59.536Z | Downloaded sct v0.7.1 |
| 987 | 2026-05-14T03:42:59.536Z | Downloaded serde_path_to_error v0.1.20 |
| 988 | 2026-05-14T03:42:59.541Z | Downloaded hashbrown v0.12.3 |
| 989 | 2026-05-14T03:42:59.541Z | Downloaded russh-keys v0.45.0 |
| 990 | 2026-05-14T03:42:59.541Z | Downloaded serde_bytes v0.11.19 |
| 991 | 2026-05-14T03:42:59.541Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-05-14T03:42:59.541Z | Downloaded progenitor-impl v0.11.2 |
| 993 | 2026-05-14T03:42:59.545Z | Downloaded itertools v0.10.5 |
| 994 | 2026-05-14T03:42:59.550Z | Downloaded progenitor-impl v0.10.0 |
| 995 | 2026-05-14T03:42:59.550Z | Downloaded ssh-encoding v0.2.0 |
| 996 | 2026-05-14T03:42:59.550Z | Downloaded progenitor-impl v0.14.0 |
| 997 | 2026-05-14T03:42:59.553Z | Downloaded ssh-cipher v0.2.0 |
| 998 | 2026-05-14T03:42:59.553Z | Downloaded hashbrown v0.13.2 |
| 999 | 2026-05-14T03:42:59.556Z | Downloaded progenitor-impl v0.13.0 |
| 1000 | 2026-05-14T03:42:59.556Z | Downloaded crossterm v0.29.0 |
| 1001 | 2026-05-14T03:42:59.562Z | Downloaded sqlparser_derive v0.5.0 |
| 1002 | 2026-05-14T03:42:59.565Z | Downloaded signal-hook-registry v1.4.8 |
| 1003 | 2026-05-14T03:42:59.565Z | Downloaded sec1 v0.7.3 |
| 1004 | 2026-05-14T03:42:59.569Z | Downloaded schemars_derive v0.8.22 |
| 1005 | 2026-05-14T03:42:59.569Z | Downloaded strum v0.27.2 |
| 1006 | 2026-05-14T03:42:59.569Z | Downloaded strum v0.26.3 |
| 1007 | 2026-05-14T03:42:59.572Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1008 | 2026-05-14T03:42:59.577Z | Downloaded slog-dtrace v0.3.0 |
| 1009 | 2026-05-14T03:42:59.580Z | Downloaded structmeta v0.3.0 |
| 1010 | 2026-05-14T03:42:59.580Z | Downloaded structmeta-derive v0.3.0 |
| 1011 | 2026-05-14T03:42:59.583Z | Downloaded sync_wrapper v1.0.2 |
| 1012 | 2026-05-14T03:42:59.583Z | Downloaded slab v0.4.12 |
| 1013 | 2026-05-14T03:42:59.588Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-05-14T03:42:59.588Z | Downloaded simd-adler32 v0.3.8 |
| 1015 | 2026-05-14T03:42:59.588Z | Downloaded shlex v1.3.0 |
| 1016 | 2026-05-14T03:42:59.588Z | Downloaded rustls-pki-types v1.14.0 |
| 1017 | 2026-05-14T03:42:59.594Z | Downloaded prettyplease v0.2.37 |
| 1018 | 2026-05-14T03:42:59.594Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-05-14T03:42:59.594Z | Downloaded hashbrown v0.15.5 |
| 1020 | 2026-05-14T03:42:59.597Z | Downloaded rcgen v0.12.1 |
| 1021 | 2026-05-14T03:42:59.597Z | Downloaded hyper-util v0.1.20 |
| 1022 | 2026-05-14T03:42:59.600Z | Downloaded tap v1.0.1 |
| 1023 | 2026-05-14T03:42:59.603Z | Downloaded slog-term v2.9.2 |
| 1024 | 2026-05-14T03:42:59.603Z | Downloaded tagptr v0.2.0 |
| 1025 | 2026-05-14T03:42:59.603Z | Downloaded tabwriter v1.4.1 |
| 1026 | 2026-05-14T03:42:59.607Z | Downloaded subtle v2.6.1 |
| 1027 | 2026-05-14T03:42:59.607Z | Downloaded smallvec v0.6.14 |
| 1028 | 2026-05-14T03:42:59.607Z | Downloaded slog-stdlog v4.1.1 |
| 1029 | 2026-05-14T03:42:59.610Z | Downloaded testing_table v0.3.0 |
| 1030 | 2026-05-14T03:42:59.610Z | Downloaded tabled_derive v0.11.0 |
| 1031 | 2026-05-14T03:42:59.610Z | Downloaded serde_with_macros v3.17.0 |
| 1032 | 2026-05-14T03:42:59.610Z | Downloaded slog-async v2.8.0 |
| 1033 | 2026-05-14T03:42:59.613Z | Downloaded take_mut v0.2.2 |
| 1034 | 2026-05-14T03:42:59.613Z | Downloaded supports-color v3.0.2 |
| 1035 | 2026-05-14T03:42:59.617Z | Downloaded hashbrown v0.16.1 |
| 1036 | 2026-05-14T03:42:59.620Z | Downloaded termtree v0.5.1 |
| 1037 | 2026-05-14T03:42:59.620Z | Downloaded sqlformat v0.3.5 |
| 1038 | 2026-05-14T03:42:59.623Z | Downloaded spki v0.7.3 |
| 1039 | 2026-05-14T03:42:59.623Z | Downloaded ron v0.8.1 |
| 1040 | 2026-05-14T03:42:59.626Z | Downloaded static_assertions v1.1.0 |
| 1041 | 2026-05-14T03:42:59.628Z | Downloaded num-bigint v0.4.6 |
| 1042 | 2026-05-14T03:42:59.631Z | Downloaded stacker v0.1.23 |
| 1043 | 2026-05-14T03:42:59.635Z | Downloaded thread-id v5.1.0 |
| 1044 | 2026-05-14T03:42:59.637Z | Downloaded snafu-derive v0.8.9 |
| 1045 | 2026-05-14T03:42:59.637Z | Downloaded time-core v0.1.8 |
| 1046 | 2026-05-14T03:42:59.637Z | Downloaded tinyvec_macros v0.1.1 |
| 1047 | 2026-05-14T03:42:59.640Z | Downloaded serde_cbor v0.11.2 |
| 1048 | 2026-05-14T03:42:59.640Z | Downloaded serde_derive_internals v0.29.1 |
| 1049 | 2026-05-14T03:42:59.644Z | Downloaded strum_macros v0.24.3 |
| 1050 | 2026-05-14T03:42:59.644Z | Downloaded stringprep v0.1.5 |
| 1051 | 2026-05-14T03:42:59.644Z | Downloaded scroll v0.13.0 |
| 1052 | 2026-05-14T03:42:59.649Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-05-14T03:42:59.653Z | Downloaded support-bundle-viewer v0.1.2 |
| 1054 | 2026-05-14T03:42:59.657Z | Downloaded tokio-macros v2.7.0 |
| 1055 | 2026-05-14T03:42:59.661Z | Downloaded slog-json v2.6.1 |
| 1056 | 2026-05-14T03:42:59.664Z | Downloaded strum_macros v0.27.2 |
| 1057 | 2026-05-14T03:42:59.664Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1058 | 2026-05-14T03:42:59.667Z | Downloaded quinn v0.11.9 |
| 1059 | 2026-05-14T03:42:59.668Z | Downloaded ryu v1.0.23 |
| 1060 | 2026-05-14T03:42:59.671Z | Downloaded mio v1.2.0 |
| 1061 | 2026-05-14T03:42:59.677Z | Downloaded iri-string v0.7.10 |
| 1062 | 2026-05-14T03:42:59.680Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1063 | 2026-05-14T03:42:59.683Z | Downloaded strum_macros v0.26.4 |
| 1064 | 2026-05-14T03:42:59.686Z | Downloaded spin v0.9.8 |
| 1065 | 2026-05-14T03:42:59.689Z | Downloaded nom v7.1.3 |
| 1066 | 2026-05-14T03:42:59.693Z | Downloaded itertools v0.13.0 |
| 1067 | 2026-05-14T03:42:59.697Z | Downloaded tower-layer v0.3.3 |
| 1068 | 2026-05-14T03:42:59.701Z | Downloaded termios v0.3.3 |
| 1069 | 2026-05-14T03:42:59.701Z | Downloaded smf v0.2.3 |
| 1070 | 2026-05-14T03:42:59.701Z | Downloaded thread_local v1.1.9 |
| 1071 | 2026-05-14T03:42:59.704Z | Downloaded time-macros v0.2.27 |
| 1072 | 2026-05-14T03:42:59.708Z | Downloaded rand v0.8.6 |
| 1073 | 2026-05-14T03:42:59.712Z | Downloaded schemars v0.9.0 |
| 1074 | 2026-05-14T03:42:59.716Z | Downloaded try-lock v0.2.5 |
| 1075 | 2026-05-14T03:42:59.719Z | Downloaded trait-variant v0.1.2 |
| 1076 | 2026-05-14T03:42:59.719Z | Downloaded futures-util v0.3.32 |
| 1077 | 2026-05-14T03:42:59.725Z | Downloaded unarray v0.1.4 |
| 1078 | 2026-05-14T03:42:59.730Z | Downloaded num-bigint-dig v0.8.6 |
| 1079 | 2026-05-14T03:42:59.734Z | Downloaded tiny-keccak v2.0.2 |
| 1080 | 2026-05-14T03:42:59.734Z | Downloaded thiserror-no-std v2.0.2 |
| 1081 | 2026-05-14T03:42:59.734Z | Downloaded unicode-truncate v1.1.0 |
| 1082 | 2026-05-14T03:42:59.737Z | Downloaded signal-hook v0.3.18 |
| 1083 | 2026-05-14T03:42:59.738Z | Downloaded similar v2.7.0 |
| 1084 | 2026-05-14T03:42:59.741Z | Downloaded usdt-attr-macro v0.6.0 |
| 1085 | 2026-05-14T03:42:59.741Z | Downloaded unit-prefix v0.5.2 |
| 1086 | 2026-05-14T03:42:59.741Z | Downloaded tokio-dtrace v0.1.1 |
| 1087 | 2026-05-14T03:42:59.741Z | Downloaded tls_codec_derive v0.4.2 |
| 1088 | 2026-05-14T03:42:59.745Z | Downloaded tls_codec v0.4.2 |
| 1089 | 2026-05-14T03:42:59.745Z | Downloaded typify-macro v0.4.3 |
| 1090 | 2026-05-14T03:42:59.745Z | Downloaded tokio-tungstenite v0.23.1 |
| 1091 | 2026-05-14T03:42:59.749Z | Downloaded rayon-core v1.13.0 |
| 1092 | 2026-05-14T03:42:59.752Z | Downloaded term v0.7.0 |
| 1093 | 2026-05-14T03:42:59.752Z | Downloaded iddqd v0.3.18 |
| 1094 | 2026-05-14T03:42:59.755Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1095 | 2026-05-14T03:42:59.755Z | Downloaded tokio-tungstenite v0.21.0 |
| 1096 | 2026-05-14T03:42:59.759Z | Downloaded utf-8 v0.7.6 |
| 1097 | 2026-05-14T03:42:59.759Z | Downloaded usdt-macro v0.6.0 |
| 1098 | 2026-05-14T03:42:59.762Z | Downloaded tokio-rustls v0.25.0 |
| 1099 | 2026-05-14T03:42:59.762Z | Downloaded tokio-native-tls v0.3.1 |
| 1100 | 2026-05-14T03:42:59.762Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1101 | 2026-05-14T03:42:59.766Z | Downloaded tower-service v0.3.3 |
| 1102 | 2026-05-14T03:42:59.766Z | Downloaded qorb v0.4.1 |
| 1103 | 2026-05-14T03:42:59.770Z | Downloaded universal-hash v0.5.1 |
| 1104 | 2026-05-14T03:42:59.770Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1105 | 2026-05-14T03:42:59.770Z | Downloaded schemars v0.8.22 |
| 1106 | 2026-05-14T03:42:59.775Z | Downloaded socket2 v0.6.3 |
| 1107 | 2026-05-14T03:42:59.777Z | Downloaded topological-sort v0.2.2 |
| 1108 | 2026-05-14T03:42:59.778Z | Downloaded itertools v0.12.1 |
| 1109 | 2026-05-14T03:42:59.781Z | Downloaded untrusted v0.9.0 |
| 1110 | 2026-05-14T03:42:59.784Z | Downloaded void v1.0.2 |
| 1111 | 2026-05-14T03:42:59.784Z | Downloaded untrusted v0.7.1 |
| 1112 | 2026-05-14T03:42:59.786Z | Downloaded term v1.2.1 |
| 1113 | 2026-05-14T03:42:59.795Z | Downloaded waitgroup v0.1.2 |
| 1114 | 2026-05-14T03:42:59.798Z | Downloaded wait-timeout v0.2.1 |
| 1115 | 2026-05-14T03:42:59.798Z | Downloaded tui-tree-widget v0.23.1 |
| 1116 | 2026-05-14T03:42:59.801Z | Downloaded want v0.3.1 |
| 1117 | 2026-05-14T03:42:59.801Z | Downloaded libm v0.2.16 |
| 1118 | 2026-05-14T03:42:59.807Z | Downloaded rand v0.9.2 |
| 1119 | 2026-05-14T03:42:59.810Z | Downloaded unicase v2.9.0 |
| 1120 | 2026-05-14T03:42:59.813Z | Downloaded tokio-rustls v0.24.1 |
| 1121 | 2026-05-14T03:42:59.813Z | Downloaded hyper v1.8.1 |
| 1122 | 2026-05-14T03:42:59.816Z | Downloaded tokio-rustls v0.26.4 |
| 1123 | 2026-05-14T03:42:59.819Z | Downloaded xattr v1.6.1 |
| 1124 | 2026-05-14T03:42:59.819Z | Downloaded typify-macro v0.6.2 |
| 1125 | 2026-05-14T03:42:59.819Z | Downloaded xshell-macros v0.2.7 |
| 1126 | 2026-05-14T03:42:59.822Z | Downloaded subprocess v0.2.15 |
| 1127 | 2026-05-14T03:42:59.822Z | Downloaded rand v0.10.0 |
| 1128 | 2026-05-14T03:42:59.826Z | Downloaded libxml v0.3.3 |
| 1129 | 2026-05-14T03:42:59.829Z | Downloaded tokio-stream v0.1.18 |
| 1130 | 2026-05-14T03:42:59.833Z | Downloaded test-strategy v0.4.5 |
| 1131 | 2026-05-14T03:42:59.837Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1132 | 2026-05-14T03:42:59.840Z | Downloaded zeroize_derive v1.4.3 |
| 1133 | 2026-05-14T03:42:59.843Z | Downloaded usdt v0.6.0 |
| 1134 | 2026-05-14T03:42:59.843Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1135 | 2026-05-14T03:42:59.846Z | Downloaded usdt-impl v0.6.0 |
| 1136 | 2026-05-14T03:42:59.850Z | Downloaded snafu v0.8.9 |
| 1137 | 2026-05-14T03:42:59.853Z | Downloaded vergen-lib v0.1.6 |
| 1138 | 2026-05-14T03:42:59.853Z | Downloaded uzers v0.12.2 |
| 1139 | 2026-05-14T03:42:59.856Z | Downloaded zone_cfg_derive v0.3.1 |
| 1140 | 2026-05-14T03:42:59.856Z | Downloaded rsa v0.9.10 |
| 1141 | 2026-05-14T03:42:59.859Z | Downloaded socket2 v0.5.10 |
| 1142 | 2026-05-14T03:42:59.859Z | Downloaded vergen-gitcl v1.0.8 |
| 1143 | 2026-05-14T03:42:59.862Z | Downloaded publicsuffix v2.3.0 |
| 1144 | 2026-05-14T03:42:59.862Z | Downloaded vsss-rs v3.3.4 |
| 1145 | 2026-05-14T03:42:59.865Z | Downloaded vergen-git2 v1.0.7 |
| 1146 | 2026-05-14T03:42:59.865Z | Downloaded itertools v0.14.0 |
| 1147 | 2026-05-14T03:42:59.868Z | Downloaded zone v0.3.1 |
| 1148 | 2026-05-14T03:42:59.871Z | Downloaded walkdir v2.5.0 |
| 1149 | 2026-05-14T03:42:59.871Z | Downloaded tracing-attributes v0.1.31 |
| 1150 | 2026-05-14T03:42:59.875Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-05-14T03:42:59.878Z | Downloaded tinyvec v1.10.0 |
| 1152 | 2026-05-14T03:42:59.878Z | Downloaded twox-hash v2.1.2 |
| 1153 | 2026-05-14T03:42:59.909Z | Downloaded whoami v2.1.0 |
| 1154 | 2026-05-14T03:42:59.936Z | Downloaded whoami v1.6.1 |
| 1155 | 2026-05-14T03:42:59.936Z | Downloaded slog v2.8.2 |
| 1156 | 2026-05-14T03:42:59.936Z | Downloaded samael v0.0.19 |
| 1157 | 2026-05-14T03:42:59.936Z | Downloaded xshell v0.2.7 |
| 1158 | 2026-05-14T03:42:59.936Z | Downloaded blake3 v1.8.3 |
| 1159 | 2026-05-14T03:42:59.936Z | Downloaded hkdf v0.12.4 |
| 1160 | 2026-05-14T03:42:59.936Z | Downloaded rustls-webpki v0.103.9 |
| 1161 | 2026-05-14T03:42:59.936Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1162 | 2026-05-14T03:42:59.936Z | Downloaded zeroize v1.8.2 |
| 1163 | 2026-05-14T03:42:59.945Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1164 | 2026-05-14T03:42:59.945Z | Downloaded toml v0.7.8 |
| 1165 | 2026-05-14T03:42:59.945Z | Downloaded p521 v0.13.3 |
| 1166 | 2026-05-14T03:42:59.945Z | Downloaded russh v0.45.0 |
| 1167 | 2026-05-14T03:42:59.946Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-05-14T03:42:59.946Z | Downloaded tungstenite v0.21.0 |
| 1169 | 2026-05-14T03:42:59.946Z | Downloaded unicode-bidi v0.3.18 |
| 1170 | 2026-05-14T03:42:59.951Z | Downloaded schemars v1.2.1 |
| 1171 | 2026-05-14T03:42:59.954Z | Downloaded zstd v0.13.3 |
| 1172 | 2026-05-14T03:42:59.954Z | Downloaded yasna v0.5.2 |
| 1173 | 2026-05-14T03:42:59.956Z | Downloaded tungstenite v0.23.0 |
| 1174 | 2026-05-14T03:42:59.959Z | Downloaded h2 v0.4.13 |
| 1175 | 2026-05-14T03:42:59.965Z | Downloaded zerocopy v0.6.6 |
| 1176 | 2026-05-14T03:42:59.971Z | Downloaded tar v0.4.45 |
| 1177 | 2026-05-14T03:42:59.978Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1178 | 2026-05-14T03:42:59.991Z | Downloaded uuid v1.23.0 |
| 1179 | 2026-05-14T03:42:59.992Z | Downloaded typify v0.4.3 |
| 1180 | 2026-05-14T03:42:59.992Z | Downloaded rpassword v7.4.0 |
| 1181 | 2026-05-14T03:43:00.005Z | Downloaded tokio-postgres v0.7.16 |
| 1182 | 2026-05-14T03:43:00.005Z | Downloaded ssh-key v0.6.7 |
| 1183 | 2026-05-14T03:43:00.005Z | Downloaded vte v0.14.1 |
| 1184 | 2026-05-14T03:43:00.005Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-05-14T03:43:00.017Z | Downloaded zstd-safe v7.2.4 |
| 1186 | 2026-05-14T03:43:00.017Z | Downloaded toml_edit v0.19.15 |
| 1187 | 2026-05-14T03:43:00.017Z | Downloaded zopfli v0.8.3 |
| 1188 | 2026-05-14T03:43:00.017Z | Downloaded typify v0.6.2 |
| 1189 | 2026-05-14T03:43:00.017Z | Downloaded aho-corasick v1.1.4 |
| 1190 | 2026-05-14T03:43:00.028Z | Downloaded vergen v9.0.6 |
| 1191 | 2026-05-14T03:43:00.028Z | Downloaded steno v0.4.1 |
| 1192 | 2026-05-14T03:43:00.030Z | Downloaded tracing-core v0.1.36 |
| 1193 | 2026-05-14T03:43:00.042Z | Downloaded reedline v0.40.0 |
| 1194 | 2026-05-14T03:43:00.042Z | Downloaded p384 v0.13.1 |
| 1195 | 2026-05-14T03:43:00.042Z | Downloaded unsafe-libyaml v0.2.11 |
| 1196 | 2026-05-14T03:43:00.042Z | Downloaded aws-lc-rs v1.16.3 |
| 1197 | 2026-05-14T03:43:00.048Z | Downloaded bitvec v1.0.1 |
| 1198 | 2026-05-14T03:43:00.048Z | Downloaded git2 v0.20.4 |
| 1199 | 2026-05-14T03:43:00.059Z | Downloaded regex v1.12.3 |
| 1200 | 2026-05-14T03:43:00.076Z | Downloaded reqwest v0.13.2 |
| 1201 | 2026-05-14T03:43:00.076Z | Downloaded unicode_categories v0.1.1 |
| 1202 | 2026-05-14T03:43:00.082Z | Downloaded rayon v1.11.0 |
| 1203 | 2026-05-14T03:43:00.103Z | Downloaded reqwest v0.12.28 |
| 1204 | 2026-05-14T03:43:00.103Z | Downloaded chrono v0.4.44 |
| 1205 | 2026-05-14T03:43:00.103Z | Downloaded zip v0.6.6 |
| 1206 | 2026-05-14T03:43:00.103Z | Downloaded lalrpop v0.19.12 |
| 1207 | 2026-05-14T03:43:00.112Z | Downloaded bindgen v0.71.1 |
| 1208 | 2026-05-14T03:43:00.112Z | Downloaded x509-cert v0.2.5 |
| 1209 | 2026-05-14T03:43:00.127Z | Downloaded goblin v0.10.5 |
| 1210 | 2026-05-14T03:43:00.127Z | Downloaded yansi v1.0.1 |
| 1211 | 2026-05-14T03:43:00.127Z | Downloaded salty v0.3.0 |
| 1212 | 2026-05-14T03:43:00.133Z | Downloaded quick-xml v0.37.5 |
| 1213 | 2026-05-14T03:43:00.133Z | Downloaded zerocopy-derive v0.8.40 |
| 1214 | 2026-05-14T03:43:00.133Z | Downloaded moka v0.12.13 |
| 1215 | 2026-05-14T03:43:00.139Z | Downloaded tower v0.5.3 |
| 1216 | 2026-05-14T03:43:00.148Z | Downloaded unicode-normalization v0.1.25 |
| 1217 | 2026-05-14T03:43:00.151Z | Downloaded typed-path v0.9.3 |
| 1218 | 2026-05-14T03:43:00.151Z | Downloaded unicode-segmentation v1.12.0 |
| 1219 | 2026-05-14T03:43:00.160Z | Downloaded proptest v1.10.0 |
| 1220 | 2026-05-14T03:43:00.164Z | Downloaded rustls-webpki v0.101.7 |
| 1221 | 2026-05-14T03:43:00.180Z | Downloaded petname v2.0.2 |
| 1222 | 2026-05-14T03:43:00.193Z | Downloaded tokio-util v0.7.18 |
| 1223 | 2026-05-14T03:43:00.197Z | Downloaded zip v4.6.1 |
| 1224 | 2026-05-14T03:43:00.200Z | Downloaded object v0.30.4 |
| 1225 | 2026-05-14T03:43:00.211Z | Downloaded bstr v1.12.1 |
| 1226 | 2026-05-14T03:43:00.216Z | Downloaded tower-http v0.6.8 |
| 1227 | 2026-05-14T03:43:00.229Z | Downloaded rustls-webpki v0.102.8 |
| 1228 | 2026-05-14T03:43:00.241Z | Downloaded tough v0.22.0 |
| 1229 | 2026-05-14T03:43:00.247Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-05-14T03:43:00.254Z | Downloaded winnow v0.6.26 |
| 1231 | 2026-05-14T03:43:00.258Z | Downloaded nix v0.27.1 |
| 1232 | 2026-05-14T03:43:00.264Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-05-14T03:43:00.269Z | Downloaded radix_trie v0.2.1 |
| 1234 | 2026-05-14T03:43:00.272Z | Downloaded quinn-proto v0.11.13 |
| 1235 | 2026-05-14T03:43:00.276Z | Downloaded winnow v0.5.40 |
| 1236 | 2026-05-14T03:43:00.281Z | Downloaded polar-core v0.27.3 |
| 1237 | 2026-05-14T03:43:00.293Z | Downloaded openssl v0.10.79 |
| 1238 | 2026-05-14T03:43:00.298Z | Downloaded time v0.3.47 |
| 1239 | 2026-05-14T03:43:00.309Z | Downloaded zlib-rs v0.6.2 |
| 1240 | 2026-05-14T03:43:00.324Z | Downloaded dropshot v0.16.7 |
| 1241 | 2026-05-14T03:43:00.337Z | Downloaded tabled v0.20.0 |
| 1242 | 2026-05-14T03:43:00.346Z | Downloaded vcpkg v0.2.15 |
| 1243 | 2026-05-14T03:43:00.369Z | Downloaded webpki-roots v1.0.6 |
| 1244 | 2026-05-14T03:43:00.373Z | Downloaded nix v0.29.0 |
| 1245 | 2026-05-14T03:43:00.378Z | Downloaded nix v0.31.2 |
| 1246 | 2026-05-14T03:43:00.385Z | Downloaded object v0.37.3 |
| 1247 | 2026-05-14T03:43:00.393Z | Downloaded hickory-proto v0.24.4 |
| 1248 | 2026-05-14T03:43:00.400Z | Downloaded zerocopy v0.8.40 |
| 1249 | 2026-05-14T03:43:00.409Z | Downloaded regress v0.11.1 |
| 1250 | 2026-05-14T03:43:00.412Z | Downloaded regex-syntax v0.8.10 |
| 1251 | 2026-05-14T03:43:00.416Z | Downloaded regress v0.10.5 |
| 1252 | 2026-05-14T03:43:00.421Z | Downloaded rustix v0.38.44 |
| 1253 | 2026-05-14T03:43:00.434Z | Downloaded diesel v2.3.7 |
| 1254 | 2026-05-14T03:43:00.446Z | Downloaded rustls v0.23.37 |
| 1255 | 2026-05-14T03:43:00.452Z | Downloaded hickory-proto v0.25.2 |
| 1256 | 2026-05-14T03:43:00.463Z | Downloaded rustls v0.22.4 |
| 1257 | 2026-05-14T03:43:00.468Z | Downloaded smoltcp v0.11.0 |
| 1258 | 2026-05-14T03:43:00.475Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-05-14T03:43:00.480Z | Downloaded openapiv3 v2.2.0 |
| 1260 | 2026-05-14T03:43:00.486Z | Downloaded dropshot v0.17.0 |
| 1261 | 2026-05-14T03:43:00.500Z | Downloaded sqlparser v0.61.0 |
| 1262 | 2026-05-14T03:43:00.506Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-05-14T03:43:00.512Z | Downloaded nix v0.28.0 |
| 1264 | 2026-05-14T03:43:00.518Z | Downloaded rustls v0.21.12 |
| 1265 | 2026-05-14T03:43:00.572Z | Downloaded sled v0.34.7 |
| 1266 | 2026-05-14T03:43:00.582Z | Downloaded csv v1.4.0 |
| 1267 | 2026-05-14T03:43:00.582Z | Downloaded typify-impl v0.6.2 |
| 1268 | 2026-05-14T03:43:00.582Z | Downloaded typify-impl v0.4.3 |
| 1269 | 2026-05-14T03:43:00.582Z | Downloaded zerocopy-derive v0.6.6 |
| 1270 | 2026-05-14T03:43:00.586Z | Downloaded tracing v0.1.44 |
| 1271 | 2026-05-14T03:43:00.593Z | Downloaded regex-automata v0.4.14 |
| 1272 | 2026-05-14T03:43:00.602Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-05-14T03:43:00.610Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-05-14T03:43:00.621Z | Downloaded jiff v0.2.21 |
| 1275 | 2026-05-14T03:43:00.633Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-05-14T03:43:00.643Z | Downloaded libz-sys v1.1.24 |
| 1277 | 2026-05-14T03:43:00.655Z | Downloaded petgraph v0.6.5 |
| 1278 | 2026-05-14T03:43:00.666Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1279 | 2026-05-14T03:43:00.677Z | Downloaded petgraph v0.8.3 |
| 1280 | 2026-05-14T03:43:00.689Z | Downloaded sha3 v0.10.8 |
| 1281 | 2026-05-14T03:43:00.740Z | Downloaded tokio v1.52.1 |
| 1282 | 2026-05-14T03:43:00.807Z | Downloaded encoding_rs v0.8.35 |
| 1283 | 2026-05-14T03:43:00.828Z | Downloaded ring v0.17.14 |
| 1284 | 2026-05-14T03:43:00.860Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-05-14T03:43:01.289Z | Downloaded aws-lc-sys v0.40.0 |
| 1286 | 2026-05-14T03:43:01.540Z | Compiling libc v0.2.185 |
| 1287 | 2026-05-14T03:43:01.540Z | Compiling serde v1.0.228 |
| 1288 | 2026-05-14T03:43:01.543Z | Compiling log v0.4.29 |
| 1289 | 2026-05-14T03:43:01.543Z | Compiling shlex v1.3.0 |
| 1290 | 2026-05-14T03:43:01.543Z | Compiling find-msvc-tools v0.1.9 |
| 1291 | 2026-05-14T03:43:01.543Z | Compiling smallvec v1.15.1 |
| 1292 | 2026-05-14T03:43:01.543Z | Compiling typenum v1.19.0 |
| 1293 | 2026-05-14T03:43:01.543Z | Compiling subtle v2.6.1 |
| 1294 | 2026-05-14T03:43:01.693Z | Compiling generic-array v0.14.7 |
| 1295 | 2026-05-14T03:43:01.700Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-05-14T03:43:01.781Z | Compiling const-oid v0.9.6 |
| 1297 | 2026-05-14T03:43:01.794Z | Compiling serde_json v1.0.149 |
| 1298 | 2026-05-14T03:43:01.809Z | Compiling syn v2.0.117 |
| 1299 | 2026-05-14T03:43:01.821Z | Compiling zerocopy v0.8.40 |
| 1300 | 2026-05-14T03:43:01.826Z | Compiling pin-project-lite v0.2.17 |
| 1301 | 2026-05-14T03:43:01.852Z | Compiling portable-atomic v1.13.1 |
| 1302 | 2026-05-14T03:43:01.965Z | Compiling lock_api v0.4.14 |
| 1303 | 2026-05-14T03:43:01.980Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-05-14T03:43:02.011Z | Compiling pkg-config v0.3.32 |
| 1305 | 2026-05-14T03:43:02.043Z | Compiling bitflags v2.11.0 |
| 1306 | 2026-05-14T03:43:02.069Z | Compiling critical-section v1.2.0 |
| 1307 | 2026-05-14T03:43:02.086Z | Compiling futures-core v0.3.32 |
| 1308 | 2026-05-14T03:43:02.104Z | Compiling libm v0.2.16 |
| 1309 | 2026-05-14T03:43:02.146Z | Compiling num-traits v0.2.19 |
| 1310 | 2026-05-14T03:43:02.175Z | Compiling percent-encoding v2.3.2 |
| 1311 | 2026-05-14T03:43:02.234Z | Compiling futures-sink v0.3.32 |
| 1312 | 2026-05-14T03:43:02.250Z | Compiling getrandom v0.4.1 |
| 1313 | 2026-05-14T03:43:02.296Z | Compiling slab v0.4.12 |
| 1314 | 2026-05-14T03:43:02.299Z | Compiling futures-task v0.3.32 |
| 1315 | 2026-05-14T03:43:02.327Z | Compiling futures-io v0.3.32 |
| 1316 | 2026-05-14T03:43:02.351Z | Compiling futures-channel v0.3.32 |
| 1317 | 2026-05-14T03:43:02.424Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-05-14T03:43:02.442Z | Compiling rand_core v0.10.0 |
| 1319 | 2026-05-14T03:43:02.510Z | Compiling indexmap v2.14.0 |
| 1320 | 2026-05-14T03:43:02.510Z | Compiling getrandom v0.3.4 |
| 1321 | 2026-05-14T03:43:02.536Z | Compiling rustversion v1.0.22 |
| 1322 | 2026-05-14T03:43:02.539Z | Compiling form_urlencoded v1.2.2 |
| 1323 | 2026-05-14T03:43:02.568Z | Compiling dunce v1.0.5 |
| 1324 | 2026-05-14T03:43:02.599Z | Compiling fs_extra v1.3.0 |
| 1325 | 2026-05-14T03:43:02.614Z | Compiling ident_case v1.0.1 |
| 1326 | 2026-05-14T03:43:02.633Z | Compiling base64ct v1.8.3 |
| 1327 | 2026-05-14T03:43:02.664Z | Compiling rustix v1.1.3 |
| 1328 | 2026-05-14T03:43:02.679Z | Compiling iana-time-zone v0.1.65 |
| 1329 | 2026-05-14T03:43:02.682Z | Compiling flagset v0.4.7 |
| 1330 | 2026-05-14T03:43:02.749Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-14T03:43:02.764Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-14T03:43:02.814Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-14T03:43:02.858Z | Compiling mio v1.2.0 |
| 1334 | 2026-05-14T03:43:02.897Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-14T03:43:02.931Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-05-14T03:43:02.936Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-14T03:43:02.970Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-14T03:43:02.989Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-14T03:43:03.060Z | Compiling parking_lot v0.12.5 |
| 1340 | 2026-05-14T03:43:03.163Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2026-05-14T03:43:03.167Z | Compiling regex-syntax v0.8.10 |
| 1342 | 2026-05-14T03:43:03.209Z | Compiling vcpkg v0.2.15 |
| 1343 | 2026-05-14T03:43:03.223Z | Compiling aws-lc-rs v1.16.3 |
| 1344 | 2026-05-14T03:43:03.257Z | Compiling uuid v1.23.0 |
| 1345 | 2026-05-14T03:43:03.282Z | Compiling tracing-core v0.1.36 |
| 1346 | 2026-05-14T03:43:03.367Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-05-14T03:43:03.418Z | Compiling base64 v0.22.1 |
| 1348 | 2026-05-14T03:43:03.476Z | Compiling untrusted v0.9.0 |
| 1349 | 2026-05-14T03:43:03.496Z | Compiling httparse v1.10.1 |
| 1350 | 2026-05-14T03:43:03.537Z | Compiling rand_core v0.9.5 |
| 1351 | 2026-05-14T03:43:03.635Z | Compiling openssl-probe v0.2.1 |
| 1352 | 2026-05-14T03:43:03.653Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2026-05-14T03:43:03.688Z | Compiling untrusted v0.7.1 |
| 1354 | 2026-05-14T03:43:03.723Z | Compiling aho-corasick v1.1.4 |
| 1355 | 2026-05-14T03:43:03.760Z | Compiling tinyvec v1.10.0 |
| 1356 | 2026-05-14T03:43:03.780Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-14T03:43:03.796Z | Compiling dyn-clone v1.0.20 |
| 1358 | 2026-05-14T03:43:03.847Z | Compiling schemars v0.8.22 |
| 1359 | 2026-05-14T03:43:03.850Z | Compiling tower-service v0.3.3 |
| 1360 | 2026-05-14T03:43:03.876Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-05-14T03:43:03.925Z | Compiling tower-layer v0.3.3 |
| 1362 | 2026-05-14T03:43:03.952Z | Compiling try-lock v0.2.5 |
| 1363 | 2026-05-14T03:43:03.966Z | Compiling rustls v0.23.37 |
| 1364 | 2026-05-14T03:43:03.993Z | Compiling foreign-types-shared v0.1.1 |
| 1365 | 2026-05-14T03:43:04.010Z | Compiling openssl v0.10.79 |
| 1366 | 2026-05-14T03:43:04.024Z | Compiling pin-utils v0.1.0 |
| 1367 | 2026-05-14T03:43:04.028Z | Compiling httpdate v1.0.3 |
| 1368 | 2026-05-14T03:43:04.079Z | Compiling want v0.3.1 |
| 1369 | 2026-05-14T03:43:04.096Z | Compiling unicode-normalization v0.1.25 |
| 1370 | 2026-05-14T03:43:04.110Z | Compiling foreign-types v0.3.2 |
| 1371 | 2026-05-14T03:43:04.113Z | Compiling spin v0.9.8 |
| 1372 | 2026-05-14T03:43:04.195Z | Compiling native-tls v0.2.18 |
| 1373 | 2026-05-14T03:43:04.207Z | Compiling time-core v0.1.8 |
| 1374 | 2026-05-14T03:43:04.207Z | Compiling crc32fast v1.5.0 |
| 1375 | 2026-05-14T03:43:04.207Z | Compiling powerfmt v0.2.0 |
| 1376 | 2026-05-14T03:43:04.228Z | Compiling num-conv v0.2.0 |
| 1377 | 2026-05-14T03:43:04.262Z | Compiling wait-timeout v0.2.1 |
| 1378 | 2026-05-14T03:43:04.265Z | Compiling sync_wrapper v1.0.2 |
| 1379 | 2026-05-14T03:43:04.292Z | Compiling quick-error v1.2.3 |
| 1380 | 2026-05-14T03:43:04.308Z | Compiling bit-vec v0.8.0 |
| 1381 | 2026-05-14T03:43:04.341Z | Compiling simd-adler32 v0.3.8 |
| 1382 | 2026-05-14T03:43:04.366Z | Compiling deranged v0.5.8 |
| 1383 | 2026-05-14T03:43:04.382Z | Compiling time-macros v0.2.27 |
| 1384 | 2026-05-14T03:43:04.385Z | Compiling crossbeam-utils v0.8.21 |
| 1385 | 2026-05-14T03:43:04.412Z | Compiling tempfile v3.25.0 |
| 1386 | 2026-05-14T03:43:04.426Z | Compiling num_threads v0.1.7 |
| 1387 | 2026-05-14T03:43:04.429Z | Compiling siphasher v1.0.2 |
| 1388 | 2026-05-14T03:43:04.546Z | Compiling unicode-segmentation v1.12.0 |
| 1389 | 2026-05-14T03:43:04.561Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-05-14T03:43:04.564Z | Compiling syn v1.0.109 |
| 1391 | 2026-05-14T03:43:04.605Z | Compiling bit-set v0.8.0 |
| 1392 | 2026-05-14T03:43:04.619Z | Compiling heapless v0.7.17 |
| 1393 | 2026-05-14T03:43:04.641Z | Compiling rand_xorshift v0.4.0 |
| 1394 | 2026-05-14T03:43:04.676Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-05-14T03:43:04.710Z | Compiling ring v0.17.14 |
| 1396 | 2026-05-14T03:43:04.726Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-05-14T03:43:04.785Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-05-14T03:43:04.815Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-05-14T03:43:04.819Z | Compiling serde_derive_internals v0.29.1 |
| 1400 | 2026-05-14T03:43:04.837Z | Compiling pest_generator v2.8.6 |
| 1401 | 2026-05-14T03:43:04.851Z | Compiling darling_core v0.20.11 |
| 1402 | 2026-05-14T03:43:04.897Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1403 | 2026-05-14T03:43:04.984Z | Compiling darling_core v0.21.3 |
| 1404 | 2026-05-14T03:43:05.020Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1405 | 2026-05-14T03:43:05.351Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-05-14T03:43:05.447Z | Compiling slog v2.8.2 |
| 1407 | 2026-05-14T03:43:05.474Z | Compiling thread-id v5.1.0 |
| 1408 | 2026-05-14T03:43:05.575Z | Compiling time v0.3.47 |
| 1409 | 2026-05-14T03:43:05.598Z | Compiling cookie v0.18.1 |
| 1410 | 2026-05-14T03:43:05.625Z | Compiling unarray v0.1.4 |
| 1411 | 2026-05-14T03:43:05.625Z | Compiling unicode-bidi v0.3.18 |
| 1412 | 2026-05-14T03:43:05.659Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-05-14T03:43:05.711Z | Compiling signal-hook v0.3.18 |
| 1414 | 2026-05-14T03:43:05.732Z | Compiling allocator-api2 v0.2.21 |
| 1415 | 2026-05-14T03:43:05.807Z | Compiling paste v1.0.15 |
| 1416 | 2026-05-14T03:43:05.838Z | Compiling iri-string v0.7.10 |
| 1417 | 2026-05-14T03:43:05.838Z | Compiling anyhow v1.0.102 |
| 1418 | 2026-05-14T03:43:05.884Z | Compiling adler2 v2.0.1 |
| 1419 | 2026-05-14T03:43:05.884Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-14T03:43:05.999Z | Compiling ryu v1.0.23 |
| 1421 | 2026-05-14T03:43:06.035Z | Compiling miniz_oxide v0.8.9 |
| 1422 | 2026-05-14T03:43:06.058Z | Compiling stringprep v0.1.5 |
| 1423 | 2026-05-14T03:43:06.304Z | Compiling heck v0.4.1 |
| 1424 | 2026-05-14T03:43:06.433Z | Compiling num-integer v0.1.46 |
| 1425 | 2026-05-14T03:43:06.544Z | Compiling curve25519-dalek v4.1.3 |
| 1426 | 2026-05-14T03:43:06.592Z | Compiling vergen-lib v0.1.6 |
| 1427 | 2026-05-14T03:43:06.616Z | Compiling serde_derive v1.0.228 |
| 1428 | 2026-05-14T03:43:06.668Z | Compiling zeroize_derive v1.4.3 |
| 1429 | 2026-05-14T03:43:06.727Z | Compiling zerofrom-derive v0.1.6 |
| 1430 | 2026-05-14T03:43:06.749Z | Compiling yoke-derive v0.8.1 |
| 1431 | 2026-05-14T03:43:06.793Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-05-14T03:43:06.905Z | Compiling zerovec-derive v0.11.2 |
| 1433 | 2026-05-14T03:43:06.953Z | Compiling displaydoc v0.2.5 |
| 1434 | 2026-05-14T03:43:07.255Z | Compiling tokio-macros v2.7.0 |
| 1435 | 2026-05-14T03:43:07.277Z | Compiling futures-macro v0.3.32 |
| 1436 | 2026-05-14T03:43:07.414Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-05-14T03:43:07.436Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-05-14T03:43:07.639Z | Compiling rustls-pki-types v1.14.0 |
| 1439 | 2026-05-14T03:43:07.743Z | Compiling thiserror-impl v2.0.18 |
| 1440 | 2026-05-14T03:43:07.979Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-05-14T03:43:08.018Z | Compiling pest_derive v2.8.6 |
| 1442 | 2026-05-14T03:43:08.079Z | Compiling scroll_derive v0.13.1 |
| 1443 | 2026-05-14T03:43:08.131Z | Compiling crypto-common v0.1.7 |
| 1444 | 2026-05-14T03:43:08.134Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-05-14T03:43:08.183Z | Compiling futures-util v0.3.32 |
| 1446 | 2026-05-14T03:43:08.223Z | Compiling zerofrom v0.1.6 |
| 1447 | 2026-05-14T03:43:08.304Z | Compiling digest v0.10.7 |
| 1448 | 2026-05-14T03:43:08.343Z | Compiling yoke v0.8.1 |
| 1449 | 2026-05-14T03:43:08.363Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-05-14T03:43:08.393Z | Compiling der v0.7.10 |
| 1451 | 2026-05-14T03:43:08.482Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-05-14T03:43:08.542Z | Compiling zerovec v0.11.5 |
| 1453 | 2026-05-14T03:43:08.557Z | Compiling zerotrie v0.2.3 |
| 1454 | 2026-05-14T03:43:08.575Z | Compiling hmac v0.12.1 |
| 1455 | 2026-05-14T03:43:08.751Z | Compiling inout v0.1.4 |
| 1456 | 2026-05-14T03:43:08.888Z | Compiling sha2 v0.10.9 |
| 1457 | 2026-05-14T03:43:08.952Z | Compiling cipher v0.4.4 |
| 1458 | 2026-05-14T03:43:08.967Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-05-14T03:43:09.065Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-05-14T03:43:09.082Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-05-14T03:43:09.099Z | Compiling scroll v0.13.0 |
| 1462 | 2026-05-14T03:43:09.162Z | Compiling thiserror v2.0.18 |
| 1463 | 2026-05-14T03:43:09.237Z | Compiling icu_locale_core v2.1.1 |
| 1464 | 2026-05-14T03:43:09.265Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-05-14T03:43:09.283Z | Compiling spki v0.7.3 |
| 1466 | 2026-05-14T03:43:09.297Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-05-14T03:43:09.369Z | Compiling tracing v0.1.44 |
| 1468 | 2026-05-14T03:43:09.393Z | Compiling aes v0.8.4 |
| 1469 | 2026-05-14T03:43:09.412Z | Compiling cbc v0.1.2 |
| 1470 | 2026-05-14T03:43:09.464Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-05-14T03:43:09.583Z | Compiling darling_macro v0.20.11 |
| 1472 | 2026-05-14T03:43:09.678Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-05-14T03:43:09.683Z | Compiling goblin v0.10.5 |
| 1474 | 2026-05-14T03:43:09.740Z | Compiling rustls-native-certs v0.8.3 |
| 1475 | 2026-05-14T03:43:09.794Z | Compiling dtrace-parser v0.3.0 |
| 1476 | 2026-05-14T03:43:09.831Z | Compiling pkcs5 v0.7.1 |
| 1477 | 2026-05-14T03:43:10.050Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-05-14T03:43:10.114Z | Compiling darling v0.20.11 |
| 1479 | 2026-05-14T03:43:10.150Z | Compiling bytes v1.11.1 |
| 1480 | 2026-05-14T03:43:10.182Z | Compiling chrono v0.4.44 |
| 1481 | 2026-05-14T03:43:10.212Z | Compiling ipnet v2.11.0 |
| 1482 | 2026-05-14T03:43:10.246Z | Compiling pkcs8 v0.10.2 |
| 1483 | 2026-05-14T03:43:10.309Z | Compiling icu_properties v2.1.2 |
| 1484 | 2026-05-14T03:43:10.337Z | Compiling icu_normalizer v2.1.1 |
| 1485 | 2026-05-14T03:43:10.376Z | Compiling derive_builder_core v0.20.2 |
| 1486 | 2026-05-14T03:43:10.480Z | Compiling signature v2.2.0 |
| 1487 | 2026-05-14T03:43:10.547Z | Compiling webpki-roots v1.0.6 |
| 1488 | 2026-05-14T03:43:10.562Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-05-14T03:43:10.583Z | Compiling scroll_derive v0.12.1 |
| 1490 | 2026-05-14T03:43:10.675Z | Compiling tokio v1.52.1 |
| 1491 | 2026-05-14T03:43:10.690Z | Compiling http v1.4.0 |
| 1492 | 2026-05-14T03:43:10.735Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-05-14T03:43:10.785Z | Compiling serde_urlencoded v0.7.1 |
| 1494 | 2026-05-14T03:43:10.908Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-14T03:43:11.043Z | Compiling erased-serde v0.3.31 |
| 1496 | 2026-05-14T03:43:11.071Z | Compiling serde_spanned v0.6.9 |
| 1497 | 2026-05-14T03:43:11.189Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-05-14T03:43:11.235Z | Compiling ppv-lite86 v0.2.21 |
| 1499 | 2026-05-14T03:43:11.283Z | Compiling derive_builder_macro v0.20.2 |
| 1500 | 2026-05-14T03:43:11.308Z | Compiling scroll v0.12.0 |
| 1501 | 2026-05-14T03:43:11.348Z | Compiling idna v1.1.0 |
| 1502 | 2026-05-14T03:43:11.363Z | Compiling http-body v1.0.1 |
| 1503 | 2026-05-14T03:43:11.448Z | Compiling md-5 v0.10.6 |
| 1504 | 2026-05-14T03:43:11.471Z | Compiling darling_macro v0.21.3 |
| 1505 | 2026-05-14T03:43:11.539Z | Compiling rand_chacha v0.9.0 |
| 1506 | 2026-05-14T03:43:11.556Z | Compiling http-body-util v0.1.3 |
| 1507 | 2026-05-14T03:43:11.587Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-05-14T03:43:11.602Z | Compiling bstr v1.12.1 |
| 1509 | 2026-05-14T03:43:11.622Z | Compiling async-trait v0.1.89 |
| 1510 | 2026-05-14T03:43:11.637Z | Compiling zerocopy-derive v0.7.35 |
| 1511 | 2026-05-14T03:43:11.651Z | Compiling pin-project-internal v1.1.11 |
| 1512 | 2026-05-14T03:43:11.773Z | Compiling url v2.5.8 |
| 1513 | 2026-05-14T03:43:11.817Z | Compiling rand v0.9.2 |
| 1514 | 2026-05-14T03:43:11.865Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-05-14T03:43:11.985Z | Compiling ff v0.13.1 |
| 1516 | 2026-05-14T03:43:12.016Z | Compiling hash32 v0.2.1 |
| 1517 | 2026-05-14T03:43:12.090Z | Compiling memoffset v0.9.1 |
| 1518 | 2026-05-14T03:43:12.137Z | Compiling encoding_rs v0.8.35 |
| 1519 | 2026-05-14T03:43:12.225Z | Compiling zlib-rs v0.6.2 |
| 1520 | 2026-05-14T03:43:12.305Z | Compiling litrs v1.0.0 |
| 1521 | 2026-05-14T03:43:12.365Z | Compiling ref-cast v1.0.25 |
| 1522 | 2026-05-14T03:43:12.496Z | Compiling dof v0.4.0 |
| 1523 | 2026-05-14T03:43:12.656Z | Compiling proptest v1.10.0 |
| 1524 | 2026-05-14T03:43:12.691Z | Compiling cfg_aliases v0.2.1 |
| 1525 | 2026-05-14T03:43:12.702Z | Compiling psl-types v2.0.11 |
| 1526 | 2026-05-14T03:43:12.733Z | Compiling rustix v0.38.44 |
| 1527 | 2026-05-14T03:43:12.768Z | Compiling smoltcp v0.9.1 |
| 1528 | 2026-05-14T03:43:12.832Z | Compiling num-bigint-dig v0.8.6 |
| 1529 | 2026-05-14T03:43:12.835Z | Compiling base16ct v0.2.0 |
| 1530 | 2026-05-14T03:43:12.868Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2026-05-14T03:43:12.929Z | Compiling mime v0.3.17 |
| 1532 | 2026-05-14T03:43:13.082Z | Compiling sec1 v0.7.3 |
| 1533 | 2026-05-14T03:43:13.089Z | Compiling document-features v0.2.12 |
| 1534 | 2026-05-14T03:43:13.176Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-14T03:43:13.222Z | Compiling postgres-protocol v0.6.10 |
| 1536 | 2026-05-14T03:43:13.222Z | Compiling pin-project v1.1.11 |
| 1537 | 2026-05-14T03:43:13.258Z | Compiling publicsuffix v2.3.0 |
| 1538 | 2026-05-14T03:43:13.396Z | Compiling nix v0.31.2 |
| 1539 | 2026-05-14T03:43:14.181Z | Compiling oxnet v0.1.4 |
| 1540 | 2026-05-14T03:43:14.181Z | Compiling zerocopy v0.7.35 |
| 1541 | 2026-05-14T03:43:14.209Z | Compiling group v0.13.0 |
| 1542 | 2026-05-14T03:43:14.209Z | Compiling darling v0.21.3 |
| 1543 | 2026-05-14T03:43:14.209Z | Compiling rand v0.8.6 |
| 1544 | 2026-05-14T03:43:14.210Z | Compiling derive_builder v0.20.2 |
| 1545 | 2026-05-14T03:43:14.210Z | Compiling goblin v0.8.2 |
| 1546 | 2026-05-14T03:43:14.210Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-05-14T03:43:14.210Z | Compiling hubpack_derive v0.1.1 |
| 1548 | 2026-05-14T03:43:14.210Z | Compiling cargo-platform v0.1.9 |
| 1549 | 2026-05-14T03:43:14.210Z | Compiling hex v0.4.3 |
| 1550 | 2026-05-14T03:43:14.210Z | Compiling hkdf v0.12.4 |
| 1551 | 2026-05-14T03:43:14.210Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2026-05-14T03:43:14.210Z | Compiling regex v1.12.3 |
| 1553 | 2026-05-14T03:43:14.210Z | Compiling num-iter v0.1.45 |
| 1554 | 2026-05-14T03:43:14.210Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-05-14T03:43:14.210Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-05-14T03:43:14.210Z | Compiling daft-derive v0.1.5 |
| 1557 | 2026-05-14T03:43:14.211Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-05-14T03:43:14.211Z | Compiling snafu-derive v0.8.9 |
| 1559 | 2026-05-14T03:43:14.611Z | Compiling tokio-util v0.7.18 |
| 1560 | 2026-05-14T03:43:14.639Z | Compiling tower v0.5.3 |
| 1561 | 2026-05-14T03:43:14.639Z | Compiling tokio-native-tls v0.3.1 |
| 1562 | 2026-05-14T03:43:14.686Z | Compiling phf_shared v0.13.1 |
| 1563 | 2026-05-14T03:43:14.744Z | Compiling terminal_size v0.4.3 |
| 1564 | 2026-05-14T03:43:14.841Z | Compiling lazy_static v1.5.0 |
| 1565 | 2026-05-14T03:43:14.989Z | Compiling vergen v9.0.6 |
| 1566 | 2026-05-14T03:43:14.989Z | Compiling fs-err v3.3.0 |
| 1567 | 2026-05-14T03:43:14.989Z | Compiling ahash v0.8.12 |
| 1568 | 2026-05-14T03:43:15.062Z | Compiling object v0.37.3 |
| 1569 | 2026-05-14T03:43:15.062Z | Compiling managed v0.8.0 |
| 1570 | 2026-05-14T03:43:15.062Z | Compiling tower-http v0.6.8 |
| 1571 | 2026-05-14T03:43:15.124Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-05-14T03:43:15.125Z | Compiling flate2 v1.1.9 |
| 1573 | 2026-05-14T03:43:15.191Z | Compiling foldhash v0.1.5 |
| 1574 | 2026-05-14T03:43:15.192Z | Compiling same-file v1.0.6 |
| 1575 | 2026-05-14T03:43:15.261Z | Compiling bumpalo v3.20.2 |
| 1576 | 2026-05-14T03:43:15.261Z | Compiling bitflags v1.3.2 |
| 1577 | 2026-05-14T03:43:15.306Z | Compiling h2 v0.4.13 |
| 1578 | 2026-05-14T03:43:15.389Z | Compiling foldhash v0.2.0 |
| 1579 | 2026-05-14T03:43:15.389Z | Compiling libbz2-rs-sys v0.2.2 |
| 1580 | 2026-05-14T03:43:15.555Z | Compiling winnow v0.5.40 |
| 1581 | 2026-05-14T03:43:15.555Z | Compiling clap_builder v4.5.60 |
| 1582 | 2026-05-14T03:43:15.555Z | Compiling zopfli v0.8.3 |
| 1583 | 2026-05-14T03:43:15.555Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-05-14T03:43:15.664Z | Compiling daft v0.1.5 |
| 1585 | 2026-05-14T03:43:15.736Z | Compiling walkdir v2.5.0 |
| 1586 | 2026-05-14T03:43:15.934Z | Compiling bzip2 v0.6.1 |
| 1587 | 2026-05-14T03:43:16.062Z | Compiling dof v0.3.0 |
| 1588 | 2026-05-14T03:43:16.103Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-05-14T03:43:16.213Z | Compiling strum v0.27.2 |
| 1590 | 2026-05-14T03:43:16.262Z | Compiling snafu v0.8.9 |
| 1591 | 2026-05-14T03:43:16.263Z | Compiling elliptic-curve v0.13.8 |
| 1592 | 2026-05-14T03:43:16.298Z | Compiling phf v0.13.1 |
| 1593 | 2026-05-14T03:43:16.430Z | Compiling cargo_metadata v0.19.2 |
| 1594 | 2026-05-14T03:43:16.490Z | Compiling signal-hook-mio v0.2.5 |
| 1595 | 2026-05-14T03:43:16.553Z | Compiling cookie_store v0.22.1 |
| 1596 | 2026-05-14T03:43:16.604Z | Compiling hubpack v0.1.2 |
| 1597 | 2026-05-14T03:43:16.642Z | Compiling bzip2 v0.4.4 |
| 1598 | 2026-05-14T03:43:16.708Z | Compiling usdt-attr-macro v0.6.0 |
| 1599 | 2026-05-14T03:43:16.708Z | Compiling usdt-macro v0.6.0 |
| 1600 | 2026-05-14T03:43:16.807Z | Compiling toml_edit v0.19.15 |
| 1601 | 2026-05-14T03:43:16.892Z | Compiling futures v0.3.32 |
| 1602 | 2026-05-14T03:43:16.943Z | Compiling serde_with_macros v3.17.0 |
| 1603 | 2026-05-14T03:43:16.956Z | Compiling postgres-types v0.2.12 |
| 1604 | 2026-05-14T03:43:16.956Z | Compiling zstd v0.13.3 |
| 1605 | 2026-05-14T03:43:17.242Z | Compiling globset v0.4.18 |
| 1606 | 2026-05-14T03:43:17.251Z | Compiling dtrace-parser v0.2.0 |
| 1607 | 2026-05-14T03:43:17.336Z | Compiling ed25519 v2.2.3 |
| 1608 | 2026-05-14T03:43:17.476Z | Compiling pkcs1 v0.7.5 |
| 1609 | 2026-05-14T03:43:17.499Z | Compiling serde-big-array v0.5.1 |
| 1610 | 2026-05-14T03:43:17.525Z | Compiling olpc-cjson v0.1.4 |
| 1611 | 2026-05-14T03:43:17.653Z | Compiling serde_plain v1.0.2 |
| 1612 | 2026-05-14T03:43:17.706Z | Compiling rfc6979 v0.4.0 |
| 1613 | 2026-05-14T03:43:17.795Z | Compiling async-recursion v1.1.1 |
| 1614 | 2026-05-14T03:43:17.855Z | Compiling strum_macros v0.26.4 |
| 1615 | 2026-05-14T03:43:17.872Z | Compiling enum-as-inner v0.6.1 |
| 1616 | 2026-05-14T03:43:17.921Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-05-14T03:43:17.956Z | Compiling clap_derive v4.5.55 |
| 1618 | 2026-05-14T03:43:18.031Z | Compiling phf_shared v0.11.3 |
| 1619 | 2026-05-14T03:43:18.054Z | Compiling float-cmp v0.10.0 |
| 1620 | 2026-05-14T03:43:18.167Z | Compiling pem v3.0.6 |
| 1621 | 2026-05-14T03:43:18.218Z | Compiling thread-id v4.2.2 |
| 1622 | 2026-05-14T03:43:18.238Z | Compiling memmap2 v0.9.10 |
| 1623 | 2026-05-14T03:43:18.279Z | Compiling env_filter v1.0.0 |
| 1624 | 2026-05-14T03:43:18.320Z | Compiling either v1.15.0 |
| 1625 | 2026-05-14T03:43:18.407Z | Compiling hyper v1.8.1 |
| 1626 | 2026-05-14T03:43:18.482Z | Compiling predicates-core v1.0.10 |
| 1627 | 2026-05-14T03:43:18.498Z | Compiling jiff v0.2.21 |
| 1628 | 2026-05-14T03:43:18.517Z | Compiling fixedbitset v0.4.2 |
| 1629 | 2026-05-14T03:43:18.529Z | Compiling difflib v0.4.0 |
| 1630 | 2026-05-14T03:43:18.556Z | Compiling whoami v2.1.0 |
| 1631 | 2026-05-14T03:43:18.628Z | Compiling new_debug_unreachable v1.0.6 |
| 1632 | 2026-05-14T03:43:18.641Z | Compiling typed-path v0.9.3 |
| 1633 | 2026-05-14T03:43:18.687Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-05-14T03:43:18.702Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-05-14T03:43:18.764Z | Compiling keccak v0.1.6 |
| 1636 | 2026-05-14T03:43:18.802Z | Compiling fixedbitset v0.5.7 |
| 1637 | 2026-05-14T03:43:18.816Z | Compiling static_assertions v1.1.0 |
| 1638 | 2026-05-14T03:43:18.902Z | Compiling data-encoding v2.10.0 |
| 1639 | 2026-05-14T03:43:18.963Z | Compiling rustc-hash v2.1.1 |
| 1640 | 2026-05-14T03:43:19.103Z | Compiling iddqd v0.3.18 |
| 1641 | 2026-05-14T03:43:19.127Z | Compiling petgraph v0.8.3 |
| 1642 | 2026-05-14T03:43:19.143Z | Compiling sha3 v0.10.8 |
| 1643 | 2026-05-14T03:43:19.293Z | Compiling hickory-proto v0.25.2 |
| 1644 | 2026-05-14T03:43:19.402Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1645 | 2026-05-14T03:43:19.527Z | Compiling hyper-util v0.1.20 |
| 1646 | 2026-05-14T03:43:19.626Z | Compiling predicates v3.1.4 |
| 1647 | 2026-05-14T03:43:19.630Z | Compiling tokio-postgres v0.7.16 |
| 1648 | 2026-05-14T03:43:19.655Z | Compiling string_cache v0.8.9 |
| 1649 | 2026-05-14T03:43:19.698Z | Compiling strum v0.26.3 |
| 1650 | 2026-05-14T03:43:19.819Z | Compiling clap v4.5.60 |
| 1651 | 2026-05-14T03:43:19.850Z | Compiling toml_edit v0.22.27 |
| 1652 | 2026-05-14T03:43:19.957Z | Compiling petgraph v0.6.5 |
| 1653 | 2026-05-14T03:43:19.971Z | Compiling itertools v0.13.0 |
| 1654 | 2026-05-14T03:43:19.971Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-05-14T03:43:20.080Z | Compiling usdt v0.6.0 |
| 1656 | 2026-05-14T03:43:20.293Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-05-14T03:43:20.313Z | Compiling toml v0.7.8 |
| 1658 | 2026-05-14T03:43:20.329Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-05-14T03:43:20.382Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-05-14T03:43:20.904Z | Compiling hyper-tls v0.6.0 |
| 1661 | 2026-05-14T03:43:20.945Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-05-14T03:43:21.109Z | Compiling rsa v0.9.10 |
| 1663 | 2026-05-14T03:43:21.157Z | Compiling zip v4.6.1 |
| 1664 | 2026-05-14T03:43:21.177Z | Compiling ed25519-dalek v2.2.0 |
| 1665 | 2026-05-14T03:43:21.419Z | Compiling zip v0.6.6 |
| 1666 | 2026-05-14T03:43:21.881Z | Compiling tokio-stream v0.1.18 |
| 1667 | 2026-05-14T03:43:21.881Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1668 | 2026-05-14T03:43:22.030Z | Compiling buf-list v1.1.2 |
| 1669 | 2026-05-14T03:43:22.057Z | Compiling similar v2.7.0 |
| 1670 | 2026-05-14T03:43:22.105Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1671 | 2026-05-14T03:43:22.161Z | Compiling openapiv3 v2.2.0 |
| 1672 | 2026-05-14T03:43:22.212Z | Compiling x509-cert v0.2.5 |
| 1673 | 2026-05-14T03:43:22.245Z | Compiling sha1 v0.10.6 |
| 1674 | 2026-05-14T03:43:22.342Z | Compiling crossbeam-epoch v0.9.18 |
| 1675 | 2026-05-14T03:43:22.402Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1676 | 2026-05-14T03:43:22.431Z | Compiling lalrpop-util v0.19.12 |
| 1677 | 2026-05-14T03:43:22.512Z | Compiling peg-runtime v0.8.5 |
| 1678 | 2026-05-14T03:43:22.592Z | Compiling thread_local v1.1.9 |
| 1679 | 2026-05-14T03:43:22.639Z | Compiling slog-async v2.8.0 |
| 1680 | 2026-05-14T03:43:22.652Z | Compiling crossbeam-channel v0.5.15 |
| 1681 | 2026-05-14T03:43:22.708Z | Compiling is-terminal v0.4.17 |
| 1682 | 2026-05-14T03:43:22.734Z | Compiling filetime v0.2.27 |
| 1683 | 2026-05-14T03:43:22.782Z | Compiling take_mut v0.2.2 |
| 1684 | 2026-05-14T03:43:22.811Z | Compiling term v1.2.1 |
| 1685 | 2026-05-14T03:43:22.827Z | Compiling xattr v1.6.1 |
| 1686 | 2026-05-14T03:43:22.977Z | Compiling tar v0.4.45 |
| 1687 | 2026-05-14T03:43:23.101Z | Compiling slog-term v2.9.2 |
| 1688 | 2026-05-14T03:43:40.667Z | Compiling rustls-webpki v0.103.9 |
| 1689 | 2026-05-14T03:43:43.484Z | Compiling tokio-rustls v0.26.4 |
| 1690 | 2026-05-14T03:43:43.484Z | Compiling rustls-platform-verifier v0.6.2 |
| 1691 | 2026-05-14T03:43:43.687Z | Compiling hyper-rustls v0.27.7 |
| 1692 | 2026-05-14T03:43:43.881Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-05-14T03:43:43.881Z | Compiling reqwest v0.13.2 |
| 1694 | 2026-05-14T03:43:45.108Z | Compiling tough v0.22.0 |
| 1695 | 2026-05-14T03:43:47.628Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1696 | 2026-05-14T03:43:47.863Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1697 | 2026-05-14T03:43:50.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.52s |
| 1698 | 2026-05-14T03:43:50.868Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1699 | 2026-05-14T03:43:50.927Z | May 14 03:43:49.619 INFO Starting download, target: Cockroach |
| 1700 | 2026-05-14T03:43:50.927Z | May 14 03:43:49.620 INFO Starting download, target: Console |
| 1701 | 2026-05-14T03:43:50.927Z | May 14 03:43:49.620 INFO Starting download, target: DendriteStub |
| 1702 | 2026-05-14T03:43:50.932Z | May 14 03:43:49.620 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.620 INFO Starting download, target: MaghemiteMgd |
| 1704 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.620 INFO Starting download, target: TransceiverControl |
| 1705 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.621 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1706 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.621 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1707 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.621 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1708 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.621 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1709 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.621 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1710 | 2026-05-14T03:43:50.933Z | May 14 03:43:49.621 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1711 | 2026-05-14T03:43:51.418Z | May 14 03:43:50.102 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1712 | 2026-05-14T03:43:51.642Z | May 14 03:43:50.324 INFO Download complete, target: TransceiverControl |
| 1713 | 2026-05-14T03:43:51.948Z | May 14 03:43:50.628 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1714 | 2026-05-14T03:43:52.213Z | May 14 03:43:50.892 INFO Download complete, target: Console |
| 1715 | 2026-05-14T03:43:52.463Z | May 14 03:43:51.154 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1716 | 2026-05-14T03:43:52.490Z | May 14 03:43:51.179 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1717 | 2026-05-14T03:43:52.743Z | May 14 03:43:51.432 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1718 | 2026-05-14T03:43:52.889Z | May 14 03:43:51.583 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1719 | 2026-05-14T03:43:52.889Z | May 14 03:43:51.583 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1720 | 2026-05-14T03:43:54.951Z | May 14 03:43:53.645 INFO Download complete, target: DendriteStub |
| 1721 | 2026-05-14T03:43:54.981Z | May 14 03:43:53.675 INFO Download complete, target: MaghemiteMgd |
| 1722 | 2026-05-14T03:43:57.798Z | May 14 03:43:56.491 INFO Checking that binary works, target: Cockroach |
| 1723 | 2026-05-14T03:43:57.923Z | May 14 03:43:56.617 INFO Download complete, target: Cockroach |
| 1724 | 2026-05-14T03:43:59.660Z | May 14 03:43:58.352 INFO Checking that binary works, target: Clickhouse |
| 1725 | 2026-05-14T03:43:59.746Z | May 14 03:43:58.440 INFO Download complete, target: Clickhouse |
| 1726 | 2026-05-14T03:43:59.753Z | All prerequisites installed successfully |
| 1727 | 2026-05-14T03:43:59.756Z | |
| 1728 | 2026-05-14T03:43:59.756Z | real 1:59.980998291 |
| 1729 | 2026-05-14T03:43:59.756Z | user 6:58.768594192 |
| 1730 | 2026-05-14T03:43:59.756Z | sys 1:41.864118400 |
| 1731 | 2026-05-14T03:43:59.756Z | trap 0.273747708 |
| 1732 | 2026-05-14T03:43:59.756Z | tflt 1.330472473 |
| 1733 | 2026-05-14T03:43:59.756Z | dflt 2.002725127 |
| 1734 | 2026-05-14T03:43:59.756Z | kflt 0.033300303 |
| 1735 | 2026-05-14T03:43:59.756Z | lock 22:51.119422602 |
| 1736 | 2026-05-14T03:43:59.756Z | slp 18:57.800494452 |
| 1737 | 2026-05-14T03:43:59.756Z | lat 26.770144490 |
| 1738 | 2026-05-14T03:43:59.756Z | stop 2:55.911378248 |
| 1739 | 2026-05-14T03:43:59.756Z | + ptime -m cargo xtask download softnpu |
| 1740 | 2026-05-14T03:44:00.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1741 | 2026-05-14T03:44:00.323Z | Running `target/debug/xtask download softnpu` |
| 1742 | 2026-05-14T03:44:01.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1743 | 2026-05-14T03:44:01.192Z | Running `target/debug/xtask-downloader softnpu` |
| 1744 | 2026-05-14T03:44:01.235Z | May 14 03:43:59.928 INFO Starting download, target: Softnpu |
| 1745 | 2026-05-14T03:44:01.237Z | May 14 03:43:59.929 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1746 | 2026-05-14T03:44:01.808Z | May 14 03:44:00.502 INFO Download complete, target: Softnpu |
| 1747 | 2026-05-14T03:44:01.812Z | |
| 1748 | 2026-05-14T03:44:01.815Z | real 2.052718796 |
| 1749 | 2026-05-14T03:44:01.815Z | user 1.376364876 |
| 1750 | 2026-05-14T03:44:01.815Z | sys 0.677835849 |
| 1751 | 2026-05-14T03:44:01.816Z | trap 0.000770610 |
| 1752 | 2026-05-14T03:44:01.816Z | tflt 0.000084580 |
| 1753 | 2026-05-14T03:44:01.816Z | dflt 0.000168420 |
| 1754 | 2026-05-14T03:44:01.816Z | kflt 0.000000000 |
| 1755 | 2026-05-14T03:44:01.816Z | lock 10.203713166 |
| 1756 | 2026-05-14T03:44:01.817Z | slp 0.439475696 |
| 1757 | 2026-05-14T03:44:01.817Z | lat 0.088741328 |
| 1758 | 2026-05-14T03:44:01.817Z | stop 0.000176090 |
| 1759 | 2026-05-14T03:44:01.817Z | + export CARGO_INCREMENTAL=0 |
| 1760 | 2026-05-14T03:44:01.817Z | + CARGO_INCREMENTAL=0 |
| 1761 | 2026-05-14T03:44:01.817Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1762 | 2026-05-14T03:44:02.724Z | Compiling proc-macro2 v1.0.106 |
| 1763 | 2026-05-14T03:44:02.724Z | Compiling quote v1.0.45 |
| 1764 | 2026-05-14T03:44:02.724Z | Compiling unicode-ident v1.0.24 |
| 1765 | 2026-05-14T03:44:02.724Z | Compiling libc v0.2.185 |
| 1766 | 2026-05-14T03:44:02.724Z | Compiling serde_core v1.0.228 |
| 1767 | 2026-05-14T03:44:02.728Z | Compiling serde v1.0.228 |
| 1768 | 2026-05-14T03:44:02.728Z | Compiling cfg-if v1.0.4 |
| 1769 | 2026-05-14T03:44:02.728Z | Compiling version_check v0.9.5 |
| 1770 | 2026-05-14T03:44:02.728Z | Compiling find-msvc-tools v0.1.9 |
| 1771 | 2026-05-14T03:44:02.728Z | Compiling shlex v1.3.0 |
| 1772 | 2026-05-14T03:44:02.728Z | Compiling typenum v1.19.0 |
| 1773 | 2026-05-14T03:44:02.728Z | Compiling zmij v1.0.21 |
| 1774 | 2026-05-14T03:44:02.873Z | Compiling autocfg v1.5.0 |
| 1775 | 2026-05-14T03:44:02.876Z | Compiling memchr v2.8.0 |
| 1776 | 2026-05-14T03:44:02.876Z | Compiling serde_json v1.0.149 |
| 1777 | 2026-05-14T03:44:03.015Z | Compiling portable-atomic v1.13.1 |
| 1778 | 2026-05-14T03:44:03.141Z | Compiling libm v0.2.16 |
| 1779 | 2026-05-14T03:44:03.174Z | Compiling zerocopy v0.8.40 |
| 1780 | 2026-05-14T03:44:03.263Z | Compiling generic-array v0.14.7 |
| 1781 | 2026-05-14T03:44:03.266Z | Compiling smallvec v1.15.1 |
| 1782 | 2026-05-14T03:44:03.294Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-05-14T03:44:03.390Z | Compiling icu_normalizer_data v2.1.1 |
| 1784 | 2026-05-14T03:44:03.452Z | Compiling icu_properties_data v2.1.2 |
| 1785 | 2026-05-14T03:44:03.485Z | Compiling itoa v1.0.17 |
| 1786 | 2026-05-14T03:44:03.499Z | Compiling getrandom v0.4.1 |
| 1787 | 2026-05-14T03:44:03.517Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-05-14T03:44:03.520Z | Compiling log v0.4.29 |
| 1789 | 2026-05-14T03:44:03.570Z | Compiling stable_deref_trait v1.2.1 |
| 1790 | 2026-05-14T03:44:03.619Z | Compiling pkg-config v0.3.32 |
| 1791 | 2026-05-14T03:44:03.667Z | Compiling subtle v2.6.1 |
| 1792 | 2026-05-14T03:44:03.798Z | Compiling scopeguard v1.2.0 |
| 1793 | 2026-05-14T03:44:03.846Z | Compiling jobserver v0.1.34 |
| 1794 | 2026-05-14T03:44:03.860Z | Compiling getrandom v0.2.17 |
| 1795 | 2026-05-14T03:44:03.892Z | Compiling errno v0.3.14 |
| 1796 | 2026-05-14T03:44:03.908Z | Compiling lock_api v0.4.14 |
| 1797 | 2026-05-14T03:44:03.973Z | Compiling litemap v0.8.1 |
| 1798 | 2026-05-14T03:44:04.028Z | Compiling rand_core v0.6.4 |
| 1799 | 2026-05-14T03:44:04.065Z | Compiling cc v1.2.56 |
| 1800 | 2026-05-14T03:44:04.099Z | Compiling percent-encoding v2.3.2 |
| 1801 | 2026-05-14T03:44:04.128Z | Compiling writeable v0.6.2 |
| 1802 | 2026-05-14T03:44:04.212Z | Compiling syn v2.0.117 |
| 1803 | 2026-05-14T03:44:04.226Z | Compiling pin-project-lite v0.2.17 |
| 1804 | 2026-05-14T03:44:04.255Z | Compiling fnv v1.0.7 |
| 1805 | 2026-05-14T03:44:04.325Z | Compiling thiserror v2.0.18 |
| 1806 | 2026-05-14T03:44:04.405Z | Compiling getrandom v0.3.4 |
| 1807 | 2026-05-14T03:44:04.408Z | Compiling dunce v1.0.5 |
| 1808 | 2026-05-14T03:44:04.408Z | Compiling equivalent v1.0.2 |
| 1809 | 2026-05-14T03:44:04.453Z | Compiling fs_extra v1.3.0 |
| 1810 | 2026-05-14T03:44:04.467Z | Compiling rustversion v1.0.22 |
| 1811 | 2026-05-14T03:44:04.536Z | Compiling utf8_iter v1.0.4 |
| 1812 | 2026-05-14T03:44:04.536Z | Compiling rand_core v0.10.0 |
| 1813 | 2026-05-14T03:44:04.550Z | Compiling schemars v0.8.22 |
| 1814 | 2026-05-14T03:44:04.692Z | Compiling form_urlencoded v1.2.2 |
| 1815 | 2026-05-14T03:44:04.780Z | Compiling critical-section v1.2.0 |
| 1816 | 2026-05-14T03:44:04.821Z | Compiling cmake v0.1.57 |
| 1817 | 2026-05-14T03:44:04.840Z | Compiling signal-hook-registry v1.4.8 |
| 1818 | 2026-05-14T03:44:04.922Z | Compiling hashbrown v0.17.0 |
| 1819 | 2026-05-14T03:44:04.937Z | Compiling rustix v1.1.3 |
| 1820 | 2026-05-14T03:44:04.990Z | Compiling mio v1.2.0 |
| 1821 | 2026-05-14T03:44:05.072Z | Compiling socket2 v0.6.3 |
| 1822 | 2026-05-14T03:44:05.195Z | Compiling once_cell v1.21.3 |
| 1823 | 2026-05-14T03:44:05.355Z | Compiling bitflags v2.11.0 |
| 1824 | 2026-05-14T03:44:05.370Z | Compiling semver v1.0.28 |
| 1825 | 2026-05-14T03:44:05.373Z | Compiling parking_lot v0.12.5 |
| 1826 | 2026-05-14T03:44:05.417Z | Compiling ring v0.17.14 |
| 1827 | 2026-05-14T03:44:05.479Z | Compiling aws-lc-sys v0.40.0 |
| 1828 | 2026-05-14T03:44:05.491Z | Compiling indexmap v2.14.0 |
| 1829 | 2026-05-14T03:44:05.507Z | Compiling const-oid v0.9.6 |
| 1830 | 2026-05-14T03:44:05.614Z | Compiling aws-lc-rs v1.16.3 |
| 1831 | 2026-05-14T03:44:05.705Z | Compiling futures-core v0.3.32 |
| 1832 | 2026-05-14T03:44:05.744Z | Compiling httparse v1.10.1 |
| 1833 | 2026-05-14T03:44:05.843Z | Compiling thiserror v1.0.69 |
| 1834 | 2026-05-14T03:44:05.865Z | Compiling strsim v0.11.1 |
| 1835 | 2026-05-14T03:44:05.908Z | Compiling vcpkg v0.2.15 |
| 1836 | 2026-05-14T03:44:06.036Z | Compiling byteorder v1.5.0 |
| 1837 | 2026-05-14T03:44:06.130Z | Compiling iana-time-zone v0.1.65 |
| 1838 | 2026-05-14T03:44:06.182Z | Compiling ucd-trie v0.1.7 |
| 1839 | 2026-05-14T03:44:06.238Z | Compiling ident_case v1.0.1 |
| 1840 | 2026-05-14T03:44:06.238Z | Compiling syn v1.0.109 |
| 1841 | 2026-05-14T03:44:06.285Z | Compiling heck v0.5.0 |
| 1842 | 2026-05-14T03:44:06.321Z | Compiling regex-syntax v0.8.10 |
| 1843 | 2026-05-14T03:44:06.340Z | Compiling uuid v1.23.0 |
| 1844 | 2026-05-14T03:44:06.354Z | Compiling pest v2.8.6 |
| 1845 | 2026-05-14T03:44:06.418Z | Compiling rustls v0.23.37 |
| 1846 | 2026-05-14T03:44:06.439Z | Compiling cpufeatures v0.2.17 |
| 1847 | 2026-05-14T03:44:06.513Z | Compiling openssl-sys v0.9.115 |
| 1848 | 2026-05-14T03:44:06.654Z | Compiling futures-sink v0.3.32 |
| 1849 | 2026-05-14T03:44:06.657Z | Compiling rustc_version v0.4.1 |
| 1850 | 2026-05-14T03:44:06.778Z | Compiling slab v0.4.12 |
| 1851 | 2026-05-14T03:44:06.783Z | Compiling futures-channel v0.3.32 |
| 1852 | 2026-05-14T03:44:06.804Z | Compiling futures-io v0.3.32 |
| 1853 | 2026-05-14T03:44:06.937Z | Compiling futures-task v0.3.32 |
| 1854 | 2026-05-14T03:44:07.026Z | Compiling aho-corasick v1.1.4 |
| 1855 | 2026-05-14T03:44:07.058Z | Compiling synstructure v0.13.2 |
| 1856 | 2026-05-14T03:44:07.061Z | Compiling serde_derive_internals v0.29.1 |
| 1857 | 2026-05-14T03:44:07.169Z | Compiling dyn-clone v1.0.20 |
| 1858 | 2026-05-14T03:44:07.316Z | Compiling plain v0.2.3 |
| 1859 | 2026-05-14T03:44:07.332Z | Compiling openssl v0.10.79 |
| 1860 | 2026-05-14T03:44:07.348Z | Compiling base64 v0.22.1 |
| 1861 | 2026-05-14T03:44:07.448Z | Compiling pest_meta v2.8.6 |
| 1862 | 2026-05-14T03:44:07.492Z | Compiling crc32fast v1.5.0 |
| 1863 | 2026-05-14T03:44:07.591Z | Compiling num-conv v0.2.0 |
| 1864 | 2026-05-14T03:44:07.648Z | Compiling time-core v0.1.8 |
| 1865 | 2026-05-14T03:44:07.665Z | Compiling crossbeam-utils v0.8.21 |
| 1866 | 2026-05-14T03:44:07.791Z | Compiling native-tls v0.2.18 |
| 1867 | 2026-05-14T03:44:07.824Z | Compiling time-macros v0.2.27 |
| 1868 | 2026-05-14T03:44:07.841Z | Compiling pretty-hex v0.4.1 |
| 1869 | 2026-05-14T03:44:07.860Z | Compiling regex-automata v0.4.14 |
| 1870 | 2026-05-14T03:44:07.901Z | Compiling base64ct v1.8.3 |
| 1871 | 2026-05-14T03:44:07.945Z | Compiling anyhow v1.0.102 |
| 1872 | 2026-05-14T03:44:07.963Z | Compiling darling_core v0.21.3 |
| 1873 | 2026-05-14T03:44:08.038Z | Compiling pest_generator v2.8.6 |
| 1874 | 2026-05-14T03:44:08.090Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1875 | 2026-05-14T03:44:08.108Z | Compiling tracing-core v0.1.36 |
| 1876 | 2026-05-14T03:44:08.205Z | Compiling pem-rfc7468 v0.7.0 |
| 1877 | 2026-05-14T03:44:08.312Z | Compiling serde_derive v1.0.228 |
| 1878 | 2026-05-14T03:44:08.450Z | Compiling zeroize_derive v1.4.3 |
| 1879 | 2026-05-14T03:44:08.476Z | Compiling zerofrom-derive v0.1.6 |
| 1880 | 2026-05-14T03:44:08.491Z | Compiling yoke-derive v0.8.1 |
| 1881 | 2026-05-14T03:44:08.494Z | Compiling zerovec-derive v0.11.2 |
| 1882 | 2026-05-14T03:44:08.494Z | Compiling displaydoc v0.2.5 |
| 1883 | 2026-05-14T03:44:08.676Z | Compiling zerocopy-derive v0.8.40 |
| 1884 | 2026-05-14T03:44:08.720Z | Compiling tokio-macros v2.7.0 |
| 1885 | 2026-05-14T03:44:08.798Z | Compiling futures-macro v0.3.32 |
| 1886 | 2026-05-14T03:44:09.052Z | Compiling zeroize v1.8.2 |
| 1887 | 2026-05-14T03:44:09.193Z | Compiling thiserror-impl v2.0.18 |
| 1888 | 2026-05-14T03:44:09.411Z | Compiling schemars_derive v0.8.22 |
| 1889 | 2026-05-14T03:44:09.439Z | Compiling tracing-attributes v0.1.31 |
| 1890 | 2026-05-14T03:44:09.560Z | Compiling der_derive v0.7.3 |
| 1891 | 2026-05-14T03:44:09.586Z | Compiling thiserror-impl v1.0.69 |
| 1892 | 2026-05-14T03:44:09.604Z | Compiling zerofrom v0.1.6 |
| 1893 | 2026-05-14T03:44:09.747Z | Compiling yoke v0.8.1 |
| 1894 | 2026-05-14T03:44:09.864Z | Compiling crypto-common v0.1.7 |
| 1895 | 2026-05-14T03:44:09.963Z | Compiling zerovec v0.11.5 |
| 1896 | 2026-05-14T03:44:10.028Z | Compiling zerotrie v0.2.3 |
| 1897 | 2026-05-14T03:44:10.091Z | Compiling block-buffer v0.10.4 |
| 1898 | 2026-05-14T03:44:10.405Z | Compiling digest v0.10.7 |
| 1899 | 2026-05-14T03:44:10.482Z | Compiling pest_derive v2.8.6 |
| 1900 | 2026-05-14T03:44:10.552Z | Compiling tinystr v0.8.2 |
| 1901 | 2026-05-14T03:44:10.568Z | Compiling potential_utf v0.1.4 |
| 1902 | 2026-05-14T03:44:10.608Z | Compiling futures-util v0.3.32 |
| 1903 | 2026-05-14T03:44:10.677Z | Compiling hmac v0.12.1 |
| 1904 | 2026-05-14T03:44:10.693Z | Compiling icu_collections v2.1.1 |
| 1905 | 2026-05-14T03:44:10.773Z | Compiling icu_locale_core v2.1.1 |
| 1906 | 2026-05-14T03:44:10.884Z | Compiling block-padding v0.3.3 |
| 1907 | 2026-05-14T03:44:10.937Z | Compiling rustls-pki-types v1.14.0 |
| 1908 | 2026-05-14T03:44:10.959Z | Compiling openssl-macros v0.1.1 |
| 1909 | 2026-05-14T03:44:11.314Z | Compiling inout v0.1.4 |
| 1910 | 2026-05-14T03:44:11.364Z | Compiling sha2 v0.10.9 |
| 1911 | 2026-05-14T03:44:11.445Z | Compiling cipher v0.4.4 |
| 1912 | 2026-05-14T03:44:11.488Z | Compiling bytes v1.11.1 |
| 1913 | 2026-05-14T03:44:11.569Z | Compiling icu_provider v2.1.1 |
| 1914 | 2026-05-14T03:44:11.607Z | Compiling chrono v0.4.44 |
| 1915 | 2026-05-14T03:44:11.731Z | Compiling serde_tokenstream v0.2.3 |
| 1916 | 2026-05-14T03:44:11.918Z | Compiling icu_properties v2.1.2 |
| 1917 | 2026-05-14T03:44:11.975Z | Compiling icu_normalizer v2.1.1 |
| 1918 | 2026-05-14T03:44:11.999Z | Compiling tokio v1.52.1 |
| 1919 | 2026-05-14T03:44:12.442Z | Compiling scroll_derive v0.13.1 |
| 1920 | 2026-05-14T03:44:12.663Z | Compiling scroll_derive v0.12.1 |
| 1921 | 2026-05-14T03:44:13.031Z | Compiling idna_adapter v1.2.1 |
| 1922 | 2026-05-14T03:44:13.160Z | Compiling idna v1.1.0 |
| 1923 | 2026-05-14T03:44:13.196Z | Compiling ppv-lite86 v0.2.21 |
| 1924 | 2026-05-14T03:44:13.227Z | Compiling http v1.4.0 |
| 1925 | 2026-05-14T03:44:13.381Z | Compiling flagset v0.4.7 |
| 1926 | 2026-05-14T03:44:13.440Z | Compiling untrusted v0.9.0 |
| 1927 | 2026-05-14T03:44:13.617Z | Compiling url v2.5.8 |
| 1928 | 2026-05-14T03:44:13.617Z | Compiling der v0.7.10 |
| 1929 | 2026-05-14T03:44:13.660Z | Compiling tracing v0.1.44 |
| 1930 | 2026-05-14T03:44:13.743Z | Compiling darling_macro v0.21.3 |
| 1931 | 2026-05-14T03:44:13.804Z | Compiling regex v1.12.3 |
| 1932 | 2026-05-14T03:44:13.833Z | Compiling zerocopy-derive v0.7.35 |
| 1933 | 2026-05-14T03:44:14.012Z | Compiling rand_core v0.9.5 |
| 1934 | 2026-05-14T03:44:14.232Z | Compiling slog v2.8.2 |
| 1935 | 2026-05-14T03:44:14.484Z | Compiling spki v0.7.3 |
| 1936 | 2026-05-14T03:44:14.675Z | Compiling darling v0.21.3 |
| 1937 | 2026-05-14T03:44:14.704Z | Compiling salsa20 v0.10.2 |
| 1938 | 2026-05-14T03:44:14.747Z | Compiling pbkdf2 v0.12.2 |
| 1939 | 2026-05-14T03:44:15.235Z | Compiling cookie v0.18.1 |
| 1940 | 2026-05-14T03:44:15.265Z | Compiling camino v1.2.2 |
| 1941 | 2026-05-14T03:44:15.598Z | Compiling scrypt v0.11.0 |
| 1942 | 2026-05-14T03:44:15.601Z | Compiling http-body v1.0.1 |
| 1943 | 2026-05-14T03:44:15.629Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-05-14T03:44:15.690Z | Compiling tokio-util v0.7.18 |
| 1945 | 2026-05-14T03:44:15.779Z | Compiling aes v0.8.4 |
| 1946 | 2026-05-14T03:44:15.816Z | Compiling cbc v0.1.2 |
| 1947 | 2026-05-14T03:44:15.977Z | Compiling usdt-impl v0.5.0 |
| 1948 | 2026-05-14T03:44:16.011Z | Compiling paste v1.0.15 |
| 1949 | 2026-05-14T03:44:16.042Z | Compiling either v1.15.0 |
| 1950 | 2026-05-14T03:44:16.058Z | Compiling winnow v0.7.14 |
| 1951 | 2026-05-14T03:44:16.161Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-14T03:44:16.167Z | Compiling unicode-segmentation v1.12.0 |
| 1953 | 2026-05-14T03:44:16.217Z | Compiling untrusted v0.7.1 |
| 1954 | 2026-05-14T03:44:16.272Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-05-14T03:44:16.287Z | Compiling atomic-waker v1.1.2 |
| 1956 | 2026-05-14T03:44:16.379Z | Compiling usdt-impl v0.6.0 |
| 1957 | 2026-05-14T03:44:16.442Z | Compiling openssl-probe v0.2.1 |
| 1958 | 2026-05-14T03:44:16.584Z | Compiling tinyvec v1.10.0 |
| 1959 | 2026-05-14T03:44:16.619Z | Compiling pkcs5 v0.7.1 |
| 1960 | 2026-05-14T03:44:16.711Z | Compiling rand v0.9.2 |
| 1961 | 2026-05-14T03:44:17.054Z | Compiling scroll v0.12.0 |
| 1962 | 2026-05-14T03:44:17.075Z | Compiling scroll v0.13.0 |
| 1963 | 2026-05-14T03:44:17.117Z | Compiling toml_datetime v0.6.11 |
| 1964 | 2026-05-14T03:44:17.150Z | Compiling serde_spanned v0.6.9 |
| 1965 | 2026-05-14T03:44:17.284Z | Compiling async-trait v0.1.89 |
| 1966 | 2026-05-14T03:44:17.312Z | Compiling heapless v0.7.17 |
| 1967 | 2026-05-14T03:44:17.347Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1968 | 2026-05-14T03:44:17.384Z | Compiling tower-service v0.3.3 |
| 1969 | 2026-05-14T03:44:17.554Z | Compiling tower-layer v0.3.3 |
| 1970 | 2026-05-14T03:44:17.569Z | Compiling fastrand v2.3.0 |
| 1971 | 2026-05-14T03:44:17.583Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-05-14T03:44:17.662Z | Compiling zstd-safe v7.2.4 |
| 1973 | 2026-05-14T03:44:17.801Z | Compiling signal-hook v0.3.18 |
| 1974 | 2026-05-14T03:44:17.825Z | Compiling want v0.3.1 |
| 1975 | 2026-05-14T03:44:17.840Z | Compiling h2 v0.4.13 |
| 1976 | 2026-05-14T03:44:17.905Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1977 | 2026-05-14T03:44:18.003Z | Compiling goblin v0.10.5 |
| 1978 | 2026-05-14T03:44:18.022Z | Compiling goblin v0.8.2 |
| 1979 | 2026-05-14T03:44:18.178Z | Compiling pkcs8 v0.10.2 |
| 1980 | 2026-05-14T03:44:18.324Z | Compiling heck v0.4.1 |
| 1981 | 2026-05-14T03:44:18.397Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-14T03:44:18.481Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-14T03:44:18.547Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-14T03:44:18.675Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-05-14T03:44:18.929Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-05-14T03:44:18.952Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1987 | 2026-05-14T03:44:19.108Z | Compiling memoffset v0.9.1 |
| 1988 | 2026-05-14T03:44:19.200Z | Compiling rustix v0.38.44 |
| 1989 | 2026-05-14T03:44:19.248Z | Compiling pin-utils v0.1.0 |
| 1990 | 2026-05-14T03:44:19.329Z | Compiling httpdate v1.0.3 |
| 1991 | 2026-05-14T03:44:19.696Z | Compiling foreign-types-shared v0.1.1 |
| 1992 | 2026-05-14T03:44:19.736Z | Compiling winnow v0.5.40 |
| 1993 | 2026-05-14T03:44:19.753Z | Compiling litrs v1.0.0 |
| 1994 | 2026-05-14T03:44:19.806Z | Compiling foreign-types v0.3.2 |
| 1995 | 2026-05-14T03:44:19.845Z | Compiling tempfile v3.25.0 |
| 1996 | 2026-05-14T03:44:20.199Z | Compiling dof v0.3.0 |
| 1997 | 2026-05-14T03:44:20.229Z | Compiling document-features v0.2.12 |
| 1998 | 2026-05-14T03:44:20.587Z | Compiling unicode-normalization v0.1.25 |
| 1999 | 2026-05-14T03:44:20.646Z | Compiling darling_macro v0.20.11 |
| 2000 | 2026-05-14T03:44:20.768Z | Compiling hyper v1.8.1 |
| 2001 | 2026-05-14T03:44:20.812Z | Compiling dof v0.4.0 |
| 2002 | 2026-05-14T03:44:20.826Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2026-05-14T03:44:21.060Z | Compiling toml_edit v0.19.15 |
| 2004 | 2026-05-14T03:44:21.129Z | Compiling dtrace-parser v0.3.0 |
| 2005 | 2026-05-14T03:44:21.188Z | Compiling pin-project-internal v1.1.11 |
| 2006 | 2026-05-14T03:44:21.299Z | Compiling daft-derive v0.1.5 |
| 2007 | 2026-05-14T03:44:21.457Z | Compiling spin v0.9.8 |
| 2008 | 2026-05-14T03:44:21.462Z | Compiling thread-id v5.1.0 |
| 2009 | 2026-05-14T03:44:21.472Z | Compiling thread-id v4.2.2 |
| 2010 | 2026-05-14T03:44:21.560Z | Compiling num-bigint-dig v0.8.6 |
| 2011 | 2026-05-14T03:44:21.578Z | Compiling powerfmt v0.2.0 |
| 2012 | 2026-05-14T03:44:21.753Z | Compiling smoltcp v0.9.1 |
| 2013 | 2026-05-14T03:44:21.780Z | Compiling cfg_aliases v0.2.1 |
| 2014 | 2026-05-14T03:44:21.793Z | Compiling deranged v0.5.8 |
| 2015 | 2026-05-14T03:44:21.885Z | Compiling nix v0.31.2 |
| 2016 | 2026-05-14T03:44:21.903Z | Compiling hyper-util v0.1.20 |
| 2017 | 2026-05-14T03:44:22.260Z | Compiling darling v0.20.11 |
| 2018 | 2026-05-14T03:44:22.375Z | Compiling rustls-native-certs v0.8.3 |
| 2019 | 2026-05-14T03:44:22.430Z | Compiling ipnetwork v0.21.1 |
| 2020 | 2026-05-14T03:44:22.823Z | Compiling strum_macros v0.26.4 |
| 2021 | 2026-05-14T03:44:23.008Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2022 | 2026-05-14T03:44:23.219Z | Compiling sync_wrapper v1.0.2 |
| 2023 | 2026-05-14T03:44:23.244Z | Compiling wait-timeout v0.2.1 |
| 2024 | 2026-05-14T03:44:23.381Z | Compiling simd-adler32 v0.3.8 |
| 2025 | 2026-05-14T03:44:23.494Z | Compiling anstyle v1.0.13 |
| 2026 | 2026-05-14T03:44:23.580Z | Compiling siphasher v1.0.2 |
| 2027 | 2026-05-14T03:44:23.638Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-05-14T03:44:23.758Z | Compiling utf8parse v0.2.2 |
| 2029 | 2026-05-14T03:44:23.782Z | Compiling num_threads v0.1.7 |
| 2030 | 2026-05-14T03:44:23.839Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-05-14T03:44:23.999Z | Compiling rusty-fork v0.3.1 |
| 2032 | 2026-05-14T03:44:24.005Z | Compiling time v0.3.47 |
| 2033 | 2026-05-14T03:44:24.107Z | Compiling bit-set v0.8.0 |
| 2034 | 2026-05-14T03:44:24.293Z | Compiling anstyle-parse v0.2.7 |
| 2035 | 2026-05-14T03:44:24.334Z | Compiling tower v0.5.3 |
| 2036 | 2026-05-14T03:44:24.500Z | Compiling derive_builder_core v0.20.2 |
| 2037 | 2026-05-14T03:44:24.545Z | Compiling snafu-derive v0.8.9 |
| 2038 | 2026-05-14T03:44:24.823Z | Compiling http-body-util v0.1.3 |
| 2039 | 2026-05-14T03:44:25.031Z | Compiling webpki-roots v1.0.6 |
| 2040 | 2026-05-14T03:44:25.103Z | Compiling rand_xorshift v0.4.0 |
| 2041 | 2026-05-14T03:44:25.125Z | Compiling signature v2.2.0 |
| 2042 | 2026-05-14T03:44:25.169Z | Compiling hubpack_derive v0.1.1 |
| 2043 | 2026-05-14T03:44:25.265Z | Compiling strum_macros v0.27.2 |
| 2044 | 2026-05-14T03:44:25.355Z | Compiling fs-err v3.3.0 |
| 2045 | 2026-05-14T03:44:25.415Z | Compiling ahash v0.8.12 |
| 2046 | 2026-05-14T03:44:25.501Z | Compiling encoding_rs v0.8.35 |
| 2047 | 2026-05-14T03:44:25.653Z | Compiling allocator-api2 v0.2.21 |
| 2048 | 2026-05-14T03:44:25.657Z | Compiling iri-string v0.7.10 |
| 2049 | 2026-05-14T03:44:25.718Z | Compiling ryu v1.0.23 |
| 2050 | 2026-05-14T03:44:25.784Z | Compiling unarray v0.1.4 |
| 2051 | 2026-05-14T03:44:25.934Z | Compiling adler2 v2.0.1 |
| 2052 | 2026-05-14T03:44:25.950Z | Compiling unicode-properties v0.1.4 |
| 2053 | 2026-05-14T03:44:25.966Z | Compiling is_terminal_polyfill v1.70.2 |
| 2054 | 2026-05-14T03:44:26.039Z | Compiling object v0.37.3 |
| 2055 | 2026-05-14T03:44:26.083Z | Compiling unicode-bidi v0.3.18 |
| 2056 | 2026-05-14T03:44:26.099Z | Compiling anstyle-query v1.1.5 |
| 2057 | 2026-05-14T03:44:26.102Z | Compiling colorchoice v1.0.4 |
| 2058 | 2026-05-14T03:44:26.194Z | Compiling mime v0.3.17 |
| 2059 | 2026-05-14T03:44:26.223Z | Compiling anstream v0.6.21 |
| 2060 | 2026-05-14T03:44:26.274Z | Compiling miniz_oxide v0.8.9 |
| 2061 | 2026-05-14T03:44:26.317Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-05-14T03:44:26.393Z | Compiling proptest v1.10.0 |
| 2063 | 2026-05-14T03:44:26.531Z | Compiling stringprep v0.1.5 |
| 2064 | 2026-05-14T03:44:26.852Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-05-14T03:44:26.868Z | Compiling tower-http v0.6.8 |
| 2066 | 2026-05-14T03:44:26.927Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-05-14T03:44:26.994Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-05-14T03:44:27.089Z | Compiling usdt-macro v0.6.0 |
| 2069 | 2026-05-14T03:44:27.451Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-05-14T03:44:27.471Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-05-14T03:44:27.560Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-05-14T03:44:27.563Z | Compiling bstr v1.12.1 |
| 2073 | 2026-05-14T03:44:27.734Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-05-14T03:44:27.763Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-05-14T03:44:27.807Z | Compiling vergen-lib v0.1.6 |
| 2076 | 2026-05-14T03:44:27.834Z | Compiling ff v0.13.1 |
| 2077 | 2026-05-14T03:44:28.014Z | Compiling fallible-iterator v0.2.0 |
| 2078 | 2026-05-14T03:44:28.078Z | Compiling zlib-rs v0.6.2 |
| 2079 | 2026-05-14T03:44:28.094Z | Compiling psl-types v2.0.11 |
| 2080 | 2026-05-14T03:44:28.111Z | Compiling base16ct v0.2.0 |
| 2081 | 2026-05-14T03:44:28.210Z | Compiling publicsuffix v2.3.0 |
| 2082 | 2026-05-14T03:44:28.237Z | Compiling num-iter v0.1.45 |
| 2083 | 2026-05-14T03:44:28.289Z | Compiling sec1 v0.7.3 |
| 2084 | 2026-05-14T03:44:28.304Z | Compiling postgres-protocol v0.6.10 |
| 2085 | 2026-05-14T03:44:28.321Z | Compiling group v0.13.0 |
| 2086 | 2026-05-14T03:44:28.402Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-05-14T03:44:28.678Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-14T03:44:29.204Z | Compiling oxnet v0.1.4 |
| 2089 | 2026-05-14T03:44:29.276Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-05-14T03:44:29.293Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-05-14T03:44:29.425Z | Compiling phf_shared v0.13.1 |
| 2092 | 2026-05-14T03:44:29.531Z | Compiling pin-project v1.1.11 |
| 2093 | 2026-05-14T03:44:29.585Z | Compiling lazy_static v1.5.0 |
| 2094 | 2026-05-14T03:44:29.698Z | Compiling terminal_size v0.4.3 |
| 2095 | 2026-05-14T03:44:29.714Z | Compiling serde_with_macros v3.17.0 |
| 2096 | 2026-05-14T03:44:29.731Z | Compiling futures-executor v0.3.32 |
| 2097 | 2026-05-14T03:44:29.745Z | Compiling cargo-platform v0.1.9 |
| 2098 | 2026-05-14T03:44:29.748Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-14T03:44:29.959Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-14T03:44:29.982Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-05-14T03:44:30.004Z | Compiling serde_repr v0.1.20 |
| 2102 | 2026-05-14T03:44:30.046Z | Compiling clap_derive v4.5.55 |
| 2103 | 2026-05-14T03:44:30.128Z | Compiling flate2 v1.1.9 |
| 2104 | 2026-05-14T03:44:30.186Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-05-14T03:44:30.328Z | Compiling enum-as-inner v0.6.1 |
| 2106 | 2026-05-14T03:44:30.365Z | Compiling vergen v9.0.6 |
| 2107 | 2026-05-14T03:44:30.418Z | Compiling foldhash v0.2.0 |
| 2108 | 2026-05-14T03:44:30.558Z | Compiling foldhash v0.1.5 |
| 2109 | 2026-05-14T03:44:30.577Z | Compiling same-file v1.0.6 |
| 2110 | 2026-05-14T03:44:30.644Z | Compiling bumpalo v3.20.2 |
| 2111 | 2026-05-14T03:44:30.675Z | Compiling bitflags v1.3.2 |
| 2112 | 2026-05-14T03:44:30.745Z | Compiling libbz2-rs-sys v0.2.2 |
| 2113 | 2026-05-14T03:44:30.791Z | Compiling managed v0.8.0 |
| 2114 | 2026-05-14T03:44:30.817Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-05-14T03:44:30.899Z | Compiling zopfli v0.8.3 |
| 2116 | 2026-05-14T03:44:30.945Z | Compiling elliptic-curve v0.13.8 |
| 2117 | 2026-05-14T03:44:31.085Z | Compiling clap_builder v4.5.60 |
| 2118 | 2026-05-14T03:44:31.147Z | Compiling walkdir v2.5.0 |
| 2119 | 2026-05-14T03:44:31.200Z | Compiling bzip2 v0.6.1 |
| 2120 | 2026-05-14T03:44:31.316Z | Compiling hashbrown v0.15.5 |
| 2121 | 2026-05-14T03:44:31.410Z | Compiling hashbrown v0.16.1 |
| 2122 | 2026-05-14T03:44:31.443Z | Compiling cargo_metadata v0.19.2 |
| 2123 | 2026-05-14T03:44:31.487Z | Compiling futures v0.3.32 |
| 2124 | 2026-05-14T03:44:31.918Z | Compiling zstd v0.13.3 |
| 2125 | 2026-05-14T03:44:32.023Z | Compiling snafu v0.8.9 |
| 2126 | 2026-05-14T03:44:32.193Z | Compiling phf v0.13.1 |
| 2127 | 2026-05-14T03:44:32.209Z | Compiling daft v0.1.5 |
| 2128 | 2026-05-14T03:44:32.211Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-05-14T03:44:32.372Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-05-14T03:44:32.389Z | Compiling postgres-types v0.2.12 |
| 2131 | 2026-05-14T03:44:32.494Z | Compiling bzip2 v0.4.4 |
| 2132 | 2026-05-14T03:44:32.682Z | Compiling globset v0.4.18 |
| 2133 | 2026-05-14T03:44:32.698Z | Compiling strum v0.27.2 |
| 2134 | 2026-05-14T03:44:32.869Z | Compiling hubpack v0.1.2 |
| 2135 | 2026-05-14T03:44:32.922Z | Compiling ed25519 v2.2.3 |
| 2136 | 2026-05-14T03:44:32.956Z | Compiling phf_shared v0.11.3 |
| 2137 | 2026-05-14T03:44:33.023Z | Compiling crossbeam-epoch v0.9.18 |
| 2138 | 2026-05-14T03:44:33.129Z | Compiling olpc-cjson v0.1.4 |
| 2139 | 2026-05-14T03:44:33.151Z | Compiling pkcs1 v0.7.5 |
| 2140 | 2026-05-14T03:44:33.183Z | Compiling pem v3.0.6 |
| 2141 | 2026-05-14T03:44:33.317Z | Compiling serde-big-array v0.5.1 |
| 2142 | 2026-05-14T03:44:33.320Z | Compiling serde_plain v1.0.2 |
| 2143 | 2026-05-14T03:44:33.413Z | Compiling rfc6979 v0.4.0 |
| 2144 | 2026-05-14T03:44:33.488Z | Compiling float-cmp v0.10.0 |
| 2145 | 2026-05-14T03:44:33.488Z | Compiling memmap2 v0.9.10 |
| 2146 | 2026-05-14T03:44:33.545Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-05-14T03:44:33.548Z | Compiling data-encoding v2.10.0 |
| 2148 | 2026-05-14T03:44:33.548Z | Compiling predicates-core v1.0.10 |
| 2149 | 2026-05-14T03:44:33.594Z | Compiling toml_write v0.1.2 |
| 2150 | 2026-05-14T03:44:33.597Z | Compiling keccak v0.1.6 |
| 2151 | 2026-05-14T03:44:33.625Z | Compiling static_assertions v1.1.0 |
| 2152 | 2026-05-14T03:44:33.715Z | Compiling fixedbitset v0.5.7 |
| 2153 | 2026-05-14T03:44:33.734Z | Compiling jiff v0.2.21 |
| 2154 | 2026-05-14T03:44:33.749Z | Compiling whoami v2.1.0 |
| 2155 | 2026-05-14T03:44:33.814Z | Compiling typed-path v0.9.3 |
| 2156 | 2026-05-14T03:44:33.831Z | Compiling normalize-line-endings v0.3.0 |
| 2157 | 2026-05-14T03:44:33.846Z | Compiling fixedbitset v0.4.2 |
| 2158 | 2026-05-14T03:44:33.860Z | Compiling rustc-hash v2.1.1 |
| 2159 | 2026-05-14T03:44:33.897Z | Compiling new_debug_unreachable v1.0.6 |
| 2160 | 2026-05-14T03:44:33.985Z | Compiling precomputed-hash v0.1.1 |
| 2161 | 2026-05-14T03:44:34.002Z | Compiling difflib v0.4.0 |
| 2162 | 2026-05-14T03:44:34.022Z | Compiling petgraph v0.6.5 |
| 2163 | 2026-05-14T03:44:34.068Z | Compiling string_cache v0.8.9 |
| 2164 | 2026-05-14T03:44:34.102Z | Compiling tokio-postgres v0.7.16 |
| 2165 | 2026-05-14T03:44:34.105Z | Compiling iddqd v0.3.18 |
| 2166 | 2026-05-14T03:44:34.136Z | Compiling petgraph v0.8.3 |
| 2167 | 2026-05-14T03:44:34.302Z | Compiling predicates v3.1.4 |
| 2168 | 2026-05-14T03:44:34.461Z | Compiling hickory-proto v0.25.2 |
| 2169 | 2026-05-14T03:44:34.884Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-05-14T03:44:34.931Z | Compiling sha3 v0.10.8 |
| 2171 | 2026-05-14T03:44:34.971Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-05-14T03:44:35.065Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2173 | 2026-05-14T03:44:35.214Z | Compiling usdt v0.6.0 |
| 2174 | 2026-05-14T03:44:35.307Z | Compiling ecdsa v0.16.9 |
| 2175 | 2026-05-14T03:44:35.548Z | Compiling rsa v0.9.10 |
| 2176 | 2026-05-14T03:44:35.599Z | Compiling ed25519-dalek v2.2.0 |
| 2177 | 2026-05-14T03:44:36.166Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-05-14T03:44:36.206Z | Compiling zip v0.6.6 |
| 2179 | 2026-05-14T03:44:36.222Z | Compiling clap v4.5.60 |
| 2180 | 2026-05-14T03:44:36.539Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-14T03:44:36.747Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-05-14T03:44:36.959Z | Compiling similar v2.7.0 |
| 2183 | 2026-05-14T03:44:36.977Z | Compiling strum v0.26.3 |
| 2184 | 2026-05-14T03:44:37.127Z | Compiling toml v0.7.8 |
| 2185 | 2026-05-14T03:44:37.366Z | Compiling tokio-stream v0.1.18 |
| 2186 | 2026-05-14T03:44:37.381Z | Compiling itertools v0.13.0 |
| 2187 | 2026-05-14T03:44:37.454Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-05-14T03:44:37.650Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-05-14T03:44:37.860Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2190 | 2026-05-14T03:44:37.973Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-05-14T03:44:38.055Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-05-14T03:44:38.313Z | Compiling lalrpop-util v0.19.12 |
| 2193 | 2026-05-14T03:44:38.542Z | Compiling peg-runtime v0.8.5 |
| 2194 | 2026-05-14T03:44:52.918Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-05-14T03:44:54.792Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-05-14T03:44:54.857Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-05-14T03:44:54.990Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-05-14T03:44:55.093Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-05-14T03:44:55.230Z | Compiling itertools v0.14.0 |
| 2200 | 2026-05-14T03:44:55.306Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-05-14T03:44:55.343Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-14T03:44:55.381Z | Compiling heapless v0.8.0 |
| 2203 | 2026-05-14T03:44:55.516Z | Compiling rustls v0.22.4 |
| 2204 | 2026-05-14T03:44:55.632Z | Compiling crossbeam-deque v0.8.6 |
| 2205 | 2026-05-14T03:44:55.764Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-05-14T03:44:55.795Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-05-14T03:44:55.812Z | Compiling rustls-webpki v0.102.8 |
| 2208 | 2026-05-14T03:44:55.890Z | Compiling hash32 v0.3.1 |
| 2209 | 2026-05-14T03:44:55.906Z | Compiling multer v3.1.0 |
| 2210 | 2026-05-14T03:44:55.911Z | Compiling structmeta v0.3.0 |
| 2211 | 2026-05-14T03:44:55.969Z | Compiling thread_local v1.1.9 |
| 2212 | 2026-05-14T03:44:56.084Z | Compiling compression-core v0.4.31 |
| 2213 | 2026-05-14T03:44:56.132Z | Compiling match_cfg v0.1.0 |
| 2214 | 2026-05-14T03:44:56.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2215 | 2026-05-14T03:44:56.226Z | Compiling slog-async v2.8.0 |
| 2216 | 2026-05-14T03:44:56.283Z | Compiling smoltcp v0.11.0 |
| 2217 | 2026-05-14T03:44:56.307Z | Compiling unicode-width v0.2.0 |
| 2218 | 2026-05-14T03:44:56.358Z | Compiling proc-macro-crate v3.4.0 |
| 2219 | 2026-05-14T03:44:56.427Z | Compiling compression-codecs v0.4.37 |
| 2220 | 2026-05-14T03:44:56.448Z | Compiling hostname v0.3.1 |
| 2221 | 2026-05-14T03:44:56.539Z | Compiling ingot-macros v0.1.1 |
| 2222 | 2026-05-14T03:44:56.568Z | Compiling derive-ex v0.1.8 |
| 2223 | 2026-05-14T03:44:56.691Z | Compiling slog-json v2.6.1 |
| 2224 | 2026-05-14T03:44:56.727Z | Compiling tokio-rustls v0.26.4 |
| 2225 | 2026-05-14T03:44:56.814Z | Compiling rustls-platform-verifier v0.6.2 |
| 2226 | 2026-05-14T03:44:56.841Z | Compiling crossbeam-channel v0.5.15 |
| 2227 | 2026-05-14T03:44:56.999Z | Compiling hyper-rustls v0.27.7 |
| 2228 | 2026-05-14T03:44:57.046Z | Compiling half v2.7.1 |
| 2229 | 2026-05-14T03:44:57.062Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-14T03:44:57.161Z | Compiling cobs v0.3.0 |
| 2231 | 2026-05-14T03:44:57.335Z | Compiling reqwest v0.12.28 |
| 2232 | 2026-05-14T03:44:57.423Z | Compiling reqwest v0.13.2 |
| 2233 | 2026-05-14T03:44:57.455Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2234 | 2026-05-14T03:44:57.530Z | Compiling universal-hash v0.5.1 |
| 2235 | 2026-05-14T03:44:57.649Z | Compiling async-stream-impl v0.3.6 |
| 2236 | 2026-05-14T03:44:57.702Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2237 | 2026-05-14T03:44:57.791Z | Compiling serde_spanned v1.0.4 |
| 2238 | 2026-05-14T03:44:57.979Z | Compiling is-terminal v0.4.17 |
| 2239 | 2026-05-14T03:44:58.093Z | Compiling dropshot v0.17.0 |
| 2240 | 2026-05-14T03:44:58.109Z | Compiling proc-macro-error-attr v1.0.4 |
| 2241 | 2026-05-14T03:44:58.161Z | Compiling ciborium-io v0.2.2 |
| 2242 | 2026-05-14T03:44:58.187Z | Compiling convert_case v0.4.0 |
| 2243 | 2026-05-14T03:44:58.236Z | Compiling term v1.2.1 |
| 2244 | 2026-05-14T03:44:58.360Z | Compiling take_mut v0.2.2 |
| 2245 | 2026-05-14T03:44:58.368Z | Compiling opaque-debug v0.3.1 |
| 2246 | 2026-05-14T03:44:58.368Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2247 | 2026-05-14T03:44:58.417Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2248 | 2026-05-14T03:44:58.451Z | Compiling poly1305 v0.8.0 |
| 2249 | 2026-05-14T03:44:58.508Z | Compiling thiserror-no-std v2.0.2 |
| 2250 | 2026-05-14T03:44:58.521Z | Compiling derive_more v0.99.20 |
| 2251 | 2026-05-14T03:44:58.575Z | Compiling slog-term v2.9.2 |
| 2252 | 2026-05-14T03:44:58.611Z | Compiling tokio-rustls v0.25.0 |
| 2253 | 2026-05-14T03:44:58.687Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2254 | 2026-05-14T03:44:58.776Z | Compiling ciborium-ll v0.2.2 |
| 2255 | 2026-05-14T03:44:58.882Z | Compiling tough v0.22.0 |
| 2256 | 2026-05-14T03:44:59.059Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-05-14T03:44:59.096Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-05-14T03:44:59.141Z | Compiling ingot-types v0.1.2 |
| 2259 | 2026-05-14T03:44:59.278Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2260 | 2026-05-14T03:44:59.623Z | Compiling ingot v0.1.1 |
| 2261 | 2026-05-14T03:44:59.700Z | Compiling postcard v1.1.3 |
| 2262 | 2026-05-14T03:45:00.058Z | Compiling slog-bunyan v2.5.0 |
| 2263 | 2026-05-14T03:45:00.105Z | Compiling num_enum_derive v0.7.5 |
| 2264 | 2026-05-14T03:45:00.343Z | Compiling async-compression v0.4.41 |
| 2265 | 2026-05-14T03:45:00.396Z | Compiling parse-display-derive v0.10.0 |
| 2266 | 2026-05-14T03:45:00.739Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2267 | 2026-05-14T03:45:00.742Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2268 | 2026-05-14T03:45:00.781Z | Compiling proc-macro-crate v1.3.1 |
| 2269 | 2026-05-14T03:45:00.866Z | Compiling backon v1.6.0 |
| 2270 | 2026-05-14T03:45:01.048Z | Compiling waitgroup v0.1.2 |
| 2271 | 2026-05-14T03:45:01.116Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2272 | 2026-05-14T03:45:01.147Z | Compiling password-hash v0.5.0 |
| 2273 | 2026-05-14T03:45:01.167Z | Compiling chacha20 v0.9.1 |
| 2274 | 2026-05-14T03:45:01.237Z | Compiling dropshot_endpoint v0.17.0 |
| 2275 | 2026-05-14T03:45:01.255Z | Compiling rustls-pemfile v2.2.0 |
| 2276 | 2026-05-14T03:45:01.481Z | Compiling blake2 v0.10.6 |
| 2277 | 2026-05-14T03:45:01.497Z | Compiling aead v0.5.2 |
| 2278 | 2026-05-14T03:45:01.591Z | Compiling foreign-types-macros v0.2.3 |
| 2279 | 2026-05-14T03:45:01.718Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2280 | 2026-05-14T03:45:01.898Z | Compiling serde_path_to_error v0.1.20 |
| 2281 | 2026-05-14T03:45:01.913Z | Compiling hostname v0.4.2 |
| 2282 | 2026-05-14T03:45:02.014Z | Compiling proc-macro-error v1.0.4 |
| 2283 | 2026-05-14T03:45:02.055Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2284 | 2026-05-14T03:45:02.107Z | Compiling instant v0.1.13 |
| 2285 | 2026-05-14T03:45:02.144Z | Compiling cpufeatures v0.3.0 |
| 2286 | 2026-05-14T03:45:02.160Z | Compiling foreign-types-shared v0.3.1 |
| 2287 | 2026-05-14T03:45:02.206Z | Compiling debug-ignore v1.0.5 |
| 2288 | 2026-05-14T03:45:02.240Z | Compiling typeid v1.0.3 |
| 2289 | 2026-05-14T03:45:02.256Z | Compiling foreign-types v0.5.0 |
| 2290 | 2026-05-14T03:45:02.287Z | Compiling chacha20 v0.10.0 |
| 2291 | 2026-05-14T03:45:02.291Z | Compiling backoff v0.4.0 |
| 2292 | 2026-05-14T03:45:02.338Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2293 | 2026-05-14T03:45:02.360Z | Compiling parse-display v0.10.0 |
| 2294 | 2026-05-14T03:45:02.377Z | Compiling argon2 v0.5.3 |
| 2295 | 2026-05-14T03:45:02.377Z | Compiling chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-14T03:45:02.407Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2297 | 2026-05-14T03:45:02.410Z | Compiling num_enum_derive v0.5.11 |
| 2298 | 2026-05-14T03:45:02.521Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2299 | 2026-05-14T03:45:02.540Z | Compiling num_enum v0.7.5 |
| 2300 | 2026-05-14T03:45:02.572Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2301 | 2026-05-14T03:45:02.601Z | Compiling ciborium v0.2.2 |
| 2302 | 2026-05-14T03:45:02.705Z | Compiling vsss-rs v3.3.4 |
| 2303 | 2026-05-14T03:45:02.906Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2304 | 2026-05-14T03:45:03.024Z | Compiling tabwriter v1.4.1 |
| 2305 | 2026-05-14T03:45:03.119Z | Compiling regress v0.10.5 |
| 2306 | 2026-05-14T03:45:03.262Z | Compiling byte-wrapper v0.1.0 |
| 2307 | 2026-05-14T03:45:03.337Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2308 | 2026-05-14T03:45:03.363Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2309 | 2026-05-14T03:45:03.405Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2310 | 2026-05-14T03:45:03.414Z | Compiling cstr-argument v0.1.2 |
| 2311 | 2026-05-14T03:45:03.444Z | Compiling erased-serde v0.4.9 |
| 2312 | 2026-05-14T03:45:03.473Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2313 | 2026-05-14T03:45:03.607Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2314 | 2026-05-14T03:45:03.716Z | Compiling num_enum v0.5.11 |
| 2315 | 2026-05-14T03:45:03.816Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-14T03:45:03.864Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2317 | 2026-05-14T03:45:04.045Z | Compiling rand v0.10.0 |
| 2318 | 2026-05-14T03:45:04.061Z | Compiling rayon v1.11.0 |
| 2319 | 2026-05-14T03:45:04.080Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2320 | 2026-05-14T03:45:04.108Z | Compiling colored v3.1.1 |
| 2321 | 2026-05-14T03:45:04.125Z | Compiling indent_write v2.2.0 |
| 2322 | 2026-05-14T03:45:04.138Z | Compiling libefi-sys v0.1.0 |
| 2323 | 2026-05-14T03:45:04.192Z | Compiling zone_cfg_derive v0.3.1 |
| 2324 | 2026-05-14T03:45:04.297Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2325 | 2026-05-14T03:45:04.399Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2326 | 2026-05-14T03:45:04.421Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2327 | 2026-05-14T03:45:04.474Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2328 | 2026-05-14T03:45:04.736Z | Compiling camino-tempfile v1.4.1 |
| 2329 | 2026-05-14T03:45:04.739Z | Compiling itertools v0.12.1 |
| 2330 | 2026-05-14T03:45:04.797Z | Compiling usdt-attr-macro v0.5.0 |
| 2331 | 2026-05-14T03:45:04.818Z | Compiling usdt-macro v0.5.0 |
| 2332 | 2026-05-14T03:45:04.821Z | Compiling bitfield-struct v0.6.2 |
| 2333 | 2026-05-14T03:45:04.853Z | Compiling num-derive v0.4.2 |
| 2334 | 2026-05-14T03:45:04.984Z | Compiling blake3 v1.8.3 |
| 2335 | 2026-05-14T03:45:05.152Z | Compiling ordered-float v2.10.1 |
| 2336 | 2026-05-14T03:45:05.362Z | Compiling sigpipe v0.1.3 |
| 2337 | 2026-05-14T03:45:05.455Z | Compiling memmap v0.7.0 |
| 2338 | 2026-05-14T03:45:05.475Z | Compiling glob v0.3.3 |
| 2339 | 2026-05-14T03:45:05.486Z | Compiling swrite v0.1.0 |
| 2340 | 2026-05-14T03:45:05.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2341 | 2026-05-14T03:45:05.564Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2342 | 2026-05-14T03:45:05.614Z | Compiling usdt v0.5.0 |
| 2343 | 2026-05-14T03:45:05.714Z | Compiling serde-value v0.7.0 |
| 2344 | 2026-05-14T03:45:05.760Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2345 | 2026-05-14T03:45:05.806Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2346 | 2026-05-14T03:45:06.247Z | Compiling zone v0.3.1 |
| 2347 | 2026-05-14T03:45:06.264Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2348 | 2026-05-14T03:45:06.286Z | Compiling serde-untagged v0.1.9 |
| 2349 | 2026-05-14T03:45:06.429Z | Compiling toml v0.8.23 |
| 2350 | 2026-05-14T03:45:06.458Z | Compiling smf v0.2.3 |
| 2351 | 2026-05-14T03:45:06.501Z | Compiling filetime v0.2.27 |
| 2352 | 2026-05-14T03:45:06.583Z | Compiling unicode-xid v0.2.6 |
| 2353 | 2026-05-14T03:45:06.634Z | Compiling arrayvec v0.7.6 |
| 2354 | 2026-05-14T03:45:06.651Z | Compiling arrayref v0.3.9 |
| 2355 | 2026-05-14T03:45:06.669Z | Compiling whoami v1.6.1 |
| 2356 | 2026-05-14T03:45:06.736Z | Compiling xattr v1.6.1 |
| 2357 | 2026-05-14T03:45:06.751Z | Compiling constant_time_eq v0.4.2 |
| 2358 | 2026-05-14T03:45:06.754Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-14T03:45:06.870Z | Compiling tar v0.4.45 |
| 2360 | 2026-05-14T03:45:06.954Z | Compiling cargo-util-schemas v0.8.2 |
| 2361 | 2026-05-14T03:45:06.970Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-05-14T03:45:06.985Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2363 | 2026-05-14T03:45:07.153Z | Compiling tokio-dtrace v0.1.1 |
| 2364 | 2026-05-14T03:45:07.243Z | Compiling console v0.16.2 |
| 2365 | 2026-05-14T03:45:07.499Z | Compiling gethostname v0.5.0 |
| 2366 | 2026-05-14T03:45:07.637Z | Compiling cargo-platform v0.2.0 |
| 2367 | 2026-05-14T03:45:07.662Z | Compiling topological-sort v0.2.2 |
| 2368 | 2026-05-14T03:45:07.682Z | Compiling unit-prefix v0.5.2 |
| 2369 | 2026-05-14T03:45:07.848Z | Compiling indicatif v0.18.4 |
| 2370 | 2026-05-14T03:45:07.864Z | Compiling oxide-tokio-rt v0.1.4 |
| 2371 | 2026-05-14T03:45:07.885Z | Compiling shell-words v1.1.1 |
| 2372 | 2026-05-14T03:45:07.907Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2373 | 2026-05-14T03:45:08.120Z | Compiling cargo_metadata v0.21.0 |
| 2374 | 2026-05-14T03:45:17.465Z | Compiling progenitor-client v0.14.0 |
| 2375 | 2026-05-14T03:45:17.481Z | Compiling progenitor-client v0.10.0 |
| 2376 | 2026-05-14T03:45:17.485Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-05-14T03:45:17.949Z | Compiling progenitor-extras v0.2.0 |
| 2378 | 2026-05-14T03:45:20.283Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2379 | 2026-05-14T03:45:20.303Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-05-14T03:45:20.367Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2381 | 2026-05-14T03:45:20.545Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2382 | 2026-05-14T03:45:20.553Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-05-14T03:45:20.559Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2384 | 2026-05-14T03:45:20.570Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-05-14T03:45:20.610Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2386 | 2026-05-14T03:45:20.696Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-05-14T03:45:24.622Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2388 | 2026-05-14T03:45:32.109Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2389 | 2026-05-14T03:45:35.217Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2390 | 2026-05-14T03:45:36.215Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2391 | 2026-05-14T03:45:45.535Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2392 | 2026-05-14T03:45:45.691Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2393 | 2026-05-14T03:45:45.754Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2394 | 2026-05-14T03:45:45.757Z | Created new build target 'test' and set it as active |
| 2395 | 2026-05-14T03:45:45.762Z | |
| 2396 | 2026-05-14T03:45:45.762Z | real 1:43.941724833 |
| 2397 | 2026-05-14T03:45:45.762Z | user 17:04.163766235 |
| 2398 | 2026-05-14T03:45:45.762Z | sys 2:39.691145241 |
| 2399 | 2026-05-14T03:45:45.762Z | trap 0.471727302 |
| 2400 | 2026-05-14T03:45:45.762Z | tflt 3.000576297 |
| 2401 | 2026-05-14T03:45:45.762Z | dflt 4.168896229 |
| 2402 | 2026-05-14T03:45:45.762Z | kflt 0.000723650 |
| 2403 | 2026-05-14T03:45:45.762Z | lock 53:02.069451988 |
| 2404 | 2026-05-14T03:45:45.762Z | slp 43:34.405507325 |
| 2405 | 2026-05-14T03:45:45.762Z | lat 42.217506648 |
| 2406 | 2026-05-14T03:45:45.762Z | stop 5:21.760041854 |
| 2407 | 2026-05-14T03:45:45.762Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2408 | 2026-05-14T03:45:46.659Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2409 | 2026-05-14T03:45:46.730Z | Running `target/release/omicron-package -t test package` |
| 2410 | 2026-05-14T03:45:46.789Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2411 | 2026-05-14T03:45:48.234Z | Compiling heck v0.5.0 |
| 2412 | 2026-05-14T03:45:48.234Z | Compiling regress v0.11.1 |
| 2413 | 2026-05-14T03:45:48.234Z | Compiling unsafe-libyaml v0.2.11 |
| 2414 | 2026-05-14T03:45:48.495Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2415 | 2026-05-14T03:45:48.518Z | Compiling regress v0.10.5 |
| 2416 | 2026-05-14T03:45:48.546Z | Compiling unicode-width v0.1.14 |
| 2417 | 2026-05-14T03:45:48.548Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-05-14T03:45:48.587Z | Compiling prettyplease v0.2.37 |
| 2419 | 2026-05-14T03:45:48.590Z | Compiling bytecount v0.6.9 |
| 2420 | 2026-05-14T03:45:48.590Z | Compiling rustls v0.22.4 |
| 2421 | 2026-05-14T03:45:48.590Z | Compiling rustls-webpki v0.102.8 |
| 2422 | 2026-05-14T03:45:48.590Z | Compiling derive-where v1.6.0 |
| 2423 | 2026-05-14T03:45:48.590Z | Compiling thread_local v1.1.9 |
| 2424 | 2026-05-14T03:45:48.590Z | Compiling compression-core v0.4.31 |
| 2425 | 2026-05-14T03:45:48.605Z | Compiling match_cfg v0.1.0 |
| 2426 | 2026-05-14T03:45:48.753Z | Compiling hostname v0.3.1 |
| 2427 | 2026-05-14T03:45:48.773Z | Compiling compression-codecs v0.4.37 |
| 2428 | 2026-05-14T03:45:48.776Z | Compiling multer v3.1.0 |
| 2429 | 2026-05-14T03:45:48.815Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2430 | 2026-05-14T03:45:48.834Z | Compiling slog-async v2.8.0 |
| 2431 | 2026-05-14T03:45:48.861Z | Compiling crossbeam-channel v0.5.15 |
| 2432 | 2026-05-14T03:45:48.882Z | Compiling slog-json v2.6.1 |
| 2433 | 2026-05-14T03:45:48.903Z | Compiling serde_spanned v1.0.4 |
| 2434 | 2026-05-14T03:45:48.925Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2435 | 2026-05-14T03:45:48.925Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2436 | 2026-05-14T03:45:48.966Z | Compiling term v1.2.1 |
| 2437 | 2026-05-14T03:45:49.018Z | Compiling serde_yaml v0.9.34+deprecated |
| 2438 | 2026-05-14T03:45:49.040Z | Compiling take_mut v0.2.2 |
| 2439 | 2026-05-14T03:45:49.082Z | Compiling slog-bunyan v2.5.0 |
| 2440 | 2026-05-14T03:45:49.134Z | Compiling async-compression v0.4.41 |
| 2441 | 2026-05-14T03:45:49.179Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2442 | 2026-05-14T03:45:49.244Z | Compiling slog-term v2.9.2 |
| 2443 | 2026-05-14T03:45:49.317Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2444 | 2026-05-14T03:45:49.365Z | Compiling dropshot v0.17.0 |
| 2445 | 2026-05-14T03:45:49.433Z | Compiling async-stream v0.3.6 |
| 2446 | 2026-05-14T03:45:49.466Z | Compiling num-rational v0.4.2 |
| 2447 | 2026-05-14T03:45:49.489Z | Compiling progenitor-client v0.14.0 |
| 2448 | 2026-05-14T03:45:49.492Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2449 | 2026-05-14T03:45:49.631Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2450 | 2026-05-14T03:45:49.652Z | Compiling waitgroup v0.1.2 |
| 2451 | 2026-05-14T03:45:49.692Z | Compiling backon v1.6.0 |
| 2452 | 2026-05-14T03:45:49.714Z | Compiling rustls-pemfile v2.2.0 |
| 2453 | 2026-05-14T03:45:49.761Z | Compiling num-complex v0.4.6 |
| 2454 | 2026-05-14T03:45:49.803Z | Compiling hostname v0.4.2 |
| 2455 | 2026-05-14T03:45:49.825Z | Compiling serde_path_to_error v0.1.20 |
| 2456 | 2026-05-14T03:45:49.850Z | Compiling instant v0.1.13 |
| 2457 | 2026-05-14T03:45:49.875Z | Compiling debug-ignore v1.0.5 |
| 2458 | 2026-05-14T03:45:49.926Z | Compiling progenitor-extras v0.2.0 |
| 2459 | 2026-05-14T03:45:49.948Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2460 | 2026-05-14T03:45:49.972Z | Compiling typify-impl v0.6.2 |
| 2461 | 2026-05-14T03:45:49.997Z | Compiling backoff v0.4.0 |
| 2462 | 2026-05-14T03:45:50.044Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2463 | 2026-05-14T03:45:50.224Z | Compiling num v0.4.3 |
| 2464 | 2026-05-14T03:45:50.245Z | Compiling parse-display v0.10.0 |
| 2465 | 2026-05-14T03:45:50.268Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2466 | 2026-05-14T03:45:50.306Z | Compiling progenitor-client v0.13.0 |
| 2467 | 2026-05-14T03:45:50.331Z | Compiling progenitor-client v0.10.0 |
| 2468 | 2026-05-14T03:45:50.334Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2469 | 2026-05-14T03:45:50.373Z | Compiling macaddr v1.0.1 |
| 2470 | 2026-05-14T03:45:50.473Z | Compiling float-ord v0.3.2 |
| 2471 | 2026-05-14T03:45:50.513Z | Compiling console v0.15.11 |
| 2472 | 2026-05-14T03:45:50.615Z | Compiling newline-converter v0.3.0 |
| 2473 | 2026-05-14T03:45:50.636Z | Compiling atomicwrites v0.4.4 |
| 2474 | 2026-05-14T03:45:50.689Z | Compiling slog-dtrace v0.3.0 |
| 2475 | 2026-05-14T03:45:50.837Z | Compiling cancel-safe-futures v0.1.5 |
| 2476 | 2026-05-14T03:45:50.892Z | Compiling owo-colors v4.3.0 |
| 2477 | 2026-05-14T03:45:50.960Z | Compiling tokio-rustls v0.25.0 |
| 2478 | 2026-05-14T03:45:51.005Z | Compiling expectorate v1.2.0 |
| 2479 | 2026-05-14T03:45:51.046Z | Compiling libsw-core v0.3.2 |
| 2480 | 2026-05-14T03:45:51.089Z | Compiling resolv-conf v0.7.6 |
| 2481 | 2026-05-14T03:45:51.226Z | Compiling libsw v3.5.0 |
| 2482 | 2026-05-14T03:45:51.271Z | Compiling toml v0.8.23 |
| 2483 | 2026-05-14T03:45:51.296Z | Compiling linear-map v1.2.0 |
| 2484 | 2026-05-14T03:45:51.452Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2485 | 2026-05-14T03:45:51.553Z | Compiling linked-hash-map v0.5.6 |
| 2486 | 2026-05-14T03:45:51.573Z | Compiling minimal-lexical v0.2.1 |
| 2487 | 2026-05-14T03:45:51.730Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2488 | 2026-05-14T03:45:51.788Z | Compiling lru-cache v0.1.2 |
| 2489 | 2026-05-14T03:45:51.809Z | Compiling nom v7.1.3 |
| 2490 | 2026-05-14T03:45:51.853Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2491 | 2026-05-14T03:45:51.874Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-05-14T03:45:51.894Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2493 | 2026-05-14T03:45:51.963Z | Compiling hickory-proto v0.24.4 |
| 2494 | 2026-05-14T03:45:52.032Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2495 | 2026-05-14T03:45:52.054Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2496 | 2026-05-14T03:45:52.076Z | Compiling convert_case v0.10.0 |
| 2497 | 2026-05-14T03:45:52.272Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2498 | 2026-05-14T03:45:52.400Z | Compiling derive_more-impl v2.1.1 |
| 2499 | 2026-05-14T03:45:52.911Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2500 | 2026-05-14T03:45:53.169Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2501 | 2026-05-14T03:45:53.191Z | Compiling derive_more v2.1.1 |
| 2502 | 2026-05-14T03:45:53.304Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2503 | 2026-05-14T03:45:53.324Z | Compiling papergrid v0.11.0 |
| 2504 | 2026-05-14T03:45:53.348Z | Compiling tabled_derive v0.7.0 |
| 2505 | 2026-05-14T03:45:53.501Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-05-14T03:45:53.555Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2507 | 2026-05-14T03:45:53.816Z | Compiling termtree v0.5.1 |
| 2508 | 2026-05-14T03:45:54.020Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2509 | 2026-05-14T03:45:54.245Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-05-14T03:45:54.465Z | Compiling hickory-resolver v0.24.4 |
| 2511 | 2026-05-14T03:45:54.704Z | Compiling tabled v0.15.0 |
| 2512 | 2026-05-14T03:45:54.728Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2513 | 2026-05-14T03:45:55.042Z | Compiling typify v0.6.2 |
| 2514 | 2026-05-14T03:45:55.191Z | Compiling progenitor-impl v0.14.0 |
| 2515 | 2026-05-14T03:45:55.811Z | Compiling progenitor-impl v0.13.0 |
| 2516 | 2026-05-14T03:45:57.409Z | Compiling progenitor-macro v0.14.0 |
| 2517 | 2026-05-14T03:45:57.819Z | Compiling qorb v0.4.1 |
| 2518 | 2026-05-14T03:45:57.998Z | Compiling progenitor-macro v0.13.0 |
| 2519 | 2026-05-14T03:45:59.097Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2520 | 2026-05-14T03:45:59.457Z | Compiling crossterm v0.29.0 |
| 2521 | 2026-05-14T03:46:00.132Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2522 | 2026-05-14T03:46:00.271Z | Compiling phf_shared v0.12.1 |
| 2523 | 2026-05-14T03:46:00.348Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2524 | 2026-05-14T03:46:00.622Z | Compiling vte v0.14.1 |
| 2525 | 2026-05-14T03:46:00.905Z | Compiling csv-core v0.1.13 |
| 2526 | 2026-05-14T03:46:00.928Z | Compiling chrono-tz v0.10.4 |
| 2527 | 2026-05-14T03:46:01.156Z | Compiling highway v1.3.0 |
| 2528 | 2026-05-14T03:46:01.355Z | Compiling csv v1.4.0 |
| 2529 | 2026-05-14T03:46:01.378Z | Compiling strip-ansi-escapes v0.2.1 |
| 2530 | 2026-05-14T03:46:01.502Z | Compiling progenitor v0.14.0 |
| 2531 | 2026-05-14T03:46:01.685Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2532 | 2026-05-14T03:46:01.894Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2533 | 2026-05-14T03:46:01.953Z | Compiling phf v0.12.1 |
| 2534 | 2026-05-14T03:46:02.057Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2535 | 2026-05-14T03:46:02.079Z | Compiling progenitor v0.13.0 |
| 2536 | 2026-05-14T03:46:02.157Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2537 | 2026-05-14T03:46:02.254Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-05-14T03:46:02.363Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-05-14T03:46:02.413Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-05-14T03:46:02.595Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-05-14T03:46:02.759Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-05-14T03:46:03.057Z | Compiling reedline v0.40.0 |
| 2543 | 2026-05-14T03:46:03.144Z | Compiling const_format v0.2.35 |
| 2544 | 2026-05-14T03:46:03.643Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2545 | 2026-05-14T03:46:03.891Z | Compiling peg v0.8.5 |
| 2546 | 2026-05-14T03:46:03.971Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2547 | 2026-05-14T03:46:04.886Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2548 | 2026-05-14T03:46:05.073Z | Compiling bcs v0.1.6 |
| 2549 | 2026-05-14T03:46:05.186Z | Compiling semver v0.1.20 |
| 2550 | 2026-05-14T03:46:05.482Z | Compiling rustc_version v0.1.7 |
| 2551 | 2026-05-14T03:46:05.508Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2552 | 2026-05-14T03:46:05.720Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-05-14T03:46:05.765Z | Compiling smawk v0.3.2 |
| 2554 | 2026-05-14T03:46:05.987Z | Compiling humantime v2.3.0 |
| 2555 | 2026-05-14T03:46:05.990Z | Compiling unicode-linebreak v0.1.5 |
| 2556 | 2026-05-14T03:46:06.100Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2557 | 2026-05-14T03:46:06.323Z | Compiling textwrap v0.16.2 |
| 2558 | 2026-05-14T03:46:06.468Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2559 | 2026-05-14T03:46:06.734Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2560 | 2026-05-14T03:46:07.045Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2561 | 2026-05-14T03:46:07.689Z | Compiling base64 v0.21.7 |
| 2562 | 2026-05-14T03:46:07.733Z | Compiling steno v0.4.1 |
| 2563 | 2026-05-14T03:46:07.957Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-14T03:46:07.980Z | Compiling utf-8 v0.7.6 |
| 2565 | 2026-05-14T03:46:08.152Z | Compiling tagptr v0.2.0 |
| 2566 | 2026-05-14T03:46:08.217Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2567 | 2026-05-14T03:46:08.240Z | Compiling tungstenite v0.21.0 |
| 2568 | 2026-05-14T03:46:08.327Z | Compiling moka v0.12.13 |
| 2569 | 2026-05-14T03:46:08.371Z | Compiling radium v0.7.0 |
| 2570 | 2026-05-14T03:46:08.402Z | Compiling tap v1.0.1 |
| 2571 | 2026-05-14T03:46:08.424Z | Compiling maybe-uninit v2.0.0 |
| 2572 | 2026-05-14T03:46:08.559Z | Compiling wyz v0.5.1 |
| 2573 | 2026-05-14T03:46:08.789Z | Compiling zerocopy-derive v0.6.6 |
| 2574 | 2026-05-14T03:46:08.811Z | Compiling packed_struct v0.10.1 |
| 2575 | 2026-05-14T03:46:08.962Z | Compiling tokio-tungstenite v0.21.0 |
| 2576 | 2026-05-14T03:46:09.088Z | Compiling crc-catalog v2.4.0 |
| 2577 | 2026-05-14T03:46:09.217Z | Compiling display-error-chain v0.2.2 |
| 2578 | 2026-05-14T03:46:09.343Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2579 | 2026-05-14T03:46:09.450Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-05-14T03:46:09.554Z | Compiling funty v2.0.0 |
| 2581 | 2026-05-14T03:46:09.577Z | Compiling zerocopy v0.6.6 |
| 2582 | 2026-05-14T03:46:09.966Z | Compiling bitvec v1.0.1 |
| 2583 | 2026-05-14T03:46:10.380Z | Compiling crc v3.4.0 |
| 2584 | 2026-05-14T03:46:10.501Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-05-14T03:46:10.546Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2586 | 2026-05-14T03:46:10.617Z | Compiling packed_struct_codegen v0.10.1 |
| 2587 | 2026-05-14T03:46:10.714Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2588 | 2026-05-14T03:46:11.370Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2589 | 2026-05-14T03:46:11.640Z | Compiling num-derive v0.3.3 |
| 2590 | 2026-05-14T03:46:11.799Z | Compiling bitfield-macros v0.19.4 |
| 2591 | 2026-05-14T03:46:12.519Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-05-14T03:46:12.596Z | Compiling indexmap v1.9.3 |
| 2593 | 2026-05-14T03:46:12.620Z | Compiling nodrop v0.1.14 |
| 2594 | 2026-05-14T03:46:12.756Z | Compiling array-init v0.0.4 |
| 2595 | 2026-05-14T03:46:12.889Z | Compiling libscf-sys v1.1.0 |
| 2596 | 2026-05-14T03:46:12.984Z | Compiling proc-macro-error2 v2.0.1 |
| 2597 | 2026-05-14T03:46:13.067Z | Compiling bitfield v0.19.4 |
| 2598 | 2026-05-14T03:46:13.290Z | Compiling smallvec v0.6.14 |
| 2599 | 2026-05-14T03:46:13.311Z | Compiling hashbrown v0.12.3 |
| 2600 | 2026-05-14T03:46:13.380Z | Compiling tabled_derive v0.11.0 |
| 2601 | 2026-05-14T03:46:13.403Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2602 | 2026-05-14T03:46:13.426Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-05-14T03:46:13.560Z | Compiling serde-hex v0.1.0 |
| 2604 | 2026-05-14T03:46:13.665Z | Compiling ron v0.8.1 |
| 2605 | 2026-05-14T03:46:14.111Z | Compiling typify-impl v0.4.3 |
| 2606 | 2026-05-14T03:46:14.422Z | Compiling papergrid v0.17.0 |
| 2607 | 2026-05-14T03:46:14.448Z | Compiling testing_table v0.3.0 |
| 2608 | 2026-05-14T03:46:14.701Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2609 | 2026-05-14T03:46:14.884Z | Compiling hashbrown v0.13.2 |
| 2610 | 2026-05-14T03:46:15.528Z | Compiling vergen-gitcl v1.0.8 |
| 2611 | 2026-05-14T03:46:15.689Z | Compiling dirs-sys-next v0.1.2 |
| 2612 | 2026-05-14T03:46:15.757Z | Compiling diesel_derives v2.3.7 |
| 2613 | 2026-05-14T03:46:15.780Z | Compiling maplit v1.0.2 |
| 2614 | 2026-05-14T03:46:15.911Z | Compiling glob v0.3.3 |
| 2615 | 2026-05-14T03:46:15.934Z | Compiling crunchy v0.2.4 |
| 2616 | 2026-05-14T03:46:15.986Z | Compiling crc-any v2.5.0 |
| 2617 | 2026-05-14T03:46:16.041Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-05-14T03:46:16.098Z | Compiling tabled v0.20.0 |
| 2619 | 2026-05-14T03:46:16.201Z | Compiling object v0.30.4 |
| 2620 | 2026-05-14T03:46:16.260Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2621 | 2026-05-14T03:46:16.292Z | Compiling clang-sys v1.8.1 |
| 2622 | 2026-05-14T03:46:16.337Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-05-14T03:46:16.435Z | Compiling dsl_auto_type v0.2.0 |
| 2624 | 2026-05-14T03:46:16.685Z | Compiling scheduled-thread-pool v0.2.7 |
| 2625 | 2026-05-14T03:46:16.708Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2626 | 2026-05-14T03:46:16.933Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-14T03:46:16.955Z | Compiling path-slash v0.1.5 |
| 2628 | 2026-05-14T03:46:16.982Z | Compiling xshell-macros v0.2.7 |
| 2629 | 2026-05-14T03:46:17.149Z | Compiling tiny-keccak v2.0.2 |
| 2630 | 2026-05-14T03:46:17.283Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2631 | 2026-05-14T03:46:17.306Z | Compiling r2d2 v0.8.10 |
| 2632 | 2026-05-14T03:46:17.367Z | Compiling xshell v0.2.7 |
| 2633 | 2026-05-14T03:46:17.451Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2634 | 2026-05-14T03:46:17.563Z | Compiling typify-macro v0.4.3 |
| 2635 | 2026-05-14T03:46:17.721Z | Compiling term v0.7.0 |
| 2636 | 2026-05-14T03:46:18.233Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2637 | 2026-05-14T03:46:18.274Z | Compiling downcast-rs v2.0.2 |
| 2638 | 2026-05-14T03:46:18.418Z | Compiling bit-vec v0.6.3 |
| 2639 | 2026-05-14T03:46:18.462Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-05-14T03:46:18.663Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2641 | 2026-05-14T03:46:18.699Z | Compiling bit-set v0.5.3 |
| 2642 | 2026-05-14T03:46:18.895Z | Compiling itertools v0.10.5 |
| 2643 | 2026-05-14T03:46:18.999Z | Compiling ena v0.14.4 |
| 2644 | 2026-05-14T03:46:19.089Z | Compiling libloading v0.8.9 |
| 2645 | 2026-05-14T03:46:19.246Z | Compiling regex-syntax v0.6.29 |
| 2646 | 2026-05-14T03:46:19.325Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2647 | 2026-05-14T03:46:19.905Z | Compiling diff v0.1.13 |
| 2648 | 2026-05-14T03:46:20.010Z | Compiling unicase v2.9.0 |
| 2649 | 2026-05-14T03:46:20.119Z | Compiling crc8 v0.1.1 |
| 2650 | 2026-05-14T03:46:20.196Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-14T03:46:20.342Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2652 | 2026-05-14T03:46:20.524Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2653 | 2026-05-14T03:46:20.995Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-05-14T03:46:21.160Z | Compiling cexpr v0.6.0 |
| 2655 | 2026-05-14T03:46:21.253Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2656 | 2026-05-14T03:46:21.308Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2657 | 2026-05-14T03:46:21.450Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2658 | 2026-05-14T03:46:21.502Z | Compiling typify v0.4.3 |
| 2659 | 2026-05-14T03:46:21.652Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2660 | 2026-05-14T03:46:21.677Z | Compiling headers-core v0.3.0 |
| 2661 | 2026-05-14T03:46:21.680Z | Compiling libxml v0.3.3 |
| 2662 | 2026-05-14T03:46:21.721Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-05-14T03:46:21.814Z | Compiling headers v0.4.1 |
| 2664 | 2026-05-14T03:46:21.948Z | Compiling diesel v2.3.7 |
| 2665 | 2026-05-14T03:46:22.029Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2666 | 2026-05-14T03:46:22.284Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-05-14T03:46:22.767Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2668 | 2026-05-14T03:46:22.954Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-05-14T03:46:23.366Z | Compiling indoc v1.0.9 |
| 2670 | 2026-05-14T03:46:23.795Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-05-14T03:46:23.885Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2672 | 2026-05-14T03:46:24.022Z | Compiling derive_builder v0.20.2 |
| 2673 | 2026-05-14T03:46:24.205Z | Compiling oso-derive v0.27.3 |
| 2674 | 2026-05-14T03:46:24.233Z | Compiling quick-xml v0.37.5 |
| 2675 | 2026-05-14T03:46:24.873Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2676 | 2026-05-14T03:46:25.204Z | Compiling openssl-probe v0.1.6 |
| 2677 | 2026-05-14T03:46:25.374Z | Compiling half v1.8.3 |
| 2678 | 2026-05-14T03:46:25.545Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2679 | 2026-05-14T03:46:25.576Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2680 | 2026-05-14T03:46:25.838Z | Compiling serde_cbor v0.11.2 |
| 2681 | 2026-05-14T03:46:25.865Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2682 | 2026-05-14T03:46:26.166Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2683 | 2026-05-14T03:46:26.263Z | Compiling bb8 v0.8.6 |
| 2684 | 2026-05-14T03:46:26.397Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-05-14T03:46:26.518Z | Compiling samael v0.0.19 |
| 2686 | 2026-05-14T03:46:26.660Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2687 | 2026-05-14T03:46:26.883Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2688 | 2026-05-14T03:46:26.936Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2689 | 2026-05-14T03:46:26.958Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2690 | 2026-05-14T03:46:26.961Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2691 | 2026-05-14T03:46:27.020Z | Compiling fxhash v0.2.1 |
| 2692 | 2026-05-14T03:46:27.194Z | Compiling salty v0.3.0 |
| 2693 | 2026-05-14T03:46:27.294Z | Compiling progenitor-impl v0.11.2 |
| 2694 | 2026-05-14T03:46:27.505Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2695 | 2026-05-14T03:46:27.524Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2696 | 2026-05-14T03:46:27.572Z | Compiling kstat-rs v0.2.4 |
| 2697 | 2026-05-14T03:46:27.840Z | Compiling libz-sys v1.1.24 |
| 2698 | 2026-05-14T03:46:28.058Z | Compiling nonempty v0.12.0 |
| 2699 | 2026-05-14T03:46:28.119Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2700 | 2026-05-14T03:46:28.294Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2701 | 2026-05-14T03:46:28.500Z | Compiling polar-core v0.27.3 |
| 2702 | 2026-05-14T03:46:29.358Z | Compiling progenitor-impl v0.10.0 |
| 2703 | 2026-05-14T03:46:29.456Z | Compiling progenitor-macro v0.11.2 |
| 2704 | 2026-05-14T03:46:29.858Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2705 | 2026-05-14T03:46:30.680Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-05-14T03:46:31.283Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2707 | 2026-05-14T03:46:31.508Z | Compiling progenitor-client v0.11.2 |
| 2708 | 2026-05-14T03:46:31.798Z | Compiling darling_core v0.23.0 |
| 2709 | 2026-05-14T03:46:32.080Z | Compiling nanorand v0.7.0 |
| 2710 | 2026-05-14T03:46:32.162Z | Compiling arc-swap v1.8.2 |
| 2711 | 2026-05-14T03:46:32.451Z | Compiling fs-err v2.11.0 |
| 2712 | 2026-05-14T03:46:32.691Z | Compiling parking_lot_core v0.8.6 |
| 2713 | 2026-05-14T03:46:32.777Z | Compiling mime_guess v2.0.5 |
| 2714 | 2026-05-14T03:46:33.151Z | Compiling slog-scope v4.4.1 |
| 2715 | 2026-05-14T03:46:33.193Z | Compiling flume v0.11.1 |
| 2716 | 2026-05-14T03:46:33.348Z | Compiling progenitor-macro v0.10.0 |
| 2717 | 2026-05-14T03:46:33.572Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2718 | 2026-05-14T03:46:33.608Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2719 | 2026-05-14T03:46:33.632Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2720 | 2026-05-14T03:46:33.989Z | Compiling darling_macro v0.23.0 |
| 2721 | 2026-05-14T03:46:34.500Z | Compiling progenitor v0.11.2 |
| 2722 | 2026-05-14T03:46:34.699Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2723 | 2026-05-14T03:46:36.078Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2724 | 2026-05-14T03:46:37.326Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-05-14T03:46:37.883Z | Compiling oso v0.27.3 |
| 2726 | 2026-05-14T03:46:38.098Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2727 | 2026-05-14T03:46:40.132Z | Compiling diesel-dtrace v0.5.0 |
| 2728 | 2026-05-14T03:46:40.458Z | Compiling async-bb8-diesel v0.2.1 |
| 2729 | 2026-05-14T03:46:41.504Z | Compiling primeorder v0.13.6 |
| 2730 | 2026-05-14T03:46:42.088Z | Compiling git-stub v1.0.0 |
| 2731 | 2026-05-14T03:46:42.359Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2732 | 2026-05-14T03:46:42.382Z | Compiling instability v0.3.11 |
| 2733 | 2026-05-14T03:46:42.541Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2734 | 2026-05-14T03:46:42.565Z | Compiling git-stub-vcs v0.1.0 |
| 2735 | 2026-05-14T03:46:42.660Z | Compiling progenitor v0.10.0 |
| 2736 | 2026-05-14T03:46:42.837Z | Compiling p384 v0.13.1 |
| 2737 | 2026-05-14T03:46:42.929Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2738 | 2026-05-14T03:46:43.646Z | Compiling darling v0.23.0 |
| 2739 | 2026-05-14T03:46:43.670Z | Compiling slog-stdlog v4.1.1 |
| 2740 | 2026-05-14T03:46:44.240Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2741 | 2026-05-14T03:46:44.335Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-05-14T03:46:44.357Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-05-14T03:46:44.559Z | Compiling ignore v0.4.25 |
| 2744 | 2026-05-14T03:46:44.974Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-05-14T03:46:45.525Z | Compiling castaway v0.2.4 |
| 2746 | 2026-05-14T03:46:45.688Z | Compiling atty v0.2.14 |
| 2747 | 2026-05-14T03:46:45.852Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-14T03:46:46.091Z | Compiling indoc v2.0.7 |
| 2749 | 2026-05-14T03:46:46.412Z | Compiling parse-size v1.1.0 |
| 2750 | 2026-05-14T03:46:46.555Z | Compiling http-range v0.1.5 |
| 2751 | 2026-05-14T03:46:46.647Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2752 | 2026-05-14T03:46:47.672Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-05-14T03:46:47.873Z | Compiling compact_str v0.8.1 |
| 2754 | 2026-05-14T03:46:48.150Z | Compiling globwalk v0.9.1 |
| 2755 | 2026-05-14T03:46:48.837Z | Compiling parking_lot v0.11.2 |
| 2756 | 2026-05-14T03:46:48.999Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2757 | 2026-05-14T03:46:49.574Z | Compiling slog-envlogger v2.2.0 |
| 2758 | 2026-05-14T03:46:49.762Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2759 | 2026-05-14T03:46:50.345Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2760 | 2026-05-14T03:46:50.480Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2761 | 2026-05-14T03:46:50.525Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2762 | 2026-05-14T03:46:50.766Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2763 | 2026-05-14T03:46:51.344Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-05-14T03:46:51.439Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-05-14T03:46:51.607Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-05-14T03:46:51.669Z | Compiling lru v0.12.5 |
| 2767 | 2026-05-14T03:46:51.825Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-05-14T03:46:51.900Z | Compiling rand_seeder v0.4.0 |
| 2769 | 2026-05-14T03:46:51.922Z | Compiling prefix-trie v0.7.0 |
| 2770 | 2026-05-14T03:46:51.988Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2771 | 2026-05-14T03:46:52.163Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-05-14T03:46:52.251Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-05-14T03:46:52.361Z | Compiling cassowary v0.3.0 |
| 2774 | 2026-05-14T03:46:52.383Z | Compiling corncobs v0.1.4 |
| 2775 | 2026-05-14T03:46:52.416Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2776 | 2026-05-14T03:46:52.521Z | Compiling hickory-server v0.25.2 |
| 2777 | 2026-05-14T03:46:52.628Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2778 | 2026-05-14T03:46:52.649Z | Compiling ratatui v0.29.0 |
| 2779 | 2026-05-14T03:46:52.758Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2780 | 2026-05-14T03:46:52.985Z | Compiling camino-tempfile-ext v0.3.3 |
| 2781 | 2026-05-14T03:46:53.095Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2782 | 2026-05-14T03:46:53.376Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-14T03:46:53.631Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2784 | 2026-05-14T03:46:53.697Z | Compiling hyper-staticfile v0.10.1 |
| 2785 | 2026-05-14T03:46:53.902Z | Compiling sled v0.34.7 |
| 2786 | 2026-05-14T03:46:54.564Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-05-14T03:46:54.901Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2788 | 2026-05-14T03:46:55.238Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2789 | 2026-05-14T03:46:55.385Z | Compiling secrecy v0.8.0 |
| 2790 | 2026-05-14T03:46:55.616Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2791 | 2026-05-14T03:46:55.880Z | Compiling rustls v0.21.12 |
| 2792 | 2026-05-14T03:46:57.583Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2793 | 2026-05-14T03:46:57.608Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2794 | 2026-05-14T03:46:58.432Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2795 | 2026-05-14T03:46:58.456Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2796 | 2026-05-14T03:46:59.669Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2797 | 2026-05-14T03:46:59.695Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2798 | 2026-05-14T03:46:59.876Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-14T03:47:01.008Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2800 | 2026-05-14T03:47:01.583Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2801 | 2026-05-14T03:47:01.813Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-05-14T03:47:01.837Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2803 | 2026-05-14T03:47:02.041Z | Compiling rustls-webpki v0.101.7 |
| 2804 | 2026-05-14T03:47:02.071Z | Compiling sct v0.7.1 |
| 2805 | 2026-05-14T03:47:02.353Z | Compiling nix v0.29.0 |
| 2806 | 2026-05-14T03:47:02.758Z | Compiling dropshot v0.16.7 |
| 2807 | 2026-05-14T03:47:02.782Z | Compiling void v1.0.2 |
| 2808 | 2026-05-14T03:47:02.937Z | Compiling lzss v0.8.2 |
| 2809 | 2026-05-14T03:47:03.173Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-05-14T03:47:03.210Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2811 | 2026-05-14T03:47:03.434Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2812 | 2026-05-14T03:47:03.735Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2813 | 2026-05-14T03:47:04.529Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2814 | 2026-05-14T03:47:04.596Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2815 | 2026-05-14T03:47:04.840Z | Compiling tungstenite v0.23.0 |
| 2816 | 2026-05-14T03:47:05.247Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2817 | 2026-05-14T03:47:05.818Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-05-14T03:47:06.032Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-05-14T03:47:06.055Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2026-05-14T03:47:06.267Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2821 | 2026-05-14T03:47:06.290Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2822 | 2026-05-14T03:47:06.493Z | Compiling nix v0.27.1 |
| 2823 | 2026-05-14T03:47:07.197Z | Compiling dropshot_endpoint v0.16.7 |
| 2824 | 2026-05-14T03:47:07.368Z | Compiling serde_bytes v0.11.19 |
| 2825 | 2026-05-14T03:47:07.663Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2826 | 2026-05-14T03:47:07.806Z | Compiling tokio-tungstenite v0.23.1 |
| 2827 | 2026-05-14T03:47:07.831Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-05-14T03:47:08.071Z | Compiling git2 v0.20.4 |
| 2829 | 2026-05-14T03:47:08.182Z | Compiling tokio-rustls v0.24.1 |
| 2830 | 2026-05-14T03:47:08.921Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2831 | 2026-05-14T03:47:11.016Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2832 | 2026-05-14T03:47:11.158Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2833 | 2026-05-14T03:47:12.949Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2834 | 2026-05-14T03:47:13.033Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2835 | 2026-05-14T03:47:13.336Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2836 | 2026-05-14T03:47:13.444Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2837 | 2026-05-14T03:47:14.089Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2838 | 2026-05-14T03:47:15.333Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2839 | 2026-05-14T03:47:16.457Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2840 | 2026-05-14T03:47:16.544Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2841 | 2026-05-14T03:47:16.971Z | Compiling rustls-pemfile v1.0.4 |
| 2842 | 2026-05-14T03:47:17.149Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2843 | 2026-05-14T03:47:17.405Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2844 | 2026-05-14T03:47:17.507Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2845 | 2026-05-14T03:47:18.813Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2846 | 2026-05-14T03:47:19.590Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2847 | 2026-05-14T03:47:20.432Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122) |
| 2848 | 2026-05-14T03:47:20.504Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2849 | 2026-05-14T03:47:21.306Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2850 | 2026-05-14T03:47:21.311Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2851 | 2026-05-14T03:47:21.548Z | Compiling signal-hook-tokio v0.3.1 |
| 2852 | 2026-05-14T03:47:21.621Z | Compiling twox-hash v2.1.2 |
| 2853 | 2026-05-14T03:47:21.740Z | Compiling yasna v0.5.2 |
| 2854 | 2026-05-14T03:47:22.153Z | Compiling is_ci v1.2.0 |
| 2855 | 2026-05-14T03:47:22.380Z | Compiling supports-color v3.0.2 |
| 2856 | 2026-05-14T03:47:22.670Z | Compiling rcgen v0.12.1 |
| 2857 | 2026-05-14T03:47:23.262Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2858 | 2026-05-14T03:47:23.321Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2859 | 2026-05-14T03:47:23.344Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2860 | 2026-05-14T03:47:23.758Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2861 | 2026-05-14T03:47:23.800Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2862 | 2026-05-14T03:47:24.011Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2863 | 2026-05-14T03:47:24.351Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2864 | 2026-05-14T03:47:25.775Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2865 | 2026-05-14T03:47:26.241Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2866 | 2026-05-14T03:47:26.917Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2867 | 2026-05-14T03:47:27.103Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2868 | 2026-05-14T03:47:27.286Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2869 | 2026-05-14T03:47:27.337Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-05-14T03:47:27.523Z | Compiling fatfs v0.3.6 |
| 2871 | 2026-05-14T03:47:27.566Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2872 | 2026-05-14T03:47:28.691Z | Compiling subprocess v0.2.15 |
| 2873 | 2026-05-14T03:47:28.713Z | Compiling rtoolbox v0.0.3 |
| 2874 | 2026-05-14T03:47:29.018Z | Compiling seq-macro v0.3.6 |
| 2875 | 2026-05-14T03:47:29.312Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-05-14T03:47:29.432Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2877 | 2026-05-14T03:47:29.532Z | Compiling rpassword v7.4.0 |
| 2878 | 2026-05-14T03:47:29.879Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-05-14T03:47:30.717Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2880 | 2026-05-14T03:47:30.887Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2881 | 2026-05-14T03:47:31.251Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2882 | 2026-05-14T03:47:31.392Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-05-14T03:47:31.686Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-05-14T03:47:33.307Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2885 | 2026-05-14T03:47:33.421Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2886 | 2026-05-14T03:47:33.592Z | Compiling uzers v0.12.2 |
| 2887 | 2026-05-14T03:47:33.867Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-05-14T03:47:34.546Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-05-14T03:47:35.616Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-05-14T03:47:36.108Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-05-14T03:47:38.239Z | Compiling support-bundle-viewer v0.1.2 |
| 2892 | 2026-05-14T03:47:39.753Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2893 | 2026-05-14T03:47:40.168Z | Compiling multimap v0.10.1 |
| 2894 | 2026-05-14T03:47:48.328Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2895 | 2026-05-14T03:47:48.985Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2896 | 2026-05-14T03:47:51.194Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2897 | 2026-05-14T03:47:59.080Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2898 | 2026-05-14T03:48:42.346Z | error[E0308]: mismatched types |
| 2899 | 2026-05-14T03:48:42.346Z | --> nexus/src/app/disk.rs:571:17 |
| 2900 | 2026-05-14T03:48:42.346Z | | |
| 2901 | 2026-05-14T03:48:42.346Z | 569 | let client = crucible_pantry_client::Client::new_with_client( |
| 2902 | 2026-05-14T03:48:42.346Z | | ----------------------------------------------- arguments to this function are incorrect |
| 2903 | 2026-05-14T03:48:42.346Z | 570 | &format!("http://{}", endpoint), |
| 2904 | 2026-05-14T03:48:42.346Z | 571 | self.reqwest012_client.clone(), |
| 2905 | 2026-05-14T03:48:42.346Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client` |
| 2906 | 2026-05-14T03:48:42.346Z | | |
| 2907 | 2026-05-14T03:48:42.346Z | note: there are multiple different versions of crate `reqwest` in the dependency graph |
| 2908 | 2026-05-14T03:48:42.346Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1 |
| 2909 | 2026-05-14T03:48:42.347Z | | |
| 2910 | 2026-05-14T03:48:42.347Z | 93 | pub struct Client { |
| 2911 | 2026-05-14T03:48:42.347Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 2912 | 2026-05-14T03:48:42.347Z | | |
| 2913 | 2026-05-14T03:48:42.347Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1 |
| 2914 | 2026-05-14T03:48:42.347Z | | |
| 2915 | 2026-05-14T03:48:42.347Z | 93 | pub struct Client { |
| 2916 | 2026-05-14T03:48:42.347Z | | ----------------- this is the found type |
| 2917 | 2026-05-14T03:48:42.347Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2918 | 2026-05-14T03:48:42.347Z | note: associated function defined here |
| 2919 | 2026-05-14T03:48:42.347Z | --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/33a3712/pantry-client/src/lib.rs:5:1 |
| 2920 | 2026-05-14T03:48:42.347Z | | |
| 2921 | 2026-05-14T03:48:42.347Z | 5 | / generate_api!( |
| 2922 | 2026-05-14T03:48:42.347Z | 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json", |
| 2923 | 2026-05-14T03:48:42.347Z | 7 | | derives = [schemars::JsonSchema], |
| 2924 | 2026-05-14T03:48:42.347Z | 8 | | patch = { |
| 2925 | 2026-05-14T03:48:42.347Z | ... | |
| 2926 | 2026-05-14T03:48:42.347Z | 11 | | }, |
| 2927 | 2026-05-14T03:48:42.347Z | 12 | | ); |
| 2928 | 2026-05-14T03:48:42.347Z | | |_^ |
| 2929 | 2026-05-14T03:48:42.347Z | = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 2930 | 2026-05-14T03:48:42.347Z | |
| 2931 | 2026-05-14T03:48:46.331Z | error[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 2932 | 2026-05-14T03:48:46.331Z | --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 2933 | 2026-05-14T03:48:46.331Z | | |
| 2934 | 2026-05-14T03:48:46.331Z | 1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 2935 | 2026-05-14T03:48:46.331Z | | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 2936 | 2026-05-14T03:48:46.331Z | | |
| 2937 | 2026-05-14T03:48:46.331Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 2938 | 2026-05-14T03:48:46.331Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 2939 | 2026-05-14T03:48:46.331Z | | |
| 2940 | 2026-05-14T03:48:46.331Z | 224 | pub enum Error<E = ()> { |
| 2941 | 2026-05-14T03:48:46.331Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2942 | 2026-05-14T03:48:46.331Z | | |
| 2943 | 2026-05-14T03:48:46.331Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 2944 | 2026-05-14T03:48:46.331Z | | |
| 2945 | 2026-05-14T03:48:46.331Z | 327 | pub enum Error<E = ()> { |
| 2946 | 2026-05-14T03:48:46.331Z | | ---------------------- this is the found type |
| 2947 | 2026-05-14T03:48:46.332Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2948 | 2026-05-14T03:48:46.332Z | note: required by a bound in `ProgenitorOperationRetry` |
| 2949 | 2026-05-14T03:48:46.332Z | --> common/src/progenitor_operation_retry.rs:73:17 |
| 2950 | 2026-05-14T03:48:46.332Z | | |
| 2951 | 2026-05-14T03:48:46.332Z | 69 | pub struct ProgenitorOperationRetry< |
| 2952 | 2026-05-14T03:48:46.332Z | | ------------------------ required by a bound in this struct |
| 2953 | 2026-05-14T03:48:46.332Z | ... |
| 2954 | 2026-05-14T03:48:46.332Z | 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 2955 | 2026-05-14T03:48:46.332Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 2956 | 2026-05-14T03:48:46.332Z | |
| 2957 | 2026-05-14T03:48:46.332Z | error[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 2958 | 2026-05-14T03:48:46.332Z | --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 2959 | 2026-05-14T03:48:46.332Z | | |
| 2960 | 2026-05-14T03:48:46.332Z | 1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 2961 | 2026-05-14T03:48:46.332Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 2962 | 2026-05-14T03:48:46.332Z | | |
| 2963 | 2026-05-14T03:48:46.332Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 2964 | 2026-05-14T03:48:46.332Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 2965 | 2026-05-14T03:48:46.332Z | | |
| 2966 | 2026-05-14T03:48:46.332Z | 224 | pub enum Error<E = ()> { |
| 2967 | 2026-05-14T03:48:46.332Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2968 | 2026-05-14T03:48:46.332Z | | |
| 2969 | 2026-05-14T03:48:46.332Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 2970 | 2026-05-14T03:48:46.332Z | | |
| 2971 | 2026-05-14T03:48:46.332Z | 327 | pub enum Error<E = ()> { |
| 2972 | 2026-05-14T03:48:46.332Z | | ---------------------- this is the found type |
| 2973 | 2026-05-14T03:48:46.332Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2974 | 2026-05-14T03:48:46.332Z | note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 2975 | 2026-05-14T03:48:46.332Z | --> common/src/progenitor_operation_retry.rs:88:17 |
| 2976 | 2026-05-14T03:48:46.332Z | | |
| 2977 | 2026-05-14T03:48:46.332Z | 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 2978 | 2026-05-14T03:48:46.332Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 2979 | 2026-05-14T03:48:46.332Z | ... |
| 2980 | 2026-05-14T03:48:46.332Z | 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 2981 | 2026-05-14T03:48:46.332Z | | --- required by a bound in this associated function |
| 2982 | 2026-05-14T03:48:46.332Z | |
| 2983 | 2026-05-14T03:48:46.359Z | error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 2984 | 2026-05-14T03:48:46.359Z | --> nexus/src/app/sagas/snapshot_create.rs:1242:10 |
| 2985 | 2026-05-14T03:48:46.359Z | | |
| 2986 | 2026-05-14T03:48:46.359Z | 1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 2987 | 2026-05-14T03:48:46.360Z | 1242 | | .run(log) |
| 2988 | 2026-05-14T03:48:46.360Z | | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 2989 | 2026-05-14T03:48:46.360Z | | |_________| |
| 2990 | 2026-05-14T03:48:46.360Z | | |
| 2991 | 2026-05-14T03:48:46.360Z | | |
| 2992 | 2026-05-14T03:48:46.360Z | = note: the following trait bounds were not satisfied: |
| 2993 | 2026-05-14T03:48:46.360Z | `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 2994 | 2026-05-14T03:48:46.360Z | = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-227688738271882878.txt' |
| 2995 | 2026-05-14T03:48:46.360Z | = note: consider using `--verbose` to print the full type name to the console |
| 2996 | 2026-05-14T03:48:46.360Z | |
| 2997 | 2026-05-14T03:48:46.363Z | error[E0282]: type annotations needed |
| 2998 | 2026-05-14T03:48:46.363Z | --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 2999 | 2026-05-14T03:48:46.363Z | | |
| 3000 | 2026-05-14T03:48:46.363Z | 1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 3001 | 2026-05-14T03:48:46.363Z | 1242 | | .run(log) |
| 3002 | 2026-05-14T03:48:46.363Z | 1243 | | .await |
| 3003 | 2026-05-14T03:48:46.364Z | | |______________^ cannot infer type |
| 3004 | 2026-05-14T03:48:46.364Z | |
| 3005 | 2026-05-14T03:48:46.364Z | error[E0282]: type annotations needed |
| 3006 | 2026-05-14T03:48:46.364Z | --> nexus/src/app/sagas/snapshot_create.rs:1244:19 |
| 3007 | 2026-05-14T03:48:46.364Z | | |
| 3008 | 2026-05-14T03:48:46.364Z | 1244 | .map_err(|e| { |
| 3009 | 2026-05-14T03:48:46.364Z | | ^ |
| 3010 | 2026-05-14T03:48:46.364Z | 1245 | saga_action_failed(Error::internal_error(&e.to_string())) |
| 3011 | 2026-05-14T03:48:46.364Z | | - type must be known at this point |
| 3012 | 2026-05-14T03:48:46.364Z | | |
| 3013 | 2026-05-14T03:48:46.364Z | help: consider giving this closure parameter an explicit type |
| 3014 | 2026-05-14T03:48:46.364Z | | |
| 3015 | 2026-05-14T03:48:46.364Z | 1244 | .map_err(|e: /* Type */| { |
| 3016 | 2026-05-14T03:48:46.364Z | | ++++++++++++ |
| 3017 | 2026-05-14T03:48:46.364Z | |
| 3018 | 2026-05-14T03:48:46.747Z | error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>` |
| 3019 | 2026-05-14T03:48:46.747Z | --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3020 | 2026-05-14T03:48:46.747Z | | |
| 3021 | 2026-05-14T03:48:46.747Z | 142 | ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3022 | 2026-05-14T03:48:46.747Z | | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>` |
| 3023 | 2026-05-14T03:48:46.747Z | | |
| 3024 | 2026-05-14T03:48:46.747Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3025 | 2026-05-14T03:48:46.747Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3026 | 2026-05-14T03:48:46.747Z | | |
| 3027 | 2026-05-14T03:48:46.747Z | 224 | pub enum Error<E = ()> { |
| 3028 | 2026-05-14T03:48:46.747Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3029 | 2026-05-14T03:48:46.747Z | | |
| 3030 | 2026-05-14T03:48:46.747Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3031 | 2026-05-14T03:48:46.747Z | | |
| 3032 | 2026-05-14T03:48:46.747Z | 327 | pub enum Error<E = ()> { |
| 3033 | 2026-05-14T03:48:46.747Z | | ---------------------- this is the found type |
| 3034 | 2026-05-14T03:48:46.747Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3035 | 2026-05-14T03:48:46.747Z | note: required by a bound in `ProgenitorOperationRetry` |
| 3036 | 2026-05-14T03:48:46.747Z | --> common/src/progenitor_operation_retry.rs:73:17 |
| 3037 | 2026-05-14T03:48:46.747Z | | |
| 3038 | 2026-05-14T03:48:46.747Z | 69 | pub struct ProgenitorOperationRetry< |
| 3039 | 2026-05-14T03:48:46.748Z | | ------------------------ required by a bound in this struct |
| 3040 | 2026-05-14T03:48:46.748Z | ... |
| 3041 | 2026-05-14T03:48:46.748Z | 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3042 | 2026-05-14T03:48:46.748Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 3043 | 2026-05-14T03:48:46.748Z | |
| 3044 | 2026-05-14T03:48:46.748Z | error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>` |
| 3045 | 2026-05-14T03:48:46.748Z | --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3046 | 2026-05-14T03:48:46.748Z | | |
| 3047 | 2026-05-14T03:48:46.748Z | 142 | ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3048 | 2026-05-14T03:48:46.748Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>` |
| 3049 | 2026-05-14T03:48:46.748Z | | |
| 3050 | 2026-05-14T03:48:46.748Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3051 | 2026-05-14T03:48:46.748Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3052 | 2026-05-14T03:48:46.748Z | | |
| 3053 | 2026-05-14T03:48:46.748Z | 224 | pub enum Error<E = ()> { |
| 3054 | 2026-05-14T03:48:46.748Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3055 | 2026-05-14T03:48:46.748Z | | |
| 3056 | 2026-05-14T03:48:46.748Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3057 | 2026-05-14T03:48:46.748Z | | |
| 3058 | 2026-05-14T03:48:46.748Z | 327 | pub enum Error<E = ()> { |
| 3059 | 2026-05-14T03:48:46.748Z | | ---------------------- this is the found type |
| 3060 | 2026-05-14T03:48:46.748Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3061 | 2026-05-14T03:48:46.748Z | note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3062 | 2026-05-14T03:48:46.748Z | --> common/src/progenitor_operation_retry.rs:88:17 |
| 3063 | 2026-05-14T03:48:46.748Z | | |
| 3064 | 2026-05-14T03:48:46.748Z | 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3065 | 2026-05-14T03:48:46.748Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3066 | 2026-05-14T03:48:46.748Z | ... |
| 3067 | 2026-05-14T03:48:46.748Z | 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 3068 | 2026-05-14T03:48:46.748Z | | --- required by a bound in this associated function |
| 3069 | 2026-05-14T03:48:46.748Z | |
| 3070 | 2026-05-14T03:48:46.774Z | error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 3071 | 2026-05-14T03:48:46.774Z | --> nexus/src/app/sagas/common_storage.rs:143:10 |
| 3072 | 2026-05-14T03:48:46.774Z | | |
| 3073 | 2026-05-14T03:48:46.774Z | 142 | / ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3074 | 2026-05-14T03:48:46.774Z | 143 | | .run(log) |
| 3075 | 2026-05-14T03:48:46.774Z | | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 3076 | 2026-05-14T03:48:46.774Z | | |_________| |
| 3077 | 2026-05-14T03:48:46.774Z | | |
| 3078 | 2026-05-14T03:48:46.774Z | | |
| 3079 | 2026-05-14T03:48:46.774Z | = note: the following trait bounds were not satisfied: |
| 3080 | 2026-05-14T03:48:46.774Z | `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 3081 | 2026-05-14T03:48:46.774Z | = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-11862134025399483580.txt' |
| 3082 | 2026-05-14T03:48:46.774Z | = note: consider using `--verbose` to print the full type name to the console |
| 3083 | 2026-05-14T03:48:46.774Z | |
| 3084 | 2026-05-14T03:48:46.777Z | error[E0282]: type annotations needed |
| 3085 | 2026-05-14T03:48:46.777Z | --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3086 | 2026-05-14T03:48:46.777Z | | |
| 3087 | 2026-05-14T03:48:46.777Z | 142 | / ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3088 | 2026-05-14T03:48:46.777Z | 143 | | .run(log) |
| 3089 | 2026-05-14T03:48:46.777Z | 144 | | .await |
| 3090 | 2026-05-14T03:48:46.777Z | | |______________^ cannot infer type |
| 3091 | 2026-05-14T03:48:46.778Z | |
| 3092 | 2026-05-14T03:48:46.781Z | error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 3093 | 2026-05-14T03:48:46.781Z | --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 3094 | 2026-05-14T03:48:46.781Z | | |
| 3095 | 2026-05-14T03:48:46.781Z | 172 | ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3096 | 2026-05-14T03:48:46.781Z | | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 3097 | 2026-05-14T03:48:46.781Z | | |
| 3098 | 2026-05-14T03:48:46.781Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3099 | 2026-05-14T03:48:46.781Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3100 | 2026-05-14T03:48:46.781Z | | |
| 3101 | 2026-05-14T03:48:46.781Z | 224 | pub enum Error<E = ()> { |
| 3102 | 2026-05-14T03:48:46.781Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3103 | 2026-05-14T03:48:46.781Z | | |
| 3104 | 2026-05-14T03:48:46.781Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3105 | 2026-05-14T03:48:46.781Z | | |
| 3106 | 2026-05-14T03:48:46.781Z | 327 | pub enum Error<E = ()> { |
| 3107 | 2026-05-14T03:48:46.782Z | | ---------------------- this is the found type |
| 3108 | 2026-05-14T03:48:46.782Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3109 | 2026-05-14T03:48:46.782Z | note: required by a bound in `ProgenitorOperationRetry` |
| 3110 | 2026-05-14T03:48:46.782Z | --> common/src/progenitor_operation_retry.rs:73:17 |
| 3111 | 2026-05-14T03:48:46.782Z | | |
| 3112 | 2026-05-14T03:48:46.782Z | 69 | pub struct ProgenitorOperationRetry< |
| 3113 | 2026-05-14T03:48:46.782Z | | ------------------------ required by a bound in this struct |
| 3114 | 2026-05-14T03:48:46.782Z | ... |
| 3115 | 2026-05-14T03:48:46.782Z | 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3116 | 2026-05-14T03:48:46.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 3117 | 2026-05-14T03:48:46.782Z | |
| 3118 | 2026-05-14T03:48:46.782Z | error[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>` |
| 3119 | 2026-05-14T03:48:46.782Z | --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 3120 | 2026-05-14T03:48:46.782Z | | |
| 3121 | 2026-05-14T03:48:46.782Z | 172 | ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3122 | 2026-05-14T03:48:46.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 3123 | 2026-05-14T03:48:46.782Z | | |
| 3124 | 2026-05-14T03:48:46.782Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3125 | 2026-05-14T03:48:46.782Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3126 | 2026-05-14T03:48:46.782Z | | |
| 3127 | 2026-05-14T03:48:46.782Z | 224 | pub enum Error<E = ()> { |
| 3128 | 2026-05-14T03:48:46.782Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3129 | 2026-05-14T03:48:46.782Z | | |
| 3130 | 2026-05-14T03:48:46.782Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3131 | 2026-05-14T03:48:46.782Z | | |
| 3132 | 2026-05-14T03:48:46.783Z | 327 | pub enum Error<E = ()> { |
| 3133 | 2026-05-14T03:48:46.783Z | | ---------------------- this is the found type |
| 3134 | 2026-05-14T03:48:46.783Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3135 | 2026-05-14T03:48:46.783Z | note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3136 | 2026-05-14T03:48:46.783Z | --> common/src/progenitor_operation_retry.rs:88:17 |
| 3137 | 2026-05-14T03:48:46.783Z | | |
| 3138 | 2026-05-14T03:48:46.783Z | 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3139 | 2026-05-14T03:48:46.783Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3140 | 2026-05-14T03:48:46.783Z | ... |
| 3141 | 2026-05-14T03:48:46.783Z | 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 3142 | 2026-05-14T03:48:46.783Z | | --- required by a bound in this associated function |
| 3143 | 2026-05-14T03:48:46.783Z | |
| 3144 | 2026-05-14T03:48:46.800Z | error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 3145 | 2026-05-14T03:48:46.800Z | --> nexus/src/app/sagas/common_storage.rs:173:10 |
| 3146 | 2026-05-14T03:48:46.800Z | | |
| 3147 | 2026-05-14T03:48:46.801Z | 172 | / ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3148 | 2026-05-14T03:48:46.801Z | 173 | | .run(log) |
| 3149 | 2026-05-14T03:48:46.801Z | | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 3150 | 2026-05-14T03:48:46.801Z | | |_________| |
| 3151 | 2026-05-14T03:48:46.801Z | | |
| 3152 | 2026-05-14T03:48:46.801Z | | |
| 3153 | 2026-05-14T03:48:46.801Z | = note: the following trait bounds were not satisfied: |
| 3154 | 2026-05-14T03:48:46.801Z | `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 3155 | 2026-05-14T03:48:46.801Z | = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-2dce80a5987e91cd.long-type-12194859384677528886.txt' |
| 3156 | 2026-05-14T03:48:46.801Z | = note: consider using `--verbose` to print the full type name to the console |
| 3157 | 2026-05-14T03:48:46.801Z | |
| 3158 | 2026-05-14T03:48:46.804Z | error[E0282]: type annotations needed |
| 3159 | 2026-05-14T03:48:46.804Z | --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 3160 | 2026-05-14T03:48:46.804Z | | |
| 3161 | 2026-05-14T03:48:46.804Z | 172 | / ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3162 | 2026-05-14T03:48:46.804Z | 173 | | .run(log) |
| 3163 | 2026-05-14T03:48:46.804Z | 174 | | .await |
| 3164 | 2026-05-14T03:48:46.804Z | | |______________^ cannot infer type |
| 3165 | 2026-05-14T03:48:46.804Z | |
| 3166 | 2026-05-14T03:48:54.995Z | error[E0027]: pattern does not mention field `info` |
| 3167 | 2026-05-14T03:48:54.995Z | --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9 |
| 3168 | 2026-05-14T03:48:54.995Z | | |
| 3169 | 2026-05-14T03:48:54.995Z | 104 | let VolumeStatus { active, num_job_handles, seen_active } = |
| 3170 | 2026-05-14T03:48:54.995Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info` |
| 3171 | 2026-05-14T03:48:54.995Z | | |
| 3172 | 2026-05-14T03:48:54.995Z | help: include the missing field in the pattern |
| 3173 | 2026-05-14T03:48:54.995Z | | |
| 3174 | 2026-05-14T03:48:54.995Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, info } = |
| 3175 | 2026-05-14T03:48:54.995Z | | ++++++ |
| 3176 | 2026-05-14T03:48:54.995Z | help: if you don't care about this missing field, you can explicitly ignore it |
| 3177 | 2026-05-14T03:48:54.995Z | | |
| 3178 | 2026-05-14T03:48:54.995Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } = |
| 3179 | 2026-05-14T03:48:54.995Z | | +++++++++ |
| 3180 | 2026-05-14T03:48:54.995Z | help: or always ignore missing fields here |
| 3181 | 2026-05-14T03:48:54.995Z | | |
| 3182 | 2026-05-14T03:48:54.995Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, .. } = |
| 3183 | 2026-05-14T03:48:54.996Z | | ++++ |
| 3184 | 2026-05-14T03:48:54.996Z | |
| 3185 | 2026-05-14T03:49:01.149Z | For more information about this error, try `rustc --explain E0027`. |
| 3186 | 2026-05-14T03:49:01.349Z | error: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error |
| 3187 | 2026-05-14T03:49:01.349Z | warning: build failed, waiting for other jobs to finish... |
| 3188 | 2026-05-14T03:49:26.069Z | Some errors have detailed explanations: E0271, E0282, E0308, E0599. |
| 3189 | 2026-05-14T03:49:26.069Z | For more information about an error, try `rustc --explain E0271`. |
| 3190 | 2026-05-14T03:49:26.455Z | error: could not compile `omicron-nexus` (lib) due to 14 previous errors |
| 3191 | 2026-05-14T03:49:26.726Z | Error: Failed to build packages |
| 3192 | 2026-05-14T03:49:26.729Z | |
| 3193 | 2026-05-14T03:49:26.733Z | real 3:40.963846823 |
| 3194 | 2026-05-14T03:49:26.733Z | user 48:43.806675957 |
| 3195 | 2026-05-14T03:49:26.733Z | sys 2:40.826279432 |
| 3196 | 2026-05-14T03:49:26.733Z | trap 1.381097832 |
| 3197 | 2026-05-14T03:49:26.733Z | tflt 2.435423366 |
| 3198 | 2026-05-14T03:49:26.733Z | dflt 3.917692341 |
| 3199 | 2026-05-14T03:49:26.733Z | kflt 0.005402086 |
| 3200 | 2026-05-14T03:49:26.733Z | lock 4:00:53.946811243 |
| 3201 | 2026-05-14T03:49:26.733Z | slp 1:56:59.030099989 |
| 3202 | 2026-05-14T03:49:26.733Z | lat 2:20.793648478 |
| 3203 | 2026-05-14T03:49:26.733Z | stop 5:01.471338210 |
| 3204 | 2026-05-14T03:49:26.733Z | process exited: duration 447010 ms, exit code 1 |
| |
| 3205 | 2026-05-14T03:49:26.740Z | found 0 output files |
| 3206 | 2026-05-14T03:49:26.740Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |