|
|
|
| 1 | 2026-07-23T00:38:45.459Z | job assigned to worker 01KY66GVFE3DCX5NN3SQEVWG8T [factory aws, i-0921d7234d602140a] (queued for 47 s) |
| |
| 2 | 2026-07-23T00:38:52.652Z | starting task 0: "setup" |
| 3 | 2026-07-23T00:38:52.656Z | ++ uname -s |
| 4 | 2026-07-23T00:38:52.659Z | + kern=SunOS |
| 5 | 2026-07-23T00:38:52.659Z | + build_user=build |
| 6 | 2026-07-23T00:38:52.659Z | + build_uid=12345 |
| 7 | 2026-07-23T00:38:52.659Z | + work_dir=/work |
| 8 | 2026-07-23T00:38:52.659Z | + input_dir=/input |
| 9 | 2026-07-23T00:38:52.659Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T00:38:52.659Z | + case "$kern" in |
| 11 | 2026-07-23T00:38:52.659Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T00:38:52.662Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T00:38:54.668Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T00:38:54.757Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T00:38:54.760Z | + home_fs=zfs |
| 16 | 2026-07-23T00:38:54.760Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T00:38:54.760Z | + mkdir -p /home/build |
| 18 | 2026-07-23T00:38:54.763Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T00:38:56.763Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T00:38:56.767Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-07-23T00:38:56.774Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T00:38:56.779Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T00:38:56.779Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-23T00:38:56.779Z | * rust toolchain profile = "default" |
| 25 | 2026-07-23T00:38:56.779Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-23T00:38:56.779Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-23T00:38:56.780Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-23T00:38:56.783Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T00:38:56.783Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T00:38:56.892Z | info: downloading installer |
| 31 | 2026-07-23T00:38:58.264Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T00:38:58.264Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T00:38:58.264Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T00:38:58.267Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T00:38:58.275Z | info: profile set to default |
| 36 | 2026-07-23T00:38:58.275Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T00:38:58.278Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T00:38:58.424Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T00:38:58.427Z | info: downloading 6 components |
| 40 | 2026-07-23T00:39:12.720Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-23T00:39:12.720Z | |
| 42 | 2026-07-23T00:39:12.749Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T00:39:12.749Z | |
| 44 | 2026-07-23T00:39:12.749Z | |
| 45 | 2026-07-23T00:39:12.749Z | Rust is installed now. Great! |
| 46 | 2026-07-23T00:39:12.749Z | |
| 47 | 2026-07-23T00:39:12.749Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T00:39:12.749Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T00:39:12.749Z | |
| 50 | 2026-07-23T00:39:12.749Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T00:39:12.749Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T00:39:12.749Z | |
| 53 | 2026-07-23T00:39:12.749Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T00:39:12.749Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T00:39:12.749Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T00:39:12.749Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T00:39:12.749Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T00:39:12.749Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T00:39:12.749Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T00:39:12.753Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T00:39:12.753Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T00:39:12.858Z | + rustup --version |
| 63 | 2026-07-23T00:39:12.864Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T00:39:12.868Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T00:39:12.886Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T00:39:12.889Z | + cargo --version |
| 67 | 2026-07-23T00:39:12.898Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T00:39:12.902Z | + rustc --version |
| 69 | 2026-07-23T00:39:12.921Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T00:39:12.924Z | process exited: duration 16149 ms, exit code 0 |
| |
| 71 | 2026-07-23T00:39:12.931Z | starting task 2: "authentication" |
| 72 | 2026-07-23T00:39:12.948Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-23T00:39:12.955Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T00:39:12.959Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T00:39:12.963Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T00:39:12.995Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T00:39:22.517Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T00:39:22.517Z | + git fetch origin 7963884953866a08bfc772e45ce2e361a3929c6a |
| 79 | 2026-07-23T00:39:22.800Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T00:39:22.800Z | * branch 7963884953866a08bfc772e45ce2e361a3929c6a -> FETCH_HEAD |
| 81 | 2026-07-23T00:39:22.815Z | + [[ -n sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]] |
| 82 | 2026-07-23T00:39:22.818Z | ++ git branch --show-current |
| 83 | 2026-07-23T00:39:22.818Z | + current=main |
| 84 | 2026-07-23T00:39:22.818Z | + [[ main != sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]] |
| 85 | 2026-07-23T00:39:22.818Z | + git branch -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id 7963884953866a08bfc772e45ce2e361a3929c6a |
| 86 | 2026-07-23T00:39:22.822Z | + git checkout -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id |
| 87 | 2026-07-23T00:39:23.069Z | Switched to branch 'sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id' |
| 88 | 2026-07-23T00:39:23.072Z | + git reset --hard 7963884953866a08bfc772e45ce2e361a3929c6a |
| 89 | 2026-07-23T00:39:23.319Z | HEAD is now at 796388495 rebase on main |
| 90 | 2026-07-23T00:39:23.323Z | process exited: duration 10366 ms, exit code 0 |
| |
| 91 | 2026-07-23T00:39:23.329Z | starting task 4: "build" |
| 92 | 2026-07-23T00:39:23.335Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-23T00:39:23.335Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-23T00:39:23.335Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-23T00:39:23.339Z | +++ uname -s |
| 96 | 2026-07-23T00:39:23.339Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-23T00:39:23.339Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-23T00:39:23.344Z | + cargo --version |
| 99 | 2026-07-23T00:39:23.349Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-23T00:39:23.352Z | + rustc --version |
| 101 | 2026-07-23T00:39:23.372Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-23T00:39:23.375Z | + WORK=/work |
| 103 | 2026-07-23T00:39:23.375Z | + pfexec mkdir -p /work |
| 104 | 2026-07-23T00:39:23.378Z | + pfexec chown build /work |
| 105 | 2026-07-23T00:39:23.381Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-23T00:39:25.155Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-23T00:39:25.376Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-23T00:39:26.470Z | Planning: Solver setup ... Done (1.013s) |
| 109 | 2026-07-23T00:39:26.515Z | Planning: Running solver ... Done (0.045s) |
| 110 | 2026-07-23T00:39:26.566Z | Planning: Finding local manifests ... Done (0.024s) |
| 111 | 2026-07-23T00:39:26.579Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-23T00:39:26.602Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-23T00:39:26.618Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-07-23T00:39:26.621Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-23T00:39:26.829Z | Planning: Checking for conflicting actions ... Done (0.210s) |
| 116 | 2026-07-23T00:39:26.832Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-23T00:39:27.694Z | Planning: Evaluating mediators ... Done (0.865s) |
| 118 | 2026-07-23T00:39:27.697Z | Planning: Planning completed in 2.29 seconds |
| 119 | 2026-07-23T00:39:27.703Z | Packages to install: 2 |
| 120 | 2026-07-23T00:39:27.703Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-23T00:39:27.703Z | Estimated space to be consumed: 52.23 MB |
| 122 | 2026-07-23T00:39:27.703Z | Create boot environment: No |
| 123 | 2026-07-23T00:39:27.703Z | Create backup boot environment: No |
| 124 | 2026-07-23T00:39:27.706Z | Rebuild boot archive: No |
| 125 | 2026-07-23T00:39:27.706Z | |
| 126 | 2026-07-23T00:39:27.706Z | Changed packages: |
| 127 | 2026-07-23T00:39:27.706Z | helios |
| 128 | 2026-07-23T00:39:27.706Z | developer/build-essential |
| 129 | 2026-07-23T00:39:27.706Z | None -> 11-3.0 |
| 130 | 2026-07-23T00:39:27.706Z | library/libxmlsec1 |
| 131 | 2026-07-23T00:39:27.706Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-23T00:39:27.728Z | |
| 133 | 2026-07-23T00:39:27.728Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-23T00:39:27.796Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 135 | 2026-07-23T00:39:27.852Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-23T00:39:27.890Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-23T00:39:27.914Z | Finalize: Updating package state database ... Done (0.023s) |
| 138 | 2026-07-23T00:39:27.914Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-23T00:39:27.970Z | Finalize: Updating image state ... Done (0.054s) |
| 140 | 2026-07-23T00:39:30.594Z | Finalize: Creating fast lookup database ... Done (2.587s) |
| 141 | 2026-07-23T00:39:30.664Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-23T00:39:30.668Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-23T00:39:30.741Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-23T00:39:31.089Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-23T00:39:31.211Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-23T00:39:31.219Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-23T00:39:31.360Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-23T00:39:31.363Z | Planning: Planning completed in 0.27 seconds |
| 149 | 2026-07-23T00:39:31.386Z | Mediators to change: 2 |
| 150 | 2026-07-23T00:39:31.386Z | Create boot environment: No |
| 151 | 2026-07-23T00:39:31.386Z | Create backup boot environment: No |
| 152 | 2026-07-23T00:39:31.434Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-23T00:39:31.434Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-23T00:39:31.471Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-23T00:39:33.457Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-23T00:39:33.525Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-23T00:39:33.528Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-23T00:39:33.588Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-23T00:39:33.874Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-23T00:39:33.981Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-23T00:39:33.984Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-23T00:39:34.137Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-23T00:39:34.142Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-23T00:39:34.159Z | Mediators to change: 1 |
| 165 | 2026-07-23T00:39:34.159Z | Create boot environment: No |
| 166 | 2026-07-23T00:39:34.159Z | Create backup boot environment: No |
| 167 | 2026-07-23T00:39:34.200Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-23T00:39:34.200Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-23T00:39:34.238Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-23T00:39:36.206Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-23T00:39:36.272Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-23T00:39:36.275Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-23T00:39:36.372Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-23T00:39:36.685Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-23T00:39:36.685Z | apache system 2.4 system |
| 176 | 2026-07-23T00:39:36.685Z | clang system 15 system |
| 177 | 2026-07-23T00:39:36.685Z | csh system system illumos |
| 178 | 2026-07-23T00:39:36.685Z | ctags system system illumos |
| 179 | 2026-07-23T00:39:36.685Z | file vendor vendor darwinsys |
| 180 | 2026-07-23T00:39:36.685Z | file system system illumos |
| 181 | 2026-07-23T00:39:36.685Z | gcc vendor 14 vendor |
| 182 | 2026-07-23T00:39:36.685Z | gcc system 13 system |
| 183 | 2026-07-23T00:39:36.685Z | gcc system 10 system |
| 184 | 2026-07-23T00:39:36.685Z | go system 1.25 system |
| 185 | 2026-07-23T00:39:36.685Z | llvm system 15 system |
| 186 | 2026-07-23T00:39:36.685Z | mariadb system 11.4 system |
| 187 | 2026-07-23T00:39:36.685Z | mta vendor vendor dma |
| 188 | 2026-07-23T00:39:36.685Z | openjdk system 17 system |
| 189 | 2026-07-23T00:39:36.685Z | openjdk system 11 system |
| 190 | 2026-07-23T00:39:36.685Z | openssl vendor 3 vendor |
| 191 | 2026-07-23T00:39:36.685Z | perl system 5.40 system |
| 192 | 2026-07-23T00:39:36.685Z | postgresql system 18 system |
| 193 | 2026-07-23T00:39:36.685Z | postgresql system 17 system |
| 194 | 2026-07-23T00:39:36.685Z | python vendor 3 vendor |
| 195 | 2026-07-23T00:39:36.685Z | python system 2 system |
| 196 | 2026-07-23T00:39:36.685Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-23T00:39:36.686Z | ruby system 3.4 system |
| 198 | 2026-07-23T00:39:36.686Z | ruby system 3.0 system |
| 199 | 2026-07-23T00:39:36.686Z | words vendor vendor american-english |
| 200 | 2026-07-23T00:39:36.686Z | words system system australian-english |
| 201 | 2026-07-23T00:39:36.686Z | words system system british-english |
| 202 | 2026-07-23T00:39:36.686Z | words system system canadian-english |
| 203 | 2026-07-23T00:39:36.686Z | words system system french |
| 204 | 2026-07-23T00:39:36.686Z | words system system italian |
| 205 | 2026-07-23T00:39:36.686Z | words system system ngerman |
| 206 | 2026-07-23T00:39:36.686Z | words system system ogerman |
| 207 | 2026-07-23T00:39:36.686Z | words system system spanish |
| 208 | 2026-07-23T00:39:36.933Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-23T00:39:36.933Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-23T00:39:37.326Z | FMRI IFO |
| 211 | 2026-07-23T00:39:37.326Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-23T00:39:37.327Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-23T00:39:37.327Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-23T00:39:37.327Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-23T00:39:37.327Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-23T00:39:37.327Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-23T00:39:37.327Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-23T00:39:37.327Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-23T00:39:37.327Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-23T00:39:37.628Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-23T00:39:37.899Z | Updating crates.io index |
| 222 | 2026-07-23T00:39:37.903Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-23T00:39:38.109Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-23T00:39:38.401Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-23T00:39:39.302Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-23T00:39:39.809Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-23T00:39:41.379Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-23T00:39:42.149Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-23T00:39:42.375Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-23T00:39:42.699Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-23T00:39:44.010Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-23T00:39:44.269Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-23T00:39:44.561Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-23T00:39:44.830Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-23T00:39:45.277Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-23T00:39:45.784Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-23T00:39:46.030Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-23T00:39:46.269Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-23T00:39:46.549Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-23T00:39:46.834Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-23T00:39:47.079Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-23T00:39:47.319Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-23T00:39:47.569Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-23T00:39:47.924Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-23T00:39:48.220Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-23T00:39:48.459Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-23T00:39:48.852Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-23T00:39:49.096Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-23T00:39:49.456Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-23T00:39:50.090Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-23T00:39:50.359Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-23T00:39:50.619Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-23T00:39:50.943Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-23T00:39:51.305Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-23T00:39:51.556Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-23T00:39:51.837Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-23T00:39:52.066Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-23T00:39:52.332Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-23T00:39:52.603Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-23T00:39:52.867Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-23T00:39:53.117Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-23T00:39:53.378Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-23T00:39:56.517Z | Downloading crates ... |
| 264 | 2026-07-23T00:39:56.566Z | Downloaded anstream v1.0.0 |
| 265 | 2026-07-23T00:39:56.585Z | Downloaded memchr v2.8.0 |
| 266 | 2026-07-23T00:39:56.588Z | Downloaded bytecount v0.6.9 |
| 267 | 2026-07-23T00:39:56.605Z | Downloaded autocfg v1.5.0 |
| 268 | 2026-07-23T00:39:56.608Z | Downloaded zerocopy v0.7.35 |
| 269 | 2026-07-23T00:39:56.613Z | Downloaded once_cell v1.21.3 |
| 270 | 2026-07-23T00:39:56.616Z | Downloaded zmij v1.0.21 |
| 271 | 2026-07-23T00:39:56.616Z | Downloaded anstyle-query v1.1.5 |
| 272 | 2026-07-23T00:39:56.616Z | Downloaded memmap v0.7.0 |
| 273 | 2026-07-23T00:39:56.619Z | Downloaded is_terminal_polyfill v1.70.2 |
| 274 | 2026-07-23T00:39:56.619Z | Downloaded heck v0.4.1 |
| 275 | 2026-07-23T00:39:56.619Z | Downloaded dtrace-parser v0.2.0 |
| 276 | 2026-07-23T00:39:56.619Z | Downloaded dof v0.3.0 |
| 277 | 2026-07-23T00:39:56.622Z | Downloaded errno v0.3.14 |
| 278 | 2026-07-23T00:39:56.622Z | Downloaded macaddr v1.0.1 |
| 279 | 2026-07-23T00:39:56.625Z | Downloaded anstyle v1.0.14 |
| 280 | 2026-07-23T00:39:56.628Z | Downloaded pest v2.8.6 |
| 281 | 2026-07-23T00:39:56.631Z | Downloaded generic-array v0.14.7 |
| 282 | 2026-07-23T00:39:56.631Z | Downloaded fs-err v3.3.0 |
| 283 | 2026-07-23T00:39:56.634Z | Downloaded digest v0.10.7 |
| 284 | 2026-07-23T00:39:56.634Z | Downloaded clap_lex v1.0.0 |
| 285 | 2026-07-23T00:39:56.634Z | Downloaded byteorder v1.5.0 |
| 286 | 2026-07-23T00:39:56.634Z | Downloaded camino v1.2.2 |
| 287 | 2026-07-23T00:39:56.637Z | Downloaded heck v0.5.0 |
| 288 | 2026-07-23T00:39:56.637Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-07-23T00:39:56.643Z | Downloaded tabled_derive v0.7.0 |
| 290 | 2026-07-23T00:39:56.647Z | Downloaded fnv v1.0.7 |
| 291 | 2026-07-23T00:39:56.650Z | Downloaded anyhow v1.0.102 |
| 292 | 2026-07-23T00:39:56.650Z | Downloaded hashbrown v0.17.0 |
| 293 | 2026-07-23T00:39:56.653Z | Downloaded itoa v1.0.17 |
| 294 | 2026-07-23T00:39:56.657Z | Downloaded crypto-common v0.1.7 |
| 295 | 2026-07-23T00:39:56.660Z | Downloaded version_check v0.9.5 |
| 296 | 2026-07-23T00:39:56.660Z | Downloaded cargo-platform v0.3.2 |
| 297 | 2026-07-23T00:39:56.660Z | Downloaded utf8parse v0.2.2 |
| 298 | 2026-07-23T00:39:56.663Z | Downloaded proc-macro-error-attr v1.0.4 |
| 299 | 2026-07-23T00:39:56.673Z | Downloaded equivalent v1.0.2 |
| 300 | 2026-07-23T00:39:56.676Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-07-23T00:39:56.676Z | Downloaded plain v0.2.3 |
| 302 | 2026-07-23T00:39:56.676Z | Downloaded usdt v0.5.0 |
| 303 | 2026-07-23T00:39:56.676Z | Downloaded serde_spanned v0.6.9 |
| 304 | 2026-07-23T00:39:56.679Z | Downloaded anstyle-parse v1.0.0 |
| 305 | 2026-07-23T00:39:56.683Z | Downloaded pest_derive v2.8.6 |
| 306 | 2026-07-23T00:39:56.687Z | Downloaded camino-tempfile v1.4.1 |
| 307 | 2026-07-23T00:39:56.690Z | Downloaded smawk v0.3.2 |
| 308 | 2026-07-23T00:39:56.690Z | Downloaded scroll_derive v0.12.1 |
| 309 | 2026-07-23T00:39:56.693Z | Downloaded terminal_size v0.4.3 |
| 310 | 2026-07-23T00:39:56.693Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-07-23T00:39:56.693Z | Downloaded toml_write v0.1.2 |
| 312 | 2026-07-23T00:39:56.696Z | Downloaded thread-id v4.2.2 |
| 313 | 2026-07-23T00:39:56.696Z | Downloaded cfg-if v1.0.4 |
| 314 | 2026-07-23T00:39:56.699Z | Downloaded usdt-attr-macro v0.5.0 |
| 315 | 2026-07-23T00:39:56.699Z | Downloaded toml_datetime v0.6.11 |
| 316 | 2026-07-23T00:39:56.699Z | Downloaded swrite v0.1.0 |
| 317 | 2026-07-23T00:39:56.699Z | Downloaded cpufeatures v0.2.17 |
| 318 | 2026-07-23T00:39:56.702Z | Downloaded cargo_toml v0.21.0 |
| 319 | 2026-07-23T00:39:56.705Z | Downloaded cargo_metadata v0.23.1 |
| 320 | 2026-07-23T00:39:56.715Z | Downloaded thiserror v1.0.69 |
| 321 | 2026-07-23T00:39:56.718Z | Downloaded block-buffer v0.10.4 |
| 322 | 2026-07-23T00:39:56.721Z | Downloaded thiserror-impl v2.0.18 |
| 323 | 2026-07-23T00:39:56.724Z | Downloaded strsim v0.11.1 |
| 324 | 2026-07-23T00:39:56.727Z | Downloaded quote v1.0.45 |
| 325 | 2026-07-23T00:39:56.730Z | Downloaded sha2 v0.10.9 |
| 326 | 2026-07-23T00:39:56.730Z | Downloaded serde_tokenstream v0.2.3 |
| 327 | 2026-07-23T00:39:56.733Z | Downloaded thiserror-impl v1.0.69 |
| 328 | 2026-07-23T00:39:56.733Z | Downloaded scroll v0.12.0 |
| 329 | 2026-07-23T00:39:56.737Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-07-23T00:39:56.739Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-07-23T00:39:56.739Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2026-07-23T00:39:56.742Z | Downloaded clap_derive v4.6.1 |
| 333 | 2026-07-23T00:39:56.745Z | Downloaded thiserror v2.0.18 |
| 334 | 2026-07-23T00:39:56.748Z | Downloaded proc-macro-error v1.0.4 |
| 335 | 2026-07-23T00:39:56.748Z | Downloaded indexmap v2.14.0 |
| 336 | 2026-07-23T00:39:56.754Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-07-23T00:39:56.757Z | Downloaded tempfile v3.25.0 |
| 338 | 2026-07-23T00:39:56.761Z | Downloaded semver v1.0.28 |
| 339 | 2026-07-23T00:39:56.771Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-07-23T00:39:56.776Z | Downloaded zerocopy-derive v0.7.35 |
| 341 | 2026-07-23T00:39:56.776Z | Downloaded toml v0.8.23 |
| 342 | 2026-07-23T00:39:56.785Z | Downloaded log v0.4.29 |
| 343 | 2026-07-23T00:39:56.789Z | Downloaded clap v4.6.1 |
| 344 | 2026-07-23T00:39:56.792Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-07-23T00:39:56.801Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-07-23T00:39:56.804Z | Downloaded getrandom v0.4.1 |
| 347 | 2026-07-23T00:39:56.808Z | Downloaded textwrap v0.16.2 |
| 348 | 2026-07-23T00:39:56.808Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-07-23T00:39:56.811Z | Downloaded bitflags v2.11.0 |
| 350 | 2026-07-23T00:39:56.811Z | Downloaded serde_core v1.0.228 |
| 351 | 2026-07-23T00:39:56.814Z | Downloaded papergrid v0.11.0 |
| 352 | 2026-07-23T00:39:56.831Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-07-23T00:39:56.834Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-23T00:39:56.838Z | Downloaded pest_meta v2.8.6 |
| 355 | 2026-07-23T00:39:56.852Z | Downloaded typenum v1.20.1 |
| 356 | 2026-07-23T00:39:56.883Z | Downloaded serde_json v1.0.150 |
| 357 | 2026-07-23T00:39:56.901Z | Downloaded goblin v0.8.2 |
| 358 | 2026-07-23T00:39:56.904Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-23T00:39:56.907Z | Downloaded clap_builder v4.6.0 |
| 360 | 2026-07-23T00:39:56.918Z | Downloaded syn v1.0.109 |
| 361 | 2026-07-23T00:39:56.923Z | Downloaded tabled v0.15.0 |
| 362 | 2026-07-23T00:39:56.933Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-23T00:39:56.937Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-07-23T00:39:56.947Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-23T00:39:56.962Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-23T00:39:56.992Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-23T00:39:57.051Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-23T00:39:57.051Z | Compiling quote v1.0.45 |
| 369 | 2026-07-23T00:39:57.056Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-23T00:39:57.056Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-23T00:39:57.056Z | Compiling libc v0.2.185 |
| 372 | 2026-07-23T00:39:57.056Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-23T00:39:57.056Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-23T00:39:57.056Z | Compiling serde v1.0.228 |
| 375 | 2026-07-23T00:39:57.056Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-23T00:39:57.056Z | Compiling thiserror v1.0.69 |
| 377 | 2026-07-23T00:39:57.233Z | Compiling itoa v1.0.17 |
| 378 | 2026-07-23T00:39:57.236Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-07-23T00:39:57.236Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-23T00:39:57.236Z | Compiling rustix v1.1.3 |
| 381 | 2026-07-23T00:39:57.445Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-23T00:39:57.604Z | Compiling serde_json v1.0.150 |
| 383 | 2026-07-23T00:39:57.720Z | Compiling proc-macro-error-attr v1.0.4 |
| 384 | 2026-07-23T00:39:57.804Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-07-23T00:39:57.861Z | Compiling syn v1.0.109 |
| 386 | 2026-07-23T00:39:57.891Z | Compiling camino v1.2.2 |
| 387 | 2026-07-23T00:39:57.936Z | Compiling pest v2.8.6 |
| 388 | 2026-07-23T00:39:57.969Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-23T00:39:57.981Z | Compiling getrandom v0.4.1 |
| 390 | 2026-07-23T00:39:58.100Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-07-23T00:39:58.164Z | Compiling plain v0.2.3 |
| 392 | 2026-07-23T00:39:58.202Z | Compiling log v0.4.29 |
| 393 | 2026-07-23T00:39:58.226Z | Compiling hashbrown v0.17.0 |
| 394 | 2026-07-23T00:39:58.259Z | Compiling equivalent v1.0.2 |
| 395 | 2026-07-23T00:39:58.287Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-23T00:39:58.287Z | Compiling autocfg v1.5.0 |
| 397 | 2026-07-23T00:39:58.350Z | Compiling anstyle-query v1.1.5 |
| 398 | 2026-07-23T00:39:58.350Z | Compiling anstyle v1.0.14 |
| 399 | 2026-07-23T00:39:58.397Z | Compiling winnow v0.7.14 |
| 400 | 2026-07-23T00:39:58.416Z | Compiling colorchoice v1.0.4 |
| 401 | 2026-07-23T00:39:58.440Z | Compiling errno v0.3.14 |
| 402 | 2026-07-23T00:39:58.459Z | Compiling thread-id v4.2.2 |
| 403 | 2026-07-23T00:39:58.474Z | Compiling toml_write v0.1.2 |
| 404 | 2026-07-23T00:39:58.491Z | Compiling cfg-if v1.0.4 |
| 405 | 2026-07-23T00:39:58.518Z | Compiling thiserror v2.0.18 |
| 406 | 2026-07-23T00:39:58.556Z | Compiling pretty-hex v0.4.1 |
| 407 | 2026-07-23T00:39:58.609Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-07-23T00:39:58.676Z | Compiling clap_lex v1.0.0 |
| 409 | 2026-07-23T00:39:58.719Z | Compiling anstream v1.0.0 |
| 410 | 2026-07-23T00:39:58.743Z | Compiling indexmap v2.14.0 |
| 411 | 2026-07-23T00:39:58.768Z | Compiling fs-err v3.3.0 |
| 412 | 2026-07-23T00:39:58.790Z | Compiling syn v2.0.117 |
| 413 | 2026-07-23T00:39:58.826Z | Compiling heck v0.5.0 |
| 414 | 2026-07-23T00:39:58.842Z | Compiling bytecount v0.6.9 |
| 415 | 2026-07-23T00:39:58.864Z | Compiling fastrand v2.3.0 |
| 416 | 2026-07-23T00:39:58.934Z | Compiling fnv v1.0.7 |
| 417 | 2026-07-23T00:39:59.006Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-07-23T00:39:59.024Z | Compiling anyhow v1.0.102 |
| 419 | 2026-07-23T00:39:59.056Z | Compiling strsim v0.11.1 |
| 420 | 2026-07-23T00:39:59.073Z | Compiling heck v0.4.1 |
| 421 | 2026-07-23T00:39:59.091Z | Compiling unicode-width v0.1.14 |
| 422 | 2026-07-23T00:39:59.165Z | Compiling once_cell v1.21.3 |
| 423 | 2026-07-23T00:39:59.228Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-23T00:39:59.306Z | Compiling unicode-linebreak v0.1.5 |
| 425 | 2026-07-23T00:39:59.327Z | Compiling papergrid v0.11.0 |
| 426 | 2026-07-23T00:39:59.344Z | Compiling smawk v0.3.2 |
| 427 | 2026-07-23T00:39:59.397Z | Compiling unicode-width v0.2.0 |
| 428 | 2026-07-23T00:39:59.435Z | Compiling swrite v0.1.0 |
| 429 | 2026-07-23T00:39:59.492Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-07-23T00:39:59.492Z | Compiling tempfile v3.25.0 |
| 431 | 2026-07-23T00:39:59.596Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-23T00:39:59.631Z | Compiling textwrap v0.16.2 |
| 433 | 2026-07-23T00:39:59.708Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-07-23T00:39:59.825Z | Compiling semver v1.0.28 |
| 435 | 2026-07-23T00:39:59.949Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-23T00:40:00.287Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-23T00:40:00.910Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-23T00:40:00.929Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-23T00:40:01.409Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-23T00:40:01.409Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-23T00:40:01.413Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-23T00:40:01.413Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-23T00:40:01.413Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-23T00:40:01.413Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-23T00:40:01.512Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-23T00:40:02.152Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-23T00:40:02.192Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-23T00:40:02.373Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-23T00:40:02.506Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-23T00:40:02.797Z | Compiling clap v4.6.1 |
| 451 | 2026-07-23T00:40:03.813Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-23T00:40:03.813Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-07-23T00:40:03.817Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 454 | 2026-07-23T00:40:03.817Z | Compiling macaddr v1.0.1 |
| 455 | 2026-07-23T00:40:03.817Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-07-23T00:40:03.830Z | Compiling dof v0.3.0 |
| 457 | 2026-07-23T00:40:03.845Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-23T00:40:04.019Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-23T00:40:04.534Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-23T00:40:04.534Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-23T00:40:05.151Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-23T00:40:05.271Z | Compiling toml v0.8.23 |
| 463 | 2026-07-23T00:40:05.589Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-23T00:40:06.880Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-23T00:40:08.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.42s |
| 466 | 2026-07-23T00:40:09.102Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-23T00:40:09.598Z | Downloading crates ... |
| 468 | 2026-07-23T00:40:09.689Z | Downloaded arrayref v0.3.9 |
| 469 | 2026-07-23T00:40:09.698Z | Downloaded bit-vec v0.6.3 |
| 470 | 2026-07-23T00:40:09.701Z | Downloaded argon2 v0.5.3 |
| 471 | 2026-07-23T00:40:09.711Z | Downloaded adler2 v2.0.1 |
| 472 | 2026-07-23T00:40:09.717Z | Downloaded base16ct v0.2.0 |
| 473 | 2026-07-23T00:40:09.720Z | Downloaded darling v0.23.0 |
| 474 | 2026-07-23T00:40:09.724Z | Downloaded cipher v0.4.4 |
| 475 | 2026-07-23T00:40:09.727Z | Downloaded ed25519 v3.0.0 |
| 476 | 2026-07-23T00:40:09.727Z | Downloaded base64 v0.21.7 |
| 477 | 2026-07-23T00:40:09.730Z | Downloaded anstream v0.6.21 |
| 478 | 2026-07-23T00:40:09.733Z | Downloaded data-encoding v2.10.0 |
| 479 | 2026-07-23T00:40:09.733Z | Downloaded cookie_store v0.22.1 |
| 480 | 2026-07-23T00:40:09.733Z | Downloaded base64ct v1.8.3 |
| 481 | 2026-07-23T00:40:09.736Z | Downloaded darling v0.21.3 |
| 482 | 2026-07-23T00:40:09.739Z | Downloaded darling v0.13.4 |
| 483 | 2026-07-23T00:40:09.739Z | Downloaded cpubits v0.1.1 |
| 484 | 2026-07-23T00:40:09.743Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 485 | 2026-07-23T00:40:09.743Z | Downloaded const-oid v0.10.2 |
| 486 | 2026-07-23T00:40:09.746Z | Downloaded corncobs v0.1.4 |
| 487 | 2026-07-23T00:40:09.746Z | Downloaded async-stream-impl v0.3.6 |
| 488 | 2026-07-23T00:40:09.746Z | Downloaded async-stream v0.3.6 |
| 489 | 2026-07-23T00:40:09.749Z | Downloaded assert_matches v1.5.0 |
| 490 | 2026-07-23T00:40:09.749Z | Downloaded crc8 v0.1.1 |
| 491 | 2026-07-23T00:40:09.749Z | Downloaded bitfield-macros v0.19.4 |
| 492 | 2026-07-23T00:40:09.749Z | Downloaded bit-set v0.8.0 |
| 493 | 2026-07-23T00:40:09.752Z | Downloaded async-trait v0.1.89 |
| 494 | 2026-07-23T00:40:09.752Z | Downloaded darling_core v0.13.4 |
| 495 | 2026-07-23T00:40:09.756Z | Downloaded cpufeatures v0.3.0 |
| 496 | 2026-07-23T00:40:09.756Z | Downloaded async-recursion v1.1.1 |
| 497 | 2026-07-23T00:40:09.759Z | Downloaded block-buffer v0.12.1 |
| 498 | 2026-07-23T00:40:09.762Z | Downloaded base16ct v1.0.0 |
| 499 | 2026-07-23T00:40:09.762Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 500 | 2026-07-23T00:40:09.762Z | Downloaded crc-catalog v2.4.0 |
| 501 | 2026-07-23T00:40:09.765Z | Downloaded cfg_aliases v0.1.1 |
| 502 | 2026-07-23T00:40:09.765Z | Downloaded bytes v1.11.1 |
| 503 | 2026-07-23T00:40:09.768Z | Downloaded crc v3.4.0 |
| 504 | 2026-07-23T00:40:09.768Z | Downloaded aead v0.6.1 |
| 505 | 2026-07-23T00:40:09.771Z | Downloaded crucible-workspace-hack v0.1.0 |
| 506 | 2026-07-23T00:40:09.771Z | Downloaded convert_case v0.4.0 |
| 507 | 2026-07-23T00:40:09.771Z | Downloaded aead v0.5.2 |
| 508 | 2026-07-23T00:40:09.771Z | Downloaded cstr-argument v0.1.2 |
| 509 | 2026-07-23T00:40:09.774Z | Downloaded ciborium-ll v0.2.2 |
| 510 | 2026-07-23T00:40:09.774Z | Downloaded ascii-canvas v3.0.0 |
| 511 | 2026-07-23T00:40:09.774Z | Downloaded arrayvec v0.7.6 |
| 512 | 2026-07-23T00:40:09.777Z | Downloaded cookie v0.18.1 |
| 513 | 2026-07-23T00:40:09.777Z | Downloaded cobs v0.3.0 |
| 514 | 2026-07-23T00:40:09.780Z | Downloaded daft-derive v0.1.7 |
| 515 | 2026-07-23T00:40:09.780Z | Downloaded atomicwrites v0.4.4 |
| 516 | 2026-07-23T00:40:09.783Z | Downloaded difflib v0.4.0 |
| 517 | 2026-07-23T00:40:09.783Z | Downloaded bitfield v0.19.4 |
| 518 | 2026-07-23T00:40:09.783Z | Downloaded bitflags v1.3.2 |
| 519 | 2026-07-23T00:40:09.786Z | Downloaded crunchy v0.2.4 |
| 520 | 2026-07-23T00:40:09.786Z | Downloaded document-features v0.2.12 |
| 521 | 2026-07-23T00:40:09.789Z | Downloaded bit-set v0.5.3 |
| 522 | 2026-07-23T00:40:09.789Z | Downloaded ctutils v0.4.2 |
| 523 | 2026-07-23T00:40:09.789Z | Downloaded chacha20 v0.10.0 |
| 524 | 2026-07-23T00:40:09.792Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 525 | 2026-07-23T00:40:09.792Z | Downloaded anstyle-parse v0.2.7 |
| 526 | 2026-07-23T00:40:09.795Z | Downloaded delegate v0.13.5 |
| 527 | 2026-07-23T00:40:09.795Z | Downloaded bit-vec v0.8.0 |
| 528 | 2026-07-23T00:40:09.795Z | Downloaded ctr v0.10.1 |
| 529 | 2026-07-23T00:40:09.799Z | Downloaded compression-core v0.4.31 |
| 530 | 2026-07-23T00:40:09.799Z | Downloaded cfg_aliases v0.2.1 |
| 531 | 2026-07-23T00:40:09.799Z | Downloaded crossbeam-channel v0.5.15 |
| 532 | 2026-07-23T00:40:09.802Z | Downloaded dtrace-parser v0.3.0 |
| 533 | 2026-07-23T00:40:09.802Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 534 | 2026-07-23T00:40:09.806Z | Downloaded ciborium-io v0.2.2 |
| 535 | 2026-07-23T00:40:09.806Z | Downloaded bitfield-struct v0.6.2 |
| 536 | 2026-07-23T00:40:09.806Z | Downloaded daft v0.1.7 |
| 537 | 2026-07-23T00:40:09.806Z | Downloaded derive_builder_macro v0.20.2 |
| 538 | 2026-07-23T00:40:09.809Z | Downloaded digest v0.11.3 |
| 539 | 2026-07-23T00:40:09.809Z | Downloaded darling_macro v0.20.11 |
| 540 | 2026-07-23T00:40:09.809Z | Downloaded block-padding v0.4.2 |
| 541 | 2026-07-23T00:40:09.812Z | Downloaded bb8 v0.8.6 |
| 542 | 2026-07-23T00:40:09.812Z | Downloaded crossbeam-utils v0.8.21 |
| 543 | 2026-07-23T00:40:09.815Z | Downloaded embedded-io v0.6.1 |
| 544 | 2026-07-23T00:40:09.815Z | Downloaded downcast-rs v2.0.2 |
| 545 | 2026-07-23T00:40:09.815Z | Downloaded array-init v0.0.4 |
| 546 | 2026-07-23T00:40:09.815Z | Downloaded defmt v0.3.100 |
| 547 | 2026-07-23T00:40:09.818Z | Downloaded darling_macro v0.13.4 |
| 548 | 2026-07-23T00:40:09.818Z | Downloaded crypto-common v0.2.2 |
| 549 | 2026-07-23T00:40:09.818Z | Downloaded crossbeam-deque v0.8.6 |
| 550 | 2026-07-23T00:40:09.822Z | Downloaded atty v0.2.14 |
| 551 | 2026-07-23T00:40:09.822Z | Downloaded cbc v0.2.1 |
| 552 | 2026-07-23T00:40:09.822Z | Downloaded dof v0.4.0 |
| 553 | 2026-07-23T00:40:09.826Z | Downloaded darling_macro v0.23.0 |
| 554 | 2026-07-23T00:40:09.826Z | Downloaded endian-type v0.1.2 |
| 555 | 2026-07-23T00:40:09.826Z | Downloaded atomic-waker v1.1.2 |
| 556 | 2026-07-23T00:40:09.826Z | Downloaded critical-section v1.2.0 |
| 557 | 2026-07-23T00:40:09.826Z | Downloaded blowfish v0.10.0 |
| 558 | 2026-07-23T00:40:09.829Z | Downloaded fd-lock v4.0.4 |
| 559 | 2026-07-23T00:40:09.829Z | Downloaded cassowary v0.3.0 |
| 560 | 2026-07-23T00:40:09.829Z | Downloaded bcs v0.1.6 |
| 561 | 2026-07-23T00:40:09.832Z | Downloaded dunce v1.0.5 |
| 562 | 2026-07-23T00:40:09.832Z | Downloaded dirs-sys-next v0.1.2 |
| 563 | 2026-07-23T00:40:09.832Z | Downloaded debug-ignore v1.0.5 |
| 564 | 2026-07-23T00:40:09.835Z | Downloaded dyn-clone v1.0.20 |
| 565 | 2026-07-23T00:40:09.835Z | Downloaded embedded-io v0.4.0 |
| 566 | 2026-07-23T00:40:09.838Z | Downloaded byte-wrapper v0.1.0 |
| 567 | 2026-07-23T00:40:09.838Z | Downloaded chacha20 v0.9.1 |
| 568 | 2026-07-23T00:40:09.841Z | Downloaded darling_macro v0.21.3 |
| 569 | 2026-07-23T00:40:09.842Z | Downloaded bs58 v0.5.1 |
| 570 | 2026-07-23T00:40:09.842Z | Downloaded dsl_auto_type v0.2.0 |
| 571 | 2026-07-23T00:40:09.844Z | Downloaded foreign-types v0.3.2 |
| 572 | 2026-07-23T00:40:09.845Z | Downloaded env_filter v1.0.0 |
| 573 | 2026-07-23T00:40:09.845Z | Downloaded defmt-parser v1.0.0 |
| 574 | 2026-07-23T00:40:09.845Z | Downloaded foreign-types v0.5.0 |
| 575 | 2026-07-23T00:40:09.847Z | Downloaded float-ord v0.3.2 |
| 576 | 2026-07-23T00:40:09.848Z | Downloaded flagset v0.4.7 |
| 577 | 2026-07-23T00:40:09.848Z | Downloaded defmt v1.0.1 |
| 578 | 2026-07-23T00:40:09.852Z | Downloaded ed25519 v2.2.3 |
| 579 | 2026-07-23T00:40:09.852Z | Downloaded foreign-types-shared v0.3.1 |
| 580 | 2026-07-23T00:40:09.855Z | Downloaded foreign-types-macros v0.2.3 |
| 581 | 2026-07-23T00:40:09.855Z | Downloaded futures-task v0.3.32 |
| 582 | 2026-07-23T00:40:09.855Z | Downloaded futures-macro v0.3.32 |
| 583 | 2026-07-23T00:40:09.855Z | Downloaded ahash v0.8.12 |
| 584 | 2026-07-23T00:40:09.858Z | Downloaded display-error-chain v0.2.2 |
| 585 | 2026-07-23T00:40:09.858Z | Downloaded dirs-next v2.0.0 |
| 586 | 2026-07-23T00:40:09.858Z | Downloaded futures-io v0.3.32 |
| 587 | 2026-07-23T00:40:09.858Z | Downloaded constant_time_eq v0.4.2 |
| 588 | 2026-07-23T00:40:09.861Z | Downloaded backoff v0.4.0 |
| 589 | 2026-07-23T00:40:09.861Z | Downloaded compression-codecs v0.4.37 |
| 590 | 2026-07-23T00:40:09.864Z | Downloaded foreign-types-shared v0.1.1 |
| 591 | 2026-07-23T00:40:09.864Z | Downloaded futures-core v0.3.32 |
| 592 | 2026-07-23T00:40:09.868Z | Downloaded der_derive v0.7.3 |
| 593 | 2026-07-23T00:40:09.868Z | Downloaded cipher v0.5.2 |
| 594 | 2026-07-23T00:40:09.871Z | Downloaded cmake v0.1.57 |
| 595 | 2026-07-23T00:40:09.871Z | Downloaded form_urlencoded v1.2.2 |
| 596 | 2026-07-23T00:40:09.871Z | Downloaded float-cmp v0.10.0 |
| 597 | 2026-07-23T00:40:09.874Z | Downloaded diesel-dtrace v0.5.0 |
| 598 | 2026-07-23T00:40:09.874Z | Downloaded gethostname v0.5.0 |
| 599 | 2026-07-23T00:40:09.874Z | Downloaded camino-tempfile-ext v0.3.3 |
| 600 | 2026-07-23T00:40:09.877Z | Downloaded fxhash v0.2.1 |
| 601 | 2026-07-23T00:40:09.877Z | Downloaded castaway v0.2.4 |
| 602 | 2026-07-23T00:40:09.877Z | Downloaded git-stub v1.0.0 |
| 603 | 2026-07-23T00:40:09.880Z | Downloaded futures-sink v0.3.32 |
| 604 | 2026-07-23T00:40:09.883Z | Downloaded console v0.16.2 |
| 605 | 2026-07-23T00:40:09.883Z | Downloaded ghash v0.6.0 |
| 606 | 2026-07-23T00:40:09.883Z | Downloaded buf-list v1.1.2 |
| 607 | 2026-07-23T00:40:09.886Z | Downloaded cexpr v0.6.0 |
| 608 | 2026-07-23T00:40:09.886Z | Downloaded ena v0.14.4 |
| 609 | 2026-07-23T00:40:09.889Z | Downloaded globwalk v0.9.1 |
| 610 | 2026-07-23T00:40:09.892Z | Downloaded either v1.15.0 |
| 611 | 2026-07-23T00:40:09.892Z | Downloaded derive_builder v0.20.2 |
| 612 | 2026-07-23T00:40:09.895Z | Downloaded hash32 v0.2.1 |
| 613 | 2026-07-23T00:40:09.895Z | Downloaded enum-as-inner v0.6.1 |
| 614 | 2026-07-23T00:40:09.898Z | Downloaded ecdsa v0.16.9 |
| 615 | 2026-07-23T00:40:09.898Z | Downloaded fallible-iterator v0.2.0 |
| 616 | 2026-07-23T00:40:09.901Z | Downloaded const-oid v0.9.6 |
| 617 | 2026-07-23T00:40:09.901Z | Downloaded deranged v0.5.8 |
| 618 | 2026-07-23T00:40:09.901Z | Downloaded filetime v0.2.27 |
| 619 | 2026-07-23T00:40:09.904Z | Downloaded enum_dispatch v0.3.13 |
| 620 | 2026-07-23T00:40:09.907Z | Downloaded hash32 v0.3.1 |
| 621 | 2026-07-23T00:40:09.907Z | Downloaded headers-core v0.3.0 |
| 622 | 2026-07-23T00:40:09.907Z | Downloaded foldhash v0.2.0 |
| 623 | 2026-07-23T00:40:09.907Z | Downloaded funty v2.0.0 |
| 624 | 2026-07-23T00:40:09.910Z | Downloaded find-msvc-tools v0.1.9 |
| 625 | 2026-07-23T00:40:09.910Z | Downloaded hex-literal v1.1.0 |
| 626 | 2026-07-23T00:40:09.910Z | Downloaded hex v0.4.3 |
| 627 | 2026-07-23T00:40:09.913Z | Downloaded displaydoc v0.2.5 |
| 628 | 2026-07-23T00:40:09.913Z | Downloaded fs_extra v1.3.0 |
| 629 | 2026-07-23T00:40:09.916Z | Downloaded fs-err v2.11.0 |
| 630 | 2026-07-23T00:40:09.916Z | Downloaded crc32fast v1.5.0 |
| 631 | 2026-07-23T00:40:09.920Z | Downloaded env_logger v0.11.9 |
| 632 | 2026-07-23T00:40:09.920Z | Downloaded crossbeam-epoch v0.9.18 |
| 633 | 2026-07-23T00:40:09.923Z | Downloaded digest-io v0.1.0 |
| 634 | 2026-07-23T00:40:09.923Z | Downloaded derive-ex v0.1.8 |
| 635 | 2026-07-23T00:40:09.923Z | Downloaded fixedbitset v0.4.2 |
| 636 | 2026-07-23T00:40:09.923Z | Downloaded foldhash v0.1.5 |
| 637 | 2026-07-23T00:40:09.927Z | Downloaded fixedbitset v0.5.7 |
| 638 | 2026-07-23T00:40:09.927Z | Downloaded hostname v0.4.2 |
| 639 | 2026-07-23T00:40:09.930Z | Downloaded home v0.5.12 |
| 640 | 2026-07-23T00:40:09.930Z | Downloaded const_format_proc_macros v0.2.34 |
| 641 | 2026-07-23T00:40:09.930Z | Downloaded hostname v0.3.1 |
| 642 | 2026-07-23T00:40:09.933Z | Downloaded derive_more v0.99.20 |
| 643 | 2026-07-23T00:40:09.936Z | Downloaded http-body v1.0.1 |
| 644 | 2026-07-23T00:40:09.936Z | Downloaded futures-executor v0.3.32 |
| 645 | 2026-07-23T00:40:09.936Z | Downloaded ar_archive_writer v0.5.1 |
| 646 | 2026-07-23T00:40:09.939Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 647 | 2026-07-23T00:40:09.942Z | Downloaded git-stub-vcs v0.1.0 |
| 648 | 2026-07-23T00:40:09.942Z | Downloaded backon v1.6.0 |
| 649 | 2026-07-23T00:40:09.945Z | Downloaded ff v0.14.0 |
| 650 | 2026-07-23T00:40:09.945Z | Downloaded ff v0.13.1 |
| 651 | 2026-07-23T00:40:09.945Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 652 | 2026-07-23T00:40:09.948Z | Downloaded hubpack_derive v0.1.1 |
| 653 | 2026-07-23T00:40:09.948Z | Downloaded http-range v0.1.5 |
| 654 | 2026-07-23T00:40:09.948Z | Downloaded hubpack v0.1.2 |
| 655 | 2026-07-23T00:40:09.948Z | Downloaded derive_builder_core v0.20.2 |
| 656 | 2026-07-23T00:40:09.951Z | Downloaded illumos-nvpair v0.3.0 |
| 657 | 2026-07-23T00:40:09.951Z | Downloaded idna_adapter v1.2.1 |
| 658 | 2026-07-23T00:40:09.951Z | Downloaded hyper-tls v0.6.0 |
| 659 | 2026-07-23T00:40:09.954Z | Downloaded ciborium v0.2.2 |
| 660 | 2026-07-23T00:40:09.954Z | Downloaded indent_write v2.2.0 |
| 661 | 2026-07-23T00:40:09.957Z | Downloaded blake2 v0.10.6 |
| 662 | 2026-07-23T00:40:09.957Z | Downloaded ident_case v1.0.1 |
| 663 | 2026-07-23T00:40:09.957Z | Downloaded erased-serde v0.3.31 |
| 664 | 2026-07-23T00:40:09.961Z | Downloaded indoc v1.0.9 |
| 665 | 2026-07-23T00:40:09.961Z | Downloaded group v0.14.0 |
| 666 | 2026-07-23T00:40:09.965Z | Downloaded group v0.13.0 |
| 667 | 2026-07-23T00:40:09.965Z | Downloaded defmt-macros v1.0.1 |
| 668 | 2026-07-23T00:40:09.965Z | Downloaded is_ci v1.2.0 |
| 669 | 2026-07-23T00:40:09.968Z | Downloaded internet-checksum v0.2.1 |
| 670 | 2026-07-23T00:40:09.968Z | Downloaded des v0.9.0 |
| 671 | 2026-07-23T00:40:09.968Z | Downloaded darling v0.20.11 |
| 672 | 2026-07-23T00:40:09.971Z | Downloaded base64 v0.22.1 |
| 673 | 2026-07-23T00:40:09.974Z | Downloaded colored v2.2.0 |
| 674 | 2026-07-23T00:40:09.977Z | Downloaded glob v0.3.3 |
| 675 | 2026-07-23T00:40:09.977Z | Downloaded diff v0.1.13 |
| 676 | 2026-07-23T00:40:09.980Z | Downloaded instant v0.1.13 |
| 677 | 2026-07-23T00:40:09.980Z | Downloaded httpdate v1.0.3 |
| 678 | 2026-07-23T00:40:09.980Z | Downloaded is-terminal v0.4.17 |
| 679 | 2026-07-23T00:40:09.980Z | Downloaded instability v0.3.11 |
| 680 | 2026-07-23T00:40:09.983Z | Downloaded inout v0.2.2 |
| 681 | 2026-07-23T00:40:09.983Z | Downloaded inout v0.1.4 |
| 682 | 2026-07-23T00:40:09.983Z | Downloaded crc-any v2.5.0 |
| 683 | 2026-07-23T00:40:09.986Z | Downloaded convert_case v0.10.0 |
| 684 | 2026-07-23T00:40:09.987Z | Downloaded console v0.15.11 |
| 685 | 2026-07-23T00:40:09.990Z | Downloaded colored v3.1.1 |
| 686 | 2026-07-23T00:40:09.990Z | Downloaded cmov v0.5.4 |
| 687 | 2026-07-23T00:40:09.993Z | Downloaded cancel-safe-futures v0.1.5 |
| 688 | 2026-07-23T00:40:09.993Z | Downloaded keccak v0.1.6 |
| 689 | 2026-07-23T00:40:09.996Z | Downloaded async-bb8-diesel v0.2.1 |
| 690 | 2026-07-23T00:40:09.996Z | Downloaded clang-sys v1.8.1 |
| 691 | 2026-07-23T00:40:09.999Z | Downloaded lazy_static v1.5.0 |
| 692 | 2026-07-23T00:40:09.999Z | Downloaded darling_core v0.23.0 |
| 693 | 2026-07-23T00:40:10.002Z | Downloaded lalrpop-util v0.19.12 |
| 694 | 2026-07-23T00:40:10.003Z | Downloaded humantime v2.3.0 |
| 695 | 2026-07-23T00:40:10.003Z | Downloaded kem v0.3.0 |
| 696 | 2026-07-23T00:40:10.009Z | Downloaded kstat-rs v0.2.4 |
| 697 | 2026-07-23T00:40:10.009Z | Downloaded drift v0.2.0 |
| 698 | 2026-07-23T00:40:10.012Z | Downloaded http-body-util v0.1.3 |
| 699 | 2026-07-23T00:40:10.012Z | Downloaded libscf-sys v1.1.0 |
| 700 | 2026-07-23T00:40:10.012Z | Downloaded getrandom v0.2.17 |
| 701 | 2026-07-23T00:40:10.015Z | Downloaded maplit v1.0.2 |
| 702 | 2026-07-23T00:40:10.015Z | Downloaded futures-channel v0.3.32 |
| 703 | 2026-07-23T00:40:10.018Z | Downloaded match_cfg v0.1.0 |
| 704 | 2026-07-23T00:40:10.018Z | Downloaded lru-slab v0.1.2 |
| 705 | 2026-07-23T00:40:10.018Z | Downloaded elliptic-curve v0.13.8 |
| 706 | 2026-07-23T00:40:10.023Z | Downloaded derive-where v1.6.0 |
| 707 | 2026-07-23T00:40:10.026Z | Downloaded lru-cache v0.1.2 |
| 708 | 2026-07-23T00:40:10.026Z | Downloaded md5 v0.8.0 |
| 709 | 2026-07-23T00:40:10.026Z | Downloaded memoffset v0.9.1 |
| 710 | 2026-07-23T00:40:10.026Z | Downloaded md-5 v0.10.6 |
| 711 | 2026-07-23T00:40:10.026Z | Downloaded maybe-uninit v2.0.0 |
| 712 | 2026-07-23T00:40:10.031Z | Downloaded hmac v0.12.1 |
| 713 | 2026-07-23T00:40:10.031Z | Downloaded mime v0.3.17 |
| 714 | 2026-07-23T00:40:10.031Z | Downloaded fatfs v0.3.6 |
| 715 | 2026-07-23T00:40:10.035Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 716 | 2026-07-23T00:40:10.035Z | Downloaded highway v1.3.0 |
| 717 | 2026-07-23T00:40:10.035Z | Downloaded argon2 v0.6.0-rc.8 |
| 718 | 2026-07-23T00:40:10.040Z | Downloaded managed v0.8.0 |
| 719 | 2026-07-23T00:40:10.040Z | Downloaded new_debug_unreachable v1.0.6 |
| 720 | 2026-07-23T00:40:10.040Z | Downloaded half v1.8.3 |
| 721 | 2026-07-23T00:40:10.043Z | Downloaded lzss v0.8.2 |
| 722 | 2026-07-23T00:40:10.043Z | Downloaded ecdsa v0.17.0-rc.18 |
| 723 | 2026-07-23T00:40:10.043Z | Downloaded dropshot_endpoint v0.17.1 |
| 724 | 2026-07-23T00:40:10.046Z | Downloaded ingot-types v0.1.2 |
| 725 | 2026-07-23T00:40:10.046Z | Downloaded indoc v2.0.7 |
| 726 | 2026-07-23T00:40:10.050Z | Downloaded compact_str v0.8.1 |
| 727 | 2026-07-23T00:40:10.050Z | Downloaded multimap v0.10.1 |
| 728 | 2026-07-23T00:40:10.050Z | Downloaded csv-core v0.1.13 |
| 729 | 2026-07-23T00:40:10.054Z | Downloaded newtype-uuid-macros v0.1.0 |
| 730 | 2026-07-23T00:40:10.054Z | Downloaded darling_core v0.21.3 |
| 731 | 2026-07-23T00:40:10.058Z | Downloaded darling_core v0.20.11 |
| 732 | 2026-07-23T00:40:10.058Z | Downloaded ipnetwork v0.21.1 |
| 733 | 2026-07-23T00:40:10.061Z | Downloaded hybrid-array v0.4.13 |
| 734 | 2026-07-23T00:40:10.061Z | Downloaded getrandom v0.3.4 |
| 735 | 2026-07-23T00:40:10.064Z | Downloaded normalize-line-endings v0.3.0 |
| 736 | 2026-07-23T00:40:10.064Z | Downloaded nonempty v0.12.0 |
| 737 | 2026-07-23T00:40:10.064Z | Downloaded nodrop v0.1.14 |
| 738 | 2026-07-23T00:40:10.068Z | Downloaded newtype_derive v0.1.6 |
| 739 | 2026-07-23T00:40:10.068Z | Downloaded num-iter v0.1.45 |
| 740 | 2026-07-23T00:40:10.068Z | Downloaded newline-converter v0.3.0 |
| 741 | 2026-07-23T00:40:10.068Z | Downloaded allocator-api2 v0.2.21 |
| 742 | 2026-07-23T00:40:10.071Z | Downloaded keccak v0.2.0 |
| 743 | 2026-07-23T00:40:10.071Z | Downloaded num v0.4.3 |
| 744 | 2026-07-23T00:40:10.081Z | Downloaded jobserver v0.1.34 |
| 745 | 2026-07-23T00:40:10.081Z | Downloaded globset v0.4.18 |
| 746 | 2026-07-23T00:40:10.081Z | Downloaded crypto-primes v0.7.2 |
| 747 | 2026-07-23T00:40:10.081Z | Downloaded hyper-staticfile v0.10.1 |
| 748 | 2026-07-23T00:40:10.084Z | Downloaded mime_guess v2.0.5 |
| 749 | 2026-07-23T00:40:10.084Z | Downloaded lru v0.12.5 |
| 750 | 2026-07-23T00:40:10.084Z | Downloaded linear-map v1.2.0 |
| 751 | 2026-07-23T00:40:10.084Z | Downloaded olpc-cjson v0.1.4 |
| 752 | 2026-07-23T00:40:10.084Z | Downloaded arc-swap v1.8.2 |
| 753 | 2026-07-23T00:40:10.087Z | Downloaded num_threads v0.1.7 |
| 754 | 2026-07-23T00:40:10.087Z | Downloaded num-derive v0.4.2 |
| 755 | 2026-07-23T00:40:10.087Z | Downloaded num-derive v0.3.3 |
| 756 | 2026-07-23T00:40:10.091Z | Downloaded num_enum_derive v0.5.11 |
| 757 | 2026-07-23T00:40:10.091Z | Downloaded num-conv v0.2.0 |
| 758 | 2026-07-23T00:40:10.091Z | Downloaded linked-hash-map v0.5.6 |
| 759 | 2026-07-23T00:40:10.091Z | Downloaded libsw-core v0.3.2 |
| 760 | 2026-07-23T00:40:10.094Z | Downloaded libefi-sys v0.1.0 |
| 761 | 2026-07-23T00:40:10.094Z | Downloaded libsw v3.5.0 |
| 762 | 2026-07-23T00:40:10.097Z | Downloaded libloading v0.8.9 |
| 763 | 2026-07-23T00:40:10.097Z | Downloaded lock_api v0.4.14 |
| 764 | 2026-07-23T00:40:10.097Z | Downloaded ingot-macros v0.1.1 |
| 765 | 2026-07-23T00:40:10.101Z | Downloaded ingot v0.1.1 |
| 766 | 2026-07-23T00:40:10.101Z | Downloaded iana-time-zone v0.1.65 |
| 767 | 2026-07-23T00:40:10.106Z | Downloaded opaque-debug v0.3.1 |
| 768 | 2026-07-23T00:40:10.106Z | Downloaded module-lattice v0.2.3 |
| 769 | 2026-07-23T00:40:10.106Z | Downloaded generic-array v1.4.3 |
| 770 | 2026-07-23T00:40:10.111Z | Downloaded openssl-probe v0.2.1 |
| 771 | 2026-07-23T00:40:10.111Z | Downloaded const_format v0.2.35 |
| 772 | 2026-07-23T00:40:10.111Z | Downloaded newtype-uuid v1.3.2 |
| 773 | 2026-07-23T00:40:10.115Z | Downloaded chacha20poly1305 v0.10.1 |
| 774 | 2026-07-23T00:40:10.115Z | Downloaded crypto-bigint v0.5.5 |
| 775 | 2026-07-23T00:40:10.118Z | Downloaded nanorand v0.7.0 |
| 776 | 2026-07-23T00:40:10.118Z | Downloaded multer v3.1.0 |
| 777 | 2026-07-23T00:40:10.121Z | Downloaded openssl-probe v0.1.6 |
| 778 | 2026-07-23T00:40:10.121Z | Downloaded futures v0.3.32 |
| 779 | 2026-07-23T00:40:10.125Z | Downloaded parse-size v1.1.0 |
| 780 | 2026-07-23T00:40:10.125Z | Downloaded nibble_vec v0.1.0 |
| 781 | 2026-07-23T00:40:10.125Z | Downloaded hmac v0.13.0 |
| 782 | 2026-07-23T00:40:10.128Z | Downloaded derive_more-impl v2.1.1 |
| 783 | 2026-07-23T00:40:10.131Z | Downloaded openssl-macros v0.1.1 |
| 784 | 2026-07-23T00:40:10.131Z | Downloaded num_enum v0.7.6 |
| 785 | 2026-07-23T00:40:10.134Z | Downloaded oso-derive v0.27.3 |
| 786 | 2026-07-23T00:40:10.137Z | Downloaded icu_properties v2.1.2 |
| 787 | 2026-07-23T00:40:10.137Z | Downloaded packed_struct_codegen v0.10.1 |
| 788 | 2026-07-23T00:40:10.137Z | Downloaded hyper-rustls v0.27.7 |
| 789 | 2026-07-23T00:40:10.140Z | Downloaded derive_more v2.1.1 |
| 790 | 2026-07-23T00:40:10.145Z | Downloaded num_enum_derive v0.7.6 |
| 791 | 2026-07-23T00:40:10.148Z | Downloaded password-hash v0.6.1 |
| 792 | 2026-07-23T00:40:10.148Z | Downloaded path-slash v0.1.5 |
| 793 | 2026-07-23T00:40:10.151Z | Downloaded num_enum v0.5.11 |
| 794 | 2026-07-23T00:40:10.151Z | Downloaded percent-encoding v2.3.2 |
| 795 | 2026-07-23T00:40:10.155Z | Downloaded parse-display v0.10.0 |
| 796 | 2026-07-23T00:40:10.155Z | Downloaded peg-runtime v0.8.5 |
| 797 | 2026-07-23T00:40:10.155Z | Downloaded ignore v0.4.25 |
| 798 | 2026-07-23T00:40:10.158Z | Downloaded memmap2 v0.9.10 |
| 799 | 2026-07-23T00:40:10.158Z | Downloaded ml-kem v0.3.2 |
| 800 | 2026-07-23T00:40:10.161Z | Downloaded litemap v0.8.1 |
| 801 | 2026-07-23T00:40:10.161Z | Downloaded indexmap v1.9.3 |
| 802 | 2026-07-23T00:40:10.165Z | Downloaded phf_shared v0.12.1 |
| 803 | 2026-07-23T00:40:10.165Z | Downloaded phf_shared v0.11.3 |
| 804 | 2026-07-23T00:40:10.165Z | Downloaded der v0.7.10 |
| 805 | 2026-07-23T00:40:10.169Z | Downloaded native-tls v0.2.18 |
| 806 | 2026-07-23T00:40:10.181Z | Downloaded phf_shared v0.13.1 |
| 807 | 2026-07-23T00:40:10.185Z | Downloaded heapless v0.8.0 |
| 808 | 2026-07-23T00:40:10.185Z | Downloaded heapless v0.7.17 |
| 809 | 2026-07-23T00:40:10.188Z | Downloaded bumpalo v3.20.2 |
| 810 | 2026-07-23T00:40:10.191Z | Downloaded num-complex v0.4.6 |
| 811 | 2026-07-23T00:40:10.191Z | Downloaded litrs v1.0.0 |
| 812 | 2026-07-23T00:40:10.194Z | Downloaded icu_provider v2.1.1 |
| 813 | 2026-07-23T00:40:10.194Z | Downloaded num-rational v0.4.2 |
| 814 | 2026-07-23T00:40:10.197Z | Downloaded num-integer v0.1.46 |
| 815 | 2026-07-23T00:40:10.197Z | Downloaded predicates-tree v1.0.13 |
| 816 | 2026-07-23T00:40:10.197Z | Downloaded precomputed-hash v0.1.1 |
| 817 | 2026-07-23T00:40:10.200Z | Downloaded powerfmt v0.2.0 |
| 818 | 2026-07-23T00:40:10.200Z | Downloaded parking_lot_core v0.8.6 |
| 819 | 2026-07-23T00:40:10.200Z | Downloaded oxnet v0.1.6 |
| 820 | 2026-07-23T00:40:10.203Z | Downloaded potential_utf v0.1.4 |
| 821 | 2026-07-23T00:40:10.203Z | Downloaded packed_struct v0.10.1 |
| 822 | 2026-07-23T00:40:10.203Z | Downloaded paste v1.0.15 |
| 823 | 2026-07-23T00:40:10.207Z | Downloaded predicates-core v1.0.10 |
| 824 | 2026-07-23T00:40:10.207Z | Downloaded oxide-tokio-rt v0.1.4 |
| 825 | 2026-07-23T00:40:10.210Z | Downloaded nu-ansi-term v0.50.3 |
| 826 | 2026-07-23T00:40:10.210Z | Downloaded libbz2-rs-sys v0.2.2 |
| 827 | 2026-07-23T00:40:10.213Z | Downloaded proc-macro-crate v1.3.1 |
| 828 | 2026-07-23T00:40:10.213Z | Downloaded pbkdf2 v0.13.0 |
| 829 | 2026-07-23T00:40:10.213Z | Downloaded parse-display-derive v0.10.0 |
| 830 | 2026-07-23T00:40:10.213Z | Downloaded owo-colors v4.3.0 |
| 831 | 2026-07-23T00:40:10.216Z | Downloaded icu_normalizer v2.1.1 |
| 832 | 2026-07-23T00:40:10.219Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 833 | 2026-07-23T00:40:10.219Z | Downloaded proc-macro-crate v3.4.0 |
| 834 | 2026-07-23T00:40:10.219Z | Downloaded peg-macros v0.8.5 |
| 835 | 2026-07-23T00:40:10.222Z | Downloaded pem v3.0.6 |
| 836 | 2026-07-23T00:40:10.222Z | Downloaded peg v0.8.5 |
| 837 | 2026-07-23T00:40:10.227Z | Downloaded hickory-resolver v0.24.4 |
| 838 | 2026-07-23T00:40:10.230Z | Downloaded progenitor-client v0.14.0 |
| 839 | 2026-07-23T00:40:10.230Z | Downloaded phc v0.6.1 |
| 840 | 2026-07-23T00:40:10.231Z | Downloaded pem-rfc7468 v0.7.0 |
| 841 | 2026-07-23T00:40:10.231Z | Downloaded indicatif v0.18.4 |
| 842 | 2026-07-23T00:40:10.234Z | Downloaded diesel_derives v2.3.7 |
| 843 | 2026-07-23T00:40:10.237Z | Downloaded phf v0.13.1 |
| 844 | 2026-07-23T00:40:10.240Z | Downloaded headers v0.4.1 |
| 845 | 2026-07-23T00:40:10.243Z | Downloaded cc v1.2.56 |
| 846 | 2026-07-23T00:40:10.243Z | Downloaded psl-types v2.0.11 |
| 847 | 2026-07-23T00:40:10.247Z | Downloaded pem-rfc7468 v1.0.0 |
| 848 | 2026-07-23T00:40:10.247Z | Downloaded half v2.7.1 |
| 849 | 2026-07-23T00:40:10.247Z | Downloaded pkcs8 v0.10.2 |
| 850 | 2026-07-23T00:40:10.250Z | Downloaded bindgen v0.71.1 |
| 851 | 2026-07-23T00:40:10.253Z | Downloaded port-file v0.1.0 |
| 852 | 2026-07-23T00:40:10.256Z | Downloaded progenitor-macro v0.14.0 |
| 853 | 2026-07-23T00:40:10.256Z | Downloaded pkg-config v0.3.32 |
| 854 | 2026-07-23T00:40:10.259Z | Downloaded pin-project-lite v0.2.17 |
| 855 | 2026-07-23T00:40:10.259Z | Downloaded pin-project-internal v1.1.11 |
| 856 | 2026-07-23T00:40:10.264Z | Downloaded rand_chacha v0.3.1 |
| 857 | 2026-07-23T00:40:10.264Z | Downloaded expectorate v1.2.0 |
| 858 | 2026-07-23T00:40:10.269Z | Downloaded radium v0.7.0 |
| 859 | 2026-07-23T00:40:10.269Z | Downloaded hickory-resolver v0.25.2 |
| 860 | 2026-07-23T00:40:10.269Z | Downloaded rand_xorshift v0.4.0 |
| 861 | 2026-07-23T00:40:10.272Z | Downloaded parking_lot v0.11.2 |
| 862 | 2026-07-23T00:40:10.272Z | Downloaded postgres-protocol v0.6.10 |
| 863 | 2026-07-23T00:40:10.272Z | Downloaded poly1305 v0.8.0 |
| 864 | 2026-07-23T00:40:10.272Z | Downloaded parking_lot v0.12.5 |
| 865 | 2026-07-23T00:40:10.277Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 866 | 2026-07-23T00:40:10.277Z | Downloaded icu_locale_core v2.1.1 |
| 867 | 2026-07-23T00:40:10.280Z | Downloaded primeorder v0.14.0-rc.10 |
| 868 | 2026-07-23T00:40:10.283Z | Downloaded parking_lot_core v0.9.12 |
| 869 | 2026-07-23T00:40:10.283Z | Downloaded recursive v0.1.1 |
| 870 | 2026-07-23T00:40:10.283Z | Downloaded primeorder v0.13.6 |
| 871 | 2026-07-23T00:40:10.286Z | Downloaded icu_collections v2.1.1 |
| 872 | 2026-07-23T00:40:10.290Z | Downloaded proc-macro-error2 v2.0.1 |
| 873 | 2026-07-23T00:40:10.290Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 874 | 2026-07-23T00:40:10.295Z | Downloaded progenitor-macro v0.13.0 |
| 875 | 2026-07-23T00:40:10.295Z | Downloaded progenitor-client v0.13.0 |
| 876 | 2026-07-23T00:40:10.295Z | Downloaded progenitor v0.13.0 |
| 877 | 2026-07-23T00:40:10.295Z | Downloaded phf v0.12.1 |
| 878 | 2026-07-23T00:40:10.300Z | Downloaded num-traits v0.2.19 |
| 879 | 2026-07-23T00:40:10.300Z | Downloaded flate2 v1.1.9 |
| 880 | 2026-07-23T00:40:10.304Z | Downloaded ed25519-dalek v2.2.0 |
| 881 | 2026-07-23T00:40:10.304Z | Downloaded hashbrown v0.13.2 |
| 882 | 2026-07-23T00:40:10.308Z | Downloaded psm v0.1.30 |
| 883 | 2026-07-23T00:40:10.308Z | Downloaded quick-error v1.2.3 |
| 884 | 2026-07-23T00:40:10.308Z | Downloaded progenitor-extras v0.2.0 |
| 885 | 2026-07-23T00:40:10.313Z | Downloaded progenitor v0.14.0 |
| 886 | 2026-07-23T00:40:10.313Z | Downloaded ref-cast-impl v1.0.25 |
| 887 | 2026-07-23T00:40:10.313Z | Downloaded rfc6979 v0.5.0 |
| 888 | 2026-07-23T00:40:10.313Z | Downloaded omicron-zone-package v0.12.3 |
| 889 | 2026-07-23T00:40:10.324Z | Downloaded rustc-hash v2.1.1 |
| 890 | 2026-07-23T00:40:10.324Z | Downloaded miniz_oxide v0.8.9 |
| 891 | 2026-07-23T00:40:10.324Z | Downloaded postgres-types v0.2.12 |
| 892 | 2026-07-23T00:40:10.328Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 893 | 2026-07-23T00:40:10.328Z | Downloaded rand_core v0.9.5 |
| 894 | 2026-07-23T00:40:10.328Z | Downloaded poly1305 v0.9.0 |
| 895 | 2026-07-23T00:40:10.328Z | Downloaded pkcs8 v0.11.0 |
| 896 | 2026-07-23T00:40:10.328Z | Downloaded pkcs1 v0.7.5 |
| 897 | 2026-07-23T00:40:10.328Z | Downloaded aho-corasick v1.1.4 |
| 898 | 2026-07-23T00:40:10.331Z | Downloaded rustc_version v0.1.7 |
| 899 | 2026-07-23T00:40:10.331Z | Downloaded rtoolbox v0.0.3 |
| 900 | 2026-07-23T00:40:10.331Z | Downloaded rfc6979 v0.4.0 |
| 901 | 2026-07-23T00:40:10.335Z | Downloaded rustc_version v0.4.1 |
| 902 | 2026-07-23T00:40:10.335Z | Downloaded russh-util v0.52.0 |
| 903 | 2026-07-23T00:40:10.335Z | Downloaded rand_seeder v0.4.0 |
| 904 | 2026-07-23T00:40:10.335Z | Downloaded rand_chacha v0.9.0 |
| 905 | 2026-07-23T00:40:10.350Z | Downloaded r2d2 v0.8.10 |
| 906 | 2026-07-23T00:40:10.350Z | Downloaded polyval v0.7.1 |
| 907 | 2026-07-23T00:40:10.350Z | Downloaded predicates v3.1.4 |
| 908 | 2026-07-23T00:40:10.350Z | Downloaded ppv-lite86 v0.2.21 |
| 909 | 2026-07-23T00:40:10.350Z | Downloaded password-hash v0.5.0 |
| 910 | 2026-07-23T00:40:10.350Z | Downloaded oso v0.27.3 |
| 911 | 2026-07-23T00:40:10.350Z | Downloaded rand_core v0.6.4 |
| 912 | 2026-07-23T00:40:10.350Z | Downloaded aes v0.9.1 |
| 913 | 2026-07-23T00:40:10.355Z | Downloaded icu_normalizer_data v2.1.1 |
| 914 | 2026-07-23T00:40:10.355Z | Downloaded async-compression v0.4.41 |
| 915 | 2026-07-23T00:40:10.359Z | Downloaded oxide-update-engine-display v0.1.2 |
| 916 | 2026-07-23T00:40:10.359Z | Downloaded ref-cast v1.0.25 |
| 917 | 2026-07-23T00:40:10.359Z | Downloaded primefield v0.14.0 |
| 918 | 2026-07-23T00:40:10.359Z | Downloaded scopeguard v1.2.0 |
| 919 | 2026-07-23T00:40:10.362Z | Downloaded scheduled-thread-pool v0.2.7 |
| 920 | 2026-07-23T00:40:10.362Z | Downloaded papergrid v0.17.0 |
| 921 | 2026-07-23T00:40:10.366Z | Downloaded scroll_derive v0.13.1 |
| 922 | 2026-07-23T00:40:10.366Z | Downloaded sapling-renderdag v0.1.0 |
| 923 | 2026-07-23T00:40:10.370Z | Downloaded der v0.8.0 |
| 924 | 2026-07-23T00:40:10.373Z | Downloaded same-file v1.0.6 |
| 925 | 2026-07-23T00:40:10.373Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 926 | 2026-07-23T00:40:10.376Z | Downloaded hashbrown v0.12.3 |
| 927 | 2026-07-23T00:40:10.376Z | Downloaded openssl-sys v0.9.115 |
| 928 | 2026-07-23T00:40:10.380Z | Downloaded oxide-update-engine v0.1.2 |
| 929 | 2026-07-23T00:40:10.383Z | Downloaded serde-big-array v0.5.1 |
| 930 | 2026-07-23T00:40:10.383Z | Downloaded pin-project v1.1.11 |
| 931 | 2026-07-23T00:40:10.389Z | Downloaded secrecy v0.8.0 |
| 932 | 2026-07-23T00:40:10.391Z | Downloaded serde_bytes v0.11.19 |
| 933 | 2026-07-23T00:40:10.392Z | Downloaded resolv-conf v0.7.6 |
| 934 | 2026-07-23T00:40:10.395Z | Downloaded postcard v1.1.3 |
| 935 | 2026-07-23T00:40:10.395Z | Downloaded dropshot-api-manager v0.7.2 |
| 936 | 2026-07-23T00:40:10.399Z | Downloaded rpassword v7.5.4 |
| 937 | 2026-07-23T00:40:10.403Z | Downloaded quinn-udp v0.5.14 |
| 938 | 2026-07-23T00:40:10.403Z | Downloaded p384 v0.14.0-rc.10 |
| 939 | 2026-07-23T00:40:10.403Z | Downloaded pkcs5 v0.8.1 |
| 940 | 2026-07-23T00:40:10.406Z | Downloaded seq-macro v0.3.6 |
| 941 | 2026-07-23T00:40:10.410Z | Downloaded serde_repr v0.1.20 |
| 942 | 2026-07-23T00:40:10.410Z | Downloaded rustls-native-certs v0.8.3 |
| 943 | 2026-07-23T00:40:10.410Z | Downloaded serde_urlencoded v0.7.1 |
| 944 | 2026-07-23T00:40:10.415Z | Downloaded jiff-static v0.2.21 |
| 945 | 2026-07-23T00:40:10.415Z | Downloaded russh-cryptovec v0.61.0 |
| 946 | 2026-07-23T00:40:10.415Z | Downloaded rand_core v0.10.0 |
| 947 | 2026-07-23T00:40:10.418Z | Downloaded semver v0.1.20 |
| 948 | 2026-07-23T00:40:10.418Z | Downloaded rusty-fork v0.3.1 |
| 949 | 2026-07-23T00:40:10.418Z | Downloaded rustversion v1.0.22 |
| 950 | 2026-07-23T00:40:10.421Z | Downloaded sha1 v0.11.0 |
| 951 | 2026-07-23T00:40:10.422Z | Downloaded signal-hook-mio v0.2.5 |
| 952 | 2026-07-23T00:40:10.422Z | Downloaded crossterm v0.28.1 |
| 953 | 2026-07-23T00:40:10.425Z | Downloaded sha1 v0.10.6 |
| 954 | 2026-07-23T00:40:10.431Z | Downloaded oxide-update-engine-types v0.1.2 |
| 955 | 2026-07-23T00:40:10.431Z | Downloaded signal-hook-tokio v0.3.1 |
| 956 | 2026-07-23T00:40:10.434Z | Downloaded signature v2.2.0 |
| 957 | 2026-07-23T00:40:10.434Z | Downloaded hyper-util v0.1.20 |
| 958 | 2026-07-23T00:40:10.434Z | Downloaded sigpipe v0.1.3 |
| 959 | 2026-07-23T00:40:10.438Z | Downloaded progenitor-impl v0.13.0 |
| 960 | 2026-07-23T00:40:10.438Z | Downloaded scroll v0.13.0 |
| 961 | 2026-07-23T00:40:10.438Z | Downloaded signature v3.0.0 |
| 962 | 2026-07-23T00:40:10.442Z | Downloaded rustls-pemfile v2.2.0 |
| 963 | 2026-07-23T00:40:10.442Z | Downloaded minimal-lexical v0.2.1 |
| 964 | 2026-07-23T00:40:10.445Z | Downloaded siphasher v1.0.2 |
| 965 | 2026-07-23T00:40:10.445Z | Downloaded secrecy v0.10.3 |
| 966 | 2026-07-23T00:40:10.445Z | Downloaded schemars_derive v0.8.22 |
| 967 | 2026-07-23T00:40:10.449Z | Downloaded progenitor-impl v0.14.0 |
| 968 | 2026-07-23T00:40:10.449Z | Downloaded slog-bunyan v2.5.0 |
| 969 | 2026-07-23T00:40:10.449Z | Downloaded sec1 v0.7.3 |
| 970 | 2026-07-23T00:40:10.453Z | Downloaded scrypt v0.12.0 |
| 971 | 2026-07-23T00:40:10.453Z | Downloaded httparse v1.10.1 |
| 972 | 2026-07-23T00:40:10.453Z | Downloaded flume v0.11.1 |
| 973 | 2026-07-23T00:40:10.456Z | Downloaded slog-envlogger v2.2.0 |
| 974 | 2026-07-23T00:40:10.456Z | Downloaded aes-gcm v0.11.0 |
| 975 | 2026-07-23T00:40:10.460Z | Downloaded sec1 v0.8.1 |
| 976 | 2026-07-23T00:40:10.460Z | Downloaded itertools v0.10.5 |
| 977 | 2026-07-23T00:40:10.463Z | Downloaded ipnet v2.11.0 |
| 978 | 2026-07-23T00:40:10.467Z | Downloaded serde_plain v1.0.2 |
| 979 | 2026-07-23T00:40:10.467Z | Downloaded serde-hex v0.1.0 |
| 980 | 2026-07-23T00:40:10.470Z | Downloaded hickory-server v0.25.2 |
| 981 | 2026-07-23T00:40:10.470Z | Downloaded serde_path_to_error v0.1.20 |
| 982 | 2026-07-23T00:40:10.475Z | Downloaded serde_spanned v1.1.1 |
| 983 | 2026-07-23T00:40:10.475Z | Downloaded http v1.4.2 |
| 984 | 2026-07-23T00:40:10.479Z | Downloaded p256 v0.14.0-rc.10 |
| 985 | 2026-07-23T00:40:10.479Z | Downloaded bzip2 v0.6.1 |
| 986 | 2026-07-23T00:40:10.479Z | Downloaded bzip2 v0.4.4 |
| 987 | 2026-07-23T00:40:10.482Z | Downloaded blake2 v0.11.0-rc.6 |
| 988 | 2026-07-23T00:40:10.482Z | Downloaded rustls-pki-types v1.14.0 |
| 989 | 2026-07-23T00:40:10.482Z | Downloaded prefix-trie v0.7.0 |
| 990 | 2026-07-23T00:40:10.486Z | Downloaded prettyplease v0.2.37 |
| 991 | 2026-07-23T00:40:10.489Z | Downloaded sqlparser_derive v0.5.0 |
| 992 | 2026-07-23T00:40:10.489Z | Downloaded shell-words v1.1.1 |
| 993 | 2026-07-23T00:40:10.489Z | Downloaded num-bigint v0.4.6 |
| 994 | 2026-07-23T00:40:10.494Z | Downloaded strsim v0.10.0 |
| 995 | 2026-07-23T00:40:10.494Z | Downloaded rcgen v0.12.1 |
| 996 | 2026-07-23T00:40:10.499Z | Downloaded signal-hook-registry v1.4.8 |
| 997 | 2026-07-23T00:40:10.499Z | Downloaded serdect v0.4.3 |
| 998 | 2026-07-23T00:40:10.499Z | Downloaded serde_with_macros v1.5.2 |
| 999 | 2026-07-23T00:40:10.502Z | Downloaded shlex v1.3.0 |
| 1000 | 2026-07-23T00:40:10.503Z | Downloaded hashbrown v0.16.1 |
| 1001 | 2026-07-23T00:40:10.506Z | Downloaded structmeta v0.3.0 |
| 1002 | 2026-07-23T00:40:10.506Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1003 | 2026-07-23T00:40:10.506Z | Downloaded slab v0.4.12 |
| 1004 | 2026-07-23T00:40:10.506Z | Downloaded hashbrown v0.15.5 |
| 1005 | 2026-07-23T00:40:10.509Z | Downloaded supports-color v3.0.2 |
| 1006 | 2026-07-23T00:40:10.515Z | Downloaded strum v0.27.2 |
| 1007 | 2026-07-23T00:40:10.515Z | Downloaded strum v0.26.3 |
| 1008 | 2026-07-23T00:40:10.515Z | Downloaded structmeta-derive v0.3.0 |
| 1009 | 2026-07-23T00:40:10.515Z | Downloaded simd-adler32 v0.3.8 |
| 1010 | 2026-07-23T00:40:10.518Z | Downloaded slog-scope v4.4.1 |
| 1011 | 2026-07-23T00:40:10.518Z | Downloaded slog-async v2.8.0 |
| 1012 | 2026-07-23T00:40:10.518Z | Downloaded salsa20 v0.11.0 |
| 1013 | 2026-07-23T00:40:10.521Z | Downloaded crossterm v0.29.0 |
| 1014 | 2026-07-23T00:40:10.524Z | Downloaded mio v1.2.0 |
| 1015 | 2026-07-23T00:40:10.528Z | Downloaded sync_wrapper v1.0.2 |
| 1016 | 2026-07-23T00:40:10.531Z | Downloaded take_mut v0.2.2 |
| 1017 | 2026-07-23T00:40:10.531Z | Downloaded tabwriter v1.4.1 |
| 1018 | 2026-07-23T00:40:10.531Z | Downloaded subtle v2.6.1 |
| 1019 | 2026-07-23T00:40:10.531Z | Downloaded ron v0.8.1 |
| 1020 | 2026-07-23T00:40:10.534Z | Downloaded sqlformat v0.3.5 |
| 1021 | 2026-07-23T00:40:10.538Z | Downloaded sync-ptr v0.1.4 |
| 1022 | 2026-07-23T00:40:10.538Z | Downloaded smf v0.2.3 |
| 1023 | 2026-07-23T00:40:10.538Z | Downloaded smallvec v0.6.14 |
| 1024 | 2026-07-23T00:40:10.541Z | Downloaded slog-term v2.9.2 |
| 1025 | 2026-07-23T00:40:10.541Z | Downloaded tap v1.0.1 |
| 1026 | 2026-07-23T00:40:10.541Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1027 | 2026-07-23T00:40:10.544Z | Downloaded testing_table v0.3.0 |
| 1028 | 2026-07-23T00:40:10.544Z | Downloaded termtree v0.5.1 |
| 1029 | 2026-07-23T00:40:10.544Z | Downloaded pretty_assertions v1.4.1 |
| 1030 | 2026-07-23T00:40:10.547Z | Downloaded serde_derive_internals v0.29.1 |
| 1031 | 2026-07-23T00:40:10.547Z | Downloaded slog-stdlog v4.1.1 |
| 1032 | 2026-07-23T00:40:10.548Z | Downloaded tagptr v0.2.0 |
| 1033 | 2026-07-23T00:40:10.552Z | Downloaded tabled_derive v0.11.0 |
| 1034 | 2026-07-23T00:40:10.553Z | Downloaded slog-json v2.6.1 |
| 1035 | 2026-07-23T00:40:10.553Z | Downloaded slog-dtrace v0.3.0 |
| 1036 | 2026-07-23T00:40:10.557Z | Downloaded thread-id v5.1.0 |
| 1037 | 2026-07-23T00:40:10.557Z | Downloaded time-core v0.1.8 |
| 1038 | 2026-07-23T00:40:10.557Z | Downloaded stringprep v0.1.5 |
| 1039 | 2026-07-23T00:40:10.557Z | Downloaded spki v0.8.0 |
| 1040 | 2026-07-23T00:40:10.561Z | Downloaded snafu-derive v0.8.9 |
| 1041 | 2026-07-23T00:40:10.561Z | Downloaded stacker v0.1.23 |
| 1042 | 2026-07-23T00:40:10.561Z | Downloaded ryu v1.0.23 |
| 1043 | 2026-07-23T00:40:10.566Z | Downloaded strum_macros v0.27.2 |
| 1044 | 2026-07-23T00:40:10.566Z | Downloaded spki v0.7.3 |
| 1045 | 2026-07-23T00:40:10.566Z | Downloaded serde_with_macros v3.21.0 |
| 1046 | 2026-07-23T00:40:10.569Z | Downloaded strum_macros v0.24.3 |
| 1047 | 2026-07-23T00:40:10.569Z | Downloaded rayon-core v1.13.0 |
| 1048 | 2026-07-23T00:40:10.569Z | Downloaded stable_deref_trait v1.2.1 |
| 1049 | 2026-07-23T00:40:10.574Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1050 | 2026-07-23T00:40:10.574Z | Downloaded sha2 v0.11.0 |
| 1051 | 2026-07-23T00:40:10.578Z | Downloaded static_assertions v1.1.0 |
| 1052 | 2026-07-23T00:40:10.578Z | Downloaded futures-util v0.3.32 |
| 1053 | 2026-07-23T00:40:10.582Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-07-23T00:40:10.585Z | Downloaded strum_macros v0.26.4 |
| 1055 | 2026-07-23T00:40:10.585Z | Downloaded support-bundle-viewer v0.1.2 |
| 1056 | 2026-07-23T00:40:10.589Z | Downloaded string_cache v0.8.9 |
| 1057 | 2026-07-23T00:40:10.589Z | Downloaded serde_cbor v0.11.2 |
| 1058 | 2026-07-23T00:40:10.592Z | Downloaded publicsuffix v2.3.0 |
| 1059 | 2026-07-23T00:40:10.592Z | Downloaded tokio-test v0.4.5 |
| 1060 | 2026-07-23T00:40:10.596Z | Downloaded itertools v0.12.1 |
| 1061 | 2026-07-23T00:40:10.599Z | Downloaded iri-string v0.7.10 |
| 1062 | 2026-07-23T00:40:10.602Z | Downloaded smallvec v1.15.1 |
| 1063 | 2026-07-23T00:40:10.602Z | Downloaded schemars v0.8.22 |
| 1064 | 2026-07-23T00:40:10.610Z | Downloaded synstructure v0.13.2 |
| 1065 | 2026-07-23T00:40:10.613Z | Downloaded hyper v1.10.1 |
| 1066 | 2026-07-23T00:40:10.616Z | Downloaded rand v0.8.6 |
| 1067 | 2026-07-23T00:40:10.621Z | Downloaded thiserror-no-std v2.0.2 |
| 1068 | 2026-07-23T00:40:10.621Z | Downloaded tower-service v0.3.3 |
| 1069 | 2026-07-23T00:40:10.624Z | Downloaded tower-layer v0.3.3 |
| 1070 | 2026-07-23T00:40:10.624Z | Downloaded topological-sort v0.2.2 |
| 1071 | 2026-07-23T00:40:10.624Z | Downloaded libxml v0.3.3 |
| 1072 | 2026-07-23T00:40:10.628Z | Downloaded thread_local v1.1.9 |
| 1073 | 2026-07-23T00:40:10.628Z | Downloaded termios v0.3.3 |
| 1074 | 2026-07-23T00:40:10.631Z | Downloaded signal-hook v0.3.18 |
| 1075 | 2026-07-23T00:40:10.631Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1076 | 2026-07-23T00:40:10.635Z | Downloaded tls_codec v0.4.2 |
| 1077 | 2026-07-23T00:40:10.635Z | Downloaded tinystr v0.8.2 |
| 1078 | 2026-07-23T00:40:10.638Z | Downloaded unarray v0.1.4 |
| 1079 | 2026-07-23T00:40:10.638Z | Downloaded spin v0.9.8 |
| 1080 | 2026-07-23T00:40:10.638Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1081 | 2026-07-23T00:40:10.642Z | Downloaded unicode-truncate v1.1.0 |
| 1082 | 2026-07-23T00:40:10.645Z | Downloaded trait-variant v0.1.2 |
| 1083 | 2026-07-23T00:40:10.645Z | Downloaded tokio-dtrace v0.1.1 |
| 1084 | 2026-07-23T00:40:10.645Z | Downloaded time-macros v0.2.27 |
| 1085 | 2026-07-23T00:40:10.645Z | Downloaded p521 v0.14.0-rc.10 |
| 1086 | 2026-07-23T00:40:10.648Z | Downloaded typify-macro v0.6.2 |
| 1087 | 2026-07-23T00:40:10.648Z | Downloaded try-lock v0.2.5 |
| 1088 | 2026-07-23T00:40:10.652Z | Downloaded similar v2.7.0 |
| 1089 | 2026-07-23T00:40:10.655Z | Downloaded num-bigint-dig v0.8.6 |
| 1090 | 2026-07-23T00:40:10.655Z | Downloaded schemars v0.9.0 |
| 1091 | 2026-07-23T00:40:10.662Z | Downloaded tokio-macros v2.7.0 |
| 1092 | 2026-07-23T00:40:10.665Z | Downloaded utf-8 v0.7.6 |
| 1093 | 2026-07-23T00:40:10.665Z | Downloaded untrusted v0.7.1 |
| 1094 | 2026-07-23T00:40:10.666Z | Downloaded rsa v0.9.10 |
| 1095 | 2026-07-23T00:40:10.669Z | Downloaded itertools v0.13.0 |
| 1096 | 2026-07-23T00:40:10.672Z | Downloaded universal-hash v0.5.1 |
| 1097 | 2026-07-23T00:40:10.676Z | Downloaded tokio-tungstenite v0.21.0 |
| 1098 | 2026-07-23T00:40:10.676Z | Downloaded usdt v0.6.0 |
| 1099 | 2026-07-23T00:40:10.676Z | Downloaded untrusted v0.9.0 |
| 1100 | 2026-07-23T00:40:10.680Z | Downloaded usdt-attr-macro v0.6.0 |
| 1101 | 2026-07-23T00:40:10.680Z | Downloaded slog v2.8.2 |
| 1102 | 2026-07-23T00:40:10.680Z | Downloaded utf8_iter v1.0.4 |
| 1103 | 2026-07-23T00:40:10.684Z | Downloaded usdt-macro v0.6.0 |
| 1104 | 2026-07-23T00:40:10.684Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-07-23T00:40:10.684Z | Downloaded tokio-tungstenite v0.23.1 |
| 1106 | 2026-07-23T00:40:10.684Z | Downloaded h2 v0.4.15 |
| 1107 | 2026-07-23T00:40:10.688Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1108 | 2026-07-23T00:40:10.691Z | Downloaded socket2 v0.5.10 |
| 1109 | 2026-07-23T00:40:10.691Z | Downloaded rand v0.9.2 |
| 1110 | 2026-07-23T00:40:10.694Z | Downloaded term v0.7.0 |
| 1111 | 2026-07-23T00:40:10.694Z | Downloaded universal-hash v0.6.1 |
| 1112 | 2026-07-23T00:40:10.699Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1113 | 2026-07-23T00:40:10.699Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-07-23T00:40:10.699Z | Downloaded unicode-xid v0.2.6 |
| 1115 | 2026-07-23T00:40:10.702Z | Downloaded tls_codec_derive v0.4.2 |
| 1116 | 2026-07-23T00:40:10.702Z | Downloaded void v1.0.2 |
| 1117 | 2026-07-23T00:40:10.702Z | Downloaded idna v1.1.0 |
| 1118 | 2026-07-23T00:40:10.702Z | Downloaded waitgroup v0.1.2 |
| 1119 | 2026-07-23T00:40:10.705Z | Downloaded subprocess v0.2.15 |
| 1120 | 2026-07-23T00:40:10.705Z | Downloaded want v0.3.1 |
| 1121 | 2026-07-23T00:40:10.709Z | Downloaded wait-timeout v0.2.1 |
| 1122 | 2026-07-23T00:40:10.709Z | Downloaded term v1.2.1 |
| 1123 | 2026-07-23T00:40:10.712Z | Downloaded itertools v0.14.0 |
| 1124 | 2026-07-23T00:40:10.715Z | Downloaded xattr v1.6.1 |
| 1125 | 2026-07-23T00:40:10.715Z | Downloaded unicase v2.9.0 |
| 1126 | 2026-07-23T00:40:10.719Z | Downloaded tokio-native-tls v0.3.1 |
| 1127 | 2026-07-23T00:40:10.719Z | Downloaded qorb v0.4.1 |
| 1128 | 2026-07-23T00:40:10.722Z | Downloaded tui-tree-widget v0.23.1 |
| 1129 | 2026-07-23T00:40:10.722Z | Downloaded blake3 v1.8.5 |
| 1130 | 2026-07-23T00:40:10.726Z | Downloaded tokio-stream v0.1.18 |
| 1131 | 2026-07-23T00:40:10.729Z | Downloaded xshell-macros v0.2.7 |
| 1132 | 2026-07-23T00:40:10.729Z | Downloaded samael v0.0.19 |
| 1133 | 2026-07-23T00:40:10.733Z | Downloaded socket2 v0.6.3 |
| 1134 | 2026-07-23T00:40:10.736Z | Downloaded rustls-webpki v0.103.13 |
| 1135 | 2026-07-23T00:40:10.739Z | Downloaded hkdf v0.13.0 |
| 1136 | 2026-07-23T00:40:10.739Z | Downloaded bitvec v1.0.1 |
| 1137 | 2026-07-23T00:40:10.747Z | Downloaded yoke-derive v0.8.1 |
| 1138 | 2026-07-23T00:40:10.751Z | Downloaded tokio-rustls v0.26.4 |
| 1139 | 2026-07-23T00:40:10.751Z | Downloaded test-strategy v0.4.5 |
| 1140 | 2026-07-23T00:40:10.754Z | Downloaded vergen-lib v9.1.0 |
| 1141 | 2026-07-23T00:40:10.754Z | Downloaded zerofrom-derive v0.1.6 |
| 1142 | 2026-07-23T00:40:10.754Z | Downloaded zone v0.3.1 |
| 1143 | 2026-07-23T00:40:10.754Z | Downloaded icu_properties_data v2.1.2 |
| 1144 | 2026-07-23T00:40:10.759Z | Downloaded zone_cfg_derive v0.3.1 |
| 1145 | 2026-07-23T00:40:10.762Z | Downloaded zeroize_derive v1.4.3 |
| 1146 | 2026-07-23T00:40:10.762Z | Downloaded usdt-impl v0.6.0 |
| 1147 | 2026-07-23T00:40:10.762Z | Downloaded nom v8.0.0 |
| 1148 | 2026-07-23T00:40:10.765Z | Downloaded quinn v0.11.9 |
| 1149 | 2026-07-23T00:40:10.768Z | Downloaded nom v7.1.3 |
| 1150 | 2026-07-23T00:40:10.773Z | Downloaded tracing-attributes v0.1.31 |
| 1151 | 2026-07-23T00:40:10.776Z | Downloaded whoami v2.1.0 |
| 1152 | 2026-07-23T00:40:10.776Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-07-23T00:40:10.776Z | Downloaded tinyvec v1.10.0 |
| 1154 | 2026-07-23T00:40:10.780Z | Downloaded writeable v0.6.2 |
| 1155 | 2026-07-23T00:40:10.780Z | Downloaded vergen-gitcl v1.0.8 |
| 1156 | 2026-07-23T00:40:10.780Z | Downloaded vergen-git2 v9.1.0 |
| 1157 | 2026-07-23T00:40:10.780Z | Downloaded snafu v0.8.9 |
| 1158 | 2026-07-23T00:40:10.783Z | Downloaded hkdf v0.12.4 |
| 1159 | 2026-07-23T00:40:10.786Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1160 | 2026-07-23T00:40:10.793Z | Downloaded whoami v1.6.1 |
| 1161 | 2026-07-23T00:40:10.793Z | Downloaded rand v0.10.1 |
| 1162 | 2026-07-23T00:40:10.793Z | Downloaded unicode-properties v0.1.4 |
| 1163 | 2026-07-23T00:40:10.797Z | Downloaded twox-hash v2.1.2 |
| 1164 | 2026-07-23T00:40:10.797Z | Downloaded tiny-keccak v2.0.2 |
| 1165 | 2026-07-23T00:40:10.797Z | Downloaded xshell v0.2.7 |
| 1166 | 2026-07-23T00:40:10.814Z | Downloaded toml v0.7.8 |
| 1167 | 2026-07-23T00:40:10.817Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1168 | 2026-07-23T00:40:10.817Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1169 | 2026-07-23T00:40:10.818Z | Downloaded yoke v0.8.1 |
| 1170 | 2026-07-23T00:40:10.818Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-07-23T00:40:10.818Z | Downloaded libm v0.2.16 |
| 1172 | 2026-07-23T00:40:10.818Z | Downloaded zerofrom v0.1.6 |
| 1173 | 2026-07-23T00:40:10.818Z | Downloaded rustyline v14.0.0 |
| 1174 | 2026-07-23T00:40:10.822Z | Downloaded zeroize v1.8.2 |
| 1175 | 2026-07-23T00:40:10.822Z | Downloaded vsss-rs v3.3.4 |
| 1176 | 2026-07-23T00:40:10.822Z | Downloaded rsa v0.10.0-rc.18 |
| 1177 | 2026-07-23T00:40:10.830Z | Downloaded uzers v0.12.2 |
| 1178 | 2026-07-23T00:40:10.830Z | Downloaded schemars v1.2.1 |
| 1179 | 2026-07-23T00:40:10.834Z | Downloaded vergen v9.1.0 |
| 1180 | 2026-07-23T00:40:10.837Z | Downloaded aws-lc-rs v1.16.3 |
| 1181 | 2026-07-23T00:40:10.841Z | Downloaded tracing-core v0.1.36 |
| 1182 | 2026-07-23T00:40:10.844Z | Downloaded yasna v0.5.2 |
| 1183 | 2026-07-23T00:40:10.844Z | Downloaded walkdir v2.5.0 |
| 1184 | 2026-07-23T00:40:10.848Z | Downloaded tungstenite v0.23.0 |
| 1185 | 2026-07-23T00:40:10.848Z | Downloaded tungstenite v0.21.0 |
| 1186 | 2026-07-23T00:40:10.851Z | Downloaded tar v0.4.46 |
| 1187 | 2026-07-23T00:40:10.855Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1188 | 2026-07-23T00:40:10.855Z | Downloaded typify v0.6.2 |
| 1189 | 2026-07-23T00:40:10.860Z | Downloaded steno v0.4.1 |
| 1190 | 2026-07-23T00:40:10.867Z | Downloaded chrono v0.4.45 |
| 1191 | 2026-07-23T00:40:10.870Z | Downloaded zerovec-derive v0.11.2 |
| 1192 | 2026-07-23T00:40:10.870Z | Downloaded iddqd v0.4.2 |
| 1193 | 2026-07-23T00:40:10.874Z | Downloaded uuid v1.23.4 |
| 1194 | 2026-07-23T00:40:10.874Z | Downloaded unsafe-libyaml v0.2.11 |
| 1195 | 2026-07-23T00:40:10.877Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-07-23T00:40:10.877Z | Downloaded unicode-bidi v0.3.18 |
| 1197 | 2026-07-23T00:40:10.882Z | Downloaded zstd v0.13.3 |
| 1198 | 2026-07-23T00:40:10.885Z | Downloaded tokio-postgres v0.7.16 |
| 1199 | 2026-07-23T00:40:10.888Z | Downloaded vte v0.14.1 |
| 1200 | 2026-07-23T00:40:10.888Z | Downloaded serde_with v1.14.0 |
| 1201 | 2026-07-23T00:40:10.892Z | Downloaded reedline v0.40.0 |
| 1202 | 2026-07-23T00:40:10.895Z | Downloaded git2 v0.20.4 |
| 1203 | 2026-07-23T00:40:10.900Z | Downloaded toml_edit v0.19.15 |
| 1204 | 2026-07-23T00:40:10.920Z | Downloaded zopfli v0.8.3 |
| 1205 | 2026-07-23T00:40:10.926Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-07-23T00:40:10.932Z | Downloaded yansi v1.0.1 |
| 1207 | 2026-07-23T00:40:10.932Z | Downloaded p384 v0.13.1 |
| 1208 | 2026-07-23T00:40:10.939Z | Downloaded rayon v1.11.0 |
| 1209 | 2026-07-23T00:40:10.944Z | Downloaded zerotrie v0.2.3 |
| 1210 | 2026-07-23T00:40:10.949Z | Downloaded zip v0.6.6 |
| 1211 | 2026-07-23T00:40:10.952Z | Downloaded unicode_categories v0.1.1 |
| 1212 | 2026-07-23T00:40:10.952Z | Downloaded reqwest v0.13.2 |
| 1213 | 2026-07-23T00:40:10.955Z | Downloaded curve25519-dalek v4.1.3 |
| 1214 | 2026-07-23T00:40:10.960Z | Downloaded regex v1.12.3 |
| 1215 | 2026-07-23T00:40:10.964Z | Downloaded typed-path v0.9.3 |
| 1216 | 2026-07-23T00:40:10.967Z | Downloaded url v2.5.8 |
| 1217 | 2026-07-23T00:40:10.971Z | Downloaded reqwest v0.12.28 |
| 1218 | 2026-07-23T00:40:10.971Z | Downloaded quick-xml v0.37.5 |
| 1219 | 2026-07-23T00:40:10.974Z | Downloaded goblin v0.10.5 |
| 1220 | 2026-07-23T00:40:10.979Z | Downloaded rawzip v0.4.4 |
| 1221 | 2026-07-23T00:40:10.983Z | Downloaded tower v0.5.3 |
| 1222 | 2026-07-23T00:40:10.987Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-07-23T00:40:10.996Z | Downloaded lalrpop v0.19.12 |
| 1224 | 2026-07-23T00:40:11.003Z | Downloaded x509-cert v0.2.5 |
| 1225 | 2026-07-23T00:40:11.007Z | Downloaded zerocopy-derive v0.8.40 |
| 1226 | 2026-07-23T00:40:11.012Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1227 | 2026-07-23T00:40:11.018Z | Downloaded crypto-bigint v0.7.5 |
| 1228 | 2026-07-23T00:40:11.028Z | Downloaded unicode-segmentation v1.12.0 |
| 1229 | 2026-07-23T00:40:11.032Z | Downloaded petname v2.0.2 |
| 1230 | 2026-07-23T00:40:11.038Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-07-23T00:40:11.044Z | Downloaded moka v0.12.13 |
| 1232 | 2026-07-23T00:40:11.049Z | Downloaded proptest v1.10.0 |
| 1233 | 2026-07-23T00:40:11.055Z | Downloaded nix v0.27.1 |
| 1234 | 2026-07-23T00:40:11.060Z | Downloaded zip v4.6.1 |
| 1235 | 2026-07-23T00:40:11.063Z | Downloaded zerovec v0.11.5 |
| 1236 | 2026-07-23T00:40:11.068Z | Downloaded unicode-normalization v0.1.25 |
| 1237 | 2026-07-23T00:40:11.073Z | Downloaded tough v0.22.0 |
| 1238 | 2026-07-23T00:40:11.076Z | Downloaded object v0.30.4 |
| 1239 | 2026-07-23T00:40:11.079Z | Downloaded bstr v1.12.1 |
| 1240 | 2026-07-23T00:40:11.085Z | Downloaded serde_with v3.21.0 |
| 1241 | 2026-07-23T00:40:11.093Z | Downloaded winnow v0.5.40 |
| 1242 | 2026-07-23T00:40:11.097Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-07-23T00:40:11.101Z | Downloaded quinn-proto v0.11.13 |
| 1244 | 2026-07-23T00:40:11.105Z | Downloaded winnow v0.6.26 |
| 1245 | 2026-07-23T00:40:11.110Z | Downloaded russh v0.61.2 |
| 1246 | 2026-07-23T00:40:11.117Z | Downloaded radix_trie v0.2.1 |
| 1247 | 2026-07-23T00:40:11.120Z | Downloaded salty v0.3.0 |
| 1248 | 2026-07-23T00:40:11.125Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1249 | 2026-07-23T00:40:11.129Z | Downloaded dropshot v0.17.1 |
| 1250 | 2026-07-23T00:40:11.142Z | Downloaded nix v0.28.0 |
| 1251 | 2026-07-23T00:40:11.157Z | Downloaded tabled v0.20.0 |
| 1252 | 2026-07-23T00:40:11.170Z | Downloaded winnow v1.0.3 |
| 1253 | 2026-07-23T00:40:11.173Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-07-23T00:40:11.180Z | Downloaded polar-core v0.27.3 |
| 1255 | 2026-07-23T00:40:11.184Z | Downloaded openssl v0.10.79 |
| 1256 | 2026-07-23T00:40:11.190Z | Downloaded time v0.3.47 |
| 1257 | 2026-07-23T00:40:11.198Z | Downloaded openapiv3 v2.2.0 |
| 1258 | 2026-07-23T00:40:11.205Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-07-23T00:40:11.211Z | Downloaded hickory-proto v0.25.2 |
| 1260 | 2026-07-23T00:40:11.218Z | Downloaded zlib-rs v0.6.2 |
| 1261 | 2026-07-23T00:40:11.222Z | Downloaded vcpkg v0.2.15 |
| 1262 | 2026-07-23T00:40:11.243Z | Downloaded regress v0.11.1 |
| 1263 | 2026-07-23T00:40:11.249Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-07-23T00:40:11.263Z | Downloaded smoltcp v0.11.0 |
| 1265 | 2026-07-23T00:40:11.269Z | Downloaded regex-syntax v0.8.10 |
| 1266 | 2026-07-23T00:40:11.274Z | Downloaded zerocopy v0.8.40 |
| 1267 | 2026-07-23T00:40:11.280Z | Downloaded diesel v2.3.7 |
| 1268 | 2026-07-23T00:40:11.294Z | Downloaded rustls v0.23.41 |
| 1269 | 2026-07-23T00:40:11.312Z | Downloaded regress v0.10.5 |
| 1270 | 2026-07-23T00:40:11.317Z | Downloaded nix v0.31.2 |
| 1271 | 2026-07-23T00:40:11.327Z | Downloaded object v0.37.3 |
| 1272 | 2026-07-23T00:40:11.335Z | Downloaded hickory-proto v0.24.4 |
| 1273 | 2026-07-23T00:40:11.345Z | Downloaded fiat-crypto v0.3.0 |
| 1274 | 2026-07-23T00:40:11.353Z | Downloaded sqlparser v0.61.0 |
| 1275 | 2026-07-23T00:40:11.364Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1276 | 2026-07-23T00:40:11.371Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-07-23T00:40:11.382Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-07-23T00:40:11.388Z | Downloaded sled v0.34.7 |
| 1279 | 2026-07-23T00:40:11.395Z | Downloaded ratatui v0.29.0 |
| 1280 | 2026-07-23T00:40:11.410Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-07-23T00:40:11.414Z | Downloaded regex-automata v0.4.14 |
| 1282 | 2026-07-23T00:40:11.419Z | Downloaded sha3 v0.11.0 |
| 1283 | 2026-07-23T00:40:11.424Z | Downloaded chrono-tz v0.10.4 |
| 1284 | 2026-07-23T00:40:11.440Z | Downloaded petgraph v0.6.5 |
| 1285 | 2026-07-23T00:40:11.458Z | Downloaded petgraph v0.8.3 |
| 1286 | 2026-07-23T00:40:11.469Z | Downloaded jiff v0.2.21 |
| 1287 | 2026-07-23T00:40:11.481Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1288 | 2026-07-23T00:40:11.503Z | Downloaded libz-sys v1.1.24 |
| 1289 | 2026-07-23T00:40:11.513Z | Downloaded csv v1.4.0 |
| 1290 | 2026-07-23T00:40:11.524Z | Downloaded sha3 v0.10.8 |
| 1291 | 2026-07-23T00:40:11.527Z | Downloaded tokio v1.52.1 |
| 1292 | 2026-07-23T00:40:11.577Z | Downloaded encoding_rs v0.8.35 |
| 1293 | 2026-07-23T00:40:11.589Z | Downloaded ring v0.17.14 |
| 1294 | 2026-07-23T00:40:11.653Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-07-23T00:40:12.119Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-23T00:40:12.394Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-23T00:40:12.394Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-23T00:40:12.394Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-23T00:40:12.397Z | Compiling log v0.4.29 |
| 1300 | 2026-07-23T00:40:12.397Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-23T00:40:12.397Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-07-23T00:40:12.397Z | Compiling shlex v1.3.0 |
| 1303 | 2026-07-23T00:40:12.397Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-23T00:40:12.397Z | Compiling stable_deref_trait v1.2.1 |
| 1305 | 2026-07-23T00:40:12.397Z | Compiling scopeguard v1.2.0 |
| 1306 | 2026-07-23T00:40:12.534Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-23T00:40:12.537Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-23T00:40:12.537Z | Compiling zerocopy v0.8.40 |
| 1309 | 2026-07-23T00:40:12.567Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-07-23T00:40:12.592Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-23T00:40:12.605Z | Compiling parking_lot_core v0.9.12 |
| 1312 | 2026-07-23T00:40:12.724Z | Compiling lock_api v0.4.14 |
| 1313 | 2026-07-23T00:40:12.740Z | Compiling pin-project-lite v0.2.17 |
| 1314 | 2026-07-23T00:40:12.755Z | Compiling pkg-config v0.3.32 |
| 1315 | 2026-07-23T00:40:12.769Z | Compiling libm v0.2.16 |
| 1316 | 2026-07-23T00:40:12.785Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-07-23T00:40:12.822Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-07-23T00:40:12.836Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-23T00:40:12.851Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-07-23T00:40:12.917Z | Compiling futures-core v0.3.32 |
| 1321 | 2026-07-23T00:40:12.932Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-23T00:40:12.977Z | Compiling litemap v0.8.1 |
| 1323 | 2026-07-23T00:40:13.005Z | Compiling writeable v0.6.2 |
| 1324 | 2026-07-23T00:40:13.033Z | Compiling percent-encoding v2.3.2 |
| 1325 | 2026-07-23T00:40:13.047Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-07-23T00:40:13.099Z | Compiling icu_properties_data v2.1.2 |
| 1327 | 2026-07-23T00:40:13.144Z | Compiling icu_normalizer_data v2.1.1 |
| 1328 | 2026-07-23T00:40:13.193Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-23T00:40:13.223Z | Compiling futures-io v0.3.32 |
| 1330 | 2026-07-23T00:40:13.238Z | Compiling slab v0.4.12 |
| 1331 | 2026-07-23T00:40:13.266Z | Compiling futures-task v0.3.32 |
| 1332 | 2026-07-23T00:40:13.269Z | Compiling utf8_iter v1.0.4 |
| 1333 | 2026-07-23T00:40:13.296Z | Compiling futures-channel v0.3.32 |
| 1334 | 2026-07-23T00:40:13.324Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-23T00:40:13.368Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-07-23T00:40:13.409Z | Compiling rustversion v1.0.22 |
| 1337 | 2026-07-23T00:40:13.470Z | Compiling dunce v1.0.5 |
| 1338 | 2026-07-23T00:40:13.487Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-07-23T00:40:13.491Z | Compiling errno v0.3.14 |
| 1340 | 2026-07-23T00:40:13.547Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-07-23T00:40:13.579Z | Compiling mio v1.2.0 |
| 1342 | 2026-07-23T00:40:13.583Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-07-23T00:40:13.595Z | Compiling ident_case v1.0.1 |
| 1344 | 2026-07-23T00:40:13.634Z | Compiling signal-hook-registry v1.4.8 |
| 1345 | 2026-07-23T00:40:13.664Z | Compiling rustix v1.1.3 |
| 1346 | 2026-07-23T00:40:13.760Z | Compiling cc v1.2.56 |
| 1347 | 2026-07-23T00:40:13.831Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-07-23T00:40:13.852Z | Compiling rand_core v0.6.4 |
| 1349 | 2026-07-23T00:40:13.855Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-07-23T00:40:13.906Z | Compiling iana-time-zone v0.1.65 |
| 1351 | 2026-07-23T00:40:13.933Z | Compiling fs_extra v1.3.0 |
| 1352 | 2026-07-23T00:40:13.951Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-23T00:40:13.965Z | Compiling base64 v0.22.1 |
| 1354 | 2026-07-23T00:40:14.093Z | Compiling base64ct v1.8.3 |
| 1355 | 2026-07-23T00:40:14.096Z | Compiling vcpkg v0.2.15 |
| 1356 | 2026-07-23T00:40:14.129Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-23T00:40:14.164Z | Compiling aws-lc-rs v1.16.3 |
| 1358 | 2026-07-23T00:40:14.213Z | Compiling flagset v0.4.7 |
| 1359 | 2026-07-23T00:40:14.252Z | Compiling httparse v1.10.1 |
| 1360 | 2026-07-23T00:40:14.300Z | Compiling schemars v0.8.22 |
| 1361 | 2026-07-23T00:40:14.314Z | Compiling rand_core v0.9.5 |
| 1362 | 2026-07-23T00:40:14.359Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-07-23T00:40:14.373Z | Compiling tinyvec_macros v0.1.1 |
| 1364 | 2026-07-23T00:40:14.395Z | Compiling cmov v0.5.4 |
| 1365 | 2026-07-23T00:40:14.417Z | Compiling openssl-probe v0.2.1 |
| 1366 | 2026-07-23T00:40:14.452Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-07-23T00:40:14.504Z | Compiling tinyvec v1.10.0 |
| 1368 | 2026-07-23T00:40:14.544Z | Compiling cmake v0.1.57 |
| 1369 | 2026-07-23T00:40:14.582Z | Compiling ctutils v0.4.2 |
| 1370 | 2026-07-23T00:40:14.618Z | Compiling aho-corasick v1.1.4 |
| 1371 | 2026-07-23T00:40:14.622Z | Compiling atomic-waker v1.1.2 |
| 1372 | 2026-07-23T00:40:14.622Z | Compiling tower-service v0.3.3 |
| 1373 | 2026-07-23T00:40:14.660Z | Compiling tower-layer v0.3.3 |
| 1374 | 2026-07-23T00:40:14.690Z | Compiling try-lock v0.2.5 |
| 1375 | 2026-07-23T00:40:14.704Z | Compiling untrusted v0.7.1 |
| 1376 | 2026-07-23T00:40:14.717Z | Compiling foreign-types-shared v0.1.1 |
| 1377 | 2026-07-23T00:40:14.769Z | Compiling bitflags v2.11.0 |
| 1378 | 2026-07-23T00:40:14.813Z | Compiling semver v1.0.28 |
| 1379 | 2026-07-23T00:40:14.828Z | Compiling indexmap v2.14.0 |
| 1380 | 2026-07-23T00:40:14.844Z | Compiling uuid v1.23.4 |
| 1381 | 2026-07-23T00:40:14.844Z | Compiling want v0.3.1 |
| 1382 | 2026-07-23T00:40:14.849Z | Compiling httpdate v1.0.3 |
| 1383 | 2026-07-23T00:40:14.871Z | Compiling openssl v0.10.79 |
| 1384 | 2026-07-23T00:40:14.898Z | Compiling cpufeatures v0.2.17 |
| 1385 | 2026-07-23T00:40:14.925Z | Compiling untrusted v0.9.0 |
| 1386 | 2026-07-23T00:40:14.984Z | Compiling rustls v0.23.41 |
| 1387 | 2026-07-23T00:40:15.021Z | Compiling unicode-normalization v0.1.25 |
| 1388 | 2026-07-23T00:40:15.038Z | Compiling rustc_version v0.4.1 |
| 1389 | 2026-07-23T00:40:15.055Z | Compiling foreign-types v0.3.2 |
| 1390 | 2026-07-23T00:40:15.067Z | Compiling spin v0.9.8 |
| 1391 | 2026-07-23T00:40:15.114Z | Compiling native-tls v0.2.18 |
| 1392 | 2026-07-23T00:40:15.135Z | Compiling crc32fast v1.5.0 |
| 1393 | 2026-07-23T00:40:15.152Z | Compiling time-core v0.1.8 |
| 1394 | 2026-07-23T00:40:15.156Z | Compiling powerfmt v0.2.0 |
| 1395 | 2026-07-23T00:40:15.192Z | Compiling num-conv v0.2.0 |
| 1396 | 2026-07-23T00:40:15.290Z | Compiling wait-timeout v0.2.1 |
| 1397 | 2026-07-23T00:40:15.324Z | Compiling deranged v0.5.8 |
| 1398 | 2026-07-23T00:40:15.343Z | Compiling time-macros v0.2.27 |
| 1399 | 2026-07-23T00:40:15.358Z | Compiling sync_wrapper v1.0.2 |
| 1400 | 2026-07-23T00:40:15.374Z | Compiling usdt-impl v0.6.0 |
| 1401 | 2026-07-23T00:40:15.393Z | Compiling num_threads v0.1.7 |
| 1402 | 2026-07-23T00:40:15.406Z | Compiling aws-lc-sys v0.40.0 |
| 1403 | 2026-07-23T00:40:15.447Z | Compiling openssl-sys v0.9.115 |
| 1404 | 2026-07-23T00:40:15.482Z | Compiling synstructure v0.13.2 |
| 1405 | 2026-07-23T00:40:15.497Z | Compiling serde_derive_internals v0.29.1 |
| 1406 | 2026-07-23T00:40:15.510Z | Compiling pest_generator v2.8.6 |
| 1407 | 2026-07-23T00:40:15.531Z | Compiling darling_core v0.20.11 |
| 1408 | 2026-07-23T00:40:15.581Z | Compiling regex-automata v0.4.14 |
| 1409 | 2026-07-23T00:40:15.595Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1410 | 2026-07-23T00:40:15.676Z | Compiling syn v1.0.109 |
| 1411 | 2026-07-23T00:40:15.923Z | Compiling tempfile v3.25.0 |
| 1412 | 2026-07-23T00:40:16.062Z | Compiling crossbeam-utils v0.8.21 |
| 1413 | 2026-07-23T00:40:16.114Z | Compiling bit-vec v0.8.0 |
| 1414 | 2026-07-23T00:40:16.152Z | Compiling quick-error v1.2.3 |
| 1415 | 2026-07-23T00:40:16.253Z | Compiling siphasher v1.0.2 |
| 1416 | 2026-07-23T00:40:16.369Z | Compiling simd-adler32 v0.3.8 |
| 1417 | 2026-07-23T00:40:16.372Z | Compiling bit-set v0.8.0 |
| 1418 | 2026-07-23T00:40:16.402Z | Compiling rusty-fork v0.3.1 |
| 1419 | 2026-07-23T00:40:16.469Z | Compiling darling_core v0.23.0 |
| 1420 | 2026-07-23T00:40:16.498Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1421 | 2026-07-23T00:40:16.501Z | Compiling heapless v0.7.17 |
| 1422 | 2026-07-23T00:40:16.514Z | Compiling slog v2.8.2 |
| 1423 | 2026-07-23T00:40:16.531Z | Compiling rand_xorshift v0.4.0 |
| 1424 | 2026-07-23T00:40:16.535Z | Compiling time v0.3.47 |
| 1425 | 2026-07-23T00:40:16.574Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-23T00:40:16.637Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-23T00:40:16.652Z | Compiling unicode-bidi v0.3.18 |
| 1428 | 2026-07-23T00:40:16.667Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-07-23T00:40:16.719Z | Compiling paste v1.0.15 |
| 1430 | 2026-07-23T00:40:16.748Z | Compiling signal-hook v0.3.18 |
| 1431 | 2026-07-23T00:40:16.753Z | Compiling anyhow v1.0.102 |
| 1432 | 2026-07-23T00:40:16.774Z | Compiling iri-string v0.7.10 |
| 1433 | 2026-07-23T00:40:16.803Z | Compiling unicode-properties v0.1.4 |
| 1434 | 2026-07-23T00:40:16.823Z | Compiling zstd-safe v7.2.4 |
| 1435 | 2026-07-23T00:40:16.837Z | Compiling allocator-api2 v0.2.21 |
| 1436 | 2026-07-23T00:40:16.860Z | Compiling ryu v1.0.23 |
| 1437 | 2026-07-23T00:40:16.992Z | Compiling unarray v0.1.4 |
| 1438 | 2026-07-23T00:40:17.066Z | Compiling stringprep v0.1.5 |
| 1439 | 2026-07-23T00:40:17.172Z | Compiling miniz_oxide v0.8.9 |
| 1440 | 2026-07-23T00:40:17.230Z | Compiling camino v1.2.2 |
| 1441 | 2026-07-23T00:40:17.248Z | Compiling serde_derive v1.0.228 |
| 1442 | 2026-07-23T00:40:17.262Z | Compiling zeroize_derive v1.4.3 |
| 1443 | 2026-07-23T00:40:17.413Z | Compiling zerofrom-derive v0.1.6 |
| 1444 | 2026-07-23T00:40:17.532Z | Compiling yoke-derive v0.8.1 |
| 1445 | 2026-07-23T00:40:17.628Z | Compiling zerovec-derive v0.11.2 |
| 1446 | 2026-07-23T00:40:17.729Z | Compiling zerocopy-derive v0.8.40 |
| 1447 | 2026-07-23T00:40:17.810Z | Compiling displaydoc v0.2.5 |
| 1448 | 2026-07-23T00:40:17.886Z | Compiling tokio-macros v2.7.0 |
| 1449 | 2026-07-23T00:40:17.950Z | Compiling zeroize v1.8.2 |
| 1450 | 2026-07-23T00:40:17.983Z | Compiling futures-macro v0.3.32 |
| 1451 | 2026-07-23T00:40:18.247Z | Compiling der_derive v0.7.3 |
| 1452 | 2026-07-23T00:40:18.399Z | Compiling thiserror-impl v2.0.18 |
| 1453 | 2026-07-23T00:40:18.620Z | Compiling tracing-attributes v0.1.31 |
| 1454 | 2026-07-23T00:40:18.679Z | Compiling rustls-pki-types v1.14.0 |
| 1455 | 2026-07-23T00:40:18.766Z | Compiling crypto-common v0.1.7 |
| 1456 | 2026-07-23T00:40:18.780Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-07-23T00:40:18.822Z | Compiling schemars_derive v0.8.22 |
| 1458 | 2026-07-23T00:40:18.866Z | Compiling zerofrom v0.1.6 |
| 1459 | 2026-07-23T00:40:18.870Z | Compiling futures-util v0.3.32 |
| 1460 | 2026-07-23T00:40:18.928Z | Compiling digest v0.10.7 |
| 1461 | 2026-07-23T00:40:18.975Z | Compiling hybrid-array v0.4.13 |
| 1462 | 2026-07-23T00:40:19.028Z | Compiling yoke v0.8.1 |
| 1463 | 2026-07-23T00:40:19.089Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-23T00:40:19.151Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-07-23T00:40:19.201Z | Compiling zerovec v0.11.5 |
| 1466 | 2026-07-23T00:40:19.221Z | Compiling zerotrie v0.2.3 |
| 1467 | 2026-07-23T00:40:19.258Z | Compiling der v0.7.10 |
| 1468 | 2026-07-23T00:40:19.539Z | Compiling darling_macro v0.20.11 |
| 1469 | 2026-07-23T00:40:19.645Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-07-23T00:40:19.735Z | Compiling tinystr v0.8.2 |
| 1471 | 2026-07-23T00:40:19.806Z | Compiling potential_utf v0.1.4 |
| 1472 | 2026-07-23T00:40:19.821Z | Compiling thiserror v2.0.18 |
| 1473 | 2026-07-23T00:40:19.913Z | Compiling hmac v0.12.1 |
| 1474 | 2026-07-23T00:40:19.953Z | Compiling icu_locale_core v2.1.1 |
| 1475 | 2026-07-23T00:40:19.969Z | Compiling icu_collections v2.1.1 |
| 1476 | 2026-07-23T00:40:19.984Z | Compiling scroll v0.13.0 |
| 1477 | 2026-07-23T00:40:19.999Z | Compiling sha2 v0.10.9 |
| 1478 | 2026-07-23T00:40:20.044Z | Compiling tracing v0.1.44 |
| 1479 | 2026-07-23T00:40:20.079Z | Compiling darling v0.20.11 |
| 1480 | 2026-07-23T00:40:20.097Z | Compiling spki v0.7.3 |
| 1481 | 2026-07-23T00:40:20.150Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-07-23T00:40:20.175Z | Compiling dtrace-parser v0.3.0 |
| 1483 | 2026-07-23T00:40:20.268Z | Compiling pkcs8 v0.10.2 |
| 1484 | 2026-07-23T00:40:20.320Z | Compiling goblin v0.10.5 |
| 1485 | 2026-07-23T00:40:20.335Z | Compiling scroll_derive v0.12.1 |
| 1486 | 2026-07-23T00:40:20.471Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-07-23T00:40:20.496Z | Compiling crypto-common v0.2.2 |
| 1488 | 2026-07-23T00:40:20.550Z | Compiling block-buffer v0.12.1 |
| 1489 | 2026-07-23T00:40:20.759Z | Compiling bytes v1.11.1 |
| 1490 | 2026-07-23T00:40:20.829Z | Compiling icu_provider v2.1.1 |
| 1491 | 2026-07-23T00:40:20.855Z | Compiling chrono v0.4.45 |
| 1492 | 2026-07-23T00:40:20.933Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-07-23T00:40:21.054Z | Compiling derive_builder_macro v0.20.2 |
| 1494 | 2026-07-23T00:40:21.075Z | Compiling scroll v0.12.0 |
| 1495 | 2026-07-23T00:40:21.150Z | Compiling icu_normalizer v2.1.1 |
| 1496 | 2026-07-23T00:40:21.174Z | Compiling icu_properties v2.1.2 |
| 1497 | 2026-07-23T00:40:21.257Z | Compiling tokio v1.52.1 |
| 1498 | 2026-07-23T00:40:21.395Z | Compiling http v1.4.2 |
| 1499 | 2026-07-23T00:40:21.412Z | Compiling hex v0.4.3 |
| 1500 | 2026-07-23T00:40:21.470Z | Compiling erased-serde v0.3.31 |
| 1501 | 2026-07-23T00:40:21.521Z | Compiling serde_tokenstream v0.2.3 |
| 1502 | 2026-07-23T00:40:21.618Z | Compiling toml_datetime v0.6.11 |
| 1503 | 2026-07-23T00:40:21.698Z | Compiling serde_urlencoded v0.7.1 |
| 1504 | 2026-07-23T00:40:21.767Z | Compiling serde_spanned v0.6.9 |
| 1505 | 2026-07-23T00:40:21.826Z | Compiling thiserror v1.0.69 |
| 1506 | 2026-07-23T00:40:21.858Z | Compiling block-padding v0.4.2 |
| 1507 | 2026-07-23T00:40:21.896Z | Compiling signature v2.2.0 |
| 1508 | 2026-07-23T00:40:21.931Z | Compiling md-5 v0.10.6 |
| 1509 | 2026-07-23T00:40:21.944Z | Compiling darling_macro v0.23.0 |
| 1510 | 2026-07-23T00:40:21.964Z | Compiling rustls-native-certs v0.8.3 |
| 1511 | 2026-07-23T00:40:21.979Z | Compiling bstr v1.12.1 |
| 1512 | 2026-07-23T00:40:22.037Z | Compiling zerocopy-derive v0.7.35 |
| 1513 | 2026-07-23T00:40:22.089Z | Compiling idna_adapter v1.2.1 |
| 1514 | 2026-07-23T00:40:22.113Z | Compiling http-body v1.0.1 |
| 1515 | 2026-07-23T00:40:22.245Z | Compiling idna v1.1.0 |
| 1516 | 2026-07-23T00:40:22.273Z | Compiling ppv-lite86 v0.2.21 |
| 1517 | 2026-07-23T00:40:22.288Z | Compiling http-body-util v0.1.3 |
| 1518 | 2026-07-23T00:40:22.329Z | Compiling pin-project-internal v1.1.11 |
| 1519 | 2026-07-23T00:40:22.353Z | Compiling async-trait v0.1.89 |
| 1520 | 2026-07-23T00:40:22.368Z | Compiling curve25519-dalek v4.1.3 |
| 1521 | 2026-07-23T00:40:22.371Z | Compiling num-integer v0.1.46 |
| 1522 | 2026-07-23T00:40:22.491Z | Compiling vergen-lib v9.1.0 |
| 1523 | 2026-07-23T00:40:22.551Z | Compiling url v2.5.8 |
| 1524 | 2026-07-23T00:40:22.622Z | Compiling rand_chacha v0.9.0 |
| 1525 | 2026-07-23T00:40:22.650Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-07-23T00:40:22.702Z | Compiling hash32 v0.2.1 |
| 1527 | 2026-07-23T00:40:22.730Z | Compiling encoding_rs v0.8.35 |
| 1528 | 2026-07-23T00:40:22.745Z | Compiling memoffset v0.9.1 |
| 1529 | 2026-07-23T00:40:22.783Z | Compiling litrs v1.0.0 |
| 1530 | 2026-07-23T00:40:22.910Z | Compiling rand v0.9.2 |
| 1531 | 2026-07-23T00:40:22.943Z | Compiling mime v0.3.17 |
| 1532 | 2026-07-23T00:40:22.975Z | Compiling fallible-iterator v0.2.0 |
| 1533 | 2026-07-23T00:40:22.989Z | Compiling rustix v0.38.44 |
| 1534 | 2026-07-23T00:40:23.223Z | Compiling dof v0.4.0 |
| 1535 | 2026-07-23T00:40:23.306Z | Compiling zlib-rs v0.6.2 |
| 1536 | 2026-07-23T00:40:23.309Z | Compiling num-bigint-dig v0.8.6 |
| 1537 | 2026-07-23T00:40:23.339Z | Compiling smoltcp v0.9.1 |
| 1538 | 2026-07-23T00:40:23.381Z | Compiling cfg_aliases v0.2.1 |
| 1539 | 2026-07-23T00:40:23.395Z | Compiling ref-cast v1.0.25 |
| 1540 | 2026-07-23T00:40:23.432Z | Compiling psl-types v2.0.11 |
| 1541 | 2026-07-23T00:40:23.468Z | Compiling nix v0.31.2 |
| 1542 | 2026-07-23T00:40:23.498Z | Compiling proptest v1.10.0 |
| 1543 | 2026-07-23T00:40:23.562Z | Compiling publicsuffix v2.3.0 |
| 1544 | 2026-07-23T00:40:23.577Z | Compiling pin-project v1.1.11 |
| 1545 | 2026-07-23T00:40:23.580Z | Compiling postgres-protocol v0.6.10 |
| 1546 | 2026-07-23T00:40:23.702Z | Compiling document-features v0.2.12 |
| 1547 | 2026-07-23T00:40:23.756Z | Compiling zerocopy v0.7.35 |
| 1548 | 2026-07-23T00:40:23.759Z | Compiling rand v0.8.6 |
| 1549 | 2026-07-23T00:40:23.920Z | Compiling num-iter v0.1.45 |
| 1550 | 2026-07-23T00:40:24.053Z | Compiling ipnetwork v0.21.1 |
| 1551 | 2026-07-23T00:40:24.148Z | Compiling darling v0.23.0 |
| 1552 | 2026-07-23T00:40:24.218Z | Compiling inout v0.2.2 |
| 1553 | 2026-07-23T00:40:24.302Z | Compiling oxnet v0.1.6 |
| 1554 | 2026-07-23T00:40:24.336Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-07-23T00:40:24.352Z | Compiling goblin v0.8.2 |
| 1556 | 2026-07-23T00:40:24.357Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-07-23T00:40:24.414Z | Compiling futures-executor v0.3.32 |
| 1558 | 2026-07-23T00:40:24.429Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-23T00:40:24.568Z | Compiling ref-cast-impl v1.0.25 |
| 1560 | 2026-07-23T00:40:24.571Z | Compiling strum_macros v0.27.2 |
| 1561 | 2026-07-23T00:40:24.641Z | Compiling snafu-derive v0.8.9 |
| 1562 | 2026-07-23T00:40:24.657Z | Compiling daft-derive v0.1.7 |
| 1563 | 2026-07-23T00:40:24.690Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1564 | 2026-07-23T00:40:24.869Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-07-23T00:40:24.884Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-07-23T00:40:24.903Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-23T00:40:25.011Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-07-23T00:40:25.031Z | Compiling anstyle-parse v0.2.7 |
| 1569 | 2026-07-23T00:40:25.046Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-23T00:40:25.049Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-23T00:40:25.124Z | Compiling tokio-util v0.7.18 |
| 1572 | 2026-07-23T00:40:25.160Z | Compiling tower v0.5.3 |
| 1573 | 2026-07-23T00:40:25.214Z | Compiling tokio-native-tls v0.3.1 |
| 1574 | 2026-07-23T00:40:25.234Z | Compiling ahash v0.8.12 |
| 1575 | 2026-07-23T00:40:25.272Z | Compiling fs-err v3.3.0 |
| 1576 | 2026-07-23T00:40:25.298Z | Compiling foldhash v0.2.0 |
| 1577 | 2026-07-23T00:40:25.318Z | Compiling libbz2-rs-sys v0.2.2 |
| 1578 | 2026-07-23T00:40:25.387Z | Compiling base16ct v0.2.0 |
| 1579 | 2026-07-23T00:40:25.404Z | Compiling object v0.37.3 |
| 1580 | 2026-07-23T00:40:25.437Z | Compiling foldhash v0.1.5 |
| 1581 | 2026-07-23T00:40:25.478Z | Compiling unicode-segmentation v1.12.0 |
| 1582 | 2026-07-23T00:40:25.498Z | Compiling bitflags v1.3.2 |
| 1583 | 2026-07-23T00:40:25.534Z | Compiling same-file v1.0.6 |
| 1584 | 2026-07-23T00:40:25.581Z | Compiling tower-http v0.6.8 |
| 1585 | 2026-07-23T00:40:25.596Z | Compiling bumpalo v3.20.2 |
| 1586 | 2026-07-23T00:40:25.618Z | Compiling winnow v0.5.40 |
| 1587 | 2026-07-23T00:40:25.665Z | Compiling managed v0.8.0 |
| 1588 | 2026-07-23T00:40:25.716Z | Compiling walkdir v2.5.0 |
| 1589 | 2026-07-23T00:40:25.769Z | Compiling bzip2 v0.6.1 |
| 1590 | 2026-07-23T00:40:25.860Z | Compiling h2 v0.4.15 |
| 1591 | 2026-07-23T00:40:25.882Z | Compiling newtype-uuid v1.3.2 |
| 1592 | 2026-07-23T00:40:25.991Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-07-23T00:40:26.006Z | Compiling hashbrown v0.15.5 |
| 1594 | 2026-07-23T00:40:26.009Z | Compiling sec1 v0.7.3 |
| 1595 | 2026-07-23T00:40:26.164Z | Compiling daft v0.1.7 |
| 1596 | 2026-07-23T00:40:26.183Z | Compiling clap_builder v4.6.0 |
| 1597 | 2026-07-23T00:40:26.228Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-07-23T00:40:26.404Z | Compiling hashbrown v0.16.1 |
| 1599 | 2026-07-23T00:40:26.587Z | Compiling snafu v0.8.9 |
| 1600 | 2026-07-23T00:40:26.602Z | Compiling strum v0.27.2 |
| 1601 | 2026-07-23T00:40:26.631Z | Compiling dof v0.3.0 |
| 1602 | 2026-07-23T00:40:26.696Z | Compiling cargo_metadata v0.23.1 |
| 1603 | 2026-07-23T00:40:26.711Z | Compiling group v0.13.0 |
| 1604 | 2026-07-23T00:40:26.730Z | Compiling anstream v0.6.21 |
| 1605 | 2026-07-23T00:40:26.762Z | Compiling phf v0.13.1 |
| 1606 | 2026-07-23T00:40:26.907Z | Compiling signal-hook-mio v0.2.5 |
| 1607 | 2026-07-23T00:40:26.935Z | Compiling toml_edit v0.19.15 |
| 1608 | 2026-07-23T00:40:26.958Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-07-23T00:40:27.011Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-07-23T00:40:27.056Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-07-23T00:40:27.072Z | Compiling usdt-macro v0.6.0 |
| 1612 | 2026-07-23T00:40:27.107Z | Compiling futures v0.3.32 |
| 1613 | 2026-07-23T00:40:27.190Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-07-23T00:40:27.206Z | Compiling cipher v0.5.2 |
| 1615 | 2026-07-23T00:40:27.376Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-23T00:40:27.410Z | Compiling zstd v0.13.3 |
| 1617 | 2026-07-23T00:40:27.425Z | Compiling postgres-types v0.2.12 |
| 1618 | 2026-07-23T00:40:27.676Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-23T00:40:27.702Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-23T00:40:27.904Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-23T00:40:27.921Z | Compiling serde_plain v1.0.2 |
| 1622 | 2026-07-23T00:40:27.935Z | Compiling serde-big-array v0.5.1 |
| 1623 | 2026-07-23T00:40:28.010Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-07-23T00:40:28.092Z | Compiling pkcs1 v0.7.5 |
| 1625 | 2026-07-23T00:40:28.106Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-23T00:40:28.138Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-23T00:40:28.186Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-07-23T00:40:28.289Z | Compiling serde_repr v0.1.20 |
| 1629 | 2026-07-23T00:40:28.382Z | Compiling strum_macros v0.26.4 |
| 1630 | 2026-07-23T00:40:28.516Z | Compiling clap_derive v4.6.1 |
| 1631 | 2026-07-23T00:40:28.559Z | Compiling async-recursion v1.1.1 |
| 1632 | 2026-07-23T00:40:28.630Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-23T00:40:28.674Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-23T00:40:28.735Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-23T00:40:28.787Z | Compiling thread-id v4.2.2 |
| 1636 | 2026-07-23T00:40:28.831Z | Compiling memmap2 v0.9.10 |
| 1637 | 2026-07-23T00:40:28.846Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-23T00:40:28.866Z | Compiling whoami v2.1.0 |
| 1639 | 2026-07-23T00:40:28.887Z | Compiling either v1.15.0 |
| 1640 | 2026-07-23T00:40:29.059Z | Compiling hyper v1.10.1 |
| 1641 | 2026-07-23T00:40:29.086Z | Compiling static_assertions v1.1.0 |
| 1642 | 2026-07-23T00:40:29.113Z | Compiling const-oid v0.10.2 |
| 1643 | 2026-07-23T00:40:29.158Z | Compiling normalize-line-endings v0.3.0 |
| 1644 | 2026-07-23T00:40:29.172Z | Compiling fixedbitset v0.5.7 |
| 1645 | 2026-07-23T00:40:29.262Z | Compiling winnow v1.0.3 |
| 1646 | 2026-07-23T00:40:29.275Z | Compiling predicates-core v1.0.10 |
| 1647 | 2026-07-23T00:40:29.276Z | Compiling jiff v0.2.21 |
| 1648 | 2026-07-23T00:40:29.327Z | Compiling precomputed-hash v0.1.1 |
| 1649 | 2026-07-23T00:40:29.344Z | Compiling typed-path v0.9.3 |
| 1650 | 2026-07-23T00:40:29.430Z | Compiling fixedbitset v0.4.2 |
| 1651 | 2026-07-23T00:40:29.470Z | Compiling cpufeatures v0.3.0 |
| 1652 | 2026-07-23T00:40:29.491Z | Compiling new_debug_unreachable v1.0.6 |
| 1653 | 2026-07-23T00:40:29.559Z | Compiling data-encoding v2.10.0 |
| 1654 | 2026-07-23T00:40:29.576Z | Compiling keccak v0.1.6 |
| 1655 | 2026-07-23T00:40:29.590Z | Compiling difflib v0.4.0 |
| 1656 | 2026-07-23T00:40:29.641Z | Compiling petgraph v0.6.5 |
| 1657 | 2026-07-23T00:40:29.656Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1658 | 2026-07-23T00:40:29.671Z | Compiling string_cache v0.8.9 |
| 1659 | 2026-07-23T00:40:29.915Z | Compiling hickory-proto v0.25.2 |
| 1660 | 2026-07-23T00:40:30.110Z | Compiling predicates v3.1.4 |
| 1661 | 2026-07-23T00:40:30.180Z | Compiling sha3 v0.10.8 |
| 1662 | 2026-07-23T00:40:30.207Z | Compiling hyper-util v0.1.20 |
| 1663 | 2026-07-23T00:40:30.284Z | Compiling strum v0.26.3 |
| 1664 | 2026-07-23T00:40:30.298Z | Compiling chacha20 v0.10.0 |
| 1665 | 2026-07-23T00:40:30.333Z | Compiling petgraph v0.8.3 |
| 1666 | 2026-07-23T00:40:30.347Z | Compiling toml_edit v0.22.27 |
| 1667 | 2026-07-23T00:40:30.405Z | Compiling clap v4.6.1 |
| 1668 | 2026-07-23T00:40:30.430Z | Compiling digest v0.11.3 |
| 1669 | 2026-07-23T00:40:30.500Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1670 | 2026-07-23T00:40:30.597Z | Compiling elliptic-curve v0.13.8 |
| 1671 | 2026-07-23T00:40:30.645Z | Compiling tokio-postgres v0.7.16 |
| 1672 | 2026-07-23T00:40:30.673Z | Compiling itertools v0.13.0 |
| 1673 | 2026-07-23T00:40:30.698Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-07-23T00:40:30.731Z | Compiling usdt v0.6.0 |
| 1675 | 2026-07-23T00:40:30.782Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-23T00:40:31.010Z | Compiling serde_with v3.21.0 |
| 1677 | 2026-07-23T00:40:31.027Z | Compiling crossterm v0.28.1 |
| 1678 | 2026-07-23T00:40:31.058Z | Compiling rsa v0.9.10 |
| 1679 | 2026-07-23T00:40:31.170Z | Compiling toml v0.7.8 |
| 1680 | 2026-07-23T00:40:31.392Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-07-23T00:40:31.834Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-23T00:40:32.012Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-07-23T00:40:32.028Z | Compiling zip v4.6.1 |
| 1684 | 2026-07-23T00:40:32.364Z | Compiling zip v0.6.6 |
| 1685 | 2026-07-23T00:40:32.379Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-23T00:40:32.766Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-23T00:40:32.914Z | Compiling similar v2.7.0 |
| 1688 | 2026-07-23T00:40:32.951Z | Compiling heck v0.4.1 |
| 1689 | 2026-07-23T00:40:32.991Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-23T00:40:33.039Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-23T00:40:33.153Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-23T00:40:33.198Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-23T00:40:33.247Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-23T00:40:33.291Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-23T00:40:33.389Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-07-23T00:40:33.392Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-07-23T00:40:33.485Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-23T00:40:33.562Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-23T00:40:33.600Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-23T00:40:33.635Z | Compiling is-terminal v0.4.17 |
| 1701 | 2026-07-23T00:40:33.695Z | Compiling filetime v0.2.27 |
| 1702 | 2026-07-23T00:40:33.710Z | Compiling xattr v1.6.1 |
| 1703 | 2026-07-23T00:40:33.751Z | Compiling take_mut v0.2.2 |
| 1704 | 2026-07-23T00:40:33.766Z | Compiling term v1.2.1 |
| 1705 | 2026-07-23T00:40:33.791Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-23T00:40:33.893Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-23T00:40:34.070Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-23T00:40:51.762Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-23T00:40:54.416Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-23T00:40:54.417Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-23T00:40:54.417Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-23T00:40:54.631Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-23T00:40:54.818Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-23T00:40:56.943Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-23T00:40:57.180Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-23T00:40:59.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.81s |
| 1717 | 2026-07-23T00:41:00.283Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-23T00:41:00.325Z | Jul 23 00:41:00.057 INFO Starting download, target: Console |
| 1719 | 2026-07-23T00:41:00.325Z | Jul 23 00:41:00.058 INFO Starting download, target: Cockroach |
| 1720 | 2026-07-23T00:41:00.325Z | Jul 23 00:41:00.058 INFO Starting download, target: Clickhouse |
| 1721 | 2026-07-23T00:41:00.325Z | Jul 23 00:41:00.058 INFO Starting download, target: DendriteStub |
| 1722 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1726 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-07-23T00:41:00.326Z | Jul 23 00:41:00.058 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-07-23T00:41:01.178Z | Jul 23 00:41:00.993 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-23T00:41:01.371Z | Jul 23 00:41:01.207 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-23T00:41:02.274Z | Jul 23 00:41:02.139 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-07-23T00:41:02.568Z | Jul 23 00:41:02.394 INFO Download complete, target: Console |
| 1736 | 2026-07-23T00:41:02.803Z | Jul 23 00:41:02.658 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1737 | 2026-07-23T00:41:04.598Z | Jul 23 00:41:04.378 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1738 | 2026-07-23T00:41:04.807Z | Jul 23 00:41:04.610 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1739 | 2026-07-23T00:41:05.572Z | Jul 23 00:41:05.414 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-23T00:41:06.526Z | Jul 23 00:41:06.355 INFO Download complete, target: MaghemiteDdmd |
| 1741 | 2026-07-23T00:41:07.081Z | Jul 23 00:41:06.954 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-07-23T00:41:07.082Z | Jul 23 00:41:06.954 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-07-23T00:41:07.224Z | Jul 23 00:41:07.105 INFO Download complete, target: DendriteStub |
| 1744 | 2026-07-23T00:41:08.240Z | Jul 23 00:41:08.108 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-07-23T00:41:09.848Z | Jul 23 00:41:09.731 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-07-23T00:41:09.935Z | Jul 23 00:41:09.817 INFO Download complete, target: Clickhouse |
| 1747 | 2026-07-23T00:41:11.724Z | Jul 23 00:41:11.602 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-07-23T00:41:11.854Z | Jul 23 00:41:11.723 INFO Download complete, target: Cockroach |
| 1749 | 2026-07-23T00:41:11.862Z | All prerequisites installed successfully |
| 1750 | 2026-07-23T00:41:11.863Z | |
| 1751 | 2026-07-23T00:41:11.863Z | real 1:48.463504028 |
| 1752 | 2026-07-23T00:41:11.863Z | user 6:38.523948572 |
| 1753 | 2026-07-23T00:41:11.863Z | sys 1:39.068135440 |
| 1754 | 2026-07-23T00:41:11.863Z | trap 0.244246326 |
| 1755 | 2026-07-23T00:41:11.863Z | tflt 0.836333514 |
| 1756 | 2026-07-23T00:41:11.863Z | dflt 1.667115111 |
| 1757 | 2026-07-23T00:41:11.863Z | kflt 0.026890585 |
| 1758 | 2026-07-23T00:41:11.863Z | lock 24:20.687868918 |
| 1759 | 2026-07-23T00:41:11.863Z | slp 18:11.656289478 |
| 1760 | 2026-07-23T00:41:11.863Z | lat 23.444609508 |
| 1761 | 2026-07-23T00:41:11.863Z | stop 2:47.197460287 |
| 1762 | 2026-07-23T00:41:11.863Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-23T00:41:12.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1764 | 2026-07-23T00:41:12.319Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-23T00:41:13.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1766 | 2026-07-23T00:41:13.095Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-23T00:41:13.134Z | Jul 23 00:41:13.016 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-23T00:41:13.138Z | Jul 23 00:41:13.017 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-23T00:41:13.849Z | Jul 23 00:41:13.723 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-23T00:41:13.855Z | |
| 1771 | 2026-07-23T00:41:13.855Z | real 1.990747279 |
| 1772 | 2026-07-23T00:41:13.855Z | user 1.271761000 |
| 1773 | 2026-07-23T00:41:13.855Z | sys 0.598590325 |
| 1774 | 2026-07-23T00:41:13.855Z | trap 0.000659550 |
| 1775 | 2026-07-23T00:41:13.855Z | tflt 0.000217330 |
| 1776 | 2026-07-23T00:41:13.856Z | dflt 0.000263980 |
| 1777 | 2026-07-23T00:41:13.856Z | kflt 0.000000000 |
| 1778 | 2026-07-23T00:41:13.856Z | lock 12.819947379 |
| 1779 | 2026-07-23T00:41:13.856Z | slp 0.546950255 |
| 1780 | 2026-07-23T00:41:13.856Z | lat 0.090698899 |
| 1781 | 2026-07-23T00:41:13.856Z | stop 0.000161430 |
| 1782 | 2026-07-23T00:41:13.856Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-23T00:41:13.856Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-23T00:41:13.856Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-23T00:41:14.689Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-23T00:41:14.690Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-23T00:41:14.690Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-23T00:41:14.690Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-23T00:41:14.693Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-23T00:41:14.694Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-23T00:41:14.694Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-23T00:41:14.694Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-23T00:41:14.694Z | Compiling find-msvc-tools v0.1.9 |
| 1794 | 2026-07-23T00:41:14.694Z | Compiling shlex v1.3.0 |
| 1795 | 2026-07-23T00:41:14.694Z | Compiling zmij v1.0.21 |
| 1796 | 2026-07-23T00:41:14.694Z | Compiling memchr v2.8.0 |
| 1797 | 2026-07-23T00:41:14.694Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-23T00:41:14.837Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-23T00:41:14.971Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-23T00:41:15.081Z | Compiling zerocopy v0.8.40 |
| 1801 | 2026-07-23T00:41:15.119Z | Compiling getrandom v0.4.1 |
| 1802 | 2026-07-23T00:41:15.123Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-23T00:41:15.131Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-23T00:41:15.230Z | Compiling icu_properties_data v2.1.2 |
| 1805 | 2026-07-23T00:41:15.279Z | Compiling icu_normalizer_data v2.1.1 |
| 1806 | 2026-07-23T00:41:15.294Z | Compiling smallvec v1.15.1 |
| 1807 | 2026-07-23T00:41:15.433Z | Compiling num-traits v0.2.19 |
| 1808 | 2026-07-23T00:41:15.446Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-23T00:41:15.450Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-23T00:41:15.495Z | Compiling log v0.4.29 |
| 1811 | 2026-07-23T00:41:15.526Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-23T00:41:15.634Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-23T00:41:15.652Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-23T00:41:15.710Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-23T00:41:15.775Z | Compiling scopeguard v1.2.0 |
| 1816 | 2026-07-23T00:41:15.842Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-07-23T00:41:15.876Z | Compiling pin-project-lite v0.2.17 |
| 1818 | 2026-07-23T00:41:15.908Z | Compiling lock_api v0.4.14 |
| 1819 | 2026-07-23T00:41:15.923Z | Compiling getrandom v0.3.4 |
| 1820 | 2026-07-23T00:41:16.029Z | Compiling thiserror v2.0.18 |
| 1821 | 2026-07-23T00:41:16.045Z | Compiling writeable v0.6.2 |
| 1822 | 2026-07-23T00:41:16.051Z | Compiling litemap v0.8.1 |
| 1823 | 2026-07-23T00:41:16.082Z | Compiling percent-encoding v2.3.2 |
| 1824 | 2026-07-23T00:41:16.132Z | Compiling jobserver v0.1.34 |
| 1825 | 2026-07-23T00:41:16.174Z | Compiling errno v0.3.14 |
| 1826 | 2026-07-23T00:41:16.248Z | Compiling fnv v1.0.7 |
| 1827 | 2026-07-23T00:41:16.252Z | Compiling equivalent v1.0.2 |
| 1828 | 2026-07-23T00:41:16.252Z | Compiling getrandom v0.2.17 |
| 1829 | 2026-07-23T00:41:16.347Z | Compiling cc v1.2.56 |
| 1830 | 2026-07-23T00:41:16.355Z | Compiling rustversion v1.0.22 |
| 1831 | 2026-07-23T00:41:16.358Z | Compiling schemars v0.8.22 |
| 1832 | 2026-07-23T00:41:16.435Z | Compiling rand_core v0.6.4 |
| 1833 | 2026-07-23T00:41:16.484Z | Compiling fs_extra v1.3.0 |
| 1834 | 2026-07-23T00:41:16.531Z | Compiling rustix v1.1.3 |
| 1835 | 2026-07-23T00:41:16.552Z | Compiling syn v2.0.117 |
| 1836 | 2026-07-23T00:41:16.575Z | Compiling critical-section v1.2.0 |
| 1837 | 2026-07-23T00:41:16.576Z | Compiling dunce v1.0.5 |
| 1838 | 2026-07-23T00:41:16.677Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-23T00:41:16.745Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-23T00:41:16.853Z | Compiling strsim v0.11.1 |
| 1841 | 2026-07-23T00:41:16.866Z | Compiling heck v0.5.0 |
| 1842 | 2026-07-23T00:41:16.870Z | Compiling utf8_iter v1.0.4 |
| 1843 | 2026-07-23T00:41:16.895Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-07-23T00:41:17.081Z | Compiling semver v1.0.28 |
| 1845 | 2026-07-23T00:41:17.212Z | Compiling bitflags v2.11.0 |
| 1846 | 2026-07-23T00:41:17.242Z | Compiling cmake v0.1.57 |
| 1847 | 2026-07-23T00:41:17.335Z | Compiling indexmap v2.14.0 |
| 1848 | 2026-07-23T00:41:17.335Z | Compiling parking_lot v0.12.5 |
| 1849 | 2026-07-23T00:41:17.486Z | Compiling form_urlencoded v1.2.2 |
| 1850 | 2026-07-23T00:41:17.486Z | Compiling socket2 v0.6.3 |
| 1851 | 2026-07-23T00:41:17.513Z | Compiling mio v1.2.0 |
| 1852 | 2026-07-23T00:41:17.513Z | Compiling futures-core v0.3.32 |
| 1853 | 2026-07-23T00:41:17.534Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-07-23T00:41:17.580Z | Compiling aws-lc-rs v1.16.3 |
| 1855 | 2026-07-23T00:41:17.634Z | Compiling httparse v1.10.1 |
| 1856 | 2026-07-23T00:41:17.653Z | Compiling aws-lc-sys v0.40.0 |
| 1857 | 2026-07-23T00:41:17.887Z | Compiling byteorder v1.5.0 |
| 1858 | 2026-07-23T00:41:17.929Z | Compiling thiserror v1.0.69 |
| 1859 | 2026-07-23T00:41:17.933Z | Compiling ucd-trie v0.1.7 |
| 1860 | 2026-07-23T00:41:18.049Z | Compiling syn v1.0.109 |
| 1861 | 2026-07-23T00:41:18.108Z | Compiling pest v2.8.6 |
| 1862 | 2026-07-23T00:41:18.122Z | Compiling const-oid v0.9.6 |
| 1863 | 2026-07-23T00:41:18.147Z | Compiling vcpkg v0.2.15 |
| 1864 | 2026-07-23T00:41:18.195Z | Compiling regex-syntax v0.8.10 |
| 1865 | 2026-07-23T00:41:18.203Z | Compiling iana-time-zone v0.1.65 |
| 1866 | 2026-07-23T00:41:18.423Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-23T00:41:18.595Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-23T00:41:18.609Z | Compiling rustls v0.23.41 |
| 1869 | 2026-07-23T00:41:18.634Z | Compiling futures-sink v0.3.32 |
| 1870 | 2026-07-23T00:41:18.723Z | Compiling futures-channel v0.3.32 |
| 1871 | 2026-07-23T00:41:18.740Z | Compiling openssl-sys v0.9.115 |
| 1872 | 2026-07-23T00:41:18.809Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-23T00:41:18.856Z | Compiling futures-task v0.3.32 |
| 1874 | 2026-07-23T00:41:18.877Z | Compiling futures-io v0.3.32 |
| 1875 | 2026-07-23T00:41:18.982Z | Compiling slab v0.4.12 |
| 1876 | 2026-07-23T00:41:19.111Z | Compiling time-core v0.1.8 |
| 1877 | 2026-07-23T00:41:19.192Z | Compiling pest_meta v2.8.6 |
| 1878 | 2026-07-23T00:41:19.249Z | Compiling crc32fast v1.5.0 |
| 1879 | 2026-07-23T00:41:19.284Z | Compiling dyn-clone v1.0.20 |
| 1880 | 2026-07-23T00:41:19.298Z | Compiling plain v0.2.3 |
| 1881 | 2026-07-23T00:41:19.314Z | Compiling num-conv v0.2.0 |
| 1882 | 2026-07-23T00:41:19.327Z | Compiling synstructure v0.13.2 |
| 1883 | 2026-07-23T00:41:19.327Z | Compiling serde_derive_internals v0.29.1 |
| 1884 | 2026-07-23T00:41:19.459Z | Compiling time-macros v0.2.27 |
| 1885 | 2026-07-23T00:41:19.467Z | Compiling base64 v0.22.1 |
| 1886 | 2026-07-23T00:41:19.508Z | Compiling crossbeam-utils v0.8.21 |
| 1887 | 2026-07-23T00:41:19.563Z | Compiling pretty-hex v0.4.1 |
| 1888 | 2026-07-23T00:41:19.648Z | Compiling regex-automata v0.4.14 |
| 1889 | 2026-07-23T00:41:19.665Z | Compiling openssl v0.10.79 |
| 1890 | 2026-07-23T00:41:19.790Z | Compiling pest_generator v2.8.6 |
| 1891 | 2026-07-23T00:41:19.821Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1892 | 2026-07-23T00:41:19.929Z | Compiling anyhow v1.0.102 |
| 1893 | 2026-07-23T00:41:19.945Z | Compiling native-tls v0.2.18 |
| 1894 | 2026-07-23T00:41:19.992Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-23T00:41:20.231Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-23T00:41:20.232Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-23T00:41:20.322Z | Compiling cookie v0.18.1 |
| 1898 | 2026-07-23T00:41:20.477Z | Compiling base64ct v1.8.3 |
| 1899 | 2026-07-23T00:41:20.501Z | Compiling camino v1.2.2 |
| 1900 | 2026-07-23T00:41:20.586Z | Compiling flagset v0.4.7 |
| 1901 | 2026-07-23T00:41:20.595Z | Compiling serde_derive v1.0.228 |
| 1902 | 2026-07-23T00:41:20.606Z | Compiling zeroize_derive v1.4.3 |
| 1903 | 2026-07-23T00:41:20.638Z | Compiling zerofrom-derive v0.1.6 |
| 1904 | 2026-07-23T00:41:20.683Z | Compiling yoke-derive v0.8.1 |
| 1905 | 2026-07-23T00:41:20.770Z | Compiling zerovec-derive v0.11.2 |
| 1906 | 2026-07-23T00:41:20.842Z | Compiling displaydoc v0.2.5 |
| 1907 | 2026-07-23T00:41:20.842Z | Compiling zerocopy-derive v0.8.40 |
| 1908 | 2026-07-23T00:41:20.867Z | Compiling tokio-macros v2.7.0 |
| 1909 | 2026-07-23T00:41:21.031Z | Compiling futures-macro v0.3.32 |
| 1910 | 2026-07-23T00:41:21.250Z | Compiling zeroize v1.8.2 |
| 1911 | 2026-07-23T00:41:21.499Z | Compiling thiserror-impl v2.0.18 |
| 1912 | 2026-07-23T00:41:21.530Z | Compiling schemars_derive v0.8.22 |
| 1913 | 2026-07-23T00:41:21.565Z | Compiling tracing-attributes v0.1.31 |
| 1914 | 2026-07-23T00:41:21.724Z | Compiling der_derive v0.7.3 |
| 1915 | 2026-07-23T00:41:21.805Z | Compiling thiserror-impl v1.0.69 |
| 1916 | 2026-07-23T00:41:21.844Z | Compiling zerofrom v0.1.6 |
| 1917 | 2026-07-23T00:41:21.929Z | Compiling pest_derive v2.8.6 |
| 1918 | 2026-07-23T00:41:21.962Z | Compiling yoke v0.8.1 |
| 1919 | 2026-07-23T00:41:22.149Z | Compiling zerovec v0.11.5 |
| 1920 | 2026-07-23T00:41:22.190Z | Compiling zerotrie v0.2.3 |
| 1921 | 2026-07-23T00:41:22.450Z | Compiling crypto-common v0.1.7 |
| 1922 | 2026-07-23T00:41:22.598Z | Compiling futures-util v0.3.32 |
| 1923 | 2026-07-23T00:41:22.653Z | Compiling tinystr v0.8.2 |
| 1924 | 2026-07-23T00:41:22.685Z | Compiling potential_utf v0.1.4 |
| 1925 | 2026-07-23T00:41:22.711Z | Compiling block-buffer v0.10.4 |
| 1926 | 2026-07-23T00:41:22.797Z | Compiling scroll_derive v0.13.1 |
| 1927 | 2026-07-23T00:41:22.831Z | Compiling icu_collections v2.1.1 |
| 1928 | 2026-07-23T00:41:22.864Z | Compiling icu_locale_core v2.1.1 |
| 1929 | 2026-07-23T00:41:22.909Z | Compiling digest v0.10.7 |
| 1930 | 2026-07-23T00:41:22.928Z | Compiling scroll_derive v0.12.1 |
| 1931 | 2026-07-23T00:41:23.164Z | Compiling openssl-macros v0.1.1 |
| 1932 | 2026-07-23T00:41:23.212Z | Compiling regex v1.12.3 |
| 1933 | 2026-07-23T00:41:23.742Z | Compiling zerocopy-derive v0.7.35 |
| 1934 | 2026-07-23T00:41:23.809Z | Compiling tracing v0.1.44 |
| 1935 | 2026-07-23T00:41:23.809Z | Compiling icu_provider v2.1.1 |
| 1936 | 2026-07-23T00:41:23.809Z | Compiling pem-rfc7468 v0.7.0 |
| 1937 | 2026-07-23T00:41:23.809Z | Compiling rustls-pki-types v1.14.0 |
| 1938 | 2026-07-23T00:41:23.821Z | Compiling bytes v1.11.1 |
| 1939 | 2026-07-23T00:41:23.880Z | Compiling icu_properties v2.1.2 |
| 1940 | 2026-07-23T00:41:23.928Z | Compiling icu_normalizer v2.1.1 |
| 1941 | 2026-07-23T00:41:23.944Z | Compiling chrono v0.4.45 |
| 1942 | 2026-07-23T00:41:24.007Z | Compiling serde_tokenstream v0.2.3 |
| 1943 | 2026-07-23T00:41:24.326Z | Compiling tokio v1.52.1 |
| 1944 | 2026-07-23T00:41:24.693Z | Compiling http v1.4.2 |
| 1945 | 2026-07-23T00:41:24.751Z | Compiling idna_adapter v1.2.1 |
| 1946 | 2026-07-23T00:41:24.892Z | Compiling idna v1.1.0 |
| 1947 | 2026-07-23T00:41:25.065Z | Compiling ppv-lite86 v0.2.21 |
| 1948 | 2026-07-23T00:41:25.203Z | Compiling der v0.7.10 |
| 1949 | 2026-07-23T00:41:25.309Z | Compiling url v2.5.8 |
| 1950 | 2026-07-23T00:41:25.363Z | Compiling rand_chacha v0.9.0 |
| 1951 | 2026-07-23T00:41:25.539Z | Compiling http-body v1.0.1 |
| 1952 | 2026-07-23T00:41:25.607Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-23T00:41:25.724Z | Compiling either v1.15.0 |
| 1954 | 2026-07-23T00:41:25.745Z | Compiling cmov v0.5.4 |
| 1955 | 2026-07-23T00:41:25.759Z | Compiling usdt-impl v0.6.0 |
| 1956 | 2026-07-23T00:41:25.976Z | Compiling tinyvec_macros v0.1.1 |
| 1957 | 2026-07-23T00:41:26.014Z | Compiling ref-cast v1.0.25 |
| 1958 | 2026-07-23T00:41:26.115Z | Compiling openssl-probe v0.2.1 |
| 1959 | 2026-07-23T00:41:26.351Z | Compiling fastrand v2.3.0 |
| 1960 | 2026-07-23T00:41:26.460Z | Compiling paste v1.0.15 |
| 1961 | 2026-07-23T00:41:26.460Z | Compiling ctutils v0.4.2 |
| 1962 | 2026-07-23T00:41:26.508Z | Compiling spki v0.7.3 |
| 1963 | 2026-07-23T00:41:26.508Z | Compiling tinyvec v1.10.0 |
| 1964 | 2026-07-23T00:41:26.670Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-23T00:41:26.714Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-07-23T00:41:26.780Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-07-23T00:41:26.808Z | Compiling scroll v0.12.0 |
| 1968 | 2026-07-23T00:41:26.809Z | Compiling scroll v0.13.0 |
| 1969 | 2026-07-23T00:41:26.940Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-23T00:41:27.057Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-23T00:41:27.109Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-23T00:41:27.109Z | Compiling winnow v1.0.3 |
| 1973 | 2026-07-23T00:41:27.109Z | Compiling atomic-waker v1.1.2 |
| 1974 | 2026-07-23T00:41:27.150Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-07-23T00:41:27.151Z | Compiling try-lock v0.2.5 |
| 1976 | 2026-07-23T00:41:27.216Z | Compiling signal-hook v0.3.18 |
| 1977 | 2026-07-23T00:41:27.274Z | Compiling untrusted v0.7.1 |
| 1978 | 2026-07-23T00:41:27.307Z | Compiling zstd-safe v7.2.4 |
| 1979 | 2026-07-23T00:41:27.397Z | Compiling winnow v0.7.14 |
| 1980 | 2026-07-23T00:41:27.462Z | Compiling cpufeatures v0.2.17 |
| 1981 | 2026-07-23T00:41:27.462Z | Compiling litrs v1.0.0 |
| 1982 | 2026-07-23T00:41:27.463Z | Compiling tower-service v0.3.3 |
| 1983 | 2026-07-23T00:41:27.485Z | Compiling rustix v0.38.44 |
| 1984 | 2026-07-23T00:41:27.485Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1985 | 2026-07-23T00:41:27.486Z | Compiling want v0.3.1 |
| 1986 | 2026-07-23T00:41:27.572Z | Compiling goblin v0.10.5 |
| 1987 | 2026-07-23T00:41:27.704Z | Compiling goblin v0.8.2 |
| 1988 | 2026-07-23T00:41:27.794Z | Compiling hybrid-array v0.4.13 |
| 1989 | 2026-07-23T00:41:27.915Z | Compiling document-features v0.2.12 |
| 1990 | 2026-07-23T00:41:28.071Z | Compiling zerocopy v0.7.35 |
| 1991 | 2026-07-23T00:41:28.132Z | Compiling tokio-util v0.7.18 |
| 1992 | 2026-07-23T00:41:28.377Z | Compiling ipnet v2.11.0 |
| 1993 | 2026-07-23T00:41:28.423Z | Compiling ref-cast-impl v1.0.25 |
| 1994 | 2026-07-23T00:41:28.600Z | Compiling darling_core v0.20.11 |
| 1995 | 2026-07-23T00:41:28.642Z | Compiling curve25519-dalek v4.1.3 |
| 1996 | 2026-07-23T00:41:28.680Z | Compiling memoffset v0.9.1 |
| 1997 | 2026-07-23T00:41:28.831Z | Compiling h2 v0.4.15 |
| 1998 | 2026-07-23T00:41:28.878Z | Compiling untrusted v0.9.0 |
| 1999 | 2026-07-23T00:41:28.893Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-07-23T00:41:28.995Z | Compiling powerfmt v0.2.0 |
| 2001 | 2026-07-23T00:41:29.047Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-07-23T00:41:29.094Z | Compiling httpdate v1.0.3 |
| 2003 | 2026-07-23T00:41:29.186Z | Compiling winnow v0.5.40 |
| 2004 | 2026-07-23T00:41:29.324Z | Compiling tempfile v3.25.0 |
| 2005 | 2026-07-23T00:41:29.440Z | Compiling deranged v0.5.8 |
| 2006 | 2026-07-23T00:41:29.500Z | Compiling foreign-types v0.3.2 |
| 2007 | 2026-07-23T00:41:29.604Z | Compiling unicode-normalization v0.1.25 |
| 2008 | 2026-07-23T00:41:29.677Z | Compiling dtrace-parser v0.2.0 |
| 2009 | 2026-07-23T00:41:30.073Z | Compiling dof v0.3.0 |
| 2010 | 2026-07-23T00:41:30.114Z | Compiling pkcs8 v0.10.2 |
| 2011 | 2026-07-23T00:41:30.312Z | Compiling dof v0.4.0 |
| 2012 | 2026-07-23T00:41:30.539Z | Compiling toml_edit v0.19.15 |
| 2013 | 2026-07-23T00:41:30.567Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-07-23T00:41:30.799Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-07-23T00:41:30.890Z | Compiling pin-project-internal v1.1.11 |
| 2016 | 2026-07-23T00:41:31.008Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-07-23T00:41:31.183Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-23T00:41:31.195Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-07-23T00:41:31.196Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-07-23T00:41:31.252Z | Compiling cfg_aliases v0.2.1 |
| 2021 | 2026-07-23T00:41:31.362Z | Compiling num-bigint-dig v0.8.6 |
| 2022 | 2026-07-23T00:41:31.421Z | Compiling anstyle v1.0.14 |
| 2023 | 2026-07-23T00:41:31.462Z | Compiling num_threads v0.1.7 |
| 2024 | 2026-07-23T00:41:31.544Z | Compiling smoltcp v0.9.1 |
| 2025 | 2026-07-23T00:41:31.559Z | Compiling time v0.3.47 |
| 2026 | 2026-07-23T00:41:31.569Z | Compiling nix v0.31.2 |
| 2027 | 2026-07-23T00:41:31.931Z | Compiling hyper v1.10.1 |
| 2028 | 2026-07-23T00:41:31.956Z | Compiling darling v0.20.11 |
| 2029 | 2026-07-23T00:41:32.065Z | Compiling sha2 v0.10.9 |
| 2030 | 2026-07-23T00:41:32.178Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-23T00:41:32.266Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-23T00:41:32.415Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-07-23T00:41:32.430Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2034 | 2026-07-23T00:41:32.708Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-23T00:41:32.728Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-23T00:41:32.770Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-23T00:41:32.901Z | Compiling bit-vec v0.8.0 |
| 2038 | 2026-07-23T00:41:33.099Z | Compiling hyper-util v0.1.20 |
| 2039 | 2026-07-23T00:41:33.126Z | Compiling anstyle-query v1.1.5 |
| 2040 | 2026-07-23T00:41:33.367Z | Compiling is_terminal_polyfill v1.70.2 |
| 2041 | 2026-07-23T00:41:33.425Z | Compiling siphasher v1.0.2 |
| 2042 | 2026-07-23T00:41:33.468Z | Compiling simd-adler32 v0.3.8 |
| 2043 | 2026-07-23T00:41:33.605Z | Compiling colorchoice v1.0.4 |
| 2044 | 2026-07-23T00:41:33.720Z | Compiling quick-error v1.2.3 |
| 2045 | 2026-07-23T00:41:33.823Z | Compiling rusty-fork v0.3.1 |
| 2046 | 2026-07-23T00:41:34.010Z | Compiling bit-set v0.8.0 |
| 2047 | 2026-07-23T00:41:34.180Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-23T00:41:34.543Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-23T00:41:34.655Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-23T00:41:34.681Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-23T00:41:34.726Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-07-23T00:41:34.744Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-07-23T00:41:34.806Z | Compiling darling_macro v0.23.0 |
| 2054 | 2026-07-23T00:41:34.843Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-07-23T00:41:35.004Z | Compiling fs-err v3.3.0 |
| 2056 | 2026-07-23T00:41:35.033Z | Compiling ahash v0.8.12 |
| 2057 | 2026-07-23T00:41:35.251Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-07-23T00:41:35.265Z | Compiling unicode-segmentation v1.12.0 |
| 2059 | 2026-07-23T00:41:35.378Z | Compiling allocator-api2 v0.2.21 |
| 2060 | 2026-07-23T00:41:35.403Z | Compiling object v0.37.3 |
| 2061 | 2026-07-23T00:41:35.418Z | Compiling ryu v1.0.23 |
| 2062 | 2026-07-23T00:41:35.435Z | Compiling iri-string v0.7.10 |
| 2063 | 2026-07-23T00:41:35.626Z | Compiling unicode-bidi v0.3.18 |
| 2064 | 2026-07-23T00:41:35.651Z | Compiling unicode-properties v0.1.4 |
| 2065 | 2026-07-23T00:41:35.717Z | Compiling unarray v0.1.4 |
| 2066 | 2026-07-23T00:41:35.747Z | Compiling serde_urlencoded v0.7.1 |
| 2067 | 2026-07-23T00:41:35.847Z | Compiling proptest v1.10.0 |
| 2068 | 2026-07-23T00:41:35.895Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-07-23T00:41:36.007Z | Compiling stringprep v0.1.5 |
| 2070 | 2026-07-23T00:41:36.133Z | Compiling derive_builder_macro v0.20.2 |
| 2071 | 2026-07-23T00:41:36.230Z | Compiling darling v0.23.0 |
| 2072 | 2026-07-23T00:41:36.444Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-23T00:41:36.458Z | Compiling usdt-attr-macro v0.6.0 |
| 2074 | 2026-07-23T00:41:36.595Z | Compiling usdt-macro v0.6.0 |
| 2075 | 2026-07-23T00:41:36.644Z | Compiling tower-http v0.6.8 |
| 2076 | 2026-07-23T00:41:36.647Z | Compiling anstyle-parse v1.0.0 |
| 2077 | 2026-07-23T00:41:36.675Z | Compiling block-buffer v0.12.1 |
| 2078 | 2026-07-23T00:41:36.704Z | Compiling crypto-common v0.2.2 |
| 2079 | 2026-07-23T00:41:36.901Z | Compiling block-padding v0.4.2 |
| 2080 | 2026-07-23T00:41:37.195Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-23T00:41:37.243Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-23T00:41:37.361Z | Compiling hex v0.4.3 |
| 2083 | 2026-07-23T00:41:37.373Z | Compiling erased-serde v0.3.31 |
| 2084 | 2026-07-23T00:41:37.422Z | Compiling signature v2.2.0 |
| 2085 | 2026-07-23T00:41:37.440Z | Compiling md-5 v0.10.6 |
| 2086 | 2026-07-23T00:41:37.452Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-23T00:41:37.617Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-23T00:41:37.674Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-23T00:41:37.674Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-23T00:41:37.827Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-23T00:41:37.827Z | Compiling mime v0.3.17 |
| 2092 | 2026-07-23T00:41:37.868Z | Compiling psl-types v2.0.11 |
| 2093 | 2026-07-23T00:41:37.885Z | Compiling cpufeatures v0.3.0 |
| 2094 | 2026-07-23T00:41:37.898Z | Compiling fallible-iterator v0.2.0 |
| 2095 | 2026-07-23T00:41:37.944Z | Compiling zlib-rs v0.6.2 |
| 2096 | 2026-07-23T00:41:38.030Z | Compiling publicsuffix v2.3.0 |
| 2097 | 2026-07-23T00:41:38.050Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-07-23T00:41:38.193Z | Compiling postgres-protocol v0.6.10 |
| 2099 | 2026-07-23T00:41:38.217Z | Compiling num-iter v0.1.45 |
| 2100 | 2026-07-23T00:41:38.547Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-23T00:41:38.731Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-23T00:41:38.799Z | Compiling inout v0.2.2 |
| 2103 | 2026-07-23T00:41:38.837Z | Compiling anstream v1.0.0 |
| 2104 | 2026-07-23T00:41:38.860Z | Compiling derive_builder v0.20.2 |
| 2105 | 2026-07-23T00:41:38.949Z | Compiling hyper-tls v0.6.0 |
| 2106 | 2026-07-23T00:41:39.027Z | Compiling serde_with_macros v3.21.0 |
| 2107 | 2026-07-23T00:41:39.044Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-23T00:41:39.156Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-23T00:41:39.167Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-23T00:41:39.224Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-23T00:41:39.242Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-23T00:41:39.365Z | Compiling futures-executor v0.3.32 |
| 2113 | 2026-07-23T00:41:39.423Z | Compiling terminal_size v0.4.3 |
| 2114 | 2026-07-23T00:41:39.427Z | Compiling clap_derive v4.6.1 |
| 2115 | 2026-07-23T00:41:39.453Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-07-23T00:41:39.457Z | Compiling async-recursion v1.1.1 |
| 2117 | 2026-07-23T00:41:39.564Z | Compiling enum-as-inner v0.6.1 |
| 2118 | 2026-07-23T00:41:39.623Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-23T00:41:39.759Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-23T00:41:39.786Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-23T00:41:39.847Z | Compiling clap_lex v1.0.0 |
| 2122 | 2026-07-23T00:41:40.007Z | Compiling flate2 v1.1.9 |
| 2123 | 2026-07-23T00:41:40.066Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-07-23T00:41:40.113Z | Compiling base16ct v0.2.0 |
| 2125 | 2026-07-23T00:41:40.133Z | Compiling foldhash v0.1.5 |
| 2126 | 2026-07-23T00:41:40.257Z | Compiling managed v0.8.0 |
| 2127 | 2026-07-23T00:41:40.317Z | Compiling foldhash v0.2.0 |
| 2128 | 2026-07-23T00:41:40.339Z | Compiling same-file v1.0.6 |
| 2129 | 2026-07-23T00:41:40.430Z | Compiling libbz2-rs-sys v0.2.2 |
| 2130 | 2026-07-23T00:41:40.436Z | Compiling bumpalo v3.20.2 |
| 2131 | 2026-07-23T00:41:40.473Z | Compiling walkdir v2.5.0 |
| 2132 | 2026-07-23T00:41:40.488Z | Compiling hashbrown v0.16.1 |
| 2133 | 2026-07-23T00:41:40.701Z | Compiling zopfli v0.8.3 |
| 2134 | 2026-07-23T00:41:40.781Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-07-23T00:41:40.942Z | Compiling bzip2 v0.6.1 |
| 2136 | 2026-07-23T00:41:41.037Z | Compiling sec1 v0.7.3 |
| 2137 | 2026-07-23T00:41:41.089Z | Compiling clap_builder v4.6.0 |
| 2138 | 2026-07-23T00:41:41.101Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-23T00:41:41.267Z | Compiling group v0.13.0 |
| 2140 | 2026-07-23T00:41:41.337Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-23T00:41:41.490Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-23T00:41:41.519Z | Compiling phf v0.13.1 |
| 2143 | 2026-07-23T00:41:41.778Z | Compiling zstd v0.13.3 |
| 2144 | 2026-07-23T00:41:41.848Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-23T00:41:42.063Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-23T00:41:42.073Z | Compiling daft v0.1.7 |
| 2147 | 2026-07-23T00:41:42.374Z | Compiling signal-hook-mio v0.2.5 |
| 2148 | 2026-07-23T00:41:42.407Z | Compiling cipher v0.5.2 |
| 2149 | 2026-07-23T00:41:42.534Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-23T00:41:42.564Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-23T00:41:42.586Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-23T00:41:42.679Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-23T00:41:42.697Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-23T00:41:42.790Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-23T00:41:42.937Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-23T00:41:42.952Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-23T00:41:43.030Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-23T00:41:43.048Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-23T00:41:43.101Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-23T00:41:43.231Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-23T00:41:43.419Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-07-23T00:41:43.478Z | Compiling serde_plain v1.0.2 |
| 2163 | 2026-07-23T00:41:43.537Z | Compiling crypto-bigint v0.5.5 |
| 2164 | 2026-07-23T00:41:43.620Z | Compiling pem v3.0.6 |
| 2165 | 2026-07-23T00:41:43.639Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-23T00:41:43.660Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-23T00:41:43.668Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-23T00:41:43.809Z | Compiling typed-path v0.9.3 |
| 2169 | 2026-07-23T00:41:43.898Z | Compiling normalize-line-endings v0.3.0 |
| 2170 | 2026-07-23T00:41:43.914Z | Compiling jiff v0.2.21 |
| 2171 | 2026-07-23T00:41:43.930Z | Compiling toml_write v0.1.2 |
| 2172 | 2026-07-23T00:41:43.947Z | Compiling precomputed-hash v0.1.1 |
| 2173 | 2026-07-23T00:41:44.005Z | Compiling const-oid v0.10.2 |
| 2174 | 2026-07-23T00:41:44.013Z | Compiling whoami v2.1.0 |
| 2175 | 2026-07-23T00:41:44.051Z | Compiling data-encoding v2.10.0 |
| 2176 | 2026-07-23T00:41:44.147Z | Compiling fixedbitset v0.4.2 |
| 2177 | 2026-07-23T00:41:44.172Z | Compiling fixedbitset v0.5.7 |
| 2178 | 2026-07-23T00:41:44.220Z | Compiling difflib v0.4.0 |
| 2179 | 2026-07-23T00:41:44.359Z | Compiling new_debug_unreachable v1.0.6 |
| 2180 | 2026-07-23T00:41:44.444Z | Compiling predicates-core v1.0.10 |
| 2181 | 2026-07-23T00:41:44.462Z | Compiling keccak v0.1.6 |
| 2182 | 2026-07-23T00:41:44.504Z | Compiling static_assertions v1.1.0 |
| 2183 | 2026-07-23T00:41:44.604Z | Compiling predicates v3.1.4 |
| 2184 | 2026-07-23T00:41:44.614Z | Compiling sha3 v0.10.8 |
| 2185 | 2026-07-23T00:41:44.632Z | Compiling chacha20 v0.10.0 |
| 2186 | 2026-07-23T00:41:44.643Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2187 | 2026-07-23T00:41:44.681Z | Compiling string_cache v0.8.9 |
| 2188 | 2026-07-23T00:41:44.698Z | Compiling elliptic-curve v0.13.8 |
| 2189 | 2026-07-23T00:41:44.773Z | Compiling petgraph v0.8.3 |
| 2190 | 2026-07-23T00:41:44.773Z | Compiling hickory-proto v0.25.2 |
| 2191 | 2026-07-23T00:41:44.897Z | Compiling petgraph v0.6.5 |
| 2192 | 2026-07-23T00:41:44.910Z | Compiling tokio-postgres v0.7.16 |
| 2193 | 2026-07-23T00:41:44.921Z | Compiling digest v0.11.3 |
| 2194 | 2026-07-23T00:41:44.937Z | Compiling toml_edit v0.22.27 |
| 2195 | 2026-07-23T00:41:45.134Z | Compiling env_logger v0.11.9 |
| 2196 | 2026-07-23T00:41:45.151Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-23T00:41:45.663Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-23T00:41:46.651Z | Compiling zip v4.6.1 |
| 2199 | 2026-07-23T00:41:47.032Z | Compiling ed25519-dalek v2.2.0 |
| 2200 | 2026-07-23T00:41:47.047Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-23T00:41:47.297Z | Compiling clap v4.6.1 |
| 2202 | 2026-07-23T00:41:47.315Z | Compiling crossterm v0.28.1 |
| 2203 | 2026-07-23T00:41:47.434Z | Compiling iddqd v0.4.2 |
| 2204 | 2026-07-23T00:41:47.579Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-23T00:41:47.594Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-23T00:41:47.775Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-23T00:41:47.905Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-23T00:41:47.935Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-23T00:41:48.054Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-23T00:41:48.079Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-23T00:41:48.323Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-23T00:41:48.410Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-23T00:41:48.566Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-23T00:41:48.659Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-23T00:41:49.375Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-07-23T00:41:49.570Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-07-23T00:42:05.599Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-23T00:42:06.421Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-23T00:42:06.638Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-23T00:42:06.654Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-23T00:42:06.714Z | Compiling rayon-core v1.13.0 |
| 2222 | 2026-07-23T00:42:06.854Z | Compiling crucible-workspace-hack v0.1.0 |
| 2223 | 2026-07-23T00:42:06.976Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-23T00:42:07.006Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-23T00:42:07.085Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-23T00:42:07.153Z | Compiling heapless v0.8.0 |
| 2227 | 2026-07-23T00:42:07.455Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2228 | 2026-07-23T00:42:07.512Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2229 | 2026-07-23T00:42:07.685Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-07-23T00:42:07.702Z | Compiling structmeta v0.3.0 |
| 2231 | 2026-07-23T00:42:07.711Z | Compiling crossbeam-deque v0.8.6 |
| 2232 | 2026-07-23T00:42:07.715Z | Compiling inout v0.1.4 |
| 2233 | 2026-07-23T00:42:07.766Z | Compiling hash32 v0.3.1 |
| 2234 | 2026-07-23T00:42:07.786Z | Compiling multer v3.1.0 |
| 2235 | 2026-07-23T00:42:07.895Z | Compiling thread_local v1.1.9 |
| 2236 | 2026-07-23T00:42:07.919Z | Compiling compression-core v0.4.31 |
| 2237 | 2026-07-23T00:42:07.933Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2238 | 2026-07-23T00:42:07.950Z | Compiling match_cfg v0.1.0 |
| 2239 | 2026-07-23T00:42:08.025Z | Compiling unicode-width v0.2.0 |
| 2240 | 2026-07-23T00:42:08.038Z | Compiling smoltcp v0.11.0 |
| 2241 | 2026-07-23T00:42:08.115Z | Compiling slog-async v2.8.0 |
| 2242 | 2026-07-23T00:42:08.211Z | Compiling proc-macro-crate v3.4.0 |
| 2243 | 2026-07-23T00:42:08.229Z | Compiling compression-codecs v0.4.37 |
| 2244 | 2026-07-23T00:42:08.249Z | Compiling hostname v0.3.1 |
| 2245 | 2026-07-23T00:42:08.402Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-07-23T00:42:08.483Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-23T00:42:08.574Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-23T00:42:08.611Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-23T00:42:08.666Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-23T00:42:08.739Z | Compiling half v2.7.1 |
| 2251 | 2026-07-23T00:42:08.785Z | Compiling darling_macro v0.21.3 |
| 2252 | 2026-07-23T00:42:08.882Z | Compiling newtype-uuid-macros v0.1.0 |
| 2253 | 2026-07-23T00:42:08.891Z | Compiling cobs v0.3.0 |
| 2254 | 2026-07-23T00:42:08.936Z | Compiling universal-hash v0.5.1 |
| 2255 | 2026-07-23T00:42:08.979Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2256 | 2026-07-23T00:42:09.106Z | Compiling tokio-rustls v0.26.4 |
| 2257 | 2026-07-23T00:42:09.125Z | Compiling rustls-platform-verifier v0.6.2 |
| 2258 | 2026-07-23T00:42:09.179Z | Compiling tough v0.22.0 |
| 2259 | 2026-07-23T00:42:09.311Z | Compiling darling v0.21.3 |
| 2260 | 2026-07-23T00:42:09.348Z | Compiling hyper-rustls v0.27.7 |
| 2261 | 2026-07-23T00:42:09.382Z | Compiling async-stream-impl v0.3.6 |
| 2262 | 2026-07-23T00:42:09.396Z | Compiling serde_spanned v1.1.1 |
| 2263 | 2026-07-23T00:42:09.429Z | Compiling ingot-macros v0.1.1 |
| 2264 | 2026-07-23T00:42:09.552Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2265 | 2026-07-23T00:42:09.610Z | Compiling reqwest v0.13.2 |
| 2266 | 2026-07-23T00:42:09.638Z | Compiling is-terminal v0.4.17 |
| 2267 | 2026-07-23T00:42:09.760Z | Compiling dropshot v0.17.1 |
| 2268 | 2026-07-23T00:42:09.935Z | Compiling proc-macro-error-attr v1.0.4 |
| 2269 | 2026-07-23T00:42:09.987Z | Compiling ciborium-io v0.2.2 |
| 2270 | 2026-07-23T00:42:09.995Z | Compiling take_mut v0.2.2 |
| 2271 | 2026-07-23T00:42:09.995Z | Compiling opaque-debug v0.3.1 |
| 2272 | 2026-07-23T00:42:10.004Z | Compiling term v1.2.1 |
| 2273 | 2026-07-23T00:42:10.021Z | Compiling convert_case v0.4.0 |
| 2274 | 2026-07-23T00:42:10.070Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2275 | 2026-07-23T00:42:10.086Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2276 | 2026-07-23T00:42:10.197Z | Compiling poly1305 v0.8.0 |
| 2277 | 2026-07-23T00:42:10.230Z | Compiling ciborium-ll v0.2.2 |
| 2278 | 2026-07-23T00:42:10.320Z | Compiling slog-term v2.9.2 |
| 2279 | 2026-07-23T00:42:10.347Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-07-23T00:42:10.383Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2281 | 2026-07-23T00:42:10.466Z | Compiling thiserror-no-std v2.0.2 |
| 2282 | 2026-07-23T00:42:10.581Z | Compiling async-stream v0.3.6 |
| 2283 | 2026-07-23T00:42:10.597Z | Compiling test-strategy v0.4.5 |
| 2284 | 2026-07-23T00:42:10.614Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-23T00:42:10.793Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-23T00:42:11.192Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-07-23T00:42:11.392Z | Compiling chacha20 v0.9.1 |
| 2288 | 2026-07-23T00:42:11.408Z | Compiling num_enum_derive v0.7.6 |
| 2289 | 2026-07-23T00:42:11.615Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-23T00:42:11.830Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-23T00:42:11.926Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-23T00:42:12.008Z | Compiling ingot-types v0.1.2 |
| 2293 | 2026-07-23T00:42:12.115Z | Compiling sha1 v0.11.0 |
| 2294 | 2026-07-23T00:42:12.387Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-07-23T00:42:12.439Z | Compiling ingot v0.1.1 |
| 2296 | 2026-07-23T00:42:12.481Z | Compiling proc-macro-crate v1.3.1 |
| 2297 | 2026-07-23T00:42:12.559Z | Compiling waitgroup v0.1.2 |
| 2298 | 2026-07-23T00:42:12.575Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2299 | 2026-07-23T00:42:12.626Z | Compiling backon v1.6.0 |
| 2300 | 2026-07-23T00:42:12.707Z | Compiling password-hash v0.5.0 |
| 2301 | 2026-07-23T00:42:12.747Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-23T00:42:12.800Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-23T00:42:12.836Z | Compiling blake2 v0.10.6 |
| 2304 | 2026-07-23T00:42:12.885Z | Compiling aead v0.5.2 |
| 2305 | 2026-07-23T00:42:12.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2306 | 2026-07-23T00:42:12.928Z | Compiling foreign-types-macros v0.2.3 |
| 2307 | 2026-07-23T00:42:13.041Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2308 | 2026-07-23T00:42:13.185Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-23T00:42:13.290Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-23T00:42:13.308Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2311 | 2026-07-23T00:42:13.376Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-07-23T00:42:13.470Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-23T00:42:13.499Z | Compiling debug-ignore v1.0.5 |
| 2314 | 2026-07-23T00:42:13.515Z | Compiling foreign-types-shared v0.3.1 |
| 2315 | 2026-07-23T00:42:13.558Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-23T00:42:13.608Z | Compiling foreign-types v0.5.0 |
| 2317 | 2026-07-23T00:42:13.611Z | Compiling parse-display v0.10.0 |
| 2318 | 2026-07-23T00:42:13.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-07-23T00:42:13.658Z | Compiling argon2 v0.5.3 |
| 2320 | 2026-07-23T00:42:13.662Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2026-07-23T00:42:13.688Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-23T00:42:13.692Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-23T00:42:13.716Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-23T00:42:13.719Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-23T00:42:13.789Z | Compiling vsss-rs v3.3.4 |
| 2326 | 2026-07-23T00:42:13.836Z | Compiling ciborium v0.2.2 |
| 2327 | 2026-07-23T00:42:14.019Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-23T00:42:14.156Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-23T00:42:14.404Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2330 | 2026-07-23T00:42:14.422Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-07-23T00:42:14.426Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2332 | 2026-07-23T00:42:14.490Z | Compiling cstr-argument v0.1.2 |
| 2333 | 2026-07-23T00:42:14.550Z | Compiling humantime v2.3.0 |
| 2334 | 2026-07-23T00:42:14.652Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2335 | 2026-07-23T00:42:14.680Z | Compiling num_enum v0.5.11 |
| 2336 | 2026-07-23T00:42:14.684Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-23T00:42:14.716Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2338 | 2026-07-23T00:42:14.824Z | Compiling rayon v1.11.0 |
| 2339 | 2026-07-23T00:42:14.901Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2340 | 2026-07-23T00:42:14.917Z | Compiling rand v0.10.1 |
| 2341 | 2026-07-23T00:42:14.931Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-23T00:42:14.982Z | Compiling indent_write v2.2.0 |
| 2343 | 2026-07-23T00:42:15.042Z | Compiling colored v3.1.1 |
| 2344 | 2026-07-23T00:42:15.048Z | Compiling libefi-sys v0.1.0 |
| 2345 | 2026-07-23T00:42:15.048Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-23T00:42:15.132Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-23T00:42:15.152Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-23T00:42:15.263Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-23T00:42:15.287Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-23T00:42:15.301Z | Compiling usdt-attr-macro v0.5.0 |
| 2351 | 2026-07-23T00:42:15.304Z | Compiling usdt-macro v0.5.0 |
| 2352 | 2026-07-23T00:42:15.335Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-23T00:42:15.698Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2354 | 2026-07-23T00:42:15.732Z | Compiling num-derive v0.4.2 |
| 2355 | 2026-07-23T00:42:15.751Z | Compiling blake3 v1.8.5 |
| 2356 | 2026-07-23T00:42:15.751Z | Compiling memmap v0.7.0 |
| 2357 | 2026-07-23T00:42:15.783Z | Compiling sigpipe v0.1.3 |
| 2358 | 2026-07-23T00:42:15.823Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2359 | 2026-07-23T00:42:15.896Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2360 | 2026-07-23T00:42:16.024Z | Compiling swrite v0.1.0 |
| 2361 | 2026-07-23T00:42:16.043Z | Compiling glob v0.3.3 |
| 2362 | 2026-07-23T00:42:16.060Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-23T00:42:16.107Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2364 | 2026-07-23T00:42:16.125Z | Compiling usdt v0.5.0 |
| 2365 | 2026-07-23T00:42:16.285Z | Compiling smf v0.2.3 |
| 2366 | 2026-07-23T00:42:16.391Z | Compiling filetime v0.2.27 |
| 2367 | 2026-07-23T00:42:16.406Z | Compiling arrayref v0.3.9 |
| 2368 | 2026-07-23T00:42:16.422Z | Compiling whoami v1.6.1 |
| 2369 | 2026-07-23T00:42:16.498Z | Compiling constant_time_eq v0.4.2 |
| 2370 | 2026-07-23T00:42:16.622Z | Compiling zone v0.3.1 |
| 2371 | 2026-07-23T00:42:16.656Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2372 | 2026-07-23T00:42:16.688Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2373 | 2026-07-23T00:42:16.716Z | Compiling xattr v1.6.1 |
| 2374 | 2026-07-23T00:42:16.731Z | Compiling arrayvec v0.7.6 |
| 2375 | 2026-07-23T00:42:16.777Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-23T00:42:16.794Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-07-23T00:42:16.800Z | Compiling tokio-dtrace v0.1.1 |
| 2378 | 2026-07-23T00:42:16.914Z | Compiling tar v0.4.46 |
| 2379 | 2026-07-23T00:42:16.934Z | Compiling console v0.16.2 |
| 2380 | 2026-07-23T00:42:16.993Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-23T00:42:17.054Z | Compiling unit-prefix v0.5.2 |
| 2382 | 2026-07-23T00:42:17.144Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-07-23T00:42:17.147Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-23T00:42:17.225Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2385 | 2026-07-23T00:42:17.331Z | Compiling indicatif v0.18.4 |
| 2386 | 2026-07-23T00:42:17.434Z | Compiling toml v0.8.23 |
| 2387 | 2026-07-23T00:42:17.454Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-07-23T00:42:17.603Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-23T00:42:26.873Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-23T00:42:26.873Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-23T00:42:27.110Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-23T00:42:27.399Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2393 | 2026-07-23T00:42:27.425Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2394 | 2026-07-23T00:42:27.474Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-23T00:42:27.542Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-23T00:42:27.609Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2397 | 2026-07-23T00:42:27.640Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2398 | 2026-07-23T00:42:27.724Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-23T00:42:27.775Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-23T00:42:28.369Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-23T00:42:32.219Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-23T00:42:40.149Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-23T00:42:43.310Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-23T00:42:44.327Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-23T00:42:53.615Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2406 | 2026-07-23T00:42:53.754Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-23T00:42:53.811Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-23T00:42:53.813Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-23T00:42:53.816Z | |
| 2410 | 2026-07-23T00:42:53.816Z | real 1:39.963771386 |
| 2411 | 2026-07-23T00:42:53.817Z | user 16:23.571807181 |
| 2412 | 2026-07-23T00:42:53.817Z | sys 2:35.315958337 |
| 2413 | 2026-07-23T00:42:53.817Z | trap 0.465355914 |
| 2414 | 2026-07-23T00:42:53.817Z | tflt 2.373467558 |
| 2415 | 2026-07-23T00:42:53.817Z | dflt 3.914697384 |
| 2416 | 2026-07-23T00:42:53.817Z | kflt 0.000595190 |
| 2417 | 2026-07-23T00:42:53.817Z | lock 51:42.051675535 |
| 2418 | 2026-07-23T00:42:53.817Z | slp 42:18.329862328 |
| 2419 | 2026-07-23T00:42:53.817Z | lat 42.854678004 |
| 2420 | 2026-07-23T00:42:53.817Z | stop 5:16.847574363 |
| 2421 | 2026-07-23T00:42:53.817Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-23T00:42:54.649Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2423 | 2026-07-23T00:42:54.716Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-23T00:42:54.772Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-23T00:42:56.149Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-23T00:42:56.149Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-23T00:42:56.381Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-23T00:42:56.398Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-23T00:42:56.421Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-23T00:42:56.442Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-23T00:42:56.445Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-23T00:42:56.462Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-23T00:42:56.468Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-23T00:42:56.468Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-23T00:42:56.543Z | Compiling console v0.15.11 |
| 2436 | 2026-07-23T00:42:56.546Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-23T00:42:56.546Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-23T00:42:56.583Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-23T00:42:56.601Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-23T00:42:56.621Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-23T00:42:56.664Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-23T00:42:56.689Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2443 | 2026-07-23T00:42:56.708Z | Compiling match_cfg v0.1.0 |
| 2444 | 2026-07-23T00:42:56.727Z | Compiling unicode-width v0.1.14 |
| 2445 | 2026-07-23T00:42:56.783Z | Compiling compression-core v0.4.31 |
| 2446 | 2026-07-23T00:42:56.802Z | Compiling cancel-safe-futures v0.1.5 |
| 2447 | 2026-07-23T00:42:56.887Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-07-23T00:42:56.955Z | Compiling expectorate v1.2.0 |
| 2449 | 2026-07-23T00:42:56.977Z | Compiling compression-codecs v0.4.37 |
| 2450 | 2026-07-23T00:42:57.037Z | Compiling num v0.4.3 |
| 2451 | 2026-07-23T00:42:57.085Z | Compiling hostname v0.3.1 |
| 2452 | 2026-07-23T00:42:57.112Z | Compiling slog-async v2.8.0 |
| 2453 | 2026-07-23T00:42:57.115Z | Compiling multer v3.1.0 |
| 2454 | 2026-07-23T00:42:57.153Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-23T00:42:57.176Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-23T00:42:57.199Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-23T00:42:57.202Z | Compiling serde_spanned v1.1.1 |
| 2458 | 2026-07-23T00:42:57.240Z | Compiling float-ord v0.3.2 |
| 2459 | 2026-07-23T00:42:57.243Z | Compiling linked-hash-map v0.5.6 |
| 2460 | 2026-07-23T00:42:57.263Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2461 | 2026-07-23T00:42:57.385Z | Compiling term v1.2.1 |
| 2462 | 2026-07-23T00:42:57.408Z | Compiling take_mut v0.2.2 |
| 2463 | 2026-07-23T00:42:57.432Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2464 | 2026-07-23T00:42:57.503Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-07-23T00:42:57.503Z | Compiling lru-cache v0.1.2 |
| 2466 | 2026-07-23T00:42:57.564Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2467 | 2026-07-23T00:42:57.603Z | Compiling slog-bunyan v2.5.0 |
| 2468 | 2026-07-23T00:42:57.647Z | Compiling async-compression v0.4.41 |
| 2469 | 2026-07-23T00:42:57.650Z | Compiling oxide-update-engine-types v0.1.2 |
| 2470 | 2026-07-23T00:42:57.814Z | Compiling slog-term v2.9.2 |
| 2471 | 2026-07-23T00:42:57.825Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-23T00:42:57.902Z | Compiling typify-impl v0.6.2 |
| 2473 | 2026-07-23T00:42:57.969Z | Compiling dropshot v0.17.1 |
| 2474 | 2026-07-23T00:42:57.993Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2475 | 2026-07-23T00:42:58.035Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-23T00:42:58.057Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-23T00:42:58.074Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-23T00:42:58.190Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-23T00:42:58.229Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-23T00:42:58.284Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-23T00:42:58.334Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-23T00:42:58.395Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-23T00:42:58.418Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-23T00:42:58.421Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-23T00:42:58.421Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-07-23T00:42:58.502Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-07-23T00:42:58.561Z | Compiling debug-ignore v1.0.5 |
| 2488 | 2026-07-23T00:42:58.585Z | Compiling backoff v0.4.0 |
| 2489 | 2026-07-23T00:42:58.585Z | Compiling progenitor-extras v0.2.0 |
| 2490 | 2026-07-23T00:42:58.691Z | Compiling nom v7.1.3 |
| 2491 | 2026-07-23T00:42:58.713Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2492 | 2026-07-23T00:42:58.737Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2493 | 2026-07-23T00:42:58.740Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-23T00:42:58.800Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-23T00:42:58.823Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-23T00:42:58.871Z | Compiling oxide-update-engine v0.1.2 |
| 2497 | 2026-07-23T00:42:59.034Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2498 | 2026-07-23T00:42:59.114Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-23T00:42:59.467Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-23T00:42:59.800Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-23T00:43:00.066Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-07-23T00:43:00.069Z | Compiling humantime v2.3.0 |
| 2503 | 2026-07-23T00:43:00.235Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-23T00:43:00.361Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-23T00:43:00.364Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-23T00:43:00.403Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-23T00:43:00.553Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-23T00:43:00.692Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-23T00:43:00.777Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-07-23T00:43:00.850Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-07-23T00:43:00.899Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-23T00:43:01.347Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-07-23T00:43:01.485Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2514 | 2026-07-23T00:43:01.511Z | Compiling papergrid v0.11.0 |
| 2515 | 2026-07-23T00:43:01.532Z | Compiling tabled_derive v0.7.0 |
| 2516 | 2026-07-23T00:43:01.534Z | Compiling derive_more v2.1.1 |
| 2517 | 2026-07-23T00:43:01.654Z | Compiling hickory-resolver v0.24.4 |
| 2518 | 2026-07-23T00:43:01.678Z | Compiling termtree v0.5.1 |
| 2519 | 2026-07-23T00:43:01.876Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-23T00:43:02.065Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-23T00:43:02.449Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-23T00:43:02.866Z | Compiling qorb v0.4.1 |
| 2523 | 2026-07-23T00:43:02.907Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-23T00:43:03.184Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-23T00:43:03.607Z | Compiling crossterm v0.29.0 |
| 2526 | 2026-07-23T00:43:03.899Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-23T00:43:04.149Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-23T00:43:04.691Z | Compiling vte v0.14.1 |
| 2529 | 2026-07-23T00:43:04.945Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-07-23T00:43:05.343Z | Compiling progenitor-macro v0.14.0 |
| 2531 | 2026-07-23T00:43:06.497Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-07-23T00:43:06.569Z | Compiling highway v1.3.0 |
| 2533 | 2026-07-23T00:43:06.645Z | Compiling csv v1.4.0 |
| 2534 | 2026-07-23T00:43:06.697Z | Compiling strip-ansi-escapes v0.2.1 |
| 2535 | 2026-07-23T00:43:06.772Z | Compiling phf v0.12.1 |
| 2536 | 2026-07-23T00:43:06.866Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2537 | 2026-07-23T00:43:06.974Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-07-23T00:43:07.255Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-07-23T00:43:07.304Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-23T00:43:07.368Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2541 | 2026-07-23T00:43:07.530Z | Compiling peg-macros v0.8.5 |
| 2542 | 2026-07-23T00:43:07.754Z | Compiling nu-ansi-term v0.50.3 |
| 2543 | 2026-07-23T00:43:07.809Z | Compiling const_format v0.2.35 |
| 2544 | 2026-07-23T00:43:08.011Z | Compiling reedline v0.40.0 |
| 2545 | 2026-07-23T00:43:08.316Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-23T00:43:08.341Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-23T00:43:08.686Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-23T00:43:08.798Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2549 | 2026-07-23T00:43:09.358Z | Compiling progenitor v0.14.0 |
| 2550 | 2026-07-23T00:43:09.541Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2551 | 2026-07-23T00:43:09.631Z | Compiling peg v0.8.5 |
| 2552 | 2026-07-23T00:43:09.738Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-23T00:43:09.760Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-23T00:43:10.196Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-23T00:43:10.426Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-23T00:43:10.755Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-23T00:43:10.990Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-23T00:43:11.239Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-23T00:43:11.386Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-23T00:43:11.420Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2561 | 2026-07-23T00:43:11.493Z | Compiling smawk v0.3.2 |
| 2562 | 2026-07-23T00:43:11.674Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-07-23T00:43:11.696Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2564 | 2026-07-23T00:43:11.719Z | Compiling unicode-linebreak v0.1.5 |
| 2565 | 2026-07-23T00:43:12.009Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-23T00:43:12.033Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-23T00:43:12.145Z | Compiling steno v0.4.1 |
| 2568 | 2026-07-23T00:43:12.599Z | Compiling base64 v0.21.7 |
| 2569 | 2026-07-23T00:43:12.873Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2570 | 2026-07-23T00:43:12.938Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-07-23T00:43:13.154Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-23T00:43:13.523Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-07-23T00:43:13.642Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-07-23T00:43:13.664Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2575 | 2026-07-23T00:43:13.768Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2576 | 2026-07-23T00:43:13.833Z | Compiling moka v0.12.13 |
| 2577 | 2026-07-23T00:43:13.938Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-23T00:43:13.961Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-23T00:43:14.372Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-23T00:43:14.392Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-23T00:43:14.615Z | Compiling tokio-tungstenite v0.21.0 |
| 2582 | 2026-07-23T00:43:14.734Z | Compiling tap v1.0.1 |
| 2583 | 2026-07-23T00:43:14.882Z | Compiling maybe-uninit v2.0.0 |
| 2584 | 2026-07-23T00:43:14.997Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-07-23T00:43:15.200Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2586 | 2026-07-23T00:43:15.253Z | Compiling wyz v0.5.1 |
| 2587 | 2026-07-23T00:43:15.572Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-07-23T00:43:15.599Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-07-23T00:43:15.744Z | Compiling packed_struct v0.10.1 |
| 2590 | 2026-07-23T00:43:16.033Z | Compiling funty v2.0.0 |
| 2591 | 2026-07-23T00:43:16.129Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2592 | 2026-07-23T00:43:16.405Z | Compiling diesel_derives v2.3.7 |
| 2593 | 2026-07-23T00:43:16.634Z | Compiling crc-catalog v2.4.0 |
| 2594 | 2026-07-23T00:43:16.762Z | Compiling crc v3.4.0 |
| 2595 | 2026-07-23T00:43:17.022Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-07-23T00:43:17.043Z | Compiling zerocopy v0.6.6 |
| 2597 | 2026-07-23T00:43:17.434Z | Compiling dsl_auto_type v0.2.0 |
| 2598 | 2026-07-23T00:43:17.492Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2599 | 2026-07-23T00:43:17.560Z | Compiling scheduled-thread-pool v0.2.7 |
| 2600 | 2026-07-23T00:43:17.954Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-07-23T00:43:18.156Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-07-23T00:43:18.341Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2603 | 2026-07-23T00:43:18.422Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2604 | 2026-07-23T00:43:18.484Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2605 | 2026-07-23T00:43:18.564Z | Compiling bitfield-macros v0.19.4 |
| 2606 | 2026-07-23T00:43:18.705Z | Compiling dirs-sys-next v0.1.2 |
| 2607 | 2026-07-23T00:43:18.885Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2608 | 2026-07-23T00:43:18.977Z | Compiling indexmap v1.9.3 |
| 2609 | 2026-07-23T00:43:19.017Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-07-23T00:43:19.239Z | Compiling nodrop v0.1.14 |
| 2611 | 2026-07-23T00:43:19.326Z | Compiling maplit v1.0.2 |
| 2612 | 2026-07-23T00:43:19.346Z | Compiling glob v0.3.3 |
| 2613 | 2026-07-23T00:43:19.346Z | Compiling proc-macro-error2 v2.0.1 |
| 2614 | 2026-07-23T00:43:19.432Z | Compiling array-init v0.0.4 |
| 2615 | 2026-07-23T00:43:19.445Z | Compiling bitfield v0.19.4 |
| 2616 | 2026-07-23T00:43:19.717Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-07-23T00:43:19.770Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-07-23T00:43:19.975Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-07-23T00:43:20.062Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-07-23T00:43:20.256Z | Compiling num-derive v0.3.3 |
| 2621 | 2026-07-23T00:43:20.320Z | Compiling tiny-keccak v2.0.2 |
| 2622 | 2026-07-23T00:43:20.352Z | Compiling downcast-rs v2.0.2 |
| 2623 | 2026-07-23T00:43:20.488Z | Compiling hashbrown v0.12.3 |
| 2624 | 2026-07-23T00:43:20.602Z | Compiling serde-hex v0.1.0 |
| 2625 | 2026-07-23T00:43:20.705Z | Compiling term v0.7.0 |
| 2626 | 2026-07-23T00:43:20.948Z | Compiling tabled_derive v0.11.0 |
| 2627 | 2026-07-23T00:43:21.103Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-07-23T00:43:21.180Z | Compiling libscf-sys v1.1.0 |
| 2629 | 2026-07-23T00:43:21.210Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2630 | 2026-07-23T00:43:21.307Z | Compiling ron v0.8.1 |
| 2631 | 2026-07-23T00:43:21.350Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-07-23T00:43:21.355Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-07-23T00:43:21.393Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-07-23T00:43:21.556Z | Compiling crc-any v2.5.0 |
| 2635 | 2026-07-23T00:43:21.824Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-07-23T00:43:21.982Z | Compiling bit-set v0.5.3 |
| 2637 | 2026-07-23T00:43:22.002Z | Compiling object v0.30.4 |
| 2638 | 2026-07-23T00:43:22.025Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2639 | 2026-07-23T00:43:22.047Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2640 | 2026-07-23T00:43:22.162Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2641 | 2026-07-23T00:43:22.740Z | Compiling tabled v0.20.0 |
| 2642 | 2026-07-23T00:43:22.762Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2643 | 2026-07-23T00:43:22.791Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-07-23T00:43:23.284Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2645 | 2026-07-23T00:43:23.304Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-07-23T00:43:23.650Z | Compiling progenitor-impl v0.13.0 |
| 2647 | 2026-07-23T00:43:23.882Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2648 | 2026-07-23T00:43:23.976Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-07-23T00:43:24.020Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-07-23T00:43:24.160Z | Compiling itertools v0.10.5 |
| 2651 | 2026-07-23T00:43:24.195Z | Compiling ena v0.14.4 |
| 2652 | 2026-07-23T00:43:24.443Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2653 | 2026-07-23T00:43:24.477Z | Compiling diesel v2.3.7 |
| 2654 | 2026-07-23T00:43:24.582Z | Compiling libloading v0.8.9 |
| 2655 | 2026-07-23T00:43:24.694Z | Compiling unicase v2.9.0 |
| 2656 | 2026-07-23T00:43:24.806Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-07-23T00:43:25.000Z | Compiling path-slash v0.1.5 |
| 2658 | 2026-07-23T00:43:25.103Z | Compiling xshell-macros v0.2.7 |
| 2659 | 2026-07-23T00:43:25.186Z | Compiling diff v0.1.13 |
| 2660 | 2026-07-23T00:43:25.270Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-07-23T00:43:25.460Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2662 | 2026-07-23T00:43:25.534Z | Compiling xshell v0.2.7 |
| 2663 | 2026-07-23T00:43:25.823Z | Compiling progenitor-macro v0.13.0 |
| 2664 | 2026-07-23T00:43:26.812Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2665 | 2026-07-23T00:43:26.853Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-07-23T00:43:27.135Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2026-07-23T00:43:27.761Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-07-23T00:43:28.407Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-07-23T00:43:28.465Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2670 | 2026-07-23T00:43:28.656Z | Compiling progenitor-client v0.13.0 |
| 2671 | 2026-07-23T00:43:28.928Z | Compiling rustc-hash v2.1.1 |
| 2672 | 2026-07-23T00:43:29.215Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2673 | 2026-07-23T00:43:29.813Z | Compiling progenitor v0.13.0 |
| 2674 | 2026-07-23T00:43:30.036Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2675 | 2026-07-23T00:43:30.406Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-07-23T00:43:30.609Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-07-23T00:43:30.764Z | Compiling libxml v0.3.3 |
| 2678 | 2026-07-23T00:43:30.881Z | Compiling crc8 v0.1.1 |
| 2679 | 2026-07-23T00:43:31.018Z | Compiling headers v0.4.1 |
| 2680 | 2026-07-23T00:43:31.083Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-07-23T00:43:31.273Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-07-23T00:43:31.306Z | Compiling indoc v1.0.9 |
| 2683 | 2026-07-23T00:43:31.757Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2684 | 2026-07-23T00:43:31.927Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-07-23T00:43:32.180Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-07-23T00:43:32.350Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-07-23T00:43:32.469Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-07-23T00:43:32.558Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-07-23T00:43:32.639Z | Compiling openssl-probe v0.1.6 |
| 2690 | 2026-07-23T00:43:32.696Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-07-23T00:43:32.872Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2692 | 2026-07-23T00:43:32.932Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-07-23T00:43:33.181Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-07-23T00:43:33.201Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-07-23T00:43:33.418Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-07-23T00:43:33.582Z | Compiling half v1.8.3 |
| 2697 | 2026-07-23T00:43:33.713Z | Compiling samael v0.0.19 |
| 2698 | 2026-07-23T00:43:33.835Z | Compiling serde_cbor v0.11.2 |
| 2699 | 2026-07-23T00:43:33.983Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2700 | 2026-07-23T00:43:34.062Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2701 | 2026-07-23T00:43:34.210Z | Compiling polar-core v0.27.3 |
| 2702 | 2026-07-23T00:43:34.449Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2703 | 2026-07-23T00:43:34.830Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-07-23T00:43:35.093Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-07-23T00:43:35.125Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2706 | 2026-07-23T00:43:35.171Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-07-23T00:43:35.349Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2708 | 2026-07-23T00:43:35.430Z | Compiling nonempty v0.12.0 |
| 2709 | 2026-07-23T00:43:35.480Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2710 | 2026-07-23T00:43:35.513Z | Compiling fxhash v0.2.1 |
| 2711 | 2026-07-23T00:43:35.690Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-07-23T00:43:35.710Z | Compiling salty v0.3.0 |
| 2713 | 2026-07-23T00:43:36.194Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-07-23T00:43:36.331Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2715 | 2026-07-23T00:43:36.895Z | Compiling kstat-rs v0.2.4 |
| 2716 | 2026-07-23T00:43:37.383Z | Compiling arc-swap v1.8.2 |
| 2717 | 2026-07-23T00:43:37.402Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-07-23T00:43:37.879Z | Compiling slog-scope v4.4.1 |
| 2719 | 2026-07-23T00:43:37.905Z | Compiling mime_guess v2.0.5 |
| 2720 | 2026-07-23T00:43:37.925Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2721 | 2026-07-23T00:43:37.948Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-07-23T00:43:38.446Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-07-23T00:43:38.490Z | Compiling rfc6979 v0.4.0 |
| 2724 | 2026-07-23T00:43:38.670Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2725 | 2026-07-23T00:43:38.963Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-07-23T00:43:39.325Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-07-23T00:43:39.401Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-23T00:43:39.493Z | Compiling flume v0.11.1 |
| 2729 | 2026-07-23T00:43:39.729Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2730 | 2026-07-23T00:43:39.892Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-07-23T00:43:39.950Z | Compiling ecdsa v0.16.9 |
| 2732 | 2026-07-23T00:43:40.648Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-23T00:43:41.331Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-23T00:43:41.496Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-07-23T00:43:41.536Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-07-23T00:43:41.619Z | Compiling git-stub v1.0.0 |
| 2737 | 2026-07-23T00:43:41.885Z | Compiling diesel-dtrace v0.5.0 |
| 2738 | 2026-07-23T00:43:42.200Z | Compiling async-bb8-diesel v0.2.1 |
| 2739 | 2026-07-23T00:43:42.500Z | Compiling atty v0.2.14 |
| 2740 | 2026-07-23T00:43:42.637Z | Compiling http-range v0.1.5 |
| 2741 | 2026-07-23T00:43:42.665Z | Compiling parse-size v1.1.0 |
| 2742 | 2026-07-23T00:43:42.736Z | Compiling instability v0.3.11 |
| 2743 | 2026-07-23T00:43:42.876Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2744 | 2026-07-23T00:43:42.985Z | Compiling strsim v0.10.0 |
| 2745 | 2026-07-23T00:43:43.040Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2746 | 2026-07-23T00:43:43.154Z | Compiling oso v0.27.3 |
| 2747 | 2026-07-23T00:43:43.291Z | Compiling darling_core v0.13.4 |
| 2748 | 2026-07-23T00:43:45.019Z | Compiling p384 v0.13.1 |
| 2749 | 2026-07-23T00:43:45.291Z | Compiling git-stub-vcs v0.1.0 |
| 2750 | 2026-07-23T00:43:45.663Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-23T00:43:46.828Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-07-23T00:43:47.183Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-07-23T00:43:47.497Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2754 | 2026-07-23T00:43:48.492Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2755 | 2026-07-23T00:43:49.586Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2756 | 2026-07-23T00:43:49.637Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2757 | 2026-07-23T00:43:49.954Z | Compiling ignore v0.4.25 |
| 2758 | 2026-07-23T00:43:50.031Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-07-23T00:43:50.572Z | Compiling vergen-git2 v9.1.0 |
| 2760 | 2026-07-23T00:43:50.837Z | Compiling castaway v0.2.4 |
| 2761 | 2026-07-23T00:43:50.994Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-23T00:43:51.270Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-23T00:43:51.469Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-07-23T00:43:51.474Z | Compiling compact_str v0.8.1 |
| 2765 | 2026-07-23T00:43:52.489Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-07-23T00:43:52.613Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-07-23T00:43:52.661Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-07-23T00:43:53.096Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-07-23T00:43:53.143Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2770 | 2026-07-23T00:43:53.530Z | Compiling darling_macro v0.13.4 |
| 2771 | 2026-07-23T00:43:53.663Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2772 | 2026-07-23T00:43:53.673Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2773 | 2026-07-23T00:43:53.835Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-07-23T00:43:54.048Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2775 | 2026-07-23T00:43:54.261Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2776 | 2026-07-23T00:43:54.283Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-23T00:43:54.625Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-23T00:43:54.871Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-23T00:43:55.009Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-23T00:43:55.085Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-23T00:43:55.107Z | Compiling rand_seeder v0.4.0 |
| 2782 | 2026-07-23T00:43:55.253Z | Compiling prefix-trie v0.7.0 |
| 2783 | 2026-07-23T00:43:55.306Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-23T00:43:55.355Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-23T00:43:55.620Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-07-23T00:43:55.695Z | Compiling cassowary v0.3.0 |
| 2787 | 2026-07-23T00:43:55.772Z | Compiling corncobs v0.1.4 |
| 2788 | 2026-07-23T00:43:55.808Z | Compiling hickory-server v0.25.2 |
| 2789 | 2026-07-23T00:43:55.929Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-07-23T00:43:55.965Z | Compiling ratatui v0.29.0 |
| 2791 | 2026-07-23T00:43:56.029Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2792 | 2026-07-23T00:43:56.222Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2793 | 2026-07-23T00:43:56.244Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-07-23T00:43:56.289Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-07-23T00:43:56.488Z | Compiling darling v0.13.4 |
| 2796 | 2026-07-23T00:43:56.602Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2797 | 2026-07-23T00:43:56.683Z | Compiling sled v0.34.7 |
| 2798 | 2026-07-23T00:43:57.204Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2799 | 2026-07-23T00:43:57.226Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-23T00:43:58.539Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-23T00:43:59.165Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-23T00:43:59.360Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2803 | 2026-07-23T00:43:59.602Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2804 | 2026-07-23T00:43:59.842Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-23T00:44:00.038Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-23T00:44:00.838Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-23T00:44:01.124Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-07-23T00:44:01.353Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2809 | 2026-07-23T00:44:01.420Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-07-23T00:44:02.234Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-07-23T00:44:02.469Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-23T00:44:03.342Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2813 | 2026-07-23T00:44:03.437Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2814 | 2026-07-23T00:44:03.686Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2815 | 2026-07-23T00:44:03.933Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2816 | 2026-07-23T00:44:04.185Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2817 | 2026-07-23T00:44:04.241Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2818 | 2026-07-23T00:44:04.432Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-07-23T00:44:04.490Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2820 | 2026-07-23T00:44:04.674Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2821 | 2026-07-23T00:44:04.710Z | Compiling void v1.0.2 |
| 2822 | 2026-07-23T00:44:04.752Z | Compiling git2 v0.20.4 |
| 2823 | 2026-07-23T00:44:04.892Z | Compiling lzss v0.8.2 |
| 2824 | 2026-07-23T00:44:05.267Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-07-23T00:44:05.668Z | Compiling serde_with v1.14.0 |
| 2826 | 2026-07-23T00:44:05.777Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-07-23T00:44:06.364Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2828 | 2026-07-23T00:44:06.847Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2829 | 2026-07-23T00:44:06.873Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2830 | 2026-07-23T00:44:07.817Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2831 | 2026-07-23T00:44:08.053Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2832 | 2026-07-23T00:44:08.901Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2833 | 2026-07-23T00:44:08.923Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-07-23T00:44:09.648Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-07-23T00:44:09.774Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-07-23T00:44:09.893Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2837 | 2026-07-23T00:44:10.446Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-23T00:44:11.935Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2839 | 2026-07-23T00:44:11.973Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2840 | 2026-07-23T00:44:12.105Z | Compiling nix v0.27.1 |
| 2841 | 2026-07-23T00:44:12.182Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-07-23T00:44:12.218Z | Compiling libsw-core v0.3.2 |
| 2843 | 2026-07-23T00:44:12.445Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-07-23T00:44:12.566Z | Compiling libsw v3.5.0 |
| 2845 | 2026-07-23T00:44:12.739Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2846 | 2026-07-23T00:44:12.789Z | Compiling tokio-tungstenite v0.23.1 |
| 2847 | 2026-07-23T00:44:12.809Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2848 | 2026-07-23T00:44:13.001Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2849 | 2026-07-23T00:44:13.157Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-07-23T00:44:13.299Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2851 | 2026-07-23T00:44:13.368Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-07-23T00:44:14.727Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-07-23T00:44:15.361Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-07-23T00:44:16.904Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-07-23T00:44:17.312Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2856 | 2026-07-23T00:44:17.476Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2857 | 2026-07-23T00:44:17.684Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2858 | 2026-07-23T00:44:17.860Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2859 | 2026-07-23T00:44:18.291Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2860 | 2026-07-23T00:44:18.379Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2861 | 2026-07-23T00:44:18.820Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-07-23T00:44:19.095Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2863 | 2026-07-23T00:44:19.740Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-07-23T00:44:20.081Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2865 | 2026-07-23T00:44:21.847Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-07-23T00:44:22.303Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2867 | 2026-07-23T00:44:22.443Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2868 | 2026-07-23T00:44:23.592Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2869 | 2026-07-23T00:44:24.632Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-07-23T00:44:24.850Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2871 | 2026-07-23T00:44:25.205Z | Compiling signal-hook-tokio v0.3.1 |
| 2872 | 2026-07-23T00:44:25.398Z | Compiling fatfs v0.3.6 |
| 2873 | 2026-07-23T00:44:25.471Z | Compiling yasna v0.5.2 |
| 2874 | 2026-07-23T00:44:25.564Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-07-23T00:44:25.845Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-07-23T00:44:25.955Z | Compiling seq-macro v0.3.6 |
| 2877 | 2026-07-23T00:44:26.080Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-07-23T00:44:26.299Z | Compiling supports-color v3.0.2 |
| 2879 | 2026-07-23T00:44:26.486Z | Compiling rcgen v0.12.1 |
| 2880 | 2026-07-23T00:44:26.585Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-07-23T00:44:27.112Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-07-23T00:44:27.383Z | Compiling oxide-update-engine-display v0.1.2 |
| 2883 | 2026-07-23T00:44:27.957Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2026-07-23T00:44:28.469Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-07-23T00:44:28.720Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2886 | 2026-07-23T00:44:29.014Z | Compiling port-file v0.1.0 |
| 2887 | 2026-07-23T00:44:29.341Z | Compiling rtoolbox v0.0.3 |
| 2888 | 2026-07-23T00:44:29.486Z | Compiling subprocess v0.2.15 |
| 2889 | 2026-07-23T00:44:29.625Z | Compiling rpassword v7.5.4 |
| 2890 | 2026-07-23T00:44:30.279Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2891 | 2026-07-23T00:44:31.158Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-07-23T00:44:31.763Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-07-23T00:44:31.788Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-07-23T00:44:31.905Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2026-07-23T00:44:33.886Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-07-23T00:44:34.176Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-07-23T00:44:34.269Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-07-23T00:44:35.570Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2899 | 2026-07-23T00:44:35.622Z | Compiling uzers v0.12.2 |
| 2900 | 2026-07-23T00:44:35.833Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-07-23T00:44:35.970Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-07-23T00:44:36.854Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-07-23T00:44:39.025Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-07-23T00:44:39.567Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-07-23T00:44:41.092Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-07-23T00:44:41.726Z | Compiling multimap v0.10.1 |
| 2907 | 2026-07-23T00:44:56.070Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2908 | 2026-07-23T00:45:00.135Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2909 | 2026-07-23T00:45:03.492Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2910 | 2026-07-23T00:45:03.649Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2911 | 2026-07-23T00:45:04.100Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2912 | 2026-07-23T00:51:15.397Z | Finished `release` profile [optimized] target(s) in 8m 20s |
| 2913 | 2026-07-23T00:52:00.993Z | |
| 2914 | 2026-07-23T00:52:00.993Z | real 9:07.146651805 |
| 2915 | 2026-07-23T00:52:00.993Z | user 1:18:21.117503434 |
| 2916 | 2026-07-23T00:52:00.993Z | sys 3:27.650024207 |
| 2917 | 2026-07-23T00:52:00.993Z | trap 1.724948965 |
| 2918 | 2026-07-23T00:52:00.993Z | tflt 2.390527877 |
| 2919 | 2026-07-23T00:52:01.000Z | dflt 16.834771421 |
| 2920 | 2026-07-23T00:52:01.000Z | kflt 0.006252000 |
| 2921 | 2026-07-23T00:52:01.000Z | lock 6:39:19.260984460 |
| 2922 | 2026-07-23T00:52:01.000Z | slp 2:11:03.967924651 |
| 2923 | 2026-07-23T00:52:01.000Z | lat 2:20.128342804 |
| 2924 | 2026-07-23T00:52:01.000Z | stop 5:14.544814219 |
| 2925 | 2026-07-23T00:52:01.000Z | + mapfile -t packages |
| 2926 | 2026-07-23T00:52:01.000Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2927 | 2026-07-23T00:52:01.892Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2928 | 2026-07-23T00:52:01.964Z | Running `target/release/omicron-package -t test list-outputs` |
| 2929 | 2026-07-23T00:52:02.022Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2930 | 2026-07-23T00:52:02.025Z | + ptime -m cargo build --locked --release -p xtask |
| 2931 | 2026-07-23T00:52:02.490Z | Compiling libc v0.2.185 |
| 2932 | 2026-07-23T00:52:02.490Z | Compiling serde_core v1.0.228 |
| 2933 | 2026-07-23T00:52:02.490Z | Compiling serde v1.0.228 |
| 2934 | 2026-07-23T00:52:02.493Z | Compiling rustix v1.1.3 |
| 2935 | 2026-07-23T00:52:02.493Z | Compiling bitflags v2.11.0 |
| 2936 | 2026-07-23T00:52:02.612Z | Compiling serde_json v1.0.150 |
| 2937 | 2026-07-23T00:52:02.648Z | Compiling syn v2.0.117 |
| 2938 | 2026-07-23T00:52:02.648Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-07-23T00:52:02.668Z | Compiling syn v1.0.109 |
| 2940 | 2026-07-23T00:52:02.680Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-07-23T00:52:02.692Z | Compiling log v0.4.29 |
| 2942 | 2026-07-23T00:52:02.702Z | Compiling indexmap v2.14.0 |
| 2943 | 2026-07-23T00:52:02.716Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-07-23T00:52:02.932Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-07-23T00:52:02.968Z | Compiling heck v0.4.1 |
| 2946 | 2026-07-23T00:52:02.968Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-07-23T00:52:03.401Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-07-23T00:52:03.404Z | Compiling errno v0.3.14 |
| 2949 | 2026-07-23T00:52:03.404Z | Compiling memmap v0.7.0 |
| 2950 | 2026-07-23T00:52:04.170Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-07-23T00:52:04.379Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-07-23T00:52:04.379Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-07-23T00:52:04.411Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-07-23T00:52:04.475Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-07-23T00:52:04.475Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-07-23T00:52:04.719Z | Compiling camino v1.2.2 |
| 2957 | 2026-07-23T00:52:04.741Z | Compiling cargo-platform v0.3.2 |
| 2958 | 2026-07-23T00:52:04.752Z | Compiling semver v1.0.28 |
| 2959 | 2026-07-23T00:52:04.820Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-07-23T00:52:05.082Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-07-23T00:52:05.145Z | Compiling tabled v0.15.0 |
| 2962 | 2026-07-23T00:52:05.346Z | Compiling serde_derive v1.0.228 |
| 2963 | 2026-07-23T00:52:05.349Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-07-23T00:52:05.349Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-07-23T00:52:05.349Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-07-23T00:52:05.349Z | Compiling scroll_derive v0.12.1 |
| 2967 | 2026-07-23T00:52:05.349Z | Compiling thiserror-impl v2.0.18 |
| 2968 | 2026-07-23T00:52:05.349Z | Compiling clap_derive v4.6.1 |
| 2969 | 2026-07-23T00:52:06.072Z | Compiling scroll v0.12.0 |
| 2970 | 2026-07-23T00:52:06.220Z | Compiling zerocopy v0.7.35 |
| 2971 | 2026-07-23T00:52:06.321Z | Compiling goblin v0.8.2 |
| 2972 | 2026-07-23T00:52:06.549Z | Compiling thiserror v1.0.69 |
| 2973 | 2026-07-23T00:52:06.663Z | Compiling dtrace-parser v0.2.0 |
| 2974 | 2026-07-23T00:52:06.783Z | Compiling thiserror v2.0.18 |
| 2975 | 2026-07-23T00:52:06.887Z | Compiling clap v4.6.1 |
| 2976 | 2026-07-23T00:52:08.524Z | Compiling dof v0.3.0 |
| 2977 | 2026-07-23T00:52:08.563Z | Compiling toml_datetime v0.6.11 |
| 2978 | 2026-07-23T00:52:08.609Z | Compiling serde_spanned v0.6.9 |
| 2979 | 2026-07-23T00:52:08.636Z | Compiling serde_tokenstream v0.2.3 |
| 2980 | 2026-07-23T00:52:08.649Z | Compiling macaddr v1.0.1 |
| 2981 | 2026-07-23T00:52:08.886Z | Compiling toml_edit v0.22.27 |
| 2982 | 2026-07-23T00:52:08.899Z | Compiling cargo_metadata v0.23.1 |
| 2983 | 2026-07-23T00:52:08.905Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2984 | 2026-07-23T00:52:09.255Z | Compiling usdt-macro v0.5.0 |
| 2985 | 2026-07-23T00:52:09.255Z | Compiling usdt-attr-macro v0.5.0 |
| 2986 | 2026-07-23T00:52:09.903Z | Compiling usdt v0.5.0 |
| 2987 | 2026-07-23T00:52:10.403Z | Compiling toml v0.8.23 |
| 2988 | 2026-07-23T00:52:10.832Z | Compiling cargo_toml v0.21.0 |
| 2989 | 2026-07-23T00:52:15.262Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2990 | 2026-07-23T00:52:18.448Z | Finished `release` profile [optimized] target(s) in 16.41s |
| 2991 | 2026-07-23T00:52:18.586Z | |
| 2992 | 2026-07-23T00:52:18.586Z | real 16.526573960 |
| 2993 | 2026-07-23T00:52:18.586Z | user 2:05.061645279 |
| 2994 | 2026-07-23T00:52:18.586Z | sys 13.946937130 |
| 2995 | 2026-07-23T00:52:18.589Z | trap 0.077966350 |
| 2996 | 2026-07-23T00:52:18.589Z | tflt 0.501305156 |
| 2997 | 2026-07-23T00:52:18.589Z | dflt 1.574020811 |
| 2998 | 2026-07-23T00:52:18.589Z | kflt 0.000032880 |
| 2999 | 2026-07-23T00:52:18.589Z | lock 4:29.650804687 |
| 3000 | 2026-07-23T00:52:18.589Z | slp 2:43.119222183 |
| 3001 | 2026-07-23T00:52:18.589Z | lat 4.709769518 |
| 3002 | 2026-07-23T00:52:18.589Z | stop 15.178283635 |
| 3003 | 2026-07-23T00:52:18.589Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3004 | 2026-07-23T00:52:18.589Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3005 | 2026-07-23T00:52:18.589Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3006 | 2026-07-23T00:52:18.589Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3007 | 2026-07-23T00:52:18.589Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3008 | 2026-07-23T00:52:19.485Z | Compiling progenitor-client v0.14.0 |
| 3009 | 2026-07-23T00:52:19.485Z | Compiling newtype-uuid-macros v0.1.0 |
| 3010 | 2026-07-23T00:52:19.485Z | Compiling match_cfg v0.1.0 |
| 3011 | 2026-07-23T00:52:19.490Z | Compiling slog-json v2.6.1 |
| 3012 | 2026-07-23T00:52:19.490Z | Compiling structmeta-derive v0.3.0 |
| 3013 | 2026-07-23T00:52:19.490Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3014 | 2026-07-23T00:52:19.634Z | Compiling sha1 v0.11.0 |
| 3015 | 2026-07-23T00:52:19.638Z | Compiling multer v3.1.0 |
| 3016 | 2026-07-23T00:52:19.638Z | Compiling debug-ignore v1.0.5 |
| 3017 | 2026-07-23T00:52:19.646Z | Compiling compression-core v0.4.31 |
| 3018 | 2026-07-23T00:52:19.650Z | Compiling itertools v0.14.0 |
| 3019 | 2026-07-23T00:52:19.650Z | Compiling async-stream-impl v0.3.6 |
| 3020 | 2026-07-23T00:52:19.650Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3021 | 2026-07-23T00:52:19.650Z | Compiling serde_spanned v1.1.1 |
| 3022 | 2026-07-23T00:52:19.650Z | Compiling dropshot v0.17.1 |
| 3023 | 2026-07-23T00:52:19.650Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3024 | 2026-07-23T00:52:19.718Z | Compiling hostname v0.3.1 |
| 3025 | 2026-07-23T00:52:19.833Z | Compiling rustls-pemfile v2.2.0 |
| 3026 | 2026-07-23T00:52:19.916Z | Compiling waitgroup v0.1.2 |
| 3027 | 2026-07-23T00:52:19.931Z | Compiling dropshot_endpoint v0.17.1 |
| 3028 | 2026-07-23T00:52:19.935Z | Compiling compression-codecs v0.4.37 |
| 3029 | 2026-07-23T00:52:20.001Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3030 | 2026-07-23T00:52:20.049Z | Compiling slog-bunyan v2.5.0 |
| 3031 | 2026-07-23T00:52:20.086Z | Compiling serde_path_to_error v0.1.20 |
| 3032 | 2026-07-23T00:52:20.089Z | Compiling hostname v0.4.2 |
| 3033 | 2026-07-23T00:52:20.138Z | Compiling async-compression v0.4.41 |
| 3034 | 2026-07-23T00:52:20.138Z | Compiling atomicwrites v0.4.4 |
| 3035 | 2026-07-23T00:52:20.188Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3036 | 2026-07-23T00:52:20.206Z | Compiling macaddr v1.0.1 |
| 3037 | 2026-07-23T00:52:20.224Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3038 | 2026-07-23T00:52:20.228Z | Compiling instant v0.1.13 |
| 3039 | 2026-07-23T00:52:20.260Z | Compiling regress v0.10.5 |
| 3040 | 2026-07-23T00:52:20.263Z | Compiling backon v1.6.0 |
| 3041 | 2026-07-23T00:52:20.347Z | Compiling backoff v0.4.0 |
| 3042 | 2026-07-23T00:52:20.376Z | Compiling async-stream v0.3.6 |
| 3043 | 2026-07-23T00:52:20.392Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-07-23T00:52:20.410Z | Compiling humantime v2.3.0 |
| 3045 | 2026-07-23T00:52:20.443Z | Compiling progenitor-extras v0.2.0 |
| 3046 | 2026-07-23T00:52:20.462Z | Compiling half v2.7.1 |
| 3047 | 2026-07-23T00:52:20.481Z | Compiling crucible-workspace-hack v0.1.0 |
| 3048 | 2026-07-23T00:52:20.500Z | Compiling ciborium-io v0.2.2 |
| 3049 | 2026-07-23T00:52:20.570Z | Compiling regress v0.11.1 |
| 3050 | 2026-07-23T00:52:20.588Z | Compiling convert_case v0.4.0 |
| 3051 | 2026-07-23T00:52:20.620Z | Compiling secrecy v0.10.3 |
| 3052 | 2026-07-23T00:52:20.637Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3053 | 2026-07-23T00:52:20.700Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3054 | 2026-07-23T00:52:20.717Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3055 | 2026-07-23T00:52:20.720Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3056 | 2026-07-23T00:52:20.770Z | Compiling structmeta v0.3.0 |
| 3057 | 2026-07-23T00:52:20.770Z | Compiling ciborium-ll v0.2.2 |
| 3058 | 2026-07-23T00:52:20.805Z | Compiling inout v0.1.4 |
| 3059 | 2026-07-23T00:52:20.836Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3060 | 2026-07-23T00:52:20.856Z | Compiling unsafe-libyaml v0.2.11 |
| 3061 | 2026-07-23T00:52:20.874Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3062 | 2026-07-23T00:52:20.894Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3063 | 2026-07-23T00:52:20.989Z | Compiling derive_more v0.99.20 |
| 3064 | 2026-07-23T00:52:21.008Z | Compiling ciborium v0.2.2 |
| 3065 | 2026-07-23T00:52:21.012Z | Compiling derive-ex v0.1.8 |
| 3066 | 2026-07-23T00:52:21.045Z | Compiling parse-display-derive v0.10.0 |
| 3067 | 2026-07-23T00:52:21.049Z | Compiling cipher v0.4.4 |
| 3068 | 2026-07-23T00:52:21.081Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-07-23T00:52:21.081Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-07-23T00:52:21.116Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3071 | 2026-07-23T00:52:21.186Z | Compiling blake2 v0.10.6 |
| 3072 | 2026-07-23T00:52:21.236Z | Compiling poly1305 v0.8.0 |
| 3073 | 2026-07-23T00:52:21.305Z | Compiling chacha20 v0.9.1 |
| 3074 | 2026-07-23T00:52:21.335Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3075 | 2026-07-23T00:52:21.402Z | Compiling serde_yaml v0.9.34+deprecated |
| 3076 | 2026-07-23T00:52:21.574Z | Compiling aead v0.5.2 |
| 3077 | 2026-07-23T00:52:21.591Z | Compiling password-hash v0.5.0 |
| 3078 | 2026-07-23T00:52:21.612Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3079 | 2026-07-23T00:52:21.629Z | Compiling indent_write v2.2.0 |
| 3080 | 2026-07-23T00:52:21.755Z | Compiling chacha20poly1305 v0.10.1 |
| 3081 | 2026-07-23T00:52:21.785Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3082 | 2026-07-23T00:52:21.805Z | Compiling darling_core v0.21.3 |
| 3083 | 2026-07-23T00:52:21.879Z | Compiling argon2 v0.5.3 |
| 3084 | 2026-07-23T00:52:21.926Z | Compiling heapless v0.8.0 |
| 3085 | 2026-07-23T00:52:22.004Z | Compiling tabwriter v1.4.1 |
| 3086 | 2026-07-23T00:52:22.021Z | Compiling hash32 v0.3.1 |
| 3087 | 2026-07-23T00:52:22.140Z | Compiling thiserror-no-std v2.0.2 |
| 3088 | 2026-07-23T00:52:22.200Z | Compiling typify-impl v0.6.2 |
| 3089 | 2026-07-23T00:52:22.252Z | Compiling vsss-rs v3.3.4 |
| 3090 | 2026-07-23T00:52:22.269Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3091 | 2026-07-23T00:52:22.482Z | Compiling proc-macro-crate v3.4.0 |
| 3092 | 2026-07-23T00:52:22.555Z | Compiling smoltcp v0.11.0 |
| 3093 | 2026-07-23T00:52:22.775Z | Compiling test-strategy v0.4.5 |
| 3094 | 2026-07-23T00:52:22.833Z | Compiling parse-display v0.10.0 |
| 3095 | 2026-07-23T00:52:22.876Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3096 | 2026-07-23T00:52:22.965Z | Compiling cobs v0.3.0 |
| 3097 | 2026-07-23T00:52:23.074Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3098 | 2026-07-23T00:52:23.078Z | Compiling num_enum_derive v0.7.6 |
| 3099 | 2026-07-23T00:52:23.149Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3100 | 2026-07-23T00:52:23.166Z | Compiling colored v3.1.1 |
| 3101 | 2026-07-23T00:52:23.187Z | Compiling postcard v1.1.3 |
| 3102 | 2026-07-23T00:52:23.205Z | Compiling proc-macro-error v1.0.4 |
| 3103 | 2026-07-23T00:52:23.411Z | Compiling proc-macro-crate v1.3.1 |
| 3104 | 2026-07-23T00:52:23.474Z | Compiling rand v0.10.1 |
| 3105 | 2026-07-23T00:52:23.553Z | Compiling foreign-types-macros v0.2.3 |
| 3106 | 2026-07-23T00:52:23.591Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3107 | 2026-07-23T00:52:23.610Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-23T00:52:23.614Z | Compiling foreign-types-shared v0.3.1 |
| 3109 | 2026-07-23T00:52:23.644Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3110 | 2026-07-23T00:52:23.745Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3111 | 2026-07-23T00:52:23.855Z | Compiling rayon-core v1.13.0 |
| 3112 | 2026-07-23T00:52:23.907Z | Compiling num_enum_derive v0.5.11 |
| 3113 | 2026-07-23T00:52:23.910Z | Compiling crossbeam-deque v0.8.6 |
| 3114 | 2026-07-23T00:52:23.970Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-23T00:52:24.063Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3116 | 2026-07-23T00:52:24.106Z | Compiling cstr-argument v0.1.2 |
| 3117 | 2026-07-23T00:52:24.129Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3118 | 2026-07-23T00:52:24.219Z | Compiling foreign-types v0.5.0 |
| 3119 | 2026-07-23T00:52:24.281Z | Compiling num_enum v0.7.6 |
| 3120 | 2026-07-23T00:52:24.301Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3121 | 2026-07-23T00:52:24.323Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3122 | 2026-07-23T00:52:24.364Z | Compiling darling_macro v0.21.3 |
| 3123 | 2026-07-23T00:52:24.408Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3124 | 2026-07-23T00:52:24.427Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3125 | 2026-07-23T00:52:24.446Z | Compiling zone_cfg_derive v0.3.1 |
| 3126 | 2026-07-23T00:52:24.451Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-07-23T00:52:24.483Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3128 | 2026-07-23T00:52:24.604Z | Compiling rayon v1.11.0 |
| 3129 | 2026-07-23T00:52:24.636Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3130 | 2026-07-23T00:52:24.655Z | Compiling itertools v0.12.1 |
| 3131 | 2026-07-23T00:52:24.658Z | Compiling num-derive v0.4.2 |
| 3132 | 2026-07-23T00:52:24.702Z | Compiling sigpipe v0.1.3 |
| 3133 | 2026-07-23T00:52:24.815Z | Compiling glob v0.3.3 |
| 3134 | 2026-07-23T00:52:24.834Z | Compiling cpubits v0.1.1 |
| 3135 | 2026-07-23T00:52:24.868Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3136 | 2026-07-23T00:52:24.893Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3137 | 2026-07-23T00:52:24.933Z | Compiling darling v0.21.3 |
| 3138 | 2026-07-23T00:52:24.949Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3139 | 2026-07-23T00:52:25.028Z | Compiling smf v0.2.3 |
| 3140 | 2026-07-23T00:52:25.046Z | Compiling num_enum v0.5.11 |
| 3141 | 2026-07-23T00:52:25.050Z | Compiling ingot-macros v0.1.1 |
| 3142 | 2026-07-23T00:52:25.156Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3143 | 2026-07-23T00:52:25.182Z | Compiling whoami v1.6.1 |
| 3144 | 2026-07-23T00:52:25.198Z | Compiling usdt-attr-macro v0.5.0 |
| 3145 | 2026-07-23T00:52:25.216Z | Compiling usdt-macro v0.5.0 |
| 3146 | 2026-07-23T00:52:25.216Z | Compiling gethostname v0.5.0 |
| 3147 | 2026-07-23T00:52:25.247Z | Compiling num-rational v0.4.2 |
| 3148 | 2026-07-23T00:52:25.482Z | Compiling pem-rfc7468 v1.0.0 |
| 3149 | 2026-07-23T00:52:25.501Z | Compiling num-complex v0.4.6 |
| 3150 | 2026-07-23T00:52:25.581Z | Compiling derive-where v1.6.0 |
| 3151 | 2026-07-23T00:52:25.649Z | Compiling memmap v0.7.0 |
| 3152 | 2026-07-23T00:52:25.668Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3153 | 2026-07-23T00:52:25.812Z | Compiling zone v0.3.1 |
| 3154 | 2026-07-23T00:52:25.849Z | Compiling num v0.4.3 |
| 3155 | 2026-07-23T00:52:25.866Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-07-23T00:52:25.922Z | Compiling toml v0.8.23 |
| 3157 | 2026-07-23T00:52:25.942Z | Compiling hmac v0.13.0 |
| 3158 | 2026-07-23T00:52:25.959Z | Compiling universal-hash v0.6.1 |
| 3159 | 2026-07-23T00:52:26.015Z | Compiling resolv-conf v0.7.6 |
| 3160 | 2026-07-23T00:52:26.054Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3161 | 2026-07-23T00:52:26.071Z | Compiling usdt v0.5.0 |
| 3162 | 2026-07-23T00:52:26.090Z | Compiling cancel-safe-futures v0.1.5 |
| 3163 | 2026-07-23T00:52:26.122Z | Compiling polyval v0.7.1 |
| 3164 | 2026-07-23T00:52:26.151Z | Compiling der v0.8.0 |
| 3165 | 2026-07-23T00:52:26.170Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-07-23T00:52:26.208Z | Compiling pbkdf2 v0.13.0 |
| 3167 | 2026-07-23T00:52:26.343Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3168 | 2026-07-23T00:52:26.378Z | Compiling ghash v0.6.0 |
| 3169 | 2026-07-23T00:52:26.393Z | Compiling aes v0.9.1 |
| 3170 | 2026-07-23T00:52:26.394Z | Compiling console v0.15.11 |
| 3171 | 2026-07-23T00:52:26.446Z | Compiling newline-converter v0.3.0 |
| 3172 | 2026-07-23T00:52:26.484Z | Compiling hickory-proto v0.24.4 |
| 3173 | 2026-07-23T00:52:26.529Z | Compiling ctr v0.10.1 |
| 3174 | 2026-07-23T00:52:26.545Z | Compiling aead v0.6.1 |
| 3175 | 2026-07-23T00:52:26.571Z | Compiling sha2 v0.11.0 |
| 3176 | 2026-07-23T00:52:26.604Z | Compiling linked-hash-map v0.5.6 |
| 3177 | 2026-07-23T00:52:26.736Z | Compiling linear-map v1.2.0 |
| 3178 | 2026-07-23T00:52:26.762Z | Compiling libefi-sys v0.1.0 |
| 3179 | 2026-07-23T00:52:26.766Z | Compiling expectorate v1.2.0 |
| 3180 | 2026-07-23T00:52:26.815Z | Compiling lru-cache v0.1.2 |
| 3181 | 2026-07-23T00:52:26.818Z | Compiling typify-macro v0.6.2 |
| 3182 | 2026-07-23T00:52:26.947Z | Compiling aes-gcm v0.11.0 |
| 3183 | 2026-07-23T00:52:26.965Z | Compiling crypto-bigint v0.7.5 |
| 3184 | 2026-07-23T00:52:26.968Z | Compiling salsa20 v0.11.0 |
| 3185 | 2026-07-23T00:52:27.015Z | Compiling oxide-update-engine-types v0.1.2 |
| 3186 | 2026-07-23T00:52:27.018Z | Compiling cbc v0.2.1 |
| 3187 | 2026-07-23T00:52:27.072Z | Compiling spki v0.8.0 |
| 3188 | 2026-07-23T00:52:27.156Z | Compiling bitfield-struct v0.6.2 |
| 3189 | 2026-07-23T00:52:27.174Z | Compiling nom v8.0.0 |
| 3190 | 2026-07-23T00:52:27.234Z | Compiling semver v0.1.20 |
| 3191 | 2026-07-23T00:52:27.318Z | Compiling scrypt v0.12.0 |
| 3192 | 2026-07-23T00:52:27.434Z | Compiling tokio-dtrace v0.1.1 |
| 3193 | 2026-07-23T00:52:27.536Z | Compiling rustc_version v0.1.7 |
| 3194 | 2026-07-23T00:52:27.555Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3195 | 2026-07-23T00:52:27.622Z | Compiling slog-dtrace v0.3.0 |
| 3196 | 2026-07-23T00:52:27.639Z | Compiling minimal-lexical v0.2.1 |
| 3197 | 2026-07-23T00:52:27.726Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3198 | 2026-07-23T00:52:27.802Z | Compiling newtype_derive v0.1.6 |
| 3199 | 2026-07-23T00:52:27.827Z | Compiling oxide-tokio-rt v0.1.4 |
| 3200 | 2026-07-23T00:52:27.888Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-07-23T00:52:27.902Z | Compiling nom v7.1.3 |
| 3202 | 2026-07-23T00:52:27.921Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3203 | 2026-07-23T00:52:27.936Z | Compiling pkcs5 v0.8.1 |
| 3204 | 2026-07-23T00:52:27.999Z | Compiling ingot-types v0.1.2 |
| 3205 | 2026-07-23T00:52:28.040Z | Compiling oxide-update-engine v0.1.2 |
| 3206 | 2026-07-23T00:52:28.144Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3207 | 2026-07-23T00:52:28.159Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3208 | 2026-07-23T00:52:28.175Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-07-23T00:52:28.205Z | Compiling phf_shared v0.12.1 |
| 3210 | 2026-07-23T00:52:28.278Z | Compiling csv-core v0.1.13 |
| 3211 | 2026-07-23T00:52:28.409Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3212 | 2026-07-23T00:52:28.478Z | Compiling ingot v0.1.1 |
| 3213 | 2026-07-23T00:52:28.478Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3214 | 2026-07-23T00:52:28.552Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3215 | 2026-07-23T00:52:28.556Z | Compiling unicode-xid v0.2.6 |
| 3216 | 2026-07-23T00:52:28.601Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3217 | 2026-07-23T00:52:28.619Z | Compiling xshell-macros v0.2.7 |
| 3218 | 2026-07-23T00:52:28.680Z | Compiling typify v0.6.2 |
| 3219 | 2026-07-23T00:52:28.698Z | Compiling hickory-resolver v0.24.4 |
| 3220 | 2026-07-23T00:52:28.713Z | Compiling chrono-tz v0.10.4 |
| 3221 | 2026-07-23T00:52:28.815Z | Compiling progenitor-impl v0.14.0 |
| 3222 | 2026-07-23T00:52:28.833Z | Compiling highway v1.3.0 |
| 3223 | 2026-07-23T00:52:28.963Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-07-23T00:52:29.065Z | Compiling xshell v0.2.7 |
| 3225 | 2026-07-23T00:52:29.222Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3226 | 2026-07-23T00:52:29.388Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-07-23T00:52:29.527Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3228 | 2026-07-23T00:52:29.599Z | Compiling csv v1.4.0 |
| 3229 | 2026-07-23T00:52:29.635Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3230 | 2026-07-23T00:52:29.816Z | Compiling qorb v0.4.1 |
| 3231 | 2026-07-23T00:52:29.884Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3232 | 2026-07-23T00:52:29.946Z | Compiling phf v0.12.1 |
| 3233 | 2026-07-23T00:52:30.127Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3234 | 2026-07-23T00:52:30.150Z | Compiling pkcs8 v0.11.0 |
| 3235 | 2026-07-23T00:52:30.303Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3236 | 2026-07-23T00:52:30.320Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3237 | 2026-07-23T00:52:30.354Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3238 | 2026-07-23T00:52:30.478Z | Compiling owo-colors v4.3.0 |
| 3239 | 2026-07-23T00:52:30.557Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3240 | 2026-07-23T00:52:30.618Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3241 | 2026-07-23T00:52:30.667Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3242 | 2026-07-23T00:52:30.917Z | Compiling const_format v0.2.35 |
| 3243 | 2026-07-23T00:52:30.936Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3244 | 2026-07-23T00:52:30.986Z | Compiling tabled_derive v0.7.0 |
| 3245 | 2026-07-23T00:52:31.396Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3246 | 2026-07-23T00:52:31.460Z | Compiling bcs v0.1.6 |
| 3247 | 2026-07-23T00:52:31.484Z | Compiling ff v0.14.0 |
| 3248 | 2026-07-23T00:52:31.531Z | Compiling progenitor-macro v0.14.0 |
| 3249 | 2026-07-23T00:52:31.656Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3250 | 2026-07-23T00:52:31.797Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3251 | 2026-07-23T00:52:31.836Z | Compiling salty v0.3.0 |
| 3252 | 2026-07-23T00:52:31.889Z | Compiling tagptr v0.2.0 |
| 3253 | 2026-07-23T00:52:32.059Z | Compiling termtree v0.5.1 |
| 3254 | 2026-07-23T00:52:32.065Z | Compiling textwrap v0.16.2 |
| 3255 | 2026-07-23T00:52:32.083Z | Compiling tabled v0.15.0 |
| 3256 | 2026-07-23T00:52:32.101Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3257 | 2026-07-23T00:52:32.152Z | Compiling moka v0.12.13 |
| 3258 | 2026-07-23T00:52:32.184Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-07-23T00:52:32.349Z | Compiling steno v0.4.1 |
| 3260 | 2026-07-23T00:52:32.373Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-07-23T00:52:32.413Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-07-23T00:52:32.479Z | Compiling signature v3.0.0 |
| 3263 | 2026-07-23T00:52:32.526Z | Compiling radium v0.7.0 |
| 3264 | 2026-07-23T00:52:32.563Z | Compiling base16ct v1.0.0 |
| 3265 | 2026-07-23T00:52:32.690Z | Compiling base64 v0.21.7 |
| 3266 | 2026-07-23T00:52:32.776Z | Compiling sec1 v0.8.1 |
| 3267 | 2026-07-23T00:52:32.848Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3268 | 2026-07-23T00:52:32.981Z | Compiling hickory-resolver v0.25.2 |
| 3269 | 2026-07-23T00:52:33.019Z | Compiling group v0.14.0 |
| 3270 | 2026-07-23T00:52:33.049Z | Compiling hkdf v0.13.0 |
| 3271 | 2026-07-23T00:52:33.058Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3272 | 2026-07-23T00:52:33.105Z | Compiling rfc6979 v0.4.0 |
| 3273 | 2026-07-23T00:52:33.138Z | Compiling maybe-uninit v2.0.0 |
| 3274 | 2026-07-23T00:52:33.231Z | Compiling tap v1.0.1 |
| 3275 | 2026-07-23T00:52:33.231Z | Compiling ecdsa v0.16.9 |
| 3276 | 2026-07-23T00:52:33.268Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3277 | 2026-07-23T00:52:33.394Z | Compiling wyz v0.5.1 |
| 3278 | 2026-07-23T00:52:33.692Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3279 | 2026-07-23T00:52:33.724Z | Compiling primeorder v0.13.6 |
| 3280 | 2026-07-23T00:52:33.805Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-07-23T00:52:33.865Z | Compiling utf-8 v0.7.6 |
| 3282 | 2026-07-23T00:52:34.087Z | Compiling funty v2.0.0 |
| 3283 | 2026-07-23T00:52:34.125Z | Compiling packed_struct v0.10.1 |
| 3284 | 2026-07-23T00:52:34.125Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3285 | 2026-07-23T00:52:34.125Z | Compiling parking_lot_core v0.8.6 |
| 3286 | 2026-07-23T00:52:34.300Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3287 | 2026-07-23T00:52:34.319Z | Compiling proc-macro-error2 v2.0.1 |
| 3288 | 2026-07-23T00:52:34.366Z | Compiling bitvec v1.0.1 |
| 3289 | 2026-07-23T00:52:34.410Z | Compiling tungstenite v0.21.0 |
| 3290 | 2026-07-23T00:52:34.438Z | Compiling p384 v0.13.1 |
| 3291 | 2026-07-23T00:52:34.594Z | Compiling rfc6979 v0.5.0 |
| 3292 | 2026-07-23T00:52:34.667Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3293 | 2026-07-23T00:52:34.693Z | Compiling git-stub v1.0.0 |
| 3294 | 2026-07-23T00:52:34.781Z | Compiling packed_struct_codegen v0.10.1 |
| 3295 | 2026-07-23T00:52:34.988Z | Compiling num-derive v0.3.3 |
| 3296 | 2026-07-23T00:52:34.994Z | Compiling bitfield-macros v0.19.4 |
| 3297 | 2026-07-23T00:52:35.005Z | Compiling zerocopy-derive v0.6.6 |
| 3298 | 2026-07-23T00:52:35.014Z | Compiling indexmap v1.9.3 |
| 3299 | 2026-07-23T00:52:35.035Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3300 | 2026-07-23T00:52:35.041Z | Compiling crc-catalog v2.4.0 |
| 3301 | 2026-07-23T00:52:35.179Z | Compiling nodrop v0.1.14 |
| 3302 | 2026-07-23T00:52:35.292Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3303 | 2026-07-23T00:52:35.306Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3304 | 2026-07-23T00:52:35.324Z | Compiling array-init v0.0.4 |
| 3305 | 2026-07-23T00:52:35.367Z | Compiling crc v3.4.0 |
| 3306 | 2026-07-23T00:52:35.424Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3307 | 2026-07-23T00:52:35.565Z | Compiling tokio-tungstenite v0.21.0 |
| 3308 | 2026-07-23T00:52:35.582Z | Compiling git-stub-vcs v0.1.0 |
| 3309 | 2026-07-23T00:52:35.600Z | Compiling ecdsa v0.17.0-rc.18 |
| 3310 | 2026-07-23T00:52:35.706Z | Compiling tabled_derive v0.11.0 |
| 3311 | 2026-07-23T00:52:35.766Z | Compiling bitfield v0.19.4 |
| 3312 | 2026-07-23T00:52:35.867Z | Compiling smallvec v0.6.14 |
| 3313 | 2026-07-23T00:52:35.938Z | Compiling zerocopy v0.6.6 |
| 3314 | 2026-07-23T00:52:35.956Z | Compiling libscf-sys v1.1.0 |
| 3315 | 2026-07-23T00:52:35.985Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3316 | 2026-07-23T00:52:36.062Z | Compiling primeorder v0.14.0-rc.10 |
| 3317 | 2026-07-23T00:52:36.092Z | Compiling primefield v0.14.0 |
| 3318 | 2026-07-23T00:52:36.115Z | Compiling progenitor-impl v0.13.0 |
| 3319 | 2026-07-23T00:52:36.134Z | Compiling papergrid v0.17.0 |
| 3320 | 2026-07-23T00:52:36.154Z | Compiling testing_table v0.3.0 |
| 3321 | 2026-07-23T00:52:36.221Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3322 | 2026-07-23T00:52:36.301Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-07-23T00:52:36.332Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3324 | 2026-07-23T00:52:36.350Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3325 | 2026-07-23T00:52:36.353Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-07-23T00:52:36.415Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-07-23T00:52:36.433Z | Compiling hashbrown v0.12.3 |
| 3328 | 2026-07-23T00:52:36.544Z | Compiling unicase v2.9.0 |
| 3329 | 2026-07-23T00:52:36.604Z | Compiling progenitor v0.14.0 |
| 3330 | 2026-07-23T00:52:36.620Z | Compiling corncobs v0.1.4 |
| 3331 | 2026-07-23T00:52:36.665Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3332 | 2026-07-23T00:52:36.739Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3333 | 2026-07-23T00:52:36.821Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3334 | 2026-07-23T00:52:36.833Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3335 | 2026-07-23T00:52:36.833Z | Compiling mime_guess v2.0.5 |
| 3336 | 2026-07-23T00:52:36.834Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3337 | 2026-07-23T00:52:36.938Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3338 | 2026-07-23T00:52:36.996Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-07-23T00:52:37.034Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-07-23T00:52:37.052Z | Compiling parking_lot v0.11.2 |
| 3341 | 2026-07-23T00:52:37.245Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3342 | 2026-07-23T00:52:37.259Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3343 | 2026-07-23T00:52:37.302Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3344 | 2026-07-23T00:52:37.320Z | Compiling tabled v0.20.0 |
| 3345 | 2026-07-23T00:52:37.321Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3346 | 2026-07-23T00:52:37.354Z | Compiling serde-hex v0.1.0 |
| 3347 | 2026-07-23T00:52:37.406Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3348 | 2026-07-23T00:52:37.697Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3349 | 2026-07-23T00:52:37.704Z | Compiling ron v0.8.1 |
| 3350 | 2026-07-23T00:52:37.713Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3351 | 2026-07-23T00:52:37.834Z | Compiling hashbrown v0.13.2 |
| 3352 | 2026-07-23T00:52:37.903Z | Compiling progenitor-client v0.13.0 |
| 3353 | 2026-07-23T00:52:38.003Z | Compiling prefix-trie v0.7.0 |
| 3354 | 2026-07-23T00:52:38.061Z | Compiling fxhash v0.2.1 |
| 3355 | 2026-07-23T00:52:38.245Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3356 | 2026-07-23T00:52:38.355Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3357 | 2026-07-23T00:52:38.423Z | Compiling secrecy v0.8.0 |
| 3358 | 2026-07-23T00:52:38.647Z | Compiling crc-any v2.5.0 |
| 3359 | 2026-07-23T00:52:38.704Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3360 | 2026-07-23T00:52:38.767Z | Compiling progenitor-macro v0.13.0 |
| 3361 | 2026-07-23T00:52:38.963Z | Compiling hickory-server v0.25.2 |
| 3362 | 2026-07-23T00:52:39.159Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3363 | 2026-07-23T00:52:39.320Z | Compiling object v0.30.4 |
| 3364 | 2026-07-23T00:52:39.454Z | Compiling sled v0.34.7 |
| 3365 | 2026-07-23T00:52:39.496Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3366 | 2026-07-23T00:52:39.544Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3367 | 2026-07-23T00:52:39.933Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3368 | 2026-07-23T00:52:40.000Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3369 | 2026-07-23T00:52:40.069Z | Compiling ed25519 v3.0.0 |
| 3370 | 2026-07-23T00:52:40.163Z | Compiling crypto-primes v0.7.2 |
| 3371 | 2026-07-23T00:52:40.514Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3372 | 2026-07-23T00:52:40.659Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3373 | 2026-07-23T00:52:40.788Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3374 | 2026-07-23T00:52:40.918Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3375 | 2026-07-23T00:52:41.162Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3376 | 2026-07-23T00:52:41.211Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3377 | 2026-07-23T00:52:41.231Z | Compiling poly1305 v0.9.0 |
| 3378 | 2026-07-23T00:52:41.423Z | Compiling blowfish v0.10.0 |
| 3379 | 2026-07-23T00:52:41.438Z | Compiling blake2 v0.11.0-rc.6 |
| 3380 | 2026-07-23T00:52:41.857Z | Compiling keccak v0.2.0 |
| 3381 | 2026-07-23T00:52:41.910Z | Compiling crc8 v0.1.1 |
| 3382 | 2026-07-23T00:52:41.910Z | Compiling path-slash v0.1.5 |
| 3383 | 2026-07-23T00:52:41.910Z | Compiling half v1.8.3 |
| 3384 | 2026-07-23T00:52:41.910Z | Compiling http-range v0.1.5 |
| 3385 | 2026-07-23T00:52:41.910Z | Compiling fiat-crypto v0.3.0 |
| 3386 | 2026-07-23T00:52:41.953Z | Compiling sha3 v0.11.0 |
| 3387 | 2026-07-23T00:52:42.044Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3388 | 2026-07-23T00:52:42.056Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3389 | 2026-07-23T00:52:42.056Z | Compiling serde_cbor v0.11.2 |
| 3390 | 2026-07-23T00:52:42.088Z | Compiling argon2 v0.6.0-rc.8 |
| 3391 | 2026-07-23T00:52:42.131Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3392 | 2026-07-23T00:52:42.627Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3393 | 2026-07-23T00:52:42.669Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3394 | 2026-07-23T00:52:42.669Z | Compiling rsa v0.10.0-rc.18 |
| 3395 | 2026-07-23T00:52:42.669Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3396 | 2026-07-23T00:52:42.701Z | Compiling illumos-nvpair v0.3.0 |
| 3397 | 2026-07-23T00:52:43.024Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3398 | 2026-07-23T00:52:43.884Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-07-23T00:52:43.884Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3400 | 2026-07-23T00:52:43.943Z | Compiling p521 v0.14.0-rc.10 |
| 3401 | 2026-07-23T00:52:43.943Z | Compiling p256 v0.14.0-rc.10 |
| 3402 | 2026-07-23T00:52:43.943Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3403 | 2026-07-23T00:52:43.944Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3404 | 2026-07-23T00:52:43.944Z | Compiling yasna v0.5.2 |
| 3405 | 2026-07-23T00:52:43.944Z | Compiling kstat-rs v0.2.4 |
| 3406 | 2026-07-23T00:52:43.944Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3407 | 2026-07-23T00:52:43.944Z | Compiling progenitor v0.13.0 |
| 3408 | 2026-07-23T00:52:43.944Z | Compiling headers-core v0.3.0 |
| 3409 | 2026-07-23T00:52:43.944Z | Compiling kem v0.3.0 |
| 3410 | 2026-07-23T00:52:43.976Z | Compiling module-lattice v0.2.3 |
| 3411 | 2026-07-23T00:52:43.976Z | Compiling nanorand v0.7.0 |
| 3412 | 2026-07-23T00:52:43.976Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3413 | 2026-07-23T00:52:44.056Z | Compiling atty v0.2.14 |
| 3414 | 2026-07-23T00:52:44.086Z | Compiling headers v0.4.1 |
| 3415 | 2026-07-23T00:52:44.086Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3416 | 2026-07-23T00:52:44.086Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-07-23T00:52:44.104Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3418 | 2026-07-23T00:52:44.187Z | Compiling flume v0.11.1 |
| 3419 | 2026-07-23T00:52:44.242Z | Compiling ml-kem v0.3.2 |
| 3420 | 2026-07-23T00:52:44.441Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3421 | 2026-07-23T00:52:44.540Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3422 | 2026-07-23T00:52:44.558Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3423 | 2026-07-23T00:52:45.023Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3424 | 2026-07-23T00:52:45.131Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-07-23T00:52:45.132Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-07-23T00:52:45.278Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3427 | 2026-07-23T00:52:45.287Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3428 | 2026-07-23T00:52:45.334Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3429 | 2026-07-23T00:52:45.443Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3430 | 2026-07-23T00:52:45.488Z | Compiling russh-cryptovec v0.61.0 |
| 3431 | 2026-07-23T00:52:45.549Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3432 | 2026-07-23T00:52:45.790Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3433 | 2026-07-23T00:52:45.974Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3434 | 2026-07-23T00:52:46.098Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3435 | 2026-07-23T00:52:46.487Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3436 | 2026-07-23T00:52:46.501Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3437 | 2026-07-23T00:52:46.501Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3438 | 2026-07-23T00:52:46.501Z | Compiling port-file v0.1.0 |
| 3439 | 2026-07-23T00:52:46.502Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-07-23T00:52:46.661Z | Compiling generic-array v1.4.3 |
| 3441 | 2026-07-23T00:52:46.802Z | Compiling russh-util v0.52.0 |
| 3442 | 2026-07-23T00:52:46.870Z | Compiling enum_dispatch v0.3.13 |
| 3443 | 2026-07-23T00:52:47.016Z | Compiling delegate v0.13.5 |
| 3444 | 2026-07-23T00:52:47.136Z | Compiling subprocess v0.2.15 |
| 3445 | 2026-07-23T00:52:47.137Z | Compiling p384 v0.14.0-rc.10 |
| 3446 | 2026-07-23T00:52:47.358Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3447 | 2026-07-23T00:52:47.394Z | Compiling display-error-chain v0.2.2 |
| 3448 | 2026-07-23T00:52:47.590Z | Compiling md5 v0.8.0 |
| 3449 | 2026-07-23T00:52:47.590Z | Compiling hex-literal v1.1.0 |
| 3450 | 2026-07-23T00:52:47.675Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3451 | 2026-07-23T00:52:47.746Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3452 | 2026-07-23T00:52:47.746Z | Compiling colored v2.2.0 |
| 3453 | 2026-07-23T00:52:47.746Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-07-23T00:52:47.757Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-07-23T00:52:47.757Z | Compiling internet-checksum v0.2.1 |
| 3456 | 2026-07-23T00:52:48.884Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3457 | 2026-07-23T00:52:49.256Z | Compiling ssh-key v0.7.0-rc.10 |
| 3458 | 2026-07-23T00:52:49.555Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3459 | 2026-07-23T00:52:50.176Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3460 | 2026-07-23T00:52:50.565Z | Compiling russh v0.61.2 |
| 3461 | 2026-07-23T00:52:51.197Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3462 | 2026-07-23T00:52:51.975Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-07-23T00:53:00.193Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3464 | 2026-07-23T00:53:00.193Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3465 | 2026-07-23T00:53:00.255Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-07-23T00:53:00.255Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3467 | 2026-07-23T00:53:01.877Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3468 | 2026-07-23T00:53:01.918Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3469 | 2026-07-23T00:53:05.866Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3470 | 2026-07-23T00:53:45.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3471 | 2026-07-23T00:53:45.503Z | |
| 3472 | 2026-07-23T00:53:45.503Z | real 1:26.850270537 |
| 3473 | 2026-07-23T00:53:45.503Z | user 8:42.084306130 |
| 3474 | 2026-07-23T00:53:45.503Z | sys 1:43.204069747 |
| 3475 | 2026-07-23T00:53:45.503Z | trap 0.260357670 |
| 3476 | 2026-07-23T00:53:45.503Z | tflt 0.387683462 |
| 3477 | 2026-07-23T00:53:45.507Z | dflt 1.626005081 |
| 3478 | 2026-07-23T00:53:45.507Z | kflt 0.000531740 |
| 3479 | 2026-07-23T00:53:45.507Z | lock 30:53.588766012 |
| 3480 | 2026-07-23T00:53:45.507Z | slp 19:53.515487906 |
| 3481 | 2026-07-23T00:53:45.507Z | lat 40.890701758 |
| 3482 | 2026-07-23T00:53:45.507Z | stop 3:05.458924770 |
| 3483 | 2026-07-23T00:53:45.507Z | + mkdir tests |
| 3484 | 2026-07-23T00:53:45.507Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-07-23T00:53:45.507Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-07-23T00:53:45.528Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3487 | 2026-07-23T00:53:45.554Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3488 | 2026-07-23T00:53:45.584Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3489 | 2026-07-23T00:53:45.627Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3490 | 2026-07-23T00:53:45.947Z | + 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) |
| 3491 | 2026-07-23T00:53:46.028Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3492 | 2026-07-23T00:55:05.392Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-07-23T00:55:05.392Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-07-23T00:55:05.392Z | a out/target/test 1K |
| 3495 | 2026-07-23T00:55:05.392Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-07-23T00:55:05.392Z | a package-manifest.toml 35K |
| 3497 | 2026-07-23T00:55:05.392Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-07-23T00:55:05.392Z | a target/release/omicron-package 40702K |
| 3499 | 2026-07-23T00:55:05.392Z | a target/release/xtask 10468K |
| 3500 | 2026-07-23T00:55:05.392Z | a target/debug/bootstrap 349604K |
| 3501 | 2026-07-23T00:55:05.392Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3502 | 2026-07-23T00:55:05.392Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3503 | 2026-07-23T00:55:05.392Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3504 | 2026-07-23T00:55:05.392Z | a tests/end_to_end_tests-fe05326eebb245d2 399480K |
| 3505 | 2026-07-23T00:55:05.392Z | a tools/opte_version 1K |
| 3506 | 2026-07-23T00:55:05.392Z | a tools/opte_version_override 2K |
| 3507 | 2026-07-23T00:55:05.392Z | a out/clickhouse.tar.gz 310685K |
| 3508 | 2026-07-23T00:55:05.392Z | a out/clickhouse_keeper.tar.gz 297157K |
| 3509 | 2026-07-23T00:55:05.392Z | a out/clickhouse_server.tar.gz 310683K |
| 3510 | 2026-07-23T00:55:05.392Z | a out/cockroachdb.tar.gz 161716K |
| 3511 | 2026-07-23T00:55:05.392Z | a out/crucible-pantry-zone.tar.gz 39101K |
| 3512 | 2026-07-23T00:55:05.392Z | a out/crucible-utils.tar 18900K |
| 3513 | 2026-07-23T00:55:05.392Z | a out/crucible-zone.tar.gz 53797K |
| 3514 | 2026-07-23T00:55:05.392Z | a out/external-dns.tar.gz 46144K |
| 3515 | 2026-07-23T00:55:05.392Z | a out/internal-dns.tar.gz 46143K |
| 3516 | 2026-07-23T00:55:05.392Z | a out/mg-ddm-gz.tar 102717K |
| 3517 | 2026-07-23T00:55:05.392Z | a out/nexus.tar.gz 272900K |
| 3518 | 2026-07-23T00:55:05.392Z | a out/ntp.tar.gz 29898K |
| 3519 | 2026-07-23T00:55:05.392Z | a out/omicron-gateway-softnpu.tar.gz 27701K |
| 3520 | 2026-07-23T00:55:05.392Z | a out/omicron-sled-agent.tar 191392K |
| 3521 | 2026-07-23T00:55:05.392Z | a out/overlay.tar.gz 4K |
| 3522 | 2026-07-23T00:55:05.392Z | a out/oximeter.tar.gz 59897K |
| 3523 | 2026-07-23T00:55:05.392Z | a out/oxlog.tar 3808K |
| 3524 | 2026-07-23T00:55:05.393Z | a out/probe.tar.gz 3037K |
| 3525 | 2026-07-23T00:55:05.393Z | a out/propolis-server.tar.gz 34372K |
| 3526 | 2026-07-23T00:55:05.393Z | a out/pumpkind-gz.tar 26647K |
| 3527 | 2026-07-23T00:55:05.393Z | a out/switch-softnpu.tar.gz 449818K |
| 3528 | 2026-07-23T00:55:05.398Z | |
| 3529 | 2026-07-23T00:55:05.398Z | real 1:19.448268398 |
| 3530 | 2026-07-23T00:55:05.398Z | user 1:16.866225126 |
| 3531 | 2026-07-23T00:55:05.398Z | sys 4.346180242 |
| 3532 | 2026-07-23T00:55:05.398Z | trap 0.005812022 |
| 3533 | 2026-07-23T00:55:05.398Z | tflt 0.000000000 |
| 3534 | 2026-07-23T00:55:05.398Z | dflt 0.000000000 |
| 3535 | 2026-07-23T00:55:05.398Z | kflt 0.000000000 |
| 3536 | 2026-07-23T00:55:05.398Z | lock 0.000000000 |
| 3537 | 2026-07-23T00:55:05.398Z | slp 1:16.734515997 |
| 3538 | 2026-07-23T00:55:05.398Z | lat 0.938744593 |
| 3539 | 2026-07-23T00:55:05.398Z | stop 0.000548970 |
| 3540 | 2026-07-23T00:55:05.398Z | process exited: duration 942053 ms, exit code 0 |
| |
| 3541 | 2026-07-23T00:55:05.412Z | found 1 output files |
| 3542 | 2026-07-23T00:55:05.412Z | uploading: /work/package.tar.gz (2482403218 bytes) |
| 3543 | 2026-07-23T00:55:45.322Z | uploaded: /work/package.tar.gz |