|
|
|
| 1 | 2026-05-22T15:38:12.819Z | job assigned to worker 01KS85B1868VEN8HQAJ9XTDBKB [factory aws, i-04ef85b8e167306c1] (queued for 57 s) |
| |
| 2 | 2026-05-22T15:38:23.308Z | starting task 0: "setup" |
| 3 | 2026-05-22T15:38:23.313Z | ++ uname -s |
| 4 | 2026-05-22T15:38:23.317Z | + kern=SunOS |
| 5 | 2026-05-22T15:38:23.317Z | + build_user=build |
| 6 | 2026-05-22T15:38:23.317Z | + build_uid=12345 |
| 7 | 2026-05-22T15:38:23.318Z | + work_dir=/work |
| 8 | 2026-05-22T15:38:23.318Z | + input_dir=/input |
| 9 | 2026-05-22T15:38:23.318Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T15:38:23.318Z | + case "$kern" in |
| 11 | 2026-05-22T15:38:23.318Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T15:38:23.322Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T15:38:25.325Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T15:38:25.496Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T15:38:25.500Z | + home_fs=zfs |
| 16 | 2026-05-22T15:38:25.500Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T15:38:25.500Z | + mkdir -p /home/build |
| 18 | 2026-05-22T15:38:25.500Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T15:38:27.502Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T15:38:27.505Z | process exited: duration 4201 ms, exit code 0 |
| |
| 21 | 2026-05-22T15:38:27.513Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T15:38:27.519Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-22T15:38:27.519Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-22T15:38:27.522Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-22T15:38:27.522Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-22T15:38:27.522Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-22T15:38:27.522Z | * rust toolchain profile = "default" |
| 28 | 2026-05-22T15:38:27.522Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T15:38:27.523Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-22T15:38:27.639Z | info: downloading installer |
| 31 | 2026-05-22T15:38:29.068Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T15:38:29.068Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T15:38:29.068Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T15:38:29.068Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T15:38:29.081Z | info: profile set to default |
| 36 | 2026-05-22T15:38:29.081Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T15:38:29.084Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T15:38:29.218Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-22T15:38:29.221Z | info: downloading 6 components |
| 40 | 2026-05-22T15:38:44.559Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T15:38:44.559Z | |
| 42 | 2026-05-22T15:38:44.589Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-22T15:38:44.589Z | |
| 44 | 2026-05-22T15:38:44.589Z | |
| 45 | 2026-05-22T15:38:44.590Z | Rust is installed now. Great! |
| 46 | 2026-05-22T15:38:44.590Z | |
| 47 | 2026-05-22T15:38:44.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T15:38:44.590Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T15:38:44.590Z | |
| 50 | 2026-05-22T15:38:44.590Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T15:38:44.590Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T15:38:44.590Z | |
| 53 | 2026-05-22T15:38:44.590Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T15:38:44.594Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T15:38:44.594Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T15:38:44.594Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T15:38:44.594Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T15:38:44.594Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T15:38:44.594Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T15:38:44.594Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T15:38:44.594Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T15:38:44.687Z | + rustup --version |
| 63 | 2026-05-22T15:38:44.693Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T15:38:44.697Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T15:38:44.715Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-22T15:38:44.719Z | + cargo --version |
| 67 | 2026-05-22T15:38:44.727Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-22T15:38:44.730Z | + rustc --version |
| 69 | 2026-05-22T15:38:44.751Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-22T15:38:44.755Z | process exited: duration 17241 ms, exit code 0 |
| |
| 71 | 2026-05-22T15:38:44.762Z | starting task 2: "authentication" |
| 72 | 2026-05-22T15:38:44.780Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-22T15:38:44.787Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T15:38:44.792Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-22T15:38:44.796Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-22T15:38:44.836Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-22T15:38:55.754Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-22T15:38:55.754Z | + git fetch origin 8ca839ac1900af54c53d970939d11dee36717552 |
| 79 | 2026-05-22T15:38:56.055Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-22T15:38:56.055Z | * branch 8ca839ac1900af54c53d970939d11dee36717552 -> FETCH_HEAD |
| 81 | 2026-05-22T15:38:56.069Z | + [[ -n jmcarp/block-size-docs ]] |
| 82 | 2026-05-22T15:38:56.072Z | ++ git branch --show-current |
| 83 | 2026-05-22T15:38:56.076Z | + current=main |
| 84 | 2026-05-22T15:38:56.076Z | + [[ main != jmcarp/block-size-docs ]] |
| 85 | 2026-05-22T15:38:56.076Z | + git branch -f jmcarp/block-size-docs 8ca839ac1900af54c53d970939d11dee36717552 |
| 86 | 2026-05-22T15:38:56.079Z | + git checkout -f jmcarp/block-size-docs |
| 87 | 2026-05-22T15:38:56.314Z | Switched to branch 'jmcarp/block-size-docs' |
| 88 | 2026-05-22T15:38:56.318Z | + git reset --hard 8ca839ac1900af54c53d970939d11dee36717552 |
| 89 | 2026-05-22T15:38:56.339Z | HEAD is now at 8ca839ac1 Fix generated block size docs. |
| 90 | 2026-05-22T15:38:56.342Z | process exited: duration 11553 ms, exit code 0 |
| |
| 91 | 2026-05-22T15:38:56.349Z | starting task 4: "build" |
| 92 | 2026-05-22T15:38:56.356Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-22T15:38:56.356Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-22T15:38:56.356Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-22T15:38:56.356Z | + cargo --version |
| 96 | 2026-05-22T15:38:56.367Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-22T15:38:56.370Z | + rustc --version |
| 98 | 2026-05-22T15:38:56.389Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-22T15:38:56.392Z | + WORK=/work |
| 100 | 2026-05-22T15:38:56.392Z | + pfexec mkdir -p /work |
| 101 | 2026-05-22T15:38:56.395Z | + pfexec chown build /work |
| 102 | 2026-05-22T15:38:56.399Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-22T15:38:57.936Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-22T15:38:58.001Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-22T15:38:58.237Z | Planning: Solver setup ... Done (0.202s) |
| 106 | 2026-05-22T15:38:58.255Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-22T15:38:58.261Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-22T15:38:58.275Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-22T15:38:58.296Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-22T15:38:58.311Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-22T15:38:58.314Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-22T15:38:58.500Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 113 | 2026-05-22T15:38:58.505Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-22T15:38:59.382Z | Planning: Evaluating mediators ... Done (0.880s) |
| 115 | 2026-05-22T15:38:59.385Z | Planning: Planning completed in 1.36 seconds |
| 116 | 2026-05-22T15:38:59.391Z | Packages to install: 2 |
| 117 | 2026-05-22T15:38:59.392Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-22T15:38:59.392Z | Estimated space to be consumed: 21.14 MB |
| 119 | 2026-05-22T15:38:59.392Z | Create boot environment: No |
| 120 | 2026-05-22T15:38:59.396Z | Create backup boot environment: No |
| 121 | 2026-05-22T15:38:59.396Z | Rebuild boot archive: No |
| 122 | 2026-05-22T15:38:59.396Z | |
| 123 | 2026-05-22T15:38:59.396Z | Changed packages: |
| 124 | 2026-05-22T15:38:59.396Z | helios |
| 125 | 2026-05-22T15:38:59.396Z | developer/build-essential |
| 126 | 2026-05-22T15:38:59.396Z | None -> 11-3.0 |
| 127 | 2026-05-22T15:38:59.396Z | library/libxmlsec1 |
| 128 | 2026-05-22T15:38:59.396Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-22T15:38:59.418Z | |
| 130 | 2026-05-22T15:38:59.418Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-22T15:39:00.101Z | Download: Completed 1.28 MB in 0.68 seconds (1.9M/s) |
| 132 | 2026-05-22T15:39:00.180Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-22T15:39:00.220Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-22T15:39:00.228Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-22T15:39:00.228Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-22T15:39:00.244Z | Finalize: Updating image state ... Done (0.017s) |
| 137 | 2026-05-22T15:39:03.013Z | Finalize: Creating fast lookup database ... Done (2.747s) |
| 138 | 2026-05-22T15:39:03.087Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-22T15:39:03.091Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-22T15:39:03.183Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-22T15:39:03.484Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-22T15:39:03.590Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-22T15:39:03.595Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-22T15:39:03.749Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-22T15:39:03.757Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-22T15:39:03.770Z | Mediators to change: 2 |
| 147 | 2026-05-22T15:39:03.770Z | Create boot environment: No |
| 148 | 2026-05-22T15:39:03.770Z | Create backup boot environment: No |
| 149 | 2026-05-22T15:39:03.818Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-22T15:39:03.818Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-22T15:39:03.829Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-22T15:39:05.779Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-22T15:39:05.845Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-22T15:39:05.848Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-22T15:39:05.913Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-22T15:39:06.204Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-22T15:39:06.308Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-22T15:39:06.311Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-22T15:39:06.467Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-22T15:39:06.471Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-22T15:39:06.491Z | Mediators to change: 1 |
| 162 | 2026-05-22T15:39:06.491Z | Create boot environment: No |
| 163 | 2026-05-22T15:39:06.491Z | Create backup boot environment: No |
| 164 | 2026-05-22T15:39:06.544Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-22T15:39:06.544Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-22T15:39:06.556Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-22T15:39:08.501Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-22T15:39:08.567Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-22T15:39:08.571Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-22T15:39:08.625Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-22T15:39:08.937Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-22T15:39:08.937Z | apache system 2.4 system |
| 173 | 2026-05-22T15:39:08.937Z | clang system 15 system |
| 174 | 2026-05-22T15:39:08.937Z | csh system system illumos |
| 175 | 2026-05-22T15:39:08.937Z | ctags system system illumos |
| 176 | 2026-05-22T15:39:08.937Z | file vendor vendor darwinsys |
| 177 | 2026-05-22T15:39:08.937Z | file system system illumos |
| 178 | 2026-05-22T15:39:08.937Z | gcc vendor 14 vendor |
| 179 | 2026-05-22T15:39:08.937Z | gcc system 13 system |
| 180 | 2026-05-22T15:39:08.937Z | gcc system 10 system |
| 181 | 2026-05-22T15:39:08.937Z | go system 1.25 system |
| 182 | 2026-05-22T15:39:08.937Z | llvm system 15 system |
| 183 | 2026-05-22T15:39:08.937Z | mariadb system 11.4 system |
| 184 | 2026-05-22T15:39:08.937Z | mta vendor vendor dma |
| 185 | 2026-05-22T15:39:08.937Z | openjdk system 17 system |
| 186 | 2026-05-22T15:39:08.937Z | openjdk system 11 system |
| 187 | 2026-05-22T15:39:08.937Z | openssl vendor 3 vendor |
| 188 | 2026-05-22T15:39:08.937Z | perl system 5.40 system |
| 189 | 2026-05-22T15:39:08.937Z | postgresql system 18 system |
| 190 | 2026-05-22T15:39:08.937Z | postgresql system 17 system |
| 191 | 2026-05-22T15:39:08.937Z | python vendor 3 vendor |
| 192 | 2026-05-22T15:39:08.937Z | python system 2 system |
| 193 | 2026-05-22T15:39:08.937Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-22T15:39:08.937Z | ruby system 3.4 system |
| 195 | 2026-05-22T15:39:08.937Z | ruby system 3.0 system |
| 196 | 2026-05-22T15:39:08.937Z | words vendor vendor american-english |
| 197 | 2026-05-22T15:39:08.937Z | words system system australian-english |
| 198 | 2026-05-22T15:39:08.937Z | words system system british-english |
| 199 | 2026-05-22T15:39:08.937Z | words system system canadian-english |
| 200 | 2026-05-22T15:39:08.937Z | words system system french |
| 201 | 2026-05-22T15:39:08.937Z | words system system italian |
| 202 | 2026-05-22T15:39:08.937Z | words system system ngerman |
| 203 | 2026-05-22T15:39:08.937Z | words system system ogerman |
| 204 | 2026-05-22T15:39:08.937Z | words system system spanish |
| 205 | 2026-05-22T15:39:09.195Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-22T15:39:09.195Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-22T15:39:09.474Z | FMRI IFO |
| 208 | 2026-05-22T15:39:09.474Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-22T15:39:09.474Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-22T15:39:09.474Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-22T15:39:09.474Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-22T15:39:09.474Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-22T15:39:09.474Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-22T15:39:09.474Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-22T15:39:09.474Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-22T15:39:09.474Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-22T15:39:09.715Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-22T15:39:09.977Z | Updating crates.io index |
| 219 | 2026-05-22T15:39:09.981Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-22T15:39:10.262Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-22T15:39:11.187Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-22T15:39:11.562Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-22T15:39:12.637Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-22T15:39:13.183Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-22T15:39:14.526Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-22T15:39:15.406Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-22T15:39:15.696Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-22T15:39:16.443Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-22T15:39:17.071Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-22T15:39:17.474Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-22T15:39:17.751Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-22T15:39:19.148Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-22T15:39:19.790Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-22T15:39:20.086Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-22T15:39:20.315Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-22T15:39:20.635Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-22T15:39:21.132Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-22T15:39:21.360Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-22T15:39:21.592Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-22T15:39:21.852Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-22T15:39:22.284Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-22T15:39:22.624Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-22T15:39:23.218Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-22T15:39:23.779Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-22T15:39:24.125Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-22T15:39:24.388Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-22T15:39:25.438Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-22T15:39:26.295Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-22T15:39:26.737Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-22T15:39:27.006Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-22T15:39:27.416Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-22T15:39:27.746Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-22T15:39:28.076Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-05-22T15:39:28.595Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-05-22T15:39:28.857Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-05-22T15:39:29.103Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-05-22T15:39:29.536Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-22T15:39:41.285Z | Downloading crates ... |
| 259 | 2026-05-22T15:39:41.332Z | Downloaded anstyle v1.0.13 |
| 260 | 2026-05-22T15:39:41.340Z | Downloaded digest v0.10.7 |
| 261 | 2026-05-22T15:39:41.346Z | Downloaded erased-serde v0.4.9 |
| 262 | 2026-05-22T15:39:41.350Z | Downloaded toml v0.8.23 |
| 263 | 2026-05-22T15:39:41.350Z | Downloaded crypto-common v0.1.7 |
| 264 | 2026-05-22T15:39:41.353Z | Downloaded tinystr v0.8.2 |
| 265 | 2026-05-22T15:39:41.356Z | Downloaded clap_lex v1.0.0 |
| 266 | 2026-05-22T15:39:41.356Z | Downloaded anstyle-query v1.1.5 |
| 267 | 2026-05-22T15:39:41.356Z | Downloaded generic-array v0.14.7 |
| 268 | 2026-05-22T15:39:41.356Z | Downloaded textwrap v0.16.2 |
| 269 | 2026-05-22T15:39:41.361Z | Downloaded fs-err v3.3.0 |
| 270 | 2026-05-22T15:39:41.361Z | Downloaded form_urlencoded v1.2.2 |
| 271 | 2026-05-22T15:39:41.361Z | Downloaded usdt v0.5.0 |
| 272 | 2026-05-22T15:39:41.361Z | Downloaded fnv v1.0.7 |
| 273 | 2026-05-22T15:39:41.361Z | Downloaded unicode-linebreak v0.1.5 |
| 274 | 2026-05-22T15:39:41.365Z | Downloaded yoke v0.8.1 |
| 275 | 2026-05-22T15:39:41.365Z | Downloaded yoke-derive v0.8.1 |
| 276 | 2026-05-22T15:39:41.365Z | Downloaded version_check v0.9.5 |
| 277 | 2026-05-22T15:39:41.365Z | Downloaded anstream v0.6.21 |
| 278 | 2026-05-22T15:39:41.368Z | Downloaded anyhow v1.0.102 |
| 279 | 2026-05-22T15:39:41.368Z | Downloaded ucd-trie v0.1.7 |
| 280 | 2026-05-22T15:39:41.372Z | Downloaded unicode-xid v0.2.6 |
| 281 | 2026-05-22T15:39:41.372Z | Downloaded toml_datetime v0.6.11 |
| 282 | 2026-05-22T15:39:41.372Z | Downloaded thread-id v4.2.2 |
| 283 | 2026-05-22T15:39:41.375Z | Downloaded macaddr v1.0.1 |
| 284 | 2026-05-22T15:39:41.379Z | Downloaded cargo-platform v0.2.0 |
| 285 | 2026-05-22T15:39:41.379Z | Downloaded block-buffer v0.10.4 |
| 286 | 2026-05-22T15:39:41.379Z | Downloaded utf8_iter v1.0.4 |
| 287 | 2026-05-22T15:39:41.379Z | Downloaded toml_write v0.1.2 |
| 288 | 2026-05-22T15:39:41.379Z | Downloaded bytecount v0.6.9 |
| 289 | 2026-05-22T15:39:41.382Z | Downloaded smawk v0.3.2 |
| 290 | 2026-05-22T15:39:41.386Z | Downloaded tabled_derive v0.7.0 |
| 291 | 2026-05-22T15:39:41.386Z | Downloaded strsim v0.11.1 |
| 292 | 2026-05-22T15:39:41.389Z | Downloaded itoa v1.0.17 |
| 293 | 2026-05-22T15:39:41.389Z | Downloaded is_terminal_polyfill v1.70.2 |
| 294 | 2026-05-22T15:39:41.389Z | Downloaded fastrand v2.3.0 |
| 295 | 2026-05-22T15:39:41.390Z | Downloaded thiserror-impl v2.0.18 |
| 296 | 2026-05-22T15:39:41.393Z | Downloaded usdt-impl v0.5.0 |
| 297 | 2026-05-22T15:39:41.393Z | Downloaded thiserror v2.0.18 |
| 298 | 2026-05-22T15:39:41.397Z | Downloaded cfg-if v1.0.4 |
| 299 | 2026-05-22T15:39:41.397Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-05-22T15:39:41.397Z | Downloaded quote v1.0.45 |
| 301 | 2026-05-22T15:39:41.400Z | Downloaded zerocopy-derive v0.7.35 |
| 302 | 2026-05-22T15:39:41.400Z | Downloaded zerofrom v0.1.6 |
| 303 | 2026-05-22T15:39:41.400Z | Downloaded writeable v0.6.2 |
| 304 | 2026-05-22T15:39:41.406Z | Downloaded zerovec-derive v0.11.2 |
| 305 | 2026-05-22T15:39:41.409Z | Downloaded unicode-ident v1.0.24 |
| 306 | 2026-05-22T15:39:41.413Z | Downloaded typeid v1.0.3 |
| 307 | 2026-05-22T15:39:41.416Z | Downloaded swrite v0.1.0 |
| 308 | 2026-05-22T15:39:41.416Z | Downloaded icu_normalizer v2.1.1 |
| 309 | 2026-05-22T15:39:41.420Z | Downloaded usdt-macro v0.5.0 |
| 310 | 2026-05-22T15:39:41.420Z | Downloaded serde-untagged v0.1.9 |
| 311 | 2026-05-22T15:39:41.420Z | Downloaded cargo_toml v0.21.0 |
| 312 | 2026-05-22T15:39:41.420Z | Downloaded zerotrie v0.2.3 |
| 313 | 2026-05-22T15:39:41.424Z | Downloaded icu_collections v2.1.1 |
| 314 | 2026-05-22T15:39:41.429Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-05-22T15:39:41.429Z | Downloaded plain v0.2.3 |
| 316 | 2026-05-22T15:39:41.429Z | Downloaded colorchoice v1.0.4 |
| 317 | 2026-05-22T15:39:41.429Z | Downloaded zerofrom-derive v0.1.6 |
| 318 | 2026-05-22T15:39:41.429Z | Downloaded heck v0.4.1 |
| 319 | 2026-05-22T15:39:41.429Z | Downloaded url v2.5.8 |
| 320 | 2026-05-22T15:39:41.432Z | Downloaded typenum v1.19.0 |
| 321 | 2026-05-22T15:39:41.436Z | Downloaded zmij v1.0.21 |
| 322 | 2026-05-22T15:39:41.436Z | Downloaded proc-macro-error v1.0.4 |
| 323 | 2026-05-22T15:39:41.436Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-05-22T15:39:41.439Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-05-22T15:39:41.439Z | Downloaded thiserror-impl v1.0.69 |
| 326 | 2026-05-22T15:39:41.443Z | Downloaded semver v1.0.28 |
| 327 | 2026-05-22T15:39:41.449Z | Downloaded zerocopy v0.7.35 |
| 328 | 2026-05-22T15:39:41.456Z | Downloaded serde_spanned v0.6.9 |
| 329 | 2026-05-22T15:39:41.459Z | Downloaded serde-value v0.7.0 |
| 330 | 2026-05-22T15:39:41.459Z | Downloaded memmap v0.7.0 |
| 331 | 2026-05-22T15:39:41.459Z | Downloaded toml_edit v0.22.27 |
| 332 | 2026-05-22T15:39:41.463Z | Downloaded errno v0.3.14 |
| 333 | 2026-05-22T15:39:41.463Z | Downloaded cpufeatures v0.2.17 |
| 334 | 2026-05-22T15:39:41.463Z | Downloaded serde_core v1.0.228 |
| 335 | 2026-05-22T15:39:41.466Z | Downloaded idna_adapter v1.2.1 |
| 336 | 2026-05-22T15:39:41.466Z | Downloaded icu_provider v2.1.1 |
| 337 | 2026-05-22T15:39:41.470Z | Downloaded unicode-width v0.1.14 |
| 338 | 2026-05-22T15:39:41.473Z | Downloaded stable_deref_trait v1.2.1 |
| 339 | 2026-05-22T15:39:41.476Z | Downloaded heck v0.5.0 |
| 340 | 2026-05-22T15:39:41.476Z | Downloaded zerovec v0.11.5 |
| 341 | 2026-05-22T15:39:41.480Z | Downloaded scroll_derive v0.12.1 |
| 342 | 2026-05-22T15:39:41.480Z | Downloaded winnow v0.7.14 |
| 343 | 2026-05-22T15:39:41.483Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-05-22T15:39:41.483Z | Downloaded terminal_size v0.4.3 |
| 345 | 2026-05-22T15:39:41.483Z | Downloaded pretty-hex v0.4.1 |
| 346 | 2026-05-22T15:39:41.487Z | Downloaded dtrace-parser v0.2.0 |
| 347 | 2026-05-22T15:39:41.487Z | Downloaded autocfg v1.5.0 |
| 348 | 2026-05-22T15:39:41.491Z | Downloaded unicode-width v0.2.0 |
| 349 | 2026-05-22T15:39:41.494Z | Downloaded potential_utf v0.1.4 |
| 350 | 2026-05-22T15:39:41.497Z | Downloaded serde_tokenstream v0.2.3 |
| 351 | 2026-05-22T15:39:41.497Z | Downloaded dof v0.3.0 |
| 352 | 2026-05-22T15:39:41.506Z | Downloaded papergrid v0.11.0 |
| 353 | 2026-05-22T15:39:41.509Z | Downloaded serde_derive v1.0.228 |
| 354 | 2026-05-22T15:39:41.513Z | Downloaded anstyle-parse v0.2.7 |
| 355 | 2026-05-22T15:39:41.513Z | Downloaded once_cell v1.21.3 |
| 356 | 2026-05-22T15:39:41.513Z | Downloaded litemap v0.8.1 |
| 357 | 2026-05-22T15:39:41.516Z | Downloaded byteorder v1.5.0 |
| 358 | 2026-05-22T15:39:41.516Z | Downloaded proc-macro-error-attr v1.0.4 |
| 359 | 2026-05-22T15:39:41.516Z | Downloaded ordered-float v2.10.1 |
| 360 | 2026-05-22T15:39:41.520Z | Downloaded displaydoc v0.2.5 |
| 361 | 2026-05-22T15:39:41.520Z | Downloaded synstructure v0.13.2 |
| 362 | 2026-05-22T15:39:41.523Z | Downloaded camino-tempfile v1.4.1 |
| 363 | 2026-05-22T15:39:41.529Z | Downloaded proc-macro2 v1.0.106 |
| 364 | 2026-05-22T15:39:41.532Z | Downloaded pest_derive v2.8.6 |
| 365 | 2026-05-22T15:39:41.532Z | Downloaded cargo_metadata v0.21.0 |
| 366 | 2026-05-22T15:39:41.536Z | Downloaded sha2 v0.10.9 |
| 367 | 2026-05-22T15:39:41.539Z | Downloaded tempfile v3.25.0 |
| 368 | 2026-05-22T15:39:41.539Z | Downloaded icu_properties v2.1.2 |
| 369 | 2026-05-22T15:39:41.539Z | Downloaded icu_normalizer_data v2.1.1 |
| 370 | 2026-05-22T15:39:41.542Z | Downloaded bitflags v2.11.0 |
| 371 | 2026-05-22T15:39:41.542Z | Downloaded scroll v0.12.0 |
| 372 | 2026-05-22T15:39:41.546Z | Downloaded clap_derive v4.5.55 |
| 373 | 2026-05-22T15:39:41.546Z | Downloaded camino v1.2.2 |
| 374 | 2026-05-22T15:39:41.550Z | Downloaded smallvec v1.15.1 |
| 375 | 2026-05-22T15:39:41.553Z | Downloaded pest_generator v2.8.6 |
| 376 | 2026-05-22T15:39:41.553Z | Downloaded cargo-util-schemas v0.8.2 |
| 377 | 2026-05-22T15:39:41.563Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-05-22T15:39:41.567Z | Downloaded num-traits v0.2.19 |
| 379 | 2026-05-22T15:39:41.571Z | Downloaded log v0.4.29 |
| 380 | 2026-05-22T15:39:41.571Z | Downloaded pest v2.8.6 |
| 381 | 2026-05-22T15:39:41.574Z | Downloaded clap v4.5.60 |
| 382 | 2026-05-22T15:39:41.578Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-05-22T15:39:41.586Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-22T15:39:41.589Z | Downloaded getrandom v0.4.1 |
| 385 | 2026-05-22T15:39:41.596Z | Downloaded memchr v2.8.0 |
| 386 | 2026-05-22T15:39:41.614Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-05-22T15:39:41.642Z | Downloaded icu_properties_data v2.1.2 |
| 388 | 2026-05-22T15:39:41.647Z | Downloaded goblin v0.8.2 |
| 389 | 2026-05-22T15:39:41.650Z | Downloaded hashbrown v0.17.0 |
| 390 | 2026-05-22T15:39:41.654Z | Downloaded idna v1.1.0 |
| 391 | 2026-05-22T15:39:41.657Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-22T15:39:41.660Z | Downloaded clap_builder v4.5.60 |
| 393 | 2026-05-22T15:39:41.672Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-22T15:39:41.681Z | Downloaded syn v1.0.109 |
| 395 | 2026-05-22T15:39:41.689Z | Downloaded syn v2.0.117 |
| 396 | 2026-05-22T15:39:41.710Z | Downloaded rustix v1.1.3 |
| 397 | 2026-05-22T15:39:41.739Z | Downloaded libc v0.2.185 |
| 398 | 2026-05-22T15:39:41.804Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-22T15:39:41.804Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-22T15:39:41.804Z | Compiling quote v1.0.45 |
| 401 | 2026-05-22T15:39:41.807Z | Compiling serde_core v1.0.228 |
| 402 | 2026-05-22T15:39:41.807Z | Compiling libc v0.2.185 |
| 403 | 2026-05-22T15:39:41.808Z | Compiling version_check v0.9.5 |
| 404 | 2026-05-22T15:39:41.808Z | Compiling memchr v2.8.0 |
| 405 | 2026-05-22T15:39:41.808Z | Compiling serde v1.0.228 |
| 406 | 2026-05-22T15:39:41.808Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-05-22T15:39:41.808Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-22T15:39:41.808Z | Compiling thiserror v1.0.69 |
| 409 | 2026-05-22T15:39:41.808Z | Compiling itoa v1.0.17 |
| 410 | 2026-05-22T15:39:41.988Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-22T15:39:41.992Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-05-22T15:39:41.992Z | Compiling litemap v0.8.1 |
| 413 | 2026-05-22T15:39:42.245Z | Compiling writeable v0.6.2 |
| 414 | 2026-05-22T15:39:42.294Z | Compiling icu_normalizer_data v2.1.1 |
| 415 | 2026-05-22T15:39:42.375Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-22T15:39:42.487Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-22T15:39:42.487Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-22T15:39:42.510Z | Compiling serde_json v1.0.149 |
| 419 | 2026-05-22T15:39:42.549Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-22T15:39:42.589Z | Compiling pest v2.8.6 |
| 421 | 2026-05-22T15:39:42.695Z | Compiling num-traits v0.2.19 |
| 422 | 2026-05-22T15:39:42.815Z | Compiling typeid v1.0.3 |
| 423 | 2026-05-22T15:39:42.891Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-22T15:39:42.895Z | Compiling smallvec v1.15.1 |
| 425 | 2026-05-22T15:39:42.895Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-05-22T15:39:42.984Z | Compiling proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-22T15:39:43.058Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-05-22T15:39:43.075Z | Compiling erased-serde v0.4.9 |
| 429 | 2026-05-22T15:39:43.079Z | Compiling syn v1.0.109 |
| 430 | 2026-05-22T15:39:43.134Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-22T15:39:43.138Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-22T15:39:43.155Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-22T15:39:43.253Z | Compiling utf8parse v0.2.2 |
| 434 | 2026-05-22T15:39:43.272Z | Compiling errno v0.3.14 |
| 435 | 2026-05-22T15:39:43.275Z | Compiling thread-id v4.2.2 |
| 436 | 2026-05-22T15:39:43.509Z | Compiling thiserror v2.0.18 |
| 437 | 2026-05-22T15:39:43.564Z | Compiling indexmap v2.14.0 |
| 438 | 2026-05-22T15:39:43.568Z | Compiling camino v1.2.2 |
| 439 | 2026-05-22T15:39:43.568Z | Compiling percent-encoding v2.3.2 |
| 440 | 2026-05-22T15:39:43.568Z | Compiling plain v0.2.3 |
| 441 | 2026-05-22T15:39:43.585Z | Compiling getrandom v0.4.1 |
| 442 | 2026-05-22T15:39:43.710Z | Compiling syn v2.0.117 |
| 443 | 2026-05-22T15:39:43.740Z | Compiling utf8_iter v1.0.4 |
| 444 | 2026-05-22T15:39:43.778Z | Compiling log v0.4.29 |
| 445 | 2026-05-22T15:39:43.799Z | Compiling form_urlencoded v1.2.2 |
| 446 | 2026-05-22T15:39:43.820Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-22T15:39:43.994Z | Compiling ordered-float v2.10.1 |
| 448 | 2026-05-22T15:39:44.058Z | Compiling anstyle-parse v0.2.7 |
| 449 | 2026-05-22T15:39:44.136Z | Compiling anstyle v1.0.13 |
| 450 | 2026-05-22T15:39:44.155Z | Compiling colorchoice v1.0.4 |
| 451 | 2026-05-22T15:39:44.175Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-05-22T15:39:44.193Z | Compiling cfg-if v1.0.4 |
| 453 | 2026-05-22T15:39:44.296Z | Compiling anstyle-query v1.1.5 |
| 454 | 2026-05-22T15:39:44.319Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-22T15:39:44.322Z | Compiling fs-err v3.3.0 |
| 456 | 2026-05-22T15:39:44.398Z | Compiling clap_lex v1.0.0 |
| 457 | 2026-05-22T15:39:44.402Z | Compiling strsim v0.11.1 |
| 458 | 2026-05-22T15:39:44.455Z | Compiling anstream v0.6.21 |
| 459 | 2026-05-22T15:39:44.474Z | Compiling terminal_size v0.4.3 |
| 460 | 2026-05-22T15:39:44.474Z | Compiling fastrand v2.3.0 |
| 461 | 2026-05-22T15:39:44.671Z | Compiling semver v1.0.28 |
| 462 | 2026-05-22T15:39:44.714Z | Compiling anyhow v1.0.102 |
| 463 | 2026-05-22T15:39:44.714Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-22T15:39:44.764Z | Compiling once_cell v1.21.3 |
| 465 | 2026-05-22T15:39:44.788Z | Compiling fnv v1.0.7 |
| 466 | 2026-05-22T15:39:44.793Z | Compiling heck v0.4.1 |
| 467 | 2026-05-22T15:39:44.827Z | Compiling heck v0.5.0 |
| 468 | 2026-05-22T15:39:44.831Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-05-22T15:39:44.876Z | Compiling bytecount v0.6.9 |
| 470 | 2026-05-22T15:39:44.931Z | Compiling clap_builder v4.5.60 |
| 471 | 2026-05-22T15:39:45.006Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-22T15:39:45.033Z | Compiling serde-untagged v0.1.9 |
| 473 | 2026-05-22T15:39:45.052Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-22T15:39:45.127Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-22T15:39:45.144Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-22T15:39:45.163Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-22T15:39:45.188Z | Compiling unicode-width v0.2.0 |
| 478 | 2026-05-22T15:39:45.258Z | Compiling camino-tempfile v1.4.1 |
| 479 | 2026-05-22T15:39:45.316Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-22T15:39:45.423Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-22T15:39:45.442Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-22T15:39:45.744Z | Compiling tabled_derive v0.7.0 |
| 483 | 2026-05-22T15:39:46.343Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-22T15:39:46.343Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-22T15:39:46.469Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-22T15:39:46.858Z | Compiling serde_derive v1.0.228 |
| 487 | 2026-05-22T15:39:46.858Z | Compiling zerofrom-derive v0.1.6 |
| 488 | 2026-05-22T15:39:46.866Z | Compiling yoke-derive v0.8.1 |
| 489 | 2026-05-22T15:39:46.866Z | Compiling zerovec-derive v0.11.2 |
| 490 | 2026-05-22T15:39:46.866Z | Compiling displaydoc v0.2.5 |
| 491 | 2026-05-22T15:39:46.866Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2026-05-22T15:39:46.866Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2026-05-22T15:39:46.866Z | Compiling scroll_derive v0.12.1 |
| 494 | 2026-05-22T15:39:46.917Z | Compiling thiserror-impl v2.0.18 |
| 495 | 2026-05-22T15:39:46.953Z | Compiling clap_derive v4.5.55 |
| 496 | 2026-05-22T15:39:46.957Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-05-22T15:39:47.642Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-22T15:39:47.676Z | Compiling zerocopy v0.7.35 |
| 499 | 2026-05-22T15:39:47.864Z | Compiling goblin v0.8.2 |
| 500 | 2026-05-22T15:39:47.956Z | Compiling zerofrom v0.1.6 |
| 501 | 2026-05-22T15:39:48.023Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2026-05-22T15:39:48.056Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-22T15:39:48.214Z | Compiling zerovec v0.11.5 |
| 504 | 2026-05-22T15:39:48.214Z | Compiling zerotrie v0.2.3 |
| 505 | 2026-05-22T15:39:48.339Z | Compiling clap v4.5.60 |
| 506 | 2026-05-22T15:39:48.634Z | Compiling tinystr v0.8.2 |
| 507 | 2026-05-22T15:39:48.634Z | Compiling potential_utf v0.1.4 |
| 508 | 2026-05-22T15:39:48.761Z | Compiling icu_collections v2.1.1 |
| 509 | 2026-05-22T15:39:48.787Z | Compiling icu_locale_core v2.1.1 |
| 510 | 2026-05-22T15:39:49.373Z | Compiling icu_provider v2.1.1 |
| 511 | 2026-05-22T15:39:49.498Z | Compiling serde_spanned v0.6.9 |
| 512 | 2026-05-22T15:39:49.498Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-22T15:39:49.502Z | Compiling serde-value v0.7.0 |
| 514 | 2026-05-22T15:39:49.502Z | Compiling cargo-platform v0.2.0 |
| 515 | 2026-05-22T15:39:49.502Z | Compiling macaddr v1.0.1 |
| 516 | 2026-05-22T15:39:49.534Z | Compiling dof v0.3.0 |
| 517 | 2026-05-22T15:39:49.538Z | Compiling serde_tokenstream v0.2.3 |
| 518 | 2026-05-22T15:39:49.608Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-22T15:39:49.612Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-22T15:39:49.691Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-22T15:39:50.317Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-22T15:39:50.321Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-05-22T15:39:50.454Z | Compiling idna_adapter v1.2.1 |
| 524 | 2026-05-22T15:39:50.562Z | Compiling idna v1.1.0 |
| 525 | 2026-05-22T15:39:50.826Z | Compiling url v2.5.8 |
| 526 | 2026-05-22T15:39:50.916Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-22T15:39:50.983Z | Compiling toml v0.8.23 |
| 528 | 2026-05-22T15:39:51.319Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-22T15:39:51.319Z | Compiling cargo_toml v0.21.0 |
| 530 | 2026-05-22T15:39:52.099Z | Compiling cargo_metadata v0.21.0 |
| 531 | 2026-05-22T15:39:53.015Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 532 | 2026-05-22T15:39:55.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.59s |
| 533 | 2026-05-22T15:39:55.390Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 534 | 2026-05-22T15:39:55.951Z | Downloading crates ... |
| 535 | 2026-05-22T15:39:56.049Z | Downloaded bb8 v0.8.6 |
| 536 | 2026-05-22T15:39:56.060Z | Downloaded bzip2 v0.6.1 |
| 537 | 2026-05-22T15:39:56.067Z | Downloaded ar_archive_writer v0.5.1 |
| 538 | 2026-05-22T15:39:56.067Z | Downloaded console v0.15.11 |
| 539 | 2026-05-22T15:39:56.071Z | Downloaded crc32fast v1.5.0 |
| 540 | 2026-05-22T15:39:56.071Z | Downloaded argon2 v0.5.3 |
| 541 | 2026-05-22T15:39:56.071Z | Downloaded adler2 v2.0.1 |
| 542 | 2026-05-22T15:39:56.071Z | Downloaded async-trait v0.1.89 |
| 543 | 2026-05-22T15:39:56.075Z | Downloaded cbc v0.1.2 |
| 544 | 2026-05-22T15:39:56.075Z | Downloaded assert_matches v1.5.0 |
| 545 | 2026-05-22T15:39:56.078Z | Downloaded cassowary v0.3.0 |
| 546 | 2026-05-22T15:39:56.084Z | Downloaded chacha20 v0.9.1 |
| 547 | 2026-05-22T15:39:56.084Z | Downloaded ascii-canvas v3.0.0 |
| 548 | 2026-05-22T15:39:56.084Z | Downloaded atomicwrites v0.4.4 |
| 549 | 2026-05-22T15:39:56.088Z | Downloaded enum-as-inner v0.6.1 |
| 550 | 2026-05-22T15:39:56.088Z | Downloaded darling v0.21.3 |
| 551 | 2026-05-22T15:39:56.094Z | Downloaded base16ct v0.2.0 |
| 552 | 2026-05-22T15:39:56.098Z | Downloaded erased-serde v0.3.31 |
| 553 | 2026-05-22T15:39:56.098Z | Downloaded ecdsa v0.16.9 |
| 554 | 2026-05-22T15:39:56.098Z | Downloaded embedded-io v0.4.0 |
| 555 | 2026-05-22T15:39:56.098Z | Downloaded crossbeam-utils v0.8.21 |
| 556 | 2026-05-22T15:39:56.103Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 557 | 2026-05-22T15:39:56.103Z | Downloaded blake2 v0.10.6 |
| 558 | 2026-05-22T15:39:56.105Z | Downloaded darling v0.20.11 |
| 559 | 2026-05-22T15:39:56.109Z | Downloaded colored v2.2.0 |
| 560 | 2026-05-22T15:39:56.109Z | Downloaded bitfield v0.19.4 |
| 561 | 2026-05-22T15:39:56.109Z | Downloaded dirs-next v2.0.0 |
| 562 | 2026-05-22T15:39:56.109Z | Downloaded bit-set v0.5.3 |
| 563 | 2026-05-22T15:39:56.113Z | Downloaded endian-type v0.1.2 |
| 564 | 2026-05-22T15:39:56.113Z | Downloaded daft v0.1.7 |
| 565 | 2026-05-22T15:39:56.113Z | Downloaded embedded-io v0.6.1 |
| 566 | 2026-05-22T15:39:56.113Z | Downloaded compression-core v0.4.31 |
| 567 | 2026-05-22T15:39:56.116Z | Downloaded crc8 v0.1.1 |
| 568 | 2026-05-22T15:39:56.116Z | Downloaded backon v1.6.0 |
| 569 | 2026-05-22T15:39:56.116Z | Downloaded fd-lock v4.0.4 |
| 570 | 2026-05-22T15:39:56.121Z | Downloaded cfg_aliases v0.2.1 |
| 571 | 2026-05-22T15:39:56.121Z | Downloaded darling_macro v0.20.11 |
| 572 | 2026-05-22T15:39:56.121Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 573 | 2026-05-22T15:39:56.121Z | Downloaded crc-catalog v2.4.0 |
| 574 | 2026-05-22T15:39:56.121Z | Downloaded env_filter v1.0.0 |
| 575 | 2026-05-22T15:39:56.125Z | Downloaded aead v0.5.2 |
| 576 | 2026-05-22T15:39:56.125Z | Downloaded darling_macro v0.23.0 |
| 577 | 2026-05-22T15:39:56.125Z | Downloaded backoff v0.4.0 |
| 578 | 2026-05-22T15:39:56.125Z | Downloaded convert_case v0.4.0 |
| 579 | 2026-05-22T15:39:56.129Z | Downloaded ena v0.14.4 |
| 580 | 2026-05-22T15:39:56.129Z | Downloaded ctr v0.9.2 |
| 581 | 2026-05-22T15:39:56.129Z | Downloaded base64ct v1.8.3 |
| 582 | 2026-05-22T15:39:56.133Z | Downloaded byte-wrapper v0.1.0 |
| 583 | 2026-05-22T15:39:56.133Z | Downloaded array-init v0.0.4 |
| 584 | 2026-05-22T15:39:56.133Z | Downloaded arc-swap v1.8.2 |
| 585 | 2026-05-22T15:39:56.138Z | Downloaded cfg_aliases v0.1.1 |
| 586 | 2026-05-22T15:39:56.138Z | Downloaded async-recursion v1.1.1 |
| 587 | 2026-05-22T15:39:56.138Z | Downloaded dunce v1.0.5 |
| 588 | 2026-05-22T15:39:56.138Z | Downloaded dyn-clone v1.0.20 |
| 589 | 2026-05-22T15:39:56.142Z | Downloaded castaway v0.2.4 |
| 590 | 2026-05-22T15:39:56.142Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 591 | 2026-05-22T15:39:56.142Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-05-22T15:39:56.145Z | Downloaded display-error-chain v0.2.2 |
| 593 | 2026-05-22T15:39:56.146Z | Downloaded cstr-argument v0.1.2 |
| 594 | 2026-05-22T15:39:56.146Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 595 | 2026-05-22T15:39:56.146Z | Downloaded ed25519 v2.2.3 |
| 596 | 2026-05-22T15:39:56.150Z | Downloaded ciborium-io v0.2.2 |
| 597 | 2026-05-22T15:39:56.150Z | Downloaded async-stream v0.3.6 |
| 598 | 2026-05-22T15:39:56.150Z | Downloaded foreign-types v0.3.2 |
| 599 | 2026-05-22T15:39:56.154Z | Downloaded atty v0.2.14 |
| 600 | 2026-05-22T15:39:56.158Z | Downloaded cobs v0.3.0 |
| 601 | 2026-05-22T15:39:56.158Z | Downloaded cpufeatures v0.3.0 |
| 602 | 2026-05-22T15:39:56.158Z | Downloaded debug-ignore v1.0.5 |
| 603 | 2026-05-22T15:39:56.163Z | Downloaded block-padding v0.3.3 |
| 604 | 2026-05-22T15:39:56.163Z | Downloaded async-stream-impl v0.3.6 |
| 605 | 2026-05-22T15:39:56.163Z | Downloaded dtrace-parser v0.3.0 |
| 606 | 2026-05-22T15:39:56.163Z | Downloaded foreign-types v0.5.0 |
| 607 | 2026-05-22T15:39:56.163Z | Downloaded cargo-platform v0.1.9 |
| 608 | 2026-05-22T15:39:56.163Z | Downloaded darling_macro v0.21.3 |
| 609 | 2026-05-22T15:39:56.167Z | Downloaded float-cmp v0.10.0 |
| 610 | 2026-05-22T15:39:56.171Z | Downloaded document-features v0.2.12 |
| 611 | 2026-05-22T15:39:56.171Z | Downloaded dirs-sys-next v0.1.2 |
| 612 | 2026-05-22T15:39:56.171Z | Downloaded atomic-waker v1.1.2 |
| 613 | 2026-05-22T15:39:56.171Z | Downloaded arrayref v0.3.9 |
| 614 | 2026-05-22T15:39:56.175Z | Downloaded defmt v0.3.100 |
| 615 | 2026-05-22T15:39:56.175Z | Downloaded ciborium-ll v0.2.2 |
| 616 | 2026-05-22T15:39:56.175Z | Downloaded crunchy v0.2.4 |
| 617 | 2026-05-22T15:39:56.180Z | Downloaded foreign-types-shared v0.3.1 |
| 618 | 2026-05-22T15:39:56.180Z | Downloaded bitfield-macros v0.19.4 |
| 619 | 2026-05-22T15:39:56.180Z | Downloaded funty v2.0.0 |
| 620 | 2026-05-22T15:39:56.180Z | Downloaded difflib v0.4.0 |
| 621 | 2026-05-22T15:39:56.180Z | Downloaded bit-vec v0.8.0 |
| 622 | 2026-05-22T15:39:56.184Z | Downloaded dsl_auto_type v0.2.0 |
| 623 | 2026-05-22T15:39:56.189Z | Downloaded cipher v0.4.4 |
| 624 | 2026-05-22T15:39:56.189Z | Downloaded foreign-types-macros v0.2.3 |
| 625 | 2026-05-22T15:39:56.189Z | Downloaded filetime v0.2.27 |
| 626 | 2026-05-22T15:39:56.189Z | Downloaded fallible-iterator v0.2.0 |
| 627 | 2026-05-22T15:39:56.192Z | Downloaded env_logger v0.11.9 |
| 628 | 2026-05-22T15:39:56.192Z | Downloaded fixedbitset v0.4.2 |
| 629 | 2026-05-22T15:39:56.192Z | Downloaded derive_builder_macro v0.20.2 |
| 630 | 2026-05-22T15:39:56.192Z | Downloaded futures-core v0.3.32 |
| 631 | 2026-05-22T15:39:56.198Z | Downloaded futures-macro v0.3.32 |
| 632 | 2026-05-22T15:39:56.198Z | Downloaded float-ord v0.3.2 |
| 633 | 2026-05-22T15:39:56.198Z | Downloaded flagset v0.4.7 |
| 634 | 2026-05-22T15:39:56.198Z | Downloaded futures-io v0.3.32 |
| 635 | 2026-05-22T15:39:56.198Z | Downloaded foreign-types-shared v0.1.1 |
| 636 | 2026-05-22T15:39:56.201Z | Downloaded diff v0.1.13 |
| 637 | 2026-05-22T15:39:56.201Z | Downloaded crucible-workspace-hack v0.1.0 |
| 638 | 2026-05-22T15:39:56.201Z | Downloaded gethostname v0.5.0 |
| 639 | 2026-05-22T15:39:56.201Z | Downloaded elliptic-curve v0.13.8 |
| 640 | 2026-05-22T15:39:56.205Z | Downloaded derive-where v1.6.0 |
| 641 | 2026-05-22T15:39:56.205Z | Downloaded defmt v1.0.1 |
| 642 | 2026-05-22T15:39:56.210Z | Downloaded camino-tempfile-ext v0.3.3 |
| 643 | 2026-05-22T15:39:56.210Z | Downloaded daft-derive v0.1.7 |
| 644 | 2026-05-22T15:39:56.214Z | Downloaded futures-task v0.3.32 |
| 645 | 2026-05-22T15:39:56.214Z | Downloaded ghash v0.5.1 |
| 646 | 2026-05-22T15:39:56.214Z | Downloaded bit-set v0.8.0 |
| 647 | 2026-05-22T15:39:56.214Z | Downloaded downcast-rs v2.0.2 |
| 648 | 2026-05-22T15:39:56.218Z | Downloaded convert_case v0.10.0 |
| 649 | 2026-05-22T15:39:56.218Z | Downloaded git-stub v1.0.0 |
| 650 | 2026-05-22T15:39:56.218Z | Downloaded arrayvec v0.7.6 |
| 651 | 2026-05-22T15:39:56.222Z | Downloaded globwalk v0.9.1 |
| 652 | 2026-05-22T15:39:56.223Z | Downloaded dof v0.4.0 |
| 653 | 2026-05-22T15:39:56.223Z | Downloaded fxhash v0.2.1 |
| 654 | 2026-05-22T15:39:56.223Z | Downloaded der_derive v0.7.3 |
| 655 | 2026-05-22T15:39:56.226Z | Downloaded futures-sink v0.3.32 |
| 656 | 2026-05-22T15:39:56.226Z | Downloaded hash32 v0.3.1 |
| 657 | 2026-05-22T15:39:56.226Z | Downloaded cmake v0.1.57 |
| 658 | 2026-05-22T15:39:56.226Z | Downloaded headers-core v0.3.0 |
| 659 | 2026-05-22T15:39:56.226Z | Downloaded bcs v0.1.6 |
| 660 | 2026-05-22T15:39:56.230Z | Downloaded crc v3.4.0 |
| 661 | 2026-05-22T15:39:56.230Z | Downloaded bitflags v1.3.2 |
| 662 | 2026-05-22T15:39:56.230Z | Downloaded buf-list v1.1.2 |
| 663 | 2026-05-22T15:39:56.233Z | Downloaded corncobs v0.1.4 |
| 664 | 2026-05-22T15:39:56.234Z | Downloaded ff v0.13.1 |
| 665 | 2026-05-22T15:39:56.237Z | Downloaded crossbeam-deque v0.8.6 |
| 666 | 2026-05-22T15:39:56.237Z | Downloaded critical-section v1.2.0 |
| 667 | 2026-05-22T15:39:56.237Z | Downloaded cexpr v0.6.0 |
| 668 | 2026-05-22T15:39:56.237Z | Downloaded derive_builder_core v0.20.2 |
| 669 | 2026-05-22T15:39:56.241Z | Downloaded hex-literal v0.4.1 |
| 670 | 2026-05-22T15:39:56.241Z | Downloaded either v1.15.0 |
| 671 | 2026-05-22T15:39:56.241Z | Downloaded find-msvc-tools v0.1.9 |
| 672 | 2026-05-22T15:39:56.245Z | Downloaded clang-sys v1.8.1 |
| 673 | 2026-05-22T15:39:56.245Z | Downloaded constant_time_eq v0.4.2 |
| 674 | 2026-05-22T15:39:56.245Z | Downloaded http-body v1.0.1 |
| 675 | 2026-05-22T15:39:56.248Z | Downloaded hostname v0.4.2 |
| 676 | 2026-05-22T15:39:56.248Z | Downloaded hostname v0.3.1 |
| 677 | 2026-05-22T15:39:56.248Z | Downloaded home v0.5.12 |
| 678 | 2026-05-22T15:39:56.248Z | Downloaded colored v3.1.1 |
| 679 | 2026-05-22T15:39:56.252Z | Downloaded cookie v0.18.1 |
| 680 | 2026-05-22T15:39:56.252Z | Downloaded http-range v0.1.5 |
| 681 | 2026-05-22T15:39:56.256Z | Downloaded hubpack_derive v0.1.1 |
| 682 | 2026-05-22T15:39:56.256Z | Downloaded hubpack v0.1.2 |
| 683 | 2026-05-22T15:39:56.256Z | Downloaded fs_extra v1.3.0 |
| 684 | 2026-05-22T15:39:56.256Z | Downloaded defmt-parser v1.0.0 |
| 685 | 2026-05-22T15:39:56.256Z | Downloaded derive-ex v0.1.8 |
| 686 | 2026-05-22T15:39:56.260Z | Downloaded data-encoding v2.10.0 |
| 687 | 2026-05-22T15:39:56.260Z | Downloaded compression-codecs v0.4.37 |
| 688 | 2026-05-22T15:39:56.260Z | Downloaded futures-executor v0.3.32 |
| 689 | 2026-05-22T15:39:56.264Z | Downloaded fs-err v2.11.0 |
| 690 | 2026-05-22T15:39:56.264Z | Downloaded httpdate v1.0.3 |
| 691 | 2026-05-22T15:39:56.264Z | Downloaded diesel-dtrace v0.5.0 |
| 692 | 2026-05-22T15:39:56.264Z | Downloaded defmt-macros v1.0.1 |
| 693 | 2026-05-22T15:39:56.268Z | Downloaded csv-core v0.1.13 |
| 694 | 2026-05-22T15:39:56.268Z | Downloaded hyper-tls v0.6.0 |
| 695 | 2026-05-22T15:39:56.269Z | Downloaded fatfs v0.3.6 |
| 696 | 2026-05-22T15:39:56.272Z | Downloaded indoc v1.0.9 |
| 697 | 2026-05-22T15:39:56.272Z | Downloaded instability v0.3.11 |
| 698 | 2026-05-22T15:39:56.276Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 699 | 2026-05-22T15:39:56.276Z | Downloaded deranged v0.5.8 |
| 700 | 2026-05-22T15:39:56.276Z | Downloaded foldhash v0.1.5 |
| 701 | 2026-05-22T15:39:56.276Z | Downloaded inout v0.1.4 |
| 702 | 2026-05-22T15:39:56.279Z | Downloaded group v0.13.0 |
| 703 | 2026-05-22T15:39:56.279Z | Downloaded illumos-nvpair v0.3.0 |
| 704 | 2026-05-22T15:39:56.279Z | Downloaded ident_case v1.0.1 |
| 705 | 2026-05-22T15:39:56.279Z | Downloaded blowfish v0.9.1 |
| 706 | 2026-05-22T15:39:56.283Z | Downloaded globset v0.4.18 |
| 707 | 2026-05-22T15:39:56.283Z | Downloaded git-stub-vcs v0.1.0 |
| 708 | 2026-05-22T15:39:56.283Z | Downloaded fixedbitset v0.5.7 |
| 709 | 2026-05-22T15:39:56.287Z | Downloaded hash32 v0.2.1 |
| 710 | 2026-05-22T15:39:56.287Z | Downloaded ciborium v0.2.2 |
| 711 | 2026-05-22T15:39:56.287Z | Downloaded const-oid v0.9.6 |
| 712 | 2026-05-22T15:39:56.290Z | Downloaded is_ci v1.2.0 |
| 713 | 2026-05-22T15:39:56.290Z | Downloaded is-terminal v0.4.17 |
| 714 | 2026-05-22T15:39:56.290Z | Downloaded instant v0.1.13 |
| 715 | 2026-05-22T15:39:56.290Z | Downloaded ahash v0.8.12 |
| 716 | 2026-05-22T15:39:56.294Z | Downloaded async-bb8-diesel v0.2.1 |
| 717 | 2026-05-22T15:39:56.294Z | Downloaded derive_builder v0.20.2 |
| 718 | 2026-05-22T15:39:56.298Z | Downloaded foldhash v0.2.0 |
| 719 | 2026-05-22T15:39:56.298Z | Downloaded des v0.8.1 |
| 720 | 2026-05-22T15:39:56.302Z | Downloaded internet-checksum v0.2.1 |
| 721 | 2026-05-22T15:39:56.302Z | Downloaded bit-vec v0.6.3 |
| 722 | 2026-05-22T15:39:56.302Z | Downloaded cargo_metadata v0.19.2 |
| 723 | 2026-05-22T15:39:56.302Z | Downloaded hex v0.4.3 |
| 724 | 2026-05-22T15:39:56.306Z | Downloaded const_format_proc_macros v0.2.34 |
| 725 | 2026-05-22T15:39:56.306Z | Downloaded highway v1.3.0 |
| 726 | 2026-05-22T15:39:56.306Z | Downloaded chacha20poly1305 v0.10.1 |
| 727 | 2026-05-22T15:39:56.310Z | Downloaded cancel-safe-futures v0.1.5 |
| 728 | 2026-05-22T15:39:56.310Z | Downloaded lalrpop-util v0.19.12 |
| 729 | 2026-05-22T15:39:56.310Z | Downloaded lazy_static v1.5.0 |
| 730 | 2026-05-22T15:39:56.314Z | Downloaded keccak v0.1.6 |
| 731 | 2026-05-22T15:39:56.314Z | Downloaded kstat-rs v0.2.4 |
| 732 | 2026-05-22T15:39:56.314Z | Downloaded bzip2 v0.4.4 |
| 733 | 2026-05-22T15:39:56.319Z | Downloaded async-compression v0.4.41 |
| 734 | 2026-05-22T15:39:56.323Z | Downloaded match_cfg v0.1.0 |
| 735 | 2026-05-22T15:39:56.323Z | Downloaded linked-hash-map v0.5.6 |
| 736 | 2026-05-22T15:39:56.323Z | Downloaded drift v0.2.0 |
| 737 | 2026-05-22T15:39:56.326Z | Downloaded maybe-uninit v2.0.0 |
| 738 | 2026-05-22T15:39:56.327Z | Downloaded humantime v2.3.0 |
| 739 | 2026-05-22T15:39:56.330Z | Downloaded indent_write v2.2.0 |
| 740 | 2026-05-22T15:39:56.330Z | Downloaded getrandom v0.2.17 |
| 741 | 2026-05-22T15:39:56.337Z | Downloaded futures-channel v0.3.32 |
| 742 | 2026-05-22T15:39:56.337Z | Downloaded glob v0.3.3 |
| 743 | 2026-05-22T15:39:56.337Z | Downloaded cookie_store v0.22.1 |
| 744 | 2026-05-22T15:39:56.344Z | Downloaded darling v0.23.0 |
| 745 | 2026-05-22T15:39:56.344Z | Downloaded maplit v1.0.2 |
| 746 | 2026-05-22T15:39:56.344Z | Downloaded lzss v0.8.2 |
| 747 | 2026-05-22T15:39:56.344Z | Downloaded md-5 v0.10.6 |
| 748 | 2026-05-22T15:39:56.348Z | Downloaded lru-slab v0.1.2 |
| 749 | 2026-05-22T15:39:56.348Z | Downloaded lru-cache v0.1.2 |
| 750 | 2026-05-22T15:39:56.348Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-05-22T15:39:56.348Z | Downloaded lru v0.12.5 |
| 752 | 2026-05-22T15:39:56.348Z | Downloaded ingot v0.1.1 |
| 753 | 2026-05-22T15:39:56.348Z | Downloaded mime v0.3.17 |
| 754 | 2026-05-22T15:39:56.348Z | Downloaded new_debug_unreachable v1.0.6 |
| 755 | 2026-05-22T15:39:56.348Z | Downloaded indoc v2.0.7 |
| 756 | 2026-05-22T15:39:56.353Z | Downloaded crossbeam-epoch v0.9.18 |
| 757 | 2026-05-22T15:39:56.353Z | Downloaded newtype-uuid-macros v0.1.0 |
| 758 | 2026-05-22T15:39:56.353Z | Downloaded newline-converter v0.3.0 |
| 759 | 2026-05-22T15:39:56.357Z | Downloaded http-body-util v0.1.3 |
| 760 | 2026-05-22T15:39:56.357Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 761 | 2026-05-22T15:39:56.357Z | Downloaded multimap v0.10.1 |
| 762 | 2026-05-22T15:39:56.357Z | Downloaded half v1.8.3 |
| 763 | 2026-05-22T15:39:56.361Z | Downloaded nibble_vec v0.1.0 |
| 764 | 2026-05-22T15:39:56.361Z | Downloaded allocator-api2 v0.2.21 |
| 765 | 2026-05-22T15:39:56.361Z | Downloaded newtype_derive v0.1.6 |
| 766 | 2026-05-22T15:39:56.365Z | Downloaded nonempty v0.12.0 |
| 767 | 2026-05-22T15:39:56.365Z | Downloaded chacha20 v0.10.0 |
| 768 | 2026-05-22T15:39:56.365Z | Downloaded num v0.4.3 |
| 769 | 2026-05-22T15:39:56.369Z | Downloaded jobserver v0.1.34 |
| 770 | 2026-05-22T15:39:56.369Z | Downloaded expectorate v1.2.0 |
| 771 | 2026-05-22T15:39:56.372Z | Downloaded dropshot_endpoint v0.16.7 |
| 772 | 2026-05-22T15:39:56.372Z | Downloaded ipnetwork v0.21.1 |
| 773 | 2026-05-22T15:39:56.376Z | Downloaded nodrop v0.1.14 |
| 774 | 2026-05-22T15:39:56.379Z | Downloaded const_format v0.2.35 |
| 775 | 2026-05-22T15:39:56.383Z | Downloaded libefi-sys v0.1.0 |
| 776 | 2026-05-22T15:39:56.386Z | Downloaded libscf-sys v1.1.0 |
| 777 | 2026-05-22T15:39:56.386Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2026-05-22T15:39:56.386Z | Downloaded libloading v0.8.9 |
| 779 | 2026-05-22T15:39:56.391Z | Downloaded num-conv v0.2.0 |
| 780 | 2026-05-22T15:39:56.391Z | Downloaded libsw v3.5.0 |
| 781 | 2026-05-22T15:39:56.395Z | Downloaded num-derive v0.3.3 |
| 782 | 2026-05-22T15:39:56.395Z | Downloaded lock_api v0.4.14 |
| 783 | 2026-05-22T15:39:56.395Z | Downloaded num_threads v0.1.7 |
| 784 | 2026-05-22T15:39:56.395Z | Downloaded num-iter v0.1.45 |
| 785 | 2026-05-22T15:39:56.398Z | Downloaded derive_more v0.99.20 |
| 786 | 2026-05-22T15:39:56.398Z | Downloaded oso-derive v0.27.3 |
| 787 | 2026-05-22T15:39:56.402Z | Downloaded openssl-macros v0.1.1 |
| 788 | 2026-05-22T15:39:56.402Z | Downloaded hyper-rustls v0.27.7 |
| 789 | 2026-05-22T15:39:56.402Z | Downloaded libsw-core v0.3.2 |
| 790 | 2026-05-22T15:39:56.405Z | Downloaded futures v0.3.32 |
| 791 | 2026-05-22T15:39:56.409Z | Downloaded opaque-debug v0.3.1 |
| 792 | 2026-05-22T15:39:56.409Z | Downloaded console v0.16.2 |
| 793 | 2026-05-22T15:39:56.409Z | Downloaded olpc-cjson v0.1.4 |
| 794 | 2026-05-22T15:39:56.409Z | Downloaded dropshot_endpoint v0.17.0 |
| 795 | 2026-05-22T15:39:56.412Z | Downloaded diesel_derives v2.3.7 |
| 796 | 2026-05-22T15:39:56.416Z | Downloaded md5 v0.7.0 |
| 797 | 2026-05-22T15:39:56.416Z | Downloaded mime_guess v2.0.5 |
| 798 | 2026-05-22T15:39:56.419Z | Downloaded managed v0.8.0 |
| 799 | 2026-05-22T15:39:56.419Z | Downloaded openssl-probe v0.2.1 |
| 800 | 2026-05-22T15:39:56.419Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-22T15:39:56.423Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-05-22T15:39:56.423Z | Downloaded iana-time-zone v0.1.65 |
| 803 | 2026-05-22T15:39:56.423Z | Downloaded parse-display v0.10.0 |
| 804 | 2026-05-22T15:39:56.427Z | Downloaded hyper-staticfile v0.10.1 |
| 805 | 2026-05-22T15:39:56.427Z | Downloaded parse-size v1.1.0 |
| 806 | 2026-05-22T15:39:56.431Z | Downloaded nanorand v0.7.0 |
| 807 | 2026-05-22T15:39:56.434Z | Downloaded multer v3.1.0 |
| 808 | 2026-05-22T15:39:56.434Z | Downloaded half v2.7.1 |
| 809 | 2026-05-22T15:39:56.438Z | Downloaded native-tls v0.2.18 |
| 810 | 2026-05-22T15:39:56.441Z | Downloaded num-derive v0.4.2 |
| 811 | 2026-05-22T15:39:56.441Z | Downloaded newtype-uuid v1.3.2 |
| 812 | 2026-05-22T15:39:56.445Z | Downloaded bytes v1.11.1 |
| 813 | 2026-05-22T15:39:56.448Z | Downloaded ipnet v2.11.0 |
| 814 | 2026-05-22T15:39:56.452Z | Downloaded pbkdf2 v0.11.0 |
| 815 | 2026-05-22T15:39:56.455Z | Downloaded hmac v0.12.1 |
| 816 | 2026-05-22T15:39:56.455Z | Downloaded base64 v0.21.7 |
| 817 | 2026-05-22T15:39:56.470Z | Downloaded pin-utils v0.1.0 |
| 818 | 2026-05-22T15:39:56.474Z | Downloaded num-integer v0.1.46 |
| 819 | 2026-05-22T15:39:56.474Z | Downloaded base64 v0.22.1 |
| 820 | 2026-05-22T15:39:56.477Z | Downloaded phf_shared v0.13.1 |
| 821 | 2026-05-22T15:39:56.477Z | Downloaded phf_shared v0.12.1 |
| 822 | 2026-05-22T15:39:56.477Z | Downloaded phf_shared v0.11.3 |
| 823 | 2026-05-22T15:39:56.477Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-05-22T15:39:56.480Z | Downloaded openssl-probe v0.1.6 |
| 825 | 2026-05-22T15:39:56.480Z | Downloaded num_enum_derive v0.7.5 |
| 826 | 2026-05-22T15:39:56.480Z | Downloaded num_enum_derive v0.5.11 |
| 827 | 2026-05-22T15:39:56.481Z | Downloaded num_enum v0.7.5 |
| 828 | 2026-05-22T15:39:56.484Z | Downloaded num-complex v0.4.6 |
| 829 | 2026-05-22T15:39:56.484Z | Downloaded flume v0.11.1 |
| 830 | 2026-05-22T15:39:56.487Z | Downloaded precomputed-hash v0.1.1 |
| 831 | 2026-05-22T15:39:56.488Z | Downloaded litrs v1.0.0 |
| 832 | 2026-05-22T15:39:56.491Z | Downloaded num_enum v0.5.11 |
| 833 | 2026-05-22T15:39:56.494Z | Downloaded memmap2 v0.9.10 |
| 834 | 2026-05-22T15:39:56.494Z | Downloaded derive_more-impl v2.1.1 |
| 835 | 2026-05-22T15:39:56.499Z | Downloaded packed_struct_codegen v0.10.1 |
| 836 | 2026-05-22T15:39:56.499Z | Downloaded packed_struct v0.10.1 |
| 837 | 2026-05-22T15:39:56.502Z | Downloaded darling_core v0.21.3 |
| 838 | 2026-05-22T15:39:56.502Z | Downloaded progenitor-client v0.10.0 |
| 839 | 2026-05-22T15:39:56.507Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 840 | 2026-05-22T15:39:56.507Z | Downloaded proc-macro-crate v1.3.1 |
| 841 | 2026-05-22T15:39:56.507Z | Downloaded predicates-tree v1.0.13 |
| 842 | 2026-05-22T15:39:56.507Z | Downloaded predicates-core v1.0.10 |
| 843 | 2026-05-22T15:39:56.507Z | Downloaded powerfmt v0.2.0 |
| 844 | 2026-05-22T15:39:56.507Z | Downloaded oxnet v0.1.4 |
| 845 | 2026-05-22T15:39:56.511Z | Downloaded indexmap v1.9.3 |
| 846 | 2026-05-22T15:39:56.511Z | Downloaded parse-display-derive v0.10.0 |
| 847 | 2026-05-22T15:39:56.514Z | Downloaded parking_lot_core v0.8.6 |
| 848 | 2026-05-22T15:39:56.514Z | Downloaded getrandom v0.3.4 |
| 849 | 2026-05-22T15:39:56.517Z | Downloaded crc-any v2.5.0 |
| 850 | 2026-05-22T15:39:56.517Z | Downloaded password-hash v0.4.2 |
| 851 | 2026-05-22T15:39:56.517Z | Downloaded heapless v0.8.0 |
| 852 | 2026-05-22T15:39:56.521Z | Downloaded proc-macro-crate v3.4.0 |
| 853 | 2026-05-22T15:39:56.521Z | Downloaded cc v1.2.56 |
| 854 | 2026-05-22T15:39:56.524Z | Downloaded heapless v0.7.17 |
| 855 | 2026-05-22T15:39:56.527Z | Downloaded progenitor-macro v0.14.0 |
| 856 | 2026-05-22T15:39:56.528Z | Downloaded progenitor-client v0.11.2 |
| 857 | 2026-05-22T15:39:56.528Z | Downloaded oxide-tokio-rt v0.1.4 |
| 858 | 2026-05-22T15:39:56.528Z | Downloaded progenitor-macro v0.13.0 |
| 859 | 2026-05-22T15:39:56.531Z | Downloaded headers v0.4.1 |
| 860 | 2026-05-22T15:39:56.534Z | Downloaded pem v3.0.6 |
| 861 | 2026-05-22T15:39:56.534Z | Downloaded peg v0.8.5 |
| 862 | 2026-05-22T15:39:56.538Z | Downloaded progenitor-macro v0.11.2 |
| 863 | 2026-05-22T15:39:56.538Z | Downloaded psl-types v2.0.11 |
| 864 | 2026-05-22T15:39:56.538Z | Downloaded phf v0.13.1 |
| 865 | 2026-05-22T15:39:56.538Z | Downloaded progenitor-macro v0.10.0 |
| 866 | 2026-05-22T15:39:56.542Z | Downloaded peg-macros v0.8.5 |
| 867 | 2026-05-22T15:39:56.542Z | Downloaded pem-rfc7468 v0.7.0 |
| 868 | 2026-05-22T15:39:56.542Z | Downloaded phf v0.12.1 |
| 869 | 2026-05-22T15:39:56.542Z | Downloaded libbz2-rs-sys v0.2.2 |
| 870 | 2026-05-22T15:39:56.545Z | Downloaded paste v1.0.15 |
| 871 | 2026-05-22T15:39:56.545Z | Downloaded password-hash v0.5.0 |
| 872 | 2026-05-22T15:39:56.548Z | Downloaded poly1305 v0.8.0 |
| 873 | 2026-05-22T15:39:56.548Z | Downloaded darling_core v0.23.0 |
| 874 | 2026-05-22T15:39:56.552Z | Downloaded quick-error v1.2.3 |
| 875 | 2026-05-22T15:39:56.552Z | Downloaded darling_core v0.20.11 |
| 876 | 2026-05-22T15:39:56.556Z | Downloaded rand_chacha v0.3.1 |
| 877 | 2026-05-22T15:39:56.556Z | Downloaded pkcs8 v0.10.2 |
| 878 | 2026-05-22T15:39:56.559Z | Downloaded omicron-zone-package v0.12.2 |
| 879 | 2026-05-22T15:39:56.563Z | Downloaded pkg-config v0.3.32 |
| 880 | 2026-05-22T15:39:56.563Z | Downloaded pin-project-lite v0.2.17 |
| 881 | 2026-05-22T15:39:56.567Z | Downloaded polyval v0.6.2 |
| 882 | 2026-05-22T15:39:56.567Z | Downloaded indicatif v0.18.4 |
| 883 | 2026-05-22T15:39:56.579Z | Downloaded ppv-lite86 v0.2.21 |
| 884 | 2026-05-22T15:39:56.579Z | Downloaded parking_lot v0.11.2 |
| 885 | 2026-05-22T15:39:56.579Z | Downloaded progenitor v0.10.0 |
| 886 | 2026-05-22T15:39:56.579Z | Downloaded proc-macro-error2 v2.0.1 |
| 887 | 2026-05-22T15:39:56.579Z | Downloaded postgres-protocol v0.6.10 |
| 888 | 2026-05-22T15:39:56.579Z | Downloaded der v0.7.10 |
| 889 | 2026-05-22T15:39:56.579Z | Downloaded radium v0.7.0 |
| 890 | 2026-05-22T15:39:56.582Z | Downloaded crypto-bigint v0.5.5 |
| 891 | 2026-05-22T15:39:56.582Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 892 | 2026-05-22T15:39:56.582Z | Downloaded progenitor-extras v0.2.0 |
| 893 | 2026-05-22T15:39:56.586Z | Downloaded crossterm v0.28.1 |
| 894 | 2026-05-22T15:39:56.590Z | Downloaded compact_str v0.8.1 |
| 895 | 2026-05-22T15:39:56.593Z | Downloaded hickory-resolver v0.25.2 |
| 896 | 2026-05-22T15:39:56.593Z | Downloaded progenitor-client v0.13.0 |
| 897 | 2026-05-22T15:39:56.593Z | Downloaded progenitor v0.13.0 |
| 898 | 2026-05-22T15:39:56.597Z | Downloaded recursive v0.1.1 |
| 899 | 2026-05-22T15:39:56.597Z | Downloaded parking_lot_core v0.9.12 |
| 900 | 2026-05-22T15:39:56.597Z | Downloaded progenitor-client v0.14.0 |
| 901 | 2026-05-22T15:39:56.597Z | Downloaded rand_xorshift v0.4.0 |
| 902 | 2026-05-22T15:39:56.600Z | Downloaded ed25519-dalek v2.2.0 |
| 903 | 2026-05-22T15:39:56.600Z | Downloaded owo-colors v4.3.0 |
| 904 | 2026-05-22T15:39:56.604Z | Downloaded ingot-types v0.1.2 |
| 905 | 2026-05-22T15:39:56.604Z | Downloaded ref-cast-impl v1.0.25 |
| 906 | 2026-05-22T15:39:56.604Z | Downloaded ignore v0.4.25 |
| 907 | 2026-05-22T15:39:56.607Z | Downloaded ref-cast v1.0.25 |
| 908 | 2026-05-22T15:39:56.607Z | Downloaded russh-cryptovec v0.7.3 |
| 909 | 2026-05-22T15:39:56.607Z | Downloaded progenitor v0.11.2 |
| 910 | 2026-05-22T15:39:56.611Z | Downloaded num-rational v0.4.2 |
| 911 | 2026-05-22T15:39:56.611Z | Downloaded pbkdf2 v0.12.2 |
| 912 | 2026-05-22T15:39:56.611Z | Downloaded nu-ansi-term v0.50.3 |
| 913 | 2026-05-22T15:39:56.614Z | Downloaded postcard v1.1.3 |
| 914 | 2026-05-22T15:39:56.614Z | Downloaded hickory-resolver v0.24.4 |
| 915 | 2026-05-22T15:39:56.617Z | Downloaded pkcs1 v0.7.5 |
| 916 | 2026-05-22T15:39:56.618Z | Downloaded pin-project-internal v1.1.11 |
| 917 | 2026-05-22T15:39:56.621Z | Downloaded rtoolbox v0.0.3 |
| 918 | 2026-05-22T15:39:56.621Z | Downloaded crossbeam-channel v0.5.15 |
| 919 | 2026-05-22T15:39:56.624Z | Downloaded httparse v1.10.1 |
| 920 | 2026-05-22T15:39:56.624Z | Downloaded path-slash v0.1.5 |
| 921 | 2026-05-22T15:39:56.628Z | Downloaded psm v0.1.30 |
| 922 | 2026-05-22T15:39:56.631Z | Downloaded rustc_version v0.4.1 |
| 923 | 2026-05-22T15:39:56.631Z | Downloaded rustc-hash v2.1.1 |
| 924 | 2026-05-22T15:39:56.635Z | Downloaded derive_more v2.1.1 |
| 925 | 2026-05-22T15:39:56.638Z | Downloaded predicates v3.1.4 |
| 926 | 2026-05-22T15:39:56.641Z | Downloaded rand_core v0.6.4 |
| 927 | 2026-05-22T15:39:56.641Z | Downloaded pkcs5 v0.7.1 |
| 928 | 2026-05-22T15:39:56.645Z | Downloaded rand_seeder v0.4.0 |
| 929 | 2026-05-22T15:39:56.645Z | Downloaded salsa20 v0.10.2 |
| 930 | 2026-05-22T15:39:56.648Z | Downloaded rand_core v0.10.0 |
| 931 | 2026-05-22T15:39:56.648Z | Downloaded rand_core v0.9.5 |
| 932 | 2026-05-22T15:39:56.648Z | Downloaded scopeguard v1.2.0 |
| 933 | 2026-05-22T15:39:56.648Z | Downloaded postgres-types v0.2.12 |
| 934 | 2026-05-22T15:39:56.652Z | Downloaded scheduled-thread-pool v0.2.7 |
| 935 | 2026-05-22T15:39:56.652Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-05-22T15:39:56.652Z | Downloaded oso v0.27.3 |
| 937 | 2026-05-22T15:39:56.655Z | Downloaded bumpalo v3.20.2 |
| 938 | 2026-05-22T15:39:56.658Z | Downloaded parking_lot v0.12.5 |
| 939 | 2026-05-22T15:39:56.658Z | Downloaded same-file v1.0.6 |
| 940 | 2026-05-22T15:39:56.659Z | Downloaded rand_chacha v0.9.0 |
| 941 | 2026-05-22T15:39:56.662Z | Downloaded papergrid v0.17.0 |
| 942 | 2026-05-22T15:39:56.662Z | Downloaded progenitor v0.14.0 |
| 943 | 2026-05-22T15:39:56.665Z | Downloaded scrypt v0.11.0 |
| 944 | 2026-05-22T15:39:56.665Z | Downloaded scroll_derive v0.13.1 |
| 945 | 2026-05-22T15:39:56.665Z | Downloaded jiff-static v0.2.21 |
| 946 | 2026-05-22T15:39:56.669Z | Downloaded miniz_oxide v0.8.9 |
| 947 | 2026-05-22T15:39:56.669Z | Downloaded flate2 v1.1.9 |
| 948 | 2026-05-22T15:39:56.672Z | Downloaded rustc_version v0.1.7 |
| 949 | 2026-05-22T15:39:56.672Z | Downloaded rfc6979 v0.4.0 |
| 950 | 2026-05-22T15:39:56.677Z | Downloaded serde_repr v0.1.20 |
| 951 | 2026-05-22T15:39:56.681Z | Downloaded primeorder v0.13.6 |
| 952 | 2026-05-22T15:39:56.687Z | Downloaded semver v0.1.20 |
| 953 | 2026-05-22T15:39:56.690Z | Downloaded secrecy v0.10.3 |
| 954 | 2026-05-22T15:39:56.690Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-05-22T15:39:56.690Z | Downloaded quinn-udp v0.5.14 |
| 956 | 2026-05-22T15:39:56.694Z | Downloaded serde-big-array v0.5.1 |
| 957 | 2026-05-22T15:39:56.697Z | Downloaded serde_spanned v1.0.4 |
| 958 | 2026-05-22T15:39:56.697Z | Downloaded serde_bytes v0.11.19 |
| 959 | 2026-05-22T15:39:56.697Z | Downloaded rustls-pemfile v2.2.0 |
| 960 | 2026-05-22T15:39:56.701Z | Downloaded rustls-pemfile v1.0.4 |
| 961 | 2026-05-22T15:39:56.701Z | Downloaded resolv-conf v0.7.6 |
| 962 | 2026-05-22T15:39:56.701Z | Downloaded shell-words v1.1.1 |
| 963 | 2026-05-22T15:39:56.705Z | Downloaded signal-hook-tokio v0.3.1 |
| 964 | 2026-05-22T15:39:56.709Z | Downloaded signal-hook-mio v0.2.5 |
| 965 | 2026-05-22T15:39:56.709Z | Downloaded sha1 v0.10.6 |
| 966 | 2026-05-22T15:39:56.712Z | Downloaded minimal-lexical v0.2.1 |
| 967 | 2026-05-22T15:39:56.716Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-05-22T15:39:56.717Z | Downloaded hashbrown v0.12.3 |
| 969 | 2026-05-22T15:39:56.722Z | Downloaded rustls-native-certs v0.8.3 |
| 970 | 2026-05-22T15:39:56.726Z | Downloaded slog-bunyan v2.5.0 |
| 971 | 2026-05-22T15:39:56.729Z | Downloaded sigpipe v0.1.3 |
| 972 | 2026-05-22T15:39:56.729Z | Downloaded signature v2.2.0 |
| 973 | 2026-05-22T15:39:56.729Z | Downloaded scroll v0.13.0 |
| 974 | 2026-05-22T15:39:56.732Z | Downloaded aes v0.8.4 |
| 975 | 2026-05-22T15:39:56.732Z | Downloaded schemars_derive v0.8.22 |
| 976 | 2026-05-22T15:39:56.736Z | Downloaded hyper-util v0.1.20 |
| 977 | 2026-05-22T15:39:56.739Z | Downloaded p256 v0.13.2 |
| 978 | 2026-05-22T15:39:56.739Z | Downloaded openssl-sys v0.9.115 |
| 979 | 2026-05-22T15:39:56.743Z | Downloaded siphasher v1.0.2 |
| 980 | 2026-05-22T15:39:56.743Z | Downloaded sapling-renderdag v0.1.0 |
| 981 | 2026-05-22T15:39:56.747Z | Downloaded rusty-fork v0.3.1 |
| 982 | 2026-05-22T15:39:56.753Z | Downloaded sec1 v0.7.3 |
| 983 | 2026-05-22T15:39:56.757Z | Downloaded serde_plain v1.0.2 |
| 984 | 2026-05-22T15:39:56.757Z | Downloaded serde_derive_internals v0.29.1 |
| 985 | 2026-05-22T15:39:56.757Z | Downloaded sct v0.7.1 |
| 986 | 2026-05-22T15:39:56.760Z | Downloaded hashbrown v0.13.2 |
| 987 | 2026-05-22T15:39:56.763Z | Downloaded ssh-cipher v0.2.0 |
| 988 | 2026-05-22T15:39:56.767Z | Downloaded progenitor-impl v0.11.2 |
| 989 | 2026-05-22T15:39:56.767Z | Downloaded prefix-trie v0.7.0 |
| 990 | 2026-05-22T15:39:56.771Z | Downloaded seq-macro v0.3.6 |
| 991 | 2026-05-22T15:39:56.774Z | Downloaded slog-envlogger v2.2.0 |
| 992 | 2026-05-22T15:39:56.774Z | Downloaded russh-keys v0.45.0 |
| 993 | 2026-05-22T15:39:56.778Z | Downloaded ssh-encoding v0.2.0 |
| 994 | 2026-05-22T15:39:56.782Z | Downloaded shlex v1.3.0 |
| 995 | 2026-05-22T15:39:56.785Z | Downloaded serde_path_to_error v0.1.20 |
| 996 | 2026-05-22T15:39:56.785Z | Downloaded serde-hex v0.1.0 |
| 997 | 2026-05-22T15:39:56.785Z | Downloaded sqlparser_derive v0.5.0 |
| 998 | 2026-05-22T15:39:56.785Z | Downloaded crossterm v0.29.0 |
| 999 | 2026-05-22T15:39:56.789Z | Downloaded structmeta-derive v0.3.0 |
| 1000 | 2026-05-22T15:39:56.792Z | Downloaded structmeta v0.3.0 |
| 1001 | 2026-05-22T15:39:56.792Z | Downloaded progenitor-impl v0.13.0 |
| 1002 | 2026-05-22T15:39:56.796Z | Downloaded pin-project v1.1.11 |
| 1003 | 2026-05-22T15:39:56.799Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1004 | 2026-05-22T15:39:56.803Z | Downloaded strum v0.26.3 |
| 1005 | 2026-05-22T15:39:56.808Z | Downloaded sync_wrapper v1.0.2 |
| 1006 | 2026-05-22T15:39:56.812Z | Downloaded strum v0.27.2 |
| 1007 | 2026-05-22T15:39:56.812Z | Downloaded rustls-pki-types v1.14.0 |
| 1008 | 2026-05-22T15:39:56.815Z | Downloaded aes-gcm v0.10.3 |
| 1009 | 2026-05-22T15:39:56.815Z | Downloaded slab v0.4.12 |
| 1010 | 2026-05-22T15:39:56.818Z | Downloaded http v1.4.0 |
| 1011 | 2026-05-22T15:39:56.822Z | Downloaded sync-ptr v0.1.4 |
| 1012 | 2026-05-22T15:39:56.822Z | Downloaded rustversion v1.0.22 |
| 1013 | 2026-05-22T15:39:56.825Z | Downloaded supports-color v3.0.2 |
| 1014 | 2026-05-22T15:39:56.825Z | Downloaded slog-async v2.8.0 |
| 1015 | 2026-05-22T15:39:56.829Z | Downloaded tap v1.0.1 |
| 1016 | 2026-05-22T15:39:56.829Z | Downloaded slog-stdlog v4.1.1 |
| 1017 | 2026-05-22T15:39:56.832Z | Downloaded slog-json v2.6.1 |
| 1018 | 2026-05-22T15:39:56.832Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-05-22T15:39:56.832Z | Downloaded pretty_assertions v1.4.1 |
| 1020 | 2026-05-22T15:39:56.836Z | Downloaded progenitor-impl v0.14.0 |
| 1021 | 2026-05-22T15:39:56.839Z | Downloaded snafu-derive v0.8.9 |
| 1022 | 2026-05-22T15:39:56.839Z | Downloaded smf v0.2.3 |
| 1023 | 2026-05-22T15:39:56.839Z | Downloaded serde_cbor v0.11.2 |
| 1024 | 2026-05-22T15:39:56.843Z | Downloaded spki v0.7.3 |
| 1025 | 2026-05-22T15:39:56.843Z | Downloaded tabled_derive v0.11.0 |
| 1026 | 2026-05-22T15:39:56.843Z | Downloaded rcgen v0.12.1 |
| 1027 | 2026-05-22T15:39:56.846Z | Downloaded take_mut v0.2.2 |
| 1028 | 2026-05-22T15:39:56.846Z | Downloaded testing_table v0.3.0 |
| 1029 | 2026-05-22T15:39:56.846Z | Downloaded tagptr v0.2.0 |
| 1030 | 2026-05-22T15:39:56.850Z | Downloaded tabwriter v1.4.1 |
| 1031 | 2026-05-22T15:39:56.850Z | Downloaded slog-scope v4.4.1 |
| 1032 | 2026-05-22T15:39:56.850Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1033 | 2026-05-22T15:39:56.850Z | Downloaded termtree v0.5.1 |
| 1034 | 2026-05-22T15:39:56.853Z | Downloaded ron v0.8.1 |
| 1035 | 2026-05-22T15:39:56.857Z | Downloaded time-core v0.1.8 |
| 1036 | 2026-05-22T15:39:56.857Z | Downloaded hickory-server v0.25.2 |
| 1037 | 2026-05-22T15:39:56.860Z | Downloaded static_assertions v1.1.0 |
| 1038 | 2026-05-22T15:39:56.860Z | Downloaded stacker v0.1.23 |
| 1039 | 2026-05-22T15:39:56.860Z | Downloaded progenitor-impl v0.10.0 |
| 1040 | 2026-05-22T15:39:56.864Z | Downloaded thread-id v5.1.0 |
| 1041 | 2026-05-22T15:39:56.864Z | Downloaded sqlformat v0.3.5 |
| 1042 | 2026-05-22T15:39:56.864Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1043 | 2026-05-22T15:39:56.867Z | Downloaded smallvec v0.6.14 |
| 1044 | 2026-05-22T15:39:56.867Z | Downloaded prettyplease v0.2.37 |
| 1045 | 2026-05-22T15:39:56.871Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-05-22T15:39:56.884Z | Downloaded hashbrown v0.16.1 |
| 1047 | 2026-05-22T15:39:56.888Z | Downloaded ryu v1.0.23 |
| 1048 | 2026-05-22T15:39:56.891Z | Downloaded tokio-macros v2.7.0 |
| 1049 | 2026-05-22T15:39:56.891Z | Downloaded tinyvec_macros v0.1.1 |
| 1050 | 2026-05-22T15:39:56.891Z | Downloaded serde_with_macros v3.17.0 |
| 1051 | 2026-05-22T15:39:56.895Z | Downloaded strum_macros v0.24.3 |
| 1052 | 2026-05-22T15:39:56.895Z | Downloaded signal-hook-registry v1.4.8 |
| 1053 | 2026-05-22T15:39:56.898Z | Downloaded support-bundle-viewer v0.1.2 |
| 1054 | 2026-05-22T15:39:56.898Z | Downloaded simd-adler32 v0.3.8 |
| 1055 | 2026-05-22T15:39:56.902Z | Downloaded strum_macros v0.27.2 |
| 1056 | 2026-05-22T15:39:56.908Z | Downloaded num-bigint v0.4.6 |
| 1057 | 2026-05-22T15:39:56.911Z | Downloaded subtle v2.6.1 |
| 1058 | 2026-05-22T15:39:56.915Z | Downloaded nom v7.1.3 |
| 1059 | 2026-05-22T15:39:56.919Z | Downloaded mio v1.2.0 |
| 1060 | 2026-05-22T15:39:56.925Z | Downloaded spin v0.9.8 |
| 1061 | 2026-05-22T15:39:56.939Z | Downloaded topological-sort v0.2.2 |
| 1062 | 2026-05-22T15:39:56.943Z | Downloaded thread_local v1.1.9 |
| 1063 | 2026-05-22T15:39:56.943Z | Downloaded thiserror-no-std v2.0.2 |
| 1064 | 2026-05-22T15:39:56.946Z | Downloaded termios v0.3.3 |
| 1065 | 2026-05-22T15:39:56.949Z | Downloaded itertools v0.10.5 |
| 1066 | 2026-05-22T15:39:56.953Z | Downloaded tower-layer v0.3.3 |
| 1067 | 2026-05-22T15:39:56.956Z | Downloaded publicsuffix v2.3.0 |
| 1068 | 2026-05-22T15:39:56.960Z | Downloaded stringprep v0.1.5 |
| 1069 | 2026-05-22T15:39:56.960Z | Downloaded schemars v0.9.0 |
| 1070 | 2026-05-22T15:39:56.965Z | Downloaded try-lock v0.2.5 |
| 1071 | 2026-05-22T15:39:56.968Z | Downloaded tower-service v0.3.3 |
| 1072 | 2026-05-22T15:39:56.968Z | Downloaded quinn v0.11.9 |
| 1073 | 2026-05-22T15:39:56.972Z | Downloaded tls_codec v0.4.2 |
| 1074 | 2026-05-22T15:39:56.972Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-05-22T15:39:56.972Z | Downloaded tokio-dtrace v0.1.1 |
| 1076 | 2026-05-22T15:39:56.975Z | Downloaded schemars v0.8.22 |
| 1077 | 2026-05-22T15:39:56.978Z | Downloaded usdt v0.6.0 |
| 1078 | 2026-05-22T15:39:56.982Z | Downloaded universal-hash v0.5.1 |
| 1079 | 2026-05-22T15:39:56.982Z | Downloaded similar v2.7.0 |
| 1080 | 2026-05-22T15:39:56.985Z | Downloaded unit-prefix v0.5.2 |
| 1081 | 2026-05-22T15:39:56.985Z | Downloaded unarray v0.1.4 |
| 1082 | 2026-05-22T15:39:56.985Z | Downloaded libxml v0.3.3 |
| 1083 | 2026-05-22T15:39:56.989Z | Downloaded typify-macro v0.6.2 |
| 1084 | 2026-05-22T15:39:56.992Z | Downloaded typify-macro v0.4.3 |
| 1085 | 2026-05-22T15:39:56.992Z | Downloaded signal-hook v0.3.18 |
| 1086 | 2026-05-22T15:39:56.992Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1087 | 2026-05-22T15:39:56.996Z | Downloaded slog v2.8.2 |
| 1088 | 2026-05-22T15:39:56.996Z | Downloaded untrusted v0.9.0 |
| 1089 | 2026-05-22T15:39:57.000Z | Downloaded unicode-truncate v1.1.0 |
| 1090 | 2026-05-22T15:39:57.000Z | Downloaded tokio-rustls v0.25.0 |
| 1091 | 2026-05-22T15:39:57.000Z | Downloaded rayon-core v1.13.0 |
| 1092 | 2026-05-22T15:39:57.004Z | Downloaded rand v0.8.6 |
| 1093 | 2026-05-22T15:39:57.004Z | Downloaded usdt-attr-macro v0.6.0 |
| 1094 | 2026-05-22T15:39:57.004Z | Downloaded dropshot-api-manager v0.7.2 |
| 1095 | 2026-05-22T15:39:57.007Z | Downloaded tokio-tungstenite v0.21.0 |
| 1096 | 2026-05-22T15:39:57.011Z | Downloaded slog-term v2.9.2 |
| 1097 | 2026-05-22T15:39:57.014Z | Downloaded num-bigint-dig v0.8.6 |
| 1098 | 2026-05-22T15:39:57.017Z | Downloaded term v0.7.0 |
| 1099 | 2026-05-22T15:39:57.021Z | Downloaded term v1.2.1 |
| 1100 | 2026-05-22T15:39:57.021Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1101 | 2026-05-22T15:39:57.024Z | Downloaded socket2 v0.5.10 |
| 1102 | 2026-05-22T15:39:57.024Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1103 | 2026-05-22T15:39:57.024Z | Downloaded usdt-macro v0.6.0 |
| 1104 | 2026-05-22T15:39:57.028Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1105 | 2026-05-22T15:39:57.028Z | Downloaded socket2 v0.6.3 |
| 1106 | 2026-05-22T15:39:57.028Z | Downloaded itertools v0.12.1 |
| 1107 | 2026-05-22T15:39:57.031Z | Downloaded void v1.0.2 |
| 1108 | 2026-05-22T15:39:57.031Z | Downloaded qorb v0.4.1 |
| 1109 | 2026-05-22T15:39:57.037Z | Downloaded wait-timeout v0.2.1 |
| 1110 | 2026-05-22T15:39:57.040Z | Downloaded rsa v0.9.10 |
| 1111 | 2026-05-22T15:39:57.044Z | Downloaded waitgroup v0.1.2 |
| 1112 | 2026-05-22T15:39:57.044Z | Downloaded tls_codec_derive v0.4.2 |
| 1113 | 2026-05-22T15:39:57.044Z | Downloaded tui-tree-widget v0.23.1 |
| 1114 | 2026-05-22T15:39:57.044Z | Downloaded trait-variant v0.1.2 |
| 1115 | 2026-05-22T15:39:57.047Z | Downloaded time-macros v0.2.27 |
| 1116 | 2026-05-22T15:39:57.047Z | Downloaded tokio-native-tls v0.3.1 |
| 1117 | 2026-05-22T15:39:57.051Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-05-22T15:39:57.055Z | Downloaded tiny-keccak v2.0.2 |
| 1119 | 2026-05-22T15:39:57.055Z | Downloaded rand v0.9.2 |
| 1120 | 2026-05-22T15:39:57.061Z | Downloaded samael v0.0.19 |
| 1121 | 2026-05-22T15:39:57.065Z | Downloaded tokio-stream v0.1.18 |
| 1122 | 2026-05-22T15:39:57.068Z | Downloaded schemars v1.2.1 |
| 1123 | 2026-05-22T15:39:57.074Z | Downloaded xshell-macros v0.2.7 |
| 1124 | 2026-05-22T15:39:57.078Z | Downloaded tokio-tungstenite v0.23.1 |
| 1125 | 2026-05-22T15:39:57.078Z | Downloaded rustls-webpki v0.103.9 |
| 1126 | 2026-05-22T15:39:57.082Z | Downloaded unicase v2.9.0 |
| 1127 | 2026-05-22T15:39:57.082Z | Downloaded snafu v0.8.9 |
| 1128 | 2026-05-22T15:39:57.086Z | Downloaded tokio-rustls v0.24.1 |
| 1129 | 2026-05-22T15:39:57.089Z | Downloaded tokio-rustls v0.26.4 |
| 1130 | 2026-05-22T15:39:57.089Z | Downloaded xattr v1.6.1 |
| 1131 | 2026-05-22T15:39:57.092Z | Downloaded zone_cfg_derive v0.3.1 |
| 1132 | 2026-05-22T15:39:57.097Z | Downloaded zone v0.3.1 |
| 1133 | 2026-05-22T15:39:57.097Z | Downloaded zeroize_derive v1.4.3 |
| 1134 | 2026-05-22T15:39:57.101Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1135 | 2026-05-22T15:39:57.101Z | Downloaded hashbrown v0.15.5 |
| 1136 | 2026-05-22T15:39:57.104Z | Downloaded vergen-lib v0.1.6 |
| 1137 | 2026-05-22T15:39:57.104Z | Downloaded aho-corasick v1.1.4 |
| 1138 | 2026-05-22T15:39:57.108Z | Downloaded libm v0.2.16 |
| 1139 | 2026-05-22T15:39:57.111Z | Downloaded utf-8 v0.7.6 |
| 1140 | 2026-05-22T15:39:57.114Z | Downloaded aws-lc-rs v1.16.3 |
| 1141 | 2026-05-22T15:39:57.118Z | Downloaded vergen-git2 v1.0.7 |
| 1142 | 2026-05-22T15:39:57.121Z | Downloaded tracing-attributes v0.1.31 |
| 1143 | 2026-05-22T15:39:57.121Z | Downloaded want v0.3.1 |
| 1144 | 2026-05-22T15:39:57.121Z | Downloaded unicode-properties v0.1.4 |
| 1145 | 2026-05-22T15:39:57.125Z | Downloaded iddqd v0.4.1 |
| 1146 | 2026-05-22T15:39:57.131Z | Downloaded whoami v1.6.1 |
| 1147 | 2026-05-22T15:39:57.131Z | Downloaded vergen-gitcl v1.0.8 |
| 1148 | 2026-05-22T15:39:57.131Z | Downloaded subprocess v0.2.15 |
| 1149 | 2026-05-22T15:39:57.135Z | Downloaded hkdf v0.12.4 |
| 1150 | 2026-05-22T15:39:57.135Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-05-22T15:39:57.135Z | Downloaded usdt-impl v0.6.0 |
| 1152 | 2026-05-22T15:39:57.135Z | Downloaded test-strategy v0.4.5 |
| 1153 | 2026-05-22T15:39:57.139Z | Downloaded p521 v0.13.3 |
| 1154 | 2026-05-22T15:39:57.139Z | Downloaded vsss-rs v3.3.4 |
| 1155 | 2026-05-22T15:39:57.139Z | Downloaded twox-hash v2.1.2 |
| 1156 | 2026-05-22T15:39:57.143Z | Downloaded tinyvec v1.10.0 |
| 1157 | 2026-05-22T15:39:57.143Z | Downloaded itertools v0.14.0 |
| 1158 | 2026-05-22T15:39:57.147Z | Downloaded uzers v0.12.2 |
| 1159 | 2026-05-22T15:39:57.150Z | Downloaded zeroize v1.8.2 |
| 1160 | 2026-05-22T15:39:57.150Z | Downloaded hyper v1.8.1 |
| 1161 | 2026-05-22T15:39:57.154Z | Downloaded walkdir v2.5.0 |
| 1162 | 2026-05-22T15:39:57.154Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1163 | 2026-05-22T15:39:57.157Z | Downloaded zstd-safe v7.2.4 |
| 1164 | 2026-05-22T15:39:57.157Z | Downloaded zstd v0.13.3 |
| 1165 | 2026-05-22T15:39:57.161Z | Downloaded blake3 v1.8.3 |
| 1166 | 2026-05-22T15:39:57.164Z | Downloaded h2 v0.4.13 |
| 1167 | 2026-05-22T15:39:57.168Z | Downloaded futures-util v0.3.32 |
| 1168 | 2026-05-22T15:39:57.174Z | Downloaded itertools v0.13.0 |
| 1169 | 2026-05-22T15:39:57.178Z | Downloaded tracing-core v0.1.36 |
| 1170 | 2026-05-22T15:39:57.182Z | Downloaded toml v0.7.8 |
| 1171 | 2026-05-22T15:39:57.182Z | Downloaded tar v0.4.45 |
| 1172 | 2026-05-22T15:39:57.185Z | Downloaded whoami v2.1.0 |
| 1173 | 2026-05-22T15:39:57.185Z | Downloaded vergen v9.0.6 |
| 1174 | 2026-05-22T15:39:57.189Z | Downloaded rustyline v14.0.0 |
| 1175 | 2026-05-22T15:39:57.189Z | Downloaded iri-string v0.7.10 |
| 1176 | 2026-05-22T15:39:57.209Z | Downloaded xshell v0.2.7 |
| 1177 | 2026-05-22T15:39:57.212Z | Downloaded rand v0.10.0 |
| 1178 | 2026-05-22T15:39:57.212Z | Downloaded typify v0.4.3 |
| 1179 | 2026-05-22T15:39:57.215Z | Downloaded tungstenite v0.23.0 |
| 1180 | 2026-05-22T15:39:57.219Z | Downloaded unicode-bidi v0.3.18 |
| 1181 | 2026-05-22T15:39:57.219Z | Downloaded tungstenite v0.21.0 |
| 1182 | 2026-05-22T15:39:57.223Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1183 | 2026-05-22T15:39:57.223Z | Downloaded steno v0.4.1 |
| 1184 | 2026-05-22T15:39:57.230Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-05-22T15:39:57.236Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1186 | 2026-05-22T15:39:57.240Z | Downloaded bitvec v1.0.1 |
| 1187 | 2026-05-22T15:39:57.250Z | Downloaded uuid v1.23.0 |
| 1188 | 2026-05-22T15:39:57.253Z | Downloaded rpassword v7.4.0 |
| 1189 | 2026-05-22T15:39:57.257Z | Downloaded toml_edit v0.19.15 |
| 1190 | 2026-05-22T15:39:57.266Z | Downloaded zopfli v0.8.3 |
| 1191 | 2026-05-22T15:39:57.269Z | Downloaded vte v0.14.1 |
| 1192 | 2026-05-22T15:39:57.269Z | Downloaded reedline v0.40.0 |
| 1193 | 2026-05-22T15:39:57.273Z | Downloaded typify v0.6.2 |
| 1194 | 2026-05-22T15:39:57.283Z | Downloaded unsafe-libyaml v0.2.11 |
| 1195 | 2026-05-22T15:39:57.286Z | Downloaded yasna v0.5.2 |
| 1196 | 2026-05-22T15:39:57.289Z | Downloaded yansi v1.0.1 |
| 1197 | 2026-05-22T15:39:57.304Z | Downloaded russh v0.45.0 |
| 1198 | 2026-05-22T15:39:57.308Z | Downloaded ssh-key v0.6.7 |
| 1199 | 2026-05-22T15:39:57.312Z | Downloaded zip v0.6.6 |
| 1200 | 2026-05-22T15:39:57.315Z | Downloaded git2 v0.20.4 |
| 1201 | 2026-05-22T15:39:57.319Z | Downloaded regex v1.12.3 |
| 1202 | 2026-05-22T15:39:57.323Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-05-22T15:39:57.326Z | Downloaded unicode_categories v0.1.1 |
| 1204 | 2026-05-22T15:39:57.329Z | Downloaded portable-atomic v1.13.1 |
| 1205 | 2026-05-22T15:39:57.333Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-05-22T15:39:57.336Z | Downloaded reqwest v0.12.28 |
| 1207 | 2026-05-22T15:39:57.340Z | Downloaded bindgen v0.71.1 |
| 1208 | 2026-05-22T15:39:57.344Z | Downloaded rayon v1.11.0 |
| 1209 | 2026-05-22T15:39:57.347Z | Downloaded zerocopy-derive v0.8.40 |
| 1210 | 2026-05-22T15:39:57.352Z | Downloaded p384 v0.13.1 |
| 1211 | 2026-05-22T15:39:57.358Z | Downloaded chrono v0.4.44 |
| 1212 | 2026-05-22T15:39:57.366Z | Downloaded rustls-webpki v0.101.7 |
| 1213 | 2026-05-22T15:39:57.375Z | Downloaded tower v0.5.3 |
| 1214 | 2026-05-22T15:39:57.381Z | Downloaded moka v0.12.13 |
| 1215 | 2026-05-22T15:39:57.385Z | Downloaded goblin v0.10.5 |
| 1216 | 2026-05-22T15:39:57.389Z | Downloaded lalrpop v0.19.12 |
| 1217 | 2026-05-22T15:39:57.396Z | Downloaded typed-path v0.9.3 |
| 1218 | 2026-05-22T15:39:57.399Z | Downloaded salty v0.3.0 |
| 1219 | 2026-05-22T15:39:57.403Z | Downloaded x509-cert v0.2.5 |
| 1220 | 2026-05-22T15:39:57.406Z | Downloaded unicode-segmentation v1.12.0 |
| 1221 | 2026-05-22T15:39:57.411Z | Downloaded quick-xml v0.37.5 |
| 1222 | 2026-05-22T15:39:57.432Z | Downloaded rustls-webpki v0.102.8 |
| 1223 | 2026-05-22T15:39:57.443Z | Downloaded zip v4.6.1 |
| 1224 | 2026-05-22T15:39:57.446Z | Downloaded tough v0.22.0 |
| 1225 | 2026-05-22T15:39:57.455Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-05-22T15:39:57.464Z | Downloaded unicode-normalization v0.1.25 |
| 1227 | 2026-05-22T15:39:57.484Z | Downloaded object v0.30.4 |
| 1228 | 2026-05-22T15:39:57.489Z | Downloaded serde_with v3.17.0 |
| 1229 | 2026-05-22T15:39:57.496Z | Downloaded tokio-util v0.7.18 |
| 1230 | 2026-05-22T15:39:57.500Z | Downloaded radix_trie v0.2.1 |
| 1231 | 2026-05-22T15:39:57.504Z | Downloaded nix v0.27.1 |
| 1232 | 2026-05-22T15:39:57.509Z | Downloaded proptest v1.10.0 |
| 1233 | 2026-05-22T15:39:57.515Z | Downloaded petname v2.0.2 |
| 1234 | 2026-05-22T15:39:57.519Z | Downloaded polar-core v0.27.3 |
| 1235 | 2026-05-22T15:39:57.524Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-05-22T15:39:57.528Z | Downloaded curve25519-dalek v4.1.3 |
| 1237 | 2026-05-22T15:39:57.537Z | Downloaded winnow v0.5.40 |
| 1238 | 2026-05-22T15:39:57.542Z | Downloaded winnow v0.6.26 |
| 1239 | 2026-05-22T15:39:57.559Z | Downloaded nix v0.29.0 |
| 1240 | 2026-05-22T15:39:57.573Z | Downloaded rustls v0.21.12 |
| 1241 | 2026-05-22T15:39:57.579Z | Downloaded tabled v0.20.0 |
| 1242 | 2026-05-22T15:39:57.589Z | Downloaded openssl v0.10.79 |
| 1243 | 2026-05-22T15:39:57.594Z | Downloaded bstr v1.12.1 |
| 1244 | 2026-05-22T15:39:57.602Z | Downloaded nix v0.28.0 |
| 1245 | 2026-05-22T15:39:57.607Z | Downloaded time v0.3.47 |
| 1246 | 2026-05-22T15:39:57.614Z | Downloaded hickory-proto v0.24.4 |
| 1247 | 2026-05-22T15:39:57.623Z | Downloaded zlib-rs v0.6.2 |
| 1248 | 2026-05-22T15:39:57.627Z | Downloaded dropshot v0.16.7 |
| 1249 | 2026-05-22T15:39:57.639Z | Downloaded webpki-roots v1.0.6 |
| 1250 | 2026-05-22T15:39:57.642Z | Downloaded object v0.37.3 |
| 1251 | 2026-05-22T15:39:57.647Z | Downloaded vcpkg v0.2.15 |
| 1252 | 2026-05-22T15:39:57.671Z | Downloaded zerocopy v0.8.40 |
| 1253 | 2026-05-22T15:39:57.676Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-05-22T15:39:57.682Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-05-22T15:39:57.689Z | Downloaded hickory-proto v0.25.2 |
| 1256 | 2026-05-22T15:39:57.697Z | Downloaded regress v0.10.5 |
| 1257 | 2026-05-22T15:39:57.702Z | Downloaded openapiv3 v2.2.0 |
| 1258 | 2026-05-22T15:39:57.709Z | Downloaded regex-syntax v0.8.10 |
| 1259 | 2026-05-22T15:39:57.713Z | Downloaded diesel v2.3.7 |
| 1260 | 2026-05-22T15:39:57.726Z | Downloaded rustls v0.23.37 |
| 1261 | 2026-05-22T15:39:57.733Z | Downloaded rustix v0.38.44 |
| 1262 | 2026-05-22T15:39:57.746Z | Downloaded regress v0.11.1 |
| 1263 | 2026-05-22T15:39:57.751Z | Downloaded rustls v0.22.4 |
| 1264 | 2026-05-22T15:39:57.759Z | Downloaded nix v0.31.2 |
| 1265 | 2026-05-22T15:39:57.766Z | Downloaded regex-syntax v0.6.29 |
| 1266 | 2026-05-22T15:39:57.771Z | Downloaded dropshot v0.17.0 |
| 1267 | 2026-05-22T15:39:57.782Z | Downloaded sqlparser v0.61.0 |
| 1268 | 2026-05-22T15:39:57.788Z | Downloaded sled v0.34.7 |
| 1269 | 2026-05-22T15:39:57.813Z | Downloaded typify-impl v0.6.2 |
| 1270 | 2026-05-22T15:39:57.823Z | Downloaded tracing v0.1.44 |
| 1271 | 2026-05-22T15:39:57.834Z | Downloaded ratatui v0.29.0 |
| 1272 | 2026-05-22T15:39:57.846Z | Downloaded typify-impl v0.4.3 |
| 1273 | 2026-05-22T15:39:57.854Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1274 | 2026-05-22T15:39:57.872Z | Downloaded zerocopy-derive v0.6.6 |
| 1275 | 2026-05-22T15:39:57.878Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-05-22T15:39:57.889Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-05-22T15:39:57.902Z | Downloaded regex-automata v0.4.14 |
| 1278 | 2026-05-22T15:39:57.910Z | Downloaded petgraph v0.6.5 |
| 1279 | 2026-05-22T15:39:57.937Z | Downloaded sha3 v0.10.8 |
| 1280 | 2026-05-22T15:39:57.945Z | Downloaded tokio v1.52.1 |
| 1281 | 2026-05-22T15:39:57.968Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-05-22T15:39:57.990Z | Downloaded csv v1.4.0 |
| 1283 | 2026-05-22T15:39:58.002Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-05-22T15:39:58.014Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-22T15:39:58.061Z | Downloaded ring v0.17.14 |
| 1286 | 2026-05-22T15:39:58.087Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-05-22T15:39:58.130Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-05-22T15:39:58.631Z | Downloaded aws-lc-sys v0.40.0 |
| 1289 | 2026-05-22T15:39:58.881Z | Compiling libc v0.2.185 |
| 1290 | 2026-05-22T15:39:58.881Z | Compiling serde v1.0.228 |
| 1291 | 2026-05-22T15:39:58.885Z | Compiling log v0.4.29 |
| 1292 | 2026-05-22T15:39:58.885Z | Compiling find-msvc-tools v0.1.9 |
| 1293 | 2026-05-22T15:39:58.885Z | Compiling shlex v1.3.0 |
| 1294 | 2026-05-22T15:39:58.885Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-05-22T15:39:59.026Z | Compiling typenum v1.19.0 |
| 1296 | 2026-05-22T15:39:59.030Z | Compiling subtle v2.6.1 |
| 1297 | 2026-05-22T15:39:59.078Z | Compiling generic-array v0.14.7 |
| 1298 | 2026-05-22T15:39:59.082Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-05-22T15:39:59.148Z | Compiling const-oid v0.9.6 |
| 1300 | 2026-05-22T15:39:59.152Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-22T15:39:59.163Z | Compiling syn v2.0.117 |
| 1302 | 2026-05-22T15:39:59.178Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-05-22T15:39:59.181Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-05-22T15:39:59.181Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-22T15:39:59.241Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-22T15:39:59.257Z | Compiling parking_lot_core v0.9.12 |
| 1307 | 2026-05-22T15:39:59.261Z | Compiling pkg-config v0.3.32 |
| 1308 | 2026-05-22T15:39:59.291Z | Compiling bitflags v2.11.0 |
| 1309 | 2026-05-22T15:39:59.323Z | Compiling libm v0.2.16 |
| 1310 | 2026-05-22T15:39:59.327Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-22T15:39:59.356Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-05-22T15:39:59.436Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-05-22T15:39:59.501Z | Compiling percent-encoding v2.3.2 |
| 1314 | 2026-05-22T15:39:59.537Z | Compiling futures-sink v0.3.32 |
| 1315 | 2026-05-22T15:39:59.541Z | Compiling cpufeatures v0.2.17 |
| 1316 | 2026-05-22T15:39:59.568Z | Compiling futures-task v0.3.32 |
| 1317 | 2026-05-22T15:39:59.592Z | Compiling slab v0.4.12 |
| 1318 | 2026-05-22T15:39:59.635Z | Compiling futures-io v0.3.32 |
| 1319 | 2026-05-22T15:39:59.667Z | Compiling futures-channel v0.3.32 |
| 1320 | 2026-05-22T15:39:59.685Z | Compiling getrandom v0.4.1 |
| 1321 | 2026-05-22T15:39:59.715Z | Compiling rand_core v0.10.0 |
| 1322 | 2026-05-22T15:39:59.758Z | Compiling indexmap v2.14.0 |
| 1323 | 2026-05-22T15:39:59.776Z | Compiling getrandom v0.3.4 |
| 1324 | 2026-05-22T15:39:59.822Z | Compiling rustversion v1.0.22 |
| 1325 | 2026-05-22T15:39:59.822Z | Compiling form_urlencoded v1.2.2 |
| 1326 | 2026-05-22T15:39:59.887Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-05-22T15:39:59.910Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-22T15:39:59.925Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-05-22T15:39:59.940Z | Compiling ident_case v1.0.1 |
| 1330 | 2026-05-22T15:39:59.972Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-22T15:40:00.024Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-22T15:40:00.040Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-22T15:40:00.070Z | Compiling mio v1.2.0 |
| 1334 | 2026-05-22T15:40:00.084Z | Compiling socket2 v0.6.3 |
| 1335 | 2026-05-22T15:40:00.156Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-22T15:40:00.188Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-22T15:40:00.225Z | Compiling once_cell v1.21.3 |
| 1338 | 2026-05-22T15:40:00.256Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-22T15:40:00.286Z | Compiling parking_lot v0.12.5 |
| 1340 | 2026-05-22T15:40:00.380Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2026-05-22T15:40:00.437Z | Compiling regex-syntax v0.8.10 |
| 1342 | 2026-05-22T15:40:00.453Z | Compiling rustix v1.1.3 |
| 1343 | 2026-05-22T15:40:00.468Z | Compiling flagset v0.4.7 |
| 1344 | 2026-05-22T15:40:00.488Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-05-22T15:40:00.503Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-05-22T15:40:00.520Z | Compiling aws-lc-rs v1.16.3 |
| 1347 | 2026-05-22T15:40:00.537Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-05-22T15:40:00.622Z | Compiling uuid v1.23.0 |
| 1349 | 2026-05-22T15:40:00.649Z | Compiling rustc_version v0.4.1 |
| 1350 | 2026-05-22T15:40:00.700Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-22T15:40:00.718Z | Compiling httparse v1.10.1 |
| 1352 | 2026-05-22T15:40:00.718Z | Compiling untrusted v0.9.0 |
| 1353 | 2026-05-22T15:40:00.852Z | Compiling rand_core v0.9.5 |
| 1354 | 2026-05-22T15:40:00.867Z | Compiling tinyvec_macros v0.1.1 |
| 1355 | 2026-05-22T15:40:00.881Z | Compiling openssl-probe v0.2.1 |
| 1356 | 2026-05-22T15:40:00.947Z | Compiling untrusted v0.7.1 |
| 1357 | 2026-05-22T15:40:00.963Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-05-22T15:40:00.980Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-05-22T15:40:00.998Z | Compiling rustls v0.23.37 |
| 1360 | 2026-05-22T15:40:01.056Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-22T15:40:01.089Z | Compiling atomic-waker v1.1.2 |
| 1362 | 2026-05-22T15:40:01.104Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-05-22T15:40:01.135Z | Compiling tower-layer v0.3.3 |
| 1364 | 2026-05-22T15:40:01.166Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-05-22T15:40:01.182Z | Compiling try-lock v0.2.5 |
| 1366 | 2026-05-22T15:40:01.198Z | Compiling schemars v0.8.22 |
| 1367 | 2026-05-22T15:40:01.238Z | Compiling httpdate v1.0.3 |
| 1368 | 2026-05-22T15:40:01.252Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-05-22T15:40:01.281Z | Compiling want v0.3.1 |
| 1370 | 2026-05-22T15:40:01.306Z | Compiling openssl v0.10.79 |
| 1371 | 2026-05-22T15:40:01.323Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-05-22T15:40:01.338Z | Compiling unicode-normalization v0.1.25 |
| 1373 | 2026-05-22T15:40:01.356Z | Compiling spin v0.9.8 |
| 1374 | 2026-05-22T15:40:01.359Z | Compiling num-conv v0.2.0 |
| 1375 | 2026-05-22T15:40:01.387Z | Compiling time-core v0.1.8 |
| 1376 | 2026-05-22T15:40:01.431Z | Compiling foreign-types v0.3.2 |
| 1377 | 2026-05-22T15:40:01.468Z | Compiling crc32fast v1.5.0 |
| 1378 | 2026-05-22T15:40:01.484Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-05-22T15:40:01.501Z | Compiling native-tls v0.2.18 |
| 1380 | 2026-05-22T15:40:01.506Z | Compiling wait-timeout v0.2.1 |
| 1381 | 2026-05-22T15:40:01.531Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-05-22T15:40:01.535Z | Compiling syn v1.0.109 |
| 1383 | 2026-05-22T15:40:01.563Z | Compiling time-macros v0.2.27 |
| 1384 | 2026-05-22T15:40:01.563Z | Compiling usdt-impl v0.6.0 |
| 1385 | 2026-05-22T15:40:01.594Z | Compiling bit-vec v0.8.0 |
| 1386 | 2026-05-22T15:40:01.611Z | Compiling simd-adler32 v0.3.8 |
| 1387 | 2026-05-22T15:40:01.663Z | Compiling deranged v0.5.8 |
| 1388 | 2026-05-22T15:40:01.715Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-05-22T15:40:01.733Z | Compiling quick-error v1.2.3 |
| 1390 | 2026-05-22T15:40:01.814Z | Compiling siphasher v1.0.2 |
| 1391 | 2026-05-22T15:40:01.832Z | Compiling crossbeam-utils v0.8.21 |
| 1392 | 2026-05-22T15:40:01.880Z | Compiling bit-set v0.8.0 |
| 1393 | 2026-05-22T15:40:01.885Z | Compiling rand_xorshift v0.4.0 |
| 1394 | 2026-05-22T15:40:01.895Z | Compiling heapless v0.7.17 |
| 1395 | 2026-05-22T15:40:01.929Z | Compiling slog v2.8.2 |
| 1396 | 2026-05-22T15:40:01.933Z | Compiling thread-id v5.1.0 |
| 1397 | 2026-05-22T15:40:01.933Z | Compiling aws-lc-sys v0.40.0 |
| 1398 | 2026-05-22T15:40:02.000Z | Compiling ring v0.17.14 |
| 1399 | 2026-05-22T15:40:02.031Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-05-22T15:40:02.047Z | Compiling regex-automata v0.4.14 |
| 1401 | 2026-05-22T15:40:02.062Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1402 | 2026-05-22T15:40:02.079Z | Compiling tempfile v3.25.0 |
| 1403 | 2026-05-22T15:40:02.096Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-05-22T15:40:02.151Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-05-22T15:40:02.173Z | Compiling pest_generator v2.8.6 |
| 1406 | 2026-05-22T15:40:02.195Z | Compiling darling_core v0.20.11 |
| 1407 | 2026-05-22T15:40:02.394Z | Compiling rusty-fork v0.3.1 |
| 1408 | 2026-05-22T15:40:02.539Z | Compiling darling_core v0.21.3 |
| 1409 | 2026-05-22T15:40:02.720Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1410 | 2026-05-22T15:40:02.735Z | Compiling cookie v0.18.1 |
| 1411 | 2026-05-22T15:40:02.735Z | Compiling time v0.3.47 |
| 1412 | 2026-05-22T15:40:02.767Z | Compiling unicode-bidi v0.3.18 |
| 1413 | 2026-05-22T15:40:02.856Z | Compiling anyhow v1.0.102 |
| 1414 | 2026-05-22T15:40:02.917Z | Compiling iri-string v0.7.10 |
| 1415 | 2026-05-22T15:40:02.939Z | Compiling signal-hook v0.3.18 |
| 1416 | 2026-05-22T15:40:02.953Z | Compiling ryu v1.0.23 |
| 1417 | 2026-05-22T15:40:03.023Z | Compiling allocator-api2 v0.2.21 |
| 1418 | 2026-05-22T15:40:03.109Z | Compiling unarray v0.1.4 |
| 1419 | 2026-05-22T15:40:03.135Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-22T15:40:03.150Z | Compiling paste v1.0.15 |
| 1421 | 2026-05-22T15:40:03.196Z | Compiling adler2 v2.0.1 |
| 1422 | 2026-05-22T15:40:03.243Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-05-22T15:40:03.341Z | Compiling miniz_oxide v0.8.9 |
| 1424 | 2026-05-22T15:40:03.459Z | Compiling stringprep v0.1.5 |
| 1425 | 2026-05-22T15:40:03.527Z | Compiling num-integer v0.1.46 |
| 1426 | 2026-05-22T15:40:03.541Z | Compiling curve25519-dalek v4.1.3 |
| 1427 | 2026-05-22T15:40:03.881Z | Compiling serde_derive v1.0.228 |
| 1428 | 2026-05-22T15:40:03.931Z | Compiling zeroize_derive v1.4.3 |
| 1429 | 2026-05-22T15:40:03.934Z | Compiling zerofrom-derive v0.1.6 |
| 1430 | 2026-05-22T15:40:03.961Z | Compiling yoke-derive v0.8.1 |
| 1431 | 2026-05-22T15:40:03.979Z | Compiling zerovec-derive v0.11.2 |
| 1432 | 2026-05-22T15:40:04.032Z | Compiling zerocopy-derive v0.8.40 |
| 1433 | 2026-05-22T15:40:04.187Z | Compiling displaydoc v0.2.5 |
| 1434 | 2026-05-22T15:40:04.374Z | Compiling tokio-macros v2.7.0 |
| 1435 | 2026-05-22T15:40:04.490Z | Compiling futures-macro v0.3.32 |
| 1436 | 2026-05-22T15:40:04.617Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-05-22T15:40:04.651Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-05-22T15:40:04.989Z | Compiling rustls-pki-types v1.14.0 |
| 1439 | 2026-05-22T15:40:05.152Z | Compiling thiserror-impl v2.0.18 |
| 1440 | 2026-05-22T15:40:05.167Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-05-22T15:40:05.181Z | Compiling scroll_derive v0.13.1 |
| 1442 | 2026-05-22T15:40:05.206Z | Compiling schemars_derive v0.8.22 |
| 1443 | 2026-05-22T15:40:05.351Z | Compiling futures-util v0.3.32 |
| 1444 | 2026-05-22T15:40:05.402Z | Compiling crypto-common v0.1.7 |
| 1445 | 2026-05-22T15:40:05.458Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-05-22T15:40:05.472Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-05-22T15:40:05.576Z | Compiling yoke v0.8.1 |
| 1448 | 2026-05-22T15:40:05.609Z | Compiling digest v0.10.7 |
| 1449 | 2026-05-22T15:40:05.638Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-05-22T15:40:05.661Z | Compiling der v0.7.10 |
| 1451 | 2026-05-22T15:40:05.776Z | Compiling zerovec v0.11.5 |
| 1452 | 2026-05-22T15:40:05.822Z | Compiling zerotrie v0.2.3 |
| 1453 | 2026-05-22T15:40:05.886Z | Compiling hmac v0.12.1 |
| 1454 | 2026-05-22T15:40:06.031Z | Compiling inout v0.1.4 |
| 1455 | 2026-05-22T15:40:06.060Z | Compiling sha2 v0.10.9 |
| 1456 | 2026-05-22T15:40:06.145Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-05-22T15:40:06.225Z | Compiling cipher v0.4.4 |
| 1458 | 2026-05-22T15:40:06.270Z | Compiling tinystr v0.8.2 |
| 1459 | 2026-05-22T15:40:06.285Z | Compiling potential_utf v0.1.4 |
| 1460 | 2026-05-22T15:40:06.307Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-05-22T15:40:06.489Z | Compiling icu_locale_core v2.1.1 |
| 1462 | 2026-05-22T15:40:06.515Z | Compiling icu_collections v2.1.1 |
| 1463 | 2026-05-22T15:40:06.532Z | Compiling spki v0.7.3 |
| 1464 | 2026-05-22T15:40:06.532Z | Compiling salsa20 v0.10.2 |
| 1465 | 2026-05-22T15:40:06.575Z | Compiling tracing v0.1.44 |
| 1466 | 2026-05-22T15:40:06.578Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-05-22T15:40:06.664Z | Compiling cbc v0.1.2 |
| 1468 | 2026-05-22T15:40:06.707Z | Compiling scrypt v0.11.0 |
| 1469 | 2026-05-22T15:40:06.722Z | Compiling aes v0.8.4 |
| 1470 | 2026-05-22T15:40:06.797Z | Compiling scroll v0.13.0 |
| 1471 | 2026-05-22T15:40:06.839Z | Compiling darling_macro v0.20.11 |
| 1472 | 2026-05-22T15:40:06.868Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-05-22T15:40:06.916Z | Compiling rustls-native-certs v0.8.3 |
| 1474 | 2026-05-22T15:40:06.985Z | Compiling dtrace-parser v0.3.0 |
| 1475 | 2026-05-22T15:40:07.029Z | Compiling goblin v0.10.5 |
| 1476 | 2026-05-22T15:40:07.085Z | Compiling signature v2.2.0 |
| 1477 | 2026-05-22T15:40:07.236Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-05-22T15:40:07.286Z | Compiling pkcs5 v0.7.1 |
| 1479 | 2026-05-22T15:40:07.352Z | Compiling darling v0.20.11 |
| 1480 | 2026-05-22T15:40:07.408Z | Compiling bytes v1.11.1 |
| 1481 | 2026-05-22T15:40:07.451Z | Compiling chrono v0.4.44 |
| 1482 | 2026-05-22T15:40:07.468Z | Compiling ipnet v2.11.0 |
| 1483 | 2026-05-22T15:40:07.485Z | Compiling icu_properties v2.1.2 |
| 1484 | 2026-05-22T15:40:07.488Z | Compiling icu_normalizer v2.1.1 |
| 1485 | 2026-05-22T15:40:07.557Z | Compiling derive_builder_core v0.20.2 |
| 1486 | 2026-05-22T15:40:07.683Z | Compiling pkcs8 v0.10.2 |
| 1487 | 2026-05-22T15:40:07.754Z | Compiling webpki-roots v1.0.6 |
| 1488 | 2026-05-22T15:40:07.789Z | Compiling scroll_derive v0.12.1 |
| 1489 | 2026-05-22T15:40:07.810Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-05-22T15:40:07.894Z | Compiling tokio v1.52.1 |
| 1491 | 2026-05-22T15:40:07.997Z | Compiling http v1.4.0 |
| 1492 | 2026-05-22T15:40:08.012Z | Compiling serde_spanned v0.6.9 |
| 1493 | 2026-05-22T15:40:08.056Z | Compiling serde_tokenstream v0.2.3 |
| 1494 | 2026-05-22T15:40:08.072Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-22T15:40:08.177Z | Compiling erased-serde v0.3.31 |
| 1496 | 2026-05-22T15:40:08.348Z | Compiling serde_urlencoded v0.7.1 |
| 1497 | 2026-05-22T15:40:08.387Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-05-22T15:40:08.456Z | Compiling ppv-lite86 v0.2.21 |
| 1499 | 2026-05-22T15:40:08.493Z | Compiling scroll v0.12.0 |
| 1500 | 2026-05-22T15:40:08.552Z | Compiling idna v1.1.0 |
| 1501 | 2026-05-22T15:40:08.613Z | Compiling derive_builder_macro v0.20.2 |
| 1502 | 2026-05-22T15:40:08.670Z | Compiling http-body v1.0.1 |
| 1503 | 2026-05-22T15:40:08.674Z | Compiling md-5 v0.10.6 |
| 1504 | 2026-05-22T15:40:08.674Z | Compiling darling_macro v0.21.3 |
| 1505 | 2026-05-22T15:40:08.716Z | Compiling bstr v1.12.1 |
| 1506 | 2026-05-22T15:40:08.828Z | Compiling rand_chacha v0.9.0 |
| 1507 | 2026-05-22T15:40:08.832Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-05-22T15:40:08.860Z | Compiling rand_chacha v0.3.1 |
| 1509 | 2026-05-22T15:40:08.890Z | Compiling pin-project-internal v1.1.11 |
| 1510 | 2026-05-22T15:40:08.914Z | Compiling url v2.5.8 |
| 1511 | 2026-05-22T15:40:08.966Z | Compiling zerocopy-derive v0.7.35 |
| 1512 | 2026-05-22T15:40:09.116Z | Compiling rand v0.9.2 |
| 1513 | 2026-05-22T15:40:09.163Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-05-22T15:40:09.188Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-05-22T15:40:09.212Z | Compiling vergen-lib v0.1.6 |
| 1516 | 2026-05-22T15:40:09.297Z | Compiling ff v0.13.1 |
| 1517 | 2026-05-22T15:40:09.314Z | Compiling hash32 v0.2.1 |
| 1518 | 2026-05-22T15:40:09.407Z | Compiling memoffset v0.9.1 |
| 1519 | 2026-05-22T15:40:09.454Z | Compiling litrs v1.0.0 |
| 1520 | 2026-05-22T15:40:09.522Z | Compiling cfg_aliases v0.2.1 |
| 1521 | 2026-05-22T15:40:09.564Z | Compiling rustix v0.38.44 |
| 1522 | 2026-05-22T15:40:09.625Z | Compiling psl-types v2.0.11 |
| 1523 | 2026-05-22T15:40:09.720Z | Compiling proptest v1.10.0 |
| 1524 | 2026-05-22T15:40:09.750Z | Compiling zlib-rs v0.6.2 |
| 1525 | 2026-05-22T15:40:09.765Z | Compiling smoltcp v0.9.1 |
| 1526 | 2026-05-22T15:40:09.885Z | Compiling dof v0.4.0 |
| 1527 | 2026-05-22T15:40:09.933Z | Compiling ref-cast v1.0.25 |
| 1528 | 2026-05-22T15:40:09.959Z | Compiling base16ct v0.2.0 |
| 1529 | 2026-05-22T15:40:09.975Z | Compiling num-bigint-dig v0.8.6 |
| 1530 | 2026-05-22T15:40:09.992Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2026-05-22T15:40:10.070Z | Compiling pin-project v1.1.11 |
| 1532 | 2026-05-22T15:40:10.146Z | Compiling sec1 v0.7.3 |
| 1533 | 2026-05-22T15:40:10.162Z | Compiling document-features v0.2.12 |
| 1534 | 2026-05-22T15:40:10.205Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-22T15:40:10.297Z | Compiling postgres-protocol v0.6.10 |
| 1536 | 2026-05-22T15:40:10.336Z | Compiling zerocopy v0.7.35 |
| 1537 | 2026-05-22T15:40:10.339Z | Compiling publicsuffix v2.3.0 |
| 1538 | 2026-05-22T15:40:10.429Z | Compiling nix v0.31.2 |
| 1539 | 2026-05-22T15:40:10.446Z | Compiling oxnet v0.1.4 |
| 1540 | 2026-05-22T15:40:10.559Z | Compiling group v0.13.0 |
| 1541 | 2026-05-22T15:40:10.651Z | Compiling darling v0.21.3 |
| 1542 | 2026-05-22T15:40:10.749Z | Compiling derive_builder v0.20.2 |
| 1543 | 2026-05-22T15:40:10.765Z | Compiling rand v0.8.6 |
| 1544 | 2026-05-22T15:40:10.780Z | Compiling goblin v0.8.2 |
| 1545 | 2026-05-22T15:40:10.831Z | Compiling hubpack_derive v0.1.1 |
| 1546 | 2026-05-22T15:40:10.868Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-05-22T15:40:10.900Z | Compiling cargo-platform v0.1.9 |
| 1548 | 2026-05-22T15:40:10.918Z | Compiling hex v0.4.3 |
| 1549 | 2026-05-22T15:40:10.932Z | Compiling hkdf v0.12.4 |
| 1550 | 2026-05-22T15:40:10.989Z | Compiling crypto-bigint v0.5.5 |
| 1551 | 2026-05-22T15:40:11.121Z | Compiling regex v1.12.3 |
| 1552 | 2026-05-22T15:40:11.209Z | Compiling daft-derive v0.1.7 |
| 1553 | 2026-05-22T15:40:11.213Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-05-22T15:40:11.257Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1555 | 2026-05-22T15:40:11.273Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-05-22T15:40:11.287Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-05-22T15:40:11.318Z | Compiling num-iter v0.1.45 |
| 1558 | 2026-05-22T15:40:11.618Z | Compiling terminal_size v0.4.3 |
| 1559 | 2026-05-22T15:40:11.703Z | Compiling tokio-util v0.7.18 |
| 1560 | 2026-05-22T15:40:11.778Z | Compiling tower v0.5.3 |
| 1561 | 2026-05-22T15:40:11.823Z | Compiling tokio-native-tls v0.3.1 |
| 1562 | 2026-05-22T15:40:11.844Z | Compiling phf_shared v0.13.1 |
| 1563 | 2026-05-22T15:40:11.898Z | Compiling lazy_static v1.5.0 |
| 1564 | 2026-05-22T15:40:11.946Z | Compiling vergen v9.0.6 |
| 1565 | 2026-05-22T15:40:11.960Z | Compiling fs-err v3.3.0 |
| 1566 | 2026-05-22T15:40:11.979Z | Compiling encoding_rs v0.8.35 |
| 1567 | 2026-05-22T15:40:12.011Z | Compiling ahash v0.8.12 |
| 1568 | 2026-05-22T15:40:12.026Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-05-22T15:40:12.104Z | Compiling bitflags v1.3.2 |
| 1570 | 2026-05-22T15:40:12.157Z | Compiling winnow v0.5.40 |
| 1571 | 2026-05-22T15:40:12.179Z | Compiling tower-http v0.6.8 |
| 1572 | 2026-05-22T15:40:12.195Z | Compiling managed v0.8.0 |
| 1573 | 2026-05-22T15:40:12.240Z | Compiling libbz2-rs-sys v0.2.2 |
| 1574 | 2026-05-22T15:40:12.272Z | Compiling foldhash v0.1.5 |
| 1575 | 2026-05-22T15:40:12.382Z | Compiling h2 v0.4.13 |
| 1576 | 2026-05-22T15:40:12.422Z | Compiling same-file v1.0.6 |
| 1577 | 2026-05-22T15:40:12.463Z | Compiling mime v0.3.17 |
| 1578 | 2026-05-22T15:40:12.651Z | Compiling object v0.37.3 |
| 1579 | 2026-05-22T15:40:12.667Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-05-22T15:40:12.784Z | Compiling bumpalo v3.20.2 |
| 1581 | 2026-05-22T15:40:12.802Z | Compiling foldhash v0.2.0 |
| 1582 | 2026-05-22T15:40:12.944Z | Compiling unicode-segmentation v1.12.0 |
| 1583 | 2026-05-22T15:40:12.988Z | Compiling zopfli v0.8.3 |
| 1584 | 2026-05-22T15:40:13.043Z | Compiling dof v0.3.0 |
| 1585 | 2026-05-22T15:40:13.057Z | Compiling hashbrown v0.16.1 |
| 1586 | 2026-05-22T15:40:13.108Z | Compiling clap_builder v4.5.60 |
| 1587 | 2026-05-22T15:40:13.130Z | Compiling bzip2 v0.6.1 |
| 1588 | 2026-05-22T15:40:13.182Z | Compiling walkdir v2.5.0 |
| 1589 | 2026-05-22T15:40:13.227Z | Compiling snafu v0.8.9 |
| 1590 | 2026-05-22T15:40:13.364Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-05-22T15:40:13.394Z | Compiling strum v0.27.2 |
| 1592 | 2026-05-22T15:40:13.515Z | Compiling toml_edit v0.19.15 |
| 1593 | 2026-05-22T15:40:13.576Z | Compiling daft v0.1.7 |
| 1594 | 2026-05-22T15:40:13.683Z | Compiling phf v0.13.1 |
| 1595 | 2026-05-22T15:40:13.745Z | Compiling elliptic-curve v0.13.8 |
| 1596 | 2026-05-22T15:40:13.784Z | Compiling signal-hook-mio v0.2.5 |
| 1597 | 2026-05-22T15:40:13.871Z | Compiling cargo_metadata v0.19.2 |
| 1598 | 2026-05-22T15:40:13.893Z | Compiling cookie_store v0.22.1 |
| 1599 | 2026-05-22T15:40:13.912Z | Compiling usdt-attr-macro v0.6.0 |
| 1600 | 2026-05-22T15:40:13.930Z | Compiling usdt-macro v0.6.0 |
| 1601 | 2026-05-22T15:40:14.006Z | Compiling hubpack v0.1.2 |
| 1602 | 2026-05-22T15:40:14.166Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-05-22T15:40:14.231Z | Compiling futures v0.3.32 |
| 1604 | 2026-05-22T15:40:14.268Z | Compiling serde_with_macros v3.17.0 |
| 1605 | 2026-05-22T15:40:14.289Z | Compiling postgres-types v0.2.12 |
| 1606 | 2026-05-22T15:40:14.330Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-22T15:40:14.453Z | Compiling dtrace-parser v0.2.0 |
| 1608 | 2026-05-22T15:40:14.590Z | Compiling globset v0.4.18 |
| 1609 | 2026-05-22T15:40:14.626Z | Compiling pkcs1 v0.7.5 |
| 1610 | 2026-05-22T15:40:14.731Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-05-22T15:40:14.776Z | Compiling serde_plain v1.0.2 |
| 1612 | 2026-05-22T15:40:14.876Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-05-22T15:40:14.994Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-05-22T15:40:15.048Z | Compiling rfc6979 v0.4.0 |
| 1615 | 2026-05-22T15:40:15.064Z | Compiling strum_macros v0.26.4 |
| 1616 | 2026-05-22T15:40:15.174Z | Compiling serde_repr v0.1.20 |
| 1617 | 2026-05-22T15:40:15.194Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2026-05-22T15:40:15.242Z | Compiling async-recursion v1.1.1 |
| 1619 | 2026-05-22T15:40:15.258Z | Compiling clap_derive v4.5.55 |
| 1620 | 2026-05-22T15:40:15.310Z | Compiling phf_shared v0.11.3 |
| 1621 | 2026-05-22T15:40:15.444Z | Compiling hyper v1.8.1 |
| 1622 | 2026-05-22T15:40:15.524Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-22T15:40:15.559Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-22T15:40:15.669Z | Compiling thread-id v4.2.2 |
| 1625 | 2026-05-22T15:40:15.697Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-05-22T15:40:15.751Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-05-22T15:40:15.766Z | Compiling precomputed-hash v0.1.1 |
| 1628 | 2026-05-22T15:40:15.779Z | Compiling either v1.15.0 |
| 1629 | 2026-05-22T15:40:15.865Z | Compiling whoami v2.1.0 |
| 1630 | 2026-05-22T15:40:15.922Z | Compiling keccak v0.1.6 |
| 1631 | 2026-05-22T15:40:15.939Z | Compiling predicates-core v1.0.10 |
| 1632 | 2026-05-22T15:40:15.953Z | Compiling new_debug_unreachable v1.0.6 |
| 1633 | 2026-05-22T15:40:16.007Z | Compiling difflib v0.4.0 |
| 1634 | 2026-05-22T15:40:16.046Z | Compiling typed-path v0.9.3 |
| 1635 | 2026-05-22T15:40:16.082Z | Compiling fixedbitset v0.4.2 |
| 1636 | 2026-05-22T15:40:16.145Z | Compiling jiff v0.2.21 |
| 1637 | 2026-05-22T15:40:16.216Z | Compiling data-encoding v2.10.0 |
| 1638 | 2026-05-22T15:40:16.255Z | Compiling normalize-line-endings v0.3.0 |
| 1639 | 2026-05-22T15:40:16.269Z | Compiling fixedbitset v0.5.7 |
| 1640 | 2026-05-22T15:40:16.319Z | Compiling static_assertions v1.1.0 |
| 1641 | 2026-05-22T15:40:16.367Z | Compiling predicates v3.1.4 |
| 1642 | 2026-05-22T15:40:16.407Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1643 | 2026-05-22T15:40:16.477Z | Compiling petgraph v0.8.3 |
| 1644 | 2026-05-22T15:40:16.594Z | Compiling hyper-util v0.1.20 |
| 1645 | 2026-05-22T15:40:16.608Z | Compiling hickory-proto v0.25.2 |
| 1646 | 2026-05-22T15:40:16.757Z | Compiling toml_edit v0.22.27 |
| 1647 | 2026-05-22T15:40:16.786Z | Compiling petgraph v0.6.5 |
| 1648 | 2026-05-22T15:40:16.863Z | Compiling strum v0.26.3 |
| 1649 | 2026-05-22T15:40:16.938Z | Compiling tokio-postgres v0.7.16 |
| 1650 | 2026-05-22T15:40:17.014Z | Compiling sha3 v0.10.8 |
| 1651 | 2026-05-22T15:40:17.041Z | Compiling string_cache v0.8.9 |
| 1652 | 2026-05-22T15:40:17.112Z | Compiling itertools v0.13.0 |
| 1653 | 2026-05-22T15:40:17.164Z | Compiling clap v4.5.60 |
| 1654 | 2026-05-22T15:40:17.266Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-05-22T15:40:17.294Z | Compiling usdt v0.6.0 |
| 1656 | 2026-05-22T15:40:17.298Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-05-22T15:40:17.485Z | Compiling serde_with v3.17.0 |
| 1658 | 2026-05-22T15:40:17.592Z | Compiling crossterm v0.28.1 |
| 1659 | 2026-05-22T15:40:17.643Z | Compiling ecdsa v0.16.9 |
| 1660 | 2026-05-22T15:40:17.921Z | Compiling ed25519-dalek v2.2.0 |
| 1661 | 2026-05-22T15:40:18.052Z | Compiling hyper-tls v0.6.0 |
| 1662 | 2026-05-22T15:40:18.283Z | Compiling toml v0.7.8 |
| 1663 | 2026-05-22T15:40:18.309Z | Compiling rsa v0.9.10 |
| 1664 | 2026-05-22T15:40:18.437Z | Compiling zip v0.6.6 |
| 1665 | 2026-05-22T15:40:18.623Z | Compiling iddqd v0.4.1 |
| 1666 | 2026-05-22T15:40:18.830Z | Compiling zip v4.6.1 |
| 1667 | 2026-05-22T15:40:19.059Z | Compiling similar v2.7.0 |
| 1668 | 2026-05-22T15:40:19.177Z | Compiling heck v0.4.1 |
| 1669 | 2026-05-22T15:40:19.234Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1670 | 2026-05-22T15:40:19.295Z | Compiling tokio-stream v0.1.18 |
| 1671 | 2026-05-22T15:40:19.340Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-05-22T15:40:19.355Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1673 | 2026-05-22T15:40:19.435Z | Compiling openapiv3 v2.2.0 |
| 1674 | 2026-05-22T15:40:19.544Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-05-22T15:40:19.643Z | Compiling sha1 v0.10.6 |
| 1676 | 2026-05-22T15:40:19.697Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-05-22T15:40:19.794Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1678 | 2026-05-22T15:40:19.844Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-05-22T15:40:19.875Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-22T15:40:19.902Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-22T15:40:19.917Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-22T15:40:19.937Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-22T15:40:19.973Z | Compiling filetime v0.2.27 |
| 1684 | 2026-05-22T15:40:20.055Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-22T15:40:20.071Z | Compiling term v1.2.1 |
| 1686 | 2026-05-22T15:40:20.110Z | Compiling take_mut v0.2.2 |
| 1687 | 2026-05-22T15:40:20.175Z | Compiling xattr v1.6.1 |
| 1688 | 2026-05-22T15:40:20.366Z | Compiling slog-term v2.9.2 |
| 1689 | 2026-05-22T15:40:20.394Z | Compiling tar v0.4.45 |
| 1690 | 2026-05-22T15:40:38.082Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-22T15:40:40.860Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-22T15:40:40.860Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-22T15:40:41.058Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-22T15:40:41.247Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-22T15:40:41.247Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-22T15:40:42.449Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-22T15:40:44.934Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-22T15:40:45.172Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-22T15:40:48.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.55s |
| 1700 | 2026-05-22T15:40:48.156Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-22T15:40:48.227Z | May 22 15:40:47.369 INFO Starting download, target: Console |
| 1702 | 2026-05-22T15:40:48.227Z | May 22 15:40:47.370 INFO Starting download, target: Cockroach |
| 1703 | 2026-05-22T15:40:48.227Z | May 22 15:40:47.370 INFO Starting download, target: DendriteStub |
| 1704 | 2026-05-22T15:40:48.238Z | May 22 15:40:47.370 INFO Starting download, target: Clickhouse |
| 1705 | 2026-05-22T15:40:48.238Z | May 22 15:40:47.370 INFO Starting download, target: TransceiverControl |
| 1706 | 2026-05-22T15:40:48.239Z | May 22 15:40:47.370 INFO Starting download, target: MaghemiteMgd |
| 1707 | 2026-05-22T15:40:48.239Z | May 22 15:40:47.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1708 | 2026-05-22T15:40:48.239Z | May 22 15:40:47.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-05-22T15:40:48.239Z | May 22 15:40:47.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-05-22T15:40:48.239Z | May 22 15:40:47.370 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-05-22T15:40:48.239Z | May 22 15:40:47.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-05-22T15:40:48.239Z | May 22 15:40:47.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-05-22T15:40:48.891Z | May 22 15:40:48.047 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-22T15:40:49.225Z | May 22 15:40:48.247 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-22T15:40:49.355Z | May 22 15:40:48.372 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-22T15:40:49.516Z | May 22 15:40:48.604 INFO Download complete, target: Console |
| 1717 | 2026-05-22T15:40:51.168Z | May 22 15:40:50.254 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1718 | 2026-05-22T15:40:53.876Z | May 22 15:40:53.014 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-22T15:40:54.663Z | May 22 15:40:53.788 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-22T15:40:55.166Z | May 22 15:40:54.323 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-05-22T15:40:55.166Z | May 22 15:40:54.323 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-05-22T15:40:56.252Z | May 22 15:40:55.409 INFO Download complete, target: DendriteStub |
| 1723 | 2026-05-22T15:40:57.056Z | May 22 15:40:56.213 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-05-22T15:40:57.858Z | May 22 15:40:57.015 INFO Checking that binary works, target: Clickhouse |
| 1725 | 2026-05-22T15:40:57.954Z | May 22 15:40:57.111 INFO Download complete, target: Clickhouse |
| 1726 | 2026-05-22T15:40:59.818Z | May 22 15:40:58.974 INFO Checking that binary works, target: Cockroach |
| 1727 | 2026-05-22T15:40:59.950Z | May 22 15:40:59.108 INFO Download complete, target: Cockroach |
| 1728 | 2026-05-22T15:40:59.956Z | All prerequisites installed successfully |
| 1729 | 2026-05-22T15:40:59.960Z | |
| 1730 | 2026-05-22T15:40:59.960Z | real 2:03.557116818 |
| 1731 | 2026-05-22T15:40:59.960Z | user 6:55.095202327 |
| 1732 | 2026-05-22T15:40:59.960Z | sys 1:46.180788180 |
| 1733 | 2026-05-22T15:40:59.960Z | trap 0.249325663 |
| 1734 | 2026-05-22T15:40:59.960Z | tflt 1.272311329 |
| 1735 | 2026-05-22T15:40:59.960Z | dflt 1.815028308 |
| 1736 | 2026-05-22T15:40:59.960Z | kflt 0.029027301 |
| 1737 | 2026-05-22T15:40:59.960Z | lock 23:45.433115790 |
| 1738 | 2026-05-22T15:40:59.960Z | slp 18:57.625599580 |
| 1739 | 2026-05-22T15:40:59.960Z | lat 25.273942211 |
| 1740 | 2026-05-22T15:40:59.960Z | stop 3:03.645210367 |
| 1741 | 2026-05-22T15:40:59.960Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-05-22T15:41:00.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1743 | 2026-05-22T15:41:00.506Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-05-22T15:41:01.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1745 | 2026-05-22T15:41:01.338Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-05-22T15:41:01.383Z | May 22 15:41:00.535 INFO Starting download, target: Softnpu |
| 1747 | 2026-05-22T15:41:01.387Z | May 22 15:41:00.536 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-05-22T15:41:01.976Z | May 22 15:41:01.133 INFO Download complete, target: Softnpu |
| 1749 | 2026-05-22T15:41:01.979Z | |
| 1750 | 2026-05-22T15:41:01.979Z | real 2.016698311 |
| 1751 | 2026-05-22T15:41:01.979Z | user 1.344285536 |
| 1752 | 2026-05-22T15:41:01.980Z | sys 0.653662019 |
| 1753 | 2026-05-22T15:41:01.980Z | trap 0.000519840 |
| 1754 | 2026-05-22T15:41:01.980Z | tflt 0.000168840 |
| 1755 | 2026-05-22T15:41:01.980Z | dflt 0.000318590 |
| 1756 | 2026-05-22T15:41:01.980Z | kflt 0.000000000 |
| 1757 | 2026-05-22T15:41:01.980Z | lock 10.721993789 |
| 1758 | 2026-05-22T15:41:01.980Z | slp 0.437263313 |
| 1759 | 2026-05-22T15:41:01.980Z | lat 0.087960396 |
| 1760 | 2026-05-22T15:41:01.980Z | stop 0.000200610 |
| 1761 | 2026-05-22T15:41:01.983Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-22T15:41:01.983Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-22T15:41:01.984Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-05-22T15:41:02.884Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-05-22T15:41:02.884Z | Compiling quote v1.0.45 |
| 1766 | 2026-05-22T15:41:02.884Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-05-22T15:41:02.887Z | Compiling libc v0.2.185 |
| 1768 | 2026-05-22T15:41:02.887Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-05-22T15:41:02.887Z | Compiling serde v1.0.228 |
| 1770 | 2026-05-22T15:41:02.887Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-05-22T15:41:02.887Z | Compiling version_check v0.9.5 |
| 1772 | 2026-05-22T15:41:03.031Z | Compiling find-msvc-tools v0.1.9 |
| 1773 | 2026-05-22T15:41:03.041Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-22T15:41:03.041Z | Compiling typenum v1.19.0 |
| 1775 | 2026-05-22T15:41:03.041Z | Compiling zmij v1.0.21 |
| 1776 | 2026-05-22T15:41:03.046Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-05-22T15:41:03.046Z | Compiling memchr v2.8.0 |
| 1778 | 2026-05-22T15:41:03.046Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-05-22T15:41:03.194Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-05-22T15:41:03.255Z | Compiling libm v0.2.16 |
| 1781 | 2026-05-22T15:41:03.347Z | Compiling zerocopy v0.8.40 |
| 1782 | 2026-05-22T15:41:03.367Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-05-22T15:41:03.403Z | Compiling smallvec v1.15.1 |
| 1784 | 2026-05-22T15:41:03.438Z | Compiling icu_properties_data v2.1.2 |
| 1785 | 2026-05-22T15:41:03.466Z | Compiling icu_normalizer_data v2.1.1 |
| 1786 | 2026-05-22T15:41:03.531Z | Compiling num-traits v0.2.19 |
| 1787 | 2026-05-22T15:41:03.662Z | Compiling generic-array v0.14.7 |
| 1788 | 2026-05-22T15:41:03.681Z | Compiling itoa v1.0.17 |
| 1789 | 2026-05-22T15:41:03.684Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-05-22T15:41:03.727Z | Compiling log v0.4.29 |
| 1791 | 2026-05-22T15:41:03.792Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-05-22T15:41:03.796Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-05-22T15:41:03.825Z | Compiling subtle v2.6.1 |
| 1794 | 2026-05-22T15:41:04.003Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-05-22T15:41:04.140Z | Compiling writeable v0.6.2 |
| 1796 | 2026-05-22T15:41:04.143Z | Compiling litemap v0.8.1 |
| 1797 | 2026-05-22T15:41:04.170Z | Compiling lock_api v0.4.14 |
| 1798 | 2026-05-22T15:41:04.202Z | Compiling percent-encoding v2.3.2 |
| 1799 | 2026-05-22T15:41:04.372Z | Compiling pin-project-lite v0.2.17 |
| 1800 | 2026-05-22T15:41:04.421Z | Compiling jobserver v0.1.34 |
| 1801 | 2026-05-22T15:41:04.451Z | Compiling getrandom v0.2.17 |
| 1802 | 2026-05-22T15:41:04.479Z | Compiling errno v0.3.14 |
| 1803 | 2026-05-22T15:41:04.504Z | Compiling fnv v1.0.7 |
| 1804 | 2026-05-22T15:41:04.534Z | Compiling syn v2.0.117 |
| 1805 | 2026-05-22T15:41:04.588Z | Compiling rand_core v0.6.4 |
| 1806 | 2026-05-22T15:41:04.638Z | Compiling cc v1.2.56 |
| 1807 | 2026-05-22T15:41:04.652Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-05-22T15:41:04.689Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-05-22T15:41:04.765Z | Compiling equivalent v1.0.2 |
| 1810 | 2026-05-22T15:41:04.771Z | Compiling dunce v1.0.5 |
| 1811 | 2026-05-22T15:41:04.779Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-05-22T15:41:04.872Z | Compiling rustversion v1.0.22 |
| 1813 | 2026-05-22T15:41:04.890Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-05-22T15:41:04.890Z | Compiling schemars v0.8.22 |
| 1815 | 2026-05-22T15:41:04.894Z | Compiling utf8_iter v1.0.4 |
| 1816 | 2026-05-22T15:41:04.936Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-05-22T15:41:05.038Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-22T15:41:05.113Z | Compiling signal-hook-registry v1.4.8 |
| 1819 | 2026-05-22T15:41:05.133Z | Compiling rustix v1.1.3 |
| 1820 | 2026-05-22T15:41:05.169Z | Compiling hashbrown v0.17.0 |
| 1821 | 2026-05-22T15:41:05.229Z | Compiling socket2 v0.6.3 |
| 1822 | 2026-05-22T15:41:05.246Z | Compiling mio v1.2.0 |
| 1823 | 2026-05-22T15:41:05.299Z | Compiling const-oid v0.9.6 |
| 1824 | 2026-05-22T15:41:05.510Z | Compiling cmake v0.1.57 |
| 1825 | 2026-05-22T15:41:05.627Z | Compiling bitflags v2.11.0 |
| 1826 | 2026-05-22T15:41:05.704Z | Compiling semver v1.0.28 |
| 1827 | 2026-05-22T15:41:05.724Z | Compiling once_cell v1.21.3 |
| 1828 | 2026-05-22T15:41:05.747Z | Compiling indexmap v2.14.0 |
| 1829 | 2026-05-22T15:41:05.797Z | Compiling parking_lot v0.12.5 |
| 1830 | 2026-05-22T15:41:05.949Z | Compiling ring v0.17.14 |
| 1831 | 2026-05-22T15:41:05.953Z | Compiling aws-lc-sys v0.40.0 |
| 1832 | 2026-05-22T15:41:05.981Z | Compiling aws-lc-rs v1.16.3 |
| 1833 | 2026-05-22T15:41:06.015Z | Compiling heck v0.5.0 |
| 1834 | 2026-05-22T15:41:06.043Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-22T15:41:06.058Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-22T15:41:06.181Z | Compiling strsim v0.11.1 |
| 1837 | 2026-05-22T15:41:06.197Z | Compiling vcpkg v0.2.15 |
| 1838 | 2026-05-22T15:41:06.212Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-05-22T15:41:06.297Z | Compiling iana-time-zone v0.1.65 |
| 1840 | 2026-05-22T15:41:06.430Z | Compiling ucd-trie v0.1.7 |
| 1841 | 2026-05-22T15:41:06.452Z | Compiling byteorder v1.5.0 |
| 1842 | 2026-05-22T15:41:06.520Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-22T15:41:06.523Z | Compiling syn v1.0.109 |
| 1844 | 2026-05-22T15:41:06.553Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-05-22T15:41:06.557Z | Compiling uuid v1.23.0 |
| 1846 | 2026-05-22T15:41:06.583Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-22T15:41:06.620Z | Compiling cpufeatures v0.2.17 |
| 1848 | 2026-05-22T15:41:06.687Z | Compiling rustls v0.23.37 |
| 1849 | 2026-05-22T15:41:06.785Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-05-22T15:41:06.874Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-05-22T15:41:06.929Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-05-22T15:41:06.982Z | Compiling futures-channel v0.3.32 |
| 1853 | 2026-05-22T15:41:07.025Z | Compiling slab v0.4.12 |
| 1854 | 2026-05-22T15:41:07.040Z | Compiling futures-task v0.3.32 |
| 1855 | 2026-05-22T15:41:07.199Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-05-22T15:41:07.250Z | Compiling aho-corasick v1.1.4 |
| 1857 | 2026-05-22T15:41:07.317Z | Compiling synstructure v0.13.2 |
| 1858 | 2026-05-22T15:41:07.335Z | Compiling serde_derive_internals v0.29.1 |
| 1859 | 2026-05-22T15:41:07.408Z | Compiling dyn-clone v1.0.20 |
| 1860 | 2026-05-22T15:41:07.600Z | Compiling crc32fast v1.5.0 |
| 1861 | 2026-05-22T15:41:07.634Z | Compiling base64 v0.22.1 |
| 1862 | 2026-05-22T15:41:07.637Z | Compiling openssl v0.10.79 |
| 1863 | 2026-05-22T15:41:07.699Z | Compiling pest_meta v2.8.6 |
| 1864 | 2026-05-22T15:41:07.715Z | Compiling plain v0.2.3 |
| 1865 | 2026-05-22T15:41:07.842Z | Compiling time-core v0.1.8 |
| 1866 | 2026-05-22T15:41:07.862Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-05-22T15:41:07.891Z | Compiling num-conv v0.2.0 |
| 1868 | 2026-05-22T15:41:08.042Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-05-22T15:41:08.078Z | Compiling native-tls v0.2.18 |
| 1870 | 2026-05-22T15:41:08.097Z | Compiling regex-automata v0.4.14 |
| 1871 | 2026-05-22T15:41:08.115Z | Compiling pretty-hex v0.4.1 |
| 1872 | 2026-05-22T15:41:08.146Z | Compiling base64ct v1.8.3 |
| 1873 | 2026-05-22T15:41:08.163Z | Compiling anyhow v1.0.102 |
| 1874 | 2026-05-22T15:41:08.181Z | Compiling darling_core v0.21.3 |
| 1875 | 2026-05-22T15:41:08.312Z | Compiling pest_generator v2.8.6 |
| 1876 | 2026-05-22T15:41:08.361Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1877 | 2026-05-22T15:41:08.408Z | Compiling pem-rfc7468 v0.7.0 |
| 1878 | 2026-05-22T15:41:08.456Z | Compiling tracing-core v0.1.36 |
| 1879 | 2026-05-22T15:41:08.538Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-05-22T15:41:08.676Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-05-22T15:41:08.697Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-05-22T15:41:08.712Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-05-22T15:41:08.730Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-05-22T15:41:08.758Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-05-22T15:41:08.957Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-05-22T15:41:08.973Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-05-22T15:41:09.017Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-05-22T15:41:09.301Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-05-22T15:41:09.569Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-05-22T15:41:09.710Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-05-22T15:41:09.726Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-05-22T15:41:09.796Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-05-22T15:41:09.838Z | Compiling thiserror-impl v1.0.69 |
| 1894 | 2026-05-22T15:41:09.841Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-05-22T15:41:09.986Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-22T15:41:10.073Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-05-22T15:41:10.203Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-22T15:41:10.233Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-22T15:41:10.402Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-22T15:41:10.715Z | Compiling digest v0.10.7 |
| 1901 | 2026-05-22T15:41:10.757Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-05-22T15:41:10.773Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-05-22T15:41:10.894Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-05-22T15:41:10.935Z | Compiling icu_locale_core v2.1.1 |
| 1905 | 2026-05-22T15:41:10.966Z | Compiling icu_collections v2.1.1 |
| 1906 | 2026-05-22T15:41:10.982Z | Compiling futures-util v0.3.32 |
| 1907 | 2026-05-22T15:41:10.985Z | Compiling hmac v0.12.1 |
| 1908 | 2026-05-22T15:41:11.121Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-05-22T15:41:11.288Z | Compiling inout v0.1.4 |
| 1910 | 2026-05-22T15:41:11.379Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-05-22T15:41:11.451Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-05-22T15:41:11.624Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-05-22T15:41:11.698Z | Compiling bytes v1.11.1 |
| 1914 | 2026-05-22T15:41:11.794Z | Compiling chrono v0.4.44 |
| 1915 | 2026-05-22T15:41:11.813Z | Compiling serde_tokenstream v0.2.3 |
| 1916 | 2026-05-22T15:41:11.858Z | Compiling cipher v0.4.4 |
| 1917 | 2026-05-22T15:41:12.053Z | Compiling icu_properties v2.1.2 |
| 1918 | 2026-05-22T15:41:12.105Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-22T15:41:12.170Z | Compiling sha2 v0.10.9 |
| 1920 | 2026-05-22T15:41:12.205Z | Compiling tokio v1.52.1 |
| 1921 | 2026-05-22T15:41:12.833Z | Compiling scroll_derive v0.12.1 |
| 1922 | 2026-05-22T15:41:13.071Z | Compiling idna_adapter v1.2.1 |
| 1923 | 2026-05-22T15:41:13.229Z | Compiling idna v1.1.0 |
| 1924 | 2026-05-22T15:41:13.301Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-22T15:41:13.452Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-05-22T15:41:13.559Z | Compiling http v1.4.0 |
| 1927 | 2026-05-22T15:41:13.574Z | Compiling url v2.5.8 |
| 1928 | 2026-05-22T15:41:13.662Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-05-22T15:41:13.679Z | Compiling flagset v0.4.7 |
| 1930 | 2026-05-22T15:41:13.828Z | Compiling der v0.7.10 |
| 1931 | 2026-05-22T15:41:13.832Z | Compiling tracing v0.1.44 |
| 1932 | 2026-05-22T15:41:14.053Z | Compiling regex v1.12.3 |
| 1933 | 2026-05-22T15:41:14.154Z | Compiling darling_macro v0.21.3 |
| 1934 | 2026-05-22T15:41:14.312Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-22T15:41:14.517Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-05-22T15:41:14.582Z | Compiling slog v2.8.2 |
| 1937 | 2026-05-22T15:41:14.861Z | Compiling spki v0.7.3 |
| 1938 | 2026-05-22T15:41:15.087Z | Compiling darling v0.21.3 |
| 1939 | 2026-05-22T15:41:15.107Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-05-22T15:41:15.123Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-05-22T15:41:15.477Z | Compiling cookie v0.18.1 |
| 1942 | 2026-05-22T15:41:15.651Z | Compiling camino v1.2.2 |
| 1943 | 2026-05-22T15:41:15.869Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-05-22T15:41:15.974Z | Compiling tokio-util v0.7.18 |
| 1945 | 2026-05-22T15:41:15.998Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-22T15:41:16.015Z | Compiling http-body v1.0.1 |
| 1947 | 2026-05-22T15:41:16.114Z | Compiling aes v0.8.4 |
| 1948 | 2026-05-22T15:41:16.130Z | Compiling cbc v0.1.2 |
| 1949 | 2026-05-22T15:41:16.270Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-05-22T15:41:16.286Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-05-22T15:41:16.309Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2026-05-22T15:41:16.386Z | Compiling openssl-probe v0.2.1 |
| 1953 | 2026-05-22T15:41:16.404Z | Compiling winnow v0.7.14 |
| 1954 | 2026-05-22T15:41:16.427Z | Compiling atomic-waker v1.1.2 |
| 1955 | 2026-05-22T15:41:16.584Z | Compiling untrusted v0.7.1 |
| 1956 | 2026-05-22T15:41:16.588Z | Compiling paste v1.0.15 |
| 1957 | 2026-05-22T15:41:16.615Z | Compiling either v1.15.0 |
| 1958 | 2026-05-22T15:41:16.705Z | Compiling usdt-impl v0.6.0 |
| 1959 | 2026-05-22T15:41:16.728Z | Compiling pkcs5 v0.7.1 |
| 1960 | 2026-05-22T15:41:16.932Z | Compiling tinyvec v1.10.0 |
| 1961 | 2026-05-22T15:41:16.949Z | Compiling rand v0.9.2 |
| 1962 | 2026-05-22T15:41:17.259Z | Compiling scroll v0.13.0 |
| 1963 | 2026-05-22T15:41:17.306Z | Compiling scroll v0.12.0 |
| 1964 | 2026-05-22T15:41:17.357Z | Compiling toml_datetime v0.6.11 |
| 1965 | 2026-05-22T15:41:17.443Z | Compiling serde_spanned v0.6.9 |
| 1966 | 2026-05-22T15:41:17.532Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-05-22T15:41:17.548Z | Compiling heapless v0.7.17 |
| 1968 | 2026-05-22T15:41:17.593Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-05-22T15:41:17.608Z | Compiling signal-hook v0.3.18 |
| 1970 | 2026-05-22T15:41:17.625Z | Compiling zstd-safe v7.2.4 |
| 1971 | 2026-05-22T15:41:17.803Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-05-22T15:41:17.876Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-05-22T15:41:17.894Z | Compiling try-lock v0.2.5 |
| 1974 | 2026-05-22T15:41:18.005Z | Compiling fastrand v2.3.0 |
| 1975 | 2026-05-22T15:41:18.022Z | Compiling want v0.3.1 |
| 1976 | 2026-05-22T15:41:18.079Z | Compiling h2 v0.4.13 |
| 1977 | 2026-05-22T15:41:18.099Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1978 | 2026-05-22T15:41:18.235Z | Compiling goblin v0.8.2 |
| 1979 | 2026-05-22T15:41:18.253Z | Compiling goblin v0.10.5 |
| 1980 | 2026-05-22T15:41:18.409Z | Compiling pkcs8 v0.10.2 |
| 1981 | 2026-05-22T15:41:18.517Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-22T15:41:18.637Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-22T15:41:18.721Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-22T15:41:18.887Z | Compiling darling_core v0.20.11 |
| 1985 | 2026-05-22T15:41:19.067Z | Compiling curve25519-dalek v4.1.3 |
| 1986 | 2026-05-22T15:41:19.165Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1987 | 2026-05-22T15:41:19.334Z | Compiling memoffset v0.9.1 |
| 1988 | 2026-05-22T15:41:19.349Z | Compiling pin-utils v0.1.0 |
| 1989 | 2026-05-22T15:41:19.437Z | Compiling rustix v0.38.44 |
| 1990 | 2026-05-22T15:41:19.554Z | Compiling winnow v0.5.40 |
| 1991 | 2026-05-22T15:41:19.619Z | Compiling httpdate v1.0.3 |
| 1992 | 2026-05-22T15:41:19.782Z | Compiling foreign-types-shared v0.1.1 |
| 1993 | 2026-05-22T15:41:19.903Z | Compiling litrs v1.0.0 |
| 1994 | 2026-05-22T15:41:20.042Z | Compiling foreign-types v0.3.2 |
| 1995 | 2026-05-22T15:41:20.264Z | Compiling tempfile v3.25.0 |
| 1996 | 2026-05-22T15:41:20.377Z | Compiling document-features v0.2.12 |
| 1997 | 2026-05-22T15:41:20.597Z | Compiling dof v0.3.0 |
| 1998 | 2026-05-22T15:41:20.615Z | Compiling unicode-normalization v0.1.25 |
| 1999 | 2026-05-22T15:41:20.994Z | Compiling darling_macro v0.20.11 |
| 2000 | 2026-05-22T15:41:20.997Z | Compiling toml_edit v0.19.15 |
| 2001 | 2026-05-22T15:41:21.027Z | Compiling dof v0.4.0 |
| 2002 | 2026-05-22T15:41:21.123Z | Compiling hyper v1.8.1 |
| 2003 | 2026-05-22T15:41:21.185Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-05-22T15:41:21.408Z | Compiling dtrace-parser v0.3.0 |
| 2005 | 2026-05-22T15:41:21.599Z | Compiling daft-derive v0.1.7 |
| 2006 | 2026-05-22T15:41:21.633Z | Compiling pin-project-internal v1.1.11 |
| 2007 | 2026-05-22T15:41:21.734Z | Compiling spin v0.9.8 |
| 2008 | 2026-05-22T15:41:21.794Z | Compiling thread-id v4.2.2 |
| 2009 | 2026-05-22T15:41:21.822Z | Compiling thread-id v5.1.0 |
| 2010 | 2026-05-22T15:41:21.848Z | Compiling smoltcp v0.9.1 |
| 2011 | 2026-05-22T15:41:21.922Z | Compiling cfg_aliases v0.2.1 |
| 2012 | 2026-05-22T15:41:21.963Z | Compiling powerfmt v0.2.0 |
| 2013 | 2026-05-22T15:41:22.019Z | Compiling num-bigint-dig v0.8.6 |
| 2014 | 2026-05-22T15:41:22.075Z | Compiling nix v0.31.2 |
| 2015 | 2026-05-22T15:41:22.177Z | Compiling deranged v0.5.8 |
| 2016 | 2026-05-22T15:41:22.194Z | Compiling hyper-util v0.1.20 |
| 2017 | 2026-05-22T15:41:22.567Z | Compiling darling v0.20.11 |
| 2018 | 2026-05-22T15:41:22.672Z | Compiling rustls-native-certs v0.8.3 |
| 2019 | 2026-05-22T15:41:22.800Z | Compiling ipnetwork v0.21.1 |
| 2020 | 2026-05-22T15:41:23.106Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-05-22T15:41:23.165Z | Compiling strum_macros v0.26.4 |
| 2022 | 2026-05-22T15:41:23.363Z | Compiling sync_wrapper v1.0.2 |
| 2023 | 2026-05-22T15:41:23.367Z | Compiling wait-timeout v0.2.1 |
| 2024 | 2026-05-22T15:41:23.616Z | Compiling simd-adler32 v0.3.8 |
| 2025 | 2026-05-22T15:41:23.863Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-05-22T15:41:23.879Z | Compiling siphasher v1.0.2 |
| 2027 | 2026-05-22T15:41:23.909Z | Compiling utf8parse v0.2.2 |
| 2028 | 2026-05-22T15:41:23.909Z | Compiling anstyle v1.0.13 |
| 2029 | 2026-05-22T15:41:23.975Z | Compiling bit-vec v0.8.0 |
| 2030 | 2026-05-22T15:41:24.031Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-05-22T15:41:24.132Z | Compiling time v0.3.47 |
| 2032 | 2026-05-22T15:41:24.192Z | Compiling bit-set v0.8.0 |
| 2033 | 2026-05-22T15:41:24.208Z | Compiling rusty-fork v0.3.1 |
| 2034 | 2026-05-22T15:41:24.251Z | Compiling anstyle-parse v0.2.7 |
| 2035 | 2026-05-22T15:41:24.445Z | Compiling tower v0.5.3 |
| 2036 | 2026-05-22T15:41:24.702Z | Compiling derive_builder_core v0.20.2 |
| 2037 | 2026-05-22T15:41:24.941Z | Compiling http-body-util v0.1.3 |
| 2038 | 2026-05-22T15:41:25.125Z | Compiling webpki-roots v1.0.6 |
| 2039 | 2026-05-22T15:41:25.240Z | Compiling rand_xorshift v0.4.0 |
| 2040 | 2026-05-22T15:41:25.260Z | Compiling signature v2.2.0 |
| 2041 | 2026-05-22T15:41:25.277Z | Compiling hubpack_derive v0.1.1 |
| 2042 | 2026-05-22T15:41:25.316Z | Compiling snafu-derive v0.8.9 |
| 2043 | 2026-05-22T15:41:25.408Z | Compiling strum_macros v0.27.2 |
| 2044 | 2026-05-22T15:41:25.522Z | Compiling ahash v0.8.12 |
| 2045 | 2026-05-22T15:41:25.597Z | Compiling fs-err v3.3.0 |
| 2046 | 2026-05-22T15:41:25.617Z | Compiling ryu v1.0.23 |
| 2047 | 2026-05-22T15:41:25.755Z | Compiling adler2 v2.0.1 |
| 2048 | 2026-05-22T15:41:25.810Z | Compiling iri-string v0.7.10 |
| 2049 | 2026-05-22T15:41:25.878Z | Compiling unicode-bidi v0.3.18 |
| 2050 | 2026-05-22T15:41:25.897Z | Compiling unicode-segmentation v1.12.0 |
| 2051 | 2026-05-22T15:41:26.079Z | Compiling allocator-api2 v0.2.21 |
| 2052 | 2026-05-22T15:41:26.099Z | Compiling unicode-properties v0.1.4 |
| 2053 | 2026-05-22T15:41:26.132Z | Compiling is_terminal_polyfill v1.70.2 |
| 2054 | 2026-05-22T15:41:26.212Z | Compiling colorchoice v1.0.4 |
| 2055 | 2026-05-22T15:41:26.237Z | Compiling object v0.37.3 |
| 2056 | 2026-05-22T15:41:26.315Z | Compiling anstyle-query v1.1.5 |
| 2057 | 2026-05-22T15:41:26.330Z | Compiling unarray v0.1.4 |
| 2058 | 2026-05-22T15:41:26.438Z | Compiling proptest v1.10.0 |
| 2059 | 2026-05-22T15:41:26.487Z | Compiling anstream v0.6.21 |
| 2060 | 2026-05-22T15:41:26.490Z | Compiling stringprep v0.1.5 |
| 2061 | 2026-05-22T15:41:26.537Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-05-22T15:41:26.578Z | Compiling miniz_oxide v0.8.9 |
| 2063 | 2026-05-22T15:41:26.892Z | Compiling derive_builder_macro v0.20.2 |
| 2064 | 2026-05-22T15:41:26.931Z | Compiling tower-http v0.6.8 |
| 2065 | 2026-05-22T15:41:27.057Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-05-22T15:41:27.131Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-05-22T15:41:27.183Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-05-22T15:41:27.474Z | Compiling rand_chacha v0.3.1 |
| 2069 | 2026-05-22T15:41:27.505Z | Compiling erased-serde v0.3.31 |
| 2070 | 2026-05-22T15:41:27.616Z | Compiling md-5 v0.10.6 |
| 2071 | 2026-05-22T15:41:27.639Z | Compiling bstr v1.12.1 |
| 2072 | 2026-05-22T15:41:27.700Z | Compiling num-integer v0.1.46 |
| 2073 | 2026-05-22T15:41:27.784Z | Compiling hash32 v0.2.1 |
| 2074 | 2026-05-22T15:41:27.863Z | Compiling vergen-lib v0.1.6 |
| 2075 | 2026-05-22T15:41:27.916Z | Compiling ff v0.13.1 |
| 2076 | 2026-05-22T15:41:27.935Z | Compiling psl-types v2.0.11 |
| 2077 | 2026-05-22T15:41:27.983Z | Compiling zlib-rs v0.6.2 |
| 2078 | 2026-05-22T15:41:27.999Z | Compiling base16ct v0.2.0 |
| 2079 | 2026-05-22T15:41:28.034Z | Compiling fallible-iterator v0.2.0 |
| 2080 | 2026-05-22T15:41:28.109Z | Compiling publicsuffix v2.3.0 |
| 2081 | 2026-05-22T15:41:28.126Z | Compiling sec1 v0.7.3 |
| 2082 | 2026-05-22T15:41:28.157Z | Compiling group v0.13.0 |
| 2083 | 2026-05-22T15:41:28.297Z | Compiling num-iter v0.1.45 |
| 2084 | 2026-05-22T15:41:28.349Z | Compiling postgres-protocol v0.6.10 |
| 2085 | 2026-05-22T15:41:28.365Z | Compiling rand v0.8.6 |
| 2086 | 2026-05-22T15:41:28.415Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-05-22T15:41:28.741Z | Compiling oxnet v0.1.4 |
| 2088 | 2026-05-22T15:41:28.899Z | Compiling derive_builder v0.20.2 |
| 2089 | 2026-05-22T15:41:28.986Z | Compiling hyper-tls v0.6.0 |
| 2090 | 2026-05-22T15:41:29.043Z | Compiling heck v0.4.1 |
| 2091 | 2026-05-22T15:41:29.077Z | Compiling phf_shared v0.13.1 |
| 2092 | 2026-05-22T15:41:29.138Z | Compiling pin-project v1.1.11 |
| 2093 | 2026-05-22T15:41:29.200Z | Compiling lazy_static v1.5.0 |
| 2094 | 2026-05-22T15:41:29.319Z | Compiling terminal_size v0.4.3 |
| 2095 | 2026-05-22T15:41:29.354Z | Compiling serde_with_macros v3.17.0 |
| 2096 | 2026-05-22T15:41:29.370Z | Compiling futures-executor v0.3.32 |
| 2097 | 2026-05-22T15:41:29.402Z | Compiling hex v0.4.3 |
| 2098 | 2026-05-22T15:41:29.621Z | Compiling cargo-platform v0.1.9 |
| 2099 | 2026-05-22T15:41:29.637Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-22T15:41:29.725Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-05-22T15:41:29.788Z | Compiling serde_repr v0.1.20 |
| 2102 | 2026-05-22T15:41:29.807Z | Compiling enum-as-inner v0.6.1 |
| 2103 | 2026-05-22T15:41:29.881Z | Compiling async-recursion v1.1.1 |
| 2104 | 2026-05-22T15:41:29.898Z | Compiling clap_derive v4.5.55 |
| 2105 | 2026-05-22T15:41:29.936Z | Compiling vergen v9.0.6 |
| 2106 | 2026-05-22T15:41:30.152Z | Compiling flate2 v1.1.9 |
| 2107 | 2026-05-22T15:41:30.338Z | Compiling encoding_rs v0.8.35 |
| 2108 | 2026-05-22T15:41:30.342Z | Compiling foldhash v0.1.5 |
| 2109 | 2026-05-22T15:41:30.427Z | Compiling same-file v1.0.6 |
| 2110 | 2026-05-22T15:41:30.510Z | Compiling managed v0.8.0 |
| 2111 | 2026-05-22T15:41:30.544Z | Compiling mime v0.3.17 |
| 2112 | 2026-05-22T15:41:30.592Z | Compiling libbz2-rs-sys v0.2.2 |
| 2113 | 2026-05-22T15:41:30.608Z | Compiling bumpalo v3.20.2 |
| 2114 | 2026-05-22T15:41:30.770Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-05-22T15:41:30.802Z | Compiling foldhash v0.2.0 |
| 2116 | 2026-05-22T15:41:30.825Z | Compiling bitflags v1.3.2 |
| 2117 | 2026-05-22T15:41:30.965Z | Compiling hashbrown v0.16.1 |
| 2118 | 2026-05-22T15:41:30.999Z | Compiling clap_builder v4.5.60 |
| 2119 | 2026-05-22T15:41:31.034Z | Compiling bzip2 v0.6.1 |
| 2120 | 2026-05-22T15:41:31.042Z | Compiling zopfli v0.8.3 |
| 2121 | 2026-05-22T15:41:31.197Z | Compiling elliptic-curve v0.13.8 |
| 2122 | 2026-05-22T15:41:31.514Z | Compiling walkdir v2.5.0 |
| 2123 | 2026-05-22T15:41:31.556Z | Compiling hashbrown v0.15.5 |
| 2124 | 2026-05-22T15:41:31.611Z | Compiling zstd v0.13.3 |
| 2125 | 2026-05-22T15:41:31.675Z | Compiling cargo_metadata v0.19.2 |
| 2126 | 2026-05-22T15:41:31.722Z | Compiling futures v0.3.32 |
| 2127 | 2026-05-22T15:41:31.886Z | Compiling phf v0.13.1 |
| 2128 | 2026-05-22T15:41:32.059Z | Compiling snafu v0.8.9 |
| 2129 | 2026-05-22T15:41:32.085Z | Compiling signal-hook-mio v0.2.5 |
| 2130 | 2026-05-22T15:41:32.116Z | Compiling daft v0.1.7 |
| 2131 | 2026-05-22T15:41:32.221Z | Compiling postgres-types v0.2.12 |
| 2132 | 2026-05-22T15:41:32.409Z | Compiling cookie_store v0.22.1 |
| 2133 | 2026-05-22T15:41:32.433Z | Compiling bzip2 v0.4.4 |
| 2134 | 2026-05-22T15:41:32.449Z | Compiling globset v0.4.18 |
| 2135 | 2026-05-22T15:41:32.655Z | Compiling strum v0.27.2 |
| 2136 | 2026-05-22T15:41:32.902Z | Compiling hubpack v0.1.2 |
| 2137 | 2026-05-22T15:41:32.943Z | Compiling ed25519 v2.2.3 |
| 2138 | 2026-05-22T15:41:32.988Z | Compiling phf_shared v0.11.3 |
| 2139 | 2026-05-22T15:41:33.042Z | Compiling crossbeam-epoch v0.9.18 |
| 2140 | 2026-05-22T15:41:33.083Z | Compiling olpc-cjson v0.1.4 |
| 2141 | 2026-05-22T15:41:33.139Z | Compiling pkcs1 v0.7.5 |
| 2142 | 2026-05-22T15:41:33.214Z | Compiling pem v3.0.6 |
| 2143 | 2026-05-22T15:41:33.272Z | Compiling serde_plain v1.0.2 |
| 2144 | 2026-05-22T15:41:33.313Z | Compiling serde-big-array v0.5.1 |
| 2145 | 2026-05-22T15:41:33.377Z | Compiling rfc6979 v0.4.0 |
| 2146 | 2026-05-22T15:41:33.393Z | Compiling float-cmp v0.10.0 |
| 2147 | 2026-05-22T15:41:33.476Z | Compiling memmap2 v0.9.10 |
| 2148 | 2026-05-22T15:41:33.503Z | Compiling env_filter v1.0.0 |
| 2149 | 2026-05-22T15:41:33.543Z | Compiling fixedbitset v0.5.7 |
| 2150 | 2026-05-22T15:41:33.543Z | Compiling whoami v2.1.0 |
| 2151 | 2026-05-22T15:41:33.578Z | Compiling typed-path v0.9.3 |
| 2152 | 2026-05-22T15:41:33.582Z | Compiling new_debug_unreachable v1.0.6 |
| 2153 | 2026-05-22T15:41:33.683Z | Compiling jiff v0.2.21 |
| 2154 | 2026-05-22T15:41:33.714Z | Compiling toml_write v0.1.2 |
| 2155 | 2026-05-22T15:41:33.822Z | Compiling difflib v0.4.0 |
| 2156 | 2026-05-22T15:41:33.846Z | Compiling predicates-core v1.0.10 |
| 2157 | 2026-05-22T15:41:33.861Z | Compiling static_assertions v1.1.0 |
| 2158 | 2026-05-22T15:41:33.915Z | Compiling precomputed-hash v0.1.1 |
| 2159 | 2026-05-22T15:41:33.919Z | Compiling normalize-line-endings v0.3.0 |
| 2160 | 2026-05-22T15:41:33.948Z | Compiling fixedbitset v0.4.2 |
| 2161 | 2026-05-22T15:41:33.962Z | Compiling keccak v0.1.6 |
| 2162 | 2026-05-22T15:41:34.024Z | Compiling data-encoding v2.10.0 |
| 2163 | 2026-05-22T15:41:34.069Z | Compiling predicates v3.1.4 |
| 2164 | 2026-05-22T15:41:34.190Z | Compiling petgraph v0.6.5 |
| 2165 | 2026-05-22T15:41:34.206Z | Compiling sha3 v0.10.8 |
| 2166 | 2026-05-22T15:41:34.314Z | Compiling string_cache v0.8.9 |
| 2167 | 2026-05-22T15:41:34.490Z | Compiling hickory-proto v0.25.2 |
| 2168 | 2026-05-22T15:41:34.558Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2169 | 2026-05-22T15:41:34.576Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-05-22T15:41:34.608Z | Compiling tokio-postgres v0.7.16 |
| 2171 | 2026-05-22T15:41:34.679Z | Compiling petgraph v0.8.3 |
| 2172 | 2026-05-22T15:41:34.794Z | Compiling env_logger v0.11.9 |
| 2173 | 2026-05-22T15:41:35.128Z | Compiling usdt v0.6.0 |
| 2174 | 2026-05-22T15:41:35.178Z | Compiling ecdsa v0.16.9 |
| 2175 | 2026-05-22T15:41:35.404Z | Compiling rsa v0.9.10 |
| 2176 | 2026-05-22T15:41:35.588Z | Compiling ed25519-dalek v2.2.0 |
| 2177 | 2026-05-22T15:41:36.293Z | Compiling zip v4.6.1 |
| 2178 | 2026-05-22T15:41:36.600Z | Compiling crossterm v0.28.1 |
| 2179 | 2026-05-22T15:41:36.642Z | Compiling zip v0.6.6 |
| 2180 | 2026-05-22T15:41:37.048Z | Compiling clap v4.5.60 |
| 2181 | 2026-05-22T15:41:37.143Z | Compiling iddqd v0.4.1 |
| 2182 | 2026-05-22T15:41:37.272Z | Compiling serde_with v3.17.0 |
| 2183 | 2026-05-22T15:41:37.327Z | Compiling similar v2.7.0 |
| 2184 | 2026-05-22T15:41:37.408Z | Compiling strum v0.26.3 |
| 2185 | 2026-05-22T15:41:37.425Z | Compiling toml v0.7.8 |
| 2186 | 2026-05-22T15:41:37.498Z | Compiling itertools v0.13.0 |
| 2187 | 2026-05-22T15:41:37.560Z | Compiling tokio-stream v0.1.18 |
| 2188 | 2026-05-22T15:41:37.880Z | Compiling buf-list v1.1.2 |
| 2189 | 2026-05-22T15:41:37.993Z | Compiling x509-cert v0.2.5 |
| 2190 | 2026-05-22T15:41:38.152Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2191 | 2026-05-22T15:41:38.334Z | Compiling openapiv3 v2.2.0 |
| 2192 | 2026-05-22T15:41:38.372Z | Compiling sha1 v0.10.6 |
| 2193 | 2026-05-22T15:41:38.757Z | Compiling lalrpop-util v0.19.12 |
| 2194 | 2026-05-22T15:41:38.933Z | Compiling peg-runtime v0.8.5 |
| 2195 | 2026-05-22T15:41:53.226Z | Compiling rustls-webpki v0.103.9 |
| 2196 | 2026-05-22T15:41:55.037Z | Compiling macaddr v1.0.1 |
| 2197 | 2026-05-22T15:41:55.164Z | Compiling structmeta-derive v0.3.0 |
| 2198 | 2026-05-22T15:41:55.220Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-05-22T15:41:55.344Z | Compiling rayon-core v1.13.0 |
| 2200 | 2026-05-22T15:41:55.376Z | Compiling itertools v0.14.0 |
| 2201 | 2026-05-22T15:41:55.448Z | Compiling secrecy v0.10.3 |
| 2202 | 2026-05-22T15:41:55.582Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2203 | 2026-05-22T15:41:55.603Z | Compiling rustls v0.22.4 |
| 2204 | 2026-05-22T15:41:55.636Z | Compiling heapless v0.8.0 |
| 2205 | 2026-05-22T15:41:55.842Z | Compiling crossbeam-deque v0.8.6 |
| 2206 | 2026-05-22T15:41:55.845Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2207 | 2026-05-22T15:41:55.888Z | Compiling rustls-webpki v0.102.8 |
| 2208 | 2026-05-22T15:41:55.967Z | Compiling hash32 v0.3.1 |
| 2209 | 2026-05-22T15:41:56.018Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-05-22T15:41:56.034Z | Compiling multer v3.1.0 |
| 2211 | 2026-05-22T15:41:56.096Z | Compiling thread_local v1.1.9 |
| 2212 | 2026-05-22T15:41:56.124Z | Compiling smoltcp v0.11.0 |
| 2213 | 2026-05-22T15:41:56.160Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2214 | 2026-05-22T15:41:56.181Z | Compiling structmeta v0.3.0 |
| 2215 | 2026-05-22T15:41:56.199Z | Compiling match_cfg v0.1.0 |
| 2216 | 2026-05-22T15:41:56.254Z | Compiling unicode-width v0.2.0 |
| 2217 | 2026-05-22T15:41:56.290Z | Compiling compression-core v0.4.31 |
| 2218 | 2026-05-22T15:41:56.405Z | Compiling slog-async v2.8.0 |
| 2219 | 2026-05-22T15:41:56.420Z | Compiling derive-ex v0.1.8 |
| 2220 | 2026-05-22T15:41:56.459Z | Compiling compression-codecs v0.4.37 |
| 2221 | 2026-05-22T15:41:56.513Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-05-22T15:41:56.558Z | Compiling hostname v0.3.1 |
| 2223 | 2026-05-22T15:41:56.669Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-22T15:41:56.762Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-05-22T15:41:56.790Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-05-22T15:41:56.843Z | Compiling half v2.7.1 |
| 2227 | 2026-05-22T15:41:56.958Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-05-22T15:41:57.033Z | Compiling cobs v0.3.0 |
| 2229 | 2026-05-22T15:41:57.164Z | Compiling tokio-rustls v0.26.4 |
| 2230 | 2026-05-22T15:41:57.208Z | Compiling rustls-platform-verifier v0.6.2 |
| 2231 | 2026-05-22T15:41:57.338Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-05-22T15:41:57.434Z | Compiling hyper-rustls v0.27.7 |
| 2233 | 2026-05-22T15:41:57.452Z | Compiling universal-hash v0.5.1 |
| 2234 | 2026-05-22T15:41:57.469Z | Compiling async-stream-impl v0.3.6 |
| 2235 | 2026-05-22T15:41:57.630Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-05-22T15:41:57.700Z | Compiling reqwest v0.12.28 |
| 2237 | 2026-05-22T15:41:57.723Z | Compiling reqwest v0.13.2 |
| 2238 | 2026-05-22T15:41:57.780Z | Compiling serde_spanned v1.0.4 |
| 2239 | 2026-05-22T15:41:57.966Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-22T15:41:57.984Z | Compiling proc-macro-error-attr v1.0.4 |
| 2241 | 2026-05-22T15:41:58.053Z | Compiling dropshot v0.17.0 |
| 2242 | 2026-05-22T15:41:58.073Z | Compiling convert_case v0.4.0 |
| 2243 | 2026-05-22T15:41:58.092Z | Compiling term v1.2.1 |
| 2244 | 2026-05-22T15:41:58.206Z | Compiling ciborium-io v0.2.2 |
| 2245 | 2026-05-22T15:41:58.263Z | Compiling opaque-debug v0.3.1 |
| 2246 | 2026-05-22T15:41:58.284Z | Compiling take_mut v0.2.2 |
| 2247 | 2026-05-22T15:41:58.327Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2248 | 2026-05-22T15:41:58.353Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-05-22T15:41:58.392Z | Compiling thiserror-no-std v2.0.2 |
| 2250 | 2026-05-22T15:41:58.408Z | Compiling derive_more v0.99.20 |
| 2251 | 2026-05-22T15:41:58.426Z | Compiling slog-term v2.9.2 |
| 2252 | 2026-05-22T15:41:58.561Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-22T15:41:58.636Z | Compiling tokio-rustls v0.25.0 |
| 2254 | 2026-05-22T15:41:58.756Z | Compiling poly1305 v0.8.0 |
| 2255 | 2026-05-22T15:41:58.918Z | Compiling ciborium-ll v0.2.2 |
| 2256 | 2026-05-22T15:41:59.044Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-05-22T15:41:59.233Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-05-22T15:41:59.269Z | Compiling tough v0.22.0 |
| 2259 | 2026-05-22T15:41:59.291Z | Compiling ingot-types v0.1.2 |
| 2260 | 2026-05-22T15:41:59.440Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-05-22T15:41:59.576Z | Compiling postcard v1.1.3 |
| 2262 | 2026-05-22T15:41:59.772Z | Compiling ingot v0.1.1 |
| 2263 | 2026-05-22T15:41:59.788Z | Compiling num_enum_derive v0.7.5 |
| 2264 | 2026-05-22T15:41:59.928Z | Compiling slog-bunyan v2.5.0 |
| 2265 | 2026-05-22T15:42:00.143Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-05-22T15:42:00.581Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-05-22T15:42:00.638Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2268 | 2026-05-22T15:42:00.655Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-05-22T15:42:00.759Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-05-22T15:42:00.903Z | Compiling backon v1.6.0 |
| 2271 | 2026-05-22T15:42:01.028Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-05-22T15:42:01.097Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2273 | 2026-05-22T15:42:01.116Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-05-22T15:42:01.169Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-05-22T15:42:01.187Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-05-22T15:42:01.203Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-05-22T15:42:01.220Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-05-22T15:42:01.470Z | Compiling aead v0.5.2 |
| 2279 | 2026-05-22T15:42:01.504Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-05-22T15:42:01.727Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-22T15:42:01.745Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-05-22T15:42:02.053Z | Compiling hostname v0.4.2 |
| 2283 | 2026-05-22T15:42:02.084Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2284 | 2026-05-22T15:42:02.102Z | Compiling proc-macro-error v1.0.4 |
| 2285 | 2026-05-22T15:42:02.115Z | Compiling instant v0.1.13 |
| 2286 | 2026-05-22T15:42:02.147Z | Compiling cpufeatures v0.3.0 |
| 2287 | 2026-05-22T15:42:02.227Z | Compiling typeid v1.0.3 |
| 2288 | 2026-05-22T15:42:02.244Z | Compiling foreign-types-shared v0.3.1 |
| 2289 | 2026-05-22T15:42:02.248Z | Compiling debug-ignore v1.0.5 |
| 2290 | 2026-05-22T15:42:02.248Z | Compiling chacha20 v0.10.0 |
| 2291 | 2026-05-22T15:42:02.294Z | Compiling backoff v0.4.0 |
| 2292 | 2026-05-22T15:42:02.297Z | Compiling parse-display v0.10.0 |
| 2293 | 2026-05-22T15:42:02.361Z | Compiling foreign-types v0.5.0 |
| 2294 | 2026-05-22T15:42:02.393Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2295 | 2026-05-22T15:42:02.409Z | Compiling chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-22T15:42:02.458Z | Compiling argon2 v0.5.3 |
| 2297 | 2026-05-22T15:42:02.475Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2298 | 2026-05-22T15:42:02.548Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-05-22T15:42:02.574Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2300 | 2026-05-22T15:42:02.590Z | Compiling num_enum v0.7.5 |
| 2301 | 2026-05-22T15:42:02.605Z | Compiling ciborium v0.2.2 |
| 2302 | 2026-05-22T15:42:02.744Z | Compiling vsss-rs v3.3.4 |
| 2303 | 2026-05-22T15:42:02.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2304 | 2026-05-22T15:42:02.969Z | Compiling tabwriter v1.4.1 |
| 2305 | 2026-05-22T15:42:03.018Z | Compiling regress v0.10.5 |
| 2306 | 2026-05-22T15:42:03.199Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2307 | 2026-05-22T15:42:03.216Z | Compiling byte-wrapper v0.1.0 |
| 2308 | 2026-05-22T15:42:03.352Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2309 | 2026-05-22T15:42:03.462Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-05-22T15:42:03.483Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2311 | 2026-05-22T15:42:03.501Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-05-22T15:42:03.622Z | Compiling erased-serde v0.4.9 |
| 2313 | 2026-05-22T15:42:03.687Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2314 | 2026-05-22T15:42:03.909Z | Compiling humantime v2.3.0 |
| 2315 | 2026-05-22T15:42:03.928Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-22T15:42:04.028Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-22T15:42:04.032Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-05-22T15:42:04.106Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-05-22T15:42:04.158Z | Compiling rand v0.10.0 |
| 2320 | 2026-05-22T15:42:04.207Z | Compiling rayon v1.11.0 |
| 2321 | 2026-05-22T15:42:04.284Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-05-22T15:42:04.287Z | Compiling indent_write v2.2.0 |
| 2323 | 2026-05-22T15:42:04.360Z | Compiling colored v3.1.1 |
| 2324 | 2026-05-22T15:42:04.397Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2325 | 2026-05-22T15:42:04.414Z | Compiling libefi-sys v0.1.0 |
| 2326 | 2026-05-22T15:42:04.476Z | Compiling zone_cfg_derive v0.3.1 |
| 2327 | 2026-05-22T15:42:04.506Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2328 | 2026-05-22T15:42:04.593Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-05-22T15:42:04.654Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2330 | 2026-05-22T15:42:04.673Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-05-22T15:42:04.903Z | Compiling itertools v0.12.1 |
| 2332 | 2026-05-22T15:42:04.978Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-05-22T15:42:05.064Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-05-22T15:42:05.096Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-05-22T15:42:05.112Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-05-22T15:42:05.130Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-05-22T15:42:05.148Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-05-22T15:42:05.455Z | Compiling memmap v0.7.0 |
| 2339 | 2026-05-22T15:42:05.500Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-05-22T15:42:05.619Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2341 | 2026-05-22T15:42:05.684Z | Compiling glob v0.3.3 |
| 2342 | 2026-05-22T15:42:05.718Z | Compiling swrite v0.1.0 |
| 2343 | 2026-05-22T15:42:05.744Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-05-22T15:42:05.837Z | Compiling usdt v0.5.0 |
| 2345 | 2026-05-22T15:42:05.894Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2346 | 2026-05-22T15:42:06.020Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2347 | 2026-05-22T15:42:06.077Z | Compiling serde-value v0.7.0 |
| 2348 | 2026-05-22T15:42:06.372Z | Compiling zone v0.3.1 |
| 2349 | 2026-05-22T15:42:06.390Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-05-22T15:42:06.409Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2351 | 2026-05-22T15:42:06.614Z | Compiling toml v0.8.23 |
| 2352 | 2026-05-22T15:42:06.662Z | Compiling smf v0.2.3 |
| 2353 | 2026-05-22T15:42:06.697Z | Compiling filetime v0.2.27 |
| 2354 | 2026-05-22T15:42:06.718Z | Compiling arrayref v0.3.9 |
| 2355 | 2026-05-22T15:42:06.733Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-05-22T15:42:06.771Z | Compiling constant_time_eq v0.4.2 |
| 2357 | 2026-05-22T15:42:06.787Z | Compiling xattr v1.6.1 |
| 2358 | 2026-05-22T15:42:06.814Z | Compiling arrayvec v0.7.6 |
| 2359 | 2026-05-22T15:42:06.833Z | Compiling unicode-xid v0.2.6 |
| 2360 | 2026-05-22T15:42:06.921Z | Compiling whoami v1.6.1 |
| 2361 | 2026-05-22T15:42:06.993Z | Compiling tar v0.4.45 |
| 2362 | 2026-05-22T15:42:06.997Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-22T15:42:07.025Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2364 | 2026-05-22T15:42:07.077Z | Compiling tokio-dtrace v0.1.1 |
| 2365 | 2026-05-22T15:42:07.296Z | Compiling cargo-util-schemas v0.8.2 |
| 2366 | 2026-05-22T15:42:07.420Z | Compiling console v0.16.2 |
| 2367 | 2026-05-22T15:42:07.423Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-05-22T15:42:07.598Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-05-22T15:42:07.702Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-05-22T15:42:07.774Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-22T15:42:07.808Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-05-22T15:42:07.892Z | Compiling indicatif v0.18.4 |
| 2373 | 2026-05-22T15:42:07.932Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-22T15:42:07.963Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-05-22T15:42:08.451Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-05-22T15:42:17.549Z | Compiling progenitor-client v0.10.0 |
| 2377 | 2026-05-22T15:42:17.553Z | Compiling omicron-zone-package v0.12.2 |
| 2378 | 2026-05-22T15:42:17.584Z | Compiling progenitor-client v0.14.0 |
| 2379 | 2026-05-22T15:42:18.060Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-05-22T15:42:20.309Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-05-22T15:42:20.330Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-22T15:42:20.535Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-05-22T15:42:20.584Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2384 | 2026-05-22T15:42:20.597Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2385 | 2026-05-22T15:42:20.610Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2386 | 2026-05-22T15:42:20.632Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2387 | 2026-05-22T15:42:20.652Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2026-05-22T15:42:20.908Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-05-22T15:42:24.671Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-05-22T15:42:32.263Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-05-22T15:42:35.306Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-05-22T15:42:36.268Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-05-22T15:42:45.967Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2394 | 2026-05-22T15:42:46.121Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-05-22T15:42:46.182Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-05-22T15:42:46.185Z | Created new build target 'test' and set it as active |
| 2397 | 2026-05-22T15:42:46.185Z | |
| 2398 | 2026-05-22T15:42:46.186Z | real 1:44.201260534 |
| 2399 | 2026-05-22T15:42:46.186Z | user 16:57.228551065 |
| 2400 | 2026-05-22T15:42:46.186Z | sys 2:41.555835906 |
| 2401 | 2026-05-22T15:42:46.186Z | trap 0.466753174 |
| 2402 | 2026-05-22T15:42:46.186Z | tflt 2.807206164 |
| 2403 | 2026-05-22T15:42:46.186Z | dflt 4.438663367 |
| 2404 | 2026-05-22T15:42:46.186Z | kflt 0.000662290 |
| 2405 | 2026-05-22T15:42:46.186Z | lock 52:49.351828150 |
| 2406 | 2026-05-22T15:42:46.186Z | slp 43:11.213709927 |
| 2407 | 2026-05-22T15:42:46.186Z | lat 47.171536284 |
| 2408 | 2026-05-22T15:42:46.186Z | stop 5:39.544174943 |
| 2409 | 2026-05-22T15:42:46.186Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-05-22T15:42:47.071Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2411 | 2026-05-22T15:42:47.149Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-05-22T15:42:47.209Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-05-22T15:42:48.643Z | Compiling heck v0.5.0 |
| 2414 | 2026-05-22T15:42:48.643Z | Compiling regress v0.11.1 |
| 2415 | 2026-05-22T15:42:48.643Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-05-22T15:42:48.905Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-05-22T15:42:48.924Z | Compiling regress v0.10.5 |
| 2418 | 2026-05-22T15:42:48.956Z | Compiling is-terminal v0.4.17 |
| 2419 | 2026-05-22T15:42:48.959Z | Compiling unicode-width v0.1.14 |
| 2420 | 2026-05-22T15:42:48.960Z | Compiling prettyplease v0.2.37 |
| 2421 | 2026-05-22T15:42:48.979Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2422 | 2026-05-22T15:42:48.989Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-22T15:42:48.990Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-22T15:42:48.990Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-22T15:42:48.990Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-22T15:42:48.990Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-22T15:42:49.003Z | Compiling compression-core v0.4.31 |
| 2428 | 2026-05-22T15:42:49.132Z | Compiling match_cfg v0.1.0 |
| 2429 | 2026-05-22T15:42:49.196Z | Compiling compression-codecs v0.4.37 |
| 2430 | 2026-05-22T15:42:49.218Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-05-22T15:42:49.222Z | Compiling multer v3.1.0 |
| 2432 | 2026-05-22T15:42:49.261Z | Compiling hostname v0.3.1 |
| 2433 | 2026-05-22T15:42:49.279Z | Compiling slog-async v2.8.0 |
| 2434 | 2026-05-22T15:42:49.298Z | Compiling crossbeam-channel v0.5.15 |
| 2435 | 2026-05-22T15:42:49.321Z | Compiling slog-json v2.6.1 |
| 2436 | 2026-05-22T15:42:49.344Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2437 | 2026-05-22T15:42:49.363Z | Compiling serde_spanned v1.0.4 |
| 2438 | 2026-05-22T15:42:49.412Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-05-22T15:42:49.445Z | Compiling take_mut v0.2.2 |
| 2440 | 2026-05-22T15:42:49.468Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-22T15:42:49.542Z | Compiling term v1.2.1 |
| 2442 | 2026-05-22T15:42:49.565Z | Compiling slog-bunyan v2.5.0 |
| 2443 | 2026-05-22T15:42:49.569Z | Compiling async-compression v0.4.41 |
| 2444 | 2026-05-22T15:42:49.712Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2445 | 2026-05-22T15:42:49.734Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2446 | 2026-05-22T15:42:49.761Z | Compiling dropshot v0.17.0 |
| 2447 | 2026-05-22T15:42:49.783Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-22T15:42:49.827Z | Compiling num-rational v0.4.2 |
| 2449 | 2026-05-22T15:42:49.892Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-05-22T15:42:49.919Z | Compiling progenitor-client v0.14.0 |
| 2451 | 2026-05-22T15:42:49.977Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2452 | 2026-05-22T15:42:50.049Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-05-22T15:42:50.073Z | Compiling waitgroup v0.1.2 |
| 2454 | 2026-05-22T15:42:50.098Z | Compiling backon v1.6.0 |
| 2455 | 2026-05-22T15:42:50.185Z | Compiling rustls-pemfile v2.2.0 |
| 2456 | 2026-05-22T15:42:50.234Z | Compiling num-complex v0.4.6 |
| 2457 | 2026-05-22T15:42:50.268Z | Compiling serde_path_to_error v0.1.20 |
| 2458 | 2026-05-22T15:42:50.285Z | Compiling hostname v0.4.2 |
| 2459 | 2026-05-22T15:42:50.307Z | Compiling instant v0.1.13 |
| 2460 | 2026-05-22T15:42:50.329Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-05-22T15:42:50.408Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-05-22T15:42:50.431Z | Compiling backoff v0.4.0 |
| 2463 | 2026-05-22T15:42:50.456Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-05-22T15:42:50.460Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2465 | 2026-05-22T15:42:50.504Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-05-22T15:42:50.675Z | Compiling num v0.4.3 |
| 2467 | 2026-05-22T15:42:50.719Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-05-22T15:42:50.719Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-05-22T15:42:50.761Z | Compiling progenitor-client v0.13.0 |
| 2470 | 2026-05-22T15:42:50.781Z | Compiling progenitor-client v0.10.0 |
| 2471 | 2026-05-22T15:42:50.805Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2472 | 2026-05-22T15:42:50.826Z | Compiling macaddr v1.0.1 |
| 2473 | 2026-05-22T15:42:50.862Z | Compiling humantime v2.3.0 |
| 2474 | 2026-05-22T15:42:50.953Z | Compiling float-ord v0.3.2 |
| 2475 | 2026-05-22T15:42:51.088Z | Compiling console v0.15.11 |
| 2476 | 2026-05-22T15:42:51.112Z | Compiling newline-converter v0.3.0 |
| 2477 | 2026-05-22T15:42:51.165Z | Compiling atomicwrites v0.4.4 |
| 2478 | 2026-05-22T15:42:51.256Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-22T15:42:51.287Z | Compiling cancel-safe-futures v0.1.5 |
| 2480 | 2026-05-22T15:42:51.310Z | Compiling resolv-conf v0.7.6 |
| 2481 | 2026-05-22T15:42:51.364Z | Compiling tokio-rustls v0.25.0 |
| 2482 | 2026-05-22T15:42:51.492Z | Compiling expectorate v1.2.0 |
| 2483 | 2026-05-22T15:42:51.539Z | Compiling owo-colors v4.3.0 |
| 2484 | 2026-05-22T15:42:51.561Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-22T15:42:51.628Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-22T15:42:51.805Z | Compiling linked-hash-map v0.5.6 |
| 2487 | 2026-05-22T15:42:51.844Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-22T15:42:51.961Z | Compiling linear-map v1.2.0 |
| 2489 | 2026-05-22T15:42:52.012Z | Compiling lru-cache v0.1.2 |
| 2490 | 2026-05-22T15:42:52.068Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-05-22T15:42:52.072Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-05-22T15:42:52.192Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-05-22T15:42:52.216Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-22T15:42:52.219Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-22T15:42:52.372Z | Compiling nom v7.1.3 |
| 2496 | 2026-05-22T15:42:52.397Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-05-22T15:42:52.400Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2498 | 2026-05-22T15:42:52.441Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-05-22T15:42:52.557Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-05-22T15:42:52.856Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-05-22T15:42:52.896Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2502 | 2026-05-22T15:42:53.348Z | Compiling derive_more-impl v2.1.1 |
| 2503 | 2026-05-22T15:42:53.736Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-05-22T15:42:53.739Z | Compiling papergrid v0.11.0 |
| 2505 | 2026-05-22T15:42:53.902Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2506 | 2026-05-22T15:42:53.925Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-05-22T15:42:54.175Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2508 | 2026-05-22T15:42:54.179Z | Compiling derive_more v2.1.1 |
| 2509 | 2026-05-22T15:42:54.314Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-05-22T15:42:54.536Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-05-22T15:42:54.561Z | Compiling tabled_derive v0.7.0 |
| 2512 | 2026-05-22T15:42:54.941Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-05-22T15:42:54.992Z | Compiling termtree v0.5.1 |
| 2514 | 2026-05-22T15:42:55.207Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2515 | 2026-05-22T15:42:55.496Z | Compiling tabled v0.15.0 |
| 2516 | 2026-05-22T15:42:55.518Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-22T15:42:55.829Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-22T15:42:56.011Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-22T15:42:58.037Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-22T15:42:58.173Z | Compiling progenitor-macro v0.13.0 |
| 2521 | 2026-05-22T15:42:58.271Z | Compiling qorb v0.4.1 |
| 2522 | 2026-05-22T15:42:59.490Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-05-22T15:42:59.991Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-05-22T15:43:00.382Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-22T15:43:00.640Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2526 | 2026-05-22T15:43:00.867Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2527 | 2026-05-22T15:43:01.265Z | Compiling csv-core v0.1.13 |
| 2528 | 2026-05-22T15:43:01.412Z | Compiling vte v0.14.1 |
| 2529 | 2026-05-22T15:43:01.614Z | Compiling highway v1.3.0 |
| 2530 | 2026-05-22T15:43:01.692Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-05-22T15:43:01.743Z | Compiling strip-ansi-escapes v0.2.1 |
| 2532 | 2026-05-22T15:43:01.960Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2533 | 2026-05-22T15:43:02.133Z | Compiling progenitor v0.14.0 |
| 2534 | 2026-05-22T15:43:02.264Z | Compiling progenitor v0.13.0 |
| 2535 | 2026-05-22T15:43:02.319Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2536 | 2026-05-22T15:43:02.340Z | Compiling csv v1.4.0 |
| 2537 | 2026-05-22T15:43:02.363Z | Compiling phf v0.12.1 |
| 2538 | 2026-05-22T15:43:02.399Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2539 | 2026-05-22T15:43:02.453Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2540 | 2026-05-22T15:43:02.560Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-05-22T15:43:02.914Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-22T15:43:03.043Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-22T15:43:03.181Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-22T15:43:03.337Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-22T15:43:03.392Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-05-22T15:43:03.583Z | Compiling reedline v0.40.0 |
| 2547 | 2026-05-22T15:43:03.684Z | Compiling const_format v0.2.35 |
| 2548 | 2026-05-22T15:43:04.484Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-22T15:43:04.592Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-22T15:43:05.272Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-05-22T15:43:05.570Z | Compiling bcs v0.1.6 |
| 2552 | 2026-05-22T15:43:05.622Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-22T15:43:05.914Z | Compiling rustc_version v0.1.7 |
| 2554 | 2026-05-22T15:43:06.013Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2555 | 2026-05-22T15:43:06.152Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-05-22T15:43:06.280Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2557 | 2026-05-22T15:43:06.283Z | Compiling unicode-linebreak v0.1.5 |
| 2558 | 2026-05-22T15:43:06.383Z | Compiling smawk v0.3.2 |
| 2559 | 2026-05-22T15:43:06.578Z | Compiling textwrap v0.16.2 |
| 2560 | 2026-05-22T15:43:06.678Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2561 | 2026-05-22T15:43:06.863Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2562 | 2026-05-22T15:43:07.042Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-22T15:43:07.482Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-22T15:43:07.593Z | Compiling steno v0.4.1 |
| 2565 | 2026-05-22T15:43:07.993Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2566 | 2026-05-22T15:43:08.028Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-05-22T15:43:08.197Z | Compiling moka v0.12.13 |
| 2568 | 2026-05-22T15:43:08.224Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-05-22T15:43:08.476Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-05-22T15:43:08.735Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-05-22T15:43:08.760Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-05-22T15:43:08.908Z | Compiling radium v0.7.0 |
| 2573 | 2026-05-22T15:43:09.012Z | Compiling tap v1.0.1 |
| 2574 | 2026-05-22T15:43:09.140Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-22T15:43:09.170Z | Compiling display-error-chain v0.2.2 |
| 2576 | 2026-05-22T15:43:09.357Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-05-22T15:43:09.464Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-05-22T15:43:09.531Z | Compiling wyz v0.5.1 |
| 2579 | 2026-05-22T15:43:09.740Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-05-22T15:43:09.775Z | Compiling zerocopy-derive v0.6.6 |
| 2581 | 2026-05-22T15:43:09.864Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2582 | 2026-05-22T15:43:09.991Z | Compiling crc-catalog v2.4.0 |
| 2583 | 2026-05-22T15:43:10.140Z | Compiling funty v2.0.0 |
| 2584 | 2026-05-22T15:43:10.548Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-05-22T15:43:10.929Z | Compiling packed_struct v0.10.1 |
| 2586 | 2026-05-22T15:43:11.058Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2587 | 2026-05-22T15:43:11.096Z | Compiling zerocopy v0.6.6 |
| 2588 | 2026-05-22T15:43:11.256Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-05-22T15:43:11.485Z | Compiling crc v3.4.0 |
| 2590 | 2026-05-22T15:43:11.709Z | Compiling packed_struct_codegen v0.10.1 |
| 2591 | 2026-05-22T15:43:11.713Z | Compiling num-derive v0.3.3 |
| 2592 | 2026-05-22T15:43:12.591Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2593 | 2026-05-22T15:43:12.628Z | Compiling bitfield-macros v0.19.4 |
| 2594 | 2026-05-22T15:43:12.739Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2595 | 2026-05-22T15:43:13.055Z | Compiling indexmap v1.9.3 |
| 2596 | 2026-05-22T15:43:13.104Z | Compiling nodrop v0.1.14 |
| 2597 | 2026-05-22T15:43:13.156Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-05-22T15:43:13.242Z | Compiling array-init v0.0.4 |
| 2599 | 2026-05-22T15:43:13.369Z | Compiling bitfield v0.19.4 |
| 2600 | 2026-05-22T15:43:13.468Z | Compiling libscf-sys v1.1.0 |
| 2601 | 2026-05-22T15:43:13.628Z | Compiling smallvec v0.6.14 |
| 2602 | 2026-05-22T15:43:13.692Z | Compiling typify-impl v0.4.3 |
| 2603 | 2026-05-22T15:43:13.771Z | Compiling vergen-gitcl v1.0.8 |
| 2604 | 2026-05-22T15:43:13.815Z | Compiling dirs-sys-next v0.1.2 |
| 2605 | 2026-05-22T15:43:13.902Z | Compiling diesel_derives v2.3.7 |
| 2606 | 2026-05-22T15:43:13.938Z | Compiling glob v0.3.3 |
| 2607 | 2026-05-22T15:43:14.008Z | Compiling crunchy v0.2.4 |
| 2608 | 2026-05-22T15:43:14.084Z | Compiling hashbrown v0.12.3 |
| 2609 | 2026-05-22T15:43:14.150Z | Compiling maplit v1.0.2 |
| 2610 | 2026-05-22T15:43:14.355Z | Compiling clang-sys v1.8.1 |
| 2611 | 2026-05-22T15:43:14.380Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-05-22T15:43:14.405Z | Compiling serde-hex v0.1.0 |
| 2613 | 2026-05-22T15:43:14.541Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2614 | 2026-05-22T15:43:14.769Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2615 | 2026-05-22T15:43:14.886Z | Compiling tabled_derive v0.11.0 |
| 2616 | 2026-05-22T15:43:15.225Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-05-22T15:43:15.289Z | Compiling ron v0.8.1 |
| 2618 | 2026-05-22T15:43:15.321Z | Compiling papergrid v0.17.0 |
| 2619 | 2026-05-22T15:43:15.473Z | Compiling testing_table v0.3.0 |
| 2620 | 2026-05-22T15:43:15.851Z | Compiling hashbrown v0.13.2 |
| 2621 | 2026-05-22T15:43:15.915Z | Compiling dsl_auto_type v0.2.0 |
| 2622 | 2026-05-22T15:43:15.938Z | Compiling scheduled-thread-pool v0.2.7 |
| 2623 | 2026-05-22T15:43:16.137Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2624 | 2026-05-22T15:43:16.366Z | Compiling tiny-keccak v2.0.2 |
| 2625 | 2026-05-22T15:43:16.463Z | Compiling crc-any v2.5.0 |
| 2626 | 2026-05-22T15:43:16.527Z | Compiling tabled v0.20.0 |
| 2627 | 2026-05-22T15:43:16.546Z | Compiling object v0.30.4 |
| 2628 | 2026-05-22T15:43:16.624Z | Compiling r2d2 v0.8.10 |
| 2629 | 2026-05-22T15:43:16.896Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-05-22T15:43:16.919Z | Compiling term v0.7.0 |
| 2631 | 2026-05-22T15:43:17.153Z | Compiling typify-macro v0.4.3 |
| 2632 | 2026-05-22T15:43:17.483Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2633 | 2026-05-22T15:43:17.505Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2634 | 2026-05-22T15:43:17.564Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-05-22T15:43:17.592Z | Compiling downcast-rs v2.0.2 |
| 2636 | 2026-05-22T15:43:17.675Z | Compiling xshell-macros v0.2.7 |
| 2637 | 2026-05-22T15:43:17.729Z | Compiling path-slash v0.1.5 |
| 2638 | 2026-05-22T15:43:17.812Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-05-22T15:43:17.921Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-05-22T15:43:18.016Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2641 | 2026-05-22T15:43:18.072Z | Compiling xshell v0.2.7 |
| 2642 | 2026-05-22T15:43:18.094Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2643 | 2026-05-22T15:43:18.194Z | Compiling itertools v0.10.5 |
| 2644 | 2026-05-22T15:43:18.439Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2645 | 2026-05-22T15:43:18.587Z | Compiling ena v0.14.4 |
| 2646 | 2026-05-22T15:43:18.689Z | Compiling libloading v0.8.9 |
| 2647 | 2026-05-22T15:43:18.841Z | Compiling bindgen v0.71.1 |
| 2648 | 2026-05-22T15:43:18.877Z | Compiling regex-syntax v0.6.29 |
| 2649 | 2026-05-22T15:43:18.926Z | Compiling unicase v2.9.0 |
| 2650 | 2026-05-22T15:43:19.156Z | Compiling diff v0.1.13 |
| 2651 | 2026-05-22T15:43:19.259Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-05-22T15:43:19.313Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2653 | 2026-05-22T15:43:19.452Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2654 | 2026-05-22T15:43:20.525Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-22T15:43:20.847Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-05-22T15:43:21.018Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-05-22T15:43:21.195Z | Compiling diesel v2.3.7 |
| 2658 | 2026-05-22T15:43:21.365Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2659 | 2026-05-22T15:43:21.453Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2660 | 2026-05-22T15:43:21.588Z | Compiling crc8 v0.1.1 |
| 2661 | 2026-05-22T15:43:21.627Z | Compiling rustc-hash v2.1.1 |
| 2662 | 2026-05-22T15:43:21.691Z | Compiling typify v0.4.3 |
| 2663 | 2026-05-22T15:43:21.734Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-05-22T15:43:21.834Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-05-22T15:43:21.999Z | Compiling libxml v0.3.3 |
| 2666 | 2026-05-22T15:43:22.189Z | Compiling headers v0.4.1 |
| 2667 | 2026-05-22T15:43:22.327Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2668 | 2026-05-22T15:43:22.428Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2669 | 2026-05-22T15:43:22.432Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-05-22T15:43:22.776Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2671 | 2026-05-22T15:43:23.281Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2672 | 2026-05-22T15:43:23.759Z | Compiling strum_macros v0.24.3 |
| 2673 | 2026-05-22T15:43:23.782Z | Compiling git-stub v1.0.0 |
| 2674 | 2026-05-22T15:43:23.869Z | Compiling indoc v1.0.9 |
| 2675 | 2026-05-22T15:43:24.058Z | Compiling git-stub-vcs v0.1.0 |
| 2676 | 2026-05-22T15:43:24.438Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2677 | 2026-05-22T15:43:24.460Z | Compiling derive_builder v0.20.2 |
| 2678 | 2026-05-22T15:43:24.629Z | Compiling oso-derive v0.27.3 |
| 2679 | 2026-05-22T15:43:24.659Z | Compiling quick-xml v0.37.5 |
| 2680 | 2026-05-22T15:43:25.148Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2681 | 2026-05-22T15:43:25.174Z | Compiling openssl-probe v0.1.6 |
| 2682 | 2026-05-22T15:43:25.225Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2683 | 2026-05-22T15:43:25.381Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2684 | 2026-05-22T15:43:25.480Z | Compiling half v1.8.3 |
| 2685 | 2026-05-22T15:43:25.930Z | Compiling serde_cbor v0.11.2 |
| 2686 | 2026-05-22T15:43:25.952Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2687 | 2026-05-22T15:43:26.183Z | Compiling bb8 v0.8.6 |
| 2688 | 2026-05-22T15:43:26.269Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-05-22T15:43:26.453Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2690 | 2026-05-22T15:43:26.489Z | Compiling samael v0.0.19 |
| 2691 | 2026-05-22T15:43:26.575Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-05-22T15:43:26.822Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2693 | 2026-05-22T15:43:26.844Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2694 | 2026-05-22T15:43:26.991Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2695 | 2026-05-22T15:43:27.092Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2696 | 2026-05-22T15:43:27.340Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-05-22T15:43:27.364Z | Compiling nonempty v0.12.0 |
| 2698 | 2026-05-22T15:43:27.368Z | Compiling salty v0.3.0 |
| 2699 | 2026-05-22T15:43:27.550Z | Compiling progenitor-impl v0.10.0 |
| 2700 | 2026-05-22T15:43:27.602Z | Compiling progenitor-impl v0.11.2 |
| 2701 | 2026-05-22T15:43:27.709Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2702 | 2026-05-22T15:43:27.828Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2703 | 2026-05-22T15:43:27.993Z | Compiling polar-core v0.27.3 |
| 2704 | 2026-05-22T15:43:28.493Z | Compiling kstat-rs v0.2.4 |
| 2705 | 2026-05-22T15:43:28.516Z | Compiling libz-sys v1.1.24 |
| 2706 | 2026-05-22T15:43:28.712Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2707 | 2026-05-22T15:43:28.988Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2708 | 2026-05-22T15:43:29.690Z | Compiling progenitor-macro v0.10.0 |
| 2709 | 2026-05-22T15:43:29.786Z | Compiling progenitor-macro v0.11.2 |
| 2710 | 2026-05-22T15:43:31.043Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2711 | 2026-05-22T15:43:31.500Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2712 | 2026-05-22T15:43:32.384Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2713 | 2026-05-22T15:43:32.814Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-22T15:43:33.401Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-05-22T15:43:33.428Z | Compiling progenitor-client v0.11.2 |
| 2716 | 2026-05-22T15:43:33.701Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2717 | 2026-05-22T15:43:33.722Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2718 | 2026-05-22T15:43:33.862Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2719 | 2026-05-22T15:43:33.967Z | Compiling darling_core v0.23.0 |
| 2720 | 2026-05-22T15:43:36.140Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2026-05-22T15:43:37.701Z | Compiling oso v0.27.3 |
| 2722 | 2026-05-22T15:43:40.352Z | Compiling diesel-dtrace v0.5.0 |
| 2723 | 2026-05-22T15:43:40.682Z | Compiling async-bb8-diesel v0.2.1 |
| 2724 | 2026-05-22T15:43:41.126Z | Compiling nanorand v0.7.0 |
| 2725 | 2026-05-22T15:43:41.390Z | Compiling arc-swap v1.8.2 |
| 2726 | 2026-05-22T15:43:41.497Z | Compiling fs-err v2.11.0 |
| 2727 | 2026-05-22T15:43:41.722Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-05-22T15:43:41.776Z | Compiling slog-scope v4.4.1 |
| 2729 | 2026-05-22T15:43:41.885Z | Compiling flume v0.11.1 |
| 2730 | 2026-05-22T15:43:41.911Z | Compiling mime_guess v2.0.5 |
| 2731 | 2026-05-22T15:43:42.033Z | Compiling darling_macro v0.23.0 |
| 2732 | 2026-05-22T15:43:42.225Z | Compiling progenitor v0.11.2 |
| 2733 | 2026-05-22T15:43:42.282Z | Compiling progenitor v0.10.0 |
| 2734 | 2026-05-22T15:43:42.417Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-22T15:43:42.438Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2736 | 2026-05-22T15:43:42.555Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-05-22T15:43:42.633Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-22T15:43:42.840Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2739 | 2026-05-22T15:43:42.960Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2740 | 2026-05-22T15:43:43.203Z | Compiling instability v0.3.11 |
| 2741 | 2026-05-22T15:43:44.168Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2742 | 2026-05-22T15:43:44.207Z | Compiling p384 v0.13.1 |
| 2743 | 2026-05-22T15:43:44.809Z | Compiling darling v0.23.0 |
| 2744 | 2026-05-22T15:43:44.928Z | Compiling slog-stdlog v4.1.1 |
| 2745 | 2026-05-22T15:43:45.388Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-05-22T15:43:45.464Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2747 | 2026-05-22T15:43:45.535Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2748 | 2026-05-22T15:43:45.746Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2749 | 2026-05-22T15:43:45.953Z | Compiling ignore v0.4.25 |
| 2750 | 2026-05-22T15:43:46.284Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-22T15:43:46.359Z | Compiling castaway v0.2.4 |
| 2752 | 2026-05-22T15:43:46.521Z | Compiling atty v0.2.14 |
| 2753 | 2026-05-22T15:43:46.667Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-22T15:43:46.896Z | Compiling indoc v2.0.7 |
| 2755 | 2026-05-22T15:43:46.923Z | Compiling parse-size v1.1.0 |
| 2756 | 2026-05-22T15:43:47.141Z | Compiling http-range v0.1.5 |
| 2757 | 2026-05-22T15:43:47.487Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-22T15:43:47.685Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2759 | 2026-05-22T15:43:48.132Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-05-22T15:43:48.396Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-05-22T15:43:48.822Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-05-22T15:43:49.032Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2763 | 2026-05-22T15:43:49.548Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-05-22T15:43:49.597Z | Compiling slog-envlogger v2.2.0 |
| 2765 | 2026-05-22T15:43:50.459Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-05-22T15:43:51.286Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-05-22T15:43:51.505Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-22T15:43:51.547Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-05-22T15:43:51.837Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-05-22T15:43:51.940Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-05-22T15:43:52.023Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-05-22T15:43:52.238Z | Compiling lru v0.12.5 |
| 2773 | 2026-05-22T15:43:52.261Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-05-22T15:43:52.355Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-05-22T15:43:52.395Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-05-22T15:43:52.463Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-05-22T15:43:52.616Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2778 | 2026-05-22T15:43:52.816Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-22T15:43:52.873Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-05-22T15:43:52.895Z | Compiling corncobs v0.1.4 |
| 2781 | 2026-05-22T15:43:52.917Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2782 | 2026-05-22T15:43:52.971Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-05-22T15:43:53.089Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-05-22T15:43:53.171Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-05-22T15:43:53.198Z | Compiling hickory-server v0.25.2 |
| 2786 | 2026-05-22T15:43:53.269Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2787 | 2026-05-22T15:43:53.294Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-05-22T15:43:53.482Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2789 | 2026-05-22T15:43:53.839Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-05-22T15:43:53.948Z | Compiling hyper-staticfile v0.10.1 |
| 2791 | 2026-05-22T15:43:54.446Z | Compiling sled v0.34.7 |
| 2792 | 2026-05-22T15:43:55.054Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2793 | 2026-05-22T15:43:55.201Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-05-22T15:43:55.737Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-05-22T15:43:57.390Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-05-22T15:43:57.614Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2797 | 2026-05-22T15:43:57.809Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2798 | 2026-05-22T15:43:57.842Z | Compiling secrecy v0.8.0 |
| 2799 | 2026-05-22T15:43:58.041Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2800 | 2026-05-22T15:43:58.045Z | Compiling rustls v0.21.12 |
| 2801 | 2026-05-22T15:43:58.460Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2802 | 2026-05-22T15:43:58.924Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2803 | 2026-05-22T15:43:58.964Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2804 | 2026-05-22T15:43:59.376Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2805 | 2026-05-22T15:43:59.932Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2806 | 2026-05-22T15:44:00.595Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2807 | 2026-05-22T15:44:00.659Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-05-22T15:44:01.459Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2809 | 2026-05-22T15:44:01.484Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-05-22T15:44:01.745Z | Compiling sct v0.7.1 |
| 2811 | 2026-05-22T15:44:02.018Z | Compiling rustls-webpki v0.101.7 |
| 2812 | 2026-05-22T15:44:02.532Z | Compiling nix v0.29.0 |
| 2813 | 2026-05-22T15:44:02.923Z | Compiling dropshot v0.16.7 |
| 2814 | 2026-05-22T15:44:02.992Z | Compiling void v1.0.2 |
| 2815 | 2026-05-22T15:44:03.145Z | Compiling lzss v0.8.2 |
| 2816 | 2026-05-22T15:44:03.427Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-05-22T15:44:03.711Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-22T15:44:03.735Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-05-22T15:44:04.058Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-05-22T15:44:05.146Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-05-22T15:44:05.358Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2822 | 2026-05-22T15:44:05.606Z | Compiling tungstenite v0.23.0 |
| 2823 | 2026-05-22T15:44:05.880Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-05-22T15:44:06.556Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2825 | 2026-05-22T15:44:06.788Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-05-22T15:44:06.942Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2827 | 2026-05-22T15:44:07.014Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2828 | 2026-05-22T15:44:07.173Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2829 | 2026-05-22T15:44:07.245Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2830 | 2026-05-22T15:44:07.402Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2831 | 2026-05-22T15:44:07.475Z | Compiling nix v0.27.1 |
| 2832 | 2026-05-22T15:44:07.956Z | Compiling dropshot_endpoint v0.16.7 |
| 2833 | 2026-05-22T15:44:07.979Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-05-22T15:44:08.153Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2835 | 2026-05-22T15:44:08.270Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2836 | 2026-05-22T15:44:08.866Z | Compiling tokio-tungstenite v0.23.1 |
| 2837 | 2026-05-22T15:44:08.977Z | Compiling git2 v0.20.4 |
| 2838 | 2026-05-22T15:44:09.266Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-05-22T15:44:12.052Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-05-22T15:44:12.076Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2841 | 2026-05-22T15:44:13.537Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2842 | 2026-05-22T15:44:14.320Z | Compiling tokio-rustls v0.24.1 |
| 2843 | 2026-05-22T15:44:14.621Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2844 | 2026-05-22T15:44:15.086Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-05-22T15:44:15.133Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2846 | 2026-05-22T15:44:15.267Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2847 | 2026-05-22T15:44:15.293Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2848 | 2026-05-22T15:44:15.472Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2849 | 2026-05-22T15:44:15.594Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-05-22T15:44:16.268Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2851 | 2026-05-22T15:44:16.556Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2852 | 2026-05-22T15:44:17.303Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2853 | 2026-05-22T15:44:17.339Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-05-22T15:44:17.363Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-05-22T15:44:18.217Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2856 | 2026-05-22T15:44:19.013Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2857 | 2026-05-22T15:44:19.385Z | Compiling rustls-pemfile v1.0.4 |
| 2858 | 2026-05-22T15:44:19.798Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2859 | 2026-05-22T15:44:20.267Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2860 | 2026-05-22T15:44:20.651Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2861 | 2026-05-22T15:44:20.758Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2862 | 2026-05-22T15:44:20.894Z | Compiling signal-hook-tokio v0.3.1 |
| 2863 | 2026-05-22T15:44:21.106Z | Compiling twox-hash v2.1.2 |
| 2864 | 2026-05-22T15:44:21.548Z | Compiling yasna v0.5.2 |
| 2865 | 2026-05-22T15:44:21.655Z | Compiling is_ci v1.2.0 |
| 2866 | 2026-05-22T15:44:21.739Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2867 | 2026-05-22T15:44:21.877Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-05-22T15:44:22.171Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-05-22T15:44:22.691Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2870 | 2026-05-22T15:44:23.100Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2871 | 2026-05-22T15:44:23.605Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2872 | 2026-05-22T15:44:23.660Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2873 | 2026-05-22T15:44:24.458Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2874 | 2026-05-22T15:44:26.290Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2875 | 2026-05-22T15:44:26.510Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2876 | 2026-05-22T15:44:26.711Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2877 | 2026-05-22T15:44:27.031Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-05-22T15:44:27.260Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2879 | 2026-05-22T15:44:27.497Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2880 | 2026-05-22T15:44:27.724Z | Compiling fatfs v0.3.6 |
| 2881 | 2026-05-22T15:44:27.960Z | error[E0277]: the trait bound `BlockSize: std::convert::From<ByteCount>` is not satisfied |
| 2882 | 2026-05-22T15:44:27.960Z | --> nexus/external-api/src/v2025_11_20_00_local.rs:54:40 |
| 2883 | 2026-05-22T15:44:27.960Z | | |
| 2884 | 2026-05-22T15:44:27.960Z | 54 | block_size: old.block_size.into(), |
| 2885 | 2026-05-22T15:44:27.960Z | | ^^^^ the trait `std::convert::From<ByteCount>` is not implemented for `BlockSize` |
| 2886 | 2026-05-22T15:44:27.960Z | | |
| 2887 | 2026-05-22T15:44:27.960Z | help: the trait `From<ByteCount>` is not implemented for `BlockSize` |
| 2888 | 2026-05-22T15:44:27.960Z | but trait `From<u64>` is implemented for it |
| 2889 | 2026-05-22T15:44:27.960Z | --> common/src/api/external/mod.rs:690:1 |
| 2890 | 2026-05-22T15:44:27.960Z | | |
| 2891 | 2026-05-22T15:44:27.960Z | 690 | impl From<u64> for BlockSize { |
| 2892 | 2026-05-22T15:44:27.960Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 2893 | 2026-05-22T15:44:27.960Z | = help: for that trait implementation, expected `u64`, found `ByteCount` |
| 2894 | 2026-05-22T15:44:27.960Z | = note: required for `ByteCount` to implement `Into<BlockSize>` |
| 2895 | 2026-05-22T15:44:27.960Z | |
| 2896 | 2026-05-22T15:44:28.140Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2897 | 2026-05-22T15:44:28.595Z | Compiling subprocess v0.2.15 |
| 2898 | 2026-05-22T15:44:28.933Z | Compiling rtoolbox v0.0.3 |
| 2899 | 2026-05-22T15:44:29.211Z | Compiling assert_matches v1.5.0 |
| 2900 | 2026-05-22T15:44:29.321Z | Compiling seq-macro v0.3.6 |
| 2901 | 2026-05-22T15:44:29.450Z | For more information about this error, try `rustc --explain E0277`. |
| 2902 | 2026-05-22T15:44:29.454Z | error: could not compile `nexus-external-api` (lib) due to 1 previous error |
| 2903 | 2026-05-22T15:44:29.454Z | warning: build failed, waiting for other jobs to finish... |
| 2904 | 2026-05-22T15:45:38.331Z | Error: Failed to build packages |
| 2905 | 2026-05-22T15:45:38.334Z | |
| 2906 | 2026-05-22T15:45:38.334Z | real 2:52.142184854 |
| 2907 | 2026-05-22T15:45:38.334Z | user 32:42.669845029 |
| 2908 | 2026-05-22T15:45:38.334Z | sys 2:06.224381504 |
| 2909 | 2026-05-22T15:45:38.334Z | trap 0.976613127 |
| 2910 | 2026-05-22T15:45:38.334Z | tflt 1.734243946 |
| 2911 | 2026-05-22T15:45:38.334Z | dflt 2.862387830 |
| 2912 | 2026-05-22T15:45:38.334Z | kflt 0.005616494 |
| 2913 | 2026-05-22T15:45:38.334Z | lock 2:51:22.874231401 |
| 2914 | 2026-05-22T15:45:38.334Z | slp 1:17:17.145046210 |
| 2915 | 2026-05-22T15:45:38.334Z | lat 1:46.241610050 |
| 2916 | 2026-05-22T15:45:38.335Z | stop 4:39.133608464 |
| 2917 | 2026-05-22T15:45:38.338Z | process exited: duration 401985 ms, exit code 1 |
| |
| 2918 | 2026-05-22T15:45:38.345Z | found 0 output files |
| 2919 | 2026-05-22T15:45:38.345Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |