|
|
|
| 1 | 2026-07-24T21:08:18.585Z | job assigned to worker 01KYAZ90BEJ6SATCC75DYQTW53 [factory aws, i-01cd333b4fa4068e3] (queued for 49 s) |
| |
| 2 | 2026-07-24T21:08:26.010Z | starting task 0: "setup" |
| 3 | 2026-07-24T21:08:26.037Z | ++ uname -s |
| 4 | 2026-07-24T21:08:26.037Z | + kern=SunOS |
| 5 | 2026-07-24T21:08:26.037Z | + build_user=build |
| 6 | 2026-07-24T21:08:26.037Z | + build_uid=12345 |
| 7 | 2026-07-24T21:08:26.037Z | + work_dir=/work |
| 8 | 2026-07-24T21:08:26.037Z | + input_dir=/input |
| 9 | 2026-07-24T21:08:26.037Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T21:08:26.037Z | + case "$kern" in |
| 11 | 2026-07-24T21:08:26.037Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T21:08:26.037Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T21:08:27.996Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T21:08:28.157Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T21:08:28.161Z | + home_fs=zfs |
| 16 | 2026-07-24T21:08:28.161Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T21:08:28.161Z | + mkdir -p /home/build |
| 18 | 2026-07-24T21:08:28.162Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T21:08:29.169Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T21:08:29.174Z | process exited: duration 3190 ms, exit code 0 |
| |
| 21 | 2026-07-24T21:08:29.183Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T21:08:29.189Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-24T21:08:29.189Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-24T21:08:29.189Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-24T21:08:29.189Z | * rust toolchain profile = "default" |
| 26 | 2026-07-24T21:08:29.189Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-24T21:08:29.189Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T21:08:29.194Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T21:08:29.194Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-24T21:08:29.291Z | info: downloading installer |
| 31 | 2026-07-24T21:08:30.706Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T21:08:30.706Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T21:08:30.706Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T21:08:30.706Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T21:08:30.726Z | info: profile set to default |
| 36 | 2026-07-24T21:08:30.726Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T21:08:30.737Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T21:08:30.859Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-24T21:08:30.864Z | info: downloading 6 components |
| 40 | 2026-07-24T21:08:45.488Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T21:08:45.488Z | |
| 42 | 2026-07-24T21:08:45.519Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-24T21:08:45.519Z | |
| 44 | 2026-07-24T21:08:45.519Z | |
| 45 | 2026-07-24T21:08:45.519Z | Rust is installed now. Great! |
| 46 | 2026-07-24T21:08:45.519Z | |
| 47 | 2026-07-24T21:08:45.519Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T21:08:45.519Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T21:08:45.519Z | |
| 50 | 2026-07-24T21:08:45.519Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T21:08:45.519Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T21:08:45.520Z | |
| 53 | 2026-07-24T21:08:45.520Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T21:08:45.520Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T21:08:45.520Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T21:08:45.520Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T21:08:45.520Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T21:08:45.520Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T21:08:45.520Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T21:08:45.526Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T21:08:45.526Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T21:08:45.624Z | + rustup --version |
| 63 | 2026-07-24T21:08:45.636Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T21:08:45.636Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T21:08:45.651Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-24T21:08:45.660Z | + cargo --version |
| 67 | 2026-07-24T21:08:45.670Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-24T21:08:45.670Z | + rustc --version |
| 69 | 2026-07-24T21:08:45.684Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-24T21:08:45.693Z | process exited: duration 16504 ms, exit code 0 |
| |
| 71 | 2026-07-24T21:08:45.706Z | starting task 2: "authentication" |
| 72 | 2026-07-24T21:08:45.723Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-24T21:08:45.738Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T21:08:45.747Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-24T21:08:45.747Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-24T21:08:45.776Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-24T21:08:56.277Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-24T21:08:56.277Z | + git fetch origin a6091db0c0a4f2313f569dde9b9665122f9bd7e0 |
| 79 | 2026-07-24T21:08:56.562Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-24T21:08:56.562Z | * branch a6091db0c0a4f2313f569dde9b9665122f9bd7e0 -> FETCH_HEAD |
| 81 | 2026-07-24T21:08:56.576Z | + [[ -n john/mupdate-recovery-after-noop-conversion ]] |
| 82 | 2026-07-24T21:08:56.580Z | ++ git branch --show-current |
| 83 | 2026-07-24T21:08:56.580Z | + current=main |
| 84 | 2026-07-24T21:08:56.580Z | + [[ main != john/mupdate-recovery-after-noop-conversion ]] |
| 85 | 2026-07-24T21:08:56.580Z | + git branch -f john/mupdate-recovery-after-noop-conversion a6091db0c0a4f2313f569dde9b9665122f9bd7e0 |
| 86 | 2026-07-24T21:08:56.583Z | + git checkout -f john/mupdate-recovery-after-noop-conversion |
| 87 | 2026-07-24T21:08:56.747Z | Switched to branch 'john/mupdate-recovery-after-noop-conversion' |
| 88 | 2026-07-24T21:08:56.751Z | + git reset --hard a6091db0c0a4f2313f569dde9b9665122f9bd7e0 |
| 89 | 2026-07-24T21:08:56.908Z | HEAD is now at a6091db0c add integration test |
| 90 | 2026-07-24T21:08:56.911Z | process exited: duration 11172 ms, exit code 0 |
| |
| 91 | 2026-07-24T21:08:56.917Z | starting task 4: "build" |
| 92 | 2026-07-24T21:08:56.922Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-24T21:08:56.922Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-24T21:08:56.922Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-24T21:08:56.925Z | +++ uname -s |
| 96 | 2026-07-24T21:08:56.925Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-24T21:08:56.925Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-24T21:08:56.928Z | + cargo --version |
| 99 | 2026-07-24T21:08:56.936Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-24T21:08:56.939Z | + rustc --version |
| 101 | 2026-07-24T21:08:56.960Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-24T21:08:56.963Z | + WORK=/work |
| 103 | 2026-07-24T21:08:56.963Z | + pfexec mkdir -p /work |
| 104 | 2026-07-24T21:08:56.966Z | + pfexec chown build /work |
| 105 | 2026-07-24T21:08:56.969Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-24T21:08:58.730Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-24T21:08:58.964Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-24T21:09:00.108Z | Planning: Solver setup ... Done (1.067s) |
| 109 | 2026-07-24T21:09:00.151Z | Planning: Running solver ... Done (0.043s) |
| 110 | 2026-07-24T21:09:00.181Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-24T21:09:00.194Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-24T21:09:00.212Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-24T21:09:00.226Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-24T21:09:00.229Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-24T21:09:00.435Z | Planning: Checking for conflicting actions ... Done (0.207s) |
| 116 | 2026-07-24T21:09:00.438Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-24T21:09:01.293Z | Planning: Evaluating mediators ... Done (0.857s) |
| 118 | 2026-07-24T21:09:01.298Z | Planning: Planning completed in 2.30 seconds |
| 119 | 2026-07-24T21:09:01.303Z | Packages to install: 2 |
| 120 | 2026-07-24T21:09:01.303Z | Estimated space available: 156.05 GB |
| 121 | 2026-07-24T21:09:01.303Z | Estimated space to be consumed: 55.04 MB |
| 122 | 2026-07-24T21:09:01.303Z | Create boot environment: No |
| 123 | 2026-07-24T21:09:01.303Z | Create backup boot environment: No |
| 124 | 2026-07-24T21:09:01.307Z | Rebuild boot archive: No |
| 125 | 2026-07-24T21:09:01.307Z | |
| 126 | 2026-07-24T21:09:01.307Z | Changed packages: |
| 127 | 2026-07-24T21:09:01.307Z | helios |
| 128 | 2026-07-24T21:09:01.307Z | developer/build-essential |
| 129 | 2026-07-24T21:09:01.307Z | None -> 11-3.0 |
| 130 | 2026-07-24T21:09:01.308Z | library/libxmlsec1 |
| 131 | 2026-07-24T21:09:01.308Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-24T21:09:01.329Z | |
| 133 | 2026-07-24T21:09:01.330Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-24T21:09:01.396Z | Download: Completed 1.28 MB in 0.07 seconds (19.1M/s) |
| 135 | 2026-07-24T21:09:01.458Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-24T21:09:01.496Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-24T21:09:01.521Z | Finalize: Updating package state database ... Done (0.025s) |
| 138 | 2026-07-24T21:09:01.521Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-24T21:09:01.578Z | Finalize: Updating image state ... Done (0.057s) |
| 140 | 2026-07-24T21:09:04.166Z | Finalize: Creating fast lookup database ... Done (2.548s) |
| 141 | 2026-07-24T21:09:04.240Z | Finalize: Reading search index ... Done (0.011s) |
| 142 | 2026-07-24T21:09:04.244Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-24T21:09:04.337Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-24T21:09:04.674Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-24T21:09:04.776Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-24T21:09:04.780Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-24T21:09:04.933Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-24T21:09:04.937Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-24T21:09:04.959Z | Mediators to change: 2 |
| 150 | 2026-07-24T21:09:04.959Z | Create boot environment: No |
| 151 | 2026-07-24T21:09:04.959Z | Create backup boot environment: No |
| 152 | 2026-07-24T21:09:05.026Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-24T21:09:05.030Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-24T21:09:05.063Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-24T21:09:07.018Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-24T21:09:07.081Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-24T21:09:07.086Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-24T21:09:07.182Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-24T21:09:07.461Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-24T21:09:07.566Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-24T21:09:07.570Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-24T21:09:07.723Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-24T21:09:07.728Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-24T21:09:07.750Z | Mediators to change: 1 |
| 165 | 2026-07-24T21:09:07.751Z | Create boot environment: No |
| 166 | 2026-07-24T21:09:07.751Z | Create backup boot environment: No |
| 167 | 2026-07-24T21:09:07.805Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-24T21:09:07.805Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-24T21:09:07.841Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-24T21:09:09.770Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-24T21:09:09.832Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-24T21:09:09.835Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-24T21:09:09.913Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-24T21:09:10.226Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-24T21:09:10.227Z | apache system 2.4 system |
| 176 | 2026-07-24T21:09:10.227Z | clang system 15 system |
| 177 | 2026-07-24T21:09:10.227Z | csh system system illumos |
| 178 | 2026-07-24T21:09:10.227Z | ctags system system illumos |
| 179 | 2026-07-24T21:09:10.227Z | file vendor vendor darwinsys |
| 180 | 2026-07-24T21:09:10.227Z | file system system illumos |
| 181 | 2026-07-24T21:09:10.227Z | gcc vendor 14 vendor |
| 182 | 2026-07-24T21:09:10.227Z | gcc system 13 system |
| 183 | 2026-07-24T21:09:10.227Z | gcc system 10 system |
| 184 | 2026-07-24T21:09:10.227Z | go system 1.25 system |
| 185 | 2026-07-24T21:09:10.227Z | llvm system 15 system |
| 186 | 2026-07-24T21:09:10.227Z | mariadb system 11.4 system |
| 187 | 2026-07-24T21:09:10.227Z | mta vendor vendor dma |
| 188 | 2026-07-24T21:09:10.227Z | openjdk system 17 system |
| 189 | 2026-07-24T21:09:10.227Z | openjdk system 11 system |
| 190 | 2026-07-24T21:09:10.228Z | openssl vendor 3 vendor |
| 191 | 2026-07-24T21:09:10.228Z | perl system 5.40 system |
| 192 | 2026-07-24T21:09:10.228Z | postgresql system 18 system |
| 193 | 2026-07-24T21:09:10.228Z | postgresql system 17 system |
| 194 | 2026-07-24T21:09:10.228Z | python vendor 3 vendor |
| 195 | 2026-07-24T21:09:10.228Z | python system 2 system |
| 196 | 2026-07-24T21:09:10.228Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-24T21:09:10.228Z | ruby system 3.4 system |
| 198 | 2026-07-24T21:09:10.228Z | ruby system 3.0 system |
| 199 | 2026-07-24T21:09:10.228Z | words vendor vendor american-english |
| 200 | 2026-07-24T21:09:10.228Z | words system system australian-english |
| 201 | 2026-07-24T21:09:10.228Z | words system system british-english |
| 202 | 2026-07-24T21:09:10.228Z | words system system canadian-english |
| 203 | 2026-07-24T21:09:10.228Z | words system system french |
| 204 | 2026-07-24T21:09:10.228Z | words system system italian |
| 205 | 2026-07-24T21:09:10.228Z | words system system ngerman |
| 206 | 2026-07-24T21:09:10.228Z | words system system ogerman |
| 207 | 2026-07-24T21:09:10.229Z | words system system spanish |
| 208 | 2026-07-24T21:09:10.481Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-24T21:09:10.482Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-24T21:09:10.864Z | FMRI IFO |
| 211 | 2026-07-24T21:09:10.864Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-24T21:09:10.864Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-24T21:09:10.864Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-24T21:09:10.864Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-24T21:09:10.864Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-24T21:09:10.864Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-24T21:09:10.865Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-24T21:09:10.865Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-24T21:09:10.865Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-24T21:09:11.168Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-24T21:09:11.412Z | Updating crates.io index |
| 222 | 2026-07-24T21:09:11.418Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-24T21:09:11.647Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-24T21:09:11.946Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-24T21:09:12.904Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-24T21:09:13.394Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-24T21:09:14.927Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-24T21:09:15.683Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-24T21:09:15.914Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-24T21:09:16.258Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-24T21:09:17.340Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-24T21:09:17.579Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-24T21:09:17.867Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-24T21:09:18.094Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-24T21:09:18.529Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-24T21:09:19.038Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-24T21:09:19.412Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-24T21:09:19.647Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-24T21:09:19.895Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-24T21:09:20.183Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-24T21:09:20.396Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-24T21:09:20.627Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-24T21:09:20.873Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-24T21:09:21.250Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-24T21:09:21.554Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-24T21:09:21.771Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-24T21:09:22.166Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-24T21:09:22.585Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-24T21:09:22.922Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-24T21:09:23.242Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-24T21:09:23.449Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-24T21:09:23.681Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-24T21:09:23.983Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-24T21:09:24.466Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-24T21:09:24.699Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-24T21:09:24.998Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-24T21:09:25.257Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-24T21:09:25.535Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-24T21:09:25.993Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-24T21:09:26.245Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-24T21:09:26.513Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-24T21:09:26.763Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-24T21:09:29.522Z | Downloading crates ... |
| 264 | 2026-07-24T21:09:29.588Z | Downloaded errno v0.3.14 |
| 265 | 2026-07-24T21:09:29.594Z | Downloaded fnv v1.0.7 |
| 266 | 2026-07-24T21:09:29.599Z | Downloaded cargo_metadata v0.23.1 |
| 267 | 2026-07-24T21:09:29.602Z | Downloaded colorchoice v1.0.4 |
| 268 | 2026-07-24T21:09:29.602Z | Downloaded cpufeatures v0.2.17 |
| 269 | 2026-07-24T21:09:29.605Z | Downloaded anstyle-query v1.1.5 |
| 270 | 2026-07-24T21:09:29.605Z | Downloaded anstream v1.0.0 |
| 271 | 2026-07-24T21:09:29.608Z | Downloaded autocfg v1.5.0 |
| 272 | 2026-07-24T21:09:29.608Z | Downloaded digest v0.10.7 |
| 273 | 2026-07-24T21:09:29.611Z | Downloaded crypto-common v0.1.7 |
| 274 | 2026-07-24T21:09:29.611Z | Downloaded clap_lex v1.0.0 |
| 275 | 2026-07-24T21:09:29.611Z | Downloaded bitflags v2.11.0 |
| 276 | 2026-07-24T21:09:29.614Z | Downloaded dtrace-parser v0.2.0 |
| 277 | 2026-07-24T21:09:29.614Z | Downloaded block-buffer v0.10.4 |
| 278 | 2026-07-24T21:09:29.617Z | Downloaded dof v0.3.0 |
| 279 | 2026-07-24T21:09:29.621Z | Downloaded anstyle v1.0.14 |
| 280 | 2026-07-24T21:09:29.621Z | Downloaded zerocopy v0.7.35 |
| 281 | 2026-07-24T21:09:29.628Z | Downloaded heck v0.4.1 |
| 282 | 2026-07-24T21:09:29.631Z | Downloaded zmij v1.0.21 |
| 283 | 2026-07-24T21:09:29.631Z | Downloaded zerocopy-derive v0.7.35 |
| 284 | 2026-07-24T21:09:29.634Z | Downloaded anstyle-parse v1.0.0 |
| 285 | 2026-07-24T21:09:29.634Z | Downloaded fastrand v2.3.0 |
| 286 | 2026-07-24T21:09:29.637Z | Downloaded equivalent v1.0.2 |
| 287 | 2026-07-24T21:09:29.637Z | Downloaded cargo-platform v0.3.2 |
| 288 | 2026-07-24T21:09:29.637Z | Downloaded memmap v0.7.0 |
| 289 | 2026-07-24T21:09:29.640Z | Downloaded is_terminal_polyfill v1.70.2 |
| 290 | 2026-07-24T21:09:29.643Z | Downloaded smawk v0.3.2 |
| 291 | 2026-07-24T21:09:29.643Z | Downloaded proc-macro-error-attr v1.0.4 |
| 292 | 2026-07-24T21:09:29.646Z | Downloaded toml_write v0.1.2 |
| 293 | 2026-07-24T21:09:29.646Z | Downloaded scroll_derive v0.12.1 |
| 294 | 2026-07-24T21:09:29.646Z | Downloaded pretty-hex v0.4.1 |
| 295 | 2026-07-24T21:09:29.658Z | Downloaded anyhow v1.0.102 |
| 296 | 2026-07-24T21:09:29.663Z | Downloaded cfg-if v1.0.4 |
| 297 | 2026-07-24T21:09:29.670Z | Downloaded generic-array v0.14.7 |
| 298 | 2026-07-24T21:09:29.673Z | Downloaded scroll v0.12.0 |
| 299 | 2026-07-24T21:09:29.676Z | Downloaded usdt v0.5.0 |
| 300 | 2026-07-24T21:09:29.679Z | Downloaded tabled_derive v0.7.0 |
| 301 | 2026-07-24T21:09:29.679Z | Downloaded macaddr v1.0.1 |
| 302 | 2026-07-24T21:09:29.679Z | Downloaded usdt-attr-macro v0.5.0 |
| 303 | 2026-07-24T21:09:29.682Z | Downloaded itoa v1.0.17 |
| 304 | 2026-07-24T21:09:29.682Z | Downloaded swrite v0.1.0 |
| 305 | 2026-07-24T21:09:29.682Z | Downloaded plain v0.2.3 |
| 306 | 2026-07-24T21:09:29.688Z | Downloaded toml_datetime v0.6.11 |
| 307 | 2026-07-24T21:09:29.690Z | Downloaded serde_spanned v0.6.9 |
| 308 | 2026-07-24T21:09:29.693Z | Downloaded version_check v0.9.5 |
| 309 | 2026-07-24T21:09:29.693Z | Downloaded thread-id v4.2.2 |
| 310 | 2026-07-24T21:09:29.696Z | Downloaded heck v0.5.0 |
| 311 | 2026-07-24T21:09:29.699Z | Downloaded usdt-macro v0.5.0 |
| 312 | 2026-07-24T21:09:29.702Z | Downloaded pest_generator v2.8.6 |
| 313 | 2026-07-24T21:09:29.702Z | Downloaded fs-err v3.3.0 |
| 314 | 2026-07-24T21:09:29.702Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-07-24T21:09:29.707Z | Downloaded clap_derive v4.6.1 |
| 316 | 2026-07-24T21:09:29.710Z | Downloaded byteorder v1.5.0 |
| 317 | 2026-07-24T21:09:29.710Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-07-24T21:09:29.716Z | Downloaded strsim v0.11.1 |
| 319 | 2026-07-24T21:09:29.719Z | Downloaded log v0.4.29 |
| 320 | 2026-07-24T21:09:29.722Z | Downloaded cargo_toml v0.21.0 |
| 321 | 2026-07-24T21:09:29.722Z | Downloaded clap v4.6.1 |
| 322 | 2026-07-24T21:09:29.726Z | Downloaded camino-tempfile v1.4.1 |
| 323 | 2026-07-24T21:09:29.728Z | Downloaded bytecount v0.6.9 |
| 324 | 2026-07-24T21:09:29.731Z | Downloaded pest_meta v2.8.6 |
| 325 | 2026-07-24T21:09:29.735Z | Downloaded camino v1.2.2 |
| 326 | 2026-07-24T21:09:29.739Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-07-24T21:09:29.739Z | Downloaded once_cell v1.21.3 |
| 328 | 2026-07-24T21:09:29.742Z | Downloaded quote v1.0.45 |
| 329 | 2026-07-24T21:09:29.742Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-07-24T21:09:29.742Z | Downloaded thiserror v2.0.18 |
| 331 | 2026-07-24T21:09:29.745Z | Downloaded thiserror v1.0.69 |
| 332 | 2026-07-24T21:09:29.748Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-07-24T21:09:29.750Z | Downloaded semver v1.0.28 |
| 334 | 2026-07-24T21:09:29.754Z | Downloaded usdt-impl v0.5.0 |
| 335 | 2026-07-24T21:09:29.754Z | Downloaded serde_tokenstream v0.2.3 |
| 336 | 2026-07-24T21:09:29.757Z | Downloaded toml v0.8.23 |
| 337 | 2026-07-24T21:09:29.771Z | Downloaded proc-macro2 v1.0.106 |
| 338 | 2026-07-24T21:09:29.774Z | Downloaded papergrid v0.11.0 |
| 339 | 2026-07-24T21:09:29.778Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-07-24T21:09:29.781Z | Downloaded sha2 v0.10.9 |
| 341 | 2026-07-24T21:09:29.784Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-07-24T21:09:29.784Z | Downloaded pest_derive v2.8.6 |
| 343 | 2026-07-24T21:09:29.787Z | Downloaded proc-macro-error v1.0.4 |
| 344 | 2026-07-24T21:09:29.792Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-07-24T21:09:29.792Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-07-24T21:09:29.798Z | Downloaded tempfile v3.25.0 |
| 347 | 2026-07-24T21:09:29.816Z | Downloaded getrandom v0.4.1 |
| 348 | 2026-07-24T21:09:29.819Z | Downloaded memchr v2.8.0 |
| 349 | 2026-07-24T21:09:29.832Z | Downloaded serde_core v1.0.228 |
| 350 | 2026-07-24T21:09:29.838Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-07-24T21:09:29.840Z | Downloaded typenum v1.20.1 |
| 352 | 2026-07-24T21:09:29.843Z | Downloaded pest v2.8.6 |
| 353 | 2026-07-24T21:09:29.843Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-24T21:09:29.846Z | Downloaded indexmap v2.14.0 |
| 355 | 2026-07-24T21:09:29.891Z | Downloaded serde_json v1.0.150 |
| 356 | 2026-07-24T21:09:29.903Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-07-24T21:09:29.909Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-07-24T21:09:29.913Z | Downloaded goblin v0.8.2 |
| 359 | 2026-07-24T21:09:29.925Z | Downloaded winnow v0.7.14 |
| 360 | 2026-07-24T21:09:29.935Z | Downloaded tabled v0.15.0 |
| 361 | 2026-07-24T21:09:29.947Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-24T21:09:29.956Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-07-24T21:09:29.975Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-07-24T21:09:29.975Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-24T21:09:29.975Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-24T21:09:30.005Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-24T21:09:30.068Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-24T21:09:30.068Z | Compiling quote v1.0.45 |
| 369 | 2026-07-24T21:09:30.072Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-24T21:09:30.072Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-24T21:09:30.072Z | Compiling libc v0.2.185 |
| 372 | 2026-07-24T21:09:30.072Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-24T21:09:30.072Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-24T21:09:30.273Z | Compiling serde v1.0.228 |
| 375 | 2026-07-24T21:09:30.285Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-24T21:09:30.288Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-24T21:09:30.288Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-24T21:09:30.288Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-07-24T21:09:30.288Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-24T21:09:30.296Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-24T21:09:30.493Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-24T21:09:30.691Z | Compiling serde_json v1.0.150 |
| 383 | 2026-07-24T21:09:30.709Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-07-24T21:09:30.709Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-07-24T21:09:30.765Z | Compiling pest v2.8.6 |
| 386 | 2026-07-24T21:09:30.819Z | Compiling camino v1.2.2 |
| 387 | 2026-07-24T21:09:30.942Z | Compiling syn v1.0.109 |
| 388 | 2026-07-24T21:09:30.963Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-24T21:09:31.063Z | Compiling getrandom v0.4.1 |
| 390 | 2026-07-24T21:09:31.083Z | Compiling equivalent v1.0.2 |
| 391 | 2026-07-24T21:09:31.141Z | Compiling hashbrown v0.17.0 |
| 392 | 2026-07-24T21:09:31.144Z | Compiling utf8parse v0.2.2 |
| 393 | 2026-07-24T21:09:31.237Z | Compiling plain v0.2.3 |
| 394 | 2026-07-24T21:09:31.241Z | Compiling log v0.4.29 |
| 395 | 2026-07-24T21:09:31.281Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-24T21:09:31.302Z | Compiling thiserror v2.0.18 |
| 397 | 2026-07-24T21:09:31.321Z | Compiling anstyle v1.0.14 |
| 398 | 2026-07-24T21:09:31.386Z | Compiling pretty-hex v0.4.1 |
| 399 | 2026-07-24T21:09:31.409Z | Compiling toml_write v0.1.2 |
| 400 | 2026-07-24T21:09:31.429Z | Compiling errno v0.3.14 |
| 401 | 2026-07-24T21:09:31.468Z | Compiling thread-id v4.2.2 |
| 402 | 2026-07-24T21:09:31.515Z | Compiling cfg-if v1.0.4 |
| 403 | 2026-07-24T21:09:31.533Z | Compiling winnow v0.7.14 |
| 404 | 2026-07-24T21:09:31.550Z | Compiling colorchoice v1.0.4 |
| 405 | 2026-07-24T21:09:31.593Z | Compiling is_terminal_polyfill v1.70.2 |
| 406 | 2026-07-24T21:09:31.629Z | Compiling anstyle-query v1.1.5 |
| 407 | 2026-07-24T21:09:31.649Z | Compiling autocfg v1.5.0 |
| 408 | 2026-07-24T21:09:31.670Z | Compiling fnv v1.0.7 |
| 409 | 2026-07-24T21:09:31.722Z | Compiling syn v2.0.117 |
| 410 | 2026-07-24T21:09:31.726Z | Compiling indexmap v2.14.0 |
| 411 | 2026-07-24T21:09:31.795Z | Compiling anstream v1.0.0 |
| 412 | 2026-07-24T21:09:31.801Z | Compiling heck v0.4.1 |
| 413 | 2026-07-24T21:09:31.830Z | Compiling clap_lex v1.0.0 |
| 414 | 2026-07-24T21:09:31.867Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-24T21:09:31.885Z | Compiling strsim v0.11.1 |
| 416 | 2026-07-24T21:09:32.022Z | Compiling bytecount v0.6.9 |
| 417 | 2026-07-24T21:09:32.145Z | Compiling fastrand v2.3.0 |
| 418 | 2026-07-24T21:09:32.145Z | Compiling anyhow v1.0.102 |
| 419 | 2026-07-24T21:09:32.195Z | Compiling fs-err v3.3.0 |
| 420 | 2026-07-24T21:09:32.199Z | Compiling heck v0.5.0 |
| 421 | 2026-07-24T21:09:32.199Z | Compiling unicode-width v0.1.14 |
| 422 | 2026-07-24T21:09:32.199Z | Compiling once_cell v1.21.3 |
| 423 | 2026-07-24T21:09:32.310Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-24T21:09:32.338Z | Compiling unicode-linebreak v0.1.5 |
| 425 | 2026-07-24T21:09:32.445Z | Compiling unicode-width v0.2.0 |
| 426 | 2026-07-24T21:09:32.462Z | Compiling papergrid v0.11.0 |
| 427 | 2026-07-24T21:09:32.480Z | Compiling smawk v0.3.2 |
| 428 | 2026-07-24T21:09:32.518Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-24T21:09:32.521Z | Compiling tempfile v3.25.0 |
| 430 | 2026-07-24T21:09:32.521Z | Compiling swrite v0.1.0 |
| 431 | 2026-07-24T21:09:32.643Z | Compiling semver v1.0.28 |
| 432 | 2026-07-24T21:09:32.659Z | Compiling cargo-platform v0.3.2 |
| 433 | 2026-07-24T21:09:32.724Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-07-24T21:09:32.778Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-24T21:09:32.934Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-24T21:09:33.335Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-24T21:09:33.948Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-24T21:09:34.043Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-24T21:09:34.443Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-24T21:09:34.444Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-24T21:09:34.523Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-24T21:09:34.524Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-24T21:09:34.524Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-24T21:09:34.524Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-24T21:09:34.653Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-24T21:09:35.175Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-24T21:09:35.250Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-24T21:09:35.391Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-24T21:09:35.527Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-24T21:09:35.877Z | Compiling clap v4.6.1 |
| 451 | 2026-07-24T21:09:36.874Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-24T21:09:36.874Z | Compiling toml_datetime v0.6.11 |
| 453 | 2026-07-24T21:09:36.877Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-24T21:09:36.877Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 455 | 2026-07-24T21:09:36.877Z | Compiling macaddr v1.0.1 |
| 456 | 2026-07-24T21:09:36.891Z | Compiling dof v0.3.0 |
| 457 | 2026-07-24T21:09:36.894Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-24T21:09:37.078Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-24T21:09:37.619Z | Compiling usdt-macro v0.5.0 |
| 460 | 2026-07-24T21:09:37.623Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-07-24T21:09:38.214Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-24T21:09:38.328Z | Compiling toml v0.8.23 |
| 463 | 2026-07-24T21:09:38.648Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-24T21:09:39.924Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-24T21:09:41.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.95s |
| 466 | 2026-07-24T21:09:42.190Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-24T21:09:42.693Z | Downloading crates ... |
| 468 | 2026-07-24T21:09:42.784Z | Downloaded assert_matches v1.5.0 |
| 469 | 2026-07-24T21:09:42.788Z | Downloaded base16ct v0.2.0 |
| 470 | 2026-07-24T21:09:42.791Z | Downloaded adler2 v2.0.1 |
| 471 | 2026-07-24T21:09:42.791Z | Downloaded bitfield-macros v0.19.4 |
| 472 | 2026-07-24T21:09:42.795Z | Downloaded argon2 v0.6.0-rc.8 |
| 473 | 2026-07-24T21:09:42.799Z | Downloaded aead v0.5.2 |
| 474 | 2026-07-24T21:09:42.804Z | Downloaded atty v0.2.14 |
| 475 | 2026-07-24T21:09:42.807Z | Downloaded atomicwrites v0.4.4 |
| 476 | 2026-07-24T21:09:42.810Z | Downloaded crossbeam-utils v0.8.21 |
| 477 | 2026-07-24T21:09:42.813Z | Downloaded darling_macro v0.21.3 |
| 478 | 2026-07-24T21:09:42.816Z | Downloaded cookie_store v0.22.1 |
| 479 | 2026-07-24T21:09:42.816Z | Downloaded atomic-waker v1.1.2 |
| 480 | 2026-07-24T21:09:42.818Z | Downloaded arrayref v0.3.9 |
| 481 | 2026-07-24T21:09:42.819Z | Downloaded ctutils v0.4.2 |
| 482 | 2026-07-24T21:09:42.821Z | Downloaded dtrace-parser v0.3.0 |
| 483 | 2026-07-24T21:09:42.821Z | Downloaded ecdsa v0.17.0-rc.18 |
| 484 | 2026-07-24T21:09:42.824Z | Downloaded defmt-parser v1.0.0 |
| 485 | 2026-07-24T21:09:42.824Z | Downloaded cmov v0.5.4 |
| 486 | 2026-07-24T21:09:42.824Z | Downloaded async-recursion v1.1.1 |
| 487 | 2026-07-24T21:09:42.827Z | Downloaded crc-any v2.5.0 |
| 488 | 2026-07-24T21:09:42.830Z | Downloaded cpubits v0.1.1 |
| 489 | 2026-07-24T21:09:42.830Z | Downloaded corncobs v0.1.4 |
| 490 | 2026-07-24T21:09:42.830Z | Downloaded bit-set v0.8.0 |
| 491 | 2026-07-24T21:09:42.833Z | Downloaded async-stream v0.3.6 |
| 492 | 2026-07-24T21:09:42.833Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 493 | 2026-07-24T21:09:42.837Z | Downloaded cookie v0.18.1 |
| 494 | 2026-07-24T21:09:42.837Z | Downloaded crypto-common v0.2.2 |
| 495 | 2026-07-24T21:09:42.840Z | Downloaded crc8 v0.1.1 |
| 496 | 2026-07-24T21:09:42.840Z | Downloaded async-stream-impl v0.3.6 |
| 497 | 2026-07-24T21:09:42.840Z | Downloaded array-init v0.0.4 |
| 498 | 2026-07-24T21:09:42.840Z | Downloaded crossbeam-epoch v0.9.18 |
| 499 | 2026-07-24T21:09:42.840Z | Downloaded bitfield-struct v0.6.2 |
| 500 | 2026-07-24T21:09:42.843Z | Downloaded data-encoding v2.10.0 |
| 501 | 2026-07-24T21:09:42.843Z | Downloaded darling v0.21.3 |
| 502 | 2026-07-24T21:09:42.846Z | Downloaded constant_time_eq v0.4.2 |
| 503 | 2026-07-24T21:09:42.849Z | Downloaded bitflags v1.3.2 |
| 504 | 2026-07-24T21:09:42.852Z | Downloaded difflib v0.4.0 |
| 505 | 2026-07-24T21:09:42.852Z | Downloaded defmt v0.3.100 |
| 506 | 2026-07-24T21:09:42.852Z | Downloaded daft v0.1.7 |
| 507 | 2026-07-24T21:09:42.855Z | Downloaded bitfield v0.19.4 |
| 508 | 2026-07-24T21:09:42.855Z | Downloaded anstream v0.6.21 |
| 509 | 2026-07-24T21:09:42.857Z | Downloaded colored v2.2.0 |
| 510 | 2026-07-24T21:09:42.857Z | Downloaded crunchy v0.2.4 |
| 511 | 2026-07-24T21:09:42.857Z | Downloaded convert_case v0.4.0 |
| 512 | 2026-07-24T21:09:42.860Z | Downloaded crc-catalog v2.4.0 |
| 513 | 2026-07-24T21:09:42.860Z | Downloaded block-buffer v0.12.1 |
| 514 | 2026-07-24T21:09:42.860Z | Downloaded bit-set v0.5.3 |
| 515 | 2026-07-24T21:09:42.863Z | Downloaded compression-core v0.4.31 |
| 516 | 2026-07-24T21:09:42.863Z | Downloaded ascii-canvas v3.0.0 |
| 517 | 2026-07-24T21:09:42.863Z | Downloaded darling_macro v0.20.11 |
| 518 | 2026-07-24T21:09:42.863Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 519 | 2026-07-24T21:09:42.866Z | Downloaded defmt-macros v1.0.1 |
| 520 | 2026-07-24T21:09:42.868Z | Downloaded cobs v0.3.0 |
| 521 | 2026-07-24T21:09:42.868Z | Downloaded ciborium-io v0.2.2 |
| 522 | 2026-07-24T21:09:42.868Z | Downloaded block-padding v0.4.2 |
| 523 | 2026-07-24T21:09:42.869Z | Downloaded crucible-workspace-hack v0.1.0 |
| 524 | 2026-07-24T21:09:42.871Z | Downloaded ahash v0.8.12 |
| 525 | 2026-07-24T21:09:42.872Z | Downloaded downcast-rs v2.0.2 |
| 526 | 2026-07-24T21:09:42.874Z | Downloaded debug-ignore v1.0.5 |
| 527 | 2026-07-24T21:09:42.874Z | Downloaded ctr v0.10.1 |
| 528 | 2026-07-24T21:09:42.877Z | Downloaded cipher v0.5.2 |
| 529 | 2026-07-24T21:09:42.877Z | Downloaded bb8 v0.8.6 |
| 530 | 2026-07-24T21:09:42.880Z | Downloaded base64ct v1.8.3 |
| 531 | 2026-07-24T21:09:42.880Z | Downloaded dof v0.4.0 |
| 532 | 2026-07-24T21:09:42.883Z | Downloaded arrayvec v0.7.6 |
| 533 | 2026-07-24T21:09:42.883Z | Downloaded digest-io v0.1.0 |
| 534 | 2026-07-24T21:09:42.886Z | Downloaded anstyle-parse v0.2.7 |
| 535 | 2026-07-24T21:09:42.886Z | Downloaded crossterm v0.28.1 |
| 536 | 2026-07-24T21:09:42.889Z | Downloaded darling v0.23.0 |
| 537 | 2026-07-24T21:09:42.892Z | Downloaded crossbeam-deque v0.8.6 |
| 538 | 2026-07-24T21:09:42.892Z | Downloaded dsl_auto_type v0.2.0 |
| 539 | 2026-07-24T21:09:42.895Z | Downloaded castaway v0.2.4 |
| 540 | 2026-07-24T21:09:42.895Z | Downloaded darling v0.20.11 |
| 541 | 2026-07-24T21:09:42.898Z | Downloaded display-error-chain v0.2.2 |
| 542 | 2026-07-24T21:09:42.898Z | Downloaded dyn-clone v1.0.20 |
| 543 | 2026-07-24T21:09:42.901Z | Downloaded darling_macro v0.23.0 |
| 544 | 2026-07-24T21:09:42.901Z | Downloaded darling v0.13.4 |
| 545 | 2026-07-24T21:09:42.904Z | Downloaded cfg_aliases v0.1.1 |
| 546 | 2026-07-24T21:09:42.904Z | Downloaded cexpr v0.6.0 |
| 547 | 2026-07-24T21:09:42.904Z | Downloaded cfg_aliases v0.2.1 |
| 548 | 2026-07-24T21:09:42.906Z | Downloaded argon2 v0.5.3 |
| 549 | 2026-07-24T21:09:42.907Z | Downloaded aead v0.6.1 |
| 550 | 2026-07-24T21:09:42.909Z | Downloaded document-features v0.2.12 |
| 551 | 2026-07-24T21:09:42.909Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 552 | 2026-07-24T21:09:42.909Z | Downloaded aes-gcm v0.11.0 |
| 553 | 2026-07-24T21:09:42.912Z | Downloaded cstr-argument v0.1.2 |
| 554 | 2026-07-24T21:09:42.912Z | Downloaded console v0.16.2 |
| 555 | 2026-07-24T21:09:42.915Z | Downloaded blake2 v0.10.6 |
| 556 | 2026-07-24T21:09:42.915Z | Downloaded embedded-io v0.6.1 |
| 557 | 2026-07-24T21:09:42.918Z | Downloaded async-trait v0.1.89 |
| 558 | 2026-07-24T21:09:42.918Z | Downloaded dirs-next v2.0.0 |
| 559 | 2026-07-24T21:09:42.920Z | Downloaded dunce v1.0.5 |
| 560 | 2026-07-24T21:09:42.920Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 561 | 2026-07-24T21:09:42.920Z | Downloaded bit-vec v0.8.0 |
| 562 | 2026-07-24T21:09:42.923Z | Downloaded critical-section v1.2.0 |
| 563 | 2026-07-24T21:09:42.923Z | Downloaded darling_macro v0.13.4 |
| 564 | 2026-07-24T21:09:42.926Z | Downloaded env_filter v1.0.0 |
| 565 | 2026-07-24T21:09:42.926Z | Downloaded enum-as-inner v0.6.1 |
| 566 | 2026-07-24T21:09:42.926Z | Downloaded endian-type v0.1.2 |
| 567 | 2026-07-24T21:09:42.929Z | Downloaded csv-core v0.1.13 |
| 568 | 2026-07-24T21:09:42.929Z | Downloaded base16ct v1.0.0 |
| 569 | 2026-07-24T21:09:42.929Z | Downloaded derive_builder_macro v0.20.2 |
| 570 | 2026-07-24T21:09:42.933Z | Downloaded crc v3.4.0 |
| 571 | 2026-07-24T21:09:42.933Z | Downloaded cpufeatures v0.3.0 |
| 572 | 2026-07-24T21:09:42.933Z | Downloaded bit-vec v0.6.3 |
| 573 | 2026-07-24T21:09:42.936Z | Downloaded backoff v0.4.0 |
| 574 | 2026-07-24T21:09:42.936Z | Downloaded bcs v0.1.6 |
| 575 | 2026-07-24T21:09:42.936Z | Downloaded fd-lock v4.0.4 |
| 576 | 2026-07-24T21:09:42.938Z | Downloaded embedded-io v0.4.0 |
| 577 | 2026-07-24T21:09:42.941Z | Downloaded foreign-types v0.5.0 |
| 578 | 2026-07-24T21:09:42.944Z | Downloaded diesel-dtrace v0.5.0 |
| 579 | 2026-07-24T21:09:42.944Z | Downloaded fixedbitset v0.4.2 |
| 580 | 2026-07-24T21:09:42.947Z | Downloaded foreign-types-macros v0.2.3 |
| 581 | 2026-07-24T21:09:42.947Z | Downloaded futures-sink v0.3.32 |
| 582 | 2026-07-24T21:09:42.947Z | Downloaded futures-macro v0.3.32 |
| 583 | 2026-07-24T21:09:42.987Z | Downloaded displaydoc v0.2.5 |
| 584 | 2026-07-24T21:09:42.987Z | Downloaded delegate v0.13.5 |
| 585 | 2026-07-24T21:09:42.987Z | Downloaded futures-task v0.3.32 |
| 586 | 2026-07-24T21:09:42.987Z | Downloaded const_format_proc_macros v0.2.34 |
| 587 | 2026-07-24T21:09:42.987Z | Downloaded buf-list v1.1.2 |
| 588 | 2026-07-24T21:09:42.987Z | Downloaded cmake v0.1.57 |
| 589 | 2026-07-24T21:09:42.987Z | Downloaded form_urlencoded v1.2.2 |
| 590 | 2026-07-24T21:09:42.987Z | Downloaded foreign-types-shared v0.1.1 |
| 591 | 2026-07-24T21:09:42.987Z | Downloaded flagset v0.4.7 |
| 592 | 2026-07-24T21:09:42.987Z | Downloaded cassowary v0.3.0 |
| 593 | 2026-07-24T21:09:42.987Z | Downloaded funty v2.0.0 |
| 594 | 2026-07-24T21:09:42.987Z | Downloaded foreign-types-shared v0.3.1 |
| 595 | 2026-07-24T21:09:42.987Z | Downloaded float-ord v0.3.2 |
| 596 | 2026-07-24T21:09:42.987Z | Downloaded ciborium-ll v0.2.2 |
| 597 | 2026-07-24T21:09:42.987Z | Downloaded foreign-types v0.3.2 |
| 598 | 2026-07-24T21:09:42.987Z | Downloaded gethostname v0.5.0 |
| 599 | 2026-07-24T21:09:42.987Z | Downloaded futures-core v0.3.32 |
| 600 | 2026-07-24T21:09:42.987Z | Downloaded fxhash v0.2.1 |
| 601 | 2026-07-24T21:09:42.987Z | Downloaded futures-io v0.3.32 |
| 602 | 2026-07-24T21:09:42.988Z | Downloaded globwalk v0.9.1 |
| 603 | 2026-07-24T21:09:42.988Z | Downloaded bs58 v0.5.1 |
| 604 | 2026-07-24T21:09:42.988Z | Downloaded convert_case v0.10.0 |
| 605 | 2026-07-24T21:09:42.988Z | Downloaded compression-codecs v0.4.37 |
| 606 | 2026-07-24T21:09:42.988Z | Downloaded git-stub v1.0.0 |
| 607 | 2026-07-24T21:09:42.988Z | Downloaded ghash v0.6.0 |
| 608 | 2026-07-24T21:09:42.991Z | Downloaded hash32 v0.3.1 |
| 609 | 2026-07-24T21:09:42.991Z | Downloaded cbc v0.2.1 |
| 610 | 2026-07-24T21:09:42.991Z | Downloaded ed25519 v3.0.0 |
| 611 | 2026-07-24T21:09:42.991Z | Downloaded hash32 v0.2.1 |
| 612 | 2026-07-24T21:09:42.994Z | Downloaded byte-wrapper v0.1.0 |
| 613 | 2026-07-24T21:09:42.997Z | Downloaded hex-literal v1.1.0 |
| 614 | 2026-07-24T21:09:42.997Z | Downloaded hex v0.4.3 |
| 615 | 2026-07-24T21:09:43.000Z | Downloaded headers-core v0.3.0 |
| 616 | 2026-07-24T21:09:43.000Z | Downloaded enum_dispatch v0.3.13 |
| 617 | 2026-07-24T21:09:43.000Z | Downloaded ff v0.13.1 |
| 618 | 2026-07-24T21:09:43.004Z | Downloaded derive-ex v0.1.8 |
| 619 | 2026-07-24T21:09:43.004Z | Downloaded find-msvc-tools v0.1.9 |
| 620 | 2026-07-24T21:09:43.006Z | Downloaded filetime v0.2.27 |
| 621 | 2026-07-24T21:09:43.006Z | Downloaded env_logger v0.11.9 |
| 622 | 2026-07-24T21:09:43.011Z | Downloaded const-oid v0.9.6 |
| 623 | 2026-07-24T21:09:43.011Z | Downloaded clang-sys v1.8.1 |
| 624 | 2026-07-24T21:09:43.014Z | Downloaded foldhash v0.2.0 |
| 625 | 2026-07-24T21:09:43.014Z | Downloaded fixedbitset v0.5.7 |
| 626 | 2026-07-24T21:09:43.014Z | Downloaded der_derive v0.7.3 |
| 627 | 2026-07-24T21:09:43.017Z | Downloaded fs_extra v1.3.0 |
| 628 | 2026-07-24T21:09:43.017Z | Downloaded http-range v0.1.5 |
| 629 | 2026-07-24T21:09:43.017Z | Downloaded http-body v1.0.1 |
| 630 | 2026-07-24T21:09:43.020Z | Downloaded hostname v0.4.2 |
| 631 | 2026-07-24T21:09:43.020Z | Downloaded hubpack v0.1.2 |
| 632 | 2026-07-24T21:09:43.020Z | Downloaded home v0.5.12 |
| 633 | 2026-07-24T21:09:43.023Z | Downloaded foldhash v0.1.5 |
| 634 | 2026-07-24T21:09:43.023Z | Downloaded fs-err v2.11.0 |
| 635 | 2026-07-24T21:09:43.023Z | Downloaded async-bb8-diesel v0.2.1 |
| 636 | 2026-07-24T21:09:43.027Z | Downloaded defmt v1.0.1 |
| 637 | 2026-07-24T21:09:43.027Z | Downloaded derive_more v0.99.20 |
| 638 | 2026-07-24T21:09:43.030Z | Downloaded bzip2 v0.6.1 |
| 639 | 2026-07-24T21:09:43.032Z | Downloaded colored v3.1.1 |
| 640 | 2026-07-24T21:09:43.035Z | Downloaded hubpack_derive v0.1.1 |
| 641 | 2026-07-24T21:09:43.035Z | Downloaded httpdate v1.0.3 |
| 642 | 2026-07-24T21:09:43.035Z | Downloaded ciborium v0.2.2 |
| 643 | 2026-07-24T21:09:43.038Z | Downloaded bzip2 v0.4.4 |
| 644 | 2026-07-24T21:09:43.038Z | Downloaded hyper-tls v0.6.0 |
| 645 | 2026-07-24T21:09:43.041Z | Downloaded ff v0.14.0 |
| 646 | 2026-07-24T21:09:43.041Z | Downloaded derive_builder_core v0.20.2 |
| 647 | 2026-07-24T21:09:43.041Z | Downloaded const-oid v0.10.2 |
| 648 | 2026-07-24T21:09:43.044Z | Downloaded darling_core v0.21.3 |
| 649 | 2026-07-24T21:09:43.046Z | Downloaded futures-executor v0.3.32 |
| 650 | 2026-07-24T21:09:43.049Z | Downloaded group v0.13.0 |
| 651 | 2026-07-24T21:09:43.049Z | Downloaded idna_adapter v1.2.1 |
| 652 | 2026-07-24T21:09:43.049Z | Downloaded glob v0.3.3 |
| 653 | 2026-07-24T21:09:43.052Z | Downloaded git-stub-vcs v0.1.0 |
| 654 | 2026-07-24T21:09:43.052Z | Downloaded cancel-safe-futures v0.1.5 |
| 655 | 2026-07-24T21:09:43.055Z | Downloaded float-cmp v0.10.0 |
| 656 | 2026-07-24T21:09:43.055Z | Downloaded blake2 v0.11.0-rc.6 |
| 657 | 2026-07-24T21:09:43.057Z | Downloaded ident_case v1.0.1 |
| 658 | 2026-07-24T21:09:43.057Z | Downloaded fallible-iterator v0.2.0 |
| 659 | 2026-07-24T21:09:43.057Z | Downloaded ena v0.14.4 |
| 660 | 2026-07-24T21:09:43.061Z | Downloaded camino-tempfile-ext v0.3.3 |
| 661 | 2026-07-24T21:09:43.061Z | Downloaded console v0.15.11 |
| 662 | 2026-07-24T21:09:43.064Z | Downloaded instant v0.1.13 |
| 663 | 2026-07-24T21:09:43.064Z | Downloaded illumos-nvpair v0.3.0 |
| 664 | 2026-07-24T21:09:43.064Z | Downloaded derive_builder v0.20.2 |
| 665 | 2026-07-24T21:09:43.067Z | Downloaded daft-derive v0.1.7 |
| 666 | 2026-07-24T21:09:43.070Z | Downloaded humantime v2.3.0 |
| 667 | 2026-07-24T21:09:43.072Z | Downloaded indent_write v2.2.0 |
| 668 | 2026-07-24T21:09:43.072Z | Downloaded ed25519 v2.2.3 |
| 669 | 2026-07-24T21:09:43.075Z | Downloaded internet-checksum v0.2.1 |
| 670 | 2026-07-24T21:09:43.075Z | Downloaded ecdsa v0.16.9 |
| 671 | 2026-07-24T21:09:43.075Z | Downloaded http-body-util v0.1.3 |
| 672 | 2026-07-24T21:09:43.078Z | Downloaded cipher v0.4.4 |
| 673 | 2026-07-24T21:09:43.078Z | Downloaded crc32fast v1.5.0 |
| 674 | 2026-07-24T21:09:43.081Z | Downloaded chacha20poly1305 v0.10.1 |
| 675 | 2026-07-24T21:09:43.081Z | Downloaded chacha20 v0.10.0 |
| 676 | 2026-07-24T21:09:43.084Z | Downloaded diff v0.1.13 |
| 677 | 2026-07-24T21:09:43.084Z | Downloaded allocator-api2 v0.2.21 |
| 678 | 2026-07-24T21:09:43.087Z | Downloaded hyper-staticfile v0.10.1 |
| 679 | 2026-07-24T21:09:43.087Z | Downloaded inout v0.2.2 |
| 680 | 2026-07-24T21:09:43.089Z | Downloaded indoc v1.0.9 |
| 681 | 2026-07-24T21:09:43.090Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 682 | 2026-07-24T21:09:43.092Z | Downloaded is_ci v1.2.0 |
| 683 | 2026-07-24T21:09:43.092Z | Downloaded is-terminal v0.4.17 |
| 684 | 2026-07-24T21:09:43.093Z | Downloaded kem v0.3.0 |
| 685 | 2026-07-24T21:09:43.093Z | Downloaded keccak v0.1.6 |
| 686 | 2026-07-24T21:09:43.095Z | Downloaded inout v0.1.4 |
| 687 | 2026-07-24T21:09:43.095Z | Downloaded darling_core v0.13.4 |
| 688 | 2026-07-24T21:09:43.099Z | Downloaded instability v0.3.11 |
| 689 | 2026-07-24T21:09:43.099Z | Downloaded hostname v0.3.1 |
| 690 | 2026-07-24T21:09:43.099Z | Downloaded base64 v0.22.1 |
| 691 | 2026-07-24T21:09:43.102Z | Downloaded highway v1.3.0 |
| 692 | 2026-07-24T21:09:43.105Z | Downloaded backon v1.6.0 |
| 693 | 2026-07-24T21:09:43.105Z | Downloaded lazy_static v1.5.0 |
| 694 | 2026-07-24T21:09:43.108Z | Downloaded lalrpop-util v0.19.12 |
| 695 | 2026-07-24T21:09:43.108Z | Downloaded kstat-rs v0.2.4 |
| 696 | 2026-07-24T21:09:43.108Z | Downloaded dirs-sys-next v0.1.2 |
| 697 | 2026-07-24T21:09:43.110Z | Downloaded digest v0.11.3 |
| 698 | 2026-07-24T21:09:43.110Z | Downloaded deranged v0.5.8 |
| 699 | 2026-07-24T21:09:43.113Z | Downloaded either v1.15.0 |
| 700 | 2026-07-24T21:09:43.113Z | Downloaded getrandom v0.2.17 |
| 701 | 2026-07-24T21:09:43.116Z | Downloaded futures-channel v0.3.32 |
| 702 | 2026-07-24T21:09:43.116Z | Downloaded chacha20 v0.9.1 |
| 703 | 2026-07-24T21:09:43.119Z | Downloaded blowfish v0.10.0 |
| 704 | 2026-07-24T21:09:43.119Z | Downloaded group v0.14.0 |
| 705 | 2026-07-24T21:09:43.122Z | Downloaded half v1.8.3 |
| 706 | 2026-07-24T21:09:43.122Z | Downloaded libscf-sys v1.1.0 |
| 707 | 2026-07-24T21:09:43.124Z | Downloaded globset v0.4.18 |
| 708 | 2026-07-24T21:09:43.127Z | Downloaded linked-hash-map v0.5.6 |
| 709 | 2026-07-24T21:09:43.130Z | Downloaded managed v0.8.0 |
| 710 | 2026-07-24T21:09:43.130Z | Downloaded lru-slab v0.1.2 |
| 711 | 2026-07-24T21:09:43.133Z | Downloaded md5 v0.8.0 |
| 712 | 2026-07-24T21:09:43.133Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 713 | 2026-07-24T21:09:43.136Z | Downloaded maybe-uninit v2.0.0 |
| 714 | 2026-07-24T21:09:43.136Z | Downloaded fatfs v0.3.6 |
| 715 | 2026-07-24T21:09:43.139Z | Downloaded memoffset v0.9.1 |
| 716 | 2026-07-24T21:09:43.139Z | Downloaded ingot v0.1.1 |
| 717 | 2026-07-24T21:09:43.142Z | Downloaded lru-cache v0.1.2 |
| 718 | 2026-07-24T21:09:43.142Z | Downloaded derive-where v1.6.0 |
| 719 | 2026-07-24T21:09:43.144Z | Downloaded md-5 v0.10.6 |
| 720 | 2026-07-24T21:09:43.144Z | Downloaded match_cfg v0.1.0 |
| 721 | 2026-07-24T21:09:43.147Z | Downloaded maplit v1.0.2 |
| 722 | 2026-07-24T21:09:43.147Z | Downloaded lzss v0.8.2 |
| 723 | 2026-07-24T21:09:43.150Z | Downloaded erased-serde v0.3.31 |
| 724 | 2026-07-24T21:09:43.150Z | Downloaded ar_archive_writer v0.5.1 |
| 725 | 2026-07-24T21:09:43.152Z | Downloaded ipnetwork v0.21.1 |
| 726 | 2026-07-24T21:09:43.155Z | Downloaded elliptic-curve v0.13.8 |
| 727 | 2026-07-24T21:09:43.158Z | Downloaded const_format v0.2.35 |
| 728 | 2026-07-24T21:09:43.161Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 729 | 2026-07-24T21:09:43.164Z | Downloaded ingot-types v0.1.2 |
| 730 | 2026-07-24T21:09:43.164Z | Downloaded dropshot_endpoint v0.17.1 |
| 731 | 2026-07-24T21:09:43.166Z | Downloaded darling_core v0.23.0 |
| 732 | 2026-07-24T21:09:43.169Z | Downloaded nibble_vec v0.1.0 |
| 733 | 2026-07-24T21:09:43.172Z | Downloaded newtype_derive v0.1.6 |
| 734 | 2026-07-24T21:09:43.172Z | Downloaded newtype-uuid-macros v0.1.0 |
| 735 | 2026-07-24T21:09:43.175Z | Downloaded getrandom v0.3.4 |
| 736 | 2026-07-24T21:09:43.175Z | Downloaded newline-converter v0.3.0 |
| 737 | 2026-07-24T21:09:43.178Z | Downloaded new_debug_unreachable v1.0.6 |
| 738 | 2026-07-24T21:09:43.178Z | Downloaded hybrid-array v0.4.13 |
| 739 | 2026-07-24T21:09:43.181Z | Downloaded normalize-line-endings v0.3.0 |
| 740 | 2026-07-24T21:09:43.181Z | Downloaded jobserver v0.1.34 |
| 741 | 2026-07-24T21:09:43.185Z | Downloaded nodrop v0.1.14 |
| 742 | 2026-07-24T21:09:43.185Z | Downloaded keccak v0.2.0 |
| 743 | 2026-07-24T21:09:43.185Z | Downloaded num-iter v0.1.45 |
| 744 | 2026-07-24T21:09:43.188Z | Downloaded nonempty v0.12.0 |
| 745 | 2026-07-24T21:09:43.188Z | Downloaded num-derive v0.3.3 |
| 746 | 2026-07-24T21:09:43.188Z | Downloaded hyper-rustls v0.27.7 |
| 747 | 2026-07-24T21:09:43.190Z | Downloaded httparse v1.10.1 |
| 748 | 2026-07-24T21:09:43.193Z | Downloaded num-derive v0.4.2 |
| 749 | 2026-07-24T21:09:43.196Z | Downloaded linear-map v1.2.0 |
| 750 | 2026-07-24T21:09:43.196Z | Downloaded generic-array v1.4.3 |
| 751 | 2026-07-24T21:09:43.199Z | Downloaded libloading v0.8.9 |
| 752 | 2026-07-24T21:09:43.199Z | Downloaded num-conv v0.2.0 |
| 753 | 2026-07-24T21:09:43.201Z | Downloaded libsw-core v0.3.2 |
| 754 | 2026-07-24T21:09:43.201Z | Downloaded libsw v3.5.0 |
| 755 | 2026-07-24T21:09:43.204Z | Downloaded ipnet v2.11.0 |
| 756 | 2026-07-24T21:09:43.204Z | Downloaded lock_api v0.4.14 |
| 757 | 2026-07-24T21:09:43.207Z | Downloaded hmac v0.12.1 |
| 758 | 2026-07-24T21:09:43.207Z | Downloaded num_enum_derive v0.5.11 |
| 759 | 2026-07-24T21:09:43.207Z | Downloaded olpc-cjson v0.1.4 |
| 760 | 2026-07-24T21:09:43.210Z | Downloaded libefi-sys v0.1.0 |
| 761 | 2026-07-24T21:09:43.210Z | Downloaded darling_core v0.20.11 |
| 762 | 2026-07-24T21:09:43.213Z | Downloaded mime v0.3.17 |
| 763 | 2026-07-24T21:09:43.216Z | Downloaded num_threads v0.1.7 |
| 764 | 2026-07-24T21:09:43.216Z | Downloaded mime_guess v2.0.5 |
| 765 | 2026-07-24T21:09:43.219Z | Downloaded indoc v2.0.7 |
| 766 | 2026-07-24T21:09:43.219Z | Downloaded des v0.9.0 |
| 767 | 2026-07-24T21:09:43.222Z | Downloaded openssl-probe v0.1.6 |
| 768 | 2026-07-24T21:09:43.222Z | Downloaded oso-derive v0.27.3 |
| 769 | 2026-07-24T21:09:43.222Z | Downloaded openssl-probe v0.2.1 |
| 770 | 2026-07-24T21:09:43.225Z | Downloaded openssl-macros v0.1.1 |
| 771 | 2026-07-24T21:09:43.225Z | Downloaded opaque-debug v0.3.1 |
| 772 | 2026-07-24T21:09:43.225Z | Downloaded multer v3.1.0 |
| 773 | 2026-07-24T21:09:43.228Z | Downloaded arc-swap v1.8.2 |
| 774 | 2026-07-24T21:09:43.231Z | Downloaded nanorand v0.7.0 |
| 775 | 2026-07-24T21:09:43.234Z | Downloaded module-lattice v0.2.3 |
| 776 | 2026-07-24T21:09:43.234Z | Downloaded compact_str v0.8.1 |
| 777 | 2026-07-24T21:09:43.236Z | Downloaded bytes v1.11.1 |
| 778 | 2026-07-24T21:09:43.239Z | Downloaded newtype-uuid v1.3.2 |
| 779 | 2026-07-24T21:09:43.239Z | Downloaded native-tls v0.2.18 |
| 780 | 2026-07-24T21:09:43.242Z | Downloaded multimap v0.10.1 |
| 781 | 2026-07-24T21:09:43.242Z | Downloaded ingot-macros v0.1.1 |
| 782 | 2026-07-24T21:09:43.245Z | Downloaded bumpalo v3.20.2 |
| 783 | 2026-07-24T21:09:43.245Z | Downloaded half v2.7.1 |
| 784 | 2026-07-24T21:09:43.248Z | Downloaded icu_properties v2.1.2 |
| 785 | 2026-07-24T21:09:43.251Z | Downloaded drift v0.2.0 |
| 786 | 2026-07-24T21:09:43.270Z | Downloaded peg-runtime v0.8.5 |
| 787 | 2026-07-24T21:09:43.273Z | Downloaded cc v1.2.56 |
| 788 | 2026-07-24T21:09:43.273Z | Downloaded path-slash v0.1.5 |
| 789 | 2026-07-24T21:09:43.276Z | Downloaded password-hash v0.6.1 |
| 790 | 2026-07-24T21:09:43.276Z | Downloaded parse-size v1.1.0 |
| 791 | 2026-07-24T21:09:43.276Z | Downloaded parse-display v0.10.0 |
| 792 | 2026-07-24T21:09:43.279Z | Downloaded packed_struct_codegen v0.10.1 |
| 793 | 2026-07-24T21:09:43.279Z | Downloaded ignore v0.4.25 |
| 794 | 2026-07-24T21:09:43.282Z | Downloaded iana-time-zone v0.1.65 |
| 795 | 2026-07-24T21:09:43.282Z | Downloaded heapless v0.8.0 |
| 796 | 2026-07-24T21:09:43.285Z | Downloaded num_enum_derive v0.7.6 |
| 797 | 2026-07-24T21:09:43.288Z | Downloaded litrs v1.0.0 |
| 798 | 2026-07-24T21:09:43.291Z | Downloaded litemap v0.8.1 |
| 799 | 2026-07-24T21:09:43.291Z | Downloaded num_enum v0.7.6 |
| 800 | 2026-07-24T21:09:43.294Z | Downloaded memmap2 v0.9.10 |
| 801 | 2026-07-24T21:09:43.296Z | Downloaded base64 v0.21.7 |
| 802 | 2026-07-24T21:09:43.299Z | Downloaded async-compression v0.4.41 |
| 803 | 2026-07-24T21:09:43.302Z | Downloaded phf_shared v0.13.1 |
| 804 | 2026-07-24T21:09:43.305Z | Downloaded phf_shared v0.11.3 |
| 805 | 2026-07-24T21:09:43.305Z | Downloaded percent-encoding v2.3.2 |
| 806 | 2026-07-24T21:09:43.305Z | Downloaded icu_provider v2.1.1 |
| 807 | 2026-07-24T21:09:43.308Z | Downloaded oxide-update-engine-display v0.1.2 |
| 808 | 2026-07-24T21:09:43.310Z | Downloaded ml-kem v0.3.2 |
| 809 | 2026-07-24T21:09:43.310Z | Downloaded crypto-bigint v0.5.5 |
| 810 | 2026-07-24T21:09:43.314Z | Downloaded flate2 v1.1.9 |
| 811 | 2026-07-24T21:09:43.317Z | Downloaded derive_more v2.1.1 |
| 812 | 2026-07-24T21:09:43.325Z | Downloaded oxide-tokio-rt v0.1.4 |
| 813 | 2026-07-24T21:09:43.327Z | Downloaded owo-colors v4.3.0 |
| 814 | 2026-07-24T21:09:43.328Z | Downloaded oxnet v0.1.6 |
| 815 | 2026-07-24T21:09:43.330Z | Downloaded parse-display-derive v0.10.0 |
| 816 | 2026-07-24T21:09:43.330Z | Downloaded icu_locale_core v2.1.1 |
| 817 | 2026-07-24T21:09:43.335Z | Downloaded precomputed-hash v0.1.1 |
| 818 | 2026-07-24T21:09:43.338Z | Downloaded oxide-update-engine v0.1.2 |
| 819 | 2026-07-24T21:09:43.338Z | Downloaded paste v1.0.15 |
| 820 | 2026-07-24T21:09:43.341Z | Downloaded heapless v0.7.17 |
| 821 | 2026-07-24T21:09:43.343Z | Downloaded flume v0.11.1 |
| 822 | 2026-07-24T21:09:43.346Z | Downloaded predicates-core v1.0.10 |
| 823 | 2026-07-24T21:09:43.349Z | Downloaded powerfmt v0.2.0 |
| 824 | 2026-07-24T21:09:43.349Z | Downloaded pem-rfc7468 v0.7.0 |
| 825 | 2026-07-24T21:09:43.352Z | Downloaded phf_shared v0.12.1 |
| 826 | 2026-07-24T21:09:43.352Z | Downloaded pbkdf2 v0.13.0 |
| 827 | 2026-07-24T21:09:43.352Z | Downloaded pem v3.0.6 |
| 828 | 2026-07-24T21:09:43.356Z | Downloaded password-hash v0.5.0 |
| 829 | 2026-07-24T21:09:43.357Z | Downloaded parking_lot_core v0.8.6 |
| 830 | 2026-07-24T21:09:43.360Z | Downloaded peg v0.8.5 |
| 831 | 2026-07-24T21:09:43.360Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 832 | 2026-07-24T21:09:43.363Z | Downloaded proc-macro-crate v3.4.0 |
| 833 | 2026-07-24T21:09:43.363Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2026-07-24T21:09:43.363Z | Downloaded futures v0.3.32 |
| 835 | 2026-07-24T21:09:43.367Z | Downloaded phf v0.13.1 |
| 836 | 2026-07-24T21:09:43.369Z | Downloaded predicates-tree v1.0.13 |
| 837 | 2026-07-24T21:09:43.369Z | Downloaded peg-macros v0.8.5 |
| 838 | 2026-07-24T21:09:43.372Z | Downloaded icu_normalizer_data v2.1.1 |
| 839 | 2026-07-24T21:09:43.372Z | Downloaded libbz2-rs-sys v0.2.2 |
| 840 | 2026-07-24T21:09:43.375Z | Downloaded icu_normalizer v2.1.1 |
| 841 | 2026-07-24T21:09:43.377Z | Downloaded phf v0.12.1 |
| 842 | 2026-07-24T21:09:43.378Z | Downloaded pem-rfc7468 v1.0.0 |
| 843 | 2026-07-24T21:09:43.380Z | Downloaded pin-project-lite v0.2.17 |
| 844 | 2026-07-24T21:09:43.383Z | Downloaded radium v0.7.0 |
| 845 | 2026-07-24T21:09:43.383Z | Downloaded progenitor-client v0.14.0 |
| 846 | 2026-07-24T21:09:43.386Z | Downloaded pkcs8 v0.10.2 |
| 847 | 2026-07-24T21:09:43.389Z | Downloaded aes v0.9.1 |
| 848 | 2026-07-24T21:09:43.392Z | Downloaded icu_collections v2.1.1 |
| 849 | 2026-07-24T21:09:43.395Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 850 | 2026-07-24T21:09:43.397Z | Downloaded port-file v0.1.0 |
| 851 | 2026-07-24T21:09:43.400Z | Downloaded pin-project-internal v1.1.11 |
| 852 | 2026-07-24T21:09:43.400Z | Downloaded der v0.7.10 |
| 853 | 2026-07-24T21:09:43.403Z | Downloaded ed25519-dalek v2.2.0 |
| 854 | 2026-07-24T21:09:43.406Z | Downloaded quick-error v1.2.3 |
| 855 | 2026-07-24T21:09:43.408Z | Downloaded progenitor-macro v0.14.0 |
| 856 | 2026-07-24T21:09:43.408Z | Downloaded predicates v3.1.4 |
| 857 | 2026-07-24T21:09:43.411Z | Downloaded psl-types v2.0.11 |
| 858 | 2026-07-24T21:09:43.411Z | Downloaded poly1305 v0.8.0 |
| 859 | 2026-07-24T21:09:43.414Z | Downloaded der v0.8.0 |
| 860 | 2026-07-24T21:09:43.418Z | Downloaded ppv-lite86 v0.2.21 |
| 861 | 2026-07-24T21:09:43.420Z | Downloaded hickory-resolver v0.25.2 |
| 862 | 2026-07-24T21:09:43.423Z | Downloaded parking_lot_core v0.9.12 |
| 863 | 2026-07-24T21:09:43.423Z | Downloaded rand_chacha v0.3.1 |
| 864 | 2026-07-24T21:09:43.426Z | Downloaded hickory-resolver v0.24.4 |
| 865 | 2026-07-24T21:09:43.429Z | Downloaded primefield v0.14.0 |
| 866 | 2026-07-24T21:09:43.432Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 867 | 2026-07-24T21:09:43.432Z | Downloaded miniz_oxide v0.8.9 |
| 868 | 2026-07-24T21:09:43.435Z | Downloaded progenitor v0.14.0 |
| 869 | 2026-07-24T21:09:43.435Z | Downloaded primeorder v0.14.0-rc.10 |
| 870 | 2026-07-24T21:09:43.435Z | Downloaded ref-cast v1.0.25 |
| 871 | 2026-07-24T21:09:43.438Z | Downloaded rand_xorshift v0.4.0 |
| 872 | 2026-07-24T21:09:43.440Z | Downloaded recursive v0.1.1 |
| 873 | 2026-07-24T21:09:43.440Z | Downloaded num-traits v0.2.19 |
| 874 | 2026-07-24T21:09:43.443Z | Downloaded indicatif v0.18.4 |
| 875 | 2026-07-24T21:09:43.446Z | Downloaded omicron-zone-package v0.12.3 |
| 876 | 2026-07-24T21:09:43.449Z | Downloaded hashbrown v0.12.3 |
| 877 | 2026-07-24T21:09:43.452Z | Downloaded pkcs1 v0.7.5 |
| 878 | 2026-07-24T21:09:43.452Z | Downloaded rfc6979 v0.4.0 |
| 879 | 2026-07-24T21:09:43.454Z | Downloaded pkg-config v0.3.32 |
| 880 | 2026-07-24T21:09:43.454Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 881 | 2026-07-24T21:09:43.457Z | Downloaded expectorate v1.2.0 |
| 882 | 2026-07-24T21:09:43.460Z | Downloaded pkcs8 v0.11.0 |
| 883 | 2026-07-24T21:09:43.460Z | Downloaded polyval v0.7.1 |
| 884 | 2026-07-24T21:09:43.463Z | Downloaded r2d2 v0.8.10 |
| 885 | 2026-07-24T21:09:43.463Z | Downloaded oxide-update-engine-types v0.1.2 |
| 886 | 2026-07-24T21:09:43.466Z | Downloaded rtoolbox v0.0.3 |
| 887 | 2026-07-24T21:09:43.466Z | Downloaded poly1305 v0.9.0 |
| 888 | 2026-07-24T21:09:43.469Z | Downloaded oso v0.27.3 |
| 889 | 2026-07-24T21:09:43.471Z | Downloaded progenitor-extras v0.2.0 |
| 890 | 2026-07-24T21:09:43.471Z | Downloaded postcard v1.1.3 |
| 891 | 2026-07-24T21:09:43.474Z | Downloaded russh-util v0.52.0 |
| 892 | 2026-07-24T21:09:43.474Z | Downloaded russh-cryptovec v0.61.0 |
| 893 | 2026-07-24T21:09:43.477Z | Downloaded rand_seeder v0.4.0 |
| 894 | 2026-07-24T21:09:43.477Z | Downloaded rfc6979 v0.5.0 |
| 895 | 2026-07-24T21:09:43.480Z | Downloaded same-file v1.0.6 |
| 896 | 2026-07-24T21:09:43.480Z | Downloaded primeorder v0.13.6 |
| 897 | 2026-07-24T21:09:43.480Z | Downloaded rand_core v0.10.0 |
| 898 | 2026-07-24T21:09:43.483Z | Downloaded psm v0.1.30 |
| 899 | 2026-07-24T21:09:43.486Z | Downloaded rand_core v0.6.4 |
| 900 | 2026-07-24T21:09:43.486Z | Downloaded rand_chacha v0.9.0 |
| 901 | 2026-07-24T21:09:43.489Z | Downloaded postgres-protocol v0.6.10 |
| 902 | 2026-07-24T21:09:43.489Z | Downloaded progenitor-macro v0.13.0 |
| 903 | 2026-07-24T21:09:43.492Z | Downloaded postgres-types v0.2.12 |
| 904 | 2026-07-24T21:09:43.492Z | Downloaded progenitor-client v0.13.0 |
| 905 | 2026-07-24T21:09:43.495Z | Downloaded progenitor v0.13.0 |
| 906 | 2026-07-24T21:09:43.495Z | Downloaded ref-cast-impl v1.0.25 |
| 907 | 2026-07-24T21:09:43.495Z | Downloaded sapling-renderdag v0.1.0 |
| 908 | 2026-07-24T21:09:43.498Z | Downloaded rustc_version v0.4.1 |
| 909 | 2026-07-24T21:09:43.498Z | Downloaded packed_struct v0.10.1 |
| 910 | 2026-07-24T21:09:43.498Z | Downloaded parking_lot v0.11.2 |
| 911 | 2026-07-24T21:09:43.501Z | Downloaded phc v0.6.1 |
| 912 | 2026-07-24T21:09:43.503Z | Downloaded rand_core v0.9.5 |
| 913 | 2026-07-24T21:09:43.503Z | Downloaded http v1.4.2 |
| 914 | 2026-07-24T21:09:43.506Z | Downloaded diesel_derives v2.3.7 |
| 915 | 2026-07-24T21:09:43.510Z | Downloaded rustc_version v0.1.7 |
| 916 | 2026-07-24T21:09:43.513Z | Downloaded proc-macro-error2 v2.0.1 |
| 917 | 2026-07-24T21:09:43.515Z | Downloaded minimal-lexical v0.2.1 |
| 918 | 2026-07-24T21:09:43.518Z | Downloaded scheduled-thread-pool v0.2.7 |
| 919 | 2026-07-24T21:09:43.518Z | Downloaded hashbrown v0.13.2 |
| 920 | 2026-07-24T21:09:43.521Z | Downloaded scopeguard v1.2.0 |
| 921 | 2026-07-24T21:09:43.525Z | Downloaded seq-macro v0.3.6 |
| 922 | 2026-07-24T21:09:43.525Z | Downloaded secrecy v0.8.0 |
| 923 | 2026-07-24T21:09:43.525Z | Downloaded resolv-conf v0.7.6 |
| 924 | 2026-07-24T21:09:43.528Z | Downloaded pin-project v1.1.11 |
| 925 | 2026-07-24T21:09:43.533Z | Downloaded secrecy v0.10.3 |
| 926 | 2026-07-24T21:09:43.536Z | Downloaded p384 v0.14.0-rc.10 |
| 927 | 2026-07-24T21:09:43.539Z | Downloaded rustc-hash v2.1.1 |
| 928 | 2026-07-24T21:09:43.539Z | Downloaded jiff-static v0.2.21 |
| 929 | 2026-07-24T21:09:43.541Z | Downloaded p256 v0.14.0-rc.10 |
| 930 | 2026-07-24T21:09:43.544Z | Downloaded serde_urlencoded v0.7.1 |
| 931 | 2026-07-24T21:09:43.545Z | Downloaded serde_repr v0.1.20 |
| 932 | 2026-07-24T21:09:43.548Z | Downloaded serde-big-array v0.5.1 |
| 933 | 2026-07-24T21:09:43.548Z | Downloaded pkcs5 v0.8.1 |
| 934 | 2026-07-24T21:09:43.551Z | Downloaded sha1 v0.11.0 |
| 935 | 2026-07-24T21:09:43.554Z | Downloaded semver v0.1.20 |
| 936 | 2026-07-24T21:09:43.557Z | Downloaded parking_lot v0.12.5 |
| 937 | 2026-07-24T21:09:43.557Z | Downloaded sha1 v0.10.6 |
| 938 | 2026-07-24T21:09:43.560Z | Downloaded rusty-fork v0.3.1 |
| 939 | 2026-07-24T21:09:43.560Z | Downloaded rustversion v1.0.22 |
| 940 | 2026-07-24T21:09:43.563Z | Downloaded serde_spanned v1.1.1 |
| 941 | 2026-07-24T21:09:43.563Z | Downloaded serde_plain v1.0.2 |
| 942 | 2026-07-24T21:09:43.566Z | Downloaded scroll_derive v0.13.1 |
| 943 | 2026-07-24T21:09:43.566Z | Downloaded rpassword v7.5.4 |
| 944 | 2026-07-24T21:09:43.566Z | Downloaded quinn-udp v0.5.14 |
| 945 | 2026-07-24T21:09:43.570Z | Downloaded serde_bytes v0.11.19 |
| 946 | 2026-07-24T21:09:43.571Z | Downloaded openssl-sys v0.9.115 |
| 947 | 2026-07-24T21:09:43.573Z | Downloaded hyper-util v0.1.20 |
| 948 | 2026-07-24T21:09:43.576Z | Downloaded prefix-trie v0.7.0 |
| 949 | 2026-07-24T21:09:43.579Z | Downloaded sigpipe v0.1.3 |
| 950 | 2026-07-24T21:09:43.582Z | Downloaded signal-hook-tokio v0.3.1 |
| 951 | 2026-07-24T21:09:43.582Z | Downloaded signal-hook-mio v0.2.5 |
| 952 | 2026-07-24T21:09:43.582Z | Downloaded potential_utf v0.1.4 |
| 953 | 2026-07-24T21:09:43.585Z | Downloaded num-rational v0.4.2 |
| 954 | 2026-07-24T21:09:43.585Z | Downloaded rustls-pemfile v2.2.0 |
| 955 | 2026-07-24T21:09:43.588Z | Downloaded shell-words v1.1.1 |
| 956 | 2026-07-24T21:09:43.588Z | Downloaded derive_more-impl v2.1.1 |
| 957 | 2026-07-24T21:09:43.591Z | Downloaded indexmap v1.9.3 |
| 958 | 2026-07-24T21:09:43.594Z | Downloaded signature v2.2.0 |
| 959 | 2026-07-24T21:09:43.594Z | Downloaded scrypt v0.12.0 |
| 960 | 2026-07-24T21:09:43.597Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 961 | 2026-07-24T21:09:43.600Z | Downloaded slog-envlogger v2.2.0 |
| 962 | 2026-07-24T21:09:43.602Z | Downloaded itertools v0.10.5 |
| 963 | 2026-07-24T21:09:43.605Z | Downloaded sec1 v0.7.3 |
| 964 | 2026-07-24T21:09:43.608Z | Downloaded progenitor-impl v0.14.0 |
| 965 | 2026-07-24T21:09:43.608Z | Downloaded dropshot-api-manager v0.7.2 |
| 966 | 2026-07-24T21:09:43.611Z | Downloaded siphasher v1.0.2 |
| 967 | 2026-07-24T21:09:43.614Z | Downloaded schemars_derive v0.8.22 |
| 968 | 2026-07-24T21:09:43.614Z | Downloaded slog-bunyan v2.5.0 |
| 969 | 2026-07-24T21:09:43.618Z | Downloaded headers v0.4.1 |
| 970 | 2026-07-24T21:09:43.621Z | Downloaded papergrid v0.17.0 |
| 971 | 2026-07-24T21:09:43.624Z | Downloaded serde_path_to_error v0.1.20 |
| 972 | 2026-07-24T21:09:43.624Z | Downloaded num_enum v0.5.11 |
| 973 | 2026-07-24T21:09:43.628Z | Downloaded num-integer v0.1.46 |
| 974 | 2026-07-24T21:09:43.631Z | Downloaded sqlparser_derive v0.5.0 |
| 975 | 2026-07-24T21:09:43.631Z | Downloaded serdect v0.4.3 |
| 976 | 2026-07-24T21:09:43.631Z | Downloaded serde_derive_internals v0.29.1 |
| 977 | 2026-07-24T21:09:43.634Z | Downloaded num-complex v0.4.6 |
| 978 | 2026-07-24T21:09:43.634Z | Downloaded num v0.4.3 |
| 979 | 2026-07-24T21:09:43.636Z | Downloaded nu-ansi-term v0.50.3 |
| 980 | 2026-07-24T21:09:43.637Z | Downloaded hmac v0.13.0 |
| 981 | 2026-07-24T21:09:43.639Z | Downloaded num-bigint v0.4.6 |
| 982 | 2026-07-24T21:09:43.642Z | Downloaded hickory-server v0.25.2 |
| 983 | 2026-07-24T21:09:43.645Z | Downloaded crossterm v0.29.0 |
| 984 | 2026-07-24T21:09:43.648Z | Downloaded serde-hex v0.1.0 |
| 985 | 2026-07-24T21:09:43.651Z | Downloaded pretty_assertions v1.4.1 |
| 986 | 2026-07-24T21:09:43.651Z | Downloaded crossbeam-channel v0.5.15 |
| 987 | 2026-07-24T21:09:43.654Z | Downloaded lru v0.12.5 |
| 988 | 2026-07-24T21:09:43.658Z | Downloaded simd-adler32 v0.3.8 |
| 989 | 2026-07-24T21:09:43.658Z | Downloaded strum v0.26.3 |
| 990 | 2026-07-24T21:09:43.661Z | Downloaded signature v3.0.0 |
| 991 | 2026-07-24T21:09:43.661Z | Downloaded subtle v2.6.1 |
| 992 | 2026-07-24T21:09:43.661Z | Downloaded scroll v0.13.0 |
| 993 | 2026-07-24T21:09:43.663Z | Downloaded rustls-native-certs v0.8.3 |
| 994 | 2026-07-24T21:09:43.666Z | Downloaded hashbrown v0.16.1 |
| 995 | 2026-07-24T21:09:43.669Z | Downloaded stable_deref_trait v1.2.1 |
| 996 | 2026-07-24T21:09:43.669Z | Downloaded shlex v1.3.0 |
| 997 | 2026-07-24T21:09:43.672Z | Downloaded hashbrown v0.15.5 |
| 998 | 2026-07-24T21:09:43.675Z | Downloaded strsim v0.10.0 |
| 999 | 2026-07-24T21:09:43.677Z | Downloaded signal-hook-registry v1.4.8 |
| 1000 | 2026-07-24T21:09:43.677Z | Downloaded structmeta-derive v0.3.0 |
| 1001 | 2026-07-24T21:09:43.677Z | Downloaded slog-scope v4.4.1 |
| 1002 | 2026-07-24T21:09:43.680Z | Downloaded progenitor-impl v0.13.0 |
| 1003 | 2026-07-24T21:09:43.683Z | Downloaded sync_wrapper v1.0.2 |
| 1004 | 2026-07-24T21:09:43.683Z | Downloaded mio v1.2.0 |
| 1005 | 2026-07-24T21:09:43.687Z | Downloaded slog-stdlog v4.1.1 |
| 1006 | 2026-07-24T21:09:43.690Z | Downloaded slog-async v2.8.0 |
| 1007 | 2026-07-24T21:09:43.690Z | Downloaded slab v0.4.12 |
| 1008 | 2026-07-24T21:09:43.690Z | Downloaded structmeta v0.3.0 |
| 1009 | 2026-07-24T21:09:43.693Z | Downloaded sec1 v0.8.1 |
| 1010 | 2026-07-24T21:09:43.693Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1011 | 2026-07-24T21:09:43.696Z | Downloaded smf v0.2.3 |
| 1012 | 2026-07-24T21:09:43.696Z | Downloaded sync-ptr v0.1.4 |
| 1013 | 2026-07-24T21:09:43.696Z | Downloaded supports-color v3.0.2 |
| 1014 | 2026-07-24T21:09:43.700Z | Downloaded rustls-pki-types v1.14.0 |
| 1015 | 2026-07-24T21:09:43.703Z | Downloaded spki v0.7.3 |
| 1016 | 2026-07-24T21:09:43.706Z | Downloaded sha2 v0.11.0 |
| 1017 | 2026-07-24T21:09:43.706Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1018 | 2026-07-24T21:09:43.709Z | Downloaded serde_with_macros v3.21.0 |
| 1019 | 2026-07-24T21:09:43.709Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1020 | 2026-07-24T21:09:43.712Z | Downloaded termtree v0.5.1 |
| 1021 | 2026-07-24T21:09:43.712Z | Downloaded take_mut v0.2.2 |
| 1022 | 2026-07-24T21:09:43.712Z | Downloaded ron v0.8.1 |
| 1023 | 2026-07-24T21:09:43.715Z | Downloaded smallvec v0.6.14 |
| 1024 | 2026-07-24T21:09:43.718Z | Downloaded rayon-core v1.13.0 |
| 1025 | 2026-07-24T21:09:43.721Z | Downloaded tabled_derive v0.11.0 |
| 1026 | 2026-07-24T21:09:43.721Z | Downloaded salsa20 v0.11.0 |
| 1027 | 2026-07-24T21:09:43.721Z | Downloaded nom v7.1.3 |
| 1028 | 2026-07-24T21:09:43.724Z | Downloaded thread-id v5.1.0 |
| 1029 | 2026-07-24T21:09:43.727Z | Downloaded strum v0.27.2 |
| 1030 | 2026-07-24T21:09:43.727Z | Downloaded string_cache v0.8.9 |
| 1031 | 2026-07-24T21:09:43.729Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1032 | 2026-07-24T21:09:43.729Z | Downloaded slog-term v2.9.2 |
| 1033 | 2026-07-24T21:09:43.732Z | Downloaded libxml v0.3.3 |
| 1034 | 2026-07-24T21:09:43.735Z | Downloaded serde_with_macros v1.5.2 |
| 1035 | 2026-07-24T21:09:43.738Z | Downloaded snafu-derive v0.8.9 |
| 1036 | 2026-07-24T21:09:43.738Z | Downloaded tap v1.0.1 |
| 1037 | 2026-07-24T21:09:43.738Z | Downloaded prettyplease v0.2.37 |
| 1038 | 2026-07-24T21:09:43.741Z | Downloaded slog-dtrace v0.3.0 |
| 1039 | 2026-07-24T21:09:43.741Z | Downloaded aho-corasick v1.1.4 |
| 1040 | 2026-07-24T21:09:43.744Z | Downloaded support-bundle-viewer v0.1.2 |
| 1041 | 2026-07-24T21:09:43.747Z | Downloaded tinyvec_macros v0.1.1 |
| 1042 | 2026-07-24T21:09:43.747Z | Downloaded synstructure v0.13.2 |
| 1043 | 2026-07-24T21:09:43.750Z | Downloaded ryu v1.0.23 |
| 1044 | 2026-07-24T21:09:43.750Z | Downloaded strum_macros v0.27.2 |
| 1045 | 2026-07-24T21:09:43.753Z | Downloaded testing_table v0.3.0 |
| 1046 | 2026-07-24T21:09:43.753Z | Downloaded static_assertions v1.1.0 |
| 1047 | 2026-07-24T21:09:43.755Z | Downloaded quinn v0.11.9 |
| 1048 | 2026-07-24T21:09:43.756Z | Downloaded time-core v0.1.8 |
| 1049 | 2026-07-24T21:09:43.758Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1050 | 2026-07-24T21:09:43.759Z | Downloaded rcgen v0.12.1 |
| 1051 | 2026-07-24T21:09:43.761Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-07-24T21:09:43.764Z | Downloaded stacker v0.1.23 |
| 1053 | 2026-07-24T21:09:43.764Z | Downloaded itertools v0.12.1 |
| 1054 | 2026-07-24T21:09:43.768Z | Downloaded spki v0.8.0 |
| 1055 | 2026-07-24T21:09:43.770Z | Downloaded schemars v0.8.22 |
| 1056 | 2026-07-24T21:09:43.776Z | Downloaded strum_macros v0.26.4 |
| 1057 | 2026-07-24T21:09:43.779Z | Downloaded smallvec v1.15.1 |
| 1058 | 2026-07-24T21:09:43.782Z | Downloaded publicsuffix v2.3.0 |
| 1059 | 2026-07-24T21:09:43.782Z | Downloaded signal-hook v0.3.18 |
| 1060 | 2026-07-24T21:09:43.785Z | Downloaded schemars v0.9.0 |
| 1061 | 2026-07-24T21:09:43.791Z | Downloaded topological-sort v0.2.2 |
| 1062 | 2026-07-24T21:09:43.793Z | Downloaded stringprep v0.1.5 |
| 1063 | 2026-07-24T21:09:43.793Z | Downloaded rand v0.8.6 |
| 1064 | 2026-07-24T21:09:43.796Z | Downloaded hyper v1.10.1 |
| 1065 | 2026-07-24T21:09:43.799Z | Downloaded tiny-keccak v2.0.2 |
| 1066 | 2026-07-24T21:09:43.802Z | Downloaded time-macros v0.2.27 |
| 1067 | 2026-07-24T21:09:43.805Z | Downloaded slog-json v2.6.1 |
| 1068 | 2026-07-24T21:09:43.805Z | Downloaded icu_properties_data v2.1.2 |
| 1069 | 2026-07-24T21:09:43.810Z | Downloaded tokio-test v0.4.5 |
| 1070 | 2026-07-24T21:09:43.812Z | Downloaded try-lock v0.2.5 |
| 1071 | 2026-07-24T21:09:43.812Z | Downloaded trait-variant v0.1.2 |
| 1072 | 2026-07-24T21:09:43.815Z | Downloaded tls_codec_derive v0.4.2 |
| 1073 | 2026-07-24T21:09:43.815Z | Downloaded typify-macro v0.6.2 |
| 1074 | 2026-07-24T21:09:43.815Z | Downloaded tinystr v0.8.2 |
| 1075 | 2026-07-24T21:09:43.818Z | Downloaded tower-layer v0.3.3 |
| 1076 | 2026-07-24T21:09:43.818Z | Downloaded spin v0.9.8 |
| 1077 | 2026-07-24T21:09:43.821Z | Downloaded hkdf v0.13.0 |
| 1078 | 2026-07-24T21:09:43.821Z | Downloaded futures-util v0.3.32 |
| 1079 | 2026-07-24T21:09:43.828Z | Downloaded tower-service v0.3.3 |
| 1080 | 2026-07-24T21:09:43.831Z | Downloaded tls_codec v0.4.2 |
| 1081 | 2026-07-24T21:09:43.831Z | Downloaded thread_local v1.1.9 |
| 1082 | 2026-07-24T21:09:43.834Z | Downloaded unicode-truncate v1.1.0 |
| 1083 | 2026-07-24T21:09:43.834Z | Downloaded tokio-dtrace v0.1.1 |
| 1084 | 2026-07-24T21:09:43.834Z | Downloaded itertools v0.13.0 |
| 1085 | 2026-07-24T21:09:43.838Z | Downloaded universal-hash v0.6.1 |
| 1086 | 2026-07-24T21:09:43.841Z | Downloaded universal-hash v0.5.1 |
| 1087 | 2026-07-24T21:09:43.841Z | Downloaded unicode-xid v0.2.6 |
| 1088 | 2026-07-24T21:09:43.841Z | Downloaded slog v2.8.2 |
| 1089 | 2026-07-24T21:09:43.845Z | Downloaded unarray v0.1.4 |
| 1090 | 2026-07-24T21:09:43.845Z | Downloaded tokio-tungstenite v0.23.1 |
| 1091 | 2026-07-24T21:09:43.848Z | Downloaded strum_macros v0.24.3 |
| 1092 | 2026-07-24T21:09:43.848Z | Downloaded unit-prefix v0.5.2 |
| 1093 | 2026-07-24T21:09:43.848Z | Downloaded qorb v0.4.1 |
| 1094 | 2026-07-24T21:09:43.851Z | Downloaded utf-8 v0.7.6 |
| 1095 | 2026-07-24T21:09:43.853Z | Downloaded utf8_iter v1.0.4 |
| 1096 | 2026-07-24T21:09:43.853Z | Downloaded hkdf v0.12.4 |
| 1097 | 2026-07-24T21:09:43.856Z | Downloaded usdt-macro v0.6.0 |
| 1098 | 2026-07-24T21:09:43.856Z | Downloaded rsa v0.9.10 |
| 1099 | 2026-07-24T21:09:43.861Z | Downloaded usdt-attr-macro v0.6.0 |
| 1100 | 2026-07-24T21:09:43.861Z | Downloaded bitvec v1.0.1 |
| 1101 | 2026-07-24T21:09:43.867Z | Downloaded usdt v0.6.0 |
| 1102 | 2026-07-24T21:09:43.870Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1103 | 2026-07-24T21:09:43.870Z | Downloaded tokio-tungstenite v0.21.0 |
| 1104 | 2026-07-24T21:09:43.873Z | Downloaded schemars v1.2.1 |
| 1105 | 2026-07-24T21:09:43.878Z | Downloaded untrusted v0.9.0 |
| 1106 | 2026-07-24T21:09:43.881Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1107 | 2026-07-24T21:09:43.881Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1108 | 2026-07-24T21:09:43.884Z | Downloaded subprocess v0.2.15 |
| 1109 | 2026-07-24T21:09:43.888Z | Downloaded socket2 v0.6.3 |
| 1110 | 2026-07-24T21:09:43.888Z | Downloaded similar v2.7.0 |
| 1111 | 2026-07-24T21:09:43.891Z | Downloaded waitgroup v0.1.2 |
| 1112 | 2026-07-24T21:09:43.891Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1113 | 2026-07-24T21:09:43.894Z | Downloaded term v0.7.0 |
| 1114 | 2026-07-24T21:09:43.894Z | Downloaded samael v0.0.19 |
| 1115 | 2026-07-24T21:09:43.897Z | Downloaded void v1.0.2 |
| 1116 | 2026-07-24T21:09:43.900Z | Downloaded rand v0.9.2 |
| 1117 | 2026-07-24T21:09:43.903Z | Downloaded want v0.3.1 |
| 1118 | 2026-07-24T21:09:43.903Z | Downloaded wait-timeout v0.2.1 |
| 1119 | 2026-07-24T21:09:43.903Z | Downloaded iri-string v0.7.10 |
| 1120 | 2026-07-24T21:09:43.906Z | Downloaded xattr v1.6.1 |
| 1121 | 2026-07-24T21:09:43.909Z | Downloaded tokio-stream v0.1.18 |
| 1122 | 2026-07-24T21:09:43.912Z | Downloaded socket2 v0.5.10 |
| 1123 | 2026-07-24T21:09:43.912Z | Downloaded rand v0.10.1 |
| 1124 | 2026-07-24T21:09:43.915Z | Downloaded xshell-macros v0.2.7 |
| 1125 | 2026-07-24T21:09:43.915Z | Downloaded tokio-rustls v0.26.4 |
| 1126 | 2026-07-24T21:09:43.918Z | Downloaded test-strategy v0.4.5 |
| 1127 | 2026-07-24T21:09:43.920Z | Downloaded itertools v0.14.0 |
| 1128 | 2026-07-24T21:09:43.923Z | Downloaded num-bigint-dig v0.8.6 |
| 1129 | 2026-07-24T21:09:43.926Z | Downloaded untrusted v0.7.1 |
| 1130 | 2026-07-24T21:09:43.926Z | Downloaded unicase v2.9.0 |
| 1131 | 2026-07-24T21:09:43.929Z | Downloaded nom v8.0.0 |
| 1132 | 2026-07-24T21:09:43.932Z | Downloaded zerofrom v0.1.6 |
| 1133 | 2026-07-24T21:09:43.932Z | Downloaded zone v0.3.1 |
| 1134 | 2026-07-24T21:09:43.932Z | Downloaded libm v0.2.16 |
| 1135 | 2026-07-24T21:09:43.937Z | Downloaded yoke-derive v0.8.1 |
| 1136 | 2026-07-24T21:09:43.940Z | Downloaded p521 v0.14.0-rc.10 |
| 1137 | 2026-07-24T21:09:43.943Z | Downloaded snafu v0.8.9 |
| 1138 | 2026-07-24T21:09:43.945Z | Downloaded tinyvec v1.10.0 |
| 1139 | 2026-07-24T21:09:43.949Z | Downloaded zerofrom-derive v0.1.6 |
| 1140 | 2026-07-24T21:09:43.949Z | Downloaded vergen-git2 v9.1.0 |
| 1141 | 2026-07-24T21:09:43.949Z | Downloaded zeroize_derive v1.4.3 |
| 1142 | 2026-07-24T21:09:43.949Z | Downloaded tui-tree-widget v0.23.1 |
| 1143 | 2026-07-24T21:09:43.952Z | Downloaded usdt-impl v0.6.0 |
| 1144 | 2026-07-24T21:09:43.952Z | Downloaded term v1.2.1 |
| 1145 | 2026-07-24T21:09:43.955Z | Downloaded vergen-lib v0.1.6 |
| 1146 | 2026-07-24T21:09:43.955Z | Downloaded zone_cfg_derive v0.3.1 |
| 1147 | 2026-07-24T21:09:43.955Z | Downloaded walkdir v2.5.0 |
| 1148 | 2026-07-24T21:09:43.955Z | Downloaded h2 v0.4.15 |
| 1149 | 2026-07-24T21:09:43.986Z | Downloaded unicode-properties v0.1.4 |
| 1150 | 2026-07-24T21:09:43.986Z | Downloaded writeable v0.6.2 |
| 1151 | 2026-07-24T21:09:43.986Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1152 | 2026-07-24T21:09:43.986Z | Downloaded vergen-gitcl v1.0.8 |
| 1153 | 2026-07-24T21:09:43.986Z | Downloaded vsss-rs v3.3.4 |
| 1154 | 2026-07-24T21:09:43.986Z | Downloaded vergen-lib v9.1.0 |
| 1155 | 2026-07-24T21:09:43.986Z | Downloaded tokio-native-tls v0.3.1 |
| 1156 | 2026-07-24T21:09:43.986Z | Downloaded termios v0.3.3 |
| 1157 | 2026-07-24T21:09:43.986Z | Downloaded rustls-webpki v0.103.13 |
| 1158 | 2026-07-24T21:09:43.986Z | Downloaded tracing-attributes v0.1.31 |
| 1159 | 2026-07-24T21:09:43.986Z | Downloaded thiserror-no-std v2.0.2 |
| 1160 | 2026-07-24T21:09:43.987Z | Downloaded serde_cbor v0.11.2 |
| 1161 | 2026-07-24T21:09:43.987Z | Downloaded idna v1.1.0 |
| 1162 | 2026-07-24T21:09:43.987Z | Downloaded sqlformat v0.3.5 |
| 1163 | 2026-07-24T21:09:43.987Z | Downloaded tagptr v0.2.0 |
| 1164 | 2026-07-24T21:09:43.987Z | Downloaded whoami v2.1.0 |
| 1165 | 2026-07-24T21:09:43.987Z | Downloaded yoke v0.8.1 |
| 1166 | 2026-07-24T21:09:43.987Z | Downloaded wyz v0.5.1 |
| 1167 | 2026-07-24T21:09:43.987Z | Downloaded tabwriter v1.4.1 |
| 1168 | 2026-07-24T21:09:43.990Z | Downloaded uzers v0.12.2 |
| 1169 | 2026-07-24T21:09:43.996Z | Downloaded whoami v1.6.1 |
| 1170 | 2026-07-24T21:09:44.001Z | Downloaded iddqd v0.4.2 |
| 1171 | 2026-07-24T21:09:44.007Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1172 | 2026-07-24T21:09:44.009Z | Downloaded zstd-safe v7.2.4 |
| 1173 | 2026-07-24T21:09:44.012Z | Downloaded zeroize v1.8.2 |
| 1174 | 2026-07-24T21:09:44.012Z | Downloaded toml v0.7.8 |
| 1175 | 2026-07-24T21:09:44.015Z | Downloaded aws-lc-rs v1.16.3 |
| 1176 | 2026-07-24T21:09:44.019Z | Downloaded zerovec-derive v0.11.2 |
| 1177 | 2026-07-24T21:09:44.022Z | Downloaded vergen v9.1.0 |
| 1178 | 2026-07-24T21:09:44.022Z | Downloaded typify v0.6.2 |
| 1179 | 2026-07-24T21:09:44.024Z | Downloaded zstd v0.13.3 |
| 1180 | 2026-07-24T21:09:44.027Z | Downloaded crypto-primes v0.7.2 |
| 1181 | 2026-07-24T21:09:44.031Z | Downloaded twox-hash v2.1.2 |
| 1182 | 2026-07-24T21:09:44.031Z | Downloaded rsa v0.10.0-rc.18 |
| 1183 | 2026-07-24T21:09:44.035Z | Downloaded xshell v0.2.7 |
| 1184 | 2026-07-24T21:09:44.035Z | Downloaded steno v0.4.1 |
| 1185 | 2026-07-24T21:09:44.038Z | Downloaded tungstenite v0.23.0 |
| 1186 | 2026-07-24T21:09:44.041Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-07-24T21:09:44.041Z | Downloaded git2 v0.20.4 |
| 1188 | 2026-07-24T21:09:44.044Z | Downloaded unsafe-libyaml v0.2.11 |
| 1189 | 2026-07-24T21:09:44.047Z | Downloaded tracing-core v0.1.36 |
| 1190 | 2026-07-24T21:09:44.050Z | Downloaded uuid v1.23.4 |
| 1191 | 2026-07-24T21:09:44.053Z | Downloaded bindgen v0.71.1 |
| 1192 | 2026-07-24T21:09:44.056Z | Downloaded reedline v0.40.0 |
| 1193 | 2026-07-24T21:09:44.059Z | Downloaded tar v0.4.46 |
| 1194 | 2026-07-24T21:09:44.062Z | Downloaded serde_with v1.14.0 |
| 1195 | 2026-07-24T21:09:44.065Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1196 | 2026-07-24T21:09:44.067Z | Downloaded tungstenite v0.21.0 |
| 1197 | 2026-07-24T21:09:44.070Z | Downloaded rustyline v14.0.0 |
| 1198 | 2026-07-24T21:09:44.073Z | Downloaded blake3 v1.8.5 |
| 1199 | 2026-07-24T21:09:44.077Z | Downloaded chrono v0.4.45 |
| 1200 | 2026-07-24T21:09:44.083Z | Downloaded p384 v0.13.1 |
| 1201 | 2026-07-24T21:09:44.092Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-07-24T21:09:44.103Z | Downloaded zerocopy v0.6.6 |
| 1203 | 2026-07-24T21:09:44.108Z | Downloaded vte v0.14.1 |
| 1204 | 2026-07-24T21:09:44.123Z | Downloaded regex v1.12.3 |
| 1205 | 2026-07-24T21:09:44.127Z | Downloaded reqwest v0.12.28 |
| 1206 | 2026-07-24T21:09:44.141Z | Downloaded yansi v1.0.1 |
| 1207 | 2026-07-24T21:09:44.144Z | Downloaded portable-atomic v1.13.1 |
| 1208 | 2026-07-24T21:09:44.147Z | Downloaded url v2.5.8 |
| 1209 | 2026-07-24T21:09:44.150Z | Downloaded unicode_categories v0.1.1 |
| 1210 | 2026-07-24T21:09:44.152Z | Downloaded rayon v1.11.0 |
| 1211 | 2026-07-24T21:09:44.155Z | Downloaded crypto-bigint v0.7.5 |
| 1212 | 2026-07-24T21:09:44.164Z | Downloaded zerotrie v0.2.3 |
| 1213 | 2026-07-24T21:09:44.167Z | Downloaded reqwest v0.13.2 |
| 1214 | 2026-07-24T21:09:44.170Z | Downloaded zopfli v0.8.3 |
| 1215 | 2026-07-24T21:09:44.174Z | Downloaded moka v0.12.13 |
| 1216 | 2026-07-24T21:09:44.177Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-07-24T21:09:44.180Z | Downloaded tower v0.5.3 |
| 1218 | 2026-07-24T21:09:44.183Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-07-24T21:09:44.188Z | Downloaded quick-xml v0.37.5 |
| 1220 | 2026-07-24T21:09:44.190Z | Downloaded zip v0.6.6 |
| 1221 | 2026-07-24T21:09:44.193Z | Downloaded zerocopy-derive v0.8.40 |
| 1222 | 2026-07-24T21:09:44.197Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1223 | 2026-07-24T21:09:44.202Z | Downloaded rawzip v0.4.4 |
| 1224 | 2026-07-24T21:09:44.205Z | Downloaded goblin v0.10.5 |
| 1225 | 2026-07-24T21:09:44.210Z | Downloaded x509-cert v0.2.5 |
| 1226 | 2026-07-24T21:09:44.213Z | Downloaded typed-path v0.9.3 |
| 1227 | 2026-07-24T21:09:44.217Z | Downloaded toml_edit v0.19.15 |
| 1228 | 2026-07-24T21:09:44.226Z | Downloaded lalrpop v0.19.12 |
| 1229 | 2026-07-24T21:09:44.233Z | Downloaded curve25519-dalek v4.1.3 |
| 1230 | 2026-07-24T21:09:44.239Z | Downloaded unicode-normalization v0.1.25 |
| 1231 | 2026-07-24T21:09:44.242Z | Downloaded salty v0.3.0 |
| 1232 | 2026-07-24T21:09:44.245Z | Downloaded petname v2.0.2 |
| 1233 | 2026-07-24T21:09:44.248Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-07-24T21:09:44.261Z | Downloaded tough v0.22.0 |
| 1235 | 2026-07-24T21:09:44.266Z | Downloaded zip v4.6.1 |
| 1236 | 2026-07-24T21:09:44.273Z | Downloaded tokio-util v0.7.18 |
| 1237 | 2026-07-24T21:09:44.277Z | Downloaded object v0.30.4 |
| 1238 | 2026-07-24T21:09:44.294Z | Downloaded zerovec v0.11.5 |
| 1239 | 2026-07-24T21:09:44.297Z | Downloaded tower-http v0.6.8 |
| 1240 | 2026-07-24T21:09:44.301Z | Downloaded nix v0.27.1 |
| 1241 | 2026-07-24T21:09:44.313Z | Downloaded serde_with v3.21.0 |
| 1242 | 2026-07-24T21:09:44.321Z | Downloaded quinn-proto v0.11.13 |
| 1243 | 2026-07-24T21:09:44.326Z | Downloaded polar-core v0.27.3 |
| 1244 | 2026-07-24T21:09:44.331Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-07-24T21:09:44.338Z | Downloaded bstr v1.12.1 |
| 1246 | 2026-07-24T21:09:44.342Z | Downloaded russh v0.61.2 |
| 1247 | 2026-07-24T21:09:44.347Z | Downloaded winnow v0.5.40 |
| 1248 | 2026-07-24T21:09:44.361Z | Downloaded dropshot v0.17.1 |
| 1249 | 2026-07-24T21:09:44.374Z | Downloaded openssl v0.10.79 |
| 1250 | 2026-07-24T21:09:44.380Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-07-24T21:09:44.385Z | Downloaded tabled v0.20.0 |
| 1252 | 2026-07-24T21:09:44.395Z | Downloaded time v0.3.47 |
| 1253 | 2026-07-24T21:09:44.403Z | Downloaded nix v0.28.0 |
| 1254 | 2026-07-24T21:09:44.409Z | Downloaded winnow v1.0.3 |
| 1255 | 2026-07-24T21:09:44.414Z | Downloaded regex-syntax v0.6.29 |
| 1256 | 2026-07-24T21:09:44.418Z | Downloaded zlib-rs v0.6.2 |
| 1257 | 2026-07-24T21:09:44.422Z | Downloaded smoltcp v0.9.1 |
| 1258 | 2026-07-24T21:09:44.427Z | Downloaded nix v0.31.2 |
| 1259 | 2026-07-24T21:09:44.434Z | Downloaded object v0.37.3 |
| 1260 | 2026-07-24T21:09:44.441Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-07-24T21:09:44.448Z | Downloaded hickory-proto v0.25.2 |
| 1262 | 2026-07-24T21:09:44.457Z | Downloaded vcpkg v0.2.15 |
| 1263 | 2026-07-24T21:09:44.481Z | Downloaded zerocopy v0.8.40 |
| 1264 | 2026-07-24T21:09:44.486Z | Downloaded regress v0.11.1 |
| 1265 | 2026-07-24T21:09:44.492Z | Downloaded regress v0.10.5 |
| 1266 | 2026-07-24T21:09:44.497Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-07-24T21:09:44.504Z | Downloaded regex-syntax v0.8.10 |
| 1268 | 2026-07-24T21:09:44.508Z | Downloaded diesel v2.3.7 |
| 1269 | 2026-07-24T21:09:44.521Z | Downloaded hickory-proto v0.24.4 |
| 1270 | 2026-07-24T21:09:44.530Z | Downloaded rustix v0.38.44 |
| 1271 | 2026-07-24T21:09:44.544Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1272 | 2026-07-24T21:09:44.549Z | Downloaded rustls v0.23.41 |
| 1273 | 2026-07-24T21:09:44.555Z | Downloaded sqlparser v0.61.0 |
| 1274 | 2026-07-24T21:09:44.561Z | Downloaded fiat-crypto v0.3.0 |
| 1275 | 2026-07-24T21:09:44.569Z | Downloaded typify-impl v0.6.2 |
| 1276 | 2026-07-24T21:09:44.577Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-07-24T21:09:44.590Z | Downloaded sha3 v0.11.0 |
| 1278 | 2026-07-24T21:09:44.607Z | Downloaded zerocopy-derive v0.6.6 |
| 1279 | 2026-07-24T21:09:44.613Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-07-24T21:09:44.624Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-07-24T21:09:44.635Z | Downloaded csv v1.4.0 |
| 1282 | 2026-07-24T21:09:44.647Z | Downloaded sled v0.34.7 |
| 1283 | 2026-07-24T21:09:44.661Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1284 | 2026-07-24T21:09:44.668Z | Downloaded ratatui v0.29.0 |
| 1285 | 2026-07-24T21:09:44.727Z | Downloaded regex-automata v0.4.14 |
| 1286 | 2026-07-24T21:09:44.736Z | Downloaded chrono-tz v0.10.4 |
| 1287 | 2026-07-24T21:09:44.814Z | Downloaded petgraph v0.8.3 |
| 1288 | 2026-07-24T21:09:44.842Z | Downloaded libz-sys v1.1.24 |
| 1289 | 2026-07-24T21:09:44.876Z | Downloaded sha3 v0.10.8 |
| 1290 | 2026-07-24T21:09:44.896Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-07-24T21:09:44.906Z | Downloaded tokio v1.52.1 |
| 1292 | 2026-07-24T21:09:44.998Z | Downloaded encoding_rs v0.8.35 |
| 1293 | 2026-07-24T21:09:45.048Z | Downloaded ring v0.17.14 |
| 1294 | 2026-07-24T21:09:45.094Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-07-24T21:09:45.627Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-24T21:09:45.870Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-24T21:09:45.870Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-24T21:09:45.870Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-24T21:09:45.874Z | Compiling log v0.4.29 |
| 1300 | 2026-07-24T21:09:45.874Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-24T21:09:45.874Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-07-24T21:09:45.874Z | Compiling shlex v1.3.0 |
| 1303 | 2026-07-24T21:09:45.874Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-24T21:09:45.874Z | Compiling scopeguard v1.2.0 |
| 1305 | 2026-07-24T21:09:46.046Z | Compiling stable_deref_trait v1.2.1 |
| 1306 | 2026-07-24T21:09:46.059Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-24T21:09:46.062Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-24T21:09:46.097Z | Compiling zerocopy v0.8.40 |
| 1309 | 2026-07-24T21:09:46.101Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-07-24T21:09:46.111Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-24T21:09:46.136Z | Compiling lock_api v0.4.14 |
| 1312 | 2026-07-24T21:09:46.148Z | Compiling parking_lot_core v0.9.12 |
| 1313 | 2026-07-24T21:09:46.173Z | Compiling pin-project-lite v0.2.17 |
| 1314 | 2026-07-24T21:09:46.223Z | Compiling pkg-config v0.3.32 |
| 1315 | 2026-07-24T21:09:46.236Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-07-24T21:09:46.240Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-07-24T21:09:46.284Z | Compiling libm v0.2.16 |
| 1318 | 2026-07-24T21:09:46.361Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-24T21:09:46.365Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-07-24T21:09:46.391Z | Compiling futures-core v0.3.32 |
| 1321 | 2026-07-24T21:09:46.395Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-24T21:09:46.466Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-07-24T21:09:46.508Z | Compiling writeable v0.6.2 |
| 1324 | 2026-07-24T21:09:46.521Z | Compiling litemap v0.8.1 |
| 1325 | 2026-07-24T21:09:46.573Z | Compiling percent-encoding v2.3.2 |
| 1326 | 2026-07-24T21:09:46.573Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-07-24T21:09:46.614Z | Compiling icu_properties_data v2.1.2 |
| 1328 | 2026-07-24T21:09:46.721Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-24T21:09:46.735Z | Compiling futures-task v0.3.32 |
| 1330 | 2026-07-24T21:09:46.739Z | Compiling futures-io v0.3.32 |
| 1331 | 2026-07-24T21:09:46.764Z | Compiling slab v0.4.12 |
| 1332 | 2026-07-24T21:09:46.805Z | Compiling futures-channel v0.3.32 |
| 1333 | 2026-07-24T21:09:46.821Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2026-07-24T21:09:46.849Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-24T21:09:46.853Z | Compiling rustversion v1.0.22 |
| 1336 | 2026-07-24T21:09:46.906Z | Compiling getrandom v0.3.4 |
| 1337 | 2026-07-24T21:09:46.937Z | Compiling rustix v1.1.3 |
| 1338 | 2026-07-24T21:09:46.965Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-07-24T21:09:46.980Z | Compiling errno v0.3.14 |
| 1340 | 2026-07-24T21:09:46.996Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-07-24T21:09:47.046Z | Compiling mio v1.2.0 |
| 1342 | 2026-07-24T21:09:47.063Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-07-24T21:09:47.080Z | Compiling ident_case v1.0.1 |
| 1344 | 2026-07-24T21:09:47.149Z | Compiling rand_core v0.6.4 |
| 1345 | 2026-07-24T21:09:47.222Z | Compiling cc v1.2.56 |
| 1346 | 2026-07-24T21:09:47.246Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-07-24T21:09:47.261Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-07-24T21:09:47.277Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-07-24T21:09:47.319Z | Compiling fs_extra v1.3.0 |
| 1350 | 2026-07-24T21:09:47.335Z | Compiling dunce v1.0.5 |
| 1351 | 2026-07-24T21:09:47.352Z | Compiling iana-time-zone v0.1.65 |
| 1352 | 2026-07-24T21:09:47.446Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-24T21:09:47.483Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-07-24T21:09:47.507Z | Compiling base64 v0.22.1 |
| 1355 | 2026-07-24T21:09:47.548Z | Compiling vcpkg v0.2.15 |
| 1356 | 2026-07-24T21:09:47.568Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-24T21:09:47.587Z | Compiling aws-lc-rs v1.16.3 |
| 1358 | 2026-07-24T21:09:47.606Z | Compiling flagset v0.4.7 |
| 1359 | 2026-07-24T21:09:47.622Z | Compiling openssl-probe v0.2.1 |
| 1360 | 2026-07-24T21:09:47.680Z | Compiling cmov v0.5.4 |
| 1361 | 2026-07-24T21:09:47.756Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-07-24T21:09:47.801Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-07-24T21:09:47.820Z | Compiling httparse v1.10.1 |
| 1364 | 2026-07-24T21:09:47.853Z | Compiling tinyvec_macros v0.1.1 |
| 1365 | 2026-07-24T21:09:47.867Z | Compiling schemars v0.8.22 |
| 1366 | 2026-07-24T21:09:47.902Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-07-24T21:09:47.917Z | Compiling tinyvec v1.10.0 |
| 1368 | 2026-07-24T21:09:47.931Z | Compiling ctutils v0.4.2 |
| 1369 | 2026-07-24T21:09:47.947Z | Compiling aho-corasick v1.1.4 |
| 1370 | 2026-07-24T21:09:48.005Z | Compiling cmake v0.1.57 |
| 1371 | 2026-07-24T21:09:48.056Z | Compiling untrusted v0.7.1 |
| 1372 | 2026-07-24T21:09:48.088Z | Compiling atomic-waker v1.1.2 |
| 1373 | 2026-07-24T21:09:48.106Z | Compiling tower-service v0.3.3 |
| 1374 | 2026-07-24T21:09:48.135Z | Compiling try-lock v0.2.5 |
| 1375 | 2026-07-24T21:09:48.153Z | Compiling tower-layer v0.3.3 |
| 1376 | 2026-07-24T21:09:48.170Z | Compiling foreign-types-shared v0.1.1 |
| 1377 | 2026-07-24T21:09:48.195Z | Compiling openssl v0.10.79 |
| 1378 | 2026-07-24T21:09:48.209Z | Compiling cpufeatures v0.2.17 |
| 1379 | 2026-07-24T21:09:48.225Z | Compiling bitflags v2.11.0 |
| 1380 | 2026-07-24T21:09:48.242Z | Compiling semver v1.0.28 |
| 1381 | 2026-07-24T21:09:48.274Z | Compiling indexmap v2.14.0 |
| 1382 | 2026-07-24T21:09:48.287Z | Compiling uuid v1.23.4 |
| 1383 | 2026-07-24T21:09:48.301Z | Compiling want v0.3.1 |
| 1384 | 2026-07-24T21:09:48.326Z | Compiling rustls v0.23.41 |
| 1385 | 2026-07-24T21:09:48.341Z | Compiling untrusted v0.9.0 |
| 1386 | 2026-07-24T21:09:48.452Z | Compiling httpdate v1.0.3 |
| 1387 | 2026-07-24T21:09:48.475Z | Compiling foreign-types v0.3.2 |
| 1388 | 2026-07-24T21:09:48.489Z | Compiling rustc_version v0.4.1 |
| 1389 | 2026-07-24T21:09:48.502Z | Compiling unicode-normalization v0.1.25 |
| 1390 | 2026-07-24T21:09:48.505Z | Compiling spin v0.9.8 |
| 1391 | 2026-07-24T21:09:48.532Z | Compiling num-conv v0.2.0 |
| 1392 | 2026-07-24T21:09:48.555Z | Compiling powerfmt v0.2.0 |
| 1393 | 2026-07-24T21:09:48.603Z | Compiling crc32fast v1.5.0 |
| 1394 | 2026-07-24T21:09:48.674Z | Compiling time-core v0.1.8 |
| 1395 | 2026-07-24T21:09:48.674Z | Compiling native-tls v0.2.18 |
| 1396 | 2026-07-24T21:09:48.703Z | Compiling deranged v0.5.8 |
| 1397 | 2026-07-24T21:09:48.725Z | Compiling wait-timeout v0.2.1 |
| 1398 | 2026-07-24T21:09:48.773Z | Compiling sync_wrapper v1.0.2 |
| 1399 | 2026-07-24T21:09:48.835Z | Compiling time-macros v0.2.27 |
| 1400 | 2026-07-24T21:09:48.839Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-07-24T21:09:48.839Z | Compiling openssl-sys v0.9.115 |
| 1402 | 2026-07-24T21:09:48.896Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1403 | 2026-07-24T21:09:48.932Z | Compiling crossbeam-utils v0.8.21 |
| 1404 | 2026-07-24T21:09:48.956Z | Compiling regex-automata v0.4.14 |
| 1405 | 2026-07-24T21:09:48.971Z | Compiling simd-adler32 v0.3.8 |
| 1406 | 2026-07-24T21:09:48.995Z | Compiling num_threads v0.1.7 |
| 1407 | 2026-07-24T21:09:49.010Z | Compiling bit-vec v0.8.0 |
| 1408 | 2026-07-24T21:09:49.042Z | Compiling siphasher v1.0.2 |
| 1409 | 2026-07-24T21:09:49.109Z | Compiling synstructure v0.13.2 |
| 1410 | 2026-07-24T21:09:49.262Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-07-24T21:09:49.277Z | Compiling pest_generator v2.8.6 |
| 1412 | 2026-07-24T21:09:49.292Z | Compiling darling_core v0.20.11 |
| 1413 | 2026-07-24T21:09:49.295Z | Compiling usdt-impl v0.6.0 |
| 1414 | 2026-07-24T21:09:49.351Z | Compiling tempfile v3.25.0 |
| 1415 | 2026-07-24T21:09:49.536Z | Compiling syn v1.0.109 |
| 1416 | 2026-07-24T21:09:49.606Z | Compiling quick-error v1.2.3 |
| 1417 | 2026-07-24T21:09:49.757Z | Compiling rusty-fork v0.3.1 |
| 1418 | 2026-07-24T21:09:49.773Z | Compiling bit-set v0.8.0 |
| 1419 | 2026-07-24T21:09:49.801Z | Compiling darling_core v0.23.0 |
| 1420 | 2026-07-24T21:09:49.843Z | Compiling heapless v0.7.17 |
| 1421 | 2026-07-24T21:09:49.864Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1422 | 2026-07-24T21:09:49.973Z | Compiling slog v2.8.2 |
| 1423 | 2026-07-24T21:09:50.007Z | Compiling rand_xorshift v0.4.0 |
| 1424 | 2026-07-24T21:09:50.025Z | Compiling time v0.3.47 |
| 1425 | 2026-07-24T21:09:50.047Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-24T21:09:50.075Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-24T21:09:50.101Z | Compiling signal-hook v0.3.18 |
| 1428 | 2026-07-24T21:09:50.123Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-07-24T21:09:50.126Z | Compiling allocator-api2 v0.2.21 |
| 1430 | 2026-07-24T21:09:50.151Z | Compiling ryu v1.0.23 |
| 1431 | 2026-07-24T21:09:50.192Z | Compiling unarray v0.1.4 |
| 1432 | 2026-07-24T21:09:50.207Z | Compiling paste v1.0.15 |
| 1433 | 2026-07-24T21:09:50.235Z | Compiling iri-string v0.7.10 |
| 1434 | 2026-07-24T21:09:50.238Z | Compiling zstd-safe v7.2.4 |
| 1435 | 2026-07-24T21:09:50.278Z | Compiling unicode-properties v0.1.4 |
| 1436 | 2026-07-24T21:09:50.299Z | Compiling unicode-bidi v0.3.18 |
| 1437 | 2026-07-24T21:09:50.312Z | Compiling anyhow v1.0.102 |
| 1438 | 2026-07-24T21:09:50.399Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-07-24T21:09:50.558Z | Compiling camino v1.2.2 |
| 1440 | 2026-07-24T21:09:50.585Z | Compiling curve25519-dalek v4.1.3 |
| 1441 | 2026-07-24T21:09:50.842Z | Compiling serde_derive v1.0.228 |
| 1442 | 2026-07-24T21:09:50.858Z | Compiling zeroize_derive v1.4.3 |
| 1443 | 2026-07-24T21:09:50.894Z | Compiling zerofrom-derive v0.1.6 |
| 1444 | 2026-07-24T21:09:50.959Z | Compiling yoke-derive v0.8.1 |
| 1445 | 2026-07-24T21:09:50.974Z | Compiling zerovec-derive v0.11.2 |
| 1446 | 2026-07-24T21:09:51.039Z | Compiling displaydoc v0.2.5 |
| 1447 | 2026-07-24T21:09:51.061Z | Compiling zerocopy-derive v0.8.40 |
| 1448 | 2026-07-24T21:09:51.123Z | Compiling tokio-macros v2.7.0 |
| 1449 | 2026-07-24T21:09:51.543Z | Compiling zeroize v1.8.2 |
| 1450 | 2026-07-24T21:09:51.680Z | Compiling futures-macro v0.3.32 |
| 1451 | 2026-07-24T21:09:51.765Z | Compiling der_derive v0.7.3 |
| 1452 | 2026-07-24T21:09:51.804Z | Compiling tracing-attributes v0.1.31 |
| 1453 | 2026-07-24T21:09:51.842Z | Compiling thiserror-impl v2.0.18 |
| 1454 | 2026-07-24T21:09:51.906Z | Compiling rustls-pki-types v1.14.0 |
| 1455 | 2026-07-24T21:09:52.162Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-07-24T21:09:52.183Z | Compiling hybrid-array v0.4.13 |
| 1457 | 2026-07-24T21:09:52.292Z | Compiling crypto-common v0.1.7 |
| 1458 | 2026-07-24T21:09:52.342Z | Compiling zerofrom v0.1.6 |
| 1459 | 2026-07-24T21:09:52.390Z | Compiling block-buffer v0.10.4 |
| 1460 | 2026-07-24T21:09:52.450Z | Compiling yoke v0.8.1 |
| 1461 | 2026-07-24T21:09:52.465Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-07-24T21:09:52.484Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-07-24T21:09:52.546Z | Compiling futures-util v0.3.32 |
| 1464 | 2026-07-24T21:09:52.582Z | Compiling digest v0.10.7 |
| 1465 | 2026-07-24T21:09:52.652Z | Compiling zerovec v0.11.5 |
| 1466 | 2026-07-24T21:09:52.775Z | Compiling zerotrie v0.2.3 |
| 1467 | 2026-07-24T21:09:52.858Z | Compiling der v0.7.10 |
| 1468 | 2026-07-24T21:09:52.966Z | Compiling darling_macro v0.20.11 |
| 1469 | 2026-07-24T21:09:52.992Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-07-24T21:09:53.089Z | Compiling sha2 v0.10.9 |
| 1471 | 2026-07-24T21:09:53.179Z | Compiling tinystr v0.8.2 |
| 1472 | 2026-07-24T21:09:53.179Z | Compiling potential_utf v0.1.4 |
| 1473 | 2026-07-24T21:09:53.235Z | Compiling tracing v0.1.44 |
| 1474 | 2026-07-24T21:09:53.249Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-07-24T21:09:53.327Z | Compiling icu_collections v2.1.1 |
| 1476 | 2026-07-24T21:09:53.374Z | Compiling icu_locale_core v2.1.1 |
| 1477 | 2026-07-24T21:09:53.391Z | Compiling scroll v0.13.0 |
| 1478 | 2026-07-24T21:09:53.404Z | Compiling hmac v0.12.1 |
| 1479 | 2026-07-24T21:09:53.492Z | Compiling dtrace-parser v0.3.0 |
| 1480 | 2026-07-24T21:09:53.507Z | Compiling darling v0.20.11 |
| 1481 | 2026-07-24T21:09:53.521Z | Compiling thiserror-impl v1.0.69 |
| 1482 | 2026-07-24T21:09:53.578Z | Compiling derive_builder_core v0.20.2 |
| 1483 | 2026-07-24T21:09:53.602Z | Compiling scroll_derive v0.12.1 |
| 1484 | 2026-07-24T21:09:53.682Z | Compiling goblin v0.10.5 |
| 1485 | 2026-07-24T21:09:53.811Z | Compiling spki v0.7.3 |
| 1486 | 2026-07-24T21:09:54.032Z | Compiling icu_provider v2.1.1 |
| 1487 | 2026-07-24T21:09:54.094Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-07-24T21:09:54.249Z | Compiling block-padding v0.4.2 |
| 1489 | 2026-07-24T21:09:54.278Z | Compiling icu_properties v2.1.2 |
| 1490 | 2026-07-24T21:09:54.318Z | Compiling bytes v1.11.1 |
| 1491 | 2026-07-24T21:09:54.350Z | Compiling icu_normalizer v2.1.1 |
| 1492 | 2026-07-24T21:09:54.381Z | Compiling chrono v0.4.45 |
| 1493 | 2026-07-24T21:09:54.399Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-07-24T21:09:54.413Z | Compiling scroll v0.12.0 |
| 1495 | 2026-07-24T21:09:54.429Z | Compiling serde_spanned v0.6.9 |
| 1496 | 2026-07-24T21:09:54.478Z | Compiling derive_builder_macro v0.20.2 |
| 1497 | 2026-07-24T21:09:54.507Z | Compiling hex v0.4.3 |
| 1498 | 2026-07-24T21:09:54.588Z | Compiling erased-serde v0.3.31 |
| 1499 | 2026-07-24T21:09:54.692Z | Compiling serde_urlencoded v0.7.1 |
| 1500 | 2026-07-24T21:09:54.788Z | Compiling tokio v1.52.1 |
| 1501 | 2026-07-24T21:09:54.839Z | Compiling http v1.4.2 |
| 1502 | 2026-07-24T21:09:54.904Z | Compiling thiserror v1.0.69 |
| 1503 | 2026-07-24T21:09:54.949Z | Compiling toml_datetime v0.6.11 |
| 1504 | 2026-07-24T21:09:54.963Z | Compiling serde_tokenstream v0.2.3 |
| 1505 | 2026-07-24T21:09:54.987Z | Compiling crypto-common v0.2.2 |
| 1506 | 2026-07-24T21:09:55.001Z | Compiling block-buffer v0.12.1 |
| 1507 | 2026-07-24T21:09:55.034Z | Compiling md-5 v0.10.6 |
| 1508 | 2026-07-24T21:09:55.048Z | Compiling signature v2.2.0 |
| 1509 | 2026-07-24T21:09:55.100Z | Compiling darling_macro v0.23.0 |
| 1510 | 2026-07-24T21:09:55.206Z | Compiling idna_adapter v1.2.1 |
| 1511 | 2026-07-24T21:09:55.221Z | Compiling rustls-native-certs v0.8.3 |
| 1512 | 2026-07-24T21:09:55.224Z | Compiling bstr v1.12.1 |
| 1513 | 2026-07-24T21:09:55.250Z | Compiling zerocopy-derive v0.7.35 |
| 1514 | 2026-07-24T21:09:55.295Z | Compiling async-trait v0.1.89 |
| 1515 | 2026-07-24T21:09:55.364Z | Compiling idna v1.1.0 |
| 1516 | 2026-07-24T21:09:55.457Z | Compiling pin-project-internal v1.1.11 |
| 1517 | 2026-07-24T21:09:55.533Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-07-24T21:09:55.629Z | Compiling http-body v1.0.1 |
| 1519 | 2026-07-24T21:09:55.717Z | Compiling url v2.5.8 |
| 1520 | 2026-07-24T21:09:55.817Z | Compiling http-body-util v0.1.3 |
| 1521 | 2026-07-24T21:09:55.857Z | Compiling rand_chacha v0.9.0 |
| 1522 | 2026-07-24T21:09:55.875Z | Compiling rand_chacha v0.3.1 |
| 1523 | 2026-07-24T21:09:55.901Z | Compiling stringprep v0.1.5 |
| 1524 | 2026-07-24T21:09:56.046Z | Compiling num-integer v0.1.46 |
| 1525 | 2026-07-24T21:09:56.080Z | Compiling rand v0.9.2 |
| 1526 | 2026-07-24T21:09:56.145Z | Compiling vergen-lib v9.1.0 |
| 1527 | 2026-07-24T21:09:56.171Z | Compiling hash32 v0.2.1 |
| 1528 | 2026-07-24T21:09:56.379Z | Compiling memoffset v0.9.1 |
| 1529 | 2026-07-24T21:09:56.383Z | Compiling encoding_rs v0.8.35 |
| 1530 | 2026-07-24T21:09:56.383Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-07-24T21:09:56.421Z | Compiling dof v0.4.0 |
| 1532 | 2026-07-24T21:09:56.561Z | Compiling smoltcp v0.9.1 |
| 1533 | 2026-07-24T21:09:56.577Z | Compiling litrs v1.0.0 |
| 1534 | 2026-07-24T21:09:56.581Z | Compiling cfg_aliases v0.2.1 |
| 1535 | 2026-07-24T21:09:56.613Z | Compiling ref-cast v1.0.25 |
| 1536 | 2026-07-24T21:09:56.627Z | Compiling fallible-iterator v0.2.0 |
| 1537 | 2026-07-24T21:09:56.643Z | Compiling mime v0.3.17 |
| 1538 | 2026-07-24T21:09:56.676Z | Compiling proptest v1.10.0 |
| 1539 | 2026-07-24T21:09:56.691Z | Compiling psl-types v2.0.11 |
| 1540 | 2026-07-24T21:09:56.733Z | Compiling zlib-rs v0.6.2 |
| 1541 | 2026-07-24T21:09:56.824Z | Compiling rustix v0.38.44 |
| 1542 | 2026-07-24T21:09:56.925Z | Compiling postgres-protocol v0.6.10 |
| 1543 | 2026-07-24T21:09:56.941Z | Compiling publicsuffix v2.3.0 |
| 1544 | 2026-07-24T21:09:56.971Z | Compiling nix v0.31.2 |
| 1545 | 2026-07-24T21:09:57.019Z | Compiling pin-project v1.1.11 |
| 1546 | 2026-07-24T21:09:57.106Z | Compiling document-features v0.2.12 |
| 1547 | 2026-07-24T21:09:57.164Z | Compiling ipnetwork v0.21.1 |
| 1548 | 2026-07-24T21:09:57.312Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-07-24T21:09:57.386Z | Compiling zerocopy v0.7.35 |
| 1550 | 2026-07-24T21:09:57.449Z | Compiling oxnet v0.1.6 |
| 1551 | 2026-07-24T21:09:57.466Z | Compiling rand v0.8.6 |
| 1552 | 2026-07-24T21:09:57.495Z | Compiling darling v0.23.0 |
| 1553 | 2026-07-24T21:09:57.588Z | Compiling derive_builder v0.20.2 |
| 1554 | 2026-07-24T21:09:57.634Z | Compiling futures-executor v0.3.32 |
| 1555 | 2026-07-24T21:09:57.682Z | Compiling goblin v0.8.2 |
| 1556 | 2026-07-24T21:09:57.705Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-07-24T21:09:57.734Z | Compiling inout v0.2.2 |
| 1558 | 2026-07-24T21:09:57.770Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-24T21:09:57.977Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1560 | 2026-07-24T21:09:57.992Z | Compiling snafu-derive v0.8.9 |
| 1561 | 2026-07-24T21:09:58.014Z | Compiling strum_macros v0.27.2 |
| 1562 | 2026-07-24T21:09:58.028Z | Compiling ref-cast-impl v1.0.25 |
| 1563 | 2026-07-24T21:09:58.033Z | Compiling daft-derive v0.1.7 |
| 1564 | 2026-07-24T21:09:58.235Z | Compiling terminal_size v0.4.3 |
| 1565 | 2026-07-24T21:09:58.315Z | Compiling phf_shared v0.13.1 |
| 1566 | 2026-07-24T21:09:58.332Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-24T21:09:58.346Z | Compiling anstyle-parse v0.2.7 |
| 1568 | 2026-07-24T21:09:58.389Z | Compiling cargo-platform v0.3.2 |
| 1569 | 2026-07-24T21:09:58.439Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-24T21:09:58.535Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-24T21:09:58.548Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-07-24T21:09:58.573Z | Compiling ahash v0.8.12 |
| 1573 | 2026-07-24T21:09:58.617Z | Compiling foldhash v0.2.0 |
| 1574 | 2026-07-24T21:09:58.631Z | Compiling base16ct v0.2.0 |
| 1575 | 2026-07-24T21:09:58.660Z | Compiling tokio-util v0.7.18 |
| 1576 | 2026-07-24T21:09:58.682Z | Compiling tower v0.5.3 |
| 1577 | 2026-07-24T21:09:58.699Z | Compiling tokio-native-tls v0.3.1 |
| 1578 | 2026-07-24T21:09:58.699Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-07-24T21:09:58.787Z | Compiling managed v0.8.0 |
| 1580 | 2026-07-24T21:09:58.822Z | Compiling winnow v0.5.40 |
| 1581 | 2026-07-24T21:09:58.827Z | Compiling foldhash v0.1.5 |
| 1582 | 2026-07-24T21:09:58.851Z | Compiling object v0.37.3 |
| 1583 | 2026-07-24T21:09:58.867Z | Compiling same-file v1.0.6 |
| 1584 | 2026-07-24T21:09:58.890Z | Compiling libbz2-rs-sys v0.2.2 |
| 1585 | 2026-07-24T21:09:58.985Z | Compiling bitflags v1.3.2 |
| 1586 | 2026-07-24T21:09:59.013Z | Compiling unicode-segmentation v1.12.0 |
| 1587 | 2026-07-24T21:09:59.028Z | Compiling walkdir v2.5.0 |
| 1588 | 2026-07-24T21:09:59.045Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-07-24T21:09:59.074Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-07-24T21:09:59.157Z | Compiling tower-http v0.6.8 |
| 1591 | 2026-07-24T21:09:59.350Z | Compiling h2 v0.4.15 |
| 1592 | 2026-07-24T21:09:59.416Z | Compiling bzip2 v0.6.1 |
| 1593 | 2026-07-24T21:09:59.431Z | Compiling daft v0.1.7 |
| 1594 | 2026-07-24T21:09:59.583Z | Compiling zopfli v0.8.3 |
| 1595 | 2026-07-24T21:09:59.637Z | Compiling hashbrown v0.16.1 |
| 1596 | 2026-07-24T21:09:59.655Z | Compiling sec1 v0.7.3 |
| 1597 | 2026-07-24T21:09:59.719Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-07-24T21:09:59.735Z | Compiling clap_builder v4.6.0 |
| 1599 | 2026-07-24T21:09:59.954Z | Compiling dof v0.3.0 |
| 1600 | 2026-07-24T21:10:00.011Z | Compiling snafu v0.8.9 |
| 1601 | 2026-07-24T21:10:00.025Z | Compiling strum v0.27.2 |
| 1602 | 2026-07-24T21:10:00.120Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-07-24T21:10:00.137Z | Compiling group v0.13.0 |
| 1604 | 2026-07-24T21:10:00.199Z | Compiling cargo_metadata v0.23.1 |
| 1605 | 2026-07-24T21:10:00.277Z | Compiling phf v0.13.1 |
| 1606 | 2026-07-24T21:10:00.293Z | Compiling anstream v0.6.21 |
| 1607 | 2026-07-24T21:10:00.311Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-07-24T21:10:00.342Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-07-24T21:10:00.445Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-07-24T21:10:00.460Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-07-24T21:10:00.576Z | Compiling usdt-macro v0.6.0 |
| 1612 | 2026-07-24T21:10:00.613Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-07-24T21:10:00.648Z | Compiling cipher v0.5.2 |
| 1614 | 2026-07-24T21:10:00.700Z | Compiling futures v0.3.32 |
| 1615 | 2026-07-24T21:10:00.787Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-24T21:10:00.801Z | Compiling zstd v0.13.3 |
| 1617 | 2026-07-24T21:10:00.974Z | Compiling postgres-types v0.2.12 |
| 1618 | 2026-07-24T21:10:01.123Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-24T21:10:01.177Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-24T21:10:01.251Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-24T21:10:01.331Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-07-24T21:10:01.387Z | Compiling serde_plain v1.0.2 |
| 1623 | 2026-07-24T21:10:01.490Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-07-24T21:10:01.561Z | Compiling pkcs1 v0.7.5 |
| 1625 | 2026-07-24T21:10:01.596Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-24T21:10:01.611Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-24T21:10:01.664Z | Compiling strum_macros v0.26.4 |
| 1628 | 2026-07-24T21:10:01.786Z | Compiling clap_derive v4.6.1 |
| 1629 | 2026-07-24T21:10:01.844Z | Compiling serde_repr v0.1.20 |
| 1630 | 2026-07-24T21:10:01.975Z | Compiling async-recursion v1.1.1 |
| 1631 | 2026-07-24T21:10:01.990Z | Compiling enum-as-inner v0.6.1 |
| 1632 | 2026-07-24T21:10:02.005Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-24T21:10:02.039Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-24T21:10:02.116Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-24T21:10:02.205Z | Compiling thread-id v4.2.2 |
| 1636 | 2026-07-24T21:10:02.220Z | Compiling memmap2 v0.9.10 |
| 1637 | 2026-07-24T21:10:02.305Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-24T21:10:02.431Z | Compiling difflib v0.4.0 |
| 1639 | 2026-07-24T21:10:02.454Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-07-24T21:10:02.474Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-07-24T21:10:02.552Z | Compiling hyper v1.10.1 |
| 1642 | 2026-07-24T21:10:02.636Z | Compiling new_debug_unreachable v1.0.6 |
| 1643 | 2026-07-24T21:10:02.676Z | Compiling const-oid v0.10.2 |
| 1644 | 2026-07-24T21:10:02.691Z | Compiling precomputed-hash v0.1.1 |
| 1645 | 2026-07-24T21:10:02.719Z | Compiling jiff v0.2.21 |
| 1646 | 2026-07-24T21:10:02.794Z | Compiling typed-path v0.9.3 |
| 1647 | 2026-07-24T21:10:02.816Z | Compiling winnow v1.0.3 |
| 1648 | 2026-07-24T21:10:02.872Z | Compiling fixedbitset v0.5.7 |
| 1649 | 2026-07-24T21:10:02.894Z | Compiling cpufeatures v0.3.0 |
| 1650 | 2026-07-24T21:10:02.909Z | Compiling static_assertions v1.1.0 |
| 1651 | 2026-07-24T21:10:02.983Z | Compiling either v1.15.0 |
| 1652 | 2026-07-24T21:10:02.997Z | Compiling normalize-line-endings v0.3.0 |
| 1653 | 2026-07-24T21:10:03.011Z | Compiling whoami v2.1.0 |
| 1654 | 2026-07-24T21:10:03.104Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-07-24T21:10:03.192Z | Compiling keccak v0.1.6 |
| 1656 | 2026-07-24T21:10:03.207Z | Compiling itertools v0.13.0 |
| 1657 | 2026-07-24T21:10:03.207Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1658 | 2026-07-24T21:10:03.210Z | Compiling petgraph v0.8.3 |
| 1659 | 2026-07-24T21:10:03.302Z | Compiling predicates v3.1.4 |
| 1660 | 2026-07-24T21:10:03.410Z | Compiling sha3 v0.10.8 |
| 1661 | 2026-07-24T21:10:03.496Z | Compiling strum v0.26.3 |
| 1662 | 2026-07-24T21:10:03.629Z | Compiling tokio-postgres v0.7.16 |
| 1663 | 2026-07-24T21:10:03.646Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1664 | 2026-07-24T21:10:03.649Z | Compiling clap v4.6.1 |
| 1665 | 2026-07-24T21:10:03.745Z | Compiling hyper-util v0.1.20 |
| 1666 | 2026-07-24T21:10:03.762Z | Compiling chacha20 v0.10.0 |
| 1667 | 2026-07-24T21:10:03.873Z | Compiling digest v0.11.3 |
| 1668 | 2026-07-24T21:10:03.887Z | Compiling toml_edit v0.22.27 |
| 1669 | 2026-07-24T21:10:03.931Z | Compiling hickory-proto v0.25.2 |
| 1670 | 2026-07-24T21:10:03.958Z | Compiling string_cache v0.8.9 |
| 1671 | 2026-07-24T21:10:04.047Z | Compiling petgraph v0.6.5 |
| 1672 | 2026-07-24T21:10:04.117Z | Compiling elliptic-curve v0.13.8 |
| 1673 | 2026-07-24T21:10:04.161Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-07-24T21:10:04.186Z | Compiling usdt v0.6.0 |
| 1675 | 2026-07-24T21:10:04.206Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-24T21:10:04.471Z | Compiling serde_with v3.21.0 |
| 1677 | 2026-07-24T21:10:04.501Z | Compiling rsa v0.9.10 |
| 1678 | 2026-07-24T21:10:04.527Z | Compiling crossterm v0.28.1 |
| 1679 | 2026-07-24T21:10:04.541Z | Compiling toml v0.7.8 |
| 1680 | 2026-07-24T21:10:04.815Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-07-24T21:10:05.241Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-24T21:10:05.494Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-07-24T21:10:05.524Z | Compiling zip v4.6.1 |
| 1684 | 2026-07-24T21:10:05.616Z | Compiling zip v0.6.6 |
| 1685 | 2026-07-24T21:10:05.861Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-24T21:10:06.061Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-24T21:10:06.216Z | Compiling heck v0.4.1 |
| 1688 | 2026-07-24T21:10:06.262Z | Compiling similar v2.7.0 |
| 1689 | 2026-07-24T21:10:06.381Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-24T21:10:06.471Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-24T21:10:06.513Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-24T21:10:06.558Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-24T21:10:06.605Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-24T21:10:06.685Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-24T21:10:06.712Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-07-24T21:10:06.822Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-07-24T21:10:06.836Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-24T21:10:06.940Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-24T21:10:06.970Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-24T21:10:07.011Z | Compiling filetime v0.2.27 |
| 1701 | 2026-07-24T21:10:07.025Z | Compiling is-terminal v0.4.17 |
| 1702 | 2026-07-24T21:10:07.040Z | Compiling take_mut v0.2.2 |
| 1703 | 2026-07-24T21:10:07.108Z | Compiling xattr v1.6.1 |
| 1704 | 2026-07-24T21:10:07.139Z | Compiling term v1.2.1 |
| 1705 | 2026-07-24T21:10:07.163Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-24T21:10:07.293Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-24T21:10:07.447Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-24T21:10:25.202Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-24T21:10:27.857Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-24T21:10:27.857Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-24T21:10:27.858Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-24T21:10:28.078Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-24T21:10:28.270Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-24T21:10:30.391Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-24T21:10:30.634Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-24T21:10:33.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.17s |
| 1717 | 2026-07-24T21:10:33.582Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-24T21:10:33.631Z | Jul 24 21:10:33.534 INFO Starting download, target: Clickhouse |
| 1719 | 2026-07-24T21:10:33.631Z | Jul 24 21:10:33.534 INFO Starting download, target: Cockroach |
| 1720 | 2026-07-24T21:10:33.647Z | Jul 24 21:10:33.534 INFO Starting download, target: DendriteStub |
| 1721 | 2026-07-24T21:10:33.647Z | Jul 24 21:10:33.535 INFO Starting download, target: Console |
| 1722 | 2026-07-24T21:10:33.647Z | Jul 24 21:10:33.535 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-24T21:10:33.647Z | Jul 24 21:10:33.535 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-24T21:10:33.647Z | Jul 24 21:10:33.535 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-24T21:10:33.649Z | Jul 24 21:10:33.535 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1726 | 2026-07-24T21:10:33.649Z | Jul 24 21:10:33.535 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-07-24T21:10:33.649Z | Jul 24 21:10:33.535 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-07-24T21:10:33.649Z | Jul 24 21:10:33.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-07-24T21:10:33.649Z | Jul 24 21:10:33.535 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-24T21:10:33.649Z | Jul 24 21:10:33.535 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1731 | 2026-07-24T21:10:33.649Z | Jul 24 21:10:33.535 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-07-24T21:10:34.085Z | Jul 24 21:10:33.988 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-24T21:10:34.313Z | Jul 24 21:10:34.204 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-24T21:10:35.406Z | Jul 24 21:10:35.317 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-07-24T21:10:35.548Z | Jul 24 21:10:35.459 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1736 | 2026-07-24T21:10:35.655Z | Jul 24 21:10:35.567 INFO Download complete, target: Console |
| 1737 | 2026-07-24T21:10:38.258Z | Jul 24 21:10:38.167 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1738 | 2026-07-24T21:10:38.320Z | Jul 24 21:10:38.232 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1739 | 2026-07-24T21:10:38.716Z | Jul 24 21:10:38.621 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-24T21:10:39.222Z | Jul 24 21:10:39.132 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-07-24T21:10:39.222Z | Jul 24 21:10:39.132 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-07-24T21:10:40.366Z | Jul 24 21:10:40.274 INFO Download complete, target: MaghemiteDdmd |
| 1743 | 2026-07-24T21:10:40.836Z | Jul 24 21:10:40.740 INFO Download complete, target: DendriteStub |
| 1744 | 2026-07-24T21:10:41.551Z | Jul 24 21:10:41.463 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-07-24T21:10:42.481Z | Jul 24 21:10:42.392 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-07-24T21:10:42.568Z | Jul 24 21:10:42.479 INFO Download complete, target: Clickhouse |
| 1747 | 2026-07-24T21:10:43.933Z | Jul 24 21:10:43.843 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-07-24T21:10:44.056Z | Jul 24 21:10:43.968 INFO Download complete, target: Cockroach |
| 1749 | 2026-07-24T21:10:44.062Z | All prerequisites installed successfully |
| 1750 | 2026-07-24T21:10:44.065Z | |
| 1751 | 2026-07-24T21:10:44.065Z | real 1:47.091325751 |
| 1752 | 2026-07-24T21:10:44.065Z | user 6:38.545844896 |
| 1753 | 2026-07-24T21:10:44.067Z | sys 1:39.708806679 |
| 1754 | 2026-07-24T21:10:44.067Z | trap 0.250954597 |
| 1755 | 2026-07-24T21:10:44.067Z | tflt 0.849849750 |
| 1756 | 2026-07-24T21:10:44.067Z | dflt 1.503450298 |
| 1757 | 2026-07-24T21:10:44.067Z | kflt 0.022061130 |
| 1758 | 2026-07-24T21:10:44.067Z | lock 23:48.595471963 |
| 1759 | 2026-07-24T21:10:44.067Z | slp 18:09.726437463 |
| 1760 | 2026-07-24T21:10:44.067Z | lat 22.809142101 |
| 1761 | 2026-07-24T21:10:44.067Z | stop 2:42.577325666 |
| 1762 | 2026-07-24T21:10:44.067Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-24T21:10:44.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1764 | 2026-07-24T21:10:44.533Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-24T21:10:45.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1766 | 2026-07-24T21:10:45.319Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-24T21:10:45.352Z | Jul 24 21:10:45.263 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-24T21:10:45.355Z | Jul 24 21:10:45.263 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-24T21:10:45.920Z | Jul 24 21:10:45.831 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-24T21:10:45.923Z | |
| 1771 | 2026-07-24T21:10:45.926Z | real 1.855089687 |
| 1772 | 2026-07-24T21:10:45.927Z | user 1.251809691 |
| 1773 | 2026-07-24T21:10:45.927Z | sys 0.599148686 |
| 1774 | 2026-07-24T21:10:45.927Z | trap 0.000703990 |
| 1775 | 2026-07-24T21:10:45.927Z | tflt 0.000103420 |
| 1776 | 2026-07-24T21:10:45.927Z | dflt 0.000131270 |
| 1777 | 2026-07-24T21:10:45.927Z | kflt 0.000000000 |
| 1778 | 2026-07-24T21:10:45.927Z | lock 10.457501335 |
| 1779 | 2026-07-24T21:10:45.927Z | slp 0.442058618 |
| 1780 | 2026-07-24T21:10:45.927Z | lat 0.099102237 |
| 1781 | 2026-07-24T21:10:45.927Z | stop 0.000198480 |
| 1782 | 2026-07-24T21:10:45.927Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-24T21:10:45.927Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-24T21:10:45.927Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-24T21:10:46.803Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-24T21:10:46.803Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-24T21:10:46.803Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-24T21:10:46.803Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-24T21:10:46.817Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-24T21:10:46.818Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-24T21:10:46.818Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-24T21:10:46.818Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-24T21:10:46.818Z | Compiling find-msvc-tools v0.1.9 |
| 1794 | 2026-07-24T21:10:46.818Z | Compiling shlex v1.3.0 |
| 1795 | 2026-07-24T21:10:46.818Z | Compiling memchr v2.8.0 |
| 1796 | 2026-07-24T21:10:46.818Z | Compiling zmij v1.0.21 |
| 1797 | 2026-07-24T21:10:46.818Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-24T21:10:46.945Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-24T21:10:47.104Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-24T21:10:47.115Z | Compiling zerocopy v0.8.40 |
| 1801 | 2026-07-24T21:10:47.301Z | Compiling getrandom v0.4.1 |
| 1802 | 2026-07-24T21:10:47.321Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-24T21:10:47.333Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-24T21:10:47.334Z | Compiling icu_properties_data v2.1.2 |
| 1805 | 2026-07-24T21:10:47.344Z | Compiling icu_normalizer_data v2.1.1 |
| 1806 | 2026-07-24T21:10:47.356Z | Compiling smallvec v1.15.1 |
| 1807 | 2026-07-24T21:10:47.490Z | Compiling num-traits v0.2.19 |
| 1808 | 2026-07-24T21:10:47.523Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-24T21:10:47.566Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-24T21:10:47.623Z | Compiling log v0.4.29 |
| 1811 | 2026-07-24T21:10:47.694Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-24T21:10:47.709Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-24T21:10:47.726Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-24T21:10:47.756Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-24T21:10:47.843Z | Compiling scopeguard v1.2.0 |
| 1816 | 2026-07-24T21:10:47.885Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-07-24T21:10:47.941Z | Compiling lock_api v0.4.14 |
| 1818 | 2026-07-24T21:10:47.973Z | Compiling thiserror v2.0.18 |
| 1819 | 2026-07-24T21:10:47.980Z | Compiling pin-project-lite v0.2.17 |
| 1820 | 2026-07-24T21:10:47.993Z | Compiling jobserver v0.1.34 |
| 1821 | 2026-07-24T21:10:48.085Z | Compiling errno v0.3.14 |
| 1822 | 2026-07-24T21:10:48.147Z | Compiling getrandom v0.3.4 |
| 1823 | 2026-07-24T21:10:48.202Z | Compiling cc v1.2.56 |
| 1824 | 2026-07-24T21:10:48.218Z | Compiling equivalent v1.0.2 |
| 1825 | 2026-07-24T21:10:48.236Z | Compiling litemap v0.8.1 |
| 1826 | 2026-07-24T21:10:48.245Z | Compiling fnv v1.0.7 |
| 1827 | 2026-07-24T21:10:48.266Z | Compiling syn v2.0.117 |
| 1828 | 2026-07-24T21:10:48.270Z | Compiling percent-encoding v2.3.2 |
| 1829 | 2026-07-24T21:10:48.270Z | Compiling writeable v0.6.2 |
| 1830 | 2026-07-24T21:10:48.327Z | Compiling getrandom v0.2.17 |
| 1831 | 2026-07-24T21:10:48.374Z | Compiling rustversion v1.0.22 |
| 1832 | 2026-07-24T21:10:48.421Z | Compiling schemars v0.8.22 |
| 1833 | 2026-07-24T21:10:48.517Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-24T21:10:48.597Z | Compiling dunce v1.0.5 |
| 1835 | 2026-07-24T21:10:48.602Z | Compiling rustix v1.1.3 |
| 1836 | 2026-07-24T21:10:48.641Z | Compiling fs_extra v1.3.0 |
| 1837 | 2026-07-24T21:10:48.654Z | Compiling critical-section v1.2.0 |
| 1838 | 2026-07-24T21:10:48.744Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-24T21:10:48.838Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-24T21:10:48.936Z | Compiling once_cell v1.21.3 |
| 1841 | 2026-07-24T21:10:48.939Z | Compiling utf8_iter v1.0.4 |
| 1842 | 2026-07-24T21:10:48.966Z | Compiling strsim v0.11.1 |
| 1843 | 2026-07-24T21:10:48.984Z | Compiling heck v0.5.0 |
| 1844 | 2026-07-24T21:10:49.161Z | Compiling cmake v0.1.57 |
| 1845 | 2026-07-24T21:10:49.224Z | Compiling parking_lot v0.12.5 |
| 1846 | 2026-07-24T21:10:49.254Z | Compiling form_urlencoded v1.2.2 |
| 1847 | 2026-07-24T21:10:49.306Z | Compiling mio v1.2.0 |
| 1848 | 2026-07-24T21:10:49.309Z | Compiling socket2 v0.6.3 |
| 1849 | 2026-07-24T21:10:49.370Z | Compiling semver v1.0.28 |
| 1850 | 2026-07-24T21:10:49.467Z | Compiling indexmap v2.14.0 |
| 1851 | 2026-07-24T21:10:49.488Z | Compiling aws-lc-rs v1.16.3 |
| 1852 | 2026-07-24T21:10:49.529Z | Compiling bitflags v2.11.0 |
| 1853 | 2026-07-24T21:10:49.545Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-07-24T21:10:49.641Z | Compiling aws-lc-sys v0.40.0 |
| 1855 | 2026-07-24T21:10:49.684Z | Compiling futures-core v0.3.32 |
| 1856 | 2026-07-24T21:10:49.731Z | Compiling httparse v1.10.1 |
| 1857 | 2026-07-24T21:10:49.968Z | Compiling thiserror v1.0.69 |
| 1858 | 2026-07-24T21:10:49.987Z | Compiling ucd-trie v0.1.7 |
| 1859 | 2026-07-24T21:10:50.054Z | Compiling byteorder v1.5.0 |
| 1860 | 2026-07-24T21:10:50.151Z | Compiling pest v2.8.6 |
| 1861 | 2026-07-24T21:10:50.184Z | Compiling syn v1.0.109 |
| 1862 | 2026-07-24T21:10:50.218Z | Compiling vcpkg v0.2.15 |
| 1863 | 2026-07-24T21:10:50.231Z | Compiling regex-syntax v0.8.10 |
| 1864 | 2026-07-24T21:10:50.281Z | Compiling iana-time-zone v0.1.65 |
| 1865 | 2026-07-24T21:10:50.315Z | Compiling const-oid v0.9.6 |
| 1866 | 2026-07-24T21:10:50.481Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-24T21:10:50.639Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-24T21:10:50.654Z | Compiling rustls v0.23.41 |
| 1869 | 2026-07-24T21:10:50.690Z | Compiling futures-sink v0.3.32 |
| 1870 | 2026-07-24T21:10:50.805Z | Compiling openssl-sys v0.9.115 |
| 1871 | 2026-07-24T21:10:50.820Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-07-24T21:10:50.887Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-24T21:10:50.902Z | Compiling slab v0.4.12 |
| 1874 | 2026-07-24T21:10:50.943Z | Compiling futures-task v0.3.32 |
| 1875 | 2026-07-24T21:10:51.115Z | Compiling futures-io v0.3.32 |
| 1876 | 2026-07-24T21:10:51.271Z | Compiling synstructure v0.13.2 |
| 1877 | 2026-07-24T21:10:51.287Z | Compiling serde_derive_internals v0.29.1 |
| 1878 | 2026-07-24T21:10:51.321Z | Compiling pest_meta v2.8.6 |
| 1879 | 2026-07-24T21:10:51.321Z | Compiling num-conv v0.2.0 |
| 1880 | 2026-07-24T21:10:51.351Z | Compiling dyn-clone v1.0.20 |
| 1881 | 2026-07-24T21:10:51.354Z | Compiling plain v0.2.3 |
| 1882 | 2026-07-24T21:10:51.383Z | Compiling crc32fast v1.5.0 |
| 1883 | 2026-07-24T21:10:51.438Z | Compiling time-core v0.1.8 |
| 1884 | 2026-07-24T21:10:51.524Z | Compiling crossbeam-utils v0.8.21 |
| 1885 | 2026-07-24T21:10:51.527Z | Compiling base64 v0.22.1 |
| 1886 | 2026-07-24T21:10:51.597Z | Compiling time-macros v0.2.27 |
| 1887 | 2026-07-24T21:10:51.682Z | Compiling pretty-hex v0.4.1 |
| 1888 | 2026-07-24T21:10:51.734Z | Compiling openssl v0.10.79 |
| 1889 | 2026-07-24T21:10:51.797Z | Compiling regex-automata v0.4.14 |
| 1890 | 2026-07-24T21:10:51.832Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1891 | 2026-07-24T21:10:51.999Z | Compiling pest_generator v2.8.6 |
| 1892 | 2026-07-24T21:10:52.048Z | Compiling anyhow v1.0.102 |
| 1893 | 2026-07-24T21:10:52.065Z | Compiling native-tls v0.2.18 |
| 1894 | 2026-07-24T21:10:52.068Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-24T21:10:52.258Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-24T21:10:52.296Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-24T21:10:52.402Z | Compiling cookie v0.18.1 |
| 1898 | 2026-07-24T21:10:52.424Z | Compiling camino v1.2.2 |
| 1899 | 2026-07-24T21:10:52.465Z | Compiling serde_derive v1.0.228 |
| 1900 | 2026-07-24T21:10:52.501Z | Compiling zeroize_derive v1.4.3 |
| 1901 | 2026-07-24T21:10:52.516Z | Compiling zerofrom-derive v0.1.6 |
| 1902 | 2026-07-24T21:10:52.572Z | Compiling yoke-derive v0.8.1 |
| 1903 | 2026-07-24T21:10:52.589Z | Compiling zerovec-derive v0.11.2 |
| 1904 | 2026-07-24T21:10:52.592Z | Compiling displaydoc v0.2.5 |
| 1905 | 2026-07-24T21:10:52.622Z | Compiling zerocopy-derive v0.8.40 |
| 1906 | 2026-07-24T21:10:52.639Z | Compiling tokio-macros v2.7.0 |
| 1907 | 2026-07-24T21:10:52.654Z | Compiling futures-macro v0.3.32 |
| 1908 | 2026-07-24T21:10:52.752Z | Compiling thiserror-impl v2.0.18 |
| 1909 | 2026-07-24T21:10:52.855Z | Compiling schemars_derive v0.8.22 |
| 1910 | 2026-07-24T21:10:53.118Z | Compiling zeroize v1.8.2 |
| 1911 | 2026-07-24T21:10:53.350Z | Compiling tracing-attributes v0.1.31 |
| 1912 | 2026-07-24T21:10:53.386Z | Compiling der_derive v0.7.3 |
| 1913 | 2026-07-24T21:10:53.449Z | Compiling thiserror-impl v1.0.69 |
| 1914 | 2026-07-24T21:10:53.570Z | Compiling pest_derive v2.8.6 |
| 1915 | 2026-07-24T21:10:53.652Z | Compiling zerofrom v0.1.6 |
| 1916 | 2026-07-24T21:10:53.798Z | Compiling yoke v0.8.1 |
| 1917 | 2026-07-24T21:10:53.958Z | Compiling crypto-common v0.1.7 |
| 1918 | 2026-07-24T21:10:53.991Z | Compiling zerovec v0.11.5 |
| 1919 | 2026-07-24T21:10:54.008Z | Compiling zerotrie v0.2.3 |
| 1920 | 2026-07-24T21:10:54.104Z | Compiling futures-util v0.3.32 |
| 1921 | 2026-07-24T21:10:54.272Z | Compiling block-buffer v0.10.4 |
| 1922 | 2026-07-24T21:10:54.444Z | Compiling digest v0.10.7 |
| 1923 | 2026-07-24T21:10:54.456Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-07-24T21:10:54.475Z | Compiling scroll_derive v0.12.1 |
| 1925 | 2026-07-24T21:10:54.534Z | Compiling tinystr v0.8.2 |
| 1926 | 2026-07-24T21:10:54.550Z | Compiling potential_utf v0.1.4 |
| 1927 | 2026-07-24T21:10:54.680Z | Compiling icu_collections v2.1.1 |
| 1928 | 2026-07-24T21:10:54.760Z | Compiling icu_locale_core v2.1.1 |
| 1929 | 2026-07-24T21:10:54.789Z | Compiling openssl-macros v0.1.1 |
| 1930 | 2026-07-24T21:10:54.893Z | Compiling regex v1.12.3 |
| 1931 | 2026-07-24T21:10:55.263Z | Compiling zerocopy-derive v0.7.35 |
| 1932 | 2026-07-24T21:10:55.270Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-24T21:10:55.323Z | Compiling tracing v0.1.44 |
| 1934 | 2026-07-24T21:10:55.435Z | Compiling icu_provider v2.1.1 |
| 1935 | 2026-07-24T21:10:55.597Z | Compiling bytes v1.11.1 |
| 1936 | 2026-07-24T21:10:55.615Z | Compiling serde_tokenstream v0.2.3 |
| 1937 | 2026-07-24T21:10:55.726Z | Compiling chrono v0.4.45 |
| 1938 | 2026-07-24T21:10:55.735Z | Compiling icu_properties v2.1.2 |
| 1939 | 2026-07-24T21:10:55.756Z | Compiling icu_normalizer v2.1.1 |
| 1940 | 2026-07-24T21:10:56.178Z | Compiling tokio v1.52.1 |
| 1941 | 2026-07-24T21:10:56.398Z | Compiling http v1.4.2 |
| 1942 | 2026-07-24T21:10:56.728Z | Compiling idna_adapter v1.2.1 |
| 1943 | 2026-07-24T21:10:56.776Z | Compiling pem-rfc7468 v0.7.0 |
| 1944 | 2026-07-24T21:10:57.034Z | Compiling idna v1.1.0 |
| 1945 | 2026-07-24T21:10:57.087Z | Compiling ppv-lite86 v0.2.21 |
| 1946 | 2026-07-24T21:10:57.346Z | Compiling flagset v0.4.7 |
| 1947 | 2026-07-24T21:10:57.379Z | Compiling url v2.5.8 |
| 1948 | 2026-07-24T21:10:57.429Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-07-24T21:10:57.469Z | Compiling der v0.7.10 |
| 1950 | 2026-07-24T21:10:57.484Z | Compiling http-body v1.0.1 |
| 1951 | 2026-07-24T21:10:57.499Z | Compiling rustls-pki-types v1.14.0 |
| 1952 | 2026-07-24T21:10:57.929Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-24T21:10:58.007Z | Compiling openssl-probe v0.2.1 |
| 1954 | 2026-07-24T21:10:58.112Z | Compiling paste v1.0.15 |
| 1955 | 2026-07-24T21:10:58.201Z | Compiling ref-cast v1.0.25 |
| 1956 | 2026-07-24T21:10:58.218Z | Compiling fastrand v2.3.0 |
| 1957 | 2026-07-24T21:10:58.389Z | Compiling usdt-impl v0.6.0 |
| 1958 | 2026-07-24T21:10:58.404Z | Compiling cmov v0.5.4 |
| 1959 | 2026-07-24T21:10:58.420Z | Compiling tinyvec_macros v0.1.1 |
| 1960 | 2026-07-24T21:10:58.475Z | Compiling either v1.15.0 |
| 1961 | 2026-07-24T21:10:58.556Z | Compiling tinyvec v1.10.0 |
| 1962 | 2026-07-24T21:10:58.643Z | Compiling ctutils v0.4.2 |
| 1963 | 2026-07-24T21:10:58.658Z | Compiling spki v0.7.3 |
| 1964 | 2026-07-24T21:10:58.736Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-24T21:10:58.878Z | Compiling serde_spanned v0.6.9 |
| 1966 | 2026-07-24T21:10:58.903Z | Compiling toml_datetime v0.6.11 |
| 1967 | 2026-07-24T21:10:58.939Z | Compiling scroll v0.13.0 |
| 1968 | 2026-07-24T21:10:59.003Z | Compiling scroll v0.12.0 |
| 1969 | 2026-07-24T21:10:59.041Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-24T21:10:59.067Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-24T21:10:59.168Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-24T21:10:59.199Z | Compiling litrs v1.0.0 |
| 1973 | 2026-07-24T21:10:59.216Z | Compiling winnow v0.7.14 |
| 1974 | 2026-07-24T21:10:59.232Z | Compiling winnow v1.0.3 |
| 1975 | 2026-07-24T21:10:59.235Z | Compiling try-lock v0.2.5 |
| 1976 | 2026-07-24T21:10:59.286Z | Compiling untrusted v0.7.1 |
| 1977 | 2026-07-24T21:10:59.333Z | Compiling atomic-waker v1.1.2 |
| 1978 | 2026-07-24T21:10:59.349Z | Compiling zstd-safe v7.2.4 |
| 1979 | 2026-07-24T21:10:59.428Z | Compiling tower-service v0.3.3 |
| 1980 | 2026-07-24T21:10:59.474Z | Compiling cpufeatures v0.2.17 |
| 1981 | 2026-07-24T21:10:59.490Z | Compiling rustix v0.38.44 |
| 1982 | 2026-07-24T21:10:59.525Z | Compiling tower-layer v0.3.3 |
| 1983 | 2026-07-24T21:10:59.540Z | Compiling signal-hook v0.3.18 |
| 1984 | 2026-07-24T21:10:59.561Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1985 | 2026-07-24T21:10:59.593Z | Compiling want v0.3.1 |
| 1986 | 2026-07-24T21:10:59.669Z | Compiling document-features v0.2.12 |
| 1987 | 2026-07-24T21:10:59.712Z | Compiling goblin v0.8.2 |
| 1988 | 2026-07-24T21:10:59.775Z | Compiling goblin v0.10.5 |
| 1989 | 2026-07-24T21:10:59.912Z | Compiling hybrid-array v0.4.13 |
| 1990 | 2026-07-24T21:10:59.965Z | Compiling tokio-util v0.7.18 |
| 1991 | 2026-07-24T21:11:00.228Z | Compiling zerocopy v0.7.35 |
| 1992 | 2026-07-24T21:11:00.270Z | Compiling ipnet v2.11.0 |
| 1993 | 2026-07-24T21:11:00.724Z | Compiling h2 v0.4.15 |
| 1994 | 2026-07-24T21:11:00.740Z | Compiling ref-cast-impl v1.0.25 |
| 1995 | 2026-07-24T21:11:00.760Z | Compiling darling_core v0.20.11 |
| 1996 | 2026-07-24T21:11:00.789Z | Compiling curve25519-dalek v4.1.3 |
| 1997 | 2026-07-24T21:11:00.806Z | Compiling memoffset v0.9.1 |
| 1998 | 2026-07-24T21:11:00.967Z | Compiling foreign-types-shared v0.1.1 |
| 1999 | 2026-07-24T21:11:01.037Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-07-24T21:11:01.081Z | Compiling powerfmt v0.2.0 |
| 2001 | 2026-07-24T21:11:01.169Z | Compiling httpdate v1.0.3 |
| 2002 | 2026-07-24T21:11:01.282Z | Compiling untrusted v0.9.0 |
| 2003 | 2026-07-24T21:11:01.320Z | Compiling winnow v0.5.40 |
| 2004 | 2026-07-24T21:11:01.412Z | Compiling deranged v0.5.8 |
| 2005 | 2026-07-24T21:11:01.621Z | Compiling tempfile v3.25.0 |
| 2006 | 2026-07-24T21:11:01.625Z | Compiling foreign-types v0.3.2 |
| 2007 | 2026-07-24T21:11:01.722Z | Compiling unicode-normalization v0.1.25 |
| 2008 | 2026-07-24T21:11:01.970Z | Compiling dof v0.3.0 |
| 2009 | 2026-07-24T21:11:02.207Z | Compiling pkcs8 v0.10.2 |
| 2010 | 2026-07-24T21:11:02.225Z | Compiling dtrace-parser v0.2.0 |
| 2011 | 2026-07-24T21:11:02.467Z | Compiling dof v0.4.0 |
| 2012 | 2026-07-24T21:11:02.702Z | Compiling toml_edit v0.19.15 |
| 2013 | 2026-07-24T21:11:02.723Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-07-24T21:11:02.825Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-07-24T21:11:02.841Z | Compiling pin-project-internal v1.1.11 |
| 2016 | 2026-07-24T21:11:03.113Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-07-24T21:11:03.231Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-24T21:11:03.245Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-07-24T21:11:03.261Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-07-24T21:11:03.502Z | Compiling smoltcp v0.9.1 |
| 2021 | 2026-07-24T21:11:03.517Z | Compiling num_threads v0.1.7 |
| 2022 | 2026-07-24T21:11:03.524Z | Compiling anstyle v1.0.14 |
| 2023 | 2026-07-24T21:11:03.548Z | Compiling cfg_aliases v0.2.1 |
| 2024 | 2026-07-24T21:11:03.630Z | Compiling num-bigint-dig v0.8.6 |
| 2025 | 2026-07-24T21:11:03.661Z | Compiling nix v0.31.2 |
| 2026 | 2026-07-24T21:11:03.769Z | Compiling time v0.3.47 |
| 2027 | 2026-07-24T21:11:03.899Z | Compiling hyper v1.10.1 |
| 2028 | 2026-07-24T21:11:04.036Z | Compiling darling v0.20.11 |
| 2029 | 2026-07-24T21:11:04.132Z | Compiling sha2 v0.10.9 |
| 2030 | 2026-07-24T21:11:04.375Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-24T21:11:04.423Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-24T21:11:04.500Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2033 | 2026-07-24T21:11:04.586Z | Compiling strum_macros v0.26.4 |
| 2034 | 2026-07-24T21:11:04.707Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-24T21:11:04.856Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-24T21:11:04.987Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-24T21:11:05.031Z | Compiling hyper-util v0.1.20 |
| 2038 | 2026-07-24T21:11:05.146Z | Compiling anstyle-query v1.1.5 |
| 2039 | 2026-07-24T21:11:05.270Z | Compiling quick-error v1.2.3 |
| 2040 | 2026-07-24T21:11:05.382Z | Compiling is_terminal_polyfill v1.70.2 |
| 2041 | 2026-07-24T21:11:05.398Z | Compiling siphasher v1.0.2 |
| 2042 | 2026-07-24T21:11:05.487Z | Compiling bit-vec v0.8.0 |
| 2043 | 2026-07-24T21:11:05.733Z | Compiling colorchoice v1.0.4 |
| 2044 | 2026-07-24T21:11:05.865Z | Compiling simd-adler32 v0.3.8 |
| 2045 | 2026-07-24T21:11:05.993Z | Compiling bit-set v0.8.0 |
| 2046 | 2026-07-24T21:11:06.171Z | Compiling rusty-fork v0.3.1 |
| 2047 | 2026-07-24T21:11:06.189Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-24T21:11:06.706Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-24T21:11:06.784Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-24T21:11:06.857Z | Compiling darling_macro v0.23.0 |
| 2051 | 2026-07-24T21:11:06.874Z | Compiling hubpack_derive v0.1.1 |
| 2052 | 2026-07-24T21:11:06.905Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-07-24T21:11:06.949Z | Compiling snafu-derive v0.8.9 |
| 2054 | 2026-07-24T21:11:06.980Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-07-24T21:11:07.142Z | Compiling ahash v0.8.12 |
| 2056 | 2026-07-24T21:11:07.170Z | Compiling fs-err v3.3.0 |
| 2057 | 2026-07-24T21:11:07.387Z | Compiling unarray v0.1.4 |
| 2058 | 2026-07-24T21:11:07.403Z | Compiling unicode-segmentation v1.12.0 |
| 2059 | 2026-07-24T21:11:07.420Z | Compiling allocator-api2 v0.2.21 |
| 2060 | 2026-07-24T21:11:07.423Z | Compiling unicode-properties v0.1.4 |
| 2061 | 2026-07-24T21:11:07.515Z | Compiling iri-string v0.7.10 |
| 2062 | 2026-07-24T21:11:07.641Z | Compiling object v0.37.3 |
| 2063 | 2026-07-24T21:11:07.753Z | Compiling unicode-bidi v0.3.18 |
| 2064 | 2026-07-24T21:11:07.773Z | Compiling ryu v1.0.23 |
| 2065 | 2026-07-24T21:11:07.803Z | Compiling adler2 v2.0.1 |
| 2066 | 2026-07-24T21:11:07.938Z | Compiling miniz_oxide v0.8.9 |
| 2067 | 2026-07-24T21:11:07.954Z | Compiling serde_urlencoded v0.7.1 |
| 2068 | 2026-07-24T21:11:08.233Z | Compiling stringprep v0.1.5 |
| 2069 | 2026-07-24T21:11:08.233Z | Compiling derive_builder_macro v0.20.2 |
| 2070 | 2026-07-24T21:11:08.370Z | Compiling proptest v1.10.0 |
| 2071 | 2026-07-24T21:11:08.492Z | Compiling darling v0.23.0 |
| 2072 | 2026-07-24T21:11:08.602Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-24T21:11:08.660Z | Compiling usdt-macro v0.6.0 |
| 2074 | 2026-07-24T21:11:08.695Z | Compiling tower-http v0.6.8 |
| 2075 | 2026-07-24T21:11:08.699Z | Compiling usdt-attr-macro v0.6.0 |
| 2076 | 2026-07-24T21:11:08.775Z | Compiling anstyle-parse v1.0.0 |
| 2077 | 2026-07-24T21:11:08.799Z | Compiling block-padding v0.4.2 |
| 2078 | 2026-07-24T21:11:08.849Z | Compiling crypto-common v0.2.2 |
| 2079 | 2026-07-24T21:11:08.920Z | Compiling block-buffer v0.12.1 |
| 2080 | 2026-07-24T21:11:09.305Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-24T21:11:09.380Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-24T21:11:09.440Z | Compiling erased-serde v0.3.31 |
| 2083 | 2026-07-24T21:11:09.456Z | Compiling hex v0.4.3 |
| 2084 | 2026-07-24T21:11:09.500Z | Compiling signature v2.2.0 |
| 2085 | 2026-07-24T21:11:09.516Z | Compiling md-5 v0.10.6 |
| 2086 | 2026-07-24T21:11:09.534Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-24T21:11:09.640Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-24T21:11:09.663Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-24T21:11:09.700Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-24T21:11:09.813Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-24T21:11:09.867Z | Compiling mime v0.3.17 |
| 2092 | 2026-07-24T21:11:09.940Z | Compiling psl-types v2.0.11 |
| 2093 | 2026-07-24T21:11:09.956Z | Compiling cpufeatures v0.3.0 |
| 2094 | 2026-07-24T21:11:10.048Z | Compiling fallible-iterator v0.2.0 |
| 2095 | 2026-07-24T21:11:10.062Z | Compiling zlib-rs v0.6.2 |
| 2096 | 2026-07-24T21:11:10.078Z | Compiling publicsuffix v2.3.0 |
| 2097 | 2026-07-24T21:11:10.263Z | Compiling num-iter v0.1.45 |
| 2098 | 2026-07-24T21:11:10.375Z | Compiling postgres-protocol v0.6.10 |
| 2099 | 2026-07-24T21:11:10.447Z | Compiling newtype-uuid v1.3.2 |
| 2100 | 2026-07-24T21:11:10.784Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-24T21:11:10.854Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-24T21:11:10.896Z | Compiling anstream v1.0.0 |
| 2103 | 2026-07-24T21:11:10.967Z | Compiling inout v0.2.2 |
| 2104 | 2026-07-24T21:11:10.991Z | Compiling derive_builder v0.20.2 |
| 2105 | 2026-07-24T21:11:11.123Z | Compiling hyper-tls v0.6.0 |
| 2106 | 2026-07-24T21:11:11.190Z | Compiling serde_with_macros v3.21.0 |
| 2107 | 2026-07-24T21:11:11.193Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-24T21:11:11.294Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-24T21:11:11.308Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-24T21:11:11.398Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-24T21:11:11.415Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-24T21:11:11.521Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-24T21:11:11.542Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-24T21:11:11.560Z | Compiling serde_repr v0.1.20 |
| 2115 | 2026-07-24T21:11:11.593Z | Compiling clap_derive v4.6.1 |
| 2116 | 2026-07-24T21:11:11.596Z | Compiling enum-as-inner v0.6.1 |
| 2117 | 2026-07-24T21:11:11.626Z | Compiling async-recursion v1.1.1 |
| 2118 | 2026-07-24T21:11:11.816Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-24T21:11:11.867Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-24T21:11:11.896Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-24T21:11:12.039Z | Compiling managed v0.8.0 |
| 2122 | 2026-07-24T21:11:12.104Z | Compiling flate2 v1.1.9 |
| 2123 | 2026-07-24T21:11:12.149Z | Compiling bumpalo v3.20.2 |
| 2124 | 2026-07-24T21:11:12.261Z | Compiling base16ct v0.2.0 |
| 2125 | 2026-07-24T21:11:12.281Z | Compiling libbz2-rs-sys v0.2.2 |
| 2126 | 2026-07-24T21:11:12.350Z | Compiling foldhash v0.2.0 |
| 2127 | 2026-07-24T21:11:12.409Z | Compiling foldhash v0.1.5 |
| 2128 | 2026-07-24T21:11:12.426Z | Compiling bitflags v1.3.2 |
| 2129 | 2026-07-24T21:11:12.446Z | Compiling same-file v1.0.6 |
| 2130 | 2026-07-24T21:11:12.570Z | Compiling clap_lex v1.0.0 |
| 2131 | 2026-07-24T21:11:12.587Z | Compiling walkdir v2.5.0 |
| 2132 | 2026-07-24T21:11:12.600Z | Compiling hashbrown v0.15.5 |
| 2133 | 2026-07-24T21:11:12.617Z | Compiling hashbrown v0.16.1 |
| 2134 | 2026-07-24T21:11:12.742Z | Compiling clap_builder v4.6.0 |
| 2135 | 2026-07-24T21:11:12.864Z | Compiling bzip2 v0.6.1 |
| 2136 | 2026-07-24T21:11:12.967Z | Compiling sec1 v0.7.3 |
| 2137 | 2026-07-24T21:11:13.234Z | Compiling zopfli v0.8.3 |
| 2138 | 2026-07-24T21:11:13.247Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-24T21:11:13.263Z | Compiling group v0.13.0 |
| 2140 | 2026-07-24T21:11:13.479Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-24T21:11:13.614Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-24T21:11:13.799Z | Compiling phf v0.13.1 |
| 2143 | 2026-07-24T21:11:13.964Z | Compiling zstd v0.13.3 |
| 2144 | 2026-07-24T21:11:13.987Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-24T21:11:14.200Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-24T21:11:14.234Z | Compiling daft v0.1.7 |
| 2147 | 2026-07-24T21:11:14.341Z | Compiling cipher v0.5.2 |
| 2148 | 2026-07-24T21:11:14.593Z | Compiling signal-hook-mio v0.2.5 |
| 2149 | 2026-07-24T21:11:14.636Z | Compiling postgres-types v0.2.12 |
| 2150 | 2026-07-24T21:11:14.734Z | Compiling cookie_store v0.22.1 |
| 2151 | 2026-07-24T21:11:14.751Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-24T21:11:14.853Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-24T21:11:14.906Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-24T21:11:14.939Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-24T21:11:15.095Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-24T21:11:15.139Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-24T21:11:15.174Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-24T21:11:15.177Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-24T21:11:15.228Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-24T21:11:15.316Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-24T21:11:15.496Z | Compiling serde_plain v1.0.2 |
| 2162 | 2026-07-24T21:11:15.565Z | Compiling serde-big-array v0.5.1 |
| 2163 | 2026-07-24T21:11:15.589Z | Compiling pem v3.0.6 |
| 2164 | 2026-07-24T21:11:15.699Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-24T21:11:15.784Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-24T21:11:15.799Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-24T21:11:15.815Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-24T21:11:16.024Z | Compiling toml_write v0.1.2 |
| 2169 | 2026-07-24T21:11:16.042Z | Compiling predicates-core v1.0.10 |
| 2170 | 2026-07-24T21:11:16.083Z | Compiling precomputed-hash v0.1.1 |
| 2171 | 2026-07-24T21:11:16.097Z | Compiling whoami v2.1.0 |
| 2172 | 2026-07-24T21:11:16.131Z | Compiling difflib v0.4.0 |
| 2173 | 2026-07-24T21:11:16.147Z | Compiling typed-path v0.9.3 |
| 2174 | 2026-07-24T21:11:16.185Z | Compiling data-encoding v2.10.0 |
| 2175 | 2026-07-24T21:11:16.203Z | Compiling normalize-line-endings v0.3.0 |
| 2176 | 2026-07-24T21:11:16.221Z | Compiling new_debug_unreachable v1.0.6 |
| 2177 | 2026-07-24T21:11:16.239Z | Compiling static_assertions v1.1.0 |
| 2178 | 2026-07-24T21:11:16.321Z | Compiling jiff v0.2.21 |
| 2179 | 2026-07-24T21:11:16.427Z | Compiling const-oid v0.10.2 |
| 2180 | 2026-07-24T21:11:16.447Z | Compiling fixedbitset v0.5.7 |
| 2181 | 2026-07-24T21:11:16.463Z | Compiling fixedbitset v0.4.2 |
| 2182 | 2026-07-24T21:11:16.579Z | Compiling keccak v0.1.6 |
| 2183 | 2026-07-24T21:11:16.595Z | Compiling digest v0.11.3 |
| 2184 | 2026-07-24T21:11:16.627Z | Compiling petgraph v0.6.5 |
| 2185 | 2026-07-24T21:11:16.643Z | Compiling elliptic-curve v0.13.8 |
| 2186 | 2026-07-24T21:11:16.688Z | Compiling petgraph v0.8.3 |
| 2187 | 2026-07-24T21:11:16.722Z | Compiling hickory-proto v0.25.2 |
| 2188 | 2026-07-24T21:11:16.793Z | Compiling sha3 v0.10.8 |
| 2189 | 2026-07-24T21:11:16.868Z | Compiling chacha20 v0.10.0 |
| 2190 | 2026-07-24T21:11:16.873Z | Compiling predicates v3.1.4 |
| 2191 | 2026-07-24T21:11:16.874Z | Compiling tokio-postgres v0.7.16 |
| 2192 | 2026-07-24T21:11:16.967Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2193 | 2026-07-24T21:11:17.003Z | Compiling string_cache v0.8.9 |
| 2194 | 2026-07-24T21:11:17.079Z | Compiling toml_edit v0.22.27 |
| 2195 | 2026-07-24T21:11:17.236Z | Compiling env_logger v0.11.9 |
| 2196 | 2026-07-24T21:11:17.300Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-24T21:11:18.106Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-24T21:11:18.921Z | Compiling zip v4.6.1 |
| 2199 | 2026-07-24T21:11:18.953Z | Compiling ed25519-dalek v2.2.0 |
| 2200 | 2026-07-24T21:11:19.050Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-24T21:11:19.435Z | Compiling crossterm v0.28.1 |
| 2202 | 2026-07-24T21:11:19.607Z | Compiling iddqd v0.4.2 |
| 2203 | 2026-07-24T21:11:19.656Z | Compiling clap v4.6.1 |
| 2204 | 2026-07-24T21:11:19.815Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-24T21:11:19.829Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-24T21:11:19.850Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-24T21:11:20.033Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-24T21:11:20.074Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-24T21:11:20.167Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-24T21:11:20.183Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-24T21:11:20.455Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-24T21:11:20.556Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-24T21:11:20.634Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-24T21:11:20.960Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-24T21:11:21.440Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-07-24T21:11:21.626Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-07-24T21:11:37.577Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-24T21:11:38.654Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-24T21:11:38.711Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-24T21:11:38.738Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-24T21:11:38.755Z | Compiling rayon-core v1.13.0 |
| 2222 | 2026-07-24T21:11:38.954Z | Compiling crucible-workspace-hack v0.1.0 |
| 2223 | 2026-07-24T21:11:39.007Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-24T21:11:39.052Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-24T21:11:39.210Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-24T21:11:39.246Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2227 | 2026-07-24T21:11:39.249Z | Compiling heapless v0.8.0 |
| 2228 | 2026-07-24T21:11:39.296Z | Compiling crossbeam-deque v0.8.6 |
| 2229 | 2026-07-24T21:11:39.369Z | Compiling inout v0.1.4 |
| 2230 | 2026-07-24T21:11:39.513Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2231 | 2026-07-24T21:11:39.538Z | Compiling hash32 v0.3.1 |
| 2232 | 2026-07-24T21:11:39.553Z | Compiling multer v3.1.0 |
| 2233 | 2026-07-24T21:11:39.647Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2234 | 2026-07-24T21:11:39.720Z | Compiling thread_local v1.1.9 |
| 2235 | 2026-07-24T21:11:39.749Z | Compiling structmeta v0.3.0 |
| 2236 | 2026-07-24T21:11:39.764Z | Compiling compression-core v0.4.31 |
| 2237 | 2026-07-24T21:11:39.789Z | Compiling slog-async v2.8.0 |
| 2238 | 2026-07-24T21:11:39.815Z | Compiling match_cfg v0.1.0 |
| 2239 | 2026-07-24T21:11:39.906Z | Compiling smoltcp v0.11.0 |
| 2240 | 2026-07-24T21:11:39.953Z | Compiling unicode-width v0.2.0 |
| 2241 | 2026-07-24T21:11:39.971Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2242 | 2026-07-24T21:11:40.080Z | Compiling proc-macro-crate v3.4.0 |
| 2243 | 2026-07-24T21:11:40.155Z | Compiling derive-ex v0.1.8 |
| 2244 | 2026-07-24T21:11:40.251Z | Compiling compression-codecs v0.4.37 |
| 2245 | 2026-07-24T21:11:40.285Z | Compiling hostname v0.3.1 |
| 2246 | 2026-07-24T21:11:40.358Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-24T21:11:40.468Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-24T21:11:40.530Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-24T21:11:40.620Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-24T21:11:40.623Z | Compiling half v2.7.1 |
| 2251 | 2026-07-24T21:11:40.680Z | Compiling newtype-uuid-macros v0.1.0 |
| 2252 | 2026-07-24T21:11:40.764Z | Compiling cobs v0.3.0 |
| 2253 | 2026-07-24T21:11:40.802Z | Compiling universal-hash v0.5.1 |
| 2254 | 2026-07-24T21:11:40.826Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2255 | 2026-07-24T21:11:40.896Z | Compiling darling_macro v0.21.3 |
| 2256 | 2026-07-24T21:11:40.962Z | Compiling async-stream-impl v0.3.6 |
| 2257 | 2026-07-24T21:11:41.001Z | Compiling tokio-rustls v0.26.4 |
| 2258 | 2026-07-24T21:11:41.054Z | Compiling rustls-platform-verifier v0.6.2 |
| 2259 | 2026-07-24T21:11:41.276Z | Compiling hyper-rustls v0.27.7 |
| 2260 | 2026-07-24T21:11:41.301Z | Compiling tough v0.22.0 |
| 2261 | 2026-07-24T21:11:41.331Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2262 | 2026-07-24T21:11:41.405Z | Compiling darling v0.21.3 |
| 2263 | 2026-07-24T21:11:41.427Z | Compiling serde_spanned v1.1.1 |
| 2264 | 2026-07-24T21:11:41.501Z | Compiling reqwest v0.13.2 |
| 2265 | 2026-07-24T21:11:41.559Z | Compiling ingot-macros v0.1.1 |
| 2266 | 2026-07-24T21:11:41.592Z | Compiling is-terminal v0.4.17 |
| 2267 | 2026-07-24T21:11:41.607Z | Compiling proc-macro-error-attr v1.0.4 |
| 2268 | 2026-07-24T21:11:41.688Z | Compiling dropshot v0.17.1 |
| 2269 | 2026-07-24T21:11:41.710Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2270 | 2026-07-24T21:11:41.779Z | Compiling convert_case v0.4.0 |
| 2271 | 2026-07-24T21:11:41.834Z | Compiling ciborium-io v0.2.2 |
| 2272 | 2026-07-24T21:11:41.876Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2273 | 2026-07-24T21:11:41.920Z | Compiling take_mut v0.2.2 |
| 2274 | 2026-07-24T21:11:41.943Z | Compiling term v1.2.1 |
| 2275 | 2026-07-24T21:11:41.958Z | Compiling opaque-debug v0.3.1 |
| 2276 | 2026-07-24T21:11:42.054Z | Compiling poly1305 v0.8.0 |
| 2277 | 2026-07-24T21:11:42.068Z | Compiling ciborium-ll v0.2.2 |
| 2278 | 2026-07-24T21:11:42.092Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-07-24T21:11:42.130Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2280 | 2026-07-24T21:11:42.351Z | Compiling slog-term v2.9.2 |
| 2281 | 2026-07-24T21:11:42.589Z | Compiling thiserror-no-std v2.0.2 |
| 2282 | 2026-07-24T21:11:42.721Z | Compiling test-strategy v0.4.5 |
| 2283 | 2026-07-24T21:11:42.724Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-07-24T21:11:42.764Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-24T21:11:42.936Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-24T21:11:43.343Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-07-24T21:11:43.463Z | Compiling chacha20 v0.9.1 |
| 2288 | 2026-07-24T21:11:43.577Z | Compiling num_enum_derive v0.7.6 |
| 2289 | 2026-07-24T21:11:43.648Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-24T21:11:43.768Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-24T21:11:44.103Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-24T21:11:44.179Z | Compiling ingot-types v0.1.2 |
| 2293 | 2026-07-24T21:11:44.256Z | Compiling sha1 v0.11.0 |
| 2294 | 2026-07-24T21:11:44.319Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-07-24T21:11:44.558Z | Compiling proc-macro-crate v1.3.1 |
| 2296 | 2026-07-24T21:11:44.590Z | Compiling ingot v0.1.1 |
| 2297 | 2026-07-24T21:11:44.607Z | Compiling waitgroup v0.1.2 |
| 2298 | 2026-07-24T21:11:44.650Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2299 | 2026-07-24T21:11:44.706Z | Compiling backon v1.6.0 |
| 2300 | 2026-07-24T21:11:44.728Z | Compiling password-hash v0.5.0 |
| 2301 | 2026-07-24T21:11:44.785Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-24T21:11:44.803Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-24T21:11:44.919Z | Compiling blake2 v0.10.6 |
| 2304 | 2026-07-24T21:11:44.942Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2305 | 2026-07-24T21:11:44.964Z | Compiling aead v0.5.2 |
| 2306 | 2026-07-24T21:11:44.981Z | Compiling foreign-types-macros v0.2.3 |
| 2307 | 2026-07-24T21:11:45.083Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2308 | 2026-07-24T21:11:45.230Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-24T21:11:45.273Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-24T21:11:45.311Z | Compiling proc-macro-error v1.0.4 |
| 2311 | 2026-07-24T21:11:45.430Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2312 | 2026-07-24T21:11:45.452Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-24T21:11:45.546Z | Compiling foreign-types-shared v0.3.1 |
| 2314 | 2026-07-24T21:11:45.561Z | Compiling debug-ignore v1.0.5 |
| 2315 | 2026-07-24T21:11:45.605Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-24T21:11:45.671Z | Compiling foreign-types v0.5.0 |
| 2317 | 2026-07-24T21:11:45.686Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2318 | 2026-07-24T21:11:45.709Z | Compiling parse-display v0.10.0 |
| 2319 | 2026-07-24T21:11:45.726Z | Compiling argon2 v0.5.3 |
| 2320 | 2026-07-24T21:11:45.729Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2026-07-24T21:11:45.740Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-24T21:11:45.770Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-24T21:11:45.770Z | Compiling num_enum v0.7.6 |
| 2324 | 2026-07-24T21:11:45.840Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2325 | 2026-07-24T21:11:45.927Z | Compiling vsss-rs v3.3.4 |
| 2326 | 2026-07-24T21:11:46.123Z | Compiling ciborium v0.2.2 |
| 2327 | 2026-07-24T21:11:46.291Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-24T21:11:46.319Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-24T21:11:46.410Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-07-24T21:11:46.433Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2331 | 2026-07-24T21:11:46.546Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2332 | 2026-07-24T21:11:46.568Z | Compiling cstr-argument v0.1.2 |
| 2333 | 2026-07-24T21:11:46.615Z | Compiling humantime v2.3.0 |
| 2334 | 2026-07-24T21:11:46.694Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2335 | 2026-07-24T21:11:46.731Z | Compiling num_enum v0.5.11 |
| 2336 | 2026-07-24T21:11:46.731Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-24T21:11:46.765Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2338 | 2026-07-24T21:11:46.869Z | Compiling rayon v1.11.0 |
| 2339 | 2026-07-24T21:11:46.884Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2340 | 2026-07-24T21:11:46.910Z | Compiling rand v0.10.1 |
| 2341 | 2026-07-24T21:11:46.946Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-24T21:11:47.008Z | Compiling indent_write v2.2.0 |
| 2343 | 2026-07-24T21:11:47.026Z | Compiling libefi-sys v0.1.0 |
| 2344 | 2026-07-24T21:11:47.041Z | Compiling colored v3.1.1 |
| 2345 | 2026-07-24T21:11:47.061Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2346 | 2026-07-24T21:11:47.127Z | Compiling zone_cfg_derive v0.3.1 |
| 2347 | 2026-07-24T21:11:47.175Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-24T21:11:47.189Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-24T21:11:47.279Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-24T21:11:47.320Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-07-24T21:11:47.415Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-07-24T21:11:47.434Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-24T21:11:47.437Z | Compiling num-derive v0.4.2 |
| 2354 | 2026-07-24T21:11:47.737Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2355 | 2026-07-24T21:11:47.755Z | Compiling blake3 v1.8.5 |
| 2356 | 2026-07-24T21:11:47.779Z | Compiling sigpipe v0.1.3 |
| 2357 | 2026-07-24T21:11:47.859Z | Compiling memmap v0.7.0 |
| 2358 | 2026-07-24T21:11:47.881Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2359 | 2026-07-24T21:11:47.897Z | Compiling glob v0.3.3 |
| 2360 | 2026-07-24T21:11:48.050Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-24T21:11:48.085Z | Compiling swrite v0.1.0 |
| 2362 | 2026-07-24T21:11:48.110Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-24T21:11:48.147Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2364 | 2026-07-24T21:11:48.199Z | Compiling usdt v0.5.0 |
| 2365 | 2026-07-24T21:11:48.371Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2366 | 2026-07-24T21:11:48.420Z | Compiling smf v0.2.3 |
| 2367 | 2026-07-24T21:11:48.435Z | Compiling filetime v0.2.27 |
| 2368 | 2026-07-24T21:11:48.450Z | Compiling constant_time_eq v0.4.2 |
| 2369 | 2026-07-24T21:11:48.466Z | Compiling arrayref v0.3.9 |
| 2370 | 2026-07-24T21:11:48.591Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-07-24T21:11:48.665Z | Compiling zone v0.3.1 |
| 2372 | 2026-07-24T21:11:48.679Z | Compiling arrayvec v0.7.6 |
| 2373 | 2026-07-24T21:11:48.694Z | Compiling xattr v1.6.1 |
| 2374 | 2026-07-24T21:11:48.694Z | Compiling whoami v1.6.1 |
| 2375 | 2026-07-24T21:11:48.794Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-24T21:11:48.811Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-07-24T21:11:48.860Z | Compiling tar v0.4.46 |
| 2378 | 2026-07-24T21:11:48.885Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-07-24T21:11:48.939Z | Compiling console v0.16.2 |
| 2380 | 2026-07-24T21:11:49.068Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-24T21:11:49.116Z | Compiling topological-sort v0.2.2 |
| 2382 | 2026-07-24T21:11:49.176Z | Compiling unit-prefix v0.5.2 |
| 2383 | 2026-07-24T21:11:49.224Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-24T21:11:49.240Z | Compiling toml v0.8.23 |
| 2385 | 2026-07-24T21:11:49.306Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2386 | 2026-07-24T21:11:49.350Z | Compiling indicatif v0.18.4 |
| 2387 | 2026-07-24T21:11:49.482Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2388 | 2026-07-24T21:11:49.689Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-24T21:11:58.874Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-24T21:11:58.874Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-24T21:11:59.108Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-24T21:11:59.422Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-07-24T21:11:59.449Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-07-24T21:11:59.486Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-24T21:11:59.505Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-24T21:11:59.554Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2397 | 2026-07-24T21:11:59.586Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2398 | 2026-07-24T21:11:59.720Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-24T21:11:59.837Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-24T21:12:00.312Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-24T21:12:04.158Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-24T21:12:12.086Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-24T21:12:15.218Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-24T21:12:16.242Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-24T21:12:25.578Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2406 | 2026-07-24T21:12:25.724Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-24T21:12:25.784Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-24T21:12:25.787Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-24T21:12:25.787Z | |
| 2410 | 2026-07-24T21:12:25.787Z | real 1:39.858308728 |
| 2411 | 2026-07-24T21:12:25.787Z | user 16:24.951656156 |
| 2412 | 2026-07-24T21:12:25.787Z | sys 2:35.043827312 |
| 2413 | 2026-07-24T21:12:25.788Z | trap 0.471343706 |
| 2414 | 2026-07-24T21:12:25.788Z | tflt 2.255300277 |
| 2415 | 2026-07-24T21:12:25.788Z | dflt 4.128171876 |
| 2416 | 2026-07-24T21:12:25.788Z | kflt 0.000728430 |
| 2417 | 2026-07-24T21:12:25.788Z | lock 51:39.933281722 |
| 2418 | 2026-07-24T21:12:25.788Z | slp 42:07.376610052 |
| 2419 | 2026-07-24T21:12:25.788Z | lat 43.756563543 |
| 2420 | 2026-07-24T21:12:25.789Z | stop 5:23.886297764 |
| 2421 | 2026-07-24T21:12:25.789Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-24T21:12:26.623Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2423 | 2026-07-24T21:12:26.690Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-24T21:12:26.744Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-24T21:12:28.106Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-24T21:12:28.306Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-24T21:12:28.324Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-24T21:12:28.355Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-24T21:12:28.379Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-24T21:12:28.401Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-24T21:12:28.421Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-24T21:12:28.424Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-24T21:12:28.461Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-24T21:12:28.461Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-24T21:12:28.461Z | Compiling console v0.15.11 |
| 2436 | 2026-07-24T21:12:28.461Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-24T21:12:28.461Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-24T21:12:28.518Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-24T21:12:28.522Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-24T21:12:28.600Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-24T21:12:28.624Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-24T21:12:28.646Z | Compiling unicode-width v0.1.14 |
| 2443 | 2026-07-24T21:12:28.650Z | Compiling compression-core v0.4.31 |
| 2444 | 2026-07-24T21:12:28.687Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2445 | 2026-07-24T21:12:28.776Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-07-24T21:12:28.845Z | Compiling cancel-safe-futures v0.1.5 |
| 2447 | 2026-07-24T21:12:28.869Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-07-24T21:12:28.889Z | Compiling hostname v0.3.1 |
| 2449 | 2026-07-24T21:12:28.893Z | Compiling compression-codecs v0.4.37 |
| 2450 | 2026-07-24T21:12:28.982Z | Compiling expectorate v1.2.0 |
| 2451 | 2026-07-24T21:12:29.009Z | Compiling num v0.4.3 |
| 2452 | 2026-07-24T21:12:29.041Z | Compiling multer v3.1.0 |
| 2453 | 2026-07-24T21:12:29.077Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-07-24T21:12:29.118Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-24T21:12:29.122Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-24T21:12:29.221Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-24T21:12:29.225Z | Compiling serde_spanned v1.1.1 |
| 2458 | 2026-07-24T21:12:29.225Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2459 | 2026-07-24T21:12:29.225Z | Compiling term v1.2.1 |
| 2460 | 2026-07-24T21:12:29.225Z | Compiling linked-hash-map v0.5.6 |
| 2461 | 2026-07-24T21:12:29.369Z | Compiling float-ord v0.3.2 |
| 2462 | 2026-07-24T21:12:29.389Z | Compiling take_mut v0.2.2 |
| 2463 | 2026-07-24T21:12:29.421Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2464 | 2026-07-24T21:12:29.469Z | Compiling lru-cache v0.1.2 |
| 2465 | 2026-07-24T21:12:29.490Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2466 | 2026-07-24T21:12:29.509Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2467 | 2026-07-24T21:12:29.535Z | Compiling slog-term v2.9.2 |
| 2468 | 2026-07-24T21:12:29.573Z | Compiling slog-bunyan v2.5.0 |
| 2469 | 2026-07-24T21:12:29.620Z | Compiling oxide-update-engine-types v0.1.2 |
| 2470 | 2026-07-24T21:12:29.684Z | Compiling async-compression v0.4.41 |
| 2471 | 2026-07-24T21:12:29.735Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-24T21:12:29.822Z | Compiling dropshot v0.17.1 |
| 2473 | 2026-07-24T21:12:29.886Z | Compiling typify-impl v0.6.2 |
| 2474 | 2026-07-24T21:12:29.942Z | Compiling async-stream v0.3.6 |
| 2475 | 2026-07-24T21:12:29.984Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2476 | 2026-07-24T21:12:30.021Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-24T21:12:30.080Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-24T21:12:30.135Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-24T21:12:30.155Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-24T21:12:30.174Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-24T21:12:30.294Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-24T21:12:30.316Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-24T21:12:30.344Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-24T21:12:30.392Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-24T21:12:30.414Z | Compiling linear-map v1.2.0 |
| 2486 | 2026-07-24T21:12:30.414Z | Compiling debug-ignore v1.0.5 |
| 2487 | 2026-07-24T21:12:30.475Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-07-24T21:12:30.521Z | Compiling backoff v0.4.0 |
| 2489 | 2026-07-24T21:12:30.542Z | Compiling progenitor-extras v0.2.0 |
| 2490 | 2026-07-24T21:12:30.566Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2491 | 2026-07-24T21:12:30.591Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2492 | 2026-07-24T21:12:30.714Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-24T21:12:30.753Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-24T21:12:30.757Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-24T21:12:30.757Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-24T21:12:30.816Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2026-07-24T21:12:30.863Z | Compiling oxide-update-engine v0.1.2 |
| 2498 | 2026-07-24T21:12:31.077Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-24T21:12:31.455Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-24T21:12:31.661Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-24T21:12:31.877Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-07-24T21:12:31.906Z | Compiling humantime v2.3.0 |
| 2503 | 2026-07-24T21:12:32.123Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-24T21:12:32.174Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-24T21:12:32.224Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-24T21:12:32.353Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-24T21:12:32.438Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-24T21:12:32.519Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-24T21:12:32.652Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2510 | 2026-07-24T21:12:32.745Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2511 | 2026-07-24T21:12:32.798Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-24T21:12:33.319Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-07-24T21:12:33.339Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-07-24T21:12:33.380Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-07-24T21:12:33.406Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-07-24T21:12:33.453Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-07-24T21:12:33.491Z | Compiling termtree v0.5.1 |
| 2518 | 2026-07-24T21:12:33.548Z | Compiling crossterm v0.29.0 |
| 2519 | 2026-07-24T21:12:33.688Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-24T21:12:34.087Z | Compiling hickory-resolver v0.24.4 |
| 2521 | 2026-07-24T21:12:34.391Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-24T21:12:34.675Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-07-24T21:12:34.894Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-24T21:12:35.193Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-24T21:12:35.565Z | Compiling qorb v0.4.1 |
| 2526 | 2026-07-24T21:12:35.711Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-24T21:12:35.962Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-24T21:12:36.491Z | Compiling vte v0.14.1 |
| 2529 | 2026-07-24T21:12:36.514Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-07-24T21:12:36.755Z | Compiling highway v1.3.0 |
| 2531 | 2026-07-24T21:12:36.937Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-07-24T21:12:37.197Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2533 | 2026-07-24T21:12:37.307Z | Compiling progenitor-macro v0.14.0 |
| 2534 | 2026-07-24T21:12:38.432Z | Compiling csv v1.4.0 |
| 2535 | 2026-07-24T21:12:38.519Z | Compiling strip-ansi-escapes v0.2.1 |
| 2536 | 2026-07-24T21:12:38.635Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-24T21:12:38.815Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-07-24T21:12:38.841Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-07-24T21:12:39.091Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-24T21:12:39.152Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-07-24T21:12:39.259Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-07-24T21:12:39.418Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-07-24T21:12:39.799Z | Compiling const_format v0.2.35 |
| 2544 | 2026-07-24T21:12:40.002Z | Compiling reedline v0.40.0 |
| 2545 | 2026-07-24T21:12:40.162Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-24T21:12:40.435Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-24T21:12:40.835Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-24T21:12:41.358Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-07-24T21:12:41.535Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-07-24T21:12:41.558Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2551 | 2026-07-24T21:12:41.644Z | Compiling peg v0.8.5 |
| 2552 | 2026-07-24T21:12:41.749Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-24T21:12:42.163Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-24T21:12:42.328Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-24T21:12:42.588Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-24T21:12:42.881Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-24T21:12:43.117Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-24T21:12:43.153Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-24T21:12:43.360Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-24T21:12:43.404Z | Compiling smawk v0.3.2 |
| 2561 | 2026-07-24T21:12:43.455Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2562 | 2026-07-24T21:12:43.571Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-07-24T21:12:43.615Z | Compiling unicode-linebreak v0.1.5 |
| 2564 | 2026-07-24T21:12:43.926Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-07-24T21:12:44.100Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2566 | 2026-07-24T21:12:44.144Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2567 | 2026-07-24T21:12:44.186Z | Compiling steno v0.4.1 |
| 2568 | 2026-07-24T21:12:44.423Z | Compiling base64 v0.21.7 |
| 2569 | 2026-07-24T21:12:44.775Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2570 | 2026-07-24T21:12:45.044Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-07-24T21:12:45.283Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-24T21:12:45.582Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-07-24T21:12:45.640Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-07-24T21:12:45.715Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2575 | 2026-07-24T21:12:45.810Z | Compiling moka v0.12.13 |
| 2576 | 2026-07-24T21:12:45.831Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-24T21:12:45.985Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-24T21:12:46.006Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-24T21:12:46.172Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-24T21:12:46.258Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-24T21:12:46.352Z | Compiling tap v1.0.1 |
| 2582 | 2026-07-24T21:12:46.500Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-07-24T21:12:46.594Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-07-24T21:12:46.977Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-07-24T21:12:47.092Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2586 | 2026-07-24T21:12:47.153Z | Compiling wyz v0.5.1 |
| 2587 | 2026-07-24T21:12:47.211Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-07-24T21:12:47.401Z | Compiling vergen-lib v0.1.6 |
| 2589 | 2026-07-24T21:12:47.641Z | Compiling zerocopy-derive v0.6.6 |
| 2590 | 2026-07-24T21:12:48.101Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-07-24T21:12:48.148Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-07-24T21:12:48.453Z | Compiling crc-catalog v2.4.0 |
| 2593 | 2026-07-24T21:12:48.615Z | Compiling funty v2.0.0 |
| 2594 | 2026-07-24T21:12:48.651Z | Compiling packed_struct v0.10.1 |
| 2595 | 2026-07-24T21:12:48.947Z | Compiling diesel_derives v2.3.7 |
| 2596 | 2026-07-24T21:12:49.001Z | Compiling bitvec v1.0.1 |
| 2597 | 2026-07-24T21:12:49.245Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-07-24T21:12:49.558Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2599 | 2026-07-24T21:12:49.579Z | Compiling crc v3.4.0 |
| 2600 | 2026-07-24T21:12:49.619Z | Compiling zerocopy v0.6.6 |
| 2601 | 2026-07-24T21:12:49.808Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-07-24T21:12:50.116Z | Compiling dsl_auto_type v0.2.0 |
| 2603 | 2026-07-24T21:12:50.191Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2604 | 2026-07-24T21:12:50.333Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-24T21:12:50.336Z | Compiling scheduled-thread-pool v0.2.7 |
| 2606 | 2026-07-24T21:12:50.467Z | Compiling packed_struct_codegen v0.10.1 |
| 2607 | 2026-07-24T21:12:50.710Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-07-24T21:12:50.873Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2609 | 2026-07-24T21:12:50.951Z | Compiling bitfield-macros v0.19.4 |
| 2610 | 2026-07-24T21:12:50.972Z | Compiling dirs-sys-next v0.1.2 |
| 2611 | 2026-07-24T21:12:51.097Z | Compiling indexmap v1.9.3 |
| 2612 | 2026-07-24T21:12:51.242Z | Compiling nodrop v0.1.14 |
| 2613 | 2026-07-24T21:12:51.346Z | Compiling crunchy v0.2.4 |
| 2614 | 2026-07-24T21:12:51.372Z | Compiling maplit v1.0.2 |
| 2615 | 2026-07-24T21:12:51.493Z | Compiling glob v0.3.3 |
| 2616 | 2026-07-24T21:12:51.688Z | Compiling bitfield v0.19.4 |
| 2617 | 2026-07-24T21:12:51.738Z | Compiling array-init v0.0.4 |
| 2618 | 2026-07-24T21:12:51.856Z | Compiling clang-sys v1.8.1 |
| 2619 | 2026-07-24T21:12:52.039Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-07-24T21:12:52.160Z | Compiling r2d2 v0.8.10 |
| 2621 | 2026-07-24T21:12:52.185Z | Compiling smallvec v0.6.14 |
| 2622 | 2026-07-24T21:12:52.353Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2623 | 2026-07-24T21:12:52.437Z | Compiling tabled_derive v0.11.0 |
| 2624 | 2026-07-24T21:12:52.458Z | Compiling papergrid v0.17.0 |
| 2625 | 2026-07-24T21:12:52.620Z | Compiling testing_table v0.3.0 |
| 2626 | 2026-07-24T21:12:52.685Z | Compiling hashbrown v0.12.3 |
| 2627 | 2026-07-24T21:12:52.808Z | Compiling downcast-rs v2.0.2 |
| 2628 | 2026-07-24T21:12:52.939Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-07-24T21:12:53.047Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2630 | 2026-07-24T21:12:53.092Z | Compiling serde-hex v0.1.0 |
| 2631 | 2026-07-24T21:12:53.311Z | Compiling term v0.7.0 |
| 2632 | 2026-07-24T21:12:53.494Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-07-24T21:12:53.523Z | Compiling ron v0.8.1 |
| 2634 | 2026-07-24T21:12:53.581Z | Compiling hashbrown v0.13.2 |
| 2635 | 2026-07-24T21:12:53.733Z | Compiling tabled v0.20.0 |
| 2636 | 2026-07-24T21:12:53.755Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2637 | 2026-07-24T21:12:53.822Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-07-24T21:12:54.068Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2639 | 2026-07-24T21:12:54.200Z | Compiling bit-vec v0.6.3 |
| 2640 | 2026-07-24T21:12:54.440Z | Compiling crc-any v2.5.0 |
| 2641 | 2026-07-24T21:12:54.862Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2642 | 2026-07-24T21:12:55.235Z | Compiling bit-set v0.5.3 |
| 2643 | 2026-07-24T21:12:55.257Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2644 | 2026-07-24T21:12:55.421Z | Compiling object v0.30.4 |
| 2645 | 2026-07-24T21:12:55.780Z | Compiling ascii-canvas v3.0.0 |
| 2646 | 2026-07-24T21:12:55.880Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2647 | 2026-07-24T21:12:55.983Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2648 | 2026-07-24T21:12:56.037Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2649 | 2026-07-24T21:12:56.197Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2650 | 2026-07-24T21:12:56.455Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2651 | 2026-07-24T21:12:56.493Z | Compiling itertools v0.10.5 |
| 2652 | 2026-07-24T21:12:56.634Z | Compiling ena v0.14.4 |
| 2653 | 2026-07-24T21:12:56.657Z | Compiling libloading v0.8.9 |
| 2654 | 2026-07-24T21:12:56.755Z | Compiling diesel v2.3.7 |
| 2655 | 2026-07-24T21:12:56.875Z | Compiling bindgen v0.71.1 |
| 2656 | 2026-07-24T21:12:56.965Z | Compiling path-slash v0.1.5 |
| 2657 | 2026-07-24T21:12:57.112Z | Compiling diff v0.1.13 |
| 2658 | 2026-07-24T21:12:57.173Z | Compiling xshell-macros v0.2.7 |
| 2659 | 2026-07-24T21:12:57.258Z | Compiling unicase v2.9.0 |
| 2660 | 2026-07-24T21:12:57.369Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-07-24T21:12:57.594Z | Compiling xshell v0.2.7 |
| 2662 | 2026-07-24T21:12:57.824Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2663 | 2026-07-24T21:12:58.928Z | Compiling lalrpop v0.19.12 |
| 2664 | 2026-07-24T21:12:59.172Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2665 | 2026-07-24T21:12:59.257Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-07-24T21:12:59.649Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2667 | 2026-07-24T21:12:59.879Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2668 | 2026-07-24T21:12:59.903Z | Compiling crc8 v0.1.1 |
| 2669 | 2026-07-24T21:13:00.036Z | Compiling rustc-hash v2.1.1 |
| 2670 | 2026-07-24T21:13:00.348Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-07-24T21:13:00.499Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2672 | 2026-07-24T21:13:00.522Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2673 | 2026-07-24T21:13:00.640Z | Compiling headers-core v0.3.0 |
| 2674 | 2026-07-24T21:13:00.814Z | Compiling libxml v0.3.3 |
| 2675 | 2026-07-24T21:13:00.990Z | Compiling headers v0.4.1 |
| 2676 | 2026-07-24T21:13:01.138Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-07-24T21:13:01.393Z | Compiling strum_macros v0.24.3 |
| 2678 | 2026-07-24T21:13:01.530Z | Compiling indoc v1.0.9 |
| 2679 | 2026-07-24T21:13:01.757Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2680 | 2026-07-24T21:13:02.023Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-07-24T21:13:02.255Z | Compiling derive_builder v0.20.2 |
| 2682 | 2026-07-24T21:13:02.421Z | Compiling quick-xml v0.37.5 |
| 2683 | 2026-07-24T21:13:02.628Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-07-24T21:13:02.670Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-07-24T21:13:03.148Z | Compiling openssl-probe v0.1.6 |
| 2686 | 2026-07-24T21:13:03.373Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2687 | 2026-07-24T21:13:03.442Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-07-24T21:13:03.462Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2689 | 2026-07-24T21:13:03.632Z | Compiling bb8 v0.8.6 |
| 2690 | 2026-07-24T21:13:03.696Z | Compiling trait-variant v0.1.2 |
| 2691 | 2026-07-24T21:13:03.718Z | Compiling half v1.8.3 |
| 2692 | 2026-07-24T21:13:03.937Z | Compiling serde_cbor v0.11.2 |
| 2693 | 2026-07-24T21:13:04.047Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2694 | 2026-07-24T21:13:04.133Z | Compiling progenitor-impl v0.13.0 |
| 2695 | 2026-07-24T21:13:04.159Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2696 | 2026-07-24T21:13:04.261Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2697 | 2026-07-24T21:13:04.437Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2698 | 2026-07-24T21:13:04.796Z | Compiling samael v0.0.19 |
| 2699 | 2026-07-24T21:13:04.960Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2700 | 2026-07-24T21:13:05.289Z | Compiling progenitor-client v0.13.0 |
| 2701 | 2026-07-24T21:13:05.336Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-07-24T21:13:05.358Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2703 | 2026-07-24T21:13:05.554Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-07-24T21:13:05.624Z | Compiling fxhash v0.2.1 |
| 2705 | 2026-07-24T21:13:05.782Z | Compiling libz-sys v1.1.24 |
| 2706 | 2026-07-24T21:13:05.804Z | Compiling salty v0.3.0 |
| 2707 | 2026-07-24T21:13:06.287Z | Compiling progenitor-macro v0.13.0 |
| 2708 | 2026-07-24T21:13:06.311Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2709 | 2026-07-24T21:13:06.313Z | Compiling polar-core v0.27.3 |
| 2710 | 2026-07-24T21:13:06.313Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2711 | 2026-07-24T21:13:06.428Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2712 | 2026-07-24T21:13:06.652Z | Compiling kstat-rs v0.2.4 |
| 2713 | 2026-07-24T21:13:06.907Z | Compiling arc-swap v1.8.2 |
| 2714 | 2026-07-24T21:13:07.132Z | Compiling fs-err v2.11.0 |
| 2715 | 2026-07-24T21:13:07.323Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2716 | 2026-07-24T21:13:07.581Z | Compiling slog-scope v4.4.1 |
| 2717 | 2026-07-24T21:13:07.642Z | Compiling mime_guess v2.0.5 |
| 2718 | 2026-07-24T21:13:07.952Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2719 | 2026-07-24T21:13:08.021Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2720 | 2026-07-24T21:13:08.179Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2721 | 2026-07-24T21:13:09.538Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2722 | 2026-07-24T21:13:09.713Z | Compiling rfc6979 v0.4.0 |
| 2723 | 2026-07-24T21:13:09.859Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2724 | 2026-07-24T21:13:09.950Z | Compiling nanorand v0.7.0 |
| 2725 | 2026-07-24T21:13:10.222Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2726 | 2026-07-24T21:13:10.302Z | Compiling progenitor v0.13.0 |
| 2727 | 2026-07-24T21:13:10.322Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-24T21:13:10.477Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2729 | 2026-07-24T21:13:10.645Z | Compiling flume v0.11.1 |
| 2730 | 2026-07-24T21:13:11.037Z | Compiling ecdsa v0.16.9 |
| 2731 | 2026-07-24T21:13:11.602Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2732 | 2026-07-24T21:13:11.719Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-24T21:13:12.314Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-24T21:13:12.347Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-07-24T21:13:12.441Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-07-24T21:13:12.753Z | Compiling git-stub v1.0.0 |
| 2737 | 2026-07-24T21:13:12.809Z | Compiling atty v0.2.14 |
| 2738 | 2026-07-24T21:13:12.956Z | Compiling http-range v0.1.5 |
| 2739 | 2026-07-24T21:13:13.018Z | Compiling parse-size v1.1.0 |
| 2740 | 2026-07-24T21:13:13.246Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2741 | 2026-07-24T21:13:13.277Z | Compiling instability v0.3.11 |
| 2742 | 2026-07-24T21:13:13.509Z | Compiling strsim v0.10.0 |
| 2743 | 2026-07-24T21:13:13.616Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2744 | 2026-07-24T21:13:13.649Z | Compiling git-stub-vcs v0.1.0 |
| 2745 | 2026-07-24T21:13:13.815Z | Compiling darling_core v0.13.4 |
| 2746 | 2026-07-24T21:13:15.452Z | Compiling oso v0.27.3 |
| 2747 | 2026-07-24T21:13:17.443Z | Compiling diesel-dtrace v0.5.0 |
| 2748 | 2026-07-24T21:13:17.758Z | Compiling async-bb8-diesel v0.2.1 |
| 2749 | 2026-07-24T21:13:18.195Z | Compiling p384 v0.13.1 |
| 2750 | 2026-07-24T21:13:18.470Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-24T21:13:19.643Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-07-24T21:13:19.719Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-07-24T21:13:20.207Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2754 | 2026-07-24T21:13:20.304Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2755 | 2026-07-24T21:13:20.768Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-07-24T21:13:21.042Z | Compiling ignore v0.4.25 |
| 2757 | 2026-07-24T21:13:21.124Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-24T21:13:21.672Z | Compiling vergen-git2 v9.1.0 |
| 2759 | 2026-07-24T21:13:21.918Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2760 | 2026-07-24T21:13:21.943Z | Compiling castaway v0.2.4 |
| 2761 | 2026-07-24T21:13:22.094Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-24T21:13:22.347Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-24T21:13:22.606Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-07-24T21:13:23.503Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-07-24T21:13:23.786Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-07-24T21:13:24.169Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2767 | 2026-07-24T21:13:24.192Z | Compiling parking_lot v0.11.2 |
| 2768 | 2026-07-24T21:13:24.442Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-07-24T21:13:24.821Z | Compiling darling_macro v0.13.4 |
| 2770 | 2026-07-24T21:13:25.104Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-07-24T21:13:25.585Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2772 | 2026-07-24T21:13:25.606Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2773 | 2026-07-24T21:13:25.627Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-07-24T21:13:25.985Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2775 | 2026-07-24T21:13:26.205Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2776 | 2026-07-24T21:13:26.246Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-24T21:13:26.390Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-24T21:13:26.571Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-24T21:13:26.780Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-24T21:13:26.843Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-24T21:13:27.016Z | Compiling prefix-trie v0.7.0 |
| 2782 | 2026-07-24T21:13:27.065Z | Compiling rand_seeder v0.4.0 |
| 2783 | 2026-07-24T21:13:27.320Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-24T21:13:27.434Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-24T21:13:27.486Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-07-24T21:13:27.507Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2787 | 2026-07-24T21:13:27.682Z | Compiling corncobs v0.1.4 |
| 2788 | 2026-07-24T21:13:27.732Z | Compiling hickory-server v0.25.2 |
| 2789 | 2026-07-24T21:13:27.786Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2790 | 2026-07-24T21:13:27.810Z | Compiling ratatui v0.29.0 |
| 2791 | 2026-07-24T21:13:27.955Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-07-24T21:13:27.978Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2793 | 2026-07-24T21:13:28.035Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-07-24T21:13:28.086Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-07-24T21:13:28.317Z | Compiling darling v0.13.4 |
| 2796 | 2026-07-24T21:13:28.657Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2797 | 2026-07-24T21:13:28.698Z | Compiling sled v0.34.7 |
| 2798 | 2026-07-24T21:13:29.043Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2799 | 2026-07-24T21:13:29.136Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-24T21:13:29.777Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-24T21:13:30.516Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-24T21:13:30.935Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2803 | 2026-07-24T21:13:31.186Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2804 | 2026-07-24T21:13:31.424Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-24T21:13:31.618Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-24T21:13:32.350Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-24T21:13:32.771Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2808 | 2026-07-24T21:13:33.210Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2026-07-24T21:13:33.405Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-07-24T21:13:33.596Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-07-24T21:13:34.413Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-24T21:13:34.441Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2813 | 2026-07-24T21:13:35.521Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2814 | 2026-07-24T21:13:35.947Z | Compiling git2 v0.20.4 |
| 2815 | 2026-07-24T21:13:36.040Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2816 | 2026-07-24T21:13:36.085Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2817 | 2026-07-24T21:13:36.322Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2818 | 2026-07-24T21:13:36.369Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-07-24T21:13:36.564Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-07-24T21:13:36.604Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2821 | 2026-07-24T21:13:36.819Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2822 | 2026-07-24T21:13:36.877Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2823 | 2026-07-24T21:13:37.119Z | Compiling void v1.0.2 |
| 2824 | 2026-07-24T21:13:37.237Z | Compiling lzss v0.8.2 |
| 2825 | 2026-07-24T21:13:37.547Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2826 | 2026-07-24T21:13:37.576Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-07-24T21:13:38.073Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-07-24T21:13:39.033Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2829 | 2026-07-24T21:13:39.057Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2830 | 2026-07-24T21:13:39.534Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2831 | 2026-07-24T21:13:40.553Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2832 | 2026-07-24T21:13:40.723Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2833 | 2026-07-24T21:13:40.879Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2834 | 2026-07-24T21:13:42.017Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2835 | 2026-07-24T21:13:42.344Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2836 | 2026-07-24T21:13:43.026Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2837 | 2026-07-24T21:13:43.329Z | Compiling tungstenite v0.23.0 |
| 2838 | 2026-07-24T21:13:43.538Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2839 | 2026-07-24T21:13:44.011Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2840 | 2026-07-24T21:13:45.132Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-07-24T21:13:45.419Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2842 | 2026-07-24T21:13:45.588Z | Compiling nix v0.27.1 |
| 2843 | 2026-07-24T21:13:45.655Z | Compiling twox-hash v2.1.2 |
| 2844 | 2026-07-24T21:13:45.677Z | Compiling libsw-core v0.3.2 |
| 2845 | 2026-07-24T21:13:45.917Z | Compiling serde_bytes v0.11.19 |
| 2846 | 2026-07-24T21:13:46.574Z | Compiling libsw v3.5.0 |
| 2847 | 2026-07-24T21:13:46.574Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2848 | 2026-07-24T21:13:46.574Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2849 | 2026-07-24T21:13:46.574Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2850 | 2026-07-24T21:13:46.826Z | Compiling tokio-tungstenite v0.23.1 |
| 2851 | 2026-07-24T21:13:47.162Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2852 | 2026-07-24T21:13:47.178Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2853 | 2026-07-24T21:13:47.228Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2854 | 2026-07-24T21:13:48.680Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2855 | 2026-07-24T21:13:50.113Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2856 | 2026-07-24T21:13:50.576Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2857 | 2026-07-24T21:13:50.642Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2858 | 2026-07-24T21:13:50.719Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-07-24T21:13:51.031Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2860 | 2026-07-24T21:13:51.056Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2861 | 2026-07-24T21:13:51.088Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2862 | 2026-07-24T21:13:51.134Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2863 | 2026-07-24T21:13:52.257Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2864 | 2026-07-24T21:13:57.049Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2865 | 2026-07-24T21:13:57.167Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-07-24T21:13:57.167Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2867 | 2026-07-24T21:13:57.198Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2868 | 2026-07-24T21:13:57.198Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2869 | 2026-07-24T21:13:57.198Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2870 | 2026-07-24T21:13:57.504Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2871 | 2026-07-24T21:13:58.219Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2872 | 2026-07-24T21:13:58.440Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2873 | 2026-07-24T21:13:58.589Z | Compiling signal-hook-tokio v0.3.1 |
| 2874 | 2026-07-24T21:13:58.797Z | Compiling fatfs v0.3.6 |
| 2875 | 2026-07-24T21:13:58.825Z | Compiling yasna v0.5.2 |
| 2876 | 2026-07-24T21:13:59.385Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2877 | 2026-07-24T21:14:00.108Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-07-24T21:14:00.322Z | Compiling seq-macro v0.3.6 |
| 2879 | 2026-07-24T21:14:00.408Z | Compiling assert_matches v1.5.0 |
| 2880 | 2026-07-24T21:14:00.518Z | Compiling supports-color v3.0.2 |
| 2881 | 2026-07-24T21:14:00.792Z | Compiling rcgen v0.12.1 |
| 2882 | 2026-07-24T21:14:00.813Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2883 | 2026-07-24T21:14:00.880Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2884 | 2026-07-24T21:14:01.056Z | Compiling oxide-update-engine-display v0.1.2 |
| 2885 | 2026-07-24T21:14:01.626Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2886 | 2026-07-24T21:14:02.059Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2887 | 2026-07-24T21:14:02.341Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2888 | 2026-07-24T21:14:02.572Z | Compiling port-file v0.1.0 |
| 2889 | 2026-07-24T21:14:02.900Z | Compiling subprocess v0.2.15 |
| 2890 | 2026-07-24T21:14:03.077Z | Compiling rtoolbox v0.0.3 |
| 2891 | 2026-07-24T21:14:03.376Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2892 | 2026-07-24T21:14:03.763Z | Compiling rpassword v7.5.4 |
| 2893 | 2026-07-24T21:14:04.442Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2894 | 2026-07-24T21:14:05.218Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2895 | 2026-07-24T21:14:05.292Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2896 | 2026-07-24T21:14:05.425Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2897 | 2026-07-24T21:14:06.345Z | Compiling tui-tree-widget v0.23.1 |
| 2898 | 2026-07-24T21:14:06.633Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2899 | 2026-07-24T21:14:07.640Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2900 | 2026-07-24T21:14:07.674Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2901 | 2026-07-24T21:14:07.911Z | Compiling uzers v0.12.2 |
| 2902 | 2026-07-24T21:14:07.942Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2026-07-24T21:14:08.576Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2904 | 2026-07-24T21:14:09.665Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2905 | 2026-07-24T21:14:10.488Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2906 | 2026-07-24T21:14:12.094Z | Compiling support-bundle-viewer v0.1.2 |
| 2907 | 2026-07-24T21:14:13.962Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2908 | 2026-07-24T21:14:14.653Z | Compiling multimap v0.10.1 |
| 2909 | 2026-07-24T21:14:25.544Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2910 | 2026-07-24T21:14:31.295Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2911 | 2026-07-24T21:14:36.813Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2912 | 2026-07-24T21:14:37.381Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2913 | 2026-07-24T21:14:38.557Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2914 | 2026-07-24T21:21:01.457Z | Finished `release` profile [optimized] target(s) in 8m 34s |
| 2915 | 2026-07-24T21:21:47.526Z | |
| 2916 | 2026-07-24T21:21:47.527Z | real 9:21.712663904 |
| 2917 | 2026-07-24T21:21:47.527Z | user 1:18:54.227508248 |
| 2918 | 2026-07-24T21:21:47.527Z | sys 3:27.557208543 |
| 2919 | 2026-07-24T21:21:47.530Z | trap 1.735630691 |
| 2920 | 2026-07-24T21:21:47.530Z | tflt 2.387439373 |
| 2921 | 2026-07-24T21:21:47.530Z | dflt 17.811388960 |
| 2922 | 2026-07-24T21:21:47.530Z | kflt 0.005280902 |
| 2923 | 2026-07-24T21:21:47.530Z | lock 6:48:51.609357658 |
| 2924 | 2026-07-24T21:21:47.530Z | slp 2:12:19.728726472 |
| 2925 | 2026-07-24T21:21:47.530Z | lat 2:23.544100924 |
| 2926 | 2026-07-24T21:21:47.530Z | stop 5:14.010529364 |
| 2927 | 2026-07-24T21:21:47.530Z | + mapfile -t packages |
| 2928 | 2026-07-24T21:21:47.530Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2929 | 2026-07-24T21:21:48.425Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2930 | 2026-07-24T21:21:48.492Z | Running `target/release/omicron-package -t test list-outputs` |
| 2931 | 2026-07-24T21:21:48.550Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2932 | 2026-07-24T21:21:48.553Z | + ptime -m cargo build --locked --release -p xtask |
| 2933 | 2026-07-24T21:21:49.023Z | Compiling libc v0.2.185 |
| 2934 | 2026-07-24T21:21:49.023Z | Compiling serde_core v1.0.228 |
| 2935 | 2026-07-24T21:21:49.023Z | Compiling serde v1.0.228 |
| 2936 | 2026-07-24T21:21:49.026Z | Compiling rustix v1.1.3 |
| 2937 | 2026-07-24T21:21:49.026Z | Compiling bitflags v2.11.0 |
| 2938 | 2026-07-24T21:21:49.026Z | Compiling serde_json v1.0.150 |
| 2939 | 2026-07-24T21:21:49.161Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-07-24T21:21:49.189Z | Compiling syn v2.0.117 |
| 2941 | 2026-07-24T21:21:49.192Z | Compiling syn v1.0.109 |
| 2942 | 2026-07-24T21:21:49.212Z | Compiling log v0.4.29 |
| 2943 | 2026-07-24T21:21:49.222Z | Compiling getrandom v0.4.1 |
| 2944 | 2026-07-24T21:21:49.225Z | Compiling indexmap v2.14.0 |
| 2945 | 2026-07-24T21:21:49.247Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-07-24T21:21:49.443Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-07-24T21:21:49.467Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-07-24T21:21:49.541Z | Compiling heck v0.4.1 |
| 2949 | 2026-07-24T21:21:49.901Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-07-24T21:21:49.911Z | Compiling errno v0.3.14 |
| 2951 | 2026-07-24T21:21:49.914Z | Compiling memmap v0.7.0 |
| 2952 | 2026-07-24T21:21:50.662Z | Compiling proc-macro-error v1.0.4 |
| 2953 | 2026-07-24T21:21:50.877Z | Compiling terminal_size v0.4.3 |
| 2954 | 2026-07-24T21:21:50.877Z | Compiling tempfile v3.25.0 |
| 2955 | 2026-07-24T21:21:50.905Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-07-24T21:21:50.970Z | Compiling clap_builder v4.6.0 |
| 2957 | 2026-07-24T21:21:50.970Z | Compiling textwrap v0.16.2 |
| 2958 | 2026-07-24T21:21:51.336Z | Compiling camino v1.2.2 |
| 2959 | 2026-07-24T21:21:51.336Z | Compiling semver v1.0.28 |
| 2960 | 2026-07-24T21:21:51.339Z | Compiling cargo-platform v0.3.2 |
| 2961 | 2026-07-24T21:21:51.367Z | Compiling pest_generator v2.8.6 |
| 2962 | 2026-07-24T21:21:51.593Z | Compiling tabled v0.15.0 |
| 2963 | 2026-07-24T21:21:51.665Z | Compiling camino-tempfile v1.4.1 |
| 2964 | 2026-07-24T21:21:51.820Z | Compiling serde_derive v1.0.228 |
| 2965 | 2026-07-24T21:21:51.820Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-07-24T21:21:51.823Z | Compiling zerocopy-derive v0.7.35 |
| 2967 | 2026-07-24T21:21:51.830Z | Compiling scroll_derive v0.12.1 |
| 2968 | 2026-07-24T21:21:51.833Z | Compiling thiserror-impl v2.0.18 |
| 2969 | 2026-07-24T21:21:51.833Z | Compiling clap_derive v4.6.1 |
| 2970 | 2026-07-24T21:21:51.913Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-07-24T21:21:52.513Z | Compiling scroll v0.12.0 |
| 2972 | 2026-07-24T21:21:52.644Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-07-24T21:21:52.836Z | Compiling goblin v0.8.2 |
| 2974 | 2026-07-24T21:21:52.952Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-07-24T21:21:53.008Z | Compiling thiserror v2.0.18 |
| 2976 | 2026-07-24T21:21:53.061Z | Compiling dtrace-parser v0.2.0 |
| 2977 | 2026-07-24T21:21:53.541Z | Compiling clap v4.6.1 |
| 2978 | 2026-07-24T21:21:54.900Z | Compiling dof v0.3.0 |
| 2979 | 2026-07-24T21:21:54.971Z | Compiling serde_spanned v0.6.9 |
| 2980 | 2026-07-24T21:21:55.047Z | Compiling toml_datetime v0.6.11 |
| 2981 | 2026-07-24T21:21:55.128Z | Compiling serde_tokenstream v0.2.3 |
| 2982 | 2026-07-24T21:21:55.140Z | Compiling cargo_metadata v0.23.1 |
| 2983 | 2026-07-24T21:21:55.258Z | Compiling toml_edit v0.22.27 |
| 2984 | 2026-07-24T21:21:55.271Z | Compiling macaddr v1.0.1 |
| 2985 | 2026-07-24T21:21:55.285Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2986 | 2026-07-24T21:21:55.713Z | Compiling usdt-attr-macro v0.5.0 |
| 2987 | 2026-07-24T21:21:55.713Z | Compiling usdt-macro v0.5.0 |
| 2988 | 2026-07-24T21:21:56.355Z | Compiling usdt v0.5.0 |
| 2989 | 2026-07-24T21:21:56.787Z | Compiling toml v0.8.23 |
| 2990 | 2026-07-24T21:21:57.210Z | Compiling cargo_toml v0.21.0 |
| 2991 | 2026-07-24T21:22:01.623Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2992 | 2026-07-24T21:22:04.827Z | Finished `release` profile [optimized] target(s) in 16.26s |
| 2993 | 2026-07-24T21:22:04.930Z | |
| 2994 | 2026-07-24T21:22:04.930Z | real 16.343820239 |
| 2995 | 2026-07-24T21:22:04.930Z | user 2:04.865242609 |
| 2996 | 2026-07-24T21:22:04.930Z | sys 13.728663772 |
| 2997 | 2026-07-24T21:22:04.930Z | trap 0.074435630 |
| 2998 | 2026-07-24T21:22:04.930Z | tflt 0.471108156 |
| 2999 | 2026-07-24T21:22:04.933Z | dflt 1.604481900 |
| 3000 | 2026-07-24T21:22:04.933Z | kflt 0.000010340 |
| 3001 | 2026-07-24T21:22:04.933Z | lock 4:26.675670825 |
| 3002 | 2026-07-24T21:22:04.933Z | slp 2:42.030919541 |
| 3003 | 2026-07-24T21:22:04.933Z | lat 4.539195818 |
| 3004 | 2026-07-24T21:22:04.933Z | stop 15.329509243 |
| 3005 | 2026-07-24T21:22:04.933Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3006 | 2026-07-24T21:22:04.933Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3007 | 2026-07-24T21:22:04.933Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3008 | 2026-07-24T21:22:04.934Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3009 | 2026-07-24T21:22:04.934Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3010 | 2026-07-24T21:22:05.843Z | Compiling progenitor-client v0.14.0 |
| 3011 | 2026-07-24T21:22:05.843Z | Compiling newtype-uuid-macros v0.1.0 |
| 3012 | 2026-07-24T21:22:05.843Z | Compiling match_cfg v0.1.0 |
| 3013 | 2026-07-24T21:22:05.843Z | Compiling slog-json v2.6.1 |
| 3014 | 2026-07-24T21:22:05.846Z | Compiling structmeta-derive v0.3.0 |
| 3015 | 2026-07-24T21:22:05.846Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3016 | 2026-07-24T21:22:06.018Z | Compiling sha1 v0.11.0 |
| 3017 | 2026-07-24T21:22:06.021Z | Compiling multer v3.1.0 |
| 3018 | 2026-07-24T21:22:06.021Z | Compiling debug-ignore v1.0.5 |
| 3019 | 2026-07-24T21:22:06.021Z | Compiling compression-core v0.4.31 |
| 3020 | 2026-07-24T21:22:06.021Z | Compiling itertools v0.14.0 |
| 3021 | 2026-07-24T21:22:06.021Z | Compiling async-stream-impl v0.3.6 |
| 3022 | 2026-07-24T21:22:06.021Z | Compiling serde_spanned v1.1.1 |
| 3023 | 2026-07-24T21:22:06.021Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3024 | 2026-07-24T21:22:06.039Z | Compiling dropshot v0.17.1 |
| 3025 | 2026-07-24T21:22:06.042Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3026 | 2026-07-24T21:22:06.250Z | Compiling waitgroup v0.1.2 |
| 3027 | 2026-07-24T21:22:06.286Z | Compiling rustls-pemfile v2.2.0 |
| 3028 | 2026-07-24T21:22:06.305Z | Compiling compression-codecs v0.4.37 |
| 3029 | 2026-07-24T21:22:06.323Z | Compiling hostname v0.3.1 |
| 3030 | 2026-07-24T21:22:06.327Z | Compiling dropshot_endpoint v0.17.1 |
| 3031 | 2026-07-24T21:22:06.357Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3032 | 2026-07-24T21:22:06.392Z | Compiling hostname v0.4.2 |
| 3033 | 2026-07-24T21:22:06.419Z | Compiling serde_path_to_error v0.1.20 |
| 3034 | 2026-07-24T21:22:06.422Z | Compiling atomicwrites v0.4.4 |
| 3035 | 2026-07-24T21:22:06.455Z | Compiling slog-bunyan v2.5.0 |
| 3036 | 2026-07-24T21:22:06.510Z | Compiling async-compression v0.4.41 |
| 3037 | 2026-07-24T21:22:06.513Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3038 | 2026-07-24T21:22:06.544Z | Compiling macaddr v1.0.1 |
| 3039 | 2026-07-24T21:22:06.578Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3040 | 2026-07-24T21:22:06.609Z | Compiling instant v0.1.13 |
| 3041 | 2026-07-24T21:22:06.627Z | Compiling regress v0.10.5 |
| 3042 | 2026-07-24T21:22:06.645Z | Compiling backon v1.6.0 |
| 3043 | 2026-07-24T21:22:06.687Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-07-24T21:22:06.709Z | Compiling humantime v2.3.0 |
| 3045 | 2026-07-24T21:22:06.741Z | Compiling backoff v0.4.0 |
| 3046 | 2026-07-24T21:22:06.761Z | Compiling async-stream v0.3.6 |
| 3047 | 2026-07-24T21:22:06.784Z | Compiling half v2.7.1 |
| 3048 | 2026-07-24T21:22:06.802Z | Compiling crucible-workspace-hack v0.1.0 |
| 3049 | 2026-07-24T21:22:06.854Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3050 | 2026-07-24T21:22:06.857Z | Compiling progenitor-extras v0.2.0 |
| 3051 | 2026-07-24T21:22:06.888Z | Compiling ciborium-io v0.2.2 |
| 3052 | 2026-07-24T21:22:06.960Z | Compiling regress v0.11.1 |
| 3053 | 2026-07-24T21:22:06.976Z | Compiling convert_case v0.4.0 |
| 3054 | 2026-07-24T21:22:06.996Z | Compiling secrecy v0.10.3 |
| 3055 | 2026-07-24T21:22:07.015Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3056 | 2026-07-24T21:22:07.034Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-07-24T21:22:07.037Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3058 | 2026-07-24T21:22:07.090Z | Compiling ciborium-ll v0.2.2 |
| 3059 | 2026-07-24T21:22:07.128Z | Compiling structmeta v0.3.0 |
| 3060 | 2026-07-24T21:22:07.144Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3061 | 2026-07-24T21:22:07.163Z | Compiling inout v0.1.4 |
| 3062 | 2026-07-24T21:22:07.178Z | Compiling unsafe-libyaml v0.2.11 |
| 3063 | 2026-07-24T21:22:07.197Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3064 | 2026-07-24T21:22:07.212Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3065 | 2026-07-24T21:22:07.324Z | Compiling ciborium v0.2.2 |
| 3066 | 2026-07-24T21:22:07.349Z | Compiling cipher v0.4.4 |
| 3067 | 2026-07-24T21:22:07.367Z | Compiling derive-ex v0.1.8 |
| 3068 | 2026-07-24T21:22:07.369Z | Compiling parse-display-derive v0.10.0 |
| 3069 | 2026-07-24T21:22:07.405Z | Compiling derive_more v0.99.20 |
| 3070 | 2026-07-24T21:22:07.408Z | Compiling universal-hash v0.5.1 |
| 3071 | 2026-07-24T21:22:07.439Z | Compiling opaque-debug v0.3.1 |
| 3072 | 2026-07-24T21:22:07.457Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3073 | 2026-07-24T21:22:07.524Z | Compiling blake2 v0.10.6 |
| 3074 | 2026-07-24T21:22:07.541Z | Compiling poly1305 v0.8.0 |
| 3075 | 2026-07-24T21:22:07.573Z | Compiling chacha20 v0.9.1 |
| 3076 | 2026-07-24T21:22:07.626Z | Compiling aead v0.5.2 |
| 3077 | 2026-07-24T21:22:07.700Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3078 | 2026-07-24T21:22:07.846Z | Compiling serde_yaml v0.9.34+deprecated |
| 3079 | 2026-07-24T21:22:07.865Z | Compiling password-hash v0.5.0 |
| 3080 | 2026-07-24T21:22:07.886Z | Compiling indent_write v2.2.0 |
| 3081 | 2026-07-24T21:22:07.924Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3082 | 2026-07-24T21:22:07.949Z | Compiling chacha20poly1305 v0.10.1 |
| 3083 | 2026-07-24T21:22:08.042Z | Compiling darling_core v0.21.3 |
| 3084 | 2026-07-24T21:22:08.109Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3085 | 2026-07-24T21:22:08.127Z | Compiling argon2 v0.5.3 |
| 3086 | 2026-07-24T21:22:08.193Z | Compiling heapless v0.8.0 |
| 3087 | 2026-07-24T21:22:08.289Z | Compiling tabwriter v1.4.1 |
| 3088 | 2026-07-24T21:22:08.304Z | Compiling hash32 v0.3.1 |
| 3089 | 2026-07-24T21:22:08.456Z | Compiling thiserror-no-std v2.0.2 |
| 3090 | 2026-07-24T21:22:08.486Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3091 | 2026-07-24T21:22:08.541Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3092 | 2026-07-24T21:22:08.558Z | Compiling typify-impl v0.6.2 |
| 3093 | 2026-07-24T21:22:08.576Z | Compiling vsss-rs v3.3.4 |
| 3094 | 2026-07-24T21:22:08.740Z | Compiling proc-macro-crate v3.4.0 |
| 3095 | 2026-07-24T21:22:09.028Z | Compiling smoltcp v0.11.0 |
| 3096 | 2026-07-24T21:22:09.128Z | Compiling test-strategy v0.4.5 |
| 3097 | 2026-07-24T21:22:09.152Z | Compiling parse-display v0.10.0 |
| 3098 | 2026-07-24T21:22:09.344Z | Compiling num_enum_derive v0.7.6 |
| 3099 | 2026-07-24T21:22:09.364Z | Compiling cobs v0.3.0 |
| 3100 | 2026-07-24T21:22:09.381Z | Compiling colored v3.1.1 |
| 3101 | 2026-07-24T21:22:09.419Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3102 | 2026-07-24T21:22:09.503Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3103 | 2026-07-24T21:22:09.539Z | Compiling postcard v1.1.3 |
| 3104 | 2026-07-24T21:22:09.581Z | Compiling proc-macro-error v1.0.4 |
| 3105 | 2026-07-24T21:22:09.749Z | Compiling proc-macro-crate v1.3.1 |
| 3106 | 2026-07-24T21:22:09.775Z | Compiling rand v0.10.1 |
| 3107 | 2026-07-24T21:22:09.804Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-24T21:22:09.882Z | Compiling foreign-types-macros v0.2.3 |
| 3109 | 2026-07-24T21:22:09.903Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3110 | 2026-07-24T21:22:09.919Z | Compiling foreign-types-shared v0.3.1 |
| 3111 | 2026-07-24T21:22:10.031Z | Compiling rayon-core v1.13.0 |
| 3112 | 2026-07-24T21:22:10.055Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3113 | 2026-07-24T21:22:10.116Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3114 | 2026-07-24T21:22:10.191Z | Compiling num_enum_derive v0.5.11 |
| 3115 | 2026-07-24T21:22:10.252Z | Compiling crossbeam-deque v0.8.6 |
| 3116 | 2026-07-24T21:22:10.289Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3117 | 2026-07-24T21:22:10.352Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3118 | 2026-07-24T21:22:10.369Z | Compiling cstr-argument v0.1.2 |
| 3119 | 2026-07-24T21:22:10.387Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3120 | 2026-07-24T21:22:10.493Z | Compiling num_enum v0.7.6 |
| 3121 | 2026-07-24T21:22:10.552Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3122 | 2026-07-24T21:22:10.574Z | Compiling foreign-types v0.5.0 |
| 3123 | 2026-07-24T21:22:10.637Z | Compiling darling_macro v0.21.3 |
| 3124 | 2026-07-24T21:22:10.656Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3125 | 2026-07-24T21:22:10.674Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3126 | 2026-07-24T21:22:10.677Z | Compiling zone_cfg_derive v0.3.1 |
| 3127 | 2026-07-24T21:22:10.710Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3128 | 2026-07-24T21:22:10.772Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3129 | 2026-07-24T21:22:10.839Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3130 | 2026-07-24T21:22:10.880Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3131 | 2026-07-24T21:22:10.909Z | Compiling itertools v0.12.1 |
| 3132 | 2026-07-24T21:22:10.928Z | Compiling rayon v1.11.0 |
| 3133 | 2026-07-24T21:22:10.946Z | Compiling num-derive v0.4.2 |
| 3134 | 2026-07-24T21:22:10.984Z | Compiling sigpipe v0.1.3 |
| 3135 | 2026-07-24T21:22:11.095Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3136 | 2026-07-24T21:22:11.112Z | Compiling cpubits v0.1.1 |
| 3137 | 2026-07-24T21:22:11.209Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3138 | 2026-07-24T21:22:11.226Z | Compiling darling v0.21.3 |
| 3139 | 2026-07-24T21:22:11.241Z | Compiling glob v0.3.3 |
| 3140 | 2026-07-24T21:22:11.262Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3141 | 2026-07-24T21:22:11.322Z | Compiling smf v0.2.3 |
| 3142 | 2026-07-24T21:22:11.341Z | Compiling num_enum v0.5.11 |
| 3143 | 2026-07-24T21:22:11.344Z | Compiling ingot-macros v0.1.1 |
| 3144 | 2026-07-24T21:22:11.399Z | Compiling whoami v1.6.1 |
| 3145 | 2026-07-24T21:22:11.416Z | Compiling usdt-attr-macro v0.5.0 |
| 3146 | 2026-07-24T21:22:11.484Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3147 | 2026-07-24T21:22:11.526Z | Compiling usdt-macro v0.5.0 |
| 3148 | 2026-07-24T21:22:11.529Z | Compiling gethostname v0.5.0 |
| 3149 | 2026-07-24T21:22:11.659Z | Compiling num-rational v0.4.2 |
| 3150 | 2026-07-24T21:22:11.723Z | Compiling pem-rfc7468 v1.0.0 |
| 3151 | 2026-07-24T21:22:11.828Z | Compiling num-complex v0.4.6 |
| 3152 | 2026-07-24T21:22:11.873Z | Compiling derive-where v1.6.0 |
| 3153 | 2026-07-24T21:22:11.954Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3154 | 2026-07-24T21:22:11.979Z | Compiling memmap v0.7.0 |
| 3155 | 2026-07-24T21:22:12.061Z | Compiling zone v0.3.1 |
| 3156 | 2026-07-24T21:22:12.180Z | Compiling float-ord v0.3.2 |
| 3157 | 2026-07-24T21:22:12.197Z | Compiling num v0.4.3 |
| 3158 | 2026-07-24T21:22:12.261Z | Compiling toml v0.8.23 |
| 3159 | 2026-07-24T21:22:12.282Z | Compiling hmac v0.13.0 |
| 3160 | 2026-07-24T21:22:12.300Z | Compiling universal-hash v0.6.1 |
| 3161 | 2026-07-24T21:22:12.302Z | Compiling resolv-conf v0.7.6 |
| 3162 | 2026-07-24T21:22:12.332Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3163 | 2026-07-24T21:22:12.351Z | Compiling usdt v0.5.0 |
| 3164 | 2026-07-24T21:22:12.373Z | Compiling cancel-safe-futures v0.1.5 |
| 3165 | 2026-07-24T21:22:12.474Z | Compiling polyval v0.7.1 |
| 3166 | 2026-07-24T21:22:12.490Z | Compiling der v0.8.0 |
| 3167 | 2026-07-24T21:22:12.506Z | Compiling prettyplease v0.2.37 |
| 3168 | 2026-07-24T21:22:12.548Z | Compiling pbkdf2 v0.13.0 |
| 3169 | 2026-07-24T21:22:12.633Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3170 | 2026-07-24T21:22:12.672Z | Compiling ghash v0.6.0 |
| 3171 | 2026-07-24T21:22:12.711Z | Compiling aes v0.9.1 |
| 3172 | 2026-07-24T21:22:12.731Z | Compiling console v0.15.11 |
| 3173 | 2026-07-24T21:22:12.751Z | Compiling hickory-proto v0.24.4 |
| 3174 | 2026-07-24T21:22:12.784Z | Compiling newline-converter v0.3.0 |
| 3175 | 2026-07-24T21:22:12.807Z | Compiling ctr v0.10.1 |
| 3176 | 2026-07-24T21:22:12.828Z | Compiling aead v0.6.1 |
| 3177 | 2026-07-24T21:22:12.925Z | Compiling sha2 v0.11.0 |
| 3178 | 2026-07-24T21:22:12.943Z | Compiling linear-map v1.2.0 |
| 3179 | 2026-07-24T21:22:13.021Z | Compiling linked-hash-map v0.5.6 |
| 3180 | 2026-07-24T21:22:13.039Z | Compiling libefi-sys v0.1.0 |
| 3181 | 2026-07-24T21:22:13.158Z | Compiling aes-gcm v0.11.0 |
| 3182 | 2026-07-24T21:22:13.231Z | Compiling typify-macro v0.6.2 |
| 3183 | 2026-07-24T21:22:13.248Z | Compiling lru-cache v0.1.2 |
| 3184 | 2026-07-24T21:22:13.265Z | Compiling expectorate v1.2.0 |
| 3185 | 2026-07-24T21:22:13.285Z | Compiling oxide-update-engine-types v0.1.2 |
| 3186 | 2026-07-24T21:22:13.322Z | Compiling crypto-bigint v0.7.5 |
| 3187 | 2026-07-24T21:22:13.340Z | Compiling cbc v0.2.1 |
| 3188 | 2026-07-24T21:22:13.384Z | Compiling salsa20 v0.11.0 |
| 3189 | 2026-07-24T21:22:13.401Z | Compiling spki v0.8.0 |
| 3190 | 2026-07-24T21:22:13.448Z | Compiling bitfield-struct v0.6.2 |
| 3191 | 2026-07-24T21:22:13.521Z | Compiling nom v8.0.0 |
| 3192 | 2026-07-24T21:22:13.558Z | Compiling semver v0.1.20 |
| 3193 | 2026-07-24T21:22:13.767Z | Compiling rustc_version v0.1.7 |
| 3194 | 2026-07-24T21:22:13.833Z | Compiling scrypt v0.12.0 |
| 3195 | 2026-07-24T21:22:13.853Z | Compiling tokio-dtrace v0.1.1 |
| 3196 | 2026-07-24T21:22:13.871Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3197 | 2026-07-24T21:22:13.873Z | Compiling slog-dtrace v0.3.0 |
| 3198 | 2026-07-24T21:22:14.025Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-07-24T21:22:14.127Z | Compiling minimal-lexical v0.2.1 |
| 3200 | 2026-07-24T21:22:14.160Z | Compiling oxide-tokio-rt v0.1.4 |
| 3201 | 2026-07-24T21:22:14.160Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-07-24T21:22:14.163Z | Compiling newtype_derive v0.1.6 |
| 3203 | 2026-07-24T21:22:14.211Z | Compiling pkcs5 v0.8.1 |
| 3204 | 2026-07-24T21:22:14.228Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3205 | 2026-07-24T21:22:14.244Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3206 | 2026-07-24T21:22:14.333Z | Compiling ingot-types v0.1.2 |
| 3207 | 2026-07-24T21:22:14.409Z | Compiling oxide-update-engine v0.1.2 |
| 3208 | 2026-07-24T21:22:14.434Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-07-24T21:22:14.456Z | Compiling nom v7.1.3 |
| 3210 | 2026-07-24T21:22:14.474Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3211 | 2026-07-24T21:22:14.500Z | Compiling phf_shared v0.12.1 |
| 3212 | 2026-07-24T21:22:14.551Z | Compiling csv-core v0.1.13 |
| 3213 | 2026-07-24T21:22:14.697Z | Compiling ingot v0.1.1 |
| 3214 | 2026-07-24T21:22:14.773Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3215 | 2026-07-24T21:22:14.790Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3216 | 2026-07-24T21:22:14.819Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3217 | 2026-07-24T21:22:14.837Z | Compiling highway v1.3.0 |
| 3218 | 2026-07-24T21:22:14.840Z | Compiling unicode-xid v0.2.6 |
| 3219 | 2026-07-24T21:22:14.929Z | Compiling hickory-resolver v0.24.4 |
| 3220 | 2026-07-24T21:22:14.999Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-07-24T21:22:15.054Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-07-24T21:22:15.072Z | Compiling typify v0.6.2 |
| 3223 | 2026-07-24T21:22:15.214Z | Compiling progenitor-impl v0.14.0 |
| 3224 | 2026-07-24T21:22:15.230Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3225 | 2026-07-24T21:22:15.356Z | Compiling const_format_proc_macros v0.2.34 |
| 3226 | 2026-07-24T21:22:15.378Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3227 | 2026-07-24T21:22:15.489Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3228 | 2026-07-24T21:22:15.793Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3229 | 2026-07-24T21:22:15.882Z | Compiling xshell v0.2.7 |
| 3230 | 2026-07-24T21:22:15.900Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3231 | 2026-07-24T21:22:15.972Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3232 | 2026-07-24T21:22:16.257Z | Compiling qorb v0.4.1 |
| 3233 | 2026-07-24T21:22:16.431Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3234 | 2026-07-24T21:22:16.466Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3235 | 2026-07-24T21:22:16.486Z | Compiling csv v1.4.0 |
| 3236 | 2026-07-24T21:22:16.503Z | Compiling phf v0.12.1 |
| 3237 | 2026-07-24T21:22:16.526Z | Compiling pkcs8 v0.11.0 |
| 3238 | 2026-07-24T21:22:16.651Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3239 | 2026-07-24T21:22:16.688Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3240 | 2026-07-24T21:22:16.690Z | Compiling owo-colors v4.3.0 |
| 3241 | 2026-07-24T21:22:16.930Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3242 | 2026-07-24T21:22:16.961Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3243 | 2026-07-24T21:22:17.033Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3244 | 2026-07-24T21:22:17.153Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3245 | 2026-07-24T21:22:17.297Z | Compiling const_format v0.2.35 |
| 3246 | 2026-07-24T21:22:17.328Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3247 | 2026-07-24T21:22:17.644Z | Compiling tabled_derive v0.7.0 |
| 3248 | 2026-07-24T21:22:17.647Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3249 | 2026-07-24T21:22:17.767Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3250 | 2026-07-24T21:22:17.888Z | Compiling bcs v0.1.6 |
| 3251 | 2026-07-24T21:22:17.922Z | Compiling ff v0.14.0 |
| 3252 | 2026-07-24T21:22:17.939Z | Compiling progenitor-macro v0.14.0 |
| 3253 | 2026-07-24T21:22:18.002Z | Compiling tagptr v0.2.0 |
| 3254 | 2026-07-24T21:22:18.094Z | Compiling salty v0.3.0 |
| 3255 | 2026-07-24T21:22:18.188Z | Compiling termtree v0.5.1 |
| 3256 | 2026-07-24T21:22:18.242Z | Compiling textwrap v0.16.2 |
| 3257 | 2026-07-24T21:22:18.338Z | Compiling moka v0.12.13 |
| 3258 | 2026-07-24T21:22:18.374Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-07-24T21:22:18.420Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3260 | 2026-07-24T21:22:18.555Z | Compiling steno v0.4.1 |
| 3261 | 2026-07-24T21:22:18.598Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3262 | 2026-07-24T21:22:18.618Z | Compiling sha1 v0.10.6 |
| 3263 | 2026-07-24T21:22:18.690Z | Compiling signature v3.0.0 |
| 3264 | 2026-07-24T21:22:18.707Z | Compiling tabled v0.15.0 |
| 3265 | 2026-07-24T21:22:18.744Z | Compiling base16ct v1.0.0 |
| 3266 | 2026-07-24T21:22:18.766Z | Compiling base64 v0.21.7 |
| 3267 | 2026-07-24T21:22:18.876Z | Compiling radium v0.7.0 |
| 3268 | 2026-07-24T21:22:18.898Z | Compiling sec1 v0.8.1 |
| 3269 | 2026-07-24T21:22:18.949Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3270 | 2026-07-24T21:22:19.119Z | Compiling hickory-resolver v0.25.2 |
| 3271 | 2026-07-24T21:22:19.188Z | Compiling group v0.14.0 |
| 3272 | 2026-07-24T21:22:19.206Z | Compiling hkdf v0.13.0 |
| 3273 | 2026-07-24T21:22:19.242Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3274 | 2026-07-24T21:22:19.264Z | Compiling rfc6979 v0.4.0 |
| 3275 | 2026-07-24T21:22:19.405Z | Compiling tap v1.0.1 |
| 3276 | 2026-07-24T21:22:19.422Z | Compiling maybe-uninit v2.0.0 |
| 3277 | 2026-07-24T21:22:19.425Z | Compiling ecdsa v0.16.9 |
| 3278 | 2026-07-24T21:22:19.567Z | Compiling wyz v0.5.1 |
| 3279 | 2026-07-24T21:22:19.619Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3280 | 2026-07-24T21:22:19.831Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3281 | 2026-07-24T21:22:19.883Z | Compiling primeorder v0.13.6 |
| 3282 | 2026-07-24T21:22:19.945Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3283 | 2026-07-24T21:22:20.023Z | Compiling packed_struct v0.10.1 |
| 3284 | 2026-07-24T21:22:20.166Z | Compiling parking_lot_core v0.8.6 |
| 3285 | 2026-07-24T21:22:20.186Z | Compiling funty v2.0.0 |
| 3286 | 2026-07-24T21:22:20.324Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3287 | 2026-07-24T21:22:20.355Z | Compiling utf-8 v0.7.6 |
| 3288 | 2026-07-24T21:22:20.425Z | Compiling proc-macro-error2 v2.0.1 |
| 3289 | 2026-07-24T21:22:20.528Z | Compiling tungstenite v0.21.0 |
| 3290 | 2026-07-24T21:22:20.559Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3291 | 2026-07-24T21:22:20.576Z | Compiling bitvec v1.0.1 |
| 3292 | 2026-07-24T21:22:20.747Z | Compiling p384 v0.13.1 |
| 3293 | 2026-07-24T21:22:20.852Z | Compiling rfc6979 v0.5.0 |
| 3294 | 2026-07-24T21:22:20.874Z | Compiling git-stub v1.0.0 |
| 3295 | 2026-07-24T21:22:21.034Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3296 | 2026-07-24T21:22:21.051Z | Compiling num-derive v0.3.3 |
| 3297 | 2026-07-24T21:22:21.071Z | Compiling packed_struct_codegen v0.10.1 |
| 3298 | 2026-07-24T21:22:21.103Z | Compiling bitfield-macros v0.19.4 |
| 3299 | 2026-07-24T21:22:21.167Z | Compiling zerocopy-derive v0.6.6 |
| 3300 | 2026-07-24T21:22:21.188Z | Compiling indexmap v1.9.3 |
| 3301 | 2026-07-24T21:22:21.350Z | Compiling nodrop v0.1.14 |
| 3302 | 2026-07-24T21:22:21.367Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3303 | 2026-07-24T21:22:21.410Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3304 | 2026-07-24T21:22:21.429Z | Compiling crc-catalog v2.4.0 |
| 3305 | 2026-07-24T21:22:21.471Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3306 | 2026-07-24T21:22:21.550Z | Compiling crc v3.4.0 |
| 3307 | 2026-07-24T21:22:21.686Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3308 | 2026-07-24T21:22:21.734Z | Compiling array-init v0.0.4 |
| 3309 | 2026-07-24T21:22:21.808Z | Compiling tokio-tungstenite v0.21.0 |
| 3310 | 2026-07-24T21:22:21.830Z | Compiling git-stub-vcs v0.1.0 |
| 3311 | 2026-07-24T21:22:21.905Z | Compiling bitfield v0.19.4 |
| 3312 | 2026-07-24T21:22:22.030Z | Compiling ecdsa v0.17.0-rc.18 |
| 3313 | 2026-07-24T21:22:22.058Z | Compiling libscf-sys v1.1.0 |
| 3314 | 2026-07-24T21:22:22.100Z | Compiling smallvec v0.6.14 |
| 3315 | 2026-07-24T21:22:22.117Z | Compiling tabled_derive v0.11.0 |
| 3316 | 2026-07-24T21:22:22.120Z | Compiling zerocopy v0.6.6 |
| 3317 | 2026-07-24T21:22:22.213Z | Compiling primeorder v0.14.0-rc.10 |
| 3318 | 2026-07-24T21:22:22.231Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-07-24T21:22:22.266Z | Compiling primefield v0.14.0 |
| 3320 | 2026-07-24T21:22:22.338Z | Compiling progenitor-impl v0.13.0 |
| 3321 | 2026-07-24T21:22:22.378Z | Compiling papergrid v0.17.0 |
| 3322 | 2026-07-24T21:22:22.477Z | Compiling testing_table v0.3.0 |
| 3323 | 2026-07-24T21:22:22.495Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3324 | 2026-07-24T21:22:22.495Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3325 | 2026-07-24T21:22:22.527Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3326 | 2026-07-24T21:22:22.560Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3327 | 2026-07-24T21:22:22.661Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-07-24T21:22:22.690Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3329 | 2026-07-24T21:22:22.709Z | Compiling unicase v2.9.0 |
| 3330 | 2026-07-24T21:22:22.811Z | Compiling corncobs v0.1.4 |
| 3331 | 2026-07-24T21:22:22.828Z | Compiling hashbrown v0.12.3 |
| 3332 | 2026-07-24T21:22:22.934Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3333 | 2026-07-24T21:22:23.007Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-07-24T21:22:23.007Z | Compiling mime_guess v2.0.5 |
| 3335 | 2026-07-24T21:22:23.057Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3336 | 2026-07-24T21:22:23.074Z | Compiling progenitor v0.14.0 |
| 3337 | 2026-07-24T21:22:23.092Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3338 | 2026-07-24T21:22:23.198Z | Compiling parking_lot v0.11.2 |
| 3339 | 2026-07-24T21:22:23.232Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3340 | 2026-07-24T21:22:23.249Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3341 | 2026-07-24T21:22:23.312Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3342 | 2026-07-24T21:22:23.338Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3343 | 2026-07-24T21:22:23.360Z | Compiling tabled v0.20.0 |
| 3344 | 2026-07-24T21:22:23.449Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3345 | 2026-07-24T21:22:23.502Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3346 | 2026-07-24T21:22:23.575Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3347 | 2026-07-24T21:22:23.609Z | Compiling serde-hex v0.1.0 |
| 3348 | 2026-07-24T21:22:23.626Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3349 | 2026-07-24T21:22:23.826Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3350 | 2026-07-24T21:22:24.072Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3351 | 2026-07-24T21:22:24.089Z | Compiling ron v0.8.1 |
| 3352 | 2026-07-24T21:22:24.107Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3353 | 2026-07-24T21:22:24.125Z | Compiling hashbrown v0.13.2 |
| 3354 | 2026-07-24T21:22:24.215Z | Compiling progenitor-client v0.13.0 |
| 3355 | 2026-07-24T21:22:24.232Z | Compiling prefix-trie v0.7.0 |
| 3356 | 2026-07-24T21:22:24.483Z | Compiling fxhash v0.2.1 |
| 3357 | 2026-07-24T21:22:24.649Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3358 | 2026-07-24T21:22:24.668Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3359 | 2026-07-24T21:22:24.682Z | Compiling secrecy v0.8.0 |
| 3360 | 2026-07-24T21:22:24.865Z | Compiling crc-any v2.5.0 |
| 3361 | 2026-07-24T21:22:24.902Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3362 | 2026-07-24T21:22:24.991Z | Compiling progenitor-macro v0.13.0 |
| 3363 | 2026-07-24T21:22:25.176Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3364 | 2026-07-24T21:22:25.359Z | Compiling sled v0.34.7 |
| 3365 | 2026-07-24T21:22:25.575Z | Compiling object v0.30.4 |
| 3366 | 2026-07-24T21:22:25.697Z | Compiling hickory-server v0.25.2 |
| 3367 | 2026-07-24T21:22:25.800Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3368 | 2026-07-24T21:22:25.827Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3369 | 2026-07-24T21:22:25.880Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3370 | 2026-07-24T21:22:25.925Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3371 | 2026-07-24T21:22:26.370Z | Compiling ed25519 v3.0.0 |
| 3372 | 2026-07-24T21:22:26.438Z | Compiling crypto-primes v0.7.2 |
| 3373 | 2026-07-24T21:22:26.493Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3374 | 2026-07-24T21:22:26.875Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3375 | 2026-07-24T21:22:27.132Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3376 | 2026-07-24T21:22:27.234Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2026-07-24T21:22:27.506Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3378 | 2026-07-24T21:22:27.533Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3379 | 2026-07-24T21:22:27.627Z | Compiling poly1305 v0.9.0 |
| 3380 | 2026-07-24T21:22:27.647Z | Compiling blowfish v0.10.0 |
| 3381 | 2026-07-24T21:22:27.783Z | Compiling blake2 v0.11.0-rc.6 |
| 3382 | 2026-07-24T21:22:27.911Z | Compiling keccak v0.2.0 |
| 3383 | 2026-07-24T21:22:27.928Z | Compiling half v1.8.3 |
| 3384 | 2026-07-24T21:22:27.959Z | Compiling crc8 v0.1.1 |
| 3385 | 2026-07-24T21:22:28.108Z | Compiling http-range v0.1.5 |
| 3386 | 2026-07-24T21:22:28.126Z | Compiling fiat-crypto v0.3.0 |
| 3387 | 2026-07-24T21:22:28.216Z | Compiling path-slash v0.1.5 |
| 3388 | 2026-07-24T21:22:28.232Z | Compiling serde_cbor v0.11.2 |
| 3389 | 2026-07-24T21:22:28.248Z | Compiling argon2 v0.6.0-rc.8 |
| 3390 | 2026-07-24T21:22:28.346Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3391 | 2026-07-24T21:22:28.389Z | Compiling sha3 v0.11.0 |
| 3392 | 2026-07-24T21:22:28.406Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3393 | 2026-07-24T21:22:28.421Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3394 | 2026-07-24T21:22:28.425Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3395 | 2026-07-24T21:22:28.546Z | Compiling rsa v0.10.0-rc.18 |
| 3396 | 2026-07-24T21:22:28.699Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3397 | 2026-07-24T21:22:28.763Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3398 | 2026-07-24T21:22:28.867Z | Compiling illumos-nvpair v0.3.0 |
| 3399 | 2026-07-24T21:22:29.081Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3400 | 2026-07-24T21:22:29.149Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3401 | 2026-07-24T21:22:29.269Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3402 | 2026-07-24T21:22:29.324Z | Compiling p521 v0.14.0-rc.10 |
| 3403 | 2026-07-24T21:22:29.365Z | Compiling p256 v0.14.0-rc.10 |
| 3404 | 2026-07-24T21:22:29.502Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3405 | 2026-07-24T21:22:29.521Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3406 | 2026-07-24T21:22:29.540Z | Compiling yasna v0.5.2 |
| 3407 | 2026-07-24T21:22:29.689Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3408 | 2026-07-24T21:22:30.054Z | Compiling kstat-rs v0.2.4 |
| 3409 | 2026-07-24T21:22:30.071Z | Compiling headers-core v0.3.0 |
| 3410 | 2026-07-24T21:22:30.088Z | Compiling progenitor v0.13.0 |
| 3411 | 2026-07-24T21:22:30.091Z | Compiling kem v0.3.0 |
| 3412 | 2026-07-24T21:22:30.211Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3413 | 2026-07-24T21:22:30.229Z | Compiling module-lattice v0.2.3 |
| 3414 | 2026-07-24T21:22:30.248Z | Compiling nanorand v0.7.0 |
| 3415 | 2026-07-24T21:22:30.251Z | Compiling atty v0.2.14 |
| 3416 | 2026-07-24T21:22:30.284Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3417 | 2026-07-24T21:22:30.288Z | Compiling headers v0.4.1 |
| 3418 | 2026-07-24T21:22:30.393Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3419 | 2026-07-24T21:22:30.431Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3420 | 2026-07-24T21:22:30.533Z | Compiling flume v0.11.1 |
| 3421 | 2026-07-24T21:22:30.596Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3422 | 2026-07-24T21:22:30.651Z | Compiling ml-kem v0.3.2 |
| 3423 | 2026-07-24T21:22:30.841Z | Compiling rcgen v0.12.1 |
| 3424 | 2026-07-24T21:22:30.876Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3425 | 2026-07-24T21:22:31.121Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3426 | 2026-07-24T21:22:31.138Z | Compiling hyper-staticfile v0.10.1 |
| 3427 | 2026-07-24T21:22:31.459Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3428 | 2026-07-24T21:22:31.611Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3429 | 2026-07-24T21:22:31.679Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3430 | 2026-07-24T21:22:31.751Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3431 | 2026-07-24T21:22:31.848Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3432 | 2026-07-24T21:22:31.913Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3433 | 2026-07-24T21:22:32.138Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3434 | 2026-07-24T21:22:32.383Z | Compiling russh-cryptovec v0.61.0 |
| 3435 | 2026-07-24T21:22:32.459Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3436 | 2026-07-24T21:22:32.638Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3437 | 2026-07-24T21:22:32.663Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-07-24T21:22:32.813Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-07-24T21:22:32.833Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3440 | 2026-07-24T21:22:32.877Z | Compiling port-file v0.1.0 |
| 3441 | 2026-07-24T21:22:32.899Z | Compiling num-bigint v0.4.6 |
| 3442 | 2026-07-24T21:22:32.917Z | Compiling generic-array v1.4.3 |
| 3443 | 2026-07-24T21:22:33.125Z | Compiling russh-util v0.52.0 |
| 3444 | 2026-07-24T21:22:33.149Z | Compiling enum_dispatch v0.3.13 |
| 3445 | 2026-07-24T21:22:33.254Z | Compiling delegate v0.13.5 |
| 3446 | 2026-07-24T21:22:33.277Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-07-24T21:22:33.311Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-07-24T21:22:33.391Z | Compiling p384 v0.14.0-rc.10 |
| 3449 | 2026-07-24T21:22:33.427Z | Compiling hex-literal v1.1.0 |
| 3450 | 2026-07-24T21:22:33.554Z | Compiling display-error-chain v0.2.2 |
| 3451 | 2026-07-24T21:22:33.572Z | Compiling md5 v0.8.0 |
| 3452 | 2026-07-24T21:22:33.750Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3453 | 2026-07-24T21:22:33.768Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3454 | 2026-07-24T21:22:33.832Z | Compiling colored v2.2.0 |
| 3455 | 2026-07-24T21:22:33.863Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3456 | 2026-07-24T21:22:34.034Z | Compiling socket2 v0.5.10 |
| 3457 | 2026-07-24T21:22:34.113Z | Compiling internet-checksum v0.2.1 |
| 3458 | 2026-07-24T21:22:34.472Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3459 | 2026-07-24T21:22:35.249Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3460 | 2026-07-24T21:22:35.520Z | Compiling ssh-key v0.7.0-rc.10 |
| 3461 | 2026-07-24T21:22:35.781Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3462 | 2026-07-24T21:22:36.757Z | Compiling russh v0.61.2 |
| 3463 | 2026-07-24T21:22:37.194Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3464 | 2026-07-24T21:22:38.108Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3465 | 2026-07-24T21:22:46.438Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3466 | 2026-07-24T21:22:46.438Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3467 | 2026-07-24T21:22:46.438Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3468 | 2026-07-24T21:22:46.441Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3469 | 2026-07-24T21:22:48.162Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3470 | 2026-07-24T21:22:48.205Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3471 | 2026-07-24T21:22:52.097Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3472 | 2026-07-24T21:23:31.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3473 | 2026-07-24T21:23:31.778Z | |
| 3474 | 2026-07-24T21:23:31.779Z | real 1:26.784457781 |
| 3475 | 2026-07-24T21:23:31.779Z | user 8:41.535207743 |
| 3476 | 2026-07-24T21:23:31.779Z | sys 1:41.492389028 |
| 3477 | 2026-07-24T21:23:31.782Z | trap 0.262098407 |
| 3478 | 2026-07-24T21:23:31.782Z | tflt 0.392414429 |
| 3479 | 2026-07-24T21:23:31.782Z | dflt 1.644482379 |
| 3480 | 2026-07-24T21:23:31.782Z | kflt 0.000222870 |
| 3481 | 2026-07-24T21:23:31.782Z | lock 30:51.685849442 |
| 3482 | 2026-07-24T21:23:31.782Z | slp 19:57.303051972 |
| 3483 | 2026-07-24T21:23:31.782Z | lat 42.584297022 |
| 3484 | 2026-07-24T21:23:31.782Z | stop 2:57.401438196 |
| 3485 | 2026-07-24T21:23:31.782Z | + mkdir tests |
| 3486 | 2026-07-24T21:23:31.785Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3487 | 2026-07-24T21:23:31.785Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3488 | 2026-07-24T21:23:31.807Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3489 | 2026-07-24T21:23:31.838Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3490 | 2026-07-24T21:23:31.867Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3491 | 2026-07-24T21:23:31.897Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3492 | 2026-07-24T21:23:32.250Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3493 | 2026-07-24T21:23:32.253Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3494 | 2026-07-24T21:24:52.014Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3495 | 2026-07-24T21:24:52.014Z | a .github/buildomat/ci-env.sh 1K |
| 3496 | 2026-07-24T21:24:52.014Z | a out/target/test 1K |
| 3497 | 2026-07-24T21:24:52.014Z | a out/npuzone/npuzone 27402K |
| 3498 | 2026-07-24T21:24:52.014Z | a package-manifest.toml 35K |
| 3499 | 2026-07-24T21:24:52.014Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3500 | 2026-07-24T21:24:52.014Z | a target/release/omicron-package 40702K |
| 3501 | 2026-07-24T21:24:52.014Z | a target/release/xtask 10468K |
| 3502 | 2026-07-24T21:24:52.014Z | a target/debug/bootstrap 349604K |
| 3503 | 2026-07-24T21:24:52.014Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3504 | 2026-07-24T21:24:52.014Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3505 | 2026-07-24T21:24:52.014Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3506 | 2026-07-24T21:24:52.014Z | a tests/end_to_end_tests-fe05326eebb245d2 399480K |
| 3507 | 2026-07-24T21:24:52.014Z | a tools/opte_version 1K |
| 3508 | 2026-07-24T21:24:52.014Z | a tools/opte_version_override 2K |
| 3509 | 2026-07-24T21:24:52.014Z | a out/clickhouse.tar.gz 310685K |
| 3510 | 2026-07-24T21:24:52.015Z | a out/clickhouse_keeper.tar.gz 297157K |
| 3511 | 2026-07-24T21:24:52.015Z | a out/clickhouse_server.tar.gz 310683K |
| 3512 | 2026-07-24T21:24:52.015Z | a out/cockroachdb.tar.gz 161716K |
| 3513 | 2026-07-24T21:24:52.015Z | a out/crucible-pantry-zone.tar.gz 39101K |
| 3514 | 2026-07-24T21:24:52.015Z | a out/crucible-utils.tar 18900K |
| 3515 | 2026-07-24T21:24:52.015Z | a out/crucible-zone.tar.gz 53797K |
| 3516 | 2026-07-24T21:24:52.015Z | a out/external-dns.tar.gz 46144K |
| 3517 | 2026-07-24T21:24:52.015Z | a out/internal-dns.tar.gz 46143K |
| 3518 | 2026-07-24T21:24:52.015Z | a out/mg-ddm-gz.tar 102717K |
| 3519 | 2026-07-24T21:24:52.015Z | a out/nexus.tar.gz 272855K |
| 3520 | 2026-07-24T21:24:52.015Z | a out/ntp.tar.gz 29898K |
| 3521 | 2026-07-24T21:24:52.015Z | a out/omicron-gateway-softnpu.tar.gz 27701K |
| 3522 | 2026-07-24T21:24:52.015Z | a out/omicron-sled-agent.tar 191392K |
| 3523 | 2026-07-24T21:24:52.015Z | a out/overlay.tar.gz 4K |
| 3524 | 2026-07-24T21:24:52.015Z | a out/oximeter.tar.gz 59897K |
| 3525 | 2026-07-24T21:24:52.015Z | a out/oxlog.tar 3808K |
| 3526 | 2026-07-24T21:24:52.015Z | a out/probe.tar.gz 3037K |
| 3527 | 2026-07-24T21:24:52.015Z | a out/propolis-server.tar.gz 34372K |
| 3528 | 2026-07-24T21:24:52.015Z | a out/pumpkind-gz.tar 26647K |
| 3529 | 2026-07-24T21:24:52.015Z | a out/switch-softnpu.tar.gz 449682K |
| 3530 | 2026-07-24T21:24:52.018Z | |
| 3531 | 2026-07-24T21:24:52.018Z | real 1:19.761079957 |
| 3532 | 2026-07-24T21:24:52.018Z | user 1:17.175267519 |
| 3533 | 2026-07-24T21:24:52.018Z | sys 4.292111618 |
| 3534 | 2026-07-24T21:24:52.018Z | trap 0.005787596 |
| 3535 | 2026-07-24T21:24:52.018Z | tflt 0.000000000 |
| 3536 | 2026-07-24T21:24:52.018Z | dflt 0.000000000 |
| 3537 | 2026-07-24T21:24:52.018Z | kflt 0.000000000 |
| 3538 | 2026-07-24T21:24:52.018Z | lock 0.000000000 |
| 3539 | 2026-07-24T21:24:52.019Z | slp 1:17.110470045 |
| 3540 | 2026-07-24T21:24:52.019Z | lat 0.933796205 |
| 3541 | 2026-07-24T21:24:52.019Z | stop 0.000167630 |
| 3542 | 2026-07-24T21:24:52.019Z | process exited: duration 955093 ms, exit code 0 |
| |
| 3543 | 2026-07-24T21:24:52.031Z | found 1 output files |
| 3544 | 2026-07-24T21:24:52.057Z | uploading: /work/package.tar.gz (2482166929 bytes) |
| 3545 | 2026-07-24T21:25:24.053Z | uploaded: /work/package.tar.gz |