|
|
|
| 1 | 2026-05-21T05:26:28.211Z | job assigned to worker 01KS4FYDVV0HKDZCVH90HQ4JQG [factory aws, i-0e030c1a7e0f39e39] (queued for 50 s) |
| |
| 2 | 2026-05-21T05:26:35.847Z | starting task 0: "setup" |
| 3 | 2026-05-21T05:26:35.852Z | ++ uname -s |
| 4 | 2026-05-21T05:26:35.855Z | + kern=SunOS |
| 5 | 2026-05-21T05:26:35.855Z | + build_user=build |
| 6 | 2026-05-21T05:26:35.855Z | + build_uid=12345 |
| 7 | 2026-05-21T05:26:35.855Z | + work_dir=/work |
| 8 | 2026-05-21T05:26:35.855Z | + input_dir=/input |
| 9 | 2026-05-21T05:26:35.855Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T05:26:35.855Z | + case "$kern" in |
| 11 | 2026-05-21T05:26:35.855Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T05:26:35.858Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T05:26:37.865Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T05:26:37.929Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T05:26:37.932Z | + home_fs=zfs |
| 16 | 2026-05-21T05:26:37.932Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T05:26:37.932Z | + mkdir -p /home/build |
| 18 | 2026-05-21T05:26:37.935Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T05:26:39.935Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T05:26:39.939Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-05-21T05:26:39.945Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T05:26:39.950Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T05:26:39.950Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-21T05:26:39.950Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-21T05:26:39.950Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-21T05:26:39.950Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-21T05:26:39.950Z | * rust toolchain profile = "default" |
| 28 | 2026-05-21T05:26:39.953Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T05:26:39.953Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T05:26:40.068Z | info: downloading installer |
| 31 | 2026-05-21T05:26:41.410Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T05:26:41.410Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T05:26:41.410Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T05:26:41.410Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T05:26:41.422Z | info: profile set to default |
| 36 | 2026-05-21T05:26:41.422Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T05:26:41.425Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T05:26:41.570Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T05:26:41.575Z | info: downloading 6 components |
| 40 | 2026-05-21T05:26:55.954Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T05:26:55.954Z | |
| 42 | 2026-05-21T05:26:55.984Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T05:26:55.985Z | |
| 44 | 2026-05-21T05:26:55.988Z | |
| 45 | 2026-05-21T05:26:55.988Z | Rust is installed now. Great! |
| 46 | 2026-05-21T05:26:55.988Z | |
| 47 | 2026-05-21T05:26:55.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T05:26:55.988Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T05:26:55.988Z | |
| 50 | 2026-05-21T05:26:55.988Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T05:26:55.988Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T05:26:55.988Z | |
| 53 | 2026-05-21T05:26:55.988Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T05:26:55.988Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T05:26:55.988Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T05:26:55.988Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T05:26:55.988Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T05:26:55.988Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T05:26:55.988Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T05:26:55.988Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T05:26:55.988Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T05:26:56.084Z | + rustup --version |
| 63 | 2026-05-21T05:26:56.092Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T05:26:56.096Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T05:26:56.113Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T05:26:56.116Z | + cargo --version |
| 67 | 2026-05-21T05:26:56.124Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T05:26:56.128Z | + rustc --version |
| 69 | 2026-05-21T05:26:56.147Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T05:26:56.150Z | process exited: duration 16204 ms, exit code 0 |
| |
| 71 | 2026-05-21T05:26:56.156Z | starting task 2: "authentication" |
| 72 | 2026-05-21T05:26:56.175Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-21T05:26:56.181Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T05:26:56.185Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T05:26:56.188Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T05:26:56.230Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T05:27:06.380Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T05:27:06.380Z | + git fetch origin d521ce08c1ceaabdb6e602d71d54549e3fb93667 |
| 79 | 2026-05-21T05:27:06.666Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T05:27:06.666Z | * branch d521ce08c1ceaabdb6e602d71d54549e3fb93667 -> FETCH_HEAD |
| 81 | 2026-05-21T05:27:06.682Z | + [[ -n zl/ddm-internal-dns ]] |
| 82 | 2026-05-21T05:27:06.684Z | ++ git branch --show-current |
| 83 | 2026-05-21T05:27:06.687Z | + current=main |
| 84 | 2026-05-21T05:27:06.687Z | + [[ main != zl/ddm-internal-dns ]] |
| 85 | 2026-05-21T05:27:06.687Z | + git branch -f zl/ddm-internal-dns d521ce08c1ceaabdb6e602d71d54549e3fb93667 |
| 86 | 2026-05-21T05:27:06.690Z | + git checkout -f zl/ddm-internal-dns |
| 87 | 2026-05-21T05:27:06.927Z | Switched to branch 'zl/ddm-internal-dns' |
| 88 | 2026-05-21T05:27:06.930Z | + git reset --hard d521ce08c1ceaabdb6e602d71d54549e3fb93667 |
| 89 | 2026-05-21T05:27:07.164Z | HEAD is now at d521ce08c merge main + bump maghemite to 9bb5037 + oxlog patch |
| 90 | 2026-05-21T05:27:07.167Z | process exited: duration 10984 ms, exit code 0 |
| |
| 91 | 2026-05-21T05:27:07.173Z | starting task 4: "build" |
| 92 | 2026-05-21T05:27:07.178Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-21T05:27:07.181Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-21T05:27:07.181Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-21T05:27:07.181Z | + cargo --version |
| 96 | 2026-05-21T05:27:07.189Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-21T05:27:07.192Z | + rustc --version |
| 98 | 2026-05-21T05:27:07.214Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-21T05:27:07.217Z | + WORK=/work |
| 100 | 2026-05-21T05:27:07.217Z | + pfexec mkdir -p /work |
| 101 | 2026-05-21T05:27:07.222Z | + pfexec chown build /work |
| 102 | 2026-05-21T05:27:07.225Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-21T05:27:08.769Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-21T05:27:08.825Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-21T05:27:09.038Z | Planning: Solver setup ... Done (0.173s) |
| 106 | 2026-05-21T05:27:09.054Z | Planning: Running solver ... Done (0.017s) |
| 107 | 2026-05-21T05:27:09.060Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-21T05:27:09.071Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-21T05:27:09.087Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-21T05:27:09.102Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-21T05:27:09.106Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-21T05:27:09.297Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 113 | 2026-05-21T05:27:09.300Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-21T05:27:10.198Z | Planning: Evaluating mediators ... Done (0.898s) |
| 115 | 2026-05-21T05:27:10.201Z | Planning: Planning completed in 1.35 seconds |
| 116 | 2026-05-21T05:27:10.206Z | Packages to install: 2 |
| 117 | 2026-05-21T05:27:10.207Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-21T05:27:10.207Z | Estimated space to be consumed: 19.75 MB |
| 119 | 2026-05-21T05:27:10.207Z | Create boot environment: No |
| 120 | 2026-05-21T05:27:10.209Z | Create backup boot environment: No |
| 121 | 2026-05-21T05:27:10.210Z | Rebuild boot archive: No |
| 122 | 2026-05-21T05:27:10.210Z | |
| 123 | 2026-05-21T05:27:10.210Z | Changed packages: |
| 124 | 2026-05-21T05:27:10.210Z | helios |
| 125 | 2026-05-21T05:27:10.210Z | developer/build-essential |
| 126 | 2026-05-21T05:27:10.210Z | None -> 11-3.0 |
| 127 | 2026-05-21T05:27:10.210Z | library/libxmlsec1 |
| 128 | 2026-05-21T05:27:10.210Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-21T05:27:10.232Z | |
| 130 | 2026-05-21T05:27:10.232Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-21T05:27:10.900Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 132 | 2026-05-21T05:27:10.981Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-21T05:27:11.021Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-21T05:27:11.029Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-21T05:27:11.029Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-21T05:27:11.044Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-21T05:27:13.644Z | Finalize: Creating fast lookup database ... Done (2.577s) |
| 138 | 2026-05-21T05:27:13.715Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-21T05:27:13.718Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-21T05:27:13.806Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-21T05:27:14.100Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-21T05:27:14.206Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-21T05:27:14.209Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-21T05:27:14.364Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-21T05:27:14.368Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-21T05:27:14.388Z | Mediators to change: 2 |
| 147 | 2026-05-21T05:27:14.388Z | Create boot environment: No |
| 148 | 2026-05-21T05:27:14.388Z | Create backup boot environment: No |
| 149 | 2026-05-21T05:27:14.453Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-21T05:27:14.453Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-21T05:27:14.463Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-21T05:27:16.400Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-21T05:27:16.464Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-21T05:27:16.467Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-21T05:27:16.553Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-21T05:27:16.840Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-21T05:27:16.944Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-21T05:27:16.947Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-21T05:27:17.103Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-21T05:27:17.106Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-21T05:27:17.128Z | Mediators to change: 1 |
| 162 | 2026-05-21T05:27:17.128Z | Create boot environment: No |
| 163 | 2026-05-21T05:27:17.128Z | Create backup boot environment: No |
| 164 | 2026-05-21T05:27:17.185Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-21T05:27:17.185Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-21T05:27:17.194Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-21T05:27:19.140Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-21T05:27:19.200Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-21T05:27:19.203Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-21T05:27:19.279Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-21T05:27:19.590Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-21T05:27:19.591Z | apache system 2.4 system |
| 173 | 2026-05-21T05:27:19.591Z | clang system 15 system |
| 174 | 2026-05-21T05:27:19.591Z | csh system system illumos |
| 175 | 2026-05-21T05:27:19.591Z | ctags system system illumos |
| 176 | 2026-05-21T05:27:19.591Z | file vendor vendor darwinsys |
| 177 | 2026-05-21T05:27:19.591Z | file system system illumos |
| 178 | 2026-05-21T05:27:19.591Z | gcc vendor 14 vendor |
| 179 | 2026-05-21T05:27:19.591Z | gcc system 13 system |
| 180 | 2026-05-21T05:27:19.591Z | gcc system 10 system |
| 181 | 2026-05-21T05:27:19.591Z | go system 1.25 system |
| 182 | 2026-05-21T05:27:19.591Z | llvm system 15 system |
| 183 | 2026-05-21T05:27:19.591Z | mariadb system 11.4 system |
| 184 | 2026-05-21T05:27:19.591Z | mta vendor vendor dma |
| 185 | 2026-05-21T05:27:19.591Z | openjdk system 17 system |
| 186 | 2026-05-21T05:27:19.591Z | openjdk system 11 system |
| 187 | 2026-05-21T05:27:19.591Z | openssl vendor 3 vendor |
| 188 | 2026-05-21T05:27:19.591Z | perl system 5.40 system |
| 189 | 2026-05-21T05:27:19.591Z | postgresql system 18 system |
| 190 | 2026-05-21T05:27:19.591Z | postgresql system 17 system |
| 191 | 2026-05-21T05:27:19.591Z | python vendor 3 vendor |
| 192 | 2026-05-21T05:27:19.591Z | python system 2 system |
| 193 | 2026-05-21T05:27:19.591Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-21T05:27:19.591Z | ruby system 3.4 system |
| 195 | 2026-05-21T05:27:19.591Z | ruby system 3.0 system |
| 196 | 2026-05-21T05:27:19.591Z | words vendor vendor american-english |
| 197 | 2026-05-21T05:27:19.591Z | words system system australian-english |
| 198 | 2026-05-21T05:27:19.591Z | words system system british-english |
| 199 | 2026-05-21T05:27:19.591Z | words system system canadian-english |
| 200 | 2026-05-21T05:27:19.591Z | words system system french |
| 201 | 2026-05-21T05:27:19.591Z | words system system italian |
| 202 | 2026-05-21T05:27:19.591Z | words system system ngerman |
| 203 | 2026-05-21T05:27:19.591Z | words system system ogerman |
| 204 | 2026-05-21T05:27:19.591Z | words system system spanish |
| 205 | 2026-05-21T05:27:19.857Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-21T05:27:19.857Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-21T05:27:20.127Z | FMRI IFO |
| 208 | 2026-05-21T05:27:20.127Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-21T05:27:20.127Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-21T05:27:20.127Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-21T05:27:20.127Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-21T05:27:20.127Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-21T05:27:20.127Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-21T05:27:20.127Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-21T05:27:20.127Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-21T05:27:20.127Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-21T05:27:20.364Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-21T05:27:20.632Z | Updating crates.io index |
| 219 | 2026-05-21T05:27:20.635Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-21T05:27:21.120Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-21T05:27:21.557Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-21T05:27:22.078Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-21T05:27:22.854Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-21T05:27:23.328Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-21T05:27:24.709Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-21T05:27:25.563Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-21T05:27:25.895Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-21T05:27:26.908Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-21T05:27:27.314Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-21T05:27:27.742Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-21T05:27:28.232Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-21T05:27:29.103Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-21T05:27:29.588Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-21T05:27:29.893Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-21T05:27:30.207Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-21T05:27:30.555Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-21T05:27:30.844Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-21T05:27:31.146Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-21T05:27:31.375Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-21T05:27:31.630Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-21T05:27:32.013Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-21T05:27:32.445Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-21T05:27:32.884Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-21T05:27:33.150Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-21T05:27:33.661Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-21T05:27:34.640Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-21T05:27:35.287Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-21T05:27:36.098Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-21T05:27:36.546Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-05-21T05:27:36.942Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-21T05:27:37.415Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-21T05:27:37.729Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-21T05:27:38.053Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-21T05:27:38.371Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-21T05:27:38.879Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-21T05:27:39.127Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-21T05:27:39.367Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-21T05:27:51.635Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-05-21T05:27:52.074Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-05-21T05:27:54.110Z | Downloading crates ... |
| 261 | 2026-05-21T05:27:54.171Z | Downloaded anstream v1.0.0 |
| 262 | 2026-05-21T05:27:54.174Z | Downloaded bitflags v2.11.0 |
| 263 | 2026-05-21T05:27:54.180Z | Downloaded thiserror v1.0.69 |
| 264 | 2026-05-21T05:27:54.183Z | Downloaded serde-value v0.7.0 |
| 265 | 2026-05-21T05:27:54.186Z | Downloaded idna_adapter v1.2.1 |
| 266 | 2026-05-21T05:27:54.186Z | Downloaded dof v0.3.0 |
| 267 | 2026-05-21T05:27:54.189Z | Downloaded thiserror v2.0.18 |
| 268 | 2026-05-21T05:27:54.192Z | Downloaded version_check v0.9.5 |
| 269 | 2026-05-21T05:27:54.192Z | Downloaded macaddr v1.0.1 |
| 270 | 2026-05-21T05:27:54.192Z | Downloaded fastrand v2.3.0 |
| 271 | 2026-05-21T05:27:54.195Z | Downloaded ucd-trie v0.1.7 |
| 272 | 2026-05-21T05:27:54.195Z | Downloaded heck v0.4.1 |
| 273 | 2026-05-21T05:27:54.195Z | Downloaded usdt-macro v0.5.0 |
| 274 | 2026-05-21T05:27:54.198Z | Downloaded colorchoice v1.0.4 |
| 275 | 2026-05-21T05:27:54.198Z | Downloaded crypto-common v0.1.7 |
| 276 | 2026-05-21T05:27:54.201Z | Downloaded yoke v0.8.1 |
| 277 | 2026-05-21T05:27:54.204Z | Downloaded serde_spanned v0.6.9 |
| 278 | 2026-05-21T05:27:54.204Z | Downloaded toml_datetime v0.6.11 |
| 279 | 2026-05-21T05:27:54.207Z | Downloaded heck v0.5.0 |
| 280 | 2026-05-21T05:27:54.207Z | Downloaded zerofrom v0.1.6 |
| 281 | 2026-05-21T05:27:54.207Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-05-21T05:27:54.210Z | Downloaded zerofrom-derive v0.1.6 |
| 283 | 2026-05-21T05:27:54.210Z | Downloaded toml v0.8.23 |
| 284 | 2026-05-21T05:27:54.210Z | Downloaded thread-id v4.2.2 |
| 285 | 2026-05-21T05:27:54.213Z | Downloaded usdt v0.5.0 |
| 286 | 2026-05-21T05:27:54.213Z | Downloaded unicode-xid v0.2.6 |
| 287 | 2026-05-21T05:27:54.213Z | Downloaded camino-tempfile v1.4.1 |
| 288 | 2026-05-21T05:27:54.213Z | Downloaded scroll v0.12.0 |
| 289 | 2026-05-21T05:27:54.213Z | Downloaded unicode-linebreak v0.1.5 |
| 290 | 2026-05-21T05:27:54.216Z | Downloaded memmap v0.7.0 |
| 291 | 2026-05-21T05:27:54.216Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-05-21T05:27:54.216Z | Downloaded byteorder v1.5.0 |
| 293 | 2026-05-21T05:27:54.219Z | Downloaded cargo_metadata v0.21.0 |
| 294 | 2026-05-21T05:27:54.219Z | Downloaded terminal_size v0.4.3 |
| 295 | 2026-05-21T05:27:54.225Z | Downloaded plain v0.2.3 |
| 296 | 2026-05-21T05:27:54.225Z | Downloaded utf8_iter v1.0.4 |
| 297 | 2026-05-21T05:27:54.225Z | Downloaded errno v0.3.14 |
| 298 | 2026-05-21T05:27:54.228Z | Downloaded smawk v0.3.2 |
| 299 | 2026-05-21T05:27:54.228Z | Downloaded utf8parse v0.2.2 |
| 300 | 2026-05-21T05:27:54.228Z | Downloaded usdt-attr-macro v0.5.0 |
| 301 | 2026-05-21T05:27:54.228Z | Downloaded typeid v1.0.3 |
| 302 | 2026-05-21T05:27:54.231Z | Downloaded zmij v1.0.21 |
| 303 | 2026-05-21T05:27:54.231Z | Downloaded fs-err v3.3.0 |
| 304 | 2026-05-21T05:27:54.231Z | Downloaded toml_write v0.1.2 |
| 305 | 2026-05-21T05:27:54.234Z | Downloaded thiserror-impl v2.0.18 |
| 306 | 2026-05-21T05:27:54.237Z | Downloaded anstyle v1.0.14 |
| 307 | 2026-05-21T05:27:54.237Z | Downloaded cargo_toml v0.21.0 |
| 308 | 2026-05-21T05:27:54.240Z | Downloaded pest_derive v2.8.6 |
| 309 | 2026-05-21T05:27:54.240Z | Downloaded cfg-if v1.0.4 |
| 310 | 2026-05-21T05:27:54.243Z | Downloaded typenum v1.19.0 |
| 311 | 2026-05-21T05:27:54.246Z | Downloaded zerocopy-derive v0.7.35 |
| 312 | 2026-05-21T05:27:54.246Z | Downloaded pest_meta v2.8.6 |
| 313 | 2026-05-21T05:27:54.249Z | Downloaded itoa v1.0.17 |
| 314 | 2026-05-21T05:27:54.249Z | Downloaded fnv v1.0.7 |
| 315 | 2026-05-21T05:27:54.249Z | Downloaded stable_deref_trait v1.2.1 |
| 316 | 2026-05-21T05:27:54.249Z | Downloaded writeable v0.6.2 |
| 317 | 2026-05-21T05:27:54.252Z | Downloaded zerovec-derive v0.11.2 |
| 318 | 2026-05-21T05:27:54.252Z | Downloaded strsim v0.11.1 |
| 319 | 2026-05-21T05:27:54.253Z | Downloaded thiserror-impl v1.0.69 |
| 320 | 2026-05-21T05:27:54.253Z | Downloaded tinystr v0.8.2 |
| 321 | 2026-05-21T05:27:54.256Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-05-21T05:27:54.256Z | Downloaded ordered-float v2.10.1 |
| 323 | 2026-05-21T05:27:54.256Z | Downloaded pretty-hex v0.4.1 |
| 324 | 2026-05-21T05:27:54.256Z | Downloaded zerotrie v0.2.3 |
| 325 | 2026-05-21T05:27:54.259Z | Downloaded cargo-platform v0.2.0 |
| 326 | 2026-05-21T05:27:54.259Z | Downloaded textwrap v0.16.2 |
| 327 | 2026-05-21T05:27:54.262Z | Downloaded unicode-ident v1.0.24 |
| 328 | 2026-05-21T05:27:54.262Z | Downloaded anstyle-query v1.1.5 |
| 329 | 2026-05-21T05:27:54.262Z | Downloaded equivalent v1.0.2 |
| 330 | 2026-05-21T05:27:54.265Z | Downloaded dtrace-parser v0.2.0 |
| 331 | 2026-05-21T05:27:54.265Z | Downloaded scroll_derive v0.12.1 |
| 332 | 2026-05-21T05:27:54.265Z | Downloaded toml_edit v0.22.27 |
| 333 | 2026-05-21T05:27:54.268Z | Downloaded proc-macro-error-attr v1.0.4 |
| 334 | 2026-05-21T05:27:54.268Z | Downloaded clap_lex v1.0.0 |
| 335 | 2026-05-21T05:27:54.268Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2026-05-21T05:27:54.270Z | Downloaded url v2.5.8 |
| 337 | 2026-05-21T05:27:54.273Z | Downloaded is_terminal_polyfill v1.70.2 |
| 338 | 2026-05-21T05:27:54.273Z | Downloaded form_urlencoded v1.2.2 |
| 339 | 2026-05-21T05:27:54.276Z | Downloaded swrite v0.1.0 |
| 340 | 2026-05-21T05:27:54.280Z | Downloaded semver v1.0.28 |
| 341 | 2026-05-21T05:27:54.283Z | Downloaded displaydoc v0.2.5 |
| 342 | 2026-05-21T05:27:54.286Z | Downloaded zerovec v0.11.5 |
| 343 | 2026-05-21T05:27:54.289Z | Downloaded zerocopy v0.7.35 |
| 344 | 2026-05-21T05:27:54.294Z | Downloaded clap_derive v4.6.1 |
| 345 | 2026-05-21T05:27:54.297Z | Downloaded winnow v0.7.14 |
| 346 | 2026-05-21T05:27:54.301Z | Downloaded sha2 v0.10.9 |
| 347 | 2026-05-21T05:27:54.304Z | Downloaded unicode-width v0.2.0 |
| 348 | 2026-05-21T05:27:54.307Z | Downloaded unicode-width v0.1.14 |
| 349 | 2026-05-21T05:27:54.310Z | Downloaded block-buffer v0.10.4 |
| 350 | 2026-05-21T05:27:54.313Z | Downloaded generic-array v0.14.7 |
| 351 | 2026-05-21T05:27:54.316Z | Downloaded synstructure v0.13.2 |
| 352 | 2026-05-21T05:27:54.319Z | Downloaded quote v1.0.45 |
| 353 | 2026-05-21T05:27:54.319Z | Downloaded bytecount v0.6.9 |
| 354 | 2026-05-21T05:27:54.321Z | Downloaded potential_utf v0.1.4 |
| 355 | 2026-05-21T05:27:54.324Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-05-21T05:27:54.324Z | Downloaded autocfg v1.5.0 |
| 357 | 2026-05-21T05:27:54.327Z | Downloaded serde-untagged v0.1.9 |
| 358 | 2026-05-21T05:27:54.330Z | Downloaded proc-macro-error v1.0.4 |
| 359 | 2026-05-21T05:27:54.330Z | Downloaded erased-serde v0.4.9 |
| 360 | 2026-05-21T05:27:54.336Z | Downloaded serde_derive v1.0.228 |
| 361 | 2026-05-21T05:27:54.339Z | Downloaded icu_properties v2.1.2 |
| 362 | 2026-05-21T05:27:54.342Z | Downloaded papergrid v0.11.0 |
| 363 | 2026-05-21T05:27:54.342Z | Downloaded num-traits v0.2.19 |
| 364 | 2026-05-21T05:27:54.345Z | Downloaded smallvec v1.15.1 |
| 365 | 2026-05-21T05:27:54.348Z | Downloaded clap v4.6.1 |
| 366 | 2026-05-21T05:27:54.355Z | Downloaded percent-encoding v2.3.2 |
| 367 | 2026-05-21T05:27:54.358Z | Downloaded anyhow v1.0.102 |
| 368 | 2026-05-21T05:27:54.358Z | Downloaded anstyle-parse v1.0.0 |
| 369 | 2026-05-21T05:27:54.361Z | Downloaded digest v0.10.7 |
| 370 | 2026-05-21T05:27:54.361Z | Downloaded cargo-util-schemas v0.8.2 |
| 371 | 2026-05-21T05:27:54.366Z | Downloaded once_cell v1.21.3 |
| 372 | 2026-05-21T05:27:54.369Z | Downloaded camino v1.2.2 |
| 373 | 2026-05-21T05:27:54.374Z | Downloaded litemap v0.8.1 |
| 374 | 2026-05-21T05:27:54.377Z | Downloaded icu_provider v2.1.1 |
| 375 | 2026-05-21T05:27:54.377Z | Downloaded log v0.4.29 |
| 376 | 2026-05-21T05:27:54.380Z | Downloaded icu_normalizer_data v2.1.1 |
| 377 | 2026-05-21T05:27:54.389Z | Downloaded pest_generator v2.8.6 |
| 378 | 2026-05-21T05:27:54.397Z | Downloaded tempfile v3.25.0 |
| 379 | 2026-05-21T05:27:54.405Z | Downloaded getrandom v0.4.1 |
| 380 | 2026-05-21T05:27:54.415Z | Downloaded icu_locale_core v2.1.1 |
| 381 | 2026-05-21T05:27:54.418Z | Downloaded proc-macro2 v1.0.106 |
| 382 | 2026-05-21T05:27:54.423Z | Downloaded serde_core v1.0.228 |
| 383 | 2026-05-21T05:27:54.430Z | Downloaded icu_normalizer v2.1.1 |
| 384 | 2026-05-21T05:27:54.444Z | Downloaded serde v1.0.228 |
| 385 | 2026-05-21T05:27:54.447Z | Downloaded icu_collections v2.1.1 |
| 386 | 2026-05-21T05:27:54.457Z | Downloaded memchr v2.8.0 |
| 387 | 2026-05-21T05:27:54.465Z | Downloaded indexmap v2.14.0 |
| 388 | 2026-05-21T05:27:54.470Z | Downloaded pest v2.8.6 |
| 389 | 2026-05-21T05:27:54.496Z | Downloaded idna v1.1.0 |
| 390 | 2026-05-21T05:27:54.507Z | Downloaded clap_builder v4.6.0 |
| 391 | 2026-05-21T05:27:54.512Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-21T05:27:54.515Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-21T05:27:54.519Z | Downloaded hashbrown v0.17.0 |
| 394 | 2026-05-21T05:27:54.527Z | Downloaded goblin v0.8.2 |
| 395 | 2026-05-21T05:27:54.538Z | Downloaded tabled v0.15.0 |
| 396 | 2026-05-21T05:27:54.551Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-21T05:27:54.562Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-21T05:27:54.579Z | Downloaded rustix v1.1.3 |
| 399 | 2026-05-21T05:27:54.610Z | Downloaded libc v0.2.185 |
| 400 | 2026-05-21T05:27:54.679Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-21T05:27:54.682Z | Compiling quote v1.0.45 |
| 402 | 2026-05-21T05:27:54.682Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-05-21T05:27:54.682Z | Compiling serde_core v1.0.228 |
| 404 | 2026-05-21T05:27:54.682Z | Compiling libc v0.2.185 |
| 405 | 2026-05-21T05:27:54.682Z | Compiling version_check v0.9.5 |
| 406 | 2026-05-21T05:27:54.682Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-21T05:27:54.682Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-21T05:27:54.682Z | Compiling serde v1.0.228 |
| 409 | 2026-05-21T05:27:54.682Z | Compiling zmij v1.0.21 |
| 410 | 2026-05-21T05:27:54.682Z | Compiling thiserror v1.0.69 |
| 411 | 2026-05-21T05:27:54.682Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-21T05:27:54.682Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-05-21T05:27:54.862Z | Compiling autocfg v1.5.0 |
| 414 | 2026-05-21T05:27:54.865Z | Compiling litemap v0.8.1 |
| 415 | 2026-05-21T05:27:55.099Z | Compiling writeable v0.6.2 |
| 416 | 2026-05-21T05:27:55.145Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-21T05:27:55.240Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-21T05:27:55.259Z | Compiling icu_properties_data v2.1.2 |
| 419 | 2026-05-21T05:27:55.315Z | Compiling icu_normalizer_data v2.1.1 |
| 420 | 2026-05-21T05:27:55.398Z | Compiling pest v2.8.6 |
| 421 | 2026-05-21T05:27:55.470Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-21T05:27:55.524Z | Compiling serde_json v1.0.149 |
| 423 | 2026-05-21T05:27:55.528Z | Compiling typeid v1.0.3 |
| 424 | 2026-05-21T05:27:55.575Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-21T05:27:55.579Z | Compiling num-traits v0.2.19 |
| 426 | 2026-05-21T05:27:55.714Z | Compiling hashbrown v0.17.0 |
| 427 | 2026-05-21T05:27:55.735Z | Compiling smallvec v1.15.1 |
| 428 | 2026-05-21T05:27:55.752Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-21T05:27:55.785Z | Compiling errno v0.3.14 |
| 430 | 2026-05-21T05:27:55.788Z | Compiling thread-id v4.2.2 |
| 431 | 2026-05-21T05:27:55.840Z | Compiling proc-macro-error-attr v1.0.4 |
| 432 | 2026-05-21T05:27:55.891Z | Compiling winnow v0.7.14 |
| 433 | 2026-05-21T05:27:55.925Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-05-21T05:27:55.928Z | Compiling syn v1.0.109 |
| 435 | 2026-05-21T05:27:55.931Z | Compiling toml_write v0.1.2 |
| 436 | 2026-05-21T05:27:55.975Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-05-21T05:27:56.045Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-05-21T05:27:56.109Z | Compiling getrandom v0.4.1 |
| 439 | 2026-05-21T05:27:56.144Z | Compiling percent-encoding v2.3.2 |
| 440 | 2026-05-21T05:27:56.189Z | Compiling log v0.4.29 |
| 441 | 2026-05-21T05:27:56.231Z | Compiling plain v0.2.3 |
| 442 | 2026-05-21T05:27:56.275Z | Compiling indexmap v2.14.0 |
| 443 | 2026-05-21T05:27:56.316Z | Compiling camino v1.2.2 |
| 444 | 2026-05-21T05:27:56.355Z | Compiling utf8parse v0.2.2 |
| 445 | 2026-05-21T05:27:56.373Z | Compiling thiserror v2.0.18 |
| 446 | 2026-05-21T05:27:56.392Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-05-21T05:27:56.488Z | Compiling syn v2.0.117 |
| 448 | 2026-05-21T05:27:56.505Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-21T05:27:56.555Z | Compiling anstyle-parse v1.0.0 |
| 450 | 2026-05-21T05:27:56.593Z | Compiling pretty-hex v0.4.1 |
| 451 | 2026-05-21T05:27:56.668Z | Compiling colorchoice v1.0.4 |
| 452 | 2026-05-21T05:27:56.731Z | Compiling ordered-float v2.10.1 |
| 453 | 2026-05-21T05:27:56.769Z | Compiling cfg-if v1.0.4 |
| 454 | 2026-05-21T05:27:56.772Z | Compiling anstyle v1.0.14 |
| 455 | 2026-05-21T05:27:56.772Z | Compiling anstyle-query v1.1.5 |
| 456 | 2026-05-21T05:27:56.824Z | Compiling is_terminal_polyfill v1.70.2 |
| 457 | 2026-05-21T05:27:56.862Z | Compiling terminal_size v0.4.3 |
| 458 | 2026-05-21T05:27:56.954Z | Compiling fs-err v3.3.0 |
| 459 | 2026-05-21T05:27:56.973Z | Compiling anstream v1.0.0 |
| 460 | 2026-05-21T05:27:56.989Z | Compiling strsim v0.11.1 |
| 461 | 2026-05-21T05:27:57.026Z | Compiling semver v1.0.28 |
| 462 | 2026-05-21T05:27:57.102Z | Compiling unicode-xid v0.2.6 |
| 463 | 2026-05-21T05:27:57.155Z | Compiling once_cell v1.21.3 |
| 464 | 2026-05-21T05:27:57.172Z | Compiling fnv v1.0.7 |
| 465 | 2026-05-21T05:27:57.189Z | Compiling unicode-width v0.1.14 |
| 466 | 2026-05-21T05:27:57.291Z | Compiling fastrand v2.3.0 |
| 467 | 2026-05-21T05:27:57.308Z | Compiling clap_lex v1.0.0 |
| 468 | 2026-05-21T05:27:57.363Z | Compiling heck v0.5.0 |
| 469 | 2026-05-21T05:27:57.382Z | Compiling anyhow v1.0.102 |
| 470 | 2026-05-21T05:27:57.401Z | Compiling bytecount v0.6.9 |
| 471 | 2026-05-21T05:27:57.419Z | Compiling heck v0.4.1 |
| 472 | 2026-05-21T05:27:57.437Z | Compiling serde-untagged v0.1.9 |
| 473 | 2026-05-21T05:27:57.490Z | Compiling clap_builder v4.6.0 |
| 474 | 2026-05-21T05:27:57.524Z | Compiling tempfile v3.25.0 |
| 475 | 2026-05-21T05:27:57.557Z | Compiling papergrid v0.11.0 |
| 476 | 2026-05-21T05:27:57.576Z | Compiling memmap v0.7.0 |
| 477 | 2026-05-21T05:27:57.576Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-21T05:27:57.611Z | Compiling unicode-linebreak v0.1.5 |
| 479 | 2026-05-21T05:27:57.626Z | Compiling unicode-width v0.2.0 |
| 480 | 2026-05-21T05:27:57.749Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-21T05:27:57.785Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-21T05:27:57.868Z | Compiling textwrap v0.16.2 |
| 483 | 2026-05-21T05:27:57.901Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 484 | 2026-05-21T05:27:58.230Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-05-21T05:27:58.879Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-21T05:27:58.971Z | Compiling synstructure v0.13.2 |
| 487 | 2026-05-21T05:27:58.971Z | Compiling pest_generator v2.8.6 |
| 488 | 2026-05-21T05:27:59.583Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-05-21T05:27:59.583Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-05-21T05:27:59.586Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-05-21T05:27:59.586Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-05-21T05:27:59.586Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-05-21T05:27:59.586Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-05-21T05:27:59.586Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-05-21T05:27:59.586Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-21T05:27:59.586Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-21T05:27:59.586Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-05-21T05:27:59.730Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-05-21T05:28:00.383Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-21T05:28:00.496Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-05-21T05:28:00.612Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-21T05:28:00.693Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-21T05:28:00.760Z | Compiling yoke v0.8.1 |
| 504 | 2026-05-21T05:28:00.823Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-05-21T05:28:00.923Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-21T05:28:00.923Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-21T05:28:01.061Z | Compiling clap v4.6.1 |
| 508 | 2026-05-21T05:28:01.322Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-21T05:28:01.322Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-21T05:28:01.432Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-05-21T05:28:01.483Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-21T05:28:02.001Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-05-21T05:28:02.145Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-21T05:28:02.145Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-05-21T05:28:02.145Z | Compiling serde-value v0.7.0 |
| 516 | 2026-05-21T05:28:02.153Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-05-21T05:28:02.153Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-21T05:28:02.161Z | Compiling dof v0.3.0 |
| 519 | 2026-05-21T05:28:02.165Z | Compiling serde_tokenstream v0.2.3 |
| 520 | 2026-05-21T05:28:02.260Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-21T05:28:02.305Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-21T05:28:02.489Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-05-21T05:28:02.962Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-21T05:28:02.963Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-05-21T05:28:03.152Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-05-21T05:28:03.256Z | Compiling idna v1.1.0 |
| 527 | 2026-05-21T05:28:03.471Z | Compiling url v2.5.8 |
| 528 | 2026-05-21T05:28:03.511Z | Compiling usdt v0.5.0 |
| 529 | 2026-05-21T05:28:03.649Z | Compiling toml v0.8.23 |
| 530 | 2026-05-21T05:28:03.971Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-05-21T05:28:03.971Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-05-21T05:28:04.767Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-05-21T05:28:05.694Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-05-21T05:28:07.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.58s |
| 535 | 2026-05-21T05:28:08.045Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-05-21T05:28:08.634Z | Downloading crates ... |
| 537 | 2026-05-21T05:28:08.743Z | Downloaded anstyle-parse v0.2.7 |
| 538 | 2026-05-21T05:28:08.746Z | Downloaded adler2 v2.0.1 |
| 539 | 2026-05-21T05:28:08.747Z | Downloaded atomicwrites v0.4.4 |
| 540 | 2026-05-21T05:28:08.751Z | Downloaded argon2 v0.5.3 |
| 541 | 2026-05-21T05:28:08.754Z | Downloaded array-init v0.0.4 |
| 542 | 2026-05-21T05:28:08.754Z | Downloaded ahash v0.8.12 |
| 543 | 2026-05-21T05:28:08.757Z | Downloaded crc-any v2.5.0 |
| 544 | 2026-05-21T05:28:08.757Z | Downloaded cfg_aliases v0.2.1 |
| 545 | 2026-05-21T05:28:08.757Z | Downloaded aead v0.5.2 |
| 546 | 2026-05-21T05:28:08.765Z | Downloaded crucible-workspace-hack v0.1.0 |
| 547 | 2026-05-21T05:28:08.768Z | Downloaded ctr v0.9.2 |
| 548 | 2026-05-21T05:28:08.768Z | Downloaded anstream v0.6.21 |
| 549 | 2026-05-21T05:28:08.773Z | Downloaded defmt v0.3.100 |
| 550 | 2026-05-21T05:28:08.776Z | Downloaded endian-type v0.1.2 |
| 551 | 2026-05-21T05:28:08.776Z | Downloaded darling_macro v0.21.3 |
| 552 | 2026-05-21T05:28:08.783Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 553 | 2026-05-21T05:28:08.786Z | Downloaded derive_builder_core v0.20.2 |
| 554 | 2026-05-21T05:28:08.786Z | Downloaded ciborium-io v0.2.2 |
| 555 | 2026-05-21T05:28:08.786Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 556 | 2026-05-21T05:28:08.789Z | Downloaded ascii-canvas v3.0.0 |
| 557 | 2026-05-21T05:28:08.789Z | Downloaded ff v0.13.1 |
| 558 | 2026-05-21T05:28:08.791Z | Downloaded crossbeam-deque v0.8.6 |
| 559 | 2026-05-21T05:28:08.791Z | Downloaded critical-section v1.2.0 |
| 560 | 2026-05-21T05:28:08.791Z | Downloaded allocator-api2 v0.2.21 |
| 561 | 2026-05-21T05:28:08.794Z | Downloaded find-msvc-tools v0.1.9 |
| 562 | 2026-05-21T05:28:08.794Z | Downloaded flagset v0.4.7 |
| 563 | 2026-05-21T05:28:08.797Z | Downloaded defmt-parser v1.0.0 |
| 564 | 2026-05-21T05:28:08.797Z | Downloaded downcast-rs v2.0.2 |
| 565 | 2026-05-21T05:28:08.801Z | Downloaded darling_macro v0.23.0 |
| 566 | 2026-05-21T05:28:08.801Z | Downloaded compression-core v0.4.31 |
| 567 | 2026-05-21T05:28:08.801Z | Downloaded castaway v0.2.4 |
| 568 | 2026-05-21T05:28:08.809Z | Downloaded daft v0.1.7 |
| 569 | 2026-05-21T05:28:08.813Z | Downloaded darling v0.20.11 |
| 570 | 2026-05-21T05:28:08.816Z | Downloaded atomic-waker v1.1.2 |
| 571 | 2026-05-21T05:28:08.816Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 572 | 2026-05-21T05:28:08.816Z | Downloaded arc-swap v1.8.2 |
| 573 | 2026-05-21T05:28:08.819Z | Downloaded camino-tempfile-ext v0.3.3 |
| 574 | 2026-05-21T05:28:08.822Z | Downloaded crc-catalog v2.4.0 |
| 575 | 2026-05-21T05:28:08.822Z | Downloaded cobs v0.3.0 |
| 576 | 2026-05-21T05:28:08.822Z | Downloaded ar_archive_writer v0.5.1 |
| 577 | 2026-05-21T05:28:08.825Z | Downloaded dunce v1.0.5 |
| 578 | 2026-05-21T05:28:08.825Z | Downloaded async-stream v0.3.6 |
| 579 | 2026-05-21T05:28:08.827Z | Downloaded dsl_auto_type v0.2.0 |
| 580 | 2026-05-21T05:28:08.827Z | Downloaded derive_builder_macro v0.20.2 |
| 581 | 2026-05-21T05:28:08.827Z | Downloaded debug-ignore v1.0.5 |
| 582 | 2026-05-21T05:28:08.830Z | Downloaded bit-set v0.5.3 |
| 583 | 2026-05-21T05:28:08.830Z | Downloaded float-ord v0.3.2 |
| 584 | 2026-05-21T05:28:08.831Z | Downloaded crc8 v0.1.1 |
| 585 | 2026-05-21T05:28:08.831Z | Downloaded dtrace-parser v0.3.0 |
| 586 | 2026-05-21T05:28:08.833Z | Downloaded document-features v0.2.12 |
| 587 | 2026-05-21T05:28:08.833Z | Downloaded buf-list v1.1.2 |
| 588 | 2026-05-21T05:28:08.836Z | Downloaded block-padding v0.3.3 |
| 589 | 2026-05-21T05:28:08.836Z | Downloaded difflib v0.4.0 |
| 590 | 2026-05-21T05:28:08.836Z | Downloaded async-stream-impl v0.3.6 |
| 591 | 2026-05-21T05:28:08.836Z | Downloaded convert_case v0.4.0 |
| 592 | 2026-05-21T05:28:08.839Z | Downloaded bitfield v0.19.4 |
| 593 | 2026-05-21T05:28:08.839Z | Downloaded dirs-sys-next v0.1.2 |
| 594 | 2026-05-21T05:28:08.839Z | Downloaded cfg_aliases v0.1.1 |
| 595 | 2026-05-21T05:28:08.839Z | Downloaded arrayref v0.3.9 |
| 596 | 2026-05-21T05:28:08.842Z | Downloaded bitfield-struct v0.6.2 |
| 597 | 2026-05-21T05:28:08.842Z | Downloaded bitfield-macros v0.19.4 |
| 598 | 2026-05-21T05:28:08.842Z | Downloaded cargo-platform v0.1.9 |
| 599 | 2026-05-21T05:28:08.845Z | Downloaded embedded-io v0.6.1 |
| 600 | 2026-05-21T05:28:08.845Z | Downloaded async-recursion v1.1.1 |
| 601 | 2026-05-21T05:28:08.848Z | Downloaded darling_macro v0.20.11 |
| 602 | 2026-05-21T05:28:08.848Z | Downloaded daft-derive v0.1.7 |
| 603 | 2026-05-21T05:28:08.851Z | Downloaded either v1.15.0 |
| 604 | 2026-05-21T05:28:08.851Z | Downloaded bit-set v0.8.0 |
| 605 | 2026-05-21T05:28:08.851Z | Downloaded ed25519 v2.2.3 |
| 606 | 2026-05-21T05:28:08.854Z | Downloaded base16ct v0.2.0 |
| 607 | 2026-05-21T05:28:08.854Z | Downloaded fixedbitset v0.4.2 |
| 608 | 2026-05-21T05:28:08.857Z | Downloaded dof v0.4.0 |
| 609 | 2026-05-21T05:28:08.857Z | Downloaded des v0.8.1 |
| 610 | 2026-05-21T05:28:08.857Z | Downloaded ecdsa v0.16.9 |
| 611 | 2026-05-21T05:28:08.860Z | Downloaded csv-core v0.1.13 |
| 612 | 2026-05-21T05:28:08.860Z | Downloaded enum-as-inner v0.6.1 |
| 613 | 2026-05-21T05:28:08.863Z | Downloaded env_filter v1.0.0 |
| 614 | 2026-05-21T05:28:08.863Z | Downloaded bb8 v0.8.6 |
| 615 | 2026-05-21T05:28:08.868Z | Downloaded compression-codecs v0.4.37 |
| 616 | 2026-05-21T05:28:08.871Z | Downloaded fd-lock v4.0.4 |
| 617 | 2026-05-21T05:28:08.874Z | Downloaded chacha20 v0.9.1 |
| 618 | 2026-05-21T05:28:08.874Z | Downloaded futures-io v0.3.32 |
| 619 | 2026-05-21T05:28:08.877Z | Downloaded futures-core v0.3.32 |
| 620 | 2026-05-21T05:28:08.877Z | Downloaded dirs-next v2.0.0 |
| 621 | 2026-05-21T05:28:08.877Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 622 | 2026-05-21T05:28:08.877Z | Downloaded const_format v0.2.35 |
| 623 | 2026-05-21T05:28:08.880Z | Downloaded embedded-io v0.4.0 |
| 624 | 2026-05-21T05:28:08.883Z | Downloaded dyn-clone v1.0.20 |
| 625 | 2026-05-21T05:28:08.883Z | Downloaded float-cmp v0.10.0 |
| 626 | 2026-05-21T05:28:08.883Z | Downloaded futures-macro v0.3.32 |
| 627 | 2026-05-21T05:28:08.886Z | Downloaded dropshot_endpoint v0.17.0 |
| 628 | 2026-05-21T05:28:08.886Z | Downloaded derive-ex v0.1.8 |
| 629 | 2026-05-21T05:28:08.889Z | Downloaded gethostname v0.5.0 |
| 630 | 2026-05-21T05:28:08.889Z | Downloaded futures-sink v0.3.32 |
| 631 | 2026-05-21T05:28:08.889Z | Downloaded atty v0.2.14 |
| 632 | 2026-05-21T05:28:08.892Z | Downloaded assert_matches v1.5.0 |
| 633 | 2026-05-21T05:28:08.892Z | Downloaded aes-gcm v0.10.3 |
| 634 | 2026-05-21T05:28:08.895Z | Downloaded defmt v1.0.1 |
| 635 | 2026-05-21T05:28:08.895Z | Downloaded display-error-chain v0.2.2 |
| 636 | 2026-05-21T05:28:08.898Z | Downloaded cpufeatures v0.3.0 |
| 637 | 2026-05-21T05:28:08.898Z | Downloaded crunchy v0.2.4 |
| 638 | 2026-05-21T05:28:08.898Z | Downloaded funty v2.0.0 |
| 639 | 2026-05-21T05:28:08.901Z | Downloaded foreign-types-shared v0.1.1 |
| 640 | 2026-05-21T05:28:08.901Z | Downloaded foreign-types-macros v0.2.3 |
| 641 | 2026-05-21T05:28:08.901Z | Downloaded foreign-types v0.5.0 |
| 642 | 2026-05-21T05:28:08.901Z | Downloaded foreign-types v0.3.2 |
| 643 | 2026-05-21T05:28:08.904Z | Downloaded erased-serde v0.3.31 |
| 644 | 2026-05-21T05:28:08.904Z | Downloaded foreign-types-shared v0.3.1 |
| 645 | 2026-05-21T05:28:08.904Z | Downloaded data-encoding v2.10.0 |
| 646 | 2026-05-21T05:28:08.907Z | Downloaded fallible-iterator v0.2.0 |
| 647 | 2026-05-21T05:28:08.907Z | Downloaded ena v0.14.4 |
| 648 | 2026-05-21T05:28:08.907Z | Downloaded deranged v0.5.8 |
| 649 | 2026-05-21T05:28:08.910Z | Downloaded der_derive v0.7.3 |
| 650 | 2026-05-21T05:28:08.910Z | Downloaded constant_time_eq v0.4.2 |
| 651 | 2026-05-21T05:28:08.910Z | Downloaded const_format_proc_macros v0.2.34 |
| 652 | 2026-05-21T05:28:08.913Z | Downloaded bit-vec v0.6.3 |
| 653 | 2026-05-21T05:28:08.913Z | Downloaded fxhash v0.2.1 |
| 654 | 2026-05-21T05:28:08.916Z | Downloaded futures-task v0.3.32 |
| 655 | 2026-05-21T05:28:08.917Z | Downloaded base64ct v1.8.3 |
| 656 | 2026-05-21T05:28:08.917Z | Downloaded ghash v0.5.1 |
| 657 | 2026-05-21T05:28:08.922Z | Downloaded headers-core v0.3.0 |
| 658 | 2026-05-21T05:28:08.922Z | Downloaded globwalk v0.9.1 |
| 659 | 2026-05-21T05:28:08.922Z | Downloaded hex v0.4.3 |
| 660 | 2026-05-21T05:28:08.922Z | Downloaded cargo_metadata v0.19.2 |
| 661 | 2026-05-21T05:28:08.922Z | Downloaded hex-literal v0.4.1 |
| 662 | 2026-05-21T05:28:08.922Z | Downloaded cipher v0.4.4 |
| 663 | 2026-05-21T05:28:08.926Z | Downloaded ciborium-ll v0.2.2 |
| 664 | 2026-05-21T05:28:08.926Z | Downloaded hostname v0.4.2 |
| 665 | 2026-05-21T05:28:08.926Z | Downloaded dropshot_endpoint v0.16.7 |
| 666 | 2026-05-21T05:28:08.929Z | Downloaded fs-err v2.11.0 |
| 667 | 2026-05-21T05:28:08.929Z | Downloaded cmake v0.1.57 |
| 668 | 2026-05-21T05:28:08.932Z | Downloaded crc v3.4.0 |
| 669 | 2026-05-21T05:28:08.932Z | Downloaded cbc v0.1.2 |
| 670 | 2026-05-21T05:28:08.932Z | Downloaded cassowary v0.3.0 |
| 671 | 2026-05-21T05:28:08.935Z | Downloaded defmt-macros v1.0.1 |
| 672 | 2026-05-21T05:28:08.935Z | Downloaded bit-vec v0.8.0 |
| 673 | 2026-05-21T05:28:08.938Z | Downloaded diesel-dtrace v0.5.0 |
| 674 | 2026-05-21T05:28:08.938Z | Downloaded futures-executor v0.3.32 |
| 675 | 2026-05-21T05:28:08.942Z | Downloaded env_logger v0.11.9 |
| 676 | 2026-05-21T05:28:08.942Z | Downloaded hash32 v0.3.1 |
| 677 | 2026-05-21T05:28:08.945Z | Downloaded fixedbitset v0.5.7 |
| 678 | 2026-05-21T05:28:08.945Z | Downloaded hubpack v0.1.2 |
| 679 | 2026-05-21T05:28:08.946Z | Downloaded cookie v0.18.1 |
| 680 | 2026-05-21T05:28:08.949Z | Downloaded async-trait v0.1.89 |
| 681 | 2026-05-21T05:28:08.949Z | Downloaded crossterm v0.28.1 |
| 682 | 2026-05-21T05:28:08.951Z | Downloaded hash32 v0.2.1 |
| 683 | 2026-05-21T05:28:08.954Z | Downloaded crossbeam-epoch v0.9.18 |
| 684 | 2026-05-21T05:28:08.954Z | Downloaded derive_builder v0.20.2 |
| 685 | 2026-05-21T05:28:08.957Z | Downloaded http-range v0.1.5 |
| 686 | 2026-05-21T05:28:08.960Z | Downloaded hubpack_derive v0.1.1 |
| 687 | 2026-05-21T05:28:08.960Z | Downloaded diff v0.1.13 |
| 688 | 2026-05-21T05:28:08.963Z | Downloaded http-body v1.0.1 |
| 689 | 2026-05-21T05:28:08.963Z | Downloaded convert_case v0.10.0 |
| 690 | 2026-05-21T05:28:08.963Z | Downloaded cexpr v0.6.0 |
| 691 | 2026-05-21T05:28:08.966Z | Downloaded ident_case v1.0.1 |
| 692 | 2026-05-21T05:28:08.966Z | Downloaded hostname v0.3.1 |
| 693 | 2026-05-21T05:28:08.966Z | Downloaded illumos-nvpair v0.3.0 |
| 694 | 2026-05-21T05:28:08.966Z | Downloaded home v0.5.12 |
| 695 | 2026-05-21T05:28:08.969Z | Downloaded git-stub-vcs v0.1.0 |
| 696 | 2026-05-21T05:28:08.969Z | Downloaded byte-wrapper v0.1.0 |
| 697 | 2026-05-21T05:28:08.969Z | Downloaded darling v0.21.3 |
| 698 | 2026-05-21T05:28:08.972Z | Downloaded blowfish v0.9.1 |
| 699 | 2026-05-21T05:28:08.975Z | Downloaded group v0.13.0 |
| 700 | 2026-05-21T05:28:08.975Z | Downloaded foldhash v0.2.0 |
| 701 | 2026-05-21T05:28:08.978Z | Downloaded globset v0.4.18 |
| 702 | 2026-05-21T05:28:08.978Z | Downloaded glob v0.3.3 |
| 703 | 2026-05-21T05:28:08.978Z | Downloaded httpdate v1.0.3 |
| 704 | 2026-05-21T05:28:08.981Z | Downloaded fs_extra v1.3.0 |
| 705 | 2026-05-21T05:28:08.982Z | Downloaded indent_write v2.2.0 |
| 706 | 2026-05-21T05:28:08.982Z | Downloaded console v0.16.2 |
| 707 | 2026-05-21T05:28:08.984Z | Downloaded git-stub v1.0.0 |
| 708 | 2026-05-21T05:28:08.984Z | Downloaded crc32fast v1.5.0 |
| 709 | 2026-05-21T05:28:08.984Z | Downloaded corncobs v0.1.4 |
| 710 | 2026-05-21T05:28:08.987Z | Downloaded instant v0.1.13 |
| 711 | 2026-05-21T05:28:08.988Z | Downloaded internet-checksum v0.2.1 |
| 712 | 2026-05-21T05:28:08.988Z | Downloaded instability v0.3.11 |
| 713 | 2026-05-21T05:28:08.991Z | Downloaded colored v3.1.1 |
| 714 | 2026-05-21T05:28:08.991Z | Downloaded arrayvec v0.7.6 |
| 715 | 2026-05-21T05:28:08.994Z | Downloaded is_ci v1.2.0 |
| 716 | 2026-05-21T05:28:08.994Z | Downloaded is-terminal v0.4.17 |
| 717 | 2026-05-21T05:28:08.994Z | Downloaded const-oid v0.9.6 |
| 718 | 2026-05-21T05:28:08.997Z | Downloaded drift v0.1.4 |
| 719 | 2026-05-21T05:28:09.001Z | Downloaded filetime v0.2.27 |
| 720 | 2026-05-21T05:28:09.004Z | Downloaded inout v0.1.4 |
| 721 | 2026-05-21T05:28:09.004Z | Downloaded highway v1.3.0 |
| 722 | 2026-05-21T05:28:09.004Z | Downloaded indoc v1.0.9 |
| 723 | 2026-05-21T05:28:09.008Z | Downloaded cookie_store v0.22.1 |
| 724 | 2026-05-21T05:28:09.008Z | Downloaded lalrpop-util v0.19.12 |
| 725 | 2026-05-21T05:28:09.011Z | Downloaded keccak v0.1.6 |
| 726 | 2026-05-21T05:28:09.011Z | Downloaded lazy_static v1.5.0 |
| 727 | 2026-05-21T05:28:09.011Z | Downloaded darling_core v0.21.3 |
| 728 | 2026-05-21T05:28:09.014Z | Downloaded blake2 v0.10.6 |
| 729 | 2026-05-21T05:28:09.017Z | Downloaded darling v0.23.0 |
| 730 | 2026-05-21T05:28:09.020Z | Downloaded libscf-sys v1.1.0 |
| 731 | 2026-05-21T05:28:09.020Z | Downloaded kstat-rs v0.2.4 |
| 732 | 2026-05-21T05:28:09.020Z | Downloaded cstr-argument v0.1.2 |
| 733 | 2026-05-21T05:28:09.023Z | Downloaded crossbeam-utils v0.8.21 |
| 734 | 2026-05-21T05:28:09.023Z | Downloaded console v0.15.11 |
| 735 | 2026-05-21T05:28:09.026Z | Downloaded bcs v0.1.6 |
| 736 | 2026-05-21T05:28:09.026Z | Downloaded clang-sys v1.8.1 |
| 737 | 2026-05-21T05:28:09.029Z | Downloaded derive-where v1.6.0 |
| 738 | 2026-05-21T05:28:09.032Z | Downloaded maplit v1.0.2 |
| 739 | 2026-05-21T05:28:09.032Z | Downloaded managed v0.8.0 |
| 740 | 2026-05-21T05:28:09.032Z | Downloaded humantime v2.3.0 |
| 741 | 2026-05-21T05:28:09.032Z | Downloaded bzip2 v0.6.1 |
| 742 | 2026-05-21T05:28:09.035Z | Downloaded lzss v0.8.2 |
| 743 | 2026-05-21T05:28:09.035Z | Downloaded md-5 v0.10.6 |
| 744 | 2026-05-21T05:28:09.038Z | Downloaded http-body-util v0.1.3 |
| 745 | 2026-05-21T05:28:09.038Z | Downloaded lru-cache v0.1.2 |
| 746 | 2026-05-21T05:28:09.038Z | Downloaded async-bb8-diesel v0.2.1 |
| 747 | 2026-05-21T05:28:09.041Z | Downloaded bzip2 v0.4.4 |
| 748 | 2026-05-21T05:28:09.041Z | Downloaded backoff v0.4.0 |
| 749 | 2026-05-21T05:28:09.046Z | Downloaded ingot v0.1.1 |
| 750 | 2026-05-21T05:28:09.046Z | Downloaded foldhash v0.1.5 |
| 751 | 2026-05-21T05:28:09.046Z | Downloaded colored v2.2.0 |
| 752 | 2026-05-21T05:28:09.049Z | Downloaded linked-hash-map v0.5.6 |
| 753 | 2026-05-21T05:28:09.049Z | Downloaded getrandom v0.2.17 |
| 754 | 2026-05-21T05:28:09.049Z | Downloaded backon v1.6.0 |
| 755 | 2026-05-21T05:28:09.052Z | Downloaded ciborium v0.2.2 |
| 756 | 2026-05-21T05:28:09.054Z | Downloaded mime v0.3.17 |
| 757 | 2026-05-21T05:28:09.055Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-05-21T05:28:09.055Z | Downloaded chacha20 v0.10.0 |
| 759 | 2026-05-21T05:28:09.058Z | Downloaded multimap v0.10.1 |
| 760 | 2026-05-21T05:28:09.058Z | Downloaded ipnet v2.11.0 |
| 761 | 2026-05-21T05:28:09.058Z | Downloaded indoc v2.0.7 |
| 762 | 2026-05-21T05:28:09.060Z | Downloaded nibble_vec v0.1.0 |
| 763 | 2026-05-21T05:28:09.060Z | Downloaded newtype-uuid-macros v0.1.0 |
| 764 | 2026-05-21T05:28:09.064Z | Downloaded newline-converter v0.3.0 |
| 765 | 2026-05-21T05:28:09.064Z | Downloaded ipnetwork v0.21.1 |
| 766 | 2026-05-21T05:28:09.064Z | Downloaded new_debug_unreachable v1.0.6 |
| 767 | 2026-05-21T05:28:09.066Z | Downloaded md5 v0.7.0 |
| 768 | 2026-05-21T05:28:09.066Z | Downloaded match_cfg v0.1.0 |
| 769 | 2026-05-21T05:28:09.066Z | Downloaded lru-slab v0.1.2 |
| 770 | 2026-05-21T05:28:09.066Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 771 | 2026-05-21T05:28:09.069Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 772 | 2026-05-21T05:28:09.069Z | Downloaded hyper-tls v0.6.0 |
| 773 | 2026-05-21T05:28:09.072Z | Downloaded nodrop v0.1.14 |
| 774 | 2026-05-21T05:28:09.072Z | Downloaded chacha20poly1305 v0.10.1 |
| 775 | 2026-05-21T05:28:09.072Z | Downloaded newtype_derive v0.1.6 |
| 776 | 2026-05-21T05:28:09.072Z | Downloaded half v1.8.3 |
| 777 | 2026-05-21T05:28:09.076Z | Downloaded bitflags v1.3.2 |
| 778 | 2026-05-21T05:28:09.079Z | Downloaded nonempty v0.12.0 |
| 779 | 2026-05-21T05:28:09.079Z | Downloaded jobserver v0.1.34 |
| 780 | 2026-05-21T05:28:09.082Z | Downloaded num v0.4.3 |
| 781 | 2026-05-21T05:28:09.084Z | Downloaded num-iter v0.1.45 |
| 782 | 2026-05-21T05:28:09.085Z | Downloaded num-derive v0.4.2 |
| 783 | 2026-05-21T05:28:09.087Z | Downloaded num-conv v0.2.0 |
| 784 | 2026-05-21T05:28:09.087Z | Downloaded num-derive v0.3.3 |
| 785 | 2026-05-21T05:28:09.087Z | Downloaded libefi-sys v0.1.0 |
| 786 | 2026-05-21T05:28:09.090Z | Downloaded openssl-probe v0.2.1 |
| 787 | 2026-05-21T05:28:09.090Z | Downloaded libloading v0.8.9 |
| 788 | 2026-05-21T05:28:09.093Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-21T05:28:09.093Z | Downloaded libsw v3.5.0 |
| 790 | 2026-05-21T05:28:09.099Z | Downloaded openssl-macros v0.1.1 |
| 791 | 2026-05-21T05:28:09.102Z | Downloaded flume v0.11.1 |
| 792 | 2026-05-21T05:28:09.102Z | Downloaded mime_guess v2.0.5 |
| 793 | 2026-05-21T05:28:09.105Z | Downloaded hyper-rustls v0.27.7 |
| 794 | 2026-05-21T05:28:09.105Z | Downloaded opaque-debug v0.3.1 |
| 795 | 2026-05-21T05:28:09.108Z | Downloaded libsw-core v0.3.2 |
| 796 | 2026-05-21T05:28:09.108Z | Downloaded multer v3.1.0 |
| 797 | 2026-05-21T05:28:09.111Z | Downloaded openssl-probe v0.1.6 |
| 798 | 2026-05-21T05:28:09.111Z | Downloaded lock_api v0.4.14 |
| 799 | 2026-05-21T05:28:09.111Z | Downloaded packed_struct_codegen v0.10.1 |
| 800 | 2026-05-21T05:28:09.114Z | Downloaded httparse v1.10.1 |
| 801 | 2026-05-21T05:28:09.114Z | Downloaded cancel-safe-futures v0.1.5 |
| 802 | 2026-05-21T05:28:09.117Z | Downloaded linear-map v1.2.0 |
| 803 | 2026-05-21T05:28:09.117Z | Downloaded olpc-cjson v0.1.4 |
| 804 | 2026-05-21T05:28:09.117Z | Downloaded elliptic-curve v0.13.8 |
| 805 | 2026-05-21T05:28:09.120Z | Downloaded num_threads v0.1.7 |
| 806 | 2026-05-21T05:28:09.139Z | Downloaded path-slash v0.1.5 |
| 807 | 2026-05-21T05:28:09.142Z | Downloaded oso-derive v0.27.3 |
| 808 | 2026-05-21T05:28:09.142Z | Downloaded newtype-uuid v1.3.2 |
| 809 | 2026-05-21T05:28:09.142Z | Downloaded native-tls v0.2.18 |
| 810 | 2026-05-21T05:28:09.145Z | Downloaded maybe-uninit v2.0.0 |
| 811 | 2026-05-21T05:28:09.145Z | Downloaded lru v0.12.5 |
| 812 | 2026-05-21T05:28:09.145Z | Downloaded ingot-types v0.1.2 |
| 813 | 2026-05-21T05:28:09.145Z | Downloaded ingot-macros v0.1.1 |
| 814 | 2026-05-21T05:28:09.148Z | Downloaded fatfs v0.3.6 |
| 815 | 2026-05-21T05:28:09.151Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-05-21T05:28:09.151Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-05-21T05:28:09.151Z | Downloaded derive_more v0.99.20 |
| 818 | 2026-05-21T05:28:09.154Z | Downloaded darling_core v0.20.11 |
| 819 | 2026-05-21T05:28:09.157Z | Downloaded pbkdf2 v0.12.2 |
| 820 | 2026-05-21T05:28:09.157Z | Downloaded pbkdf2 v0.11.0 |
| 821 | 2026-05-21T05:28:09.160Z | Downloaded iana-time-zone v0.1.65 |
| 822 | 2026-05-21T05:28:09.160Z | Downloaded half v2.7.1 |
| 823 | 2026-05-21T05:28:09.164Z | Downloaded peg-runtime v0.8.5 |
| 824 | 2026-05-21T05:28:09.164Z | Downloaded pin-utils v0.1.0 |
| 825 | 2026-05-21T05:28:09.164Z | Downloaded phf_shared v0.12.1 |
| 826 | 2026-05-21T05:28:09.166Z | Downloaded num-complex v0.4.6 |
| 827 | 2026-05-21T05:28:09.166Z | Downloaded futures-channel v0.3.32 |
| 828 | 2026-05-21T05:28:09.167Z | Downloaded ed25519-dalek v2.2.0 |
| 829 | 2026-05-21T05:28:09.169Z | Downloaded der v0.7.10 |
| 830 | 2026-05-21T05:28:09.172Z | Downloaded num_enum_derive v0.7.6 |
| 831 | 2026-05-21T05:28:09.172Z | Downloaded hmac v0.12.1 |
| 832 | 2026-05-21T05:28:09.175Z | Downloaded num-integer v0.1.46 |
| 833 | 2026-05-21T05:28:09.175Z | Downloaded hyper-staticfile v0.10.1 |
| 834 | 2026-05-21T05:28:09.178Z | Downloaded getrandom v0.3.4 |
| 835 | 2026-05-21T05:28:09.178Z | Downloaded crypto-bigint v0.5.5 |
| 836 | 2026-05-21T05:28:09.182Z | Downloaded phf_shared v0.11.3 |
| 837 | 2026-05-21T05:28:09.185Z | Downloaded password-hash v0.5.0 |
| 838 | 2026-05-21T05:28:09.185Z | Downloaded parse-display-derive v0.10.0 |
| 839 | 2026-05-21T05:28:09.185Z | Downloaded ignore v0.4.25 |
| 840 | 2026-05-21T05:28:09.188Z | Downloaded password-hash v0.4.2 |
| 841 | 2026-05-21T05:28:09.188Z | Downloaded packed_struct v0.10.1 |
| 842 | 2026-05-21T05:28:09.191Z | Downloaded num_enum_derive v0.5.11 |
| 843 | 2026-05-21T05:28:09.191Z | Downloaded heapless v0.7.17 |
| 844 | 2026-05-21T05:28:09.194Z | Downloaded indexmap v1.9.3 |
| 845 | 2026-05-21T05:28:09.194Z | Downloaded num_enum v0.7.6 |
| 846 | 2026-05-21T05:28:09.198Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 847 | 2026-05-21T05:28:09.201Z | Downloaded proc-macro-crate v1.3.1 |
| 848 | 2026-05-21T05:28:09.201Z | Downloaded proc-macro-crate v3.4.0 |
| 849 | 2026-05-21T05:28:09.201Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-05-21T05:28:09.204Z | Downloaded compact_str v0.8.1 |
| 851 | 2026-05-21T05:28:09.204Z | Downloaded dropshot-api-manager v0.7.1 |
| 852 | 2026-05-21T05:28:09.206Z | Downloaded litrs v1.0.0 |
| 853 | 2026-05-21T05:28:09.209Z | Downloaded num_enum v0.5.11 |
| 854 | 2026-05-21T05:28:09.212Z | Downloaded num-rational v0.4.2 |
| 855 | 2026-05-21T05:28:09.212Z | Downloaded pem v3.0.6 |
| 856 | 2026-05-21T05:28:09.215Z | Downloaded nu-ansi-term v0.50.3 |
| 857 | 2026-05-21T05:28:09.215Z | Downloaded progenitor-client v0.14.0 |
| 858 | 2026-05-21T05:28:09.215Z | Downloaded powerfmt v0.2.0 |
| 859 | 2026-05-21T05:28:09.218Z | Downloaded memmap2 v0.9.10 |
| 860 | 2026-05-21T05:28:09.218Z | Downloaded nanorand v0.7.0 |
| 861 | 2026-05-21T05:28:09.221Z | Downloaded futures v0.3.32 |
| 862 | 2026-05-21T05:28:09.227Z | Downloaded peg-macros v0.8.5 |
| 863 | 2026-05-21T05:28:09.227Z | Downloaded precomputed-hash v0.1.1 |
| 864 | 2026-05-21T05:28:09.227Z | Downloaded owo-colors v4.3.0 |
| 865 | 2026-05-21T05:28:09.227Z | Downloaded crossbeam-channel v0.5.15 |
| 866 | 2026-05-21T05:28:09.230Z | Downloaded progenitor-macro v0.14.0 |
| 867 | 2026-05-21T05:28:09.231Z | Downloaded predicates-core v1.0.10 |
| 868 | 2026-05-21T05:28:09.234Z | Downloaded darling_core v0.23.0 |
| 869 | 2026-05-21T05:28:09.237Z | Downloaded poly1305 v0.8.0 |
| 870 | 2026-05-21T05:28:09.237Z | Downloaded parking_lot_core v0.8.6 |
| 871 | 2026-05-21T05:28:09.240Z | Downloaded bytes v1.11.1 |
| 872 | 2026-05-21T05:28:09.243Z | Downloaded polyval v0.6.2 |
| 873 | 2026-05-21T05:28:09.243Z | Downloaded derive_more v2.1.1 |
| 874 | 2026-05-21T05:28:09.249Z | Downloaded radium v0.7.0 |
| 875 | 2026-05-21T05:28:09.252Z | Downloaded progenitor-macro v0.11.2 |
| 876 | 2026-05-21T05:28:09.252Z | Downloaded progenitor-macro v0.10.0 |
| 877 | 2026-05-21T05:28:09.252Z | Downloaded progenitor-client v0.10.0 |
| 878 | 2026-05-21T05:28:09.255Z | Downloaded parking_lot v0.11.2 |
| 879 | 2026-05-21T05:28:09.255Z | Downloaded quick-error v1.2.3 |
| 880 | 2026-05-21T05:28:09.255Z | Downloaded phf v0.12.1 |
| 881 | 2026-05-21T05:28:09.258Z | Downloaded phf v0.13.1 |
| 882 | 2026-05-21T05:28:09.258Z | Downloaded pem-rfc7468 v0.7.0 |
| 883 | 2026-05-21T05:28:09.258Z | Downloaded parking_lot_core v0.9.12 |
| 884 | 2026-05-21T05:28:09.261Z | Downloaded heapless v0.8.0 |
| 885 | 2026-05-21T05:28:09.264Z | Downloaded libbz2-rs-sys v0.2.2 |
| 886 | 2026-05-21T05:28:09.264Z | Downloaded predicates v3.1.4 |
| 887 | 2026-05-21T05:28:09.267Z | Downloaded aes v0.8.4 |
| 888 | 2026-05-21T05:28:09.270Z | Downloaded pin-project-lite v0.2.17 |
| 889 | 2026-05-21T05:28:09.272Z | Downloaded rand_xorshift v0.4.0 |
| 890 | 2026-05-21T05:28:09.272Z | Downloaded psl-types v2.0.11 |
| 891 | 2026-05-21T05:28:09.272Z | Downloaded progenitor v0.10.0 |
| 892 | 2026-05-21T05:28:09.276Z | Downloaded pkg-config v0.3.32 |
| 893 | 2026-05-21T05:28:09.276Z | Downloaded pkcs8 v0.10.2 |
| 894 | 2026-05-21T05:28:09.279Z | Downloaded base64 v0.22.1 |
| 895 | 2026-05-21T05:28:09.282Z | Downloaded pin-project-internal v1.1.11 |
| 896 | 2026-05-21T05:28:09.282Z | Downloaded hickory-resolver v0.24.4 |
| 897 | 2026-05-21T05:28:09.284Z | Downloaded omicron-zone-package v0.12.2 |
| 898 | 2026-05-21T05:28:09.287Z | Downloaded progenitor-macro v0.13.0 |
| 899 | 2026-05-21T05:28:09.287Z | Downloaded progenitor-client v0.13.0 |
| 900 | 2026-05-21T05:28:09.287Z | Downloaded base64 v0.21.7 |
| 901 | 2026-05-21T05:28:09.292Z | Downloaded recursive v0.1.1 |
| 902 | 2026-05-21T05:28:09.292Z | Downloaded bumpalo v3.20.2 |
| 903 | 2026-05-21T05:28:09.295Z | Downloaded phf_shared v0.13.1 |
| 904 | 2026-05-21T05:28:09.295Z | Downloaded headers v0.4.1 |
| 905 | 2026-05-21T05:28:09.298Z | Downloaded derive_more-impl v2.1.1 |
| 906 | 2026-05-21T05:28:09.301Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 907 | 2026-05-21T05:28:09.301Z | Downloaded async-compression v0.4.41 |
| 908 | 2026-05-21T05:28:09.304Z | Downloaded rfc6979 v0.4.0 |
| 909 | 2026-05-21T05:28:09.304Z | Downloaded ppv-lite86 v0.2.21 |
| 910 | 2026-05-21T05:28:09.307Z | Downloaded paste v1.0.15 |
| 911 | 2026-05-21T05:28:09.307Z | Downloaded pkcs5 v0.7.1 |
| 912 | 2026-05-21T05:28:09.310Z | Downloaded postcard v1.1.3 |
| 913 | 2026-05-21T05:28:09.310Z | Downloaded oxide-tokio-rt v0.1.4 |
| 914 | 2026-05-21T05:28:09.313Z | Downloaded ref-cast-impl v1.0.25 |
| 915 | 2026-05-21T05:28:09.313Z | Downloaded miniz_oxide v0.8.9 |
| 916 | 2026-05-21T05:28:09.316Z | Downloaded diesel_derives v2.3.7 |
| 917 | 2026-05-21T05:28:09.319Z | Downloaded primeorder v0.13.6 |
| 918 | 2026-05-21T05:28:09.319Z | Downloaded progenitor v0.14.0 |
| 919 | 2026-05-21T05:28:09.322Z | Downloaded r2d2 v0.8.10 |
| 920 | 2026-05-21T05:28:09.322Z | Downloaded progenitor v0.13.0 |
| 921 | 2026-05-21T05:28:09.322Z | Downloaded progenitor v0.11.2 |
| 922 | 2026-05-21T05:28:09.326Z | Downloaded indicatif v0.18.4 |
| 923 | 2026-05-21T05:28:09.326Z | Downloaded peg v0.8.5 |
| 924 | 2026-05-21T05:28:09.328Z | Downloaded rtoolbox v0.0.3 |
| 925 | 2026-05-21T05:28:09.331Z | Downloaded rustc_version v0.1.7 |
| 926 | 2026-05-21T05:28:09.331Z | Downloaded oxnet v0.1.5 |
| 927 | 2026-05-21T05:28:09.331Z | Downloaded flate2 v1.1.9 |
| 928 | 2026-05-21T05:28:09.334Z | Downloaded rustc-hash v2.1.1 |
| 929 | 2026-05-21T05:28:09.337Z | Downloaded rand_core v0.9.5 |
| 930 | 2026-05-21T05:28:09.337Z | Downloaded hashbrown v0.12.3 |
| 931 | 2026-05-21T05:28:09.340Z | Downloaded rand_core v0.6.4 |
| 932 | 2026-05-21T05:28:09.344Z | Downloaded progenitor-client v0.11.2 |
| 933 | 2026-05-21T05:28:09.349Z | Downloaded rand_seeder v0.4.0 |
| 934 | 2026-05-21T05:28:09.352Z | Downloaded rand_chacha v0.9.0 |
| 935 | 2026-05-21T05:28:09.353Z | Downloaded rand_chacha v0.3.1 |
| 936 | 2026-05-21T05:28:09.356Z | Downloaded psm v0.1.30 |
| 937 | 2026-05-21T05:28:09.356Z | Downloaded crossterm v0.29.0 |
| 938 | 2026-05-21T05:28:09.359Z | Downloaded rand_core v0.10.0 |
| 939 | 2026-05-21T05:28:09.362Z | Downloaded expectorate v1.2.0 |
| 940 | 2026-05-21T05:28:09.362Z | Downloaded hickory-resolver v0.25.2 |
| 941 | 2026-05-21T05:28:09.364Z | Downloaded cc v1.2.56 |
| 942 | 2026-05-21T05:28:09.369Z | Downloaded salsa20 v0.10.2 |
| 943 | 2026-05-21T05:28:09.375Z | Downloaded sapling-renderdag v0.1.0 |
| 944 | 2026-05-21T05:28:09.378Z | Downloaded scroll_derive v0.13.1 |
| 945 | 2026-05-21T05:28:09.378Z | Downloaded scheduled-thread-pool v0.2.7 |
| 946 | 2026-05-21T05:28:09.378Z | Downloaded same-file v1.0.6 |
| 947 | 2026-05-21T05:28:09.381Z | Downloaded resolv-conf v0.7.6 |
| 948 | 2026-05-21T05:28:09.382Z | Downloaded secrecy v0.10.3 |
| 949 | 2026-05-21T05:28:09.384Z | Downloaded seq-macro v0.3.6 |
| 950 | 2026-05-21T05:28:09.384Z | Downloaded serde_plain v1.0.2 |
| 951 | 2026-05-21T05:28:09.387Z | Downloaded postgres-protocol v0.6.10 |
| 952 | 2026-05-21T05:28:09.387Z | Downloaded postgres-types v0.2.12 |
| 953 | 2026-05-21T05:28:09.390Z | Downloaded serde_urlencoded v0.7.1 |
| 954 | 2026-05-21T05:28:09.390Z | Downloaded ref-cast v1.0.25 |
| 955 | 2026-05-21T05:28:09.393Z | Downloaded scopeguard v1.2.0 |
| 956 | 2026-05-21T05:28:09.393Z | Downloaded pkcs1 v0.7.5 |
| 957 | 2026-05-21T05:28:09.396Z | Downloaded serde-big-array v0.5.1 |
| 958 | 2026-05-21T05:28:09.396Z | Downloaded semver v0.1.20 |
| 959 | 2026-05-21T05:28:09.396Z | Downloaded secrecy v0.8.0 |
| 960 | 2026-05-21T05:28:09.396Z | Downloaded scrypt v0.11.0 |
| 961 | 2026-05-21T05:28:09.399Z | Downloaded p256 v0.13.2 |
| 962 | 2026-05-21T05:28:09.402Z | Downloaded serde_repr v0.1.20 |
| 963 | 2026-05-21T05:28:09.402Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-05-21T05:28:09.402Z | Downloaded papergrid v0.17.0 |
| 965 | 2026-05-21T05:28:09.406Z | Downloaded russh-cryptovec v0.7.3 |
| 966 | 2026-05-21T05:28:09.409Z | Downloaded progenitor-extras v0.2.0 |
| 967 | 2026-05-21T05:28:09.409Z | Downloaded parking_lot v0.12.5 |
| 968 | 2026-05-21T05:28:09.409Z | Downloaded shell-words v1.1.1 |
| 969 | 2026-05-21T05:28:09.412Z | Downloaded sha1 v0.10.6 |
| 970 | 2026-05-21T05:28:09.412Z | Downloaded rustls-pemfile v1.0.4 |
| 971 | 2026-05-21T05:28:09.412Z | Downloaded hashbrown v0.13.2 |
| 972 | 2026-05-21T05:28:09.415Z | Downloaded serde_spanned v1.0.4 |
| 973 | 2026-05-21T05:28:09.418Z | Downloaded rustc_version v0.4.1 |
| 974 | 2026-05-21T05:28:09.418Z | Downloaded prefix-trie v0.7.0 |
| 975 | 2026-05-21T05:28:09.421Z | Downloaded rustversion v1.0.22 |
| 976 | 2026-05-21T05:28:09.424Z | Downloaded jiff-static v0.2.21 |
| 977 | 2026-05-21T05:28:09.427Z | Downloaded signature v2.2.0 |
| 978 | 2026-05-21T05:28:09.427Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-05-21T05:28:09.430Z | Downloaded rusty-fork v0.3.1 |
| 980 | 2026-05-21T05:28:09.432Z | Downloaded progenitor-impl v0.10.0 |
| 981 | 2026-05-21T05:28:09.435Z | Downloaded progenitor-impl v0.14.0 |
| 982 | 2026-05-21T05:28:09.439Z | Downloaded slog-bunyan v2.5.0 |
| 983 | 2026-05-21T05:28:09.442Z | Downloaded siphasher v1.0.2 |
| 984 | 2026-05-21T05:28:09.442Z | Downloaded pin-project v1.1.11 |
| 985 | 2026-05-21T05:28:09.449Z | Downloaded rustls-native-certs v0.8.3 |
| 986 | 2026-05-21T05:28:09.452Z | Downloaded signal-hook-mio v0.2.5 |
| 987 | 2026-05-21T05:28:09.455Z | Downloaded oso v0.27.3 |
| 988 | 2026-05-21T05:28:09.458Z | Downloaded slog-envlogger v2.2.0 |
| 989 | 2026-05-21T05:28:09.458Z | Downloaded schemars_derive v0.8.22 |
| 990 | 2026-05-21T05:28:09.461Z | Downloaded sigpipe v0.1.3 |
| 991 | 2026-05-21T05:28:09.464Z | Downloaded serde_path_to_error v0.1.20 |
| 992 | 2026-05-21T05:28:09.467Z | Downloaded sec1 v0.7.3 |
| 993 | 2026-05-21T05:28:09.467Z | Downloaded sct v0.7.1 |
| 994 | 2026-05-21T05:28:09.471Z | Downloaded scroll v0.13.0 |
| 995 | 2026-05-21T05:28:09.474Z | Downloaded openssl-sys v0.9.115 |
| 996 | 2026-05-21T05:28:09.477Z | Downloaded proc-macro-error2 v2.0.1 |
| 997 | 2026-05-21T05:28:09.480Z | Downloaded serde_derive_internals v0.29.1 |
| 998 | 2026-05-21T05:28:09.480Z | Downloaded serde_bytes v0.11.19 |
| 999 | 2026-05-21T05:28:09.483Z | Downloaded serde-hex v0.1.0 |
| 1000 | 2026-05-21T05:28:09.483Z | Downloaded russh-keys v0.45.0 |
| 1001 | 2026-05-21T05:28:09.493Z | Downloaded pretty_assertions v1.4.1 |
| 1002 | 2026-05-21T05:28:09.496Z | Downloaded prettyplease v0.2.37 |
| 1003 | 2026-05-21T05:28:09.498Z | Downloaded ssh-cipher v0.2.0 |
| 1004 | 2026-05-21T05:28:09.506Z | Downloaded signal-hook-registry v1.4.8 |
| 1005 | 2026-05-21T05:28:09.513Z | Downloaded rcgen v0.12.1 |
| 1006 | 2026-05-21T05:28:09.516Z | Downloaded supports-color v3.0.2 |
| 1007 | 2026-05-21T05:28:09.519Z | Downloaded strum v0.26.3 |
| 1008 | 2026-05-21T05:28:09.519Z | Downloaded ssh-encoding v0.2.0 |
| 1009 | 2026-05-21T05:28:09.519Z | Downloaded structmeta v0.3.0 |
| 1010 | 2026-05-21T05:28:09.522Z | Downloaded tabled_derive v0.11.0 |
| 1011 | 2026-05-21T05:28:09.522Z | Downloaded strum v0.27.2 |
| 1012 | 2026-05-21T05:28:09.522Z | Downloaded tabwriter v1.4.1 |
| 1013 | 2026-05-21T05:28:09.525Z | Downloaded structmeta-derive v0.3.0 |
| 1014 | 2026-05-21T05:28:09.525Z | Downloaded num-bigint v0.4.6 |
| 1015 | 2026-05-21T05:28:09.528Z | Downloaded slog-dtrace v0.3.0 |
| 1016 | 2026-05-21T05:28:09.528Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1017 | 2026-05-21T05:28:09.531Z | Downloaded subtle v2.6.1 |
| 1018 | 2026-05-21T05:28:09.531Z | Downloaded sqlparser_derive v0.5.0 |
| 1019 | 2026-05-21T05:28:09.531Z | Downloaded sync_wrapper v1.0.2 |
| 1020 | 2026-05-21T05:28:09.534Z | Downloaded simd-adler32 v0.3.8 |
| 1021 | 2026-05-21T05:28:09.534Z | Downloaded hickory-server v0.25.2 |
| 1022 | 2026-05-21T05:28:09.537Z | Downloaded ron v0.8.1 |
| 1023 | 2026-05-21T05:28:09.540Z | Downloaded take_mut v0.2.2 |
| 1024 | 2026-05-21T05:28:09.543Z | Downloaded termtree v0.5.1 |
| 1025 | 2026-05-21T05:28:09.543Z | Downloaded testing_table v0.3.0 |
| 1026 | 2026-05-21T05:28:09.543Z | Downloaded slog-json v2.6.1 |
| 1027 | 2026-05-21T05:28:09.546Z | Downloaded http v1.4.0 |
| 1028 | 2026-05-21T05:28:09.546Z | Downloaded smallvec v0.6.14 |
| 1029 | 2026-05-21T05:28:09.549Z | Downloaded smf v0.2.3 |
| 1030 | 2026-05-21T05:28:09.549Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-05-21T05:28:09.552Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-21T05:28:09.552Z | Downloaded tap v1.0.1 |
| 1033 | 2026-05-21T05:28:09.552Z | Downloaded slog-stdlog v4.1.1 |
| 1034 | 2026-05-21T05:28:09.554Z | Downloaded slog-async v2.8.0 |
| 1035 | 2026-05-21T05:28:09.554Z | Downloaded hyper-util v0.1.20 |
| 1036 | 2026-05-21T05:28:09.557Z | Downloaded slab v0.4.12 |
| 1037 | 2026-05-21T05:28:09.560Z | Downloaded minimal-lexical v0.2.1 |
| 1038 | 2026-05-21T05:28:09.563Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1039 | 2026-05-21T05:28:09.563Z | Downloaded progenitor-impl v0.13.0 |
| 1040 | 2026-05-21T05:28:09.567Z | Downloaded tinyvec_macros v0.1.1 |
| 1041 | 2026-05-21T05:28:09.567Z | Downloaded progenitor-impl v0.11.2 |
| 1042 | 2026-05-21T05:28:09.570Z | Downloaded hashbrown v0.16.1 |
| 1043 | 2026-05-21T05:28:09.575Z | Downloaded static_assertions v1.1.0 |
| 1044 | 2026-05-21T05:28:09.578Z | Downloaded stacker v0.1.23 |
| 1045 | 2026-05-21T05:28:09.581Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-21T05:28:09.581Z | Downloaded rustls-pemfile v2.2.0 |
| 1047 | 2026-05-21T05:28:09.583Z | Downloaded time-core v0.1.8 |
| 1048 | 2026-05-21T05:28:09.583Z | Downloaded sqlformat v0.3.5 |
| 1049 | 2026-05-21T05:28:09.583Z | Downloaded spki v0.7.3 |
| 1050 | 2026-05-21T05:28:09.586Z | Downloaded tokio-macros v2.7.0 |
| 1051 | 2026-05-21T05:28:09.589Z | Downloaded serde_with_macros v3.17.0 |
| 1052 | 2026-05-21T05:28:09.592Z | Downloaded ryu v1.0.23 |
| 1053 | 2026-05-21T05:28:09.595Z | Downloaded tagptr v0.2.0 |
| 1054 | 2026-05-21T05:28:09.595Z | Downloaded itertools v0.10.5 |
| 1055 | 2026-05-21T05:28:09.598Z | Downloaded schemars v0.8.22 |
| 1056 | 2026-05-21T05:28:09.605Z | Downloaded stringprep v0.1.5 |
| 1057 | 2026-05-21T05:28:09.608Z | Downloaded slog-scope v4.4.1 |
| 1058 | 2026-05-21T05:28:09.608Z | Downloaded string_cache v0.8.9 |
| 1059 | 2026-05-21T05:28:09.612Z | Downloaded shlex v1.3.0 |
| 1060 | 2026-05-21T05:28:09.612Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1061 | 2026-05-21T05:28:09.615Z | Downloaded strum_macros v0.24.3 |
| 1062 | 2026-05-21T05:28:09.615Z | Downloaded rustls-pki-types v1.14.0 |
| 1063 | 2026-05-21T05:28:09.617Z | Downloaded thiserror-no-std v2.0.2 |
| 1064 | 2026-05-21T05:28:09.621Z | Downloaded aho-corasick v1.1.4 |
| 1065 | 2026-05-21T05:28:09.625Z | Downloaded quinn v0.11.9 |
| 1066 | 2026-05-21T05:28:09.628Z | Downloaded qorb v0.4.1 |
| 1067 | 2026-05-21T05:28:09.631Z | Downloaded termios v0.3.3 |
| 1068 | 2026-05-21T05:28:09.634Z | Downloaded support-bundle-viewer v0.1.2 |
| 1069 | 2026-05-21T05:28:09.634Z | Downloaded strum_macros v0.27.2 |
| 1070 | 2026-05-21T05:28:09.637Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1071 | 2026-05-21T05:28:09.637Z | Downloaded thread_local v1.1.9 |
| 1072 | 2026-05-21T05:28:09.640Z | Downloaded topological-sort v0.2.2 |
| 1073 | 2026-05-21T05:28:09.640Z | Downloaded thread-id v5.1.0 |
| 1074 | 2026-05-21T05:28:09.640Z | Downloaded serde_cbor v0.11.2 |
| 1075 | 2026-05-21T05:28:09.643Z | Downloaded mio v1.2.0 |
| 1076 | 2026-05-21T05:28:09.646Z | Downloaded iri-string v0.7.10 |
| 1077 | 2026-05-21T05:28:09.649Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-21T05:28:09.654Z | Downloaded tls_codec v0.4.2 |
| 1079 | 2026-05-21T05:28:09.656Z | Downloaded tiny-keccak v2.0.2 |
| 1080 | 2026-05-21T05:28:09.656Z | Downloaded try-lock v0.2.5 |
| 1081 | 2026-05-21T05:28:09.659Z | Downloaded tower-service v0.3.3 |
| 1082 | 2026-05-21T05:28:09.659Z | Downloaded tower-layer v0.3.3 |
| 1083 | 2026-05-21T05:28:09.659Z | Downloaded time-macros v0.2.27 |
| 1084 | 2026-05-21T05:28:09.662Z | Downloaded spin v0.9.8 |
| 1085 | 2026-05-21T05:28:09.665Z | Downloaded hashbrown v0.15.5 |
| 1086 | 2026-05-21T05:28:09.668Z | Downloaded tls_codec_derive v0.4.2 |
| 1087 | 2026-05-21T05:28:09.671Z | Downloaded similar v2.7.0 |
| 1088 | 2026-05-21T05:28:09.674Z | Downloaded trait-variant v0.1.2 |
| 1089 | 2026-05-21T05:28:09.674Z | Downloaded rayon-core v1.13.0 |
| 1090 | 2026-05-21T05:28:09.677Z | Downloaded tokio-rustls v0.25.0 |
| 1091 | 2026-05-21T05:28:09.680Z | Downloaded unarray v0.1.4 |
| 1092 | 2026-05-21T05:28:09.680Z | Downloaded typify-macro v0.6.2 |
| 1093 | 2026-05-21T05:28:09.680Z | Downloaded term v0.7.0 |
| 1094 | 2026-05-21T05:28:09.682Z | Downloaded publicsuffix v2.3.0 |
| 1095 | 2026-05-21T05:28:09.685Z | Downloaded tokio-native-tls v0.3.1 |
| 1096 | 2026-05-21T05:28:09.685Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1097 | 2026-05-21T05:28:09.688Z | Downloaded libxml v0.3.3 |
| 1098 | 2026-05-21T05:28:09.691Z | Downloaded unicode-truncate v1.1.0 |
| 1099 | 2026-05-21T05:28:09.691Z | Downloaded universal-hash v0.5.1 |
| 1100 | 2026-05-21T05:28:09.694Z | Downloaded unit-prefix v0.5.2 |
| 1101 | 2026-05-21T05:28:09.694Z | Downloaded tokio-tungstenite v0.23.1 |
| 1102 | 2026-05-21T05:28:09.697Z | Downloaded rsa v0.9.10 |
| 1103 | 2026-05-21T05:28:09.700Z | Downloaded slog v2.8.2 |
| 1104 | 2026-05-21T05:28:09.703Z | Downloaded iddqd v0.4.1 |
| 1105 | 2026-05-21T05:28:09.707Z | Downloaded untrusted v0.7.1 |
| 1106 | 2026-05-21T05:28:09.710Z | Downloaded usdt-attr-macro v0.6.0 |
| 1107 | 2026-05-21T05:28:09.714Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-05-21T05:28:09.714Z | Downloaded utf-8 v0.7.6 |
| 1109 | 2026-05-21T05:28:09.717Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-05-21T05:28:09.720Z | Downloaded rand v0.8.6 |
| 1111 | 2026-05-21T05:28:09.723Z | Downloaded socket2 v0.5.10 |
| 1112 | 2026-05-21T05:28:09.726Z | Downloaded rustls-webpki v0.103.9 |
| 1113 | 2026-05-21T05:28:09.729Z | Downloaded tokio-dtrace v0.1.1 |
| 1114 | 2026-05-21T05:28:09.732Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1115 | 2026-05-21T05:28:09.732Z | Downloaded waitgroup v0.1.2 |
| 1116 | 2026-05-21T05:28:09.735Z | Downloaded want v0.3.1 |
| 1117 | 2026-05-21T05:28:09.735Z | Downloaded tui-tree-widget v0.23.1 |
| 1118 | 2026-05-21T05:28:09.735Z | Downloaded hkdf v0.12.4 |
| 1119 | 2026-05-21T05:28:09.738Z | Downloaded wait-timeout v0.2.1 |
| 1120 | 2026-05-21T05:28:09.741Z | Downloaded itertools v0.14.0 |
| 1121 | 2026-05-21T05:28:09.744Z | Downloaded void v1.0.2 |
| 1122 | 2026-05-21T05:28:09.747Z | Downloaded itertools v0.12.1 |
| 1123 | 2026-05-21T05:28:09.750Z | Downloaded tokio-tungstenite v0.21.0 |
| 1124 | 2026-05-21T05:28:09.753Z | Downloaded test-strategy v0.4.5 |
| 1125 | 2026-05-21T05:28:09.753Z | Downloaded schemars v0.9.0 |
| 1126 | 2026-05-21T05:28:09.760Z | Downloaded xshell-macros v0.2.7 |
| 1127 | 2026-05-21T05:28:09.762Z | Downloaded zone_cfg_derive v0.3.1 |
| 1128 | 2026-05-21T05:28:09.762Z | Downloaded unicase v2.9.0 |
| 1129 | 2026-05-21T05:28:09.762Z | Downloaded typify-macro v0.4.3 |
| 1130 | 2026-05-21T05:28:09.762Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1131 | 2026-05-21T05:28:09.765Z | Downloaded term v1.2.1 |
| 1132 | 2026-05-21T05:28:09.765Z | Downloaded socket2 v0.6.3 |
| 1133 | 2026-05-21T05:28:09.768Z | Downloaded xattr v1.6.1 |
| 1134 | 2026-05-21T05:28:09.768Z | Downloaded hyper v1.8.1 |
| 1135 | 2026-05-21T05:28:09.772Z | Downloaded tokio-rustls v0.26.4 |
| 1136 | 2026-05-21T05:28:09.775Z | Downloaded signal-hook v0.3.18 |
| 1137 | 2026-05-21T05:28:09.775Z | Downloaded subprocess v0.2.15 |
| 1138 | 2026-05-21T05:28:09.778Z | Downloaded rand v0.10.1 |
| 1139 | 2026-05-21T05:28:09.781Z | Downloaded uzers v0.12.2 |
| 1140 | 2026-05-21T05:28:09.781Z | Downloaded zone v0.3.1 |
| 1141 | 2026-05-21T05:28:09.784Z | Downloaded rand v0.9.2 |
| 1142 | 2026-05-21T05:28:09.786Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1143 | 2026-05-21T05:28:09.786Z | Downloaded tokio-rustls v0.24.1 |
| 1144 | 2026-05-21T05:28:09.789Z | Downloaded libm v0.2.16 |
| 1145 | 2026-05-21T05:28:09.793Z | Downloaded tinyvec v1.10.0 |
| 1146 | 2026-05-21T05:28:09.796Z | Downloaded schemars v1.2.1 |
| 1147 | 2026-05-21T05:28:09.803Z | Downloaded zeroize_derive v1.4.3 |
| 1148 | 2026-05-21T05:28:09.806Z | Downloaded walkdir v2.5.0 |
| 1149 | 2026-05-21T05:28:09.806Z | Downloaded usdt v0.6.0 |
| 1150 | 2026-05-21T05:28:09.806Z | Downloaded tokio-stream v0.1.18 |
| 1151 | 2026-05-21T05:28:09.810Z | Downloaded nom v8.0.0 |
| 1152 | 2026-05-21T05:28:09.812Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-05-21T05:28:09.812Z | Downloaded usdt-impl v0.6.0 |
| 1154 | 2026-05-21T05:28:09.816Z | Downloaded toml v0.7.8 |
| 1155 | 2026-05-21T05:28:09.816Z | Downloaded h2 v0.4.13 |
| 1156 | 2026-05-21T05:28:09.819Z | Downloaded samael v0.0.19 |
| 1157 | 2026-05-21T05:28:09.822Z | Downloaded snafu v0.8.9 |
| 1158 | 2026-05-21T05:28:09.825Z | Downloaded zeroize v1.8.2 |
| 1159 | 2026-05-21T05:28:09.828Z | Downloaded tracing-attributes v0.1.31 |
| 1160 | 2026-05-21T05:28:09.828Z | Downloaded vsss-rs v3.3.4 |
| 1161 | 2026-05-21T05:28:09.831Z | Downloaded vergen-gitcl v1.0.8 |
| 1162 | 2026-05-21T05:28:09.831Z | Downloaded p521 v0.13.3 |
| 1163 | 2026-05-21T05:28:09.834Z | Downloaded twox-hash v2.1.2 |
| 1164 | 2026-05-21T05:28:09.834Z | Downloaded itertools v0.13.0 |
| 1165 | 2026-05-21T05:28:09.837Z | Downloaded russh v0.45.0 |
| 1166 | 2026-05-21T05:28:09.840Z | Downloaded vergen v9.0.6 |
| 1167 | 2026-05-21T05:28:09.843Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1168 | 2026-05-21T05:28:09.846Z | Downloaded whoami v1.6.1 |
| 1169 | 2026-05-21T05:28:09.846Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1170 | 2026-05-21T05:28:09.849Z | Downloaded futures-util v0.3.32 |
| 1171 | 2026-05-21T05:28:09.854Z | Downloaded whoami v2.1.0 |
| 1172 | 2026-05-21T05:28:09.857Z | Downloaded rustyline v14.0.0 |
| 1173 | 2026-05-21T05:28:09.860Z | Downloaded tungstenite v0.21.0 |
| 1174 | 2026-05-21T05:28:09.862Z | Downloaded typify v0.4.3 |
| 1175 | 2026-05-21T05:28:09.862Z | Downloaded nom v7.1.3 |
| 1176 | 2026-05-21T05:28:09.865Z | Downloaded tungstenite v0.23.0 |
| 1177 | 2026-05-21T05:28:09.868Z | Downloaded tar v0.4.45 |
| 1178 | 2026-05-21T05:28:09.872Z | Downloaded xshell v0.2.7 |
| 1179 | 2026-05-21T05:28:09.874Z | Downloaded unicode-properties v0.1.4 |
| 1180 | 2026-05-21T05:28:09.879Z | Downloaded zstd-safe v7.2.4 |
| 1181 | 2026-05-21T05:28:09.882Z | Downloaded zstd v0.13.3 |
| 1182 | 2026-05-21T05:28:09.895Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1183 | 2026-05-21T05:28:09.898Z | Downloaded vergen-git2 v1.0.7 |
| 1184 | 2026-05-21T05:28:09.903Z | Downloaded typify v0.6.2 |
| 1185 | 2026-05-21T05:28:09.906Z | Downloaded vte v0.14.1 |
| 1186 | 2026-05-21T05:28:09.910Z | Downloaded num-bigint-dig v0.8.6 |
| 1187 | 2026-05-21T05:28:09.917Z | Downloaded unsafe-libyaml v0.2.11 |
| 1188 | 2026-05-21T05:28:09.921Z | Downloaded unicode-bidi v0.3.18 |
| 1189 | 2026-05-21T05:28:09.921Z | Downloaded reedline v0.40.0 |
| 1190 | 2026-05-21T05:28:09.924Z | Downloaded wyz v0.5.1 |
| 1191 | 2026-05-21T05:28:09.935Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-05-21T05:28:09.939Z | Downloaded uuid v1.23.0 |
| 1193 | 2026-05-21T05:28:09.942Z | Downloaded zerocopy v0.6.6 |
| 1194 | 2026-05-21T05:28:09.946Z | Downloaded steno v0.4.1 |
| 1195 | 2026-05-21T05:28:09.955Z | Downloaded tracing-core v0.1.36 |
| 1196 | 2026-05-21T05:28:09.958Z | Downloaded rpassword v7.4.0 |
| 1197 | 2026-05-21T05:28:09.961Z | Downloaded unicode_categories v0.1.1 |
| 1198 | 2026-05-21T05:28:09.961Z | Downloaded reqwest v0.13.2 |
| 1199 | 2026-05-21T05:28:09.964Z | Downloaded reqwest v0.12.28 |
| 1200 | 2026-05-21T05:28:09.968Z | Downloaded zip v0.6.6 |
| 1201 | 2026-05-21T05:28:09.970Z | Downloaded p384 v0.13.1 |
| 1202 | 2026-05-21T05:28:09.973Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-05-21T05:28:09.978Z | Downloaded git2 v0.20.4 |
| 1204 | 2026-05-21T05:28:09.983Z | Downloaded ssh-key v0.6.7 |
| 1205 | 2026-05-21T05:28:09.986Z | Downloaded blake3 v1.8.3 |
| 1206 | 2026-05-21T05:28:09.992Z | Downloaded rayon v1.11.0 |
| 1207 | 2026-05-21T05:28:09.997Z | Downloaded typed-path v0.9.3 |
| 1208 | 2026-05-21T05:28:10.000Z | Downloaded zopfli v0.8.3 |
| 1209 | 2026-05-21T05:28:10.003Z | Downloaded lalrpop v0.19.12 |
| 1210 | 2026-05-21T05:28:10.007Z | Downloaded zerocopy-derive v0.8.40 |
| 1211 | 2026-05-21T05:28:10.012Z | Downloaded chrono v0.4.44 |
| 1212 | 2026-05-21T05:28:10.017Z | Downloaded toml_edit v0.19.15 |
| 1213 | 2026-05-21T05:28:10.026Z | Downloaded rustls-webpki v0.101.7 |
| 1214 | 2026-05-21T05:28:10.043Z | Downloaded yansi v1.0.1 |
| 1215 | 2026-05-21T05:28:10.046Z | Downloaded regex v1.12.3 |
| 1216 | 2026-05-21T05:28:10.072Z | Downloaded bitvec v1.0.1 |
| 1217 | 2026-05-21T05:28:10.080Z | Downloaded zip v4.6.1 |
| 1218 | 2026-05-21T05:28:10.083Z | Downloaded unicode-normalization v0.1.25 |
| 1219 | 2026-05-21T05:28:10.086Z | Downloaded quick-xml v0.37.5 |
| 1220 | 2026-05-21T05:28:10.089Z | Downloaded tower-http v0.6.8 |
| 1221 | 2026-05-21T05:28:10.092Z | Downloaded tower v0.5.3 |
| 1222 | 2026-05-21T05:28:10.098Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-05-21T05:28:10.104Z | Downloaded bindgen v0.71.1 |
| 1224 | 2026-05-21T05:28:10.108Z | Downloaded petname v2.0.2 |
| 1225 | 2026-05-21T05:28:10.111Z | Downloaded curve25519-dalek v4.1.3 |
| 1226 | 2026-05-21T05:28:10.115Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-05-21T05:28:10.120Z | Downloaded x509-cert v0.2.5 |
| 1228 | 2026-05-21T05:28:10.126Z | Downloaded unicode-segmentation v1.12.0 |
| 1229 | 2026-05-21T05:28:10.129Z | Downloaded goblin v0.10.5 |
| 1230 | 2026-05-21T05:28:10.138Z | Downloaded nix v0.27.1 |
| 1231 | 2026-05-21T05:28:10.159Z | Downloaded salty v0.3.0 |
| 1232 | 2026-05-21T05:28:10.162Z | Downloaded moka v0.12.13 |
| 1233 | 2026-05-21T05:28:10.167Z | Downloaded tokio-util v0.7.18 |
| 1234 | 2026-05-21T05:28:10.171Z | Downloaded quinn-proto v0.11.13 |
| 1235 | 2026-05-21T05:28:10.175Z | Downloaded tough v0.22.0 |
| 1236 | 2026-05-21T05:28:10.184Z | Downloaded proptest v1.10.0 |
| 1237 | 2026-05-21T05:28:10.191Z | Downloaded winnow v0.6.26 |
| 1238 | 2026-05-21T05:28:10.195Z | Downloaded radix_trie v0.2.1 |
| 1239 | 2026-05-21T05:28:10.198Z | Downloaded rustls-webpki v0.102.8 |
| 1240 | 2026-05-21T05:28:10.208Z | Downloaded serde_with v3.17.0 |
| 1241 | 2026-05-21T05:28:10.215Z | Downloaded nix v0.28.0 |
| 1242 | 2026-05-21T05:28:10.222Z | Downloaded openssl v0.10.79 |
| 1243 | 2026-05-21T05:28:10.228Z | Downloaded rustls v0.21.12 |
| 1244 | 2026-05-21T05:28:10.235Z | Downloaded dropshot v0.16.7 |
| 1245 | 2026-05-21T05:28:10.251Z | Downloaded winnow v1.0.3 |
| 1246 | 2026-05-21T05:28:10.257Z | Downloaded smoltcp v0.9.1 |
| 1247 | 2026-05-21T05:28:10.262Z | Downloaded object v0.30.4 |
| 1248 | 2026-05-21T05:28:10.268Z | Downloaded object v0.37.3 |
| 1249 | 2026-05-21T05:28:10.274Z | Downloaded vcpkg v0.2.15 |
| 1250 | 2026-05-21T05:28:10.297Z | Downloaded winnow v0.5.40 |
| 1251 | 2026-05-21T05:28:10.302Z | Downloaded dropshot v0.17.0 |
| 1252 | 2026-05-21T05:28:10.315Z | Downloaded time v0.3.47 |
| 1253 | 2026-05-21T05:28:10.321Z | Downloaded openapiv3 v2.2.0 |
| 1254 | 2026-05-21T05:28:10.328Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-05-21T05:28:10.335Z | Downloaded rustls v0.23.37 |
| 1256 | 2026-05-21T05:28:10.342Z | Downloaded polar-core v0.27.3 |
| 1257 | 2026-05-21T05:28:10.346Z | Downloaded tabled v0.20.0 |
| 1258 | 2026-05-21T05:28:10.357Z | Downloaded regress v0.11.1 |
| 1259 | 2026-05-21T05:28:10.362Z | Downloaded regress v0.10.5 |
| 1260 | 2026-05-21T05:28:10.367Z | Downloaded regex-syntax v0.6.29 |
| 1261 | 2026-05-21T05:28:10.371Z | Downloaded nix v0.31.2 |
| 1262 | 2026-05-21T05:28:10.378Z | Downloaded diesel v2.3.7 |
| 1263 | 2026-05-21T05:28:10.390Z | Downloaded zlib-rs v0.6.2 |
| 1264 | 2026-05-21T05:28:10.393Z | Downloaded nix v0.29.0 |
| 1265 | 2026-05-21T05:28:10.399Z | Downloaded rustls v0.22.4 |
| 1266 | 2026-05-21T05:28:10.406Z | Downloaded hickory-proto v0.24.4 |
| 1267 | 2026-05-21T05:28:10.416Z | Downloaded bstr v1.12.1 |
| 1268 | 2026-05-21T05:28:10.425Z | Downloaded zerocopy v0.8.40 |
| 1269 | 2026-05-21T05:28:10.431Z | Downloaded hickory-proto v0.25.2 |
| 1270 | 2026-05-21T05:28:10.440Z | Downloaded webpki-roots v1.0.6 |
| 1271 | 2026-05-21T05:28:10.442Z | Downloaded regex-syntax v0.8.10 |
| 1272 | 2026-05-21T05:28:10.448Z | Downloaded ratatui v0.29.0 |
| 1273 | 2026-05-21T05:28:10.459Z | Downloaded typify-impl v0.4.3 |
| 1274 | 2026-05-21T05:28:10.468Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-05-21T05:28:10.494Z | Downloaded zerocopy-derive v0.6.6 |
| 1276 | 2026-05-21T05:28:10.509Z | Downloaded petgraph v0.6.5 |
| 1277 | 2026-05-21T05:28:10.521Z | Downloaded jiff v0.2.21 |
| 1278 | 2026-05-21T05:28:10.542Z | Downloaded sled v0.34.7 |
| 1279 | 2026-05-21T05:28:10.549Z | Downloaded sqlparser v0.61.0 |
| 1280 | 2026-05-21T05:28:10.555Z | Downloaded csv v1.4.0 |
| 1281 | 2026-05-21T05:28:10.567Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1282 | 2026-05-21T05:28:10.580Z | Downloaded tracing v0.1.44 |
| 1283 | 2026-05-21T05:28:10.593Z | Downloaded typify-impl v0.6.2 |
| 1284 | 2026-05-21T05:28:10.601Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-21T05:28:10.613Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-05-21T05:28:10.644Z | Downloaded regex-automata v0.4.14 |
| 1287 | 2026-05-21T05:28:10.678Z | Downloaded chrono-tz v0.10.4 |
| 1288 | 2026-05-21T05:28:10.689Z | Downloaded encoding_rs v0.8.35 |
| 1289 | 2026-05-21T05:28:10.703Z | Downloaded petgraph v0.8.3 |
| 1290 | 2026-05-21T05:28:10.715Z | Downloaded ring v0.17.14 |
| 1291 | 2026-05-21T05:28:10.739Z | Downloaded libz-sys v1.1.24 |
| 1292 | 2026-05-21T05:28:10.753Z | Downloaded sha3 v0.10.8 |
| 1293 | 2026-05-21T05:28:10.871Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1294 | 2026-05-21T05:28:11.450Z | Downloaded aws-lc-sys v0.40.0 |
| 1295 | 2026-05-21T05:28:11.702Z | Compiling libc v0.2.185 |
| 1296 | 2026-05-21T05:28:11.702Z | Compiling serde v1.0.228 |
| 1297 | 2026-05-21T05:28:11.705Z | Compiling log v0.4.29 |
| 1298 | 2026-05-21T05:28:11.705Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-05-21T05:28:11.705Z | Compiling shlex v1.3.0 |
| 1300 | 2026-05-21T05:28:11.705Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-05-21T05:28:11.705Z | Compiling typenum v1.19.0 |
| 1302 | 2026-05-21T05:28:11.705Z | Compiling subtle v2.6.1 |
| 1303 | 2026-05-21T05:28:11.705Z | Compiling generic-array v0.14.7 |
| 1304 | 2026-05-21T05:28:11.705Z | Compiling scopeguard v1.2.0 |
| 1305 | 2026-05-21T05:28:11.705Z | Compiling const-oid v0.9.6 |
| 1306 | 2026-05-21T05:28:11.956Z | Compiling serde_json v1.0.149 |
| 1307 | 2026-05-21T05:28:11.984Z | Compiling syn v2.0.117 |
| 1308 | 2026-05-21T05:28:11.987Z | Compiling zerocopy v0.8.40 |
| 1309 | 2026-05-21T05:28:11.987Z | Compiling parking_lot_core v0.9.12 |
| 1310 | 2026-05-21T05:28:12.021Z | Compiling portable-atomic v1.13.1 |
| 1311 | 2026-05-21T05:28:12.038Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-05-21T05:28:12.052Z | Compiling lock_api v0.4.14 |
| 1313 | 2026-05-21T05:28:12.068Z | Compiling pkg-config v0.3.32 |
| 1314 | 2026-05-21T05:28:12.109Z | Compiling bitflags v2.11.0 |
| 1315 | 2026-05-21T05:28:12.114Z | Compiling futures-core v0.3.32 |
| 1316 | 2026-05-21T05:28:12.127Z | Compiling libm v0.2.16 |
| 1317 | 2026-05-21T05:28:12.139Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-05-21T05:28:12.155Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-05-21T05:28:12.281Z | Compiling percent-encoding v2.3.2 |
| 1320 | 2026-05-21T05:28:12.310Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-05-21T05:28:12.313Z | Compiling slab v0.4.12 |
| 1322 | 2026-05-21T05:28:12.340Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-05-21T05:28:12.343Z | Compiling getrandom v0.4.1 |
| 1324 | 2026-05-21T05:28:12.395Z | Compiling cpufeatures v0.2.17 |
| 1325 | 2026-05-21T05:28:12.452Z | Compiling futures-channel v0.3.32 |
| 1326 | 2026-05-21T05:28:12.490Z | Compiling futures-io v0.3.32 |
| 1327 | 2026-05-21T05:28:12.493Z | Compiling rand_core v0.10.0 |
| 1328 | 2026-05-21T05:28:12.521Z | Compiling indexmap v2.14.0 |
| 1329 | 2026-05-21T05:28:12.525Z | Compiling rustversion v1.0.22 |
| 1330 | 2026-05-21T05:28:12.563Z | Compiling getrandom v0.3.4 |
| 1331 | 2026-05-21T05:28:12.589Z | Compiling form_urlencoded v1.2.2 |
| 1332 | 2026-05-21T05:28:12.670Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-05-21T05:28:12.686Z | Compiling dunce v1.0.5 |
| 1334 | 2026-05-21T05:28:12.701Z | Compiling ident_case v1.0.1 |
| 1335 | 2026-05-21T05:28:12.705Z | Compiling base64ct v1.8.3 |
| 1336 | 2026-05-21T05:28:12.705Z | Compiling rustix v1.1.3 |
| 1337 | 2026-05-21T05:28:12.779Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-21T05:28:12.792Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-21T05:28:12.807Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-21T05:28:12.864Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-21T05:28:12.909Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-21T05:28:12.951Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-05-21T05:28:12.972Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-21T05:28:13.021Z | Compiling cc v1.2.56 |
| 1345 | 2026-05-21T05:28:13.036Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-21T05:28:13.039Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-05-21T05:28:13.154Z | Compiling pem-rfc7468 v0.7.0 |
| 1348 | 2026-05-21T05:28:13.180Z | Compiling iana-time-zone v0.1.65 |
| 1349 | 2026-05-21T05:28:13.213Z | Compiling regex-syntax v0.8.10 |
| 1350 | 2026-05-21T05:28:13.239Z | Compiling flagset v0.4.7 |
| 1351 | 2026-05-21T05:28:13.330Z | Compiling vcpkg v0.2.15 |
| 1352 | 2026-05-21T05:28:13.345Z | Compiling aws-lc-rs v1.16.3 |
| 1353 | 2026-05-21T05:28:13.376Z | Compiling uuid v1.23.0 |
| 1354 | 2026-05-21T05:28:13.379Z | Compiling tracing-core v0.1.36 |
| 1355 | 2026-05-21T05:28:13.404Z | Compiling rustc_version v0.4.1 |
| 1356 | 2026-05-21T05:28:13.408Z | Compiling base64 v0.22.1 |
| 1357 | 2026-05-21T05:28:13.434Z | Compiling untrusted v0.9.0 |
| 1358 | 2026-05-21T05:28:13.478Z | Compiling tinyvec_macros v0.1.1 |
| 1359 | 2026-05-21T05:28:13.508Z | Compiling rand_core v0.9.5 |
| 1360 | 2026-05-21T05:28:13.573Z | Compiling httparse v1.10.1 |
| 1361 | 2026-05-21T05:28:13.588Z | Compiling openssl-probe v0.2.1 |
| 1362 | 2026-05-21T05:28:13.640Z | Compiling untrusted v0.7.1 |
| 1363 | 2026-05-21T05:28:13.673Z | Compiling tinyvec v1.10.0 |
| 1364 | 2026-05-21T05:28:13.755Z | Compiling cmake v0.1.57 |
| 1365 | 2026-05-21T05:28:13.771Z | Compiling aho-corasick v1.1.4 |
| 1366 | 2026-05-21T05:28:13.787Z | Compiling tower-layer v0.3.3 |
| 1367 | 2026-05-21T05:28:13.790Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-05-21T05:28:13.816Z | Compiling rustls v0.23.37 |
| 1369 | 2026-05-21T05:28:13.819Z | Compiling atomic-waker v1.1.2 |
| 1370 | 2026-05-21T05:28:13.922Z | Compiling try-lock v0.2.5 |
| 1371 | 2026-05-21T05:28:13.955Z | Compiling tower-service v0.3.3 |
| 1372 | 2026-05-21T05:28:13.958Z | Compiling schemars v0.8.22 |
| 1373 | 2026-05-21T05:28:13.986Z | Compiling httpdate v1.0.3 |
| 1374 | 2026-05-21T05:28:13.989Z | Compiling openssl v0.10.79 |
| 1375 | 2026-05-21T05:28:14.015Z | Compiling want v0.3.1 |
| 1376 | 2026-05-21T05:28:14.047Z | Compiling pin-utils v0.1.0 |
| 1377 | 2026-05-21T05:28:14.050Z | Compiling foreign-types-shared v0.1.1 |
| 1378 | 2026-05-21T05:28:14.078Z | Compiling unicode-normalization v0.1.25 |
| 1379 | 2026-05-21T05:28:14.094Z | Compiling socket2 v0.5.10 |
| 1380 | 2026-05-21T05:28:14.109Z | Compiling spin v0.9.8 |
| 1381 | 2026-05-21T05:28:14.133Z | Compiling powerfmt v0.2.0 |
| 1382 | 2026-05-21T05:28:14.163Z | Compiling foreign-types v0.3.2 |
| 1383 | 2026-05-21T05:28:14.183Z | Compiling time-core v0.1.8 |
| 1384 | 2026-05-21T05:28:14.198Z | Compiling native-tls v0.2.18 |
| 1385 | 2026-05-21T05:28:14.253Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-05-21T05:28:14.282Z | Compiling crc32fast v1.5.0 |
| 1387 | 2026-05-21T05:28:14.338Z | Compiling deranged v0.5.8 |
| 1388 | 2026-05-21T05:28:14.353Z | Compiling wait-timeout v0.2.1 |
| 1389 | 2026-05-21T05:28:14.398Z | Compiling sync_wrapper v1.0.2 |
| 1390 | 2026-05-21T05:28:14.413Z | Compiling quick-error v1.2.3 |
| 1391 | 2026-05-21T05:28:14.429Z | Compiling siphasher v1.0.2 |
| 1392 | 2026-05-21T05:28:14.445Z | Compiling syn v1.0.109 |
| 1393 | 2026-05-21T05:28:14.458Z | Compiling time-macros v0.2.27 |
| 1394 | 2026-05-21T05:28:14.538Z | Compiling num_threads v0.1.7 |
| 1395 | 2026-05-21T05:28:14.568Z | Compiling tempfile v3.25.0 |
| 1396 | 2026-05-21T05:28:14.583Z | Compiling unicode-segmentation v1.12.0 |
| 1397 | 2026-05-21T05:28:14.600Z | Compiling bit-vec v0.8.0 |
| 1398 | 2026-05-21T05:28:14.657Z | Compiling simd-adler32 v0.3.8 |
| 1399 | 2026-05-21T05:28:14.694Z | Compiling crossbeam-utils v0.8.21 |
| 1400 | 2026-05-21T05:28:14.710Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-05-21T05:28:14.710Z | Compiling ring v0.17.14 |
| 1402 | 2026-05-21T05:28:14.710Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-05-21T05:28:14.753Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-05-21T05:28:14.831Z | Compiling regex-automata v0.4.14 |
| 1405 | 2026-05-21T05:28:14.862Z | Compiling usdt-impl v0.6.0 |
| 1406 | 2026-05-21T05:28:14.876Z | Compiling synstructure v0.13.2 |
| 1407 | 2026-05-21T05:28:14.931Z | Compiling pest_generator v2.8.6 |
| 1408 | 2026-05-21T05:28:14.973Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-05-21T05:28:15.005Z | Compiling darling_core v0.20.11 |
| 1410 | 2026-05-21T05:28:15.040Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-05-21T05:28:15.171Z | Compiling bit-set v0.8.0 |
| 1412 | 2026-05-21T05:28:15.356Z | Compiling rusty-fork v0.3.1 |
| 1413 | 2026-05-21T05:28:15.546Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1414 | 2026-05-21T05:28:15.641Z | Compiling time v0.3.47 |
| 1415 | 2026-05-21T05:28:15.661Z | Compiling slog v2.8.2 |
| 1416 | 2026-05-21T05:28:15.677Z | Compiling heapless v0.7.17 |
| 1417 | 2026-05-21T05:28:15.706Z | Compiling rand_xorshift v0.4.0 |
| 1418 | 2026-05-21T05:28:15.730Z | Compiling thread-id v5.1.0 |
| 1419 | 2026-05-21T05:28:15.764Z | Compiling cookie v0.18.1 |
| 1420 | 2026-05-21T05:28:15.839Z | Compiling iri-string v0.7.10 |
| 1421 | 2026-05-21T05:28:15.863Z | Compiling unicode-bidi v0.3.18 |
| 1422 | 2026-05-21T05:28:15.881Z | Compiling unarray v0.1.4 |
| 1423 | 2026-05-21T05:28:15.897Z | Compiling zstd-safe v7.2.4 |
| 1424 | 2026-05-21T05:28:15.918Z | Compiling paste v1.0.15 |
| 1425 | 2026-05-21T05:28:15.970Z | Compiling unicode-properties v0.1.4 |
| 1426 | 2026-05-21T05:28:15.985Z | Compiling signal-hook v0.3.18 |
| 1427 | 2026-05-21T05:28:15.988Z | Compiling anyhow v1.0.102 |
| 1428 | 2026-05-21T05:28:16.015Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-05-21T05:28:16.116Z | Compiling ryu v1.0.23 |
| 1430 | 2026-05-21T05:28:16.163Z | Compiling allocator-api2 v0.2.21 |
| 1431 | 2026-05-21T05:28:16.197Z | Compiling stringprep v0.1.5 |
| 1432 | 2026-05-21T05:28:16.200Z | Compiling miniz_oxide v0.8.9 |
| 1433 | 2026-05-21T05:28:16.510Z | Compiling heck v0.4.1 |
| 1434 | 2026-05-21T05:28:16.573Z | Compiling vergen-lib v0.1.6 |
| 1435 | 2026-05-21T05:28:16.686Z | Compiling num-integer v0.1.46 |
| 1436 | 2026-05-21T05:28:16.703Z | Compiling serde_derive v1.0.228 |
| 1437 | 2026-05-21T05:28:16.754Z | Compiling zeroize_derive v1.4.3 |
| 1438 | 2026-05-21T05:28:16.771Z | Compiling zerofrom-derive v0.1.6 |
| 1439 | 2026-05-21T05:28:16.865Z | Compiling yoke-derive v0.8.1 |
| 1440 | 2026-05-21T05:28:16.951Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-05-21T05:28:17.034Z | Compiling zerocopy-derive v0.8.40 |
| 1442 | 2026-05-21T05:28:17.128Z | Compiling displaydoc v0.2.5 |
| 1443 | 2026-05-21T05:28:17.300Z | Compiling tokio-macros v2.7.0 |
| 1444 | 2026-05-21T05:28:17.434Z | Compiling futures-macro v0.3.32 |
| 1445 | 2026-05-21T05:28:17.450Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-05-21T05:28:17.466Z | Compiling zeroize v1.8.2 |
| 1447 | 2026-05-21T05:28:17.711Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-05-21T05:28:17.915Z | Compiling tracing-attributes v0.1.31 |
| 1449 | 2026-05-21T05:28:18.072Z | Compiling thiserror-impl v2.0.18 |
| 1450 | 2026-05-21T05:28:18.101Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-05-21T05:28:18.135Z | Compiling pest_derive v2.8.6 |
| 1452 | 2026-05-21T05:28:18.191Z | Compiling scroll_derive v0.13.1 |
| 1453 | 2026-05-21T05:28:18.233Z | Compiling crypto-common v0.1.7 |
| 1454 | 2026-05-21T05:28:18.270Z | Compiling zerofrom v0.1.6 |
| 1455 | 2026-05-21T05:28:18.292Z | Compiling block-buffer v0.10.4 |
| 1456 | 2026-05-21T05:28:18.399Z | Compiling yoke v0.8.1 |
| 1457 | 2026-05-21T05:28:18.415Z | Compiling futures-util v0.3.32 |
| 1458 | 2026-05-21T05:28:18.465Z | Compiling digest v0.10.7 |
| 1459 | 2026-05-21T05:28:18.486Z | Compiling block-padding v0.3.3 |
| 1460 | 2026-05-21T05:28:18.605Z | Compiling zerovec v0.11.5 |
| 1461 | 2026-05-21T05:28:18.620Z | Compiling zerotrie v0.2.3 |
| 1462 | 2026-05-21T05:28:18.668Z | Compiling hmac v0.12.1 |
| 1463 | 2026-05-21T05:28:18.726Z | Compiling inout v0.1.4 |
| 1464 | 2026-05-21T05:28:18.838Z | Compiling sha2 v0.10.9 |
| 1465 | 2026-05-21T05:28:18.915Z | Compiling cipher v0.4.4 |
| 1466 | 2026-05-21T05:28:18.938Z | Compiling der v0.7.10 |
| 1467 | 2026-05-21T05:28:19.024Z | Compiling pbkdf2 v0.12.2 |
| 1468 | 2026-05-21T05:28:19.104Z | Compiling tinystr v0.8.2 |
| 1469 | 2026-05-21T05:28:19.120Z | Compiling potential_utf v0.1.4 |
| 1470 | 2026-05-21T05:28:19.159Z | Compiling salsa20 v0.10.2 |
| 1471 | 2026-05-21T05:28:19.204Z | Compiling aes v0.8.4 |
| 1472 | 2026-05-21T05:28:19.278Z | Compiling icu_collections v2.1.1 |
| 1473 | 2026-05-21T05:28:19.344Z | Compiling icu_locale_core v2.1.1 |
| 1474 | 2026-05-21T05:28:19.358Z | Compiling scrypt v0.11.0 |
| 1475 | 2026-05-21T05:28:19.361Z | Compiling tracing v0.1.44 |
| 1476 | 2026-05-21T05:28:19.388Z | Compiling cbc v0.1.2 |
| 1477 | 2026-05-21T05:28:19.542Z | Compiling thiserror v2.0.18 |
| 1478 | 2026-05-21T05:28:19.563Z | Compiling scroll v0.13.0 |
| 1479 | 2026-05-21T05:28:19.639Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-21T05:28:19.670Z | Compiling openssl-macros v0.1.1 |
| 1481 | 2026-05-21T05:28:19.685Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-05-21T05:28:19.821Z | Compiling goblin v0.10.5 |
| 1483 | 2026-05-21T05:28:19.846Z | Compiling spki v0.7.3 |
| 1484 | 2026-05-21T05:28:20.001Z | Compiling icu_provider v2.1.1 |
| 1485 | 2026-05-21T05:28:20.074Z | Compiling pkcs5 v0.7.1 |
| 1486 | 2026-05-21T05:28:20.151Z | Compiling darling v0.20.11 |
| 1487 | 2026-05-21T05:28:20.236Z | Compiling bytes v1.11.1 |
| 1488 | 2026-05-21T05:28:20.253Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-05-21T05:28:20.270Z | Compiling icu_normalizer v2.1.1 |
| 1490 | 2026-05-21T05:28:20.286Z | Compiling chrono v0.4.44 |
| 1491 | 2026-05-21T05:28:20.308Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-05-21T05:28:20.339Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-05-21T05:28:20.354Z | Compiling dtrace-parser v0.3.0 |
| 1494 | 2026-05-21T05:28:20.370Z | Compiling signature v2.2.0 |
| 1495 | 2026-05-21T05:28:20.573Z | Compiling pkcs8 v0.10.2 |
| 1496 | 2026-05-21T05:28:20.588Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-05-21T05:28:20.724Z | Compiling tokio v1.52.1 |
| 1498 | 2026-05-21T05:28:20.816Z | Compiling http v1.4.0 |
| 1499 | 2026-05-21T05:28:20.832Z | Compiling scroll_derive v0.12.1 |
| 1500 | 2026-05-21T05:28:20.835Z | Compiling thiserror-impl v1.0.69 |
| 1501 | 2026-05-21T05:28:20.879Z | Compiling erased-serde v0.3.31 |
| 1502 | 2026-05-21T05:28:20.904Z | Compiling serde_urlencoded v0.7.1 |
| 1503 | 2026-05-21T05:28:21.133Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-05-21T05:28:21.168Z | Compiling serde_spanned v0.6.9 |
| 1505 | 2026-05-21T05:28:21.249Z | Compiling idna v1.1.0 |
| 1506 | 2026-05-21T05:28:21.293Z | Compiling derive_builder_macro v0.20.2 |
| 1507 | 2026-05-21T05:28:21.342Z | Compiling toml_datetime v0.6.11 |
| 1508 | 2026-05-21T05:28:21.373Z | Compiling serde_tokenstream v0.2.3 |
| 1509 | 2026-05-21T05:28:21.389Z | Compiling md-5 v0.10.6 |
| 1510 | 2026-05-21T05:28:21.416Z | Compiling darling_macro v0.21.3 |
| 1511 | 2026-05-21T05:28:21.538Z | Compiling ppv-lite86 v0.2.21 |
| 1512 | 2026-05-21T05:28:21.572Z | Compiling url v2.5.8 |
| 1513 | 2026-05-21T05:28:21.610Z | Compiling http-body v1.0.1 |
| 1514 | 2026-05-21T05:28:21.682Z | Compiling scroll v0.12.0 |
| 1515 | 2026-05-21T05:28:21.697Z | Compiling bstr v1.12.1 |
| 1516 | 2026-05-21T05:28:21.730Z | Compiling async-trait v0.1.89 |
| 1517 | 2026-05-21T05:28:21.760Z | Compiling http-body-util v0.1.3 |
| 1518 | 2026-05-21T05:28:21.782Z | Compiling pin-project-internal v1.1.11 |
| 1519 | 2026-05-21T05:28:21.798Z | Compiling zerocopy-derive v0.7.35 |
| 1520 | 2026-05-21T05:28:21.894Z | Compiling rand_chacha v0.9.0 |
| 1521 | 2026-05-21T05:28:21.930Z | Compiling rand_chacha v0.3.1 |
| 1522 | 2026-05-21T05:28:21.944Z | Compiling curve25519-dalek v4.1.3 |
| 1523 | 2026-05-21T05:28:21.964Z | Compiling ff v0.13.1 |
| 1524 | 2026-05-21T05:28:22.017Z | Compiling hash32 v0.2.1 |
| 1525 | 2026-05-21T05:28:22.114Z | Compiling rand v0.9.2 |
| 1526 | 2026-05-21T05:28:22.225Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-05-21T05:28:22.295Z | Compiling memoffset v0.9.1 |
| 1528 | 2026-05-21T05:28:22.343Z | Compiling encoding_rs v0.8.35 |
| 1529 | 2026-05-21T05:28:22.393Z | Compiling base16ct v0.2.0 |
| 1530 | 2026-05-21T05:28:22.506Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2026-05-21T05:28:22.585Z | Compiling dof v0.4.0 |
| 1532 | 2026-05-21T05:28:22.614Z | Compiling zlib-rs v0.6.2 |
| 1533 | 2026-05-21T05:28:22.696Z | Compiling proptest v1.10.0 |
| 1534 | 2026-05-21T05:28:22.731Z | Compiling mime v0.3.17 |
| 1535 | 2026-05-21T05:28:22.754Z | Compiling ref-cast v1.0.25 |
| 1536 | 2026-05-21T05:28:22.772Z | Compiling cfg_aliases v0.2.1 |
| 1537 | 2026-05-21T05:28:22.796Z | Compiling litrs v1.0.0 |
| 1538 | 2026-05-21T05:28:22.850Z | Compiling rustix v0.38.44 |
| 1539 | 2026-05-21T05:28:22.868Z | Compiling num-bigint-dig v0.8.6 |
| 1540 | 2026-05-21T05:28:22.919Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-05-21T05:28:22.940Z | Compiling smoltcp v0.9.1 |
| 1542 | 2026-05-21T05:28:23.005Z | Compiling psl-types v2.0.11 |
| 1543 | 2026-05-21T05:28:23.106Z | Compiling pin-project v1.1.11 |
| 1544 | 2026-05-21T05:28:23.144Z | Compiling publicsuffix v2.3.0 |
| 1545 | 2026-05-21T05:28:23.159Z | Compiling oxnet v0.1.5 |
| 1546 | 2026-05-21T05:28:23.165Z | Compiling nix v0.31.2 |
| 1547 | 2026-05-21T05:28:23.229Z | Compiling postgres-protocol v0.6.10 |
| 1548 | 2026-05-21T05:28:23.316Z | Compiling document-features v0.2.12 |
| 1549 | 2026-05-21T05:28:23.341Z | Compiling zerocopy v0.7.35 |
| 1550 | 2026-05-21T05:28:23.371Z | Compiling sec1 v0.7.3 |
| 1551 | 2026-05-21T05:28:23.585Z | Compiling rand v0.8.6 |
| 1552 | 2026-05-21T05:28:23.588Z | Compiling group v0.13.0 |
| 1553 | 2026-05-21T05:28:23.637Z | Compiling darling v0.21.3 |
| 1554 | 2026-05-21T05:28:23.672Z | Compiling goblin v0.8.2 |
| 1555 | 2026-05-21T05:28:23.731Z | Compiling derive_builder v0.20.2 |
| 1556 | 2026-05-21T05:28:23.802Z | Compiling futures-executor v0.3.32 |
| 1557 | 2026-05-21T05:28:23.805Z | Compiling hubpack_derive v0.1.1 |
| 1558 | 2026-05-21T05:28:23.879Z | Compiling cargo-platform v0.1.9 |
| 1559 | 2026-05-21T05:28:23.898Z | Compiling hex v0.4.3 |
| 1560 | 2026-05-21T05:28:23.901Z | Compiling hkdf v0.12.4 |
| 1561 | 2026-05-21T05:28:23.931Z | Compiling crypto-bigint v0.5.5 |
| 1562 | 2026-05-21T05:28:23.935Z | Compiling regex v1.12.3 |
| 1563 | 2026-05-21T05:28:24.082Z | Compiling num-iter v0.1.45 |
| 1564 | 2026-05-21T05:28:24.133Z | Compiling snafu-derive v0.8.9 |
| 1565 | 2026-05-21T05:28:24.150Z | Compiling ref-cast-impl v1.0.25 |
| 1566 | 2026-05-21T05:28:24.166Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1567 | 2026-05-21T05:28:24.183Z | Compiling strum_macros v0.27.2 |
| 1568 | 2026-05-21T05:28:24.189Z | Compiling daft-derive v0.1.7 |
| 1569 | 2026-05-21T05:28:24.454Z | Compiling tokio-util v0.7.18 |
| 1570 | 2026-05-21T05:28:24.465Z | Compiling tower v0.5.3 |
| 1571 | 2026-05-21T05:28:24.588Z | Compiling tokio-native-tls v0.3.1 |
| 1572 | 2026-05-21T05:28:24.783Z | Compiling phf_shared v0.13.1 |
| 1573 | 2026-05-21T05:28:24.798Z | Compiling terminal_size v0.4.3 |
| 1574 | 2026-05-21T05:28:24.837Z | Compiling lazy_static v1.5.0 |
| 1575 | 2026-05-21T05:28:24.890Z | Compiling tower-http v0.6.8 |
| 1576 | 2026-05-21T05:28:24.948Z | Compiling anstyle-parse v0.2.7 |
| 1577 | 2026-05-21T05:28:24.965Z | Compiling vergen v9.0.6 |
| 1578 | 2026-05-21T05:28:24.981Z | Compiling fs-err v3.3.0 |
| 1579 | 2026-05-21T05:28:25.019Z | Compiling ahash v0.8.12 |
| 1580 | 2026-05-21T05:28:25.034Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-05-21T05:28:25.049Z | Compiling foldhash v0.1.5 |
| 1582 | 2026-05-21T05:28:25.151Z | Compiling h2 v0.4.13 |
| 1583 | 2026-05-21T05:28:25.168Z | Compiling object v0.37.3 |
| 1584 | 2026-05-21T05:28:25.189Z | Compiling libbz2-rs-sys v0.2.2 |
| 1585 | 2026-05-21T05:28:25.239Z | Compiling managed v0.8.0 |
| 1586 | 2026-05-21T05:28:25.249Z | Compiling winnow v0.5.40 |
| 1587 | 2026-05-21T05:28:25.315Z | Compiling bumpalo v3.20.2 |
| 1588 | 2026-05-21T05:28:25.391Z | Compiling bitflags v1.3.2 |
| 1589 | 2026-05-21T05:28:25.459Z | Compiling foldhash v0.2.0 |
| 1590 | 2026-05-21T05:28:25.475Z | Compiling same-file v1.0.6 |
| 1591 | 2026-05-21T05:28:25.515Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-05-21T05:28:25.545Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-05-21T05:28:25.659Z | Compiling hashbrown v0.16.1 |
| 1594 | 2026-05-21T05:28:25.704Z | Compiling bzip2 v0.6.1 |
| 1595 | 2026-05-21T05:28:25.920Z | Compiling walkdir v2.5.0 |
| 1596 | 2026-05-21T05:28:25.934Z | Compiling dof v0.3.0 |
| 1597 | 2026-05-21T05:28:25.964Z | Compiling daft v0.1.7 |
| 1598 | 2026-05-21T05:28:26.120Z | Compiling hashbrown v0.15.5 |
| 1599 | 2026-05-21T05:28:26.130Z | Compiling clap_builder v4.6.0 |
| 1600 | 2026-05-21T05:28:26.161Z | Compiling snafu v0.8.9 |
| 1601 | 2026-05-21T05:28:26.266Z | Compiling strum v0.27.2 |
| 1602 | 2026-05-21T05:28:26.270Z | Compiling anstream v0.6.21 |
| 1603 | 2026-05-21T05:28:26.295Z | Compiling phf v0.13.1 |
| 1604 | 2026-05-21T05:28:26.301Z | Compiling signal-hook-mio v0.2.5 |
| 1605 | 2026-05-21T05:28:26.447Z | Compiling elliptic-curve v0.13.8 |
| 1606 | 2026-05-21T05:28:26.503Z | Compiling cookie_store v0.22.1 |
| 1607 | 2026-05-21T05:28:26.529Z | Compiling cargo_metadata v0.19.2 |
| 1608 | 2026-05-21T05:28:26.577Z | Compiling toml_edit v0.19.15 |
| 1609 | 2026-05-21T05:28:26.609Z | Compiling hubpack v0.1.2 |
| 1610 | 2026-05-21T05:28:26.682Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-05-21T05:28:26.698Z | Compiling usdt-attr-macro v0.6.0 |
| 1612 | 2026-05-21T05:28:26.743Z | Compiling usdt-macro v0.6.0 |
| 1613 | 2026-05-21T05:28:26.840Z | Compiling futures v0.3.32 |
| 1614 | 2026-05-21T05:28:26.865Z | Compiling serde_with_macros v3.17.0 |
| 1615 | 2026-05-21T05:28:26.879Z | Compiling postgres-types v0.2.12 |
| 1616 | 2026-05-21T05:28:26.957Z | Compiling zstd v0.13.3 |
| 1617 | 2026-05-21T05:28:27.193Z | Compiling dtrace-parser v0.2.0 |
| 1618 | 2026-05-21T05:28:27.237Z | Compiling globset v0.4.18 |
| 1619 | 2026-05-21T05:28:27.241Z | Compiling pkcs1 v0.7.5 |
| 1620 | 2026-05-21T05:28:27.450Z | Compiling ed25519 v2.2.3 |
| 1621 | 2026-05-21T05:28:27.519Z | Compiling serde_plain v1.0.2 |
| 1622 | 2026-05-21T05:28:27.536Z | Compiling serde-big-array v0.5.1 |
| 1623 | 2026-05-21T05:28:27.657Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-05-21T05:28:27.693Z | Compiling rfc6979 v0.4.0 |
| 1625 | 2026-05-21T05:28:27.732Z | Compiling serde_repr v0.1.20 |
| 1626 | 2026-05-21T05:28:27.837Z | Compiling strum_macros v0.26.4 |
| 1627 | 2026-05-21T05:28:27.840Z | Compiling clap_derive v4.6.1 |
| 1628 | 2026-05-21T05:28:27.896Z | Compiling enum-as-inner v0.6.1 |
| 1629 | 2026-05-21T05:28:27.945Z | Compiling async-recursion v1.1.1 |
| 1630 | 2026-05-21T05:28:27.968Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-05-21T05:28:28.025Z | Compiling float-cmp v0.10.0 |
| 1632 | 2026-05-21T05:28:28.120Z | Compiling hyper v1.8.1 |
| 1633 | 2026-05-21T05:28:28.168Z | Compiling pem v3.0.6 |
| 1634 | 2026-05-21T05:28:28.187Z | Compiling memmap2 v0.9.10 |
| 1635 | 2026-05-21T05:28:28.292Z | Compiling thread-id v4.2.2 |
| 1636 | 2026-05-21T05:28:28.360Z | Compiling env_filter v1.0.0 |
| 1637 | 2026-05-21T05:28:28.390Z | Compiling static_assertions v1.1.0 |
| 1638 | 2026-05-21T05:28:28.414Z | Compiling normalize-line-endings v0.3.0 |
| 1639 | 2026-05-21T05:28:28.417Z | Compiling data-encoding v2.10.0 |
| 1640 | 2026-05-21T05:28:28.475Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-05-21T05:28:28.528Z | Compiling fixedbitset v0.5.7 |
| 1642 | 2026-05-21T05:28:28.543Z | Compiling precomputed-hash v0.1.1 |
| 1643 | 2026-05-21T05:28:28.634Z | Compiling keccak v0.1.6 |
| 1644 | 2026-05-21T05:28:28.649Z | Compiling typed-path v0.9.3 |
| 1645 | 2026-05-21T05:28:28.685Z | Compiling new_debug_unreachable v1.0.6 |
| 1646 | 2026-05-21T05:28:28.705Z | Compiling predicates-core v1.0.10 |
| 1647 | 2026-05-21T05:28:28.766Z | Compiling whoami v2.1.0 |
| 1648 | 2026-05-21T05:28:28.857Z | Compiling difflib v0.4.0 |
| 1649 | 2026-05-21T05:28:28.898Z | Compiling jiff v0.2.21 |
| 1650 | 2026-05-21T05:28:29.152Z | Compiling predicates v3.1.4 |
| 1651 | 2026-05-21T05:28:29.168Z | Compiling tokio-postgres v0.7.16 |
| 1652 | 2026-05-21T05:28:29.171Z | Compiling toml_edit v0.22.27 |
| 1653 | 2026-05-21T05:28:29.198Z | Compiling hyper-util v0.1.20 |
| 1654 | 2026-05-21T05:28:29.233Z | Compiling sha3 v0.10.8 |
| 1655 | 2026-05-21T05:28:29.471Z | Compiling string_cache v0.8.9 |
| 1656 | 2026-05-21T05:28:29.485Z | Compiling petgraph v0.8.3 |
| 1657 | 2026-05-21T05:28:29.500Z | Compiling hickory-proto v0.25.2 |
| 1658 | 2026-05-21T05:28:29.664Z | Compiling strum v0.26.3 |
| 1659 | 2026-05-21T05:28:29.682Z | Compiling clap v4.6.1 |
| 1660 | 2026-05-21T05:28:29.731Z | Compiling petgraph v0.6.5 |
| 1661 | 2026-05-21T05:28:29.763Z | Compiling env_logger v0.11.9 |
| 1662 | 2026-05-21T05:28:29.781Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1663 | 2026-05-21T05:28:29.784Z | Compiling usdt-impl v0.5.0 |
| 1664 | 2026-05-21T05:28:29.814Z | Compiling usdt v0.6.0 |
| 1665 | 2026-05-21T05:28:29.867Z | Compiling serde_with v3.17.0 |
| 1666 | 2026-05-21T05:28:29.962Z | Compiling toml v0.7.8 |
| 1667 | 2026-05-21T05:28:30.095Z | Compiling crossterm v0.28.1 |
| 1668 | 2026-05-21T05:28:30.132Z | Compiling ecdsa v0.16.9 |
| 1669 | 2026-05-21T05:28:30.405Z | Compiling ed25519-dalek v2.2.0 |
| 1670 | 2026-05-21T05:28:30.538Z | Compiling rsa v0.9.10 |
| 1671 | 2026-05-21T05:28:31.022Z | Compiling hyper-tls v0.6.0 |
| 1672 | 2026-05-21T05:28:31.103Z | Compiling zip v0.6.6 |
| 1673 | 2026-05-21T05:28:31.252Z | Compiling iddqd v0.4.1 |
| 1674 | 2026-05-21T05:28:31.498Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1675 | 2026-05-21T05:28:31.625Z | Compiling zip v4.6.1 |
| 1676 | 2026-05-21T05:28:31.690Z | Compiling tokio-stream v0.1.18 |
| 1677 | 2026-05-21T05:28:31.703Z | Compiling buf-list v1.1.2 |
| 1678 | 2026-05-21T05:28:31.722Z | Compiling similar v2.7.0 |
| 1679 | 2026-05-21T05:28:31.986Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1680 | 2026-05-21T05:28:32.002Z | Compiling openapiv3 v2.2.0 |
| 1681 | 2026-05-21T05:28:32.017Z | Compiling x509-cert v0.2.5 |
| 1682 | 2026-05-21T05:28:32.135Z | Compiling sha1 v0.10.6 |
| 1683 | 2026-05-21T05:28:32.169Z | Compiling crossbeam-epoch v0.9.18 |
| 1684 | 2026-05-21T05:28:32.305Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1685 | 2026-05-21T05:28:32.388Z | Compiling peg-runtime v0.8.5 |
| 1686 | 2026-05-21T05:28:32.500Z | Compiling lalrpop-util v0.19.12 |
| 1687 | 2026-05-21T05:28:32.515Z | Compiling either v1.15.0 |
| 1688 | 2026-05-21T05:28:32.519Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-05-21T05:28:32.593Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-05-21T05:28:32.596Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-05-21T05:28:32.634Z | Compiling filetime v0.2.27 |
| 1692 | 2026-05-21T05:28:32.681Z | Compiling is-terminal v0.4.17 |
| 1693 | 2026-05-21T05:28:32.695Z | Compiling xattr v1.6.1 |
| 1694 | 2026-05-21T05:28:32.711Z | Compiling take_mut v0.2.2 |
| 1695 | 2026-05-21T05:28:32.738Z | Compiling term v1.2.1 |
| 1696 | 2026-05-21T05:28:32.823Z | Compiling tar v0.4.45 |
| 1697 | 2026-05-21T05:28:33.056Z | Compiling slog-term v2.9.2 |
| 1698 | 2026-05-21T05:28:50.693Z | Compiling rustls-webpki v0.103.9 |
| 1699 | 2026-05-21T05:28:53.478Z | Compiling tokio-rustls v0.26.4 |
| 1700 | 2026-05-21T05:28:53.478Z | Compiling rustls-platform-verifier v0.6.2 |
| 1701 | 2026-05-21T05:28:53.671Z | Compiling hyper-rustls v0.27.7 |
| 1702 | 2026-05-21T05:28:53.861Z | Compiling reqwest v0.12.28 |
| 1703 | 2026-05-21T05:28:53.864Z | Compiling reqwest v0.13.2 |
| 1704 | 2026-05-21T05:28:55.096Z | Compiling tough v0.22.0 |
| 1705 | 2026-05-21T05:28:57.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-05-21T05:28:57.810Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-05-21T05:29:00.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.53s |
| 1708 | 2026-05-21T05:29:00.805Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-05-21T05:29:00.862Z | May 21 05:28:59.812 INFO Starting download, target: Cockroach |
| 1710 | 2026-05-21T05:29:00.863Z | May 21 05:28:59.813 INFO Starting download, target: Clickhouse |
| 1711 | 2026-05-21T05:29:00.863Z | May 21 05:28:59.813 INFO Starting download, target: Console |
| 1712 | 2026-05-21T05:29:00.863Z | May 21 05:28:59.813 INFO Starting download, target: DendriteStub |
| 1713 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Starting download, target: MaghemiteMgd |
| 1714 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1717 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1720 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1721 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-05-21T05:29:00.866Z | May 21 05:28:59.813 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-05-21T05:29:01.337Z | May 21 05:29:00.285 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-05-21T05:29:01.553Z | May 21 05:29:00.498 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-05-21T05:29:02.078Z | May 21 05:29:01.010 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1726 | 2026-05-21T05:29:02.308Z | May 21 05:29:01.252 INFO Download complete, target: Console |
| 1727 | 2026-05-21T05:29:02.838Z | May 21 05:29:01.788 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1728 | 2026-05-21T05:29:02.877Z | May 21 05:29:01.827 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1729 | 2026-05-21T05:29:04.921Z | Error: Failed to download DendriteStub |
| 1730 | 2026-05-21T05:29:04.921Z | |
| 1731 | 2026-05-21T05:29:04.921Z | Caused by: |
| 1732 | 2026-05-21T05:29:04.921Z | Checksum mismatch (saw e93fb407fd59631550d39031628b5908d26348417b066573b0dd718463e48ceb, expected 2a72f23b76c7e89c9e26b5e9cc646a85120b75972c5dc9058bc6377f834d5d34) |
| 1733 | 2026-05-21T05:29:04.928Z | Failed to run command -- will try 2 more times |
| 1734 | 2026-05-21T05:29:05.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1735 | 2026-05-21T05:29:05.503Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1736 | 2026-05-21T05:29:06.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1737 | 2026-05-21T05:29:06.359Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1738 | 2026-05-21T05:29:06.407Z | May 21 05:29:05.356 INFO Starting download, target: Console |
| 1739 | 2026-05-21T05:29:06.407Z | May 21 05:29:05.357 INFO Starting download, target: DendriteStub |
| 1740 | 2026-05-21T05:29:06.407Z | May 21 05:29:05.357 INFO Starting download, target: Cockroach |
| 1741 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Starting download, target: Clickhouse |
| 1742 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Starting download, target: MaghemiteDdmd |
| 1743 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Starting download, target: MaghemiteMgd |
| 1744 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Starting download, target: TransceiverControl |
| 1745 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Already downloaded (out/downloads/xcvradm.gz), target: TransceiverControl |
| 1746 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Already downloaded (out/downloads/console.tar.gz), target: Console |
| 1747 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Already downloaded (out/downloads/mg-ddm.tar.gz), target: MaghemiteDdmd |
| 1748 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Already downloaded (out/downloads/cockroach.tgz), target: Cockroach |
| 1749 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.357 INFO Already downloaded (out/downloads/mgd.tar.gz), target: MaghemiteMgd |
| 1750 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.358 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse |
| 1751 | 2026-05-21T05:29:06.411Z | May 21 05:29:05.358 INFO Already downloaded (out/downloads/dendrite-stub.tar.gz), target: DendriteStub |
| 1752 | 2026-05-21T05:29:06.414Z | May 21 05:29:05.363 INFO Checksum matches already downloaded file - skipping download, target: TransceiverControl |
| 1753 | 2026-05-21T05:29:06.417Z | May 21 05:29:05.366 INFO Checksum matches already downloaded file - skipping download, target: Console |
| 1754 | 2026-05-21T05:29:06.419Z | May 21 05:29:05.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1755 | 2026-05-21T05:29:06.430Z | May 21 05:29:05.380 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1756 | 2026-05-21T05:29:06.458Z | May 21 05:29:05.408 INFO Checksum matches already downloaded file - skipping download, target: MaghemiteDdmd |
| 1757 | 2026-05-21T05:29:06.461Z | May 21 05:29:05.410 WARN Checksum mismatch - retrying download, target: DendriteStub |
| 1758 | 2026-05-21T05:29:06.461Z | May 21 05:29:05.410 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1759 | 2026-05-21T05:29:06.466Z | May 21 05:29:05.416 INFO Checksum matches already downloaded file - skipping download, target: MaghemiteMgd |
| 1760 | 2026-05-21T05:29:06.471Z | May 21 05:29:05.422 WARN Checksum mismatch - retrying download, target: Cockroach |
| 1761 | 2026-05-21T05:29:06.471Z | May 21 05:29:05.422 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1762 | 2026-05-21T05:29:06.503Z | May 21 05:29:05.453 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1763 | 2026-05-21T05:29:06.519Z | May 21 05:29:05.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1764 | 2026-05-21T05:29:06.567Z | May 21 05:29:05.516 WARN Checksum mismatch - retrying download, target: Clickhouse |
| 1765 | 2026-05-21T05:29:06.567Z | May 21 05:29:05.516 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1766 | 2026-05-21T05:29:06.680Z | May 21 05:29:05.613 INFO Download complete, target: Console |
| 1767 | 2026-05-21T05:29:06.765Z | May 21 05:29:05.671 INFO Download complete, target: TransceiverControl |
| 1768 | 2026-05-21T05:29:08.553Z | Error: Failed to download DendriteStub |
| 1769 | 2026-05-21T05:29:08.553Z | |
| 1770 | 2026-05-21T05:29:08.553Z | Caused by: |
| 1771 | 2026-05-21T05:29:08.553Z | Checksum mismatch (saw e93fb407fd59631550d39031628b5908d26348417b066573b0dd718463e48ceb, expected 2a72f23b76c7e89c9e26b5e9cc646a85120b75972c5dc9058bc6377f834d5d34) |
| 1772 | 2026-05-21T05:29:08.556Z | Failed to run command -- will try 1 more times |
| 1773 | 2026-05-21T05:29:09.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1774 | 2026-05-21T05:29:09.084Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1775 | 2026-05-21T05:29:09.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1776 | 2026-05-21T05:29:09.953Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1777 | 2026-05-21T05:29:10.003Z | May 21 05:29:08.953 INFO Starting download, target: Console |
| 1778 | 2026-05-21T05:29:10.003Z | May 21 05:29:08.953 INFO Starting download, target: DendriteStub |
| 1779 | 2026-05-21T05:29:10.006Z | May 21 05:29:08.953 INFO Starting download, target: MaghemiteMgd |
| 1780 | 2026-05-21T05:29:10.006Z | May 21 05:29:08.953 INFO Starting download, target: Clickhouse |
| 1781 | 2026-05-21T05:29:10.006Z | May 21 05:29:08.953 INFO Starting download, target: Cockroach |
| 1782 | 2026-05-21T05:29:10.006Z | May 21 05:29:08.953 INFO Starting download, target: MaghemiteDdmd |
| 1783 | 2026-05-21T05:29:10.006Z | May 21 05:29:08.953 INFO Starting download, target: TransceiverControl |
| 1784 | 2026-05-21T05:29:10.007Z | May 21 05:29:08.953 INFO Already downloaded (out/downloads/xcvradm.gz), target: TransceiverControl |
| 1785 | 2026-05-21T05:29:10.007Z | May 21 05:29:08.953 INFO Already downloaded (out/downloads/console.tar.gz), target: Console |
| 1786 | 2026-05-21T05:29:10.007Z | May 21 05:29:08.954 INFO Already downloaded (out/downloads/mgd.tar.gz), target: MaghemiteMgd |
| 1787 | 2026-05-21T05:29:10.007Z | May 21 05:29:08.954 INFO Already downloaded (out/downloads/mg-ddm.tar.gz), target: MaghemiteDdmd |
| 1788 | 2026-05-21T05:29:10.007Z | May 21 05:29:08.954 INFO Already downloaded (out/downloads/cockroach.tgz), target: Cockroach |
| 1789 | 2026-05-21T05:29:10.007Z | May 21 05:29:08.954 INFO Already downloaded (out/downloads/dendrite-stub.tar.gz), target: DendriteStub |
| 1790 | 2026-05-21T05:29:10.007Z | May 21 05:29:08.954 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse |
| 1791 | 2026-05-21T05:29:10.011Z | May 21 05:29:08.961 INFO Checksum matches already downloaded file - skipping download, target: TransceiverControl |
| 1792 | 2026-05-21T05:29:10.013Z | May 21 05:29:08.963 INFO Checksum matches already downloaded file - skipping download, target: Console |
| 1793 | 2026-05-21T05:29:10.016Z | May 21 05:29:08.966 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1794 | 2026-05-21T05:29:10.026Z | May 21 05:29:08.976 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1795 | 2026-05-21T05:29:10.049Z | May 21 05:29:08.999 WARN Checksum mismatch - retrying download, target: Cockroach |
| 1796 | 2026-05-21T05:29:10.049Z | May 21 05:29:08.999 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1797 | 2026-05-21T05:29:10.052Z | May 21 05:29:09.001 INFO Checksum matches already downloaded file - skipping download, target: MaghemiteDdmd |
| 1798 | 2026-05-21T05:29:10.052Z | May 21 05:29:09.002 WARN Checksum mismatch - retrying download, target: DendriteStub |
| 1799 | 2026-05-21T05:29:10.052Z | May 21 05:29:09.002 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1800 | 2026-05-21T05:29:10.055Z | May 21 05:29:09.005 WARN Checksum mismatch - retrying download, target: Clickhouse |
| 1801 | 2026-05-21T05:29:10.055Z | May 21 05:29:09.005 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1802 | 2026-05-21T05:29:10.072Z | May 21 05:29:09.022 INFO Checksum matches already downloaded file - skipping download, target: MaghemiteMgd |
| 1803 | 2026-05-21T05:29:10.097Z | May 21 05:29:09.047 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1804 | 2026-05-21T05:29:10.126Z | May 21 05:29:09.076 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1805 | 2026-05-21T05:29:10.291Z | May 21 05:29:09.241 INFO Download complete, target: Console |
| 1806 | 2026-05-21T05:29:10.314Z | May 21 05:29:09.264 INFO Download complete, target: TransceiverControl |
| 1807 | 2026-05-21T05:29:12.147Z | Error: Failed to download DendriteStub |
| 1808 | 2026-05-21T05:29:12.147Z | |
| 1809 | 2026-05-21T05:29:12.147Z | Caused by: |
| 1810 | 2026-05-21T05:29:12.147Z | Checksum mismatch (saw e93fb407fd59631550d39031628b5908d26348417b066573b0dd718463e48ceb, expected 2a72f23b76c7e89c9e26b5e9cc646a85120b75972c5dc9058bc6377f834d5d34) |
| 1811 | 2026-05-21T05:29:12.153Z | |
| 1812 | 2026-05-21T05:29:12.153Z | real 2:04.913972759 |
| 1813 | 2026-05-21T05:29:12.153Z | user 6:57.324826219 |
| 1814 | 2026-05-21T05:29:12.153Z | sys 1:42.269790958 |
| 1815 | 2026-05-21T05:29:12.153Z | trap 0.267702096 |
| 1816 | 2026-05-21T05:29:12.153Z | tflt 1.165058417 |
| 1817 | 2026-05-21T05:29:12.153Z | dflt 1.622705730 |
| 1818 | 2026-05-21T05:29:12.153Z | kflt 0.019934149 |
| 1819 | 2026-05-21T05:29:12.154Z | lock 20:41.865933892 |
| 1820 | 2026-05-21T05:29:12.154Z | slp 18:49.702794204 |
| 1821 | 2026-05-21T05:29:12.154Z | lat 23.956794246 |
| 1822 | 2026-05-21T05:29:12.154Z | stop 2:50.170514263 |
| 1823 | 2026-05-21T05:29:12.154Z | process exited: duration 124972 ms, exit code 1 |
| |
| 1824 | 2026-05-21T05:29:12.167Z | found 0 output files |
| 1825 | 2026-05-21T05:29:12.167Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |