|
|
|
| 1 | 2026-06-20T21:36:22.000Z | job assigned to worker 01KVKFBK7P1J1HTBEZVD0FTBSJ [factory aws, i-0c7ab9ba95015392b] (queued for 55 s) |
| |
| 2 | 2026-06-20T21:36:29.676Z | starting task 0: "setup" |
| 3 | 2026-06-20T21:36:29.681Z | ++ uname -s |
| 4 | 2026-06-20T21:36:29.683Z | + kern=SunOS |
| 5 | 2026-06-20T21:36:29.683Z | + build_user=build |
| 6 | 2026-06-20T21:36:29.683Z | + build_uid=12345 |
| 7 | 2026-06-20T21:36:29.684Z | + work_dir=/work |
| 8 | 2026-06-20T21:36:29.684Z | + input_dir=/input |
| 9 | 2026-06-20T21:36:29.684Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-20T21:36:29.684Z | + case "$kern" in |
| 11 | 2026-06-20T21:36:29.684Z | + groupadd -g 12345 build |
| 12 | 2026-06-20T21:36:29.686Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-20T21:36:31.692Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-20T21:36:31.870Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-20T21:36:31.873Z | + home_fs=zfs |
| 16 | 2026-06-20T21:36:31.873Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-20T21:36:31.873Z | + mkdir -p /home/build |
| 18 | 2026-06-20T21:36:31.876Z | + chown build:build /home/build /work |
| 19 | 2026-06-20T21:36:33.876Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-20T21:36:33.879Z | process exited: duration 4205 ms, exit code 0 |
| |
| 21 | 2026-06-20T21:36:33.884Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-20T21:36:33.889Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-20T21:36:33.889Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-20T21:36:33.889Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-06-20T21:36:33.889Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-20T21:36:33.889Z | * rust toolchain profile = "default" |
| 27 | 2026-06-20T21:36:33.889Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-20T21:36:33.892Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-20T21:36:33.892Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-20T21:36:34.003Z | info: downloading installer |
| 31 | 2026-06-20T21:36:35.601Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-20T21:36:35.601Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-20T21:36:35.601Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-20T21:36:35.601Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-20T21:36:35.613Z | info: profile set to default |
| 36 | 2026-06-20T21:36:35.614Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-20T21:36:35.616Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-20T21:36:35.780Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-20T21:36:35.782Z | info: downloading 6 components |
| 40 | 2026-06-20T21:36:51.722Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-20T21:36:51.722Z | |
| 42 | 2026-06-20T21:36:51.750Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-20T21:36:51.750Z | |
| 44 | 2026-06-20T21:36:51.750Z | |
| 45 | 2026-06-20T21:36:51.750Z | Rust is installed now. Great! |
| 46 | 2026-06-20T21:36:51.750Z | |
| 47 | 2026-06-20T21:36:51.750Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-20T21:36:51.750Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-20T21:36:51.750Z | |
| 50 | 2026-06-20T21:36:51.750Z | To configure your current shell, you need to source |
| 51 | 2026-06-20T21:36:51.750Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-20T21:36:51.750Z | |
| 53 | 2026-06-20T21:36:51.750Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-20T21:36:51.753Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-20T21:36:51.753Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-20T21:36:51.753Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-20T21:36:51.753Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-20T21:36:51.753Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-20T21:36:51.753Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-20T21:36:51.753Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-20T21:36:51.753Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-20T21:36:51.842Z | + rustup --version |
| 63 | 2026-06-20T21:36:51.848Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-20T21:36:51.851Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-20T21:36:51.869Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-20T21:36:51.872Z | + cargo --version |
| 67 | 2026-06-20T21:36:51.880Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-20T21:36:51.883Z | + rustc --version |
| 69 | 2026-06-20T21:36:51.903Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-20T21:36:51.906Z | process exited: duration 18021 ms, exit code 0 |
| |
| 71 | 2026-06-20T21:36:51.911Z | starting task 2: "authentication" |
| 72 | 2026-06-20T21:36:51.929Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-20T21:36:51.934Z | starting task 3: "clone repository" |
| 74 | 2026-06-20T21:36:51.938Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-20T21:36:51.941Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-20T21:36:51.973Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-20T21:37:01.262Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-20T21:37:01.262Z | + git fetch origin 9ea74465c37f5e84f2b355af96681648081d62b0 |
| 79 | 2026-06-20T21:37:01.514Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-20T21:37:01.514Z | * branch 9ea74465c37f5e84f2b355af96681648081d62b0 -> FETCH_HEAD |
| 81 | 2026-06-20T21:37:01.528Z | + [[ -n sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]] |
| 82 | 2026-06-20T21:37:01.531Z | ++ git branch --show-current |
| 83 | 2026-06-20T21:37:01.531Z | + current=main |
| 84 | 2026-06-20T21:37:01.531Z | + [[ main != sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]] |
| 85 | 2026-06-20T21:37:01.531Z | + git branch -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config 9ea74465c37f5e84f2b355af96681648081d62b0 |
| 86 | 2026-06-20T21:37:01.535Z | + git checkout -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config |
| 87 | 2026-06-20T21:37:01.598Z | Switched to branch 'sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config' |
| 88 | 2026-06-20T21:37:01.601Z | + git reset --hard 9ea74465c37f5e84f2b355af96681648081d62b0 |
| 89 | 2026-06-20T21:37:01.658Z | HEAD is now at 9ea74465c rename to nexus-switch-config |
| 90 | 2026-06-20T21:37:01.661Z | process exited: duration 9725 ms, exit code 0 |
| |
| 91 | 2026-06-20T21:37:01.667Z | starting task 4: "build" |
| 92 | 2026-06-20T21:37:01.672Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-20T21:37:01.672Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-20T21:37:01.672Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-20T21:37:01.672Z | + cargo --version |
| 96 | 2026-06-20T21:37:01.682Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-20T21:37:01.684Z | + rustc --version |
| 98 | 2026-06-20T21:37:01.705Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-20T21:37:01.708Z | + WORK=/work |
| 100 | 2026-06-20T21:37:01.708Z | + pfexec mkdir -p /work |
| 101 | 2026-06-20T21:37:01.711Z | + pfexec chown build /work |
| 102 | 2026-06-20T21:37:01.713Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-20T21:37:03.261Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-20T21:37:03.352Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-20T21:37:03.698Z | Planning: Solver setup ... Done (0.307s) |
| 106 | 2026-06-20T21:37:03.720Z | Planning: Running solver ... Done (0.022s) |
| 107 | 2026-06-20T21:37:03.728Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-20T21:37:03.739Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-20T21:37:03.758Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-20T21:37:03.772Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-06-20T21:37:03.774Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-06-20T21:37:03.972Z | Planning: Checking for conflicting actions ... Done (0.199s) |
| 113 | 2026-06-20T21:37:03.975Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-20T21:37:04.845Z | Planning: Evaluating mediators ... Done (0.871s) |
| 115 | 2026-06-20T21:37:04.848Z | Planning: Planning completed in 1.48 seconds |
| 116 | 2026-06-20T21:37:04.856Z | Packages to install: 2 |
| 117 | 2026-06-20T21:37:04.856Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-20T21:37:04.856Z | Estimated space to be consumed: 26.78 MB |
| 119 | 2026-06-20T21:37:04.856Z | Create boot environment: No |
| 120 | 2026-06-20T21:37:04.858Z | Create backup boot environment: No |
| 121 | 2026-06-20T21:37:04.858Z | Rebuild boot archive: No |
| 122 | 2026-06-20T21:37:04.858Z | |
| 123 | 2026-06-20T21:37:04.858Z | Changed packages: |
| 124 | 2026-06-20T21:37:04.858Z | helios |
| 125 | 2026-06-20T21:37:04.858Z | developer/build-essential |
| 126 | 2026-06-20T21:37:04.858Z | None -> 11-3.0 |
| 127 | 2026-06-20T21:37:04.858Z | library/libxmlsec1 |
| 128 | 2026-06-20T21:37:04.858Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-20T21:37:04.882Z | |
| 130 | 2026-06-20T21:37:04.882Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-20T21:37:05.391Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 132 | 2026-06-20T21:37:05.450Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-20T21:37:05.490Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-20T21:37:05.499Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-06-20T21:37:05.499Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-20T21:37:05.524Z | Finalize: Updating image state ... Done (0.024s) |
| 137 | 2026-06-20T21:37:08.057Z | Finalize: Creating fast lookup database ... Done (2.510s) |
| 138 | 2026-06-20T21:37:08.127Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-06-20T21:37:08.130Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-20T21:37:08.205Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-20T21:37:08.514Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-20T21:37:08.618Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-20T21:37:08.622Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-20T21:37:08.778Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-20T21:37:08.781Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-20T21:37:08.802Z | Mediators to change: 2 |
| 147 | 2026-06-20T21:37:08.802Z | Create boot environment: No |
| 148 | 2026-06-20T21:37:08.802Z | Create backup boot environment: No |
| 149 | 2026-06-20T21:37:08.885Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-20T21:37:08.885Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-20T21:37:08.901Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-20T21:37:10.840Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-20T21:37:10.901Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-20T21:37:10.904Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-20T21:37:10.994Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-20T21:37:11.278Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-20T21:37:11.383Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-20T21:37:11.386Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-20T21:37:11.544Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-20T21:37:11.547Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-06-20T21:37:11.568Z | Mediators to change: 1 |
| 162 | 2026-06-20T21:37:11.568Z | Create boot environment: No |
| 163 | 2026-06-20T21:37:11.568Z | Create backup boot environment: No |
| 164 | 2026-06-20T21:37:11.637Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-20T21:37:11.637Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-20T21:37:11.653Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-20T21:37:13.606Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-20T21:37:13.672Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-20T21:37:13.675Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-20T21:37:13.756Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-20T21:37:14.066Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-20T21:37:14.066Z | apache system 2.4 system |
| 173 | 2026-06-20T21:37:14.066Z | clang system 15 system |
| 174 | 2026-06-20T21:37:14.066Z | csh system system illumos |
| 175 | 2026-06-20T21:37:14.066Z | ctags system system illumos |
| 176 | 2026-06-20T21:37:14.066Z | file vendor vendor darwinsys |
| 177 | 2026-06-20T21:37:14.066Z | file system system illumos |
| 178 | 2026-06-20T21:37:14.066Z | gcc vendor 14 vendor |
| 179 | 2026-06-20T21:37:14.066Z | gcc system 13 system |
| 180 | 2026-06-20T21:37:14.066Z | gcc system 10 system |
| 181 | 2026-06-20T21:37:14.066Z | go system 1.25 system |
| 182 | 2026-06-20T21:37:14.066Z | llvm system 15 system |
| 183 | 2026-06-20T21:37:14.066Z | mariadb system 11.4 system |
| 184 | 2026-06-20T21:37:14.066Z | mta vendor vendor dma |
| 185 | 2026-06-20T21:37:14.066Z | openjdk system 17 system |
| 186 | 2026-06-20T21:37:14.066Z | openjdk system 11 system |
| 187 | 2026-06-20T21:37:14.066Z | openssl vendor 3 vendor |
| 188 | 2026-06-20T21:37:14.066Z | perl system 5.40 system |
| 189 | 2026-06-20T21:37:14.066Z | postgresql system 18 system |
| 190 | 2026-06-20T21:37:14.066Z | postgresql system 17 system |
| 191 | 2026-06-20T21:37:14.066Z | python vendor 3 vendor |
| 192 | 2026-06-20T21:37:14.066Z | python system 2 system |
| 193 | 2026-06-20T21:37:14.067Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-20T21:37:14.067Z | ruby system 3.4 system |
| 195 | 2026-06-20T21:37:14.067Z | ruby system 3.0 system |
| 196 | 2026-06-20T21:37:14.067Z | words vendor vendor american-english |
| 197 | 2026-06-20T21:37:14.067Z | words system system australian-english |
| 198 | 2026-06-20T21:37:14.067Z | words system system british-english |
| 199 | 2026-06-20T21:37:14.067Z | words system system canadian-english |
| 200 | 2026-06-20T21:37:14.067Z | words system system french |
| 201 | 2026-06-20T21:37:14.067Z | words system system italian |
| 202 | 2026-06-20T21:37:14.067Z | words system system ngerman |
| 203 | 2026-06-20T21:37:14.067Z | words system system ogerman |
| 204 | 2026-06-20T21:37:14.067Z | words system system spanish |
| 205 | 2026-06-20T21:37:14.315Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-20T21:37:14.315Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-20T21:37:14.610Z | FMRI IFO |
| 208 | 2026-06-20T21:37:14.611Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-20T21:37:14.611Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-20T21:37:14.611Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-20T21:37:14.611Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-20T21:37:14.611Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-20T21:37:14.611Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-20T21:37:14.611Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-20T21:37:14.611Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-20T21:37:14.611Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-20T21:37:14.853Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-20T21:37:15.126Z | Updating crates.io index |
| 219 | 2026-06-20T21:37:15.157Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-20T21:37:15.392Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-20T21:37:16.323Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-20T21:37:16.630Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-20T21:37:17.815Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-20T21:37:18.297Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-20T21:37:19.795Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-20T21:37:20.498Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-20T21:37:20.863Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-20T21:37:21.849Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-20T21:37:22.221Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-20T21:37:22.563Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-20T21:37:22.810Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-20T21:37:23.299Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-20T21:37:23.752Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-20T21:37:24.038Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-20T21:37:24.387Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-20T21:37:24.611Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-20T21:37:25.110Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-20T21:37:25.323Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-20T21:37:25.545Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-20T21:37:25.796Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-20T21:37:26.197Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-20T21:37:26.492Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-20T21:37:26.878Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-20T21:37:27.256Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-20T21:37:27.590Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-20T21:37:27.846Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-20T21:37:28.131Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-20T21:37:29.575Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-20T21:37:29.956Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-20T21:37:30.291Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-20T21:37:30.624Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-20T21:37:30.908Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-20T21:37:31.191Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-20T21:37:31.476Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-20T21:37:31.813Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-20T21:37:32.309Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-20T21:37:32.546Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-20T21:37:32.785Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-20T21:37:34.584Z | Downloading crates ... |
| 260 | 2026-06-20T21:37:34.641Z | Downloaded anstyle v1.0.14 |
| 261 | 2026-06-20T21:37:34.643Z | Downloaded anstream v1.0.0 |
| 262 | 2026-06-20T21:37:34.646Z | Downloaded ordered-float v2.10.1 |
| 263 | 2026-06-20T21:37:34.646Z | Downloaded is_terminal_polyfill v1.70.2 |
| 264 | 2026-06-20T21:37:34.649Z | Downloaded cargo_toml v0.21.0 |
| 265 | 2026-06-20T21:37:34.649Z | Downloaded tinystr v0.8.2 |
| 266 | 2026-06-20T21:37:34.649Z | Downloaded autocfg v1.5.0 |
| 267 | 2026-06-20T21:37:34.652Z | Downloaded usdt-impl v0.5.0 |
| 268 | 2026-06-20T21:37:34.655Z | Downloaded unicode-ident v1.0.24 |
| 269 | 2026-06-20T21:37:34.658Z | Downloaded tempfile v3.25.0 |
| 270 | 2026-06-20T21:37:34.660Z | Downloaded serde_derive v1.0.228 |
| 271 | 2026-06-20T21:37:34.662Z | Downloaded serde-value v0.7.0 |
| 272 | 2026-06-20T21:37:34.665Z | Downloaded memmap v0.7.0 |
| 273 | 2026-06-20T21:37:34.670Z | Downloaded clap_builder v4.6.0 |
| 274 | 2026-06-20T21:37:34.674Z | Downloaded unicode-xid v0.2.6 |
| 275 | 2026-06-20T21:37:34.680Z | Downloaded cargo-platform v0.2.0 |
| 276 | 2026-06-20T21:37:34.683Z | Downloaded toml_write v0.1.2 |
| 277 | 2026-06-20T21:37:34.683Z | Downloaded thiserror-impl v1.0.69 |
| 278 | 2026-06-20T21:37:34.683Z | Downloaded strsim v0.11.1 |
| 279 | 2026-06-20T21:37:34.683Z | Downloaded thiserror v1.0.69 |
| 280 | 2026-06-20T21:37:34.683Z | Downloaded zerofrom-derive v0.1.6 |
| 281 | 2026-06-20T21:37:34.683Z | Downloaded yoke-derive v0.8.1 |
| 282 | 2026-06-20T21:37:34.683Z | Downloaded usdt v0.5.0 |
| 283 | 2026-06-20T21:37:34.683Z | Downloaded thread-id v4.2.2 |
| 284 | 2026-06-20T21:37:34.686Z | Downloaded pest_derive v2.8.6 |
| 285 | 2026-06-20T21:37:34.686Z | Downloaded clap_derive v4.6.1 |
| 286 | 2026-06-20T21:37:34.688Z | Downloaded zerofrom v0.1.6 |
| 287 | 2026-06-20T21:37:34.689Z | Downloaded usdt-attr-macro v0.5.0 |
| 288 | 2026-06-20T21:37:34.689Z | Downloaded version_check v0.9.5 |
| 289 | 2026-06-20T21:37:34.689Z | Downloaded utf8_iter v1.0.4 |
| 290 | 2026-06-20T21:37:34.691Z | Downloaded proc-macro-error-attr v1.0.4 |
| 291 | 2026-06-20T21:37:34.691Z | Downloaded macaddr v1.0.1 |
| 292 | 2026-06-20T21:37:34.691Z | Downloaded idna v1.1.0 |
| 293 | 2026-06-20T21:37:34.694Z | Downloaded cargo-util-schemas v0.8.2 |
| 294 | 2026-06-20T21:37:34.694Z | Downloaded thiserror v2.0.18 |
| 295 | 2026-06-20T21:37:34.697Z | Downloaded zmij v1.0.21 |
| 296 | 2026-06-20T21:37:34.699Z | Downloaded dof v0.3.0 |
| 297 | 2026-06-20T21:37:34.699Z | Downloaded colorchoice v1.0.4 |
| 298 | 2026-06-20T21:37:34.699Z | Downloaded errno v0.3.14 |
| 299 | 2026-06-20T21:37:34.701Z | Downloaded cpufeatures v0.2.17 |
| 300 | 2026-06-20T21:37:34.702Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-06-20T21:37:34.702Z | Downloaded equivalent v1.0.2 |
| 302 | 2026-06-20T21:37:34.704Z | Downloaded fastrand v2.3.0 |
| 303 | 2026-06-20T21:37:34.704Z | Downloaded typeid v1.0.3 |
| 304 | 2026-06-20T21:37:34.706Z | Downloaded toml_datetime v0.6.11 |
| 305 | 2026-06-20T21:37:34.707Z | Downloaded toml v0.8.23 |
| 306 | 2026-06-20T21:37:34.709Z | Downloaded plain v0.2.3 |
| 307 | 2026-06-20T21:37:34.709Z | Downloaded pretty-hex v0.4.1 |
| 308 | 2026-06-20T21:37:34.709Z | Downloaded anstyle-query v1.1.5 |
| 309 | 2026-06-20T21:37:34.711Z | Downloaded zerovec-derive v0.11.2 |
| 310 | 2026-06-20T21:37:34.714Z | Downloaded scroll_derive v0.12.1 |
| 311 | 2026-06-20T21:37:34.717Z | Downloaded utf8parse v0.2.2 |
| 312 | 2026-06-20T21:37:34.717Z | Downloaded ucd-trie v0.1.7 |
| 313 | 2026-06-20T21:37:34.717Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-06-20T21:37:34.721Z | Downloaded potential_utf v0.1.4 |
| 315 | 2026-06-20T21:37:34.723Z | Downloaded percent-encoding v2.3.2 |
| 316 | 2026-06-20T21:37:34.724Z | Downloaded heck v0.5.0 |
| 317 | 2026-06-20T21:37:34.724Z | Downloaded yoke v0.8.1 |
| 318 | 2026-06-20T21:37:34.726Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-06-20T21:37:34.726Z | Downloaded url v2.5.8 |
| 320 | 2026-06-20T21:37:34.728Z | Downloaded dtrace-parser v0.2.0 |
| 321 | 2026-06-20T21:37:34.728Z | Downloaded unicode-linebreak v0.1.5 |
| 322 | 2026-06-20T21:37:34.731Z | Downloaded writeable v0.6.2 |
| 323 | 2026-06-20T21:37:34.733Z | Downloaded block-buffer v0.10.4 |
| 324 | 2026-06-20T21:37:34.733Z | Downloaded zerotrie v0.2.3 |
| 325 | 2026-06-20T21:37:34.736Z | Downloaded typenum v1.19.0 |
| 326 | 2026-06-20T21:37:34.738Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-06-20T21:37:34.738Z | Downloaded pest_meta v2.8.6 |
| 328 | 2026-06-20T21:37:34.738Z | Downloaded generic-array v0.14.7 |
| 329 | 2026-06-20T21:37:34.741Z | Downloaded stable_deref_trait v1.2.1 |
| 330 | 2026-06-20T21:37:34.741Z | Downloaded zerocopy-derive v0.7.35 |
| 331 | 2026-06-20T21:37:34.743Z | Downloaded byteorder v1.5.0 |
| 332 | 2026-06-20T21:37:34.743Z | Downloaded textwrap v0.16.2 |
| 333 | 2026-06-20T21:37:34.745Z | Downloaded itoa v1.0.17 |
| 334 | 2026-06-20T21:37:34.745Z | Downloaded serde_spanned v0.6.9 |
| 335 | 2026-06-20T21:37:34.746Z | Downloaded cfg-if v1.0.4 |
| 336 | 2026-06-20T21:37:34.748Z | Downloaded toml_edit v0.22.27 |
| 337 | 2026-06-20T21:37:34.750Z | Downloaded idna_adapter v1.2.1 |
| 338 | 2026-06-20T21:37:34.750Z | Downloaded form_urlencoded v1.2.2 |
| 339 | 2026-06-20T21:37:34.753Z | Downloaded fnv v1.0.7 |
| 340 | 2026-06-20T21:37:34.753Z | Downloaded crypto-common v0.1.7 |
| 341 | 2026-06-20T21:37:34.756Z | Downloaded synstructure v0.13.2 |
| 342 | 2026-06-20T21:37:34.758Z | Downloaded digest v0.10.7 |
| 343 | 2026-06-20T21:37:34.761Z | Downloaded tabled_derive v0.7.0 |
| 344 | 2026-06-20T21:37:34.764Z | Downloaded swrite v0.1.0 |
| 345 | 2026-06-20T21:37:34.766Z | Downloaded smawk v0.3.2 |
| 346 | 2026-06-20T21:37:34.768Z | Downloaded zerocopy v0.7.35 |
| 347 | 2026-06-20T21:37:34.775Z | Downloaded serde_tokenstream v0.2.3 |
| 348 | 2026-06-20T21:37:34.777Z | Downloaded winnow v0.7.14 |
| 349 | 2026-06-20T21:37:34.781Z | Downloaded zerovec v0.11.5 |
| 350 | 2026-06-20T21:37:34.784Z | Downloaded displaydoc v0.2.5 |
| 351 | 2026-06-20T21:37:34.786Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-06-20T21:37:34.788Z | Downloaded unicode-width v0.1.14 |
| 353 | 2026-06-20T21:37:34.791Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-06-20T21:37:34.794Z | Downloaded unicode-width v0.2.0 |
| 355 | 2026-06-20T21:37:34.796Z | Downloaded num-traits v0.2.19 |
| 356 | 2026-06-20T21:37:34.796Z | Downloaded heck v0.4.1 |
| 357 | 2026-06-20T21:37:34.796Z | Downloaded smallvec v1.15.1 |
| 358 | 2026-06-20T21:37:34.799Z | Downloaded litemap v0.8.1 |
| 359 | 2026-06-20T21:37:34.799Z | Downloaded erased-serde v0.4.9 |
| 360 | 2026-06-20T21:37:34.801Z | Downloaded fs-err v3.3.0 |
| 361 | 2026-06-20T21:37:34.801Z | Downloaded camino-tempfile v1.4.1 |
| 362 | 2026-06-20T21:37:34.802Z | Downloaded bytecount v0.6.9 |
| 363 | 2026-06-20T21:37:34.805Z | Downloaded quote v1.0.45 |
| 364 | 2026-06-20T21:37:34.805Z | Downloaded anstyle-parse v1.0.0 |
| 365 | 2026-06-20T21:37:34.808Z | Downloaded serde-untagged v0.1.9 |
| 366 | 2026-06-20T21:37:34.808Z | Downloaded semver v1.0.28 |
| 367 | 2026-06-20T21:37:34.808Z | Downloaded scroll v0.12.0 |
| 368 | 2026-06-20T21:37:34.808Z | Downloaded cargo_metadata v0.21.0 |
| 369 | 2026-06-20T21:37:34.810Z | Downloaded once_cell v1.21.3 |
| 370 | 2026-06-20T21:37:34.814Z | Downloaded anyhow v1.0.102 |
| 371 | 2026-06-20T21:37:34.817Z | Downloaded bitflags v2.11.0 |
| 372 | 2026-06-20T21:37:34.822Z | Downloaded camino v1.2.2 |
| 373 | 2026-06-20T21:37:34.824Z | Downloaded clap v4.6.1 |
| 374 | 2026-06-20T21:37:34.831Z | Downloaded serde_core v1.0.228 |
| 375 | 2026-06-20T21:37:34.835Z | Downloaded icu_provider v2.1.1 |
| 376 | 2026-06-20T21:37:34.851Z | Downloaded papergrid v0.11.0 |
| 377 | 2026-06-20T21:37:34.854Z | Downloaded getrandom v0.4.1 |
| 378 | 2026-06-20T21:37:34.856Z | Downloaded log v0.4.29 |
| 379 | 2026-06-20T21:37:34.858Z | Downloaded icu_properties v2.1.2 |
| 380 | 2026-06-20T21:37:34.859Z | Downloaded pest_generator v2.8.6 |
| 381 | 2026-06-20T21:37:34.861Z | Downloaded icu_normalizer_data v2.1.1 |
| 382 | 2026-06-20T21:37:34.861Z | Downloaded proc-macro2 v1.0.106 |
| 383 | 2026-06-20T21:37:34.865Z | Downloaded icu_collections v2.1.1 |
| 384 | 2026-06-20T21:37:34.870Z | Downloaded icu_locale_core v2.1.1 |
| 385 | 2026-06-20T21:37:34.874Z | Downloaded serde v1.0.228 |
| 386 | 2026-06-20T21:37:34.877Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-06-20T21:37:34.880Z | Downloaded memchr v2.8.0 |
| 388 | 2026-06-20T21:37:34.883Z | Downloaded icu_normalizer v2.1.1 |
| 389 | 2026-06-20T21:37:34.896Z | Downloaded pest v2.8.6 |
| 390 | 2026-06-20T21:37:34.899Z | Downloaded tabled v0.15.0 |
| 391 | 2026-06-20T21:37:34.915Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-06-20T21:37:34.918Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-06-20T21:37:34.922Z | Downloaded icu_properties_data v2.1.2 |
| 394 | 2026-06-20T21:37:34.933Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-20T21:37:34.941Z | Downloaded syn v1.0.109 |
| 396 | 2026-06-20T21:37:34.955Z | Downloaded syn v2.0.117 |
| 397 | 2026-06-20T21:37:34.974Z | Downloaded rustix v1.1.3 |
| 398 | 2026-06-20T21:37:35.000Z | Downloaded libc v0.2.185 |
| 399 | 2026-06-20T21:37:35.063Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-20T21:37:35.066Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-06-20T21:37:35.066Z | Compiling quote v1.0.45 |
| 402 | 2026-06-20T21:37:35.066Z | Compiling serde_core v1.0.228 |
| 403 | 2026-06-20T21:37:35.066Z | Compiling libc v0.2.185 |
| 404 | 2026-06-20T21:37:35.066Z | Compiling version_check v0.9.5 |
| 405 | 2026-06-20T21:37:35.066Z | Compiling serde v1.0.228 |
| 406 | 2026-06-20T21:37:35.066Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-20T21:37:35.066Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-06-20T21:37:35.066Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-20T21:37:35.066Z | Compiling itoa v1.0.17 |
| 410 | 2026-06-20T21:37:35.236Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-06-20T21:37:35.239Z | Compiling autocfg v1.5.0 |
| 412 | 2026-06-20T21:37:35.239Z | Compiling thiserror v1.0.69 |
| 413 | 2026-06-20T21:37:35.239Z | Compiling writeable v0.6.2 |
| 414 | 2026-06-20T21:37:35.451Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-20T21:37:35.468Z | Compiling rustix v1.1.3 |
| 416 | 2026-06-20T21:37:35.701Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-06-20T21:37:35.800Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-06-20T21:37:35.836Z | Compiling byteorder v1.5.0 |
| 419 | 2026-06-20T21:37:35.837Z | Compiling bitflags v2.11.0 |
| 420 | 2026-06-20T21:37:35.837Z | Compiling serde_json v1.0.149 |
| 421 | 2026-06-20T21:37:35.954Z | Compiling pest v2.8.6 |
| 422 | 2026-06-20T21:37:36.077Z | Compiling num-traits v0.2.19 |
| 423 | 2026-06-20T21:37:36.102Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-06-20T21:37:36.102Z | Compiling typeid v1.0.3 |
| 425 | 2026-06-20T21:37:36.128Z | Compiling equivalent v1.0.2 |
| 426 | 2026-06-20T21:37:36.199Z | Compiling smallvec v1.15.1 |
| 427 | 2026-06-20T21:37:36.269Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-06-20T21:37:36.277Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-20T21:37:36.310Z | Compiling syn v1.0.109 |
| 430 | 2026-06-20T21:37:36.364Z | Compiling winnow v0.7.14 |
| 431 | 2026-06-20T21:37:36.386Z | Compiling toml_write v0.1.2 |
| 432 | 2026-06-20T21:37:36.404Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-06-20T21:37:36.427Z | Compiling errno v0.3.14 |
| 434 | 2026-06-20T21:37:36.494Z | Compiling thread-id v4.2.2 |
| 435 | 2026-06-20T21:37:36.542Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-06-20T21:37:36.608Z | Compiling log v0.4.29 |
| 437 | 2026-06-20T21:37:36.634Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-06-20T21:37:36.645Z | Compiling utf8_iter v1.0.4 |
| 439 | 2026-06-20T21:37:36.751Z | Compiling indexmap v2.14.0 |
| 440 | 2026-06-20T21:37:36.766Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-06-20T21:37:36.794Z | Compiling plain v0.2.3 |
| 442 | 2026-06-20T21:37:36.815Z | Compiling thiserror v2.0.18 |
| 443 | 2026-06-20T21:37:36.815Z | Compiling getrandom v0.4.1 |
| 444 | 2026-06-20T21:37:36.836Z | Compiling camino v1.2.2 |
| 445 | 2026-06-20T21:37:36.855Z | Compiling syn v2.0.117 |
| 446 | 2026-06-20T21:37:36.920Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-06-20T21:37:36.982Z | Compiling anstyle-parse v1.0.0 |
| 448 | 2026-06-20T21:37:37.068Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-06-20T21:37:37.186Z | Compiling colorchoice v1.0.4 |
| 450 | 2026-06-20T21:37:37.241Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-06-20T21:37:37.244Z | Compiling cfg-if v1.0.4 |
| 452 | 2026-06-20T21:37:37.279Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-06-20T21:37:37.332Z | Compiling anstyle-query v1.1.5 |
| 454 | 2026-06-20T21:37:37.353Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-06-20T21:37:37.353Z | Compiling anstyle v1.0.14 |
| 456 | 2026-06-20T21:37:37.409Z | Compiling terminal_size v0.4.3 |
| 457 | 2026-06-20T21:37:37.463Z | Compiling fs-err v3.3.0 |
| 458 | 2026-06-20T21:37:37.466Z | Compiling heck v0.5.0 |
| 459 | 2026-06-20T21:37:37.501Z | Compiling once_cell v1.21.3 |
| 460 | 2026-06-20T21:37:37.518Z | Compiling strsim v0.11.1 |
| 461 | 2026-06-20T21:37:37.535Z | Compiling fastrand v2.3.0 |
| 462 | 2026-06-20T21:37:37.567Z | Compiling anstream v1.0.0 |
| 463 | 2026-06-20T21:37:37.619Z | Compiling heck v0.4.1 |
| 464 | 2026-06-20T21:37:37.637Z | Compiling anyhow v1.0.102 |
| 465 | 2026-06-20T21:37:37.740Z | Compiling semver v1.0.28 |
| 466 | 2026-06-20T21:37:37.841Z | Compiling unicode-xid v0.2.6 |
| 467 | 2026-06-20T21:37:37.863Z | Compiling bytecount v0.6.9 |
| 468 | 2026-06-20T21:37:37.882Z | Compiling unicode-width v0.1.14 |
| 469 | 2026-06-20T21:37:37.885Z | Compiling clap_lex v1.0.0 |
| 470 | 2026-06-20T21:37:37.920Z | Compiling fnv v1.0.7 |
| 471 | 2026-06-20T21:37:37.923Z | Compiling tempfile v3.25.0 |
| 472 | 2026-06-20T21:37:38.050Z | Compiling clap_builder v4.6.0 |
| 473 | 2026-06-20T21:37:38.101Z | Compiling memmap v0.7.0 |
| 474 | 2026-06-20T21:37:38.133Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-06-20T21:37:38.150Z | Compiling papergrid v0.11.0 |
| 476 | 2026-06-20T21:37:38.192Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-06-20T21:37:38.218Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-06-20T21:37:38.237Z | Compiling smawk v0.3.2 |
| 479 | 2026-06-20T21:37:38.300Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-06-20T21:37:38.335Z | Compiling swrite v0.1.0 |
| 481 | 2026-06-20T21:37:38.389Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-06-20T21:37:38.459Z | Compiling textwrap v0.16.2 |
| 483 | 2026-06-20T21:37:38.724Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-06-20T21:37:39.390Z | Compiling synstructure v0.13.2 |
| 485 | 2026-06-20T21:37:39.390Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-06-20T21:37:39.426Z | Compiling tabled v0.15.0 |
| 487 | 2026-06-20T21:37:39.916Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-06-20T21:37:39.916Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-06-20T21:37:39.920Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-06-20T21:37:39.920Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-06-20T21:37:39.920Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-06-20T21:37:39.920Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-06-20T21:37:39.920Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-06-20T21:37:39.935Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-06-20T21:37:39.951Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-06-20T21:37:40.001Z | Compiling clap_derive v4.6.1 |
| 497 | 2026-06-20T21:37:40.027Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-06-20T21:37:40.610Z | Compiling scroll v0.12.0 |
| 499 | 2026-06-20T21:37:40.836Z | Compiling goblin v0.8.2 |
| 500 | 2026-06-20T21:37:40.896Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-06-20T21:37:41.029Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-06-20T21:37:41.131Z | Compiling yoke v0.8.1 |
| 503 | 2026-06-20T21:37:41.164Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-06-20T21:37:41.284Z | Compiling zerovec v0.11.5 |
| 505 | 2026-06-20T21:37:41.284Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-06-20T21:37:41.381Z | Compiling clap v4.6.1 |
| 507 | 2026-06-20T21:37:41.692Z | Compiling tinystr v0.8.2 |
| 508 | 2026-06-20T21:37:41.692Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-06-20T21:37:41.821Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-06-20T21:37:41.843Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-06-20T21:37:42.378Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-06-20T21:37:42.470Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-06-20T21:37:42.470Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-06-20T21:37:42.470Z | Compiling serde-value v0.7.0 |
| 515 | 2026-06-20T21:37:42.470Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-06-20T21:37:42.473Z | Compiling macaddr v1.0.1 |
| 517 | 2026-06-20T21:37:42.504Z | Compiling dof v0.3.0 |
| 518 | 2026-06-20T21:37:42.507Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-06-20T21:37:42.652Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-06-20T21:37:42.652Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-06-20T21:37:42.669Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-06-20T21:37:43.258Z | Compiling usdt-attr-macro v0.5.0 |
| 523 | 2026-06-20T21:37:43.258Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-06-20T21:37:43.465Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-06-20T21:37:43.569Z | Compiling idna v1.1.0 |
| 526 | 2026-06-20T21:37:43.832Z | Compiling usdt v0.5.0 |
| 527 | 2026-06-20T21:37:43.849Z | Compiling url v2.5.8 |
| 528 | 2026-06-20T21:37:43.960Z | Compiling toml v0.8.23 |
| 529 | 2026-06-20T21:37:44.292Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-06-20T21:37:44.292Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-06-20T21:37:45.083Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-06-20T21:37:46.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-06-20T21:37:48.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s |
| 534 | 2026-06-20T21:37:48.318Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 535 | 2026-06-20T21:37:48.812Z | Downloading crates ... |
| 536 | 2026-06-20T21:37:48.912Z | Downloaded adler2 v2.0.1 |
| 537 | 2026-06-20T21:37:48.918Z | Downloaded assert_matches v1.5.0 |
| 538 | 2026-06-20T21:37:48.926Z | Downloaded cfg_aliases v0.2.1 |
| 539 | 2026-06-20T21:37:48.930Z | Downloaded crossbeam-utils v0.8.21 |
| 540 | 2026-06-20T21:37:48.933Z | Downloaded crossbeam-epoch v0.9.18 |
| 541 | 2026-06-20T21:37:48.935Z | Downloaded async-recursion v1.1.1 |
| 542 | 2026-06-20T21:37:48.938Z | Downloaded defmt v0.3.100 |
| 543 | 2026-06-20T21:37:48.938Z | Downloaded crc-any v2.5.0 |
| 544 | 2026-06-20T21:37:48.938Z | Downloaded float-ord v0.3.2 |
| 545 | 2026-06-20T21:37:48.941Z | Downloaded dsl_auto_type v0.2.0 |
| 546 | 2026-06-20T21:37:48.941Z | Downloaded display-error-chain v0.2.2 |
| 547 | 2026-06-20T21:37:48.941Z | Downloaded bb8 v0.8.6 |
| 548 | 2026-06-20T21:37:48.944Z | Downloaded derive_builder_core v0.20.2 |
| 549 | 2026-06-20T21:37:48.944Z | Downloaded bitfield-macros v0.19.4 |
| 550 | 2026-06-20T21:37:48.944Z | Downloaded arrayref v0.3.9 |
| 551 | 2026-06-20T21:37:48.947Z | Downloaded atty v0.2.14 |
| 552 | 2026-06-20T21:37:48.947Z | Downloaded crucible-workspace-hack v0.1.0 |
| 553 | 2026-06-20T21:37:48.950Z | Downloaded cpufeatures v0.3.0 |
| 554 | 2026-06-20T21:37:48.950Z | Downloaded aead v0.5.2 |
| 555 | 2026-06-20T21:37:48.952Z | Downloaded argon2 v0.5.3 |
| 556 | 2026-06-20T21:37:48.952Z | Downloaded anstyle-parse v0.2.7 |
| 557 | 2026-06-20T21:37:48.956Z | Downloaded crunchy v0.2.4 |
| 558 | 2026-06-20T21:37:48.958Z | Downloaded cobs v0.3.0 |
| 559 | 2026-06-20T21:37:48.958Z | Downloaded darling_macro v0.21.3 |
| 560 | 2026-06-20T21:37:48.958Z | Downloaded atomicwrites v0.4.4 |
| 561 | 2026-06-20T21:37:48.958Z | Downloaded async-stream-impl v0.3.6 |
| 562 | 2026-06-20T21:37:48.961Z | Downloaded darling_core v0.13.4 |
| 563 | 2026-06-20T21:37:48.965Z | Downloaded bit-set v0.5.3 |
| 564 | 2026-06-20T21:37:48.967Z | Downloaded env_filter v1.0.0 |
| 565 | 2026-06-20T21:37:48.967Z | Downloaded chacha20 v0.9.1 |
| 566 | 2026-06-20T21:37:48.970Z | Downloaded ascii-canvas v3.0.0 |
| 567 | 2026-06-20T21:37:48.973Z | Downloaded dof v0.4.0 |
| 568 | 2026-06-20T21:37:48.973Z | Downloaded darling_macro v0.20.11 |
| 569 | 2026-06-20T21:37:48.976Z | Downloaded cstr-argument v0.1.2 |
| 570 | 2026-06-20T21:37:48.976Z | Downloaded enum-as-inner v0.6.1 |
| 571 | 2026-06-20T21:37:48.976Z | Downloaded dirs-sys-next v0.1.2 |
| 572 | 2026-06-20T21:37:48.976Z | Downloaded compression-codecs v0.4.37 |
| 573 | 2026-06-20T21:37:48.978Z | Downloaded arrayvec v0.7.6 |
| 574 | 2026-06-20T21:37:48.981Z | Downloaded cmake v0.1.57 |
| 575 | 2026-06-20T21:37:48.981Z | Downloaded cassowary v0.3.0 |
| 576 | 2026-06-20T21:37:48.984Z | Downloaded byte-wrapper v0.1.0 |
| 577 | 2026-06-20T21:37:48.987Z | Downloaded bitfield-struct v0.6.2 |
| 578 | 2026-06-20T21:37:48.987Z | Downloaded cargo-platform v0.3.2 |
| 579 | 2026-06-20T21:37:48.987Z | Downloaded async-trait v0.1.89 |
| 580 | 2026-06-20T21:37:48.990Z | Downloaded float-cmp v0.10.0 |
| 581 | 2026-06-20T21:37:48.990Z | Downloaded defmt-parser v1.0.0 |
| 582 | 2026-06-20T21:37:48.993Z | Downloaded dirs-next v2.0.0 |
| 583 | 2026-06-20T21:37:48.993Z | Downloaded constant_time_eq v0.4.2 |
| 584 | 2026-06-20T21:37:48.996Z | Downloaded ciborium-ll v0.2.2 |
| 585 | 2026-06-20T21:37:48.996Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 586 | 2026-06-20T21:37:48.996Z | Downloaded base16ct v0.2.0 |
| 587 | 2026-06-20T21:37:48.996Z | Downloaded darling_core v0.21.3 |
| 588 | 2026-06-20T21:37:48.999Z | Downloaded bit-set v0.8.0 |
| 589 | 2026-06-20T21:37:49.001Z | Downloaded atomic-waker v1.1.2 |
| 590 | 2026-06-20T21:37:49.004Z | Downloaded fixedbitset v0.4.2 |
| 591 | 2026-06-20T21:37:49.004Z | Downloaded dyn-clone v1.0.20 |
| 592 | 2026-06-20T21:37:49.006Z | Downloaded castaway v0.2.4 |
| 593 | 2026-06-20T21:37:49.006Z | Downloaded dunce v1.0.5 |
| 594 | 2026-06-20T21:37:49.009Z | Downloaded downcast-rs v2.0.2 |
| 595 | 2026-06-20T21:37:49.009Z | Downloaded document-features v0.2.12 |
| 596 | 2026-06-20T21:37:49.012Z | Downloaded endian-type v0.1.2 |
| 597 | 2026-06-20T21:37:49.012Z | Downloaded darling_macro v0.13.4 |
| 598 | 2026-06-20T21:37:49.012Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 599 | 2026-06-20T21:37:49.014Z | Downloaded darling_macro v0.23.0 |
| 600 | 2026-06-20T21:37:49.015Z | Downloaded crc8 v0.1.1 |
| 601 | 2026-06-20T21:37:49.015Z | Downloaded crc v3.4.0 |
| 602 | 2026-06-20T21:37:49.017Z | Downloaded compression-core v0.4.31 |
| 603 | 2026-06-20T21:37:49.017Z | Downloaded ciborium-io v0.2.2 |
| 604 | 2026-06-20T21:37:49.017Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 605 | 2026-06-20T21:37:49.017Z | Downloaded embedded-io v0.4.0 |
| 606 | 2026-06-20T21:37:49.020Z | Downloaded crc-catalog v2.4.0 |
| 607 | 2026-06-20T21:37:49.020Z | Downloaded difflib v0.4.0 |
| 608 | 2026-06-20T21:37:49.022Z | Downloaded flagset v0.4.7 |
| 609 | 2026-06-20T21:37:49.022Z | Downloaded ciborium v0.2.2 |
| 610 | 2026-06-20T21:37:49.025Z | Downloaded cbc v0.1.2 |
| 611 | 2026-06-20T21:37:49.025Z | Downloaded bit-vec v0.6.3 |
| 612 | 2026-06-20T21:37:49.027Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 613 | 2026-06-20T21:37:49.027Z | Downloaded bzip2 v0.6.1 |
| 614 | 2026-06-20T21:37:49.027Z | Downloaded derive_builder_macro v0.20.2 |
| 615 | 2026-06-20T21:37:49.029Z | Downloaded cookie v0.18.1 |
| 616 | 2026-06-20T21:37:49.034Z | Downloaded block-padding v0.3.3 |
| 617 | 2026-06-20T21:37:49.034Z | Downloaded console v0.15.11 |
| 618 | 2026-06-20T21:37:49.036Z | Downloaded colored v2.2.0 |
| 619 | 2026-06-20T21:37:49.036Z | Downloaded foreign-types v0.5.0 |
| 620 | 2026-06-20T21:37:49.036Z | Downloaded debug-ignore v1.0.5 |
| 621 | 2026-06-20T21:37:49.036Z | Downloaded dtrace-parser v0.3.0 |
| 622 | 2026-06-20T21:37:49.039Z | Downloaded cancel-safe-futures v0.1.5 |
| 623 | 2026-06-20T21:37:49.039Z | Downloaded fd-lock v4.0.4 |
| 624 | 2026-06-20T21:37:49.042Z | Downloaded daft-derive v0.1.7 |
| 625 | 2026-06-20T21:37:49.044Z | Downloaded convert_case v0.4.0 |
| 626 | 2026-06-20T21:37:49.044Z | Downloaded cfg_aliases v0.1.1 |
| 627 | 2026-06-20T21:37:49.044Z | Downloaded csv-core v0.1.13 |
| 628 | 2026-06-20T21:37:49.047Z | Downloaded env_logger v0.11.9 |
| 629 | 2026-06-20T21:37:49.047Z | Downloaded deranged v0.5.8 |
| 630 | 2026-06-20T21:37:49.049Z | Downloaded allocator-api2 v0.2.21 |
| 631 | 2026-06-20T21:37:49.052Z | Downloaded foreign-types-macros v0.2.3 |
| 632 | 2026-06-20T21:37:49.052Z | Downloaded ecdsa v0.16.9 |
| 633 | 2026-06-20T21:37:49.052Z | Downloaded fxhash v0.2.1 |
| 634 | 2026-06-20T21:37:49.056Z | Downloaded fixedbitset v0.5.7 |
| 635 | 2026-06-20T21:37:49.056Z | Downloaded erased-serde v0.3.31 |
| 636 | 2026-06-20T21:37:49.058Z | Downloaded futures-sink v0.3.32 |
| 637 | 2026-06-20T21:37:49.058Z | Downloaded defmt-macros v1.0.1 |
| 638 | 2026-06-20T21:37:49.061Z | Downloaded chacha20 v0.10.0 |
| 639 | 2026-06-20T21:37:49.061Z | Downloaded cexpr v0.6.0 |
| 640 | 2026-06-20T21:37:49.065Z | Downloaded foreign-types v0.3.2 |
| 641 | 2026-06-20T21:37:49.065Z | Downloaded bcs v0.1.6 |
| 642 | 2026-06-20T21:37:49.067Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-06-20T21:37:49.067Z | Downloaded futures-core v0.3.32 |
| 644 | 2026-06-20T21:37:49.067Z | Downloaded anstream v0.6.21 |
| 645 | 2026-06-20T21:37:49.067Z | Downloaded git-stub v1.0.0 |
| 646 | 2026-06-20T21:37:49.070Z | Downloaded cipher v0.4.4 |
| 647 | 2026-06-20T21:37:49.070Z | Downloaded hash32 v0.2.1 |
| 648 | 2026-06-20T21:37:49.072Z | Downloaded buf-list v1.1.2 |
| 649 | 2026-06-20T21:37:49.072Z | Downloaded blowfish v0.9.1 |
| 650 | 2026-06-20T21:37:49.075Z | Downloaded bitflags v1.3.2 |
| 651 | 2026-06-20T21:37:49.075Z | Downloaded hash32 v0.3.1 |
| 652 | 2026-06-20T21:37:49.077Z | Downloaded ghash v0.5.1 |
| 653 | 2026-06-20T21:37:49.077Z | Downloaded ff v0.13.1 |
| 654 | 2026-06-20T21:37:49.081Z | Downloaded embedded-io v0.6.1 |
| 655 | 2026-06-20T21:37:49.081Z | Downloaded gethostname v0.5.0 |
| 656 | 2026-06-20T21:37:49.081Z | Downloaded foreign-types-shared v0.1.1 |
| 657 | 2026-06-20T21:37:49.081Z | Downloaded foreign-types-shared v0.3.1 |
| 658 | 2026-06-20T21:37:49.084Z | Downloaded cargo_metadata v0.23.1 |
| 659 | 2026-06-20T21:37:49.084Z | Downloaded async-stream v0.3.6 |
| 660 | 2026-06-20T21:37:49.084Z | Downloaded derive-ex v0.1.8 |
| 661 | 2026-06-20T21:37:49.086Z | Downloaded crossbeam-deque v0.8.6 |
| 662 | 2026-06-20T21:37:49.086Z | Downloaded critical-section v1.2.0 |
| 663 | 2026-06-20T21:37:49.086Z | Downloaded hex-literal v0.4.1 |
| 664 | 2026-06-20T21:37:49.090Z | Downloaded backoff v0.4.0 |
| 665 | 2026-06-20T21:37:49.090Z | Downloaded bitfield v0.19.4 |
| 666 | 2026-06-20T21:37:49.093Z | Downloaded const_format_proc_macros v0.2.34 |
| 667 | 2026-06-20T21:37:49.093Z | Downloaded find-msvc-tools v0.1.9 |
| 668 | 2026-06-20T21:37:49.093Z | Downloaded bit-vec v0.8.0 |
| 669 | 2026-06-20T21:37:49.096Z | Downloaded filetime v0.2.27 |
| 670 | 2026-06-20T21:37:49.096Z | Downloaded diesel-dtrace v0.5.0 |
| 671 | 2026-06-20T21:37:49.096Z | Downloaded data-encoding v2.10.0 |
| 672 | 2026-06-20T21:37:49.098Z | Downloaded daft v0.1.7 |
| 673 | 2026-06-20T21:37:49.098Z | Downloaded backon v1.6.0 |
| 674 | 2026-06-20T21:37:49.102Z | Downloaded fallible-iterator v0.2.0 |
| 675 | 2026-06-20T21:37:49.102Z | Downloaded darling v0.21.3 |
| 676 | 2026-06-20T21:37:49.104Z | Downloaded derive_builder v0.20.2 |
| 677 | 2026-06-20T21:37:49.107Z | Downloaded headers-core v0.3.0 |
| 678 | 2026-06-20T21:37:49.107Z | Downloaded diff v0.1.13 |
| 679 | 2026-06-20T21:37:49.109Z | Downloaded corncobs v0.1.4 |
| 680 | 2026-06-20T21:37:49.110Z | Downloaded convert_case v0.10.0 |
| 681 | 2026-06-20T21:37:49.112Z | Downloaded hex v0.4.3 |
| 682 | 2026-06-20T21:37:49.112Z | Downloaded async-bb8-diesel v0.2.1 |
| 683 | 2026-06-20T21:37:49.115Z | Downloaded http-range v0.1.5 |
| 684 | 2026-06-20T21:37:49.115Z | Downloaded foldhash v0.2.0 |
| 685 | 2026-06-20T21:37:49.119Z | Downloaded foldhash v0.1.5 |
| 686 | 2026-06-20T21:37:49.119Z | Downloaded http-body v1.0.1 |
| 687 | 2026-06-20T21:37:49.119Z | Downloaded hostname v0.3.1 |
| 688 | 2026-06-20T21:37:49.122Z | Downloaded glob v0.3.3 |
| 689 | 2026-06-20T21:37:49.122Z | Downloaded git-stub-vcs v0.1.0 |
| 690 | 2026-06-20T21:37:49.122Z | Downloaded hyper-tls v0.6.0 |
| 691 | 2026-06-20T21:37:49.122Z | Downloaded home v0.5.12 |
| 692 | 2026-06-20T21:37:49.122Z | Downloaded futures-executor v0.3.32 |
| 693 | 2026-06-20T21:37:49.126Z | Downloaded fs_extra v1.3.0 |
| 694 | 2026-06-20T21:37:49.126Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 695 | 2026-06-20T21:37:49.129Z | Downloaded hubpack v0.1.2 |
| 696 | 2026-06-20T21:37:49.129Z | Downloaded hostname v0.4.2 |
| 697 | 2026-06-20T21:37:49.129Z | Downloaded httpdate v1.0.3 |
| 698 | 2026-06-20T21:37:49.129Z | Downloaded indent_write v2.2.0 |
| 699 | 2026-06-20T21:37:49.132Z | Downloaded illumos-nvpair v0.3.0 |
| 700 | 2026-06-20T21:37:49.132Z | Downloaded ident_case v1.0.1 |
| 701 | 2026-06-20T21:37:49.132Z | Downloaded fs-err v2.11.0 |
| 702 | 2026-06-20T21:37:49.132Z | Downloaded inout v0.1.4 |
| 703 | 2026-06-20T21:37:49.135Z | Downloaded camino-tempfile-ext v0.3.3 |
| 704 | 2026-06-20T21:37:49.135Z | Downloaded darling v0.23.0 |
| 705 | 2026-06-20T21:37:49.137Z | Downloaded ena v0.14.4 |
| 706 | 2026-06-20T21:37:49.140Z | Downloaded des v0.8.1 |
| 707 | 2026-06-20T21:37:49.140Z | Downloaded const-oid v0.9.6 |
| 708 | 2026-06-20T21:37:49.142Z | Downloaded colored v3.1.1 |
| 709 | 2026-06-20T21:37:49.142Z | Downloaded group v0.13.0 |
| 710 | 2026-06-20T21:37:49.145Z | Downloaded globwalk v0.9.1 |
| 711 | 2026-06-20T21:37:49.146Z | Downloaded globset v0.4.18 |
| 712 | 2026-06-20T21:37:49.148Z | Downloaded crc32fast v1.5.0 |
| 713 | 2026-06-20T21:37:49.148Z | Downloaded crypto-bigint v0.5.5 |
| 714 | 2026-06-20T21:37:49.150Z | Downloaded is_ci v1.2.0 |
| 715 | 2026-06-20T21:37:49.153Z | Downloaded indoc v1.0.9 |
| 716 | 2026-06-20T21:37:49.153Z | Downloaded instant v0.1.13 |
| 717 | 2026-06-20T21:37:49.155Z | Downloaded instability v0.3.11 |
| 718 | 2026-06-20T21:37:49.155Z | Downloaded hubpack_derive v0.1.1 |
| 719 | 2026-06-20T21:37:49.158Z | Downloaded internet-checksum v0.2.1 |
| 720 | 2026-06-20T21:37:49.158Z | Downloaded kstat-rs v0.2.4 |
| 721 | 2026-06-20T21:37:49.158Z | Downloaded is-terminal v0.4.17 |
| 722 | 2026-06-20T21:37:49.160Z | Downloaded clang-sys v1.8.1 |
| 723 | 2026-06-20T21:37:49.160Z | Downloaded lazy_static v1.5.0 |
| 724 | 2026-06-20T21:37:49.163Z | Downloaded keccak v0.1.6 |
| 725 | 2026-06-20T21:37:49.163Z | Downloaded derive_more v0.99.20 |
| 726 | 2026-06-20T21:37:49.166Z | Downloaded drift v0.2.0 |
| 727 | 2026-06-20T21:37:49.171Z | Downloaded linked-hash-map v0.5.6 |
| 728 | 2026-06-20T21:37:49.174Z | Downloaded lalrpop-util v0.19.12 |
| 729 | 2026-06-20T21:37:49.174Z | Downloaded console v0.16.2 |
| 730 | 2026-06-20T21:37:49.176Z | Downloaded chacha20poly1305 v0.10.1 |
| 731 | 2026-06-20T21:37:49.177Z | Downloaded bzip2 v0.4.4 |
| 732 | 2026-06-20T21:37:49.179Z | Downloaded ed25519 v2.2.3 |
| 733 | 2026-06-20T21:37:49.179Z | Downloaded libscf-sys v1.1.0 |
| 734 | 2026-06-20T21:37:49.179Z | Downloaded base64ct v1.8.3 |
| 735 | 2026-06-20T21:37:49.183Z | Downloaded maplit v1.0.2 |
| 736 | 2026-06-20T21:37:49.183Z | Downloaded either v1.15.0 |
| 737 | 2026-06-20T21:37:49.183Z | Downloaded darling v0.13.4 |
| 738 | 2026-06-20T21:37:49.185Z | Downloaded defmt v1.0.1 |
| 739 | 2026-06-20T21:37:49.188Z | Downloaded memoffset v0.9.1 |
| 740 | 2026-06-20T21:37:49.188Z | Downloaded md5 v0.7.0 |
| 741 | 2026-06-20T21:37:49.188Z | Downloaded lzss v0.8.2 |
| 742 | 2026-06-20T21:37:49.190Z | Downloaded lru-slab v0.1.2 |
| 743 | 2026-06-20T21:37:49.190Z | Downloaded lru-cache v0.1.2 |
| 744 | 2026-06-20T21:37:49.190Z | Downloaded managed v0.8.0 |
| 745 | 2026-06-20T21:37:49.193Z | Downloaded lru v0.12.5 |
| 746 | 2026-06-20T21:37:49.193Z | Downloaded match_cfg v0.1.0 |
| 747 | 2026-06-20T21:37:49.193Z | Downloaded http-body-util v0.1.3 |
| 748 | 2026-06-20T21:37:49.195Z | Downloaded cookie_store v0.22.1 |
| 749 | 2026-06-20T21:37:49.195Z | Downloaded ingot v0.1.1 |
| 750 | 2026-06-20T21:37:49.198Z | Downloaded indoc v2.0.7 |
| 751 | 2026-06-20T21:37:49.201Z | Downloaded hyper-staticfile v0.10.1 |
| 752 | 2026-06-20T21:37:49.201Z | Downloaded md-5 v0.10.6 |
| 753 | 2026-06-20T21:37:49.201Z | Downloaded humantime v2.3.0 |
| 754 | 2026-06-20T21:37:49.203Z | Downloaded newtype-uuid-macros v0.1.0 |
| 755 | 2026-06-20T21:37:49.203Z | Downloaded getrandom v0.2.17 |
| 756 | 2026-06-20T21:37:49.205Z | Downloaded blake2 v0.10.6 |
| 757 | 2026-06-20T21:37:49.208Z | Downloaded nodrop v0.1.14 |
| 758 | 2026-06-20T21:37:49.208Z | Downloaded fatfs v0.3.6 |
| 759 | 2026-06-20T21:37:49.210Z | Downloaded elliptic-curve v0.13.8 |
| 760 | 2026-06-20T21:37:49.213Z | Downloaded derive-where v1.6.0 |
| 761 | 2026-06-20T21:37:49.216Z | Downloaded new_debug_unreachable v1.0.6 |
| 762 | 2026-06-20T21:37:49.216Z | Downloaded multimap v0.10.1 |
| 763 | 2026-06-20T21:37:49.216Z | Downloaded futures-task v0.3.32 |
| 764 | 2026-06-20T21:37:49.216Z | Downloaded futures-macro v0.3.32 |
| 765 | 2026-06-20T21:37:49.218Z | Downloaded ingot-types v0.1.2 |
| 766 | 2026-06-20T21:37:49.218Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 767 | 2026-06-20T21:37:49.221Z | Downloaded newline-converter v0.3.0 |
| 768 | 2026-06-20T21:37:49.221Z | Downloaded funty v2.0.0 |
| 769 | 2026-06-20T21:37:49.221Z | Downloaded nibble_vec v0.1.0 |
| 770 | 2026-06-20T21:37:49.226Z | Downloaded der_derive v0.7.3 |
| 771 | 2026-06-20T21:37:49.226Z | Downloaded ipnet v2.11.0 |
| 772 | 2026-06-20T21:37:49.229Z | Downloaded num-conv v0.2.0 |
| 773 | 2026-06-20T21:37:49.229Z | Downloaded num-iter v0.1.45 |
| 774 | 2026-06-20T21:37:49.229Z | Downloaded num-derive v0.3.3 |
| 775 | 2026-06-20T21:37:49.229Z | Downloaded newtype_derive v0.1.6 |
| 776 | 2026-06-20T21:37:49.229Z | Downloaded ctr v0.9.2 |
| 777 | 2026-06-20T21:37:49.231Z | Downloaded opaque-debug v0.3.1 |
| 778 | 2026-06-20T21:37:49.231Z | Downloaded ipnetwork v0.21.1 |
| 779 | 2026-06-20T21:37:49.231Z | Downloaded libefi-sys v0.1.0 |
| 780 | 2026-06-20T21:37:49.235Z | Downloaded darling v0.20.11 |
| 781 | 2026-06-20T21:37:49.243Z | Downloaded array-init v0.0.4 |
| 782 | 2026-06-20T21:37:49.244Z | Downloaded num v0.4.3 |
| 783 | 2026-06-20T21:37:49.244Z | Downloaded normalize-line-endings v0.3.0 |
| 784 | 2026-06-20T21:37:49.248Z | Downloaded ahash v0.8.12 |
| 785 | 2026-06-20T21:37:49.248Z | Downloaded jobserver v0.1.34 |
| 786 | 2026-06-20T21:37:49.248Z | Downloaded hmac v0.12.1 |
| 787 | 2026-06-20T21:37:49.250Z | Downloaded crossterm v0.28.1 |
| 788 | 2026-06-20T21:37:49.253Z | Downloaded mime v0.3.17 |
| 789 | 2026-06-20T21:37:49.253Z | Downloaded num_threads v0.1.7 |
| 790 | 2026-06-20T21:37:49.255Z | Downloaded openssl-probe v0.1.6 |
| 791 | 2026-06-20T21:37:49.255Z | Downloaded openssl-macros v0.1.1 |
| 792 | 2026-06-20T21:37:49.255Z | Downloaded olpc-cjson v0.1.4 |
| 793 | 2026-06-20T21:37:49.255Z | Downloaded num_enum_derive v0.5.11 |
| 794 | 2026-06-20T21:37:49.258Z | Downloaded num-derive v0.4.2 |
| 795 | 2026-06-20T21:37:49.258Z | Downloaded lock_api v0.4.14 |
| 796 | 2026-06-20T21:37:49.261Z | Downloaded openssl-probe v0.2.1 |
| 797 | 2026-06-20T21:37:49.261Z | Downloaded httparse v1.10.1 |
| 798 | 2026-06-20T21:37:49.264Z | Downloaded mime_guess v2.0.5 |
| 799 | 2026-06-20T21:37:49.264Z | Downloaded half v1.8.3 |
| 800 | 2026-06-20T21:37:49.266Z | Downloaded ingot-macros v0.1.1 |
| 801 | 2026-06-20T21:37:49.266Z | Downloaded highway v1.3.0 |
| 802 | 2026-06-20T21:37:49.266Z | Downloaded futures-channel v0.3.32 |
| 803 | 2026-06-20T21:37:49.269Z | Downloaded nanorand v0.7.0 |
| 804 | 2026-06-20T21:37:49.271Z | Downloaded maybe-uninit v2.0.0 |
| 805 | 2026-06-20T21:37:49.271Z | Downloaded iana-time-zone v0.1.65 |
| 806 | 2026-06-20T21:37:49.275Z | Downloaded packed_struct_codegen v0.10.1 |
| 807 | 2026-06-20T21:37:49.275Z | Downloaded oso-derive v0.27.3 |
| 808 | 2026-06-20T21:37:49.275Z | Downloaded getrandom v0.3.4 |
| 809 | 2026-06-20T21:37:49.277Z | Downloaded parse-display v0.10.0 |
| 810 | 2026-06-20T21:37:49.278Z | Downloaded darling_core v0.23.0 |
| 811 | 2026-06-20T21:37:49.280Z | Downloaded linear-map v1.2.0 |
| 812 | 2026-06-20T21:37:49.280Z | Downloaded libsw-core v0.3.2 |
| 813 | 2026-06-20T21:37:49.282Z | Downloaded libsw v3.5.0 |
| 814 | 2026-06-20T21:37:49.282Z | Downloaded futures v0.3.32 |
| 815 | 2026-06-20T21:37:49.285Z | Downloaded compact_str v0.8.1 |
| 816 | 2026-06-20T21:37:49.288Z | Downloaded dropshot_endpoint v0.17.0 |
| 817 | 2026-06-20T21:37:49.290Z | Downloaded nonempty v0.12.0 |
| 818 | 2026-06-20T21:37:49.292Z | Downloaded multer v3.1.0 |
| 819 | 2026-06-20T21:37:49.292Z | Downloaded half v2.7.1 |
| 820 | 2026-06-20T21:37:49.295Z | Downloaded pbkdf2 v0.11.0 |
| 821 | 2026-06-20T21:37:49.295Z | Downloaded flate2 v1.1.9 |
| 822 | 2026-06-20T21:37:49.298Z | Downloaded der v0.7.10 |
| 823 | 2026-06-20T21:37:49.301Z | Downloaded path-slash v0.1.5 |
| 824 | 2026-06-20T21:37:49.304Z | Downloaded num_enum v0.5.11 |
| 825 | 2026-06-20T21:37:49.306Z | Downloaded pbkdf2 v0.12.2 |
| 826 | 2026-06-20T21:37:49.306Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-06-20T21:37:49.309Z | Downloaded num-complex v0.4.6 |
| 828 | 2026-06-20T21:37:49.309Z | Downloaded phf_shared v0.12.1 |
| 829 | 2026-06-20T21:37:49.309Z | Downloaded peg-runtime v0.8.5 |
| 830 | 2026-06-20T21:37:49.312Z | Downloaded bytes v1.11.1 |
| 831 | 2026-06-20T21:37:49.312Z | Downloaded phf_shared v0.11.3 |
| 832 | 2026-06-20T21:37:49.314Z | Downloaded nu-ansi-term v0.50.3 |
| 833 | 2026-06-20T21:37:49.314Z | Downloaded phf_shared v0.13.1 |
| 834 | 2026-06-20T21:37:49.317Z | Downloaded cc v1.2.56 |
| 835 | 2026-06-20T21:37:49.317Z | Downloaded base64 v0.22.1 |
| 836 | 2026-06-20T21:37:49.319Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-06-20T21:37:49.322Z | Downloaded litrs v1.0.0 |
| 838 | 2026-06-20T21:37:49.324Z | Downloaded crossterm v0.29.0 |
| 839 | 2026-06-20T21:37:49.327Z | Downloaded num_enum v0.7.6 |
| 840 | 2026-06-20T21:37:49.330Z | Downloaded pin-utils v0.1.0 |
| 841 | 2026-06-20T21:37:49.332Z | Downloaded owo-colors v4.3.0 |
| 842 | 2026-06-20T21:37:49.332Z | Downloaded libloading v0.8.9 |
| 843 | 2026-06-20T21:37:49.335Z | Downloaded flume v0.11.1 |
| 844 | 2026-06-20T21:37:49.338Z | Downloaded native-tls v0.2.18 |
| 845 | 2026-06-20T21:37:49.340Z | Downloaded ignore v0.4.25 |
| 846 | 2026-06-20T21:37:49.344Z | Downloaded password-hash v0.4.2 |
| 847 | 2026-06-20T21:37:49.347Z | Downloaded parse-size v1.1.0 |
| 848 | 2026-06-20T21:37:49.349Z | Downloaded parking_lot_core v0.8.6 |
| 849 | 2026-06-20T21:37:49.352Z | Downloaded predicates-core v1.0.10 |
| 850 | 2026-06-20T21:37:49.354Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 851 | 2026-06-20T21:37:49.354Z | Downloaded proc-macro-crate v1.3.1 |
| 852 | 2026-06-20T21:37:49.354Z | Downloaded crossbeam-channel v0.5.15 |
| 853 | 2026-06-20T21:37:49.357Z | Downloaded oxnet v0.1.6 |
| 854 | 2026-06-20T21:37:49.359Z | Downloaded oxide-tokio-rt v0.1.4 |
| 855 | 2026-06-20T21:37:49.359Z | Downloaded parse-display-derive v0.10.0 |
| 856 | 2026-06-20T21:37:49.362Z | Downloaded packed_struct v0.10.1 |
| 857 | 2026-06-20T21:37:49.362Z | Downloaded memmap2 v0.9.10 |
| 858 | 2026-06-20T21:37:49.365Z | Downloaded heapless v0.8.0 |
| 859 | 2026-06-20T21:37:49.367Z | Downloaded password-hash v0.5.0 |
| 860 | 2026-06-20T21:37:49.367Z | Downloaded paste v1.0.15 |
| 861 | 2026-06-20T21:37:49.370Z | Downloaded indexmap v1.9.3 |
| 862 | 2026-06-20T21:37:49.372Z | Downloaded base64 v0.21.7 |
| 863 | 2026-06-20T21:37:49.374Z | Downloaded progenitor-client v0.14.0 |
| 864 | 2026-06-20T21:37:49.374Z | Downloaded derive_more-impl v2.1.1 |
| 865 | 2026-06-20T21:37:49.377Z | Downloaded progenitor-macro v0.14.0 |
| 866 | 2026-06-20T21:37:49.379Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-06-20T21:37:49.379Z | Downloaded newtype-uuid v1.3.2 |
| 868 | 2026-06-20T21:37:49.382Z | Downloaded arc-swap v1.8.2 |
| 869 | 2026-06-20T21:37:49.382Z | Downloaded quick-error v1.2.3 |
| 870 | 2026-06-20T21:37:49.385Z | Downloaded phf v0.12.1 |
| 871 | 2026-06-20T21:37:49.385Z | Downloaded pem-rfc7468 v0.7.0 |
| 872 | 2026-06-20T21:37:49.387Z | Downloaded pem v3.0.6 |
| 873 | 2026-06-20T21:37:49.399Z | Downloaded rand_chacha v0.3.1 |
| 874 | 2026-06-20T21:37:49.401Z | Downloaded radium v0.7.0 |
| 875 | 2026-06-20T21:37:49.401Z | Downloaded headers v0.4.1 |
| 876 | 2026-06-20T21:37:49.404Z | Downloaded psl-types v2.0.11 |
| 877 | 2026-06-20T21:37:49.407Z | Downloaded omicron-zone-package v0.12.2 |
| 878 | 2026-06-20T21:37:49.410Z | Downloaded poly1305 v0.8.0 |
| 879 | 2026-06-20T21:37:49.410Z | Downloaded pkg-config v0.3.32 |
| 880 | 2026-06-20T21:37:49.413Z | Downloaded libbz2-rs-sys v0.2.2 |
| 881 | 2026-06-20T21:37:49.413Z | Downloaded num_enum_derive v0.7.6 |
| 882 | 2026-06-20T21:37:49.413Z | Downloaded hyper-rustls v0.27.7 |
| 883 | 2026-06-20T21:37:49.413Z | Downloaded bumpalo v3.20.2 |
| 884 | 2026-06-20T21:37:49.416Z | Downloaded ppv-lite86 v0.2.21 |
| 885 | 2026-06-20T21:37:49.418Z | Downloaded pkcs8 v0.10.2 |
| 886 | 2026-06-20T21:37:49.418Z | Downloaded predicates-tree v1.0.13 |
| 887 | 2026-06-20T21:37:49.421Z | Downloaded precomputed-hash v0.1.1 |
| 888 | 2026-06-20T21:37:49.421Z | Downloaded parking_lot_core v0.9.12 |
| 889 | 2026-06-20T21:37:49.423Z | Downloaded parking_lot v0.12.5 |
| 890 | 2026-06-20T21:37:49.425Z | Downloaded parking_lot v0.11.2 |
| 891 | 2026-06-20T21:37:49.428Z | Downloaded powerfmt v0.2.0 |
| 892 | 2026-06-20T21:37:49.431Z | Downloaded ref-cast-impl v1.0.25 |
| 893 | 2026-06-20T21:37:49.431Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 894 | 2026-06-20T21:37:49.433Z | Downloaded recursive v0.1.1 |
| 895 | 2026-06-20T21:37:49.433Z | Downloaded predicates v3.1.4 |
| 896 | 2026-06-20T21:37:49.433Z | Downloaded postgres-protocol v0.6.10 |
| 897 | 2026-06-20T21:37:49.436Z | Downloaded ref-cast v1.0.25 |
| 898 | 2026-06-20T21:37:49.438Z | Downloaded rfc6979 v0.4.0 |
| 899 | 2026-06-20T21:37:49.438Z | Downloaded expectorate v1.2.0 |
| 900 | 2026-06-20T21:37:49.441Z | Downloaded indicatif v0.18.4 |
| 901 | 2026-06-20T21:37:49.443Z | Downloaded ar_archive_writer v0.5.1 |
| 902 | 2026-06-20T21:37:49.446Z | Downloaded progenitor-macro v0.13.0 |
| 903 | 2026-06-20T21:37:49.446Z | Downloaded ed25519-dalek v2.2.0 |
| 904 | 2026-06-20T21:37:49.448Z | Downloaded progenitor v0.14.0 |
| 905 | 2026-06-20T21:37:49.449Z | Downloaded progenitor v0.13.0 |
| 906 | 2026-06-20T21:37:49.449Z | Downloaded primeorder v0.13.6 |
| 907 | 2026-06-20T21:37:49.451Z | Downloaded progenitor-client v0.13.0 |
| 908 | 2026-06-20T21:37:49.451Z | Downloaded peg v0.8.5 |
| 909 | 2026-06-20T21:37:49.454Z | Downloaded rtoolbox v0.0.3 |
| 910 | 2026-06-20T21:37:49.454Z | Downloaded r2d2 v0.8.10 |
| 911 | 2026-06-20T21:37:49.456Z | Downloaded progenitor-extras v0.2.0 |
| 912 | 2026-06-20T21:37:49.456Z | Downloaded peg-macros v0.8.5 |
| 913 | 2026-06-20T21:37:49.459Z | Downloaded derive_more v2.1.1 |
| 914 | 2026-06-20T21:37:49.463Z | Downloaded rustc_version v0.4.1 |
| 915 | 2026-06-20T21:37:49.466Z | Downloaded rand_core v0.6.4 |
| 916 | 2026-06-20T21:37:49.466Z | Downloaded rand_chacha v0.9.0 |
| 917 | 2026-06-20T21:37:49.468Z | Downloaded pin-project-internal v1.1.11 |
| 918 | 2026-06-20T21:37:49.469Z | Downloaded const_format v0.2.35 |
| 919 | 2026-06-20T21:37:49.471Z | Downloaded async-compression v0.4.41 |
| 920 | 2026-06-20T21:37:49.474Z | Downloaded same-file v1.0.6 |
| 921 | 2026-06-20T21:37:49.477Z | Downloaded salsa20 v0.10.2 |
| 922 | 2026-06-20T21:37:49.477Z | Downloaded rand_seeder v0.4.0 |
| 923 | 2026-06-20T21:37:49.479Z | Downloaded pin-project-lite v0.2.17 |
| 924 | 2026-06-20T21:37:49.482Z | Downloaded postgres-types v0.2.12 |
| 925 | 2026-06-20T21:37:49.484Z | Downloaded rand_xorshift v0.4.0 |
| 926 | 2026-06-20T21:37:49.484Z | Downloaded pkcs1 v0.7.5 |
| 927 | 2026-06-20T21:37:49.487Z | Downloaded phf v0.13.1 |
| 928 | 2026-06-20T21:37:49.487Z | Downloaded miniz_oxide v0.8.9 |
| 929 | 2026-06-20T21:37:49.489Z | Downloaded rustc_version v0.1.7 |
| 930 | 2026-06-20T21:37:49.489Z | Downloaded rustc-hash v2.1.1 |
| 931 | 2026-06-20T21:37:49.489Z | Downloaded pkcs5 v0.7.1 |
| 932 | 2026-06-20T21:37:49.492Z | Downloaded russh-cryptovec v0.7.3 |
| 933 | 2026-06-20T21:37:49.492Z | Downloaded proc-macro-error2 v2.0.1 |
| 934 | 2026-06-20T21:37:49.494Z | Downloaded diesel_derives v2.3.7 |
| 935 | 2026-06-20T21:37:49.498Z | Downloaded sapling-renderdag v0.1.0 |
| 936 | 2026-06-20T21:37:49.500Z | Downloaded oso v0.27.3 |
| 937 | 2026-06-20T21:37:49.502Z | Downloaded resolv-conf v0.7.6 |
| 938 | 2026-06-20T21:37:49.503Z | Downloaded darling_core v0.20.11 |
| 939 | 2026-06-20T21:37:49.505Z | Downloaded scrypt v0.11.0 |
| 940 | 2026-06-20T21:37:49.507Z | Downloaded scroll_derive v0.13.1 |
| 941 | 2026-06-20T21:37:49.507Z | Downloaded semver v0.1.20 |
| 942 | 2026-06-20T21:37:49.510Z | Downloaded seq-macro v0.3.6 |
| 943 | 2026-06-20T21:37:49.510Z | Downloaded scheduled-thread-pool v0.2.7 |
| 944 | 2026-06-20T21:37:49.510Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-06-20T21:37:49.512Z | Downloaded p256 v0.13.2 |
| 946 | 2026-06-20T21:37:49.515Z | Downloaded secrecy v0.8.0 |
| 947 | 2026-06-20T21:37:49.515Z | Downloaded scopeguard v1.2.0 |
| 948 | 2026-06-20T21:37:49.515Z | Downloaded heapless v0.7.17 |
| 949 | 2026-06-20T21:37:49.517Z | Downloaded hashbrown v0.12.3 |
| 950 | 2026-06-20T21:37:49.520Z | Downloaded psm v0.1.30 |
| 951 | 2026-06-20T21:37:49.523Z | Downloaded polyval v0.6.2 |
| 952 | 2026-06-20T21:37:49.525Z | Downloaded quinn-udp v0.5.14 |
| 953 | 2026-06-20T21:37:49.528Z | Downloaded serde-big-array v0.5.1 |
| 954 | 2026-06-20T21:37:49.528Z | Downloaded rustls-native-certs v0.8.3 |
| 955 | 2026-06-20T21:37:49.532Z | Downloaded rand_core v0.10.0 |
| 956 | 2026-06-20T21:37:49.534Z | Downloaded rand_core v0.9.5 |
| 957 | 2026-06-20T21:37:49.540Z | Downloaded pin-project v1.1.11 |
| 958 | 2026-06-20T21:37:49.544Z | Downloaded shell-words v1.1.1 |
| 959 | 2026-06-20T21:37:49.546Z | Downloaded sha1 v0.10.6 |
| 960 | 2026-06-20T21:37:49.546Z | Downloaded signal-hook-mio v0.2.5 |
| 961 | 2026-06-20T21:37:49.549Z | Downloaded hickory-resolver v0.25.2 |
| 962 | 2026-06-20T21:37:49.551Z | Downloaded jiff-static v0.2.21 |
| 963 | 2026-06-20T21:37:49.551Z | Downloaded schemars_derive v0.8.22 |
| 964 | 2026-06-20T21:37:49.554Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-06-20T21:37:49.557Z | Downloaded minimal-lexical v0.2.1 |
| 966 | 2026-06-20T21:37:49.560Z | Downloaded serde_urlencoded v0.7.1 |
| 967 | 2026-06-20T21:37:49.560Z | Downloaded prefix-trie v0.7.0 |
| 968 | 2026-06-20T21:37:49.560Z | Downloaded serde_plain v1.0.2 |
| 969 | 2026-06-20T21:37:49.563Z | Downloaded hyper-util v0.1.20 |
| 970 | 2026-06-20T21:37:49.565Z | Downloaded serde_spanned v1.0.4 |
| 971 | 2026-06-20T21:37:49.568Z | Downloaded rusty-fork v0.3.1 |
| 972 | 2026-06-20T21:37:49.568Z | Downloaded serde_repr v0.1.20 |
| 973 | 2026-06-20T21:37:49.570Z | Downloaded sigpipe v0.1.3 |
| 974 | 2026-06-20T21:37:49.570Z | Downloaded aes-gcm v0.10.3 |
| 975 | 2026-06-20T21:37:49.573Z | Downloaded signature v2.2.0 |
| 976 | 2026-06-20T21:37:49.573Z | Downloaded siphasher v1.0.2 |
| 977 | 2026-06-20T21:37:49.573Z | Downloaded rustversion v1.0.22 |
| 978 | 2026-06-20T21:37:49.576Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-06-20T21:37:49.576Z | Downloaded scroll v0.13.0 |
| 980 | 2026-06-20T21:37:49.578Z | Downloaded hickory-resolver v0.24.4 |
| 981 | 2026-06-20T21:37:49.581Z | Downloaded sec1 v0.7.3 |
| 982 | 2026-06-20T21:37:49.581Z | Downloaded sct v0.7.1 |
| 983 | 2026-06-20T21:37:49.583Z | Downloaded slog-envlogger v2.2.0 |
| 984 | 2026-06-20T21:37:49.586Z | Downloaded slog-bunyan v2.5.0 |
| 985 | 2026-06-20T21:37:49.586Z | Downloaded postcard v1.1.3 |
| 986 | 2026-06-20T21:37:49.588Z | Downloaded openssl-sys v0.9.115 |
| 987 | 2026-06-20T21:37:49.591Z | Downloaded hashbrown v0.13.2 |
| 988 | 2026-06-20T21:37:49.593Z | Downloaded papergrid v0.17.0 |
| 989 | 2026-06-20T21:37:49.595Z | Downloaded progenitor-impl v0.14.0 |
| 990 | 2026-06-20T21:37:49.598Z | Downloaded progenitor-impl v0.13.0 |
| 991 | 2026-06-20T21:37:49.603Z | Downloaded serde_bytes v0.11.19 |
| 992 | 2026-06-20T21:37:49.605Z | Downloaded serde-hex v0.1.0 |
| 993 | 2026-06-20T21:37:49.609Z | Downloaded russh-keys v0.45.0 |
| 994 | 2026-06-20T21:37:49.616Z | Downloaded hickory-server v0.25.2 |
| 995 | 2026-06-20T21:37:49.619Z | Downloaded ssh-encoding v0.2.0 |
| 996 | 2026-06-20T21:37:49.622Z | Downloaded serde_path_to_error v0.1.20 |
| 997 | 2026-06-20T21:37:49.622Z | Downloaded rustls-pemfile v1.0.4 |
| 998 | 2026-06-20T21:37:49.624Z | Downloaded serde_derive_internals v0.29.1 |
| 999 | 2026-06-20T21:37:49.624Z | Downloaded aes v0.8.4 |
| 1000 | 2026-06-20T21:37:49.626Z | Downloaded sqlparser_derive v0.5.0 |
| 1001 | 2026-06-20T21:37:49.630Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1002 | 2026-06-20T21:37:49.632Z | Downloaded ssh-cipher v0.2.0 |
| 1003 | 2026-06-20T21:37:49.636Z | Downloaded signal-hook-registry v1.4.8 |
| 1004 | 2026-06-20T21:37:49.638Z | Downloaded structmeta-derive v0.3.0 |
| 1005 | 2026-06-20T21:37:49.638Z | Downloaded prettyplease v0.2.37 |
| 1006 | 2026-06-20T21:37:49.641Z | Downloaded structmeta v0.3.0 |
| 1007 | 2026-06-20T21:37:49.641Z | Downloaded strsim v0.10.0 |
| 1008 | 2026-06-20T21:37:49.643Z | Downloaded serde_with_macros v1.5.2 |
| 1009 | 2026-06-20T21:37:49.643Z | Downloaded http v1.4.0 |
| 1010 | 2026-06-20T21:37:49.646Z | Downloaded shlex v1.3.0 |
| 1011 | 2026-06-20T21:37:49.650Z | Downloaded strum v0.27.2 |
| 1012 | 2026-06-20T21:37:49.652Z | Downloaded slab v0.4.12 |
| 1013 | 2026-06-20T21:37:49.655Z | Downloaded simd-adler32 v0.3.8 |
| 1014 | 2026-06-20T21:37:49.655Z | Downloaded rcgen v0.12.1 |
| 1015 | 2026-06-20T21:37:49.657Z | Downloaded dropshot-api-manager v0.7.2 |
| 1016 | 2026-06-20T21:37:49.660Z | Downloaded subtle v2.6.1 |
| 1017 | 2026-06-20T21:37:49.663Z | Downloaded smf v0.2.3 |
| 1018 | 2026-06-20T21:37:49.663Z | Downloaded slog-term v2.9.2 |
| 1019 | 2026-06-20T21:37:49.666Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-06-20T21:37:49.666Z | Downloaded tagptr v0.2.0 |
| 1021 | 2026-06-20T21:37:49.666Z | Downloaded supports-color v3.0.2 |
| 1022 | 2026-06-20T21:37:49.669Z | Downloaded slog-stdlog v4.1.1 |
| 1023 | 2026-06-20T21:37:49.669Z | Downloaded slog-scope v4.4.1 |
| 1024 | 2026-06-20T21:37:49.669Z | Downloaded tap v1.0.1 |
| 1025 | 2026-06-20T21:37:49.669Z | Downloaded smallvec v0.6.14 |
| 1026 | 2026-06-20T21:37:49.671Z | Downloaded slog-async v2.8.0 |
| 1027 | 2026-06-20T21:37:49.671Z | Downloaded mio v1.2.0 |
| 1028 | 2026-06-20T21:37:49.679Z | Downloaded spki v0.7.3 |
| 1029 | 2026-06-20T21:37:49.681Z | Downloaded tabled_derive v0.11.0 |
| 1030 | 2026-06-20T21:37:49.683Z | Downloaded take_mut v0.2.2 |
| 1031 | 2026-06-20T21:37:49.683Z | Downloaded tabwriter v1.4.1 |
| 1032 | 2026-06-20T21:37:49.689Z | Downloaded ron v0.8.1 |
| 1033 | 2026-06-20T21:37:49.695Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1034 | 2026-06-20T21:37:49.698Z | Downloaded serde_with_macros v3.17.0 |
| 1035 | 2026-06-20T21:37:49.698Z | Downloaded string_cache v0.8.9 |
| 1036 | 2026-06-20T21:37:49.700Z | Downloaded time-core v0.1.8 |
| 1037 | 2026-06-20T21:37:49.700Z | Downloaded stacker v0.1.23 |
| 1038 | 2026-06-20T21:37:49.703Z | Downloaded thread-id v5.1.0 |
| 1039 | 2026-06-20T21:37:49.703Z | Downloaded serde_cbor v0.11.2 |
| 1040 | 2026-06-20T21:37:49.705Z | Downloaded sqlformat v0.3.5 |
| 1041 | 2026-06-20T21:37:49.705Z | Downloaded tinyvec_macros v0.1.1 |
| 1042 | 2026-06-20T21:37:49.707Z | Downloaded testing_table v0.3.0 |
| 1043 | 2026-06-20T21:37:49.707Z | Downloaded termtree v0.5.1 |
| 1044 | 2026-06-20T21:37:49.710Z | Downloaded pretty_assertions v1.4.1 |
| 1045 | 2026-06-20T21:37:49.717Z | Downloaded rustls-pki-types v1.14.0 |
| 1046 | 2026-06-20T21:37:49.719Z | Downloaded strum v0.26.3 |
| 1047 | 2026-06-20T21:37:49.719Z | Downloaded static_assertions v1.1.0 |
| 1048 | 2026-06-20T21:37:49.722Z | Downloaded tokio-macros v2.7.0 |
| 1049 | 2026-06-20T21:37:49.722Z | Downloaded stringprep v0.1.5 |
| 1050 | 2026-06-20T21:37:49.725Z | Downloaded strum_macros v0.24.3 |
| 1051 | 2026-06-20T21:37:49.731Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1052 | 2026-06-20T21:37:49.733Z | Downloaded strum_macros v0.27.2 |
| 1053 | 2026-06-20T21:37:49.735Z | Downloaded strum_macros v0.26.4 |
| 1054 | 2026-06-20T21:37:49.738Z | Downloaded sync_wrapper v1.0.2 |
| 1055 | 2026-06-20T21:37:49.738Z | Downloaded slog-dtrace v0.3.0 |
| 1056 | 2026-06-20T21:37:49.738Z | Downloaded itertools v0.10.5 |
| 1057 | 2026-06-20T21:37:49.742Z | Downloaded publicsuffix v2.3.0 |
| 1058 | 2026-06-20T21:37:49.745Z | Downloaded sync-ptr v0.1.4 |
| 1059 | 2026-06-20T21:37:49.747Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-06-20T21:37:49.753Z | Downloaded spin v0.9.8 |
| 1061 | 2026-06-20T21:37:49.758Z | Downloaded thiserror-no-std v2.0.2 |
| 1062 | 2026-06-20T21:37:49.765Z | Downloaded tower-service v0.3.3 |
| 1063 | 2026-06-20T21:37:49.767Z | Downloaded termios v0.3.3 |
| 1064 | 2026-06-20T21:37:49.767Z | Downloaded num-bigint v0.4.6 |
| 1065 | 2026-06-20T21:37:49.770Z | Downloaded rand v0.8.6 |
| 1066 | 2026-06-20T21:37:49.772Z | Downloaded quinn v0.11.9 |
| 1067 | 2026-06-20T21:37:49.775Z | Downloaded snafu-derive v0.8.9 |
| 1068 | 2026-06-20T21:37:49.775Z | Downloaded time-macros v0.2.27 |
| 1069 | 2026-06-20T21:37:49.777Z | Downloaded libxml v0.3.3 |
| 1070 | 2026-06-20T21:37:49.781Z | Downloaded try-lock v0.2.5 |
| 1071 | 2026-06-20T21:37:49.783Z | Downloaded trait-variant v0.1.2 |
| 1072 | 2026-06-20T21:37:49.784Z | Downloaded tower-layer v0.3.3 |
| 1073 | 2026-06-20T21:37:49.784Z | Downloaded tls_codec v0.4.2 |
| 1074 | 2026-06-20T21:37:49.784Z | Downloaded tiny-keccak v2.0.2 |
| 1075 | 2026-06-20T21:37:49.787Z | Downloaded thread_local v1.1.9 |
| 1076 | 2026-06-20T21:37:49.787Z | Downloaded rayon-core v1.13.0 |
| 1077 | 2026-06-20T21:37:49.798Z | Downloaded tokio-native-tls v0.3.1 |
| 1078 | 2026-06-20T21:37:49.801Z | Downloaded schemars v0.9.0 |
| 1079 | 2026-06-20T21:37:49.806Z | Downloaded unarray v0.1.4 |
| 1080 | 2026-06-20T21:37:49.809Z | Downloaded slog v2.8.2 |
| 1081 | 2026-06-20T21:37:49.809Z | Downloaded tokio-rustls v0.25.0 |
| 1082 | 2026-06-20T21:37:49.812Z | Downloaded typify-macro v0.6.2 |
| 1083 | 2026-06-20T21:37:49.813Z | Downloaded tls_codec_derive v0.4.2 |
| 1084 | 2026-06-20T21:37:49.815Z | Downloaded signal-hook v0.3.18 |
| 1085 | 2026-06-20T21:37:49.815Z | Downloaded unicode-truncate v1.1.0 |
| 1086 | 2026-06-20T21:37:49.815Z | Downloaded rsa v0.9.10 |
| 1087 | 2026-06-20T21:37:49.818Z | Downloaded usdt-attr-macro v0.6.0 |
| 1088 | 2026-06-20T21:37:49.821Z | Downloaded untrusted v0.9.0 |
| 1089 | 2026-06-20T21:37:49.821Z | Downloaded usdt v0.6.0 |
| 1090 | 2026-06-20T21:37:49.821Z | Downloaded untrusted v0.7.1 |
| 1091 | 2026-06-20T21:37:49.824Z | Downloaded usdt-macro v0.6.0 |
| 1092 | 2026-06-20T21:37:49.824Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-06-20T21:37:49.824Z | Downloaded similar v2.7.0 |
| 1094 | 2026-06-20T21:37:49.826Z | Downloaded itertools v0.13.0 |
| 1095 | 2026-06-20T21:37:49.829Z | Downloaded schemars v0.8.22 |
| 1096 | 2026-06-20T21:37:49.838Z | Downloaded unit-prefix v0.5.2 |
| 1097 | 2026-06-20T21:37:49.840Z | Downloaded topological-sort v0.2.2 |
| 1098 | 2026-06-20T21:37:49.841Z | Downloaded tokio-tungstenite v0.23.1 |
| 1099 | 2026-06-20T21:37:49.841Z | Downloaded utf-8 v0.7.6 |
| 1100 | 2026-06-20T21:37:49.841Z | Downloaded term v1.2.1 |
| 1101 | 2026-06-20T21:37:49.843Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1102 | 2026-06-20T21:37:49.843Z | Downloaded term v0.7.0 |
| 1103 | 2026-06-20T21:37:49.845Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1104 | 2026-06-20T21:37:49.846Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-06-20T21:37:49.848Z | Downloaded tokio-tungstenite v0.21.0 |
| 1106 | 2026-06-20T21:37:49.848Z | Downloaded iri-string v0.7.10 |
| 1107 | 2026-06-20T21:37:49.852Z | Downloaded samael v0.0.19 |
| 1108 | 2026-06-20T21:37:49.855Z | Downloaded hashbrown v0.15.5 |
| 1109 | 2026-06-20T21:37:49.858Z | Downloaded socket2 v0.5.10 |
| 1110 | 2026-06-20T21:37:49.860Z | Downloaded wait-timeout v0.2.1 |
| 1111 | 2026-06-20T21:37:49.860Z | Downloaded waitgroup v0.1.2 |
| 1112 | 2026-06-20T21:37:49.863Z | Downloaded tui-tree-widget v0.23.1 |
| 1113 | 2026-06-20T21:37:49.863Z | Downloaded socket2 v0.6.3 |
| 1114 | 2026-06-20T21:37:49.865Z | Downloaded nom v7.1.3 |
| 1115 | 2026-06-20T21:37:49.867Z | Downloaded void v1.0.2 |
| 1116 | 2026-06-20T21:37:49.867Z | Downloaded tokio-dtrace v0.1.1 |
| 1117 | 2026-06-20T21:37:49.867Z | Downloaded rustls-webpki v0.103.9 |
| 1118 | 2026-06-20T21:37:49.870Z | Downloaded qorb v0.4.1 |
| 1119 | 2026-06-20T21:37:49.872Z | Downloaded blake3 v1.8.3 |
| 1120 | 2026-06-20T21:37:49.877Z | Downloaded want v0.3.1 |
| 1121 | 2026-06-20T21:37:49.879Z | Downloaded tokio-rustls v0.24.1 |
| 1122 | 2026-06-20T21:37:49.879Z | Downloaded schemars v1.2.1 |
| 1123 | 2026-06-20T21:37:49.887Z | Downloaded hashbrown v0.16.1 |
| 1124 | 2026-06-20T21:37:49.889Z | Downloaded ryu v1.0.23 |
| 1125 | 2026-06-20T21:37:49.895Z | Downloaded zeroize_derive v1.4.3 |
| 1126 | 2026-06-20T21:37:49.897Z | Downloaded uzers v0.12.2 |
| 1127 | 2026-06-20T21:37:49.898Z | Downloaded tokio-stream v0.1.18 |
| 1128 | 2026-06-20T21:37:49.902Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-06-20T21:37:49.904Z | Downloaded xattr v1.6.1 |
| 1130 | 2026-06-20T21:37:49.904Z | Downloaded unicase v2.9.0 |
| 1131 | 2026-06-20T21:37:49.907Z | Downloaded snafu v0.8.9 |
| 1132 | 2026-06-20T21:37:49.910Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1133 | 2026-06-20T21:37:49.913Z | Downloaded tokio-rustls v0.26.4 |
| 1134 | 2026-06-20T21:37:49.922Z | Downloaded test-strategy v0.4.5 |
| 1135 | 2026-06-20T21:37:49.925Z | Downloaded zone_cfg_derive v0.3.1 |
| 1136 | 2026-06-20T21:37:49.925Z | Downloaded zone v0.3.1 |
| 1137 | 2026-06-20T21:37:49.925Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1138 | 2026-06-20T21:37:49.927Z | Downloaded num-bigint-dig v0.8.6 |
| 1139 | 2026-06-20T21:37:49.930Z | Downloaded rand v0.9.2 |
| 1140 | 2026-06-20T21:37:49.932Z | Downloaded vergen-lib v0.1.6 |
| 1141 | 2026-06-20T21:37:49.932Z | Downloaded vsss-rs v3.3.4 |
| 1142 | 2026-06-20T21:37:49.934Z | Downloaded hkdf v0.12.4 |
| 1143 | 2026-06-20T21:37:49.937Z | Downloaded hyper v1.8.1 |
| 1144 | 2026-06-20T21:37:49.940Z | Downloaded p521 v0.13.3 |
| 1145 | 2026-06-20T21:37:49.945Z | Downloaded walkdir v2.5.0 |
| 1146 | 2026-06-20T21:37:49.947Z | Downloaded vergen-lib v9.1.0 |
| 1147 | 2026-06-20T21:37:49.947Z | Downloaded whoami v1.6.1 |
| 1148 | 2026-06-20T21:37:49.949Z | Downloaded whoami v2.1.0 |
| 1149 | 2026-06-20T21:37:49.949Z | Downloaded tracing-attributes v0.1.31 |
| 1150 | 2026-06-20T21:37:49.952Z | Downloaded subprocess v0.2.15 |
| 1151 | 2026-06-20T21:37:49.954Z | Downloaded itertools v0.12.1 |
| 1152 | 2026-06-20T21:37:49.956Z | Downloaded wyz v0.5.1 |
| 1153 | 2026-06-20T21:37:49.959Z | Downloaded unicode-properties v0.1.4 |
| 1154 | 2026-06-20T21:37:49.959Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1155 | 2026-06-20T21:37:49.963Z | Downloaded twox-hash v2.1.2 |
| 1156 | 2026-06-20T21:37:49.965Z | Downloaded itertools v0.14.0 |
| 1157 | 2026-06-20T21:37:49.968Z | Downloaded rand v0.10.0 |
| 1158 | 2026-06-20T21:37:49.970Z | Downloaded tinyvec v1.10.0 |
| 1159 | 2026-06-20T21:37:49.970Z | Downloaded xshell v0.2.7 |
| 1160 | 2026-06-20T21:37:49.973Z | Downloaded libm v0.2.16 |
| 1161 | 2026-06-20T21:37:49.976Z | Downloaded russh v0.45.0 |
| 1162 | 2026-06-20T21:37:49.979Z | Downloaded futures-util v0.3.32 |
| 1163 | 2026-06-20T21:37:49.987Z | Downloaded zstd v0.13.3 |
| 1164 | 2026-06-20T21:37:49.990Z | Downloaded vergen-gitcl v1.0.8 |
| 1165 | 2026-06-20T21:37:49.990Z | Downloaded nom v8.0.0 |
| 1166 | 2026-06-20T21:37:49.992Z | Downloaded zstd-safe v7.2.4 |
| 1167 | 2026-06-20T21:37:49.997Z | Downloaded tungstenite v0.23.0 |
| 1168 | 2026-06-20T21:37:49.997Z | Downloaded tungstenite v0.21.0 |
| 1169 | 2026-06-20T21:37:50.001Z | Downloaded h2 v0.4.13 |
| 1170 | 2026-06-20T21:37:50.001Z | Downloaded vergen v9.1.0 |
| 1171 | 2026-06-20T21:37:50.003Z | Downloaded usdt-impl v0.6.0 |
| 1172 | 2026-06-20T21:37:50.003Z | Downloaded toml v0.7.8 |
| 1173 | 2026-06-20T21:37:50.006Z | Downloaded tar v0.4.45 |
| 1174 | 2026-06-20T21:37:50.010Z | Downloaded aho-corasick v1.1.4 |
| 1175 | 2026-06-20T21:37:50.012Z | Downloaded steno v0.4.1 |
| 1176 | 2026-06-20T21:37:50.012Z | Downloaded yasna v0.5.2 |
| 1177 | 2026-06-20T21:37:50.015Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-06-20T21:37:50.017Z | Downloaded rpassword v7.4.0 |
| 1179 | 2026-06-20T21:37:50.018Z | Downloaded vergen-git2 v9.1.0 |
| 1180 | 2026-06-20T21:37:50.021Z | Downloaded zeroize v1.8.2 |
| 1181 | 2026-06-20T21:37:50.023Z | Downloaded unicode-bidi v0.3.18 |
| 1182 | 2026-06-20T21:37:50.026Z | Downloaded typify v0.6.2 |
| 1183 | 2026-06-20T21:37:50.029Z | Downloaded zerocopy v0.6.6 |
| 1184 | 2026-06-20T21:37:50.036Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-06-20T21:37:50.038Z | Downloaded unsafe-libyaml v0.2.11 |
| 1186 | 2026-06-20T21:37:50.040Z | Downloaded vte v0.14.1 |
| 1187 | 2026-06-20T21:37:50.043Z | Downloaded iddqd v0.4.2 |
| 1188 | 2026-06-20T21:37:50.052Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1189 | 2026-06-20T21:37:50.054Z | Downloaded tokio-postgres v0.7.16 |
| 1190 | 2026-06-20T21:37:50.057Z | Downloaded serde_with v1.14.0 |
| 1191 | 2026-06-20T21:37:50.060Z | Downloaded bindgen v0.71.1 |
| 1192 | 2026-06-20T21:37:50.068Z | Downloaded toml_edit v0.19.15 |
| 1193 | 2026-06-20T21:37:50.078Z | Downloaded uuid v1.23.0 |
| 1194 | 2026-06-20T21:37:50.082Z | Downloaded zopfli v0.8.3 |
| 1195 | 2026-06-20T21:37:50.084Z | Downloaded ssh-key v0.6.7 |
| 1196 | 2026-06-20T21:37:50.087Z | Downloaded regex v1.12.3 |
| 1197 | 2026-06-20T21:37:50.091Z | Downloaded reqwest v0.13.2 |
| 1198 | 2026-06-20T21:37:50.094Z | Downloaded p384 v0.13.1 |
| 1199 | 2026-06-20T21:37:50.114Z | Downloaded zip v0.6.6 |
| 1200 | 2026-06-20T21:37:50.118Z | Downloaded unicode_categories v0.1.1 |
| 1201 | 2026-06-20T21:37:50.120Z | Downloaded bitvec v1.0.1 |
| 1202 | 2026-06-20T21:37:50.127Z | Downloaded yansi v1.0.1 |
| 1203 | 2026-06-20T21:37:50.130Z | Downloaded reedline v0.40.0 |
| 1204 | 2026-06-20T21:37:50.133Z | Downloaded aws-lc-rs v1.16.3 |
| 1205 | 2026-06-20T21:37:50.138Z | Downloaded quick-xml v0.37.5 |
| 1206 | 2026-06-20T21:37:50.152Z | Downloaded chrono v0.4.44 |
| 1207 | 2026-06-20T21:37:50.156Z | Downloaded rayon v1.11.0 |
| 1208 | 2026-06-20T21:37:50.163Z | Downloaded reqwest v0.12.28 |
| 1209 | 2026-06-20T21:37:50.167Z | Downloaded x509-cert v0.2.5 |
| 1210 | 2026-06-20T21:37:50.171Z | Downloaded unicode-segmentation v1.12.0 |
| 1211 | 2026-06-20T21:37:50.173Z | Downloaded lalrpop v0.19.12 |
| 1212 | 2026-06-20T21:37:50.180Z | Downloaded zerocopy-derive v0.8.40 |
| 1213 | 2026-06-20T21:37:50.184Z | Downloaded typed-path v0.9.3 |
| 1214 | 2026-06-20T21:37:50.187Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-06-20T21:37:50.196Z | Downloaded salty v0.3.0 |
| 1216 | 2026-06-20T21:37:50.200Z | Downloaded moka v0.12.13 |
| 1217 | 2026-06-20T21:37:50.204Z | Downloaded tower-http v0.6.8 |
| 1218 | 2026-06-20T21:37:50.209Z | Downloaded zip v4.6.1 |
| 1219 | 2026-06-20T21:37:50.211Z | Downloaded curve25519-dalek v4.1.3 |
| 1220 | 2026-06-20T21:37:50.216Z | Downloaded tower v0.5.3 |
| 1221 | 2026-06-20T21:37:50.221Z | Downloaded unicode-normalization v0.1.25 |
| 1222 | 2026-06-20T21:37:50.225Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-06-20T21:37:50.229Z | Downloaded tokio-util v0.7.18 |
| 1224 | 2026-06-20T21:37:50.233Z | Downloaded proptest v1.10.0 |
| 1225 | 2026-06-20T21:37:50.238Z | Downloaded git2 v0.20.4 |
| 1226 | 2026-06-20T21:37:50.245Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-06-20T21:37:50.258Z | Downloaded rustls-webpki v0.102.8 |
| 1228 | 2026-06-20T21:37:50.271Z | Downloaded winnow v0.5.40 |
| 1229 | 2026-06-20T21:37:50.276Z | Downloaded winnow v0.6.26 |
| 1230 | 2026-06-20T21:37:50.287Z | Downloaded serde_with v3.17.0 |
| 1231 | 2026-06-20T21:37:50.290Z | Downloaded polar-core v0.27.3 |
| 1232 | 2026-06-20T21:37:50.295Z | Downloaded radix_trie v0.2.1 |
| 1233 | 2026-06-20T21:37:50.301Z | Downloaded tough v0.22.0 |
| 1234 | 2026-06-20T21:37:50.304Z | Downloaded openssl v0.10.79 |
| 1235 | 2026-06-20T21:37:50.314Z | Downloaded object v0.30.4 |
| 1236 | 2026-06-20T21:37:50.319Z | Downloaded petname v2.0.2 |
| 1237 | 2026-06-20T21:37:50.322Z | Downloaded tabled v0.20.0 |
| 1238 | 2026-06-20T21:37:50.332Z | Downloaded quinn-proto v0.11.13 |
| 1239 | 2026-06-20T21:37:50.337Z | Downloaded bstr v1.12.1 |
| 1240 | 2026-06-20T21:37:50.342Z | Downloaded nix v0.27.1 |
| 1241 | 2026-06-20T21:37:50.347Z | Downloaded regex-syntax v0.6.29 |
| 1242 | 2026-06-20T21:37:50.351Z | Downloaded smoltcp v0.9.1 |
| 1243 | 2026-06-20T21:37:51.359Z | Downloaded dropshot v0.17.0 |
| 1244 | 2026-06-20T21:37:51.363Z | Downloaded nix v0.28.0 |
| 1245 | 2026-06-20T21:37:51.363Z | Downloaded zlib-rs v0.6.2 |
| 1246 | 2026-06-20T21:37:51.363Z | Downloaded time v0.3.47 |
| 1247 | 2026-06-20T21:37:51.363Z | Downloaded rustls v0.21.12 |
| 1248 | 2026-06-20T21:37:51.363Z | Downloaded diesel v2.3.7 |
| 1249 | 2026-06-20T21:37:51.363Z | Downloaded regex-syntax v0.8.10 |
| 1250 | 2026-06-20T21:37:51.363Z | Downloaded regress v0.10.5 |
| 1251 | 2026-06-20T21:37:51.363Z | Downloaded zerocopy v0.8.40 |
| 1252 | 2026-06-20T21:37:51.363Z | Downloaded smoltcp v0.11.0 |
| 1253 | 2026-06-20T21:37:51.363Z | Downloaded rustls v0.23.37 |
| 1254 | 2026-06-20T21:37:51.363Z | Downloaded webpki-roots v1.0.6 |
| 1255 | 2026-06-20T21:37:51.363Z | Downloaded hickory-proto v0.24.4 |
| 1256 | 2026-06-20T21:37:51.363Z | Downloaded nix v0.31.2 |
| 1257 | 2026-06-20T21:37:51.363Z | Downloaded vcpkg v0.2.15 |
| 1258 | 2026-06-20T21:37:51.363Z | Downloaded object v0.37.3 |
| 1259 | 2026-06-20T21:37:51.363Z | Downloaded openapiv3 v2.2.0 |
| 1260 | 2026-06-20T21:37:51.363Z | Downloaded regress v0.11.1 |
| 1261 | 2026-06-20T21:37:51.363Z | Downloaded rustls v0.22.4 |
| 1262 | 2026-06-20T21:37:51.363Z | Downloaded rustix v0.38.44 |
| 1263 | 2026-06-20T21:37:51.363Z | Downloaded sled v0.34.7 |
| 1264 | 2026-06-20T21:37:51.364Z | Downloaded ratatui v0.29.0 |
| 1265 | 2026-06-20T21:37:51.364Z | Downloaded hickory-proto v0.25.2 |
| 1266 | 2026-06-20T21:37:51.364Z | Downloaded zerocopy-derive v0.6.6 |
| 1267 | 2026-06-20T21:37:51.364Z | Downloaded sqlparser v0.61.0 |
| 1268 | 2026-06-20T21:37:51.364Z | Downloaded petgraph v0.6.5 |
| 1269 | 2026-06-20T21:37:51.364Z | Downloaded tracing v0.1.44 |
| 1270 | 2026-06-20T21:37:51.364Z | Downloaded typify-impl v0.6.2 |
| 1271 | 2026-06-20T21:37:51.364Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1272 | 2026-06-20T21:37:51.364Z | Downloaded csv v1.4.0 |
| 1273 | 2026-06-20T21:37:51.364Z | Downloaded sha3 v0.10.8 |
| 1274 | 2026-06-20T21:37:51.364Z | Downloaded tokio v1.52.1 |
| 1275 | 2026-06-20T21:37:51.364Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-06-20T21:37:51.364Z | Downloaded jiff v0.2.21 |
| 1277 | 2026-06-20T21:37:51.364Z | Downloaded chrono-tz v0.10.4 |
| 1278 | 2026-06-20T21:37:51.364Z | Downloaded petgraph v0.8.3 |
| 1279 | 2026-06-20T21:37:51.364Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-06-20T21:37:51.364Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1281 | 2026-06-20T21:37:51.364Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-06-20T21:37:51.364Z | Downloaded ring v0.17.14 |
| 1283 | 2026-06-20T21:37:51.364Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1284 | 2026-06-20T21:37:51.431Z | Downloaded aws-lc-sys v0.40.0 |
| 1285 | 2026-06-20T21:37:51.683Z | Compiling libc v0.2.185 |
| 1286 | 2026-06-20T21:37:51.683Z | Compiling serde v1.0.228 |
| 1287 | 2026-06-20T21:37:51.687Z | Compiling log v0.4.29 |
| 1288 | 2026-06-20T21:37:51.687Z | Compiling shlex v1.3.0 |
| 1289 | 2026-06-20T21:37:51.687Z | Compiling find-msvc-tools v0.1.9 |
| 1290 | 2026-06-20T21:37:51.687Z | Compiling smallvec v1.15.1 |
| 1291 | 2026-06-20T21:37:51.687Z | Compiling typenum v1.19.0 |
| 1292 | 2026-06-20T21:37:51.687Z | Compiling subtle v2.6.1 |
| 1293 | 2026-06-20T21:37:51.837Z | Compiling generic-array v0.14.7 |
| 1294 | 2026-06-20T21:37:51.840Z | Compiling scopeguard v1.2.0 |
| 1295 | 2026-06-20T21:37:51.900Z | Compiling const-oid v0.9.6 |
| 1296 | 2026-06-20T21:37:51.912Z | Compiling serde_json v1.0.149 |
| 1297 | 2026-06-20T21:37:51.925Z | Compiling syn v2.0.117 |
| 1298 | 2026-06-20T21:37:51.938Z | Compiling zerocopy v0.8.40 |
| 1299 | 2026-06-20T21:37:51.941Z | Compiling portable-atomic v1.13.1 |
| 1300 | 2026-06-20T21:37:51.941Z | Compiling parking_lot_core v0.9.12 |
| 1301 | 2026-06-20T21:37:51.994Z | Compiling lock_api v0.4.14 |
| 1302 | 2026-06-20T21:37:52.025Z | Compiling pin-project-lite v0.2.17 |
| 1303 | 2026-06-20T21:37:52.041Z | Compiling pkg-config v0.3.32 |
| 1304 | 2026-06-20T21:37:52.055Z | Compiling bitflags v2.11.0 |
| 1305 | 2026-06-20T21:37:52.105Z | Compiling futures-core v0.3.32 |
| 1306 | 2026-06-20T21:37:52.119Z | Compiling libm v0.2.16 |
| 1307 | 2026-06-20T21:37:52.134Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-06-20T21:37:52.166Z | Compiling num-traits v0.2.19 |
| 1309 | 2026-06-20T21:37:52.247Z | Compiling percent-encoding v2.3.2 |
| 1310 | 2026-06-20T21:37:52.256Z | Compiling futures-sink v0.3.32 |
| 1311 | 2026-06-20T21:37:52.272Z | Compiling cpufeatures v0.2.17 |
| 1312 | 2026-06-20T21:37:52.287Z | Compiling futures-task v0.3.32 |
| 1313 | 2026-06-20T21:37:52.302Z | Compiling futures-io v0.3.32 |
| 1314 | 2026-06-20T21:37:52.346Z | Compiling futures-channel v0.3.32 |
| 1315 | 2026-06-20T21:37:52.372Z | Compiling getrandom v0.4.1 |
| 1316 | 2026-06-20T21:37:52.412Z | Compiling slab v0.4.12 |
| 1317 | 2026-06-20T21:37:52.425Z | Compiling rand_core v0.10.0 |
| 1318 | 2026-06-20T21:37:52.449Z | Compiling indexmap v2.14.0 |
| 1319 | 2026-06-20T21:37:52.491Z | Compiling getrandom v0.3.4 |
| 1320 | 2026-06-20T21:37:52.518Z | Compiling rustversion v1.0.22 |
| 1321 | 2026-06-20T21:37:52.585Z | Compiling form_urlencoded v1.2.2 |
| 1322 | 2026-06-20T21:37:52.601Z | Compiling dunce v1.0.5 |
| 1323 | 2026-06-20T21:37:52.604Z | Compiling fs_extra v1.3.0 |
| 1324 | 2026-06-20T21:37:52.615Z | Compiling ident_case v1.0.1 |
| 1325 | 2026-06-20T21:37:52.618Z | Compiling base64ct v1.8.3 |
| 1326 | 2026-06-20T21:37:52.675Z | Compiling regex-syntax v0.8.10 |
| 1327 | 2026-06-20T21:37:52.717Z | Compiling rustix v1.1.3 |
| 1328 | 2026-06-20T21:37:52.770Z | Compiling iana-time-zone v0.1.65 |
| 1329 | 2026-06-20T21:37:52.784Z | Compiling flagset v0.4.7 |
| 1330 | 2026-06-20T21:37:52.786Z | Compiling aws-lc-rs v1.16.3 |
| 1331 | 2026-06-20T21:37:52.879Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-06-20T21:37:52.894Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-06-20T21:37:52.918Z | Compiling errno v0.3.14 |
| 1334 | 2026-06-20T21:37:52.933Z | Compiling mio v1.2.0 |
| 1335 | 2026-06-20T21:37:52.961Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-06-20T21:37:52.994Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-06-20T21:37:53.083Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-06-20T21:37:53.098Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-06-20T21:37:53.125Z | Compiling cc v1.2.56 |
| 1340 | 2026-06-20T21:37:53.141Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-06-20T21:37:53.219Z | Compiling pem-rfc7468 v0.7.0 |
| 1342 | 2026-06-20T21:37:53.345Z | Compiling vcpkg v0.2.15 |
| 1343 | 2026-06-20T21:37:53.371Z | Compiling uuid v1.23.0 |
| 1344 | 2026-06-20T21:37:53.385Z | Compiling tracing-core v0.1.36 |
| 1345 | 2026-06-20T21:37:53.401Z | Compiling rustc_version v0.4.1 |
| 1346 | 2026-06-20T21:37:53.434Z | Compiling base64 v0.22.1 |
| 1347 | 2026-06-20T21:37:53.448Z | Compiling httparse v1.10.1 |
| 1348 | 2026-06-20T21:37:53.519Z | Compiling rand_core v0.9.5 |
| 1349 | 2026-06-20T21:37:53.553Z | Compiling untrusted v0.9.0 |
| 1350 | 2026-06-20T21:37:53.568Z | Compiling openssl-probe v0.2.1 |
| 1351 | 2026-06-20T21:37:53.649Z | Compiling untrusted v0.7.1 |
| 1352 | 2026-06-20T21:37:53.690Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2026-06-20T21:37:53.785Z | Compiling tinyvec v1.10.0 |
| 1354 | 2026-06-20T21:37:53.797Z | Compiling aho-corasick v1.1.4 |
| 1355 | 2026-06-20T21:37:53.831Z | Compiling tower-layer v0.3.3 |
| 1356 | 2026-06-20T21:37:53.847Z | Compiling rustls v0.23.37 |
| 1357 | 2026-06-20T21:37:53.849Z | Compiling dyn-clone v1.0.20 |
| 1358 | 2026-06-20T21:37:53.878Z | Compiling try-lock v0.2.5 |
| 1359 | 2026-06-20T21:37:53.907Z | Compiling tower-service v0.3.3 |
| 1360 | 2026-06-20T21:37:53.947Z | Compiling cmake v0.1.57 |
| 1361 | 2026-06-20T21:37:53.997Z | Compiling schemars v0.8.22 |
| 1362 | 2026-06-20T21:37:54.012Z | Compiling atomic-waker v1.1.2 |
| 1363 | 2026-06-20T21:37:54.028Z | Compiling want v0.3.1 |
| 1364 | 2026-06-20T21:37:54.031Z | Compiling openssl v0.10.79 |
| 1365 | 2026-06-20T21:37:54.045Z | Compiling foreign-types-shared v0.1.1 |
| 1366 | 2026-06-20T21:37:54.086Z | Compiling httpdate v1.0.3 |
| 1367 | 2026-06-20T21:37:54.138Z | Compiling pin-utils v0.1.0 |
| 1368 | 2026-06-20T21:37:54.153Z | Compiling foreign-types v0.3.2 |
| 1369 | 2026-06-20T21:37:54.167Z | Compiling unicode-normalization v0.1.25 |
| 1370 | 2026-06-20T21:37:54.184Z | Compiling socket2 v0.5.10 |
| 1371 | 2026-06-20T21:37:54.204Z | Compiling spin v0.9.8 |
| 1372 | 2026-06-20T21:37:54.222Z | Compiling time-core v0.1.8 |
| 1373 | 2026-06-20T21:37:54.235Z | Compiling powerfmt v0.2.0 |
| 1374 | 2026-06-20T21:37:54.265Z | Compiling native-tls v0.2.18 |
| 1375 | 2026-06-20T21:37:54.283Z | Compiling num-conv v0.2.0 |
| 1376 | 2026-06-20T21:37:54.307Z | Compiling crc32fast v1.5.0 |
| 1377 | 2026-06-20T21:37:54.334Z | Compiling wait-timeout v0.2.1 |
| 1378 | 2026-06-20T21:37:54.380Z | Compiling sync_wrapper v1.0.2 |
| 1379 | 2026-06-20T21:37:54.397Z | Compiling deranged v0.5.8 |
| 1380 | 2026-06-20T21:37:54.400Z | Compiling bit-vec v0.8.0 |
| 1381 | 2026-06-20T21:37:54.430Z | Compiling simd-adler32 v0.3.8 |
| 1382 | 2026-06-20T21:37:54.444Z | Compiling time-macros v0.2.27 |
| 1383 | 2026-06-20T21:37:54.465Z | Compiling siphasher v1.0.2 |
| 1384 | 2026-06-20T21:37:54.501Z | Compiling unicode-segmentation v1.12.0 |
| 1385 | 2026-06-20T21:37:54.525Z | Compiling syn v1.0.109 |
| 1386 | 2026-06-20T21:37:54.619Z | Compiling tempfile v3.25.0 |
| 1387 | 2026-06-20T21:37:54.655Z | Compiling regex-automata v0.4.14 |
| 1388 | 2026-06-20T21:37:54.685Z | Compiling quick-error v1.2.3 |
| 1389 | 2026-06-20T21:37:54.700Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-06-20T21:37:54.703Z | Compiling crossbeam-utils v0.8.21 |
| 1391 | 2026-06-20T21:37:54.703Z | Compiling num_threads v0.1.7 |
| 1392 | 2026-06-20T21:37:54.813Z | Compiling bit-set v0.8.0 |
| 1393 | 2026-06-20T21:37:54.848Z | Compiling synstructure v0.13.2 |
| 1394 | 2026-06-20T21:37:54.862Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-06-20T21:37:54.880Z | Compiling ring v0.17.14 |
| 1396 | 2026-06-20T21:37:54.914Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-06-20T21:37:54.945Z | Compiling pest_generator v2.8.6 |
| 1398 | 2026-06-20T21:37:54.960Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2026-06-20T21:37:54.963Z | Compiling darling_core v0.20.11 |
| 1400 | 2026-06-20T21:37:54.996Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1401 | 2026-06-20T21:37:55.082Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1402 | 2026-06-20T21:37:55.123Z | Compiling rusty-fork v0.3.1 |
| 1403 | 2026-06-20T21:37:55.279Z | Compiling darling_core v0.21.3 |
| 1404 | 2026-06-20T21:37:55.446Z | Compiling slog v2.8.2 |
| 1405 | 2026-06-20T21:37:55.521Z | Compiling heapless v0.7.17 |
| 1406 | 2026-06-20T21:37:55.539Z | Compiling rand_xorshift v0.4.0 |
| 1407 | 2026-06-20T21:37:55.569Z | Compiling thread-id v5.1.0 |
| 1408 | 2026-06-20T21:37:55.665Z | Compiling cookie v0.18.1 |
| 1409 | 2026-06-20T21:37:55.679Z | Compiling unarray v0.1.4 |
| 1410 | 2026-06-20T21:37:55.696Z | Compiling time v0.3.47 |
| 1411 | 2026-06-20T21:37:55.699Z | Compiling zstd-safe v7.2.4 |
| 1412 | 2026-06-20T21:37:55.778Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-06-20T21:37:55.796Z | Compiling paste v1.0.15 |
| 1414 | 2026-06-20T21:37:55.811Z | Compiling ryu v1.0.23 |
| 1415 | 2026-06-20T21:37:55.827Z | Compiling iri-string v0.7.10 |
| 1416 | 2026-06-20T21:37:55.878Z | Compiling anyhow v1.0.102 |
| 1417 | 2026-06-20T21:37:55.940Z | Compiling unicode-bidi v0.3.18 |
| 1418 | 2026-06-20T21:37:55.996Z | Compiling signal-hook v0.3.18 |
| 1419 | 2026-06-20T21:37:56.015Z | Compiling adler2 v2.0.1 |
| 1420 | 2026-06-20T21:37:56.015Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-06-20T21:37:56.159Z | Compiling miniz_oxide v0.8.9 |
| 1422 | 2026-06-20T21:37:56.390Z | Compiling stringprep v0.1.5 |
| 1423 | 2026-06-20T21:37:56.485Z | Compiling heck v0.4.1 |
| 1424 | 2026-06-20T21:37:56.512Z | Compiling num-integer v0.1.46 |
| 1425 | 2026-06-20T21:37:56.683Z | Compiling serde_derive v1.0.228 |
| 1426 | 2026-06-20T21:37:56.731Z | Compiling zeroize_derive v1.4.3 |
| 1427 | 2026-06-20T21:37:56.799Z | Compiling zerofrom-derive v0.1.6 |
| 1428 | 2026-06-20T21:37:56.813Z | Compiling yoke-derive v0.8.1 |
| 1429 | 2026-06-20T21:37:56.858Z | Compiling zerovec-derive v0.11.2 |
| 1430 | 2026-06-20T21:37:56.872Z | Compiling zerocopy-derive v0.8.40 |
| 1431 | 2026-06-20T21:37:57.000Z | Compiling displaydoc v0.2.5 |
| 1432 | 2026-06-20T21:37:57.361Z | Compiling tokio-macros v2.7.0 |
| 1433 | 2026-06-20T21:37:57.416Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-06-20T21:37:57.432Z | Compiling zeroize v1.8.2 |
| 1435 | 2026-06-20T21:37:57.458Z | Compiling der_derive v0.7.3 |
| 1436 | 2026-06-20T21:37:57.785Z | Compiling rustls-pki-types v1.14.0 |
| 1437 | 2026-06-20T21:37:57.940Z | Compiling thiserror-impl v2.0.18 |
| 1438 | 2026-06-20T21:37:58.048Z | Compiling tracing-attributes v0.1.31 |
| 1439 | 2026-06-20T21:37:58.065Z | Compiling scroll_derive v0.13.1 |
| 1440 | 2026-06-20T21:37:58.148Z | Compiling pest_derive v2.8.6 |
| 1441 | 2026-06-20T21:37:58.243Z | Compiling crypto-common v0.1.7 |
| 1442 | 2026-06-20T21:37:58.280Z | Compiling block-buffer v0.10.4 |
| 1443 | 2026-06-20T21:37:58.294Z | Compiling zerofrom v0.1.6 |
| 1444 | 2026-06-20T21:37:58.309Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-06-20T21:37:58.409Z | Compiling yoke v0.8.1 |
| 1446 | 2026-06-20T21:37:58.439Z | Compiling digest v0.10.7 |
| 1447 | 2026-06-20T21:37:58.467Z | Compiling block-padding v0.3.3 |
| 1448 | 2026-06-20T21:37:58.505Z | Compiling der v0.7.10 |
| 1449 | 2026-06-20T21:37:58.614Z | Compiling zerovec v0.11.5 |
| 1450 | 2026-06-20T21:37:58.628Z | Compiling zerotrie v0.2.3 |
| 1451 | 2026-06-20T21:37:58.649Z | Compiling hmac v0.12.1 |
| 1452 | 2026-06-20T21:37:58.725Z | Compiling inout v0.1.4 |
| 1453 | 2026-06-20T21:37:58.853Z | Compiling sha2 v0.10.9 |
| 1454 | 2026-06-20T21:37:58.943Z | Compiling cipher v0.4.4 |
| 1455 | 2026-06-20T21:37:58.973Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-06-20T21:37:58.988Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-06-20T21:37:59.045Z | Compiling scroll v0.13.0 |
| 1458 | 2026-06-20T21:37:59.106Z | Compiling tinystr v0.8.2 |
| 1459 | 2026-06-20T21:37:59.182Z | Compiling potential_utf v0.1.4 |
| 1460 | 2026-06-20T21:37:59.225Z | Compiling salsa20 v0.10.2 |
| 1461 | 2026-06-20T21:37:59.328Z | Compiling icu_locale_core v2.1.1 |
| 1462 | 2026-06-20T21:37:59.342Z | Compiling icu_collections v2.1.1 |
| 1463 | 2026-06-20T21:37:59.369Z | Compiling spki v0.7.3 |
| 1464 | 2026-06-20T21:37:59.387Z | Compiling scrypt v0.11.0 |
| 1465 | 2026-06-20T21:37:59.405Z | Compiling thiserror v2.0.18 |
| 1466 | 2026-06-20T21:37:59.482Z | Compiling tracing v0.1.44 |
| 1467 | 2026-06-20T21:37:59.530Z | Compiling aes v0.8.4 |
| 1468 | 2026-06-20T21:37:59.598Z | Compiling cbc v0.1.2 |
| 1469 | 2026-06-20T21:37:59.672Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-06-20T21:37:59.765Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-06-20T21:37:59.780Z | Compiling goblin v0.10.5 |
| 1472 | 2026-06-20T21:37:59.783Z | Compiling rustls-native-certs v0.8.3 |
| 1473 | 2026-06-20T21:37:59.849Z | Compiling dtrace-parser v0.3.0 |
| 1474 | 2026-06-20T21:38:00.195Z | Compiling icu_provider v2.1.1 |
| 1475 | 2026-06-20T21:38:00.268Z | Compiling pkcs5 v0.7.1 |
| 1476 | 2026-06-20T21:38:00.283Z | Compiling bytes v1.11.1 |
| 1477 | 2026-06-20T21:38:00.300Z | Compiling chrono v0.4.44 |
| 1478 | 2026-06-20T21:38:00.324Z | Compiling ipnet v2.11.0 |
| 1479 | 2026-06-20T21:38:00.423Z | Compiling darling v0.20.11 |
| 1480 | 2026-06-20T21:38:00.438Z | Compiling icu_normalizer v2.1.1 |
| 1481 | 2026-06-20T21:38:00.519Z | Compiling icu_properties v2.1.2 |
| 1482 | 2026-06-20T21:38:00.533Z | Compiling derive_builder_core v0.20.2 |
| 1483 | 2026-06-20T21:38:00.703Z | Compiling pkcs8 v0.10.2 |
| 1484 | 2026-06-20T21:38:00.719Z | Compiling signature v2.2.0 |
| 1485 | 2026-06-20T21:38:00.784Z | Compiling tokio v1.52.1 |
| 1486 | 2026-06-20T21:38:00.798Z | Compiling http v1.4.0 |
| 1487 | 2026-06-20T21:38:00.853Z | Compiling webpki-roots v1.0.6 |
| 1488 | 2026-06-20T21:38:00.925Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-06-20T21:38:00.943Z | Compiling scroll_derive v0.12.1 |
| 1490 | 2026-06-20T21:38:00.993Z | Compiling serde_spanned v0.6.9 |
| 1491 | 2026-06-20T21:38:01.008Z | Compiling toml_datetime v0.6.11 |
| 1492 | 2026-06-20T21:38:01.044Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-06-20T21:38:01.153Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-06-20T21:38:01.288Z | Compiling serde_urlencoded v0.7.1 |
| 1495 | 2026-06-20T21:38:01.390Z | Compiling idna_adapter v1.2.1 |
| 1496 | 2026-06-20T21:38:01.460Z | Compiling http-body v1.0.1 |
| 1497 | 2026-06-20T21:38:01.550Z | Compiling idna v1.1.0 |
| 1498 | 2026-06-20T21:38:01.564Z | Compiling ppv-lite86 v0.2.21 |
| 1499 | 2026-06-20T21:38:01.588Z | Compiling http-body-util v0.1.3 |
| 1500 | 2026-06-20T21:38:01.639Z | Compiling derive_builder_macro v0.20.2 |
| 1501 | 2026-06-20T21:38:01.654Z | Compiling scroll v0.12.0 |
| 1502 | 2026-06-20T21:38:01.669Z | Compiling md-5 v0.10.6 |
| 1503 | 2026-06-20T21:38:01.684Z | Compiling darling_macro v0.21.3 |
| 1504 | 2026-06-20T21:38:01.714Z | Compiling bstr v1.12.1 |
| 1505 | 2026-06-20T21:38:01.772Z | Compiling pin-project-internal v1.1.11 |
| 1506 | 2026-06-20T21:38:01.775Z | Compiling zerocopy-derive v0.7.35 |
| 1507 | 2026-06-20T21:38:01.859Z | Compiling url v2.5.8 |
| 1508 | 2026-06-20T21:38:01.859Z | Compiling rand_chacha v0.9.0 |
| 1509 | 2026-06-20T21:38:01.911Z | Compiling rand_chacha v0.3.1 |
| 1510 | 2026-06-20T21:38:01.941Z | Compiling async-trait v0.1.89 |
| 1511 | 2026-06-20T21:38:02.146Z | Compiling rand v0.9.2 |
| 1512 | 2026-06-20T21:38:02.206Z | Compiling vergen-lib v9.1.0 |
| 1513 | 2026-06-20T21:38:02.234Z | Compiling curve25519-dalek v4.1.3 |
| 1514 | 2026-06-20T21:38:02.260Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-06-20T21:38:02.382Z | Compiling ff v0.13.1 |
| 1516 | 2026-06-20T21:38:02.411Z | Compiling hash32 v0.2.1 |
| 1517 | 2026-06-20T21:38:02.542Z | Compiling memoffset v0.9.1 |
| 1518 | 2026-06-20T21:38:02.596Z | Compiling dof v0.4.0 |
| 1519 | 2026-06-20T21:38:02.611Z | Compiling encoding_rs v0.8.35 |
| 1520 | 2026-06-20T21:38:02.684Z | Compiling mime v0.3.17 |
| 1521 | 2026-06-20T21:38:02.700Z | Compiling rustix v0.38.44 |
| 1522 | 2026-06-20T21:38:02.741Z | Compiling proptest v1.10.0 |
| 1523 | 2026-06-20T21:38:02.763Z | Compiling fallible-iterator v0.2.0 |
| 1524 | 2026-06-20T21:38:02.927Z | Compiling litrs v1.0.0 |
| 1525 | 2026-06-20T21:38:02.966Z | Compiling smoltcp v0.9.1 |
| 1526 | 2026-06-20T21:38:02.980Z | Compiling ref-cast v1.0.25 |
| 1527 | 2026-06-20T21:38:03.025Z | Compiling num-bigint-dig v0.8.6 |
| 1528 | 2026-06-20T21:38:03.039Z | Compiling psl-types v2.0.11 |
| 1529 | 2026-06-20T21:38:03.075Z | Compiling zlib-rs v0.6.2 |
| 1530 | 2026-06-20T21:38:03.090Z | Compiling cfg_aliases v0.2.1 |
| 1531 | 2026-06-20T21:38:03.130Z | Compiling base16ct v0.2.0 |
| 1532 | 2026-06-20T21:38:03.176Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-06-20T21:38:03.190Z | Compiling nix v0.31.2 |
| 1534 | 2026-06-20T21:38:03.260Z | Compiling sec1 v0.7.3 |
| 1535 | 2026-06-20T21:38:03.375Z | Compiling publicsuffix v2.3.0 |
| 1536 | 2026-06-20T21:38:03.413Z | Compiling oxnet v0.1.6 |
| 1537 | 2026-06-20T21:38:03.463Z | Compiling document-features v0.2.12 |
| 1538 | 2026-06-20T21:38:03.569Z | Compiling postgres-protocol v0.6.10 |
| 1539 | 2026-06-20T21:38:03.586Z | Compiling pin-project v1.1.11 |
| 1540 | 2026-06-20T21:38:03.653Z | Compiling zerocopy v0.7.35 |
| 1541 | 2026-06-20T21:38:03.720Z | Compiling group v0.13.0 |
| 1542 | 2026-06-20T21:38:03.772Z | Compiling darling v0.21.3 |
| 1543 | 2026-06-20T21:38:03.789Z | Compiling derive_builder v0.20.2 |
| 1544 | 2026-06-20T21:38:03.872Z | Compiling rand v0.8.6 |
| 1545 | 2026-06-20T21:38:03.886Z | Compiling goblin v0.8.2 |
| 1546 | 2026-06-20T21:38:03.925Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-06-20T21:38:03.940Z | Compiling hubpack_derive v0.1.1 |
| 1548 | 2026-06-20T21:38:03.975Z | Compiling hex v0.4.3 |
| 1549 | 2026-06-20T21:38:04.137Z | Compiling hkdf v0.12.4 |
| 1550 | 2026-06-20T21:38:04.210Z | Compiling crypto-bigint v0.5.5 |
| 1551 | 2026-06-20T21:38:04.226Z | Compiling regex v1.12.3 |
| 1552 | 2026-06-20T21:38:04.275Z | Compiling num-iter v0.1.45 |
| 1553 | 2026-06-20T21:38:04.278Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-06-20T21:38:04.304Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-06-20T21:38:04.320Z | Compiling ref-cast-impl v1.0.25 |
| 1556 | 2026-06-20T21:38:04.334Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-06-20T21:38:04.376Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-06-20T21:38:04.679Z | Compiling tokio-util v0.7.18 |
| 1559 | 2026-06-20T21:38:04.736Z | Compiling tower v0.5.3 |
| 1560 | 2026-06-20T21:38:04.751Z | Compiling tokio-native-tls v0.3.1 |
| 1561 | 2026-06-20T21:38:04.813Z | Compiling phf_shared v0.13.1 |
| 1562 | 2026-06-20T21:38:04.905Z | Compiling terminal_size v0.4.3 |
| 1563 | 2026-06-20T21:38:04.944Z | Compiling lazy_static v1.5.0 |
| 1564 | 2026-06-20T21:38:05.053Z | Compiling anstyle-parse v0.2.7 |
| 1565 | 2026-06-20T21:38:05.070Z | Compiling vergen v9.1.0 |
| 1566 | 2026-06-20T21:38:05.073Z | Compiling cargo-platform v0.3.2 |
| 1567 | 2026-06-20T21:38:05.073Z | Compiling fs-err v3.3.0 |
| 1568 | 2026-06-20T21:38:05.112Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-06-20T21:38:05.225Z | Compiling tower-http v0.6.8 |
| 1570 | 2026-06-20T21:38:05.270Z | Compiling ahash v0.8.12 |
| 1571 | 2026-06-20T21:38:05.288Z | Compiling libbz2-rs-sys v0.2.2 |
| 1572 | 2026-06-20T21:38:05.303Z | Compiling bumpalo v3.20.2 |
| 1573 | 2026-06-20T21:38:05.316Z | Compiling managed v0.8.0 |
| 1574 | 2026-06-20T21:38:05.382Z | Compiling h2 v0.4.13 |
| 1575 | 2026-06-20T21:38:05.468Z | Compiling object v0.37.3 |
| 1576 | 2026-06-20T21:38:05.493Z | Compiling bitflags v1.3.2 |
| 1577 | 2026-06-20T21:38:05.550Z | Compiling foldhash v0.1.5 |
| 1578 | 2026-06-20T21:38:05.571Z | Compiling same-file v1.0.6 |
| 1579 | 2026-06-20T21:38:05.584Z | Compiling winnow v0.5.40 |
| 1580 | 2026-06-20T21:38:05.667Z | Compiling foldhash v0.2.0 |
| 1581 | 2026-06-20T21:38:05.743Z | Compiling bzip2 v0.6.1 |
| 1582 | 2026-06-20T21:38:05.746Z | Compiling walkdir v2.5.0 |
| 1583 | 2026-06-20T21:38:05.771Z | Compiling hashbrown v0.15.5 |
| 1584 | 2026-06-20T21:38:05.844Z | Compiling hashbrown v0.16.1 |
| 1585 | 2026-06-20T21:38:05.976Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-06-20T21:38:06.008Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-06-20T21:38:06.098Z | Compiling clap_builder v4.6.0 |
| 1588 | 2026-06-20T21:38:06.250Z | Compiling snafu v0.8.9 |
| 1589 | 2026-06-20T21:38:06.357Z | Compiling dof v0.3.0 |
| 1590 | 2026-06-20T21:38:06.373Z | Compiling strum v0.27.2 |
| 1591 | 2026-06-20T21:38:06.397Z | Compiling daft v0.1.7 |
| 1592 | 2026-06-20T21:38:06.477Z | Compiling cargo_metadata v0.23.1 |
| 1593 | 2026-06-20T21:38:06.495Z | Compiling anstream v0.6.21 |
| 1594 | 2026-06-20T21:38:06.526Z | Compiling elliptic-curve v0.13.8 |
| 1595 | 2026-06-20T21:38:06.623Z | Compiling phf v0.13.1 |
| 1596 | 2026-06-20T21:38:06.732Z | Compiling signal-hook-mio v0.2.5 |
| 1597 | 2026-06-20T21:38:06.779Z | Compiling cookie_store v0.22.1 |
| 1598 | 2026-06-20T21:38:06.800Z | Compiling hubpack v0.1.2 |
| 1599 | 2026-06-20T21:38:06.823Z | Compiling bzip2 v0.4.4 |
| 1600 | 2026-06-20T21:38:06.863Z | Compiling usdt-macro v0.6.0 |
| 1601 | 2026-06-20T21:38:06.938Z | Compiling toml_edit v0.19.15 |
| 1602 | 2026-06-20T21:38:07.038Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-06-20T21:38:07.055Z | Compiling futures v0.3.32 |
| 1604 | 2026-06-20T21:38:07.059Z | Compiling postgres-types v0.2.12 |
| 1605 | 2026-06-20T21:38:07.084Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-06-20T21:38:07.224Z | Compiling zstd v0.13.3 |
| 1607 | 2026-06-20T21:38:07.461Z | Compiling dtrace-parser v0.2.0 |
| 1608 | 2026-06-20T21:38:07.475Z | Compiling globset v0.4.18 |
| 1609 | 2026-06-20T21:38:07.503Z | Compiling pkcs1 v0.7.5 |
| 1610 | 2026-06-20T21:38:07.647Z | Compiling ed25519 v2.2.3 |
| 1611 | 2026-06-20T21:38:07.664Z | Compiling serde-big-array v0.5.1 |
| 1612 | 2026-06-20T21:38:07.832Z | Compiling olpc-cjson v0.1.4 |
| 1613 | 2026-06-20T21:38:07.864Z | Compiling serde_plain v1.0.2 |
| 1614 | 2026-06-20T21:38:07.897Z | Compiling rfc6979 v0.4.0 |
| 1615 | 2026-06-20T21:38:07.923Z | Compiling enum-as-inner v0.6.1 |
| 1616 | 2026-06-20T21:38:08.013Z | Compiling clap_derive v4.6.1 |
| 1617 | 2026-06-20T21:38:08.042Z | Compiling serde_repr v0.1.20 |
| 1618 | 2026-06-20T21:38:08.080Z | Compiling async-recursion v1.1.1 |
| 1619 | 2026-06-20T21:38:08.177Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-06-20T21:38:08.238Z | Compiling phf_shared v0.11.3 |
| 1621 | 2026-06-20T21:38:08.260Z | Compiling float-cmp v0.10.0 |
| 1622 | 2026-06-20T21:38:08.294Z | Compiling pem v3.0.6 |
| 1623 | 2026-06-20T21:38:08.426Z | Compiling hyper v1.8.1 |
| 1624 | 2026-06-20T21:38:08.449Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-06-20T21:38:08.473Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-06-20T21:38:08.578Z | Compiling env_filter v1.0.0 |
| 1627 | 2026-06-20T21:38:08.593Z | Compiling difflib v0.4.0 |
| 1628 | 2026-06-20T21:38:08.609Z | Compiling static_assertions v1.1.0 |
| 1629 | 2026-06-20T21:38:08.648Z | Compiling either v1.15.0 |
| 1630 | 2026-06-20T21:38:08.684Z | Compiling precomputed-hash v0.1.1 |
| 1631 | 2026-06-20T21:38:08.754Z | Compiling fixedbitset v0.5.7 |
| 1632 | 2026-06-20T21:38:08.800Z | Compiling whoami v2.1.0 |
| 1633 | 2026-06-20T21:38:08.830Z | Compiling keccak v0.1.6 |
| 1634 | 2026-06-20T21:38:08.907Z | Compiling predicates-core v1.0.10 |
| 1635 | 2026-06-20T21:38:08.959Z | Compiling new_debug_unreachable v1.0.6 |
| 1636 | 2026-06-20T21:38:09.047Z | Compiling typed-path v0.9.3 |
| 1637 | 2026-06-20T21:38:09.089Z | Compiling data-encoding v2.10.0 |
| 1638 | 2026-06-20T21:38:09.104Z | Compiling normalize-line-endings v0.3.0 |
| 1639 | 2026-06-20T21:38:09.174Z | Compiling jiff v0.2.21 |
| 1640 | 2026-06-20T21:38:09.200Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-06-20T21:38:09.221Z | Compiling predicates v3.1.4 |
| 1642 | 2026-06-20T21:38:09.236Z | Compiling toml_edit v0.22.27 |
| 1643 | 2026-06-20T21:38:09.434Z | Compiling hickory-proto v0.25.2 |
| 1644 | 2026-06-20T21:38:09.448Z | Compiling petgraph v0.6.5 |
| 1645 | 2026-06-20T21:38:09.646Z | Compiling hyper-util v0.1.20 |
| 1646 | 2026-06-20T21:38:09.662Z | Compiling string_cache v0.8.9 |
| 1647 | 2026-06-20T21:38:09.692Z | Compiling tokio-postgres v0.7.16 |
| 1648 | 2026-06-20T21:38:09.823Z | Compiling sha3 v0.10.8 |
| 1649 | 2026-06-20T21:38:09.901Z | Compiling clap v4.6.1 |
| 1650 | 2026-06-20T21:38:09.918Z | Compiling petgraph v0.8.3 |
| 1651 | 2026-06-20T21:38:09.933Z | Compiling itertools v0.13.0 |
| 1652 | 2026-06-20T21:38:10.000Z | Compiling env_logger v0.11.9 |
| 1653 | 2026-06-20T21:38:10.048Z | Compiling strum v0.26.3 |
| 1654 | 2026-06-20T21:38:10.130Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1655 | 2026-06-20T21:38:10.197Z | Compiling usdt v0.6.0 |
| 1656 | 2026-06-20T21:38:10.310Z | Compiling usdt-impl v0.5.0 |
| 1657 | 2026-06-20T21:38:10.327Z | Compiling toml v0.7.8 |
| 1658 | 2026-06-20T21:38:10.388Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-06-20T21:38:10.491Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-06-20T21:38:10.922Z | Compiling ecdsa v0.16.9 |
| 1661 | 2026-06-20T21:38:10.953Z | Compiling ed25519-dalek v2.2.0 |
| 1662 | 2026-06-20T21:38:11.011Z | Compiling rsa v0.9.10 |
| 1663 | 2026-06-20T21:38:11.222Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-06-20T21:38:11.480Z | Compiling zip v0.6.6 |
| 1665 | 2026-06-20T21:38:11.630Z | Compiling iddqd v0.4.2 |
| 1666 | 2026-06-20T21:38:11.760Z | Compiling zip v4.6.1 |
| 1667 | 2026-06-20T21:38:12.018Z | Compiling tokio-stream v0.1.18 |
| 1668 | 2026-06-20T21:38:12.075Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1669 | 2026-06-20T21:38:12.146Z | Compiling buf-list v1.1.2 |
| 1670 | 2026-06-20T21:38:12.163Z | Compiling similar v2.7.0 |
| 1671 | 2026-06-20T21:38:12.250Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1672 | 2026-06-20T21:38:12.269Z | Compiling openapiv3 v2.2.0 |
| 1673 | 2026-06-20T21:38:12.444Z | Compiling x509-cert v0.2.5 |
| 1674 | 2026-06-20T21:38:12.503Z | Compiling sha1 v0.10.6 |
| 1675 | 2026-06-20T21:38:12.569Z | Compiling crossbeam-epoch v0.9.18 |
| 1676 | 2026-06-20T21:38:12.719Z | Compiling peg-runtime v0.8.5 |
| 1677 | 2026-06-20T21:38:12.757Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-06-20T21:38:12.770Z | Compiling thread_local v1.1.9 |
| 1679 | 2026-06-20T21:38:12.917Z | Compiling slog-async v2.8.0 |
| 1680 | 2026-06-20T21:38:12.946Z | Compiling crossbeam-channel v0.5.15 |
| 1681 | 2026-06-20T21:38:12.961Z | Compiling is-terminal v0.4.17 |
| 1682 | 2026-06-20T21:38:12.978Z | Compiling filetime v0.2.27 |
| 1683 | 2026-06-20T21:38:13.017Z | Compiling term v1.2.1 |
| 1684 | 2026-06-20T21:38:13.031Z | Compiling take_mut v0.2.2 |
| 1685 | 2026-06-20T21:38:13.051Z | Compiling xattr v1.6.1 |
| 1686 | 2026-06-20T21:38:13.172Z | Compiling tar v0.4.45 |
| 1687 | 2026-06-20T21:38:13.424Z | Compiling slog-term v2.9.2 |
| 1688 | 2026-06-20T21:38:30.896Z | Compiling rustls-webpki v0.103.9 |
| 1689 | 2026-06-20T21:38:33.678Z | Compiling tokio-rustls v0.26.4 |
| 1690 | 2026-06-20T21:38:33.678Z | Compiling rustls-platform-verifier v0.6.2 |
| 1691 | 2026-06-20T21:38:33.874Z | Compiling hyper-rustls v0.27.7 |
| 1692 | 2026-06-20T21:38:34.073Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-06-20T21:38:34.092Z | Compiling reqwest v0.13.2 |
| 1694 | 2026-06-20T21:38:35.292Z | Compiling tough v0.22.0 |
| 1695 | 2026-06-20T21:38:37.803Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1696 | 2026-06-20T21:38:38.032Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1697 | 2026-06-20T21:38:40.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s |
| 1698 | 2026-06-20T21:38:41.018Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1699 | 2026-06-20T21:38:41.077Z | Jun 20 21:38:40.885 INFO Starting download, target: Cockroach |
| 1700 | 2026-06-20T21:38:41.077Z | Jun 20 21:38:40.886 INFO Starting download, target: Clickhouse |
| 1701 | 2026-06-20T21:38:41.077Z | Jun 20 21:38:40.886 INFO Starting download, target: Console |
| 1702 | 2026-06-20T21:38:41.077Z | Jun 20 21:38:40.886 INFO Starting download, target: DendriteStub |
| 1703 | 2026-06-20T21:38:41.077Z | Jun 20 21:38:40.886 INFO Starting download, target: MaghemiteMgd |
| 1704 | 2026-06-20T21:38:41.077Z | Jun 20 21:38:40.886 INFO Starting download, target: MaghemiteDdmd |
| 1705 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Starting download, target: TransceiverControl |
| 1706 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1707 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1709 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-06-20T21:38:41.083Z | Jun 20 21:38:40.886 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-06-20T21:38:41.545Z | Jun 20 21:38:41.356 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-06-20T21:38:41.862Z | Jun 20 21:38:41.570 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-06-20T21:38:42.108Z | Jun 20 21:38:41.884 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-06-20T21:38:42.345Z | Jun 20 21:38:42.156 INFO Download complete, target: Console |
| 1717 | 2026-06-20T21:38:43.202Z | Jun 20 21:38:42.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1718 | 2026-06-20T21:38:44.373Z | Jun 20 21:38:44.171 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-06-20T21:38:44.444Z | Jun 20 21:38:44.251 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1720 | 2026-06-20T21:38:44.644Z | Jun 20 21:38:44.416 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1721 | 2026-06-20T21:38:45.675Z | Jun 20 21:38:45.483 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1722 | 2026-06-20T21:38:45.675Z | Jun 20 21:38:45.483 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1723 | 2026-06-20T21:38:46.377Z | Jun 20 21:38:46.188 INFO Download complete, target: MaghemiteDdmd |
| 1724 | 2026-06-20T21:38:46.923Z | Jun 20 21:38:46.719 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-06-20T21:38:47.245Z | Jun 20 21:38:47.056 INFO Download complete, target: DendriteStub |
| 1726 | 2026-06-20T21:38:50.066Z | Jun 20 21:38:49.826 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-06-20T21:38:50.216Z | Jun 20 21:38:49.918 INFO Download complete, target: Clickhouse |
| 1728 | 2026-06-20T21:38:50.369Z | Jun 20 21:38:50.170 INFO Checking that binary works, target: Cockroach |
| 1729 | 2026-06-20T21:38:50.494Z | Jun 20 21:38:50.292 INFO Download complete, target: Cockroach |
| 1730 | 2026-06-20T21:38:50.502Z | All prerequisites installed successfully |
| 1731 | 2026-06-20T21:38:50.502Z | |
| 1732 | 2026-06-20T21:38:50.502Z | real 1:48.770721514 |
| 1733 | 2026-06-20T21:38:50.502Z | user 6:52.394949704 |
| 1734 | 2026-06-20T21:38:50.502Z | sys 1:45.059432385 |
| 1735 | 2026-06-20T21:38:50.502Z | trap 0.266307654 |
| 1736 | 2026-06-20T21:38:50.503Z | tflt 1.272644817 |
| 1737 | 2026-06-20T21:38:50.503Z | dflt 1.634642236 |
| 1738 | 2026-06-20T21:38:50.503Z | kflt 0.023703521 |
| 1739 | 2026-06-20T21:38:50.503Z | lock 23:33.569044529 |
| 1740 | 2026-06-20T21:38:50.503Z | slp 18:53.640411167 |
| 1741 | 2026-06-20T21:38:50.503Z | lat 24.723746842 |
| 1742 | 2026-06-20T21:38:50.503Z | stop 2:51.580671911 |
| 1743 | 2026-06-20T21:38:50.503Z | + ptime -m cargo xtask download softnpu |
| 1744 | 2026-06-20T21:38:51.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1745 | 2026-06-20T21:38:51.724Z | Running `target/debug/xtask download softnpu` |
| 1746 | 2026-06-20T21:38:51.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1747 | 2026-06-20T21:38:51.906Z | Running `target/debug/xtask-downloader softnpu` |
| 1748 | 2026-06-20T21:38:51.906Z | Jun 20 21:38:51.550 INFO Starting download, target: Softnpu |
| 1749 | 2026-06-20T21:38:51.906Z | Jun 20 21:38:51.550 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1750 | 2026-06-20T21:38:53.787Z | Jun 20 21:38:53.566 INFO Download complete, target: Softnpu |
| 1751 | 2026-06-20T21:38:53.848Z | |
| 1752 | 2026-06-20T21:38:53.849Z | real 3.264618855 |
| 1753 | 2026-06-20T21:38:53.849Z | user 1.230586730 |
| 1754 | 2026-06-20T21:38:53.849Z | sys 0.601607344 |
| 1755 | 2026-06-20T21:38:53.849Z | trap 0.001075500 |
| 1756 | 2026-06-20T21:38:53.849Z | tflt 0.000059830 |
| 1757 | 2026-06-20T21:38:53.849Z | dflt 0.000479700 |
| 1758 | 2026-06-20T21:38:53.849Z | kflt 0.000000000 |
| 1759 | 2026-06-20T21:38:53.849Z | lock 39.045148248 |
| 1760 | 2026-06-20T21:38:53.849Z | slp 1.878498974 |
| 1761 | 2026-06-20T21:38:53.849Z | lat 0.109361955 |
| 1762 | 2026-06-20T21:38:53.849Z | stop 0.000199990 |
| 1763 | 2026-06-20T21:38:53.849Z | + export CARGO_INCREMENTAL=0 |
| 1764 | 2026-06-20T21:38:53.849Z | + CARGO_INCREMENTAL=0 |
| 1765 | 2026-06-20T21:38:53.849Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1766 | 2026-06-20T21:38:54.635Z | Compiling proc-macro2 v1.0.106 |
| 1767 | 2026-06-20T21:38:54.635Z | Compiling quote v1.0.45 |
| 1768 | 2026-06-20T21:38:54.636Z | Compiling unicode-ident v1.0.24 |
| 1769 | 2026-06-20T21:38:54.636Z | Compiling libc v0.2.185 |
| 1770 | 2026-06-20T21:38:54.692Z | Compiling serde_core v1.0.228 |
| 1771 | 2026-06-20T21:38:54.692Z | Compiling serde v1.0.228 |
| 1772 | 2026-06-20T21:38:54.692Z | Compiling cfg-if v1.0.4 |
| 1773 | 2026-06-20T21:38:54.692Z | Compiling version_check v0.9.5 |
| 1774 | 2026-06-20T21:38:54.842Z | Compiling shlex v1.3.0 |
| 1775 | 2026-06-20T21:38:54.842Z | Compiling find-msvc-tools v0.1.9 |
| 1776 | 2026-06-20T21:38:54.842Z | Compiling typenum v1.19.0 |
| 1777 | 2026-06-20T21:38:54.842Z | Compiling zmij v1.0.21 |
| 1778 | 2026-06-20T21:38:54.842Z | Compiling autocfg v1.5.0 |
| 1779 | 2026-06-20T21:38:54.842Z | Compiling memchr v2.8.0 |
| 1780 | 2026-06-20T21:38:54.842Z | Compiling serde_json v1.0.149 |
| 1781 | 2026-06-20T21:38:54.957Z | Compiling portable-atomic v1.13.1 |
| 1782 | 2026-06-20T21:38:54.989Z | Compiling libm v0.2.16 |
| 1783 | 2026-06-20T21:38:55.043Z | Compiling zerocopy v0.8.40 |
| 1784 | 2026-06-20T21:38:55.156Z | Compiling generic-array v0.14.7 |
| 1785 | 2026-06-20T21:38:55.192Z | Compiling smallvec v1.15.1 |
| 1786 | 2026-06-20T21:38:55.244Z | Compiling num-traits v0.2.19 |
| 1787 | 2026-06-20T21:38:55.283Z | Compiling parking_lot_core v0.9.12 |
| 1788 | 2026-06-20T21:38:55.338Z | Compiling icu_normalizer_data v2.1.1 |
| 1789 | 2026-06-20T21:38:55.418Z | Compiling icu_properties_data v2.1.2 |
| 1790 | 2026-06-20T21:38:55.418Z | Compiling itoa v1.0.17 |
| 1791 | 2026-06-20T21:38:55.481Z | Compiling getrandom v0.4.1 |
| 1792 | 2026-06-20T21:38:55.481Z | Compiling log v0.4.29 |
| 1793 | 2026-06-20T21:38:55.544Z | Compiling stable_deref_trait v1.2.1 |
| 1794 | 2026-06-20T21:38:55.544Z | Compiling pkg-config v0.3.32 |
| 1795 | 2026-06-20T21:38:55.579Z | Compiling subtle v2.6.1 |
| 1796 | 2026-06-20T21:38:55.696Z | Compiling scopeguard v1.2.0 |
| 1797 | 2026-06-20T21:38:55.764Z | Compiling jobserver v0.1.34 |
| 1798 | 2026-06-20T21:38:55.789Z | Compiling getrandom v0.2.17 |
| 1799 | 2026-06-20T21:38:55.816Z | Compiling errno v0.3.14 |
| 1800 | 2026-06-20T21:38:55.844Z | Compiling lock_api v0.4.14 |
| 1801 | 2026-06-20T21:38:55.929Z | Compiling rand_core v0.6.4 |
| 1802 | 2026-06-20T21:38:56.000Z | Compiling cc v1.2.56 |
| 1803 | 2026-06-20T21:38:56.020Z | Compiling percent-encoding v2.3.2 |
| 1804 | 2026-06-20T21:38:56.093Z | Compiling syn v2.0.117 |
| 1805 | 2026-06-20T21:38:56.110Z | Compiling writeable v0.6.2 |
| 1806 | 2026-06-20T21:38:56.122Z | Compiling fnv v1.0.7 |
| 1807 | 2026-06-20T21:38:56.125Z | Compiling litemap v0.8.1 |
| 1808 | 2026-06-20T21:38:56.157Z | Compiling pin-project-lite v0.2.17 |
| 1809 | 2026-06-20T21:38:56.200Z | Compiling thiserror v2.0.18 |
| 1810 | 2026-06-20T21:38:56.245Z | Compiling getrandom v0.3.4 |
| 1811 | 2026-06-20T21:38:56.339Z | Compiling equivalent v1.0.2 |
| 1812 | 2026-06-20T21:38:56.343Z | Compiling rand_core v0.10.0 |
| 1813 | 2026-06-20T21:38:56.365Z | Compiling dunce v1.0.5 |
| 1814 | 2026-06-20T21:38:56.423Z | Compiling schemars v0.8.22 |
| 1815 | 2026-06-20T21:38:56.446Z | Compiling fs_extra v1.3.0 |
| 1816 | 2026-06-20T21:38:56.460Z | Compiling rustversion v1.0.22 |
| 1817 | 2026-06-20T21:38:56.524Z | Compiling utf8_iter v1.0.4 |
| 1818 | 2026-06-20T21:38:56.528Z | Compiling rustix v1.1.3 |
| 1819 | 2026-06-20T21:38:56.586Z | Compiling critical-section v1.2.0 |
| 1820 | 2026-06-20T21:38:56.616Z | Compiling form_urlencoded v1.2.2 |
| 1821 | 2026-06-20T21:38:56.712Z | Compiling cmake v0.1.57 |
| 1822 | 2026-06-20T21:38:56.716Z | Compiling hashbrown v0.17.0 |
| 1823 | 2026-06-20T21:38:56.750Z | Compiling signal-hook-registry v1.4.8 |
| 1824 | 2026-06-20T21:38:56.839Z | Compiling const-oid v0.9.6 |
| 1825 | 2026-06-20T21:38:57.144Z | Compiling bitflags v2.11.0 |
| 1826 | 2026-06-20T21:38:57.209Z | Compiling semver v1.0.28 |
| 1827 | 2026-06-20T21:38:57.285Z | Compiling once_cell v1.21.3 |
| 1828 | 2026-06-20T21:38:57.302Z | Compiling indexmap v2.14.0 |
| 1829 | 2026-06-20T21:38:57.335Z | Compiling parking_lot v0.12.5 |
| 1830 | 2026-06-20T21:38:57.353Z | Compiling ring v0.17.14 |
| 1831 | 2026-06-20T21:38:57.373Z | Compiling aws-lc-sys v0.40.0 |
| 1832 | 2026-06-20T21:38:57.466Z | Compiling socket2 v0.6.3 |
| 1833 | 2026-06-20T21:38:57.509Z | Compiling mio v1.2.0 |
| 1834 | 2026-06-20T21:38:57.558Z | Compiling aws-lc-rs v1.16.3 |
| 1835 | 2026-06-20T21:38:57.586Z | Compiling futures-core v0.3.32 |
| 1836 | 2026-06-20T21:38:57.624Z | Compiling httparse v1.10.1 |
| 1837 | 2026-06-20T21:38:57.645Z | Compiling strsim v0.11.1 |
| 1838 | 2026-06-20T21:38:57.697Z | Compiling thiserror v1.0.69 |
| 1839 | 2026-06-20T21:38:57.885Z | Compiling ucd-trie v0.1.7 |
| 1840 | 2026-06-20T21:38:57.965Z | Compiling byteorder v1.5.0 |
| 1841 | 2026-06-20T21:38:57.982Z | Compiling iana-time-zone v0.1.65 |
| 1842 | 2026-06-20T21:38:58.011Z | Compiling vcpkg v0.2.15 |
| 1843 | 2026-06-20T21:38:58.096Z | Compiling pest v2.8.6 |
| 1844 | 2026-06-20T21:38:58.121Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-06-20T21:38:58.166Z | Compiling ident_case v1.0.1 |
| 1846 | 2026-06-20T21:38:58.181Z | Compiling syn v1.0.109 |
| 1847 | 2026-06-20T21:38:58.198Z | Compiling heck v0.5.0 |
| 1848 | 2026-06-20T21:38:58.222Z | Compiling uuid v1.23.0 |
| 1849 | 2026-06-20T21:38:58.270Z | Compiling cpufeatures v0.2.17 |
| 1850 | 2026-06-20T21:38:58.509Z | Compiling rustls v0.23.37 |
| 1851 | 2026-06-20T21:38:58.516Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-06-20T21:38:58.610Z | Compiling futures-sink v0.3.32 |
| 1853 | 2026-06-20T21:38:58.629Z | Compiling openssl-sys v0.9.115 |
| 1854 | 2026-06-20T21:38:58.723Z | Compiling futures-channel v0.3.32 |
| 1855 | 2026-06-20T21:38:58.784Z | Compiling aho-corasick v1.1.4 |
| 1856 | 2026-06-20T21:38:58.833Z | Compiling futures-io v0.3.32 |
| 1857 | 2026-06-20T21:38:58.860Z | Compiling dyn-clone v1.0.20 |
| 1858 | 2026-06-20T21:38:58.874Z | Compiling futures-task v0.3.32 |
| 1859 | 2026-06-20T21:38:58.904Z | Compiling slab v0.4.12 |
| 1860 | 2026-06-20T21:38:58.969Z | Compiling synstructure v0.13.2 |
| 1861 | 2026-06-20T21:38:59.020Z | Compiling serde_derive_internals v0.29.1 |
| 1862 | 2026-06-20T21:38:59.182Z | Compiling pest_meta v2.8.6 |
| 1863 | 2026-06-20T21:38:59.300Z | Compiling crc32fast v1.5.0 |
| 1864 | 2026-06-20T21:38:59.317Z | Compiling plain v0.2.3 |
| 1865 | 2026-06-20T21:38:59.353Z | Compiling time-core v0.1.8 |
| 1866 | 2026-06-20T21:38:59.387Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-06-20T21:38:59.402Z | Compiling base64 v0.22.1 |
| 1868 | 2026-06-20T21:38:59.457Z | Compiling num-conv v0.2.0 |
| 1869 | 2026-06-20T21:38:59.532Z | Compiling openssl v0.10.79 |
| 1870 | 2026-06-20T21:38:59.611Z | Compiling time-macros v0.2.27 |
| 1871 | 2026-06-20T21:38:59.681Z | Compiling regex-automata v0.4.14 |
| 1872 | 2026-06-20T21:38:59.735Z | Compiling pretty-hex v0.4.1 |
| 1873 | 2026-06-20T21:38:59.776Z | Compiling pest_generator v2.8.6 |
| 1874 | 2026-06-20T21:38:59.799Z | Compiling anyhow v1.0.102 |
| 1875 | 2026-06-20T21:38:59.842Z | Compiling base64ct v1.8.3 |
| 1876 | 2026-06-20T21:38:59.884Z | Compiling native-tls v0.2.18 |
| 1877 | 2026-06-20T21:38:59.899Z | Compiling darling_core v0.21.3 |
| 1878 | 2026-06-20T21:38:59.954Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1879 | 2026-06-20T21:39:00.119Z | Compiling pem-rfc7468 v0.7.0 |
| 1880 | 2026-06-20T21:39:00.138Z | Compiling flagset v0.4.7 |
| 1881 | 2026-06-20T21:39:00.161Z | Compiling rand_core v0.9.5 |
| 1882 | 2026-06-20T21:39:00.264Z | Compiling serde_derive v1.0.228 |
| 1883 | 2026-06-20T21:39:00.283Z | Compiling zeroize_derive v1.4.3 |
| 1884 | 2026-06-20T21:39:00.299Z | Compiling zerofrom-derive v0.1.6 |
| 1885 | 2026-06-20T21:39:00.323Z | Compiling yoke-derive v0.8.1 |
| 1886 | 2026-06-20T21:39:00.351Z | Compiling zerovec-derive v0.11.2 |
| 1887 | 2026-06-20T21:39:00.388Z | Compiling displaydoc v0.2.5 |
| 1888 | 2026-06-20T21:39:00.422Z | Compiling zerocopy-derive v0.8.40 |
| 1889 | 2026-06-20T21:39:00.439Z | Compiling tokio-macros v2.7.0 |
| 1890 | 2026-06-20T21:39:00.453Z | Compiling futures-macro v0.3.32 |
| 1891 | 2026-06-20T21:39:00.589Z | Compiling thiserror-impl v2.0.18 |
| 1892 | 2026-06-20T21:39:00.893Z | Compiling zeroize v1.8.2 |
| 1893 | 2026-06-20T21:39:01.160Z | Compiling schemars_derive v0.8.22 |
| 1894 | 2026-06-20T21:39:01.240Z | Compiling tracing-attributes v0.1.31 |
| 1895 | 2026-06-20T21:39:01.306Z | Compiling der_derive v0.7.3 |
| 1896 | 2026-06-20T21:39:01.395Z | Compiling thiserror-impl v1.0.69 |
| 1897 | 2026-06-20T21:39:01.439Z | Compiling zerofrom v0.1.6 |
| 1898 | 2026-06-20T21:39:01.587Z | Compiling yoke v0.8.1 |
| 1899 | 2026-06-20T21:39:01.698Z | Compiling crypto-common v0.1.7 |
| 1900 | 2026-06-20T21:39:01.767Z | Compiling zerovec v0.11.5 |
| 1901 | 2026-06-20T21:39:01.805Z | Compiling zerotrie v0.2.3 |
| 1902 | 2026-06-20T21:39:02.022Z | Compiling block-buffer v0.10.4 |
| 1903 | 2026-06-20T21:39:02.185Z | Compiling digest v0.10.7 |
| 1904 | 2026-06-20T21:39:02.268Z | Compiling pest_derive v2.8.6 |
| 1905 | 2026-06-20T21:39:02.322Z | Compiling tinystr v0.8.2 |
| 1906 | 2026-06-20T21:39:02.374Z | Compiling potential_utf v0.1.4 |
| 1907 | 2026-06-20T21:39:02.405Z | Compiling hmac v0.12.1 |
| 1908 | 2026-06-20T21:39:02.427Z | Compiling futures-util v0.3.32 |
| 1909 | 2026-06-20T21:39:02.511Z | Compiling icu_locale_core v2.1.1 |
| 1910 | 2026-06-20T21:39:02.548Z | Compiling icu_collections v2.1.1 |
| 1911 | 2026-06-20T21:39:02.580Z | Compiling block-padding v0.3.3 |
| 1912 | 2026-06-20T21:39:02.587Z | Compiling sha2 v0.10.9 |
| 1913 | 2026-06-20T21:39:02.742Z | Compiling inout v0.1.4 |
| 1914 | 2026-06-20T21:39:02.931Z | Compiling cipher v0.4.4 |
| 1915 | 2026-06-20T21:39:02.997Z | Compiling rustls-pki-types v1.14.0 |
| 1916 | 2026-06-20T21:39:03.220Z | Compiling openssl-macros v0.1.1 |
| 1917 | 2026-06-20T21:39:03.231Z | Compiling scroll_derive v0.13.1 |
| 1918 | 2026-06-20T21:39:03.356Z | Compiling icu_provider v2.1.1 |
| 1919 | 2026-06-20T21:39:03.378Z | Compiling bytes v1.11.1 |
| 1920 | 2026-06-20T21:39:03.510Z | Compiling chrono v0.4.44 |
| 1921 | 2026-06-20T21:39:03.622Z | Compiling icu_properties v2.1.2 |
| 1922 | 2026-06-20T21:39:03.749Z | Compiling icu_normalizer v2.1.1 |
| 1923 | 2026-06-20T21:39:03.859Z | Compiling tokio v1.52.1 |
| 1924 | 2026-06-20T21:39:04.008Z | Compiling serde_tokenstream v0.2.3 |
| 1925 | 2026-06-20T21:39:04.358Z | Compiling scroll_derive v0.12.1 |
| 1926 | 2026-06-20T21:39:04.757Z | Compiling idna_adapter v1.2.1 |
| 1927 | 2026-06-20T21:39:04.844Z | Compiling ppv-lite86 v0.2.21 |
| 1928 | 2026-06-20T21:39:04.916Z | Compiling idna v1.1.0 |
| 1929 | 2026-06-20T21:39:05.164Z | Compiling http v1.4.0 |
| 1930 | 2026-06-20T21:39:05.195Z | Compiling der v0.7.10 |
| 1931 | 2026-06-20T21:39:05.198Z | Compiling darling_macro v0.21.3 |
| 1932 | 2026-06-20T21:39:05.278Z | Compiling url v2.5.8 |
| 1933 | 2026-06-20T21:39:05.318Z | Compiling regex v1.12.3 |
| 1934 | 2026-06-20T21:39:05.639Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-06-20T21:39:05.686Z | Compiling tracing-core v0.1.36 |
| 1936 | 2026-06-20T21:39:05.716Z | Compiling slog v2.8.2 |
| 1937 | 2026-06-20T21:39:06.151Z | Compiling untrusted v0.9.0 |
| 1938 | 2026-06-20T21:39:06.447Z | Compiling tracing v0.1.44 |
| 1939 | 2026-06-20T21:39:06.547Z | Compiling spki v0.7.3 |
| 1940 | 2026-06-20T21:39:06.708Z | Compiling darling v0.21.3 |
| 1941 | 2026-06-20T21:39:06.768Z | Compiling salsa20 v0.10.2 |
| 1942 | 2026-06-20T21:39:06.805Z | Compiling pbkdf2 v0.12.2 |
| 1943 | 2026-06-20T21:39:07.150Z | Compiling cookie v0.18.1 |
| 1944 | 2026-06-20T21:39:07.358Z | Compiling camino v1.2.2 |
| 1945 | 2026-06-20T21:39:07.561Z | Compiling scrypt v0.11.0 |
| 1946 | 2026-06-20T21:39:07.666Z | Compiling tokio-util v0.7.18 |
| 1947 | 2026-06-20T21:39:07.678Z | Compiling http-body v1.0.1 |
| 1948 | 2026-06-20T21:39:07.705Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-06-20T21:39:07.711Z | Compiling cbc v0.1.2 |
| 1950 | 2026-06-20T21:39:07.725Z | Compiling aes v0.8.4 |
| 1951 | 2026-06-20T21:39:07.855Z | Compiling usdt-impl v0.5.0 |
| 1952 | 2026-06-20T21:39:07.867Z | Compiling unicode-segmentation v1.12.0 |
| 1953 | 2026-06-20T21:39:07.964Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-06-20T21:39:07.984Z | Compiling fastrand v2.3.0 |
| 1955 | 2026-06-20T21:39:08.051Z | Compiling paste v1.0.15 |
| 1956 | 2026-06-20T21:39:08.108Z | Compiling usdt-impl v0.6.0 |
| 1957 | 2026-06-20T21:39:08.191Z | Compiling untrusted v0.7.1 |
| 1958 | 2026-06-20T21:39:08.241Z | Compiling either v1.15.0 |
| 1959 | 2026-06-20T21:39:08.268Z | Compiling ref-cast v1.0.25 |
| 1960 | 2026-06-20T21:39:08.284Z | Compiling openssl-probe v0.2.1 |
| 1961 | 2026-06-20T21:39:08.322Z | Compiling winnow v0.7.14 |
| 1962 | 2026-06-20T21:39:08.358Z | Compiling pkcs5 v0.7.1 |
| 1963 | 2026-06-20T21:39:08.470Z | Compiling tinyvec v1.10.0 |
| 1964 | 2026-06-20T21:39:08.486Z | Compiling rand v0.9.2 |
| 1965 | 2026-06-20T21:39:08.836Z | Compiling scroll v0.12.0 |
| 1966 | 2026-06-20T21:39:08.854Z | Compiling scroll v0.13.0 |
| 1967 | 2026-06-20T21:39:08.867Z | Compiling toml_datetime v0.6.11 |
| 1968 | 2026-06-20T21:39:08.871Z | Compiling serde_spanned v0.6.9 |
| 1969 | 2026-06-20T21:39:09.015Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-06-20T21:39:09.051Z | Compiling heapless v0.7.17 |
| 1971 | 2026-06-20T21:39:09.166Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-06-20T21:39:09.174Z | Compiling atomic-waker v1.1.2 |
| 1973 | 2026-06-20T21:39:09.174Z | Compiling signal-hook v0.3.18 |
| 1974 | 2026-06-20T21:39:09.265Z | Compiling tower-layer v0.3.3 |
| 1975 | 2026-06-20T21:39:09.311Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-06-20T21:39:09.350Z | Compiling rustix v0.38.44 |
| 1977 | 2026-06-20T21:39:09.453Z | Compiling try-lock v0.2.5 |
| 1978 | 2026-06-20T21:39:09.475Z | Compiling tower-service v0.3.3 |
| 1979 | 2026-06-20T21:39:09.484Z | Compiling h2 v0.4.13 |
| 1980 | 2026-06-20T21:39:09.552Z | Compiling want v0.3.1 |
| 1981 | 2026-06-20T21:39:09.694Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1982 | 2026-06-20T21:39:09.733Z | Compiling goblin v0.10.5 |
| 1983 | 2026-06-20T21:39:09.821Z | Compiling goblin v0.8.2 |
| 1984 | 2026-06-20T21:39:09.899Z | Compiling pkcs8 v0.10.2 |
| 1985 | 2026-06-20T21:39:10.079Z | Compiling heck v0.4.1 |
| 1986 | 2026-06-20T21:39:10.130Z | Compiling zerocopy v0.7.35 |
| 1987 | 2026-06-20T21:39:10.209Z | Compiling ipnet v2.11.0 |
| 1988 | 2026-06-20T21:39:10.273Z | Compiling ref-cast-impl v1.0.25 |
| 1989 | 2026-06-20T21:39:10.302Z | Compiling darling_core v0.20.11 |
| 1990 | 2026-06-20T21:39:10.347Z | Compiling curve25519-dalek v4.1.3 |
| 1991 | 2026-06-20T21:39:10.420Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-06-20T21:39:10.696Z | Compiling winnow v0.5.40 |
| 1993 | 2026-06-20T21:39:10.820Z | Compiling pin-utils v0.1.0 |
| 1994 | 2026-06-20T21:39:10.837Z | Compiling foreign-types-shared v0.1.1 |
| 1995 | 2026-06-20T21:39:10.914Z | Compiling utf8parse v0.2.2 |
| 1996 | 2026-06-20T21:39:10.918Z | Compiling httpdate v1.0.3 |
| 1997 | 2026-06-20T21:39:10.940Z | Compiling litrs v1.0.0 |
| 1998 | 2026-06-20T21:39:11.150Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-06-20T21:39:11.262Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-06-20T21:39:11.424Z | Compiling document-features v0.2.12 |
| 2001 | 2026-06-20T21:39:11.651Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-06-20T21:39:11.952Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2026-06-20T21:39:12.108Z | Compiling dof v0.3.0 |
| 2004 | 2026-06-20T21:39:12.136Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-06-20T21:39:12.249Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-06-20T21:39:12.477Z | Compiling hyper v1.8.1 |
| 2007 | 2026-06-20T21:39:12.495Z | Compiling dof v0.4.0 |
| 2008 | 2026-06-20T21:39:12.741Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-06-20T21:39:12.953Z | Compiling daft-derive v0.1.7 |
| 2010 | 2026-06-20T21:39:12.982Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-06-20T21:39:13.114Z | Compiling spin v0.9.8 |
| 2012 | 2026-06-20T21:39:13.137Z | Compiling thread-id v5.1.0 |
| 2013 | 2026-06-20T21:39:13.243Z | Compiling socket2 v0.5.10 |
| 2014 | 2026-06-20T21:39:13.347Z | Compiling thread-id v4.2.2 |
| 2015 | 2026-06-20T21:39:13.383Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-06-20T21:39:13.474Z | Compiling num-bigint-dig v0.8.6 |
| 2017 | 2026-06-20T21:39:13.505Z | Compiling powerfmt v0.2.0 |
| 2018 | 2026-06-20T21:39:13.570Z | Compiling smoltcp v0.9.1 |
| 2019 | 2026-06-20T21:39:13.595Z | Compiling anstyle v1.0.14 |
| 2020 | 2026-06-20T21:39:13.697Z | Compiling deranged v0.5.8 |
| 2021 | 2026-06-20T21:39:13.708Z | Compiling hyper-util v0.1.20 |
| 2022 | 2026-06-20T21:39:13.720Z | Compiling nix v0.31.2 |
| 2023 | 2026-06-20T21:39:14.042Z | Compiling darling v0.20.11 |
| 2024 | 2026-06-20T21:39:14.143Z | Compiling rustls-native-certs v0.8.3 |
| 2025 | 2026-06-20T21:39:14.180Z | Compiling ipnetwork v0.21.1 |
| 2026 | 2026-06-20T21:39:14.429Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-06-20T21:39:14.452Z | Compiling strum_macros v0.26.4 |
| 2028 | 2026-06-20T21:39:14.640Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-06-20T21:39:14.771Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-06-20T21:39:14.851Z | Compiling bit-vec v0.8.0 |
| 2031 | 2026-06-20T21:39:15.024Z | Compiling colorchoice v1.0.4 |
| 2032 | 2026-06-20T21:39:15.154Z | Compiling num_threads v0.1.7 |
| 2033 | 2026-06-20T21:39:15.227Z | Compiling anstyle-query v1.1.5 |
| 2034 | 2026-06-20T21:39:15.274Z | Compiling simd-adler32 v0.3.8 |
| 2035 | 2026-06-20T21:39:15.356Z | Compiling is_terminal_polyfill v1.70.2 |
| 2036 | 2026-06-20T21:39:15.395Z | Compiling siphasher v1.0.2 |
| 2037 | 2026-06-20T21:39:15.463Z | Compiling quick-error v1.2.3 |
| 2038 | 2026-06-20T21:39:15.487Z | Compiling time v0.3.47 |
| 2039 | 2026-06-20T21:39:15.595Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-06-20T21:39:15.611Z | Compiling bit-set v0.8.0 |
| 2041 | 2026-06-20T21:39:15.815Z | Compiling tower v0.5.3 |
| 2042 | 2026-06-20T21:39:15.914Z | Compiling derive_builder_core v0.20.2 |
| 2043 | 2026-06-20T21:39:16.016Z | Compiling snafu-derive v0.8.9 |
| 2044 | 2026-06-20T21:39:16.098Z | Compiling http-body-util v0.1.3 |
| 2045 | 2026-06-20T21:39:16.365Z | Compiling webpki-roots v1.0.6 |
| 2046 | 2026-06-20T21:39:16.509Z | Compiling signature v2.2.0 |
| 2047 | 2026-06-20T21:39:16.531Z | Compiling hubpack_derive v0.1.1 |
| 2048 | 2026-06-20T21:39:16.610Z | Compiling rand_xorshift v0.4.0 |
| 2049 | 2026-06-20T21:39:16.679Z | Compiling strum_macros v0.27.2 |
| 2050 | 2026-06-20T21:39:16.765Z | Compiling fs-err v3.3.0 |
| 2051 | 2026-06-20T21:39:16.781Z | Compiling ahash v0.8.12 |
| 2052 | 2026-06-20T21:39:16.970Z | Compiling unicode-properties v0.1.4 |
| 2053 | 2026-06-20T21:39:17.013Z | Compiling object v0.37.3 |
| 2054 | 2026-06-20T21:39:17.019Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-06-20T21:39:17.163Z | Compiling adler2 v2.0.1 |
| 2056 | 2026-06-20T21:39:17.207Z | Compiling unarray v0.1.4 |
| 2057 | 2026-06-20T21:39:17.219Z | Compiling allocator-api2 v0.2.21 |
| 2058 | 2026-06-20T21:39:17.346Z | Compiling iri-string v0.7.10 |
| 2059 | 2026-06-20T21:39:17.380Z | Compiling ryu v1.0.23 |
| 2060 | 2026-06-20T21:39:17.532Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-06-20T21:39:17.570Z | Compiling stringprep v0.1.5 |
| 2062 | 2026-06-20T21:39:17.584Z | Compiling proptest v1.10.0 |
| 2063 | 2026-06-20T21:39:17.585Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-06-20T21:40:26.356Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-06-20T21:40:26.415Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-06-20T21:40:26.415Z | Compiling usdt-macro v0.6.0 |
| 2067 | 2026-06-20T21:40:26.415Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-06-20T21:40:26.415Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-06-20T21:40:26.415Z | Compiling anstyle-parse v1.0.0 |
| 2070 | 2026-06-20T21:40:26.415Z | Compiling rand_chacha v0.3.1 |
| 2071 | 2026-06-20T21:40:26.415Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-06-20T21:40:26.415Z | Compiling md-5 v0.10.6 |
| 2073 | 2026-06-20T21:40:26.415Z | Compiling bstr v1.12.1 |
| 2074 | 2026-06-20T21:40:26.415Z | Compiling num-integer v0.1.46 |
| 2075 | 2026-06-20T21:40:26.415Z | Compiling hash32 v0.2.1 |
| 2076 | 2026-06-20T21:40:26.415Z | Compiling vergen-lib v9.1.0 |
| 2077 | 2026-06-20T21:40:26.415Z | Compiling ff v0.13.1 |
| 2078 | 2026-06-20T21:40:26.415Z | Compiling encoding_rs v0.8.35 |
| 2079 | 2026-06-20T21:40:26.415Z | Compiling mime v0.3.17 |
| 2080 | 2026-06-20T21:40:26.415Z | Compiling fallible-iterator v0.2.0 |
| 2081 | 2026-06-20T21:40:26.415Z | Compiling psl-types v2.0.11 |
| 2082 | 2026-06-20T21:40:26.415Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-06-20T21:40:26.415Z | Compiling base16ct v0.2.0 |
| 2084 | 2026-06-20T21:40:26.495Z | Compiling sec1 v0.7.3 |
| 2085 | 2026-06-20T21:40:26.495Z | Compiling postgres-protocol v0.6.10 |
| 2086 | 2026-06-20T21:40:26.495Z | Compiling publicsuffix v2.3.0 |
| 2087 | 2026-06-20T21:40:26.495Z | Compiling newtype-uuid v1.3.2 |
| 2088 | 2026-06-20T21:40:26.612Z | Compiling group v0.13.0 |
| 2089 | 2026-06-20T21:40:26.612Z | Compiling num-iter v0.1.45 |
| 2090 | 2026-06-20T21:40:26.612Z | Compiling rand v0.8.6 |
| 2091 | 2026-06-20T21:40:26.613Z | Compiling anstream v1.0.0 |
| 2092 | 2026-06-20T21:40:26.613Z | Compiling oxnet v0.1.6 |
| 2093 | 2026-06-20T21:40:26.613Z | Compiling derive_builder v0.20.2 |
| 2094 | 2026-06-20T21:40:26.613Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-06-20T21:40:26.613Z | Compiling phf_shared v0.13.1 |
| 2096 | 2026-06-20T21:40:26.613Z | Compiling pin-project v1.1.11 |
| 2097 | 2026-06-20T21:40:26.613Z | Compiling lazy_static v1.5.0 |
| 2098 | 2026-06-20T21:40:26.613Z | Compiling anstyle-parse v0.2.7 |
| 2099 | 2026-06-20T21:40:26.613Z | Compiling terminal_size v0.4.3 |
| 2100 | 2026-06-20T21:40:26.613Z | Compiling serde_with_macros v3.17.0 |
| 2101 | 2026-06-20T21:40:26.613Z | Compiling futures-executor v0.3.32 |
| 2102 | 2026-06-20T21:40:26.613Z | Compiling hex v0.4.3 |
| 2103 | 2026-06-20T21:40:26.613Z | Compiling hkdf v0.12.4 |
| 2104 | 2026-06-20T21:40:26.613Z | Compiling crypto-bigint v0.5.5 |
| 2105 | 2026-06-20T21:40:26.613Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-06-20T21:40:26.613Z | Compiling enum-as-inner v0.6.1 |
| 2107 | 2026-06-20T21:40:26.613Z | Compiling serde_repr v0.1.20 |
| 2108 | 2026-06-20T21:40:26.613Z | Compiling clap_derive v4.6.1 |
| 2109 | 2026-06-20T21:40:26.613Z | Compiling vergen v9.1.0 |
| 2110 | 2026-06-20T21:40:26.613Z | Compiling flate2 v1.1.9 |
| 2111 | 2026-06-20T21:40:26.613Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-06-20T21:40:26.613Z | Compiling managed v0.8.0 |
| 2113 | 2026-06-20T21:40:26.613Z | Compiling bumpalo v3.20.2 |
| 2114 | 2026-06-20T21:40:26.613Z | Compiling libbz2-rs-sys v0.2.2 |
| 2115 | 2026-06-20T21:40:26.613Z | Compiling bitflags v1.3.2 |
| 2116 | 2026-06-20T21:40:26.613Z | Compiling foldhash v0.2.0 |
| 2117 | 2026-06-20T21:40:26.614Z | Compiling same-file v1.0.6 |
| 2118 | 2026-06-20T21:40:26.614Z | Compiling clap_lex v1.0.0 |
| 2119 | 2026-06-20T21:40:26.614Z | Compiling foldhash v0.1.5 |
| 2120 | 2026-06-20T21:40:26.614Z | Compiling bzip2 v0.6.1 |
| 2121 | 2026-06-20T21:40:26.614Z | Compiling clap_builder v4.6.0 |
| 2122 | 2026-06-20T21:40:26.614Z | Compiling walkdir v2.5.0 |
| 2123 | 2026-06-20T21:40:26.614Z | Compiling hashbrown v0.15.5 |
| 2124 | 2026-06-20T21:40:26.614Z | Compiling hashbrown v0.16.1 |
| 2125 | 2026-06-20T21:40:26.614Z | Compiling elliptic-curve v0.13.8 |
| 2126 | 2026-06-20T21:40:26.614Z | Compiling zopfli v0.8.3 |
| 2127 | 2026-06-20T21:40:26.614Z | Compiling cargo_metadata v0.23.1 |
| 2128 | 2026-06-20T21:40:26.614Z | Compiling futures v0.3.32 |
| 2129 | 2026-06-20T21:40:26.614Z | Compiling anstream v0.6.21 |
| 2130 | 2026-06-20T21:40:26.614Z | Compiling zstd v0.13.3 |
| 2131 | 2026-06-20T21:40:26.614Z | Compiling snafu v0.8.9 |
| 2132 | 2026-06-20T21:40:26.614Z | Compiling phf v0.13.1 |
| 2133 | 2026-06-20T21:40:26.614Z | Compiling daft v0.1.7 |
| 2134 | 2026-06-20T21:40:26.614Z | Compiling signal-hook-mio v0.2.5 |
| 2135 | 2026-06-20T21:40:26.614Z | Compiling cookie_store v0.22.1 |
| 2136 | 2026-06-20T21:40:26.614Z | Compiling postgres-types v0.2.12 |
| 2137 | 2026-06-20T21:40:26.614Z | Compiling bzip2 v0.4.4 |
| 2138 | 2026-06-20T21:40:26.614Z | Compiling globset v0.4.18 |
| 2139 | 2026-06-20T21:40:26.614Z | Compiling strum v0.27.2 |
| 2140 | 2026-06-20T21:40:26.614Z | Compiling hubpack v0.1.2 |
| 2141 | 2026-06-20T21:40:26.614Z | Compiling ed25519 v2.2.3 |
| 2142 | 2026-06-20T21:40:26.614Z | Compiling phf_shared v0.11.3 |
| 2143 | 2026-06-20T21:40:26.614Z | Compiling crossbeam-epoch v0.9.18 |
| 2144 | 2026-06-20T21:40:26.614Z | Compiling olpc-cjson v0.1.4 |
| 2145 | 2026-06-20T21:40:26.614Z | Compiling pkcs1 v0.7.5 |
| 2146 | 2026-06-20T21:40:26.614Z | Compiling pem v3.0.6 |
| 2147 | 2026-06-20T21:40:26.614Z | Compiling serde-big-array v0.5.1 |
| 2148 | 2026-06-20T21:40:26.614Z | Compiling serde_plain v1.0.2 |
| 2149 | 2026-06-20T21:40:26.614Z | Compiling rfc6979 v0.4.0 |
| 2150 | 2026-06-20T21:40:26.615Z | Compiling float-cmp v0.10.0 |
| 2151 | 2026-06-20T21:40:26.615Z | Compiling memmap2 v0.9.10 |
| 2152 | 2026-06-20T21:40:26.615Z | Compiling env_filter v1.0.0 |
| 2153 | 2026-06-20T21:40:26.615Z | Compiling whoami v2.1.0 |
| 2154 | 2026-06-20T21:40:26.615Z | Compiling static_assertions v1.1.0 |
| 2155 | 2026-06-20T21:40:26.615Z | Compiling data-encoding v2.10.0 |
| 2156 | 2026-06-20T21:40:26.615Z | Compiling jiff v0.2.21 |
| 2157 | 2026-06-20T21:40:26.615Z | Compiling typed-path v0.9.3 |
| 2158 | 2026-06-20T21:40:26.615Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-06-20T21:40:26.615Z | Compiling precomputed-hash v0.1.1 |
| 2160 | 2026-06-20T21:40:26.615Z | Compiling fixedbitset v0.4.2 |
| 2161 | 2026-06-20T21:40:26.615Z | Compiling difflib v0.4.0 |
| 2162 | 2026-06-20T21:40:26.615Z | Compiling predicates-core v1.0.10 |
| 2163 | 2026-06-20T21:40:26.615Z | Compiling keccak v0.1.6 |
| 2164 | 2026-06-20T21:40:26.615Z | Compiling normalize-line-endings v0.3.0 |
| 2165 | 2026-06-20T21:40:26.615Z | Compiling toml_write v0.1.2 |
| 2166 | 2026-06-20T21:40:26.615Z | Compiling fixedbitset v0.5.7 |
| 2167 | 2026-06-20T21:40:26.615Z | Compiling predicates v3.1.4 |
| 2168 | 2026-06-20T21:40:26.615Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-06-20T21:40:26.616Z | Compiling petgraph v0.6.5 |
| 2170 | 2026-06-20T21:40:26.616Z | Compiling petgraph v0.8.3 |
| 2171 | 2026-06-20T21:40:26.616Z | Compiling toml_edit v0.22.27 |
| 2172 | 2026-06-20T21:40:26.616Z | Compiling hickory-proto v0.25.2 |
| 2173 | 2026-06-20T21:40:26.616Z | Compiling string_cache v0.8.9 |
| 2174 | 2026-06-20T21:40:26.616Z | Compiling tokio-postgres v0.7.16 |
| 2175 | 2026-06-20T21:40:26.616Z | Compiling env_logger v0.11.9 |
| 2176 | 2026-06-20T21:40:26.616Z | Compiling usdt v0.6.0 |
| 2177 | 2026-06-20T21:40:26.616Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2178 | 2026-06-20T21:40:26.616Z | Compiling ecdsa v0.16.9 |
| 2179 | 2026-06-20T21:40:26.616Z | Compiling rsa v0.9.10 |
| 2180 | 2026-06-20T21:40:26.616Z | Compiling ed25519-dalek v2.2.0 |
| 2181 | 2026-06-20T21:40:26.616Z | Compiling zip v0.6.6 |
| 2182 | 2026-06-20T21:40:26.616Z | Compiling zip v4.6.1 |
| 2183 | 2026-06-20T21:40:26.616Z | Compiling iddqd v0.4.2 |
| 2184 | 2026-06-20T21:40:26.616Z | Compiling crossterm v0.28.1 |
| 2185 | 2026-06-20T21:40:26.616Z | Compiling clap v4.6.1 |
| 2186 | 2026-06-20T21:40:26.616Z | Compiling serde_with v3.17.0 |
| 2187 | 2026-06-20T21:40:26.616Z | Compiling similar v2.7.0 |
| 2188 | 2026-06-20T21:40:26.781Z | Compiling strum v0.26.3 |
| 2189 | 2026-06-20T21:40:26.781Z | Compiling toml v0.7.8 |
| 2190 | 2026-06-20T21:40:26.781Z | Compiling itertools v0.13.0 |
| 2191 | 2026-06-20T21:40:26.781Z | Compiling tokio-stream v0.1.18 |
| 2192 | 2026-06-20T21:40:26.781Z | Compiling buf-list v1.1.2 |
| 2193 | 2026-06-20T21:40:26.781Z | Compiling x509-cert v0.2.5 |
| 2194 | 2026-06-20T21:40:26.781Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2195 | 2026-06-20T21:40:26.781Z | Compiling openapiv3 v2.2.0 |
| 2196 | 2026-06-20T21:40:26.781Z | Compiling sha1 v0.10.6 |
| 2197 | 2026-06-20T21:40:26.781Z | Compiling peg-runtime v0.8.5 |
| 2198 | 2026-06-20T21:40:26.781Z | Compiling lalrpop-util v0.19.12 |
| 2199 | 2026-06-20T21:40:26.781Z | Compiling rustls-webpki v0.103.9 |
| 2200 | 2026-06-20T21:40:26.781Z | Compiling macaddr v1.0.1 |
| 2201 | 2026-06-20T21:40:26.781Z | Compiling structmeta-derive v0.3.0 |
| 2202 | 2026-06-20T21:40:26.781Z | Compiling crucible-workspace-hack v0.1.0 |
| 2203 | 2026-06-20T21:40:26.781Z | Compiling rayon-core v1.13.0 |
| 2204 | 2026-06-20T21:40:26.781Z | Compiling itertools v0.14.0 |
| 2205 | 2026-06-20T21:40:26.781Z | Compiling secrecy v0.10.3 |
| 2206 | 2026-06-20T21:40:26.781Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-06-20T21:40:26.781Z | Compiling heapless v0.8.0 |
| 2208 | 2026-06-20T21:40:26.781Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2209 | 2026-06-20T21:40:26.781Z | Compiling rustls v0.22.4 |
| 2210 | 2026-06-20T21:40:26.782Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2211 | 2026-06-20T21:40:26.782Z | Compiling crossbeam-deque v0.8.6 |
| 2212 | 2026-06-20T21:40:26.782Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2213 | 2026-06-20T21:40:26.782Z | Compiling rustls-webpki v0.102.8 |
| 2214 | 2026-06-20T21:40:26.782Z | Compiling hash32 v0.3.1 |
| 2215 | 2026-06-20T21:40:26.782Z | Compiling multer v3.1.0 |
| 2216 | 2026-06-20T21:40:26.782Z | Compiling thread_local v1.1.9 |
| 2217 | 2026-06-20T21:40:26.782Z | Compiling unicode-width v0.2.0 |
| 2218 | 2026-06-20T21:40:26.782Z | Compiling match_cfg v0.1.0 |
| 2219 | 2026-06-20T21:40:26.782Z | Compiling slog-async v2.8.0 |
| 2220 | 2026-06-20T21:40:26.782Z | Compiling smoltcp v0.11.0 |
| 2221 | 2026-06-20T21:40:26.782Z | Compiling structmeta v0.3.0 |
| 2222 | 2026-06-20T21:40:26.782Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2223 | 2026-06-20T21:40:26.782Z | Compiling compression-core v0.4.31 |
| 2224 | 2026-06-20T21:40:26.782Z | Compiling derive-ex v0.1.8 |
| 2225 | 2026-06-20T21:40:26.782Z | Compiling compression-codecs v0.4.37 |
| 2226 | 2026-06-20T21:40:26.782Z | Compiling proc-macro-crate v3.4.0 |
| 2227 | 2026-06-20T21:40:26.782Z | Compiling hostname v0.3.1 |
| 2228 | 2026-06-20T21:40:26.782Z | Compiling ingot-macros v0.1.1 |
| 2229 | 2026-06-20T21:40:26.782Z | Compiling atomicwrites v0.4.4 |
| 2230 | 2026-06-20T21:40:26.782Z | Compiling slog-json v2.6.1 |
| 2231 | 2026-06-20T21:40:26.782Z | Compiling crossbeam-channel v0.5.15 |
| 2232 | 2026-06-20T21:40:26.782Z | Compiling half v2.7.1 |
| 2233 | 2026-06-20T21:40:26.782Z | Compiling tokio-rustls v0.26.4 |
| 2234 | 2026-06-20T21:40:26.782Z | Compiling rustls-platform-verifier v0.6.2 |
| 2235 | 2026-06-20T21:40:26.783Z | Compiling newtype-uuid-macros v0.1.0 |
| 2236 | 2026-06-20T21:40:26.783Z | Compiling hyper-rustls v0.27.7 |
| 2237 | 2026-06-20T21:40:26.783Z | Compiling cobs v0.3.0 |
| 2238 | 2026-06-20T21:40:26.783Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2239 | 2026-06-20T21:40:26.783Z | Compiling reqwest v0.12.28 |
| 2240 | 2026-06-20T21:40:26.783Z | Compiling reqwest v0.13.2 |
| 2241 | 2026-06-20T21:40:26.783Z | Compiling universal-hash v0.5.1 |
| 2242 | 2026-06-20T21:40:26.783Z | Compiling async-stream-impl v0.3.6 |
| 2243 | 2026-06-20T21:40:26.783Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2244 | 2026-06-20T21:40:26.783Z | Compiling serde_spanned v1.0.4 |
| 2245 | 2026-06-20T21:40:26.783Z | Compiling is-terminal v0.4.17 |
| 2246 | 2026-06-20T21:40:26.783Z | Compiling proc-macro-error-attr v1.0.4 |
| 2247 | 2026-06-20T21:40:26.783Z | Compiling dropshot v0.17.0 |
| 2248 | 2026-06-20T21:40:26.783Z | Compiling ciborium-io v0.2.2 |
| 2249 | 2026-06-20T21:40:26.783Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2250 | 2026-06-20T21:40:26.783Z | Compiling take_mut v0.2.2 |
| 2251 | 2026-06-20T21:40:26.783Z | Compiling opaque-debug v0.3.1 |
| 2252 | 2026-06-20T21:40:26.783Z | Compiling term v1.2.1 |
| 2253 | 2026-06-20T21:40:26.783Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2254 | 2026-06-20T21:40:26.783Z | Compiling convert_case v0.4.0 |
| 2255 | 2026-06-20T21:40:26.783Z | Compiling async-stream v0.3.6 |
| 2256 | 2026-06-20T21:40:26.783Z | Compiling thiserror-no-std v2.0.2 |
| 2257 | 2026-06-20T21:40:26.783Z | Compiling tokio-rustls v0.25.0 |
| 2258 | 2026-06-20T21:40:26.783Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2259 | 2026-06-20T21:40:26.783Z | Compiling slog-term v2.9.2 |
| 2260 | 2026-06-20T21:40:26.784Z | Compiling poly1305 v0.8.0 |
| 2261 | 2026-06-20T21:40:26.784Z | Compiling derive_more v0.99.20 |
| 2262 | 2026-06-20T21:40:26.784Z | Compiling ciborium-ll v0.2.2 |
| 2263 | 2026-06-20T21:40:26.784Z | Compiling test-strategy v0.4.5 |
| 2264 | 2026-06-20T21:40:26.784Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2265 | 2026-06-20T21:40:26.784Z | Compiling tough v0.22.0 |
| 2266 | 2026-06-20T21:40:26.784Z | Compiling ingot-types v0.1.2 |
| 2267 | 2026-06-20T21:40:26.784Z | Compiling ingot v0.1.1 |
| 2268 | 2026-06-20T21:40:26.784Z | Compiling postcard v1.1.3 |
| 2269 | 2026-06-20T21:40:26.784Z | Compiling slog-bunyan v2.5.0 |
| 2270 | 2026-06-20T21:40:26.784Z | Compiling num_enum_derive v0.7.6 |
| 2271 | 2026-06-20T21:40:26.784Z | Compiling async-compression v0.4.41 |
| 2272 | 2026-06-20T21:40:26.784Z | Compiling parse-display-derive v0.10.0 |
| 2273 | 2026-06-20T21:40:26.784Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2274 | 2026-06-20T21:40:26.784Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2275 | 2026-06-20T21:40:26.784Z | Compiling proc-macro-crate v1.3.1 |
| 2276 | 2026-06-20T21:40:26.784Z | Compiling waitgroup v0.1.2 |
| 2277 | 2026-06-20T21:40:26.784Z | Compiling backon v1.6.0 |
| 2278 | 2026-06-20T21:40:26.784Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2279 | 2026-06-20T21:40:26.784Z | Compiling password-hash v0.5.0 |
| 2280 | 2026-06-20T21:40:26.784Z | Compiling chacha20 v0.9.1 |
| 2281 | 2026-06-20T21:40:26.784Z | Compiling dropshot_endpoint v0.17.0 |
| 2282 | 2026-06-20T21:40:26.784Z | Compiling rustls-pemfile v2.2.0 |
| 2283 | 2026-06-20T21:40:26.784Z | Compiling blake2 v0.10.6 |
| 2284 | 2026-06-20T21:40:26.784Z | Compiling aead v0.5.2 |
| 2285 | 2026-06-20T21:40:26.784Z | Compiling foreign-types-macros v0.2.3 |
| 2286 | 2026-06-20T21:40:26.785Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2287 | 2026-06-20T21:40:26.785Z | Compiling serde_path_to_error v0.1.20 |
| 2288 | 2026-06-20T21:40:27.059Z | Compiling hostname v0.4.2 |
| 2289 | 2026-06-20T21:40:27.059Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2290 | 2026-06-20T21:40:27.059Z | Compiling proc-macro-error v1.0.4 |
| 2291 | 2026-06-20T21:40:27.059Z | Compiling instant v0.1.13 |
| 2292 | 2026-06-20T21:40:27.059Z | Compiling foreign-types-shared v0.3.1 |
| 2293 | 2026-06-20T21:40:27.059Z | Compiling typeid v1.0.3 |
| 2294 | 2026-06-20T21:40:27.059Z | Compiling cpufeatures v0.3.0 |
| 2295 | 2026-06-20T21:40:27.059Z | Compiling debug-ignore v1.0.5 |
| 2296 | 2026-06-20T21:40:27.059Z | Compiling backoff v0.4.0 |
| 2297 | 2026-06-20T21:40:27.059Z | Compiling chacha20 v0.10.0 |
| 2298 | 2026-06-20T21:40:27.059Z | Compiling foreign-types v0.5.0 |
| 2299 | 2026-06-20T21:40:27.059Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2300 | 2026-06-20T21:40:27.059Z | Compiling parse-display v0.10.0 |
| 2301 | 2026-06-20T21:40:27.059Z | Compiling argon2 v0.5.3 |
| 2302 | 2026-06-20T21:40:27.059Z | Compiling chacha20poly1305 v0.10.1 |
| 2303 | 2026-06-20T21:40:27.059Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2304 | 2026-06-20T21:40:27.059Z | Compiling num_enum_derive v0.5.11 |
| 2305 | 2026-06-20T21:40:27.059Z | Compiling num_enum v0.7.6 |
| 2306 | 2026-06-20T21:40:27.059Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2307 | 2026-06-20T21:40:27.059Z | Compiling ciborium v0.2.2 |
| 2308 | 2026-06-20T21:40:27.060Z | Compiling vsss-rs v3.3.4 |
| 2309 | 2026-06-20T21:40:27.060Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2310 | 2026-06-20T21:40:27.060Z | Compiling tabwriter v1.4.1 |
| 2311 | 2026-06-20T21:40:27.060Z | Compiling regress v0.10.5 |
| 2312 | 2026-06-20T21:40:27.060Z | Compiling byte-wrapper v0.1.0 |
| 2313 | 2026-06-20T21:40:27.060Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2314 | 2026-06-20T21:40:27.060Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2315 | 2026-06-20T21:40:27.060Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-06-20T21:40:27.060Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2317 | 2026-06-20T21:40:27.060Z | Compiling cstr-argument v0.1.2 |
| 2318 | 2026-06-20T21:40:27.060Z | Compiling humantime v2.3.0 |
| 2319 | 2026-06-20T21:40:27.060Z | Compiling erased-serde v0.4.9 |
| 2320 | 2026-06-20T21:40:27.060Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2321 | 2026-06-20T21:40:27.060Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-06-20T21:40:27.060Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-06-20T21:40:27.060Z | Compiling num_enum v0.5.11 |
| 2324 | 2026-06-20T21:40:27.060Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2325 | 2026-06-20T21:40:27.060Z | Compiling rand v0.10.0 |
| 2326 | 2026-06-20T21:40:27.060Z | Compiling rayon v1.11.0 |
| 2327 | 2026-06-20T21:40:27.060Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2328 | 2026-06-20T21:40:27.060Z | Compiling indent_write v2.2.0 |
| 2329 | 2026-06-20T21:40:27.060Z | Compiling colored v3.1.1 |
| 2330 | 2026-06-20T21:40:27.061Z | Compiling libefi-sys v0.1.0 |
| 2331 | 2026-06-20T21:40:27.061Z | Compiling zone_cfg_derive v0.3.1 |
| 2332 | 2026-06-20T21:40:27.061Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2333 | 2026-06-20T21:40:27.061Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2334 | 2026-06-20T21:40:27.061Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-06-20T21:40:27.061Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2336 | 2026-06-20T21:40:27.061Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-06-20T21:40:27.061Z | Compiling itertools v0.12.1 |
| 2338 | 2026-06-20T21:40:27.061Z | Compiling usdt-macro v0.5.0 |
| 2339 | 2026-06-20T21:40:27.061Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-06-20T21:40:27.061Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-06-20T21:40:27.061Z | Compiling bitfield-struct v0.6.2 |
| 2342 | 2026-06-20T21:40:27.061Z | Compiling blake3 v1.8.3 |
| 2343 | 2026-06-20T21:40:27.061Z | Compiling ordered-float v2.10.1 |
| 2344 | 2026-06-20T21:40:27.061Z | Compiling memmap v0.7.0 |
| 2345 | 2026-06-20T21:40:27.061Z | Compiling sigpipe v0.1.3 |
| 2346 | 2026-06-20T21:40:27.061Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2347 | 2026-06-20T21:40:27.061Z | Compiling swrite v0.1.0 |
| 2348 | 2026-06-20T21:40:27.061Z | Compiling glob v0.3.3 |
| 2349 | 2026-06-20T21:40:27.061Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2350 | 2026-06-20T21:40:27.061Z | Compiling usdt v0.5.0 |
| 2351 | 2026-06-20T21:40:27.061Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2352 | 2026-06-20T21:40:27.061Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2353 | 2026-06-20T21:40:27.061Z | Compiling serde-value v0.7.0 |
| 2354 | 2026-06-20T21:40:27.061Z | Compiling zone v0.3.1 |
| 2355 | 2026-06-20T21:40:27.061Z | Compiling serde-untagged v0.1.9 |
| 2356 | 2026-06-20T21:40:27.062Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2357 | 2026-06-20T21:40:27.062Z | Compiling toml v0.8.23 |
| 2358 | 2026-06-20T21:40:27.062Z | Compiling smf v0.2.3 |
| 2359 | 2026-06-20T21:40:27.062Z | Compiling filetime v0.2.27 |
| 2360 | 2026-06-20T21:40:27.062Z | Compiling constant_time_eq v0.4.2 |
| 2361 | 2026-06-20T21:40:27.062Z | Compiling xattr v1.6.1 |
| 2362 | 2026-06-20T21:40:27.062Z | Compiling whoami v1.6.1 |
| 2363 | 2026-06-20T21:40:27.062Z | Compiling arrayvec v0.7.6 |
| 2364 | 2026-06-20T21:40:27.062Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-06-20T21:40:27.062Z | Compiling unicode-xid v0.2.6 |
| 2366 | 2026-06-20T21:40:27.062Z | Compiling arrayref v0.3.9 |
| 2367 | 2026-06-20T21:40:27.062Z | Compiling tar v0.4.45 |
| 2368 | 2026-06-20T21:40:27.062Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2369 | 2026-06-20T21:40:27.062Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2370 | 2026-06-20T21:40:27.062Z | Compiling tokio-dtrace v0.1.1 |
| 2371 | 2026-06-20T21:40:27.062Z | Compiling cargo-util-schemas v0.8.2 |
| 2372 | 2026-06-20T21:40:27.062Z | Compiling console v0.16.2 |
| 2373 | 2026-06-20T21:40:27.062Z | Compiling gethostname v0.5.0 |
| 2374 | 2026-06-20T21:40:27.062Z | Compiling cargo-platform v0.2.0 |
| 2375 | 2026-06-20T21:40:27.062Z | Compiling unit-prefix v0.5.2 |
| 2376 | 2026-06-20T21:40:27.062Z | Compiling topological-sort v0.2.2 |
| 2377 | 2026-06-20T21:40:27.062Z | Compiling indicatif v0.18.4 |
| 2378 | 2026-06-20T21:40:27.062Z | Compiling oxide-tokio-rt v0.1.4 |
| 2379 | 2026-06-20T21:40:27.062Z | Compiling shell-words v1.1.1 |
| 2380 | 2026-06-20T21:40:27.063Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2381 | 2026-06-20T21:40:27.063Z | Compiling cargo_metadata v0.21.0 |
| 2382 | 2026-06-20T21:40:27.063Z | Compiling omicron-zone-package v0.12.2 |
| 2383 | 2026-06-20T21:40:27.063Z | Compiling progenitor-client v0.14.0 |
| 2384 | 2026-06-20T21:40:27.063Z | Compiling progenitor-extras v0.2.0 |
| 2385 | 2026-06-20T21:40:27.063Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2386 | 2026-06-20T21:40:27.063Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2387 | 2026-06-20T21:40:27.063Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2388 | 2026-06-20T21:40:27.206Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2389 | 2026-06-20T21:40:27.206Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2390 | 2026-06-20T21:40:27.206Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2391 | 2026-06-20T21:40:27.206Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2392 | 2026-06-20T21:40:27.206Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2393 | 2026-06-20T21:40:27.206Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2394 | 2026-06-20T21:40:27.206Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2395 | 2026-06-20T21:40:27.206Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2396 | 2026-06-20T21:40:27.422Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2397 | 2026-06-20T21:40:28.425Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2398 | 2026-06-20T21:40:38.337Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2399 | 2026-06-20T21:40:38.670Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2400 | 2026-06-20T21:40:38.670Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2401 | 2026-06-20T21:40:38.670Z | Created new build target 'test' and set it as active |
| 2402 | 2026-06-20T21:40:38.670Z | |
| 2403 | 2026-06-20T21:40:38.670Z | real 1:44.583384292 |
| 2404 | 2026-06-20T21:40:38.671Z | user 17:04.065305580 |
| 2405 | 2026-06-20T21:40:38.671Z | sys 2:41.624635085 |
| 2406 | 2026-06-20T21:40:38.671Z | trap 0.468208051 |
| 2407 | 2026-06-20T21:40:38.671Z | tflt 2.921846466 |
| 2408 | 2026-06-20T21:40:38.671Z | dflt 4.447350489 |
| 2409 | 2026-06-20T21:40:38.671Z | kflt 0.000552600 |
| 2410 | 2026-06-20T21:40:38.671Z | lock 53:14.885872615 |
| 2411 | 2026-06-20T21:40:38.671Z | slp 43:40.748440846 |
| 2412 | 2026-06-20T21:40:38.671Z | lat 43.935207196 |
| 2413 | 2026-06-20T21:40:38.671Z | stop 5:27.725440440 |
| 2414 | 2026-06-20T21:40:38.671Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2415 | 2026-06-20T21:40:39.203Z | Finished `release` profile [optimized] target(s) in 0.79s |
| 2416 | 2026-06-20T21:40:39.266Z | Running `target/release/omicron-package -t test package` |
| 2417 | 2026-06-20T21:40:39.304Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2418 | 2026-06-20T21:40:40.700Z | Compiling heck v0.5.0 |
| 2419 | 2026-06-20T21:40:41.129Z | Compiling regress v0.11.1 |
| 2420 | 2026-06-20T21:40:41.501Z | Compiling unsafe-libyaml v0.2.11 |
| 2421 | 2026-06-20T21:40:41.501Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2422 | 2026-06-20T21:40:41.501Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2423 | 2026-06-20T21:40:41.501Z | Compiling unicode-width v0.1.14 |
| 2424 | 2026-06-20T21:40:41.502Z | Compiling atomicwrites v0.4.4 |
| 2425 | 2026-06-20T21:40:41.502Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-06-20T21:40:41.502Z | Compiling bytecount v0.6.9 |
| 2427 | 2026-06-20T21:40:41.502Z | Compiling is-terminal v0.4.17 |
| 2428 | 2026-06-20T21:40:41.502Z | Compiling prettyplease v0.2.37 |
| 2429 | 2026-06-20T21:40:41.502Z | Compiling console v0.15.11 |
| 2430 | 2026-06-20T21:40:41.502Z | Compiling newline-converter v0.3.0 |
| 2431 | 2026-06-20T21:40:41.502Z | Compiling slog-dtrace v0.3.0 |
| 2432 | 2026-06-20T21:40:41.502Z | Compiling owo-colors v4.3.0 |
| 2433 | 2026-06-20T21:40:41.502Z | Compiling resolv-conf v0.7.6 |
| 2434 | 2026-06-20T21:40:41.502Z | Compiling cancel-safe-futures v0.1.5 |
| 2435 | 2026-06-20T21:40:41.503Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2436 | 2026-06-20T21:40:41.503Z | Compiling rustls v0.22.4 |
| 2437 | 2026-06-20T21:40:41.503Z | Compiling num-rational v0.4.2 |
| 2438 | 2026-06-20T21:40:41.503Z | Compiling libsw-core v0.3.2 |
| 2439 | 2026-06-20T21:40:41.503Z | Compiling rustls-webpki v0.102.8 |
| 2440 | 2026-06-20T21:40:41.776Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-06-20T21:40:41.776Z | Compiling serde_yaml v0.9.34+deprecated |
| 2442 | 2026-06-20T21:40:41.776Z | Compiling expectorate v1.2.0 |
| 2443 | 2026-06-20T21:40:41.776Z | Compiling thread_local v1.1.9 |
| 2444 | 2026-06-20T21:40:41.776Z | Compiling compression-core v0.4.31 |
| 2445 | 2026-06-20T21:40:41.776Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-06-20T21:40:41.997Z | Compiling hostname v0.3.1 |
| 2447 | 2026-06-20T21:40:41.997Z | Compiling num v0.4.3 |
| 2448 | 2026-06-20T21:40:41.997Z | Compiling compression-codecs v0.4.37 |
| 2449 | 2026-06-20T21:40:41.997Z | Compiling libsw v3.5.0 |
| 2450 | 2026-06-20T21:40:42.342Z | Compiling multer v3.1.0 |
| 2451 | 2026-06-20T21:40:42.342Z | Compiling slog-async v2.8.0 |
| 2452 | 2026-06-20T21:40:42.342Z | Compiling crossbeam-channel v0.5.15 |
| 2453 | 2026-06-20T21:40:42.342Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-06-20T21:40:42.342Z | Compiling slog-json v2.6.1 |
| 2455 | 2026-06-20T21:40:42.342Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2456 | 2026-06-20T21:40:42.420Z | Compiling serde_spanned v1.0.4 |
| 2457 | 2026-06-20T21:40:42.420Z | Compiling term v1.2.1 |
| 2458 | 2026-06-20T21:40:42.420Z | Compiling float-ord v0.3.2 |
| 2459 | 2026-06-20T21:40:42.420Z | Compiling take_mut v0.2.2 |
| 2460 | 2026-06-20T21:40:42.420Z | Compiling linear-map v1.2.0 |
| 2461 | 2026-06-20T21:40:42.420Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2462 | 2026-06-20T21:40:42.420Z | Compiling linked-hash-map v0.5.6 |
| 2463 | 2026-06-20T21:40:42.420Z | Compiling typify-impl v0.6.2 |
| 2464 | 2026-06-20T21:40:42.421Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2465 | 2026-06-20T21:40:42.421Z | Compiling slog-bunyan v2.5.0 |
| 2466 | 2026-06-20T21:40:42.611Z | Compiling async-compression v0.4.41 |
| 2467 | 2026-06-20T21:40:42.636Z | Compiling lru-cache v0.1.2 |
| 2468 | 2026-06-20T21:40:42.636Z | Compiling slog-term v2.9.2 |
| 2469 | 2026-06-20T21:40:42.636Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2470 | 2026-06-20T21:40:42.636Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2471 | 2026-06-20T21:40:42.968Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2472 | 2026-06-20T21:40:43.190Z | Compiling dropshot v0.17.0 |
| 2473 | 2026-06-20T21:40:43.190Z | Compiling async-stream v0.3.6 |
| 2474 | 2026-06-20T21:40:43.191Z | Compiling progenitor-client v0.14.0 |
| 2475 | 2026-06-20T21:40:43.191Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2476 | 2026-06-20T21:40:43.191Z | Compiling waitgroup v0.1.2 |
| 2477 | 2026-06-20T21:40:43.271Z | Compiling rustls-pemfile v2.2.0 |
| 2478 | 2026-06-20T21:40:43.272Z | Compiling backon v1.6.0 |
| 2479 | 2026-06-20T21:40:43.272Z | Compiling hostname v0.4.2 |
| 2480 | 2026-06-20T21:40:43.272Z | Compiling serde_path_to_error v0.1.20 |
| 2481 | 2026-06-20T21:40:43.272Z | Compiling instant v0.1.13 |
| 2482 | 2026-06-20T21:40:43.293Z | Compiling debug-ignore v1.0.5 |
| 2483 | 2026-06-20T21:40:43.305Z | Compiling minimal-lexical v0.2.1 |
| 2484 | 2026-06-20T21:40:43.354Z | Compiling backoff v0.4.0 |
| 2485 | 2026-06-20T21:40:43.367Z | Compiling progenitor-extras v0.2.0 |
| 2486 | 2026-06-20T21:40:43.367Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2487 | 2026-06-20T21:40:43.428Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2488 | 2026-06-20T21:40:43.549Z | Compiling tokio-rustls v0.25.0 |
| 2489 | 2026-06-20T21:40:43.567Z | Compiling nom v7.1.3 |
| 2490 | 2026-06-20T21:40:43.623Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2491 | 2026-06-20T21:40:43.733Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2492 | 2026-06-20T21:40:43.829Z | Compiling parse-display v0.10.0 |
| 2493 | 2026-06-20T21:40:43.853Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2494 | 2026-06-20T21:40:43.853Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-06-20T21:40:44.064Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2496 | 2026-06-20T21:40:44.605Z | Compiling regress v0.10.5 |
| 2497 | 2026-06-20T21:40:44.720Z | Compiling macaddr v1.0.1 |
| 2498 | 2026-06-20T21:40:44.915Z | Compiling humantime v2.3.0 |
| 2499 | 2026-06-20T21:40:45.038Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-06-20T21:40:45.095Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2501 | 2026-06-20T21:40:45.139Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2502 | 2026-06-20T21:40:45.156Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2503 | 2026-06-20T21:40:45.243Z | Compiling convert_case v0.10.0 |
| 2504 | 2026-06-20T21:40:45.283Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2505 | 2026-06-20T21:40:45.460Z | Compiling toml v0.8.23 |
| 2506 | 2026-06-20T21:40:45.542Z | Compiling derive_more-impl v2.1.1 |
| 2507 | 2026-06-20T21:40:45.850Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2508 | 2026-06-20T21:40:46.049Z | Compiling typify-macro v0.6.2 |
| 2509 | 2026-06-20T21:40:46.123Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2510 | 2026-06-20T21:40:46.123Z | Compiling papergrid v0.11.0 |
| 2511 | 2026-06-20T21:40:46.215Z | Compiling tabled_derive v0.7.0 |
| 2512 | 2026-06-20T21:40:46.357Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-06-20T21:40:46.447Z | Compiling hickory-resolver v0.24.4 |
| 2514 | 2026-06-20T21:40:46.518Z | Compiling termtree v0.5.1 |
| 2515 | 2026-06-20T21:40:46.568Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-06-20T21:40:46.735Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2517 | 2026-06-20T21:40:47.169Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2518 | 2026-06-20T21:40:47.391Z | Compiling tabled v0.15.0 |
| 2519 | 2026-06-20T21:40:47.516Z | Compiling typify v0.6.2 |
| 2520 | 2026-06-20T21:40:48.399Z | Compiling progenitor-impl v0.14.0 |
| 2521 | 2026-06-20T21:40:48.415Z | Compiling qorb v0.4.1 |
| 2522 | 2026-06-20T21:40:48.516Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-06-20T21:40:50.670Z | Compiling progenitor-macro v0.14.0 |
| 2524 | 2026-06-20T21:40:51.472Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-06-20T21:40:51.527Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-06-20T21:40:51.680Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-06-20T21:40:51.703Z | Compiling vte v0.14.1 |
| 2528 | 2026-06-20T21:40:51.939Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-06-20T21:40:52.006Z | Compiling highway v1.3.0 |
| 2530 | 2026-06-20T21:40:52.006Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-06-20T21:40:52.050Z | Compiling strip-ansi-escapes v0.2.1 |
| 2532 | 2026-06-20T21:40:52.114Z | Compiling csv v1.4.0 |
| 2533 | 2026-06-20T21:40:52.132Z | Compiling phf v0.12.1 |
| 2534 | 2026-06-20T21:40:52.233Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2535 | 2026-06-20T21:40:53.016Z | Compiling const_format_proc_macros v0.2.34 |
| 2536 | 2026-06-20T21:40:53.091Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2026-06-20T21:40:53.091Z | Compiling fd-lock v4.0.4 |
| 2538 | 2026-06-20T21:40:53.091Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2539 | 2026-06-20T21:40:53.092Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2540 | 2026-06-20T21:40:53.167Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-06-20T21:40:53.477Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-06-20T21:40:54.099Z | Compiling progenitor v0.14.0 |
| 2543 | 2026-06-20T21:40:54.264Z | Compiling reedline v0.40.0 |
| 2544 | 2026-06-20T21:40:54.264Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2545 | 2026-06-20T21:40:54.284Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2546 | 2026-06-20T21:40:54.401Z | Compiling peg v0.8.5 |
| 2547 | 2026-06-20T21:40:54.491Z | Compiling const_format v0.2.35 |
| 2548 | 2026-06-20T21:40:54.764Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2549 | 2026-06-20T21:40:55.407Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-06-20T21:40:55.680Z | Compiling bcs v0.1.6 |
| 2551 | 2026-06-20T21:40:55.680Z | Compiling nom v8.0.0 |
| 2552 | 2026-06-20T21:40:55.845Z | Compiling semver v0.1.20 |
| 2553 | 2026-06-20T21:40:56.062Z | Compiling rustc_version v0.1.7 |
| 2554 | 2026-06-20T21:40:56.325Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2555 | 2026-06-20T21:40:56.653Z | Compiling newtype_derive v0.1.6 |
| 2556 | 2026-06-20T21:40:56.953Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2557 | 2026-06-20T21:40:57.351Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2558 | 2026-06-20T21:40:57.351Z | Compiling smawk v0.3.2 |
| 2559 | 2026-06-20T21:40:57.351Z | Compiling unicode-linebreak v0.1.5 |
| 2560 | 2026-06-20T21:40:57.351Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2561 | 2026-06-20T21:40:57.711Z | Compiling base64 v0.21.7 |
| 2562 | 2026-06-20T21:40:57.711Z | Compiling textwrap v0.16.2 |
| 2563 | 2026-06-20T21:40:57.711Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2564 | 2026-06-20T21:40:57.711Z | Compiling steno v0.4.1 |
| 2565 | 2026-06-20T21:40:57.955Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2566 | 2026-06-20T21:40:58.185Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2567 | 2026-06-20T21:40:58.299Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-06-20T21:40:58.329Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-06-20T21:40:58.331Z | Compiling moka v0.12.13 |
| 2570 | 2026-06-20T21:40:58.349Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2571 | 2026-06-20T21:40:58.583Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2572 | 2026-06-20T21:40:58.815Z | Compiling tungstenite v0.21.0 |
| 2573 | 2026-06-20T21:40:58.995Z | Compiling display-error-chain v0.2.2 |
| 2574 | 2026-06-20T21:40:59.058Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2575 | 2026-06-20T21:40:59.168Z | Compiling radium v0.7.0 |
| 2576 | 2026-06-20T21:40:59.560Z | Compiling hickory-resolver v0.25.2 |
| 2577 | 2026-06-20T21:40:59.677Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-06-20T21:41:00.051Z | Compiling tap v1.0.1 |
| 2579 | 2026-06-20T21:41:00.051Z | Compiling maybe-uninit v2.0.0 |
| 2580 | 2026-06-20T21:41:00.295Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2581 | 2026-06-20T21:41:00.295Z | Compiling wyz v0.5.1 |
| 2582 | 2026-06-20T21:41:00.378Z | Compiling vergen-lib v0.1.6 |
| 2583 | 2026-06-20T21:41:00.597Z | Compiling zerocopy-derive v0.6.6 |
| 2584 | 2026-06-20T21:41:00.696Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2585 | 2026-06-20T21:41:00.741Z | Compiling diesel_derives v2.3.7 |
| 2586 | 2026-06-20T21:41:00.957Z | Compiling packed_struct v0.10.1 |
| 2587 | 2026-06-20T21:41:02.027Z | Compiling funty v2.0.0 |
| 2588 | 2026-06-20T21:41:02.274Z | Compiling crc-catalog v2.4.0 |
| 2589 | 2026-06-20T21:41:02.274Z | Compiling crc v3.4.0 |
| 2590 | 2026-06-20T21:41:02.274Z | Compiling bitvec v1.0.1 |
| 2591 | 2026-06-20T21:41:02.275Z | Compiling zerocopy v0.6.6 |
| 2592 | 2026-06-20T21:41:02.275Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2593 | 2026-06-20T21:41:02.533Z | Compiling scheduled-thread-pool v0.2.7 |
| 2594 | 2026-06-20T21:41:02.609Z | Compiling dsl_auto_type v0.2.0 |
| 2595 | 2026-06-20T21:41:02.857Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-06-20T21:41:03.066Z | Compiling vergen-gitcl v1.0.8 |
| 2597 | 2026-06-20T21:41:03.085Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2598 | 2026-06-20T21:41:03.240Z | Compiling bitfield-macros v0.19.4 |
| 2599 | 2026-06-20T21:41:03.325Z | Compiling dirs-sys-next v0.1.2 |
| 2600 | 2026-06-20T21:41:03.534Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2601 | 2026-06-20T21:41:03.611Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2602 | 2026-06-20T21:41:03.655Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2603 | 2026-06-20T21:41:03.965Z | Compiling indexmap v1.9.3 |
| 2604 | 2026-06-20T21:41:03.986Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-06-20T21:41:04.031Z | Compiling glob v0.3.3 |
| 2606 | 2026-06-20T21:41:04.129Z | Compiling maplit v1.0.2 |
| 2607 | 2026-06-20T21:41:04.208Z | Compiling crunchy v0.2.4 |
| 2608 | 2026-06-20T21:41:04.280Z | Compiling array-init v0.0.4 |
| 2609 | 2026-06-20T21:41:04.388Z | Compiling proc-macro-error2 v2.0.1 |
| 2610 | 2026-06-20T21:41:04.408Z | Compiling clang-sys v1.8.1 |
| 2611 | 2026-06-20T21:41:04.545Z | Compiling bitfield v0.19.4 |
| 2612 | 2026-06-20T21:41:04.700Z | Compiling dirs-next v2.0.0 |
| 2613 | 2026-06-20T21:41:04.859Z | Compiling r2d2 v0.8.10 |
| 2614 | 2026-06-20T21:41:04.905Z | Compiling smallvec v0.6.14 |
| 2615 | 2026-06-20T21:41:05.181Z | Compiling num-derive v0.3.3 |
| 2616 | 2026-06-20T21:41:05.204Z | Compiling hashbrown v0.12.3 |
| 2617 | 2026-06-20T21:41:05.276Z | Compiling tiny-keccak v2.0.2 |
| 2618 | 2026-06-20T21:41:05.318Z | Compiling downcast-rs v2.0.2 |
| 2619 | 2026-06-20T21:41:05.547Z | Compiling serde-hex v0.1.0 |
| 2620 | 2026-06-20T21:41:05.952Z | Compiling term v0.7.0 |
| 2621 | 2026-06-20T21:41:06.211Z | Compiling tabled_derive v0.11.0 |
| 2622 | 2026-06-20T21:41:06.211Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2623 | 2026-06-20T21:41:07.124Z | Compiling libscf-sys v1.1.0 |
| 2624 | 2026-06-20T21:41:07.124Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-06-20T21:41:07.124Z | Compiling ron v0.8.1 |
| 2626 | 2026-06-20T21:41:07.125Z | Compiling papergrid v0.17.0 |
| 2627 | 2026-06-20T21:41:07.125Z | Compiling testing_table v0.3.0 |
| 2628 | 2026-06-20T21:41:07.421Z | Compiling hashbrown v0.13.2 |
| 2629 | 2026-06-20T21:41:07.421Z | Compiling crc-any v2.5.0 |
| 2630 | 2026-06-20T21:41:07.421Z | Compiling bit-vec v0.6.3 |
| 2631 | 2026-06-20T21:41:07.421Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2632 | 2026-06-20T21:41:07.422Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-06-20T21:41:07.422Z | Compiling object v0.30.4 |
| 2634 | 2026-06-20T21:41:07.422Z | Compiling bit-set v0.5.3 |
| 2635 | 2026-06-20T21:41:07.616Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2636 | 2026-06-20T21:41:07.616Z | Compiling tabled v0.20.0 |
| 2637 | 2026-06-20T21:41:07.972Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2638 | 2026-06-20T21:41:07.972Z | Compiling ascii-canvas v3.0.0 |
| 2639 | 2026-06-20T21:41:08.225Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2640 | 2026-06-20T21:41:08.375Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2641 | 2026-06-20T21:41:08.470Z | Compiling progenitor-impl v0.13.0 |
| 2642 | 2026-06-20T21:41:08.680Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2643 | 2026-06-20T21:41:09.594Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2644 | 2026-06-20T21:41:10.599Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2645 | 2026-06-20T21:41:10.599Z | Compiling itertools v0.10.5 |
| 2646 | 2026-06-20T21:41:10.599Z | Compiling ena v0.14.4 |
| 2647 | 2026-06-20T21:41:10.599Z | Compiling libloading v0.8.9 |
| 2648 | 2026-06-20T21:41:10.599Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-06-20T21:41:10.599Z | Compiling diesel v2.3.7 |
| 2650 | 2026-06-20T21:41:10.599Z | Compiling regex-syntax v0.6.29 |
| 2651 | 2026-06-20T21:41:10.970Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-06-20T21:41:10.971Z | Compiling unicase v2.9.0 |
| 2653 | 2026-06-20T21:41:10.971Z | Compiling xshell-macros v0.2.7 |
| 2654 | 2026-06-20T21:41:10.971Z | Compiling path-slash v0.1.5 |
| 2655 | 2026-06-20T21:41:10.971Z | Compiling diff v0.1.13 |
| 2656 | 2026-06-20T21:41:10.971Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2657 | 2026-06-20T21:41:10.971Z | Compiling xshell v0.2.7 |
| 2658 | 2026-06-20T21:41:10.971Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2659 | 2026-06-20T21:41:10.971Z | Compiling progenitor-macro v0.13.0 |
| 2660 | 2026-06-20T21:41:11.673Z | Compiling lalrpop v0.19.12 |
| 2661 | 2026-06-20T21:41:12.077Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2662 | 2026-06-20T21:41:13.196Z | Compiling cexpr v0.6.0 |
| 2663 | 2026-06-20T21:41:13.976Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-06-20T21:41:14.946Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2665 | 2026-06-20T21:41:15.235Z | Compiling progenitor-client v0.13.0 |
| 2666 | 2026-06-20T21:41:15.235Z | Compiling rustc-hash v2.1.1 |
| 2667 | 2026-06-20T21:41:15.235Z | Compiling progenitor v0.13.0 |
| 2668 | 2026-06-20T21:41:15.235Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2669 | 2026-06-20T21:41:15.470Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2670 | 2026-06-20T21:41:15.656Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2671 | 2026-06-20T21:41:16.224Z | Compiling headers-core v0.3.0 |
| 2672 | 2026-06-20T21:41:16.511Z | Compiling libxml v0.3.3 |
| 2673 | 2026-06-20T21:41:16.512Z | Compiling crc8 v0.1.1 |
| 2674 | 2026-06-20T21:41:16.512Z | Compiling headers v0.4.1 |
| 2675 | 2026-06-20T21:41:16.512Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2676 | 2026-06-20T21:41:16.769Z | Compiling strum_macros v0.24.3 |
| 2677 | 2026-06-20T21:41:16.769Z | Compiling indoc v1.0.9 |
| 2678 | 2026-06-20T21:41:17.132Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2679 | 2026-06-20T21:41:17.132Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2680 | 2026-06-20T21:41:17.363Z | Compiling git-stub v1.0.0 |
| 2681 | 2026-06-20T21:41:17.363Z | Compiling derive_builder v0.20.2 |
| 2682 | 2026-06-20T21:41:17.547Z | Compiling oso-derive v0.27.3 |
| 2683 | 2026-06-20T21:41:17.547Z | Compiling quick-xml v0.37.5 |
| 2684 | 2026-06-20T21:41:17.773Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-06-20T21:41:17.969Z | Compiling openssl-probe v0.1.6 |
| 2686 | 2026-06-20T21:41:17.969Z | Compiling git-stub-vcs v0.1.0 |
| 2687 | 2026-06-20T21:41:18.104Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2688 | 2026-06-20T21:41:18.104Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2689 | 2026-06-20T21:41:18.300Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2690 | 2026-06-20T21:41:18.516Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2691 | 2026-06-20T21:41:18.570Z | Compiling bb8 v0.8.6 |
| 2692 | 2026-06-20T21:41:18.664Z | Compiling trait-variant v0.1.2 |
| 2693 | 2026-06-20T21:41:18.968Z | Compiling half v1.8.3 |
| 2694 | 2026-06-20T21:41:19.115Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2695 | 2026-06-20T21:41:19.251Z | Compiling polar-core v0.27.3 |
| 2696 | 2026-06-20T21:41:19.352Z | Compiling serde_cbor v0.11.2 |
| 2697 | 2026-06-20T21:41:19.352Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2698 | 2026-06-20T21:41:20.101Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2699 | 2026-06-20T21:41:20.282Z | Compiling samael v0.0.19 |
| 2700 | 2026-06-20T21:41:20.282Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2701 | 2026-06-20T21:41:20.282Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2702 | 2026-06-20T21:41:20.434Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2703 | 2026-06-20T21:41:20.434Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2704 | 2026-06-20T21:41:20.546Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-06-20T21:41:20.617Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2706 | 2026-06-20T21:41:20.797Z | Compiling fxhash v0.2.1 |
| 2707 | 2026-06-20T21:41:21.010Z | Compiling libz-sys v1.1.24 |
| 2708 | 2026-06-20T21:41:21.010Z | Compiling salty v0.3.0 |
| 2709 | 2026-06-20T21:41:21.480Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2710 | 2026-06-20T21:41:21.649Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2711 | 2026-06-20T21:41:21.823Z | Compiling kstat-rs v0.2.4 |
| 2712 | 2026-06-20T21:41:22.097Z | Compiling arc-swap v1.8.2 |
| 2713 | 2026-06-20T21:41:22.270Z | Compiling fs-err v2.11.0 |
| 2714 | 2026-06-20T21:41:22.505Z | Compiling slog-scope v4.4.1 |
| 2715 | 2026-06-20T21:41:22.537Z | Compiling mime_guess v2.0.5 |
| 2716 | 2026-06-20T21:41:22.839Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2717 | 2026-06-20T21:41:23.704Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2718 | 2026-06-20T21:41:23.909Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2719 | 2026-06-20T21:41:23.909Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2720 | 2026-06-20T21:41:23.909Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2721 | 2026-06-20T21:41:24.014Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2722 | 2026-06-20T21:41:24.289Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-06-20T21:41:24.615Z | Compiling darling_core v0.23.0 |
| 2724 | 2026-06-20T21:41:24.671Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2725 | 2026-06-20T21:41:24.936Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-06-20T21:41:25.311Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2727 | 2026-06-20T21:41:25.425Z | Compiling flume v0.11.1 |
| 2728 | 2026-06-20T21:41:25.732Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2729 | 2026-06-20T21:41:26.744Z | Compiling async-bb8-diesel v0.2.1 |
| 2730 | 2026-06-20T21:41:26.890Z | Compiling diesel-dtrace v0.5.0 |
| 2731 | 2026-06-20T21:41:27.041Z | Compiling darling_macro v0.23.0 |
| 2732 | 2026-06-20T21:41:27.211Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-06-20T21:41:27.546Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-06-20T21:41:27.633Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-06-20T21:41:27.653Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-06-20T21:41:27.661Z | Compiling atty v0.2.14 |
| 2737 | 2026-06-20T21:41:27.841Z | Compiling parse-size v1.1.0 |
| 2738 | 2026-06-20T21:41:28.015Z | Compiling oso v0.27.3 |
| 2739 | 2026-06-20T21:41:28.097Z | Compiling strsim v0.10.0 |
| 2740 | 2026-06-20T21:41:28.408Z | Compiling http-range v0.1.5 |
| 2741 | 2026-06-20T21:41:28.757Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2742 | 2026-06-20T21:41:28.828Z | Compiling instability v0.3.11 |
| 2743 | 2026-06-20T21:41:29.021Z | Compiling darling_core v0.13.4 |
| 2744 | 2026-06-20T21:41:29.075Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2745 | 2026-06-20T21:41:30.134Z | Compiling p384 v0.13.1 |
| 2746 | 2026-06-20T21:41:30.665Z | Compiling darling v0.23.0 |
| 2747 | 2026-06-20T21:41:30.786Z | Compiling slog-envlogger v2.2.0 |
| 2748 | 2026-06-20T21:41:31.932Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2749 | 2026-06-20T21:41:32.305Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2750 | 2026-06-20T21:41:33.164Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2751 | 2026-06-20T21:41:34.518Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2752 | 2026-06-20T21:41:35.543Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2753 | 2026-06-20T21:41:36.079Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-06-20T21:41:36.225Z | Compiling ignore v0.4.25 |
| 2755 | 2026-06-20T21:41:36.225Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-06-20T21:41:36.329Z | Compiling vergen-git2 v9.1.0 |
| 2757 | 2026-06-20T21:41:36.393Z | Compiling castaway v0.2.4 |
| 2758 | 2026-06-20T21:41:36.588Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-20T21:41:36.678Z | Compiling indoc v2.0.7 |
| 2760 | 2026-06-20T21:41:37.026Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-06-20T21:41:37.649Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-06-20T21:41:37.767Z | Compiling compact_str v0.8.1 |
| 2763 | 2026-06-20T21:41:37.860Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-06-20T21:41:38.464Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2765 | 2026-06-20T21:41:38.760Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-06-20T21:41:38.799Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-06-20T21:41:39.242Z | Compiling darling_macro v0.13.4 |
| 2768 | 2026-06-20T21:41:39.537Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2769 | 2026-06-20T21:41:39.632Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2770 | 2026-06-20T21:41:39.793Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-06-20T21:41:40.015Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2772 | 2026-06-20T21:41:40.099Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2773 | 2026-06-20T21:41:40.242Z | Compiling predicates-tree v1.0.13 |
| 2774 | 2026-06-20T21:41:40.303Z | Compiling unicode-truncate v1.1.0 |
| 2775 | 2026-06-20T21:41:40.392Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2026-06-20T21:41:40.469Z | Compiling lru v0.12.5 |
| 2777 | 2026-06-20T21:41:40.621Z | Compiling prefix-trie v0.7.0 |
| 2778 | 2026-06-20T21:41:40.673Z | Compiling rand_seeder v0.4.0 |
| 2779 | 2026-06-20T21:41:40.726Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2780 | 2026-06-20T21:41:40.766Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2781 | 2026-06-20T21:41:40.938Z | Compiling rustls v0.21.12 |
| 2782 | 2026-06-20T21:41:40.987Z | Compiling corncobs v0.1.4 |
| 2783 | 2026-06-20T21:41:41.103Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2784 | 2026-06-20T21:41:41.145Z | Compiling cassowary v0.3.0 |
| 2785 | 2026-06-20T21:41:41.154Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-06-20T21:41:41.214Z | Compiling hickory-server v0.25.2 |
| 2787 | 2026-06-20T21:41:41.268Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2788 | 2026-06-20T21:41:41.398Z | Compiling camino-tempfile-ext v0.3.3 |
| 2789 | 2026-06-20T21:41:41.476Z | Compiling ratatui v0.29.0 |
| 2790 | 2026-06-20T21:41:41.905Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2791 | 2026-06-20T21:41:41.949Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-06-20T21:41:41.978Z | Compiling darling v0.13.4 |
| 2793 | 2026-06-20T21:41:42.102Z | Compiling sled v0.34.7 |
| 2794 | 2026-06-20T21:41:42.681Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2795 | 2026-06-20T21:41:42.736Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2796 | 2026-06-20T21:41:43.185Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2797 | 2026-06-20T21:41:44.584Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2798 | 2026-06-20T21:41:45.474Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2799 | 2026-06-20T21:41:45.702Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2800 | 2026-06-20T21:41:45.789Z | Compiling sct v0.7.1 |
| 2801 | 2026-06-20T21:41:45.825Z | Compiling rustls-webpki v0.101.7 |
| 2802 | 2026-06-20T21:41:45.928Z | Compiling secrecy v0.8.0 |
| 2803 | 2026-06-20T21:41:46.091Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2804 | 2026-06-20T21:41:46.391Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2805 | 2026-06-20T21:41:47.057Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2806 | 2026-06-20T21:41:47.777Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2807 | 2026-06-20T21:41:48.130Z | Compiling serde_with_macros v1.5.2 |
| 2808 | 2026-06-20T21:41:48.873Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2809 | 2026-06-20T21:41:49.167Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2810 | 2026-06-20T21:41:49.431Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-06-20T21:41:49.796Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2812 | 2026-06-20T21:41:50.039Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2813 | 2026-06-20T21:41:50.265Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2814 | 2026-06-20T21:41:50.423Z | Compiling git2 v0.20.4 |
| 2815 | 2026-06-20T21:41:50.548Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2816 | 2026-06-20T21:41:50.697Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2817 | 2026-06-20T21:41:51.026Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2818 | 2026-06-20T21:41:51.209Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2819 | 2026-06-20T21:41:51.391Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2820 | 2026-06-20T21:41:51.539Z | Compiling void v1.0.2 |
| 2821 | 2026-06-20T21:41:51.713Z | Compiling lzss v0.8.2 |
| 2822 | 2026-06-20T21:41:51.997Z | Compiling illumos-nvpair v0.3.0 |
| 2823 | 2026-06-20T21:41:52.456Z | Compiling serde_with v1.14.0 |
| 2824 | 2026-06-20T21:41:52.929Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2825 | 2026-06-20T21:41:53.147Z | Compiling tokio-rustls v0.24.1 |
| 2826 | 2026-06-20T21:41:53.475Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2827 | 2026-06-20T21:41:53.662Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2828 | 2026-06-20T21:41:53.767Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2829 | 2026-06-20T21:41:53.894Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2830 | 2026-06-20T21:41:55.595Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2831 | 2026-06-20T21:41:55.830Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2832 | 2026-06-20T21:41:56.546Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2833 | 2026-06-20T21:41:56.577Z | Compiling tungstenite v0.23.0 |
| 2834 | 2026-06-20T21:41:56.650Z | Compiling rustls-pemfile v1.0.4 |
| 2835 | 2026-06-20T21:41:56.808Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2836 | 2026-06-20T21:41:57.053Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2837 | 2026-06-20T21:41:57.283Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-06-20T21:41:57.507Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2839 | 2026-06-20T21:41:58.401Z | Compiling nix v0.27.1 |
| 2840 | 2026-06-20T21:41:58.661Z | Compiling twox-hash v2.1.2 |
| 2841 | 2026-06-20T21:41:58.914Z | Compiling serde_bytes v0.11.19 |
| 2842 | 2026-06-20T21:41:58.972Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2843 | 2026-06-20T21:41:59.171Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2844 | 2026-06-20T21:41:59.293Z | Compiling tokio-tungstenite v0.23.1 |
| 2845 | 2026-06-20T21:41:59.613Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2846 | 2026-06-20T21:41:59.635Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2847 | 2026-06-20T21:41:59.693Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2848 | 2026-06-20T21:42:00.601Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2849 | 2026-06-20T21:42:01.958Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2850 | 2026-06-20T21:42:02.593Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2851 | 2026-06-20T21:42:03.606Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2852 | 2026-06-20T21:42:03.717Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2853 | 2026-06-20T21:42:03.722Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2854 | 2026-06-20T21:42:04.013Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2855 | 2026-06-20T21:42:04.546Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2856 | 2026-06-20T21:42:04.610Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2857 | 2026-06-20T21:42:04.691Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2858 | 2026-06-20T21:42:04.727Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2859 | 2026-06-20T21:42:05.281Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2860 | 2026-06-20T21:42:05.693Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2861 | 2026-06-20T21:42:06.373Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2862 | 2026-06-20T21:42:08.743Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2863 | 2026-06-20T21:42:09.265Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2864 | 2026-06-20T21:42:09.620Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2865 | 2026-06-20T21:42:10.209Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2866 | 2026-06-20T21:42:10.969Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2867 | 2026-06-20T21:42:11.185Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-06-20T21:42:11.382Z | Compiling signal-hook-tokio v0.3.1 |
| 2869 | 2026-06-20T21:42:11.571Z | Compiling fatfs v0.3.6 |
| 2870 | 2026-06-20T21:42:11.949Z | Compiling yasna v0.5.2 |
| 2871 | 2026-06-20T21:42:12.119Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2872 | 2026-06-20T21:42:12.381Z | Compiling assert_matches v1.5.0 |
| 2873 | 2026-06-20T21:42:12.568Z | Compiling is_ci v1.2.0 |
| 2874 | 2026-06-20T21:42:12.784Z | Compiling seq-macro v0.3.6 |
| 2875 | 2026-06-20T21:42:12.897Z | Compiling supports-color v3.0.2 |
| 2876 | 2026-06-20T21:42:12.941Z | Compiling rcgen v0.12.1 |
| 2877 | 2026-06-20T21:42:13.196Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2878 | 2026-06-20T21:42:13.570Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2879 | 2026-06-20T21:42:14.146Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2880 | 2026-06-20T21:42:16.036Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2881 | 2026-06-20T21:42:16.063Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2882 | 2026-06-20T21:42:16.287Z | Compiling rtoolbox v0.0.3 |
| 2883 | 2026-06-20T21:42:16.311Z | Compiling subprocess v0.2.15 |
| 2884 | 2026-06-20T21:42:16.566Z | Compiling rpassword v7.4.0 |
| 2885 | 2026-06-20T21:42:16.856Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-06-20T21:42:17.567Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2887 | 2026-06-20T21:42:18.568Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2888 | 2026-06-20T21:42:18.589Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2889 | 2026-06-20T21:42:18.723Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2890 | 2026-06-20T21:42:19.053Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-06-20T21:42:19.349Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-06-20T21:42:20.472Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2893 | 2026-06-20T21:42:21.098Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-06-20T21:42:21.358Z | Compiling uzers v0.12.2 |
| 2895 | 2026-06-20T21:42:22.128Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-06-20T21:42:22.815Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-06-20T21:42:23.055Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-06-20T21:42:23.874Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-06-20T21:42:26.353Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-06-20T21:43:23.308Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-06-20T21:43:23.652Z | Compiling multimap v0.10.1 |
| 2902 | 2026-06-20T21:43:23.908Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2903 | 2026-06-20T21:43:23.908Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2904 | 2026-06-20T21:43:23.908Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-06-20T21:43:23.908Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-06-20T21:43:23.908Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-06-20T21:49:00.890Z | Finished `release` profile [optimized] target(s) in 8m 21s |
| 2908 | 2026-06-20T21:49:45.946Z | |
| 2909 | 2026-06-20T21:49:45.946Z | real 9:07.570285995 |
| 2910 | 2026-06-20T21:49:45.946Z | user 1:19:06.354246763 |
| 2911 | 2026-06-20T21:49:45.949Z | sys 3:31.370191311 |
| 2912 | 2026-06-20T21:49:45.949Z | trap 1.775944808 |
| 2913 | 2026-06-20T21:49:45.949Z | tflt 2.538111026 |
| 2914 | 2026-06-20T21:49:45.949Z | dflt 18.437307088 |
| 2915 | 2026-06-20T21:49:45.949Z | kflt 0.006360957 |
| 2916 | 2026-06-20T21:49:45.949Z | lock 6:38:03.595389628 |
| 2917 | 2026-06-20T21:49:45.949Z | slp 2:14:53.780051515 |
| 2918 | 2026-06-20T21:49:45.949Z | lat 2:25.090314662 |
| 2919 | 2026-06-20T21:49:45.949Z | stop 5:12.523186124 |
| 2920 | 2026-06-20T21:49:45.949Z | + mapfile -t packages |
| 2921 | 2026-06-20T21:49:45.950Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-06-20T21:49:46.825Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2923 | 2026-06-20T21:49:46.887Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-06-20T21:49:46.947Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-06-20T21:49:46.951Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-06-20T21:49:47.422Z | Compiling libc v0.2.185 |
| 2927 | 2026-06-20T21:49:47.422Z | Compiling serde v1.0.228 |
| 2928 | 2026-06-20T21:49:47.425Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-06-20T21:49:47.425Z | Compiling rustix v1.1.3 |
| 2930 | 2026-06-20T21:49:47.425Z | Compiling serde_json v1.0.149 |
| 2931 | 2026-06-20T21:49:47.425Z | Compiling bitflags v2.11.0 |
| 2932 | 2026-06-20T21:49:47.560Z | Compiling num-traits v0.2.19 |
| 2933 | 2026-06-20T21:49:47.570Z | Compiling syn v2.0.117 |
| 2934 | 2026-06-20T21:49:47.589Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-06-20T21:49:47.599Z | Compiling usdt-impl v0.5.0 |
| 2936 | 2026-06-20T21:49:47.603Z | Compiling indexmap v2.14.0 |
| 2937 | 2026-06-20T21:49:47.611Z | Compiling syn v1.0.109 |
| 2938 | 2026-06-20T21:49:47.636Z | Compiling getrandom v0.4.1 |
| 2939 | 2026-06-20T21:49:47.640Z | Compiling log v0.4.29 |
| 2940 | 2026-06-20T21:49:47.797Z | Compiling percent-encoding v2.3.2 |
| 2941 | 2026-06-20T21:49:47.961Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-06-20T21:49:47.998Z | Compiling fs-err v3.3.0 |
| 2943 | 2026-06-20T21:49:48.011Z | Compiling heck v0.4.1 |
| 2944 | 2026-06-20T21:49:48.059Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-06-20T21:49:48.070Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-06-20T21:49:48.272Z | Compiling thread-id v4.2.2 |
| 2947 | 2026-06-20T21:49:48.332Z | Compiling errno v0.3.14 |
| 2948 | 2026-06-20T21:49:48.336Z | Compiling memmap v0.7.0 |
| 2949 | 2026-06-20T21:49:48.602Z | Compiling ordered-float v2.10.1 |
| 2950 | 2026-06-20T21:49:49.109Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-06-20T21:49:49.345Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-06-20T21:49:49.345Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-06-20T21:49:49.366Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-06-20T21:49:49.444Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-06-20T21:49:49.444Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-06-20T21:49:49.584Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-06-20T21:49:50.037Z | Compiling tabled v0.15.0 |
| 2958 | 2026-06-20T21:49:50.104Z | Compiling synstructure v0.13.2 |
| 2959 | 2026-06-20T21:49:50.104Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-06-20T21:49:50.498Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-06-20T21:49:50.498Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-06-20T21:49:50.502Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-06-20T21:49:50.502Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-06-20T21:49:50.502Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-06-20T21:49:50.502Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-06-20T21:49:50.502Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-06-20T21:49:50.521Z | Compiling clap_derive v4.6.1 |
| 2968 | 2026-06-20T21:49:50.544Z | Compiling zerofrom-derive v0.1.6 |
| 2969 | 2026-06-20T21:49:50.628Z | Compiling yoke-derive v0.8.1 |
| 2970 | 2026-06-20T21:49:50.746Z | Compiling pest_derive v2.8.6 |
| 2971 | 2026-06-20T21:49:51.188Z | Compiling scroll v0.12.0 |
| 2972 | 2026-06-20T21:49:51.371Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-06-20T21:49:51.522Z | Compiling goblin v0.8.2 |
| 2974 | 2026-06-20T21:49:51.633Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-06-20T21:49:51.730Z | Compiling zerofrom v0.1.6 |
| 2976 | 2026-06-20T21:49:51.743Z | Compiling dtrace-parser v0.2.0 |
| 2977 | 2026-06-20T21:49:51.771Z | Compiling thiserror v2.0.18 |
| 2978 | 2026-06-20T21:49:51.874Z | Compiling yoke v0.8.1 |
| 2979 | 2026-06-20T21:49:52.099Z | Compiling zerovec v0.11.5 |
| 2980 | 2026-06-20T21:49:52.142Z | Compiling zerotrie v0.2.3 |
| 2981 | 2026-06-20T21:49:52.162Z | Compiling clap v4.6.1 |
| 2982 | 2026-06-20T21:49:52.742Z | Compiling tinystr v0.8.2 |
| 2983 | 2026-06-20T21:49:52.983Z | Compiling icu_locale_core v2.1.1 |
| 2984 | 2026-06-20T21:49:53.543Z | Compiling potential_utf v0.1.4 |
| 2985 | 2026-06-20T21:49:53.711Z | Compiling icu_collections v2.1.1 |
| 2986 | 2026-06-20T21:49:53.765Z | Compiling icu_provider v2.1.1 |
| 2987 | 2026-06-20T21:49:53.932Z | Compiling serde_spanned v0.6.9 |
| 2988 | 2026-06-20T21:49:54.125Z | Compiling icu_normalizer v2.1.1 |
| 2989 | 2026-06-20T21:49:54.160Z | Compiling icu_properties v2.1.2 |
| 2990 | 2026-06-20T21:49:54.210Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-06-20T21:49:54.371Z | Compiling dof v0.3.0 |
| 2992 | 2026-06-20T21:49:54.400Z | Compiling serde_tokenstream v0.2.3 |
| 2993 | 2026-06-20T21:49:54.413Z | Compiling toml_edit v0.22.27 |
| 2994 | 2026-06-20T21:49:54.461Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-06-20T21:49:54.499Z | Compiling cargo-platform v0.2.0 |
| 2996 | 2026-06-20T21:49:54.540Z | Compiling macaddr v1.0.1 |
| 2997 | 2026-06-20T21:49:55.071Z | Compiling idna_adapter v1.2.1 |
| 2998 | 2026-06-20T21:49:55.151Z | Compiling usdt-macro v0.5.0 |
| 2999 | 2026-06-20T21:49:55.167Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-06-20T21:49:55.236Z | Compiling idna v1.1.0 |
| 3001 | 2026-06-20T21:49:55.616Z | Compiling url v2.5.8 |
| 3002 | 2026-06-20T21:49:55.847Z | Compiling usdt v0.5.0 |
| 3003 | 2026-06-20T21:49:55.963Z | Compiling toml v0.8.23 |
| 3004 | 2026-06-20T21:49:56.399Z | Compiling cargo-util-schemas v0.8.2 |
| 3005 | 2026-06-20T21:49:56.399Z | Compiling cargo_toml v0.21.0 |
| 3006 | 2026-06-20T21:49:57.413Z | Compiling cargo_metadata v0.21.0 |
| 3007 | 2026-06-20T21:50:00.513Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3008 | 2026-06-20T21:50:03.536Z | Finished `release` profile [optimized] target(s) in 16.57s |
| 3009 | 2026-06-20T21:50:03.676Z | |
| 3010 | 2026-06-20T21:50:03.677Z | real 16.689964278 |
| 3011 | 2026-06-20T21:50:03.677Z | user 2:22.006683145 |
| 3012 | 2026-06-20T21:50:03.677Z | sys 17.137441034 |
| 3013 | 2026-06-20T21:50:03.677Z | trap 0.093690582 |
| 3014 | 2026-06-20T21:50:03.677Z | tflt 0.473155178 |
| 3015 | 2026-06-20T21:50:03.677Z | dflt 1.656744245 |
| 3016 | 2026-06-20T21:50:03.680Z | kflt 0.000016980 |
| 3017 | 2026-06-20T21:50:03.680Z | lock 5:14.978731366 |
| 3018 | 2026-06-20T21:50:03.680Z | slp 3:25.827679402 |
| 3019 | 2026-06-20T21:50:03.681Z | lat 6.413196098 |
| 3020 | 2026-06-20T21:50:03.681Z | stop 18.918146477 |
| 3021 | 2026-06-20T21:50:03.681Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3022 | 2026-06-20T21:50:03.681Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-06-20T21:50:03.681Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3024 | 2026-06-20T21:50:03.681Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-06-20T21:50:03.681Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3026 | 2026-06-20T21:50:04.561Z | Compiling progenitor-client v0.14.0 |
| 3027 | 2026-06-20T21:50:04.564Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3028 | 2026-06-20T21:50:04.564Z | Compiling newtype-uuid-macros v0.1.0 |
| 3029 | 2026-06-20T21:50:04.697Z | Compiling match_cfg v0.1.0 |
| 3030 | 2026-06-20T21:50:04.700Z | Compiling slog-json v2.6.1 |
| 3031 | 2026-06-20T21:50:04.700Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-06-20T21:50:04.713Z | Compiling rustls v0.22.4 |
| 3033 | 2026-06-20T21:50:04.716Z | Compiling rustls-webpki v0.102.8 |
| 3034 | 2026-06-20T21:50:04.716Z | Compiling multer v3.1.0 |
| 3035 | 2026-06-20T21:50:04.716Z | Compiling debug-ignore v1.0.5 |
| 3036 | 2026-06-20T21:50:04.716Z | Compiling compression-core v0.4.31 |
| 3037 | 2026-06-20T21:50:04.724Z | Compiling atomicwrites v0.4.4 |
| 3038 | 2026-06-20T21:50:04.727Z | Compiling itertools v0.14.0 |
| 3039 | 2026-06-20T21:50:04.753Z | Compiling async-stream-impl v0.3.6 |
| 3040 | 2026-06-20T21:50:04.756Z | Compiling serde_spanned v1.0.4 |
| 3041 | 2026-06-20T21:50:04.756Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3042 | 2026-06-20T21:50:04.784Z | Compiling hostname v0.3.1 |
| 3043 | 2026-06-20T21:50:04.921Z | Compiling compression-codecs v0.4.37 |
| 3044 | 2026-06-20T21:50:04.938Z | Compiling dropshot v0.17.0 |
| 3045 | 2026-06-20T21:50:04.991Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3046 | 2026-06-20T21:50:05.044Z | Compiling waitgroup v0.1.2 |
| 3047 | 2026-06-20T21:50:05.047Z | Compiling dropshot_endpoint v0.17.0 |
| 3048 | 2026-06-20T21:50:05.102Z | Compiling slog-bunyan v2.5.0 |
| 3049 | 2026-06-20T21:50:05.141Z | Compiling async-compression v0.4.41 |
| 3050 | 2026-06-20T21:50:05.169Z | Compiling rustls-pemfile v2.2.0 |
| 3051 | 2026-06-20T21:50:05.186Z | Compiling hostname v0.4.2 |
| 3052 | 2026-06-20T21:50:05.220Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3053 | 2026-06-20T21:50:05.241Z | Compiling serde_path_to_error v0.1.20 |
| 3054 | 2026-06-20T21:50:05.275Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-06-20T21:50:05.275Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-06-20T21:50:05.311Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-06-20T21:50:05.385Z | Compiling instant v0.1.13 |
| 3058 | 2026-06-20T21:50:05.465Z | Compiling regress v0.10.5 |
| 3059 | 2026-06-20T21:50:05.486Z | Compiling backon v1.6.0 |
| 3060 | 2026-06-20T21:50:05.504Z | Compiling async-stream v0.3.6 |
| 3061 | 2026-06-20T21:50:05.507Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3062 | 2026-06-20T21:50:05.539Z | Compiling backoff v0.4.0 |
| 3063 | 2026-06-20T21:50:05.542Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3064 | 2026-06-20T21:50:05.542Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3065 | 2026-06-20T21:50:05.632Z | Compiling humantime v2.3.0 |
| 3066 | 2026-06-20T21:50:05.692Z | Compiling progenitor-extras v0.2.0 |
| 3067 | 2026-06-20T21:50:05.710Z | Compiling universal-hash v0.5.1 |
| 3068 | 2026-06-20T21:50:05.713Z | Compiling opaque-debug v0.3.1 |
| 3069 | 2026-06-20T21:50:05.748Z | Compiling regress v0.11.1 |
| 3070 | 2026-06-20T21:50:05.765Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-06-20T21:50:05.780Z | Compiling half v2.7.1 |
| 3072 | 2026-06-20T21:50:05.825Z | Compiling ciborium-io v0.2.2 |
| 3073 | 2026-06-20T21:50:05.858Z | Compiling structmeta v0.3.0 |
| 3074 | 2026-06-20T21:50:05.874Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3075 | 2026-06-20T21:50:05.925Z | Compiling crucible-workspace-hack v0.1.0 |
| 3076 | 2026-06-20T21:50:05.944Z | Compiling convert_case v0.4.0 |
| 3077 | 2026-06-20T21:50:05.961Z | Compiling aead v0.5.2 |
| 3078 | 2026-06-20T21:50:05.980Z | Compiling secrecy v0.10.3 |
| 3079 | 2026-06-20T21:50:06.009Z | Compiling poly1305 v0.8.0 |
| 3080 | 2026-06-20T21:50:06.104Z | Compiling derive-ex v0.1.8 |
| 3081 | 2026-06-20T21:50:06.125Z | Compiling parse-display-derive v0.10.0 |
| 3082 | 2026-06-20T21:50:06.159Z | Compiling ciborium-ll v0.2.2 |
| 3083 | 2026-06-20T21:50:06.178Z | Compiling chacha20 v0.9.1 |
| 3084 | 2026-06-20T21:50:06.181Z | Compiling unsafe-libyaml v0.2.11 |
| 3085 | 2026-06-20T21:50:06.214Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3086 | 2026-06-20T21:50:06.217Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3087 | 2026-06-20T21:50:06.303Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3088 | 2026-06-20T21:50:06.349Z | Compiling derive_more v0.99.20 |
| 3089 | 2026-06-20T21:50:06.409Z | Compiling ciborium v0.2.2 |
| 3090 | 2026-06-20T21:50:06.469Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3091 | 2026-06-20T21:50:06.514Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3092 | 2026-06-20T21:50:06.561Z | Compiling byte-wrapper v0.1.0 |
| 3093 | 2026-06-20T21:50:06.603Z | Compiling password-hash v0.5.0 |
| 3094 | 2026-06-20T21:50:06.631Z | Compiling blake2 v0.10.6 |
| 3095 | 2026-06-20T21:50:06.800Z | Compiling serde_yaml v0.9.34+deprecated |
| 3096 | 2026-06-20T21:50:06.875Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3097 | 2026-06-20T21:50:06.944Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3098 | 2026-06-20T21:50:06.978Z | Compiling argon2 v0.5.3 |
| 3099 | 2026-06-20T21:50:07.017Z | Compiling chacha20poly1305 v0.10.1 |
| 3100 | 2026-06-20T21:50:07.035Z | Compiling indent_write v2.2.0 |
| 3101 | 2026-06-20T21:50:07.053Z | Compiling heapless v0.8.0 |
| 3102 | 2026-06-20T21:50:07.194Z | Compiling tokio-rustls v0.25.0 |
| 3103 | 2026-06-20T21:50:07.211Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3104 | 2026-06-20T21:50:07.230Z | Compiling ingot-macros v0.1.1 |
| 3105 | 2026-06-20T21:50:07.230Z | Compiling tabwriter v1.4.1 |
| 3106 | 2026-06-20T21:50:07.370Z | Compiling typify-impl v0.6.2 |
| 3107 | 2026-06-20T21:50:07.509Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3108 | 2026-06-20T21:50:07.719Z | Compiling thiserror-no-std v2.0.2 |
| 3109 | 2026-06-20T21:50:07.827Z | Compiling vsss-rs v3.3.4 |
| 3110 | 2026-06-20T21:50:07.845Z | Compiling proc-macro-crate v3.4.0 |
| 3111 | 2026-06-20T21:50:07.881Z | Compiling test-strategy v0.4.5 |
| 3112 | 2026-06-20T21:50:07.901Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-06-20T21:50:08.243Z | Compiling hash32 v0.3.1 |
| 3114 | 2026-06-20T21:50:08.301Z | Compiling smoltcp v0.11.0 |
| 3115 | 2026-06-20T21:50:08.340Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3116 | 2026-06-20T21:50:08.475Z | Compiling cobs v0.3.0 |
| 3117 | 2026-06-20T21:50:08.479Z | Compiling num_enum_derive v0.7.6 |
| 3118 | 2026-06-20T21:50:08.610Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3119 | 2026-06-20T21:50:08.719Z | Compiling colored v3.1.1 |
| 3120 | 2026-06-20T21:50:08.760Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-06-20T21:50:08.763Z | Compiling postcard v1.1.3 |
| 3122 | 2026-06-20T21:50:08.796Z | Compiling proc-macro-error v1.0.4 |
| 3123 | 2026-06-20T21:50:08.800Z | Compiling proc-macro-crate v1.3.1 |
| 3124 | 2026-06-20T21:50:08.903Z | Compiling foreign-types-macros v0.2.3 |
| 3125 | 2026-06-20T21:50:09.010Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3126 | 2026-06-20T21:50:09.061Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3127 | 2026-06-20T21:50:09.089Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3128 | 2026-06-20T21:50:09.127Z | Compiling cpufeatures v0.3.0 |
| 3129 | 2026-06-20T21:50:09.149Z | Compiling rayon-core v1.13.0 |
| 3130 | 2026-06-20T21:50:09.165Z | Compiling foreign-types-shared v0.3.1 |
| 3131 | 2026-06-20T21:50:09.229Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-06-20T21:50:09.275Z | Compiling num_enum_derive v0.5.11 |
| 3133 | 2026-06-20T21:50:09.291Z | Compiling chacha20 v0.10.0 |
| 3134 | 2026-06-20T21:50:09.416Z | Compiling crossbeam-deque v0.8.6 |
| 3135 | 2026-06-20T21:50:09.461Z | Compiling camino-tempfile v1.4.1 |
| 3136 | 2026-06-20T21:50:09.481Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3137 | 2026-06-20T21:50:09.497Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3138 | 2026-06-20T21:50:09.524Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3139 | 2026-06-20T21:50:09.542Z | Compiling cstr-argument v0.1.2 |
| 3140 | 2026-06-20T21:50:09.562Z | Compiling foreign-types v0.5.0 |
| 3141 | 2026-06-20T21:50:09.636Z | Compiling num_enum v0.7.6 |
| 3142 | 2026-06-20T21:50:09.652Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3143 | 2026-06-20T21:50:09.690Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3144 | 2026-06-20T21:50:09.726Z | Compiling rand v0.10.0 |
| 3145 | 2026-06-20T21:50:09.745Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3146 | 2026-06-20T21:50:09.800Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3147 | 2026-06-20T21:50:09.906Z | Compiling zone_cfg_derive v0.3.1 |
| 3148 | 2026-06-20T21:50:09.978Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3149 | 2026-06-20T21:50:09.982Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3150 | 2026-06-20T21:50:10.019Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3151 | 2026-06-20T21:50:10.048Z | Compiling itertools v0.12.1 |
| 3152 | 2026-06-20T21:50:10.136Z | Compiling rayon v1.11.0 |
| 3153 | 2026-06-20T21:50:10.154Z | Compiling num-derive v0.4.2 |
| 3154 | 2026-06-20T21:50:10.157Z | Compiling sigpipe v0.1.3 |
| 3155 | 2026-06-20T21:50:10.157Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3156 | 2026-06-20T21:50:10.261Z | Compiling glob v0.3.3 |
| 3157 | 2026-06-20T21:50:10.264Z | Compiling ingot-types v0.1.2 |
| 3158 | 2026-06-20T21:50:10.297Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3159 | 2026-06-20T21:50:10.300Z | Compiling smf v0.2.3 |
| 3160 | 2026-06-20T21:50:10.412Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3161 | 2026-06-20T21:50:10.429Z | Compiling num_enum v0.5.11 |
| 3162 | 2026-06-20T21:50:10.575Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3163 | 2026-06-20T21:50:10.616Z | Compiling whoami v1.6.1 |
| 3164 | 2026-06-20T21:50:10.633Z | Compiling usdt-macro v0.5.0 |
| 3165 | 2026-06-20T21:50:10.696Z | Compiling ingot v0.1.1 |
| 3166 | 2026-06-20T21:50:10.699Z | Compiling usdt-attr-macro v0.5.0 |
| 3167 | 2026-06-20T21:50:10.731Z | Compiling gethostname v0.5.0 |
| 3168 | 2026-06-20T21:50:10.751Z | Compiling num-rational v0.4.2 |
| 3169 | 2026-06-20T21:50:10.891Z | Compiling num-complex v0.4.6 |
| 3170 | 2026-06-20T21:50:10.918Z | Compiling memmap v0.7.0 |
| 3171 | 2026-06-20T21:50:10.935Z | Compiling derive-where v1.6.0 |
| 3172 | 2026-06-20T21:50:11.147Z | Compiling float-ord v0.3.2 |
| 3173 | 2026-06-20T21:50:11.164Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3174 | 2026-06-20T21:50:11.179Z | Compiling toml v0.8.23 |
| 3175 | 2026-06-20T21:50:11.297Z | Compiling zone v0.3.1 |
| 3176 | 2026-06-20T21:50:11.315Z | Compiling num v0.4.3 |
| 3177 | 2026-06-20T21:50:11.319Z | Compiling resolv-conf v0.7.6 |
| 3178 | 2026-06-20T21:50:11.378Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-06-20T21:50:11.421Z | Compiling cancel-safe-futures v0.1.5 |
| 3180 | 2026-06-20T21:50:11.450Z | Compiling owo-colors v4.3.0 |
| 3181 | 2026-06-20T21:50:11.543Z | Compiling libsw-core v0.3.2 |
| 3182 | 2026-06-20T21:50:11.588Z | Compiling usdt v0.5.0 |
| 3183 | 2026-06-20T21:50:11.591Z | Compiling prettyplease v0.2.37 |
| 3184 | 2026-06-20T21:50:11.712Z | Compiling libsw v3.5.0 |
| 3185 | 2026-06-20T21:50:11.753Z | Compiling console v0.15.11 |
| 3186 | 2026-06-20T21:50:11.824Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3187 | 2026-06-20T21:50:11.886Z | Compiling hickory-proto v0.24.4 |
| 3188 | 2026-06-20T21:50:11.902Z | Compiling newline-converter v0.3.0 |
| 3189 | 2026-06-20T21:50:11.939Z | Compiling linear-map v1.2.0 |
| 3190 | 2026-06-20T21:50:11.962Z | Compiling linked-hash-map v0.5.6 |
| 3191 | 2026-06-20T21:50:11.965Z | Compiling libefi-sys v0.1.0 |
| 3192 | 2026-06-20T21:50:12.049Z | Compiling git-stub v1.0.0 |
| 3193 | 2026-06-20T21:50:12.065Z | Compiling bitfield-struct v0.6.2 |
| 3194 | 2026-06-20T21:50:12.109Z | Compiling typify-macro v0.6.2 |
| 3195 | 2026-06-20T21:50:12.162Z | Compiling lru-cache v0.1.2 |
| 3196 | 2026-06-20T21:50:12.181Z | Compiling expectorate v1.2.0 |
| 3197 | 2026-06-20T21:50:12.225Z | Compiling nom v8.0.0 |
| 3198 | 2026-06-20T21:50:12.315Z | Compiling semver v0.1.20 |
| 3199 | 2026-06-20T21:50:12.354Z | Compiling git-stub-vcs v0.1.0 |
| 3200 | 2026-06-20T21:50:12.374Z | Compiling tokio-dtrace v0.1.1 |
| 3201 | 2026-06-20T21:50:12.392Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3202 | 2026-06-20T21:50:12.438Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3203 | 2026-06-20T21:50:12.561Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3204 | 2026-06-20T21:50:12.639Z | Compiling rustc_version v0.1.7 |
| 3205 | 2026-06-20T21:50:12.658Z | Compiling slog-dtrace v0.3.0 |
| 3206 | 2026-06-20T21:50:12.684Z | Compiling minimal-lexical v0.2.1 |
| 3207 | 2026-06-20T21:50:12.701Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2026-06-20T21:50:12.755Z | Compiling oxide-tokio-rt v0.1.4 |
| 3209 | 2026-06-20T21:50:12.759Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3210 | 2026-06-20T21:50:12.790Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-06-20T21:50:12.810Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3212 | 2026-06-20T21:50:12.906Z | Compiling newtype_derive v0.1.6 |
| 3213 | 2026-06-20T21:50:12.949Z | Compiling nom v7.1.3 |
| 3214 | 2026-06-20T21:50:12.986Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-06-20T21:50:13.013Z | Compiling phf_shared v0.12.1 |
| 3216 | 2026-06-20T21:50:13.097Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3217 | 2026-06-20T21:50:13.116Z | Compiling csv-core v0.1.13 |
| 3218 | 2026-06-20T21:50:13.119Z | Compiling xshell-macros v0.2.7 |
| 3219 | 2026-06-20T21:50:13.149Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3220 | 2026-06-20T21:50:13.222Z | Compiling highway v1.3.0 |
| 3221 | 2026-06-20T21:50:13.244Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-06-20T21:50:13.247Z | Compiling phf v0.12.1 |
| 3223 | 2026-06-20T21:50:13.467Z | Compiling csv v1.4.0 |
| 3224 | 2026-06-20T21:50:13.623Z | Compiling const_format_proc_macros v0.2.34 |
| 3225 | 2026-06-20T21:50:13.663Z | Compiling xshell v0.2.7 |
| 3226 | 2026-06-20T21:50:13.682Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3227 | 2026-06-20T21:50:13.685Z | Compiling primeorder v0.13.6 |
| 3228 | 2026-06-20T21:50:13.985Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3229 | 2026-06-20T21:50:14.016Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-06-20T21:50:14.057Z | Compiling tabled_derive v0.7.0 |
| 3231 | 2026-06-20T21:50:14.062Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3232 | 2026-06-20T21:50:14.069Z | Compiling typify v0.6.2 |
| 3233 | 2026-06-20T21:50:14.205Z | Compiling progenitor-impl v0.14.0 |
| 3234 | 2026-06-20T21:50:14.222Z | Compiling hickory-resolver v0.24.4 |
| 3235 | 2026-06-20T21:50:14.317Z | Compiling bcs v0.1.6 |
| 3236 | 2026-06-20T21:50:14.354Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3237 | 2026-06-20T21:50:14.459Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3238 | 2026-06-20T21:50:14.516Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-06-20T21:50:14.630Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3240 | 2026-06-20T21:50:14.683Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3241 | 2026-06-20T21:50:14.885Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3242 | 2026-06-20T21:50:14.917Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3243 | 2026-06-20T21:50:15.085Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3244 | 2026-06-20T21:50:15.143Z | Compiling const_format v0.2.35 |
| 3245 | 2026-06-20T21:50:15.300Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3246 | 2026-06-20T21:50:15.318Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3247 | 2026-06-20T21:50:15.427Z | Compiling qorb v0.4.1 |
| 3248 | 2026-06-20T21:50:15.469Z | Compiling salty v0.3.0 |
| 3249 | 2026-06-20T21:50:15.510Z | Compiling termtree v0.5.1 |
| 3250 | 2026-06-20T21:50:15.529Z | Compiling tagptr v0.2.0 |
| 3251 | 2026-06-20T21:50:15.612Z | Compiling textwrap v0.16.2 |
| 3252 | 2026-06-20T21:50:15.706Z | Compiling moka v0.12.13 |
| 3253 | 2026-06-20T21:50:15.722Z | Compiling tabled v0.15.0 |
| 3254 | 2026-06-20T21:50:15.779Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-06-20T21:50:16.032Z | Compiling steno v0.4.1 |
| 3256 | 2026-06-20T21:50:16.082Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3257 | 2026-06-20T21:50:16.129Z | Compiling radium v0.7.0 |
| 3258 | 2026-06-20T21:50:16.263Z | Compiling base64 v0.21.7 |
| 3259 | 2026-06-20T21:50:16.336Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3260 | 2026-06-20T21:50:16.464Z | Compiling hickory-resolver v0.25.2 |
| 3261 | 2026-06-20T21:50:16.519Z | Compiling p384 v0.13.1 |
| 3262 | 2026-06-20T21:50:16.543Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3263 | 2026-06-20T21:50:16.631Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3264 | 2026-06-20T21:50:16.675Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3265 | 2026-06-20T21:50:16.877Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3266 | 2026-06-20T21:50:17.005Z | Compiling progenitor-macro v0.14.0 |
| 3267 | 2026-06-20T21:50:17.086Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3268 | 2026-06-20T21:50:17.150Z | Compiling tap v1.0.1 |
| 3269 | 2026-06-20T21:50:17.168Z | Compiling maybe-uninit v2.0.0 |
| 3270 | 2026-06-20T21:50:17.305Z | Compiling wyz v0.5.1 |
| 3271 | 2026-06-20T21:50:17.553Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3272 | 2026-06-20T21:50:17.577Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3273 | 2026-06-20T21:50:17.601Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3274 | 2026-06-20T21:50:17.632Z | Compiling parking_lot_core v0.8.6 |
| 3275 | 2026-06-20T21:50:17.775Z | Compiling utf-8 v0.7.6 |
| 3276 | 2026-06-20T21:50:17.826Z | Compiling packed_struct v0.10.1 |
| 3277 | 2026-06-20T21:50:17.922Z | Compiling funty v2.0.0 |
| 3278 | 2026-06-20T21:50:17.969Z | Compiling tungstenite v0.21.0 |
| 3279 | 2026-06-20T21:50:18.008Z | Compiling proc-macro-error2 v2.0.1 |
| 3280 | 2026-06-20T21:50:18.148Z | Compiling polyval v0.6.2 |
| 3281 | 2026-06-20T21:50:18.173Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3282 | 2026-06-20T21:50:18.176Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-06-20T21:50:18.211Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3284 | 2026-06-20T21:50:18.364Z | Compiling bitvec v1.0.1 |
| 3285 | 2026-06-20T21:50:18.414Z | Compiling packed_struct_codegen v0.10.1 |
| 3286 | 2026-06-20T21:50:18.432Z | Compiling zerocopy-derive v0.6.6 |
| 3287 | 2026-06-20T21:50:18.456Z | Compiling bitfield-macros v0.19.4 |
| 3288 | 2026-06-20T21:50:18.561Z | Compiling indexmap v1.9.3 |
| 3289 | 2026-06-20T21:50:18.594Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3290 | 2026-06-20T21:50:18.670Z | Compiling crc-catalog v2.4.0 |
| 3291 | 2026-06-20T21:50:18.797Z | Compiling nodrop v0.1.14 |
| 3292 | 2026-06-20T21:50:18.815Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3293 | 2026-06-20T21:50:18.887Z | Compiling crc v3.4.0 |
| 3294 | 2026-06-20T21:50:18.903Z | Compiling array-init v0.0.4 |
| 3295 | 2026-06-20T21:50:18.928Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3296 | 2026-06-20T21:50:18.946Z | Compiling tokio-tungstenite v0.21.0 |
| 3297 | 2026-06-20T21:50:19.021Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-06-20T21:50:19.066Z | Compiling ghash v0.5.1 |
| 3299 | 2026-06-20T21:50:19.123Z | Compiling smallvec v0.6.14 |
| 3300 | 2026-06-20T21:50:19.218Z | Compiling libscf-sys v1.1.0 |
| 3301 | 2026-06-20T21:50:19.273Z | Compiling bitfield v0.19.4 |
| 3302 | 2026-06-20T21:50:19.309Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3303 | 2026-06-20T21:50:19.376Z | Compiling progenitor-impl v0.13.0 |
| 3304 | 2026-06-20T21:50:19.400Z | Compiling papergrid v0.17.0 |
| 3305 | 2026-06-20T21:50:19.400Z | Compiling testing_table v0.3.0 |
| 3306 | 2026-06-20T21:50:19.426Z | Compiling zerocopy v0.6.6 |
| 3307 | 2026-06-20T21:50:19.491Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2026-06-20T21:50:19.610Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3309 | 2026-06-20T21:50:19.627Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3310 | 2026-06-20T21:50:19.630Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3311 | 2026-06-20T21:50:19.661Z | Compiling ctr v0.9.2 |
| 3312 | 2026-06-20T21:50:19.696Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-06-20T21:50:19.745Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-06-20T21:50:19.884Z | Compiling hashbrown v0.12.3 |
| 3315 | 2026-06-20T21:50:19.903Z | Compiling corncobs v0.1.4 |
| 3316 | 2026-06-20T21:50:19.906Z | Compiling unicase v2.9.0 |
| 3317 | 2026-06-20T21:50:19.940Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3318 | 2026-06-20T21:50:20.039Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-06-20T21:50:20.080Z | Compiling aes-gcm v0.10.3 |
| 3320 | 2026-06-20T21:50:20.115Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3321 | 2026-06-20T21:50:20.185Z | Compiling mime_guess v2.0.5 |
| 3322 | 2026-06-20T21:50:20.210Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3323 | 2026-06-20T21:50:20.274Z | Compiling parking_lot v0.11.2 |
| 3324 | 2026-06-20T21:50:20.302Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3325 | 2026-06-20T21:50:20.347Z | Compiling serde-hex v0.1.0 |
| 3326 | 2026-06-20T21:50:20.428Z | Compiling tabled v0.20.0 |
| 3327 | 2026-06-20T21:50:20.716Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3328 | 2026-06-20T21:50:20.761Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3329 | 2026-06-20T21:50:20.830Z | Compiling ron v0.8.1 |
| 3330 | 2026-06-20T21:50:20.953Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3331 | 2026-06-20T21:50:20.990Z | Compiling hashbrown v0.13.2 |
| 3332 | 2026-06-20T21:50:21.220Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3333 | 2026-06-20T21:50:21.241Z | Compiling progenitor-client v0.13.0 |
| 3334 | 2026-06-20T21:50:21.297Z | Compiling blowfish v0.9.1 |
| 3335 | 2026-06-20T21:50:21.448Z | Compiling prefix-trie v0.7.0 |
| 3336 | 2026-06-20T21:50:21.480Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3337 | 2026-06-20T21:50:21.509Z | Compiling ssh-encoding v0.2.0 |
| 3338 | 2026-06-20T21:50:21.588Z | Compiling fxhash v0.2.1 |
| 3339 | 2026-06-20T21:50:21.604Z | Compiling secrecy v0.8.0 |
| 3340 | 2026-06-20T21:50:21.782Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3341 | 2026-06-20T21:50:21.799Z | Compiling crc-any v2.5.0 |
| 3342 | 2026-06-20T21:50:21.820Z | Compiling hickory-server v0.25.2 |
| 3343 | 2026-06-20T21:50:21.876Z | Compiling sled v0.34.7 |
| 3344 | 2026-06-20T21:50:22.077Z | Compiling ssh-cipher v0.2.0 |
| 3345 | 2026-06-20T21:50:22.159Z | Compiling progenitor-macro v0.13.0 |
| 3346 | 2026-06-20T21:50:22.191Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3347 | 2026-06-20T21:50:22.233Z | Compiling progenitor v0.14.0 |
| 3348 | 2026-06-20T21:50:22.268Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3349 | 2026-06-20T21:50:22.339Z | Compiling object v0.30.4 |
| 3350 | 2026-06-20T21:50:22.426Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3351 | 2026-06-20T21:50:22.501Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3352 | 2026-06-20T21:50:22.634Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3353 | 2026-06-20T21:50:22.707Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-06-20T21:50:22.799Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3355 | 2026-06-20T21:50:22.970Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3356 | 2026-06-20T21:50:23.044Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3357 | 2026-06-20T21:50:23.151Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3358 | 2026-06-20T21:50:23.258Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3359 | 2026-06-20T21:50:23.330Z | Compiling password-hash v0.4.2 |
| 3360 | 2026-06-20T21:50:23.381Z | Compiling crc8 v0.1.1 |
| 3361 | 2026-06-20T21:50:23.603Z | Compiling half v1.8.3 |
| 3362 | 2026-06-20T21:50:23.738Z | Compiling path-slash v0.1.5 |
| 3363 | 2026-06-20T21:50:23.777Z | Compiling http-range v0.1.5 |
| 3364 | 2026-06-20T21:50:23.882Z | Compiling serde_cbor v0.11.2 |
| 3365 | 2026-06-20T21:50:23.905Z | Compiling pbkdf2 v0.11.0 |
| 3366 | 2026-06-20T21:50:23.962Z | Compiling illumos-nvpair v0.3.0 |
| 3367 | 2026-06-20T21:50:24.250Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3368 | 2026-06-20T21:50:24.497Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3369 | 2026-06-20T21:50:24.517Z | Compiling ssh-key v0.6.7 |
| 3370 | 2026-06-20T21:50:25.089Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3371 | 2026-06-20T21:50:25.335Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3372 | 2026-06-20T21:50:25.361Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3373 | 2026-06-20T21:50:25.395Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3374 | 2026-06-20T21:50:25.522Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3375 | 2026-06-20T21:50:25.714Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3376 | 2026-06-20T21:50:25.755Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3377 | 2026-06-20T21:50:25.821Z | Compiling p256 v0.13.2 |
| 3378 | 2026-06-20T21:50:25.917Z | Compiling p521 v0.13.3 |
| 3379 | 2026-06-20T21:50:26.054Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3380 | 2026-06-20T21:50:26.235Z | Compiling yasna v0.5.2 |
| 3381 | 2026-06-20T21:50:26.254Z | Compiling kstat-rs v0.2.4 |
| 3382 | 2026-06-20T21:50:26.286Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3383 | 2026-06-20T21:50:26.332Z | Compiling headers-core v0.3.0 |
| 3384 | 2026-06-20T21:50:26.502Z | Compiling nanorand v0.7.0 |
| 3385 | 2026-06-20T21:50:26.550Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3386 | 2026-06-20T21:50:26.590Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3387 | 2026-06-20T21:50:26.690Z | Compiling atty v0.2.14 |
| 3388 | 2026-06-20T21:50:26.828Z | Compiling russh-cryptovec v0.7.3 |
| 3389 | 2026-06-20T21:50:26.846Z | Compiling home v0.5.12 |
| 3390 | 2026-06-20T21:50:26.867Z | Compiling md5 v0.7.0 |
| 3391 | 2026-06-20T21:50:26.916Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3392 | 2026-06-20T21:50:26.968Z | Compiling flume v0.11.1 |
| 3393 | 2026-06-20T21:50:27.032Z | Compiling rcgen v0.12.1 |
| 3394 | 2026-06-20T21:50:27.055Z | Compiling russh-keys v0.45.0 |
| 3395 | 2026-06-20T21:50:27.189Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3396 | 2026-06-20T21:50:27.211Z | Compiling headers v0.4.1 |
| 3397 | 2026-06-20T21:50:27.279Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3398 | 2026-06-20T21:50:27.311Z | Compiling progenitor v0.13.0 |
| 3399 | 2026-06-20T21:50:27.327Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3400 | 2026-06-20T21:50:27.492Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3401 | 2026-06-20T21:50:27.612Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3402 | 2026-06-20T21:50:27.668Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3403 | 2026-06-20T21:50:27.794Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3404 | 2026-06-20T21:50:27.937Z | Compiling hyper-staticfile v0.10.1 |
| 3405 | 2026-06-20T21:50:27.956Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3406 | 2026-06-20T21:50:28.003Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3407 | 2026-06-20T21:50:28.033Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3408 | 2026-06-20T21:50:28.271Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3409 | 2026-06-20T21:50:28.307Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3410 | 2026-06-20T21:50:28.417Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3411 | 2026-06-20T21:50:28.442Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3412 | 2026-06-20T21:50:28.481Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3413 | 2026-06-20T21:50:28.595Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3414 | 2026-06-20T21:50:28.655Z | Compiling num-bigint v0.4.6 |
| 3415 | 2026-06-20T21:50:28.722Z | Compiling des v0.8.1 |
| 3416 | 2026-06-20T21:50:28.741Z | Compiling subprocess v0.2.15 |
| 3417 | 2026-06-20T21:50:28.761Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3418 | 2026-06-20T21:50:28.780Z | Compiling hex-literal v0.4.1 |
| 3419 | 2026-06-20T21:50:28.801Z | Compiling display-error-chain v0.2.2 |
| 3420 | 2026-06-20T21:50:28.857Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3421 | 2026-06-20T21:50:28.923Z | Compiling colored v2.2.0 |
| 3422 | 2026-06-20T21:50:28.953Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3423 | 2026-06-20T21:50:28.973Z | Compiling internet-checksum v0.2.1 |
| 3424 | 2026-06-20T21:50:29.103Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3425 | 2026-06-20T21:50:29.213Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3426 | 2026-06-20T21:50:29.928Z | Compiling russh v0.45.0 |
| 3427 | 2026-06-20T21:50:30.026Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3428 | 2026-06-20T21:50:30.991Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3429 | 2026-06-20T21:50:30.991Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-06-20T21:50:33.465Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3431 | 2026-06-20T21:50:34.118Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3432 | 2026-06-20T21:50:34.217Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3433 | 2026-06-20T21:50:34.607Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3434 | 2026-06-20T21:50:36.510Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3435 | 2026-06-20T21:50:44.725Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3436 | 2026-06-20T21:50:44.725Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3437 | 2026-06-20T21:50:44.729Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3438 | 2026-06-20T21:50:44.729Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3439 | 2026-06-20T21:50:46.476Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3440 | 2026-06-20T21:50:46.594Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3441 | 2026-06-20T21:50:50.622Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3442 | 2026-06-20T21:51:29.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3443 | 2026-06-20T21:51:30.183Z | |
| 3444 | 2026-06-20T21:51:30.183Z | real 1:26.442704174 |
| 3445 | 2026-06-20T21:51:30.183Z | user 8:02.077938656 |
| 3446 | 2026-06-20T21:51:30.183Z | sys 1:41.300780205 |
| 3447 | 2026-06-20T21:51:30.186Z | trap 0.230880263 |
| 3448 | 2026-06-20T21:51:30.186Z | tflt 0.525240045 |
| 3449 | 2026-06-20T21:51:30.186Z | dflt 1.845098175 |
| 3450 | 2026-06-20T21:51:30.186Z | kflt 0.000265370 |
| 3451 | 2026-06-20T21:51:30.186Z | lock 28:22.195188935 |
| 3452 | 2026-06-20T21:51:30.186Z | slp 18:05.372289089 |
| 3453 | 2026-06-20T21:51:30.186Z | lat 38.992097666 |
| 3454 | 2026-06-20T21:51:30.186Z | stop 2:47.452007860 |
| 3455 | 2026-06-20T21:51:30.186Z | + mkdir tests |
| 3456 | 2026-06-20T21:51:30.190Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3457 | 2026-06-20T21:51:30.190Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3458 | 2026-06-20T21:51:30.211Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/ |
| 3459 | 2026-06-20T21:51:30.243Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/ |
| 3460 | 2026-06-20T21:51:30.273Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/ |
| 3461 | 2026-06-20T21:51:30.304Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/ |
| 3462 | 2026-06-20T21:51:30.629Z | + 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) |
| 3463 | 2026-06-20T21:51:30.632Z | + 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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 |
| 3464 | 2026-06-20T21:52:50.740Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3465 | 2026-06-20T21:52:50.740Z | a .github/buildomat/ci-env.sh 1K |
| 3466 | 2026-06-20T21:52:50.740Z | a out/target/test 1K |
| 3467 | 2026-06-20T21:52:50.740Z | a out/npuzone/npuzone 27402K |
| 3468 | 2026-06-20T21:52:50.740Z | a package-manifest.toml 35K |
| 3469 | 2026-06-20T21:52:50.740Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3470 | 2026-06-20T21:52:50.740Z | a target/release/omicron-package 45177K |
| 3471 | 2026-06-20T21:52:50.740Z | a target/release/xtask 11453K |
| 3472 | 2026-06-20T21:52:50.740Z | a target/debug/bootstrap 355917K |
| 3473 | 2026-06-20T21:52:50.740Z | a tests/bootstrap-924fc3fc47321669 31215K |
| 3474 | 2026-06-20T21:52:50.740Z | a tests/commtest-408c589a9be9a15a 32300K |
| 3475 | 2026-06-20T21:52:50.740Z | a tests/dhcp_server-f35f394bfb169ef7 31215K |
| 3476 | 2026-06-20T21:52:50.740Z | a tests/end_to_end_tests-f00a927a2ca939a9 397746K |
| 3477 | 2026-06-20T21:52:50.740Z | a tools/opte_version 1K |
| 3478 | 2026-06-20T21:52:50.740Z | a tools/opte_version_override 2K |
| 3479 | 2026-06-20T21:52:50.740Z | a out/clickhouse.tar.gz 313417K |
| 3480 | 2026-06-20T21:52:50.740Z | a out/clickhouse_keeper.tar.gz 298475K |
| 3481 | 2026-06-20T21:52:50.740Z | a out/clickhouse_server.tar.gz 313415K |
| 3482 | 2026-06-20T21:52:50.741Z | a out/cockroachdb.tar.gz 157676K |
| 3483 | 2026-06-20T21:52:50.741Z | a out/crucible-pantry-zone.tar.gz 36467K |
| 3484 | 2026-06-20T21:52:50.741Z | a out/crucible-utils.tar 16478K |
| 3485 | 2026-06-20T21:52:50.741Z | a out/crucible-zone.tar.gz 52037K |
| 3486 | 2026-06-20T21:52:50.741Z | a out/external-dns.tar.gz 42900K |
| 3487 | 2026-06-20T21:52:50.741Z | a out/internal-dns.tar.gz 42899K |
| 3488 | 2026-06-20T21:52:50.741Z | a out/mg-ddm-gz.tar 97917K |
| 3489 | 2026-06-20T21:52:50.741Z | a out/nexus.tar.gz 278322K |
| 3490 | 2026-06-20T21:52:50.741Z | a out/ntp.tar.gz 24107K |
| 3491 | 2026-06-20T21:52:50.741Z | a out/omicron-gateway-softnpu.tar.gz 30194K |
| 3492 | 2026-06-20T21:52:50.741Z | a out/omicron-sled-agent.tar 194547K |
| 3493 | 2026-06-20T21:52:50.741Z | a out/overlay.tar.gz 3K |
| 3494 | 2026-06-20T21:52:50.741Z | a out/oximeter.tar.gz 62279K |
| 3495 | 2026-06-20T21:52:50.741Z | a out/oxlog.tar 3782K |
| 3496 | 2026-06-20T21:52:50.741Z | a out/probe.tar.gz 3037K |
| 3497 | 2026-06-20T21:52:50.741Z | a out/propolis-server.tar.gz 34918K |
| 3498 | 2026-06-20T21:52:50.741Z | a out/pumpkind-gz.tar 26647K |
| 3499 | 2026-06-20T21:52:50.741Z | a out/switch-softnpu.tar.gz 447844K |
| 3500 | 2026-06-20T21:52:50.746Z | |
| 3501 | 2026-06-20T21:52:50.746Z | real 1:20.109069389 |
| 3502 | 2026-06-20T21:52:50.746Z | user 1:17.512682956 |
| 3503 | 2026-06-20T21:52:50.746Z | sys 4.347803101 |
| 3504 | 2026-06-20T21:52:50.746Z | trap 0.005677230 |
| 3505 | 2026-06-20T21:52:50.746Z | tflt 0.000000000 |
| 3506 | 2026-06-20T21:52:50.747Z | dflt 0.000000000 |
| 3507 | 2026-06-20T21:52:50.747Z | kflt 0.000000000 |
| 3508 | 2026-06-20T21:52:50.747Z | lock 0.000000000 |
| 3509 | 2026-06-20T21:52:50.747Z | slp 1:17.417846583 |
| 3510 | 2026-06-20T21:52:50.747Z | lat 0.929317820 |
| 3511 | 2026-06-20T21:52:50.747Z | stop 0.000472970 |
| 3512 | 2026-06-20T21:52:50.747Z | process exited: duration 949071 ms, exit code 0 |
| |
| 3513 | 2026-06-20T21:52:50.761Z | found 1 output files |
| 3514 | 2026-06-20T21:52:50.761Z | uploading: /work/package.tar.gz (2479527362 bytes) |
| 3515 | 2026-06-20T21:53:19.889Z | uploaded: /work/package.tar.gz |