|
|
|
| 1 | 2026-05-16T03:35:16.526Z | job assigned to worker 01KRQDK7QPJR845KBM9TZTZTVE [factory aws, i-01e8f22f6addc5ddc] (queued for 52 s) |
| |
| 2 | 2026-05-16T03:35:23.879Z | starting task 0: "setup" |
| 3 | 2026-05-16T03:35:24.052Z | ++ uname -s |
| 4 | 2026-05-16T03:35:24.052Z | + kern=SunOS |
| 5 | 2026-05-16T03:35:24.052Z | + build_user=build |
| 6 | 2026-05-16T03:35:24.053Z | + build_uid=12345 |
| 7 | 2026-05-16T03:35:24.053Z | + work_dir=/work |
| 8 | 2026-05-16T03:35:24.053Z | + input_dir=/input |
| 9 | 2026-05-16T03:35:24.053Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-16T03:35:24.053Z | + case "$kern" in |
| 11 | 2026-05-16T03:35:24.053Z | + groupadd -g 12345 build |
| 12 | 2026-05-16T03:35:24.053Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-16T03:35:25.852Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-16T03:35:25.931Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-16T03:35:25.945Z | + home_fs=zfs |
| 16 | 2026-05-16T03:35:25.945Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-16T03:35:25.945Z | + mkdir -p /home/build |
| 18 | 2026-05-16T03:35:25.945Z | + chown build:build /home/build /work |
| 19 | 2026-05-16T03:35:27.938Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-16T03:35:27.989Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-05-16T03:35:28.064Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-16T03:35:28.074Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-16T03:35:28.074Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-16T03:35:28.074Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-16T03:35:28.074Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-16T03:35:28.074Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-16T03:35:28.074Z | * rust toolchain profile = "default" |
| 28 | 2026-05-16T03:35:28.074Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-16T03:35:28.074Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-16T03:35:28.194Z | info: downloading installer |
| 31 | 2026-05-16T03:35:29.475Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-16T03:35:29.475Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-16T03:35:29.475Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-16T03:35:29.475Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-16T03:35:29.488Z | info: profile set to default |
| 36 | 2026-05-16T03:35:29.488Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-16T03:35:29.494Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-16T03:35:29.631Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-16T03:35:29.652Z | info: downloading 6 components |
| 40 | 2026-05-16T03:35:43.922Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-16T03:35:43.923Z | |
| 42 | 2026-05-16T03:35:44.021Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-16T03:35:44.021Z | |
| 44 | 2026-05-16T03:35:44.022Z | |
| 45 | 2026-05-16T03:35:44.022Z | Rust is installed now. Great! |
| 46 | 2026-05-16T03:35:44.022Z | |
| 47 | 2026-05-16T03:35:44.022Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-16T03:35:44.022Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-16T03:35:44.022Z | |
| 50 | 2026-05-16T03:35:44.022Z | To configure your current shell, you need to source |
| 51 | 2026-05-16T03:35:44.022Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-16T03:35:44.022Z | |
| 53 | 2026-05-16T03:35:44.022Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-16T03:35:44.022Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-16T03:35:44.022Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-16T03:35:44.022Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-16T03:35:44.022Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-16T03:35:44.023Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-16T03:35:44.023Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-16T03:35:44.023Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-16T03:35:44.023Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-16T03:35:44.132Z | + rustup --version |
| 63 | 2026-05-16T03:35:44.132Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-16T03:35:44.132Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-16T03:35:44.132Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-16T03:35:44.132Z | + cargo --version |
| 67 | 2026-05-16T03:35:44.132Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-16T03:35:44.132Z | + rustc --version |
| 69 | 2026-05-16T03:35:44.143Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-16T03:35:44.143Z | process exited: duration 15984 ms, exit code 0 |
| |
| 71 | 2026-05-16T03:35:44.186Z | starting task 2: "authentication" |
| 72 | 2026-05-16T03:35:44.213Z | process exited: duration 33 ms, exit code 0 |
| |
| 73 | 2026-05-16T03:35:44.307Z | starting task 3: "clone repository" |
| 74 | 2026-05-16T03:35:44.344Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-16T03:35:44.344Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-16T03:35:44.344Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-16T03:35:54.301Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-16T03:35:54.302Z | + git fetch origin 52f5e87f704e15add883d5128d8f033e80711755 |
| 79 | 2026-05-16T03:35:54.555Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-16T03:35:54.555Z | * branch 52f5e87f704e15add883d5128d8f033e80711755 -> FETCH_HEAD |
| 81 | 2026-05-16T03:35:54.574Z | + [[ -n renovate/crucible-pantry-client-digest ]] |
| 82 | 2026-05-16T03:35:54.579Z | ++ git branch --show-current |
| 83 | 2026-05-16T03:35:54.579Z | + current=main |
| 84 | 2026-05-16T03:35:54.580Z | + [[ main != renovate/crucible-pantry-client-digest ]] |
| 85 | 2026-05-16T03:35:54.580Z | + git branch -f renovate/crucible-pantry-client-digest 52f5e87f704e15add883d5128d8f033e80711755 |
| 86 | 2026-05-16T03:35:54.580Z | + git checkout -f renovate/crucible-pantry-client-digest |
| 87 | 2026-05-16T03:35:54.817Z | Switched to branch 'renovate/crucible-pantry-client-digest' |
| 88 | 2026-05-16T03:35:54.833Z | + git reset --hard 52f5e87f704e15add883d5128d8f033e80711755 |
| 89 | 2026-05-16T03:35:54.843Z | HEAD is now at 52f5e87f7 Update crucible-pantry-client digest to c59a136 |
| 90 | 2026-05-16T03:35:54.843Z | process exited: duration 10575 ms, exit code 0 |
| |
| 91 | 2026-05-16T03:35:54.885Z | starting task 4: "build" |
| 92 | 2026-05-16T03:35:54.902Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-16T03:35:54.902Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-16T03:35:54.902Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-16T03:35:54.902Z | + cargo --version |
| 96 | 2026-05-16T03:35:54.902Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-16T03:35:54.902Z | + rustc --version |
| 98 | 2026-05-16T03:35:54.922Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-16T03:35:54.962Z | + WORK=/work |
| 100 | 2026-05-16T03:35:54.963Z | + pfexec mkdir -p /work |
| 101 | 2026-05-16T03:35:54.963Z | + pfexec chown build /work |
| 102 | 2026-05-16T03:35:54.964Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-16T03:35:56.375Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-16T03:35:56.433Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-16T03:35:56.637Z | Planning: Solver setup ... Done (0.173s) |
| 106 | 2026-05-16T03:35:56.652Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-16T03:35:56.658Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-16T03:35:56.669Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-16T03:35:56.685Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-16T03:35:56.703Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-16T03:35:56.714Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-16T03:35:56.911Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 113 | 2026-05-16T03:35:56.931Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-16T03:35:57.780Z | Planning: Evaluating mediators ... Done (0.887s) |
| 115 | 2026-05-16T03:35:57.784Z | Planning: Planning completed in 1.33 seconds |
| 116 | 2026-05-16T03:35:57.791Z | Packages to install: 2 |
| 117 | 2026-05-16T03:35:57.791Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-16T03:35:57.791Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-16T03:35:57.797Z | Create boot environment: No |
| 120 | 2026-05-16T03:35:57.797Z | Create backup boot environment: No |
| 121 | 2026-05-16T03:35:57.797Z | Rebuild boot archive: No |
| 122 | 2026-05-16T03:35:57.797Z | |
| 123 | 2026-05-16T03:35:57.797Z | Changed packages: |
| 124 | 2026-05-16T03:35:57.797Z | helios |
| 125 | 2026-05-16T03:35:57.797Z | developer/build-essential |
| 126 | 2026-05-16T03:35:57.797Z | None -> 11-3.0 |
| 127 | 2026-05-16T03:35:57.797Z | library/libxmlsec1 |
| 128 | 2026-05-16T03:35:57.797Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-16T03:35:57.821Z | |
| 130 | 2026-05-16T03:35:57.821Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-16T03:35:58.494Z | Download: Completed 1.28 MB in 0.68 seconds (1.9M/s) |
| 132 | 2026-05-16T03:35:58.554Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-16T03:35:58.593Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-16T03:35:58.601Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-16T03:35:58.601Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-16T03:35:58.614Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-16T03:36:01.193Z | Finalize: Creating fast lookup database ... Done (2.546s) |
| 138 | 2026-05-16T03:36:01.253Z | Finalize: Reading search index ... Done (0.011s) |
| 139 | 2026-05-16T03:36:01.276Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-16T03:36:01.340Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-16T03:36:01.630Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-16T03:36:01.735Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-16T03:36:01.738Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-16T03:36:01.897Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-16T03:36:01.900Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-16T03:36:01.921Z | Mediators to change: 2 |
| 147 | 2026-05-16T03:36:01.921Z | Create boot environment: No |
| 148 | 2026-05-16T03:36:01.921Z | Create backup boot environment: No |
| 149 | 2026-05-16T03:36:01.977Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-16T03:36:01.977Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-16T03:36:01.994Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-16T03:36:03.942Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-16T03:36:04.009Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-16T03:36:04.016Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-16T03:36:04.109Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-16T03:36:04.406Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-16T03:36:04.476Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-16T03:36:04.499Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-16T03:36:04.634Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-16T03:36:04.638Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-16T03:36:04.657Z | Mediators to change: 1 |
| 162 | 2026-05-16T03:36:04.657Z | Create boot environment: No |
| 163 | 2026-05-16T03:36:04.657Z | Create backup boot environment: No |
| 164 | 2026-05-16T03:36:04.718Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-16T03:36:04.718Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-16T03:36:04.777Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-16T03:36:06.654Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-16T03:36:06.714Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-16T03:36:06.717Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-16T03:36:06.801Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-16T03:36:07.110Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-16T03:36:07.110Z | apache system 2.4 system |
| 173 | 2026-05-16T03:36:07.111Z | clang system 15 system |
| 174 | 2026-05-16T03:36:07.111Z | csh system system illumos |
| 175 | 2026-05-16T03:36:07.111Z | ctags system system illumos |
| 176 | 2026-05-16T03:36:07.111Z | file vendor vendor darwinsys |
| 177 | 2026-05-16T03:36:07.111Z | file system system illumos |
| 178 | 2026-05-16T03:36:07.111Z | gcc vendor 14 vendor |
| 179 | 2026-05-16T03:36:07.111Z | gcc system 13 system |
| 180 | 2026-05-16T03:36:07.111Z | gcc system 10 system |
| 181 | 2026-05-16T03:36:07.111Z | go system 1.25 system |
| 182 | 2026-05-16T03:36:07.111Z | llvm system 15 system |
| 183 | 2026-05-16T03:36:07.111Z | mariadb system 11.4 system |
| 184 | 2026-05-16T03:36:07.111Z | mta vendor vendor dma |
| 185 | 2026-05-16T03:36:07.111Z | openjdk system 17 system |
| 186 | 2026-05-16T03:36:07.111Z | openjdk system 11 system |
| 187 | 2026-05-16T03:36:07.111Z | openssl vendor 3 vendor |
| 188 | 2026-05-16T03:36:07.111Z | perl system 5.40 system |
| 189 | 2026-05-16T03:36:07.111Z | postgresql system 18 system |
| 190 | 2026-05-16T03:36:07.111Z | postgresql system 17 system |
| 191 | 2026-05-16T03:36:07.111Z | python vendor 3 vendor |
| 192 | 2026-05-16T03:36:07.111Z | python system 2 system |
| 193 | 2026-05-16T03:36:07.111Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-16T03:36:07.111Z | ruby system 3.4 system |
| 195 | 2026-05-16T03:36:07.111Z | ruby system 3.0 system |
| 196 | 2026-05-16T03:36:07.111Z | words vendor vendor american-english |
| 197 | 2026-05-16T03:36:07.111Z | words system system australian-english |
| 198 | 2026-05-16T03:36:07.111Z | words system system british-english |
| 199 | 2026-05-16T03:36:07.111Z | words system system canadian-english |
| 200 | 2026-05-16T03:36:07.111Z | words system system french |
| 201 | 2026-05-16T03:36:07.111Z | words system system italian |
| 202 | 2026-05-16T03:36:07.111Z | words system system ngerman |
| 203 | 2026-05-16T03:36:07.111Z | words system system ogerman |
| 204 | 2026-05-16T03:36:07.111Z | words system system spanish |
| 205 | 2026-05-16T03:36:07.362Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-16T03:36:07.363Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-16T03:36:07.635Z | FMRI IFO |
| 208 | 2026-05-16T03:36:07.635Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-16T03:36:07.635Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-16T03:36:07.635Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-16T03:36:07.635Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-16T03:36:07.635Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-16T03:36:07.635Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-16T03:36:07.635Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-16T03:36:07.635Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-16T03:36:07.635Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-16T03:36:07.873Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-16T03:36:08.111Z | Updating crates.io index |
| 219 | 2026-05-16T03:36:08.142Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-16T03:36:08.822Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-16T03:36:09.291Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-16T03:36:10.024Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-16T03:36:10.822Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-16T03:36:11.316Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-16T03:36:12.791Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-16T03:36:13.707Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-16T03:36:13.939Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-16T03:36:14.969Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-16T03:36:15.498Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-16T03:36:15.944Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-16T03:36:16.275Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-16T03:36:17.126Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-16T03:36:17.567Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-16T03:36:17.791Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-16T03:36:18.206Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-16T03:36:18.582Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-16T03:36:18.842Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-16T03:36:19.154Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-16T03:36:19.376Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-16T03:36:19.621Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-16T03:36:19.945Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-16T03:36:20.268Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-05-16T03:36:21.344Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-16T03:36:21.731Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-16T03:36:22.064Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-16T03:36:22.401Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-16T03:36:22.619Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-16T03:36:24.039Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-16T03:36:24.435Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-16T03:36:24.930Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-16T03:36:25.321Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-16T03:36:25.581Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-16T03:36:26.074Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-16T03:36:26.282Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-16T03:36:26.537Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-16T03:36:26.775Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-16T03:36:27.107Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-16T03:36:38.681Z | Downloading crates ... |
| 259 | 2026-05-16T03:36:38.734Z | Downloaded anstream v0.6.21 |
| 260 | 2026-05-16T03:36:38.754Z | Downloaded typenum v1.19.0 |
| 261 | 2026-05-16T03:36:38.757Z | Downloaded toml_write v0.1.2 |
| 262 | 2026-05-16T03:36:38.757Z | Downloaded is_terminal_polyfill v1.70.2 |
| 263 | 2026-05-16T03:36:38.757Z | Downloaded fs-err v3.3.0 |
| 264 | 2026-05-16T03:36:38.760Z | Downloaded unicode-ident v1.0.24 |
| 265 | 2026-05-16T03:36:38.760Z | Downloaded version_check v0.9.5 |
| 266 | 2026-05-16T03:36:38.760Z | Downloaded unicode-xid v0.2.6 |
| 267 | 2026-05-16T03:36:38.765Z | Downloaded papergrid v0.11.0 |
| 268 | 2026-05-16T03:36:38.769Z | Downloaded thiserror-impl v2.0.18 |
| 269 | 2026-05-16T03:36:38.769Z | Downloaded toml v0.8.23 |
| 270 | 2026-05-16T03:36:38.769Z | Downloaded zerovec-derive v0.11.2 |
| 271 | 2026-05-16T03:36:38.773Z | Downloaded usdt-impl v0.5.0 |
| 272 | 2026-05-16T03:36:38.773Z | Downloaded scroll_derive v0.12.1 |
| 273 | 2026-05-16T03:36:38.773Z | Downloaded itoa v1.0.17 |
| 274 | 2026-05-16T03:36:38.774Z | Downloaded unicode-linebreak v0.1.5 |
| 275 | 2026-05-16T03:36:38.777Z | Downloaded form_urlencoded v1.2.2 |
| 276 | 2026-05-16T03:36:38.777Z | Downloaded zerocopy-derive v0.7.35 |
| 277 | 2026-05-16T03:36:38.777Z | Downloaded usdt v0.5.0 |
| 278 | 2026-05-16T03:36:38.777Z | Downloaded strsim v0.11.1 |
| 279 | 2026-05-16T03:36:38.780Z | Downloaded thiserror v1.0.69 |
| 280 | 2026-05-16T03:36:38.784Z | Downloaded utf8parse v0.2.2 |
| 281 | 2026-05-16T03:36:38.784Z | Downloaded smawk v0.3.2 |
| 282 | 2026-05-16T03:36:38.784Z | Downloaded plain v0.2.3 |
| 283 | 2026-05-16T03:36:38.784Z | Downloaded ucd-trie v0.1.7 |
| 284 | 2026-05-16T03:36:38.787Z | Downloaded heck v0.5.0 |
| 285 | 2026-05-16T03:36:38.787Z | Downloaded thread-id v4.2.2 |
| 286 | 2026-05-16T03:36:38.787Z | Downloaded terminal_size v0.4.3 |
| 287 | 2026-05-16T03:36:38.787Z | Downloaded typeid v1.0.3 |
| 288 | 2026-05-16T03:36:38.792Z | Downloaded zerofrom v0.1.6 |
| 289 | 2026-05-16T03:36:38.792Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-05-16T03:36:38.796Z | Downloaded yoke-derive v0.8.1 |
| 291 | 2026-05-16T03:36:38.796Z | Downloaded usdt-attr-macro v0.5.0 |
| 292 | 2026-05-16T03:36:38.796Z | Downloaded clap_lex v1.0.0 |
| 293 | 2026-05-16T03:36:38.800Z | Downloaded usdt-macro v0.5.0 |
| 294 | 2026-05-16T03:36:38.800Z | Downloaded yoke v0.8.1 |
| 295 | 2026-05-16T03:36:38.800Z | Downloaded toml_edit v0.22.27 |
| 296 | 2026-05-16T03:36:38.803Z | Downloaded idna_adapter v1.2.1 |
| 297 | 2026-05-16T03:36:38.803Z | Downloaded pretty-hex v0.4.1 |
| 298 | 2026-05-16T03:36:38.803Z | Downloaded writeable v0.6.2 |
| 299 | 2026-05-16T03:36:38.803Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-05-16T03:36:38.806Z | Downloaded ordered-float v2.10.1 |
| 301 | 2026-05-16T03:36:38.806Z | Downloaded fastrand v2.3.0 |
| 302 | 2026-05-16T03:36:38.809Z | Downloaded zerofrom-derive v0.1.6 |
| 303 | 2026-05-16T03:36:38.809Z | Downloaded tinystr v0.8.2 |
| 304 | 2026-05-16T03:36:38.809Z | Downloaded utf8_iter v1.0.4 |
| 305 | 2026-05-16T03:36:38.813Z | Downloaded camino-tempfile v1.4.1 |
| 306 | 2026-05-16T03:36:38.813Z | Downloaded proc-macro-error v1.0.4 |
| 307 | 2026-05-16T03:36:38.822Z | Downloaded zmij v1.0.21 |
| 308 | 2026-05-16T03:36:38.822Z | Downloaded macaddr v1.0.1 |
| 309 | 2026-05-16T03:36:38.822Z | Downloaded stable_deref_trait v1.2.1 |
| 310 | 2026-05-16T03:36:38.822Z | Downloaded generic-array v0.14.7 |
| 311 | 2026-05-16T03:36:38.822Z | Downloaded fnv v1.0.7 |
| 312 | 2026-05-16T03:36:38.822Z | Downloaded equivalent v1.0.2 |
| 313 | 2026-05-16T03:36:38.827Z | Downloaded thiserror-impl v1.0.69 |
| 314 | 2026-05-16T03:36:38.827Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-05-16T03:36:38.829Z | Downloaded serde_spanned v0.6.9 |
| 316 | 2026-05-16T03:36:38.829Z | Downloaded proc-macro-error-attr v1.0.4 |
| 317 | 2026-05-16T03:36:38.829Z | Downloaded crypto-common v0.1.7 |
| 318 | 2026-05-16T03:36:38.830Z | Downloaded textwrap v0.16.2 |
| 319 | 2026-05-16T03:36:38.830Z | Downloaded zerotrie v0.2.3 |
| 320 | 2026-05-16T03:36:38.833Z | Downloaded tabled_derive v0.7.0 |
| 321 | 2026-05-16T03:36:38.833Z | Downloaded dtrace-parser v0.2.0 |
| 322 | 2026-05-16T03:36:38.833Z | Downloaded percent-encoding v2.3.2 |
| 323 | 2026-05-16T03:36:38.835Z | Downloaded anstyle-query v1.1.5 |
| 324 | 2026-05-16T03:36:38.846Z | Downloaded cargo-platform v0.2.0 |
| 325 | 2026-05-16T03:36:38.851Z | Downloaded swrite v0.1.0 |
| 326 | 2026-05-16T03:36:38.851Z | Downloaded block-buffer v0.10.4 |
| 327 | 2026-05-16T03:36:38.851Z | Downloaded heck v0.4.1 |
| 328 | 2026-05-16T03:36:38.851Z | Downloaded memmap v0.7.0 |
| 329 | 2026-05-16T03:36:38.851Z | Downloaded serde-value v0.7.0 |
| 330 | 2026-05-16T03:36:38.851Z | Downloaded url v2.5.8 |
| 331 | 2026-05-16T03:36:38.854Z | Downloaded zerovec v0.11.5 |
| 332 | 2026-05-16T03:36:38.857Z | Downloaded cfg-if v1.0.4 |
| 333 | 2026-05-16T03:36:38.860Z | Downloaded potential_utf v0.1.4 |
| 334 | 2026-05-16T03:36:38.862Z | Downloaded errno v0.3.14 |
| 335 | 2026-05-16T03:36:38.862Z | Downloaded colorchoice v1.0.4 |
| 336 | 2026-05-16T03:36:38.866Z | Downloaded zerocopy v0.7.35 |
| 337 | 2026-05-16T03:36:38.872Z | Downloaded digest v0.10.7 |
| 338 | 2026-05-16T03:36:38.875Z | Downloaded winnow v0.7.14 |
| 339 | 2026-05-16T03:36:38.878Z | Downloaded sha2 v0.10.9 |
| 340 | 2026-05-16T03:36:38.882Z | Downloaded once_cell v1.21.3 |
| 341 | 2026-05-16T03:36:38.882Z | Downloaded unicode-width v0.2.0 |
| 342 | 2026-05-16T03:36:38.885Z | Downloaded quote v1.0.45 |
| 343 | 2026-05-16T03:36:38.889Z | Downloaded anstyle-parse v0.2.7 |
| 344 | 2026-05-16T03:36:38.889Z | Downloaded anstyle v1.0.13 |
| 345 | 2026-05-16T03:36:38.892Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-05-16T03:36:38.892Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-05-16T03:36:38.892Z | Downloaded dof v0.3.0 |
| 348 | 2026-05-16T03:36:38.892Z | Downloaded byteorder v1.5.0 |
| 349 | 2026-05-16T03:36:38.893Z | Downloaded unicode-width v0.1.14 |
| 350 | 2026-05-16T03:36:38.895Z | Downloaded bytecount v0.6.9 |
| 351 | 2026-05-16T03:36:38.898Z | Downloaded synstructure v0.13.2 |
| 352 | 2026-05-16T03:36:38.898Z | Downloaded erased-serde v0.4.9 |
| 353 | 2026-05-16T03:36:38.904Z | Downloaded scroll v0.12.0 |
| 354 | 2026-05-16T03:36:38.907Z | Downloaded cargo_toml v0.21.0 |
| 355 | 2026-05-16T03:36:38.910Z | Downloaded litemap v0.8.1 |
| 356 | 2026-05-16T03:36:38.914Z | Downloaded pest_generator v2.8.6 |
| 357 | 2026-05-16T03:36:38.918Z | Downloaded serde-untagged v0.1.9 |
| 358 | 2026-05-16T03:36:38.918Z | Downloaded displaydoc v0.2.5 |
| 359 | 2026-05-16T03:36:38.962Z | Downloaded pest_derive v2.8.6 |
| 360 | 2026-05-16T03:36:38.962Z | Downloaded tempfile v3.25.0 |
| 361 | 2026-05-16T03:36:38.962Z | Downloaded num-traits v0.2.19 |
| 362 | 2026-05-16T03:36:38.977Z | Downloaded camino v1.2.2 |
| 363 | 2026-05-16T03:36:38.977Z | Downloaded semver v1.0.28 |
| 364 | 2026-05-16T03:36:38.977Z | Downloaded cargo_metadata v0.21.0 |
| 365 | 2026-05-16T03:36:38.977Z | Downloaded clap_derive v4.5.55 |
| 366 | 2026-05-16T03:36:38.977Z | Downloaded anyhow v1.0.102 |
| 367 | 2026-05-16T03:36:38.977Z | Downloaded cargo-util-schemas v0.8.2 |
| 368 | 2026-05-16T03:36:38.977Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-05-16T03:36:38.977Z | Downloaded autocfg v1.5.0 |
| 370 | 2026-05-16T03:36:38.977Z | Downloaded smallvec v1.15.1 |
| 371 | 2026-05-16T03:36:38.977Z | Downloaded icu_provider v2.1.1 |
| 372 | 2026-05-16T03:36:38.977Z | Downloaded getrandom v0.4.1 |
| 373 | 2026-05-16T03:36:38.977Z | Downloaded log v0.4.29 |
| 374 | 2026-05-16T03:36:38.977Z | Downloaded serde_derive v1.0.228 |
| 375 | 2026-05-16T03:36:38.977Z | Downloaded serde_core v1.0.228 |
| 376 | 2026-05-16T03:36:38.986Z | Downloaded clap v4.5.60 |
| 377 | 2026-05-16T03:36:38.986Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-05-16T03:36:38.986Z | Downloaded icu_normalizer_data v2.1.1 |
| 379 | 2026-05-16T03:36:38.989Z | Downloaded icu_properties v2.1.2 |
| 380 | 2026-05-16T03:36:38.998Z | Downloaded memchr v2.8.0 |
| 381 | 2026-05-16T03:36:39.003Z | Downloaded icu_locale_core v2.1.1 |
| 382 | 2026-05-16T03:36:39.006Z | Downloaded serde v1.0.228 |
| 383 | 2026-05-16T03:36:39.012Z | Downloaded indexmap v2.14.0 |
| 384 | 2026-05-16T03:36:39.015Z | Downloaded icu_normalizer v2.1.1 |
| 385 | 2026-05-16T03:36:39.018Z | Downloaded icu_collections v2.1.1 |
| 386 | 2026-05-16T03:36:39.038Z | Downloaded goblin v0.8.2 |
| 387 | 2026-05-16T03:36:39.041Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-16T03:36:39.041Z | Downloaded pest v2.8.6 |
| 389 | 2026-05-16T03:36:39.061Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-05-16T03:36:39.064Z | Downloaded serde_json v1.0.149 |
| 391 | 2026-05-16T03:36:39.069Z | Downloaded clap_builder v4.5.60 |
| 392 | 2026-05-16T03:36:39.074Z | Downloaded idna v1.1.0 |
| 393 | 2026-05-16T03:36:39.077Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-16T03:36:39.084Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-16T03:36:39.097Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-16T03:36:39.114Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-16T03:36:39.146Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-16T03:36:39.209Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-16T03:36:39.209Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-16T03:36:39.214Z | Compiling quote v1.0.45 |
| 401 | 2026-05-16T03:36:39.214Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-16T03:36:39.214Z | Compiling libc v0.2.185 |
| 403 | 2026-05-16T03:36:39.214Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-16T03:36:39.214Z | Compiling stable_deref_trait v1.2.1 |
| 405 | 2026-05-16T03:36:39.214Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-16T03:36:39.214Z | Compiling serde v1.0.228 |
| 407 | 2026-05-16T03:36:39.214Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-16T03:36:39.395Z | Compiling itoa v1.0.17 |
| 409 | 2026-05-16T03:36:39.412Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-16T03:36:39.414Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-16T03:36:39.453Z | Compiling thiserror v1.0.69 |
| 412 | 2026-05-16T03:36:39.467Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-16T03:36:39.663Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-16T03:36:39.669Z | Compiling icu_properties_data v2.1.2 |
| 415 | 2026-05-16T03:36:39.711Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-16T03:36:39.830Z | Compiling byteorder v1.5.0 |
| 417 | 2026-05-16T03:36:39.907Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-05-16T03:36:39.944Z | Compiling pest v2.8.6 |
| 419 | 2026-05-16T03:36:40.018Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-16T03:36:40.020Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-16T03:36:40.123Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-16T03:36:40.199Z | Compiling equivalent v1.0.2 |
| 423 | 2026-05-16T03:36:40.252Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-16T03:36:40.262Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-16T03:36:40.364Z | Compiling smallvec v1.15.1 |
| 426 | 2026-05-16T03:36:40.367Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-16T03:36:40.398Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-16T03:36:40.415Z | Compiling erased-serde v0.4.9 |
| 429 | 2026-05-16T03:36:40.437Z | Compiling errno v0.3.14 |
| 430 | 2026-05-16T03:36:40.458Z | Compiling thread-id v4.2.2 |
| 431 | 2026-05-16T03:36:40.510Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-16T03:36:40.513Z | Compiling winnow v0.7.14 |
| 433 | 2026-05-16T03:36:40.548Z | Compiling syn v1.0.109 |
| 434 | 2026-05-16T03:36:40.648Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-05-16T03:36:40.655Z | Compiling plain v0.2.3 |
| 436 | 2026-05-16T03:36:40.757Z | Compiling utf8parse v0.2.2 |
| 437 | 2026-05-16T03:36:40.870Z | Compiling indexmap v2.14.0 |
| 438 | 2026-05-16T03:36:40.887Z | Compiling percent-encoding v2.3.2 |
| 439 | 2026-05-16T03:36:40.892Z | Compiling log v0.4.29 |
| 440 | 2026-05-16T03:36:40.924Z | Compiling getrandom v0.4.1 |
| 441 | 2026-05-16T03:36:40.944Z | Compiling utf8_iter v1.0.4 |
| 442 | 2026-05-16T03:36:40.980Z | Compiling syn v2.0.117 |
| 443 | 2026-05-16T03:36:40.998Z | Compiling camino v1.2.2 |
| 444 | 2026-05-16T03:36:41.026Z | Compiling thiserror v2.0.18 |
| 445 | 2026-05-16T03:36:41.058Z | Compiling form_urlencoded v1.2.2 |
| 446 | 2026-05-16T03:36:41.119Z | Compiling anstyle-parse v0.2.7 |
| 447 | 2026-05-16T03:36:41.258Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-16T03:36:41.344Z | Compiling anstyle-query v1.1.5 |
| 449 | 2026-05-16T03:36:41.360Z | Compiling is_terminal_polyfill v1.70.2 |
| 450 | 2026-05-16T03:36:41.500Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-05-16T03:36:41.530Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-05-16T03:36:41.530Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-16T03:36:41.530Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-16T03:36:41.530Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-05-16T03:36:41.596Z | Compiling terminal_size v0.4.3 |
| 456 | 2026-05-16T03:36:41.622Z | Compiling fs-err v3.3.0 |
| 457 | 2026-05-16T03:36:41.643Z | Compiling strsim v0.11.1 |
| 458 | 2026-05-16T03:36:41.702Z | Compiling anstream v0.6.21 |
| 459 | 2026-05-16T03:36:41.709Z | Compiling anyhow v1.0.102 |
| 460 | 2026-05-16T03:36:41.709Z | Compiling fnv v1.0.7 |
| 461 | 2026-05-16T03:36:41.742Z | Compiling clap_lex v1.0.0 |
| 462 | 2026-05-16T03:36:41.751Z | Compiling once_cell v1.21.3 |
| 463 | 2026-05-16T03:36:41.804Z | Compiling heck v0.4.1 |
| 464 | 2026-05-16T03:36:41.876Z | Compiling heck v0.5.0 |
| 465 | 2026-05-16T03:36:41.945Z | Compiling bytecount v0.6.9 |
| 466 | 2026-05-16T03:36:42.074Z | Compiling unicode-width v0.1.14 |
| 467 | 2026-05-16T03:36:42.585Z | Compiling semver v1.0.28 |
| 468 | 2026-05-16T03:36:42.585Z | Compiling unicode-xid v0.2.6 |
| 469 | 2026-05-16T03:36:42.585Z | Compiling fastrand v2.3.0 |
| 470 | 2026-05-16T03:36:42.625Z | Compiling clap_builder v4.5.60 |
| 471 | 2026-05-16T03:36:42.625Z | Compiling memmap v0.7.0 |
| 472 | 2026-05-16T03:36:42.625Z | Compiling papergrid v0.11.0 |
| 473 | 2026-05-16T03:36:42.625Z | Compiling unicode-width v0.2.0 |
| 474 | 2026-05-16T03:36:42.625Z | Compiling tempfile v3.25.0 |
| 475 | 2026-05-16T03:36:42.625Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-16T03:36:42.625Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-16T03:36:42.625Z | Compiling serde-untagged v0.1.9 |
| 478 | 2026-05-16T03:36:42.625Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-05-16T03:36:42.647Z | Compiling swrite v0.1.0 |
| 480 | 2026-05-16T03:36:42.647Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-16T03:36:42.712Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-16T03:36:43.060Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-16T03:36:43.596Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-16T03:36:43.596Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-16T03:36:43.790Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-16T03:36:44.114Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-16T03:36:44.114Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-16T03:36:44.135Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-16T03:36:44.135Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-16T03:36:44.135Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-16T03:36:44.135Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-16T03:36:44.135Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-16T03:36:44.135Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-16T03:36:44.135Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-16T03:36:44.197Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-16T03:36:44.210Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-05-16T03:36:44.834Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-16T03:36:45.077Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-16T03:36:45.089Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-16T03:36:45.089Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-16T03:36:45.207Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-16T03:36:45.278Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-05-16T03:36:45.360Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-16T03:36:45.364Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-16T03:36:45.588Z | Compiling clap v4.5.60 |
| 506 | 2026-05-16T03:36:45.786Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-16T03:36:45.786Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-16T03:36:45.897Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-16T03:36:45.953Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-16T03:36:46.476Z | Compiling icu_provider v2.1.1 |
| 511 | 2026-05-16T03:36:46.578Z | Compiling dof v0.3.0 |
| 512 | 2026-05-16T03:36:46.578Z | Compiling serde_tokenstream v0.2.3 |
| 513 | 2026-05-16T03:36:46.609Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-16T03:36:46.612Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-05-16T03:36:46.612Z | Compiling serde-value v0.7.0 |
| 516 | 2026-05-16T03:36:46.612Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-05-16T03:36:46.612Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-16T03:36:47.183Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-16T03:36:47.183Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-16T03:36:47.187Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-16T03:36:47.702Z | Compiling usdt-attr-macro v0.5.0 |
| 522 | 2026-05-16T03:36:47.702Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-16T03:36:47.705Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-16T03:36:47.705Z | Compiling idna v1.1.0 |
| 525 | 2026-05-16T03:36:47.912Z | Compiling usdt v0.5.0 |
| 526 | 2026-05-16T03:36:47.969Z | Compiling url v2.5.8 |
| 527 | 2026-05-16T03:36:48.144Z | Compiling toml v0.8.23 |
| 528 | 2026-05-16T03:36:48.474Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-16T03:36:48.475Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-16T03:36:49.723Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-16T03:36:50.236Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-16T03:36:52.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.58s |
| 533 | 2026-05-16T03:36:52.613Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-16T03:36:53.187Z | Downloading crates ... |
| 535 | 2026-05-16T03:36:53.254Z | Downloaded camino-tempfile-ext v0.3.3 |
| 536 | 2026-05-16T03:36:53.279Z | Downloaded blake2 v0.10.6 |
| 537 | 2026-05-16T03:36:53.279Z | Downloaded array-init v0.0.4 |
| 538 | 2026-05-16T03:36:53.279Z | Downloaded atomicwrites v0.4.4 |
| 539 | 2026-05-16T03:36:53.279Z | Downloaded allocator-api2 v0.2.21 |
| 540 | 2026-05-16T03:36:53.279Z | Downloaded crc32fast v1.5.0 |
| 541 | 2026-05-16T03:36:53.279Z | Downloaded convert_case v0.4.0 |
| 542 | 2026-05-16T03:36:53.279Z | Downloaded block-padding v0.3.3 |
| 543 | 2026-05-16T03:36:53.279Z | Downloaded arrayref v0.3.9 |
| 544 | 2026-05-16T03:36:53.279Z | Downloaded async-stream-impl v0.3.6 |
| 545 | 2026-05-16T03:36:53.280Z | Downloaded async-stream v0.3.6 |
| 546 | 2026-05-16T03:36:53.280Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 547 | 2026-05-16T03:36:53.303Z | Downloaded assert_matches v1.5.0 |
| 548 | 2026-05-16T03:36:53.303Z | Downloaded cfg_aliases v0.1.1 |
| 549 | 2026-05-16T03:36:53.303Z | Downloaded cstr-argument v0.1.2 |
| 550 | 2026-05-16T03:36:53.304Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 551 | 2026-05-16T03:36:53.304Z | Downloaded chacha20 v0.9.1 |
| 552 | 2026-05-16T03:36:53.304Z | Downloaded compression-core v0.4.31 |
| 553 | 2026-05-16T03:36:53.304Z | Downloaded darling v0.20.11 |
| 554 | 2026-05-16T03:36:53.304Z | Downloaded ctr v0.9.2 |
| 555 | 2026-05-16T03:36:53.304Z | Downloaded either v1.15.0 |
| 556 | 2026-05-16T03:36:53.304Z | Downloaded csv-core v0.1.13 |
| 557 | 2026-05-16T03:36:53.304Z | Downloaded float-cmp v0.10.0 |
| 558 | 2026-05-16T03:36:53.304Z | Downloaded endian-type v0.1.2 |
| 559 | 2026-05-16T03:36:53.317Z | Downloaded dof v0.4.0 |
| 560 | 2026-05-16T03:36:53.317Z | Downloaded cargo-platform v0.1.9 |
| 561 | 2026-05-16T03:36:53.317Z | Downloaded base16ct v0.2.0 |
| 562 | 2026-05-16T03:36:53.317Z | Downloaded cobs v0.3.0 |
| 563 | 2026-05-16T03:36:53.317Z | Downloaded crc-catalog v2.4.0 |
| 564 | 2026-05-16T03:36:53.318Z | Downloaded defmt v0.3.100 |
| 565 | 2026-05-16T03:36:53.318Z | Downloaded adler2 v2.0.1 |
| 566 | 2026-05-16T03:36:53.318Z | Downloaded bitflags v1.3.2 |
| 567 | 2026-05-16T03:36:53.318Z | Downloaded embedded-io v0.6.1 |
| 568 | 2026-05-16T03:36:53.318Z | Downloaded atomic-waker v1.1.2 |
| 569 | 2026-05-16T03:36:53.318Z | Downloaded downcast-rs v2.0.2 |
| 570 | 2026-05-16T03:36:53.318Z | Downloaded flagset v0.4.7 |
| 571 | 2026-05-16T03:36:53.318Z | Downloaded env_logger v0.11.9 |
| 572 | 2026-05-16T03:36:53.318Z | Downloaded atty v0.2.14 |
| 573 | 2026-05-16T03:36:53.318Z | Downloaded bit-vec v0.6.3 |
| 574 | 2026-05-16T03:36:53.318Z | Downloaded crc8 v0.1.1 |
| 575 | 2026-05-16T03:36:53.318Z | Downloaded fatfs v0.3.6 |
| 576 | 2026-05-16T03:36:53.318Z | Downloaded fallible-iterator v0.2.0 |
| 577 | 2026-05-16T03:36:53.318Z | Downloaded crossbeam-epoch v0.9.18 |
| 578 | 2026-05-16T03:36:53.318Z | Downloaded cancel-safe-futures v0.1.5 |
| 579 | 2026-05-16T03:36:53.751Z | Downloaded colored v3.1.1 |
| 580 | 2026-05-16T03:36:53.751Z | Downloaded embedded-io v0.4.0 |
| 581 | 2026-05-16T03:36:53.751Z | Downloaded cpufeatures v0.3.0 |
| 582 | 2026-05-16T03:36:53.751Z | Downloaded difflib v0.4.0 |
| 583 | 2026-05-16T03:36:53.751Z | Downloaded bitfield-macros v0.19.4 |
| 584 | 2026-05-16T03:36:53.751Z | Downloaded bit-set v0.8.0 |
| 585 | 2026-05-16T03:36:53.751Z | Downloaded ciborium-io v0.2.2 |
| 586 | 2026-05-16T03:36:53.751Z | Downloaded cfg_aliases v0.2.1 |
| 587 | 2026-05-16T03:36:53.751Z | Downloaded find-msvc-tools v0.1.9 |
| 588 | 2026-05-16T03:36:53.751Z | Downloaded dtrace-parser v0.3.0 |
| 589 | 2026-05-16T03:36:53.751Z | Downloaded darling_macro v0.21.3 |
| 590 | 2026-05-16T03:36:53.751Z | Downloaded aead v0.5.2 |
| 591 | 2026-05-16T03:36:53.751Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-05-16T03:36:53.751Z | Downloaded debug-ignore v1.0.5 |
| 593 | 2026-05-16T03:36:53.794Z | Downloaded defmt-macros v1.0.1 |
| 594 | 2026-05-16T03:36:53.794Z | Downloaded deranged v0.5.8 |
| 595 | 2026-05-16T03:36:53.794Z | Downloaded bitfield v0.19.4 |
| 596 | 2026-05-16T03:36:53.794Z | Downloaded argon2 v0.5.3 |
| 597 | 2026-05-16T03:36:53.794Z | Downloaded der_derive v0.7.3 |
| 598 | 2026-05-16T03:36:53.794Z | Downloaded crc v3.4.0 |
| 599 | 2026-05-16T03:36:53.794Z | Downloaded enum-as-inner v0.6.1 |
| 600 | 2026-05-16T03:36:53.794Z | Downloaded display-error-chain v0.2.2 |
| 601 | 2026-05-16T03:36:53.794Z | Downloaded document-features v0.2.12 |
| 602 | 2026-05-16T03:36:53.794Z | Downloaded async-recursion v1.1.1 |
| 603 | 2026-05-16T03:36:53.794Z | Downloaded ed25519 v2.2.3 |
| 604 | 2026-05-16T03:36:53.794Z | Downloaded foreign-types-macros v0.2.3 |
| 605 | 2026-05-16T03:36:53.794Z | Downloaded dropshot_endpoint v0.17.0 |
| 606 | 2026-05-16T03:36:53.794Z | Downloaded ciborium-ll v0.2.2 |
| 607 | 2026-05-16T03:36:53.794Z | Downloaded ciborium v0.2.2 |
| 608 | 2026-05-16T03:36:53.794Z | Downloaded dunce v1.0.5 |
| 609 | 2026-05-16T03:36:53.794Z | Downloaded dirs-next v2.0.0 |
| 610 | 2026-05-16T03:36:53.794Z | Downloaded constant_time_eq v0.4.2 |
| 611 | 2026-05-16T03:36:53.794Z | Downloaded async-trait v0.1.89 |
| 612 | 2026-05-16T03:36:53.795Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 613 | 2026-05-16T03:36:53.795Z | Downloaded crunchy v0.2.4 |
| 614 | 2026-05-16T03:36:53.795Z | Downloaded float-ord v0.3.2 |
| 615 | 2026-05-16T03:36:53.795Z | Downloaded diesel-dtrace v0.5.0 |
| 616 | 2026-05-16T03:36:53.795Z | Downloaded darling_core v0.20.11 |
| 617 | 2026-05-16T03:36:53.795Z | Downloaded foreign-types v0.5.0 |
| 618 | 2026-05-16T03:36:53.795Z | Downloaded castaway v0.2.4 |
| 619 | 2026-05-16T03:36:53.795Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 620 | 2026-05-16T03:36:53.795Z | Downloaded dyn-clone v1.0.20 |
| 621 | 2026-05-16T03:36:53.795Z | Downloaded derive_builder_macro v0.20.2 |
| 622 | 2026-05-16T03:36:53.795Z | Downloaded ascii-canvas v3.0.0 |
| 623 | 2026-05-16T03:36:53.795Z | Downloaded foreign-types-shared v0.1.1 |
| 624 | 2026-05-16T03:36:53.795Z | Downloaded fixedbitset v0.4.2 |
| 625 | 2026-05-16T03:36:53.795Z | Downloaded fd-lock v4.0.4 |
| 626 | 2026-05-16T03:36:53.795Z | Downloaded data-encoding v2.10.0 |
| 627 | 2026-05-16T03:36:53.795Z | Downloaded compression-codecs v0.4.37 |
| 628 | 2026-05-16T03:36:53.795Z | Downloaded foreign-types-shared v0.3.1 |
| 629 | 2026-05-16T03:36:53.796Z | Downloaded crucible-workspace-hack v0.1.0 |
| 630 | 2026-05-16T03:36:53.796Z | Downloaded derive-ex v0.1.8 |
| 631 | 2026-05-16T03:36:53.796Z | Downloaded futures-io v0.3.32 |
| 632 | 2026-05-16T03:36:53.796Z | Downloaded futures-core v0.3.32 |
| 633 | 2026-05-16T03:36:53.796Z | Downloaded funty v2.0.0 |
| 634 | 2026-05-16T03:36:53.796Z | Downloaded futures-sink v0.3.32 |
| 635 | 2026-05-16T03:36:53.796Z | Downloaded futures-task v0.3.32 |
| 636 | 2026-05-16T03:36:53.796Z | Downloaded blowfish v0.9.1 |
| 637 | 2026-05-16T03:36:53.796Z | Downloaded env_filter v1.0.0 |
| 638 | 2026-05-16T03:36:53.796Z | Downloaded convert_case v0.10.0 |
| 639 | 2026-05-16T03:36:53.796Z | Downloaded buf-list v1.1.2 |
| 640 | 2026-05-16T03:36:53.796Z | Downloaded darling_macro v0.23.0 |
| 641 | 2026-05-16T03:36:53.796Z | Downloaded backoff v0.4.0 |
| 642 | 2026-05-16T03:36:53.796Z | Downloaded dirs-sys-next v0.1.2 |
| 643 | 2026-05-16T03:36:53.796Z | Downloaded ecdsa v0.16.9 |
| 644 | 2026-05-16T03:36:53.796Z | Downloaded cmake v0.1.57 |
| 645 | 2026-05-16T03:36:53.796Z | Downloaded darling_macro v0.20.11 |
| 646 | 2026-05-16T03:36:53.796Z | Downloaded ghash v0.5.1 |
| 647 | 2026-05-16T03:36:53.796Z | Downloaded arrayvec v0.7.6 |
| 648 | 2026-05-16T03:36:53.796Z | Downloaded hash32 v0.3.1 |
| 649 | 2026-05-16T03:36:53.796Z | Downloaded gethostname v0.5.0 |
| 650 | 2026-05-16T03:36:53.796Z | Downloaded defmt-parser v1.0.0 |
| 651 | 2026-05-16T03:36:53.796Z | Downloaded headers-core v0.3.0 |
| 652 | 2026-05-16T03:36:53.796Z | Downloaded console v0.15.11 |
| 653 | 2026-05-16T03:36:53.796Z | Downloaded globwalk v0.9.1 |
| 654 | 2026-05-16T03:36:53.796Z | Downloaded fxhash v0.2.1 |
| 655 | 2026-05-16T03:36:53.796Z | Downloaded cargo_metadata v0.19.2 |
| 656 | 2026-05-16T03:36:53.797Z | Downloaded bb8 v0.8.6 |
| 657 | 2026-05-16T03:36:53.797Z | Downloaded base64ct v1.8.3 |
| 658 | 2026-05-16T03:36:53.797Z | Downloaded hex v0.4.3 |
| 659 | 2026-05-16T03:36:53.797Z | Downloaded hex-literal v0.4.1 |
| 660 | 2026-05-16T03:36:53.797Z | Downloaded bit-vec v0.8.0 |
| 661 | 2026-05-16T03:36:53.797Z | Downloaded bit-set v0.5.3 |
| 662 | 2026-05-16T03:36:53.797Z | Downloaded dsl_auto_type v0.2.0 |
| 663 | 2026-05-16T03:36:53.797Z | Downloaded cipher v0.4.4 |
| 664 | 2026-05-16T03:36:53.797Z | Downloaded cbc v0.1.2 |
| 665 | 2026-05-16T03:36:53.797Z | Downloaded corncobs v0.1.4 |
| 666 | 2026-05-16T03:36:53.797Z | Downloaded cassowary v0.3.0 |
| 667 | 2026-05-16T03:36:53.797Z | Downloaded critical-section v1.2.0 |
| 668 | 2026-05-16T03:36:53.797Z | Downloaded daft-derive v0.1.5 |
| 669 | 2026-05-16T03:36:53.797Z | Downloaded foldhash v0.2.0 |
| 670 | 2026-05-16T03:36:53.797Z | Downloaded fixedbitset v0.5.7 |
| 671 | 2026-05-16T03:36:53.797Z | Downloaded hash32 v0.2.1 |
| 672 | 2026-05-16T03:36:53.797Z | Downloaded hostname v0.4.2 |
| 673 | 2026-05-16T03:36:53.797Z | Downloaded foreign-types v0.3.2 |
| 674 | 2026-05-16T03:36:53.797Z | Downloaded cexpr v0.6.0 |
| 675 | 2026-05-16T03:36:53.797Z | Downloaded http-range v0.1.5 |
| 676 | 2026-05-16T03:36:53.797Z | Downloaded http-body v1.0.1 |
| 677 | 2026-05-16T03:36:53.797Z | Downloaded ff v0.13.1 |
| 678 | 2026-05-16T03:36:53.798Z | Downloaded erased-serde v0.3.31 |
| 679 | 2026-05-16T03:36:53.798Z | Downloaded derive_builder_core v0.20.2 |
| 680 | 2026-05-16T03:36:53.798Z | Downloaded hubpack v0.1.2 |
| 681 | 2026-05-16T03:36:53.798Z | Downloaded drift v0.1.4 |
| 682 | 2026-05-16T03:36:53.798Z | Downloaded git-stub v1.0.0 |
| 683 | 2026-05-16T03:36:53.798Z | Downloaded hubpack_derive v0.1.1 |
| 684 | 2026-05-16T03:36:53.798Z | Downloaded futures-macro v0.3.32 |
| 685 | 2026-05-16T03:36:53.798Z | Downloaded cookie v0.18.1 |
| 686 | 2026-05-16T03:36:53.798Z | Downloaded console v0.16.2 |
| 687 | 2026-05-16T03:36:53.798Z | Downloaded group v0.13.0 |
| 688 | 2026-05-16T03:36:53.798Z | Downloaded futures-executor v0.3.32 |
| 689 | 2026-05-16T03:36:53.798Z | Downloaded globset v0.4.18 |
| 690 | 2026-05-16T03:36:53.798Z | Downloaded git-stub-vcs v0.1.0 |
| 691 | 2026-05-16T03:36:53.798Z | Downloaded backon v1.6.0 |
| 692 | 2026-05-16T03:36:53.798Z | Downloaded fs-err v2.11.0 |
| 693 | 2026-05-16T03:36:53.831Z | Downloaded darling v0.21.3 |
| 694 | 2026-05-16T03:36:53.831Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 695 | 2026-05-16T03:36:53.832Z | Downloaded indoc v1.0.9 |
| 696 | 2026-05-16T03:36:53.832Z | Downloaded indent_write v2.2.0 |
| 697 | 2026-05-16T03:36:53.832Z | Downloaded illumos-nvpair v0.3.0 |
| 698 | 2026-05-16T03:36:53.832Z | Downloaded chacha20 v0.10.0 |
| 699 | 2026-05-16T03:36:53.832Z | Downloaded bzip2 v0.6.1 |
| 700 | 2026-05-16T03:36:53.832Z | Downloaded bcs v0.1.6 |
| 701 | 2026-05-16T03:36:53.832Z | Downloaded instant v0.1.13 |
| 702 | 2026-05-16T03:36:53.832Z | Downloaded filetime v0.2.27 |
| 703 | 2026-05-16T03:36:53.832Z | Downloaded inout v0.1.4 |
| 704 | 2026-05-16T03:36:53.832Z | Downloaded glob v0.3.3 |
| 705 | 2026-05-16T03:36:53.832Z | Downloaded async-bb8-diesel v0.2.1 |
| 706 | 2026-05-16T03:36:53.832Z | Downloaded colored v2.2.0 |
| 707 | 2026-05-16T03:36:53.832Z | Downloaded lalrpop-util v0.19.12 |
| 708 | 2026-05-16T03:36:53.832Z | Downloaded keccak v0.1.6 |
| 709 | 2026-05-16T03:36:53.832Z | Downloaded hostname v0.3.1 |
| 710 | 2026-05-16T03:36:53.832Z | Downloaded instability v0.3.11 |
| 711 | 2026-05-16T03:36:53.832Z | Downloaded is_ci v1.2.0 |
| 712 | 2026-05-16T03:36:53.832Z | Downloaded is-terminal v0.4.17 |
| 713 | 2026-05-16T03:36:53.832Z | Downloaded internet-checksum v0.2.1 |
| 714 | 2026-05-16T03:36:53.832Z | Downloaded clang-sys v1.8.1 |
| 715 | 2026-05-16T03:36:53.832Z | Downloaded bzip2 v0.4.4 |
| 716 | 2026-05-16T03:36:53.833Z | Downloaded byte-wrapper v0.1.0 |
| 717 | 2026-05-16T03:36:53.833Z | Downloaded des v0.8.1 |
| 718 | 2026-05-16T03:36:53.833Z | Downloaded ident_case v1.0.1 |
| 719 | 2026-05-16T03:36:53.833Z | Downloaded hyper-tls v0.6.0 |
| 720 | 2026-05-16T03:36:53.833Z | Downloaded crossbeam-deque v0.8.6 |
| 721 | 2026-05-16T03:36:53.833Z | Downloaded foldhash v0.1.5 |
| 722 | 2026-05-16T03:36:53.833Z | Downloaded darling v0.23.0 |
| 723 | 2026-05-16T03:36:53.833Z | Downloaded home v0.5.12 |
| 724 | 2026-05-16T03:36:53.833Z | Downloaded kstat-rs v0.2.4 |
| 725 | 2026-05-16T03:36:53.833Z | Downloaded highway v1.3.0 |
| 726 | 2026-05-16T03:36:53.833Z | Downloaded ahash v0.8.12 |
| 727 | 2026-05-16T03:36:53.833Z | Downloaded httpdate v1.0.3 |
| 728 | 2026-05-16T03:36:53.833Z | Downloaded fs_extra v1.3.0 |
| 729 | 2026-05-16T03:36:53.833Z | Downloaded daft v0.1.5 |
| 730 | 2026-05-16T03:36:53.833Z | Downloaded libscf-sys v1.1.0 |
| 731 | 2026-05-16T03:36:53.833Z | Downloaded http-body-util v0.1.3 |
| 732 | 2026-05-16T03:36:53.833Z | Downloaded crc-any v2.5.0 |
| 733 | 2026-05-16T03:36:53.833Z | Downloaded base64 v0.22.1 |
| 734 | 2026-05-16T03:36:53.833Z | Downloaded getrandom v0.2.17 |
| 735 | 2026-05-16T03:36:53.833Z | Downloaded ena v0.14.4 |
| 736 | 2026-05-16T03:36:53.833Z | Downloaded derive_builder v0.20.2 |
| 737 | 2026-05-16T03:36:53.833Z | Downloaded match_cfg v0.1.0 |
| 738 | 2026-05-16T03:36:53.833Z | Downloaded lzss v0.8.2 |
| 739 | 2026-05-16T03:36:53.833Z | Downloaded md5 v0.7.0 |
| 740 | 2026-05-16T03:36:53.833Z | Downloaded linked-hash-map v0.5.6 |
| 741 | 2026-05-16T03:36:53.833Z | Downloaded md-5 v0.10.6 |
| 742 | 2026-05-16T03:36:53.833Z | Downloaded derive-where v1.6.0 |
| 743 | 2026-05-16T03:36:53.834Z | Downloaded darling_core v0.23.0 |
| 744 | 2026-05-16T03:36:53.834Z | Downloaded maplit v1.0.2 |
| 745 | 2026-05-16T03:36:53.834Z | Downloaded lru-slab v0.1.2 |
| 746 | 2026-05-16T03:36:53.834Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 747 | 2026-05-16T03:36:53.834Z | Downloaded memoffset v0.9.1 |
| 748 | 2026-05-16T03:36:53.834Z | Downloaded managed v0.8.0 |
| 749 | 2026-05-16T03:36:53.834Z | Downloaded ingot v0.1.1 |
| 750 | 2026-05-16T03:36:53.834Z | Downloaded mime v0.3.17 |
| 751 | 2026-05-16T03:36:53.834Z | Downloaded maybe-uninit v2.0.0 |
| 752 | 2026-05-16T03:36:53.834Z | Downloaded half v1.8.3 |
| 753 | 2026-05-16T03:36:53.834Z | Downloaded cookie_store v0.22.1 |
| 754 | 2026-05-16T03:36:53.834Z | Downloaded const-oid v0.9.6 |
| 755 | 2026-05-16T03:36:53.834Z | Downloaded newtype_derive v0.1.6 |
| 756 | 2026-05-16T03:36:53.834Z | Downloaded ingot-types v0.1.2 |
| 757 | 2026-05-16T03:36:53.834Z | Downloaded hyper-staticfile v0.10.1 |
| 758 | 2026-05-16T03:36:53.834Z | Downloaded num v0.4.3 |
| 759 | 2026-05-16T03:36:53.834Z | Downloaded lru-cache v0.1.2 |
| 760 | 2026-05-16T03:36:53.834Z | Downloaded nibble_vec v0.1.0 |
| 761 | 2026-05-16T03:36:53.834Z | Downloaded lru v0.12.5 |
| 762 | 2026-05-16T03:36:53.834Z | Downloaded normalize-line-endings v0.3.0 |
| 763 | 2026-05-16T03:36:53.834Z | Downloaded ipnetwork v0.21.1 |
| 764 | 2026-05-16T03:36:53.834Z | Downloaded humantime v2.3.0 |
| 765 | 2026-05-16T03:36:53.834Z | Downloaded defmt v1.0.1 |
| 766 | 2026-05-16T03:36:53.834Z | Downloaded newtype-uuid-macros v0.1.0 |
| 767 | 2026-05-16T03:36:53.834Z | Downloaded newline-converter v0.3.0 |
| 768 | 2026-05-16T03:36:53.834Z | Downloaded jobserver v0.1.34 |
| 769 | 2026-05-16T03:36:53.834Z | Downloaded new_debug_unreachable v1.0.6 |
| 770 | 2026-05-16T03:36:53.834Z | Downloaded nodrop v0.1.14 |
| 771 | 2026-05-16T03:36:53.834Z | Downloaded elliptic-curve v0.13.8 |
| 772 | 2026-05-16T03:36:53.835Z | Downloaded dropshot_endpoint v0.16.7 |
| 773 | 2026-05-16T03:36:53.835Z | Downloaded chacha20poly1305 v0.10.1 |
| 774 | 2026-05-16T03:36:53.835Z | Downloaded multimap v0.10.1 |
| 775 | 2026-05-16T03:36:53.835Z | Downloaded hmac v0.12.1 |
| 776 | 2026-05-16T03:36:53.835Z | Downloaded const_format_proc_macros v0.2.34 |
| 777 | 2026-05-16T03:36:53.835Z | Downloaded futures-channel v0.3.32 |
| 778 | 2026-05-16T03:36:53.835Z | Downloaded lazy_static v1.5.0 |
| 779 | 2026-05-16T03:36:53.835Z | Downloaded libefi-sys v0.1.0 |
| 780 | 2026-05-16T03:36:53.835Z | Downloaded libloading v0.8.9 |
| 781 | 2026-05-16T03:36:53.835Z | Downloaded futures v0.3.32 |
| 782 | 2026-05-16T03:36:53.835Z | Downloaded num-conv v0.2.0 |
| 783 | 2026-05-16T03:36:53.835Z | Downloaded libsw v3.5.0 |
| 784 | 2026-05-16T03:36:53.835Z | Downloaded openssl-macros v0.1.1 |
| 785 | 2026-05-16T03:36:53.835Z | Downloaded num_threads v0.1.7 |
| 786 | 2026-05-16T03:36:53.835Z | Downloaded num-derive v0.3.3 |
| 787 | 2026-05-16T03:36:53.835Z | Downloaded opaque-debug v0.3.1 |
| 788 | 2026-05-16T03:36:53.835Z | Downloaded openssl-probe v0.2.1 |
| 789 | 2026-05-16T03:36:53.835Z | Downloaded openssl-probe v0.1.6 |
| 790 | 2026-05-16T03:36:53.835Z | Downloaded olpc-cjson v0.1.4 |
| 791 | 2026-05-16T03:36:53.835Z | Downloaded nonempty v0.12.0 |
| 792 | 2026-05-16T03:36:53.835Z | Downloaded lock_api v0.4.14 |
| 793 | 2026-05-16T03:36:53.882Z | Downloaded diff v0.1.13 |
| 794 | 2026-05-16T03:36:53.882Z | Downloaded crossbeam-utils v0.8.21 |
| 795 | 2026-05-16T03:36:53.882Z | Downloaded ar_archive_writer v0.5.1 |
| 796 | 2026-05-16T03:36:53.882Z | Downloaded httparse v1.10.1 |
| 797 | 2026-05-16T03:36:53.882Z | Downloaded half v2.7.1 |
| 798 | 2026-05-16T03:36:53.882Z | Downloaded num-iter v0.1.45 |
| 799 | 2026-05-16T03:36:53.882Z | Downloaded hyper-rustls v0.27.7 |
| 800 | 2026-05-16T03:36:53.882Z | Downloaded num_enum_derive v0.5.11 |
| 801 | 2026-05-16T03:36:53.882Z | Downloaded getrandom v0.3.4 |
| 802 | 2026-05-16T03:36:53.882Z | Downloaded iana-time-zone v0.1.65 |
| 803 | 2026-05-16T03:36:53.882Z | Downloaded oso-derive v0.27.3 |
| 804 | 2026-05-16T03:36:53.882Z | Downloaded packed_struct_codegen v0.10.1 |
| 805 | 2026-05-16T03:36:53.882Z | Downloaded indoc v2.0.7 |
| 806 | 2026-05-16T03:36:53.882Z | Downloaded base64 v0.21.7 |
| 807 | 2026-05-16T03:36:53.882Z | Downloaded ingot-macros v0.1.1 |
| 808 | 2026-05-16T03:36:53.882Z | Downloaded nanorand v0.7.0 |
| 809 | 2026-05-16T03:36:53.882Z | Downloaded ipnet v2.11.0 |
| 810 | 2026-05-16T03:36:53.882Z | Downloaded mime_guess v2.0.5 |
| 811 | 2026-05-16T03:36:53.882Z | Downloaded num-complex v0.4.6 |
| 812 | 2026-05-16T03:36:53.882Z | Downloaded crossterm v0.29.0 |
| 813 | 2026-05-16T03:36:53.882Z | Downloaded async-compression v0.4.41 |
| 814 | 2026-05-16T03:36:53.882Z | Downloaded phf_shared v0.11.3 |
| 815 | 2026-05-16T03:36:53.882Z | Downloaded phf_shared v0.12.1 |
| 816 | 2026-05-16T03:36:53.882Z | Downloaded peg-runtime v0.8.5 |
| 817 | 2026-05-16T03:36:53.883Z | Downloaded parse-size v1.1.0 |
| 818 | 2026-05-16T03:36:53.883Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-05-16T03:36:53.883Z | Downloaded num-derive v0.4.2 |
| 820 | 2026-05-16T03:36:53.883Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-05-16T03:36:53.883Z | Downloaded num_enum_derive v0.7.5 |
| 822 | 2026-05-16T03:36:53.883Z | Downloaded phf_shared v0.13.1 |
| 823 | 2026-05-16T03:36:53.883Z | Downloaded pin-utils v0.1.0 |
| 824 | 2026-05-16T03:36:53.883Z | Downloaded native-tls v0.2.18 |
| 825 | 2026-05-16T03:36:53.883Z | Downloaded libsw-core v0.3.2 |
| 826 | 2026-05-16T03:36:53.883Z | Downloaded newtype-uuid v1.3.2 |
| 827 | 2026-05-16T03:36:53.883Z | Downloaded derive_more-impl v2.1.1 |
| 828 | 2026-05-16T03:36:53.883Z | Downloaded num_enum v0.7.5 |
| 829 | 2026-05-16T03:36:53.883Z | Downloaded litrs v1.0.0 |
| 830 | 2026-05-16T03:36:53.883Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-05-16T03:36:53.883Z | Downloaded oxide-tokio-rt v0.1.4 |
| 832 | 2026-05-16T03:36:53.883Z | Downloaded powerfmt v0.2.0 |
| 833 | 2026-05-16T03:36:53.883Z | Downloaded owo-colors v4.3.0 |
| 834 | 2026-05-16T03:36:53.883Z | Downloaded num-rational v0.4.2 |
| 835 | 2026-05-16T03:36:53.883Z | Downloaded der v0.7.10 |
| 836 | 2026-05-16T03:36:53.883Z | Downloaded memmap2 v0.9.10 |
| 837 | 2026-05-16T03:36:53.883Z | Downloaded linear-map v1.2.0 |
| 838 | 2026-05-16T03:36:53.883Z | Downloaded headers v0.4.1 |
| 839 | 2026-05-16T03:36:53.883Z | Downloaded proc-macro-crate v3.4.0 |
| 840 | 2026-05-16T03:36:53.883Z | Downloaded proc-macro-crate v1.3.1 |
| 841 | 2026-05-16T03:36:53.883Z | Downloaded predicates-tree v1.0.13 |
| 842 | 2026-05-16T03:36:53.883Z | Downloaded predicates-core v1.0.10 |
| 843 | 2026-05-16T03:36:53.883Z | Downloaded precomputed-hash v0.1.1 |
| 844 | 2026-05-16T03:36:53.883Z | Downloaded num-integer v0.1.46 |
| 845 | 2026-05-16T03:36:53.883Z | Downloaded compact_str v0.8.1 |
| 846 | 2026-05-16T03:36:53.884Z | Downloaded packed_struct v0.10.1 |
| 847 | 2026-05-16T03:36:53.884Z | Downloaded progenitor-client v0.11.2 |
| 848 | 2026-05-16T03:36:53.884Z | Downloaded progenitor-client v0.10.0 |
| 849 | 2026-05-16T03:36:53.884Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 850 | 2026-05-16T03:36:53.884Z | Downloaded indexmap v1.9.3 |
| 851 | 2026-05-16T03:36:53.884Z | Downloaded heapless v0.8.0 |
| 852 | 2026-05-16T03:36:53.884Z | Downloaded phf v0.13.1 |
| 853 | 2026-05-16T03:36:53.884Z | Downloaded pem v3.0.6 |
| 854 | 2026-05-16T03:36:53.884Z | Downloaded peg-macros v0.8.5 |
| 855 | 2026-05-16T03:36:53.884Z | Downloaded paste v1.0.15 |
| 856 | 2026-05-16T03:36:53.884Z | Downloaded password-hash v0.4.2 |
| 857 | 2026-05-16T03:36:53.884Z | Downloaded parking_lot_core v0.8.6 |
| 858 | 2026-05-16T03:36:53.884Z | Downloaded cc v1.2.56 |
| 859 | 2026-05-16T03:36:53.884Z | Downloaded progenitor-macro v0.11.2 |
| 860 | 2026-05-16T03:36:53.884Z | Downloaded psl-types v2.0.11 |
| 861 | 2026-05-16T03:36:53.884Z | Downloaded crossbeam-channel v0.5.15 |
| 862 | 2026-05-16T03:36:53.884Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-05-16T03:36:53.884Z | Downloaded crypto-bigint v0.5.5 |
| 864 | 2026-05-16T03:36:53.884Z | Downloaded parse-display-derive v0.10.0 |
| 865 | 2026-05-16T03:36:53.884Z | Downloaded phf v0.12.1 |
| 866 | 2026-05-16T03:36:53.884Z | Downloaded password-hash v0.5.0 |
| 867 | 2026-05-16T03:36:53.884Z | Downloaded pkcs8 v0.10.2 |
| 868 | 2026-05-16T03:36:53.884Z | Downloaded pin-project-lite v0.2.17 |
| 869 | 2026-05-16T03:36:53.884Z | Downloaded peg v0.8.5 |
| 870 | 2026-05-16T03:36:53.884Z | Downloaded quick-error v1.2.3 |
| 871 | 2026-05-16T03:36:53.884Z | Downloaded pin-project-internal v1.1.11 |
| 872 | 2026-05-16T03:36:53.884Z | Downloaded poly1305 v0.8.0 |
| 873 | 2026-05-16T03:36:53.884Z | Downloaded pkg-config v0.3.32 |
| 874 | 2026-05-16T03:36:53.885Z | Downloaded pem-rfc7468 v0.7.0 |
| 875 | 2026-05-16T03:36:53.885Z | Downloaded derive_more v2.1.1 |
| 876 | 2026-05-16T03:36:53.885Z | Downloaded postgres-protocol v0.6.10 |
| 877 | 2026-05-16T03:36:53.885Z | Downloaded omicron-zone-package v0.12.2 |
| 878 | 2026-05-16T03:36:53.885Z | Downloaded radium v0.7.0 |
| 879 | 2026-05-16T03:36:53.885Z | Downloaded ignore v0.4.25 |
| 880 | 2026-05-16T03:36:53.885Z | Downloaded predicates v3.1.4 |
| 881 | 2026-05-16T03:36:53.885Z | Downloaded rand_chacha v0.3.1 |
| 882 | 2026-05-16T03:36:53.885Z | Downloaded hickory-resolver v0.25.2 |
| 883 | 2026-05-16T03:36:53.885Z | Downloaded heapless v0.7.17 |
| 884 | 2026-05-16T03:36:53.885Z | Downloaded ref-cast-impl v1.0.25 |
| 885 | 2026-05-16T03:36:53.885Z | Downloaded ref-cast v1.0.25 |
| 886 | 2026-05-16T03:36:53.885Z | Downloaded progenitor-client v0.14.0 |
| 887 | 2026-05-16T03:36:53.885Z | Downloaded progenitor v0.14.0 |
| 888 | 2026-05-16T03:36:53.885Z | Downloaded primeorder v0.13.6 |
| 889 | 2026-05-16T03:36:53.885Z | Downloaded parking_lot v0.12.5 |
| 890 | 2026-05-16T03:36:53.885Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 891 | 2026-05-16T03:36:53.885Z | Downloaded recursive v0.1.1 |
| 892 | 2026-05-16T03:36:53.885Z | Downloaded rand_xorshift v0.4.0 |
| 893 | 2026-05-16T03:36:54.297Z | Downloaded progenitor v0.10.0 |
| 894 | 2026-05-16T03:36:54.297Z | Downloaded proc-macro-error2 v2.0.1 |
| 895 | 2026-05-16T03:36:54.297Z | Downloaded ed25519-dalek v2.2.0 |
| 896 | 2026-05-16T03:36:54.297Z | Downloaded num_enum v0.5.11 |
| 897 | 2026-05-16T03:36:54.297Z | Downloaded parking_lot v0.11.2 |
| 898 | 2026-05-16T03:36:54.297Z | Downloaded pbkdf2 v0.11.0 |
| 899 | 2026-05-16T03:36:54.297Z | Downloaded progenitor v0.11.2 |
| 900 | 2026-05-16T03:36:54.297Z | Downloaded libbz2-rs-sys v0.2.2 |
| 901 | 2026-05-16T03:36:54.297Z | Downloaded progenitor-extras v0.2.0 |
| 902 | 2026-05-16T03:36:54.297Z | Downloaded progenitor-macro v0.14.0 |
| 903 | 2026-05-16T03:36:54.297Z | Downloaded progenitor-client v0.13.0 |
| 904 | 2026-05-16T03:36:54.297Z | Downloaded progenitor v0.13.0 |
| 905 | 2026-05-16T03:36:54.297Z | Downloaded expectorate v1.2.0 |
| 906 | 2026-05-16T03:36:54.297Z | Downloaded flate2 v1.1.9 |
| 907 | 2026-05-16T03:36:54.297Z | Downloaded rfc6979 v0.4.0 |
| 908 | 2026-05-16T03:36:54.297Z | Downloaded bumpalo v3.20.2 |
| 909 | 2026-05-16T03:36:54.298Z | Downloaded oxnet v0.1.4 |
| 910 | 2026-05-16T03:36:54.298Z | Downloaded bytes v1.11.1 |
| 911 | 2026-05-16T03:36:54.298Z | Downloaded progenitor-macro v0.10.0 |
| 912 | 2026-05-16T03:36:54.298Z | Downloaded pkcs5 v0.7.1 |
| 913 | 2026-05-16T03:36:54.298Z | Downloaded pkcs1 v0.7.5 |
| 914 | 2026-05-16T03:36:54.298Z | Downloaded arc-swap v1.8.2 |
| 915 | 2026-05-16T03:36:54.298Z | Downloaded psm v0.1.30 |
| 916 | 2026-05-16T03:36:54.298Z | Downloaded polyval v0.6.2 |
| 917 | 2026-05-16T03:36:54.298Z | Downloaded diesel_derives v2.3.7 |
| 918 | 2026-05-16T03:36:54.298Z | Downloaded rtoolbox v0.0.3 |
| 919 | 2026-05-16T03:36:54.298Z | Downloaded postgres-types v0.2.12 |
| 920 | 2026-05-16T03:36:54.298Z | Downloaded rustc_version v0.1.7 |
| 921 | 2026-05-16T03:36:54.298Z | Downloaded russh-cryptovec v0.7.3 |
| 922 | 2026-05-16T03:36:54.298Z | Downloaded r2d2 v0.8.10 |
| 923 | 2026-05-16T03:36:54.298Z | Downloaded ppv-lite86 v0.2.21 |
| 924 | 2026-05-16T03:36:54.298Z | Downloaded postcard v1.1.3 |
| 925 | 2026-05-16T03:36:54.298Z | Downloaded darling_core v0.21.3 |
| 926 | 2026-05-16T03:36:54.298Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-05-16T03:36:54.298Z | Downloaded crossterm v0.28.1 |
| 928 | 2026-05-16T03:36:54.298Z | Downloaded rand_seeder v0.4.0 |
| 929 | 2026-05-16T03:36:54.298Z | Downloaded rand_core v0.10.0 |
| 930 | 2026-05-16T03:36:54.298Z | Downloaded same-file v1.0.6 |
| 931 | 2026-05-16T03:36:54.298Z | Downloaded salsa20 v0.10.2 |
| 932 | 2026-05-16T03:36:54.298Z | Downloaded rustc_version v0.4.1 |
| 933 | 2026-05-16T03:36:54.299Z | Downloaded parking_lot_core v0.9.12 |
| 934 | 2026-05-16T03:36:54.299Z | Downloaded nu-ansi-term v0.50.3 |
| 935 | 2026-05-16T03:36:54.299Z | Downloaded scrypt v0.11.0 |
| 936 | 2026-05-16T03:36:54.299Z | Downloaded secrecy v0.8.0 |
| 937 | 2026-05-16T03:36:54.299Z | Downloaded sapling-renderdag v0.1.0 |
| 938 | 2026-05-16T03:36:54.299Z | Downloaded p256 v0.13.2 |
| 939 | 2026-05-16T03:36:54.299Z | Downloaded aes v0.8.4 |
| 940 | 2026-05-16T03:36:54.299Z | Downloaded miniz_oxide v0.8.9 |
| 941 | 2026-05-16T03:36:54.299Z | Downloaded indicatif v0.18.4 |
| 942 | 2026-05-16T03:36:54.299Z | Downloaded hickory-resolver v0.24.4 |
| 943 | 2026-05-16T03:36:54.299Z | Downloaded hashbrown v0.13.2 |
| 944 | 2026-05-16T03:36:54.299Z | Downloaded scheduled-thread-pool v0.2.7 |
| 945 | 2026-05-16T03:36:54.299Z | Downloaded rand_core v0.6.4 |
| 946 | 2026-05-16T03:36:54.299Z | Downloaded multer v3.1.0 |
| 947 | 2026-05-16T03:36:54.299Z | Downloaded derive_more v0.99.20 |
| 948 | 2026-05-16T03:36:54.299Z | Downloaded jiff-static v0.2.21 |
| 949 | 2026-05-16T03:36:54.299Z | Downloaded const_format v0.2.35 |
| 950 | 2026-05-16T03:36:54.299Z | Downloaded serde_bytes v0.11.19 |
| 951 | 2026-05-16T03:36:54.299Z | Downloaded serde-big-array v0.5.1 |
| 952 | 2026-05-16T03:36:54.299Z | Downloaded semver v0.1.20 |
| 953 | 2026-05-16T03:36:54.299Z | Downloaded secrecy v0.10.3 |
| 954 | 2026-05-16T03:36:54.299Z | Downloaded scopeguard v1.2.0 |
| 955 | 2026-05-16T03:36:54.299Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-05-16T03:36:54.299Z | Downloaded resolv-conf v0.7.6 |
| 957 | 2026-05-16T03:36:54.299Z | Downloaded serde_urlencoded v0.7.1 |
| 958 | 2026-05-16T03:36:54.299Z | Downloaded openssl-sys v0.9.115 |
| 959 | 2026-05-16T03:36:54.299Z | Downloaded pin-project v1.1.11 |
| 960 | 2026-05-16T03:36:54.299Z | Downloaded sha1 v0.10.6 |
| 961 | 2026-05-16T03:36:54.299Z | Downloaded serde_spanned v1.0.4 |
| 962 | 2026-05-16T03:36:54.299Z | Downloaded seq-macro v0.3.6 |
| 963 | 2026-05-16T03:36:54.299Z | Downloaded serde_repr v0.1.20 |
| 964 | 2026-05-16T03:36:54.299Z | Downloaded serde_plain v1.0.2 |
| 965 | 2026-05-16T03:36:54.299Z | Downloaded shell-words v1.1.1 |
| 966 | 2026-05-16T03:36:54.299Z | Downloaded hashbrown v0.12.3 |
| 967 | 2026-05-16T03:36:54.299Z | Downloaded signal-hook-tokio v0.3.1 |
| 968 | 2026-05-16T03:36:54.299Z | Downloaded rusty-fork v0.3.1 |
| 969 | 2026-05-16T03:36:54.299Z | Downloaded rustls-pemfile v2.2.0 |
| 970 | 2026-05-16T03:36:54.811Z | Downloaded quinn-udp v0.5.14 |
| 971 | 2026-05-16T03:36:54.811Z | Downloaded rustls-pemfile v1.0.4 |
| 972 | 2026-05-16T03:36:54.811Z | Downloaded rand_core v0.9.5 |
| 973 | 2026-05-16T03:36:54.811Z | Downloaded rustls-native-certs v0.8.3 |
| 974 | 2026-05-16T03:36:54.811Z | Downloaded rustc-hash v2.1.1 |
| 975 | 2026-05-16T03:36:54.811Z | Downloaded signal-hook-mio v0.2.5 |
| 976 | 2026-05-16T03:36:54.811Z | Downloaded flume v0.11.1 |
| 977 | 2026-05-16T03:36:54.812Z | Downloaded rustversion v1.0.22 |
| 978 | 2026-05-16T03:36:54.812Z | Downloaded progenitor-impl v0.10.0 |
| 979 | 2026-05-16T03:36:54.812Z | Downloaded progenitor-impl v0.11.2 |
| 980 | 2026-05-16T03:36:54.812Z | Downloaded slog-envlogger v2.2.0 |
| 981 | 2026-05-16T03:36:54.812Z | Downloaded slog-bunyan v2.5.0 |
| 982 | 2026-05-16T03:36:54.812Z | Downloaded progenitor-impl v0.13.0 |
| 983 | 2026-05-16T03:36:54.812Z | Downloaded siphasher v1.0.2 |
| 984 | 2026-05-16T03:36:54.812Z | Downloaded dropshot-api-manager v0.7.1 |
| 985 | 2026-05-16T03:36:54.812Z | Downloaded sec1 v0.7.3 |
| 986 | 2026-05-16T03:36:54.812Z | Downloaded schemars_derive v0.8.22 |
| 987 | 2026-05-16T03:36:54.812Z | Downloaded aes-gcm v0.10.3 |
| 988 | 2026-05-16T03:36:54.812Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-05-16T03:36:54.812Z | Downloaded signature v2.2.0 |
| 990 | 2026-05-16T03:36:54.812Z | Downloaded papergrid v0.17.0 |
| 991 | 2026-05-16T03:36:54.812Z | Downloaded sct v0.7.1 |
| 992 | 2026-05-16T03:36:54.812Z | Downloaded scroll v0.13.0 |
| 993 | 2026-05-16T03:36:54.812Z | Downloaded http v1.4.0 |
| 994 | 2026-05-16T03:36:54.812Z | Downloaded aho-corasick v1.1.4 |
| 995 | 2026-05-16T03:36:54.812Z | Downloaded serde_derive_internals v0.29.1 |
| 996 | 2026-05-16T03:36:54.813Z | Downloaded russh-keys v0.45.0 |
| 997 | 2026-05-16T03:36:54.813Z | Downloaded strip-ansi-escapes v0.2.1 |
| 998 | 2026-05-16T03:36:54.813Z | Downloaded serde_path_to_error v0.1.20 |
| 999 | 2026-05-16T03:36:54.813Z | Downloaded serde-hex v0.1.0 |
| 1000 | 2026-05-16T03:36:54.813Z | Downloaded oso v0.27.3 |
| 1001 | 2026-05-16T03:36:54.813Z | Downloaded hyper-util v0.1.20 |
| 1002 | 2026-05-16T03:36:54.813Z | Downloaded shlex v1.3.0 |
| 1003 | 2026-05-16T03:36:54.813Z | Downloaded sqlparser_derive v0.5.0 |
| 1004 | 2026-05-16T03:36:54.813Z | Downloaded ssh-cipher v0.2.0 |
| 1005 | 2026-05-16T03:36:54.813Z | Downloaded strum v0.26.3 |
| 1006 | 2026-05-16T03:36:54.813Z | Downloaded structmeta-derive v0.3.0 |
| 1007 | 2026-05-16T03:36:54.813Z | Downloaded simd-adler32 v0.3.8 |
| 1008 | 2026-05-16T03:36:54.813Z | Downloaded subtle v2.6.1 |
| 1009 | 2026-05-16T03:36:54.813Z | Downloaded structmeta v0.3.0 |
| 1010 | 2026-05-16T03:36:54.813Z | Downloaded prettyplease v0.2.37 |
| 1011 | 2026-05-16T03:36:54.813Z | Downloaded prefix-trie v0.7.0 |
| 1012 | 2026-05-16T03:36:54.813Z | Downloaded rcgen v0.12.1 |
| 1013 | 2026-05-16T03:36:54.813Z | Downloaded pretty_assertions v1.4.1 |
| 1014 | 2026-05-16T03:36:54.813Z | Downloaded rustls-pki-types v1.14.0 |
| 1015 | 2026-05-16T03:36:54.813Z | Downloaded minimal-lexical v0.2.1 |
| 1016 | 2026-05-16T03:36:54.813Z | Downloaded strum v0.27.2 |
| 1017 | 2026-05-16T03:36:54.813Z | Downloaded tagptr v0.2.0 |
| 1018 | 2026-05-16T03:36:54.813Z | Downloaded slab v0.4.12 |
| 1019 | 2026-05-16T03:36:54.814Z | Downloaded slog-stdlog v4.1.1 |
| 1020 | 2026-05-16T03:36:54.814Z | Downloaded slog-json v2.6.1 |
| 1021 | 2026-05-16T03:36:54.814Z | Downloaded smf v0.2.3 |
| 1022 | 2026-05-16T03:36:54.814Z | Downloaded supports-color v3.0.2 |
| 1023 | 2026-05-16T03:36:54.814Z | Downloaded progenitor-impl v0.14.0 |
| 1024 | 2026-05-16T03:36:54.814Z | Downloaded spki v0.7.3 |
| 1025 | 2026-05-16T03:36:54.814Z | Downloaded serde_cbor v0.11.2 |
| 1026 | 2026-05-16T03:36:54.814Z | Downloaded sync-ptr v0.1.4 |
| 1027 | 2026-05-16T03:36:54.814Z | Downloaded tap v1.0.1 |
| 1028 | 2026-05-16T03:36:54.814Z | Downloaded take_mut v0.2.2 |
| 1029 | 2026-05-16T03:36:54.814Z | Downloaded tabwriter v1.4.1 |
| 1030 | 2026-05-16T03:36:54.814Z | Downloaded termtree v0.5.1 |
| 1031 | 2026-05-16T03:36:54.814Z | Downloaded sqlformat v0.3.5 |
| 1032 | 2026-05-16T03:36:54.814Z | Downloaded slog-term v2.9.2 |
| 1033 | 2026-05-16T03:36:54.814Z | Downloaded smallvec v0.6.14 |
| 1034 | 2026-05-16T03:36:54.814Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-05-16T03:36:54.814Z | Downloaded sync_wrapper v1.0.2 |
| 1036 | 2026-05-16T03:36:54.814Z | Downloaded slog-dtrace v0.3.0 |
| 1037 | 2026-05-16T03:36:54.814Z | Downloaded testing_table v0.3.0 |
| 1038 | 2026-05-16T03:36:54.814Z | Downloaded tabled_derive v0.11.0 |
| 1039 | 2026-05-16T03:36:54.814Z | Downloaded stringprep v0.1.5 |
| 1040 | 2026-05-16T03:36:54.814Z | Downloaded time-core v0.1.8 |
| 1041 | 2026-05-16T03:36:54.814Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1042 | 2026-05-16T03:36:54.814Z | Downloaded thread-id v5.1.0 |
| 1043 | 2026-05-16T03:36:54.814Z | Downloaded tokio-macros v2.7.0 |
| 1044 | 2026-05-16T03:36:54.814Z | Downloaded string_cache v0.8.9 |
| 1045 | 2026-05-16T03:36:54.814Z | Downloaded static_assertions v1.1.0 |
| 1046 | 2026-05-16T03:36:54.814Z | Downloaded stacker v0.1.23 |
| 1047 | 2026-05-16T03:36:54.814Z | Downloaded serde_with_macros v3.17.0 |
| 1048 | 2026-05-16T03:36:54.814Z | Downloaded tinyvec_macros v0.1.1 |
| 1049 | 2026-05-16T03:36:54.814Z | Downloaded ssh-encoding v0.2.0 |
| 1050 | 2026-05-16T03:36:54.814Z | Downloaded ryu v1.0.23 |
| 1051 | 2026-05-16T03:36:54.814Z | Downloaded signal-hook-registry v1.4.8 |
| 1052 | 2026-05-16T03:36:54.814Z | Downloaded strum_macros v0.24.3 |
| 1053 | 2026-05-16T03:36:54.814Z | Downloaded itertools v0.10.5 |
| 1054 | 2026-05-16T03:36:54.814Z | Downloaded support-bundle-viewer v0.1.2 |
| 1055 | 2026-05-16T03:36:54.814Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1056 | 2026-05-16T03:36:54.815Z | Downloaded mio v1.2.0 |
| 1057 | 2026-05-16T03:36:54.815Z | Downloaded slog-async v2.8.0 |
| 1058 | 2026-05-16T03:36:54.815Z | Downloaded snafu-derive v0.8.9 |
| 1059 | 2026-05-16T03:36:54.815Z | Downloaded rayon-core v1.13.0 |
| 1060 | 2026-05-16T03:36:54.815Z | Downloaded num-bigint v0.4.6 |
| 1061 | 2026-05-16T03:36:54.815Z | Downloaded hickory-server v0.25.2 |
| 1062 | 2026-05-16T03:36:54.815Z | Downloaded ron v0.8.1 |
| 1063 | 2026-05-16T03:36:54.815Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1064 | 2026-05-16T03:36:54.815Z | Downloaded thiserror-no-std v2.0.2 |
| 1065 | 2026-05-16T03:36:54.815Z | Downloaded tower-layer v0.3.3 |
| 1066 | 2026-05-16T03:36:54.815Z | Downloaded topological-sort v0.2.2 |
| 1067 | 2026-05-16T03:36:54.815Z | Downloaded thread_local v1.1.9 |
| 1068 | 2026-05-16T03:36:54.815Z | Downloaded tokio-dtrace v0.1.1 |
| 1069 | 2026-05-16T03:36:54.815Z | Downloaded rand v0.8.6 |
| 1070 | 2026-05-16T03:36:54.829Z | Downloaded qorb v0.4.1 |
| 1071 | 2026-05-16T03:36:54.829Z | Downloaded quinn v0.11.9 |
| 1072 | 2026-05-16T03:36:54.829Z | Downloaded iddqd v0.3.18 |
| 1073 | 2026-05-16T03:36:54.829Z | Downloaded tower-service v0.3.3 |
| 1074 | 2026-05-16T03:36:54.830Z | Downloaded hashbrown v0.16.1 |
| 1075 | 2026-05-16T03:36:54.830Z | Downloaded tls_codec v0.4.2 |
| 1076 | 2026-05-16T03:36:54.830Z | Downloaded tiny-keccak v2.0.2 |
| 1077 | 2026-05-16T03:36:54.830Z | Downloaded try-lock v0.2.5 |
| 1078 | 2026-05-16T03:36:54.830Z | Downloaded unicode-truncate v1.1.0 |
| 1079 | 2026-05-16T03:36:54.830Z | Downloaded unarray v0.1.4 |
| 1080 | 2026-05-16T03:36:54.830Z | Downloaded typify-macro v0.6.2 |
| 1081 | 2026-05-16T03:36:54.830Z | Downloaded itertools v0.12.1 |
| 1082 | 2026-05-16T03:36:54.830Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-05-16T03:36:54.830Z | Downloaded nom v7.1.3 |
| 1084 | 2026-05-16T03:36:54.830Z | Downloaded typify-macro v0.4.3 |
| 1085 | 2026-05-16T03:36:54.830Z | Downloaded trait-variant v0.1.2 |
| 1086 | 2026-05-16T03:36:54.830Z | Downloaded time-macros v0.2.27 |
| 1087 | 2026-05-16T03:36:54.830Z | Downloaded strum_macros v0.26.4 |
| 1088 | 2026-05-16T03:36:54.830Z | Downloaded similar v2.7.0 |
| 1089 | 2026-05-16T03:36:54.830Z | Downloaded iri-string v0.7.10 |
| 1090 | 2026-05-16T03:36:54.830Z | Downloaded usdt v0.6.0 |
| 1091 | 2026-05-16T03:36:54.830Z | Downloaded utf-8 v0.7.6 |
| 1092 | 2026-05-16T03:36:54.830Z | Downloaded usdt-macro v0.6.0 |
| 1093 | 2026-05-16T03:36:54.830Z | Downloaded untrusted v0.7.1 |
| 1094 | 2026-05-16T03:36:54.830Z | Downloaded unit-prefix v0.5.2 |
| 1095 | 2026-05-16T03:36:54.830Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1096 | 2026-05-16T03:36:54.830Z | Downloaded tokio-tungstenite v0.23.1 |
| 1097 | 2026-05-16T03:36:54.830Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-05-16T03:36:54.830Z | Downloaded schemars v0.8.22 |
| 1099 | 2026-05-16T03:36:54.830Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1100 | 2026-05-16T03:36:54.830Z | Downloaded spin v0.9.8 |
| 1101 | 2026-05-16T03:36:54.830Z | Downloaded socket2 v0.5.10 |
| 1102 | 2026-05-16T03:36:54.830Z | Downloaded term v0.7.0 |
| 1103 | 2026-05-16T03:36:54.831Z | Downloaded itertools v0.14.0 |
| 1104 | 2026-05-16T03:36:54.831Z | Downloaded num-bigint-dig v0.8.6 |
| 1105 | 2026-05-16T03:36:54.831Z | Downloaded void v1.0.2 |
| 1106 | 2026-05-16T03:36:54.831Z | Downloaded universal-hash v0.5.1 |
| 1107 | 2026-05-16T03:36:54.831Z | Downloaded tokio-tungstenite v0.21.0 |
| 1108 | 2026-05-16T03:36:54.831Z | Downloaded tui-tree-widget v0.23.1 |
| 1109 | 2026-05-16T03:36:54.831Z | Downloaded termios v0.3.3 |
| 1110 | 2026-05-16T03:36:54.831Z | Downloaded tokio-rustls v0.25.0 |
| 1111 | 2026-05-16T03:36:54.831Z | Downloaded rand v0.9.2 |
| 1112 | 2026-05-16T03:36:54.831Z | Downloaded publicsuffix v2.3.0 |
| 1113 | 2026-05-16T03:36:54.831Z | Downloaded rsa v0.9.10 |
| 1114 | 2026-05-16T03:36:54.831Z | Downloaded wait-timeout v0.2.1 |
| 1115 | 2026-05-16T03:36:54.831Z | Downloaded libxml v0.3.3 |
| 1116 | 2026-05-16T03:36:54.831Z | Downloaded strum_macros v0.27.2 |
| 1117 | 2026-05-16T03:36:54.831Z | Downloaded h2 v0.4.13 |
| 1118 | 2026-05-16T03:36:54.831Z | Downloaded futures-util v0.3.32 |
| 1119 | 2026-05-16T03:36:54.831Z | Downloaded want v0.3.1 |
| 1120 | 2026-05-16T03:36:54.831Z | Downloaded waitgroup v0.1.2 |
| 1121 | 2026-05-16T03:36:54.831Z | Downloaded term v1.2.1 |
| 1122 | 2026-05-16T03:36:54.831Z | Downloaded signal-hook v0.3.18 |
| 1123 | 2026-05-16T03:36:54.831Z | Downloaded libm v0.2.16 |
| 1124 | 2026-05-16T03:36:54.831Z | Downloaded tokio-rustls v0.24.1 |
| 1125 | 2026-05-16T03:36:54.831Z | Downloaded tls_codec_derive v0.4.2 |
| 1126 | 2026-05-16T03:36:54.831Z | Downloaded socket2 v0.6.3 |
| 1127 | 2026-05-16T03:36:54.831Z | Downloaded rand v0.10.0 |
| 1128 | 2026-05-16T03:36:54.831Z | Downloaded usdt-attr-macro v0.6.0 |
| 1129 | 2026-05-16T03:36:54.831Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1130 | 2026-05-16T03:36:54.831Z | Downloaded xattr v1.6.1 |
| 1131 | 2026-05-16T03:36:54.831Z | Downloaded tokio-stream v0.1.18 |
| 1132 | 2026-05-16T03:36:54.831Z | Downloaded xshell-macros v0.2.7 |
| 1133 | 2026-05-16T03:36:54.831Z | Downloaded tokio-rustls v0.26.4 |
| 1134 | 2026-05-16T03:36:54.831Z | Downloaded samael v0.0.19 |
| 1135 | 2026-05-16T03:36:54.831Z | Downloaded hashbrown v0.15.5 |
| 1136 | 2026-05-16T03:36:54.831Z | Downloaded unicase v2.9.0 |
| 1137 | 2026-05-16T03:36:54.832Z | Downloaded test-strategy v0.4.5 |
| 1138 | 2026-05-16T03:36:54.832Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1139 | 2026-05-16T03:36:54.832Z | Downloaded subprocess v0.2.15 |
| 1140 | 2026-05-16T03:36:54.832Z | Downloaded hkdf v0.12.4 |
| 1141 | 2026-05-16T03:36:54.832Z | Downloaded blake3 v1.8.3 |
| 1142 | 2026-05-16T03:36:54.832Z | Downloaded zone_cfg_derive v0.3.1 |
| 1143 | 2026-05-16T03:36:54.832Z | Downloaded zeroize_derive v1.4.3 |
| 1144 | 2026-05-16T03:36:54.832Z | Downloaded schemars v1.2.1 |
| 1145 | 2026-05-16T03:36:54.832Z | Downloaded uzers v0.12.2 |
| 1146 | 2026-05-16T03:36:54.832Z | Downloaded zone v0.3.1 |
| 1147 | 2026-05-16T03:36:54.832Z | Downloaded tracing-attributes v0.1.31 |
| 1148 | 2026-05-16T03:36:54.832Z | Downloaded snafu v0.8.9 |
| 1149 | 2026-05-16T03:36:54.832Z | Downloaded vergen-git2 v1.0.7 |
| 1150 | 2026-05-16T03:36:54.832Z | Downloaded twox-hash v2.1.2 |
| 1151 | 2026-05-16T03:36:54.832Z | Downloaded whoami v1.6.1 |
| 1152 | 2026-05-16T03:36:54.832Z | Downloaded whoami v2.1.0 |
| 1153 | 2026-05-16T03:36:54.832Z | Downloaded p521 v0.13.3 |
| 1154 | 2026-05-16T03:36:54.832Z | Downloaded wyz v0.5.1 |
| 1155 | 2026-05-16T03:36:54.832Z | Downloaded itertools v0.13.0 |
| 1156 | 2026-05-16T03:36:54.832Z | Downloaded slog v2.8.2 |
| 1157 | 2026-05-16T03:36:54.832Z | Downloaded hyper v1.8.1 |
| 1158 | 2026-05-16T03:36:54.832Z | Downloaded vsss-rs v3.3.4 |
| 1159 | 2026-05-16T03:36:54.832Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1160 | 2026-05-16T03:36:54.832Z | Downloaded xshell v0.2.7 |
| 1161 | 2026-05-16T03:36:54.832Z | Downloaded unicode-properties v0.1.4 |
| 1162 | 2026-05-16T03:36:54.832Z | Downloaded walkdir v2.5.0 |
| 1163 | 2026-05-16T03:36:54.832Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-05-16T03:36:54.832Z | Downloaded russh v0.45.0 |
| 1165 | 2026-05-16T03:36:54.832Z | Downloaded toml v0.7.8 |
| 1166 | 2026-05-16T03:36:54.832Z | Downloaded tinyvec v1.10.0 |
| 1167 | 2026-05-16T03:36:54.832Z | Downloaded vergen v9.0.6 |
| 1168 | 2026-05-16T03:36:54.832Z | Downloaded zeroize v1.8.2 |
| 1169 | 2026-05-16T03:36:54.833Z | Downloaded zstd v0.13.3 |
| 1170 | 2026-05-16T03:36:54.861Z | Downloaded vergen-lib v0.1.6 |
| 1171 | 2026-05-16T03:36:54.861Z | Downloaded rustyline v14.0.0 |
| 1172 | 2026-05-16T03:36:54.861Z | Downloaded schemars v0.9.0 |
| 1173 | 2026-05-16T03:36:54.861Z | Downloaded typify v0.6.2 |
| 1174 | 2026-05-16T03:36:54.861Z | Downloaded typify v0.4.3 |
| 1175 | 2026-05-16T03:36:54.861Z | Downloaded tungstenite v0.21.0 |
| 1176 | 2026-05-16T03:36:54.861Z | Downloaded zstd-safe v7.2.4 |
| 1177 | 2026-05-16T03:36:54.861Z | Downloaded vergen-gitcl v1.0.8 |
| 1178 | 2026-05-16T03:36:54.861Z | Downloaded tar v0.4.45 |
| 1179 | 2026-05-16T03:36:54.861Z | Downloaded steno v0.4.1 |
| 1180 | 2026-05-16T03:36:54.861Z | Downloaded tracing-core v0.1.36 |
| 1181 | 2026-05-16T03:36:54.861Z | Downloaded uuid v1.23.0 |
| 1182 | 2026-05-16T03:36:54.861Z | Downloaded rustls-webpki v0.103.9 |
| 1183 | 2026-05-16T03:36:54.861Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1184 | 2026-05-16T03:36:54.861Z | Downloaded vte v0.14.1 |
| 1185 | 2026-05-16T03:36:54.861Z | Downloaded yasna v0.5.2 |
| 1186 | 2026-05-16T03:36:54.861Z | Downloaded bitvec v1.0.1 |
| 1187 | 2026-05-16T03:36:54.862Z | Downloaded zerocopy v0.6.6 |
| 1188 | 2026-05-16T03:36:54.862Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1189 | 2026-05-16T03:36:54.862Z | Downloaded rpassword v7.4.0 |
| 1190 | 2026-05-16T03:36:54.862Z | Downloaded tokio-postgres v0.7.16 |
| 1191 | 2026-05-16T03:36:54.862Z | Downloaded p384 v0.13.1 |
| 1192 | 2026-05-16T03:36:54.862Z | Downloaded tungstenite v0.23.0 |
| 1193 | 2026-05-16T03:36:54.862Z | Downloaded reedline v0.40.0 |
| 1194 | 2026-05-16T03:36:54.862Z | Downloaded unicode_categories v0.1.1 |
| 1195 | 2026-05-16T03:36:54.862Z | Downloaded chrono v0.4.44 |
| 1196 | 2026-05-16T03:36:54.862Z | Downloaded git2 v0.20.4 |
| 1197 | 2026-05-16T03:36:54.862Z | Downloaded unsafe-libyaml v0.2.11 |
| 1198 | 2026-05-16T03:36:54.862Z | Downloaded aws-lc-rs v1.16.3 |
| 1199 | 2026-05-16T03:36:54.862Z | Downloaded reqwest v0.12.28 |
| 1200 | 2026-05-16T03:36:54.862Z | Downloaded ssh-key v0.6.7 |
| 1201 | 2026-05-16T03:36:54.862Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-05-16T03:36:54.862Z | Downloaded yansi v1.0.1 |
| 1203 | 2026-05-16T03:36:54.862Z | Downloaded toml_edit v0.19.15 |
| 1204 | 2026-05-16T03:36:54.862Z | Downloaded zopfli v0.8.3 |
| 1205 | 2026-05-16T03:36:54.862Z | Downloaded salty v0.3.0 |
| 1206 | 2026-05-16T03:36:54.862Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-05-16T03:36:54.862Z | Downloaded zip v0.6.6 |
| 1208 | 2026-05-16T03:36:54.862Z | Downloaded bindgen v0.71.1 |
| 1209 | 2026-05-16T03:36:54.863Z | Downloaded typed-path v0.9.3 |
| 1210 | 2026-05-16T03:36:54.863Z | Downloaded x509-cert v0.2.5 |
| 1211 | 2026-05-16T03:36:54.863Z | Downloaded regex v1.12.3 |
| 1212 | 2026-05-16T03:36:54.863Z | Downloaded zerocopy-derive v0.8.40 |
| 1213 | 2026-05-16T03:36:54.863Z | Downloaded rayon v1.11.0 |
| 1214 | 2026-05-16T03:36:54.863Z | Downloaded lalrpop v0.19.12 |
| 1215 | 2026-05-16T03:36:54.863Z | Downloaded quick-xml v0.37.5 |
| 1216 | 2026-05-16T03:36:54.863Z | Downloaded goblin v0.10.5 |
| 1217 | 2026-05-16T03:36:54.863Z | Downloaded tokio-util v0.7.18 |
| 1218 | 2026-05-16T03:36:54.863Z | Downloaded portable-atomic v1.13.1 |
| 1219 | 2026-05-16T03:36:54.863Z | Downloaded curve25519-dalek v4.1.3 |
| 1220 | 2026-05-16T03:36:54.863Z | Downloaded tower v0.5.3 |
| 1221 | 2026-05-16T03:36:54.863Z | Downloaded unicode-segmentation v1.12.0 |
| 1222 | 2026-05-16T03:36:54.863Z | Downloaded tough v0.22.0 |
| 1223 | 2026-05-16T03:36:54.863Z | Downloaded moka v0.12.13 |
| 1224 | 2026-05-16T03:36:54.863Z | Downloaded rustls-webpki v0.101.7 |
| 1225 | 2026-05-16T03:36:54.863Z | Downloaded zip v4.6.1 |
| 1226 | 2026-05-16T03:36:54.863Z | Downloaded tower-http v0.6.8 |
| 1227 | 2026-05-16T03:36:54.863Z | Downloaded proptest v1.10.0 |
| 1228 | 2026-05-16T03:36:54.863Z | Downloaded unicode-normalization v0.1.25 |
| 1229 | 2026-05-16T03:36:54.864Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-05-16T03:36:54.864Z | Downloaded rustls-webpki v0.102.8 |
| 1231 | 2026-05-16T03:36:54.864Z | Downloaded petname v2.0.2 |
| 1232 | 2026-05-16T03:36:54.864Z | Downloaded quinn-proto v0.11.13 |
| 1233 | 2026-05-16T03:36:54.864Z | Downloaded object v0.30.4 |
| 1234 | 2026-05-16T03:36:54.864Z | Downloaded bstr v1.12.1 |
| 1235 | 2026-05-16T03:36:54.864Z | Downloaded winnow v0.6.26 |
| 1236 | 2026-05-16T03:36:54.864Z | Downloaded tabled v0.20.0 |
| 1237 | 2026-05-16T03:36:54.864Z | Downloaded winnow v0.5.40 |
| 1238 | 2026-05-16T03:36:54.864Z | Downloaded dropshot v0.16.7 |
| 1239 | 2026-05-16T03:36:54.864Z | Downloaded time v0.3.47 |
| 1240 | 2026-05-16T03:36:54.864Z | Downloaded polar-core v0.27.3 |
| 1241 | 2026-05-16T03:36:54.864Z | Downloaded nix v0.29.0 |
| 1242 | 2026-05-16T03:36:54.864Z | Downloaded dropshot v0.17.0 |
| 1243 | 2026-05-16T03:36:54.864Z | Downloaded smoltcp v0.9.1 |
| 1244 | 2026-05-16T03:36:54.864Z | Downloaded openssl v0.10.79 |
| 1245 | 2026-05-16T03:36:54.864Z | Downloaded vcpkg v0.2.15 |
| 1246 | 2026-05-16T03:36:54.864Z | Downloaded webpki-roots v1.0.6 |
| 1247 | 2026-05-16T03:36:54.864Z | Downloaded hickory-proto v0.24.4 |
| 1248 | 2026-05-16T03:36:54.864Z | Downloaded diesel v2.3.7 |
| 1249 | 2026-05-16T03:36:54.864Z | Downloaded regex-syntax v0.6.29 |
| 1250 | 2026-05-16T03:36:54.864Z | Downloaded object v0.37.3 |
| 1251 | 2026-05-16T03:36:54.864Z | Downloaded nix v0.31.2 |
| 1252 | 2026-05-16T03:36:54.864Z | Downloaded zlib-rs v0.6.2 |
| 1253 | 2026-05-16T03:36:54.864Z | Downloaded zerocopy v0.8.40 |
| 1254 | 2026-05-16T03:36:54.864Z | Downloaded rustls v0.21.12 |
| 1255 | 2026-05-16T03:36:54.864Z | Downloaded rustix v0.38.44 |
| 1256 | 2026-05-16T03:36:54.864Z | Downloaded rustls v0.22.4 |
| 1257 | 2026-05-16T03:36:54.864Z | Downloaded hickory-proto v0.25.2 |
| 1258 | 2026-05-16T03:36:54.864Z | Downloaded regress v0.10.5 |
| 1259 | 2026-05-16T03:36:54.864Z | Downloaded openapiv3 v2.2.0 |
| 1260 | 2026-05-16T03:36:54.864Z | Downloaded smoltcp v0.11.0 |
| 1261 | 2026-05-16T03:36:54.885Z | Downloaded rustls v0.23.37 |
| 1262 | 2026-05-16T03:36:54.885Z | Downloaded regex-syntax v0.8.10 |
| 1263 | 2026-05-16T03:36:54.885Z | Downloaded regress v0.11.1 |
| 1264 | 2026-05-16T03:36:54.886Z | Downloaded nix v0.28.0 |
| 1265 | 2026-05-16T03:36:54.886Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-05-16T03:36:54.906Z | Downloaded nix v0.27.1 |
| 1267 | 2026-05-16T03:36:54.925Z | Downloaded sqlparser v0.61.0 |
| 1268 | 2026-05-16T03:36:54.925Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-05-16T03:36:54.941Z | Downloaded tracing v0.1.44 |
| 1270 | 2026-05-16T03:36:54.963Z | Downloaded sled v0.34.7 |
| 1271 | 2026-05-16T03:36:54.963Z | Downloaded typify-impl v0.4.3 |
| 1272 | 2026-05-16T03:36:54.971Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-05-16T03:36:54.972Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-05-16T03:36:54.972Z | Downloaded ratatui v0.29.0 |
| 1275 | 2026-05-16T03:36:54.985Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-05-16T03:36:55.013Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-05-16T03:36:55.040Z | Downloaded petgraph v0.6.5 |
| 1278 | 2026-05-16T03:36:55.041Z | Downloaded chrono-tz v0.10.4 |
| 1279 | 2026-05-16T03:36:55.069Z | Downloaded petgraph v0.8.3 |
| 1280 | 2026-05-16T03:36:55.069Z | Downloaded sha3 v0.10.8 |
| 1281 | 2026-05-16T03:36:55.075Z | Downloaded csv v1.4.0 |
| 1282 | 2026-05-16T03:36:55.075Z | Downloaded libz-sys v1.1.24 |
| 1283 | 2026-05-16T03:36:55.092Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1284 | 2026-05-16T03:36:55.113Z | Downloaded tokio v1.52.1 |
| 1285 | 2026-05-16T03:36:55.185Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-05-16T03:36:55.198Z | Downloaded ring v0.17.14 |
| 1287 | 2026-05-16T03:36:55.233Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-16T03:36:55.638Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-16T03:36:55.886Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-16T03:36:55.890Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-16T03:36:55.890Z | Compiling log v0.4.29 |
| 1292 | 2026-05-16T03:36:55.890Z | Compiling find-msvc-tools v0.1.9 |
| 1293 | 2026-05-16T03:36:55.890Z | Compiling shlex v1.3.0 |
| 1294 | 2026-05-16T03:36:55.890Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-16T03:36:55.890Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-16T03:36:55.890Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-16T03:36:56.047Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-16T03:36:56.073Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-16T03:36:56.482Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-16T03:36:56.486Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-16T03:36:56.486Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-16T03:36:56.486Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-16T03:36:56.487Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-05-16T03:36:56.487Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-05-16T03:36:56.487Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-05-16T03:36:56.487Z | Compiling parking_lot_core v0.9.12 |
| 1307 | 2026-05-16T03:36:56.487Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-16T03:36:56.487Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-16T03:36:56.487Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-05-16T03:36:56.487Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-16T03:36:56.487Z | Compiling libm v0.2.16 |
| 1312 | 2026-05-16T03:36:56.487Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-16T03:36:56.490Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-16T03:36:56.511Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-16T03:36:56.524Z | Compiling futures-io v0.3.32 |
| 1316 | 2026-05-16T03:36:56.524Z | Compiling slab v0.4.12 |
| 1317 | 2026-05-16T03:36:56.581Z | Compiling futures-task v0.3.32 |
| 1318 | 2026-05-16T03:36:56.627Z | Compiling futures-channel v0.3.32 |
| 1319 | 2026-05-16T03:36:56.645Z | Compiling cpufeatures v0.2.17 |
| 1320 | 2026-05-16T03:36:56.716Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-16T03:36:56.719Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-16T03:36:56.785Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-16T03:36:56.805Z | Compiling rustversion v1.0.22 |
| 1324 | 2026-05-16T03:36:56.855Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-16T03:36:56.872Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-16T03:36:56.883Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-16T03:36:56.932Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-16T03:36:56.946Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-16T03:36:56.960Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-16T03:36:56.963Z | Compiling regex-syntax v0.8.10 |
| 1331 | 2026-05-16T03:36:57.042Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-16T03:36:57.086Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-16T03:36:57.104Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-16T03:36:57.150Z | Compiling mio v1.2.0 |
| 1335 | 2026-05-16T03:36:57.202Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-16T03:36:57.291Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-05-16T03:36:57.314Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-16T03:36:57.324Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-16T03:36:57.324Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-05-16T03:36:57.346Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-16T03:36:57.503Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2026-05-16T03:36:57.503Z | Compiling flagset v0.4.7 |
| 1343 | 2026-05-16T03:36:57.533Z | Compiling rustix v1.1.3 |
| 1344 | 2026-05-16T03:36:57.556Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-05-16T03:36:57.578Z | Compiling aws-lc-rs v1.16.3 |
| 1346 | 2026-05-16T03:36:57.662Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-05-16T03:36:57.665Z | Compiling uuid v1.23.0 |
| 1348 | 2026-05-16T03:36:57.694Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-16T03:36:57.733Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-16T03:36:57.741Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-16T03:36:57.776Z | Compiling httparse v1.10.1 |
| 1352 | 2026-05-16T03:36:57.836Z | Compiling rand_core v0.9.5 |
| 1353 | 2026-05-16T03:36:57.904Z | Compiling untrusted v0.9.0 |
| 1354 | 2026-05-16T03:36:57.909Z | Compiling openssl-probe v0.2.1 |
| 1355 | 2026-05-16T03:36:58.049Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2026-05-16T03:36:58.080Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-16T03:36:58.094Z | Compiling untrusted v0.7.1 |
| 1358 | 2026-05-16T03:36:58.111Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-16T03:36:58.129Z | Compiling tinyvec v1.10.0 |
| 1360 | 2026-05-16T03:36:58.134Z | Compiling schemars v0.8.22 |
| 1361 | 2026-05-16T03:36:58.147Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-05-16T03:36:58.181Z | Compiling rustls v0.23.37 |
| 1363 | 2026-05-16T03:36:58.242Z | Compiling tower-layer v0.3.3 |
| 1364 | 2026-05-16T03:36:58.257Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2026-05-16T03:36:58.292Z | Compiling dyn-clone v1.0.20 |
| 1366 | 2026-05-16T03:36:58.316Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-05-16T03:36:58.423Z | Compiling want v0.3.1 |
| 1368 | 2026-05-16T03:36:58.445Z | Compiling foreign-types-shared v0.1.1 |
| 1369 | 2026-05-16T03:36:58.453Z | Compiling openssl v0.10.79 |
| 1370 | 2026-05-16T03:36:58.453Z | Compiling pin-utils v0.1.0 |
| 1371 | 2026-05-16T03:36:58.453Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-05-16T03:36:58.453Z | Compiling spin v0.9.8 |
| 1373 | 2026-05-16T03:36:58.487Z | Compiling unicode-normalization v0.1.25 |
| 1374 | 2026-05-16T03:36:58.502Z | Compiling powerfmt v0.2.0 |
| 1375 | 2026-05-16T03:36:58.519Z | Compiling foreign-types v0.3.2 |
| 1376 | 2026-05-16T03:36:58.538Z | Compiling time-core v0.1.8 |
| 1377 | 2026-05-16T03:36:58.544Z | Compiling native-tls v0.2.18 |
| 1378 | 2026-05-16T03:36:58.544Z | Compiling crc32fast v1.5.0 |
| 1379 | 2026-05-16T03:36:58.582Z | Compiling num-conv v0.2.0 |
| 1380 | 2026-05-16T03:36:58.612Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-16T03:36:58.704Z | Compiling deranged v0.5.8 |
| 1382 | 2026-05-16T03:36:58.721Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-16T03:36:58.736Z | Compiling unicode-segmentation v1.12.0 |
| 1384 | 2026-05-16T03:36:58.739Z | Compiling siphasher v1.0.2 |
| 1385 | 2026-05-16T03:36:58.769Z | Compiling bit-vec v0.8.0 |
| 1386 | 2026-05-16T03:36:58.769Z | Compiling time-macros v0.2.27 |
| 1387 | 2026-05-16T03:36:58.774Z | Compiling usdt-impl v0.6.0 |
| 1388 | 2026-05-16T03:36:58.818Z | Compiling quick-error v1.2.3 |
| 1389 | 2026-05-16T03:36:58.864Z | Compiling num_threads v0.1.7 |
| 1390 | 2026-05-16T03:36:58.933Z | Compiling syn v1.0.109 |
| 1391 | 2026-05-16T03:36:58.954Z | Compiling simd-adler32 v0.3.8 |
| 1392 | 2026-05-16T03:36:58.972Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-05-16T03:36:58.989Z | Compiling bit-set v0.8.0 |
| 1394 | 2026-05-16T03:36:59.022Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-05-16T03:36:59.443Z | Compiling ring v0.17.14 |
| 1396 | 2026-05-16T03:36:59.449Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-05-16T03:36:59.449Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-05-16T03:36:59.449Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-05-16T03:36:59.449Z | Compiling pest_generator v2.8.6 |
| 1400 | 2026-05-16T03:36:59.449Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-05-16T03:36:59.449Z | Compiling darling_core v0.20.11 |
| 1402 | 2026-05-16T03:36:59.449Z | Compiling tempfile v3.25.0 |
| 1403 | 2026-05-16T03:36:59.449Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-05-16T03:36:59.500Z | Compiling darling_core v0.21.3 |
| 1405 | 2026-05-16T03:36:59.537Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-05-16T03:36:59.720Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-05-16T03:36:59.764Z | Compiling slog v2.8.2 |
| 1408 | 2026-05-16T03:36:59.872Z | Compiling heapless v0.7.17 |
| 1409 | 2026-05-16T03:36:59.950Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-05-16T03:36:59.962Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-16T03:36:59.973Z | Compiling time v0.3.47 |
| 1412 | 2026-05-16T03:36:59.983Z | Compiling cookie v0.18.1 |
| 1413 | 2026-05-16T03:36:59.998Z | Compiling anyhow v1.0.102 |
| 1414 | 2026-05-16T03:37:00.051Z | Compiling signal-hook v0.3.18 |
| 1415 | 2026-05-16T03:37:00.064Z | Compiling allocator-api2 v0.2.21 |
| 1416 | 2026-05-16T03:37:00.092Z | Compiling unicode-bidi v0.3.18 |
| 1417 | 2026-05-16T03:37:00.135Z | Compiling unicode-properties v0.1.4 |
| 1418 | 2026-05-16T03:37:00.191Z | Compiling paste v1.0.15 |
| 1419 | 2026-05-16T03:37:00.207Z | Compiling adler2 v2.0.1 |
| 1420 | 2026-05-16T03:37:00.250Z | Compiling ryu v1.0.23 |
| 1421 | 2026-05-16T03:37:00.306Z | Compiling unarray v0.1.4 |
| 1422 | 2026-05-16T03:37:00.351Z | Compiling zstd-safe v7.2.4 |
| 1423 | 2026-05-16T03:37:00.369Z | Compiling iri-string v0.7.10 |
| 1424 | 2026-05-16T03:37:00.429Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-16T03:37:00.441Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-05-16T03:37:00.631Z | Compiling heck v0.4.1 |
| 1427 | 2026-05-16T03:37:00.678Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-05-16T03:37:00.890Z | Compiling vergen-lib v0.1.6 |
| 1429 | 2026-05-16T03:37:00.933Z | Compiling serde_derive v1.0.228 |
| 1430 | 2026-05-16T03:37:01.353Z | Compiling zeroize_derive v1.4.3 |
| 1431 | 2026-05-16T03:37:01.356Z | Compiling zerofrom-derive v0.1.6 |
| 1432 | 2026-05-16T03:37:01.356Z | Compiling yoke-derive v0.8.1 |
| 1433 | 2026-05-16T03:37:01.356Z | Compiling zerocopy-derive v0.8.40 |
| 1434 | 2026-05-16T03:37:01.356Z | Compiling zerovec-derive v0.11.2 |
| 1435 | 2026-05-16T03:37:01.356Z | Compiling displaydoc v0.2.5 |
| 1436 | 2026-05-16T03:37:01.628Z | Compiling zeroize v1.8.2 |
| 1437 | 2026-05-16T03:37:01.632Z | Compiling tokio-macros v2.7.0 |
| 1438 | 2026-05-16T03:37:01.660Z | Compiling futures-macro v0.3.32 |
| 1439 | 2026-05-16T03:37:01.998Z | Compiling der_derive v0.7.3 |
| 1440 | 2026-05-16T03:37:02.133Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-05-16T03:37:02.148Z | Compiling tracing-attributes v0.1.31 |
| 1442 | 2026-05-16T03:37:02.324Z | Compiling thiserror-impl v2.0.18 |
| 1443 | 2026-05-16T03:37:02.347Z | Compiling pest_derive v2.8.6 |
| 1444 | 2026-05-16T03:37:02.462Z | Compiling crypto-common v0.1.7 |
| 1445 | 2026-05-16T03:37:02.497Z | Compiling block-buffer v0.10.4 |
| 1446 | 2026-05-16T03:37:02.528Z | Compiling zerofrom v0.1.6 |
| 1447 | 2026-05-16T03:37:02.559Z | Compiling futures-util v0.3.32 |
| 1448 | 2026-05-16T03:37:03.031Z | Compiling block-padding v0.3.3 |
| 1449 | 2026-05-16T03:37:03.044Z | Compiling scroll_derive v0.13.1 |
| 1450 | 2026-05-16T03:37:03.044Z | Compiling yoke v0.8.1 |
| 1451 | 2026-05-16T03:37:03.044Z | Compiling digest v0.10.7 |
| 1452 | 2026-05-16T03:37:03.044Z | Compiling inout v0.1.4 |
| 1453 | 2026-05-16T03:37:03.044Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-16T03:37:03.044Z | Compiling zerovec v0.11.5 |
| 1455 | 2026-05-16T03:37:03.044Z | Compiling zerotrie v0.2.3 |
| 1456 | 2026-05-16T03:37:03.044Z | Compiling hmac v0.12.1 |
| 1457 | 2026-05-16T03:37:03.045Z | Compiling cipher v0.4.4 |
| 1458 | 2026-05-16T03:37:03.171Z | Compiling sha2 v0.10.9 |
| 1459 | 2026-05-16T03:37:03.279Z | Compiling der v0.7.10 |
| 1460 | 2026-05-16T03:37:03.303Z | Compiling salsa20 v0.10.2 |
| 1461 | 2026-05-16T03:37:03.797Z | Compiling tinystr v0.8.2 |
| 1462 | 2026-05-16T03:37:03.811Z | Compiling potential_utf v0.1.4 |
| 1463 | 2026-05-16T03:37:03.811Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-05-16T03:37:03.811Z | Compiling cbc v0.1.2 |
| 1465 | 2026-05-16T03:37:03.811Z | Compiling tracing v0.1.44 |
| 1466 | 2026-05-16T03:37:03.811Z | Compiling icu_locale_core v2.1.1 |
| 1467 | 2026-05-16T03:37:03.811Z | Compiling icu_collections v2.1.1 |
| 1468 | 2026-05-16T03:37:03.811Z | Compiling scrypt v0.11.0 |
| 1469 | 2026-05-16T03:37:03.811Z | Compiling aes v0.8.4 |
| 1470 | 2026-05-16T03:37:03.811Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-05-16T03:37:03.840Z | Compiling scroll v0.13.0 |
| 1472 | 2026-05-16T03:37:03.872Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-16T03:37:03.952Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-05-16T03:37:04.542Z | Compiling goblin v0.10.5 |
| 1475 | 2026-05-16T03:37:04.548Z | Compiling spki v0.7.3 |
| 1476 | 2026-05-16T03:37:04.548Z | Compiling rustls-native-certs v0.8.3 |
| 1477 | 2026-05-16T03:37:04.548Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-05-16T03:37:04.548Z | Compiling pkcs5 v0.7.1 |
| 1479 | 2026-05-16T03:37:04.549Z | Compiling darling v0.20.11 |
| 1480 | 2026-05-16T03:37:04.549Z | Compiling bytes v1.11.1 |
| 1481 | 2026-05-16T03:37:04.549Z | Compiling chrono v0.4.44 |
| 1482 | 2026-05-16T03:37:04.549Z | Compiling ipnet v2.11.0 |
| 1483 | 2026-05-16T03:37:04.587Z | Compiling derive_builder_core v0.20.2 |
| 1484 | 2026-05-16T03:37:04.599Z | Compiling dtrace-parser v0.3.0 |
| 1485 | 2026-05-16T03:37:04.623Z | Compiling signature v2.2.0 |
| 1486 | 2026-05-16T03:37:04.762Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-05-16T03:37:05.182Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-05-16T03:37:05.692Z | Compiling pkcs8 v0.10.2 |
| 1489 | 2026-05-16T03:37:05.692Z | Compiling webpki-roots v1.0.6 |
| 1490 | 2026-05-16T03:37:05.692Z | Compiling thiserror-impl v1.0.69 |
| 1491 | 2026-05-16T03:37:05.692Z | Compiling tokio v1.52.1 |
| 1492 | 2026-05-16T03:37:05.693Z | Compiling http v1.4.0 |
| 1493 | 2026-05-16T03:37:05.693Z | Compiling scroll_derive v0.12.1 |
| 1494 | 2026-05-16T03:37:05.693Z | Compiling serde_tokenstream v0.2.3 |
| 1495 | 2026-05-16T03:37:05.702Z | Compiling toml_datetime v0.6.11 |
| 1496 | 2026-05-16T03:37:05.702Z | Compiling serde_urlencoded v0.7.1 |
| 1497 | 2026-05-16T03:37:05.702Z | Compiling derive_builder_macro v0.20.2 |
| 1498 | 2026-05-16T03:37:05.702Z | Compiling serde_spanned v0.6.9 |
| 1499 | 2026-05-16T03:37:05.702Z | Compiling idna_adapter v1.2.1 |
| 1500 | 2026-05-16T03:37:05.702Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-05-16T03:37:05.702Z | Compiling erased-serde v0.3.31 |
| 1502 | 2026-05-16T03:37:05.702Z | Compiling md-5 v0.10.6 |
| 1503 | 2026-05-16T03:37:05.789Z | Compiling idna v1.1.0 |
| 1504 | 2026-05-16T03:37:05.805Z | Compiling http-body v1.0.1 |
| 1505 | 2026-05-16T03:37:05.871Z | Compiling scroll v0.12.0 |
| 1506 | 2026-05-16T03:37:05.893Z | Compiling darling_macro v0.21.3 |
| 1507 | 2026-05-16T03:37:05.893Z | Compiling bstr v1.12.1 |
| 1508 | 2026-05-16T03:37:05.948Z | Compiling rand_chacha v0.9.0 |
| 1509 | 2026-05-16T03:37:05.965Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-05-16T03:37:05.986Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-05-16T03:37:06.007Z | Compiling async-trait v0.1.89 |
| 1512 | 2026-05-16T03:37:06.028Z | Compiling zerocopy-derive v0.7.35 |
| 1513 | 2026-05-16T03:37:06.115Z | Compiling url v2.5.8 |
| 1514 | 2026-05-16T03:37:06.163Z | Compiling rand v0.9.2 |
| 1515 | 2026-05-16T03:37:06.243Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-05-16T03:37:06.263Z | Compiling thiserror v1.0.69 |
| 1517 | 2026-05-16T03:37:06.788Z | Compiling curve25519-dalek v4.1.3 |
| 1518 | 2026-05-16T03:37:06.796Z | Compiling ff v0.13.1 |
| 1519 | 2026-05-16T03:37:06.797Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-05-16T03:37:06.797Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-05-16T03:37:06.797Z | Compiling encoding_rs v0.8.35 |
| 1522 | 2026-05-16T03:37:06.797Z | Compiling smoltcp v0.9.1 |
| 1523 | 2026-05-16T03:37:06.797Z | Compiling proptest v1.10.0 |
| 1524 | 2026-05-16T03:37:06.797Z | Compiling base16ct v0.2.0 |
| 1525 | 2026-05-16T03:37:06.833Z | Compiling litrs v1.0.0 |
| 1526 | 2026-05-16T03:37:07.018Z | Compiling dof v0.4.0 |
| 1527 | 2026-05-16T03:37:07.035Z | Compiling psl-types v2.0.11 |
| 1528 | 2026-05-16T03:37:07.035Z | Compiling rustix v0.38.44 |
| 1529 | 2026-05-16T03:37:07.100Z | Compiling num-bigint-dig v0.8.6 |
| 1530 | 2026-05-16T03:37:07.130Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2026-05-16T03:37:07.195Z | Compiling cfg_aliases v0.2.1 |
| 1532 | 2026-05-16T03:37:07.214Z | Compiling zlib-rs v0.6.2 |
| 1533 | 2026-05-16T03:37:07.707Z | Compiling ref-cast v1.0.25 |
| 1534 | 2026-05-16T03:37:07.720Z | Compiling mime v0.3.17 |
| 1535 | 2026-05-16T03:37:07.720Z | Compiling nix v0.31.2 |
| 1536 | 2026-05-16T03:37:07.720Z | Compiling document-features v0.2.12 |
| 1537 | 2026-05-16T03:37:07.720Z | Compiling postgres-protocol v0.6.10 |
| 1538 | 2026-05-16T03:37:07.720Z | Compiling pin-project v1.1.11 |
| 1539 | 2026-05-16T03:37:07.720Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-05-16T03:37:07.720Z | Compiling publicsuffix v2.3.0 |
| 1541 | 2026-05-16T03:37:07.721Z | Compiling zerocopy v0.7.35 |
| 1542 | 2026-05-16T03:37:07.729Z | Compiling sec1 v0.7.3 |
| 1543 | 2026-05-16T03:37:07.821Z | Compiling oxnet v0.1.4 |
| 1544 | 2026-05-16T03:37:07.971Z | Compiling group v0.13.0 |
| 1545 | 2026-05-16T03:37:07.996Z | Compiling darling v0.21.3 |
| 1546 | 2026-05-16T03:37:08.024Z | Compiling rand v0.8.6 |
| 1547 | 2026-05-16T03:37:08.072Z | Compiling goblin v0.8.2 |
| 1548 | 2026-05-16T03:37:08.527Z | Compiling derive_builder v0.20.2 |
| 1549 | 2026-05-16T03:37:08.545Z | Compiling futures-executor v0.3.32 |
| 1550 | 2026-05-16T03:37:08.546Z | Compiling hubpack_derive v0.1.1 |
| 1551 | 2026-05-16T03:37:08.546Z | Compiling cargo-platform v0.1.9 |
| 1552 | 2026-05-16T03:37:08.546Z | Compiling hex v0.4.3 |
| 1553 | 2026-05-16T03:37:08.546Z | Compiling hkdf v0.12.4 |
| 1554 | 2026-05-16T03:37:08.546Z | Compiling crypto-bigint v0.5.5 |
| 1555 | 2026-05-16T03:37:08.546Z | Compiling regex v1.12.3 |
| 1556 | 2026-05-16T03:37:08.546Z | Compiling snafu-derive v0.8.9 |
| 1557 | 2026-05-16T03:37:08.546Z | Compiling strum_macros v0.27.2 |
| 1558 | 2026-05-16T03:37:08.560Z | Compiling daft-derive v0.1.5 |
| 1559 | 2026-05-16T03:37:08.561Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1560 | 2026-05-16T03:37:08.571Z | Compiling ref-cast-impl v1.0.25 |
| 1561 | 2026-05-16T03:37:08.582Z | Compiling num-iter v0.1.45 |
| 1562 | 2026-05-16T03:37:08.883Z | Compiling tokio-util v0.7.18 |
| 1563 | 2026-05-16T03:37:08.899Z | Compiling tower v0.5.3 |
| 1564 | 2026-05-16T03:37:09.039Z | Compiling tokio-native-tls v0.3.1 |
| 1565 | 2026-05-16T03:37:09.147Z | Compiling newtype-uuid v1.3.2 |
| 1566 | 2026-05-16T03:37:09.241Z | Compiling terminal_size v0.4.3 |
| 1567 | 2026-05-16T03:37:09.254Z | Compiling phf_shared v0.13.1 |
| 1568 | 2026-05-16T03:37:09.272Z | Compiling lazy_static v1.5.0 |
| 1569 | 2026-05-16T03:37:09.303Z | Compiling vergen v9.0.6 |
| 1570 | 2026-05-16T03:37:09.378Z | Compiling tower-http v0.6.8 |
| 1571 | 2026-05-16T03:37:09.396Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-05-16T03:37:09.412Z | Compiling ahash v0.8.12 |
| 1573 | 2026-05-16T03:37:09.416Z | Compiling foldhash v0.2.0 |
| 1574 | 2026-05-16T03:37:09.513Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-05-16T03:37:09.513Z | Compiling managed v0.8.0 |
| 1576 | 2026-05-16T03:37:09.544Z | Compiling same-file v1.0.6 |
| 1577 | 2026-05-16T03:37:09.615Z | Compiling h2 v0.4.13 |
| 1578 | 2026-05-16T03:37:10.055Z | Compiling bitflags v1.3.2 |
| 1579 | 2026-05-16T03:37:10.061Z | Compiling winnow v0.5.40 |
| 1580 | 2026-05-16T03:37:10.061Z | Compiling bumpalo v3.20.2 |
| 1581 | 2026-05-16T03:37:10.061Z | Compiling object v0.37.3 |
| 1582 | 2026-05-16T03:37:10.061Z | Compiling foldhash v0.1.5 |
| 1583 | 2026-05-16T03:37:10.061Z | Compiling zopfli v0.8.3 |
| 1584 | 2026-05-16T03:37:10.061Z | Compiling bzip2 v0.6.1 |
| 1585 | 2026-05-16T03:37:10.061Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-05-16T03:37:10.094Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-05-16T03:37:10.201Z | Compiling clap_builder v4.5.60 |
| 1588 | 2026-05-16T03:37:10.255Z | Compiling walkdir v2.5.0 |
| 1589 | 2026-05-16T03:37:10.462Z | Compiling dof v0.3.0 |
| 1590 | 2026-05-16T03:37:10.516Z | Compiling snafu v0.8.9 |
| 1591 | 2026-05-16T03:37:10.555Z | Compiling strum v0.27.2 |
| 1592 | 2026-05-16T03:37:10.571Z | Compiling hashbrown v0.16.1 |
| 1593 | 2026-05-16T03:37:10.588Z | Compiling phf v0.13.1 |
| 1594 | 2026-05-16T03:37:10.626Z | Compiling daft v0.1.5 |
| 1595 | 2026-05-16T03:37:10.642Z | Compiling signal-hook-mio v0.2.5 |
| 1596 | 2026-05-16T03:37:10.658Z | Compiling elliptic-curve v0.13.8 |
| 1597 | 2026-05-16T03:37:10.804Z | Compiling cargo_metadata v0.19.2 |
| 1598 | 2026-05-16T03:37:10.892Z | Compiling cookie_store v0.22.1 |
| 1599 | 2026-05-16T03:37:10.913Z | Compiling hubpack v0.1.2 |
| 1600 | 2026-05-16T03:37:10.929Z | Compiling bzip2 v0.4.4 |
| 1601 | 2026-05-16T03:37:11.518Z | Compiling toml_edit v0.19.15 |
| 1602 | 2026-05-16T03:37:11.547Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-05-16T03:37:11.547Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-05-16T03:37:11.547Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-16T03:37:11.547Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-16T03:37:11.547Z | Compiling postgres-types v0.2.12 |
| 1607 | 2026-05-16T03:37:11.547Z | Compiling zstd v0.13.3 |
| 1608 | 2026-05-16T03:37:11.586Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-16T03:37:11.593Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-16T03:37:11.618Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-16T03:37:11.846Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-05-16T03:37:11.972Z | Compiling olpc-cjson v0.1.4 |
| 1613 | 2026-05-16T03:37:12.012Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-05-16T03:37:12.071Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-05-16T03:37:12.154Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-16T03:37:12.180Z | Compiling async-recursion v1.1.1 |
| 1617 | 2026-05-16T03:37:12.194Z | Compiling clap_derive v4.5.55 |
| 1618 | 2026-05-16T03:37:12.296Z | Compiling enum-as-inner v0.6.1 |
| 1619 | 2026-05-16T03:37:12.312Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-05-16T03:37:12.364Z | Compiling serde_repr v0.1.20 |
| 1621 | 2026-05-16T03:37:12.381Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-16T03:37:12.400Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-16T03:37:12.493Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-16T03:37:12.569Z | Compiling thread-id v4.2.2 |
| 1625 | 2026-05-16T03:37:12.589Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-05-16T03:37:12.667Z | Compiling hyper v1.8.1 |
| 1627 | 2026-05-16T03:37:12.792Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-16T03:37:12.830Z | Compiling data-encoding v2.10.0 |
| 1629 | 2026-05-16T03:37:12.854Z | Compiling whoami v2.1.0 |
| 1630 | 2026-05-16T03:37:12.870Z | Compiling keccak v0.1.6 |
| 1631 | 2026-05-16T03:37:12.890Z | Compiling predicates-core v1.0.10 |
| 1632 | 2026-05-16T03:37:12.989Z | Compiling either v1.15.0 |
| 1633 | 2026-05-16T03:37:13.087Z | Compiling difflib v0.4.0 |
| 1634 | 2026-05-16T03:37:13.125Z | Compiling static_assertions v1.1.0 |
| 1635 | 2026-05-16T03:37:13.178Z | Compiling fixedbitset v0.4.2 |
| 1636 | 2026-05-16T03:37:13.212Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-05-16T03:37:13.259Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-16T03:37:13.275Z | Compiling rustc-hash v2.1.1 |
| 1639 | 2026-05-16T03:37:13.338Z | Compiling new_debug_unreachable v1.0.6 |
| 1640 | 2026-05-16T03:37:13.428Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-05-16T03:37:13.467Z | Compiling precomputed-hash v0.1.1 |
| 1642 | 2026-05-16T03:37:13.467Z | Compiling jiff v0.2.21 |
| 1643 | 2026-05-16T03:37:13.580Z | Compiling string_cache v0.8.9 |
| 1644 | 2026-05-16T03:37:13.600Z | Compiling iddqd v0.3.18 |
| 1645 | 2026-05-16T03:37:13.693Z | Compiling petgraph v0.8.3 |
| 1646 | 2026-05-16T03:37:13.721Z | Compiling petgraph v0.6.5 |
| 1647 | 2026-05-16T03:37:13.741Z | Compiling predicates v3.1.4 |
| 1648 | 2026-05-16T03:37:13.752Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1649 | 2026-05-16T03:37:13.785Z | Compiling hickory-proto v0.25.2 |
| 1650 | 2026-05-16T03:37:13.844Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-05-16T03:37:13.874Z | Compiling itertools v0.13.0 |
| 1652 | 2026-05-16T03:37:14.080Z | Compiling clap v4.5.60 |
| 1653 | 2026-05-16T03:37:14.162Z | Compiling strum v0.26.3 |
| 1654 | 2026-05-16T03:37:14.175Z | Compiling toml_edit v0.22.27 |
| 1655 | 2026-05-16T03:37:14.305Z | Compiling tokio-postgres v0.7.16 |
| 1656 | 2026-05-16T03:37:14.344Z | Compiling sha3 v0.10.8 |
| 1657 | 2026-05-16T03:37:14.411Z | Compiling env_logger v0.11.9 |
| 1658 | 2026-05-16T03:37:14.552Z | Compiling usdt v0.6.0 |
| 1659 | 2026-05-16T03:37:15.194Z | Compiling usdt-impl v0.5.0 |
| 1660 | 2026-05-16T03:37:15.205Z | Compiling toml v0.7.8 |
| 1661 | 2026-05-16T03:37:15.205Z | Compiling serde_with v3.17.0 |
| 1662 | 2026-05-16T03:37:15.205Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-05-16T03:37:15.205Z | Compiling crossterm v0.28.1 |
| 1664 | 2026-05-16T03:37:15.225Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-05-16T03:37:15.249Z | Compiling ed25519-dalek v2.2.0 |
| 1666 | 2026-05-16T03:37:15.407Z | Compiling rsa v0.9.10 |
| 1667 | 2026-05-16T03:37:15.581Z | Compiling zip v0.6.6 |
| 1668 | 2026-05-16T03:37:16.083Z | Compiling zip v4.6.1 |
| 1669 | 2026-05-16T03:37:16.091Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1670 | 2026-05-16T03:37:16.172Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-05-16T03:37:16.323Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-16T03:37:16.440Z | Compiling similar v2.7.0 |
| 1673 | 2026-05-16T03:37:16.538Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1674 | 2026-05-16T03:37:16.555Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-16T03:37:16.586Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-16T03:37:16.627Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-16T03:37:16.658Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-16T03:37:16.736Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1679 | 2026-05-16T03:37:16.920Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-16T03:37:16.923Z | Compiling lalrpop-util v0.19.12 |
| 1681 | 2026-05-16T03:37:16.952Z | Compiling thread_local v1.1.9 |
| 1682 | 2026-05-16T03:37:16.952Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-05-16T03:37:17.049Z | Compiling crossbeam-channel v0.5.15 |
| 1684 | 2026-05-16T03:37:17.493Z | Compiling filetime v0.2.27 |
| 1685 | 2026-05-16T03:37:17.498Z | Compiling is-terminal v0.4.17 |
| 1686 | 2026-05-16T03:37:17.498Z | Compiling take_mut v0.2.2 |
| 1687 | 2026-05-16T03:37:17.498Z | Compiling term v1.2.1 |
| 1688 | 2026-05-16T03:37:17.498Z | Compiling xattr v1.6.1 |
| 1689 | 2026-05-16T03:37:17.498Z | Compiling tar v0.4.45 |
| 1690 | 2026-05-16T03:37:17.536Z | Compiling slog-term v2.9.2 |
| 1691 | 2026-05-16T03:37:35.082Z | Compiling rustls-webpki v0.103.9 |
| 1692 | 2026-05-16T03:37:37.872Z | Compiling tokio-rustls v0.26.4 |
| 1693 | 2026-05-16T03:37:37.872Z | Compiling rustls-platform-verifier v0.6.2 |
| 1694 | 2026-05-16T03:37:38.071Z | Compiling hyper-rustls v0.27.7 |
| 1695 | 2026-05-16T03:37:38.267Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-05-16T03:37:38.267Z | Compiling reqwest v0.13.2 |
| 1697 | 2026-05-16T03:37:39.514Z | Compiling tough v0.22.0 |
| 1698 | 2026-05-16T03:37:41.984Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1699 | 2026-05-16T03:37:42.219Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1700 | 2026-05-16T03:37:45.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.45s |
| 1701 | 2026-05-16T03:37:45.236Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1702 | 2026-05-16T03:37:45.295Z | May 16 03:37:44.711 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-16T03:37:45.295Z | May 16 03:37:44.711 INFO Starting download, target: DendriteStub |
| 1704 | 2026-05-16T03:37:45.295Z | May 16 03:37:44.711 INFO Starting download, target: Console |
| 1705 | 2026-05-16T03:37:45.295Z | May 16 03:37:44.711 INFO Starting download, target: Cockroach |
| 1706 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.711 INFO Starting download, target: MaghemiteMgd |
| 1707 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.711 INFO Starting download, target: TransceiverControl |
| 1708 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.711 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.711 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1710 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.711 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1711 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.712 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.712 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1713 | 2026-05-16T03:37:45.298Z | May 16 03:37:44.712 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1714 | 2026-05-16T03:37:46.211Z | May 16 03:37:45.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-05-16T03:37:46.270Z | May 16 03:37:45.666 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-16T03:37:46.431Z | May 16 03:37:45.844 INFO Download complete, target: TransceiverControl |
| 1717 | 2026-05-16T03:37:46.519Z | May 16 03:37:45.917 INFO Download complete, target: Console |
| 1718 | 2026-05-16T03:37:46.780Z | May 16 03:37:46.191 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-16T03:37:46.932Z | May 16 03:37:46.347 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-16T03:37:47.289Z | May 16 03:37:46.707 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-05-16T03:37:47.289Z | May 16 03:37:46.707 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-05-16T03:37:47.316Z | May 16 03:37:46.734 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1723 | 2026-05-16T03:37:49.418Z | May 16 03:37:48.835 INFO Download complete, target: DendriteStub |
| 1724 | 2026-05-16T03:37:50.022Z | May 16 03:37:49.034 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-05-16T03:37:52.303Z | May 16 03:37:51.710 INFO Checking that binary works, target: Cockroach |
| 1726 | 2026-05-16T03:37:52.452Z | May 16 03:37:51.830 INFO Download complete, target: Cockroach |
| 1727 | 2026-05-16T03:37:54.434Z | May 16 03:37:53.851 INFO Checking that binary works, target: Clickhouse |
| 1728 | 2026-05-16T03:37:54.546Z | May 16 03:37:53.941 INFO Download complete, target: Clickhouse |
| 1729 | 2026-05-16T03:37:54.558Z | All prerequisites installed successfully |
| 1730 | 2026-05-16T03:37:54.558Z | |
| 1731 | 2026-05-16T03:37:54.558Z | real 1:59.613241198 |
| 1732 | 2026-05-16T03:37:54.558Z | user 6:56.041017390 |
| 1733 | 2026-05-16T03:37:54.558Z | sys 1:45.047067134 |
| 1734 | 2026-05-16T03:37:54.558Z | trap 0.271569823 |
| 1735 | 2026-05-16T03:37:54.558Z | tflt 1.152122880 |
| 1736 | 2026-05-16T03:37:54.558Z | dflt 1.860789610 |
| 1737 | 2026-05-16T03:37:54.558Z | kflt 0.026142265 |
| 1738 | 2026-05-16T03:37:54.558Z | lock 22:51.394989126 |
| 1739 | 2026-05-16T03:37:54.558Z | slp 18:54.851958545 |
| 1740 | 2026-05-16T03:37:54.558Z | lat 27.198014669 |
| 1741 | 2026-05-16T03:37:54.558Z | stop 2:58.504846838 |
| 1742 | 2026-05-16T03:37:54.558Z | + ptime -m cargo xtask download softnpu |
| 1743 | 2026-05-16T03:37:55.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1744 | 2026-05-16T03:37:55.491Z | Running `target/debug/xtask download softnpu` |
| 1745 | 2026-05-16T03:37:55.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1746 | 2026-05-16T03:37:55.925Z | Running `target/debug/xtask-downloader softnpu` |
| 1747 | 2026-05-16T03:37:55.961Z | May 16 03:37:55.380 INFO Starting download, target: Softnpu |
| 1748 | 2026-05-16T03:37:55.964Z | May 16 03:37:55.380 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1749 | 2026-05-16T03:37:56.597Z | May 16 03:37:55.986 INFO Download complete, target: Softnpu |
| 1750 | 2026-05-16T03:37:56.624Z | |
| 1751 | 2026-05-16T03:37:56.624Z | real 2.035404615 |
| 1752 | 2026-05-16T03:37:56.624Z | user 1.327696841 |
| 1753 | 2026-05-16T03:37:56.624Z | sys 0.659150077 |
| 1754 | 2026-05-16T03:37:56.624Z | trap 0.000901300 |
| 1755 | 2026-05-16T03:37:56.624Z | tflt 0.000061310 |
| 1756 | 2026-05-16T03:37:56.624Z | dflt 0.000145110 |
| 1757 | 2026-05-16T03:37:56.624Z | kflt 0.000000000 |
| 1758 | 2026-05-16T03:37:56.625Z | lock 11.230176063 |
| 1759 | 2026-05-16T03:37:56.625Z | slp 0.481362473 |
| 1760 | 2026-05-16T03:37:56.625Z | lat 0.089896237 |
| 1761 | 2026-05-16T03:37:56.625Z | stop 0.000165290 |
| 1762 | 2026-05-16T03:37:56.625Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-16T03:37:56.625Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-16T03:37:56.625Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1765 | 2026-05-16T03:37:57.489Z | Compiling proc-macro2 v1.0.106 |
| 1766 | 2026-05-16T03:37:57.489Z | Compiling quote v1.0.45 |
| 1767 | 2026-05-16T03:37:57.489Z | Compiling unicode-ident v1.0.24 |
| 1768 | 2026-05-16T03:37:57.489Z | Compiling libc v0.2.185 |
| 1769 | 2026-05-16T03:37:57.499Z | Compiling serde_core v1.0.228 |
| 1770 | 2026-05-16T03:37:57.499Z | Compiling serde v1.0.228 |
| 1771 | 2026-05-16T03:37:57.499Z | Compiling cfg-if v1.0.4 |
| 1772 | 2026-05-16T03:37:57.499Z | Compiling version_check v0.9.5 |
| 1773 | 2026-05-16T03:37:57.499Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-16T03:37:57.499Z | Compiling find-msvc-tools v0.1.9 |
| 1775 | 2026-05-16T03:37:57.499Z | Compiling typenum v1.19.0 |
| 1776 | 2026-05-16T03:37:57.629Z | Compiling zmij v1.0.21 |
| 1777 | 2026-05-16T03:37:57.642Z | Compiling autocfg v1.5.0 |
| 1778 | 2026-05-16T03:37:57.642Z | Compiling memchr v2.8.0 |
| 1779 | 2026-05-16T03:37:57.642Z | Compiling serde_json v1.0.149 |
| 1780 | 2026-05-16T03:37:57.768Z | Compiling portable-atomic v1.13.1 |
| 1781 | 2026-05-16T03:37:57.928Z | Compiling libm v0.2.16 |
| 1782 | 2026-05-16T03:37:57.928Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-05-16T03:37:58.007Z | Compiling generic-array v0.14.7 |
| 1784 | 2026-05-16T03:37:58.134Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-05-16T03:37:58.202Z | Compiling parking_lot_core v0.9.12 |
| 1786 | 2026-05-16T03:37:58.202Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-05-16T03:37:58.205Z | Compiling num-traits v0.2.19 |
| 1788 | 2026-05-16T03:37:58.252Z | Compiling icu_properties_data v2.1.2 |
| 1789 | 2026-05-16T03:37:58.268Z | Compiling itoa v1.0.17 |
| 1790 | 2026-05-16T03:37:58.680Z | Compiling getrandom v0.4.1 |
| 1791 | 2026-05-16T03:37:59.100Z | Compiling log v0.4.29 |
| 1792 | 2026-05-16T03:37:59.100Z | Compiling stable_deref_trait v1.2.1 |
| 1793 | 2026-05-16T03:37:59.100Z | Compiling pkg-config v0.3.32 |
| 1794 | 2026-05-16T03:37:59.101Z | Compiling subtle v2.6.1 |
| 1795 | 2026-05-16T03:37:59.101Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-05-16T03:37:59.101Z | Compiling jobserver v0.1.34 |
| 1797 | 2026-05-16T03:37:59.101Z | Compiling getrandom v0.2.17 |
| 1798 | 2026-05-16T03:37:59.101Z | Compiling errno v0.3.14 |
| 1799 | 2026-05-16T03:37:59.153Z | Compiling lock_api v0.4.14 |
| 1800 | 2026-05-16T03:37:59.154Z | Compiling rand_core v0.6.4 |
| 1801 | 2026-05-16T03:37:59.154Z | Compiling cc v1.2.56 |
| 1802 | 2026-05-16T03:37:59.154Z | Compiling percent-encoding v2.3.2 |
| 1803 | 2026-05-16T03:37:59.154Z | Compiling litemap v0.8.1 |
| 1804 | 2026-05-16T03:37:59.154Z | Compiling writeable v0.6.2 |
| 1805 | 2026-05-16T03:37:59.154Z | Compiling syn v2.0.117 |
| 1806 | 2026-05-16T03:37:59.154Z | Compiling fnv v1.0.7 |
| 1807 | 2026-05-16T03:37:59.154Z | Compiling pin-project-lite v0.2.17 |
| 1808 | 2026-05-16T03:37:59.616Z | Compiling thiserror v2.0.18 |
| 1809 | 2026-05-16T03:37:59.616Z | Compiling getrandom v0.3.4 |
| 1810 | 2026-05-16T03:37:59.684Z | Compiling dunce v1.0.5 |
| 1811 | 2026-05-16T03:37:59.684Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-05-16T03:37:59.684Z | Compiling equivalent v1.0.2 |
| 1813 | 2026-05-16T03:37:59.684Z | Compiling schemars v0.8.22 |
| 1814 | 2026-05-16T03:37:59.684Z | Compiling rand_core v0.10.0 |
| 1815 | 2026-05-16T03:37:59.684Z | Compiling utf8_iter v1.0.4 |
| 1816 | 2026-05-16T03:37:59.684Z | Compiling rustversion v1.0.22 |
| 1817 | 2026-05-16T03:37:59.684Z | Compiling form_urlencoded v1.2.2 |
| 1818 | 2026-05-16T03:37:59.684Z | Compiling critical-section v1.2.0 |
| 1819 | 2026-05-16T03:37:59.684Z | Compiling cmake v0.1.57 |
| 1820 | 2026-05-16T03:37:59.685Z | Compiling signal-hook-registry v1.4.8 |
| 1821 | 2026-05-16T03:37:59.742Z | Compiling hashbrown v0.17.0 |
| 1822 | 2026-05-16T03:37:59.742Z | Compiling rustix v1.1.3 |
| 1823 | 2026-05-16T03:37:59.827Z | Compiling mio v1.2.0 |
| 1824 | 2026-05-16T03:38:00.061Z | Compiling bitflags v2.11.0 |
| 1825 | 2026-05-16T03:38:00.095Z | Compiling semver v1.0.28 |
| 1826 | 2026-05-16T03:38:00.096Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-05-16T03:38:00.152Z | Compiling parking_lot v0.12.5 |
| 1828 | 2026-05-16T03:38:00.312Z | Compiling socket2 v0.6.3 |
| 1829 | 2026-05-16T03:38:00.312Z | Compiling const-oid v0.9.6 |
| 1830 | 2026-05-16T03:38:00.312Z | Compiling ring v0.17.14 |
| 1831 | 2026-05-16T03:38:00.312Z | Compiling aws-lc-sys v0.40.0 |
| 1832 | 2026-05-16T03:38:00.332Z | Compiling indexmap v2.14.0 |
| 1833 | 2026-05-16T03:38:00.388Z | Compiling aws-lc-rs v1.16.3 |
| 1834 | 2026-05-16T03:38:00.531Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-16T03:38:00.597Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-16T03:38:00.653Z | Compiling vcpkg v0.2.15 |
| 1837 | 2026-05-16T03:38:00.681Z | Compiling strsim v0.11.1 |
| 1838 | 2026-05-16T03:38:00.681Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-05-16T03:38:00.824Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-05-16T03:38:00.914Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-05-16T03:38:00.971Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-05-16T03:38:01.019Z | Compiling heck v0.5.0 |
| 1843 | 2026-05-16T03:38:01.110Z | Compiling ident_case v1.0.1 |
| 1844 | 2026-05-16T03:38:01.133Z | Compiling pest v2.8.6 |
| 1845 | 2026-05-16T03:38:01.134Z | Compiling regex-syntax v0.8.10 |
| 1846 | 2026-05-16T03:38:01.134Z | Compiling syn v1.0.109 |
| 1847 | 2026-05-16T03:38:01.134Z | Compiling uuid v1.23.0 |
| 1848 | 2026-05-16T03:38:01.141Z | Compiling cpufeatures v0.2.17 |
| 1849 | 2026-05-16T03:38:01.169Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-05-16T03:38:01.234Z | Compiling rustls v0.23.37 |
| 1851 | 2026-05-16T03:38:01.441Z | Compiling futures-sink v0.3.32 |
| 1852 | 2026-05-16T03:38:01.479Z | Compiling rustc_version v0.4.1 |
| 1853 | 2026-05-16T03:38:01.597Z | Compiling futures-channel v0.3.32 |
| 1854 | 2026-05-16T03:38:01.617Z | Compiling futures-task v0.3.32 |
| 1855 | 2026-05-16T03:38:01.702Z | Compiling slab v0.4.12 |
| 1856 | 2026-05-16T03:38:01.720Z | Compiling futures-io v0.3.32 |
| 1857 | 2026-05-16T03:38:01.763Z | Compiling synstructure v0.13.2 |
| 1858 | 2026-05-16T03:38:01.780Z | Compiling serde_derive_internals v0.29.1 |
| 1859 | 2026-05-16T03:38:01.838Z | Compiling aho-corasick v1.1.4 |
| 1860 | 2026-05-16T03:38:01.967Z | Compiling dyn-clone v1.0.20 |
| 1861 | 2026-05-16T03:38:02.152Z | Compiling crc32fast v1.5.0 |
| 1862 | 2026-05-16T03:38:02.185Z | Compiling openssl v0.10.79 |
| 1863 | 2026-05-16T03:38:02.204Z | Compiling pest_meta v2.8.6 |
| 1864 | 2026-05-16T03:38:02.214Z | Compiling plain v0.2.3 |
| 1865 | 2026-05-16T03:38:02.253Z | Compiling base64 v0.22.1 |
| 1866 | 2026-05-16T03:38:02.300Z | Compiling time-core v0.1.8 |
| 1867 | 2026-05-16T03:38:02.380Z | Compiling crossbeam-utils v0.8.21 |
| 1868 | 2026-05-16T03:38:02.470Z | Compiling num-conv v0.2.0 |
| 1869 | 2026-05-16T03:38:02.611Z | Compiling native-tls v0.2.18 |
| 1870 | 2026-05-16T03:38:02.635Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-05-16T03:38:02.664Z | Compiling time-macros v0.2.27 |
| 1872 | 2026-05-16T03:38:02.708Z | Compiling regex-automata v0.4.14 |
| 1873 | 2026-05-16T03:38:02.773Z | Compiling base64ct v1.8.3 |
| 1874 | 2026-05-16T03:38:02.773Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-05-16T03:38:02.804Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-05-16T03:38:02.832Z | Compiling pest_generator v2.8.6 |
| 1877 | 2026-05-16T03:38:02.874Z | Compiling tracing-core v0.1.36 |
| 1878 | 2026-05-16T03:38:03.060Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-05-16T03:38:03.107Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1880 | 2026-05-16T03:38:03.107Z | Compiling serde_derive v1.0.228 |
| 1881 | 2026-05-16T03:38:03.256Z | Compiling zeroize_derive v1.4.3 |
| 1882 | 2026-05-16T03:38:03.286Z | Compiling zerofrom-derive v0.1.6 |
| 1883 | 2026-05-16T03:38:03.321Z | Compiling yoke-derive v0.8.1 |
| 1884 | 2026-05-16T03:38:03.321Z | Compiling zerovec-derive v0.11.2 |
| 1885 | 2026-05-16T03:38:03.892Z | Compiling displaydoc v0.2.5 |
| 1886 | 2026-05-16T03:38:03.929Z | Compiling zerocopy-derive v0.8.40 |
| 1887 | 2026-05-16T03:38:03.929Z | Compiling tokio-macros v2.7.0 |
| 1888 | 2026-05-16T03:38:03.929Z | Compiling futures-macro v0.3.32 |
| 1889 | 2026-05-16T03:38:03.949Z | Compiling zeroize v1.8.2 |
| 1890 | 2026-05-16T03:38:04.147Z | Compiling thiserror-impl v2.0.18 |
| 1891 | 2026-05-16T03:38:04.162Z | Compiling schemars_derive v0.8.22 |
| 1892 | 2026-05-16T03:38:04.230Z | Compiling tracing-attributes v0.1.31 |
| 1893 | 2026-05-16T03:38:04.324Z | Compiling der_derive v0.7.3 |
| 1894 | 2026-05-16T03:38:04.381Z | Compiling thiserror-impl v1.0.69 |
| 1895 | 2026-05-16T03:38:04.409Z | Compiling zerofrom v0.1.6 |
| 1896 | 2026-05-16T03:38:04.552Z | Compiling yoke v0.8.1 |
| 1897 | 2026-05-16T03:38:04.664Z | Compiling crypto-common v0.1.7 |
| 1898 | 2026-05-16T03:38:04.761Z | Compiling zerovec v0.11.5 |
| 1899 | 2026-05-16T03:38:04.781Z | Compiling zerotrie v0.2.3 |
| 1900 | 2026-05-16T03:38:05.310Z | Compiling block-buffer v0.10.4 |
| 1901 | 2026-05-16T03:38:05.315Z | Compiling digest v0.10.7 |
| 1902 | 2026-05-16T03:38:05.320Z | Compiling tinystr v0.8.2 |
| 1903 | 2026-05-16T03:38:05.346Z | Compiling potential_utf v0.1.4 |
| 1904 | 2026-05-16T03:38:05.370Z | Compiling pest_derive v2.8.6 |
| 1905 | 2026-05-16T03:38:05.394Z | Compiling futures-util v0.3.32 |
| 1906 | 2026-05-16T03:38:05.473Z | Compiling icu_collections v2.1.1 |
| 1907 | 2026-05-16T03:38:05.490Z | Compiling hmac v0.12.1 |
| 1908 | 2026-05-16T03:38:05.518Z | Compiling icu_locale_core v2.1.1 |
| 1909 | 2026-05-16T03:38:05.585Z | Compiling block-padding v0.3.3 |
| 1910 | 2026-05-16T03:38:05.752Z | Compiling inout v0.1.4 |
| 1911 | 2026-05-16T03:38:06.210Z | Compiling rustls-pki-types v1.14.0 |
| 1912 | 2026-05-16T03:38:06.213Z | Compiling openssl-macros v0.1.1 |
| 1913 | 2026-05-16T03:38:06.213Z | Compiling bytes v1.11.1 |
| 1914 | 2026-05-16T03:38:06.241Z | Compiling icu_provider v2.1.1 |
| 1915 | 2026-05-16T03:38:06.268Z | Compiling chrono v0.4.44 |
| 1916 | 2026-05-16T03:38:06.335Z | Compiling serde_tokenstream v0.2.3 |
| 1917 | 2026-05-16T03:38:06.351Z | Compiling cipher v0.4.4 |
| 1918 | 2026-05-16T03:38:06.605Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-16T03:38:06.650Z | Compiling icu_properties v2.1.2 |
| 1920 | 2026-05-16T03:38:06.667Z | Compiling tokio v1.52.1 |
| 1921 | 2026-05-16T03:38:06.728Z | Compiling sha2 v0.10.9 |
| 1922 | 2026-05-16T03:38:07.183Z | Compiling scroll_derive v0.13.1 |
| 1923 | 2026-05-16T03:38:07.544Z | Compiling scroll_derive v0.12.1 |
| 1924 | 2026-05-16T03:38:07.883Z | Compiling idna_adapter v1.2.1 |
| 1925 | 2026-05-16T03:38:07.946Z | Compiling ppv-lite86 v0.2.21 |
| 1926 | 2026-05-16T03:38:08.043Z | Compiling idna v1.1.0 |
| 1927 | 2026-05-16T03:38:08.507Z | Compiling http v1.4.0 |
| 1928 | 2026-05-16T03:38:08.524Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-05-16T03:38:08.524Z | Compiling flagset v0.4.7 |
| 1930 | 2026-05-16T03:38:08.524Z | Compiling tracing v0.1.44 |
| 1931 | 2026-05-16T03:38:08.524Z | Compiling darling_macro v0.21.3 |
| 1932 | 2026-05-16T03:38:08.524Z | Compiling regex v1.12.3 |
| 1933 | 2026-05-16T03:38:08.524Z | Compiling url v2.5.8 |
| 1934 | 2026-05-16T03:38:08.525Z | Compiling der v0.7.10 |
| 1935 | 2026-05-16T03:38:08.698Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-05-16T03:38:08.735Z | Compiling rand_core v0.9.5 |
| 1937 | 2026-05-16T03:38:08.750Z | Compiling slog v2.8.2 |
| 1938 | 2026-05-16T03:38:09.242Z | Compiling spki v0.7.3 |
| 1939 | 2026-05-16T03:38:09.461Z | Compiling darling v0.21.3 |
| 1940 | 2026-05-16T03:38:09.482Z | Compiling salsa20 v0.10.2 |
| 1941 | 2026-05-16T03:38:09.535Z | Compiling pbkdf2 v0.12.2 |
| 1942 | 2026-05-16T03:38:10.011Z | Compiling cookie v0.18.1 |
| 1943 | 2026-05-16T03:38:10.028Z | Compiling camino v1.2.2 |
| 1944 | 2026-05-16T03:38:10.734Z | Compiling scrypt v0.11.0 |
| 1945 | 2026-05-16T03:38:10.738Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-16T03:38:10.738Z | Compiling tokio-util v0.7.18 |
| 1947 | 2026-05-16T03:38:10.738Z | Compiling http-body v1.0.1 |
| 1948 | 2026-05-16T03:38:10.738Z | Compiling aes v0.8.4 |
| 1949 | 2026-05-16T03:38:10.738Z | Compiling cbc v0.1.2 |
| 1950 | 2026-05-16T03:38:10.738Z | Compiling usdt-impl v0.5.0 |
| 1951 | 2026-05-16T03:38:10.747Z | Compiling unicode-segmentation v1.12.0 |
| 1952 | 2026-05-16T03:38:10.786Z | Compiling usdt-impl v0.6.0 |
| 1953 | 2026-05-16T03:38:10.863Z | Compiling openssl-probe v0.2.1 |
| 1954 | 2026-05-16T03:38:10.876Z | Compiling paste v1.0.15 |
| 1955 | 2026-05-16T03:38:10.959Z | Compiling untrusted v0.7.1 |
| 1956 | 2026-05-16T03:38:11.022Z | Compiling ref-cast v1.0.25 |
| 1957 | 2026-05-16T03:38:11.057Z | Compiling tinyvec_macros v0.1.1 |
| 1958 | 2026-05-16T03:38:11.107Z | Compiling atomic-waker v1.1.2 |
| 1959 | 2026-05-16T03:38:11.620Z | Compiling either v1.15.0 |
| 1960 | 2026-05-16T03:38:12.030Z | Compiling winnow v0.7.14 |
| 1961 | 2026-05-16T03:38:12.030Z | Compiling tinyvec v1.10.0 |
| 1962 | 2026-05-16T03:38:12.030Z | Compiling pkcs5 v0.7.1 |
| 1963 | 2026-05-16T03:38:12.031Z | Compiling rand v0.9.2 |
| 1964 | 2026-05-16T03:38:12.068Z | Compiling scroll v0.12.0 |
| 1965 | 2026-05-16T03:38:12.068Z | Compiling scroll v0.13.0 |
| 1966 | 2026-05-16T03:38:12.068Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-05-16T03:38:12.068Z | Compiling toml_datetime v0.6.11 |
| 1968 | 2026-05-16T03:38:12.068Z | Compiling async-trait v0.1.89 |
| 1969 | 2026-05-16T03:38:12.068Z | Compiling heapless v0.7.17 |
| 1970 | 2026-05-16T03:38:12.068Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1971 | 2026-05-16T03:38:12.068Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-05-16T03:38:12.108Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-05-16T03:38:12.182Z | Compiling signal-hook v0.3.18 |
| 1974 | 2026-05-16T03:38:12.345Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-05-16T03:38:12.381Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-05-16T03:38:12.497Z | Compiling fastrand v2.3.0 |
| 1977 | 2026-05-16T03:38:12.547Z | Compiling h2 v0.4.13 |
| 1978 | 2026-05-16T03:38:12.563Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1979 | 2026-05-16T03:38:12.579Z | Compiling want v0.3.1 |
| 1980 | 2026-05-16T03:38:12.884Z | Compiling goblin v0.10.5 |
| 1981 | 2026-05-16T03:38:12.902Z | Compiling goblin v0.8.2 |
| 1982 | 2026-05-16T03:38:12.902Z | Compiling pkcs8 v0.10.2 |
| 1983 | 2026-05-16T03:38:13.147Z | Compiling heck v0.4.1 |
| 1984 | 2026-05-16T03:38:13.178Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-05-16T03:38:13.191Z | Compiling ipnet v2.11.0 |
| 1986 | 2026-05-16T03:38:13.366Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-05-16T03:38:13.459Z | Compiling curve25519-dalek v4.1.3 |
| 1988 | 2026-05-16T03:38:13.684Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-05-16T03:38:13.698Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1990 | 2026-05-16T03:38:13.766Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-16T03:38:13.987Z | Compiling pin-utils v0.1.0 |
| 1992 | 2026-05-16T03:38:14.002Z | Compiling httpdate v1.0.3 |
| 1993 | 2026-05-16T03:38:14.160Z | Compiling rustix v0.38.44 |
| 1994 | 2026-05-16T03:38:14.344Z | Compiling litrs v1.0.0 |
| 1995 | 2026-05-16T03:38:14.404Z | Compiling winnow v0.5.40 |
| 1996 | 2026-05-16T03:38:14.524Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-05-16T03:38:14.549Z | Compiling tempfile v3.25.0 |
| 1998 | 2026-05-16T03:38:14.622Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-05-16T03:38:14.794Z | Compiling document-features v0.2.12 |
| 2000 | 2026-05-16T03:38:15.006Z | Compiling unicode-normalization v0.1.25 |
| 2001 | 2026-05-16T03:38:15.370Z | Compiling dof v0.3.0 |
| 2002 | 2026-05-16T03:38:15.383Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2026-05-16T03:38:15.516Z | Compiling dof v0.4.0 |
| 2004 | 2026-05-16T03:38:15.550Z | Compiling hyper v1.8.1 |
| 2005 | 2026-05-16T03:38:15.647Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-05-16T03:38:15.860Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-05-16T03:38:15.929Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-16T03:38:15.970Z | Compiling daft-derive v0.1.5 |
| 2009 | 2026-05-16T03:38:16.100Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-05-16T03:38:16.167Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-16T03:38:16.214Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-05-16T03:38:16.248Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-16T03:38:16.265Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-05-16T03:38:16.406Z | Compiling powerfmt v0.2.0 |
| 2015 | 2026-05-16T03:38:16.556Z | Compiling num-bigint-dig v0.8.6 |
| 2016 | 2026-05-16T03:38:16.570Z | Compiling cfg_aliases v0.2.1 |
| 2017 | 2026-05-16T03:38:16.586Z | Compiling deranged v0.5.8 |
| 2018 | 2026-05-16T03:38:16.663Z | Compiling nix v0.31.2 |
| 2019 | 2026-05-16T03:38:16.716Z | Compiling hyper-util v0.1.20 |
| 2020 | 2026-05-16T03:38:16.773Z | Compiling darling v0.20.11 |
| 2021 | 2026-05-16T03:38:17.162Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-16T03:38:17.201Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-16T03:38:17.546Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2024 | 2026-05-16T03:38:17.757Z | Compiling strum_macros v0.26.4 |
| 2025 | 2026-05-16T03:38:17.872Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-16T03:38:17.993Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-16T03:38:18.173Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-05-16T03:38:18.249Z | Compiling anstyle v1.0.13 |
| 2029 | 2026-05-16T03:38:18.403Z | Compiling siphasher v1.0.2 |
| 2030 | 2026-05-16T03:38:18.417Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-05-16T03:38:18.426Z | Compiling simd-adler32 v0.3.8 |
| 2032 | 2026-05-16T03:38:18.430Z | Compiling utf8parse v0.2.2 |
| 2033 | 2026-05-16T03:38:18.488Z | Compiling num_threads v0.1.7 |
| 2034 | 2026-05-16T03:38:18.570Z | Compiling anstyle-parse v0.2.7 |
| 2035 | 2026-05-16T03:38:18.594Z | Compiling rusty-fork v0.3.1 |
| 2036 | 2026-05-16T03:38:18.709Z | Compiling time v0.3.47 |
| 2037 | 2026-05-16T03:38:18.772Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-05-16T03:38:18.896Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-16T03:38:19.153Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-16T03:38:19.217Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-05-16T03:38:19.671Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-05-16T03:38:19.871Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-05-16T03:38:19.955Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-05-16T03:38:19.971Z | Compiling signature v2.2.0 |
| 2045 | 2026-05-16T03:38:20.016Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-05-16T03:38:20.068Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-16T03:38:20.173Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-05-16T03:38:20.189Z | Compiling ahash v0.8.12 |
| 2049 | 2026-05-16T03:38:20.328Z | Compiling encoding_rs v0.8.35 |
| 2050 | 2026-05-16T03:38:20.386Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-05-16T03:38:20.450Z | Compiling adler2 v2.0.1 |
| 2052 | 2026-05-16T03:38:20.546Z | Compiling anstyle-query v1.1.5 |
| 2053 | 2026-05-16T03:38:20.551Z | Compiling mime v0.3.17 |
| 2054 | 2026-05-16T03:38:20.596Z | Compiling is_terminal_polyfill v1.70.2 |
| 2055 | 2026-05-16T03:38:20.626Z | Compiling object v0.37.3 |
| 2056 | 2026-05-16T03:38:20.641Z | Compiling ryu v1.0.23 |
| 2057 | 2026-05-16T03:38:20.659Z | Compiling colorchoice v1.0.4 |
| 2058 | 2026-05-16T03:38:20.796Z | Compiling unicode-properties v0.1.4 |
| 2059 | 2026-05-16T03:38:20.796Z | Compiling unicode-bidi v0.3.18 |
| 2060 | 2026-05-16T03:38:20.834Z | Compiling unarray v0.1.4 |
| 2061 | 2026-05-16T03:38:20.838Z | Compiling allocator-api2 v0.2.21 |
| 2062 | 2026-05-16T03:38:20.962Z | Compiling proptest v1.10.0 |
| 2063 | 2026-05-16T03:38:20.976Z | Compiling serde_urlencoded v0.7.1 |
| 2064 | 2026-05-16T03:38:21.197Z | Compiling stringprep v0.1.5 |
| 2065 | 2026-05-16T03:38:21.218Z | Compiling anstream v0.6.21 |
| 2066 | 2026-05-16T03:38:21.315Z | Compiling miniz_oxide v0.8.9 |
| 2067 | 2026-05-16T03:38:21.541Z | Compiling tower-http v0.6.8 |
| 2068 | 2026-05-16T03:38:21.588Z | Compiling derive_builder_macro v0.20.2 |
| 2069 | 2026-05-16T03:38:21.641Z | Compiling tokio-native-tls v0.3.1 |
| 2070 | 2026-05-16T03:38:21.808Z | Compiling usdt-macro v0.6.0 |
| 2071 | 2026-05-16T03:38:21.843Z | Compiling usdt-attr-macro v0.6.0 |
| 2072 | 2026-05-16T03:38:22.150Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-05-16T03:38:22.214Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-05-16T03:38:22.287Z | Compiling md-5 v0.10.6 |
| 2075 | 2026-05-16T03:38:22.318Z | Compiling bstr v1.12.1 |
| 2076 | 2026-05-16T03:38:22.466Z | Compiling num-integer v0.1.46 |
| 2077 | 2026-05-16T03:38:22.553Z | Compiling hash32 v0.2.1 |
| 2078 | 2026-05-16T03:38:22.570Z | Compiling vergen-lib v0.1.6 |
| 2079 | 2026-05-16T03:38:22.580Z | Compiling ff v0.13.1 |
| 2080 | 2026-05-16T03:38:22.739Z | Compiling zlib-rs v0.6.2 |
| 2081 | 2026-05-16T03:38:22.766Z | Compiling fallible-iterator v0.2.0 |
| 2082 | 2026-05-16T03:38:22.818Z | Compiling base16ct v0.2.0 |
| 2083 | 2026-05-16T03:38:22.852Z | Compiling psl-types v2.0.11 |
| 2084 | 2026-05-16T03:38:22.996Z | Compiling newtype-uuid v1.3.2 |
| 2085 | 2026-05-16T03:38:23.015Z | Compiling publicsuffix v2.3.0 |
| 2086 | 2026-05-16T03:38:23.036Z | Compiling sec1 v0.7.3 |
| 2087 | 2026-05-16T03:38:23.051Z | Compiling group v0.13.0 |
| 2088 | 2026-05-16T03:38:23.099Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-05-16T03:38:23.211Z | Compiling num-iter v0.1.45 |
| 2090 | 2026-05-16T03:38:23.358Z | Compiling rand v0.8.6 |
| 2091 | 2026-05-16T03:38:23.846Z | Compiling oxnet v0.1.4 |
| 2092 | 2026-05-16T03:38:23.928Z | Compiling derive_builder v0.20.2 |
| 2093 | 2026-05-16T03:38:24.022Z | Compiling hyper-tls v0.6.0 |
| 2094 | 2026-05-16T03:38:24.072Z | Compiling phf_shared v0.13.1 |
| 2095 | 2026-05-16T03:38:24.257Z | Compiling pin-project v1.1.11 |
| 2096 | 2026-05-16T03:38:24.294Z | Compiling lazy_static v1.5.0 |
| 2097 | 2026-05-16T03:38:24.383Z | Compiling terminal_size v0.4.3 |
| 2098 | 2026-05-16T03:38:24.445Z | Compiling serde_with_macros v3.17.0 |
| 2099 | 2026-05-16T03:38:24.526Z | Compiling futures-executor v0.3.32 |
| 2100 | 2026-05-16T03:38:24.539Z | Compiling hex v0.4.3 |
| 2101 | 2026-05-16T03:38:24.629Z | Compiling cargo-platform v0.1.9 |
| 2102 | 2026-05-16T03:38:25.092Z | Compiling hkdf v0.12.4 |
| 2103 | 2026-05-16T03:38:25.502Z | Compiling crypto-bigint v0.5.5 |
| 2104 | 2026-05-16T03:38:25.502Z | Compiling flate2 v1.1.9 |
| 2105 | 2026-05-16T03:38:25.503Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-05-16T03:38:25.503Z | Compiling serde_repr v0.1.20 |
| 2107 | 2026-05-16T03:38:25.503Z | Compiling clap_derive v4.5.55 |
| 2108 | 2026-05-16T03:38:25.503Z | Compiling enum-as-inner v0.6.1 |
| 2109 | 2026-05-16T03:38:25.503Z | Compiling vergen v9.0.6 |
| 2110 | 2026-05-16T03:38:25.507Z | Compiling clap_lex v1.0.0 |
| 2111 | 2026-05-16T03:38:25.507Z | Compiling libbz2-rs-sys v0.2.2 |
| 2112 | 2026-05-16T03:38:25.507Z | Compiling same-file v1.0.6 |
| 2113 | 2026-05-16T03:38:25.507Z | Compiling managed v0.8.0 |
| 2114 | 2026-05-16T03:38:25.507Z | Compiling bitflags v1.3.2 |
| 2115 | 2026-05-16T03:38:25.577Z | Compiling foldhash v0.2.0 |
| 2116 | 2026-05-16T03:38:25.598Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-05-16T03:38:25.717Z | Compiling bumpalo v3.20.2 |
| 2118 | 2026-05-16T03:38:25.851Z | Compiling hashbrown v0.16.1 |
| 2119 | 2026-05-16T03:38:25.856Z | Compiling hashbrown v0.15.5 |
| 2120 | 2026-05-16T03:38:25.857Z | Compiling bzip2 v0.6.1 |
| 2121 | 2026-05-16T03:38:25.857Z | Compiling elliptic-curve v0.13.8 |
| 2122 | 2026-05-16T03:38:25.998Z | Compiling zopfli v0.8.3 |
| 2123 | 2026-05-16T03:38:26.037Z | Compiling clap_builder v4.5.60 |
| 2124 | 2026-05-16T03:38:26.061Z | Compiling walkdir v2.5.0 |
| 2125 | 2026-05-16T03:38:26.425Z | Compiling cargo_metadata v0.19.2 |
| 2126 | 2026-05-16T03:38:26.445Z | Compiling futures v0.3.32 |
| 2127 | 2026-05-16T03:38:26.724Z | Compiling snafu v0.8.9 |
| 2128 | 2026-05-16T03:38:26.777Z | Compiling zstd v0.13.3 |
| 2129 | 2026-05-16T03:38:27.276Z | Compiling phf v0.13.1 |
| 2130 | 2026-05-16T03:38:27.295Z | Compiling signal-hook-mio v0.2.5 |
| 2131 | 2026-05-16T03:38:27.295Z | Compiling daft v0.1.5 |
| 2132 | 2026-05-16T03:38:27.296Z | Compiling cookie_store v0.22.1 |
| 2133 | 2026-05-16T03:38:27.296Z | Compiling postgres-types v0.2.12 |
| 2134 | 2026-05-16T03:38:27.310Z | Compiling bzip2 v0.4.4 |
| 2135 | 2026-05-16T03:38:27.382Z | Compiling globset v0.4.18 |
| 2136 | 2026-05-16T03:38:27.529Z | Compiling strum v0.27.2 |
| 2137 | 2026-05-16T03:38:27.611Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-05-16T03:38:27.693Z | Compiling ed25519 v2.2.3 |
| 2139 | 2026-05-16T03:38:27.750Z | Compiling phf_shared v0.11.3 |
| 2140 | 2026-05-16T03:38:27.790Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-05-16T03:38:27.878Z | Compiling olpc-cjson v0.1.4 |
| 2142 | 2026-05-16T03:38:27.894Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2026-05-16T03:38:27.927Z | Compiling pem v3.0.6 |
| 2144 | 2026-05-16T03:38:28.045Z | Compiling serde-big-array v0.5.1 |
| 2145 | 2026-05-16T03:38:28.663Z | Compiling serde_plain v1.0.2 |
| 2146 | 2026-05-16T03:38:28.855Z | Compiling rfc6979 v0.4.0 |
| 2147 | 2026-05-16T03:38:28.855Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-05-16T03:38:28.855Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-05-16T03:38:28.855Z | Compiling env_filter v1.0.0 |
| 2150 | 2026-05-16T03:38:28.855Z | Compiling data-encoding v2.10.0 |
| 2151 | 2026-05-16T03:38:28.855Z | Compiling jiff v0.2.21 |
| 2152 | 2026-05-16T03:38:28.855Z | Compiling toml_write v0.1.2 |
| 2153 | 2026-05-16T03:38:28.855Z | Compiling static_assertions v1.1.0 |
| 2154 | 2026-05-16T03:38:28.855Z | Compiling normalize-line-endings v0.3.0 |
| 2155 | 2026-05-16T03:38:28.855Z | Compiling keccak v0.1.6 |
| 2156 | 2026-05-16T03:38:28.855Z | Compiling precomputed-hash v0.1.1 |
| 2157 | 2026-05-16T03:38:28.855Z | Compiling whoami v2.1.0 |
| 2158 | 2026-05-16T03:38:28.855Z | Compiling typed-path v0.9.3 |
| 2159 | 2026-05-16T03:38:28.855Z | Compiling fixedbitset v0.4.2 |
| 2160 | 2026-05-16T03:38:28.855Z | Compiling difflib v0.4.0 |
| 2161 | 2026-05-16T03:38:28.855Z | Compiling predicates-core v1.0.10 |
| 2162 | 2026-05-16T03:38:28.855Z | Compiling new_debug_unreachable v1.0.6 |
| 2163 | 2026-05-16T03:38:28.906Z | Compiling rustc-hash v2.1.1 |
| 2164 | 2026-05-16T03:38:28.906Z | Compiling fixedbitset v0.5.7 |
| 2165 | 2026-05-16T03:38:28.906Z | Compiling string_cache v0.8.9 |
| 2166 | 2026-05-16T03:38:28.906Z | Compiling tokio-postgres v0.7.16 |
| 2167 | 2026-05-16T03:38:28.906Z | Compiling predicates v3.1.4 |
| 2168 | 2026-05-16T03:38:28.934Z | Compiling iddqd v0.3.18 |
| 2169 | 2026-05-16T03:38:28.934Z | Compiling petgraph v0.6.5 |
| 2170 | 2026-05-16T03:38:29.043Z | Compiling petgraph v0.8.3 |
| 2171 | 2026-05-16T03:38:29.068Z | Compiling sha3 v0.10.8 |
| 2172 | 2026-05-16T03:38:29.084Z | Compiling hickory-proto v0.25.2 |
| 2173 | 2026-05-16T03:38:29.348Z | Compiling toml_edit v0.22.27 |
| 2174 | 2026-05-16T03:38:29.430Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2175 | 2026-05-16T03:38:29.632Z | Compiling env_logger v0.11.9 |
| 2176 | 2026-05-16T03:38:29.725Z | Compiling usdt v0.6.0 |
| 2177 | 2026-05-16T03:38:29.967Z | Compiling ecdsa v0.16.9 |
| 2178 | 2026-05-16T03:38:30.011Z | Compiling rsa v0.9.10 |
| 2179 | 2026-05-16T03:38:30.388Z | Compiling ed25519-dalek v2.2.0 |
| 2180 | 2026-05-16T03:38:30.823Z | Compiling clap v4.5.60 |
| 2181 | 2026-05-16T03:38:30.855Z | Compiling zip v4.6.1 |
| 2182 | 2026-05-16T03:38:30.890Z | Compiling zip v0.6.6 |
| 2183 | 2026-05-16T03:38:30.924Z | Compiling crossterm v0.28.1 |
| 2184 | 2026-05-16T03:38:31.514Z | Compiling serde_with v3.17.0 |
| 2185 | 2026-05-16T03:38:31.654Z | Compiling similar v2.7.0 |
| 2186 | 2026-05-16T03:38:31.669Z | Compiling strum v0.26.3 |
| 2187 | 2026-05-16T03:38:32.092Z | Compiling toml v0.7.8 |
| 2188 | 2026-05-16T03:38:32.106Z | Compiling itertools v0.13.0 |
| 2189 | 2026-05-16T03:38:32.106Z | Compiling tokio-stream v0.1.18 |
| 2190 | 2026-05-16T03:38:32.106Z | Compiling buf-list v1.1.2 |
| 2191 | 2026-05-16T03:38:32.248Z | Compiling x509-cert v0.2.5 |
| 2192 | 2026-05-16T03:38:32.369Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2193 | 2026-05-16T03:38:32.417Z | Compiling openapiv3 v2.2.0 |
| 2194 | 2026-05-16T03:38:32.685Z | Compiling sha1 v0.10.6 |
| 2195 | 2026-05-16T03:38:32.858Z | Compiling peg-runtime v0.8.5 |
| 2196 | 2026-05-16T03:38:33.032Z | Compiling lalrpop-util v0.19.12 |
| 2197 | 2026-05-16T03:38:48.082Z | Compiling rustls-webpki v0.103.9 |
| 2198 | 2026-05-16T03:38:49.463Z | Compiling macaddr v1.0.1 |
| 2199 | 2026-05-16T03:38:49.475Z | Compiling structmeta-derive v0.3.0 |
| 2200 | 2026-05-16T03:38:49.553Z | Compiling rayon-core v1.13.0 |
| 2201 | 2026-05-16T03:38:49.570Z | Compiling crucible-workspace-hack v0.1.0 |
| 2202 | 2026-05-16T03:38:49.672Z | Compiling itertools v0.14.0 |
| 2203 | 2026-05-16T03:38:49.747Z | Compiling secrecy v0.10.3 |
| 2204 | 2026-05-16T03:38:49.793Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2026-05-16T03:38:49.797Z | Compiling heapless v0.8.0 |
| 2206 | 2026-05-16T03:38:49.797Z | Compiling rustls v0.22.4 |
| 2207 | 2026-05-16T03:38:49.974Z | Compiling crossbeam-deque v0.8.6 |
| 2208 | 2026-05-16T03:38:50.015Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-05-16T03:38:50.146Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-16T03:38:50.620Z | Compiling rustls-webpki v0.102.8 |
| 2211 | 2026-05-16T03:38:50.623Z | Compiling hash32 v0.3.1 |
| 2212 | 2026-05-16T03:38:50.623Z | Compiling multer v3.1.0 |
| 2213 | 2026-05-16T03:38:50.623Z | Compiling thread_local v1.1.9 |
| 2214 | 2026-05-16T03:38:50.623Z | Compiling structmeta v0.3.0 |
| 2215 | 2026-05-16T03:38:50.623Z | Compiling slog-async v2.8.0 |
| 2216 | 2026-05-16T03:38:50.623Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2217 | 2026-05-16T03:38:50.656Z | Compiling compression-core v0.4.31 |
| 2218 | 2026-05-16T03:38:50.678Z | Compiling match_cfg v0.1.0 |
| 2219 | 2026-05-16T03:38:50.776Z | Compiling unicode-width v0.2.0 |
| 2220 | 2026-05-16T03:38:51.191Z | Compiling smoltcp v0.11.0 |
| 2221 | 2026-05-16T03:38:51.195Z | Compiling hostname v0.3.1 |
| 2222 | 2026-05-16T03:38:51.195Z | Compiling compression-codecs v0.4.37 |
| 2223 | 2026-05-16T03:38:51.195Z | Compiling derive-ex v0.1.8 |
| 2224 | 2026-05-16T03:38:51.196Z | Compiling proc-macro-crate v3.4.0 |
| 2225 | 2026-05-16T03:38:51.196Z | Compiling ingot-macros v0.1.1 |
| 2226 | 2026-05-16T03:38:51.196Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-05-16T03:38:51.196Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-05-16T03:38:51.240Z | Compiling half v2.7.1 |
| 2229 | 2026-05-16T03:38:51.398Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-16T03:38:51.424Z | Compiling cobs v0.3.0 |
| 2231 | 2026-05-16T03:38:51.523Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-05-16T03:38:51.613Z | Compiling universal-hash v0.5.1 |
| 2233 | 2026-05-16T03:38:51.761Z | Compiling async-stream-impl v0.3.6 |
| 2234 | 2026-05-16T03:38:51.791Z | Compiling serde_spanned v1.0.4 |
| 2235 | 2026-05-16T03:38:51.839Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-05-16T03:38:51.970Z | Compiling tokio-rustls v0.26.4 |
| 2237 | 2026-05-16T03:38:52.085Z | Compiling rustls-platform-verifier v0.6.2 |
| 2238 | 2026-05-16T03:38:52.138Z | Compiling is-terminal v0.4.17 |
| 2239 | 2026-05-16T03:38:52.257Z | Compiling hyper-rustls v0.27.7 |
| 2240 | 2026-05-16T03:38:52.275Z | Compiling proc-macro-error-attr v1.0.4 |
| 2241 | 2026-05-16T03:38:52.297Z | Compiling dropshot v0.17.0 |
| 2242 | 2026-05-16T03:38:52.312Z | Compiling take_mut v0.2.2 |
| 2243 | 2026-05-16T03:38:52.330Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2244 | 2026-05-16T03:38:52.427Z | Compiling ciborium-io v0.2.2 |
| 2245 | 2026-05-16T03:38:52.458Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2246 | 2026-05-16T03:38:52.497Z | Compiling reqwest v0.12.28 |
| 2247 | 2026-05-16T03:38:52.524Z | Compiling reqwest v0.13.2 |
| 2248 | 2026-05-16T03:38:52.551Z | Compiling convert_case v0.4.0 |
| 2249 | 2026-05-16T03:38:52.566Z | Compiling opaque-debug v0.3.1 |
| 2250 | 2026-05-16T03:38:52.592Z | Compiling term v1.2.1 |
| 2251 | 2026-05-16T03:38:52.611Z | Compiling thiserror-no-std v2.0.2 |
| 2252 | 2026-05-16T03:38:52.624Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-16T03:38:52.654Z | Compiling poly1305 v0.8.0 |
| 2254 | 2026-05-16T03:38:52.731Z | Compiling ciborium-ll v0.2.2 |
| 2255 | 2026-05-16T03:38:52.815Z | Compiling test-strategy v0.4.5 |
| 2256 | 2026-05-16T03:38:52.950Z | Compiling derive_more v0.99.20 |
| 2257 | 2026-05-16T03:38:52.967Z | Compiling tokio-rustls v0.25.0 |
| 2258 | 2026-05-16T03:38:53.030Z | Compiling slog-term v2.9.2 |
| 2259 | 2026-05-16T03:38:53.325Z | Compiling async-stream v0.3.6 |
| 2260 | 2026-05-16T03:38:53.948Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-05-16T03:38:53.956Z | Compiling ingot-types v0.1.2 |
| 2262 | 2026-05-16T03:38:53.956Z | Compiling postcard v1.1.3 |
| 2263 | 2026-05-16T03:38:54.141Z | Compiling tough v0.22.0 |
| 2264 | 2026-05-16T03:38:54.192Z | Compiling ingot v0.1.1 |
| 2265 | 2026-05-16T03:38:54.267Z | Compiling num_enum_derive v0.7.5 |
| 2266 | 2026-05-16T03:38:54.411Z | Compiling slog-bunyan v2.5.0 |
| 2267 | 2026-05-16T03:38:54.518Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-05-16T03:38:54.620Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-05-16T03:38:55.081Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2270 | 2026-05-16T03:38:55.106Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-05-16T03:38:55.214Z | Compiling proc-macro-crate v1.3.1 |
| 2272 | 2026-05-16T03:38:55.277Z | Compiling backon v1.6.0 |
| 2273 | 2026-05-16T03:38:55.514Z | Compiling waitgroup v0.1.2 |
| 2274 | 2026-05-16T03:38:55.558Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2275 | 2026-05-16T03:38:55.609Z | Compiling password-hash v0.5.0 |
| 2276 | 2026-05-16T03:38:55.686Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-05-16T03:38:55.758Z | Compiling dropshot_endpoint v0.17.0 |
| 2278 | 2026-05-16T03:38:55.772Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-05-16T03:38:55.996Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-05-16T03:38:56.033Z | Compiling aead v0.5.2 |
| 2281 | 2026-05-16T03:38:56.110Z | Compiling foreign-types-macros v0.2.3 |
| 2282 | 2026-05-16T03:38:56.242Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2283 | 2026-05-16T03:38:56.351Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-05-16T03:38:56.401Z | Compiling hostname v0.4.2 |
| 2285 | 2026-05-16T03:38:56.557Z | Compiling proc-macro-error v1.0.4 |
| 2286 | 2026-05-16T03:38:56.580Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2287 | 2026-05-16T03:38:56.593Z | Compiling instant v0.1.13 |
| 2288 | 2026-05-16T03:38:56.615Z | Compiling foreign-types-shared v0.3.1 |
| 2289 | 2026-05-16T03:38:57.078Z | Compiling cpufeatures v0.3.0 |
| 2290 | 2026-05-16T03:38:57.132Z | Compiling typeid v1.0.3 |
| 2291 | 2026-05-16T03:38:57.132Z | Compiling debug-ignore v1.0.5 |
| 2292 | 2026-05-16T03:38:57.132Z | Compiling chacha20 v0.10.0 |
| 2293 | 2026-05-16T03:38:57.132Z | Compiling foreign-types v0.5.0 |
| 2294 | 2026-05-16T03:38:57.132Z | Compiling backoff v0.4.0 |
| 2295 | 2026-05-16T03:38:57.132Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2296 | 2026-05-16T03:38:57.132Z | Compiling argon2 v0.5.3 |
| 2297 | 2026-05-16T03:38:57.132Z | Compiling chacha20poly1305 v0.10.1 |
| 2298 | 2026-05-16T03:38:57.132Z | Compiling parse-display v0.10.0 |
| 2299 | 2026-05-16T03:38:57.132Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-16T03:38:57.132Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-05-16T03:38:57.132Z | Compiling num_enum v0.7.5 |
| 2302 | 2026-05-16T03:38:57.133Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-05-16T03:38:57.133Z | Compiling ciborium v0.2.2 |
| 2304 | 2026-05-16T03:38:57.319Z | Compiling vsss-rs v3.3.4 |
| 2305 | 2026-05-16T03:38:57.430Z | Compiling tabwriter v1.4.1 |
| 2306 | 2026-05-16T03:38:57.625Z | Compiling regress v0.10.5 |
| 2307 | 2026-05-16T03:38:57.683Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2308 | 2026-05-16T03:38:58.138Z | Compiling byte-wrapper v0.1.0 |
| 2309 | 2026-05-16T03:38:58.213Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2310 | 2026-05-16T03:38:58.213Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-05-16T03:38:58.213Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2312 | 2026-05-16T03:38:58.213Z | Compiling cstr-argument v0.1.2 |
| 2313 | 2026-05-16T03:38:58.213Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2314 | 2026-05-16T03:38:58.213Z | Compiling erased-serde v0.4.9 |
| 2315 | 2026-05-16T03:38:58.213Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2316 | 2026-05-16T03:38:58.327Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2317 | 2026-05-16T03:38:58.467Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2026-05-16T03:38:58.495Z | Compiling num_enum v0.5.11 |
| 2319 | 2026-05-16T03:38:58.518Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-05-16T03:38:58.552Z | Compiling rand v0.10.0 |
| 2321 | 2026-05-16T03:38:58.619Z | Compiling rayon v1.11.0 |
| 2322 | 2026-05-16T03:38:58.682Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-05-16T03:38:58.760Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-05-16T03:38:58.773Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-05-16T03:38:58.805Z | Compiling colored v3.1.1 |
| 2326 | 2026-05-16T03:38:58.824Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2327 | 2026-05-16T03:38:58.889Z | Compiling zone_cfg_derive v0.3.1 |
| 2328 | 2026-05-16T03:38:59.024Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2329 | 2026-05-16T03:38:59.034Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-05-16T03:38:59.098Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2331 | 2026-05-16T03:38:59.251Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-05-16T03:38:59.330Z | Compiling itertools v0.12.1 |
| 2333 | 2026-05-16T03:38:59.373Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-05-16T03:38:59.490Z | Compiling usdt-macro v0.5.0 |
| 2335 | 2026-05-16T03:38:59.566Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-05-16T03:38:59.611Z | Compiling bitfield-struct v0.6.2 |
| 2337 | 2026-05-16T03:38:59.632Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-05-16T03:38:59.651Z | Compiling ordered-float v2.10.1 |
| 2339 | 2026-05-16T03:38:59.950Z | Compiling memmap v0.7.0 |
| 2340 | 2026-05-16T03:38:59.990Z | Compiling sigpipe v0.1.3 |
| 2341 | 2026-05-16T03:39:00.123Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-16T03:39:00.191Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-05-16T03:39:00.237Z | Compiling swrite v0.1.0 |
| 2344 | 2026-05-16T03:39:00.237Z | Compiling usdt v0.5.0 |
| 2345 | 2026-05-16T03:39:00.327Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2346 | 2026-05-16T03:39:00.354Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2347 | 2026-05-16T03:39:00.416Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-05-16T03:39:00.627Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-05-16T03:39:00.800Z | Compiling zone v0.3.1 |
| 2350 | 2026-05-16T03:39:00.822Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-05-16T03:39:00.859Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2352 | 2026-05-16T03:39:01.071Z | Compiling toml v0.8.23 |
| 2353 | 2026-05-16T03:39:01.162Z | Compiling smf v0.2.3 |
| 2354 | 2026-05-16T03:39:01.204Z | Compiling filetime v0.2.27 |
| 2355 | 2026-05-16T03:39:01.204Z | Compiling xattr v1.6.1 |
| 2356 | 2026-05-16T03:39:01.204Z | Compiling whoami v1.6.1 |
| 2357 | 2026-05-16T03:39:01.226Z | Compiling arrayref v0.3.9 |
| 2358 | 2026-05-16T03:39:01.356Z | Compiling arrayvec v0.7.6 |
| 2359 | 2026-05-16T03:39:01.372Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-05-16T03:39:01.382Z | Compiling unicode-xid v0.2.6 |
| 2361 | 2026-05-16T03:39:01.402Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-05-16T03:39:01.493Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-16T03:39:01.509Z | Compiling tar v0.4.45 |
| 2364 | 2026-05-16T03:39:01.563Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-05-16T03:39:01.578Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2366 | 2026-05-16T03:39:01.667Z | Compiling tokio-dtrace v0.1.1 |
| 2367 | 2026-05-16T03:39:01.842Z | Compiling console v0.16.2 |
| 2368 | 2026-05-16T03:39:02.004Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-05-16T03:39:02.163Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-05-16T03:39:02.166Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-16T03:39:02.291Z | Compiling unit-prefix v0.5.2 |
| 2372 | 2026-05-16T03:39:02.367Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-05-16T03:39:02.384Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-16T03:39:02.403Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-05-16T03:39:02.479Z | Compiling indicatif v0.18.4 |
| 2376 | 2026-05-16T03:39:02.733Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-05-16T03:39:12.043Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-05-16T03:39:12.468Z | Compiling progenitor-client v0.10.0 |
| 2379 | 2026-05-16T03:39:12.468Z | Compiling omicron-zone-package v0.12.2 |
| 2380 | 2026-05-16T03:39:12.524Z | Compiling progenitor-extras v0.2.0 |
| 2381 | 2026-05-16T03:39:14.792Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-05-16T03:39:14.813Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2383 | 2026-05-16T03:39:14.869Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2384 | 2026-05-16T03:39:15.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2385 | 2026-05-16T03:39:15.058Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2386 | 2026-05-16T03:39:15.135Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2387 | 2026-05-16T03:39:15.152Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2388 | 2026-05-16T03:39:15.152Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2389 | 2026-05-16T03:39:15.628Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2390 | 2026-05-16T03:39:19.128Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2391 | 2026-05-16T03:39:26.682Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2392 | 2026-05-16T03:39:29.792Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-05-16T03:39:30.781Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-05-16T03:39:41.089Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2395 | 2026-05-16T03:39:41.139Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-05-16T03:39:41.139Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-05-16T03:39:41.139Z | Created new build target 'test' and set it as active |
| 2398 | 2026-05-16T03:39:41.139Z | |
| 2399 | 2026-05-16T03:39:41.139Z | real 1:44.060647906 |
| 2400 | 2026-05-16T03:39:41.139Z | user 16:56.093005426 |
| 2401 | 2026-05-16T03:39:41.139Z | sys 2:40.653695320 |
| 2402 | 2026-05-16T03:39:41.139Z | trap 0.453681651 |
| 2403 | 2026-05-16T03:39:41.139Z | tflt 2.813764177 |
| 2404 | 2026-05-16T03:39:41.139Z | dflt 4.426935834 |
| 2405 | 2026-05-16T03:39:41.140Z | kflt 0.000761770 |
| 2406 | 2026-05-16T03:39:41.140Z | lock 52:36.968206264 |
| 2407 | 2026-05-16T03:39:41.140Z | slp 43:10.163293830 |
| 2408 | 2026-05-16T03:39:41.140Z | lat 42.740663642 |
| 2409 | 2026-05-16T03:39:41.140Z | stop 5:35.526074448 |
| 2410 | 2026-05-16T03:39:41.140Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-05-16T03:39:41.589Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2412 | 2026-05-16T03:39:41.724Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-05-16T03:39:41.848Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-05-16T03:39:43.136Z | Compiling heck v0.5.0 |
| 2415 | 2026-05-16T03:39:43.136Z | Compiling regress v0.11.1 |
| 2416 | 2026-05-16T03:39:43.217Z | Compiling unsafe-libyaml v0.2.11 |
| 2417 | 2026-05-16T03:39:43.449Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-05-16T03:39:43.535Z | Compiling regress v0.10.5 |
| 2419 | 2026-05-16T03:39:43.535Z | Compiling is-terminal v0.4.17 |
| 2420 | 2026-05-16T03:39:43.535Z | Compiling unicode-width v0.1.14 |
| 2421 | 2026-05-16T03:39:43.588Z | Compiling prettyplease v0.2.37 |
| 2422 | 2026-05-16T03:39:43.588Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-16T03:39:43.588Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-16T03:39:43.588Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-16T03:39:43.589Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-16T03:39:43.589Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-16T03:39:43.589Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-16T03:39:43.589Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-16T03:39:43.625Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-16T03:39:43.649Z | Compiling hostname v0.3.1 |
| 2431 | 2026-05-16T03:39:43.649Z | Compiling slog-async v2.8.0 |
| 2432 | 2026-05-16T03:39:43.730Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-05-16T03:39:43.780Z | Compiling compression-codecs v0.4.37 |
| 2434 | 2026-05-16T03:39:43.780Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2435 | 2026-05-16T03:39:43.834Z | Compiling crossbeam-channel v0.5.15 |
| 2436 | 2026-05-16T03:39:43.835Z | Compiling slog-json v2.6.1 |
| 2437 | 2026-05-16T03:39:43.898Z | Compiling serde_yaml v0.9.34+deprecated |
| 2438 | 2026-05-16T03:39:43.921Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2439 | 2026-05-16T03:39:43.921Z | Compiling serde_spanned v1.0.4 |
| 2440 | 2026-05-16T03:39:43.922Z | Compiling take_mut v0.2.2 |
| 2441 | 2026-05-16T03:39:44.002Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2442 | 2026-05-16T03:39:44.036Z | Compiling term v1.2.1 |
| 2443 | 2026-05-16T03:39:44.082Z | Compiling slog-bunyan v2.5.0 |
| 2444 | 2026-05-16T03:39:44.082Z | Compiling async-compression v0.4.41 |
| 2445 | 2026-05-16T03:39:44.250Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-16T03:39:44.398Z | Compiling dropshot v0.17.0 |
| 2447 | 2026-05-16T03:39:44.398Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-16T03:39:44.431Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2449 | 2026-05-16T03:39:44.432Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-05-16T03:39:44.432Z | Compiling num-rational v0.4.2 |
| 2451 | 2026-05-16T03:39:44.471Z | Compiling progenitor-client v0.14.0 |
| 2452 | 2026-05-16T03:39:44.517Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2453 | 2026-05-16T03:39:44.588Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-05-16T03:39:44.588Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-05-16T03:39:44.633Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-16T03:39:44.712Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-05-16T03:39:44.817Z | Compiling num-complex v0.4.6 |
| 2458 | 2026-05-16T03:39:44.817Z | Compiling hostname v0.4.2 |
| 2459 | 2026-05-16T03:39:44.871Z | Compiling serde_path_to_error v0.1.20 |
| 2460 | 2026-05-16T03:39:44.907Z | Compiling instant v0.1.13 |
| 2461 | 2026-05-16T03:39:44.907Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-05-16T03:39:44.907Z | Compiling progenitor-extras v0.2.0 |
| 2463 | 2026-05-16T03:39:44.958Z | Compiling typify-impl v0.6.2 |
| 2464 | 2026-05-16T03:39:44.958Z | Compiling backoff v0.4.0 |
| 2465 | 2026-05-16T03:39:45.025Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2466 | 2026-05-16T03:39:45.025Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2467 | 2026-05-16T03:39:45.186Z | Compiling num v0.4.3 |
| 2468 | 2026-05-16T03:39:45.278Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-05-16T03:39:45.279Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-05-16T03:39:45.390Z | Compiling progenitor-client v0.13.0 |
| 2471 | 2026-05-16T03:39:45.390Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-05-16T03:39:45.390Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2473 | 2026-05-16T03:39:45.607Z | Compiling macaddr v1.0.1 |
| 2474 | 2026-05-16T03:39:45.607Z | Compiling float-ord v0.3.2 |
| 2475 | 2026-05-16T03:39:45.730Z | Compiling console v0.15.11 |
| 2476 | 2026-05-16T03:39:45.827Z | Compiling atomicwrites v0.4.4 |
| 2477 | 2026-05-16T03:39:45.827Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-05-16T03:39:45.827Z | Compiling tokio-rustls v0.25.0 |
| 2479 | 2026-05-16T03:39:45.940Z | Compiling slog-dtrace v0.3.0 |
| 2480 | 2026-05-16T03:39:45.940Z | Compiling owo-colors v4.3.0 |
| 2481 | 2026-05-16T03:39:45.940Z | Compiling cancel-safe-futures v0.1.5 |
| 2482 | 2026-05-16T03:39:46.085Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-05-16T03:39:46.164Z | Compiling resolv-conf v0.7.6 |
| 2484 | 2026-05-16T03:39:46.164Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-16T03:39:46.227Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-16T03:39:46.394Z | Compiling libsw v3.5.0 |
| 2487 | 2026-05-16T03:39:46.445Z | Compiling linked-hash-map v0.5.6 |
| 2488 | 2026-05-16T03:39:46.523Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-05-16T03:39:46.619Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-05-16T03:39:46.645Z | Compiling lru-cache v0.1.2 |
| 2491 | 2026-05-16T03:39:46.796Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-05-16T03:39:46.907Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-16T03:39:46.907Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-16T03:39:46.949Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-16T03:39:46.949Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-05-16T03:39:46.949Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2497 | 2026-05-16T03:39:46.949Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2498 | 2026-05-16T03:39:47.055Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2499 | 2026-05-16T03:39:47.128Z | Compiling nom v7.1.3 |
| 2500 | 2026-05-16T03:39:47.294Z | Compiling convert_case v0.10.0 |
| 2501 | 2026-05-16T03:39:47.600Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-05-16T03:39:47.830Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-05-16T03:39:48.352Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2504 | 2026-05-16T03:39:48.415Z | Compiling derive_more v2.1.1 |
| 2505 | 2026-05-16T03:39:48.458Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2506 | 2026-05-16T03:39:48.499Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-05-16T03:39:48.520Z | Compiling papergrid v0.11.0 |
| 2508 | 2026-05-16T03:39:48.575Z | Compiling tabled_derive v0.7.0 |
| 2509 | 2026-05-16T03:39:48.618Z | Compiling termtree v0.5.1 |
| 2510 | 2026-05-16T03:39:48.795Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-05-16T03:39:49.416Z | Compiling hickory-resolver v0.24.4 |
| 2512 | 2026-05-16T03:39:49.500Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2513 | 2026-05-16T03:39:49.608Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-05-16T03:39:49.729Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2515 | 2026-05-16T03:39:49.893Z | Compiling tabled v0.15.0 |
| 2516 | 2026-05-16T03:39:50.010Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-16T03:39:50.157Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-16T03:39:50.602Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-16T03:39:52.527Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-16T03:39:53.653Z | Compiling qorb v0.4.1 |
| 2521 | 2026-05-16T03:39:53.692Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-16T03:39:54.028Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-05-16T03:39:54.290Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-05-16T03:39:54.968Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-16T03:39:55.163Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2526 | 2026-05-16T03:39:55.244Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-05-16T03:39:55.261Z | Compiling csv-core v0.1.13 |
| 2528 | 2026-05-16T03:39:55.774Z | Compiling vte v0.14.1 |
| 2529 | 2026-05-16T03:39:55.846Z | Compiling highway v1.3.0 |
| 2530 | 2026-05-16T03:39:56.025Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-05-16T03:39:56.331Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-05-16T03:39:56.349Z | Compiling strip-ansi-escapes v0.2.1 |
| 2533 | 2026-05-16T03:39:56.400Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-05-16T03:39:56.594Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2535 | 2026-05-16T03:39:56.623Z | Compiling csv v1.4.0 |
| 2536 | 2026-05-16T03:39:56.910Z | Compiling progenitor v0.13.0 |
| 2537 | 2026-05-16T03:39:56.957Z | Compiling phf v0.12.1 |
| 2538 | 2026-05-16T03:39:57.060Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2539 | 2026-05-16T03:39:57.119Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2026-05-16T03:39:57.216Z | Compiling const_format_proc_macros v0.2.34 |
| 2541 | 2026-05-16T03:39:57.281Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2542 | 2026-05-16T03:39:57.609Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-16T03:39:57.781Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-16T03:39:57.856Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-16T03:39:57.867Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-05-16T03:39:57.992Z | Compiling const_format v0.2.35 |
| 2547 | 2026-05-16T03:39:58.252Z | Compiling reedline v0.40.0 |
| 2548 | 2026-05-16T03:39:58.902Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-16T03:39:59.240Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-16T03:39:59.800Z | Compiling bcs v0.1.6 |
| 2551 | 2026-05-16T03:40:01.104Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-05-16T03:40:01.202Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-16T03:40:01.202Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-16T03:40:01.202Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-16T03:40:01.202Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-16T03:40:01.202Z | Compiling newtype_derive v0.1.6 |
| 2557 | 2026-05-16T03:40:01.202Z | Compiling smawk v0.3.2 |
| 2558 | 2026-05-16T03:40:01.202Z | Compiling humantime v2.3.0 |
| 2559 | 2026-05-16T03:40:01.202Z | Compiling unicode-linebreak v0.1.5 |
| 2560 | 2026-05-16T03:40:01.278Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2561 | 2026-05-16T03:40:01.337Z | Compiling textwrap v0.16.2 |
| 2562 | 2026-05-16T03:40:01.489Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2563 | 2026-05-16T03:40:01.495Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2564 | 2026-05-16T03:40:01.834Z | Compiling base64 v0.21.7 |
| 2565 | 2026-05-16T03:40:02.109Z | Compiling steno v0.4.1 |
| 2566 | 2026-05-16T03:40:02.351Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-16T03:40:02.366Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-05-16T03:40:02.555Z | Compiling moka v0.12.13 |
| 2569 | 2026-05-16T03:40:02.774Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-05-16T03:40:03.084Z | Compiling utf-8 v0.7.6 |
| 2571 | 2026-05-16T03:40:03.133Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-05-16T03:40:03.205Z | Compiling tungstenite v0.21.0 |
| 2573 | 2026-05-16T03:40:03.315Z | Compiling radium v0.7.0 |
| 2574 | 2026-05-16T03:40:03.364Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-16T03:40:03.517Z | Compiling tap v1.0.1 |
| 2576 | 2026-05-16T03:40:03.646Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-05-16T03:40:03.699Z | Compiling wyz v0.5.1 |
| 2578 | 2026-05-16T03:40:03.773Z | Compiling zerocopy-derive v0.6.6 |
| 2579 | 2026-05-16T03:40:03.938Z | Compiling tokio-tungstenite v0.21.0 |
| 2580 | 2026-05-16T03:40:04.023Z | Compiling display-error-chain v0.2.2 |
| 2581 | 2026-05-16T03:40:04.254Z | Compiling crc-catalog v2.4.0 |
| 2582 | 2026-05-16T03:40:04.564Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2583 | 2026-05-16T03:40:04.655Z | Compiling packed_struct v0.10.1 |
| 2584 | 2026-05-16T03:40:04.655Z | Compiling funty v2.0.0 |
| 2585 | 2026-05-16T03:40:04.718Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2586 | 2026-05-16T03:40:05.194Z | Compiling bitvec v1.0.1 |
| 2587 | 2026-05-16T03:40:05.266Z | Compiling zerocopy v0.6.6 |
| 2588 | 2026-05-16T03:40:05.342Z | Compiling crc v3.4.0 |
| 2589 | 2026-05-16T03:40:05.629Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2590 | 2026-05-16T03:40:05.686Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2591 | 2026-05-16T03:40:05.818Z | Compiling packed_struct_codegen v0.10.1 |
| 2592 | 2026-05-16T03:40:07.389Z | Compiling num-derive v0.3.3 |
| 2593 | 2026-05-16T03:40:07.474Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-05-16T03:40:07.474Z | Compiling bitfield-macros v0.19.4 |
| 2595 | 2026-05-16T03:40:07.474Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-05-16T03:40:07.475Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-05-16T03:40:07.654Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-05-16T03:40:07.708Z | Compiling bitfield v0.19.4 |
| 2599 | 2026-05-16T03:40:07.777Z | Compiling array-init v0.0.4 |
| 2600 | 2026-05-16T03:40:07.842Z | Compiling proc-macro-error2 v2.0.1 |
| 2601 | 2026-05-16T03:40:08.106Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-05-16T03:40:08.181Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-16T03:40:08.205Z | Compiling hashbrown v0.12.3 |
| 2604 | 2026-05-16T03:40:08.276Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2605 | 2026-05-16T03:40:08.469Z | Compiling serde-hex v0.1.0 |
| 2606 | 2026-05-16T03:40:08.496Z | Compiling tabled_derive v0.11.0 |
| 2607 | 2026-05-16T03:40:08.528Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2608 | 2026-05-16T03:40:09.004Z | Compiling ron v0.8.1 |
| 2609 | 2026-05-16T03:40:09.139Z | Compiling typify-impl v0.4.3 |
| 2610 | 2026-05-16T03:40:09.345Z | Compiling papergrid v0.17.0 |
| 2611 | 2026-05-16T03:40:09.564Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2612 | 2026-05-16T03:40:09.698Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-05-16T03:40:10.081Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-05-16T03:40:10.115Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-05-16T03:40:10.334Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-05-16T03:40:10.488Z | Compiling crc-any v2.5.0 |
| 2617 | 2026-05-16T03:40:10.567Z | Compiling diesel_derives v2.3.7 |
| 2618 | 2026-05-16T03:40:10.598Z | Compiling maplit v1.0.2 |
| 2619 | 2026-05-16T03:40:10.627Z | Compiling glob v0.3.3 |
| 2620 | 2026-05-16T03:40:10.713Z | Compiling crunchy v0.2.4 |
| 2621 | 2026-05-16T03:40:10.740Z | Compiling object v0.30.4 |
| 2622 | 2026-05-16T03:40:10.807Z | Compiling dirs-next v2.0.0 |
| 2623 | 2026-05-16T03:40:10.835Z | Compiling tabled v0.20.0 |
| 2624 | 2026-05-16T03:40:10.999Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-05-16T03:40:11.043Z | Compiling clang-sys v1.8.1 |
| 2626 | 2026-05-16T03:40:11.075Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-16T03:40:11.215Z | Compiling dsl_auto_type v0.2.0 |
| 2628 | 2026-05-16T03:40:11.459Z | Compiling scheduled-thread-pool v0.2.7 |
| 2629 | 2026-05-16T03:40:11.485Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2630 | 2026-05-16T03:40:11.684Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2631 | 2026-05-16T03:40:11.794Z | Compiling xshell-macros v0.2.7 |
| 2632 | 2026-05-16T03:40:11.851Z | Compiling tiny-keccak v2.0.2 |
| 2633 | 2026-05-16T03:40:11.943Z | Compiling path-slash v0.1.5 |
| 2634 | 2026-05-16T03:40:12.012Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2635 | 2026-05-16T03:40:12.119Z | Compiling xshell v0.2.7 |
| 2636 | 2026-05-16T03:40:12.168Z | Compiling r2d2 v0.8.10 |
| 2637 | 2026-05-16T03:40:12.205Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2026-05-16T03:40:12.455Z | Compiling typify-macro v0.4.3 |
| 2639 | 2026-05-16T03:40:12.559Z | Compiling term v0.7.0 |
| 2640 | 2026-05-16T03:40:12.579Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2641 | 2026-05-16T03:40:13.031Z | Compiling bit-vec v0.6.3 |
| 2642 | 2026-05-16T03:40:13.054Z | Compiling downcast-rs v2.0.2 |
| 2643 | 2026-05-16T03:40:13.070Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-05-16T03:40:13.210Z | Compiling bit-set v0.5.3 |
| 2645 | 2026-05-16T03:40:13.381Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2646 | 2026-05-16T03:40:13.419Z | Compiling itertools v0.10.5 |
| 2647 | 2026-05-16T03:40:13.604Z | Compiling ena v0.14.4 |
| 2648 | 2026-05-16T03:40:13.893Z | Compiling libloading v0.8.9 |
| 2649 | 2026-05-16T03:40:13.973Z | Compiling unicase v2.9.0 |
| 2650 | 2026-05-16T03:40:14.097Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2651 | 2026-05-16T03:40:14.294Z | Compiling crc8 v0.1.1 |
| 2652 | 2026-05-16T03:40:14.465Z | Compiling regex-syntax v0.6.29 |
| 2653 | 2026-05-16T03:40:14.515Z | Compiling diff v0.1.13 |
| 2654 | 2026-05-16T03:40:14.621Z | Compiling bindgen v0.71.1 |
| 2655 | 2026-05-16T03:40:14.975Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2656 | 2026-05-16T03:40:15.010Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2657 | 2026-05-16T03:40:15.750Z | Compiling cexpr v0.6.0 |
| 2658 | 2026-05-16T03:40:15.839Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2659 | 2026-05-16T03:40:15.919Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2660 | 2026-05-16T03:40:15.981Z | Compiling lalrpop v0.19.12 |
| 2661 | 2026-05-16T03:40:16.035Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2662 | 2026-05-16T03:40:16.135Z | Compiling typify v0.4.3 |
| 2663 | 2026-05-16T03:40:16.288Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-05-16T03:40:16.585Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-05-16T03:40:16.735Z | Compiling git-stub v1.0.0 |
| 2666 | 2026-05-16T03:40:16.735Z | Compiling libxml v0.3.3 |
| 2667 | 2026-05-16T03:40:16.735Z | Compiling headers v0.4.1 |
| 2668 | 2026-05-16T03:40:16.852Z | Compiling git-stub-vcs v0.1.0 |
| 2669 | 2026-05-16T03:40:17.012Z | Compiling diesel v2.3.7 |
| 2670 | 2026-05-16T03:40:17.012Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-05-16T03:40:17.097Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2672 | 2026-05-16T03:40:17.229Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2673 | 2026-05-16T03:40:18.671Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-05-16T03:40:18.790Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-05-16T03:40:18.790Z | Compiling indoc v1.0.9 |
| 2676 | 2026-05-16T03:40:18.790Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-05-16T03:40:18.790Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2678 | 2026-05-16T03:40:18.977Z | Compiling derive_builder v0.20.2 |
| 2679 | 2026-05-16T03:40:19.066Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-05-16T03:40:19.478Z | Compiling quick-xml v0.37.5 |
| 2681 | 2026-05-16T03:40:19.546Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2682 | 2026-05-16T03:40:19.907Z | Compiling half v1.8.3 |
| 2683 | 2026-05-16T03:40:20.106Z | Compiling openssl-probe v0.1.6 |
| 2684 | 2026-05-16T03:40:20.188Z | Compiling serde_cbor v0.11.2 |
| 2685 | 2026-05-16T03:40:20.395Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-05-16T03:40:20.500Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2687 | 2026-05-16T03:40:20.972Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-05-16T03:40:21.251Z | Compiling bb8 v0.8.6 |
| 2689 | 2026-05-16T03:40:21.251Z | Compiling trait-variant v0.1.2 |
| 2690 | 2026-05-16T03:40:21.251Z | Compiling samael v0.0.19 |
| 2691 | 2026-05-16T03:40:21.380Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2692 | 2026-05-16T03:40:21.380Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2693 | 2026-05-16T03:40:21.429Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2694 | 2026-05-16T03:40:21.444Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2695 | 2026-05-16T03:40:21.444Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2696 | 2026-05-16T03:40:21.748Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-05-16T03:40:21.829Z | Compiling salty v0.3.0 |
| 2698 | 2026-05-16T03:40:22.032Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-05-16T03:40:22.266Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2700 | 2026-05-16T03:40:22.399Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2701 | 2026-05-16T03:40:22.399Z | Compiling kstat-rs v0.2.4 |
| 2702 | 2026-05-16T03:40:22.693Z | Compiling libz-sys v1.1.24 |
| 2703 | 2026-05-16T03:40:22.938Z | Compiling nonempty v0.12.0 |
| 2704 | 2026-05-16T03:40:23.017Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2705 | 2026-05-16T03:40:23.017Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2706 | 2026-05-16T03:40:23.465Z | Compiling polar-core v0.27.3 |
| 2707 | 2026-05-16T03:40:24.569Z | Compiling progenitor-macro v0.11.2 |
| 2708 | 2026-05-16T03:40:24.569Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2709 | 2026-05-16T03:40:24.569Z | Compiling progenitor-impl v0.10.0 |
| 2710 | 2026-05-16T03:40:24.777Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2711 | 2026-05-16T03:40:25.427Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2712 | 2026-05-16T03:40:26.367Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-05-16T03:40:26.563Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2714 | 2026-05-16T03:40:26.605Z | Compiling progenitor-client v0.11.2 |
| 2715 | 2026-05-16T03:40:26.960Z | Compiling darling_core v0.23.0 |
| 2716 | 2026-05-16T03:40:27.200Z | Compiling nanorand v0.7.0 |
| 2717 | 2026-05-16T03:40:27.365Z | Compiling arc-swap v1.8.2 |
| 2718 | 2026-05-16T03:40:27.565Z | Compiling fs-err v2.11.0 |
| 2719 | 2026-05-16T03:40:27.633Z | Compiling parking_lot_core v0.8.6 |
| 2720 | 2026-05-16T03:40:27.938Z | Compiling slog-scope v4.4.1 |
| 2721 | 2026-05-16T03:40:27.977Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2722 | 2026-05-16T03:40:28.010Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2723 | 2026-05-16T03:40:28.190Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2724 | 2026-05-16T03:40:28.400Z | Compiling progenitor v0.11.2 |
| 2725 | 2026-05-16T03:40:28.611Z | Compiling mime_guess v2.0.5 |
| 2726 | 2026-05-16T03:40:29.325Z | Compiling flume v0.11.1 |
| 2727 | 2026-05-16T03:40:29.380Z | Compiling darling_macro v0.23.0 |
| 2728 | 2026-05-16T03:40:29.556Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2729 | 2026-05-16T03:40:29.705Z | Compiling progenitor-macro v0.10.0 |
| 2730 | 2026-05-16T03:40:30.918Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2731 | 2026-05-16T03:40:31.977Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2732 | 2026-05-16T03:40:32.487Z | Compiling oso v0.27.3 |
| 2733 | 2026-05-16T03:40:32.619Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2734 | 2026-05-16T03:40:36.806Z | Compiling diesel-dtrace v0.5.0 |
| 2735 | 2026-05-16T03:40:36.819Z | Compiling async-bb8-diesel v0.2.1 |
| 2736 | 2026-05-16T03:40:36.819Z | Compiling primeorder v0.13.6 |
| 2737 | 2026-05-16T03:40:36.819Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2738 | 2026-05-16T03:40:37.037Z | Compiling instability v0.3.11 |
| 2739 | 2026-05-16T03:40:37.235Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2740 | 2026-05-16T03:40:37.529Z | Compiling p384 v0.13.1 |
| 2741 | 2026-05-16T03:40:37.932Z | Compiling progenitor v0.10.0 |
| 2742 | 2026-05-16T03:40:38.621Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-05-16T03:40:39.060Z | Compiling darling v0.23.0 |
| 2744 | 2026-05-16T03:40:39.125Z | Compiling slog-stdlog v4.1.1 |
| 2745 | 2026-05-16T03:40:39.555Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-05-16T03:40:39.632Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2747 | 2026-05-16T03:40:39.680Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2748 | 2026-05-16T03:40:39.822Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2749 | 2026-05-16T03:40:39.876Z | Compiling ignore v0.4.25 |
| 2750 | 2026-05-16T03:40:40.430Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-16T03:40:40.790Z | Compiling castaway v0.2.4 |
| 2752 | 2026-05-16T03:40:41.026Z | Compiling atty v0.2.14 |
| 2753 | 2026-05-16T03:40:41.130Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-16T03:40:41.386Z | Compiling indoc v2.0.7 |
| 2755 | 2026-05-16T03:40:41.941Z | Compiling http-range v0.1.5 |
| 2756 | 2026-05-16T03:40:41.997Z | Compiling parse-size v1.1.0 |
| 2757 | 2026-05-16T03:40:42.111Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2758 | 2026-05-16T03:40:42.820Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-16T03:40:42.924Z | Compiling compact_str v0.8.1 |
| 2760 | 2026-05-16T03:40:43.022Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-05-16T03:40:43.697Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-16T03:40:43.806Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2763 | 2026-05-16T03:40:43.906Z | Compiling slog-envlogger v2.2.0 |
| 2764 | 2026-05-16T03:40:44.106Z | Compiling parking_lot v0.11.2 |
| 2765 | 2026-05-16T03:40:44.925Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-16T03:40:45.034Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-05-16T03:40:45.377Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-16T03:40:45.614Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-05-16T03:40:45.798Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-05-16T03:40:46.115Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-05-16T03:40:46.261Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-05-16T03:40:47.495Z | Compiling lru v0.12.5 |
| 2773 | 2026-05-16T03:40:47.553Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-05-16T03:40:47.553Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-05-16T03:40:47.553Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-05-16T03:40:47.553Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-16T03:40:47.553Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2778 | 2026-05-16T03:40:47.553Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-16T03:40:47.553Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2780 | 2026-05-16T03:40:47.553Z | Compiling corncobs v0.1.4 |
| 2781 | 2026-05-16T03:40:47.554Z | Compiling cassowary v0.3.0 |
| 2782 | 2026-05-16T03:40:47.554Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-05-16T03:40:47.554Z | Compiling hickory-server v0.25.2 |
| 2784 | 2026-05-16T03:40:47.554Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2785 | 2026-05-16T03:40:47.554Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2786 | 2026-05-16T03:40:47.617Z | Compiling ratatui v0.29.0 |
| 2787 | 2026-05-16T03:40:47.649Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-05-16T03:40:47.933Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2789 | 2026-05-16T03:40:48.443Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-05-16T03:40:48.958Z | Compiling hyper-staticfile v0.10.1 |
| 2791 | 2026-05-16T03:40:49.029Z | Compiling sled v0.34.7 |
| 2792 | 2026-05-16T03:40:49.504Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2793 | 2026-05-16T03:40:50.048Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-05-16T03:40:50.189Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-05-16T03:40:50.276Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-05-16T03:40:50.463Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-05-16T03:40:50.679Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-05-16T03:40:50.921Z | Compiling rustls v0.21.12 |
| 2799 | 2026-05-16T03:40:52.269Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-05-16T03:40:52.655Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2801 | 2026-05-16T03:40:53.157Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-05-16T03:40:53.255Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2803 | 2026-05-16T03:40:54.116Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2804 | 2026-05-16T03:40:54.471Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-05-16T03:40:54.679Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-16T03:40:55.788Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-05-16T03:40:57.393Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2808 | 2026-05-16T03:40:57.441Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-05-16T03:40:57.441Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2810 | 2026-05-16T03:40:57.441Z | Compiling sct v0.7.1 |
| 2811 | 2026-05-16T03:40:57.441Z | Compiling rustls-webpki v0.101.7 |
| 2812 | 2026-05-16T03:40:57.441Z | Compiling nix v0.29.0 |
| 2813 | 2026-05-16T03:40:57.441Z | Compiling dropshot v0.16.7 |
| 2814 | 2026-05-16T03:40:57.441Z | Compiling void v1.0.2 |
| 2815 | 2026-05-16T03:40:57.531Z | Compiling lzss v0.8.2 |
| 2816 | 2026-05-16T03:40:57.872Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-05-16T03:40:57.908Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-16T03:40:58.282Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-16T03:40:58.776Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-05-16T03:40:59.315Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-05-16T03:40:59.378Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-05-16T03:40:59.608Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-05-16T03:41:00.023Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-05-16T03:41:00.630Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2825 | 2026-05-16T03:41:00.663Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2826 | 2026-05-16T03:41:00.866Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2827 | 2026-05-16T03:41:00.895Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2828 | 2026-05-16T03:41:01.129Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2829 | 2026-05-16T03:41:01.145Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2830 | 2026-05-16T03:41:01.343Z | Compiling nix v0.27.1 |
| 2831 | 2026-05-16T03:41:01.960Z | Compiling dropshot_endpoint v0.16.7 |
| 2832 | 2026-05-16T03:41:02.139Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-05-16T03:41:02.407Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2834 | 2026-05-16T03:41:02.449Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2835 | 2026-05-16T03:41:02.692Z | Compiling git2 v0.20.4 |
| 2836 | 2026-05-16T03:41:02.729Z | Compiling tokio-tungstenite v0.23.1 |
| 2837 | 2026-05-16T03:41:03.121Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-05-16T03:41:05.711Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-05-16T03:41:05.864Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-05-16T03:41:08.878Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2841 | 2026-05-16T03:41:09.035Z | Compiling tokio-rustls v0.24.1 |
| 2842 | 2026-05-16T03:41:09.035Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2843 | 2026-05-16T03:41:09.035Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2844 | 2026-05-16T03:41:09.035Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2845 | 2026-05-16T03:41:09.035Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2846 | 2026-05-16T03:41:09.035Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2847 | 2026-05-16T03:41:09.177Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-05-16T03:41:10.773Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-05-16T03:41:10.921Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2850 | 2026-05-16T03:41:11.378Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-05-16T03:41:11.816Z | Compiling rustls-pemfile v1.0.4 |
| 2852 | 2026-05-16T03:41:12.053Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2853 | 2026-05-16T03:41:12.339Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2854 | 2026-05-16T03:41:12.433Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-05-16T03:41:12.569Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-05-16T03:41:13.534Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2857 | 2026-05-16T03:41:14.313Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362) |
| 2858 | 2026-05-16T03:41:15.487Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-16T03:41:15.729Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2860 | 2026-05-16T03:41:15.879Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-05-16T03:41:16.027Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-05-16T03:41:16.331Z | Compiling twox-hash v2.1.2 |
| 2863 | 2026-05-16T03:41:16.364Z | Compiling yasna v0.5.2 |
| 2864 | 2026-05-16T03:41:16.384Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-05-16T03:41:16.638Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-05-16T03:41:16.897Z | Compiling rcgen v0.12.1 |
| 2867 | 2026-05-16T03:41:16.976Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2868 | 2026-05-16T03:41:17.659Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2869 | 2026-05-16T03:41:17.696Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2870 | 2026-05-16T03:41:18.119Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2871 | 2026-05-16T03:41:18.619Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2872 | 2026-05-16T03:41:20.201Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2873 | 2026-05-16T03:41:20.276Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2874 | 2026-05-16T03:41:21.230Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2875 | 2026-05-16T03:41:21.255Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-05-16T03:41:22.257Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2877 | 2026-05-16T03:41:22.404Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-05-16T03:41:22.678Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-05-16T03:41:22.856Z | Compiling fatfs v0.3.6 |
| 2880 | 2026-05-16T03:41:22.950Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2881 | 2026-05-16T03:41:23.640Z | Compiling rtoolbox v0.0.3 |
| 2882 | 2026-05-16T03:41:23.664Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-05-16T03:41:23.953Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-05-16T03:41:24.059Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-05-16T03:41:24.177Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-05-16T03:41:24.531Z | Compiling rpassword v7.4.0 |
| 2887 | 2026-05-16T03:41:25.041Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-05-16T03:41:25.045Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2889 | 2026-05-16T03:41:25.841Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2890 | 2026-05-16T03:41:25.981Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2891 | 2026-05-16T03:41:26.704Z | Compiling tui-tree-widget v0.23.1 |
| 2892 | 2026-05-16T03:41:26.948Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2893 | 2026-05-16T03:41:27.444Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-05-16T03:41:28.005Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2895 | 2026-05-16T03:41:28.425Z | Compiling uzers v0.12.2 |
| 2896 | 2026-05-16T03:41:28.545Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-05-16T03:41:29.192Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2898 | 2026-05-16T03:41:30.329Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2899 | 2026-05-16T03:41:31.392Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2900 | 2026-05-16T03:41:32.618Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-05-16T03:41:33.857Z | Compiling support-bundle-viewer v0.1.2 |
| 2902 | 2026-05-16T03:41:34.846Z | Compiling multimap v0.10.1 |
| 2903 | 2026-05-16T03:41:43.552Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2904 | 2026-05-16T03:41:44.354Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-05-16T03:41:55.145Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-05-16T03:41:56.306Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-05-16T03:42:35.035Z | error[E0308]: mismatched types |
| 2908 | 2026-05-16T03:42:35.035Z | --> nexus/src/app/disk.rs:571:17 |
| 2909 | 2026-05-16T03:42:35.035Z | | |
| 2910 | 2026-05-16T03:42:35.035Z | 569 | let client = crucible_pantry_client::Client::new_with_client( |
| 2911 | 2026-05-16T03:42:35.035Z | | ----------------------------------------------- arguments to this function are incorrect |
| 2912 | 2026-05-16T03:42:35.035Z | 570 | &format!("http://{}", endpoint), |
| 2913 | 2026-05-16T03:42:35.035Z | 571 | self.reqwest012_client.clone(), |
| 2914 | 2026-05-16T03:42:35.035Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client` |
| 2915 | 2026-05-16T03:42:35.035Z | | |
| 2916 | 2026-05-16T03:42:35.035Z | note: there are multiple different versions of crate `reqwest` in the dependency graph |
| 2917 | 2026-05-16T03:42:35.036Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1 |
| 2918 | 2026-05-16T03:42:35.036Z | | |
| 2919 | 2026-05-16T03:42:35.036Z | 93 | pub struct Client { |
| 2920 | 2026-05-16T03:42:35.036Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 2921 | 2026-05-16T03:42:35.036Z | | |
| 2922 | 2026-05-16T03:42:35.036Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1 |
| 2923 | 2026-05-16T03:42:35.036Z | | |
| 2924 | 2026-05-16T03:42:35.036Z | 93 | pub struct Client { |
| 2925 | 2026-05-16T03:42:35.036Z | | ----------------- this is the found type |
| 2926 | 2026-05-16T03:42:35.036Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2927 | 2026-05-16T03:42:35.036Z | note: associated function defined here |
| 2928 | 2026-05-16T03:42:35.036Z | --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/c59a136/pantry-client/src/lib.rs:5:1 |
| 2929 | 2026-05-16T03:42:35.036Z | | |
| 2930 | 2026-05-16T03:42:35.036Z | 5 | / generate_api!( |
| 2931 | 2026-05-16T03:42:35.036Z | 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json", |
| 2932 | 2026-05-16T03:42:35.036Z | 7 | | derives = [schemars::JsonSchema], |
| 2933 | 2026-05-16T03:42:35.036Z | 8 | | patch = { |
| 2934 | 2026-05-16T03:42:35.036Z | ... | |
| 2935 | 2026-05-16T03:42:35.037Z | 11 | | }, |
| 2936 | 2026-05-16T03:42:35.037Z | 12 | | ); |
| 2937 | 2026-05-16T03:42:35.037Z | | |_^ |
| 2938 | 2026-05-16T03:42:35.037Z | = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 2939 | 2026-05-16T03:42:35.037Z | |
| 2940 | 2026-05-16T03:42:39.045Z | 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>>` |
| 2941 | 2026-05-16T03:42:39.046Z | --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 2942 | 2026-05-16T03:42:39.046Z | | |
| 2943 | 2026-05-16T03:42:39.046Z | 1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 2944 | 2026-05-16T03:42:39.046Z | | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 2945 | 2026-05-16T03:42:39.046Z | | |
| 2946 | 2026-05-16T03:42:39.046Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 2947 | 2026-05-16T03:42:39.046Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 2948 | 2026-05-16T03:42:39.046Z | | |
| 2949 | 2026-05-16T03:42:39.046Z | 224 | pub enum Error<E = ()> { |
| 2950 | 2026-05-16T03:42:39.046Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2951 | 2026-05-16T03:42:39.046Z | | |
| 2952 | 2026-05-16T03:42:39.046Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 2953 | 2026-05-16T03:42:39.046Z | | |
| 2954 | 2026-05-16T03:42:39.046Z | 327 | pub enum Error<E = ()> { |
| 2955 | 2026-05-16T03:42:39.047Z | | ---------------------- this is the found type |
| 2956 | 2026-05-16T03:42:39.047Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2957 | 2026-05-16T03:42:39.047Z | note: required by a bound in `ProgenitorOperationRetry` |
| 2958 | 2026-05-16T03:42:39.047Z | --> common/src/progenitor_operation_retry.rs:73:17 |
| 2959 | 2026-05-16T03:42:39.047Z | | |
| 2960 | 2026-05-16T03:42:39.047Z | 69 | pub struct ProgenitorOperationRetry< |
| 2961 | 2026-05-16T03:42:39.047Z | | ------------------------ required by a bound in this struct |
| 2962 | 2026-05-16T03:42:39.047Z | ... |
| 2963 | 2026-05-16T03:42:39.047Z | 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 2964 | 2026-05-16T03:42:39.047Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 2965 | 2026-05-16T03:42:39.047Z | |
| 2966 | 2026-05-16T03:42:39.047Z | 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>>` |
| 2967 | 2026-05-16T03:42:39.047Z | --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 2968 | 2026-05-16T03:42:39.047Z | | |
| 2969 | 2026-05-16T03:42:39.048Z | 1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 2970 | 2026-05-16T03:42:39.048Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 2971 | 2026-05-16T03:42:39.048Z | | |
| 2972 | 2026-05-16T03:42:39.048Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 2973 | 2026-05-16T03:42:39.048Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 2974 | 2026-05-16T03:42:39.048Z | | |
| 2975 | 2026-05-16T03:42:39.048Z | 224 | pub enum Error<E = ()> { |
| 2976 | 2026-05-16T03:42:39.048Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2977 | 2026-05-16T03:42:39.048Z | | |
| 2978 | 2026-05-16T03:42:39.048Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 2979 | 2026-05-16T03:42:39.048Z | | |
| 2980 | 2026-05-16T03:42:39.048Z | 327 | pub enum Error<E = ()> { |
| 2981 | 2026-05-16T03:42:39.048Z | | ---------------------- this is the found type |
| 2982 | 2026-05-16T03:42:39.049Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2983 | 2026-05-16T03:42:39.049Z | note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 2984 | 2026-05-16T03:42:39.049Z | --> common/src/progenitor_operation_retry.rs:88:17 |
| 2985 | 2026-05-16T03:42:39.049Z | | |
| 2986 | 2026-05-16T03:42:39.049Z | 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 2987 | 2026-05-16T03:42:39.049Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 2988 | 2026-05-16T03:42:39.049Z | ... |
| 2989 | 2026-05-16T03:42:39.049Z | 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 2990 | 2026-05-16T03:42:39.049Z | | --- required by a bound in this associated function |
| 2991 | 2026-05-16T03:42:39.049Z | |
| 2992 | 2026-05-16T03:42:39.088Z | error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 2993 | 2026-05-16T03:42:39.088Z | --> nexus/src/app/sagas/snapshot_create.rs:1242:10 |
| 2994 | 2026-05-16T03:42:39.088Z | | |
| 2995 | 2026-05-16T03:42:39.089Z | 1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 2996 | 2026-05-16T03:42:39.089Z | 1242 | | .run(log) |
| 2997 | 2026-05-16T03:42:39.089Z | | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 2998 | 2026-05-16T03:42:39.089Z | | |_________| |
| 2999 | 2026-05-16T03:42:39.089Z | | |
| 3000 | 2026-05-16T03:42:39.089Z | | |
| 3001 | 2026-05-16T03:42:39.089Z | = note: the following trait bounds were not satisfied: |
| 3002 | 2026-05-16T03:42:39.089Z | `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 3003 | 2026-05-16T03:42:39.089Z | = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-cfa939e2281150fe.long-type-3053659395966340156.txt' |
| 3004 | 2026-05-16T03:42:39.089Z | = note: consider using `--verbose` to print the full type name to the console |
| 3005 | 2026-05-16T03:42:39.089Z | |
| 3006 | 2026-05-16T03:42:39.104Z | error[E0282]: type annotations needed |
| 3007 | 2026-05-16T03:42:39.104Z | --> nexus/src/app/sagas/snapshot_create.rs:1241:5 |
| 3008 | 2026-05-16T03:42:39.104Z | | |
| 3009 | 2026-05-16T03:42:39.104Z | 1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check) |
| 3010 | 2026-05-16T03:42:39.104Z | 1242 | | .run(log) |
| 3011 | 2026-05-16T03:42:39.104Z | 1243 | | .await |
| 3012 | 2026-05-16T03:42:39.104Z | | |______________^ cannot infer type |
| 3013 | 2026-05-16T03:42:39.105Z | |
| 3014 | 2026-05-16T03:42:39.105Z | error[E0282]: type annotations needed |
| 3015 | 2026-05-16T03:42:39.105Z | --> nexus/src/app/sagas/snapshot_create.rs:1244:19 |
| 3016 | 2026-05-16T03:42:39.105Z | | |
| 3017 | 2026-05-16T03:42:39.105Z | 1244 | .map_err(|e| { |
| 3018 | 2026-05-16T03:42:39.105Z | | ^ |
| 3019 | 2026-05-16T03:42:39.105Z | 1245 | saga_action_failed(Error::internal_error(&e.to_string())) |
| 3020 | 2026-05-16T03:42:39.106Z | | - type must be known at this point |
| 3021 | 2026-05-16T03:42:39.106Z | | |
| 3022 | 2026-05-16T03:42:39.106Z | help: consider giving this closure parameter an explicit type |
| 3023 | 2026-05-16T03:42:39.106Z | | |
| 3024 | 2026-05-16T03:42:39.106Z | 1244 | .map_err(|e: /* Type */| { |
| 3025 | 2026-05-16T03:42:39.106Z | | ++++++++++++ |
| 3026 | 2026-05-16T03:42:39.106Z | |
| 3027 | 2026-05-16T03:42:39.450Z | 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>>` |
| 3028 | 2026-05-16T03:42:39.450Z | --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3029 | 2026-05-16T03:42:39.450Z | | |
| 3030 | 2026-05-16T03:42:39.450Z | 142 | ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3031 | 2026-05-16T03:42:39.450Z | | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>` |
| 3032 | 2026-05-16T03:42:39.450Z | | |
| 3033 | 2026-05-16T03:42:39.450Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3034 | 2026-05-16T03:42:39.450Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3035 | 2026-05-16T03:42:39.450Z | | |
| 3036 | 2026-05-16T03:42:39.450Z | 224 | pub enum Error<E = ()> { |
| 3037 | 2026-05-16T03:42:39.450Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3038 | 2026-05-16T03:42:39.451Z | | |
| 3039 | 2026-05-16T03:42:39.451Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3040 | 2026-05-16T03:42:39.451Z | | |
| 3041 | 2026-05-16T03:42:39.451Z | 327 | pub enum Error<E = ()> { |
| 3042 | 2026-05-16T03:42:39.451Z | | ---------------------- this is the found type |
| 3043 | 2026-05-16T03:42:39.451Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3044 | 2026-05-16T03:42:39.451Z | note: required by a bound in `ProgenitorOperationRetry` |
| 3045 | 2026-05-16T03:42:39.451Z | --> common/src/progenitor_operation_retry.rs:73:17 |
| 3046 | 2026-05-16T03:42:39.451Z | | |
| 3047 | 2026-05-16T03:42:39.451Z | 69 | pub struct ProgenitorOperationRetry< |
| 3048 | 2026-05-16T03:42:39.451Z | | ------------------------ required by a bound in this struct |
| 3049 | 2026-05-16T03:42:39.451Z | ... |
| 3050 | 2026-05-16T03:42:39.452Z | 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3051 | 2026-05-16T03:42:39.452Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 3052 | 2026-05-16T03:42:39.452Z | |
| 3053 | 2026-05-16T03:42:39.452Z | 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>>` |
| 3054 | 2026-05-16T03:42:39.452Z | --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3055 | 2026-05-16T03:42:39.452Z | | |
| 3056 | 2026-05-16T03:42:39.452Z | 142 | ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3057 | 2026-05-16T03:42:39.452Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>` |
| 3058 | 2026-05-16T03:42:39.452Z | | |
| 3059 | 2026-05-16T03:42:39.452Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3060 | 2026-05-16T03:42:39.452Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3061 | 2026-05-16T03:42:39.452Z | | |
| 3062 | 2026-05-16T03:42:39.452Z | 224 | pub enum Error<E = ()> { |
| 3063 | 2026-05-16T03:42:39.453Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3064 | 2026-05-16T03:42:39.453Z | | |
| 3065 | 2026-05-16T03:42:39.453Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3066 | 2026-05-16T03:42:39.453Z | | |
| 3067 | 2026-05-16T03:42:39.453Z | 327 | pub enum Error<E = ()> { |
| 3068 | 2026-05-16T03:42:39.453Z | | ---------------------- this is the found type |
| 3069 | 2026-05-16T03:42:39.453Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3070 | 2026-05-16T03:42:39.453Z | note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3071 | 2026-05-16T03:42:39.453Z | --> common/src/progenitor_operation_retry.rs:88:17 |
| 3072 | 2026-05-16T03:42:39.453Z | | |
| 3073 | 2026-05-16T03:42:39.454Z | 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3074 | 2026-05-16T03:42:39.454Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3075 | 2026-05-16T03:42:39.454Z | ... |
| 3076 | 2026-05-16T03:42:39.454Z | 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 3077 | 2026-05-16T03:42:39.454Z | | --- required by a bound in this associated function |
| 3078 | 2026-05-16T03:42:39.454Z | |
| 3079 | 2026-05-16T03:42:39.472Z | error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 3080 | 2026-05-16T03:42:39.472Z | --> nexus/src/app/sagas/common_storage.rs:143:10 |
| 3081 | 2026-05-16T03:42:39.472Z | | |
| 3082 | 2026-05-16T03:42:39.473Z | 142 | / ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3083 | 2026-05-16T03:42:39.473Z | 143 | | .run(log) |
| 3084 | 2026-05-16T03:42:39.473Z | | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 3085 | 2026-05-16T03:42:39.473Z | | |_________| |
| 3086 | 2026-05-16T03:42:39.473Z | | |
| 3087 | 2026-05-16T03:42:39.473Z | | |
| 3088 | 2026-05-16T03:42:39.473Z | = note: the following trait bounds were not satisfied: |
| 3089 | 2026-05-16T03:42:39.473Z | `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 3090 | 2026-05-16T03:42:39.473Z | = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-cfa939e2281150fe.long-type-16981117160602192932.txt' |
| 3091 | 2026-05-16T03:42:39.473Z | = note: consider using `--verbose` to print the full type name to the console |
| 3092 | 2026-05-16T03:42:39.473Z | |
| 3093 | 2026-05-16T03:42:39.478Z | error[E0282]: type annotations needed |
| 3094 | 2026-05-16T03:42:39.478Z | --> nexus/src/app/sagas/common_storage.rs:142:5 |
| 3095 | 2026-05-16T03:42:39.478Z | | |
| 3096 | 2026-05-16T03:42:39.478Z | 142 | / ProgenitorOperationRetry::new(attach_operation, gone_check) |
| 3097 | 2026-05-16T03:42:39.478Z | 143 | | .run(log) |
| 3098 | 2026-05-16T03:42:39.478Z | 144 | | .await |
| 3099 | 2026-05-16T03:42:39.478Z | | |______________^ cannot infer type |
| 3100 | 2026-05-16T03:42:39.478Z | |
| 3101 | 2026-05-16T03:42:39.478Z | 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>>` |
| 3102 | 2026-05-16T03:42:39.478Z | --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 3103 | 2026-05-16T03:42:39.478Z | | |
| 3104 | 2026-05-16T03:42:39.478Z | 172 | ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3105 | 2026-05-16T03:42:39.478Z | | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 3106 | 2026-05-16T03:42:39.479Z | | |
| 3107 | 2026-05-16T03:42:39.479Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3108 | 2026-05-16T03:42:39.479Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3109 | 2026-05-16T03:42:39.479Z | | |
| 3110 | 2026-05-16T03:42:39.479Z | 224 | pub enum Error<E = ()> { |
| 3111 | 2026-05-16T03:42:39.479Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3112 | 2026-05-16T03:42:39.479Z | | |
| 3113 | 2026-05-16T03:42:39.479Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3114 | 2026-05-16T03:42:39.479Z | | |
| 3115 | 2026-05-16T03:42:39.479Z | 327 | pub enum Error<E = ()> { |
| 3116 | 2026-05-16T03:42:39.479Z | | ---------------------- this is the found type |
| 3117 | 2026-05-16T03:42:39.479Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3118 | 2026-05-16T03:42:39.480Z | note: required by a bound in `ProgenitorOperationRetry` |
| 3119 | 2026-05-16T03:42:39.480Z | --> common/src/progenitor_operation_retry.rs:73:17 |
| 3120 | 2026-05-16T03:42:39.480Z | | |
| 3121 | 2026-05-16T03:42:39.480Z | 69 | pub struct ProgenitorOperationRetry< |
| 3122 | 2026-05-16T03:42:39.480Z | | ------------------------ required by a bound in this struct |
| 3123 | 2026-05-16T03:42:39.480Z | ... |
| 3124 | 2026-05-16T03:42:39.480Z | 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3125 | 2026-05-16T03:42:39.480Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry` |
| 3126 | 2026-05-16T03:42:39.480Z | |
| 3127 | 2026-05-16T03:42:39.480Z | 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>>` |
| 3128 | 2026-05-16T03:42:39.480Z | --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 3129 | 2026-05-16T03:42:39.480Z | | |
| 3130 | 2026-05-16T03:42:39.481Z | 172 | ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3131 | 2026-05-16T03:42:39.481Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>` |
| 3132 | 2026-05-16T03:42:39.481Z | | |
| 3133 | 2026-05-16T03:42:39.481Z | note: there are multiple different versions of crate `progenitor_client` in the dependency graph |
| 3134 | 2026-05-16T03:42:39.481Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1 |
| 3135 | 2026-05-16T03:42:39.481Z | | |
| 3136 | 2026-05-16T03:42:39.481Z | 224 | pub enum Error<E = ()> { |
| 3137 | 2026-05-16T03:42:39.481Z | | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 3138 | 2026-05-16T03:42:39.481Z | | |
| 3139 | 2026-05-16T03:42:39.481Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1 |
| 3140 | 2026-05-16T03:42:39.481Z | | |
| 3141 | 2026-05-16T03:42:39.481Z | 327 | pub enum Error<E = ()> { |
| 3142 | 2026-05-16T03:42:39.481Z | | ---------------------- this is the found type |
| 3143 | 2026-05-16T03:42:39.481Z | = help: you can use `cargo tree` to explore your dependency tree |
| 3144 | 2026-05-16T03:42:39.481Z | note: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3145 | 2026-05-16T03:42:39.481Z | --> common/src/progenitor_operation_retry.rs:88:17 |
| 3146 | 2026-05-16T03:42:39.481Z | | |
| 3147 | 2026-05-16T03:42:39.481Z | 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>, |
| 3148 | 2026-05-16T03:42:39.481Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new` |
| 3149 | 2026-05-16T03:42:39.481Z | ... |
| 3150 | 2026-05-16T03:42:39.482Z | 92 | pub fn new(operation: F, gone_check: BF) -> Self { |
| 3151 | 2026-05-16T03:42:39.482Z | | --- required by a bound in this associated function |
| 3152 | 2026-05-16T03:42:39.482Z | |
| 3153 | 2026-05-16T03:42:39.498Z | error[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied |
| 3154 | 2026-05-16T03:42:39.498Z | --> nexus/src/app/sagas/common_storage.rs:173:10 |
| 3155 | 2026-05-16T03:42:39.498Z | | |
| 3156 | 2026-05-16T03:42:39.498Z | 172 | / ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3157 | 2026-05-16T03:42:39.498Z | 173 | | .run(log) |
| 3158 | 2026-05-16T03:42:39.498Z | | | -^^^ method cannot be called due to unsatisfied trait bounds |
| 3159 | 2026-05-16T03:42:39.498Z | | |_________| |
| 3160 | 2026-05-16T03:42:39.498Z | | |
| 3161 | 2026-05-16T03:42:39.498Z | | |
| 3162 | 2026-05-16T03:42:39.498Z | = note: the following trait bounds were not satisfied: |
| 3163 | 2026-05-16T03:42:39.498Z | `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>` |
| 3164 | 2026-05-16T03:42:39.498Z | = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-cfa939e2281150fe.long-type-13034211204255958745.txt' |
| 3165 | 2026-05-16T03:42:39.499Z | = note: consider using `--verbose` to print the full type name to the console |
| 3166 | 2026-05-16T03:42:39.499Z | |
| 3167 | 2026-05-16T03:42:39.502Z | error[E0282]: type annotations needed |
| 3168 | 2026-05-16T03:42:39.502Z | --> nexus/src/app/sagas/common_storage.rs:172:5 |
| 3169 | 2026-05-16T03:42:39.502Z | | |
| 3170 | 2026-05-16T03:42:39.502Z | 172 | / ProgenitorOperationRetry::new(detach_operation, gone_check) |
| 3171 | 2026-05-16T03:42:39.503Z | 173 | | .run(log) |
| 3172 | 2026-05-16T03:42:39.503Z | 174 | | .await |
| 3173 | 2026-05-16T03:42:39.503Z | | |______________^ cannot infer type |
| 3174 | 2026-05-16T03:42:39.503Z | |
| 3175 | 2026-05-16T03:42:47.780Z | error[E0027]: pattern does not mention field `info` |
| 3176 | 2026-05-16T03:42:47.780Z | --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9 |
| 3177 | 2026-05-16T03:42:47.780Z | | |
| 3178 | 2026-05-16T03:42:47.780Z | 104 | let VolumeStatus { active, num_job_handles, seen_active } = |
| 3179 | 2026-05-16T03:42:47.780Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info` |
| 3180 | 2026-05-16T03:42:47.780Z | | |
| 3181 | 2026-05-16T03:42:47.780Z | help: include the missing field in the pattern |
| 3182 | 2026-05-16T03:42:47.780Z | | |
| 3183 | 2026-05-16T03:42:47.780Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, info } = |
| 3184 | 2026-05-16T03:42:47.780Z | | ++++++ |
| 3185 | 2026-05-16T03:42:47.780Z | help: if you don't care about this missing field, you can explicitly ignore it |
| 3186 | 2026-05-16T03:42:47.780Z | | |
| 3187 | 2026-05-16T03:42:47.780Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } = |
| 3188 | 2026-05-16T03:42:47.780Z | | +++++++++ |
| 3189 | 2026-05-16T03:42:47.780Z | help: or always ignore missing fields here |
| 3190 | 2026-05-16T03:42:47.781Z | | |
| 3191 | 2026-05-16T03:42:47.781Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, .. } = |
| 3192 | 2026-05-16T03:42:47.781Z | | ++++ |
| 3193 | 2026-05-16T03:42:47.781Z | |
| 3194 | 2026-05-16T03:42:53.997Z | For more information about this error, try `rustc --explain E0027`. |
| 3195 | 2026-05-16T03:42:54.201Z | error: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error |
| 3196 | 2026-05-16T03:42:54.201Z | warning: build failed, waiting for other jobs to finish... |
| 3197 | 2026-05-16T03:43:19.269Z | Some errors have detailed explanations: E0271, E0282, E0308, E0599. |
| 3198 | 2026-05-16T03:43:19.269Z | For more information about an error, try `rustc --explain E0271`. |
| 3199 | 2026-05-16T03:43:19.656Z | error: could not compile `omicron-nexus` (lib) due to 14 previous errors |
| 3200 | 2026-05-16T03:43:19.926Z | Error: Failed to build packages |
| 3201 | 2026-05-16T03:43:19.930Z | |
| 3202 | 2026-05-16T03:43:19.930Z | real 3:39.284274898 |
| 3203 | 2026-05-16T03:43:19.930Z | user 48:25.680121637 |
| 3204 | 2026-05-16T03:43:19.930Z | sys 2:44.813089310 |
| 3205 | 2026-05-16T03:43:19.930Z | trap 1.362030814 |
| 3206 | 2026-05-16T03:43:19.930Z | tflt 2.474442536 |
| 3207 | 2026-05-16T03:43:19.930Z | dflt 4.028716703 |
| 3208 | 2026-05-16T03:43:19.930Z | kflt 0.005158810 |
| 3209 | 2026-05-16T03:43:19.930Z | lock 3:59:54.898534251 |
| 3210 | 2026-05-16T03:43:19.930Z | slp 1:57:18.597635750 |
| 3211 | 2026-05-16T03:43:19.930Z | lat 2:20.252385494 |
| 3212 | 2026-05-16T03:43:19.930Z | stop 5:05.372078081 |
| 3213 | 2026-05-16T03:43:19.933Z | process exited: duration 445061 ms, exit code 1 |
| |
| 3214 | 2026-05-16T03:43:19.939Z | found 0 output files |
| 3215 | 2026-05-16T03:43:19.939Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |