|
|
|
| 1 | 2026-07-22T04:18:40.681Z | job assigned to worker 01KY40PTK7VEKF6JHZDQXD1BHV [factory aws, i-010241242d1bd7a98] (queued for 51 s) |
| |
| 2 | 2026-07-22T04:18:47.574Z | starting task 0: "setup" |
| 3 | 2026-07-22T04:18:47.578Z | ++ uname -s |
| 4 | 2026-07-22T04:18:47.582Z | + kern=SunOS |
| 5 | 2026-07-22T04:18:47.582Z | + build_user=build |
| 6 | 2026-07-22T04:18:47.582Z | + build_uid=12345 |
| 7 | 2026-07-22T04:18:47.582Z | + work_dir=/work |
| 8 | 2026-07-22T04:18:47.582Z | + input_dir=/input |
| 9 | 2026-07-22T04:18:47.582Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-22T04:18:47.582Z | + case "$kern" in |
| 11 | 2026-07-22T04:18:47.582Z | + groupadd -g 12345 build |
| 12 | 2026-07-22T04:18:47.586Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-22T04:18:49.590Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-22T04:18:49.664Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-22T04:18:49.667Z | + home_fs=zfs |
| 16 | 2026-07-22T04:18:49.667Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-22T04:18:49.667Z | + mkdir -p /home/build |
| 18 | 2026-07-22T04:18:49.672Z | + chown build:build /home/build /work |
| 19 | 2026-07-22T04:18:51.670Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-22T04:18:51.676Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-07-22T04:18:51.683Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-22T04:18:51.688Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-22T04:18:51.688Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-22T04:18:51.689Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-22T04:18:51.689Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-22T04:18:51.689Z | * rust toolchain profile = "default" |
| 27 | 2026-07-22T04:18:51.689Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-22T04:18:51.693Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-22T04:18:51.693Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-22T04:18:51.779Z | info: downloading installer |
| 31 | 2026-07-22T04:18:53.091Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-22T04:18:53.091Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-22T04:18:53.091Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-22T04:18:53.091Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-22T04:18:53.103Z | info: profile set to default |
| 36 | 2026-07-22T04:18:53.103Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-22T04:18:53.107Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-22T04:18:53.234Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-22T04:18:53.238Z | info: downloading 6 components |
| 40 | 2026-07-22T04:19:07.655Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-22T04:19:07.656Z | |
| 42 | 2026-07-22T04:19:07.684Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-22T04:19:07.684Z | |
| 44 | 2026-07-22T04:19:07.684Z | |
| 45 | 2026-07-22T04:19:07.684Z | Rust is installed now. Great! |
| 46 | 2026-07-22T04:19:07.685Z | |
| 47 | 2026-07-22T04:19:07.685Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-22T04:19:07.685Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-22T04:19:07.686Z | |
| 50 | 2026-07-22T04:19:07.686Z | To configure your current shell, you need to source |
| 51 | 2026-07-22T04:19:07.686Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-22T04:19:07.686Z | |
| 53 | 2026-07-22T04:19:07.686Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-22T04:19:07.698Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-22T04:19:07.698Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-22T04:19:07.698Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-22T04:19:07.698Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-22T04:19:07.698Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-22T04:19:07.698Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-22T04:19:07.698Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-22T04:19:07.698Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-22T04:19:07.790Z | + rustup --version |
| 63 | 2026-07-22T04:19:07.796Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-22T04:19:07.801Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-22T04:19:07.824Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-22T04:19:07.851Z | + cargo --version |
| 67 | 2026-07-22T04:19:07.852Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-22T04:19:07.852Z | + rustc --version |
| 69 | 2026-07-22T04:19:07.872Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-22T04:19:07.872Z | process exited: duration 16170 ms, exit code 0 |
| |
| 71 | 2026-07-22T04:19:07.934Z | starting task 2: "authentication" |
| 72 | 2026-07-22T04:19:07.983Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-22T04:19:20.030Z | process exited: duration 12110 ms, exit code 0 |
| |
| 74 | 2026-07-22T04:19:20.037Z | starting task 3: "clone repository" |
| 75 | 2026-07-22T04:19:20.042Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-07-22T04:19:20.047Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-07-22T04:19:20.077Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-07-22T04:19:29.274Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-07-22T04:19:29.275Z | + git fetch origin bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 80 | 2026-07-22T04:19:29.561Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-07-22T04:19:29.561Z | * branch bd2cfbbeb83890064555b4898b4e33e01ba14587 -> FETCH_HEAD |
| 82 | 2026-07-22T04:19:29.579Z | + [[ -n renovate/bhyve_api-digest ]] |
| 83 | 2026-07-22T04:19:29.582Z | ++ git branch --show-current |
| 84 | 2026-07-22T04:19:29.582Z | + current=main |
| 85 | 2026-07-22T04:19:29.582Z | + [[ main != renovate/bhyve_api-digest ]] |
| 86 | 2026-07-22T04:19:29.582Z | + git branch -f renovate/bhyve_api-digest bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 87 | 2026-07-22T04:19:29.586Z | + git checkout -f renovate/bhyve_api-digest |
| 88 | 2026-07-22T04:19:29.830Z | Switched to branch 'renovate/bhyve_api-digest' |
| 89 | 2026-07-22T04:19:29.834Z | + git reset --hard bd2cfbbeb83890064555b4898b4e33e01ba14587 |
| 90 | 2026-07-22T04:19:29.850Z | HEAD is now at bd2cfbbeb Update bhyve_api digest to bf8c4b2 |
| 91 | 2026-07-22T04:19:29.854Z | process exited: duration 9812 ms, exit code 0 |
| |
| 92 | 2026-07-22T04:19:29.862Z | starting task 4: "build" |
| 93 | 2026-07-22T04:19:29.867Z | + source .github/buildomat/ci-env.sh |
| 94 | 2026-07-22T04:19:29.867Z | ++ export CARGO_TERM_COLOR=always |
| 95 | 2026-07-22T04:19:29.869Z | ++ CARGO_TERM_COLOR=always |
| 96 | 2026-07-22T04:19:29.874Z | +++ uname -s |
| 97 | 2026-07-22T04:19:29.874Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 98 | 2026-07-22T04:19:29.874Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 99 | 2026-07-22T04:19:29.874Z | + cargo --version |
| 100 | 2026-07-22T04:19:29.881Z | cargo 1.96.1 (356927216 2026-06-26) |
| 101 | 2026-07-22T04:19:29.886Z | + rustc --version |
| 102 | 2026-07-22T04:19:29.906Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 103 | 2026-07-22T04:19:29.910Z | + WORK=/work |
| 104 | 2026-07-22T04:19:29.911Z | + pfexec mkdir -p /work |
| 105 | 2026-07-22T04:19:29.914Z | + pfexec chown build /work |
| 106 | 2026-07-22T04:19:29.917Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 107 | 2026-07-22T04:19:31.657Z | Startup: Refreshing catalog 'helios' ... Done |
| 108 | 2026-07-22T04:19:31.844Z | Startup: Caching catalogs ... Done |
| 109 | 2026-07-22T04:19:32.767Z | Planning: Solver setup ... Done (0.850s) |
| 110 | 2026-07-22T04:19:32.807Z | Planning: Running solver ... Done (0.039s) |
| 111 | 2026-07-22T04:19:32.831Z | Planning: Finding local manifests ... Done (0.003s) |
| 112 | 2026-07-22T04:19:32.844Z | Planning: Fetching manifests: 0/2 0% complete |
| 113 | 2026-07-22T04:19:32.860Z | Planning: Fetching manifests: 2/2 100% complete |
| 114 | 2026-07-22T04:19:32.873Z | Planning: Package planning ... Done (0.013s) |
| 115 | 2026-07-22T04:19:32.876Z | Planning: Merging actions ... Done (0.001s) |
| 116 | 2026-07-22T04:19:33.087Z | Planning: Checking for conflicting actions ... Done (0.209s) |
| 117 | 2026-07-22T04:19:33.116Z | Planning: Consolidating action changes ... Done (0.001s) |
| 118 | 2026-07-22T04:19:33.969Z | Planning: Evaluating mediators ... Done (0.882s) |
| 119 | 2026-07-22T04:19:33.973Z | Planning: Planning completed in 2.10 seconds |
| 120 | 2026-07-22T04:19:33.978Z | Packages to install: 2 |
| 121 | 2026-07-22T04:19:33.978Z | Estimated space available: 156.06 GB |
| 122 | 2026-07-22T04:19:33.982Z | Estimated space to be consumed: 46.64 MB |
| 123 | 2026-07-22T04:19:33.982Z | Create boot environment: No |
| 124 | 2026-07-22T04:19:33.982Z | Create backup boot environment: No |
| 125 | 2026-07-22T04:19:33.982Z | Rebuild boot archive: No |
| 126 | 2026-07-22T04:19:33.982Z | |
| 127 | 2026-07-22T04:19:33.982Z | Changed packages: |
| 128 | 2026-07-22T04:19:33.983Z | helios |
| 129 | 2026-07-22T04:19:33.983Z | developer/build-essential |
| 130 | 2026-07-22T04:19:33.983Z | None -> 11-3.0 |
| 131 | 2026-07-22T04:19:33.983Z | library/libxmlsec1 |
| 132 | 2026-07-22T04:19:33.983Z | None -> 1.2.35-3.0 |
| 133 | 2026-07-22T04:19:34.005Z | |
| 134 | 2026-07-22T04:19:34.005Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 135 | 2026-07-22T04:19:34.074Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 136 | 2026-07-22T04:19:34.176Z | Actions: 1/268 actions (Installing new actions) |
| 137 | 2026-07-22T04:19:34.223Z | Actions: Completed 268 actions in 0.04 seconds. |
| 138 | 2026-07-22T04:19:34.238Z | Finalize: Updating package state database ... Done (0.019s) |
| 139 | 2026-07-22T04:19:34.238Z | Finalize: Updating package cache ... Done (0.000s) |
| 140 | 2026-07-22T04:19:34.283Z | Finalize: Updating image state ... Done (0.048s) |
| 141 | 2026-07-22T04:19:36.859Z | Finalize: Creating fast lookup database ... Done (2.539s) |
| 142 | 2026-07-22T04:19:36.925Z | Finalize: Reading search index ... Done (0.012s) |
| 143 | 2026-07-22T04:19:36.929Z | Finalize: Updating search index ... Done (0.000s) |
| 144 | 2026-07-22T04:19:37.020Z | Finalize: Updating package cache ... Done (0.000s) |
| 145 | 2026-07-22T04:19:37.357Z | Planning: Evaluating mediator changes ... Done |
| 146 | 2026-07-22T04:19:37.463Z | Planning: Checking for conflicting actions ... Done |
| 147 | 2026-07-22T04:19:37.466Z | Planning: Consolidating action changes ... Done |
| 148 | 2026-07-22T04:19:37.624Z | Planning: Evaluating mediators ... Done |
| 149 | 2026-07-22T04:19:37.627Z | Planning: Planning completed in 0.27 seconds |
| 150 | 2026-07-22T04:19:37.648Z | Mediators to change: 2 |
| 151 | 2026-07-22T04:19:37.648Z | Create boot environment: No |
| 152 | 2026-07-22T04:19:37.648Z | Create backup boot environment: No |
| 153 | 2026-07-22T04:19:37.693Z | Finalize: Updating package state database ... Done |
| 154 | 2026-07-22T04:19:37.693Z | Finalize: Updating package cache ... Done |
| 155 | 2026-07-22T04:19:37.724Z | Finalize: Updating image state ... Done |
| 156 | 2026-07-22T04:19:39.666Z | Finalize: Creating fast lookup database ... Done |
| 157 | 2026-07-22T04:19:39.732Z | Finalize: Reading search index ... Done |
| 158 | 2026-07-22T04:19:39.735Z | Finalize: Updating search index ... Done |
| 159 | 2026-07-22T04:19:39.798Z | Finalize: Updating package cache ... Done |
| 160 | 2026-07-22T04:19:40.083Z | Planning: Evaluating mediator changes ... Done |
| 161 | 2026-07-22T04:19:40.191Z | Planning: Checking for conflicting actions ... Done |
| 162 | 2026-07-22T04:19:40.194Z | Planning: Consolidating action changes ... Done |
| 163 | 2026-07-22T04:19:40.362Z | Planning: Evaluating mediators ... Done |
| 164 | 2026-07-22T04:19:40.365Z | Planning: Planning completed in 0.27 seconds |
| 165 | 2026-07-22T04:19:40.374Z | Mediators to change: 1 |
| 166 | 2026-07-22T04:19:40.374Z | Create boot environment: No |
| 167 | 2026-07-22T04:19:40.374Z | Create backup boot environment: No |
| 168 | 2026-07-22T04:19:40.414Z | Finalize: Updating package state database ... Done |
| 169 | 2026-07-22T04:19:40.414Z | Finalize: Updating package cache ... Done |
| 170 | 2026-07-22T04:19:40.444Z | Finalize: Updating image state ... Done |
| 171 | 2026-07-22T04:19:42.386Z | Finalize: Creating fast lookup database ... Done |
| 172 | 2026-07-22T04:19:42.454Z | Finalize: Reading search index ... Done |
| 173 | 2026-07-22T04:19:42.460Z | Finalize: Updating search index ... Done |
| 174 | 2026-07-22T04:19:42.515Z | Finalize: Updating package cache ... Done |
| 175 | 2026-07-22T04:19:42.825Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 176 | 2026-07-22T04:19:42.826Z | apache system 2.4 system |
| 177 | 2026-07-22T04:19:42.826Z | clang system 15 system |
| 178 | 2026-07-22T04:19:42.826Z | csh system system illumos |
| 179 | 2026-07-22T04:19:42.826Z | ctags system system illumos |
| 180 | 2026-07-22T04:19:42.826Z | file vendor vendor darwinsys |
| 181 | 2026-07-22T04:19:42.826Z | file system system illumos |
| 182 | 2026-07-22T04:19:42.827Z | gcc vendor 14 vendor |
| 183 | 2026-07-22T04:19:42.827Z | gcc system 13 system |
| 184 | 2026-07-22T04:19:42.827Z | gcc system 10 system |
| 185 | 2026-07-22T04:19:42.827Z | go system 1.25 system |
| 186 | 2026-07-22T04:19:42.827Z | llvm system 15 system |
| 187 | 2026-07-22T04:19:42.827Z | mariadb system 11.4 system |
| 188 | 2026-07-22T04:19:42.828Z | mta vendor vendor dma |
| 189 | 2026-07-22T04:19:42.828Z | openjdk system 17 system |
| 190 | 2026-07-22T04:19:42.828Z | openjdk system 11 system |
| 191 | 2026-07-22T04:19:42.828Z | openssl vendor 3 vendor |
| 192 | 2026-07-22T04:19:42.828Z | perl system 5.40 system |
| 193 | 2026-07-22T04:19:42.828Z | postgresql system 18 system |
| 194 | 2026-07-22T04:19:42.828Z | postgresql system 17 system |
| 195 | 2026-07-22T04:19:42.828Z | python vendor 3 vendor |
| 196 | 2026-07-22T04:19:42.828Z | python system 2 system |
| 197 | 2026-07-22T04:19:42.828Z | python3 vendor 3.13 vendor |
| 198 | 2026-07-22T04:19:42.828Z | ruby system 3.4 system |
| 199 | 2026-07-22T04:19:42.828Z | ruby system 3.0 system |
| 200 | 2026-07-22T04:19:42.828Z | words vendor vendor american-english |
| 201 | 2026-07-22T04:19:42.828Z | words system system australian-english |
| 202 | 2026-07-22T04:19:42.828Z | words system system british-english |
| 203 | 2026-07-22T04:19:42.828Z | words system system canadian-english |
| 204 | 2026-07-22T04:19:42.828Z | words system system french |
| 205 | 2026-07-22T04:19:42.828Z | words system system italian |
| 206 | 2026-07-22T04:19:42.828Z | words system system ngerman |
| 207 | 2026-07-22T04:19:42.828Z | words system system ogerman |
| 208 | 2026-07-22T04:19:42.829Z | words system system spanish |
| 209 | 2026-07-22T04:19:43.084Z | PUBLISHER TYPE STATUS P LOCATION |
| 210 | 2026-07-22T04:19:43.084Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 211 | 2026-07-22T04:19:43.438Z | FMRI IFO |
| 212 | 2026-07-22T04:19:43.438Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 213 | 2026-07-22T04:19:43.440Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 214 | 2026-07-22T04:19:43.440Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 215 | 2026-07-22T04:19:43.440Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 216 | 2026-07-22T04:19:43.440Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 217 | 2026-07-22T04:19:43.440Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 218 | 2026-07-22T04:19:43.440Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 219 | 2026-07-22T04:19:43.441Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 220 | 2026-07-22T04:19:43.441Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 221 | 2026-07-22T04:19:43.718Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 222 | 2026-07-22T04:19:43.984Z | Updating crates.io index |
| 223 | 2026-07-22T04:19:43.988Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 224 | 2026-07-22T04:19:44.216Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 225 | 2026-07-22T04:19:44.518Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-07-22T04:19:45.455Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-07-22T04:19:45.952Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-07-22T04:19:46.373Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 229 | 2026-07-22T04:19:47.898Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 230 | 2026-07-22T04:19:48.742Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 231 | 2026-07-22T04:19:48.997Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 232 | 2026-07-22T04:19:49.311Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 233 | 2026-07-22T04:19:50.405Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 234 | 2026-07-22T04:19:50.642Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-07-22T04:19:50.950Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 236 | 2026-07-22T04:19:51.194Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 237 | 2026-07-22T04:19:51.602Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 238 | 2026-07-22T04:19:52.078Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 239 | 2026-07-22T04:19:52.322Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 240 | 2026-07-22T04:19:52.581Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 241 | 2026-07-22T04:19:52.856Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 242 | 2026-07-22T04:19:53.108Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 243 | 2026-07-22T04:19:53.333Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 244 | 2026-07-22T04:19:53.574Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 245 | 2026-07-22T04:19:53.830Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 246 | 2026-07-22T04:19:54.188Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 247 | 2026-07-22T04:19:54.622Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 248 | 2026-07-22T04:19:55.085Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 249 | 2026-07-22T04:19:55.694Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 250 | 2026-07-22T04:19:56.103Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 251 | 2026-07-22T04:19:56.778Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 252 | 2026-07-22T04:19:57.616Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 253 | 2026-07-22T04:19:57.778Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 254 | 2026-07-22T04:19:58.224Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-07-22T04:19:58.774Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-07-22T04:19:59.484Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 257 | 2026-07-22T04:19:59.980Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 258 | 2026-07-22T04:20:00.527Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-07-22T04:20:00.973Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 260 | 2026-07-22T04:20:01.604Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 261 | 2026-07-22T04:20:02.108Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 262 | 2026-07-22T04:20:02.739Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 263 | 2026-07-22T04:20:03.331Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 264 | 2026-07-22T04:20:03.817Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 265 | 2026-07-22T04:20:06.932Z | Downloading crates ... |
| 266 | 2026-07-22T04:20:06.988Z | Downloaded heck v0.5.0 |
| 267 | 2026-07-22T04:20:06.997Z | Downloaded macaddr v1.0.1 |
| 268 | 2026-07-22T04:20:07.003Z | Downloaded anyhow v1.0.102 |
| 269 | 2026-07-22T04:20:07.010Z | Downloaded anstream v1.0.0 |
| 270 | 2026-07-22T04:20:07.010Z | Downloaded semver v1.0.28 |
| 271 | 2026-07-22T04:20:07.014Z | Downloaded toml_edit v0.22.27 |
| 272 | 2026-07-22T04:20:07.014Z | Downloaded memmap v0.7.0 |
| 273 | 2026-07-22T04:20:07.018Z | Downloaded clap_lex v1.0.0 |
| 274 | 2026-07-22T04:20:07.018Z | Downloaded cargo-platform v0.3.2 |
| 275 | 2026-07-22T04:20:07.018Z | Downloaded zmij v1.0.21 |
| 276 | 2026-07-22T04:20:07.018Z | Downloaded itoa v1.0.17 |
| 277 | 2026-07-22T04:20:07.018Z | Downloaded cfg-if v1.0.4 |
| 278 | 2026-07-22T04:20:07.022Z | Downloaded cpufeatures v0.2.17 |
| 279 | 2026-07-22T04:20:07.022Z | Downloaded autocfg v1.5.0 |
| 280 | 2026-07-22T04:20:07.022Z | Downloaded zerocopy-derive v0.7.35 |
| 281 | 2026-07-22T04:20:07.032Z | Downloaded dtrace-parser v0.2.0 |
| 282 | 2026-07-22T04:20:07.041Z | Downloaded heck v0.4.1 |
| 283 | 2026-07-22T04:20:07.045Z | Downloaded pest v2.8.6 |
| 284 | 2026-07-22T04:20:07.045Z | Downloaded is_terminal_polyfill v1.70.2 |
| 285 | 2026-07-22T04:20:07.045Z | Downloaded crypto-common v0.1.7 |
| 286 | 2026-07-22T04:20:07.045Z | Downloaded byteorder v1.5.0 |
| 287 | 2026-07-22T04:20:07.048Z | Downloaded pest_generator v2.8.6 |
| 288 | 2026-07-22T04:20:07.048Z | Downloaded block-buffer v0.10.4 |
| 289 | 2026-07-22T04:20:07.053Z | Downloaded anstyle v1.0.14 |
| 290 | 2026-07-22T04:20:07.062Z | Downloaded anstyle-query v1.1.5 |
| 291 | 2026-07-22T04:20:07.070Z | Downloaded fnv v1.0.7 |
| 292 | 2026-07-22T04:20:07.076Z | Downloaded getrandom v0.4.1 |
| 293 | 2026-07-22T04:20:07.081Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-07-22T04:20:07.081Z | Downloaded zerocopy v0.7.35 |
| 295 | 2026-07-22T04:20:07.086Z | Downloaded unicode-linebreak v0.1.5 |
| 296 | 2026-07-22T04:20:07.090Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-07-22T04:20:07.093Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-07-22T04:20:07.093Z | Downloaded colorchoice v1.0.4 |
| 299 | 2026-07-22T04:20:07.093Z | Downloaded swrite v0.1.0 |
| 300 | 2026-07-22T04:20:07.096Z | Downloaded toml_datetime v0.6.11 |
| 301 | 2026-07-22T04:20:07.103Z | Downloaded serde_spanned v0.6.9 |
| 302 | 2026-07-22T04:20:07.103Z | Downloaded proc-macro-error-attr v1.0.4 |
| 303 | 2026-07-22T04:20:07.103Z | Downloaded usdt v0.5.0 |
| 304 | 2026-07-22T04:20:07.103Z | Downloaded strsim v0.11.1 |
| 305 | 2026-07-22T04:20:07.110Z | Downloaded dof v0.3.0 |
| 306 | 2026-07-22T04:20:07.113Z | Downloaded tabled_derive v0.7.0 |
| 307 | 2026-07-22T04:20:07.114Z | Downloaded plain v0.2.3 |
| 308 | 2026-07-22T04:20:07.114Z | Downloaded thiserror v1.0.69 |
| 309 | 2026-07-22T04:20:07.117Z | Downloaded digest v0.10.7 |
| 310 | 2026-07-22T04:20:07.121Z | Downloaded indexmap v2.14.0 |
| 311 | 2026-07-22T04:20:07.121Z | Downloaded anstyle-parse v1.0.0 |
| 312 | 2026-07-22T04:20:07.121Z | Downloaded fs-err v3.3.0 |
| 313 | 2026-07-22T04:20:07.124Z | Downloaded cargo_toml v0.21.0 |
| 314 | 2026-07-22T04:20:07.124Z | Downloaded fastrand v2.3.0 |
| 315 | 2026-07-22T04:20:07.124Z | Downloaded camino-tempfile v1.4.1 |
| 316 | 2026-07-22T04:20:07.129Z | Downloaded utf8parse v0.2.2 |
| 317 | 2026-07-22T04:20:07.129Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-07-22T04:20:07.129Z | Downloaded version_check v0.9.5 |
| 319 | 2026-07-22T04:20:07.132Z | Downloaded smawk v0.3.2 |
| 320 | 2026-07-22T04:20:07.132Z | Downloaded pretty-hex v0.4.1 |
| 321 | 2026-07-22T04:20:07.136Z | Downloaded scroll_derive v0.12.1 |
| 322 | 2026-07-22T04:20:07.136Z | Downloaded thread-id v4.2.2 |
| 323 | 2026-07-22T04:20:07.139Z | Downloaded proc-macro-error v1.0.4 |
| 324 | 2026-07-22T04:20:07.142Z | Downloaded bytecount v0.6.9 |
| 325 | 2026-07-22T04:20:07.142Z | Downloaded serde_tokenstream v0.2.3 |
| 326 | 2026-07-22T04:20:07.149Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-07-22T04:20:07.153Z | Downloaded cargo_metadata v0.23.1 |
| 328 | 2026-07-22T04:20:07.157Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-07-22T04:20:07.157Z | Downloaded scroll v0.12.0 |
| 330 | 2026-07-22T04:20:07.157Z | Downloaded thiserror-impl v1.0.69 |
| 331 | 2026-07-22T04:20:07.161Z | Downloaded camino v1.2.2 |
| 332 | 2026-07-22T04:20:07.172Z | Downloaded thiserror-impl v2.0.18 |
| 333 | 2026-07-22T04:20:07.178Z | Downloaded clap_derive v4.6.1 |
| 334 | 2026-07-22T04:20:07.178Z | Downloaded errno v0.3.14 |
| 335 | 2026-07-22T04:20:07.178Z | Downloaded thiserror v2.0.18 |
| 336 | 2026-07-22T04:20:07.178Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-07-22T04:20:07.178Z | Downloaded quote v1.0.45 |
| 338 | 2026-07-22T04:20:07.178Z | Downloaded sha2 v0.10.9 |
| 339 | 2026-07-22T04:20:07.178Z | Downloaded tempfile v3.25.0 |
| 340 | 2026-07-22T04:20:07.185Z | Downloaded toml v0.8.23 |
| 341 | 2026-07-22T04:20:07.200Z | Downloaded pest_derive v2.8.6 |
| 342 | 2026-07-22T04:20:07.204Z | Downloaded papergrid v0.11.0 |
| 343 | 2026-07-22T04:20:07.204Z | Downloaded log v0.4.29 |
| 344 | 2026-07-22T04:20:07.208Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2026-07-22T04:20:07.208Z | Downloaded unicode-ident v1.0.24 |
| 346 | 2026-07-22T04:20:07.212Z | Downloaded clap v4.6.1 |
| 347 | 2026-07-22T04:20:07.224Z | Downloaded serde_core v1.0.228 |
| 348 | 2026-07-22T04:20:07.224Z | Downloaded proc-macro2 v1.0.106 |
| 349 | 2026-07-22T04:20:07.224Z | Downloaded once_cell v1.21.3 |
| 350 | 2026-07-22T04:20:07.230Z | Downloaded textwrap v0.16.2 |
| 351 | 2026-07-22T04:20:07.230Z | Downloaded serde_derive v1.0.228 |
| 352 | 2026-07-22T04:20:07.230Z | Downloaded bitflags v2.11.0 |
| 353 | 2026-07-22T04:20:07.234Z | Downloaded pest_meta v2.8.6 |
| 354 | 2026-07-22T04:20:07.255Z | Downloaded serde v1.0.228 |
| 355 | 2026-07-22T04:20:07.261Z | Downloaded typenum v1.20.1 |
| 356 | 2026-07-22T04:20:07.272Z | Downloaded syn v2.0.117 |
| 357 | 2026-07-22T04:20:07.276Z | Downloaded memchr v2.8.0 |
| 358 | 2026-07-22T04:20:07.307Z | Downloaded serde_json v1.0.150 |
| 359 | 2026-07-22T04:20:07.316Z | Downloaded clap_builder v4.6.0 |
| 360 | 2026-07-22T04:20:07.322Z | Downloaded hashbrown v0.17.0 |
| 361 | 2026-07-22T04:20:07.325Z | Downloaded winnow v0.7.14 |
| 362 | 2026-07-22T04:20:07.331Z | Downloaded goblin v0.8.2 |
| 363 | 2026-07-22T04:20:07.336Z | Downloaded tabled v0.15.0 |
| 364 | 2026-07-22T04:20:07.350Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-07-22T04:20:07.361Z | Downloaded syn v1.0.109 |
| 366 | 2026-07-22T04:20:07.361Z | Downloaded unicode-width v0.2.0 |
| 367 | 2026-07-22T04:20:07.375Z | Downloaded rustix v1.1.3 |
| 368 | 2026-07-22T04:20:07.406Z | Downloaded libc v0.2.185 |
| 369 | 2026-07-22T04:20:07.469Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-07-22T04:20:07.469Z | Compiling quote v1.0.45 |
| 371 | 2026-07-22T04:20:07.470Z | Compiling unicode-ident v1.0.24 |
| 372 | 2026-07-22T04:20:07.473Z | Compiling serde_core v1.0.228 |
| 373 | 2026-07-22T04:20:07.473Z | Compiling libc v0.2.185 |
| 374 | 2026-07-22T04:20:07.473Z | Compiling version_check v0.9.5 |
| 375 | 2026-07-22T04:20:07.473Z | Compiling memchr v2.8.0 |
| 376 | 2026-07-22T04:20:07.473Z | Compiling serde v1.0.228 |
| 377 | 2026-07-22T04:20:07.473Z | Compiling zmij v1.0.21 |
| 378 | 2026-07-22T04:20:07.656Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-07-22T04:20:07.669Z | Compiling itoa v1.0.17 |
| 380 | 2026-07-22T04:20:07.671Z | Compiling thiserror v1.0.69 |
| 381 | 2026-07-22T04:20:07.672Z | Compiling rustix v1.1.3 |
| 382 | 2026-07-22T04:20:07.681Z | Compiling byteorder v1.5.0 |
| 383 | 2026-07-22T04:20:07.877Z | Compiling bitflags v2.11.0 |
| 384 | 2026-07-22T04:20:08.010Z | Compiling serde_json v1.0.150 |
| 385 | 2026-07-22T04:20:08.100Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-07-22T04:20:08.100Z | Compiling usdt-impl v0.5.0 |
| 387 | 2026-07-22T04:20:08.155Z | Compiling camino v1.2.2 |
| 388 | 2026-07-22T04:20:08.204Z | Compiling syn v1.0.109 |
| 389 | 2026-07-22T04:20:08.210Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-07-22T04:20:08.298Z | Compiling pest v2.8.6 |
| 391 | 2026-07-22T04:20:08.363Z | Compiling plain v0.2.3 |
| 392 | 2026-07-22T04:20:08.442Z | Compiling utf8parse v0.2.2 |
| 393 | 2026-07-22T04:20:08.461Z | Compiling equivalent v1.0.2 |
| 394 | 2026-07-22T04:20:08.496Z | Compiling getrandom v0.4.1 |
| 395 | 2026-07-22T04:20:08.513Z | Compiling log v0.4.29 |
| 396 | 2026-07-22T04:20:08.589Z | Compiling hashbrown v0.17.0 |
| 397 | 2026-07-22T04:20:08.595Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-22T04:20:08.603Z | Compiling anstyle v1.0.14 |
| 399 | 2026-07-22T04:20:08.603Z | Compiling anstyle-query v1.1.5 |
| 400 | 2026-07-22T04:20:08.691Z | Compiling errno v0.3.14 |
| 401 | 2026-07-22T04:20:08.698Z | Compiling thread-id v4.2.2 |
| 402 | 2026-07-22T04:20:08.727Z | Compiling autocfg v1.5.0 |
| 403 | 2026-07-22T04:20:08.750Z | Compiling colorchoice v1.0.4 |
| 404 | 2026-07-22T04:20:08.761Z | Compiling thiserror v2.0.18 |
| 405 | 2026-07-22T04:20:08.780Z | Compiling winnow v0.7.14 |
| 406 | 2026-07-22T04:20:08.784Z | Compiling is_terminal_polyfill v1.70.2 |
| 407 | 2026-07-22T04:20:08.802Z | Compiling cfg-if v1.0.4 |
| 408 | 2026-07-22T04:20:08.873Z | Compiling pretty-hex v0.4.1 |
| 409 | 2026-07-22T04:20:08.907Z | Compiling toml_write v0.1.2 |
| 410 | 2026-07-22T04:20:08.911Z | Compiling anstream v1.0.0 |
| 411 | 2026-07-22T04:20:08.911Z | Compiling anyhow v1.0.102 |
| 412 | 2026-07-22T04:20:09.045Z | Compiling unicode-width v0.1.14 |
| 413 | 2026-07-22T04:20:09.119Z | Compiling syn v2.0.117 |
| 414 | 2026-07-22T04:20:09.174Z | Compiling indexmap v2.14.0 |
| 415 | 2026-07-22T04:20:09.209Z | Compiling fs-err v3.3.0 |
| 416 | 2026-07-22T04:20:09.213Z | Compiling fastrand v2.3.0 |
| 417 | 2026-07-22T04:20:09.261Z | Compiling strsim v0.11.1 |
| 418 | 2026-07-22T04:20:09.302Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-07-22T04:20:09.311Z | Compiling heck v0.4.1 |
| 420 | 2026-07-22T04:20:09.374Z | Compiling bytecount v0.6.9 |
| 421 | 2026-07-22T04:20:09.417Z | Compiling pest_meta v2.8.6 |
| 422 | 2026-07-22T04:20:09.446Z | Compiling once_cell v1.21.3 |
| 423 | 2026-07-22T04:20:09.515Z | Compiling fnv v1.0.7 |
| 424 | 2026-07-22T04:20:09.535Z | Compiling heck v0.5.0 |
| 425 | 2026-07-22T04:20:09.637Z | Compiling papergrid v0.11.0 |
| 426 | 2026-07-22T04:20:09.656Z | Compiling memmap v0.7.0 |
| 427 | 2026-07-22T04:20:09.663Z | Compiling unicode-width v0.2.0 |
| 428 | 2026-07-22T04:20:09.690Z | Compiling smawk v0.3.2 |
| 429 | 2026-07-22T04:20:09.693Z | Compiling unicode-linebreak v0.1.5 |
| 430 | 2026-07-22T04:20:09.722Z | Compiling terminal_size v0.4.3 |
| 431 | 2026-07-22T04:20:09.783Z | Compiling tempfile v3.25.0 |
| 432 | 2026-07-22T04:20:09.854Z | Compiling swrite v0.1.0 |
| 433 | 2026-07-22T04:20:09.881Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-07-22T04:20:09.981Z | Compiling semver v1.0.28 |
| 435 | 2026-07-22T04:20:09.996Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-07-22T04:20:10.008Z | Compiling textwrap v0.16.2 |
| 437 | 2026-07-22T04:20:10.252Z | Compiling camino-tempfile v1.4.1 |
| 438 | 2026-07-22T04:20:10.631Z | Compiling tabled_derive v0.7.0 |
| 439 | 2026-07-22T04:20:11.305Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-07-22T04:20:11.343Z | Compiling tabled v0.15.0 |
| 441 | 2026-07-22T04:20:11.785Z | Compiling serde_derive v1.0.228 |
| 442 | 2026-07-22T04:20:11.788Z | Compiling thiserror-impl v1.0.69 |
| 443 | 2026-07-22T04:20:11.788Z | Compiling zerocopy-derive v0.7.35 |
| 444 | 2026-07-22T04:20:11.788Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-07-22T04:20:11.788Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-07-22T04:20:11.788Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-07-22T04:20:11.882Z | Compiling pest_derive v2.8.6 |
| 448 | 2026-07-22T04:20:12.465Z | Compiling scroll v0.12.0 |
| 449 | 2026-07-22T04:20:12.512Z | Compiling zerocopy v0.7.35 |
| 450 | 2026-07-22T04:20:12.675Z | Compiling goblin v0.8.2 |
| 451 | 2026-07-22T04:20:12.872Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2026-07-22T04:20:13.142Z | Compiling clap v4.6.1 |
| 453 | 2026-07-22T04:20:14.214Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-07-22T04:20:14.214Z | Compiling serde_spanned v0.6.9 |
| 455 | 2026-07-22T04:20:14.214Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-07-22T04:20:14.221Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-07-22T04:20:14.221Z | Compiling macaddr v1.0.1 |
| 458 | 2026-07-22T04:20:14.239Z | Compiling dof v0.3.0 |
| 459 | 2026-07-22T04:20:14.249Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-07-22T04:20:14.618Z | Compiling toml_edit v0.22.27 |
| 461 | 2026-07-22T04:20:15.008Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-07-22T04:20:15.050Z | Compiling usdt-macro v0.5.0 |
| 463 | 2026-07-22T04:20:15.645Z | Compiling usdt v0.5.0 |
| 464 | 2026-07-22T04:20:15.753Z | Compiling toml v0.8.23 |
| 465 | 2026-07-22T04:20:16.032Z | Compiling cargo_toml v0.21.0 |
| 466 | 2026-07-22T04:20:17.359Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2026-07-22T04:20:19.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.80s |
| 468 | 2026-07-22T04:20:19.637Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 469 | 2026-07-22T04:20:20.102Z | Downloading crates ... |
| 470 | 2026-07-22T04:20:20.255Z | Downloaded atomicwrites v0.4.4 |
| 471 | 2026-07-22T04:20:20.269Z | Downloaded aead v0.5.2 |
| 472 | 2026-07-22T04:20:20.269Z | Downloaded bitfield-struct v0.6.2 |
| 473 | 2026-07-22T04:20:20.269Z | Downloaded convert_case v0.4.0 |
| 474 | 2026-07-22T04:20:20.269Z | Downloaded cpubits v0.1.1 |
| 475 | 2026-07-22T04:20:20.269Z | Downloaded array-init v0.0.4 |
| 476 | 2026-07-22T04:20:20.269Z | Downloaded bit-set v0.8.0 |
| 477 | 2026-07-22T04:20:20.270Z | Downloaded darling v0.23.0 |
| 478 | 2026-07-22T04:20:20.270Z | Downloaded bitfield-macros v0.19.4 |
| 479 | 2026-07-22T04:20:20.270Z | Downloaded blowfish v0.10.0 |
| 480 | 2026-07-22T04:20:20.270Z | Downloaded constant_time_eq v0.4.2 |
| 481 | 2026-07-22T04:20:20.270Z | Downloaded bb8 v0.8.6 |
| 482 | 2026-07-22T04:20:20.270Z | Downloaded bit-vec v0.8.0 |
| 483 | 2026-07-22T04:20:20.270Z | Downloaded camino-tempfile-ext v0.3.3 |
| 484 | 2026-07-22T04:20:20.270Z | Downloaded crc-catalog v2.4.0 |
| 485 | 2026-07-22T04:20:20.270Z | Downloaded async-stream v0.3.6 |
| 486 | 2026-07-22T04:20:20.270Z | Downloaded bit-set v0.5.3 |
| 487 | 2026-07-22T04:20:20.270Z | Downloaded ctr v0.10.1 |
| 488 | 2026-07-22T04:20:20.271Z | Downloaded backon v1.6.0 |
| 489 | 2026-07-22T04:20:20.271Z | Downloaded cexpr v0.6.0 |
| 490 | 2026-07-22T04:20:20.271Z | Downloaded console v0.15.11 |
| 491 | 2026-07-22T04:20:20.271Z | Downloaded colored v3.1.1 |
| 492 | 2026-07-22T04:20:20.271Z | Downloaded crc8 v0.1.1 |
| 493 | 2026-07-22T04:20:20.271Z | Downloaded bitfield v0.19.4 |
| 494 | 2026-07-22T04:20:20.271Z | Downloaded bit-vec v0.6.3 |
| 495 | 2026-07-22T04:20:20.272Z | Downloaded crossterm v0.29.0 |
| 496 | 2026-07-22T04:20:20.272Z | Downloaded darling_core v0.21.3 |
| 497 | 2026-07-22T04:20:20.272Z | Downloaded crypto-common v0.2.2 |
| 498 | 2026-07-22T04:20:20.272Z | Downloaded cmov v0.5.4 |
| 499 | 2026-07-22T04:20:20.272Z | Downloaded blake2 v0.10.6 |
| 500 | 2026-07-22T04:20:20.272Z | Downloaded darling_macro v0.20.11 |
| 501 | 2026-07-22T04:20:20.298Z | Downloaded darling_macro v0.21.3 |
| 502 | 2026-07-22T04:20:20.298Z | Downloaded darling v0.13.4 |
| 503 | 2026-07-22T04:20:20.298Z | Downloaded crossbeam-deque v0.8.6 |
| 504 | 2026-07-22T04:20:20.298Z | Downloaded aead v0.6.1 |
| 505 | 2026-07-22T04:20:20.299Z | Downloaded data-encoding v2.10.0 |
| 506 | 2026-07-22T04:20:20.299Z | Downloaded corncobs v0.1.4 |
| 507 | 2026-07-22T04:20:20.299Z | Downloaded cookie v0.18.1 |
| 508 | 2026-07-22T04:20:20.300Z | Downloaded daft v0.1.7 |
| 509 | 2026-07-22T04:20:20.300Z | Downloaded arrayref v0.3.9 |
| 510 | 2026-07-22T04:20:20.300Z | Downloaded cookie_store v0.22.1 |
| 511 | 2026-07-22T04:20:20.300Z | Downloaded darling_macro v0.13.4 |
| 512 | 2026-07-22T04:20:20.300Z | Downloaded ciborium-ll v0.2.2 |
| 513 | 2026-07-22T04:20:20.300Z | Downloaded crunchy v0.2.4 |
| 514 | 2026-07-22T04:20:20.300Z | Downloaded assert_matches v1.5.0 |
| 515 | 2026-07-22T04:20:20.300Z | Downloaded crucible-workspace-hack v0.1.0 |
| 516 | 2026-07-22T04:20:20.300Z | Downloaded allocator-api2 v0.2.21 |
| 517 | 2026-07-22T04:20:20.300Z | Downloaded critical-section v1.2.0 |
| 518 | 2026-07-22T04:20:20.300Z | Downloaded embedded-io v0.6.1 |
| 519 | 2026-07-22T04:20:20.319Z | Downloaded darling_macro v0.23.0 |
| 520 | 2026-07-22T04:20:20.319Z | Downloaded cancel-safe-futures v0.1.5 |
| 521 | 2026-07-22T04:20:20.320Z | Downloaded debug-ignore v1.0.5 |
| 522 | 2026-07-22T04:20:20.320Z | Downloaded async-recursion v1.1.1 |
| 523 | 2026-07-22T04:20:20.320Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 524 | 2026-07-22T04:20:20.320Z | Downloaded digest-io v0.1.0 |
| 525 | 2026-07-22T04:20:20.320Z | Downloaded atomic-waker v1.1.2 |
| 526 | 2026-07-22T04:20:20.320Z | Downloaded block-buffer v0.12.1 |
| 527 | 2026-07-22T04:20:20.320Z | Downloaded ascii-canvas v3.0.0 |
| 528 | 2026-07-22T04:20:20.320Z | Downloaded derive_builder_macro v0.20.2 |
| 529 | 2026-07-22T04:20:20.320Z | Downloaded dof v0.4.0 |
| 530 | 2026-07-22T04:20:20.320Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 531 | 2026-07-22T04:20:20.349Z | Downloaded base16ct v0.2.0 |
| 532 | 2026-07-22T04:20:20.349Z | Downloaded dunce v1.0.5 |
| 533 | 2026-07-22T04:20:20.349Z | Downloaded enum-as-inner v0.6.1 |
| 534 | 2026-07-22T04:20:20.349Z | Downloaded downcast-rs v2.0.2 |
| 535 | 2026-07-22T04:20:20.349Z | Downloaded cfg_aliases v0.2.1 |
| 536 | 2026-07-22T04:20:20.349Z | Downloaded dirs-sys-next v0.1.2 |
| 537 | 2026-07-22T04:20:20.349Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-07-22T04:20:20.349Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 539 | 2026-07-22T04:20:20.349Z | Downloaded embedded-io v0.4.0 |
| 540 | 2026-07-22T04:20:20.349Z | Downloaded castaway v0.2.4 |
| 541 | 2026-07-22T04:20:20.350Z | Downloaded arrayvec v0.7.6 |
| 542 | 2026-07-22T04:20:20.350Z | Downloaded ena v0.14.4 |
| 543 | 2026-07-22T04:20:20.350Z | Downloaded document-features v0.2.12 |
| 544 | 2026-07-22T04:20:20.350Z | Downloaded crc v3.4.0 |
| 545 | 2026-07-22T04:20:20.350Z | Downloaded base64ct v1.8.3 |
| 546 | 2026-07-22T04:20:20.351Z | Downloaded bitflags v1.3.2 |
| 547 | 2026-07-22T04:20:20.351Z | Downloaded cfg_aliases v0.1.1 |
| 548 | 2026-07-22T04:20:20.351Z | Downloaded atty v0.2.14 |
| 549 | 2026-07-22T04:20:20.351Z | Downloaded defmt-parser v1.0.0 |
| 550 | 2026-07-22T04:20:20.351Z | Downloaded dirs-next v2.0.0 |
| 551 | 2026-07-22T04:20:20.366Z | Downloaded compression-core v0.4.31 |
| 552 | 2026-07-22T04:20:20.367Z | Downloaded async-stream-impl v0.3.6 |
| 553 | 2026-07-22T04:20:20.367Z | Downloaded ciborium-io v0.2.2 |
| 554 | 2026-07-22T04:20:20.367Z | Downloaded bumpalo v3.20.2 |
| 555 | 2026-07-22T04:20:20.367Z | Downloaded buf-list v1.1.2 |
| 556 | 2026-07-22T04:20:20.367Z | Downloaded env_filter v1.0.0 |
| 557 | 2026-07-22T04:20:20.367Z | Downloaded endian-type v0.1.2 |
| 558 | 2026-07-22T04:20:20.367Z | Downloaded dsl_auto_type v0.2.0 |
| 559 | 2026-07-22T04:20:20.367Z | Downloaded display-error-chain v0.2.2 |
| 560 | 2026-07-22T04:20:20.367Z | Downloaded defmt v0.3.100 |
| 561 | 2026-07-22T04:20:20.367Z | Downloaded base16ct v1.0.0 |
| 562 | 2026-07-22T04:20:20.368Z | Downloaded der_derive v0.7.3 |
| 563 | 2026-07-22T04:20:20.368Z | Downloaded derive-ex v0.1.8 |
| 564 | 2026-07-22T04:20:20.369Z | Downloaded diesel-dtrace v0.5.0 |
| 565 | 2026-07-22T04:20:20.369Z | Downloaded derive-where v1.6.0 |
| 566 | 2026-07-22T04:20:20.369Z | Downloaded darling v0.20.11 |
| 567 | 2026-07-22T04:20:20.369Z | Downloaded cstr-argument v0.1.2 |
| 568 | 2026-07-22T04:20:20.369Z | Downloaded cpufeatures v0.3.0 |
| 569 | 2026-07-22T04:20:20.375Z | Downloaded daft-derive v0.1.7 |
| 570 | 2026-07-22T04:20:20.375Z | Downloaded convert_case v0.10.0 |
| 571 | 2026-07-22T04:20:20.375Z | Downloaded block-padding v0.4.2 |
| 572 | 2026-07-22T04:20:20.375Z | Downloaded fd-lock v4.0.4 |
| 573 | 2026-07-22T04:20:20.375Z | Downloaded foreign-types-macros v0.2.3 |
| 574 | 2026-07-22T04:20:20.375Z | Downloaded foreign-types-shared v0.3.1 |
| 575 | 2026-07-22T04:20:20.375Z | Downloaded cipher v0.4.4 |
| 576 | 2026-07-22T04:20:20.375Z | Downloaded async-compression v0.4.41 |
| 577 | 2026-07-22T04:20:20.375Z | Downloaded futures-core v0.3.32 |
| 578 | 2026-07-22T04:20:20.375Z | Downloaded futures-task v0.3.32 |
| 579 | 2026-07-22T04:20:20.375Z | Downloaded either v1.15.0 |
| 580 | 2026-07-22T04:20:20.375Z | Downloaded ecdsa v0.16.9 |
| 581 | 2026-07-22T04:20:20.381Z | Downloaded bs58 v0.5.1 |
| 582 | 2026-07-22T04:20:20.381Z | Downloaded funty v2.0.0 |
| 583 | 2026-07-22T04:20:20.381Z | Downloaded ed25519 v2.2.3 |
| 584 | 2026-07-22T04:20:20.381Z | Downloaded argon2 v0.5.3 |
| 585 | 2026-07-22T04:20:20.385Z | Downloaded bcs v0.1.6 |
| 586 | 2026-07-22T04:20:20.386Z | Downloaded async-trait v0.1.89 |
| 587 | 2026-07-22T04:20:20.386Z | Downloaded const_format_proc_macros v0.2.34 |
| 588 | 2026-07-22T04:20:20.387Z | Downloaded derive_builder_core v0.20.2 |
| 589 | 2026-07-22T04:20:20.390Z | Downloaded enum_dispatch v0.3.13 |
| 590 | 2026-07-22T04:20:20.390Z | Downloaded compression-codecs v0.4.37 |
| 591 | 2026-07-22T04:20:20.390Z | Downloaded bzip2 v0.6.1 |
| 592 | 2026-07-22T04:20:20.396Z | Downloaded foreign-types-shared v0.1.1 |
| 593 | 2026-07-22T04:20:20.396Z | Downloaded foreign-types v0.3.2 |
| 594 | 2026-07-22T04:20:20.396Z | Downloaded fixedbitset v0.4.2 |
| 595 | 2026-07-22T04:20:20.396Z | Downloaded form_urlencoded v1.2.2 |
| 596 | 2026-07-22T04:20:20.396Z | Downloaded float-ord v0.3.2 |
| 597 | 2026-07-22T04:20:20.397Z | Downloaded float-cmp v0.10.0 |
| 598 | 2026-07-22T04:20:20.402Z | Downloaded defmt v1.0.1 |
| 599 | 2026-07-22T04:20:20.402Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 600 | 2026-07-22T04:20:20.402Z | Downloaded flagset v0.4.7 |
| 601 | 2026-07-22T04:20:20.402Z | Downloaded ed25519 v3.0.0 |
| 602 | 2026-07-22T04:20:20.402Z | Downloaded digest v0.11.3 |
| 603 | 2026-07-22T04:20:20.417Z | Downloaded fxhash v0.2.1 |
| 604 | 2026-07-22T04:20:20.417Z | Downloaded futures-sink v0.3.32 |
| 605 | 2026-07-22T04:20:20.417Z | Downloaded gethostname v0.5.0 |
| 606 | 2026-07-22T04:20:20.418Z | Downloaded displaydoc v0.2.5 |
| 607 | 2026-07-22T04:20:20.418Z | Downloaded globwalk v0.9.1 |
| 608 | 2026-07-22T04:20:20.418Z | Downloaded delegate v0.13.5 |
| 609 | 2026-07-22T04:20:20.437Z | Downloaded backoff v0.4.0 |
| 610 | 2026-07-22T04:20:20.438Z | Downloaded ghash v0.6.0 |
| 611 | 2026-07-22T04:20:20.438Z | Downloaded cbc v0.2.1 |
| 612 | 2026-07-22T04:20:20.438Z | Downloaded argon2 v0.6.0-rc.8 |
| 613 | 2026-07-22T04:20:20.438Z | Downloaded anstream v0.6.21 |
| 614 | 2026-07-22T04:20:20.438Z | Downloaded difflib v0.4.0 |
| 615 | 2026-07-22T04:20:20.438Z | Downloaded defmt-macros v1.0.1 |
| 616 | 2026-07-22T04:20:20.438Z | Downloaded dyn-clone v1.0.20 |
| 617 | 2026-07-22T04:20:20.438Z | Downloaded blake2 v0.11.0-rc.6 |
| 618 | 2026-07-22T04:20:20.438Z | Downloaded futures-macro v0.3.32 |
| 619 | 2026-07-22T04:20:20.438Z | Downloaded fallible-iterator v0.2.0 |
| 620 | 2026-07-22T04:20:20.438Z | Downloaded foldhash v0.1.5 |
| 621 | 2026-07-22T04:20:20.438Z | Downloaded futures-io v0.3.32 |
| 622 | 2026-07-22T04:20:20.438Z | Downloaded git-stub v1.0.0 |
| 623 | 2026-07-22T04:20:20.438Z | Downloaded find-msvc-tools v0.1.9 |
| 624 | 2026-07-22T04:20:20.438Z | Downloaded filetime v0.2.27 |
| 625 | 2026-07-22T04:20:20.438Z | Downloaded byte-wrapper v0.1.0 |
| 626 | 2026-07-22T04:20:20.443Z | Downloaded chacha20 v0.9.1 |
| 627 | 2026-07-22T04:20:20.443Z | Downloaded hostname v0.3.1 |
| 628 | 2026-07-22T04:20:20.444Z | Downloaded futures-executor v0.3.32 |
| 629 | 2026-07-22T04:20:20.444Z | Downloaded cmake v0.1.57 |
| 630 | 2026-07-22T04:20:20.444Z | Downloaded ciborium v0.2.2 |
| 631 | 2026-07-22T04:20:20.444Z | Downloaded ahash v0.8.12 |
| 632 | 2026-07-22T04:20:20.444Z | Downloaded crc32fast v1.5.0 |
| 633 | 2026-07-22T04:20:20.444Z | Downloaded derive_builder v0.20.2 |
| 634 | 2026-07-22T04:20:20.444Z | Downloaded darling v0.21.3 |
| 635 | 2026-07-22T04:20:20.448Z | Downloaded const-oid v0.9.6 |
| 636 | 2026-07-22T04:20:20.448Z | Downloaded headers-core v0.3.0 |
| 637 | 2026-07-22T04:20:20.448Z | Downloaded foldhash v0.2.0 |
| 638 | 2026-07-22T04:20:20.448Z | Downloaded env_logger v0.11.9 |
| 639 | 2026-07-22T04:20:20.451Z | Downloaded ecdsa v0.17.0-rc.18 |
| 640 | 2026-07-22T04:20:20.451Z | Downloaded des v0.9.0 |
| 641 | 2026-07-22T04:20:20.452Z | Downloaded cipher v0.5.2 |
| 642 | 2026-07-22T04:20:20.455Z | Downloaded hex v0.4.3 |
| 643 | 2026-07-22T04:20:20.455Z | Downloaded erased-serde v0.3.31 |
| 644 | 2026-07-22T04:20:20.458Z | Downloaded bzip2 v0.4.4 |
| 645 | 2026-07-22T04:20:20.458Z | Downloaded fixedbitset v0.5.7 |
| 646 | 2026-07-22T04:20:20.458Z | Downloaded glob v0.3.3 |
| 647 | 2026-07-22T04:20:20.463Z | Downloaded ff v0.14.0 |
| 648 | 2026-07-22T04:20:20.463Z | Downloaded http-body v1.0.1 |
| 649 | 2026-07-22T04:20:20.463Z | Downloaded hash32 v0.3.1 |
| 650 | 2026-07-22T04:20:20.468Z | Downloaded colored v2.2.0 |
| 651 | 2026-07-22T04:20:20.469Z | Downloaded ff v0.13.1 |
| 652 | 2026-07-22T04:20:20.469Z | Downloaded home v0.5.12 |
| 653 | 2026-07-22T04:20:20.469Z | Downloaded hubpack v0.1.2 |
| 654 | 2026-07-22T04:20:20.475Z | Downloaded dropshot_endpoint v0.17.1 |
| 655 | 2026-07-22T04:20:20.475Z | Downloaded crossbeam-epoch v0.9.18 |
| 656 | 2026-07-22T04:20:20.475Z | Downloaded crossbeam-utils v0.8.21 |
| 657 | 2026-07-22T04:20:20.475Z | Downloaded cassowary v0.3.0 |
| 658 | 2026-07-22T04:20:20.475Z | Downloaded hyper-tls v0.6.0 |
| 659 | 2026-07-22T04:20:20.479Z | Downloaded httpdate v1.0.3 |
| 660 | 2026-07-22T04:20:20.479Z | Downloaded http-range v0.1.5 |
| 661 | 2026-07-22T04:20:20.479Z | Downloaded hex-literal v1.1.0 |
| 662 | 2026-07-22T04:20:20.479Z | Downloaded clang-sys v1.8.1 |
| 663 | 2026-07-22T04:20:20.479Z | Downloaded ident_case v1.0.1 |
| 664 | 2026-07-22T04:20:20.482Z | Downloaded hubpack_derive v0.1.1 |
| 665 | 2026-07-22T04:20:20.482Z | Downloaded group v0.14.0 |
| 666 | 2026-07-22T04:20:20.482Z | Downloaded crc-any v2.5.0 |
| 667 | 2026-07-22T04:20:20.488Z | Downloaded indoc v1.0.9 |
| 668 | 2026-07-22T04:20:20.488Z | Downloaded illumos-nvpair v0.3.0 |
| 669 | 2026-07-22T04:20:20.488Z | Downloaded diff v0.1.13 |
| 670 | 2026-07-22T04:20:20.488Z | Downloaded async-bb8-diesel v0.2.1 |
| 671 | 2026-07-22T04:20:20.491Z | Downloaded hash32 v0.2.1 |
| 672 | 2026-07-22T04:20:20.491Z | Downloaded const_format v0.2.35 |
| 673 | 2026-07-22T04:20:20.495Z | Downloaded idna_adapter v1.2.1 |
| 674 | 2026-07-22T04:20:20.495Z | Downloaded chacha20 v0.10.0 |
| 675 | 2026-07-22T04:20:20.495Z | Downloaded ctutils v0.4.2 |
| 676 | 2026-07-22T04:20:20.498Z | Downloaded is_ci v1.2.0 |
| 677 | 2026-07-22T04:20:20.498Z | Downloaded internet-checksum v0.2.1 |
| 678 | 2026-07-22T04:20:20.498Z | Downloaded instant v0.1.13 |
| 679 | 2026-07-22T04:20:20.501Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 680 | 2026-07-22T04:20:20.501Z | Downloaded instability v0.3.11 |
| 681 | 2026-07-22T04:20:20.501Z | Downloaded group v0.13.0 |
| 682 | 2026-07-22T04:20:20.504Z | Downloaded futures-channel v0.3.32 |
| 683 | 2026-07-22T04:20:20.504Z | Downloaded is-terminal v0.4.17 |
| 684 | 2026-07-22T04:20:20.504Z | Downloaded fs_extra v1.3.0 |
| 685 | 2026-07-22T04:20:20.507Z | Downloaded derive_more v0.99.20 |
| 686 | 2026-07-22T04:20:20.510Z | Downloaded kem v0.3.0 |
| 687 | 2026-07-22T04:20:20.511Z | Downloaded ar_archive_writer v0.5.1 |
| 688 | 2026-07-22T04:20:20.516Z | Downloaded csv-core v0.1.13 |
| 689 | 2026-07-22T04:20:20.516Z | Downloaded highway v1.3.0 |
| 690 | 2026-07-22T04:20:20.516Z | Downloaded globset v0.4.18 |
| 691 | 2026-07-22T04:20:20.516Z | Downloaded drift v0.2.0 |
| 692 | 2026-07-22T04:20:20.522Z | Downloaded keccak v0.1.6 |
| 693 | 2026-07-22T04:20:20.526Z | Downloaded http-body-util v0.1.3 |
| 694 | 2026-07-22T04:20:20.526Z | Downloaded indent_write v2.2.0 |
| 695 | 2026-07-22T04:20:20.526Z | Downloaded git-stub-vcs v0.1.0 |
| 696 | 2026-07-22T04:20:20.544Z | Downloaded console v0.16.2 |
| 697 | 2026-07-22T04:20:20.545Z | Downloaded lalrpop-util v0.19.12 |
| 698 | 2026-07-22T04:20:20.546Z | Downloaded kstat-rs v0.2.4 |
| 699 | 2026-07-22T04:20:20.546Z | Downloaded fatfs v0.3.6 |
| 700 | 2026-07-22T04:20:20.546Z | Downloaded const-oid v0.10.2 |
| 701 | 2026-07-22T04:20:20.546Z | Downloaded inout v0.2.2 |
| 702 | 2026-07-22T04:20:20.546Z | Downloaded hostname v0.4.2 |
| 703 | 2026-07-22T04:20:20.563Z | Downloaded cobs v0.3.0 |
| 704 | 2026-07-22T04:20:20.563Z | Downloaded inout v0.1.4 |
| 705 | 2026-07-22T04:20:20.563Z | Downloaded foreign-types v0.5.0 |
| 706 | 2026-07-22T04:20:20.563Z | Downloaded dtrace-parser v0.3.0 |
| 707 | 2026-07-22T04:20:20.563Z | Downloaded deranged v0.5.8 |
| 708 | 2026-07-22T04:20:20.563Z | Downloaded libscf-sys v1.1.0 |
| 709 | 2026-07-22T04:20:20.564Z | Downloaded lazy_static v1.5.0 |
| 710 | 2026-07-22T04:20:20.564Z | Downloaded managed v0.8.0 |
| 711 | 2026-07-22T04:20:20.582Z | Downloaded lru v0.12.5 |
| 712 | 2026-07-22T04:20:20.583Z | Downloaded linked-hash-map v0.5.6 |
| 713 | 2026-07-22T04:20:20.583Z | Downloaded humantime v2.3.0 |
| 714 | 2026-07-22T04:20:20.583Z | Downloaded fs-err v2.11.0 |
| 715 | 2026-07-22T04:20:20.583Z | Downloaded elliptic-curve v0.13.8 |
| 716 | 2026-07-22T04:20:20.583Z | Downloaded futures v0.3.32 |
| 717 | 2026-07-22T04:20:20.583Z | Downloaded bytes v1.11.1 |
| 718 | 2026-07-22T04:20:20.583Z | Downloaded match_cfg v0.1.0 |
| 719 | 2026-07-22T04:20:20.583Z | Downloaded lzss v0.8.2 |
| 720 | 2026-07-22T04:20:20.583Z | Downloaded lru-cache v0.1.2 |
| 721 | 2026-07-22T04:20:20.583Z | Downloaded memoffset v0.9.1 |
| 722 | 2026-07-22T04:20:20.583Z | Downloaded maybe-uninit v2.0.0 |
| 723 | 2026-07-22T04:20:20.591Z | Downloaded maplit v1.0.2 |
| 724 | 2026-07-22T04:20:20.591Z | Downloaded multimap v0.10.1 |
| 725 | 2026-07-22T04:20:20.591Z | Downloaded ingot v0.1.1 |
| 726 | 2026-07-22T04:20:20.591Z | Downloaded newline-converter v0.3.0 |
| 727 | 2026-07-22T04:20:20.591Z | Downloaded darling_core v0.13.4 |
| 728 | 2026-07-22T04:20:20.592Z | Downloaded newtype_derive v0.1.6 |
| 729 | 2026-07-22T04:20:20.592Z | Downloaded newtype-uuid-macros v0.1.0 |
| 730 | 2026-07-22T04:20:20.592Z | Downloaded lru-slab v0.1.2 |
| 731 | 2026-07-22T04:20:20.592Z | Downloaded new_debug_unreachable v1.0.6 |
| 732 | 2026-07-22T04:20:20.592Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 733 | 2026-07-22T04:20:20.592Z | Downloaded md5 v0.8.0 |
| 734 | 2026-07-22T04:20:20.592Z | Downloaded md-5 v0.10.6 |
| 735 | 2026-07-22T04:20:20.592Z | Downloaded getrandom v0.3.4 |
| 736 | 2026-07-22T04:20:20.592Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 737 | 2026-07-22T04:20:20.596Z | Downloaded hmac v0.13.0 |
| 738 | 2026-07-22T04:20:20.596Z | Downloaded hmac v0.12.1 |
| 739 | 2026-07-22T04:20:20.596Z | Downloaded hyper-rustls v0.27.7 |
| 740 | 2026-07-22T04:20:20.604Z | Downloaded half v1.8.3 |
| 741 | 2026-07-22T04:20:20.604Z | Downloaded generic-array v1.4.3 |
| 742 | 2026-07-22T04:20:20.604Z | Downloaded normalize-line-endings v0.3.0 |
| 743 | 2026-07-22T04:20:20.614Z | Downloaded nibble_vec v0.1.0 |
| 744 | 2026-07-22T04:20:20.614Z | Downloaded hybrid-array v0.4.13 |
| 745 | 2026-07-22T04:20:20.614Z | Downloaded getrandom v0.2.17 |
| 746 | 2026-07-22T04:20:20.615Z | Downloaded arc-swap v1.8.2 |
| 747 | 2026-07-22T04:20:20.616Z | Downloaded keccak v0.2.0 |
| 748 | 2026-07-22T04:20:20.651Z | Downloaded num v0.4.3 |
| 749 | 2026-07-22T04:20:20.651Z | Downloaded base64 v0.22.1 |
| 750 | 2026-07-22T04:20:20.651Z | Downloaded indoc v2.0.7 |
| 751 | 2026-07-22T04:20:20.652Z | Downloaded crypto-primes v0.7.2 |
| 752 | 2026-07-22T04:20:20.652Z | Downloaded libloading v0.8.9 |
| 753 | 2026-07-22T04:20:20.652Z | Downloaded hyper-staticfile v0.10.1 |
| 754 | 2026-07-22T04:20:20.652Z | Downloaded num-conv v0.2.0 |
| 755 | 2026-07-22T04:20:20.652Z | Downloaded num-derive v0.4.2 |
| 756 | 2026-07-22T04:20:20.659Z | Downloaded nonempty v0.12.0 |
| 757 | 2026-07-22T04:20:20.659Z | Downloaded num_threads v0.1.7 |
| 758 | 2026-07-22T04:20:20.659Z | Downloaded num-iter v0.1.45 |
| 759 | 2026-07-22T04:20:20.659Z | Downloaded num-derive v0.3.3 |
| 760 | 2026-07-22T04:20:20.659Z | Downloaded ipnet v2.11.0 |
| 761 | 2026-07-22T04:20:20.659Z | Downloaded olpc-cjson v0.1.4 |
| 762 | 2026-07-22T04:20:20.659Z | Downloaded linear-map v1.2.0 |
| 763 | 2026-07-22T04:20:20.660Z | Downloaded libsw-core v0.3.2 |
| 764 | 2026-07-22T04:20:20.660Z | Downloaded iana-time-zone v0.1.65 |
| 765 | 2026-07-22T04:20:20.660Z | Downloaded libefi-sys v0.1.0 |
| 766 | 2026-07-22T04:20:20.660Z | Downloaded ingot-types v0.1.2 |
| 767 | 2026-07-22T04:20:20.660Z | Downloaded crypto-bigint v0.5.5 |
| 768 | 2026-07-22T04:20:20.663Z | Downloaded oso-derive v0.27.3 |
| 769 | 2026-07-22T04:20:20.663Z | Downloaded darling_core v0.20.11 |
| 770 | 2026-07-22T04:20:20.663Z | Downloaded openssl-macros v0.1.1 |
| 771 | 2026-07-22T04:20:20.664Z | Downloaded native-tls v0.2.18 |
| 772 | 2026-07-22T04:20:20.681Z | Downloaded openssl-probe v0.1.6 |
| 773 | 2026-07-22T04:20:20.681Z | Downloaded num_enum_derive v0.5.11 |
| 774 | 2026-07-22T04:20:20.681Z | Downloaded openssl-probe v0.2.1 |
| 775 | 2026-07-22T04:20:20.681Z | Downloaded derive_more v2.1.1 |
| 776 | 2026-07-22T04:20:20.681Z | Downloaded multer v3.1.0 |
| 777 | 2026-07-22T04:20:20.682Z | Downloaded anstyle-parse v0.2.7 |
| 778 | 2026-07-22T04:20:20.682Z | Downloaded libsw v3.5.0 |
| 779 | 2026-07-22T04:20:20.682Z | Downloaded half v2.7.1 |
| 780 | 2026-07-22T04:20:20.693Z | Downloaded nodrop v0.1.14 |
| 781 | 2026-07-22T04:20:20.693Z | Downloaded nanorand v0.7.0 |
| 782 | 2026-07-22T04:20:20.693Z | Downloaded opaque-debug v0.3.1 |
| 783 | 2026-07-22T04:20:20.693Z | Downloaded darling_core v0.23.0 |
| 784 | 2026-07-22T04:20:20.693Z | Downloaded module-lattice v0.2.3 |
| 785 | 2026-07-22T04:20:20.693Z | Downloaded der v0.7.10 |
| 786 | 2026-07-22T04:20:20.694Z | Downloaded parse-size v1.1.0 |
| 787 | 2026-07-22T04:20:20.694Z | Downloaded newtype-uuid v1.3.2 |
| 788 | 2026-07-22T04:20:20.694Z | Downloaded mime_guess v2.0.5 |
| 789 | 2026-07-22T04:20:20.694Z | Downloaded mime v0.3.17 |
| 790 | 2026-07-22T04:20:20.701Z | Downloaded ipnetwork v0.21.1 |
| 791 | 2026-07-22T04:20:20.701Z | Downloaded password-hash v0.6.1 |
| 792 | 2026-07-22T04:20:20.701Z | Downloaded jobserver v0.1.34 |
| 793 | 2026-07-22T04:20:20.701Z | Downloaded ingot-macros v0.1.1 |
| 794 | 2026-07-22T04:20:20.701Z | Downloaded num_enum v0.7.6 |
| 795 | 2026-07-22T04:20:20.701Z | Downloaded path-slash v0.1.5 |
| 796 | 2026-07-22T04:20:20.701Z | Downloaded flume v0.11.1 |
| 797 | 2026-07-22T04:20:20.709Z | Downloaded parse-display v0.10.0 |
| 798 | 2026-07-22T04:20:20.709Z | Downloaded packed_struct_codegen v0.10.1 |
| 799 | 2026-07-22T04:20:20.709Z | Downloaded lock_api v0.4.14 |
| 800 | 2026-07-22T04:20:20.709Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-07-22T04:20:20.709Z | Downloaded memmap2 v0.9.10 |
| 802 | 2026-07-22T04:20:20.720Z | Downloaded indexmap v1.9.3 |
| 803 | 2026-07-22T04:20:20.720Z | Downloaded litrs v1.0.0 |
| 804 | 2026-07-22T04:20:20.720Z | Downloaded phf_shared v0.11.3 |
| 805 | 2026-07-22T04:20:20.722Z | Downloaded phf_shared v0.13.1 |
| 806 | 2026-07-22T04:20:20.722Z | Downloaded heapless v0.8.0 |
| 807 | 2026-07-22T04:20:20.739Z | Downloaded cc v1.2.56 |
| 808 | 2026-07-22T04:20:20.739Z | Downloaded flate2 v1.1.9 |
| 809 | 2026-07-22T04:20:20.739Z | Downloaded powerfmt v0.2.0 |
| 810 | 2026-07-22T04:20:20.739Z | Downloaded percent-encoding v2.3.2 |
| 811 | 2026-07-22T04:20:20.739Z | Downloaded peg-runtime v0.8.5 |
| 812 | 2026-07-22T04:20:20.740Z | Downloaded phf_shared v0.12.1 |
| 813 | 2026-07-22T04:20:20.740Z | Downloaded diesel_derives v2.3.7 |
| 814 | 2026-07-22T04:20:20.770Z | Downloaded num_enum v0.5.11 |
| 815 | 2026-07-22T04:20:20.770Z | Downloaded litemap v0.8.1 |
| 816 | 2026-07-22T04:20:20.770Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 817 | 2026-07-22T04:20:20.770Z | Downloaded oxide-update-engine v0.1.2 |
| 818 | 2026-07-22T04:20:20.770Z | Downloaded owo-colors v4.3.0 |
| 819 | 2026-07-22T04:20:20.770Z | Downloaded num_enum_derive v0.7.6 |
| 820 | 2026-07-22T04:20:20.770Z | Downloaded ml-kem v0.3.2 |
| 821 | 2026-07-22T04:20:20.770Z | Downloaded derive_more-impl v2.1.1 |
| 822 | 2026-07-22T04:20:20.771Z | Downloaded precomputed-hash v0.1.1 |
| 823 | 2026-07-22T04:20:20.771Z | Downloaded potential_utf v0.1.4 |
| 824 | 2026-07-22T04:20:20.771Z | Downloaded ignore v0.4.25 |
| 825 | 2026-07-22T04:20:20.771Z | Downloaded icu_properties v2.1.2 |
| 826 | 2026-07-22T04:20:20.771Z | Downloaded packed_struct v0.10.1 |
| 827 | 2026-07-22T04:20:20.771Z | Downloaded oxnet v0.1.6 |
| 828 | 2026-07-22T04:20:20.771Z | Downloaded num-integer v0.1.46 |
| 829 | 2026-07-22T04:20:20.771Z | Downloaded nu-ansi-term v0.50.3 |
| 830 | 2026-07-22T04:20:20.771Z | Downloaded num-rational v0.4.2 |
| 831 | 2026-07-22T04:20:20.771Z | Downloaded httparse v1.10.1 |
| 832 | 2026-07-22T04:20:20.771Z | Downloaded oxide-update-engine-display v0.1.2 |
| 833 | 2026-07-22T04:20:20.771Z | Downloaded chacha20poly1305 v0.10.1 |
| 834 | 2026-07-22T04:20:20.771Z | Downloaded peg v0.8.5 |
| 835 | 2026-07-22T04:20:20.780Z | Downloaded pbkdf2 v0.13.0 |
| 836 | 2026-07-22T04:20:20.780Z | Downloaded password-hash v0.5.0 |
| 837 | 2026-07-22T04:20:20.781Z | Downloaded num-complex v0.4.6 |
| 838 | 2026-07-22T04:20:20.781Z | Downloaded progenitor-client v0.14.0 |
| 839 | 2026-07-22T04:20:20.781Z | Downloaded crossbeam-channel v0.5.15 |
| 840 | 2026-07-22T04:20:20.796Z | Downloaded icu_locale_core v2.1.1 |
| 841 | 2026-07-22T04:20:20.796Z | Downloaded oxide-tokio-rt v0.1.4 |
| 842 | 2026-07-22T04:20:20.796Z | Downloaded proc-macro-crate v1.3.1 |
| 843 | 2026-07-22T04:20:20.796Z | Downloaded predicates-tree v1.0.13 |
| 844 | 2026-07-22T04:20:20.796Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 845 | 2026-07-22T04:20:20.797Z | Downloaded phf v0.13.1 |
| 846 | 2026-07-22T04:20:20.797Z | Downloaded phc v0.6.1 |
| 847 | 2026-07-22T04:20:20.797Z | Downloaded libbz2-rs-sys v0.2.2 |
| 848 | 2026-07-22T04:20:20.797Z | Downloaded parking_lot_core v0.8.6 |
| 849 | 2026-07-22T04:20:20.797Z | Downloaded psl-types v2.0.11 |
| 850 | 2026-07-22T04:20:20.808Z | Downloaded progenitor-macro v0.14.0 |
| 851 | 2026-07-22T04:20:20.808Z | Downloaded poly1305 v0.8.0 |
| 852 | 2026-07-22T04:20:20.808Z | Downloaded proc-macro-crate v3.4.0 |
| 853 | 2026-07-22T04:20:20.808Z | Downloaded peg-macros v0.8.5 |
| 854 | 2026-07-22T04:20:20.808Z | Downloaded headers v0.4.1 |
| 855 | 2026-07-22T04:20:20.809Z | Downloaded radium v0.7.0 |
| 856 | 2026-07-22T04:20:20.809Z | Downloaded progenitor-macro v0.13.0 |
| 857 | 2026-07-22T04:20:20.809Z | Downloaded pem-rfc7468 v0.7.0 |
| 858 | 2026-07-22T04:20:20.809Z | Downloaded heapless v0.7.17 |
| 859 | 2026-07-22T04:20:20.817Z | Downloaded ed25519-dalek v2.2.0 |
| 860 | 2026-07-22T04:20:20.817Z | Downloaded der v0.8.0 |
| 861 | 2026-07-22T04:20:20.817Z | Downloaded pem v3.0.6 |
| 862 | 2026-07-22T04:20:20.817Z | Downloaded port-file v0.1.0 |
| 863 | 2026-07-22T04:20:20.817Z | Downloaded base64 v0.21.7 |
| 864 | 2026-07-22T04:20:20.817Z | Downloaded pkg-config v0.3.32 |
| 865 | 2026-07-22T04:20:20.822Z | Downloaded quick-error v1.2.3 |
| 866 | 2026-07-22T04:20:20.822Z | Downloaded predicates-core v1.0.10 |
| 867 | 2026-07-22T04:20:20.822Z | Downloaded hickory-resolver v0.25.2 |
| 868 | 2026-07-22T04:20:20.822Z | Downloaded polyval v0.7.1 |
| 869 | 2026-07-22T04:20:20.826Z | Downloaded pin-project-internal v1.1.11 |
| 870 | 2026-07-22T04:20:20.826Z | Downloaded predicates v3.1.4 |
| 871 | 2026-07-22T04:20:20.829Z | Downloaded hickory-resolver v0.24.4 |
| 872 | 2026-07-22T04:20:20.833Z | Downloaded rand_chacha v0.3.1 |
| 873 | 2026-07-22T04:20:20.834Z | Downloaded pkcs8 v0.10.2 |
| 874 | 2026-07-22T04:20:20.837Z | Downloaded icu_provider v2.1.1 |
| 875 | 2026-07-22T04:20:20.837Z | Downloaded primeorder v0.14.0-rc.10 |
| 876 | 2026-07-22T04:20:20.837Z | Downloaded parking_lot_core v0.9.12 |
| 877 | 2026-07-22T04:20:20.840Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 878 | 2026-07-22T04:20:20.841Z | Downloaded rand_xorshift v0.4.0 |
| 879 | 2026-07-22T04:20:20.841Z | Downloaded primefield v0.14.0 |
| 880 | 2026-07-22T04:20:20.841Z | Downloaded postgres-protocol v0.6.10 |
| 881 | 2026-07-22T04:20:20.844Z | Downloaded progenitor v0.13.0 |
| 882 | 2026-07-22T04:20:20.844Z | Downloaded proc-macro-error2 v2.0.1 |
| 883 | 2026-07-22T04:20:20.848Z | Downloaded indicatif v0.18.4 |
| 884 | 2026-07-22T04:20:20.848Z | Downloaded paste v1.0.15 |
| 885 | 2026-07-22T04:20:20.862Z | Downloaded pem-rfc7468 v1.0.0 |
| 886 | 2026-07-22T04:20:20.862Z | Downloaded icu_normalizer_data v2.1.1 |
| 887 | 2026-07-22T04:20:20.862Z | Downloaded ref-cast v1.0.25 |
| 888 | 2026-07-22T04:20:20.862Z | Downloaded recursive v0.1.1 |
| 889 | 2026-07-22T04:20:20.862Z | Downloaded parking_lot v0.12.5 |
| 890 | 2026-07-22T04:20:20.866Z | Downloaded parking_lot v0.11.2 |
| 891 | 2026-07-22T04:20:20.866Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 892 | 2026-07-22T04:20:20.866Z | Downloaded icu_normalizer v2.1.1 |
| 893 | 2026-07-22T04:20:20.866Z | Downloaded rfc6979 v0.4.0 |
| 894 | 2026-07-22T04:20:20.866Z | Downloaded phf v0.12.1 |
| 895 | 2026-07-22T04:20:20.867Z | Downloaded hashbrown v0.13.2 |
| 896 | 2026-07-22T04:20:20.874Z | Downloaded ppv-lite86 v0.2.21 |
| 897 | 2026-07-22T04:20:20.874Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-07-22T04:20:20.874Z | Downloaded r2d2 v0.8.10 |
| 899 | 2026-07-22T04:20:20.889Z | Downloaded aes v0.9.1 |
| 900 | 2026-07-22T04:20:20.889Z | Downloaded jiff-static v0.2.21 |
| 901 | 2026-07-22T04:20:20.889Z | Downloaded miniz_oxide v0.8.9 |
| 902 | 2026-07-22T04:20:20.889Z | Downloaded progenitor-client v0.13.0 |
| 903 | 2026-07-22T04:20:20.891Z | Downloaded progenitor v0.14.0 |
| 904 | 2026-07-22T04:20:20.898Z | Downloaded postcard v1.1.3 |
| 905 | 2026-07-22T04:20:20.898Z | Downloaded russh-cryptovec v0.61.0 |
| 906 | 2026-07-22T04:20:20.899Z | Downloaded oso v0.27.3 |
| 907 | 2026-07-22T04:20:20.899Z | Downloaded rustc-hash v2.1.1 |
| 908 | 2026-07-22T04:20:20.899Z | Downloaded aho-corasick v1.1.4 |
| 909 | 2026-07-22T04:20:20.899Z | Downloaded rfc6979 v0.5.0 |
| 910 | 2026-07-22T04:20:20.899Z | Downloaded postgres-types v0.2.12 |
| 911 | 2026-07-22T04:20:20.899Z | Downloaded russh-util v0.52.0 |
| 912 | 2026-07-22T04:20:20.899Z | Downloaded rand_seeder v0.4.0 |
| 913 | 2026-07-22T04:20:20.899Z | Downloaded rand_core v0.10.0 |
| 914 | 2026-07-22T04:20:20.899Z | Downloaded rand_core v0.6.4 |
| 915 | 2026-07-22T04:20:20.899Z | Downloaded omicron-zone-package v0.12.3 |
| 916 | 2026-07-22T04:20:20.904Z | Downloaded rustc_version v0.1.7 |
| 917 | 2026-07-22T04:20:20.904Z | Downloaded rtoolbox v0.0.3 |
| 918 | 2026-07-22T04:20:20.904Z | Downloaded rand_core v0.9.5 |
| 919 | 2026-07-22T04:20:20.905Z | Downloaded rand_chacha v0.9.0 |
| 920 | 2026-07-22T04:20:20.905Z | Downloaded poly1305 v0.9.0 |
| 921 | 2026-07-22T04:20:20.910Z | Downloaded pkcs8 v0.11.0 |
| 922 | 2026-07-22T04:20:20.910Z | Downloaded icu_collections v2.1.1 |
| 923 | 2026-07-22T04:20:20.910Z | Downloaded pin-project-lite v0.2.17 |
| 924 | 2026-07-22T04:20:20.918Z | Downloaded primeorder v0.13.6 |
| 925 | 2026-07-22T04:20:20.918Z | Downloaded expectorate v1.2.0 |
| 926 | 2026-07-22T04:20:20.927Z | Downloaded num-traits v0.2.19 |
| 927 | 2026-07-22T04:20:20.928Z | Downloaded oxide-update-engine-types v0.1.2 |
| 928 | 2026-07-22T04:20:20.928Z | Downloaded ref-cast-impl v1.0.25 |
| 929 | 2026-07-22T04:20:20.928Z | Downloaded scheduled-thread-pool v0.2.7 |
| 930 | 2026-07-22T04:20:20.928Z | Downloaded sapling-renderdag v0.1.0 |
| 931 | 2026-07-22T04:20:20.932Z | Downloaded same-file v1.0.6 |
| 932 | 2026-07-22T04:20:20.932Z | Downloaded resolv-conf v0.7.6 |
| 933 | 2026-07-22T04:20:20.932Z | Downloaded http v1.4.2 |
| 934 | 2026-07-22T04:20:20.935Z | Downloaded pkcs5 v0.8.1 |
| 935 | 2026-07-22T04:20:20.935Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-07-22T04:20:20.938Z | Downloaded psm v0.1.30 |
| 937 | 2026-07-22T04:20:20.939Z | Downloaded hashbrown v0.12.3 |
| 938 | 2026-07-22T04:20:20.941Z | Downloaded serde-big-array v0.5.1 |
| 939 | 2026-07-22T04:20:20.944Z | Downloaded scroll_derive v0.13.1 |
| 940 | 2026-07-22T04:20:20.944Z | Downloaded rustc_version v0.4.1 |
| 941 | 2026-07-22T04:20:20.944Z | Downloaded semver v0.1.20 |
| 942 | 2026-07-22T04:20:20.944Z | Downloaded pin-project v1.1.11 |
| 943 | 2026-07-22T04:20:20.952Z | Downloaded quinn-udp v0.5.14 |
| 944 | 2026-07-22T04:20:20.955Z | Downloaded dropshot-api-manager v0.7.2 |
| 945 | 2026-07-22T04:20:20.958Z | Downloaded p256 v0.14.0-rc.10 |
| 946 | 2026-07-22T04:20:20.958Z | Downloaded parse-display-derive v0.10.0 |
| 947 | 2026-07-22T04:20:20.962Z | Downloaded papergrid v0.17.0 |
| 948 | 2026-07-22T04:20:20.976Z | Downloaded rusty-fork v0.3.1 |
| 949 | 2026-07-22T04:20:20.976Z | Downloaded scopeguard v1.2.0 |
| 950 | 2026-07-22T04:20:20.976Z | Downloaded secrecy v0.10.3 |
| 951 | 2026-07-22T04:20:20.976Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-07-22T04:20:20.980Z | Downloaded serde_repr v0.1.20 |
| 953 | 2026-07-22T04:20:20.980Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-07-22T04:20:20.981Z | Downloaded openssl-sys v0.9.115 |
| 955 | 2026-07-22T04:20:20.981Z | Downloaded sha1 v0.10.6 |
| 956 | 2026-07-22T04:20:20.981Z | Downloaded signal-hook-mio v0.2.5 |
| 957 | 2026-07-22T04:20:20.981Z | Downloaded serde_urlencoded v0.7.1 |
| 958 | 2026-07-22T04:20:20.981Z | Downloaded sha1 v0.11.0 |
| 959 | 2026-07-22T04:20:20.981Z | Downloaded serde_spanned v1.1.1 |
| 960 | 2026-07-22T04:20:20.981Z | Downloaded serde_bytes v0.11.19 |
| 961 | 2026-07-22T04:20:20.981Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-07-22T04:20:20.986Z | Downloaded rustls-pemfile v2.2.0 |
| 963 | 2026-07-22T04:20:20.986Z | Downloaded hickory-server v0.25.2 |
| 964 | 2026-07-22T04:20:20.986Z | Downloaded crossterm v0.28.1 |
| 965 | 2026-07-22T04:20:21.003Z | Downloaded signal-hook-tokio v0.3.1 |
| 966 | 2026-07-22T04:20:21.009Z | Downloaded signature v2.2.0 |
| 967 | 2026-07-22T04:20:21.009Z | Downloaded shell-words v1.1.1 |
| 968 | 2026-07-22T04:20:21.009Z | Downloaded minimal-lexical v0.2.1 |
| 969 | 2026-07-22T04:20:21.014Z | Downloaded signature v3.0.0 |
| 970 | 2026-07-22T04:20:21.014Z | Downloaded sigpipe v0.1.3 |
| 971 | 2026-07-22T04:20:21.014Z | Downloaded progenitor-impl v0.14.0 |
| 972 | 2026-07-22T04:20:21.023Z | Downloaded scroll v0.13.0 |
| 973 | 2026-07-22T04:20:21.029Z | Downloaded progenitor-impl v0.13.0 |
| 974 | 2026-07-22T04:20:21.029Z | Downloaded slog-bunyan v2.5.0 |
| 975 | 2026-07-22T04:20:21.032Z | Downloaded schemars_derive v0.8.22 |
| 976 | 2026-07-22T04:20:21.032Z | Downloaded slog-envlogger v2.2.0 |
| 977 | 2026-07-22T04:20:21.032Z | Downloaded siphasher v1.0.2 |
| 978 | 2026-07-22T04:20:21.037Z | Downloaded p384 v0.14.0-rc.10 |
| 979 | 2026-07-22T04:20:21.041Z | Downloaded sec1 v0.7.3 |
| 980 | 2026-07-22T04:20:21.041Z | Downloaded scrypt v0.12.0 |
| 981 | 2026-07-22T04:20:21.044Z | Downloaded rpassword v7.5.4 |
| 982 | 2026-07-22T04:20:21.044Z | Downloaded serde_derive_internals v0.29.1 |
| 983 | 2026-07-22T04:20:21.054Z | Downloaded hyper-util v0.1.20 |
| 984 | 2026-07-22T04:20:21.054Z | Downloaded rustversion v1.0.22 |
| 985 | 2026-07-22T04:20:21.058Z | Downloaded serde-hex v0.1.0 |
| 986 | 2026-07-22T04:20:21.058Z | Downloaded sqlparser_derive v0.5.0 |
| 987 | 2026-07-22T04:20:21.058Z | Downloaded sec1 v0.8.1 |
| 988 | 2026-07-22T04:20:21.058Z | Downloaded serde_path_to_error v0.1.20 |
| 989 | 2026-07-22T04:20:21.058Z | Downloaded stable_deref_trait v1.2.1 |
| 990 | 2026-07-22T04:20:21.063Z | Downloaded num-bigint v0.4.6 |
| 991 | 2026-07-22T04:20:21.063Z | Downloaded serde_with_macros v1.5.2 |
| 992 | 2026-07-22T04:20:21.063Z | Downloaded serdect v0.4.3 |
| 993 | 2026-07-22T04:20:21.067Z | Downloaded salsa20 v0.11.0 |
| 994 | 2026-07-22T04:20:21.068Z | Downloaded rustls-native-certs v0.8.3 |
| 995 | 2026-07-22T04:20:21.073Z | Downloaded prettyplease v0.2.37 |
| 996 | 2026-07-22T04:20:21.077Z | Downloaded rustls-pki-types v1.14.0 |
| 997 | 2026-07-22T04:20:21.077Z | Downloaded prefix-trie v0.7.0 |
| 998 | 2026-07-22T04:20:21.077Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 999 | 2026-07-22T04:20:21.081Z | Downloaded rcgen v0.12.1 |
| 1000 | 2026-07-22T04:20:21.081Z | Downloaded aws-lc-rs v1.16.3 |
| 1001 | 2026-07-22T04:20:21.087Z | Downloaded strum v0.27.2 |
| 1002 | 2026-07-22T04:20:21.096Z | Downloaded strum v0.26.3 |
| 1003 | 2026-07-22T04:20:21.097Z | Downloaded structmeta-derive v0.3.0 |
| 1004 | 2026-07-22T04:20:21.097Z | Downloaded structmeta v0.3.0 |
| 1005 | 2026-07-22T04:20:21.097Z | Downloaded supports-color v3.0.2 |
| 1006 | 2026-07-22T04:20:21.101Z | Downloaded simd-adler32 v0.3.8 |
| 1007 | 2026-07-22T04:20:21.101Z | Downloaded hashbrown v0.15.5 |
| 1008 | 2026-07-22T04:20:21.101Z | Downloaded shlex v1.3.0 |
| 1009 | 2026-07-22T04:20:21.101Z | Downloaded mio v1.2.0 |
| 1010 | 2026-07-22T04:20:21.101Z | Downloaded hashbrown v0.16.1 |
| 1011 | 2026-07-22T04:20:21.121Z | Downloaded subtle v2.6.1 |
| 1012 | 2026-07-22T04:20:21.121Z | Downloaded slog-stdlog v4.1.1 |
| 1013 | 2026-07-22T04:20:21.121Z | Downloaded slog-json v2.6.1 |
| 1014 | 2026-07-22T04:20:21.138Z | Downloaded slog-dtrace v0.3.0 |
| 1015 | 2026-07-22T04:20:21.139Z | Downloaded sync_wrapper v1.0.2 |
| 1016 | 2026-07-22T04:20:21.139Z | Downloaded serde_cbor v0.11.2 |
| 1017 | 2026-07-22T04:20:21.140Z | Downloaded sync-ptr v0.1.4 |
| 1018 | 2026-07-22T04:20:21.140Z | Downloaded smf v0.2.3 |
| 1019 | 2026-07-22T04:20:21.140Z | Downloaded tagptr v0.2.0 |
| 1020 | 2026-07-22T04:20:21.140Z | Downloaded tabwriter v1.4.1 |
| 1021 | 2026-07-22T04:20:21.140Z | Downloaded smallvec v0.6.14 |
| 1022 | 2026-07-22T04:20:21.140Z | Downloaded slog-async v2.8.0 |
| 1023 | 2026-07-22T04:20:21.140Z | Downloaded slab v0.4.12 |
| 1024 | 2026-07-22T04:20:21.140Z | Downloaded serde_with_macros v3.21.0 |
| 1025 | 2026-07-22T04:20:21.141Z | Downloaded strsim v0.10.0 |
| 1026 | 2026-07-22T04:20:21.141Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1027 | 2026-07-22T04:20:21.141Z | Downloaded spki v0.7.3 |
| 1028 | 2026-07-22T04:20:21.141Z | Downloaded signal-hook-registry v1.4.8 |
| 1029 | 2026-07-22T04:20:21.141Z | Downloaded bitvec v1.0.1 |
| 1030 | 2026-07-22T04:20:21.148Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1031 | 2026-07-22T04:20:21.148Z | Downloaded tap v1.0.1 |
| 1032 | 2026-07-22T04:20:21.148Z | Downloaded take_mut v0.2.2 |
| 1033 | 2026-07-22T04:20:21.148Z | Downloaded itertools v0.10.5 |
| 1034 | 2026-07-22T04:20:21.148Z | Downloaded aes-gcm v0.11.0 |
| 1035 | 2026-07-22T04:20:21.149Z | Downloaded termtree v0.5.1 |
| 1036 | 2026-07-22T04:20:21.149Z | Downloaded spki v0.8.0 |
| 1037 | 2026-07-22T04:20:21.149Z | Downloaded snafu-derive v0.8.9 |
| 1038 | 2026-07-22T04:20:21.149Z | Downloaded sqlformat v0.3.5 |
| 1039 | 2026-07-22T04:20:21.156Z | Downloaded ron v0.8.1 |
| 1040 | 2026-07-22T04:20:21.158Z | Downloaded testing_table v0.3.0 |
| 1041 | 2026-07-22T04:20:21.158Z | Downloaded stacker v0.1.23 |
| 1042 | 2026-07-22T04:20:21.158Z | Downloaded tabled_derive v0.11.0 |
| 1043 | 2026-07-22T04:20:21.158Z | Downloaded stringprep v0.1.5 |
| 1044 | 2026-07-22T04:20:21.158Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1045 | 2026-07-22T04:20:21.170Z | Downloaded time-core v0.1.8 |
| 1046 | 2026-07-22T04:20:21.171Z | Downloaded thread-id v5.1.0 |
| 1047 | 2026-07-22T04:20:21.171Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-07-22T04:20:21.171Z | Downloaded nom v7.1.3 |
| 1049 | 2026-07-22T04:20:21.178Z | Downloaded strum_macros v0.26.4 |
| 1050 | 2026-07-22T04:20:21.178Z | Downloaded static_assertions v1.1.0 |
| 1051 | 2026-07-22T04:20:21.178Z | Downloaded rand v0.8.6 |
| 1052 | 2026-07-22T04:20:21.178Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1053 | 2026-07-22T04:20:21.178Z | Downloaded libxml v0.3.3 |
| 1054 | 2026-07-22T04:20:21.179Z | Downloaded tokio-macros v2.7.0 |
| 1055 | 2026-07-22T04:20:21.188Z | Downloaded slog-term v2.9.2 |
| 1056 | 2026-07-22T04:20:21.189Z | Downloaded slog-scope v4.4.1 |
| 1057 | 2026-07-22T04:20:21.189Z | Downloaded tinyvec_macros v0.1.1 |
| 1058 | 2026-07-22T04:20:21.189Z | Downloaded strum_macros v0.27.2 |
| 1059 | 2026-07-22T04:20:21.189Z | Downloaded strum_macros v0.24.3 |
| 1060 | 2026-07-22T04:20:21.195Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1061 | 2026-07-22T04:20:21.195Z | Downloaded support-bundle-viewer v0.1.2 |
| 1062 | 2026-07-22T04:20:21.195Z | Downloaded publicsuffix v2.3.0 |
| 1063 | 2026-07-22T04:20:21.195Z | Downloaded synstructure v0.13.2 |
| 1064 | 2026-07-22T04:20:21.195Z | Downloaded tower-layer v0.3.3 |
| 1065 | 2026-07-22T04:20:21.203Z | Downloaded bindgen v0.71.1 |
| 1066 | 2026-07-22T04:20:21.203Z | Downloaded tokio-test v0.4.5 |
| 1067 | 2026-07-22T04:20:21.209Z | Downloaded termios v0.3.3 |
| 1068 | 2026-07-22T04:20:21.209Z | Downloaded quinn v0.11.9 |
| 1069 | 2026-07-22T04:20:21.209Z | Downloaded itertools v0.13.0 |
| 1070 | 2026-07-22T04:20:21.217Z | Downloaded rayon-core v1.13.0 |
| 1071 | 2026-07-22T04:20:21.217Z | Downloaded qorb v0.4.1 |
| 1072 | 2026-07-22T04:20:21.217Z | Downloaded iri-string v0.7.10 |
| 1073 | 2026-07-22T04:20:21.222Z | Downloaded tower-service v0.3.3 |
| 1074 | 2026-07-22T04:20:21.222Z | Downloaded topological-sort v0.2.2 |
| 1075 | 2026-07-22T04:20:21.222Z | Downloaded try-lock v0.2.5 |
| 1076 | 2026-07-22T04:20:21.222Z | Downloaded hyper v1.10.1 |
| 1077 | 2026-07-22T04:20:21.227Z | Downloaded trait-variant v0.1.2 |
| 1078 | 2026-07-22T04:20:21.227Z | Downloaded spin v0.9.8 |
| 1079 | 2026-07-22T04:20:21.237Z | Downloaded thiserror-no-std v2.0.2 |
| 1080 | 2026-07-22T04:20:21.237Z | Downloaded sha2 v0.11.0 |
| 1081 | 2026-07-22T04:20:21.237Z | Downloaded h2 v0.4.15 |
| 1082 | 2026-07-22T04:20:21.257Z | Downloaded unarray v0.1.4 |
| 1083 | 2026-07-22T04:20:21.257Z | Downloaded signal-hook v0.3.18 |
| 1084 | 2026-07-22T04:20:21.257Z | Downloaded pretty_assertions v1.4.1 |
| 1085 | 2026-07-22T04:20:21.257Z | Downloaded typify-macro v0.6.2 |
| 1086 | 2026-07-22T04:20:21.258Z | Downloaded tinystr v0.8.2 |
| 1087 | 2026-07-22T04:20:21.258Z | Downloaded tls_codec_derive v0.4.2 |
| 1088 | 2026-07-22T04:20:21.258Z | Downloaded tokio-dtrace v0.1.1 |
| 1089 | 2026-07-22T04:20:21.263Z | Downloaded ryu v1.0.23 |
| 1090 | 2026-07-22T04:20:21.263Z | Downloaded time-macros v0.2.27 |
| 1091 | 2026-07-22T04:20:21.263Z | Downloaded tls_codec v0.4.2 |
| 1092 | 2026-07-22T04:20:21.263Z | Downloaded tiny-keccak v2.0.2 |
| 1093 | 2026-07-22T04:20:21.263Z | Downloaded universal-hash v0.6.1 |
| 1094 | 2026-07-22T04:20:21.263Z | Downloaded utf-8 v0.7.6 |
| 1095 | 2026-07-22T04:20:21.263Z | Downloaded unicode-xid v0.2.6 |
| 1096 | 2026-07-22T04:20:21.263Z | Downloaded schemars v0.8.22 |
| 1097 | 2026-07-22T04:20:21.263Z | Downloaded usdt-macro v0.6.0 |
| 1098 | 2026-07-22T04:20:21.263Z | Downloaded tokio-tungstenite v0.21.0 |
| 1099 | 2026-07-22T04:20:21.268Z | Downloaded schemars v0.9.0 |
| 1100 | 2026-07-22T04:20:21.273Z | Downloaded rustls-webpki v0.103.13 |
| 1101 | 2026-07-22T04:20:21.279Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-07-22T04:20:21.280Z | Downloaded term v1.2.1 |
| 1103 | 2026-07-22T04:20:21.280Z | Downloaded usdt v0.6.0 |
| 1104 | 2026-07-22T04:20:21.280Z | Downloaded untrusted v0.9.0 |
| 1105 | 2026-07-22T04:20:21.280Z | Downloaded itertools v0.14.0 |
| 1106 | 2026-07-22T04:20:21.285Z | Downloaded usdt-attr-macro v0.6.0 |
| 1107 | 2026-07-22T04:20:21.285Z | Downloaded tokio-tungstenite v0.23.1 |
| 1108 | 2026-07-22T04:20:21.285Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1109 | 2026-07-22T04:20:21.291Z | Downloaded void v1.0.2 |
| 1110 | 2026-07-22T04:20:21.291Z | Downloaded utf8_iter v1.0.4 |
| 1111 | 2026-07-22T04:20:21.291Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1112 | 2026-07-22T04:20:21.291Z | Downloaded term v0.7.0 |
| 1113 | 2026-07-22T04:20:21.291Z | Downloaded untrusted v0.7.1 |
| 1114 | 2026-07-22T04:20:21.296Z | Downloaded universal-hash v0.5.1 |
| 1115 | 2026-07-22T04:20:21.296Z | Downloaded unit-prefix v0.5.2 |
| 1116 | 2026-07-22T04:20:21.296Z | Downloaded nom v8.0.0 |
| 1117 | 2026-07-22T04:20:21.296Z | Downloaded socket2 v0.5.10 |
| 1118 | 2026-07-22T04:20:21.300Z | Downloaded itertools v0.12.1 |
| 1119 | 2026-07-22T04:20:21.307Z | Downloaded idna v1.1.0 |
| 1120 | 2026-07-22T04:20:21.307Z | Downloaded rand v0.9.2 |
| 1121 | 2026-07-22T04:20:21.313Z | Downloaded unicode-truncate v1.1.0 |
| 1122 | 2026-07-22T04:20:21.313Z | Downloaded waitgroup v0.1.2 |
| 1123 | 2026-07-22T04:20:21.313Z | Downloaded p521 v0.14.0-rc.10 |
| 1124 | 2026-07-22T04:20:21.313Z | Downloaded hkdf v0.13.0 |
| 1125 | 2026-07-22T04:20:21.313Z | Downloaded want v0.3.1 |
| 1126 | 2026-07-22T04:20:21.316Z | Downloaded wait-timeout v0.2.1 |
| 1127 | 2026-07-22T04:20:21.316Z | Downloaded hkdf v0.12.4 |
| 1128 | 2026-07-22T04:20:21.317Z | Downloaded thread_local v1.1.9 |
| 1129 | 2026-07-22T04:20:21.317Z | Downloaded tokio-stream v0.1.18 |
| 1130 | 2026-07-22T04:20:21.320Z | Downloaded unicase v2.9.0 |
| 1131 | 2026-07-22T04:20:21.321Z | Downloaded tokio-native-tls v0.3.1 |
| 1132 | 2026-07-22T04:20:21.321Z | Downloaded libm v0.2.16 |
| 1133 | 2026-07-22T04:20:21.326Z | Downloaded xshell-macros v0.2.7 |
| 1134 | 2026-07-22T04:20:21.333Z | Downloaded slog v2.8.2 |
| 1135 | 2026-07-22T04:20:21.333Z | Downloaded num-bigint-dig v0.8.6 |
| 1136 | 2026-07-22T04:20:21.337Z | Downloaded string_cache v0.8.9 |
| 1137 | 2026-07-22T04:20:21.337Z | Downloaded similar v2.7.0 |
| 1138 | 2026-07-22T04:20:21.337Z | Downloaded zerofrom v0.1.6 |
| 1139 | 2026-07-22T04:20:21.337Z | Downloaded yoke-derive v0.8.1 |
| 1140 | 2026-07-22T04:20:21.337Z | Downloaded samael v0.0.19 |
| 1141 | 2026-07-22T04:20:21.340Z | Downloaded blake3 v1.8.5 |
| 1142 | 2026-07-22T04:20:21.345Z | Downloaded test-strategy v0.4.5 |
| 1143 | 2026-07-22T04:20:21.348Z | Downloaded socket2 v0.6.3 |
| 1144 | 2026-07-22T04:20:21.352Z | Downloaded snafu v0.8.9 |
| 1145 | 2026-07-22T04:20:21.352Z | Downloaded zerofrom-derive v0.1.6 |
| 1146 | 2026-07-22T04:20:21.355Z | Downloaded uzers v0.12.2 |
| 1147 | 2026-07-22T04:20:21.355Z | Downloaded vergen-git2 v9.1.0 |
| 1148 | 2026-07-22T04:20:21.355Z | Downloaded vergen-lib v9.1.0 |
| 1149 | 2026-07-22T04:20:21.358Z | Downloaded zeroize_derive v1.4.3 |
| 1150 | 2026-07-22T04:20:21.358Z | Downloaded vsss-rs v3.3.4 |
| 1151 | 2026-07-22T04:20:21.363Z | Downloaded usdt-impl v0.6.0 |
| 1152 | 2026-07-22T04:20:21.363Z | Downloaded icu_properties_data v2.1.2 |
| 1153 | 2026-07-22T04:20:21.372Z | Downloaded tui-tree-widget v0.23.1 |
| 1154 | 2026-07-22T04:20:21.372Z | Downloaded rsa v0.9.10 |
| 1155 | 2026-07-22T04:20:21.379Z | Downloaded futures-util v0.3.32 |
| 1156 | 2026-07-22T04:20:21.379Z | Downloaded zone v0.3.1 |
| 1157 | 2026-07-22T04:20:21.379Z | Downloaded vergen-gitcl v1.0.8 |
| 1158 | 2026-07-22T04:20:21.383Z | Downloaded zone_cfg_derive v0.3.1 |
| 1159 | 2026-07-22T04:20:21.388Z | Downloaded walkdir v2.5.0 |
| 1160 | 2026-07-22T04:20:21.388Z | Downloaded chrono v0.4.45 |
| 1161 | 2026-07-22T04:20:21.388Z | Downloaded writeable v0.6.2 |
| 1162 | 2026-07-22T04:20:21.388Z | Downloaded smallvec v1.15.1 |
| 1163 | 2026-07-22T04:20:21.391Z | Downloaded rand v0.10.1 |
| 1164 | 2026-07-22T04:20:21.391Z | Downloaded xshell v0.2.7 |
| 1165 | 2026-07-22T04:20:21.394Z | Downloaded twox-hash v2.1.2 |
| 1166 | 2026-07-22T04:20:21.394Z | Downloaded rustyline v14.0.0 |
| 1167 | 2026-07-22T04:20:21.404Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-07-22T04:20:21.423Z | Downloaded toml v0.7.8 |
| 1169 | 2026-07-22T04:20:21.423Z | Downloaded whoami v1.6.1 |
| 1170 | 2026-07-22T04:20:21.423Z | Downloaded xattr v1.6.1 |
| 1171 | 2026-07-22T04:20:21.423Z | Downloaded yoke v0.8.1 |
| 1172 | 2026-07-22T04:20:21.423Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1173 | 2026-07-22T04:20:21.424Z | Downloaded tokio-rustls v0.26.4 |
| 1174 | 2026-07-22T04:20:21.437Z | Downloaded iddqd v0.4.2 |
| 1175 | 2026-07-22T04:20:21.437Z | Downloaded vergen-lib v0.1.6 |
| 1176 | 2026-07-22T04:20:21.437Z | Downloaded tungstenite v0.23.0 |
| 1177 | 2026-07-22T04:20:21.437Z | Downloaded schemars v1.2.1 |
| 1178 | 2026-07-22T04:20:21.437Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1179 | 2026-07-22T04:20:21.437Z | Downloaded zeroize v1.8.2 |
| 1180 | 2026-07-22T04:20:21.437Z | Downloaded zerovec-derive v0.11.2 |
| 1181 | 2026-07-22T04:20:21.438Z | Downloaded tinyvec v1.10.0 |
| 1182 | 2026-07-22T04:20:21.438Z | Downloaded tungstenite v0.21.0 |
| 1183 | 2026-07-22T04:20:21.444Z | Downloaded tracing-core v0.1.36 |
| 1184 | 2026-07-22T04:20:21.444Z | Downloaded unicode-bidi v0.3.18 |
| 1185 | 2026-07-22T04:20:21.444Z | Downloaded subprocess v0.2.15 |
| 1186 | 2026-07-22T04:20:21.444Z | Downloaded vergen v9.1.0 |
| 1187 | 2026-07-22T04:20:21.445Z | Downloaded rsa v0.10.0-rc.18 |
| 1188 | 2026-07-22T04:20:21.448Z | Downloaded zstd-safe v7.2.4 |
| 1189 | 2026-07-22T04:20:21.448Z | Downloaded serde_with v1.14.0 |
| 1190 | 2026-07-22T04:20:21.451Z | Downloaded tracing-attributes v0.1.31 |
| 1191 | 2026-07-22T04:20:21.455Z | Downloaded zerocopy v0.6.6 |
| 1192 | 2026-07-22T04:20:21.460Z | Downloaded yasna v0.5.2 |
| 1193 | 2026-07-22T04:20:21.460Z | Downloaded typify v0.6.2 |
| 1194 | 2026-07-22T04:20:21.467Z | Downloaded uuid v1.23.4 |
| 1195 | 2026-07-22T04:20:21.467Z | Downloaded steno v0.4.1 |
| 1196 | 2026-07-22T04:20:21.471Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1197 | 2026-07-22T04:20:21.471Z | Downloaded wyz v0.5.1 |
| 1198 | 2026-07-22T04:20:21.490Z | Downloaded unsafe-libyaml v0.2.11 |
| 1199 | 2026-07-22T04:20:21.496Z | Downloaded git2 v0.20.4 |
| 1200 | 2026-07-22T04:20:21.508Z | Downloaded regex v1.12.3 |
| 1201 | 2026-07-22T04:20:21.515Z | Downloaded tar v0.4.46 |
| 1202 | 2026-07-22T04:20:21.515Z | Downloaded zstd v0.13.3 |
| 1203 | 2026-07-22T04:20:21.515Z | Downloaded toml_edit v0.19.15 |
| 1204 | 2026-07-22T04:20:21.519Z | Downloaded whoami v2.1.0 |
| 1205 | 2026-07-22T04:20:21.523Z | Downloaded reedline v0.40.0 |
| 1206 | 2026-07-22T04:20:21.532Z | Downloaded unicode_categories v0.1.1 |
| 1207 | 2026-07-22T04:20:21.550Z | Downloaded tokio-postgres v0.7.16 |
| 1208 | 2026-07-22T04:20:21.556Z | Downloaded zopfli v0.8.3 |
| 1209 | 2026-07-22T04:20:21.561Z | Downloaded vte v0.14.1 |
| 1210 | 2026-07-22T04:20:21.581Z | Downloaded zip v0.6.6 |
| 1211 | 2026-07-22T04:20:21.581Z | Downloaded p384 v0.13.1 |
| 1212 | 2026-07-22T04:20:21.586Z | Downloaded unicode-segmentation v1.12.0 |
| 1213 | 2026-07-22T04:20:21.586Z | Downloaded yansi v1.0.1 |
| 1214 | 2026-07-22T04:20:21.586Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1215 | 2026-07-22T04:20:21.609Z | Downloaded reqwest v0.12.28 |
| 1216 | 2026-07-22T04:20:21.646Z | Downloaded url v2.5.8 |
| 1217 | 2026-07-22T04:20:21.646Z | Downloaded zerocopy-derive v0.8.40 |
| 1218 | 2026-07-22T04:20:21.647Z | Downloaded portable-atomic v1.13.1 |
| 1219 | 2026-07-22T04:20:21.647Z | Downloaded zerotrie v0.2.3 |
| 1220 | 2026-07-22T04:20:21.647Z | Downloaded quick-xml v0.37.5 |
| 1221 | 2026-07-22T04:20:21.647Z | Downloaded typed-path v0.9.3 |
| 1222 | 2026-07-22T04:20:21.647Z | Downloaded lalrpop v0.19.12 |
| 1223 | 2026-07-22T04:20:21.647Z | Downloaded tower v0.5.3 |
| 1224 | 2026-07-22T04:20:21.655Z | Downloaded salty v0.3.0 |
| 1225 | 2026-07-22T04:20:21.655Z | Downloaded moka v0.12.13 |
| 1226 | 2026-07-22T04:20:21.655Z | Downloaded reqwest v0.13.2 |
| 1227 | 2026-07-22T04:20:21.655Z | Downloaded unicode-normalization v0.1.25 |
| 1228 | 2026-07-22T04:20:21.655Z | Downloaded proptest v1.10.0 |
| 1229 | 2026-07-22T04:20:21.656Z | Downloaded rayon v1.11.0 |
| 1230 | 2026-07-22T04:20:21.675Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-07-22T04:20:21.691Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-07-22T04:20:21.691Z | Downloaded rawzip v0.4.4 |
| 1233 | 2026-07-22T04:20:21.691Z | Downloaded curve25519-dalek v4.1.3 |
| 1234 | 2026-07-22T04:20:21.707Z | Downloaded zip v4.6.1 |
| 1235 | 2026-07-22T04:20:21.707Z | Downloaded goblin v0.10.5 |
| 1236 | 2026-07-22T04:20:21.707Z | Downloaded object v0.30.4 |
| 1237 | 2026-07-22T04:20:21.707Z | Downloaded crypto-bigint v0.7.5 |
| 1238 | 2026-07-22T04:20:21.729Z | Downloaded serde_with v3.21.0 |
| 1239 | 2026-07-22T04:20:21.729Z | Downloaded zerovec v0.11.5 |
| 1240 | 2026-07-22T04:20:21.729Z | Downloaded winnow v0.5.40 |
| 1241 | 2026-07-22T04:20:21.736Z | Downloaded tough v0.22.0 |
| 1242 | 2026-07-22T04:20:21.736Z | Downloaded radix_trie v0.2.1 |
| 1243 | 2026-07-22T04:20:21.737Z | Downloaded russh v0.61.2 |
| 1244 | 2026-07-22T04:20:21.737Z | Downloaded openssl v0.10.79 |
| 1245 | 2026-07-22T04:20:21.758Z | Downloaded winnow v0.6.26 |
| 1246 | 2026-07-22T04:20:21.767Z | Downloaded petname v2.0.2 |
| 1247 | 2026-07-22T04:20:21.770Z | Downloaded bstr v1.12.1 |
| 1248 | 2026-07-22T04:20:21.773Z | Downloaded nix v0.27.1 |
| 1249 | 2026-07-22T04:20:21.783Z | Downloaded time v0.3.47 |
| 1250 | 2026-07-22T04:20:21.788Z | Downloaded tabled v0.20.0 |
| 1251 | 2026-07-22T04:20:21.797Z | Downloaded polar-core v0.27.3 |
| 1252 | 2026-07-22T04:20:21.801Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1253 | 2026-07-22T04:20:21.808Z | Downloaded zlib-rs v0.6.2 |
| 1254 | 2026-07-22T04:20:21.828Z | Downloaded quinn-proto v0.11.13 |
| 1255 | 2026-07-22T04:20:21.835Z | Downloaded tokio-util v0.7.18 |
| 1256 | 2026-07-22T04:20:21.836Z | Downloaded dropshot v0.17.1 |
| 1257 | 2026-07-22T04:20:21.836Z | Downloaded vcpkg v0.2.15 |
| 1258 | 2026-07-22T04:20:21.855Z | Downloaded zerocopy v0.8.40 |
| 1259 | 2026-07-22T04:20:21.868Z | Downloaded nix v0.28.0 |
| 1260 | 2026-07-22T04:20:21.877Z | Downloaded winnow v1.0.3 |
| 1261 | 2026-07-22T04:20:21.877Z | Downloaded regress v0.10.5 |
| 1262 | 2026-07-22T04:20:21.883Z | Downloaded hickory-proto v0.25.2 |
| 1263 | 2026-07-22T04:20:21.886Z | Downloaded regex-syntax v0.6.29 |
| 1264 | 2026-07-22T04:20:21.892Z | Downloaded nix v0.31.2 |
| 1265 | 2026-07-22T04:20:21.898Z | Downloaded smoltcp v0.9.1 |
| 1266 | 2026-07-22T04:20:21.903Z | Downloaded object v0.37.3 |
| 1267 | 2026-07-22T04:20:21.913Z | Downloaded hickory-proto v0.24.4 |
| 1268 | 2026-07-22T04:20:21.957Z | Downloaded smoltcp v0.11.0 |
| 1269 | 2026-07-22T04:20:21.964Z | Downloaded sled v0.34.7 |
| 1270 | 2026-07-22T04:20:21.964Z | Downloaded diesel v2.3.7 |
| 1271 | 2026-07-22T04:20:21.976Z | Downloaded tracing v0.1.44 |
| 1272 | 2026-07-22T04:20:21.986Z | Downloaded openapiv3 v2.2.0 |
| 1273 | 2026-07-22T04:20:21.992Z | Downloaded fiat-crypto v0.3.0 |
| 1274 | 2026-07-22T04:20:22.001Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-07-22T04:20:22.012Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1276 | 2026-07-22T04:20:22.016Z | Downloaded regex-automata v0.4.14 |
| 1277 | 2026-07-22T04:20:22.030Z | Downloaded rustls v0.23.41 |
| 1278 | 2026-07-22T04:20:22.037Z | Downloaded rustix v0.38.44 |
| 1279 | 2026-07-22T04:20:22.045Z | Downloaded regex-syntax v0.8.10 |
| 1280 | 2026-07-22T04:20:22.052Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-07-22T04:20:22.060Z | Downloaded sqlparser v0.61.0 |
| 1282 | 2026-07-22T04:20:22.066Z | Downloaded regress v0.11.1 |
| 1283 | 2026-07-22T04:20:22.072Z | Downloaded jiff v0.2.21 |
| 1284 | 2026-07-22T04:20:22.086Z | Downloaded ratatui v0.29.0 |
| 1285 | 2026-07-22T04:20:22.103Z | Downloaded petgraph v0.8.3 |
| 1286 | 2026-07-22T04:20:22.135Z | Downloaded sha3 v0.11.0 |
| 1287 | 2026-07-22T04:20:22.175Z | Downloaded zerocopy-derive v0.6.6 |
| 1288 | 2026-07-22T04:20:22.188Z | Downloaded petgraph v0.6.5 |
| 1289 | 2026-07-22T04:20:22.245Z | Downloaded csv v1.4.0 |
| 1290 | 2026-07-22T04:20:22.276Z | Downloaded libz-sys v1.1.24 |
| 1291 | 2026-07-22T04:20:22.282Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1292 | 2026-07-22T04:20:22.289Z | Downloaded sha3 v0.10.8 |
| 1293 | 2026-07-22T04:20:22.300Z | Downloaded tokio v1.52.1 |
| 1294 | 2026-07-22T04:20:22.376Z | Downloaded encoding_rs v0.8.35 |
| 1295 | 2026-07-22T04:20:22.407Z | Downloaded ring v0.17.14 |
| 1296 | 2026-07-22T04:20:22.430Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1297 | 2026-07-22T04:20:22.714Z | Downloaded aws-lc-sys v0.40.0 |
| 1298 | 2026-07-22T04:20:22.953Z | Compiling libc v0.2.185 |
| 1299 | 2026-07-22T04:20:22.953Z | Compiling serde_core v1.0.228 |
| 1300 | 2026-07-22T04:20:22.955Z | Compiling serde v1.0.228 |
| 1301 | 2026-07-22T04:20:22.961Z | Compiling log v0.4.29 |
| 1302 | 2026-07-22T04:20:22.961Z | Compiling smallvec v1.15.1 |
| 1303 | 2026-07-22T04:20:22.961Z | Compiling shlex v1.3.0 |
| 1304 | 2026-07-22T04:20:22.961Z | Compiling find-msvc-tools v0.1.9 |
| 1305 | 2026-07-22T04:20:22.961Z | Compiling subtle v2.6.1 |
| 1306 | 2026-07-22T04:20:22.962Z | Compiling scopeguard v1.2.0 |
| 1307 | 2026-07-22T04:20:23.133Z | Compiling stable_deref_trait v1.2.1 |
| 1308 | 2026-07-22T04:20:23.138Z | Compiling typenum v1.20.1 |
| 1309 | 2026-07-22T04:20:23.145Z | Compiling serde_json v1.0.150 |
| 1310 | 2026-07-22T04:20:23.188Z | Compiling portable-atomic v1.13.1 |
| 1311 | 2026-07-22T04:20:23.199Z | Compiling zerocopy v0.8.40 |
| 1312 | 2026-07-22T04:20:23.212Z | Compiling syn v2.0.117 |
| 1313 | 2026-07-22T04:20:23.221Z | Compiling pin-project-lite v0.2.17 |
| 1314 | 2026-07-22T04:20:23.290Z | Compiling lock_api v0.4.14 |
| 1315 | 2026-07-22T04:20:23.304Z | Compiling parking_lot_core v0.9.12 |
| 1316 | 2026-07-22T04:20:23.304Z | Compiling pkg-config v0.3.32 |
| 1317 | 2026-07-22T04:20:23.345Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-07-22T04:20:23.365Z | Compiling critical-section v1.2.0 |
| 1319 | 2026-07-22T04:20:23.381Z | Compiling libm v0.2.16 |
| 1320 | 2026-07-22T04:20:23.398Z | Compiling num-traits v0.2.19 |
| 1321 | 2026-07-22T04:20:23.420Z | Compiling futures-core v0.3.32 |
| 1322 | 2026-07-22T04:20:23.483Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-07-22T04:20:23.522Z | Compiling generic-array v0.14.7 |
| 1324 | 2026-07-22T04:20:23.560Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-07-22T04:20:23.587Z | Compiling writeable v0.6.2 |
| 1326 | 2026-07-22T04:20:23.614Z | Compiling percent-encoding v2.3.2 |
| 1327 | 2026-07-22T04:20:23.694Z | Compiling litemap v0.8.1 |
| 1328 | 2026-07-22T04:20:23.719Z | Compiling icu_normalizer_data v2.1.1 |
| 1329 | 2026-07-22T04:20:23.767Z | Compiling icu_properties_data v2.1.2 |
| 1330 | 2026-07-22T04:20:23.833Z | Compiling futures-sink v0.3.32 |
| 1331 | 2026-07-22T04:20:23.869Z | Compiling futures-io v0.3.32 |
| 1332 | 2026-07-22T04:20:23.895Z | Compiling slab v0.4.12 |
| 1333 | 2026-07-22T04:20:23.896Z | Compiling futures-task v0.3.32 |
| 1334 | 2026-07-22T04:20:23.925Z | Compiling utf8_iter v1.0.4 |
| 1335 | 2026-07-22T04:20:23.935Z | Compiling futures-channel v0.3.32 |
| 1336 | 2026-07-22T04:20:23.935Z | Compiling form_urlencoded v1.2.2 |
| 1337 | 2026-07-22T04:20:24.004Z | Compiling rustversion v1.0.22 |
| 1338 | 2026-07-22T04:20:24.065Z | Compiling getrandom v0.3.4 |
| 1339 | 2026-07-22T04:20:24.079Z | Compiling rustix v1.1.3 |
| 1340 | 2026-07-22T04:20:24.079Z | Compiling dunce v1.0.5 |
| 1341 | 2026-07-22T04:20:24.131Z | Compiling ident_case v1.0.1 |
| 1342 | 2026-07-22T04:20:24.158Z | Compiling fs_extra v1.3.0 |
| 1343 | 2026-07-22T04:20:24.158Z | Compiling iana-time-zone v0.1.65 |
| 1344 | 2026-07-22T04:20:24.181Z | Compiling jobserver v0.1.34 |
| 1345 | 2026-07-22T04:20:24.196Z | Compiling errno v0.3.14 |
| 1346 | 2026-07-22T04:20:24.216Z | Compiling getrandom v0.2.17 |
| 1347 | 2026-07-22T04:20:24.251Z | Compiling mio v1.2.0 |
| 1348 | 2026-07-22T04:20:24.329Z | Compiling signal-hook-registry v1.4.8 |
| 1349 | 2026-07-22T04:20:24.358Z | Compiling rand_core v0.6.4 |
| 1350 | 2026-07-22T04:20:24.386Z | Compiling cc v1.2.56 |
| 1351 | 2026-07-22T04:20:24.400Z | Compiling socket2 v0.6.3 |
| 1352 | 2026-07-22T04:20:24.425Z | Compiling once_cell v1.21.3 |
| 1353 | 2026-07-22T04:20:24.470Z | Compiling parking_lot v0.12.5 |
| 1354 | 2026-07-22T04:20:24.520Z | Compiling regex-syntax v0.8.10 |
| 1355 | 2026-07-22T04:20:24.553Z | Compiling vcpkg v0.2.15 |
| 1356 | 2026-07-22T04:20:24.561Z | Compiling base64 v0.22.1 |
| 1357 | 2026-07-22T04:20:24.652Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-07-22T04:20:24.671Z | Compiling tracing-core v0.1.36 |
| 1359 | 2026-07-22T04:20:24.735Z | Compiling flagset v0.4.7 |
| 1360 | 2026-07-22T04:20:24.765Z | Compiling aws-lc-rs v1.16.3 |
| 1361 | 2026-07-22T04:20:24.841Z | Compiling tinyvec_macros v0.1.1 |
| 1362 | 2026-07-22T04:20:24.910Z | Compiling httparse v1.10.1 |
| 1363 | 2026-07-22T04:20:24.922Z | Compiling dyn-clone v1.0.20 |
| 1364 | 2026-07-22T04:20:24.922Z | Compiling pem-rfc7468 v0.7.0 |
| 1365 | 2026-07-22T04:20:24.939Z | Compiling openssl-probe v0.2.1 |
| 1366 | 2026-07-22T04:20:24.973Z | Compiling cmov v0.5.4 |
| 1367 | 2026-07-22T04:20:25.005Z | Compiling rand_core v0.9.5 |
| 1368 | 2026-07-22T04:20:25.051Z | Compiling schemars v0.8.22 |
| 1369 | 2026-07-22T04:20:25.096Z | Compiling tinyvec v1.10.0 |
| 1370 | 2026-07-22T04:20:25.139Z | Compiling cmake v0.1.57 |
| 1371 | 2026-07-22T04:20:25.171Z | Compiling aho-corasick v1.1.4 |
| 1372 | 2026-07-22T04:20:25.224Z | Compiling ctutils v0.4.2 |
| 1373 | 2026-07-22T04:20:25.252Z | Compiling untrusted v0.7.1 |
| 1374 | 2026-07-22T04:20:25.261Z | Compiling try-lock v0.2.5 |
| 1375 | 2026-07-22T04:20:25.315Z | Compiling atomic-waker v1.1.2 |
| 1376 | 2026-07-22T04:20:25.335Z | Compiling bitflags v2.11.0 |
| 1377 | 2026-07-22T04:20:25.352Z | Compiling semver v1.0.28 |
| 1378 | 2026-07-22T04:20:25.352Z | Compiling indexmap v2.14.0 |
| 1379 | 2026-07-22T04:20:25.364Z | Compiling uuid v1.23.4 |
| 1380 | 2026-07-22T04:20:25.374Z | Compiling tower-layer v0.3.3 |
| 1381 | 2026-07-22T04:20:25.418Z | Compiling tower-service v0.3.3 |
| 1382 | 2026-07-22T04:20:25.473Z | Compiling want v0.3.1 |
| 1383 | 2026-07-22T04:20:25.478Z | Compiling cpufeatures v0.2.17 |
| 1384 | 2026-07-22T04:20:25.525Z | Compiling untrusted v0.9.0 |
| 1385 | 2026-07-22T04:20:25.548Z | Compiling foreign-types-shared v0.1.1 |
| 1386 | 2026-07-22T04:20:25.562Z | Compiling rustc_version v0.4.1 |
| 1387 | 2026-07-22T04:20:25.579Z | Compiling rustls v0.23.41 |
| 1388 | 2026-07-22T04:20:25.604Z | Compiling httpdate v1.0.3 |
| 1389 | 2026-07-22T04:20:25.647Z | Compiling openssl v0.10.79 |
| 1390 | 2026-07-22T04:20:25.665Z | Compiling foreign-types v0.3.2 |
| 1391 | 2026-07-22T04:20:25.675Z | Compiling unicode-normalization v0.1.25 |
| 1392 | 2026-07-22T04:20:25.684Z | Compiling spin v0.9.8 |
| 1393 | 2026-07-22T04:20:25.748Z | Compiling crc32fast v1.5.0 |
| 1394 | 2026-07-22T04:20:25.762Z | Compiling powerfmt v0.2.0 |
| 1395 | 2026-07-22T04:20:25.806Z | Compiling native-tls v0.2.18 |
| 1396 | 2026-07-22T04:20:25.849Z | Compiling num-conv v0.2.0 |
| 1397 | 2026-07-22T04:20:25.918Z | Compiling time-core v0.1.8 |
| 1398 | 2026-07-22T04:20:25.926Z | Compiling deranged v0.5.8 |
| 1399 | 2026-07-22T04:20:25.931Z | Compiling wait-timeout v0.2.1 |
| 1400 | 2026-07-22T04:20:25.990Z | Compiling sync_wrapper v1.0.2 |
| 1401 | 2026-07-22T04:20:26.003Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-07-22T04:20:26.003Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-07-22T04:20:26.047Z | Compiling regex-automata v0.4.14 |
| 1404 | 2026-07-22T04:20:26.063Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1405 | 2026-07-22T04:20:26.090Z | Compiling time-macros v0.2.27 |
| 1406 | 2026-07-22T04:20:26.135Z | Compiling bit-vec v0.8.0 |
| 1407 | 2026-07-22T04:20:26.148Z | Compiling usdt-impl v0.6.0 |
| 1408 | 2026-07-22T04:20:26.157Z | Compiling crossbeam-utils v0.8.21 |
| 1409 | 2026-07-22T04:20:26.186Z | Compiling synstructure v0.13.2 |
| 1410 | 2026-07-22T04:20:26.336Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-07-22T04:20:26.507Z | Compiling pest_generator v2.8.6 |
| 1412 | 2026-07-22T04:20:26.538Z | Compiling darling_core v0.20.11 |
| 1413 | 2026-07-22T04:20:26.624Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-07-22T04:20:26.638Z | Compiling num_threads v0.1.7 |
| 1415 | 2026-07-22T04:20:26.791Z | Compiling simd-adler32 v0.3.8 |
| 1416 | 2026-07-22T04:20:26.868Z | Compiling quick-error v1.2.3 |
| 1417 | 2026-07-22T04:20:26.955Z | Compiling syn v1.0.109 |
| 1418 | 2026-07-22T04:20:26.975Z | Compiling siphasher v1.0.2 |
| 1419 | 2026-07-22T04:20:27.005Z | Compiling rusty-fork v0.3.1 |
| 1420 | 2026-07-22T04:20:27.056Z | Compiling bit-set v0.8.0 |
| 1421 | 2026-07-22T04:20:27.060Z | Compiling darling_core v0.23.0 |
| 1422 | 2026-07-22T04:20:27.086Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1423 | 2026-07-22T04:20:27.180Z | Compiling heapless v0.7.17 |
| 1424 | 2026-07-22T04:20:27.232Z | Compiling slog v2.8.2 |
| 1425 | 2026-07-22T04:20:27.248Z | Compiling rand_xorshift v0.4.0 |
| 1426 | 2026-07-22T04:20:27.273Z | Compiling thread-id v5.1.0 |
| 1427 | 2026-07-22T04:20:27.297Z | Compiling cookie v0.18.1 |
| 1428 | 2026-07-22T04:20:27.312Z | Compiling paste v1.0.15 |
| 1429 | 2026-07-22T04:20:27.353Z | Compiling unicode-bidi v0.3.18 |
| 1430 | 2026-07-22T04:20:27.368Z | Compiling time v0.3.47 |
| 1431 | 2026-07-22T04:20:27.383Z | Compiling allocator-api2 v0.2.21 |
| 1432 | 2026-07-22T04:20:27.386Z | Compiling ryu v1.0.23 |
| 1433 | 2026-07-22T04:20:27.442Z | Compiling anyhow v1.0.102 |
| 1434 | 2026-07-22T04:20:27.450Z | Compiling unicode-properties v0.1.4 |
| 1435 | 2026-07-22T04:20:27.477Z | Compiling zstd-safe v7.2.4 |
| 1436 | 2026-07-22T04:20:27.491Z | Compiling unarray v0.1.4 |
| 1437 | 2026-07-22T04:20:27.581Z | Compiling iri-string v0.7.10 |
| 1438 | 2026-07-22T04:20:27.667Z | Compiling signal-hook v0.3.18 |
| 1439 | 2026-07-22T04:20:27.697Z | Compiling adler2 v2.0.1 |
| 1440 | 2026-07-22T04:20:27.758Z | Compiling stringprep v0.1.5 |
| 1441 | 2026-07-22T04:20:27.799Z | Compiling miniz_oxide v0.8.9 |
| 1442 | 2026-07-22T04:20:27.834Z | Compiling camino v1.2.2 |
| 1443 | 2026-07-22T04:20:27.975Z | Compiling curve25519-dalek v4.1.3 |
| 1444 | 2026-07-22T04:20:28.056Z | Compiling serde_derive v1.0.228 |
| 1445 | 2026-07-22T04:20:28.090Z | Compiling zeroize_derive v1.4.3 |
| 1446 | 2026-07-22T04:20:28.239Z | Compiling zerofrom-derive v0.1.6 |
| 1447 | 2026-07-22T04:20:28.251Z | Compiling yoke-derive v0.8.1 |
| 1448 | 2026-07-22T04:20:28.354Z | Compiling zerovec-derive v0.11.2 |
| 1449 | 2026-07-22T04:20:28.437Z | Compiling zerocopy-derive v0.8.40 |
| 1450 | 2026-07-22T04:20:28.462Z | Compiling displaydoc v0.2.5 |
| 1451 | 2026-07-22T04:20:28.585Z | Compiling tokio-macros v2.7.0 |
| 1452 | 2026-07-22T04:20:28.790Z | Compiling zeroize v1.8.2 |
| 1453 | 2026-07-22T04:20:28.926Z | Compiling futures-macro v0.3.32 |
| 1454 | 2026-07-22T04:20:29.182Z | Compiling der_derive v0.7.3 |
| 1455 | 2026-07-22T04:20:29.224Z | Compiling tracing-attributes v0.1.31 |
| 1456 | 2026-07-22T04:20:29.290Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-07-22T04:20:29.385Z | Compiling rustls-pki-types v1.14.0 |
| 1458 | 2026-07-22T04:20:29.493Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-07-22T04:20:29.553Z | Compiling crypto-common v0.1.7 |
| 1460 | 2026-07-22T04:20:29.603Z | Compiling block-buffer v0.10.4 |
| 1461 | 2026-07-22T04:20:29.729Z | Compiling zerofrom v0.1.6 |
| 1462 | 2026-07-22T04:20:29.737Z | Compiling hybrid-array v0.4.13 |
| 1463 | 2026-07-22T04:20:29.737Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-22T04:20:29.786Z | Compiling futures-util v0.3.32 |
| 1465 | 2026-07-22T04:20:29.803Z | Compiling digest v0.10.7 |
| 1466 | 2026-07-22T04:20:29.855Z | Compiling yoke v0.8.1 |
| 1467 | 2026-07-22T04:20:29.883Z | Compiling pest_derive v2.8.6 |
| 1468 | 2026-07-22T04:20:30.061Z | Compiling zerovec v0.11.5 |
| 1469 | 2026-07-22T04:20:30.087Z | Compiling zerotrie v0.2.3 |
| 1470 | 2026-07-22T04:20:30.099Z | Compiling der v0.7.10 |
| 1471 | 2026-07-22T04:20:30.380Z | Compiling darling_macro v0.20.11 |
| 1472 | 2026-07-22T04:20:30.418Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-07-22T04:20:30.435Z | Compiling sha2 v0.10.9 |
| 1474 | 2026-07-22T04:20:30.559Z | Compiling tinystr v0.8.2 |
| 1475 | 2026-07-22T04:20:30.583Z | Compiling potential_utf v0.1.4 |
| 1476 | 2026-07-22T04:20:30.607Z | Compiling tracing v0.1.44 |
| 1477 | 2026-07-22T04:20:30.627Z | Compiling scroll v0.13.0 |
| 1478 | 2026-07-22T04:20:30.704Z | Compiling icu_collections v2.1.1 |
| 1479 | 2026-07-22T04:20:30.772Z | Compiling icu_locale_core v2.1.1 |
| 1480 | 2026-07-22T04:20:30.786Z | Compiling thiserror v2.0.18 |
| 1481 | 2026-07-22T04:20:30.832Z | Compiling hmac v0.12.1 |
| 1482 | 2026-07-22T04:20:30.918Z | Compiling goblin v0.10.5 |
| 1483 | 2026-07-22T04:20:30.925Z | Compiling dtrace-parser v0.3.0 |
| 1484 | 2026-07-22T04:20:30.930Z | Compiling scroll_derive v0.12.1 |
| 1485 | 2026-07-22T04:20:30.952Z | Compiling spki v0.7.3 |
| 1486 | 2026-07-22T04:20:31.015Z | Compiling darling v0.20.11 |
| 1487 | 2026-07-22T04:20:31.112Z | Compiling derive_builder_core v0.20.2 |
| 1488 | 2026-07-22T04:20:31.186Z | Compiling pkcs8 v0.10.2 |
| 1489 | 2026-07-22T04:20:31.218Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-07-22T04:20:31.347Z | Compiling block-padding v0.4.2 |
| 1491 | 2026-07-22T04:20:31.472Z | Compiling icu_provider v2.1.1 |
| 1492 | 2026-07-22T04:20:31.550Z | Compiling crypto-common v0.2.2 |
| 1493 | 2026-07-22T04:20:31.641Z | Compiling bytes v1.11.1 |
| 1494 | 2026-07-22T04:20:31.664Z | Compiling chrono v0.4.45 |
| 1495 | 2026-07-22T04:20:31.676Z | Compiling ipnet v2.11.0 |
| 1496 | 2026-07-22T04:20:31.694Z | Compiling scroll v0.12.0 |
| 1497 | 2026-07-22T04:20:31.780Z | Compiling icu_normalizer v2.1.1 |
| 1498 | 2026-07-22T04:20:31.794Z | Compiling icu_properties v2.1.2 |
| 1499 | 2026-07-22T04:20:31.866Z | Compiling serde_urlencoded v0.7.1 |
| 1500 | 2026-07-22T04:20:31.983Z | Compiling serde_spanned v0.6.9 |
| 1501 | 2026-07-22T04:20:32.012Z | Compiling derive_builder_macro v0.20.2 |
| 1502 | 2026-07-22T04:20:32.156Z | Compiling tokio v1.52.1 |
| 1503 | 2026-07-22T04:20:32.179Z | Compiling http v1.4.2 |
| 1504 | 2026-07-22T04:20:32.205Z | Compiling erased-serde v0.3.31 |
| 1505 | 2026-07-22T04:20:32.236Z | Compiling hex v0.4.3 |
| 1506 | 2026-07-22T04:20:32.319Z | Compiling serde_tokenstream v0.2.3 |
| 1507 | 2026-07-22T04:20:32.356Z | Compiling toml_datetime v0.6.11 |
| 1508 | 2026-07-22T04:20:32.558Z | Compiling block-buffer v0.12.1 |
| 1509 | 2026-07-22T04:20:32.610Z | Compiling md-5 v0.10.6 |
| 1510 | 2026-07-22T04:20:32.611Z | Compiling thiserror v1.0.69 |
| 1511 | 2026-07-22T04:20:32.646Z | Compiling signature v2.2.0 |
| 1512 | 2026-07-22T04:20:32.670Z | Compiling darling_macro v0.23.0 |
| 1513 | 2026-07-22T04:20:32.729Z | Compiling idna_adapter v1.2.1 |
| 1514 | 2026-07-22T04:20:32.740Z | Compiling rustls-native-certs v0.8.3 |
| 1515 | 2026-07-22T04:20:32.773Z | Compiling bstr v1.12.1 |
| 1516 | 2026-07-22T04:20:32.780Z | Compiling async-trait v0.1.89 |
| 1517 | 2026-07-22T04:20:32.853Z | Compiling http-body v1.0.1 |
| 1518 | 2026-07-22T04:20:32.901Z | Compiling idna v1.1.0 |
| 1519 | 2026-07-22T04:20:32.975Z | Compiling ppv-lite86 v0.2.21 |
| 1520 | 2026-07-22T04:20:33.040Z | Compiling http-body-util v0.1.3 |
| 1521 | 2026-07-22T04:20:33.061Z | Compiling pin-project-internal v1.1.11 |
| 1522 | 2026-07-22T04:20:33.131Z | Compiling zerocopy-derive v0.7.35 |
| 1523 | 2026-07-22T04:20:33.156Z | Compiling vergen-lib v9.1.0 |
| 1524 | 2026-07-22T04:20:33.207Z | Compiling url v2.5.8 |
| 1525 | 2026-07-22T04:20:33.308Z | Compiling rand_chacha v0.9.0 |
| 1526 | 2026-07-22T04:20:33.329Z | Compiling rand_chacha v0.3.1 |
| 1527 | 2026-07-22T04:20:33.346Z | Compiling num-integer v0.1.46 |
| 1528 | 2026-07-22T04:20:33.364Z | Compiling hash32 v0.2.1 |
| 1529 | 2026-07-22T04:20:33.470Z | Compiling memoffset v0.9.1 |
| 1530 | 2026-07-22T04:20:33.504Z | Compiling rand v0.9.2 |
| 1531 | 2026-07-22T04:20:33.582Z | Compiling encoding_rs v0.8.35 |
| 1532 | 2026-07-22T04:20:33.596Z | Compiling cfg_aliases v0.2.1 |
| 1533 | 2026-07-22T04:20:33.681Z | Compiling mime v0.3.17 |
| 1534 | 2026-07-22T04:20:33.694Z | Compiling rustix v0.38.44 |
| 1535 | 2026-07-22T04:20:33.711Z | Compiling dof v0.4.0 |
| 1536 | 2026-07-22T04:20:33.950Z | Compiling ref-cast v1.0.25 |
| 1537 | 2026-07-22T04:20:33.971Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-07-22T04:20:34.021Z | Compiling fallible-iterator v0.2.0 |
| 1539 | 2026-07-22T04:20:34.078Z | Compiling litrs v1.0.0 |
| 1540 | 2026-07-22T04:20:34.096Z | Compiling proptest v1.10.0 |
| 1541 | 2026-07-22T04:20:34.107Z | Compiling psl-types v2.0.11 |
| 1542 | 2026-07-22T04:20:34.175Z | Compiling num-bigint-dig v0.8.6 |
| 1543 | 2026-07-22T04:20:34.236Z | Compiling smoltcp v0.9.1 |
| 1544 | 2026-07-22T04:20:34.247Z | Compiling pin-project v1.1.11 |
| 1545 | 2026-07-22T04:20:34.355Z | Compiling postgres-protocol v0.6.10 |
| 1546 | 2026-07-22T04:20:34.371Z | Compiling publicsuffix v2.3.0 |
| 1547 | 2026-07-22T04:20:34.395Z | Compiling zerocopy v0.7.35 |
| 1548 | 2026-07-22T04:20:34.589Z | Compiling nix v0.31.2 |
| 1549 | 2026-07-22T04:20:34.600Z | Compiling num-iter v0.1.45 |
| 1550 | 2026-07-22T04:20:34.621Z | Compiling document-features v0.2.12 |
| 1551 | 2026-07-22T04:20:34.707Z | Compiling ipnetwork v0.21.1 |
| 1552 | 2026-07-22T04:20:34.754Z | Compiling rand v0.8.6 |
| 1553 | 2026-07-22T04:20:34.935Z | Compiling oxnet v0.1.6 |
| 1554 | 2026-07-22T04:20:34.970Z | Compiling darling v0.23.0 |
| 1555 | 2026-07-22T04:20:35.000Z | Compiling derive_builder v0.20.2 |
| 1556 | 2026-07-22T04:20:35.051Z | Compiling futures-executor v0.3.32 |
| 1557 | 2026-07-22T04:20:35.070Z | Compiling goblin v0.8.2 |
| 1558 | 2026-07-22T04:20:35.118Z | Compiling hubpack_derive v0.1.1 |
| 1559 | 2026-07-22T04:20:35.148Z | Compiling inout v0.2.2 |
| 1560 | 2026-07-22T04:20:35.289Z | Compiling regex v1.12.3 |
| 1561 | 2026-07-22T04:20:35.346Z | Compiling ref-cast-impl v1.0.25 |
| 1562 | 2026-07-22T04:20:35.363Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1563 | 2026-07-22T04:20:35.391Z | Compiling strum_macros v0.27.2 |
| 1564 | 2026-07-22T04:20:35.415Z | Compiling snafu-derive v0.8.9 |
| 1565 | 2026-07-22T04:20:35.415Z | Compiling daft-derive v0.1.7 |
| 1566 | 2026-07-22T04:20:35.633Z | Compiling phf_shared v0.13.1 |
| 1567 | 2026-07-22T04:20:35.686Z | Compiling terminal_size v0.4.3 |
| 1568 | 2026-07-22T04:20:35.712Z | Compiling lazy_static v1.5.0 |
| 1569 | 2026-07-22T04:20:35.742Z | Compiling anstyle-parse v0.2.7 |
| 1570 | 2026-07-22T04:20:35.789Z | Compiling cargo-platform v0.3.2 |
| 1571 | 2026-07-22T04:20:35.830Z | Compiling vergen v9.1.0 |
| 1572 | 2026-07-22T04:20:35.842Z | Compiling ff v0.13.1 |
| 1573 | 2026-07-22T04:20:35.896Z | Compiling fs-err v3.3.0 |
| 1574 | 2026-07-22T04:20:35.941Z | Compiling ahash v0.8.12 |
| 1575 | 2026-07-22T04:20:35.962Z | Compiling winnow v0.5.40 |
| 1576 | 2026-07-22T04:20:36.006Z | Compiling tokio-util v0.7.18 |
| 1577 | 2026-07-22T04:20:36.065Z | Compiling tower v0.5.3 |
| 1578 | 2026-07-22T04:20:36.071Z | Compiling tokio-native-tls v0.3.1 |
| 1579 | 2026-07-22T04:20:36.101Z | Compiling base16ct v0.2.0 |
| 1580 | 2026-07-22T04:20:36.136Z | Compiling bumpalo v3.20.2 |
| 1581 | 2026-07-22T04:20:36.187Z | Compiling foldhash v0.1.5 |
| 1582 | 2026-07-22T04:20:36.222Z | Compiling libbz2-rs-sys v0.2.2 |
| 1583 | 2026-07-22T04:20:36.322Z | Compiling unicode-segmentation v1.12.0 |
| 1584 | 2026-07-22T04:20:36.364Z | Compiling object v0.37.3 |
| 1585 | 2026-07-22T04:20:36.364Z | Compiling managed v0.8.0 |
| 1586 | 2026-07-22T04:20:36.495Z | Compiling same-file v1.0.6 |
| 1587 | 2026-07-22T04:20:36.520Z | Compiling bitflags v1.3.2 |
| 1588 | 2026-07-22T04:20:36.520Z | Compiling tower-http v0.6.8 |
| 1589 | 2026-07-22T04:20:36.532Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-07-22T04:20:36.612Z | Compiling foldhash v0.2.0 |
| 1591 | 2026-07-22T04:20:36.612Z | Compiling clap_builder v4.6.0 |
| 1592 | 2026-07-22T04:20:36.659Z | Compiling bzip2 v0.6.1 |
| 1593 | 2026-07-22T04:20:36.669Z | Compiling walkdir v2.5.0 |
| 1594 | 2026-07-22T04:20:36.811Z | Compiling h2 v0.4.15 |
| 1595 | 2026-07-22T04:20:36.866Z | Compiling daft v0.1.7 |
| 1596 | 2026-07-22T04:20:36.893Z | Compiling flate2 v1.1.9 |
| 1597 | 2026-07-22T04:20:36.914Z | Compiling hashbrown v0.16.1 |
| 1598 | 2026-07-22T04:20:36.970Z | Compiling zopfli v0.8.3 |
| 1599 | 2026-07-22T04:20:37.096Z | Compiling hashbrown v0.15.5 |
| 1600 | 2026-07-22T04:20:37.144Z | Compiling sec1 v0.7.3 |
| 1601 | 2026-07-22T04:20:37.287Z | Compiling toml_edit v0.19.15 |
| 1602 | 2026-07-22T04:20:37.320Z | Compiling dof v0.3.0 |
| 1603 | 2026-07-22T04:20:37.384Z | Compiling snafu v0.8.9 |
| 1604 | 2026-07-22T04:20:37.415Z | Compiling strum v0.27.2 |
| 1605 | 2026-07-22T04:20:37.575Z | Compiling group v0.13.0 |
| 1606 | 2026-07-22T04:20:37.650Z | Compiling cargo_metadata v0.23.1 |
| 1607 | 2026-07-22T04:20:37.730Z | Compiling anstream v0.6.21 |
| 1608 | 2026-07-22T04:20:37.776Z | Compiling phf v0.13.1 |
| 1609 | 2026-07-22T04:20:37.801Z | Compiling signal-hook-mio v0.2.5 |
| 1610 | 2026-07-22T04:20:37.801Z | Compiling hubpack v0.1.2 |
| 1611 | 2026-07-22T04:20:37.921Z | Compiling cookie_store v0.22.1 |
| 1612 | 2026-07-22T04:20:37.940Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-07-22T04:20:38.048Z | Compiling cipher v0.5.2 |
| 1614 | 2026-07-22T04:20:38.076Z | Compiling usdt-attr-macro v0.6.0 |
| 1615 | 2026-07-22T04:20:38.076Z | Compiling usdt-macro v0.6.0 |
| 1616 | 2026-07-22T04:20:38.094Z | Compiling futures v0.3.32 |
| 1617 | 2026-07-22T04:20:38.137Z | Compiling serde_with_macros v3.21.0 |
| 1618 | 2026-07-22T04:20:38.204Z | Compiling zstd v0.13.3 |
| 1619 | 2026-07-22T04:20:38.219Z | Compiling postgres-types v0.2.12 |
| 1620 | 2026-07-22T04:20:38.497Z | Compiling globset v0.4.18 |
| 1621 | 2026-07-22T04:20:38.626Z | Compiling ed25519 v2.2.3 |
| 1622 | 2026-07-22T04:20:38.661Z | Compiling dtrace-parser v0.2.0 |
| 1623 | 2026-07-22T04:20:38.828Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-07-22T04:20:38.899Z | Compiling serde-big-array v0.5.1 |
| 1625 | 2026-07-22T04:20:38.914Z | Compiling serde_plain v1.0.2 |
| 1626 | 2026-07-22T04:20:38.990Z | Compiling pkcs1 v0.7.5 |
| 1627 | 2026-07-22T04:20:39.023Z | Compiling hkdf v0.12.4 |
| 1628 | 2026-07-22T04:20:39.061Z | Compiling crypto-bigint v0.5.5 |
| 1629 | 2026-07-22T04:20:39.134Z | Compiling strum_macros v0.26.4 |
| 1630 | 2026-07-22T04:20:39.197Z | Compiling clap_derive v4.6.1 |
| 1631 | 2026-07-22T04:20:39.214Z | Compiling async-recursion v1.1.1 |
| 1632 | 2026-07-22T04:20:39.331Z | Compiling serde_repr v0.1.20 |
| 1633 | 2026-07-22T04:20:39.421Z | Compiling enum-as-inner v0.6.1 |
| 1634 | 2026-07-22T04:20:39.438Z | Compiling phf_shared v0.11.3 |
| 1635 | 2026-07-22T04:20:39.573Z | Compiling float-cmp v0.10.0 |
| 1636 | 2026-07-22T04:20:39.602Z | Compiling pem v3.0.6 |
| 1637 | 2026-07-22T04:20:39.647Z | Compiling thread-id v4.2.2 |
| 1638 | 2026-07-22T04:20:39.683Z | Compiling memmap2 v0.9.10 |
| 1639 | 2026-07-22T04:20:39.756Z | Compiling env_filter v1.0.0 |
| 1640 | 2026-07-22T04:20:39.765Z | Compiling winnow v1.0.3 |
| 1641 | 2026-07-22T04:20:39.917Z | Compiling difflib v0.4.0 |
| 1642 | 2026-07-22T04:20:39.931Z | Compiling fixedbitset v0.4.2 |
| 1643 | 2026-07-22T04:20:39.947Z | Compiling either v1.15.0 |
| 1644 | 2026-07-22T04:20:39.974Z | Compiling whoami v2.1.0 |
| 1645 | 2026-07-22T04:20:39.997Z | Compiling const-oid v0.10.2 |
| 1646 | 2026-07-22T04:20:40.048Z | Compiling static_assertions v1.1.0 |
| 1647 | 2026-07-22T04:20:40.098Z | Compiling hyper v1.10.1 |
| 1648 | 2026-07-22T04:20:40.144Z | Compiling cpufeatures v0.3.0 |
| 1649 | 2026-07-22T04:20:40.157Z | Compiling precomputed-hash v0.1.1 |
| 1650 | 2026-07-22T04:20:40.173Z | Compiling predicates-core v1.0.10 |
| 1651 | 2026-07-22T04:20:40.185Z | Compiling new_debug_unreachable v1.0.6 |
| 1652 | 2026-07-22T04:20:40.223Z | Compiling jiff v0.2.21 |
| 1653 | 2026-07-22T04:20:40.235Z | Compiling fixedbitset v0.5.7 |
| 1654 | 2026-07-22T04:20:40.250Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-07-22T04:20:40.268Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-07-22T04:20:40.358Z | Compiling typed-path v0.9.3 |
| 1657 | 2026-07-22T04:20:40.373Z | Compiling keccak v0.1.6 |
| 1658 | 2026-07-22T04:20:40.391Z | Compiling toml_edit v0.22.27 |
| 1659 | 2026-07-22T04:20:40.506Z | Compiling petgraph v0.8.3 |
| 1660 | 2026-07-22T04:20:40.542Z | Compiling sha3 v0.10.8 |
| 1661 | 2026-07-22T04:20:40.579Z | Compiling predicates v3.1.4 |
| 1662 | 2026-07-22T04:20:40.993Z | Compiling strum v0.26.3 |
| 1663 | 2026-07-22T04:20:41.009Z | Compiling hickory-proto v0.25.2 |
| 1664 | 2026-07-22T04:20:41.039Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-07-22T04:20:41.062Z | Compiling clap v4.6.1 |
| 1666 | 2026-07-22T04:20:41.125Z | Compiling chacha20 v0.10.0 |
| 1667 | 2026-07-22T04:20:41.155Z | Compiling tokio-postgres v0.7.16 |
| 1668 | 2026-07-22T04:20:41.162Z | Compiling digest v0.11.3 |
| 1669 | 2026-07-22T04:20:41.174Z | Compiling itertools v0.13.0 |
| 1670 | 2026-07-22T04:20:41.217Z | Compiling hyper-util v0.1.20 |
| 1671 | 2026-07-22T04:20:41.254Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1672 | 2026-07-22T04:20:41.277Z | Compiling petgraph v0.6.5 |
| 1673 | 2026-07-22T04:20:41.407Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1674 | 2026-07-22T04:20:41.523Z | Compiling elliptic-curve v0.13.8 |
| 1675 | 2026-07-22T04:20:41.651Z | Compiling env_logger v0.11.9 |
| 1676 | 2026-07-22T04:20:41.747Z | Compiling usdt v0.6.0 |
| 1677 | 2026-07-22T04:20:41.961Z | Compiling usdt-impl v0.5.0 |
| 1678 | 2026-07-22T04:20:42.038Z | Compiling serde_with v3.21.0 |
| 1679 | 2026-07-22T04:20:42.041Z | Compiling crossterm v0.28.1 |
| 1680 | 2026-07-22T04:20:42.069Z | Compiling rsa v0.9.10 |
| 1681 | 2026-07-22T04:20:42.449Z | Compiling ed25519-dalek v2.2.0 |
| 1682 | 2026-07-22T04:20:42.530Z | Compiling toml v0.7.8 |
| 1683 | 2026-07-22T04:20:42.878Z | Compiling hyper-tls v0.6.0 |
| 1684 | 2026-07-22T04:20:43.051Z | Compiling zip v4.6.1 |
| 1685 | 2026-07-22T04:20:43.135Z | Compiling reqwest v0.12.28 |
| 1686 | 2026-07-22T04:20:43.173Z | Compiling zip v0.6.6 |
| 1687 | 2026-07-22T04:20:43.189Z | Compiling iddqd v0.4.2 |
| 1688 | 2026-07-22T04:20:43.477Z | Compiling tokio-stream v0.1.18 |
| 1689 | 2026-07-22T04:20:43.649Z | Compiling similar v2.7.0 |
| 1690 | 2026-07-22T04:20:43.676Z | Compiling heck v0.4.1 |
| 1691 | 2026-07-22T04:20:43.798Z | Compiling buf-list v1.1.2 |
| 1692 | 2026-07-22T04:20:43.929Z | Compiling byte-wrapper v0.1.0 |
| 1693 | 2026-07-22T04:20:43.981Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1694 | 2026-07-22T04:20:43.996Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-07-22T04:20:44.061Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-07-22T04:20:44.098Z | Compiling crossbeam-epoch v0.9.18 |
| 1697 | 2026-07-22T04:20:44.207Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-07-22T04:20:44.286Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-07-22T04:20:44.303Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-07-22T04:20:44.452Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-07-22T04:20:44.503Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-07-22T04:20:44.519Z | Compiling is-terminal v0.4.17 |
| 1703 | 2026-07-22T04:20:44.552Z | Compiling filetime v0.2.27 |
| 1704 | 2026-07-22T04:20:44.571Z | Compiling xattr v1.6.1 |
| 1705 | 2026-07-22T04:20:44.575Z | Compiling term v1.2.1 |
| 1706 | 2026-07-22T04:20:44.600Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-07-22T04:20:44.631Z | Compiling camino-tempfile v1.4.1 |
| 1708 | 2026-07-22T04:20:44.727Z | Compiling tar v0.4.46 |
| 1709 | 2026-07-22T04:20:44.929Z | Compiling slog-term v2.9.2 |
| 1710 | 2026-07-22T04:21:02.511Z | Compiling rustls-webpki v0.103.13 |
| 1711 | 2026-07-22T04:21:05.241Z | Compiling tokio-rustls v0.26.4 |
| 1712 | 2026-07-22T04:21:05.241Z | Compiling rustls-platform-verifier v0.6.2 |
| 1713 | 2026-07-22T04:21:05.261Z | Compiling tough v0.22.0 |
| 1714 | 2026-07-22T04:21:05.455Z | Compiling hyper-rustls v0.27.7 |
| 1715 | 2026-07-22T04:21:05.641Z | Compiling reqwest v0.13.2 |
| 1716 | 2026-07-22T04:21:07.862Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2026-07-22T04:21:08.114Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1718 | 2026-07-22T04:21:10.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.34s |
| 1719 | 2026-07-22T04:21:11.131Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1720 | 2026-07-22T04:21:11.186Z | Jul 22 04:21:10.619 INFO Starting download, target: Console |
| 1721 | 2026-07-22T04:21:11.186Z | Jul 22 04:21:10.619 INFO Starting download, target: MaghemiteMgd |
| 1722 | 2026-07-22T04:21:11.186Z | Jul 22 04:21:10.619 INFO Starting download, target: Clickhouse |
| 1723 | 2026-07-22T04:21:11.186Z | Jul 22 04:21:10.619 INFO Starting download, target: DendriteStub |
| 1724 | 2026-07-22T04:21:11.186Z | Jul 22 04:21:10.619 INFO Starting download, target: Cockroach |
| 1725 | 2026-07-22T04:21:11.192Z | Jul 22 04:21:10.619 INFO Starting download, target: MaghemiteDdmd |
| 1726 | 2026-07-22T04:21:11.192Z | Jul 22 04:21:10.619 INFO Starting download, target: TransceiverControl |
| 1727 | 2026-07-22T04:21:11.192Z | Jul 22 04:21:10.620 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1728 | 2026-07-22T04:21:11.192Z | Jul 22 04:21:10.620 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-07-22T04:21:11.192Z | Jul 22 04:21:10.620 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1730 | 2026-07-22T04:21:11.193Z | Jul 22 04:21:10.620 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1731 | 2026-07-22T04:21:11.193Z | Jul 22 04:21:10.620 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1732 | 2026-07-22T04:21:11.193Z | Jul 22 04:21:10.620 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1733 | 2026-07-22T04:21:11.193Z | Jul 22 04:21:10.620 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-07-22T04:21:11.763Z | Jul 22 04:21:11.175 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1735 | 2026-07-22T04:21:11.964Z | Jul 22 04:21:11.394 INFO Download complete, target: TransceiverControl |
| 1736 | 2026-07-22T04:21:12.890Z | Jul 22 04:21:12.313 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1737 | 2026-07-22T04:21:13.012Z | Jul 22 04:21:12.420 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-07-22T04:21:13.040Z | Jul 22 04:21:12.428 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-07-22T04:21:13.256Z | Jul 22 04:21:12.679 INFO Download complete, target: Console |
| 1740 | 2026-07-22T04:21:13.722Z | Jul 22 04:21:13.126 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-07-22T04:21:14.098Z | Jul 22 04:21:13.527 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-07-22T04:21:14.282Z | Jul 22 04:21:13.710 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-07-22T04:21:14.282Z | Jul 22 04:21:13.710 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-07-22T04:21:14.877Z | Jul 22 04:21:14.311 INFO Download complete, target: MaghemiteDdmd |
| 1745 | 2026-07-22T04:21:16.279Z | Jul 22 04:21:15.713 INFO Download complete, target: DendriteStub |
| 1746 | 2026-07-22T04:21:16.748Z | Jul 22 04:21:16.173 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-07-22T04:21:19.206Z | Jul 22 04:21:18.640 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-07-22T04:21:19.332Z | Jul 22 04:21:18.765 INFO Download complete, target: Cockroach |
| 1749 | 2026-07-22T04:21:20.025Z | Jul 22 04:21:19.460 INFO Checking that binary works, target: Clickhouse |
| 1750 | 2026-07-22T04:21:20.131Z | Jul 22 04:21:19.553 INFO Download complete, target: Clickhouse |
| 1751 | 2026-07-22T04:21:20.143Z | All prerequisites installed successfully |
| 1752 | 2026-07-22T04:21:20.143Z | |
| 1753 | 2026-07-22T04:21:20.143Z | real 1:50.205664439 |
| 1754 | 2026-07-22T04:21:20.143Z | user 6:41.755549850 |
| 1755 | 2026-07-22T04:21:20.143Z | sys 1:40.591634071 |
| 1756 | 2026-07-22T04:21:20.143Z | trap 0.255790963 |
| 1757 | 2026-07-22T04:21:20.143Z | tflt 0.755374731 |
| 1758 | 2026-07-22T04:21:20.143Z | dflt 2.019685686 |
| 1759 | 2026-07-22T04:21:20.143Z | kflt 0.024543101 |
| 1760 | 2026-07-22T04:21:20.143Z | lock 23:41.233186228 |
| 1761 | 2026-07-22T04:21:20.143Z | slp 18:21.915041082 |
| 1762 | 2026-07-22T04:21:20.143Z | lat 23.812802475 |
| 1763 | 2026-07-22T04:21:20.143Z | stop 2:49.314862657 |
| 1764 | 2026-07-22T04:21:20.143Z | + ptime -m cargo xtask download softnpu |
| 1765 | 2026-07-22T04:21:20.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1766 | 2026-07-22T04:21:20.605Z | Running `target/debug/xtask download softnpu` |
| 1767 | 2026-07-22T04:21:21.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1768 | 2026-07-22T04:21:21.421Z | Running `target/debug/xtask-downloader softnpu` |
| 1769 | 2026-07-22T04:21:21.462Z | Jul 22 04:21:20.895 INFO Starting download, target: Softnpu |
| 1770 | 2026-07-22T04:21:21.468Z | Jul 22 04:21:20.895 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1771 | 2026-07-22T04:21:22.015Z | Jul 22 04:21:21.450 INFO Download complete, target: Softnpu |
| 1772 | 2026-07-22T04:21:22.019Z | |
| 1773 | 2026-07-22T04:21:22.022Z | real 1.888277897 |
| 1774 | 2026-07-22T04:21:22.022Z | user 1.287442418 |
| 1775 | 2026-07-22T04:21:22.022Z | sys 0.605087669 |
| 1776 | 2026-07-22T04:21:22.022Z | trap 0.000640541 |
| 1777 | 2026-07-22T04:21:22.022Z | tflt 0.000077651 |
| 1778 | 2026-07-22T04:21:22.022Z | dflt 0.000076629 |
| 1779 | 2026-07-22T04:21:22.022Z | kflt 0.000000000 |
| 1780 | 2026-07-22T04:21:22.022Z | lock 10.263092110 |
| 1781 | 2026-07-22T04:21:22.022Z | slp 0.430732911 |
| 1782 | 2026-07-22T04:21:22.022Z | lat 0.086876289 |
| 1783 | 2026-07-22T04:21:22.022Z | stop 0.000353539 |
| 1784 | 2026-07-22T04:21:22.022Z | + export CARGO_INCREMENTAL=0 |
| 1785 | 2026-07-22T04:21:22.022Z | + CARGO_INCREMENTAL=0 |
| 1786 | 2026-07-22T04:21:22.022Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1787 | 2026-07-22T04:21:22.909Z | Compiling proc-macro2 v1.0.106 |
| 1788 | 2026-07-22T04:21:22.909Z | Compiling quote v1.0.45 |
| 1789 | 2026-07-22T04:21:22.910Z | Compiling unicode-ident v1.0.24 |
| 1790 | 2026-07-22T04:21:22.910Z | Compiling libc v0.2.185 |
| 1791 | 2026-07-22T04:21:22.913Z | Compiling serde_core v1.0.228 |
| 1792 | 2026-07-22T04:21:22.913Z | Compiling serde v1.0.228 |
| 1793 | 2026-07-22T04:21:22.913Z | Compiling cfg-if v1.0.4 |
| 1794 | 2026-07-22T04:21:22.913Z | Compiling version_check v0.9.5 |
| 1795 | 2026-07-22T04:21:22.914Z | Compiling find-msvc-tools v0.1.9 |
| 1796 | 2026-07-22T04:21:22.914Z | Compiling shlex v1.3.0 |
| 1797 | 2026-07-22T04:21:22.914Z | Compiling memchr v2.8.0 |
| 1798 | 2026-07-22T04:21:23.066Z | Compiling zmij v1.0.21 |
| 1799 | 2026-07-22T04:21:23.071Z | Compiling serde_json v1.0.150 |
| 1800 | 2026-07-22T04:21:23.071Z | Compiling autocfg v1.5.0 |
| 1801 | 2026-07-22T04:21:23.359Z | Compiling portable-atomic v1.13.1 |
| 1802 | 2026-07-22T04:21:23.375Z | Compiling getrandom v0.4.1 |
| 1803 | 2026-07-22T04:21:23.426Z | Compiling zerocopy v0.8.40 |
| 1804 | 2026-07-22T04:21:23.441Z | Compiling libm v0.2.16 |
| 1805 | 2026-07-22T04:21:23.520Z | Compiling parking_lot_core v0.9.12 |
| 1806 | 2026-07-22T04:21:23.537Z | Compiling num-traits v0.2.19 |
| 1807 | 2026-07-22T04:21:23.567Z | Compiling icu_properties_data v2.1.2 |
| 1808 | 2026-07-22T04:21:23.647Z | Compiling icu_normalizer_data v2.1.1 |
| 1809 | 2026-07-22T04:21:23.663Z | Compiling smallvec v1.15.1 |
| 1810 | 2026-07-22T04:21:23.663Z | Compiling generic-array v0.14.7 |
| 1811 | 2026-07-22T04:21:23.779Z | Compiling itoa v1.0.17 |
| 1812 | 2026-07-22T04:21:23.833Z | Compiling log v0.4.29 |
| 1813 | 2026-07-22T04:21:23.866Z | Compiling subtle v2.6.1 |
| 1814 | 2026-07-22T04:21:23.871Z | Compiling pkg-config v0.3.32 |
| 1815 | 2026-07-22T04:21:23.908Z | Compiling stable_deref_trait v1.2.1 |
| 1816 | 2026-07-22T04:21:23.949Z | Compiling typenum v1.20.1 |
| 1817 | 2026-07-22T04:21:24.001Z | Compiling jobserver v0.1.34 |
| 1818 | 2026-07-22T04:21:24.065Z | Compiling scopeguard v1.2.0 |
| 1819 | 2026-07-22T04:21:24.065Z | Compiling errno v0.3.14 |
| 1820 | 2026-07-22T04:21:24.155Z | Compiling rand_core v0.10.0 |
| 1821 | 2026-07-22T04:21:24.203Z | Compiling lock_api v0.4.14 |
| 1822 | 2026-07-22T04:21:24.235Z | Compiling cc v1.2.56 |
| 1823 | 2026-07-22T04:21:24.235Z | Compiling thiserror v2.0.18 |
| 1824 | 2026-07-22T04:21:24.266Z | Compiling getrandom v0.3.4 |
| 1825 | 2026-07-22T04:21:24.335Z | Compiling pin-project-lite v0.2.17 |
| 1826 | 2026-07-22T04:21:24.353Z | Compiling percent-encoding v2.3.2 |
| 1827 | 2026-07-22T04:21:24.357Z | Compiling fnv v1.0.7 |
| 1828 | 2026-07-22T04:21:24.414Z | Compiling writeable v0.6.2 |
| 1829 | 2026-07-22T04:21:24.417Z | Compiling litemap v0.8.1 |
| 1830 | 2026-07-22T04:21:24.458Z | Compiling equivalent v1.0.2 |
| 1831 | 2026-07-22T04:21:24.490Z | Compiling getrandom v0.2.17 |
| 1832 | 2026-07-22T04:21:24.562Z | Compiling rustversion v1.0.22 |
| 1833 | 2026-07-22T04:21:24.600Z | Compiling schemars v0.8.22 |
| 1834 | 2026-07-22T04:21:24.654Z | Compiling syn v2.0.117 |
| 1835 | 2026-07-22T04:21:25.064Z | Compiling rand_core v0.6.4 |
| 1836 | 2026-07-22T04:21:25.067Z | Compiling fs_extra v1.3.0 |
| 1837 | 2026-07-22T04:21:25.068Z | Compiling rustix v1.1.3 |
| 1838 | 2026-07-22T04:21:25.068Z | Compiling dunce v1.0.5 |
| 1839 | 2026-07-22T04:21:25.068Z | Compiling critical-section v1.2.0 |
| 1840 | 2026-07-22T04:21:25.068Z | Compiling hashbrown v0.17.0 |
| 1841 | 2026-07-22T04:21:25.068Z | Compiling cmake v0.1.57 |
| 1842 | 2026-07-22T04:21:25.068Z | Compiling signal-hook-registry v1.4.8 |
| 1843 | 2026-07-22T04:21:25.122Z | Compiling strsim v0.11.1 |
| 1844 | 2026-07-22T04:21:25.140Z | Compiling utf8_iter v1.0.4 |
| 1845 | 2026-07-22T04:21:25.160Z | Compiling once_cell v1.21.3 |
| 1846 | 2026-07-22T04:21:25.412Z | Compiling bitflags v2.11.0 |
| 1847 | 2026-07-22T04:21:25.466Z | Compiling semver v1.0.28 |
| 1848 | 2026-07-22T04:21:25.504Z | Compiling indexmap v2.14.0 |
| 1849 | 2026-07-22T04:21:25.533Z | Compiling heck v0.5.0 |
| 1850 | 2026-07-22T04:21:25.546Z | Compiling parking_lot v0.12.5 |
| 1851 | 2026-07-22T04:21:25.571Z | Compiling form_urlencoded v1.2.2 |
| 1852 | 2026-07-22T04:21:25.600Z | Compiling aws-lc-sys v0.40.0 |
| 1853 | 2026-07-22T04:21:25.600Z | Compiling mio v1.2.0 |
| 1854 | 2026-07-22T04:21:25.694Z | Compiling socket2 v0.6.3 |
| 1855 | 2026-07-22T04:21:25.757Z | Compiling aws-lc-rs v1.16.3 |
| 1856 | 2026-07-22T04:21:25.770Z | Compiling futures-core v0.3.32 |
| 1857 | 2026-07-22T04:21:25.830Z | Compiling ident_case v1.0.1 |
| 1858 | 2026-07-22T04:21:25.895Z | Compiling httparse v1.10.1 |
| 1859 | 2026-07-22T04:21:26.210Z | Compiling ucd-trie v0.1.7 |
| 1860 | 2026-07-22T04:21:26.229Z | Compiling byteorder v1.5.0 |
| 1861 | 2026-07-22T04:21:26.232Z | Compiling thiserror v1.0.69 |
| 1862 | 2026-07-22T04:21:26.310Z | Compiling vcpkg v0.2.15 |
| 1863 | 2026-07-22T04:21:26.390Z | Compiling pest v2.8.6 |
| 1864 | 2026-07-22T04:21:26.397Z | Compiling iana-time-zone v0.1.65 |
| 1865 | 2026-07-22T04:21:26.473Z | Compiling const-oid v0.9.6 |
| 1866 | 2026-07-22T04:21:26.481Z | Compiling regex-syntax v0.8.10 |
| 1867 | 2026-07-22T04:21:26.531Z | Compiling syn v1.0.109 |
| 1868 | 2026-07-22T04:21:26.697Z | Compiling uuid v1.23.4 |
| 1869 | 2026-07-22T04:21:26.745Z | Compiling rustc_version v0.4.1 |
| 1870 | 2026-07-22T04:21:26.805Z | Compiling rustls v0.23.41 |
| 1871 | 2026-07-22T04:21:26.898Z | Compiling futures-sink v0.3.32 |
| 1872 | 2026-07-22T04:21:26.916Z | Compiling openssl-sys v0.9.115 |
| 1873 | 2026-07-22T04:21:27.025Z | Compiling futures-channel v0.3.32 |
| 1874 | 2026-07-22T04:21:27.042Z | Compiling aho-corasick v1.1.4 |
| 1875 | 2026-07-22T04:21:27.093Z | Compiling slab v0.4.12 |
| 1876 | 2026-07-22T04:21:27.108Z | Compiling futures-io v0.3.32 |
| 1877 | 2026-07-22T04:21:27.283Z | Compiling futures-task v0.3.32 |
| 1878 | 2026-07-22T04:21:27.354Z | Compiling dyn-clone v1.0.20 |
| 1879 | 2026-07-22T04:21:27.425Z | Compiling plain v0.2.3 |
| 1880 | 2026-07-22T04:21:27.472Z | Compiling pest_meta v2.8.6 |
| 1881 | 2026-07-22T04:21:27.487Z | Compiling time-core v0.1.8 |
| 1882 | 2026-07-22T04:21:27.503Z | Compiling num-conv v0.2.0 |
| 1883 | 2026-07-22T04:21:27.509Z | Compiling crc32fast v1.5.0 |
| 1884 | 2026-07-22T04:21:27.535Z | Compiling synstructure v0.13.2 |
| 1885 | 2026-07-22T04:21:27.552Z | Compiling serde_derive_internals v0.29.1 |
| 1886 | 2026-07-22T04:21:27.670Z | Compiling time-macros v0.2.27 |
| 1887 | 2026-07-22T04:21:27.731Z | Compiling crossbeam-utils v0.8.21 |
| 1888 | 2026-07-22T04:21:27.748Z | Compiling base64 v0.22.1 |
| 1889 | 2026-07-22T04:21:27.844Z | Compiling openssl v0.10.79 |
| 1890 | 2026-07-22T04:21:27.857Z | Compiling pretty-hex v0.4.1 |
| 1891 | 2026-07-22T04:21:27.984Z | Compiling regex-automata v0.4.14 |
| 1892 | 2026-07-22T04:21:28.053Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1893 | 2026-07-22T04:21:28.069Z | Compiling pest_generator v2.8.6 |
| 1894 | 2026-07-22T04:21:28.119Z | Compiling native-tls v0.2.18 |
| 1895 | 2026-07-22T04:21:28.136Z | Compiling anyhow v1.0.102 |
| 1896 | 2026-07-22T04:21:28.300Z | Compiling rand_core v0.9.5 |
| 1897 | 2026-07-22T04:21:28.457Z | Compiling slog v2.8.2 |
| 1898 | 2026-07-22T04:21:28.477Z | Compiling tracing-core v0.1.36 |
| 1899 | 2026-07-22T04:21:28.575Z | Compiling cookie v0.18.1 |
| 1900 | 2026-07-22T04:21:28.614Z | Compiling camino v1.2.2 |
| 1901 | 2026-07-22T04:21:28.693Z | Compiling base64ct v1.8.3 |
| 1902 | 2026-07-22T04:21:28.777Z | Compiling flagset v0.4.7 |
| 1903 | 2026-07-22T04:21:28.854Z | Compiling serde_derive v1.0.228 |
| 1904 | 2026-07-22T04:21:28.911Z | Compiling zeroize_derive v1.4.3 |
| 1905 | 2026-07-22T04:21:28.948Z | Compiling zerofrom-derive v0.1.6 |
| 1906 | 2026-07-22T04:21:28.979Z | Compiling yoke-derive v0.8.1 |
| 1907 | 2026-07-22T04:21:29.021Z | Compiling zerovec-derive v0.11.2 |
| 1908 | 2026-07-22T04:21:29.021Z | Compiling displaydoc v0.2.5 |
| 1909 | 2026-07-22T04:21:29.030Z | Compiling zerocopy-derive v0.8.40 |
| 1910 | 2026-07-22T04:21:29.076Z | Compiling tokio-macros v2.7.0 |
| 1911 | 2026-07-22T04:21:29.300Z | Compiling futures-macro v0.3.32 |
| 1912 | 2026-07-22T04:21:29.524Z | Compiling zeroize v1.8.2 |
| 1913 | 2026-07-22T04:21:29.735Z | Compiling thiserror-impl v2.0.18 |
| 1914 | 2026-07-22T04:21:29.768Z | Compiling schemars_derive v0.8.22 |
| 1915 | 2026-07-22T04:21:29.789Z | Compiling tracing-attributes v0.1.31 |
| 1916 | 2026-07-22T04:21:29.853Z | Compiling der_derive v0.7.3 |
| 1917 | 2026-07-22T04:21:29.944Z | Compiling thiserror-impl v1.0.69 |
| 1918 | 2026-07-22T04:21:30.062Z | Compiling zerofrom v0.1.6 |
| 1919 | 2026-07-22T04:21:30.210Z | Compiling yoke v0.8.1 |
| 1920 | 2026-07-22T04:21:30.339Z | Compiling crypto-common v0.1.7 |
| 1921 | 2026-07-22T04:21:30.390Z | Compiling pest_derive v2.8.6 |
| 1922 | 2026-07-22T04:21:30.410Z | Compiling zerovec v0.11.5 |
| 1923 | 2026-07-22T04:21:30.483Z | Compiling zerotrie v0.2.3 |
| 1924 | 2026-07-22T04:21:30.829Z | Compiling futures-util v0.3.32 |
| 1925 | 2026-07-22T04:21:30.949Z | Compiling block-buffer v0.10.4 |
| 1926 | 2026-07-22T04:21:30.980Z | Compiling tinystr v0.8.2 |
| 1927 | 2026-07-22T04:21:30.997Z | Compiling potential_utf v0.1.4 |
| 1928 | 2026-07-22T04:21:31.128Z | Compiling digest v0.10.7 |
| 1929 | 2026-07-22T04:21:31.160Z | Compiling icu_collections v2.1.1 |
| 1930 | 2026-07-22T04:21:31.190Z | Compiling scroll_derive v0.13.1 |
| 1931 | 2026-07-22T04:21:31.217Z | Compiling icu_locale_core v2.1.1 |
| 1932 | 2026-07-22T04:21:31.274Z | Compiling scroll_derive v0.12.1 |
| 1933 | 2026-07-22T04:21:31.346Z | Compiling openssl-macros v0.1.1 |
| 1934 | 2026-07-22T04:21:31.746Z | Compiling regex v1.12.3 |
| 1935 | 2026-07-22T04:21:31.758Z | Compiling zerocopy-derive v0.7.35 |
| 1936 | 2026-07-22T04:21:31.798Z | Compiling tracing v0.1.44 |
| 1937 | 2026-07-22T04:21:31.883Z | Compiling icu_provider v2.1.1 |
| 1938 | 2026-07-22T04:21:31.975Z | Compiling pem-rfc7468 v0.7.0 |
| 1939 | 2026-07-22T04:21:32.075Z | Compiling bytes v1.11.1 |
| 1940 | 2026-07-22T04:21:32.148Z | Compiling chrono v0.4.45 |
| 1941 | 2026-07-22T04:21:32.179Z | Compiling icu_properties v2.1.2 |
| 1942 | 2026-07-22T04:21:32.194Z | Compiling icu_normalizer v2.1.1 |
| 1943 | 2026-07-22T04:21:32.213Z | Compiling serde_tokenstream v0.2.3 |
| 1944 | 2026-07-22T04:21:32.552Z | Compiling der v0.7.10 |
| 1945 | 2026-07-22T04:21:32.689Z | Compiling tokio v1.52.1 |
| 1946 | 2026-07-22T04:21:32.968Z | Compiling http v1.4.2 |
| 1947 | 2026-07-22T04:21:33.120Z | Compiling idna_adapter v1.2.1 |
| 1948 | 2026-07-22T04:21:33.275Z | Compiling idna v1.1.0 |
| 1949 | 2026-07-22T04:21:33.562Z | Compiling ppv-lite86 v0.2.21 |
| 1950 | 2026-07-22T04:21:33.686Z | Compiling url v2.5.8 |
| 1951 | 2026-07-22T04:21:33.791Z | Compiling rustls-pki-types v1.14.0 |
| 1952 | 2026-07-22T04:21:33.891Z | Compiling rand_chacha v0.9.0 |
| 1953 | 2026-07-22T04:21:33.947Z | Compiling usdt-impl v0.5.0 |
| 1954 | 2026-07-22T04:21:34.111Z | Compiling paste v1.0.15 |
| 1955 | 2026-07-22T04:21:34.132Z | Compiling fastrand v2.3.0 |
| 1956 | 2026-07-22T04:21:34.202Z | Compiling either v1.15.0 |
| 1957 | 2026-07-22T04:21:34.223Z | Compiling tinyvec_macros v0.1.1 |
| 1958 | 2026-07-22T04:21:34.272Z | Compiling http-body v1.0.1 |
| 1959 | 2026-07-22T04:21:34.435Z | Compiling ref-cast v1.0.25 |
| 1960 | 2026-07-22T04:21:34.452Z | Compiling openssl-probe v0.2.1 |
| 1961 | 2026-07-22T04:21:34.467Z | Compiling cmov v0.5.4 |
| 1962 | 2026-07-22T04:21:34.482Z | Compiling usdt-impl v0.6.0 |
| 1963 | 2026-07-22T04:21:34.691Z | Compiling ctutils v0.4.2 |
| 1964 | 2026-07-22T04:21:34.748Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-07-22T04:21:34.881Z | Compiling rand v0.9.2 |
| 1966 | 2026-07-22T04:21:34.927Z | Compiling spki v0.7.3 |
| 1967 | 2026-07-22T04:21:34.930Z | Compiling toml_datetime v0.6.11 |
| 1968 | 2026-07-22T04:21:34.959Z | Compiling serde_spanned v0.6.9 |
| 1969 | 2026-07-22T04:21:35.099Z | Compiling scroll v0.13.0 |
| 1970 | 2026-07-22T04:21:35.123Z | Compiling scroll v0.12.0 |
| 1971 | 2026-07-22T04:21:35.157Z | Compiling async-trait v0.1.89 |
| 1972 | 2026-07-22T04:21:35.174Z | Compiling heapless v0.7.17 |
| 1973 | 2026-07-22T04:21:35.336Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1974 | 2026-07-22T04:21:35.417Z | Compiling tower-service v0.3.3 |
| 1975 | 2026-07-22T04:21:35.436Z | Compiling cpufeatures v0.2.17 |
| 1976 | 2026-07-22T04:21:35.448Z | Compiling atomic-waker v1.1.2 |
| 1977 | 2026-07-22T04:21:35.451Z | Compiling litrs v1.0.0 |
| 1978 | 2026-07-22T04:21:35.503Z | Compiling untrusted v0.7.1 |
| 1979 | 2026-07-22T04:21:35.946Z | Compiling winnow v0.7.14 |
| 1980 | 2026-07-22T04:21:35.949Z | Compiling tower-layer v0.3.3 |
| 1981 | 2026-07-22T04:21:35.950Z | Compiling rustix v0.38.44 |
| 1982 | 2026-07-22T04:21:35.950Z | Compiling winnow v1.0.3 |
| 1983 | 2026-07-22T04:21:35.950Z | Compiling try-lock v0.2.5 |
| 1984 | 2026-07-22T04:21:35.950Z | Compiling signal-hook v0.3.18 |
| 1985 | 2026-07-22T04:21:35.950Z | Compiling zstd-safe v7.2.4 |
| 1986 | 2026-07-22T04:21:35.950Z | Compiling want v0.3.1 |
| 1987 | 2026-07-22T04:21:35.951Z | Compiling goblin v0.8.2 |
| 1988 | 2026-07-22T04:21:35.954Z | Compiling goblin v0.10.5 |
| 1989 | 2026-07-22T04:21:35.954Z | Compiling document-features v0.2.12 |
| 1990 | 2026-07-22T04:21:35.985Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1991 | 2026-07-22T04:21:36.118Z | Compiling hybrid-array v0.4.13 |
| 1992 | 2026-07-22T04:21:36.495Z | Compiling zerocopy v0.7.35 |
| 1993 | 2026-07-22T04:21:36.518Z | Compiling ipnet v2.11.0 |
| 1994 | 2026-07-22T04:21:36.596Z | Compiling tokio-util v0.7.18 |
| 1995 | 2026-07-22T04:21:36.840Z | Compiling ref-cast-impl v1.0.25 |
| 1996 | 2026-07-22T04:21:36.921Z | Compiling darling_core v0.20.11 |
| 1997 | 2026-07-22T04:21:36.963Z | Compiling curve25519-dalek v4.1.3 |
| 1998 | 2026-07-22T04:21:36.988Z | Compiling memoffset v0.9.1 |
| 1999 | 2026-07-22T04:21:37.085Z | Compiling httpdate v1.0.3 |
| 2000 | 2026-07-22T04:21:37.088Z | Compiling powerfmt v0.2.0 |
| 2001 | 2026-07-22T04:21:37.232Z | Compiling untrusted v0.9.0 |
| 2002 | 2026-07-22T04:21:37.253Z | Compiling winnow v0.5.40 |
| 2003 | 2026-07-22T04:21:37.328Z | Compiling h2 v0.4.15 |
| 2004 | 2026-07-22T04:21:37.372Z | Compiling foreign-types-shared v0.1.1 |
| 2005 | 2026-07-22T04:21:37.682Z | Compiling utf8parse v0.2.2 |
| 2006 | 2026-07-22T04:21:37.818Z | Compiling tempfile v3.25.0 |
| 2007 | 2026-07-22T04:21:37.868Z | Compiling foreign-types v0.3.2 |
| 2008 | 2026-07-22T04:21:37.920Z | Compiling deranged v0.5.8 |
| 2009 | 2026-07-22T04:21:38.118Z | Compiling pkcs8 v0.10.2 |
| 2010 | 2026-07-22T04:21:38.181Z | Compiling dof v0.3.0 |
| 2011 | 2026-07-22T04:21:38.389Z | Compiling unicode-normalization v0.1.25 |
| 2012 | 2026-07-22T04:21:38.540Z | Compiling dtrace-parser v0.2.0 |
| 2013 | 2026-07-22T04:21:38.706Z | Compiling dof v0.4.0 |
| 2014 | 2026-07-22T04:21:38.797Z | Compiling toml_edit v0.19.15 |
| 2015 | 2026-07-22T04:21:38.888Z | Compiling darling_macro v0.20.11 |
| 2016 | 2026-07-22T04:21:39.130Z | Compiling dtrace-parser v0.3.0 |
| 2017 | 2026-07-22T04:21:39.267Z | Compiling daft-derive v0.1.7 |
| 2018 | 2026-07-22T04:21:39.286Z | Compiling pin-project-internal v1.1.11 |
| 2019 | 2026-07-22T04:21:39.431Z | Compiling spin v0.9.8 |
| 2020 | 2026-07-22T04:21:39.570Z | Compiling thread-id v4.2.2 |
| 2021 | 2026-07-22T04:21:39.665Z | Compiling thread-id v5.1.0 |
| 2022 | 2026-07-22T04:21:39.678Z | Compiling cfg_aliases v0.2.1 |
| 2023 | 2026-07-22T04:21:39.731Z | Compiling anstyle v1.0.14 |
| 2024 | 2026-07-22T04:21:39.748Z | Compiling smoltcp v0.9.1 |
| 2025 | 2026-07-22T04:21:39.963Z | Compiling num-bigint-dig v0.8.6 |
| 2026 | 2026-07-22T04:21:39.980Z | Compiling num_threads v0.1.7 |
| 2027 | 2026-07-22T04:21:39.998Z | Compiling nix v0.31.2 |
| 2028 | 2026-07-22T04:21:40.085Z | Compiling time v0.3.47 |
| 2029 | 2026-07-22T04:21:40.368Z | Compiling darling v0.20.11 |
| 2030 | 2026-07-22T04:21:40.427Z | Compiling sha2 v0.10.9 |
| 2031 | 2026-07-22T04:21:40.471Z | Compiling ipnetwork v0.21.1 |
| 2032 | 2026-07-22T04:21:40.639Z | Compiling hyper v1.10.1 |
| 2033 | 2026-07-22T04:21:40.693Z | Compiling hmac v0.12.1 |
| 2034 | 2026-07-22T04:21:40.828Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2035 | 2026-07-22T04:21:40.865Z | Compiling strum_macros v0.26.4 |
| 2036 | 2026-07-22T04:21:41.154Z | Compiling darling_core v0.23.0 |
| 2037 | 2026-07-22T04:21:41.192Z | Compiling sync_wrapper v1.0.2 |
| 2038 | 2026-07-22T04:21:41.250Z | Compiling wait-timeout v0.2.1 |
| 2039 | 2026-07-22T04:21:41.447Z | Compiling quick-error v1.2.3 |
| 2040 | 2026-07-22T04:21:41.479Z | Compiling siphasher v1.0.2 |
| 2041 | 2026-07-22T04:21:41.507Z | Compiling is_terminal_polyfill v1.70.2 |
| 2042 | 2026-07-22T04:21:41.688Z | Compiling bit-vec v0.8.0 |
| 2043 | 2026-07-22T04:21:41.763Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-07-22T04:21:41.845Z | Compiling hyper-util v0.1.20 |
| 2045 | 2026-07-22T04:21:41.890Z | Compiling simd-adler32 v0.3.8 |
| 2046 | 2026-07-22T04:21:41.940Z | Compiling colorchoice v1.0.4 |
| 2047 | 2026-07-22T04:21:42.092Z | Compiling bit-set v0.8.0 |
| 2048 | 2026-07-22T04:21:42.467Z | Compiling rusty-fork v0.3.1 |
| 2049 | 2026-07-22T04:21:42.772Z | Compiling tower v0.5.3 |
| 2050 | 2026-07-22T04:21:43.069Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-07-22T04:21:43.175Z | Compiling http-body-util v0.1.3 |
| 2052 | 2026-07-22T04:21:43.191Z | Compiling hubpack_derive v0.1.1 |
| 2053 | 2026-07-22T04:21:43.264Z | Compiling snafu-derive v0.8.9 |
| 2054 | 2026-07-22T04:21:43.314Z | Compiling darling_macro v0.23.0 |
| 2055 | 2026-07-22T04:21:43.331Z | Compiling strum_macros v0.27.2 |
| 2056 | 2026-07-22T04:21:43.450Z | Compiling rand_xorshift v0.4.0 |
| 2057 | 2026-07-22T04:21:43.623Z | Compiling ahash v0.8.12 |
| 2058 | 2026-07-22T04:21:43.676Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-07-22T04:21:43.749Z | Compiling unarray v0.1.4 |
| 2060 | 2026-07-22T04:21:43.844Z | Compiling ryu v1.0.23 |
| 2061 | 2026-07-22T04:21:43.885Z | Compiling unicode-bidi v0.3.18 |
| 2062 | 2026-07-22T04:21:43.888Z | Compiling object v0.37.3 |
| 2063 | 2026-07-22T04:21:43.922Z | Compiling unicode-segmentation v1.12.0 |
| 2064 | 2026-07-22T04:21:43.968Z | Compiling adler2 v2.0.1 |
| 2065 | 2026-07-22T04:21:44.026Z | Compiling unicode-properties v0.1.4 |
| 2066 | 2026-07-22T04:21:44.175Z | Compiling iri-string v0.7.10 |
| 2067 | 2026-07-22T04:21:44.204Z | Compiling allocator-api2 v0.2.21 |
| 2068 | 2026-07-22T04:21:44.232Z | Compiling stringprep v0.1.5 |
| 2069 | 2026-07-22T04:21:44.319Z | Compiling miniz_oxide v0.8.9 |
| 2070 | 2026-07-22T04:21:44.388Z | Compiling serde_urlencoded v0.7.1 |
| 2071 | 2026-07-22T04:21:44.562Z | Compiling derive_builder_macro v0.20.2 |
| 2072 | 2026-07-22T04:21:44.614Z | Compiling proptest v1.10.0 |
| 2073 | 2026-07-22T04:21:44.653Z | Compiling darling v0.23.0 |
| 2074 | 2026-07-22T04:21:44.974Z | Compiling tokio-native-tls v0.3.1 |
| 2075 | 2026-07-22T04:21:44.994Z | Compiling usdt-attr-macro v0.6.0 |
| 2076 | 2026-07-22T04:21:45.092Z | Compiling usdt-macro v0.6.0 |
| 2077 | 2026-07-22T04:21:45.112Z | Compiling anstyle-parse v1.0.0 |
| 2078 | 2026-07-22T04:21:45.132Z | Compiling block-buffer v0.12.1 |
| 2079 | 2026-07-22T04:21:45.161Z | Compiling block-padding v0.4.2 |
| 2080 | 2026-07-22T04:21:45.190Z | Compiling crypto-common v0.2.2 |
| 2081 | 2026-07-22T04:21:45.343Z | Compiling tower-http v0.6.8 |
| 2082 | 2026-07-22T04:21:45.793Z | Compiling rustls-native-certs v0.8.3 |
| 2083 | 2026-07-22T04:21:45.811Z | Compiling rand_chacha v0.3.1 |
| 2084 | 2026-07-22T04:21:45.828Z | Compiling erased-serde v0.3.31 |
| 2085 | 2026-07-22T04:21:45.843Z | Compiling hex v0.4.3 |
| 2086 | 2026-07-22T04:21:45.860Z | Compiling md-5 v0.10.6 |
| 2087 | 2026-07-22T04:21:45.890Z | Compiling signature v2.2.0 |
| 2088 | 2026-07-22T04:21:45.969Z | Compiling bstr v1.12.1 |
| 2089 | 2026-07-22T04:21:46.075Z | Compiling num-integer v0.1.46 |
| 2090 | 2026-07-22T04:21:46.078Z | Compiling hash32 v0.2.1 |
| 2091 | 2026-07-22T04:21:46.109Z | Compiling vergen-lib v9.1.0 |
| 2092 | 2026-07-22T04:21:46.217Z | Compiling encoding_rs v0.8.35 |
| 2093 | 2026-07-22T04:21:46.324Z | Compiling mime v0.3.17 |
| 2094 | 2026-07-22T04:21:46.368Z | Compiling zlib-rs v0.6.2 |
| 2095 | 2026-07-22T04:21:46.408Z | Compiling psl-types v2.0.11 |
| 2096 | 2026-07-22T04:21:46.450Z | Compiling fallible-iterator v0.2.0 |
| 2097 | 2026-07-22T04:21:46.468Z | Compiling cpufeatures v0.3.0 |
| 2098 | 2026-07-22T04:21:46.563Z | Compiling publicsuffix v2.3.0 |
| 2099 | 2026-07-22T04:21:46.684Z | Compiling newtype-uuid v1.3.2 |
| 2100 | 2026-07-22T04:21:46.736Z | Compiling num-iter v0.1.45 |
| 2101 | 2026-07-22T04:21:46.752Z | Compiling postgres-protocol v0.6.10 |
| 2102 | 2026-07-22T04:21:47.083Z | Compiling rand v0.8.6 |
| 2103 | 2026-07-22T04:21:47.322Z | Compiling oxnet v0.1.6 |
| 2104 | 2026-07-22T04:21:47.384Z | Compiling inout v0.2.2 |
| 2105 | 2026-07-22T04:21:47.450Z | Compiling anstream v1.0.0 |
| 2106 | 2026-07-22T04:21:47.456Z | Compiling hyper-tls v0.6.0 |
| 2107 | 2026-07-22T04:21:47.530Z | Compiling derive_builder v0.20.2 |
| 2108 | 2026-07-22T04:21:47.560Z | Compiling serde_with_macros v3.21.0 |
| 2109 | 2026-07-22T04:21:47.661Z | Compiling heck v0.4.1 |
| 2110 | 2026-07-22T04:21:47.715Z | Compiling phf_shared v0.13.1 |
| 2111 | 2026-07-22T04:21:47.729Z | Compiling pin-project v1.1.11 |
| 2112 | 2026-07-22T04:21:47.781Z | Compiling lazy_static v1.5.0 |
| 2113 | 2026-07-22T04:21:47.799Z | Compiling anstyle-parse v0.2.7 |
| 2114 | 2026-07-22T04:21:47.935Z | Compiling futures-executor v0.3.32 |
| 2115 | 2026-07-22T04:21:47.989Z | Compiling terminal_size v0.4.3 |
| 2116 | 2026-07-22T04:21:47.992Z | Compiling async-recursion v1.1.1 |
| 2117 | 2026-07-22T04:21:48.022Z | Compiling enum-as-inner v0.6.1 |
| 2118 | 2026-07-22T04:21:48.025Z | Compiling serde_repr v0.1.20 |
| 2119 | 2026-07-22T04:21:48.153Z | Compiling clap_derive v4.6.1 |
| 2120 | 2026-07-22T04:21:48.209Z | Compiling ff v0.13.1 |
| 2121 | 2026-07-22T04:21:48.304Z | Compiling vergen v9.1.0 |
| 2122 | 2026-07-22T04:21:48.362Z | Compiling cargo-platform v0.3.2 |
| 2123 | 2026-07-22T04:21:48.477Z | Compiling flate2 v1.1.9 |
| 2124 | 2026-07-22T04:21:48.546Z | Compiling bitflags v1.3.2 |
| 2125 | 2026-07-22T04:21:48.601Z | Compiling foldhash v0.1.5 |
| 2126 | 2026-07-22T04:21:48.650Z | Compiling clap_lex v1.0.0 |
| 2127 | 2026-07-22T04:21:48.686Z | Compiling managed v0.8.0 |
| 2128 | 2026-07-22T04:21:48.804Z | Compiling foldhash v0.2.0 |
| 2129 | 2026-07-22T04:21:48.848Z | Compiling bumpalo v3.20.2 |
| 2130 | 2026-07-22T04:21:48.899Z | Compiling libbz2-rs-sys v0.2.2 |
| 2131 | 2026-07-22T04:21:48.906Z | Compiling same-file v1.0.6 |
| 2132 | 2026-07-22T04:21:48.957Z | Compiling base16ct v0.2.0 |
| 2133 | 2026-07-22T04:21:49.036Z | Compiling walkdir v2.5.0 |
| 2134 | 2026-07-22T04:21:49.081Z | Compiling sec1 v0.7.3 |
| 2135 | 2026-07-22T04:21:49.137Z | Compiling zopfli v0.8.3 |
| 2136 | 2026-07-22T04:21:49.193Z | Compiling hashbrown v0.16.1 |
| 2137 | 2026-07-22T04:21:49.311Z | Compiling bzip2 v0.6.1 |
| 2138 | 2026-07-22T04:21:49.327Z | Compiling clap_builder v4.6.0 |
| 2139 | 2026-07-22T04:21:49.364Z | Compiling hashbrown v0.15.5 |
| 2140 | 2026-07-22T04:21:49.563Z | Compiling cargo_metadata v0.23.1 |
| 2141 | 2026-07-22T04:21:49.788Z | Compiling group v0.13.0 |
| 2142 | 2026-07-22T04:21:49.817Z | Compiling futures v0.3.32 |
| 2143 | 2026-07-22T04:21:50.008Z | Compiling anstream v0.6.21 |
| 2144 | 2026-07-22T04:21:50.353Z | Compiling phf v0.13.1 |
| 2145 | 2026-07-22T04:21:50.446Z | Compiling zstd v0.13.3 |
| 2146 | 2026-07-22T04:21:50.533Z | Compiling snafu v0.8.9 |
| 2147 | 2026-07-22T04:21:50.597Z | Compiling reqwest v0.12.28 |
| 2148 | 2026-07-22T04:21:50.880Z | Compiling daft v0.1.7 |
| 2149 | 2026-07-22T04:21:51.039Z | Compiling signal-hook-mio v0.2.5 |
| 2150 | 2026-07-22T04:21:51.056Z | Compiling cipher v0.5.2 |
| 2151 | 2026-07-22T04:21:51.136Z | Compiling cookie_store v0.22.1 |
| 2152 | 2026-07-22T04:21:51.189Z | Compiling postgres-types v0.2.12 |
| 2153 | 2026-07-22T04:21:51.201Z | Compiling bzip2 v0.4.4 |
| 2154 | 2026-07-22T04:21:51.364Z | Compiling globset v0.4.18 |
| 2155 | 2026-07-22T04:21:51.382Z | Compiling ed25519 v2.2.3 |
| 2156 | 2026-07-22T04:21:51.399Z | Compiling strum v0.27.2 |
| 2157 | 2026-07-22T04:21:51.519Z | Compiling hubpack v0.1.2 |
| 2158 | 2026-07-22T04:21:51.594Z | Compiling phf_shared v0.11.3 |
| 2159 | 2026-07-22T04:21:51.598Z | Compiling hkdf v0.12.4 |
| 2160 | 2026-07-22T04:21:51.621Z | Compiling crossbeam-epoch v0.9.18 |
| 2161 | 2026-07-22T04:21:51.744Z | Compiling olpc-cjson v0.1.4 |
| 2162 | 2026-07-22T04:21:51.765Z | Compiling pkcs1 v0.7.5 |
| 2163 | 2026-07-22T04:21:51.948Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-07-22T04:21:51.997Z | Compiling serde_plain v1.0.2 |
| 2165 | 2026-07-22T04:21:52.128Z | Compiling crypto-bigint v0.5.5 |
| 2166 | 2026-07-22T04:21:52.165Z | Compiling pem v3.0.6 |
| 2167 | 2026-07-22T04:21:52.241Z | Compiling float-cmp v0.10.0 |
| 2168 | 2026-07-22T04:21:52.270Z | Compiling env_filter v1.0.0 |
| 2169 | 2026-07-22T04:21:52.328Z | Compiling memmap2 v0.9.10 |
| 2170 | 2026-07-22T04:21:52.410Z | Compiling keccak v0.1.6 |
| 2171 | 2026-07-22T04:21:52.462Z | Compiling toml_write v0.1.2 |
| 2172 | 2026-07-22T04:21:52.520Z | Compiling fixedbitset v0.4.2 |
| 2173 | 2026-07-22T04:21:52.535Z | Compiling data-encoding v2.10.0 |
| 2174 | 2026-07-22T04:21:52.552Z | Compiling const-oid v0.10.2 |
| 2175 | 2026-07-22T04:21:52.593Z | Compiling predicates-core v1.0.10 |
| 2176 | 2026-07-22T04:21:52.633Z | Compiling difflib v0.4.0 |
| 2177 | 2026-07-22T04:21:52.649Z | Compiling whoami v2.1.0 |
| 2178 | 2026-07-22T04:21:52.678Z | Compiling precomputed-hash v0.1.1 |
| 2179 | 2026-07-22T04:21:52.779Z | Compiling static_assertions v1.1.0 |
| 2180 | 2026-07-22T04:21:52.822Z | Compiling fixedbitset v0.5.7 |
| 2181 | 2026-07-22T04:21:52.926Z | Compiling typed-path v0.9.3 |
| 2182 | 2026-07-22T04:21:52.959Z | Compiling new_debug_unreachable v1.0.6 |
| 2183 | 2026-07-22T04:21:52.992Z | Compiling normalize-line-endings v0.3.0 |
| 2184 | 2026-07-22T04:21:53.019Z | Compiling jiff v0.2.21 |
| 2185 | 2026-07-22T04:21:53.043Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-07-22T04:21:53.072Z | Compiling predicates v3.1.4 |
| 2187 | 2026-07-22T04:21:53.072Z | Compiling elliptic-curve v0.13.8 |
| 2188 | 2026-07-22T04:21:53.105Z | Compiling string_cache v0.8.9 |
| 2189 | 2026-07-22T04:21:53.149Z | Compiling tokio-postgres v0.7.16 |
| 2190 | 2026-07-22T04:21:53.244Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2191 | 2026-07-22T04:21:53.337Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-07-22T04:21:53.352Z | Compiling chacha20 v0.10.0 |
| 2193 | 2026-07-22T04:21:53.437Z | Compiling digest v0.11.3 |
| 2194 | 2026-07-22T04:21:53.463Z | Compiling petgraph v0.6.5 |
| 2195 | 2026-07-22T04:21:53.639Z | Compiling toml_edit v0.22.27 |
| 2196 | 2026-07-22T04:21:53.660Z | Compiling sha3 v0.10.8 |
| 2197 | 2026-07-22T04:21:53.676Z | Compiling usdt v0.6.0 |
| 2198 | 2026-07-22T04:21:53.948Z | Compiling env_logger v0.11.9 |
| 2199 | 2026-07-22T04:21:54.279Z | Compiling rsa v0.9.10 |
| 2200 | 2026-07-22T04:21:55.216Z | Compiling ed25519-dalek v2.2.0 |
| 2201 | 2026-07-22T04:21:55.365Z | Compiling zip v0.6.6 |
| 2202 | 2026-07-22T04:21:55.457Z | Compiling crossterm v0.28.1 |
| 2203 | 2026-07-22T04:21:55.560Z | Compiling iddqd v0.4.2 |
| 2204 | 2026-07-22T04:21:55.977Z | Compiling zip v4.6.1 |
| 2205 | 2026-07-22T04:21:56.084Z | Compiling clap v4.6.1 |
| 2206 | 2026-07-22T04:21:56.372Z | Compiling serde_with v3.21.0 |
| 2207 | 2026-07-22T04:21:56.517Z | Compiling similar v2.7.0 |
| 2208 | 2026-07-22T04:21:56.603Z | Compiling byte-wrapper v0.1.0 |
| 2209 | 2026-07-22T04:21:56.685Z | Compiling strum v0.26.3 |
| 2210 | 2026-07-22T04:21:56.794Z | Compiling toml v0.7.8 |
| 2211 | 2026-07-22T04:21:56.815Z | Compiling tokio-stream v0.1.18 |
| 2212 | 2026-07-22T04:21:56.832Z | Compiling buf-list v1.1.2 |
| 2213 | 2026-07-22T04:21:56.891Z | Compiling x509-cert v0.2.5 |
| 2214 | 2026-07-22T04:21:56.984Z | Compiling itertools v0.13.0 |
| 2215 | 2026-07-22T04:21:57.249Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2216 | 2026-07-22T04:21:57.588Z | Compiling openapiv3 v2.2.0 |
| 2217 | 2026-07-22T04:21:57.969Z | Compiling lalrpop-util v0.19.12 |
| 2218 | 2026-07-22T04:21:58.065Z | Compiling peg-runtime v0.8.5 |
| 2219 | 2026-07-22T04:22:14.102Z | Compiling rustls-webpki v0.103.13 |
| 2220 | 2026-07-22T04:22:15.365Z | Compiling macaddr v1.0.1 |
| 2221 | 2026-07-22T04:22:15.491Z | Compiling structmeta-derive v0.3.0 |
| 2222 | 2026-07-22T04:22:15.513Z | Compiling darling_core v0.21.3 |
| 2223 | 2026-07-22T04:22:15.532Z | Compiling crucible-workspace-hack v0.1.0 |
| 2224 | 2026-07-22T04:22:15.673Z | Compiling rayon-core v1.13.0 |
| 2225 | 2026-07-22T04:22:15.775Z | Compiling itertools v0.14.0 |
| 2226 | 2026-07-22T04:22:15.923Z | Compiling secrecy v0.10.3 |
| 2227 | 2026-07-22T04:22:15.942Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2228 | 2026-07-22T04:22:16.113Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2229 | 2026-07-22T04:22:16.130Z | Compiling heapless v0.8.0 |
| 2230 | 2026-07-22T04:22:16.279Z | Compiling crossbeam-deque v0.8.6 |
| 2231 | 2026-07-22T04:22:16.370Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2232 | 2026-07-22T04:22:16.385Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2026-07-22T04:22:16.523Z | Compiling inout v0.1.4 |
| 2234 | 2026-07-22T04:22:16.548Z | Compiling structmeta v0.3.0 |
| 2235 | 2026-07-22T04:22:16.566Z | Compiling hash32 v0.3.1 |
| 2236 | 2026-07-22T04:22:16.632Z | Compiling multer v3.1.0 |
| 2237 | 2026-07-22T04:22:16.710Z | Compiling thread_local v1.1.9 |
| 2238 | 2026-07-22T04:22:16.748Z | Compiling smoltcp v0.11.0 |
| 2239 | 2026-07-22T04:22:16.781Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2240 | 2026-07-22T04:22:16.802Z | Compiling compression-core v0.4.31 |
| 2241 | 2026-07-22T04:22:16.860Z | Compiling match_cfg v0.1.0 |
| 2242 | 2026-07-22T04:22:16.951Z | Compiling unicode-width v0.2.0 |
| 2243 | 2026-07-22T04:22:17.004Z | Compiling slog-async v2.8.0 |
| 2244 | 2026-07-22T04:22:17.059Z | Compiling compression-codecs v0.4.37 |
| 2245 | 2026-07-22T04:22:17.080Z | Compiling hostname v0.3.1 |
| 2246 | 2026-07-22T04:22:17.095Z | Compiling proc-macro-crate v3.4.0 |
| 2247 | 2026-07-22T04:22:17.198Z | Compiling derive-ex v0.1.8 |
| 2248 | 2026-07-22T04:22:17.291Z | Compiling cipher v0.4.4 |
| 2249 | 2026-07-22T04:22:17.373Z | Compiling atomicwrites v0.4.4 |
| 2250 | 2026-07-22T04:22:17.444Z | Compiling slog-json v2.6.1 |
| 2251 | 2026-07-22T04:22:17.495Z | Compiling crossbeam-channel v0.5.15 |
| 2252 | 2026-07-22T04:22:17.545Z | Compiling half v2.7.1 |
| 2253 | 2026-07-22T04:22:17.560Z | Compiling newtype-uuid-macros v0.1.0 |
| 2254 | 2026-07-22T04:22:17.668Z | Compiling tokio-rustls v0.26.4 |
| 2255 | 2026-07-22T04:22:17.671Z | Compiling rustls-platform-verifier v0.6.2 |
| 2256 | 2026-07-22T04:22:17.712Z | Compiling tough v0.22.0 |
| 2257 | 2026-07-22T04:22:17.780Z | Compiling darling_macro v0.21.3 |
| 2258 | 2026-07-22T04:22:17.904Z | Compiling hyper-rustls v0.27.7 |
| 2259 | 2026-07-22T04:22:17.921Z | Compiling cobs v0.3.0 |
| 2260 | 2026-07-22T04:22:17.957Z | Compiling universal-hash v0.5.1 |
| 2261 | 2026-07-22T04:22:18.135Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2262 | 2026-07-22T04:22:18.217Z | Compiling reqwest v0.13.2 |
| 2263 | 2026-07-22T04:22:18.256Z | Compiling async-stream-impl v0.3.6 |
| 2264 | 2026-07-22T04:22:18.256Z | Compiling serde_spanned v1.1.1 |
| 2265 | 2026-07-22T04:22:18.300Z | Compiling darling v0.21.3 |
| 2266 | 2026-07-22T04:22:18.317Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2267 | 2026-07-22T04:22:18.569Z | Compiling ingot-macros v0.1.1 |
| 2268 | 2026-07-22T04:22:18.591Z | Compiling is-terminal v0.4.17 |
| 2269 | 2026-07-22T04:22:18.591Z | Compiling dropshot v0.17.1 |
| 2270 | 2026-07-22T04:22:18.765Z | Compiling proc-macro-error-attr v1.0.4 |
| 2271 | 2026-07-22T04:22:18.841Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2272 | 2026-07-22T04:22:18.910Z | Compiling take_mut v0.2.2 |
| 2273 | 2026-07-22T04:22:18.911Z | Compiling convert_case v0.4.0 |
| 2274 | 2026-07-22T04:22:18.911Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2275 | 2026-07-22T04:22:18.999Z | Compiling ciborium-io v0.2.2 |
| 2276 | 2026-07-22T04:22:19.092Z | Compiling opaque-debug v0.3.1 |
| 2277 | 2026-07-22T04:22:19.092Z | Compiling term v1.2.1 |
| 2278 | 2026-07-22T04:22:19.164Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2279 | 2026-07-22T04:22:19.164Z | Compiling poly1305 v0.8.0 |
| 2280 | 2026-07-22T04:22:19.164Z | Compiling ciborium-ll v0.2.2 |
| 2281 | 2026-07-22T04:22:19.218Z | Compiling derive_more v0.99.20 |
| 2282 | 2026-07-22T04:22:19.335Z | Compiling thiserror-no-std v2.0.2 |
| 2283 | 2026-07-22T04:22:19.453Z | Compiling slog-term v2.9.2 |
| 2284 | 2026-07-22T04:22:19.454Z | Compiling async-stream v0.3.6 |
| 2285 | 2026-07-22T04:22:19.578Z | Compiling test-strategy v0.4.5 |
| 2286 | 2026-07-22T04:22:19.579Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2287 | 2026-07-22T04:22:19.666Z | Compiling postcard v1.1.3 |
| 2288 | 2026-07-22T04:22:20.029Z | Compiling slog-bunyan v2.5.0 |
| 2289 | 2026-07-22T04:22:20.309Z | Compiling num_enum_derive v0.7.6 |
| 2290 | 2026-07-22T04:22:20.660Z | Compiling chacha20 v0.9.1 |
| 2291 | 2026-07-22T04:22:20.752Z | Compiling async-compression v0.4.41 |
| 2292 | 2026-07-22T04:22:20.853Z | Compiling parse-display-derive v0.10.0 |
| 2293 | 2026-07-22T04:22:20.960Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2294 | 2026-07-22T04:22:21.171Z | Compiling ingot-types v0.1.2 |
| 2295 | 2026-07-22T04:22:21.219Z | Compiling sha1 v0.11.0 |
| 2296 | 2026-07-22T04:22:21.260Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2297 | 2026-07-22T04:22:21.383Z | Compiling proc-macro-crate v1.3.1 |
| 2298 | 2026-07-22T04:22:21.482Z | Compiling waitgroup v0.1.2 |
| 2299 | 2026-07-22T04:22:21.482Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2300 | 2026-07-22T04:22:21.591Z | Compiling password-hash v0.5.0 |
| 2301 | 2026-07-22T04:22:21.679Z | Compiling backon v1.6.0 |
| 2302 | 2026-07-22T04:22:21.679Z | Compiling ingot v0.1.1 |
| 2303 | 2026-07-22T04:22:21.679Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2304 | 2026-07-22T04:22:21.751Z | Compiling rustls-pemfile v2.2.0 |
| 2305 | 2026-07-22T04:22:21.752Z | Compiling dropshot_endpoint v0.17.1 |
| 2306 | 2026-07-22T04:22:21.815Z | Compiling blake2 v0.10.6 |
| 2307 | 2026-07-22T04:22:21.888Z | Compiling aead v0.5.2 |
| 2308 | 2026-07-22T04:22:21.977Z | Compiling foreign-types-macros v0.2.3 |
| 2309 | 2026-07-22T04:22:22.054Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2310 | 2026-07-22T04:22:22.140Z | Compiling serde_path_to_error v0.1.20 |
| 2311 | 2026-07-22T04:22:22.141Z | Compiling hostname v0.4.2 |
| 2312 | 2026-07-22T04:22:22.292Z | Compiling proc-macro-error v1.0.4 |
| 2313 | 2026-07-22T04:22:22.372Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2314 | 2026-07-22T04:22:22.451Z | Compiling instant v0.1.13 |
| 2315 | 2026-07-22T04:22:22.452Z | Compiling foreign-types-shared v0.3.1 |
| 2316 | 2026-07-22T04:22:22.548Z | Compiling debug-ignore v1.0.5 |
| 2317 | 2026-07-22T04:22:22.548Z | Compiling backoff v0.4.0 |
| 2318 | 2026-07-22T04:22:22.548Z | Compiling parse-display v0.10.0 |
| 2319 | 2026-07-22T04:22:22.615Z | Compiling argon2 v0.5.3 |
| 2320 | 2026-07-22T04:22:22.617Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2026-07-22T04:22:22.673Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2322 | 2026-07-22T04:22:22.740Z | Compiling foreign-types v0.5.0 |
| 2323 | 2026-07-22T04:22:22.740Z | Compiling num_enum_derive v0.5.11 |
| 2324 | 2026-07-22T04:22:22.740Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2325 | 2026-07-22T04:22:22.740Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2326 | 2026-07-22T04:22:22.740Z | Compiling num_enum v0.7.6 |
| 2327 | 2026-07-22T04:22:22.847Z | Compiling ciborium v0.2.2 |
| 2328 | 2026-07-22T04:22:23.024Z | Compiling vsss-rs v3.3.4 |
| 2329 | 2026-07-22T04:22:23.090Z | Compiling tabwriter v1.4.1 |
| 2330 | 2026-07-22T04:22:23.165Z | Compiling regress v0.10.5 |
| 2331 | 2026-07-22T04:22:23.230Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2332 | 2026-07-22T04:22:23.230Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2333 | 2026-07-22T04:22:23.278Z | Compiling cstr-argument v0.1.2 |
| 2334 | 2026-07-22T04:22:23.318Z | Compiling humantime v2.3.0 |
| 2335 | 2026-07-22T04:22:23.483Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2336 | 2026-07-22T04:22:23.511Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-22T04:22:23.632Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2338 | 2026-07-22T04:22:23.632Z | Compiling num_enum v0.5.11 |
| 2339 | 2026-07-22T04:22:23.658Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2340 | 2026-07-22T04:22:23.658Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2341 | 2026-07-22T04:22:23.690Z | Compiling rayon v1.11.0 |
| 2342 | 2026-07-22T04:22:23.711Z | Compiling rand v0.10.1 |
| 2343 | 2026-07-22T04:22:23.727Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2344 | 2026-07-22T04:22:23.746Z | Compiling colored v3.1.1 |
| 2345 | 2026-07-22T04:22:23.773Z | Compiling libefi-sys v0.1.0 |
| 2346 | 2026-07-22T04:22:23.833Z | Compiling indent_write v2.2.0 |
| 2347 | 2026-07-22T04:22:23.851Z | Compiling zone_cfg_derive v0.3.1 |
| 2348 | 2026-07-22T04:22:23.885Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2349 | 2026-07-22T04:22:23.892Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23) |
| 2350 | 2026-07-22T04:22:23.996Z | Compiling camino-tempfile v1.4.1 |
| 2351 | 2026-07-22T04:22:24.055Z | Compiling itertools v0.12.1 |
| 2352 | 2026-07-22T04:22:24.573Z | Compiling usdt-macro v0.5.0 |
| 2353 | 2026-07-22T04:22:24.620Z | Compiling usdt-attr-macro v0.5.0 |
| 2354 | 2026-07-22T04:22:24.620Z | Compiling num-derive v0.4.2 |
| 2355 | 2026-07-22T04:22:24.620Z | Compiling bitfield-struct v0.6.2 |
| 2356 | 2026-07-22T04:22:24.620Z | Compiling blake3 v1.8.5 |
| 2357 | 2026-07-22T04:22:24.620Z | Compiling sigpipe v0.1.3 |
| 2358 | 2026-07-22T04:22:24.620Z | Compiling memmap v0.7.0 |
| 2359 | 2026-07-22T04:22:24.620Z | Compiling glob v0.3.3 |
| 2360 | 2026-07-22T04:22:24.637Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2361 | 2026-07-22T04:22:24.742Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2362 | 2026-07-22T04:22:24.773Z | Compiling swrite v0.1.0 |
| 2363 | 2026-07-22T04:22:24.910Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23) |
| 2364 | 2026-07-22T04:22:24.947Z | Compiling usdt v0.5.0 |
| 2365 | 2026-07-22T04:22:25.081Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2366 | 2026-07-22T04:22:25.144Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2367 | 2026-07-22T04:22:25.222Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-07-22T04:22:25.238Z | Compiling smf v0.2.3 |
| 2369 | 2026-07-22T04:22:25.289Z | Compiling filetime v0.2.27 |
| 2370 | 2026-07-22T04:22:25.362Z | Compiling zone v0.3.1 |
| 2371 | 2026-07-22T04:22:25.435Z | Compiling constant_time_eq v0.4.2 |
| 2372 | 2026-07-22T04:22:25.530Z | Compiling arrayvec v0.7.6 |
| 2373 | 2026-07-22T04:22:25.551Z | Compiling arrayref v0.3.9 |
| 2374 | 2026-07-22T04:22:25.555Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2026-07-22T04:22:25.582Z | Compiling whoami v1.6.1 |
| 2376 | 2026-07-22T04:22:25.618Z | Compiling xattr v1.6.1 |
| 2377 | 2026-07-22T04:22:25.647Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2378 | 2026-07-22T04:22:25.664Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2379 | 2026-07-22T04:22:25.668Z | Compiling tokio-dtrace v0.1.1 |
| 2380 | 2026-07-22T04:22:25.668Z | Compiling console v0.16.2 |
| 2381 | 2026-07-22T04:22:25.797Z | Compiling tar v0.4.46 |
| 2382 | 2026-07-22T04:22:25.861Z | Compiling gethostname v0.5.0 |
| 2383 | 2026-07-22T04:22:25.953Z | Compiling unit-prefix v0.5.2 |
| 2384 | 2026-07-22T04:22:26.021Z | Compiling topological-sort v0.2.2 |
| 2385 | 2026-07-22T04:22:26.046Z | Compiling oxide-tokio-rt v0.1.4 |
| 2386 | 2026-07-22T04:22:26.063Z | Compiling toml v0.8.23 |
| 2387 | 2026-07-22T04:22:26.210Z | Compiling indicatif v0.18.4 |
| 2388 | 2026-07-22T04:22:26.365Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2389 | 2026-07-22T04:22:26.459Z | Compiling shell-words v1.1.1 |
| 2390 | 2026-07-22T04:22:26.514Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2391 | 2026-07-22T04:22:35.858Z | Compiling progenitor-client v0.14.0 |
| 2392 | 2026-07-22T04:22:35.858Z | Compiling omicron-zone-package v0.12.3 |
| 2393 | 2026-07-22T04:22:36.096Z | Compiling progenitor-extras v0.2.0 |
| 2394 | 2026-07-22T04:22:36.458Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2395 | 2026-07-22T04:22:36.489Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2396 | 2026-07-22T04:22:36.553Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2397 | 2026-07-22T04:22:36.590Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2398 | 2026-07-22T04:22:36.642Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2399 | 2026-07-22T04:22:36.657Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2400 | 2026-07-22T04:22:36.772Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2401 | 2026-07-22T04:22:36.948Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2402 | 2026-07-22T04:22:37.473Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2403 | 2026-07-22T04:22:41.479Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2404 | 2026-07-22T04:22:49.548Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-07-22T04:22:52.779Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2406 | 2026-07-22T04:22:53.844Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2407 | 2026-07-22T04:23:03.197Z | Finished `release` profile [optimized] target(s) in 1m 41s |
| 2408 | 2026-07-22T04:23:03.345Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2409 | 2026-07-22T04:23:03.410Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2410 | 2026-07-22T04:23:03.413Z | Created new build target 'test' and set it as active |
| 2411 | 2026-07-22T04:23:03.416Z | |
| 2412 | 2026-07-22T04:23:03.416Z | real 1:41.388224736 |
| 2413 | 2026-07-22T04:23:03.416Z | user 16:33.888118933 |
| 2414 | 2026-07-22T04:23:03.416Z | sys 2:38.864632103 |
| 2415 | 2026-07-22T04:23:03.416Z | trap 0.480638743 |
| 2416 | 2026-07-22T04:23:03.416Z | tflt 2.331795767 |
| 2417 | 2026-07-22T04:23:03.416Z | dflt 3.990560542 |
| 2418 | 2026-07-22T04:23:03.416Z | kflt 0.000628298 |
| 2419 | 2026-07-22T04:23:03.416Z | lock 52:17.532277735 |
| 2420 | 2026-07-22T04:23:03.416Z | slp 42:37.352230573 |
| 2421 | 2026-07-22T04:23:03.416Z | lat 45.504615686 |
| 2422 | 2026-07-22T04:23:03.416Z | stop 5:26.343107664 |
| 2423 | 2026-07-22T04:23:03.416Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2424 | 2026-07-22T04:23:04.285Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2425 | 2026-07-22T04:23:04.356Z | Running `target/release/omicron-package -t test package` |
| 2426 | 2026-07-22T04:23:04.411Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2427 | 2026-07-22T04:23:05.810Z | Compiling heck v0.5.0 |
| 2428 | 2026-07-22T04:23:05.810Z | Compiling regress v0.11.1 |
| 2429 | 2026-07-22T04:23:06.049Z | Compiling unsafe-libyaml v0.2.11 |
| 2430 | 2026-07-22T04:23:06.064Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2431 | 2026-07-22T04:23:06.088Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2432 | 2026-07-22T04:23:06.110Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-07-22T04:23:06.113Z | Compiling bytecount v0.6.9 |
| 2434 | 2026-07-22T04:23:06.128Z | Compiling atomicwrites v0.4.4 |
| 2435 | 2026-07-22T04:23:06.131Z | Compiling is-terminal v0.4.17 |
| 2436 | 2026-07-22T04:23:06.131Z | Compiling prettyplease v0.2.37 |
| 2437 | 2026-07-22T04:23:06.207Z | Compiling console v0.15.11 |
| 2438 | 2026-07-22T04:23:06.210Z | Compiling newline-converter v0.3.0 |
| 2439 | 2026-07-22T04:23:06.210Z | Compiling slog-dtrace v0.3.0 |
| 2440 | 2026-07-22T04:23:06.250Z | Compiling resolv-conf v0.7.6 |
| 2441 | 2026-07-22T04:23:06.270Z | Compiling num-rational v0.4.2 |
| 2442 | 2026-07-22T04:23:06.312Z | Compiling num-complex v0.4.6 |
| 2443 | 2026-07-22T04:23:06.333Z | Compiling thread_local v1.1.9 |
| 2444 | 2026-07-22T04:23:06.358Z | Compiling compression-core v0.4.31 |
| 2445 | 2026-07-22T04:23:06.374Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2446 | 2026-07-22T04:23:06.406Z | Compiling cancel-safe-futures v0.1.5 |
| 2447 | 2026-07-22T04:23:06.468Z | Compiling unicode-width v0.1.14 |
| 2448 | 2026-07-22T04:23:06.534Z | Compiling match_cfg v0.1.0 |
| 2449 | 2026-07-22T04:23:06.555Z | Compiling serde_yaml v0.9.34+deprecated |
| 2450 | 2026-07-22T04:23:06.586Z | Compiling compression-codecs v0.4.37 |
| 2451 | 2026-07-22T04:23:06.628Z | Compiling expectorate v1.2.0 |
| 2452 | 2026-07-22T04:23:06.699Z | Compiling hostname v0.3.1 |
| 2453 | 2026-07-22T04:23:06.719Z | Compiling num v0.4.3 |
| 2454 | 2026-07-22T04:23:06.793Z | Compiling multer v3.1.0 |
| 2455 | 2026-07-22T04:23:06.816Z | Compiling slog-async v2.8.0 |
| 2456 | 2026-07-22T04:23:06.840Z | Compiling crossbeam-channel v0.5.15 |
| 2457 | 2026-07-22T04:23:06.863Z | Compiling slog-json v2.6.1 |
| 2458 | 2026-07-22T04:23:06.867Z | Compiling serde_spanned v1.1.1 |
| 2459 | 2026-07-22T04:23:06.887Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2460 | 2026-07-22T04:23:06.894Z | Compiling float-ord v0.3.2 |
| 2461 | 2026-07-22T04:23:06.894Z | Compiling linked-hash-map v0.5.6 |
| 2462 | 2026-07-22T04:23:06.968Z | Compiling term v1.2.1 |
| 2463 | 2026-07-22T04:23:07.049Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2464 | 2026-07-22T04:23:07.072Z | Compiling take_mut v0.2.2 |
| 2465 | 2026-07-22T04:23:07.100Z | Compiling slog-bunyan v2.5.0 |
| 2466 | 2026-07-22T04:23:07.171Z | Compiling lru-cache v0.1.2 |
| 2467 | 2026-07-22T04:23:07.213Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2468 | 2026-07-22T04:23:07.251Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2469 | 2026-07-22T04:23:07.272Z | Compiling slog-term v2.9.2 |
| 2470 | 2026-07-22T04:23:07.319Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2471 | 2026-07-22T04:23:07.323Z | Compiling async-compression v0.4.41 |
| 2472 | 2026-07-22T04:23:07.323Z | Compiling oxide-update-engine-types v0.1.2 |
| 2473 | 2026-07-22T04:23:07.491Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2474 | 2026-07-22T04:23:07.510Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2475 | 2026-07-22T04:23:07.666Z | Compiling typify-impl v0.6.2 |
| 2476 | 2026-07-22T04:23:07.686Z | Compiling dropshot v0.17.1 |
| 2477 | 2026-07-22T04:23:07.712Z | Compiling async-stream v0.3.6 |
| 2478 | 2026-07-22T04:23:07.750Z | Compiling sha1 v0.11.0 |
| 2479 | 2026-07-22T04:23:07.782Z | Compiling progenitor-client v0.14.0 |
| 2480 | 2026-07-22T04:23:07.824Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2481 | 2026-07-22T04:23:07.874Z | Compiling waitgroup v0.1.2 |
| 2482 | 2026-07-22T04:23:07.903Z | Compiling rustls-pemfile v2.2.0 |
| 2483 | 2026-07-22T04:23:08.039Z | Compiling backon v1.6.0 |
| 2484 | 2026-07-22T04:23:08.042Z | Compiling hostname v0.4.2 |
| 2485 | 2026-07-22T04:23:08.042Z | Compiling serde_path_to_error v0.1.20 |
| 2486 | 2026-07-22T04:23:08.128Z | Compiling instant v0.1.13 |
| 2487 | 2026-07-22T04:23:08.150Z | Compiling linear-map v1.2.0 |
| 2488 | 2026-07-22T04:23:08.153Z | Compiling minimal-lexical v0.2.1 |
| 2489 | 2026-07-22T04:23:08.243Z | Compiling debug-ignore v1.0.5 |
| 2490 | 2026-07-22T04:23:08.267Z | Compiling backoff v0.4.0 |
| 2491 | 2026-07-22T04:23:08.270Z | Compiling progenitor-extras v0.2.0 |
| 2492 | 2026-07-22T04:23:08.402Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-22T04:23:08.431Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2494 | 2026-07-22T04:23:08.453Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2495 | 2026-07-22T04:23:08.457Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2496 | 2026-07-22T04:23:08.457Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2497 | 2026-07-22T04:23:08.516Z | Compiling parse-display v0.10.0 |
| 2498 | 2026-07-22T04:23:08.544Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2499 | 2026-07-22T04:23:08.732Z | Compiling oxide-update-engine v0.1.2 |
| 2500 | 2026-07-22T04:23:08.820Z | Compiling hickory-proto v0.24.4 |
| 2501 | 2026-07-22T04:23:09.180Z | Compiling regress v0.10.5 |
| 2502 | 2026-07-22T04:23:09.565Z | Compiling macaddr v1.0.1 |
| 2503 | 2026-07-22T04:23:09.769Z | Compiling unicode-xid v0.2.6 |
| 2504 | 2026-07-22T04:23:09.812Z | Compiling humantime v2.3.0 |
| 2505 | 2026-07-22T04:23:09.940Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2506 | 2026-07-22T04:23:10.069Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2507 | 2026-07-22T04:23:10.088Z | Compiling convert_case v0.10.0 |
| 2508 | 2026-07-22T04:23:10.133Z | Compiling owo-colors v4.3.0 |
| 2509 | 2026-07-22T04:23:10.263Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-07-22T04:23:10.408Z | Compiling derive_more-impl v2.1.1 |
| 2511 | 2026-07-22T04:23:10.496Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2512 | 2026-07-22T04:23:10.542Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2513 | 2026-07-22T04:23:10.618Z | Compiling toml v0.8.23 |
| 2514 | 2026-07-22T04:23:11.162Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-07-22T04:23:11.187Z | Compiling typify-macro v0.6.2 |
| 2516 | 2026-07-22T04:23:11.234Z | Compiling papergrid v0.11.0 |
| 2517 | 2026-07-22T04:23:11.270Z | Compiling derive_more v2.1.1 |
| 2518 | 2026-07-22T04:23:11.296Z | Compiling tabled_derive v0.7.0 |
| 2519 | 2026-07-22T04:23:11.328Z | Compiling termtree v0.5.1 |
| 2520 | 2026-07-22T04:23:11.382Z | Compiling hickory-resolver v0.24.4 |
| 2521 | 2026-07-22T04:23:11.526Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2522 | 2026-07-22T04:23:11.766Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2523 | 2026-07-22T04:23:12.241Z | Compiling tabled v0.15.0 |
| 2524 | 2026-07-22T04:23:12.584Z | Compiling qorb v0.4.1 |
| 2525 | 2026-07-22T04:23:12.767Z | Compiling typify v0.6.2 |
| 2526 | 2026-07-22T04:23:13.057Z | Compiling progenitor-impl v0.14.0 |
| 2527 | 2026-07-22T04:23:13.324Z | Compiling crossterm v0.29.0 |
| 2528 | 2026-07-22T04:23:13.645Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-07-22T04:23:13.899Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2530 | 2026-07-22T04:23:14.460Z | Compiling csv-core v0.1.13 |
| 2531 | 2026-07-22T04:23:14.898Z | Compiling vte v0.14.1 |
| 2532 | 2026-07-22T04:23:15.158Z | Compiling highway v1.3.0 |
| 2533 | 2026-07-22T04:23:15.262Z | Compiling progenitor-macro v0.14.0 |
| 2534 | 2026-07-22T04:23:16.288Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-07-22T04:23:16.456Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2536 | 2026-07-22T04:23:16.487Z | Compiling strip-ansi-escapes v0.2.1 |
| 2537 | 2026-07-22T04:23:16.513Z | Compiling csv v1.4.0 |
| 2538 | 2026-07-22T04:23:16.577Z | Compiling phf v0.12.1 |
| 2539 | 2026-07-22T04:23:16.682Z | Compiling const_format_proc_macros v0.2.34 |
| 2540 | 2026-07-22T04:23:16.772Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-07-22T04:23:17.031Z | Compiling fd-lock v4.0.4 |
| 2542 | 2026-07-22T04:23:17.042Z | Compiling peg-macros v0.8.5 |
| 2543 | 2026-07-22T04:23:17.192Z | Compiling nu-ansi-term v0.50.3 |
| 2544 | 2026-07-22T04:23:17.284Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2545 | 2026-07-22T04:23:17.463Z | Compiling const_format v0.2.35 |
| 2546 | 2026-07-22T04:23:17.497Z | Compiling reedline v0.40.0 |
| 2547 | 2026-07-22T04:23:18.071Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-07-22T04:23:18.341Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2549 | 2026-07-22T04:23:18.545Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2550 | 2026-07-22T04:23:19.273Z | Compiling peg v0.8.5 |
| 2551 | 2026-07-22T04:23:19.320Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2552 | 2026-07-22T04:23:19.387Z | Compiling progenitor v0.14.0 |
| 2553 | 2026-07-22T04:23:19.410Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2554 | 2026-07-22T04:23:19.515Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2555 | 2026-07-22T04:23:19.557Z | Compiling bcs v0.1.6 |
| 2556 | 2026-07-22T04:23:19.994Z | Compiling nom v8.0.0 |
| 2557 | 2026-07-22T04:23:20.204Z | Compiling semver v0.1.20 |
| 2558 | 2026-07-22T04:23:20.506Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-07-22T04:23:20.740Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-07-22T04:23:20.990Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2561 | 2026-07-22T04:23:21.240Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2562 | 2026-07-22T04:23:21.270Z | Compiling smawk v0.3.2 |
| 2563 | 2026-07-22T04:23:21.405Z | Compiling unicode-linebreak v0.1.5 |
| 2564 | 2026-07-22T04:23:21.466Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2565 | 2026-07-22T04:23:21.715Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2566 | 2026-07-22T04:23:21.879Z | Compiling textwrap v0.16.2 |
| 2567 | 2026-07-22T04:23:22.018Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2568 | 2026-07-22T04:23:22.088Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2569 | 2026-07-22T04:23:22.298Z | Compiling steno v0.4.1 |
| 2570 | 2026-07-22T04:23:23.535Z | Compiling base64 v0.21.7 |
| 2571 | 2026-07-22T04:23:23.535Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2572 | 2026-07-22T04:23:23.561Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2573 | 2026-07-22T04:23:23.561Z | Compiling sha1 v0.10.6 |
| 2574 | 2026-07-22T04:23:23.561Z | Compiling utf-8 v0.7.6 |
| 2575 | 2026-07-22T04:23:23.561Z | Compiling tagptr v0.2.0 |
| 2576 | 2026-07-22T04:23:23.561Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2577 | 2026-07-22T04:23:23.561Z | Compiling moka v0.12.13 |
| 2578 | 2026-07-22T04:23:23.561Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2579 | 2026-07-22T04:23:23.704Z | Compiling tungstenite v0.21.0 |
| 2580 | 2026-07-22T04:23:23.730Z | Compiling display-error-chain v0.2.2 |
| 2581 | 2026-07-22T04:23:24.118Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2582 | 2026-07-22T04:23:24.247Z | Compiling radium v0.7.0 |
| 2583 | 2026-07-22T04:23:24.379Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-07-22T04:23:24.591Z | Compiling maybe-uninit v2.0.0 |
| 2585 | 2026-07-22T04:23:24.790Z | Compiling hickory-resolver v0.25.2 |
| 2586 | 2026-07-22T04:23:24.816Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2587 | 2026-07-22T04:23:24.918Z | Compiling tap v1.0.1 |
| 2588 | 2026-07-22T04:23:25.098Z | Compiling wyz v0.5.1 |
| 2589 | 2026-07-22T04:23:25.384Z | Compiling vergen-lib v0.1.6 |
| 2590 | 2026-07-22T04:23:25.665Z | Compiling zerocopy-derive v0.6.6 |
| 2591 | 2026-07-22T04:23:25.673Z | Compiling packed_struct v0.10.1 |
| 2592 | 2026-07-22T04:23:25.863Z | Compiling diesel_derives v2.3.7 |
| 2593 | 2026-07-22T04:23:25.975Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2594 | 2026-07-22T04:23:26.116Z | Compiling crc-catalog v2.4.0 |
| 2595 | 2026-07-22T04:23:26.259Z | Compiling funty v2.0.0 |
| 2596 | 2026-07-22T04:23:26.659Z | Compiling zerocopy v0.6.6 |
| 2597 | 2026-07-22T04:23:26.962Z | Compiling bitvec v1.0.1 |
| 2598 | 2026-07-22T04:23:27.054Z | Compiling crc v3.4.0 |
| 2599 | 2026-07-22T04:23:27.215Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2600 | 2026-07-22T04:23:27.524Z | Compiling dsl_auto_type v0.2.0 |
| 2601 | 2026-07-22T04:23:27.647Z | Compiling scheduled-thread-pool v0.2.7 |
| 2602 | 2026-07-22T04:23:27.910Z | Compiling packed_struct_codegen v0.10.1 |
| 2603 | 2026-07-22T04:23:28.084Z | Compiling vergen-gitcl v1.0.8 |
| 2604 | 2026-07-22T04:23:28.250Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-22T04:23:28.358Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2606 | 2026-07-22T04:23:28.403Z | Compiling bitfield-macros v0.19.4 |
| 2607 | 2026-07-22T04:23:28.701Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2608 | 2026-07-22T04:23:28.738Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-07-22T04:23:28.871Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-07-22T04:23:28.949Z | Compiling indexmap v1.9.3 |
| 2611 | 2026-07-22T04:23:29.002Z | Compiling nodrop v0.1.14 |
| 2612 | 2026-07-22T04:23:29.135Z | Compiling glob v0.3.3 |
| 2613 | 2026-07-22T04:23:29.156Z | Compiling maplit v1.0.2 |
| 2614 | 2026-07-22T04:23:29.201Z | Compiling crunchy v0.2.4 |
| 2615 | 2026-07-22T04:23:29.308Z | Compiling bitfield v0.19.4 |
| 2616 | 2026-07-22T04:23:29.330Z | Compiling proc-macro-error2 v2.0.1 |
| 2617 | 2026-07-22T04:23:29.527Z | Compiling clang-sys v1.8.1 |
| 2618 | 2026-07-22T04:23:29.565Z | Compiling array-init v0.0.4 |
| 2619 | 2026-07-22T04:23:29.646Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-07-22T04:23:29.895Z | Compiling r2d2 v0.8.10 |
| 2621 | 2026-07-22T04:23:29.951Z | Compiling smallvec v0.6.14 |
| 2622 | 2026-07-22T04:23:31.155Z | Compiling num-derive v0.3.3 |
| 2623 | 2026-07-22T04:23:31.211Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-22T04:23:31.211Z | Compiling hashbrown v0.12.3 |
| 2625 | 2026-07-22T04:23:31.211Z | Compiling downcast-rs v2.0.2 |
| 2626 | 2026-07-22T04:23:31.211Z | Compiling serde-hex v0.1.0 |
| 2627 | 2026-07-22T04:23:31.211Z | Compiling term v0.7.0 |
| 2628 | 2026-07-22T04:23:31.211Z | Compiling tabled_derive v0.11.0 |
| 2629 | 2026-07-22T04:23:31.211Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2630 | 2026-07-22T04:23:31.228Z | Compiling libscf-sys v1.1.0 |
| 2631 | 2026-07-22T04:23:31.256Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2632 | 2026-07-22T04:23:31.272Z | Compiling ron v0.8.1 |
| 2633 | 2026-07-22T04:23:31.338Z | Compiling papergrid v0.17.0 |
| 2634 | 2026-07-22T04:23:31.435Z | Compiling testing_table v0.3.0 |
| 2635 | 2026-07-22T04:23:31.478Z | Compiling hashbrown v0.13.2 |
| 2636 | 2026-07-22T04:23:31.499Z | Compiling bit-vec v0.6.3 |
| 2637 | 2026-07-22T04:23:31.740Z | Compiling crc-any v2.5.0 |
| 2638 | 2026-07-22T04:23:31.886Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-07-22T04:23:32.081Z | Compiling object v0.30.4 |
| 2640 | 2026-07-22T04:23:32.102Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2641 | 2026-07-22T04:23:32.125Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2642 | 2026-07-22T04:23:32.169Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2643 | 2026-07-22T04:23:32.692Z | Compiling tabled v0.20.0 |
| 2644 | 2026-07-22T04:23:32.760Z | Compiling ascii-canvas v3.0.0 |
| 2645 | 2026-07-22T04:23:33.024Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2646 | 2026-07-22T04:23:33.132Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2647 | 2026-07-22T04:23:33.584Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2648 | 2026-07-22T04:23:33.665Z | Compiling progenitor-impl v0.13.0 |
| 2649 | 2026-07-22T04:23:33.898Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2650 | 2026-07-22T04:23:33.929Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-07-22T04:23:34.151Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2652 | 2026-07-22T04:23:34.186Z | Compiling itertools v0.10.5 |
| 2653 | 2026-07-22T04:23:34.330Z | Compiling ena v0.14.4 |
| 2654 | 2026-07-22T04:23:34.455Z | Compiling libloading v0.8.9 |
| 2655 | 2026-07-22T04:23:34.595Z | Compiling diesel v2.3.7 |
| 2656 | 2026-07-22T04:23:34.609Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2657 | 2026-07-22T04:23:34.704Z | Compiling diff v0.1.13 |
| 2658 | 2026-07-22T04:23:34.903Z | Compiling regex-syntax v0.6.29 |
| 2659 | 2026-07-22T04:23:34.968Z | Compiling unicase v2.9.0 |
| 2660 | 2026-07-22T04:23:35.280Z | Compiling xshell-macros v0.2.7 |
| 2661 | 2026-07-22T04:23:35.323Z | Compiling path-slash v0.1.5 |
| 2662 | 2026-07-22T04:23:35.435Z | Compiling bindgen v0.71.1 |
| 2663 | 2026-07-22T04:23:35.520Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2664 | 2026-07-22T04:23:35.707Z | Compiling xshell v0.2.7 |
| 2665 | 2026-07-22T04:23:35.831Z | Compiling progenitor-macro v0.13.0 |
| 2666 | 2026-07-22T04:23:36.842Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2667 | 2026-07-22T04:23:36.957Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-07-22T04:23:37.048Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2669 | 2026-07-22T04:23:37.798Z | Compiling cexpr v0.6.0 |
| 2670 | 2026-07-22T04:23:38.461Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2671 | 2026-07-22T04:23:40.566Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2672 | 2026-07-22T04:23:40.647Z | Compiling progenitor-client v0.13.0 |
| 2673 | 2026-07-22T04:23:40.647Z | Compiling rustc-hash v2.1.1 |
| 2674 | 2026-07-22T04:23:40.647Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2675 | 2026-07-22T04:23:40.647Z | Compiling progenitor v0.13.0 |
| 2676 | 2026-07-22T04:23:40.647Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2677 | 2026-07-22T04:23:40.647Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2678 | 2026-07-22T04:23:40.704Z | Compiling headers-core v0.3.0 |
| 2679 | 2026-07-22T04:23:40.804Z | Compiling libxml v0.3.3 |
| 2680 | 2026-07-22T04:23:41.031Z | Compiling crc8 v0.1.1 |
| 2681 | 2026-07-22T04:23:41.121Z | Compiling headers v0.4.1 |
| 2682 | 2026-07-22T04:23:41.171Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2683 | 2026-07-22T04:23:41.255Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-07-22T04:23:41.423Z | Compiling indoc v1.0.9 |
| 2685 | 2026-07-22T04:23:41.891Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2686 | 2026-07-22T04:23:42.008Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-07-22T04:23:42.271Z | Compiling derive_builder v0.20.2 |
| 2688 | 2026-07-22T04:23:42.446Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-07-22T04:23:42.587Z | Compiling oso-derive v0.27.3 |
| 2690 | 2026-07-22T04:23:42.601Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2691 | 2026-07-22T04:23:42.731Z | Compiling openssl-probe v0.1.6 |
| 2692 | 2026-07-22T04:23:42.831Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-07-22T04:23:43.030Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2694 | 2026-07-22T04:23:43.257Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2695 | 2026-07-22T04:23:43.575Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2696 | 2026-07-22T04:23:43.589Z | Compiling bb8 v0.8.6 |
| 2697 | 2026-07-22T04:23:43.589Z | Compiling trait-variant v0.1.2 |
| 2698 | 2026-07-22T04:23:43.777Z | Compiling half v1.8.3 |
| 2699 | 2026-07-22T04:23:43.948Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2700 | 2026-07-22T04:23:44.014Z | Compiling samael v0.0.19 |
| 2701 | 2026-07-22T04:23:44.133Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2702 | 2026-07-22T04:23:44.239Z | Compiling serde_cbor v0.11.2 |
| 2703 | 2026-07-22T04:23:44.596Z | Compiling polar-core v0.27.3 |
| 2704 | 2026-07-22T04:23:44.625Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2705 | 2026-07-22T04:23:45.174Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2706 | 2026-07-22T04:23:45.249Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2707 | 2026-07-22T04:23:45.285Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2708 | 2026-07-22T04:23:45.314Z | Compiling nonempty v0.12.0 |
| 2709 | 2026-07-22T04:23:45.411Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2710 | 2026-07-22T04:23:45.583Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2711 | 2026-07-22T04:23:45.624Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2712 | 2026-07-22T04:23:45.877Z | Compiling fxhash v0.2.1 |
| 2713 | 2026-07-22T04:23:45.895Z | Compiling libz-sys v1.1.24 |
| 2714 | 2026-07-22T04:23:46.043Z | Compiling salty v0.3.0 |
| 2715 | 2026-07-22T04:23:46.427Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2716 | 2026-07-22T04:23:46.718Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2717 | 2026-07-22T04:23:47.056Z | Compiling kstat-rs v0.2.4 |
| 2718 | 2026-07-22T04:23:47.537Z | Compiling arc-swap v1.8.2 |
| 2719 | 2026-07-22T04:23:47.556Z | Compiling fs-err v2.11.0 |
| 2720 | 2026-07-22T04:23:47.937Z | Compiling slog-scope v4.4.1 |
| 2721 | 2026-07-22T04:23:47.968Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2722 | 2026-07-22T04:23:48.050Z | Compiling mime_guess v2.0.5 |
| 2723 | 2026-07-22T04:23:48.085Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2724 | 2026-07-22T04:23:48.589Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2725 | 2026-07-22T04:23:48.736Z | Compiling rfc6979 v0.4.0 |
| 2726 | 2026-07-22T04:23:48.921Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2727 | 2026-07-22T04:23:49.160Z | Compiling nanorand v0.7.0 |
| 2728 | 2026-07-22T04:23:49.469Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2729 | 2026-07-22T04:23:49.535Z | Compiling parking_lot_core v0.8.6 |
| 2730 | 2026-07-22T04:23:49.817Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2731 | 2026-07-22T04:23:49.874Z | Compiling flume v0.11.1 |
| 2732 | 2026-07-22T04:23:50.215Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2733 | 2026-07-22T04:23:50.357Z | Compiling ecdsa v0.16.9 |
| 2734 | 2026-07-22T04:23:51.374Z | Compiling slog-stdlog v4.1.1 |
| 2735 | 2026-07-22T04:23:51.660Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2736 | 2026-07-22T04:23:51.694Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2737 | 2026-07-22T04:23:51.765Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-07-22T04:23:52.094Z | Compiling diesel-dtrace v0.5.0 |
| 2739 | 2026-07-22T04:23:52.469Z | Compiling async-bb8-diesel v0.2.1 |
| 2740 | 2026-07-22T04:23:52.599Z | Compiling git-stub v1.0.0 |
| 2741 | 2026-07-22T04:23:52.758Z | Compiling atty v0.2.14 |
| 2742 | 2026-07-22T04:23:52.866Z | Compiling parse-size v1.1.0 |
| 2743 | 2026-07-22T04:23:52.910Z | Compiling instability v0.3.11 |
| 2744 | 2026-07-22T04:23:52.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2745 | 2026-07-22T04:23:53.109Z | Compiling strsim v0.10.0 |
| 2746 | 2026-07-22T04:23:53.153Z | Compiling http-range v0.1.5 |
| 2747 | 2026-07-22T04:23:53.323Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2748 | 2026-07-22T04:23:53.488Z | Compiling darling_core v0.13.4 |
| 2749 | 2026-07-22T04:23:53.540Z | Compiling git-stub-vcs v0.1.0 |
| 2750 | 2026-07-22T04:23:53.930Z | Compiling oso v0.27.3 |
| 2751 | 2026-07-22T04:23:55.324Z | Compiling p384 v0.13.1 |
| 2752 | 2026-07-22T04:23:55.479Z | Compiling slog-envlogger v2.2.0 |
| 2753 | 2026-07-22T04:23:57.348Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2754 | 2026-07-22T04:23:57.669Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2755 | 2026-07-22T04:23:57.787Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2756 | 2026-07-22T04:23:58.021Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2757 | 2026-07-22T04:23:59.182Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2758 | 2026-07-22T04:24:01.225Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2759 | 2026-07-22T04:24:01.241Z | Compiling ignore v0.4.25 |
| 2760 | 2026-07-22T04:24:01.241Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-07-22T04:24:01.241Z | Compiling vergen-git2 v9.1.0 |
| 2762 | 2026-07-22T04:24:01.241Z | Compiling castaway v0.2.4 |
| 2763 | 2026-07-22T04:24:01.241Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-07-22T04:24:01.278Z | Compiling indoc v2.0.7 |
| 2765 | 2026-07-22T04:24:01.804Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-07-22T04:24:01.977Z | Compiling globwalk v0.9.1 |
| 2767 | 2026-07-22T04:24:02.483Z | Compiling compact_str v0.8.1 |
| 2768 | 2026-07-22T04:24:02.668Z | Compiling parking_lot v0.11.2 |
| 2769 | 2026-07-22T04:24:02.700Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2770 | 2026-07-22T04:24:03.005Z | Compiling hyper-staticfile v0.10.1 |
| 2771 | 2026-07-22T04:24:03.392Z | Compiling darling_macro v0.13.4 |
| 2772 | 2026-07-22T04:24:03.600Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2773 | 2026-07-22T04:24:03.641Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2774 | 2026-07-22T04:24:04.091Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2775 | 2026-07-22T04:24:04.189Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-07-22T04:24:04.216Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2777 | 2026-07-22T04:24:04.257Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2778 | 2026-07-22T04:24:04.305Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2779 | 2026-07-22T04:24:04.976Z | Compiling predicates-tree v1.0.13 |
| 2780 | 2026-07-22T04:24:05.406Z | Compiling unicode-truncate v1.1.0 |
| 2781 | 2026-07-22T04:24:05.472Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2782 | 2026-07-22T04:24:05.478Z | Compiling lru v0.12.5 |
| 2783 | 2026-07-22T04:24:05.630Z | Compiling rand_seeder v0.4.0 |
| 2784 | 2026-07-22T04:24:05.702Z | Compiling prefix-trie v0.7.0 |
| 2785 | 2026-07-22T04:24:05.743Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-07-22T04:24:05.899Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2787 | 2026-07-22T04:24:06.095Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2788 | 2026-07-22T04:24:06.155Z | Compiling corncobs v0.1.4 |
| 2789 | 2026-07-22T04:24:06.181Z | Compiling cassowary v0.3.0 |
| 2790 | 2026-07-22T04:24:06.204Z | Compiling hickory-server v0.25.2 |
| 2791 | 2026-07-22T04:24:06.249Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2792 | 2026-07-22T04:24:06.302Z | Compiling camino-tempfile-ext v0.3.3 |
| 2793 | 2026-07-22T04:24:06.374Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-07-22T04:24:06.421Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2795 | 2026-07-22T04:24:06.459Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-07-22T04:24:06.705Z | Compiling ratatui v0.29.0 |
| 2797 | 2026-07-22T04:24:06.966Z | Compiling darling v0.13.4 |
| 2798 | 2026-07-22T04:24:07.068Z | Compiling sled v0.34.7 |
| 2799 | 2026-07-22T04:24:07.096Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2800 | 2026-07-22T04:24:07.437Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2801 | 2026-07-22T04:24:07.766Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2802 | 2026-07-22T04:24:08.542Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2803 | 2026-07-22T04:24:10.669Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2804 | 2026-07-22T04:24:10.696Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2805 | 2026-07-22T04:24:10.696Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2806 | 2026-07-22T04:24:10.697Z | Compiling secrecy v0.8.0 |
| 2807 | 2026-07-22T04:24:10.697Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2808 | 2026-07-22T04:24:10.697Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2809 | 2026-07-22T04:24:11.300Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2810 | 2026-07-22T04:24:11.656Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2811 | 2026-07-22T04:24:12.230Z | Compiling serde_with_macros v1.5.2 |
| 2812 | 2026-07-22T04:24:12.644Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2813 | 2026-07-22T04:24:13.344Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2814 | 2026-07-22T04:24:13.812Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2815 | 2026-07-22T04:24:13.841Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2816 | 2026-07-22T04:24:14.096Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2817 | 2026-07-22T04:24:14.330Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2818 | 2026-07-22T04:24:14.572Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2819 | 2026-07-22T04:24:14.835Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2820 | 2026-07-22T04:24:15.042Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2821 | 2026-07-22T04:24:15.097Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2822 | 2026-07-22T04:24:15.127Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2823 | 2026-07-22T04:24:15.321Z | Compiling void v1.0.2 |
| 2824 | 2026-07-22T04:24:15.514Z | Compiling lzss v0.8.2 |
| 2825 | 2026-07-22T04:24:15.549Z | Compiling git2 v0.20.4 |
| 2826 | 2026-07-22T04:24:15.769Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-07-22T04:24:15.811Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-07-22T04:24:16.270Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2829 | 2026-07-22T04:24:16.866Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2830 | 2026-07-22T04:24:16.997Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2831 | 2026-07-22T04:24:17.345Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2832 | 2026-07-22T04:24:18.628Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2833 | 2026-07-22T04:24:18.791Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2834 | 2026-07-22T04:24:19.611Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2835 | 2026-07-22T04:24:19.764Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2836 | 2026-07-22T04:24:21.177Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2837 | 2026-07-22T04:24:21.215Z | Compiling tungstenite v0.23.0 |
| 2838 | 2026-07-22T04:24:21.215Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2839 | 2026-07-22T04:24:21.520Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2840 | 2026-07-22T04:24:21.664Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-07-22T04:24:21.924Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2842 | 2026-07-22T04:24:22.221Z | Compiling nix v0.27.1 |
| 2843 | 2026-07-22T04:24:22.893Z | Compiling twox-hash v2.1.2 |
| 2844 | 2026-07-22T04:24:23.131Z | Compiling libsw-core v0.3.2 |
| 2845 | 2026-07-22T04:24:23.356Z | Compiling serde_bytes v0.11.19 |
| 2846 | 2026-07-22T04:24:23.378Z | Compiling libsw v3.5.0 |
| 2847 | 2026-07-22T04:24:23.459Z | Compiling tokio-tungstenite v0.23.1 |
| 2848 | 2026-07-22T04:24:23.490Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2849 | 2026-07-22T04:24:23.556Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2850 | 2026-07-22T04:24:23.610Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2851 | 2026-07-22T04:24:23.643Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2852 | 2026-07-22T04:24:23.668Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2853 | 2026-07-22T04:24:23.849Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2854 | 2026-07-22T04:24:25.260Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2855 | 2026-07-22T04:24:25.920Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2856 | 2026-07-22T04:24:27.771Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2857 | 2026-07-22T04:24:28.197Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2858 | 2026-07-22T04:24:28.232Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2859 | 2026-07-22T04:24:28.286Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2860 | 2026-07-22T04:24:28.413Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2861 | 2026-07-22T04:24:28.802Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2862 | 2026-07-22T04:24:28.976Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2863 | 2026-07-22T04:24:29.248Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2864 | 2026-07-22T04:24:29.541Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-07-22T04:24:31.624Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2866 | 2026-07-22T04:24:31.660Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2867 | 2026-07-22T04:24:32.514Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2868 | 2026-07-22T04:24:33.285Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2869 | 2026-07-22T04:24:33.746Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2870 | 2026-07-22T04:24:34.588Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2871 | 2026-07-22T04:24:35.297Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2872 | 2026-07-22T04:24:35.360Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2873 | 2026-07-22T04:24:35.594Z | Compiling signal-hook-tokio v0.3.1 |
| 2874 | 2026-07-22T04:24:35.777Z | Compiling fatfs v0.3.6 |
| 2875 | 2026-07-22T04:24:35.802Z | Compiling yasna v0.5.2 |
| 2876 | 2026-07-22T04:24:35.825Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2877 | 2026-07-22T04:24:36.294Z | Compiling assert_matches v1.5.0 |
| 2878 | 2026-07-22T04:24:36.410Z | Compiling is_ci v1.2.0 |
| 2879 | 2026-07-22T04:24:36.634Z | Compiling seq-macro v0.3.6 |
| 2880 | 2026-07-22T04:24:36.673Z | Compiling supports-color v3.0.2 |
| 2881 | 2026-07-22T04:24:36.957Z | Compiling rcgen v0.12.1 |
| 2882 | 2026-07-22T04:24:37.090Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2883 | 2026-07-22T04:24:37.410Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2884 | 2026-07-22T04:24:38.659Z | Compiling oxide-update-engine-display v0.1.2 |
| 2885 | 2026-07-22T04:24:39.272Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2886 | 2026-07-22T04:24:39.642Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2887 | 2026-07-22T04:24:39.733Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2888 | 2026-07-22T04:24:39.895Z | Compiling port-file v0.1.0 |
| 2889 | 2026-07-22T04:24:39.992Z | Compiling subprocess v0.2.15 |
| 2890 | 2026-07-22T04:24:40.239Z | Compiling rtoolbox v0.0.3 |
| 2891 | 2026-07-22T04:24:40.521Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2892 | 2026-07-22T04:24:41.576Z | Compiling rpassword v7.5.4 |
| 2893 | 2026-07-22T04:24:41.914Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2894 | 2026-07-22T04:24:42.237Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2895 | 2026-07-22T04:24:42.379Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2896 | 2026-07-22T04:24:43.072Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2897 | 2026-07-22T04:24:43.330Z | Compiling tui-tree-widget v0.23.1 |
| 2898 | 2026-07-22T04:24:43.669Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2899 | 2026-07-22T04:24:44.906Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2900 | 2026-07-22T04:24:45.926Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2901 | 2026-07-22T04:24:46.210Z | Compiling uzers v0.12.2 |
| 2902 | 2026-07-22T04:24:46.384Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2026-07-22T04:24:47.454Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2904 | 2026-07-22T04:24:47.658Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2905 | 2026-07-22T04:24:49.110Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2906 | 2026-07-22T04:24:49.776Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2907 | 2026-07-22T04:24:51.946Z | Compiling support-bundle-viewer v0.1.2 |
| 2908 | 2026-07-22T04:24:52.310Z | Compiling multimap v0.10.1 |
| 2909 | 2026-07-22T04:25:06.770Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2910 | 2026-07-22T04:25:11.144Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2911 | 2026-07-22T04:25:14.355Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2912 | 2026-07-22T04:25:15.076Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2913 | 2026-07-22T04:25:15.584Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2914 | 2026-07-22T04:33:03.528Z | Finished `release` profile [optimized] target(s) in 9m 59s |
| 2915 | 2026-07-22T04:33:49.737Z | |
| 2916 | 2026-07-22T04:33:49.741Z | real 10:46.292604228 |
| 2917 | 2026-07-22T04:33:49.741Z | user 1:20:52.264055839 |
| 2918 | 2026-07-22T04:33:49.741Z | sys 3:33.587755762 |
| 2919 | 2026-07-22T04:33:49.741Z | trap 1.766941710 |
| 2920 | 2026-07-22T04:33:49.741Z | tflt 2.638611529 |
| 2921 | 2026-07-22T04:33:49.741Z | dflt 18.194139434 |
| 2922 | 2026-07-22T04:33:49.741Z | kflt 0.005399769 |
| 2923 | 2026-07-22T04:33:49.741Z | lock 7:44:06.719983435 |
| 2924 | 2026-07-22T04:33:49.741Z | slp 2:17:45.085922770 |
| 2925 | 2026-07-22T04:33:49.741Z | lat 2:17.239838694 |
| 2926 | 2026-07-22T04:33:49.741Z | stop 5:14.975082289 |
| 2927 | 2026-07-22T04:33:49.741Z | + mapfile -t packages |
| 2928 | 2026-07-22T04:33:49.742Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2929 | 2026-07-22T04:33:50.661Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2930 | 2026-07-22T04:33:50.729Z | Running `target/release/omicron-package -t test list-outputs` |
| 2931 | 2026-07-22T04:33:50.789Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2932 | 2026-07-22T04:33:50.793Z | + ptime -m cargo build --locked --release -p xtask |
| 2933 | 2026-07-22T04:33:51.278Z | Compiling libc v0.2.185 |
| 2934 | 2026-07-22T04:33:51.278Z | Compiling serde_core v1.0.228 |
| 2935 | 2026-07-22T04:33:51.278Z | Compiling serde v1.0.228 |
| 2936 | 2026-07-22T04:33:51.284Z | Compiling rustix v1.1.3 |
| 2937 | 2026-07-22T04:33:51.284Z | Compiling serde_json v1.0.150 |
| 2938 | 2026-07-22T04:33:51.396Z | Compiling bitflags v2.11.0 |
| 2939 | 2026-07-22T04:33:51.428Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-07-22T04:33:51.431Z | Compiling syn v2.0.117 |
| 2941 | 2026-07-22T04:33:51.453Z | Compiling syn v1.0.109 |
| 2942 | 2026-07-22T04:33:51.463Z | Compiling getrandom v0.4.1 |
| 2943 | 2026-07-22T04:33:51.471Z | Compiling log v0.4.29 |
| 2944 | 2026-07-22T04:33:51.481Z | Compiling indexmap v2.14.0 |
| 2945 | 2026-07-22T04:33:51.497Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-07-22T04:33:51.678Z | Compiling heck v0.4.1 |
| 2947 | 2026-07-22T04:33:51.734Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-07-22T04:33:51.794Z | Compiling once_cell v1.21.3 |
| 2949 | 2026-07-22T04:33:52.129Z | Compiling errno v0.3.14 |
| 2950 | 2026-07-22T04:33:52.134Z | Compiling thread-id v4.2.2 |
| 2951 | 2026-07-22T04:33:52.134Z | Compiling memmap v0.7.0 |
| 2952 | 2026-07-22T04:33:52.904Z | Compiling proc-macro-error v1.0.4 |
| 2953 | 2026-07-22T04:33:53.099Z | Compiling terminal_size v0.4.3 |
| 2954 | 2026-07-22T04:33:53.099Z | Compiling tempfile v3.25.0 |
| 2955 | 2026-07-22T04:33:53.149Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-07-22T04:33:53.194Z | Compiling clap_builder v4.6.0 |
| 2957 | 2026-07-22T04:33:53.195Z | Compiling textwrap v0.16.2 |
| 2958 | 2026-07-22T04:33:53.604Z | Compiling pest_generator v2.8.6 |
| 2959 | 2026-07-22T04:33:53.614Z | Compiling camino v1.2.2 |
| 2960 | 2026-07-22T04:33:53.620Z | Compiling semver v1.0.28 |
| 2961 | 2026-07-22T04:33:53.620Z | Compiling cargo-platform v0.3.2 |
| 2962 | 2026-07-22T04:33:53.853Z | Compiling tabled v0.15.0 |
| 2963 | 2026-07-22T04:33:53.927Z | Compiling camino-tempfile v1.4.1 |
| 2964 | 2026-07-22T04:33:54.113Z | Compiling serde_derive v1.0.228 |
| 2965 | 2026-07-22T04:33:54.113Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-07-22T04:33:54.116Z | Compiling zerocopy-derive v0.7.35 |
| 2967 | 2026-07-22T04:33:54.116Z | Compiling scroll_derive v0.12.1 |
| 2968 | 2026-07-22T04:33:54.116Z | Compiling thiserror-impl v2.0.18 |
| 2969 | 2026-07-22T04:33:54.116Z | Compiling clap_derive v4.6.1 |
| 2970 | 2026-07-22T04:33:54.178Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-07-22T04:33:54.819Z | Compiling scroll v0.12.0 |
| 2972 | 2026-07-22T04:33:54.937Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-07-22T04:33:55.105Z | Compiling goblin v0.8.2 |
| 2974 | 2026-07-22T04:33:55.245Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-07-22T04:33:55.362Z | Compiling dtrace-parser v0.2.0 |
| 2976 | 2026-07-22T04:33:55.514Z | Compiling thiserror v2.0.18 |
| 2977 | 2026-07-22T04:33:55.689Z | Compiling clap v4.6.1 |
| 2978 | 2026-07-22T04:33:57.360Z | Compiling dof v0.3.0 |
| 2979 | 2026-07-22T04:33:57.395Z | Compiling toml_datetime v0.6.11 |
| 2980 | 2026-07-22T04:33:57.474Z | Compiling serde_spanned v0.6.9 |
| 2981 | 2026-07-22T04:33:57.504Z | Compiling serde_tokenstream v0.2.3 |
| 2982 | 2026-07-22T04:33:57.580Z | Compiling macaddr v1.0.1 |
| 2983 | 2026-07-22T04:33:57.591Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2984 | 2026-07-22T04:33:57.598Z | Compiling cargo_metadata v0.23.1 |
| 2985 | 2026-07-22T04:33:57.642Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-07-22T04:33:58.078Z | Compiling usdt-macro v0.5.0 |
| 2987 | 2026-07-22T04:33:58.078Z | Compiling usdt-attr-macro v0.5.0 |
| 2988 | 2026-07-22T04:33:58.761Z | Compiling usdt v0.5.0 |
| 2989 | 2026-07-22T04:33:59.156Z | Compiling toml v0.8.23 |
| 2990 | 2026-07-22T04:33:59.591Z | Compiling cargo_toml v0.21.0 |
| 2991 | 2026-07-22T04:34:04.048Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2992 | 2026-07-22T04:34:07.291Z | Finished `release` profile [optimized] target(s) in 16.47s |
| 2993 | 2026-07-22T04:34:07.423Z | |
| 2994 | 2026-07-22T04:34:07.437Z | real 16.594385436 |
| 2995 | 2026-07-22T04:34:07.437Z | user 2:06.158414182 |
| 2996 | 2026-07-22T04:34:07.437Z | sys 13.922619192 |
| 2997 | 2026-07-22T04:34:07.437Z | trap 0.079364206 |
| 2998 | 2026-07-22T04:34:07.437Z | tflt 0.498362804 |
| 2999 | 2026-07-22T04:34:07.437Z | dflt 1.524805449 |
| 3000 | 2026-07-22T04:34:07.437Z | kflt 0.000158443 |
| 3001 | 2026-07-22T04:34:07.437Z | lock 4:35.491748293 |
| 3002 | 2026-07-22T04:34:07.437Z | slp 2:47.672152617 |
| 3003 | 2026-07-22T04:34:07.440Z | lat 4.109065992 |
| 3004 | 2026-07-22T04:34:07.440Z | stop 14.592539610 |
| 3005 | 2026-07-22T04:34:07.440Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3006 | 2026-07-22T04:34:07.440Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3007 | 2026-07-22T04:34:07.440Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3008 | 2026-07-22T04:34:07.440Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3009 | 2026-07-22T04:34:07.440Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3010 | 2026-07-22T04:34:08.362Z | Compiling progenitor-client v0.14.0 |
| 3011 | 2026-07-22T04:34:08.362Z | Compiling newtype-uuid-macros v0.1.0 |
| 3012 | 2026-07-22T04:34:08.363Z | Compiling match_cfg v0.1.0 |
| 3013 | 2026-07-22T04:34:08.364Z | Compiling slog-json v2.6.1 |
| 3014 | 2026-07-22T04:34:08.375Z | Compiling structmeta-derive v0.3.0 |
| 3015 | 2026-07-22T04:34:08.375Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3016 | 2026-07-22T04:34:08.503Z | Compiling sha1 v0.11.0 |
| 3017 | 2026-07-22T04:34:08.507Z | Compiling multer v3.1.0 |
| 3018 | 2026-07-22T04:34:08.507Z | Compiling compression-core v0.4.31 |
| 3019 | 2026-07-22T04:34:08.516Z | Compiling debug-ignore v1.0.5 |
| 3020 | 2026-07-22T04:34:08.520Z | Compiling itertools v0.14.0 |
| 3021 | 2026-07-22T04:34:08.520Z | Compiling async-stream-impl v0.3.6 |
| 3022 | 2026-07-22T04:34:08.520Z | Compiling serde_spanned v1.1.1 |
| 3023 | 2026-07-22T04:34:08.530Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3024 | 2026-07-22T04:34:08.533Z | Compiling dropshot v0.17.1 |
| 3025 | 2026-07-22T04:34:08.533Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3026 | 2026-07-22T04:34:08.756Z | Compiling waitgroup v0.1.2 |
| 3027 | 2026-07-22T04:34:08.795Z | Compiling rustls-pemfile v2.2.0 |
| 3028 | 2026-07-22T04:34:08.813Z | Compiling dropshot_endpoint v0.17.1 |
| 3029 | 2026-07-22T04:34:08.816Z | Compiling serde_path_to_error v0.1.20 |
| 3030 | 2026-07-22T04:34:08.816Z | Compiling hostname v0.4.2 |
| 3031 | 2026-07-22T04:34:08.864Z | Compiling hostname v0.3.1 |
| 3032 | 2026-07-22T04:34:08.882Z | Compiling compression-codecs v0.4.37 |
| 3033 | 2026-07-22T04:34:08.939Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3034 | 2026-07-22T04:34:08.942Z | Compiling atomicwrites v0.4.4 |
| 3035 | 2026-07-22T04:34:08.994Z | Compiling slog-bunyan v2.5.0 |
| 3036 | 2026-07-22T04:34:09.001Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3037 | 2026-07-22T04:34:09.025Z | Compiling macaddr v1.0.1 |
| 3038 | 2026-07-22T04:34:09.038Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3039 | 2026-07-22T04:34:09.058Z | Compiling async-compression v0.4.41 |
| 3040 | 2026-07-22T04:34:09.146Z | Compiling instant v0.1.13 |
| 3041 | 2026-07-22T04:34:09.165Z | Compiling regress v0.10.5 |
| 3042 | 2026-07-22T04:34:09.184Z | Compiling backon v1.6.0 |
| 3043 | 2026-07-22T04:34:09.188Z | Compiling humantime v2.3.0 |
| 3044 | 2026-07-22T04:34:09.218Z | Compiling async-stream v0.3.6 |
| 3045 | 2026-07-22T04:34:09.237Z | Compiling backoff v0.4.0 |
| 3046 | 2026-07-22T04:34:09.259Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3047 | 2026-07-22T04:34:09.276Z | Compiling half v2.7.1 |
| 3048 | 2026-07-22T04:34:09.293Z | Compiling ciborium-io v0.2.2 |
| 3049 | 2026-07-22T04:34:09.403Z | Compiling progenitor-extras v0.2.0 |
| 3050 | 2026-07-22T04:34:09.420Z | Compiling crucible-workspace-hack v0.1.0 |
| 3051 | 2026-07-22T04:34:09.423Z | Compiling regress v0.11.1 |
| 3052 | 2026-07-22T04:34:09.423Z | Compiling convert_case v0.4.0 |
| 3053 | 2026-07-22T04:34:09.474Z | Compiling secrecy v0.10.3 |
| 3054 | 2026-07-22T04:34:09.491Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3055 | 2026-07-22T04:34:09.495Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3056 | 2026-07-22T04:34:09.527Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-07-22T04:34:09.574Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3058 | 2026-07-22T04:34:09.607Z | Compiling ciborium-ll v0.2.2 |
| 3059 | 2026-07-22T04:34:09.645Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3060 | 2026-07-22T04:34:09.678Z | Compiling inout v0.1.4 |
| 3061 | 2026-07-22T04:34:09.681Z | Compiling unsafe-libyaml v0.2.11 |
| 3062 | 2026-07-22T04:34:09.733Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3063 | 2026-07-22T04:34:09.774Z | Compiling universal-hash v0.5.1 |
| 3064 | 2026-07-22T04:34:09.803Z | Compiling ciborium v0.2.2 |
| 3065 | 2026-07-22T04:34:09.849Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3066 | 2026-07-22T04:34:09.867Z | Compiling derive_more v0.99.20 |
| 3067 | 2026-07-22T04:34:09.870Z | Compiling cipher v0.4.4 |
| 3068 | 2026-07-22T04:34:09.870Z | Compiling opaque-debug v0.3.1 |
| 3069 | 2026-07-22T04:34:09.921Z | Compiling structmeta v0.3.0 |
| 3070 | 2026-07-22T04:34:09.937Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3071 | 2026-07-22T04:34:09.941Z | Compiling blake2 v0.10.6 |
| 3072 | 2026-07-22T04:34:09.970Z | Compiling poly1305 v0.8.0 |
| 3073 | 2026-07-22T04:34:09.988Z | Compiling aead v0.5.2 |
| 3074 | 2026-07-22T04:34:10.159Z | Compiling derive-ex v0.1.8 |
| 3075 | 2026-07-22T04:34:10.178Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-07-22T04:34:10.209Z | Compiling chacha20 v0.9.1 |
| 3077 | 2026-07-22T04:34:10.257Z | Compiling serde_yaml v0.9.34+deprecated |
| 3078 | 2026-07-22T04:34:10.274Z | Compiling password-hash v0.5.0 |
| 3079 | 2026-07-22T04:34:10.417Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3080 | 2026-07-22T04:34:10.466Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3081 | 2026-07-22T04:34:10.495Z | Compiling indent_write v2.2.0 |
| 3082 | 2026-07-22T04:34:10.529Z | Compiling argon2 v0.5.3 |
| 3083 | 2026-07-22T04:34:10.545Z | Compiling chacha20poly1305 v0.10.1 |
| 3084 | 2026-07-22T04:34:10.663Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3085 | 2026-07-22T04:34:10.707Z | Compiling darling_core v0.21.3 |
| 3086 | 2026-07-22T04:34:10.725Z | Compiling heapless v0.8.0 |
| 3087 | 2026-07-22T04:34:10.742Z | Compiling tabwriter v1.4.1 |
| 3088 | 2026-07-22T04:34:10.760Z | Compiling hash32 v0.3.1 |
| 3089 | 2026-07-22T04:34:10.946Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3090 | 2026-07-22T04:34:10.999Z | Compiling thiserror-no-std v2.0.2 |
| 3091 | 2026-07-22T04:34:11.021Z | Compiling smoltcp v0.11.0 |
| 3092 | 2026-07-22T04:34:11.064Z | Compiling typify-impl v0.6.2 |
| 3093 | 2026-07-22T04:34:11.121Z | Compiling vsss-rs v3.3.4 |
| 3094 | 2026-07-22T04:34:11.239Z | Compiling proc-macro-crate v3.4.0 |
| 3095 | 2026-07-22T04:34:11.626Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3096 | 2026-07-22T04:34:11.805Z | Compiling cobs v0.3.0 |
| 3097 | 2026-07-22T04:34:11.826Z | Compiling colored v3.1.1 |
| 3098 | 2026-07-22T04:34:11.862Z | Compiling num_enum_derive v0.7.6 |
| 3099 | 2026-07-22T04:34:11.913Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3100 | 2026-07-22T04:34:11.958Z | Compiling test-strategy v0.4.5 |
| 3101 | 2026-07-22T04:34:11.983Z | Compiling parse-display v0.10.0 |
| 3102 | 2026-07-22T04:34:12.033Z | Compiling postcard v1.1.3 |
| 3103 | 2026-07-22T04:34:12.150Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3104 | 2026-07-22T04:34:12.260Z | Compiling proc-macro-error v1.0.4 |
| 3105 | 2026-07-22T04:34:12.277Z | Compiling proc-macro-crate v1.3.1 |
| 3106 | 2026-07-22T04:34:12.306Z | Compiling rand v0.10.1 |
| 3107 | 2026-07-22T04:34:12.416Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-22T04:34:12.434Z | Compiling foreign-types-macros v0.2.3 |
| 3109 | 2026-07-22T04:34:12.469Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3110 | 2026-07-22T04:34:12.559Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3111 | 2026-07-22T04:34:12.607Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3112 | 2026-07-22T04:34:12.705Z | Compiling rayon-core v1.13.0 |
| 3113 | 2026-07-22T04:34:12.731Z | Compiling foreign-types-shared v0.3.1 |
| 3114 | 2026-07-22T04:34:12.747Z | Compiling num_enum_derive v0.5.11 |
| 3115 | 2026-07-22T04:34:12.867Z | Compiling crossbeam-deque v0.8.6 |
| 3116 | 2026-07-22T04:34:12.969Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3117 | 2026-07-22T04:34:12.992Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3118 | 2026-07-22T04:34:13.008Z | Compiling cstr-argument v0.1.2 |
| 3119 | 2026-07-22T04:34:13.012Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3120 | 2026-07-22T04:34:13.040Z | Compiling num_enum v0.7.6 |
| 3121 | 2026-07-22T04:34:13.089Z | Compiling foreign-types v0.5.0 |
| 3122 | 2026-07-22T04:34:13.186Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3123 | 2026-07-22T04:34:13.203Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3124 | 2026-07-22T04:34:13.203Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3125 | 2026-07-22T04:34:13.285Z | Compiling zone_cfg_derive v0.3.1 |
| 3126 | 2026-07-22T04:34:13.285Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-07-22T04:34:13.376Z | Compiling darling_macro v0.21.3 |
| 3128 | 2026-07-22T04:34:13.448Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23) |
| 3129 | 2026-07-22T04:34:13.463Z | Compiling itertools v0.12.1 |
| 3130 | 2026-07-22T04:34:13.467Z | Compiling num-derive v0.4.2 |
| 3131 | 2026-07-22T04:34:13.498Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3132 | 2026-07-22T04:34:13.513Z | Compiling sigpipe v0.1.3 |
| 3133 | 2026-07-22T04:34:13.561Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3134 | 2026-07-22T04:34:13.631Z | Compiling rayon v1.11.0 |
| 3135 | 2026-07-22T04:34:13.649Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3136 | 2026-07-22T04:34:13.672Z | Compiling cpubits v0.1.1 |
| 3137 | 2026-07-22T04:34:13.703Z | Compiling glob v0.3.3 |
| 3138 | 2026-07-22T04:34:13.771Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23) |
| 3139 | 2026-07-22T04:34:13.816Z | Compiling smf v0.2.3 |
| 3140 | 2026-07-22T04:34:13.872Z | Compiling num_enum v0.5.11 |
| 3141 | 2026-07-22T04:34:13.917Z | Compiling whoami v1.6.1 |
| 3142 | 2026-07-22T04:34:13.953Z | Compiling darling v0.21.3 |
| 3143 | 2026-07-22T04:34:14.006Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3144 | 2026-07-22T04:34:14.023Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3145 | 2026-07-22T04:34:14.042Z | Compiling usdt-attr-macro v0.5.0 |
| 3146 | 2026-07-22T04:34:14.062Z | Compiling usdt-macro v0.5.0 |
| 3147 | 2026-07-22T04:34:14.066Z | Compiling ingot-macros v0.1.1 |
| 3148 | 2026-07-22T04:34:14.126Z | Compiling gethostname v0.5.0 |
| 3149 | 2026-07-22T04:34:14.163Z | Compiling num-rational v0.4.2 |
| 3150 | 2026-07-22T04:34:14.271Z | Compiling pem-rfc7468 v1.0.0 |
| 3151 | 2026-07-22T04:34:14.355Z | Compiling num-complex v0.4.6 |
| 3152 | 2026-07-22T04:34:14.372Z | Compiling derive-where v1.6.0 |
| 3153 | 2026-07-22T04:34:14.499Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3154 | 2026-07-22T04:34:14.513Z | Compiling memmap v0.7.0 |
| 3155 | 2026-07-22T04:34:14.611Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-07-22T04:34:14.726Z | Compiling zone v0.3.1 |
| 3157 | 2026-07-22T04:34:14.746Z | Compiling num v0.4.3 |
| 3158 | 2026-07-22T04:34:14.762Z | Compiling toml v0.8.23 |
| 3159 | 2026-07-22T04:34:14.786Z | Compiling hmac v0.13.0 |
| 3160 | 2026-07-22T04:34:14.803Z | Compiling universal-hash v0.6.1 |
| 3161 | 2026-07-22T04:34:14.841Z | Compiling resolv-conf v0.7.6 |
| 3162 | 2026-07-22T04:34:14.890Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3163 | 2026-07-22T04:34:14.907Z | Compiling cancel-safe-futures v0.1.5 |
| 3164 | 2026-07-22T04:34:14.934Z | Compiling usdt v0.5.0 |
| 3165 | 2026-07-22T04:34:14.960Z | Compiling polyval v0.7.1 |
| 3166 | 2026-07-22T04:34:15.005Z | Compiling der v0.8.0 |
| 3167 | 2026-07-22T04:34:15.050Z | Compiling prettyplease v0.2.37 |
| 3168 | 2026-07-22T04:34:15.196Z | Compiling ghash v0.6.0 |
| 3169 | 2026-07-22T04:34:15.231Z | Compiling pbkdf2 v0.13.0 |
| 3170 | 2026-07-22T04:34:15.231Z | Compiling aes v0.9.1 |
| 3171 | 2026-07-22T04:34:15.264Z | Compiling console v0.15.11 |
| 3172 | 2026-07-22T04:34:15.305Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3173 | 2026-07-22T04:34:15.385Z | Compiling hickory-proto v0.24.4 |
| 3174 | 2026-07-22T04:34:15.400Z | Compiling newline-converter v0.3.0 |
| 3175 | 2026-07-22T04:34:15.422Z | Compiling ctr v0.10.1 |
| 3176 | 2026-07-22T04:34:15.440Z | Compiling aead v0.6.1 |
| 3177 | 2026-07-22T04:34:15.462Z | Compiling sha2 v0.11.0 |
| 3178 | 2026-07-22T04:34:15.543Z | Compiling linear-map v1.2.0 |
| 3179 | 2026-07-22T04:34:15.560Z | Compiling libefi-sys v0.1.0 |
| 3180 | 2026-07-22T04:34:15.634Z | Compiling linked-hash-map v0.5.6 |
| 3181 | 2026-07-22T04:34:15.651Z | Compiling expectorate v1.2.0 |
| 3182 | 2026-07-22T04:34:15.735Z | Compiling typify-macro v0.6.2 |
| 3183 | 2026-07-22T04:34:15.766Z | Compiling aes-gcm v0.11.0 |
| 3184 | 2026-07-22T04:34:15.818Z | Compiling oxide-update-engine-types v0.1.2 |
| 3185 | 2026-07-22T04:34:15.838Z | Compiling lru-cache v0.1.2 |
| 3186 | 2026-07-22T04:34:15.873Z | Compiling crypto-bigint v0.7.5 |
| 3187 | 2026-07-22T04:34:15.888Z | Compiling cbc v0.2.1 |
| 3188 | 2026-07-22T04:34:15.917Z | Compiling spki v0.8.0 |
| 3189 | 2026-07-22T04:34:15.990Z | Compiling salsa20 v0.11.0 |
| 3190 | 2026-07-22T04:34:16.006Z | Compiling bitfield-struct v0.6.2 |
| 3191 | 2026-07-22T04:34:16.077Z | Compiling nom v8.0.0 |
| 3192 | 2026-07-22T04:34:16.167Z | Compiling semver v0.1.20 |
| 3193 | 2026-07-22T04:34:16.309Z | Compiling scrypt v0.12.0 |
| 3194 | 2026-07-22T04:34:16.409Z | Compiling tokio-dtrace v0.1.1 |
| 3195 | 2026-07-22T04:34:16.428Z | Compiling rustc_version v0.1.7 |
| 3196 | 2026-07-22T04:34:16.445Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3197 | 2026-07-22T04:34:16.550Z | Compiling slog-dtrace v0.3.0 |
| 3198 | 2026-07-22T04:34:16.664Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-07-22T04:34:16.689Z | Compiling minimal-lexical v0.2.1 |
| 3200 | 2026-07-22T04:34:16.708Z | Compiling newtype_derive v0.1.6 |
| 3201 | 2026-07-22T04:34:16.766Z | Compiling oxide-tokio-rt v0.1.4 |
| 3202 | 2026-07-22T04:34:16.783Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2026-07-22T04:34:16.800Z | Compiling pkcs5 v0.8.1 |
| 3204 | 2026-07-22T04:34:16.861Z | Compiling oxide-update-engine v0.1.2 |
| 3205 | 2026-07-22T04:34:16.947Z | Compiling nom v7.1.3 |
| 3206 | 2026-07-22T04:34:16.986Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3207 | 2026-07-22T04:34:17.092Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2026-07-22T04:34:17.111Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3209 | 2026-07-22T04:34:17.128Z | Compiling ingot-types v0.1.2 |
| 3210 | 2026-07-22T04:34:17.131Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3211 | 2026-07-22T04:34:17.163Z | Compiling phf_shared v0.12.1 |
| 3212 | 2026-07-22T04:34:17.229Z | Compiling csv-core v0.1.13 |
| 3213 | 2026-07-22T04:34:17.374Z | Compiling unicode-xid v0.2.6 |
| 3214 | 2026-07-22T04:34:17.391Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3215 | 2026-07-22T04:34:17.408Z | Compiling xshell-macros v0.2.7 |
| 3216 | 2026-07-22T04:34:17.427Z | Compiling highway v1.3.0 |
| 3217 | 2026-07-22T04:34:17.487Z | Compiling chrono-tz v0.10.4 |
| 3218 | 2026-07-22T04:34:17.518Z | Compiling ingot v0.1.1 |
| 3219 | 2026-07-22T04:34:17.522Z | Compiling csv v1.4.0 |
| 3220 | 2026-07-22T04:34:17.522Z | Compiling const_format_proc_macros v0.2.34 |
| 3221 | 2026-07-22T04:34:17.594Z | Compiling phf v0.12.1 |
| 3222 | 2026-07-22T04:34:17.647Z | Compiling typify v0.6.2 |
| 3223 | 2026-07-22T04:34:17.711Z | Compiling hickory-resolver v0.24.4 |
| 3224 | 2026-07-22T04:34:17.769Z | Compiling progenitor-impl v0.14.0 |
| 3225 | 2026-07-22T04:34:17.788Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3226 | 2026-07-22T04:34:17.795Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3227 | 2026-07-22T04:34:17.834Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3228 | 2026-07-22T04:34:17.850Z | Compiling xshell v0.2.7 |
| 3229 | 2026-07-22T04:34:18.095Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3230 | 2026-07-22T04:34:18.370Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3231 | 2026-07-22T04:34:18.406Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3232 | 2026-07-22T04:34:18.467Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3233 | 2026-07-22T04:34:18.487Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3234 | 2026-07-22T04:34:18.581Z | Compiling pkcs8 v0.11.0 |
| 3235 | 2026-07-22T04:34:18.800Z | Compiling qorb v0.4.1 |
| 3236 | 2026-07-22T04:34:18.884Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3237 | 2026-07-22T04:34:18.996Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3238 | 2026-07-22T04:34:19.111Z | Compiling owo-colors v4.3.0 |
| 3239 | 2026-07-22T04:34:19.343Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3240 | 2026-07-22T04:34:19.519Z | Compiling const_format v0.2.35 |
| 3241 | 2026-07-22T04:34:19.541Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3242 | 2026-07-22T04:34:19.577Z | Compiling tabled_derive v0.7.0 |
| 3243 | 2026-07-22T04:34:19.596Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3244 | 2026-07-22T04:34:19.637Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3245 | 2026-07-22T04:34:19.867Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3246 | 2026-07-22T04:34:19.987Z | Compiling bcs v0.1.6 |
| 3247 | 2026-07-22T04:34:20.186Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3248 | 2026-07-22T04:34:20.388Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3249 | 2026-07-22T04:34:20.484Z | Compiling progenitor-macro v0.14.0 |
| 3250 | 2026-07-22T04:34:20.552Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3251 | 2026-07-22T04:34:20.589Z | Compiling ff v0.14.0 |
| 3252 | 2026-07-22T04:34:20.639Z | Compiling tagptr v0.2.0 |
| 3253 | 2026-07-22T04:34:20.758Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3254 | 2026-07-22T04:34:20.776Z | Compiling termtree v0.5.1 |
| 3255 | 2026-07-22T04:34:20.809Z | Compiling salty v0.3.0 |
| 3256 | 2026-07-22T04:34:20.828Z | Compiling textwrap v0.16.2 |
| 3257 | 2026-07-22T04:34:20.848Z | Compiling moka v0.12.13 |
| 3258 | 2026-07-22T04:34:20.863Z | Compiling tabled v0.15.0 |
| 3259 | 2026-07-22T04:34:20.886Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3260 | 2026-07-22T04:34:20.974Z | Compiling steno v0.4.1 |
| 3261 | 2026-07-22T04:34:21.137Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3262 | 2026-07-22T04:34:21.141Z | Compiling sha1 v0.10.6 |
| 3263 | 2026-07-22T04:34:21.324Z | Compiling signature v3.0.0 |
| 3264 | 2026-07-22T04:34:21.368Z | Compiling base64 v0.21.7 |
| 3265 | 2026-07-22T04:34:21.458Z | Compiling radium v0.7.0 |
| 3266 | 2026-07-22T04:34:21.543Z | Compiling base16ct v1.0.0 |
| 3267 | 2026-07-22T04:34:21.690Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3268 | 2026-07-22T04:34:21.728Z | Compiling sec1 v0.8.1 |
| 3269 | 2026-07-22T04:34:21.744Z | Compiling hickory-resolver v0.25.2 |
| 3270 | 2026-07-22T04:34:21.838Z | Compiling group v0.14.0 |
| 3271 | 2026-07-22T04:34:21.900Z | Compiling hkdf v0.13.0 |
| 3272 | 2026-07-22T04:34:22.060Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3273 | 2026-07-22T04:34:22.078Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3274 | 2026-07-22T04:34:22.100Z | Compiling rfc6979 v0.4.0 |
| 3275 | 2026-07-22T04:34:22.165Z | Compiling maybe-uninit v2.0.0 |
| 3276 | 2026-07-22T04:34:22.196Z | Compiling tap v1.0.1 |
| 3277 | 2026-07-22T04:34:22.231Z | Compiling ecdsa v0.16.9 |
| 3278 | 2026-07-22T04:34:22.261Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3279 | 2026-07-22T04:34:22.335Z | Compiling wyz v0.5.1 |
| 3280 | 2026-07-22T04:34:22.568Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3281 | 2026-07-22T04:34:22.677Z | Compiling primeorder v0.13.6 |
| 3282 | 2026-07-22T04:34:22.808Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3283 | 2026-07-22T04:34:22.938Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3284 | 2026-07-22T04:34:22.972Z | Compiling funty v2.0.0 |
| 3285 | 2026-07-22T04:34:22.993Z | Compiling parking_lot_core v0.8.6 |
| 3286 | 2026-07-22T04:34:23.069Z | Compiling packed_struct v0.10.1 |
| 3287 | 2026-07-22T04:34:23.177Z | Compiling utf-8 v0.7.6 |
| 3288 | 2026-07-22T04:34:23.272Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3289 | 2026-07-22T04:34:23.317Z | Compiling proc-macro-error2 v2.0.1 |
| 3290 | 2026-07-22T04:34:23.338Z | Compiling bitvec v1.0.1 |
| 3291 | 2026-07-22T04:34:23.402Z | Compiling tungstenite v0.21.0 |
| 3292 | 2026-07-22T04:34:23.434Z | Compiling p384 v0.13.1 |
| 3293 | 2026-07-22T04:34:23.549Z | Compiling rfc6979 v0.5.0 |
| 3294 | 2026-07-22T04:34:23.596Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3295 | 2026-07-22T04:34:23.614Z | Compiling git-stub v1.0.0 |
| 3296 | 2026-07-22T04:34:23.677Z | Compiling packed_struct_codegen v0.10.1 |
| 3297 | 2026-07-22T04:34:23.695Z | Compiling num-derive v0.3.3 |
| 3298 | 2026-07-22T04:34:23.724Z | Compiling zerocopy-derive v0.6.6 |
| 3299 | 2026-07-22T04:34:23.914Z | Compiling bitfield-macros v0.19.4 |
| 3300 | 2026-07-22T04:34:23.938Z | Compiling indexmap v1.9.3 |
| 3301 | 2026-07-22T04:34:24.025Z | Compiling crc-catalog v2.4.0 |
| 3302 | 2026-07-22T04:34:24.172Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3303 | 2026-07-22T04:34:24.206Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3304 | 2026-07-22T04:34:24.318Z | Compiling nodrop v0.1.14 |
| 3305 | 2026-07-22T04:34:24.413Z | Compiling array-init v0.0.4 |
| 3306 | 2026-07-22T04:34:24.466Z | Compiling crc v3.4.0 |
| 3307 | 2026-07-22T04:34:24.499Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3308 | 2026-07-22T04:34:24.502Z | Compiling tokio-tungstenite v0.21.0 |
| 3309 | 2026-07-22T04:34:24.533Z | Compiling git-stub-vcs v0.1.0 |
| 3310 | 2026-07-22T04:34:24.694Z | Compiling zerocopy v0.6.6 |
| 3311 | 2026-07-22T04:34:24.719Z | Compiling ecdsa v0.17.0-rc.18 |
| 3312 | 2026-07-22T04:34:24.735Z | Compiling libscf-sys v1.1.0 |
| 3313 | 2026-07-22T04:34:24.739Z | Compiling bitfield v0.19.4 |
| 3314 | 2026-07-22T04:34:24.777Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3315 | 2026-07-22T04:34:24.795Z | Compiling tabled_derive v0.11.0 |
| 3316 | 2026-07-22T04:34:24.865Z | Compiling smallvec v0.6.14 |
| 3317 | 2026-07-22T04:34:24.937Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-07-22T04:34:24.937Z | Compiling primeorder v0.14.0-rc.10 |
| 3319 | 2026-07-22T04:34:25.070Z | Compiling primefield v0.14.0 |
| 3320 | 2026-07-22T04:34:25.074Z | Compiling progenitor-impl v0.13.0 |
| 3321 | 2026-07-22T04:34:25.105Z | Compiling papergrid v0.17.0 |
| 3322 | 2026-07-22T04:34:25.126Z | Compiling testing_table v0.3.0 |
| 3323 | 2026-07-22T04:34:25.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3324 | 2026-07-22T04:34:25.248Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3325 | 2026-07-22T04:34:25.308Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3326 | 2026-07-22T04:34:25.308Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3327 | 2026-07-22T04:34:25.342Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-07-22T04:34:25.345Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3329 | 2026-07-22T04:34:25.388Z | Compiling hashbrown v0.12.3 |
| 3330 | 2026-07-22T04:34:25.514Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3331 | 2026-07-22T04:34:25.569Z | Compiling corncobs v0.1.4 |
| 3332 | 2026-07-22T04:34:25.592Z | Compiling unicase v2.9.0 |
| 3333 | 2026-07-22T04:34:25.711Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-07-22T04:34:25.752Z | Compiling progenitor v0.14.0 |
| 3335 | 2026-07-22T04:34:25.830Z | Compiling mime_guess v2.0.5 |
| 3336 | 2026-07-22T04:34:25.835Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3337 | 2026-07-22T04:34:25.863Z | Compiling parking_lot v0.11.2 |
| 3338 | 2026-07-22T04:34:25.901Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3339 | 2026-07-22T04:34:25.918Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3340 | 2026-07-22T04:34:25.937Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3341 | 2026-07-22T04:34:25.998Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3342 | 2026-07-22T04:34:26.033Z | Compiling serde-hex v0.1.0 |
| 3343 | 2026-07-22T04:34:26.147Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3344 | 2026-07-22T04:34:26.271Z | Compiling tabled v0.20.0 |
| 3345 | 2026-07-22T04:34:26.285Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3346 | 2026-07-22T04:34:26.376Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3347 | 2026-07-22T04:34:26.393Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3348 | 2026-07-22T04:34:26.493Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3349 | 2026-07-22T04:34:26.592Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3350 | 2026-07-22T04:34:26.776Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3351 | 2026-07-22T04:34:26.826Z | Compiling ron v0.8.1 |
| 3352 | 2026-07-22T04:34:26.879Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3353 | 2026-07-22T04:34:26.897Z | Compiling hashbrown v0.13.2 |
| 3354 | 2026-07-22T04:34:26.901Z | Compiling progenitor-client v0.13.0 |
| 3355 | 2026-07-22T04:34:26.933Z | Compiling prefix-trie v0.7.0 |
| 3356 | 2026-07-22T04:34:27.253Z | Compiling fxhash v0.2.1 |
| 3357 | 2026-07-22T04:34:27.280Z | Compiling secrecy v0.8.0 |
| 3358 | 2026-07-22T04:34:27.360Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3359 | 2026-07-22T04:34:27.431Z | Compiling crc-any v2.5.0 |
| 3360 | 2026-07-22T04:34:27.465Z | Compiling object v0.30.4 |
| 3361 | 2026-07-22T04:34:27.639Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3362 | 2026-07-22T04:34:27.701Z | Compiling sled v0.34.7 |
| 3363 | 2026-07-22T04:34:27.846Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3364 | 2026-07-22T04:34:27.860Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3365 | 2026-07-22T04:34:27.890Z | Compiling progenitor-macro v0.13.0 |
| 3366 | 2026-07-22T04:34:28.365Z | Compiling hickory-server v0.25.2 |
| 3367 | 2026-07-22T04:34:28.603Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3368 | 2026-07-22T04:34:28.670Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3369 | 2026-07-22T04:34:28.869Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3370 | 2026-07-22T04:34:28.886Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3371 | 2026-07-22T04:34:29.251Z | Compiling ed25519 v3.0.0 |
| 3372 | 2026-07-22T04:34:29.386Z | Compiling crypto-primes v0.7.2 |
| 3373 | 2026-07-22T04:34:29.522Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3374 | 2026-07-22T04:34:30.273Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3375 | 2026-07-22T04:34:30.292Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3376 | 2026-07-22T04:34:30.295Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2026-07-22T04:34:30.385Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3378 | 2026-07-22T04:34:30.427Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3379 | 2026-07-22T04:34:30.464Z | Compiling poly1305 v0.9.0 |
| 3380 | 2026-07-22T04:34:30.483Z | Compiling blowfish v0.10.0 |
| 3381 | 2026-07-22T04:34:30.486Z | Compiling blake2 v0.11.0-rc.6 |
| 3382 | 2026-07-22T04:34:30.716Z | Compiling keccak v0.2.0 |
| 3383 | 2026-07-22T04:34:30.753Z | Compiling half v1.8.3 |
| 3384 | 2026-07-22T04:34:30.798Z | Compiling path-slash v0.1.5 |
| 3385 | 2026-07-22T04:34:30.841Z | Compiling fiat-crypto v0.3.0 |
| 3386 | 2026-07-22T04:34:30.929Z | Compiling crc8 v0.1.1 |
| 3387 | 2026-07-22T04:34:30.970Z | Compiling http-range v0.1.5 |
| 3388 | 2026-07-22T04:34:31.055Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3389 | 2026-07-22T04:34:31.075Z | Compiling serde_cbor v0.11.2 |
| 3390 | 2026-07-22T04:34:31.147Z | Compiling sha3 v0.11.0 |
| 3391 | 2026-07-22T04:34:31.190Z | Compiling argon2 v0.6.0-rc.8 |
| 3392 | 2026-07-22T04:34:31.207Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3393 | 2026-07-22T04:34:31.244Z | Compiling rsa v0.10.0-rc.18 |
| 3394 | 2026-07-22T04:34:31.301Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3395 | 2026-07-22T04:34:31.433Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3396 | 2026-07-22T04:34:31.528Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3397 | 2026-07-22T04:34:31.652Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3398 | 2026-07-22T04:34:31.724Z | Compiling illumos-nvpair v0.3.0 |
| 3399 | 2026-07-22T04:34:32.012Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3400 | 2026-07-22T04:34:32.129Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3401 | 2026-07-22T04:34:32.171Z | Compiling p521 v0.14.0-rc.10 |
| 3402 | 2026-07-22T04:34:32.227Z | Compiling p256 v0.14.0-rc.10 |
| 3403 | 2026-07-22T04:34:32.346Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3404 | 2026-07-22T04:34:32.419Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3405 | 2026-07-22T04:34:32.516Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3406 | 2026-07-22T04:34:32.534Z | Compiling yasna v0.5.2 |
| 3407 | 2026-07-22T04:34:32.551Z | Compiling kstat-rs v0.2.4 |
| 3408 | 2026-07-22T04:34:32.877Z | Compiling headers-core v0.3.0 |
| 3409 | 2026-07-22T04:34:32.943Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3410 | 2026-07-22T04:34:32.970Z | Compiling kem v0.3.0 |
| 3411 | 2026-07-22T04:34:33.028Z | Compiling module-lattice v0.2.3 |
| 3412 | 2026-07-22T04:34:33.044Z | Compiling progenitor v0.13.0 |
| 3413 | 2026-07-22T04:34:33.121Z | Compiling nanorand v0.7.0 |
| 3414 | 2026-07-22T04:34:33.157Z | Compiling atty v0.2.14 |
| 3415 | 2026-07-22T04:34:33.220Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3416 | 2026-07-22T04:34:33.253Z | Compiling ml-kem v0.3.2 |
| 3417 | 2026-07-22T04:34:33.291Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3418 | 2026-07-22T04:34:33.308Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3419 | 2026-07-22T04:34:33.327Z | Compiling flume v0.11.1 |
| 3420 | 2026-07-22T04:34:33.349Z | Compiling headers v0.4.1 |
| 3421 | 2026-07-22T04:34:33.433Z | Compiling rcgen v0.12.1 |
| 3422 | 2026-07-22T04:34:33.478Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3423 | 2026-07-22T04:34:33.676Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3424 | 2026-07-22T04:34:33.726Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3425 | 2026-07-22T04:34:34.068Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3426 | 2026-07-22T04:34:34.172Z | Compiling hyper-staticfile v0.10.1 |
| 3427 | 2026-07-22T04:34:34.235Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3428 | 2026-07-22T04:34:34.366Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3429 | 2026-07-22T04:34:34.401Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3430 | 2026-07-22T04:34:34.520Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3431 | 2026-07-22T04:34:34.636Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-07-22T04:34:34.704Z | Compiling russh-cryptovec v0.61.0 |
| 3433 | 2026-07-22T04:34:34.722Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3434 | 2026-07-22T04:34:34.966Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-07-22T04:34:35.160Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3436 | 2026-07-22T04:34:35.267Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3437 | 2026-07-22T04:34:35.360Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-07-22T04:34:35.472Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-07-22T04:34:35.527Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3440 | 2026-07-22T04:34:35.604Z | Compiling port-file v0.1.0 |
| 3441 | 2026-07-22T04:34:35.657Z | Compiling num-bigint v0.4.6 |
| 3442 | 2026-07-22T04:34:35.735Z | Compiling generic-array v1.4.3 |
| 3443 | 2026-07-22T04:34:35.886Z | Compiling russh-util v0.52.0 |
| 3444 | 2026-07-22T04:34:35.996Z | Compiling enum_dispatch v0.3.13 |
| 3445 | 2026-07-22T04:34:36.078Z | Compiling delegate v0.13.5 |
| 3446 | 2026-07-22T04:34:36.095Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-07-22T04:34:36.233Z | Compiling p384 v0.14.0-rc.10 |
| 3448 | 2026-07-22T04:34:36.258Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3449 | 2026-07-22T04:34:36.309Z | Compiling hex-literal v1.1.0 |
| 3450 | 2026-07-22T04:34:36.451Z | Compiling display-error-chain v0.2.2 |
| 3451 | 2026-07-22T04:34:36.621Z | Compiling md5 v0.8.0 |
| 3452 | 2026-07-22T04:34:36.748Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3453 | 2026-07-22T04:34:36.769Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3454 | 2026-07-22T04:34:36.799Z | Compiling colored v2.2.0 |
| 3455 | 2026-07-22T04:34:36.916Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3456 | 2026-07-22T04:34:36.934Z | Compiling socket2 v0.5.10 |
| 3457 | 2026-07-22T04:34:36.951Z | Compiling internet-checksum v0.2.1 |
| 3458 | 2026-07-22T04:34:38.092Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3459 | 2026-07-22T04:34:38.392Z | Compiling ssh-key v0.7.0-rc.10 |
| 3460 | 2026-07-22T04:34:38.780Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3461 | 2026-07-22T04:34:39.250Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3462 | 2026-07-22T04:34:39.626Z | Compiling russh v0.61.2 |
| 3463 | 2026-07-22T04:34:40.274Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3464 | 2026-07-22T04:34:41.593Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3465 | 2026-07-22T04:34:50.134Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3466 | 2026-07-22T04:34:50.134Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3467 | 2026-07-22T04:34:50.137Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3468 | 2026-07-22T04:34:50.137Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3469 | 2026-07-22T04:34:51.890Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3470 | 2026-07-22T04:34:51.956Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3471 | 2026-07-22T04:34:55.969Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3472 | 2026-07-22T04:35:35.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3473 | 2026-07-22T04:35:36.026Z | |
| 3474 | 2026-07-22T04:35:36.026Z | real 1:28.542507644 |
| 3475 | 2026-07-22T04:35:36.026Z | user 8:49.449859324 |
| 3476 | 2026-07-22T04:35:36.026Z | sys 1:44.205801749 |
| 3477 | 2026-07-22T04:35:36.027Z | trap 0.275856175 |
| 3478 | 2026-07-22T04:35:36.027Z | tflt 0.473743166 |
| 3479 | 2026-07-22T04:35:36.031Z | dflt 1.479093609 |
| 3480 | 2026-07-22T04:35:36.031Z | kflt 0.000289922 |
| 3481 | 2026-07-22T04:35:36.031Z | lock 31:18.774124692 |
| 3482 | 2026-07-22T04:35:36.031Z | slp 20:13.207754119 |
| 3483 | 2026-07-22T04:35:36.032Z | lat 42.598189406 |
| 3484 | 2026-07-22T04:35:36.032Z | stop 3:04.212262546 |
| 3485 | 2026-07-22T04:35:36.032Z | + mkdir tests |
| 3486 | 2026-07-22T04:35:36.032Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3487 | 2026-07-22T04:35:36.035Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3488 | 2026-07-22T04:35:36.053Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5c456caf40be369 tests/ |
| 3489 | 2026-07-22T04:35:36.083Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-807a79b768e6c884 tests/ |
| 3490 | 2026-07-22T04:35:36.114Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0cfaec382ead2815 tests/ |
| 3491 | 2026-07-22T04:35:36.141Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9829000ef1d9c09b tests/ |
| 3492 | 2026-07-22T04:35:36.392Z | + 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-22T04:35:36.395Z | + 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-807a79b768e6c884 tests/commtest-0cfaec382ead2815 tests/dhcp_server-a5c456caf40be369 tests/end_to_end_tests-9829000ef1d9c09b 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-22T04:36:56.669Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3495 | 2026-07-22T04:36:56.669Z | a .github/buildomat/ci-env.sh 1K |
| 3496 | 2026-07-22T04:36:56.669Z | a out/target/test 1K |
| 3497 | 2026-07-22T04:36:56.669Z | a out/npuzone/npuzone 27402K |
| 3498 | 2026-07-22T04:36:56.669Z | a package-manifest.toml 35K |
| 3499 | 2026-07-22T04:36:56.669Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3500 | 2026-07-22T04:36:56.669Z | a target/release/omicron-package 40728K |
| 3501 | 2026-07-22T04:36:56.669Z | a target/release/xtask 10468K |
| 3502 | 2026-07-22T04:36:56.669Z | a target/debug/bootstrap 349675K |
| 3503 | 2026-07-22T04:36:56.669Z | a tests/bootstrap-807a79b768e6c884 31974K |
| 3504 | 2026-07-22T04:36:56.669Z | a tests/commtest-0cfaec382ead2815 32169K |
| 3505 | 2026-07-22T04:36:56.669Z | a tests/dhcp_server-a5c456caf40be369 31974K |
| 3506 | 2026-07-22T04:36:56.669Z | a tests/end_to_end_tests-9829000ef1d9c09b 399544K |
| 3507 | 2026-07-22T04:36:56.669Z | a tools/opte_version 1K |
| 3508 | 2026-07-22T04:36:56.669Z | a tools/opte_version_override 2K |
| 3509 | 2026-07-22T04:36:56.669Z | a out/clickhouse.tar.gz 310736K |
| 3510 | 2026-07-22T04:36:56.670Z | a out/clickhouse_keeper.tar.gz 297202K |
| 3511 | 2026-07-22T04:36:56.670Z | a out/clickhouse_server.tar.gz 310733K |
| 3512 | 2026-07-22T04:36:56.670Z | a out/cockroachdb.tar.gz 161746K |
| 3513 | 2026-07-22T04:36:56.670Z | a out/crucible-pantry-zone.tar.gz 39112K |
| 3514 | 2026-07-22T04:36:56.670Z | a out/crucible-utils.tar 18900K |
| 3515 | 2026-07-22T04:36:56.670Z | a out/crucible-zone.tar.gz 53807K |
| 3516 | 2026-07-22T04:36:56.671Z | a out/external-dns.tar.gz 46167K |
| 3517 | 2026-07-22T04:36:56.671Z | a out/internal-dns.tar.gz 46167K |
| 3518 | 2026-07-22T04:36:56.671Z | a out/mg-ddm-gz.tar 102717K |
| 3519 | 2026-07-22T04:36:56.671Z | a out/nexus.tar.gz 273374K |
| 3520 | 2026-07-22T04:36:56.671Z | a out/ntp.tar.gz 29915K |
| 3521 | 2026-07-22T04:36:56.671Z | a out/omicron-gateway-softnpu.tar.gz 27711K |
| 3522 | 2026-07-22T04:36:56.671Z | a out/omicron-sled-agent.tar 191465K |
| 3523 | 2026-07-22T04:36:56.671Z | a out/overlay.tar.gz 4K |
| 3524 | 2026-07-22T04:36:56.671Z | a out/oximeter.tar.gz 59930K |
| 3525 | 2026-07-22T04:36:56.671Z | a out/oxlog.tar 3808K |
| 3526 | 2026-07-22T04:36:56.671Z | a out/probe.tar.gz 3037K |
| 3527 | 2026-07-22T04:36:56.671Z | a out/propolis-server.tar.gz 34372K |
| 3528 | 2026-07-22T04:36:56.671Z | a out/pumpkind-gz.tar 26647K |
| 3529 | 2026-07-22T04:36:56.672Z | a out/switch-softnpu.tar.gz 450101K |
| 3530 | 2026-07-22T04:36:56.675Z | |
| 3531 | 2026-07-22T04:36:56.675Z | real 1:20.274434060 |
| 3532 | 2026-07-22T04:36:56.675Z | user 1:17.626674263 |
| 3533 | 2026-07-22T04:36:56.675Z | sys 4.445137953 |
| 3534 | 2026-07-22T04:36:56.675Z | trap 0.006226398 |
| 3535 | 2026-07-22T04:36:56.675Z | tflt 0.000000000 |
| 3536 | 2026-07-22T04:36:56.675Z | dflt 0.000000000 |
| 3537 | 2026-07-22T04:36:56.675Z | kflt 0.000000000 |
| 3538 | 2026-07-22T04:36:56.675Z | lock 0.000000000 |
| 3539 | 2026-07-22T04:36:56.675Z | slp 1:17.510629394 |
| 3540 | 2026-07-22T04:36:56.676Z | lat 0.955463868 |
| 3541 | 2026-07-22T04:36:56.676Z | stop 0.000167728 |
| 3542 | 2026-07-22T04:36:56.676Z | process exited: duration 1046799 ms, exit code 0 |
| |
| 3543 | 2026-07-22T04:36:56.689Z | found 1 output files |
| 3544 | 2026-07-22T04:36:56.689Z | uploading: /work/package.tar.gz (2483508762 bytes) |
| 3545 | 2026-07-22T04:37:30.016Z | uploaded: /work/package.tar.gz |