|
|
|
| 1 | 2026-07-01T22:28:21.720Z | job assigned to worker 01KWFWQ1FE1DTR3WZV0WG16BN4 [factory aws, i-0f1f091e63827981d] (queued for 51 s) |
| |
| 2 | 2026-07-01T22:28:29.098Z | starting task 0: "setup" |
| 3 | 2026-07-01T22:28:29.102Z | ++ uname -s |
| 4 | 2026-07-01T22:28:29.106Z | + kern=SunOS |
| 5 | 2026-07-01T22:28:29.106Z | + build_user=build |
| 6 | 2026-07-01T22:28:29.106Z | + build_uid=12345 |
| 7 | 2026-07-01T22:28:29.107Z | + work_dir=/work |
| 8 | 2026-07-01T22:28:29.107Z | + input_dir=/input |
| 9 | 2026-07-01T22:28:29.107Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-01T22:28:29.107Z | + case "$kern" in |
| 11 | 2026-07-01T22:28:29.107Z | + groupadd -g 12345 build |
| 12 | 2026-07-01T22:28:29.110Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-01T22:28:31.116Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-01T22:28:31.234Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-01T22:28:31.237Z | + home_fs=zfs |
| 16 | 2026-07-01T22:28:31.237Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-01T22:28:31.237Z | + mkdir -p /home/build |
| 18 | 2026-07-01T22:28:31.237Z | + chown build:build /home/build /work |
| 19 | 2026-07-01T22:28:33.238Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-01T22:28:33.243Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-07-01T22:28:33.250Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-01T22:28:33.255Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-01T22:28:33.255Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-01T22:28:33.255Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-01T22:28:33.255Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-01T22:28:33.255Z | * rust toolchain channel = "1.96.1" |
| 27 | 2026-07-01T22:28:33.255Z | * rust toolchain profile = "default" |
| 28 | 2026-07-01T22:28:33.258Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-01T22:28:33.258Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-01T22:28:33.341Z | info: downloading installer |
| 31 | 2026-07-01T22:28:34.949Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-01T22:28:34.949Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-01T22:28:34.949Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-01T22:28:34.949Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-01T22:28:34.961Z | info: profile set to default |
| 36 | 2026-07-01T22:28:34.961Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-01T22:28:34.964Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-01T22:28:35.125Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-01T22:28:35.130Z | info: downloading 6 components |
| 40 | 2026-07-01T22:28:50.429Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-01T22:28:50.429Z | |
| 42 | 2026-07-01T22:28:50.457Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-01T22:28:50.457Z | |
| 44 | 2026-07-01T22:28:50.457Z | |
| 45 | 2026-07-01T22:28:50.457Z | Rust is installed now. Great! |
| 46 | 2026-07-01T22:28:50.457Z | |
| 47 | 2026-07-01T22:28:50.457Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-01T22:28:50.457Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-01T22:28:50.457Z | |
| 50 | 2026-07-01T22:28:50.457Z | To configure your current shell, you need to source |
| 51 | 2026-07-01T22:28:50.457Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-01T22:28:50.457Z | |
| 53 | 2026-07-01T22:28:50.457Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-01T22:28:50.461Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-01T22:28:50.461Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-01T22:28:50.461Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-01T22:28:50.461Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-01T22:28:50.461Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-01T22:28:50.462Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-01T22:28:50.462Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-01T22:28:50.462Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-01T22:28:50.562Z | + rustup --version |
| 63 | 2026-07-01T22:28:50.568Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-01T22:28:50.571Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-01T22:28:50.589Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-01T22:28:50.592Z | + cargo --version |
| 67 | 2026-07-01T22:28:50.601Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-01T22:28:50.604Z | + rustc --version |
| 69 | 2026-07-01T22:28:50.624Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-01T22:28:50.628Z | process exited: duration 17377 ms, exit code 0 |
| |
| 71 | 2026-07-01T22:28:50.634Z | starting task 2: "authentication" |
| 72 | 2026-07-01T22:28:50.656Z | process exited: duration 21 ms, exit code 0 |
| |
| 73 | 2026-07-01T22:28:50.663Z | starting task 3: "clone repository" |
| 74 | 2026-07-01T22:28:50.668Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-01T22:28:50.671Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-01T22:28:50.703Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-01T22:29:02.054Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-01T22:29:02.054Z | + git fetch origin 3b3963ee27d31ab7421626fcb057c63d6dafc38d |
| 79 | 2026-07-01T22:29:02.054Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-01T22:29:02.054Z | * branch 3b3963ee27d31ab7421626fcb057c63d6dafc38d -> FETCH_HEAD |
| 81 | 2026-07-01T22:29:02.054Z | + [[ -n '' ]] |
| 82 | 2026-07-01T22:29:02.054Z | + git reset --hard 3b3963ee27d31ab7421626fcb057c63d6dafc38d |
| 83 | 2026-07-01T22:29:02.054Z | HEAD is now at 3b3963ee2 [spr] initial version |
| 84 | 2026-07-01T22:29:02.054Z | process exited: duration 10529 ms, exit code 0 |
| |
| 85 | 2026-07-01T22:29:02.098Z | starting task 4: "build" |
| 86 | 2026-07-01T22:29:02.106Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-01T22:29:02.106Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-01T22:29:02.106Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-01T22:29:02.106Z | + cargo --version |
| 90 | 2026-07-01T22:29:02.121Z | cargo 1.96.1 (356927216 2026-06-26) |
| 91 | 2026-07-01T22:29:02.129Z | + rustc --version |
| 92 | 2026-07-01T22:29:02.133Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 93 | 2026-07-01T22:29:02.915Z | + WORK=/work |
| 94 | 2026-07-01T22:29:02.915Z | + pfexec mkdir -p /work |
| 95 | 2026-07-01T22:29:02.997Z | + pfexec chown build /work |
| 96 | 2026-07-01T22:29:02.997Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-07-01T22:29:04.565Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-07-01T22:29:04.588Z | Startup: Caching catalogs ... Done |
| 99 | 2026-07-01T22:29:04.588Z | Planning: Solver setup ... Done (0.450s) |
| 100 | 2026-07-01T22:29:04.588Z | Planning: Running solver ... Done (0.027s) |
| 101 | 2026-07-01T22:29:04.588Z | Planning: Finding local manifests ... Done (0.003s) |
| 102 | 2026-07-01T22:29:04.588Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-07-01T22:29:04.588Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-07-01T22:29:04.588Z | Planning: Package planning ... Done (0.014s) |
| 105 | 2026-07-01T22:29:04.588Z | Planning: Merging actions ... Done (0.001s) |
| 106 | 2026-07-01T22:29:04.603Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 107 | 2026-07-01T22:29:04.607Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-07-01T22:29:05.476Z | Planning: Evaluating mediators ... Done (0.872s) |
| 109 | 2026-07-01T22:29:05.478Z | Planning: Planning completed in 1.60 seconds |
| 110 | 2026-07-01T22:29:05.486Z | Packages to install: 2 |
| 111 | 2026-07-01T22:29:05.486Z | Estimated space available: 156.06 GB |
| 112 | 2026-07-01T22:29:05.486Z | Estimated space to be consumed: 30.98 MB |
| 113 | 2026-07-01T22:29:05.486Z | Create boot environment: No |
| 114 | 2026-07-01T22:29:05.489Z | Create backup boot environment: No |
| 115 | 2026-07-01T22:29:05.489Z | Rebuild boot archive: No |
| 116 | 2026-07-01T22:29:05.489Z | |
| 117 | 2026-07-01T22:29:05.489Z | Changed packages: |
| 118 | 2026-07-01T22:29:05.489Z | helios |
| 119 | 2026-07-01T22:29:05.489Z | developer/build-essential |
| 120 | 2026-07-01T22:29:05.489Z | None -> 11-3.0 |
| 121 | 2026-07-01T22:29:05.489Z | library/libxmlsec1 |
| 122 | 2026-07-01T22:29:05.489Z | None -> 1.2.35-3.0 |
| 123 | 2026-07-01T22:29:05.511Z | |
| 124 | 2026-07-01T22:29:05.511Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-07-01T22:29:06.765Z | Download: Completed 1.28 MB in 1.25 seconds (1.0M/s) |
| 126 | 2026-07-01T22:29:06.850Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-07-01T22:29:06.889Z | Actions: Completed 268 actions in 0.04 seconds. |
| 128 | 2026-07-01T22:29:06.898Z | Finalize: Updating package state database ... Done (0.010s) |
| 129 | 2026-07-01T22:29:06.899Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-07-01T22:29:06.928Z | Finalize: Updating image state ... Done (0.029s) |
| 131 | 2026-07-01T22:29:09.501Z | Finalize: Creating fast lookup database ... Done (2.547s) |
| 132 | 2026-07-01T22:29:09.567Z | Finalize: Reading search index ... Done (0.012s) |
| 133 | 2026-07-01T22:29:09.570Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-07-01T22:29:09.659Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-07-01T22:29:09.981Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-07-01T22:29:10.087Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-07-01T22:29:10.090Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-07-01T22:29:10.244Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-07-01T22:29:10.246Z | Planning: Planning completed in 0.26 seconds |
| 140 | 2026-07-01T22:29:10.267Z | Mediators to change: 2 |
| 141 | 2026-07-01T22:29:10.267Z | Create boot environment: No |
| 142 | 2026-07-01T22:29:10.267Z | Create backup boot environment: No |
| 143 | 2026-07-01T22:29:10.315Z | Finalize: Updating package state database ... Done |
| 144 | 2026-07-01T22:29:10.315Z | Finalize: Updating package cache ... Done |
| 145 | 2026-07-01T22:29:10.335Z | Finalize: Updating image state ... Done |
| 146 | 2026-07-01T22:29:12.285Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-07-01T22:29:12.347Z | Finalize: Reading search index ... Done |
| 148 | 2026-07-01T22:29:12.350Z | Finalize: Updating search index ... Done |
| 149 | 2026-07-01T22:29:12.414Z | Finalize: Updating package cache ... Done |
| 150 | 2026-07-01T22:29:12.703Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-07-01T22:29:12.809Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-07-01T22:29:12.812Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-07-01T22:29:12.966Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-07-01T22:29:12.970Z | Planning: Planning completed in 0.26 seconds |
| 155 | 2026-07-01T22:29:12.990Z | Mediators to change: 1 |
| 156 | 2026-07-01T22:29:12.990Z | Create boot environment: No |
| 157 | 2026-07-01T22:29:12.990Z | Create backup boot environment: No |
| 158 | 2026-07-01T22:29:13.033Z | Finalize: Updating package state database ... Done |
| 159 | 2026-07-01T22:29:13.033Z | Finalize: Updating package cache ... Done |
| 160 | 2026-07-01T22:29:13.049Z | Finalize: Updating image state ... Done |
| 161 | 2026-07-01T22:29:14.991Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-07-01T22:29:15.054Z | Finalize: Reading search index ... Done |
| 163 | 2026-07-01T22:29:15.057Z | Finalize: Updating search index ... Done |
| 164 | 2026-07-01T22:29:15.124Z | Finalize: Updating package cache ... Done |
| 165 | 2026-07-01T22:29:15.440Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-07-01T22:29:15.440Z | apache system 2.4 system |
| 167 | 2026-07-01T22:29:15.440Z | clang system 15 system |
| 168 | 2026-07-01T22:29:15.440Z | csh system system illumos |
| 169 | 2026-07-01T22:29:15.440Z | ctags system system illumos |
| 170 | 2026-07-01T22:29:15.440Z | file vendor vendor darwinsys |
| 171 | 2026-07-01T22:29:15.440Z | file system system illumos |
| 172 | 2026-07-01T22:29:15.440Z | gcc vendor 14 vendor |
| 173 | 2026-07-01T22:29:15.440Z | gcc system 13 system |
| 174 | 2026-07-01T22:29:15.440Z | gcc system 10 system |
| 175 | 2026-07-01T22:29:15.440Z | go system 1.25 system |
| 176 | 2026-07-01T22:29:15.440Z | llvm system 15 system |
| 177 | 2026-07-01T22:29:15.440Z | mariadb system 11.4 system |
| 178 | 2026-07-01T22:29:15.440Z | mta vendor vendor dma |
| 179 | 2026-07-01T22:29:15.440Z | openjdk system 17 system |
| 180 | 2026-07-01T22:29:15.440Z | openjdk system 11 system |
| 181 | 2026-07-01T22:29:15.440Z | openssl vendor 3 vendor |
| 182 | 2026-07-01T22:29:15.440Z | perl system 5.40 system |
| 183 | 2026-07-01T22:29:15.440Z | postgresql system 18 system |
| 184 | 2026-07-01T22:29:15.440Z | postgresql system 17 system |
| 185 | 2026-07-01T22:29:15.440Z | python vendor 3 vendor |
| 186 | 2026-07-01T22:29:15.440Z | python system 2 system |
| 187 | 2026-07-01T22:29:15.440Z | python3 vendor 3.13 vendor |
| 188 | 2026-07-01T22:29:15.440Z | ruby system 3.4 system |
| 189 | 2026-07-01T22:29:15.440Z | ruby system 3.0 system |
| 190 | 2026-07-01T22:29:15.440Z | words vendor vendor american-english |
| 191 | 2026-07-01T22:29:15.440Z | words system system australian-english |
| 192 | 2026-07-01T22:29:15.440Z | words system system british-english |
| 193 | 2026-07-01T22:29:15.440Z | words system system canadian-english |
| 194 | 2026-07-01T22:29:15.440Z | words system system french |
| 195 | 2026-07-01T22:29:15.440Z | words system system italian |
| 196 | 2026-07-01T22:29:15.440Z | words system system ngerman |
| 197 | 2026-07-01T22:29:15.440Z | words system system ogerman |
| 198 | 2026-07-01T22:29:15.441Z | words system system spanish |
| 199 | 2026-07-01T22:29:15.698Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-07-01T22:29:15.699Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-07-01T22:29:16.004Z | FMRI IFO |
| 202 | 2026-07-01T22:29:16.004Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-07-01T22:29:16.004Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-07-01T22:29:16.004Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-07-01T22:29:16.004Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-07-01T22:29:16.004Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-07-01T22:29:16.004Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-07-01T22:29:16.004Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-07-01T22:29:16.005Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-07-01T22:29:16.005Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-07-01T22:29:16.259Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-07-01T22:29:16.557Z | Updating crates.io index |
| 213 | 2026-07-01T22:29:16.560Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-07-01T22:29:16.802Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 215 | 2026-07-01T22:29:17.112Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 216 | 2026-07-01T22:29:18.035Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 217 | 2026-07-01T22:29:18.538Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 218 | 2026-07-01T22:29:20.083Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 219 | 2026-07-01T22:29:20.845Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 220 | 2026-07-01T22:29:21.107Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-07-01T22:29:21.443Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-07-01T22:29:22.472Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-07-01T22:29:22.863Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-07-01T22:29:23.185Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-07-01T22:29:23.456Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-07-01T22:29:23.919Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-07-01T22:29:24.429Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-07-01T22:29:24.687Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 229 | 2026-07-01T22:29:24.953Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 230 | 2026-07-01T22:29:25.245Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 231 | 2026-07-01T22:29:25.552Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-07-01T22:29:25.776Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 233 | 2026-07-01T22:29:26.037Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 234 | 2026-07-01T22:29:26.299Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-07-01T22:29:26.660Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-07-01T22:29:27.026Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 237 | 2026-07-01T22:29:27.285Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 238 | 2026-07-01T22:29:27.714Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 239 | 2026-07-01T22:29:27.957Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 240 | 2026-07-01T22:29:28.457Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 241 | 2026-07-01T22:29:28.712Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-07-01T22:29:28.987Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 243 | 2026-07-01T22:29:29.344Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-07-01T22:29:29.747Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 245 | 2026-07-01T22:29:29.987Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 246 | 2026-07-01T22:29:30.267Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 247 | 2026-07-01T22:29:30.535Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 248 | 2026-07-01T22:29:30.837Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 249 | 2026-07-01T22:29:31.126Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 250 | 2026-07-01T22:29:31.386Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 251 | 2026-07-01T22:29:31.667Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 252 | 2026-07-01T22:29:31.914Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 253 | 2026-07-01T22:29:34.666Z | Downloading crates ... |
| 254 | 2026-07-01T22:29:34.728Z | Downloaded heck v0.4.1 |
| 255 | 2026-07-01T22:29:34.743Z | Downloaded camino v1.2.2 |
| 256 | 2026-07-01T22:29:34.743Z | Downloaded anstream v1.0.0 |
| 257 | 2026-07-01T22:29:34.743Z | Downloaded zmij v1.0.21 |
| 258 | 2026-07-01T22:29:34.743Z | Downloaded cpufeatures v0.2.17 |
| 259 | 2026-07-01T22:29:34.743Z | Downloaded dof v0.3.0 |
| 260 | 2026-07-01T22:29:34.743Z | Downloaded clap_lex v1.0.0 |
| 261 | 2026-07-01T22:29:34.743Z | Downloaded fs-err v3.3.0 |
| 262 | 2026-07-01T22:29:34.743Z | Downloaded fastrand v2.3.0 |
| 263 | 2026-07-01T22:29:34.743Z | Downloaded errno v0.3.14 |
| 264 | 2026-07-01T22:29:34.743Z | Downloaded cfg-if v1.0.4 |
| 265 | 2026-07-01T22:29:34.743Z | Downloaded heck v0.5.0 |
| 266 | 2026-07-01T22:29:34.743Z | Downloaded equivalent v1.0.2 |
| 267 | 2026-07-01T22:29:34.743Z | Downloaded zerocopy-derive v0.7.35 |
| 268 | 2026-07-01T22:29:34.744Z | Downloaded getrandom v0.4.1 |
| 269 | 2026-07-01T22:29:34.744Z | Downloaded zerocopy v0.7.35 |
| 270 | 2026-07-01T22:29:34.744Z | Downloaded crypto-common v0.1.7 |
| 271 | 2026-07-01T22:29:34.744Z | Downloaded digest v0.10.7 |
| 272 | 2026-07-01T22:29:34.744Z | Downloaded camino-tempfile v1.4.1 |
| 273 | 2026-07-01T22:29:34.744Z | Downloaded anstyle-query v1.1.5 |
| 274 | 2026-07-01T22:29:34.744Z | Downloaded cargo_toml v0.21.0 |
| 275 | 2026-07-01T22:29:34.764Z | Downloaded is_terminal_polyfill v1.70.2 |
| 276 | 2026-07-01T22:29:34.764Z | Downloaded dtrace-parser v0.2.0 |
| 277 | 2026-07-01T22:29:34.764Z | Downloaded cargo-platform v0.3.2 |
| 278 | 2026-07-01T22:29:34.764Z | Downloaded colorchoice v1.0.4 |
| 279 | 2026-07-01T22:29:34.764Z | Downloaded autocfg v1.5.0 |
| 280 | 2026-07-01T22:29:34.764Z | Downloaded sha2 v0.10.9 |
| 281 | 2026-07-01T22:29:34.764Z | Downloaded fnv v1.0.7 |
| 282 | 2026-07-01T22:29:34.790Z | Downloaded itoa v1.0.17 |
| 283 | 2026-07-01T22:29:34.790Z | Downloaded generic-array v0.14.7 |
| 284 | 2026-07-01T22:29:34.790Z | Downloaded anstyle-parse v1.0.0 |
| 285 | 2026-07-01T22:29:34.790Z | Downloaded memmap v0.7.0 |
| 286 | 2026-07-01T22:29:34.791Z | Downloaded macaddr v1.0.1 |
| 287 | 2026-07-01T22:29:34.791Z | Downloaded version_check v0.9.5 |
| 288 | 2026-07-01T22:29:34.791Z | Downloaded once_cell v1.21.3 |
| 289 | 2026-07-01T22:29:34.812Z | Downloaded clap_derive v4.6.1 |
| 290 | 2026-07-01T22:29:34.813Z | Downloaded scroll v0.12.0 |
| 291 | 2026-07-01T22:29:34.813Z | Downloaded plain v0.2.3 |
| 292 | 2026-07-01T22:29:34.813Z | Downloaded toml_datetime v0.6.11 |
| 293 | 2026-07-01T22:29:34.813Z | Downloaded terminal_size v0.4.3 |
| 294 | 2026-07-01T22:29:34.813Z | Downloaded block-buffer v0.10.4 |
| 295 | 2026-07-01T22:29:34.813Z | Downloaded scroll_derive v0.12.1 |
| 296 | 2026-07-01T22:29:34.813Z | Downloaded pretty-hex v0.4.1 |
| 297 | 2026-07-01T22:29:34.813Z | Downloaded tabled_derive v0.7.0 |
| 298 | 2026-07-01T22:29:34.813Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-07-01T22:29:34.813Z | Downloaded thread-id v4.2.2 |
| 300 | 2026-07-01T22:29:34.814Z | Downloaded smawk v0.3.2 |
| 301 | 2026-07-01T22:29:34.814Z | Downloaded proc-macro-error-attr v1.0.4 |
| 302 | 2026-07-01T22:29:34.814Z | Downloaded strsim v0.11.1 |
| 303 | 2026-07-01T22:29:34.814Z | Downloaded usdt-macro v0.5.0 |
| 304 | 2026-07-01T22:29:34.814Z | Downloaded usdt-attr-macro v0.5.0 |
| 305 | 2026-07-01T22:29:34.836Z | Downloaded unicode-linebreak v0.1.5 |
| 306 | 2026-07-01T22:29:34.836Z | Downloaded usdt v0.5.0 |
| 307 | 2026-07-01T22:29:34.836Z | Downloaded swrite v0.1.0 |
| 308 | 2026-07-01T22:29:34.836Z | Downloaded utf8parse v0.2.2 |
| 309 | 2026-07-01T22:29:34.836Z | Downloaded serde_spanned v0.6.9 |
| 310 | 2026-07-01T22:29:34.836Z | Downloaded byteorder v1.5.0 |
| 311 | 2026-07-01T22:29:34.836Z | Downloaded anstyle v1.0.14 |
| 312 | 2026-07-01T22:29:34.836Z | Downloaded clap v4.6.1 |
| 313 | 2026-07-01T22:29:34.854Z | Downloaded bytecount v0.6.9 |
| 314 | 2026-07-01T22:29:34.855Z | Downloaded cargo_metadata v0.23.1 |
| 315 | 2026-07-01T22:29:34.895Z | Downloaded usdt-impl v0.5.0 |
| 316 | 2026-07-01T22:29:34.899Z | Downloaded thiserror-impl v2.0.18 |
| 317 | 2026-07-01T22:29:34.899Z | Downloaded thiserror-impl v1.0.69 |
| 318 | 2026-07-01T22:29:34.899Z | Downloaded quote v1.0.45 |
| 319 | 2026-07-01T22:29:34.899Z | Downloaded thiserror v1.0.69 |
| 320 | 2026-07-01T22:29:34.899Z | Downloaded thiserror v2.0.18 |
| 321 | 2026-07-01T22:29:34.927Z | Downloaded pest_generator v2.8.6 |
| 322 | 2026-07-01T22:29:34.927Z | Downloaded proc-macro-error v1.0.4 |
| 323 | 2026-07-01T22:29:34.927Z | Downloaded anyhow v1.0.102 |
| 324 | 2026-07-01T22:29:34.927Z | Downloaded serde_tokenstream v0.2.3 |
| 325 | 2026-07-01T22:29:34.927Z | Downloaded semver v1.0.28 |
| 326 | 2026-07-01T22:29:34.927Z | Downloaded ucd-trie v0.1.7 |
| 327 | 2026-07-01T22:29:34.927Z | Downloaded papergrid v0.11.0 |
| 328 | 2026-07-01T22:29:34.927Z | Downloaded toml v0.8.23 |
| 329 | 2026-07-01T22:29:34.927Z | Downloaded indexmap v2.14.0 |
| 330 | 2026-07-01T22:29:34.927Z | Downloaded proc-macro2 v1.0.106 |
| 331 | 2026-07-01T22:29:34.927Z | Downloaded pest_derive v2.8.6 |
| 332 | 2026-07-01T22:29:34.927Z | Downloaded bitflags v2.11.0 |
| 333 | 2026-07-01T22:29:34.935Z | Downloaded textwrap v0.16.2 |
| 334 | 2026-07-01T22:29:34.935Z | Downloaded serde_core v1.0.228 |
| 335 | 2026-07-01T22:29:34.935Z | Downloaded tempfile v3.25.0 |
| 336 | 2026-07-01T22:29:34.935Z | Downloaded unicode-ident v1.0.24 |
| 337 | 2026-07-01T22:29:34.935Z | Downloaded log v0.4.29 |
| 338 | 2026-07-01T22:29:34.941Z | Downloaded serde_derive v1.0.228 |
| 339 | 2026-07-01T22:29:34.941Z | Downloaded pest_meta v2.8.6 |
| 340 | 2026-07-01T22:29:34.949Z | Downloaded serde v1.0.228 |
| 341 | 2026-07-01T22:29:34.954Z | Downloaded clap_builder v4.6.0 |
| 342 | 2026-07-01T22:29:34.954Z | Downloaded toml_edit v0.22.27 |
| 343 | 2026-07-01T22:29:35.014Z | Downloaded typenum v1.20.1 |
| 344 | 2026-07-01T22:29:35.056Z | Downloaded memchr v2.8.0 |
| 345 | 2026-07-01T22:29:35.056Z | Downloaded pest v2.8.6 |
| 346 | 2026-07-01T22:29:35.056Z | Downloaded hashbrown v0.17.0 |
| 347 | 2026-07-01T22:29:35.056Z | Downloaded serde_json v1.0.150 |
| 348 | 2026-07-01T22:29:35.056Z | Downloaded goblin v0.8.2 |
| 349 | 2026-07-01T22:29:35.056Z | Downloaded winnow v0.7.14 |
| 350 | 2026-07-01T22:29:35.074Z | Downloaded syn v1.0.109 |
| 351 | 2026-07-01T22:29:35.074Z | Downloaded tabled v0.15.0 |
| 352 | 2026-07-01T22:29:35.074Z | Downloaded unicode-width v0.2.0 |
| 353 | 2026-07-01T22:29:35.074Z | Downloaded syn v2.0.117 |
| 354 | 2026-07-01T22:29:35.082Z | Downloaded unicode-width v0.1.14 |
| 355 | 2026-07-01T22:29:35.083Z | Downloaded rustix v1.1.3 |
| 356 | 2026-07-01T22:29:35.112Z | Downloaded libc v0.2.185 |
| 357 | 2026-07-01T22:29:35.173Z | Compiling proc-macro2 v1.0.106 |
| 358 | 2026-07-01T22:29:35.173Z | Compiling unicode-ident v1.0.24 |
| 359 | 2026-07-01T22:29:35.173Z | Compiling quote v1.0.45 |
| 360 | 2026-07-01T22:29:35.173Z | Compiling serde_core v1.0.228 |
| 361 | 2026-07-01T22:29:35.185Z | Compiling libc v0.2.185 |
| 362 | 2026-07-01T22:29:35.185Z | Compiling version_check v0.9.5 |
| 363 | 2026-07-01T22:29:35.185Z | Compiling memchr v2.8.0 |
| 364 | 2026-07-01T22:29:35.185Z | Compiling serde v1.0.228 |
| 365 | 2026-07-01T22:29:35.186Z | Compiling zmij v1.0.21 |
| 366 | 2026-07-01T22:29:35.186Z | Compiling thiserror v1.0.69 |
| 367 | 2026-07-01T22:29:35.357Z | Compiling ucd-trie v0.1.7 |
| 368 | 2026-07-01T22:29:35.385Z | Compiling itoa v1.0.17 |
| 369 | 2026-07-01T22:29:35.385Z | Compiling rustix v1.1.3 |
| 370 | 2026-07-01T22:29:35.385Z | Compiling byteorder v1.5.0 |
| 371 | 2026-07-01T22:29:35.594Z | Compiling serde_json v1.0.150 |
| 372 | 2026-07-01T22:29:35.702Z | Compiling bitflags v2.11.0 |
| 373 | 2026-07-01T22:29:35.794Z | Compiling camino v1.2.2 |
| 374 | 2026-07-01T22:29:35.828Z | Compiling syn v1.0.109 |
| 375 | 2026-07-01T22:29:35.952Z | Compiling usdt-impl v0.5.0 |
| 376 | 2026-07-01T22:29:35.955Z | Compiling proc-macro-error-attr v1.0.4 |
| 377 | 2026-07-01T22:29:35.967Z | Compiling proc-macro-error v1.0.4 |
| 378 | 2026-07-01T22:29:36.066Z | Compiling pest v2.8.6 |
| 379 | 2026-07-01T22:29:36.069Z | Compiling getrandom v0.4.1 |
| 380 | 2026-07-01T22:29:36.189Z | Compiling plain v0.2.3 |
| 381 | 2026-07-01T22:29:36.243Z | Compiling equivalent v1.0.2 |
| 382 | 2026-07-01T22:29:36.258Z | Compiling utf8parse v0.2.2 |
| 383 | 2026-07-01T22:29:36.294Z | Compiling log v0.4.29 |
| 384 | 2026-07-01T22:29:36.297Z | Compiling hashbrown v0.17.0 |
| 385 | 2026-07-01T22:29:36.344Z | Compiling toml_write v0.1.2 |
| 386 | 2026-07-01T22:29:36.397Z | Compiling errno v0.3.14 |
| 387 | 2026-07-01T22:29:36.400Z | Compiling thread-id v4.2.2 |
| 388 | 2026-07-01T22:29:36.400Z | Compiling anstyle-parse v1.0.0 |
| 389 | 2026-07-01T22:29:36.469Z | Compiling winnow v0.7.14 |
| 390 | 2026-07-01T22:29:36.484Z | Compiling cfg-if v1.0.4 |
| 391 | 2026-07-01T22:29:36.491Z | Compiling thiserror v2.0.18 |
| 392 | 2026-07-01T22:29:36.513Z | Compiling anstyle v1.0.14 |
| 393 | 2026-07-01T22:29:36.531Z | Compiling colorchoice v1.0.4 |
| 394 | 2026-07-01T22:29:36.596Z | Compiling autocfg v1.5.0 |
| 395 | 2026-07-01T22:29:36.612Z | Compiling pretty-hex v0.4.1 |
| 396 | 2026-07-01T22:29:36.636Z | Compiling is_terminal_polyfill v1.70.2 |
| 397 | 2026-07-01T22:29:36.639Z | Compiling anstyle-query v1.1.5 |
| 398 | 2026-07-01T22:29:36.770Z | Compiling anstream v1.0.0 |
| 399 | 2026-07-01T22:29:36.793Z | Compiling syn v2.0.117 |
| 400 | 2026-07-01T22:29:36.807Z | Compiling bytecount v0.6.9 |
| 401 | 2026-07-01T22:29:36.840Z | Compiling indexmap v2.14.0 |
| 402 | 2026-07-01T22:29:36.859Z | Compiling fnv v1.0.7 |
| 403 | 2026-07-01T22:29:36.879Z | Compiling heck v0.4.1 |
| 404 | 2026-07-01T22:29:36.899Z | Compiling unicode-width v0.1.14 |
| 405 | 2026-07-01T22:29:36.959Z | Compiling fastrand v2.3.0 |
| 406 | 2026-07-01T22:29:36.987Z | Compiling once_cell v1.21.3 |
| 407 | 2026-07-01T22:29:37.093Z | Compiling fs-err v3.3.0 |
| 408 | 2026-07-01T22:29:37.104Z | Compiling heck v0.5.0 |
| 409 | 2026-07-01T22:29:37.133Z | Compiling pest_meta v2.8.6 |
| 410 | 2026-07-01T22:29:37.150Z | Compiling strsim v0.11.1 |
| 411 | 2026-07-01T22:29:37.225Z | Compiling anyhow v1.0.102 |
| 412 | 2026-07-01T22:29:37.249Z | Compiling clap_lex v1.0.0 |
| 413 | 2026-07-01T22:29:37.252Z | Compiling papergrid v0.11.0 |
| 414 | 2026-07-01T22:29:37.360Z | Compiling memmap v0.7.0 |
| 415 | 2026-07-01T22:29:37.380Z | Compiling unicode-width v0.2.0 |
| 416 | 2026-07-01T22:29:37.392Z | Compiling smawk v0.3.2 |
| 417 | 2026-07-01T22:29:37.446Z | Compiling terminal_size v0.4.3 |
| 418 | 2026-07-01T22:29:37.490Z | Compiling tempfile v3.25.0 |
| 419 | 2026-07-01T22:29:37.530Z | Compiling unicode-linebreak v0.1.5 |
| 420 | 2026-07-01T22:29:37.562Z | Compiling clap_builder v4.6.0 |
| 421 | 2026-07-01T22:29:37.566Z | Compiling swrite v0.1.0 |
| 422 | 2026-07-01T22:29:37.694Z | Compiling semver v1.0.28 |
| 423 | 2026-07-01T22:29:37.714Z | Compiling cargo-platform v0.3.2 |
| 424 | 2026-07-01T22:29:37.777Z | Compiling textwrap v0.16.2 |
| 425 | 2026-07-01T22:29:37.983Z | Compiling camino-tempfile v1.4.1 |
| 426 | 2026-07-01T22:29:38.370Z | Compiling tabled_derive v0.7.0 |
| 427 | 2026-07-01T22:29:38.933Z | Compiling pest_generator v2.8.6 |
| 428 | 2026-07-01T22:29:39.029Z | Compiling tabled v0.15.0 |
| 429 | 2026-07-01T22:29:39.429Z | Compiling serde_derive v1.0.228 |
| 430 | 2026-07-01T22:29:39.436Z | Compiling thiserror-impl v1.0.69 |
| 431 | 2026-07-01T22:29:39.436Z | Compiling zerocopy-derive v0.7.35 |
| 432 | 2026-07-01T22:29:39.436Z | Compiling scroll_derive v0.12.1 |
| 433 | 2026-07-01T22:29:39.436Z | Compiling thiserror-impl v2.0.18 |
| 434 | 2026-07-01T22:29:39.436Z | Compiling clap_derive v4.6.1 |
| 435 | 2026-07-01T22:29:39.524Z | Compiling pest_derive v2.8.6 |
| 436 | 2026-07-01T22:29:40.091Z | Compiling scroll v0.12.0 |
| 437 | 2026-07-01T22:29:40.158Z | Compiling zerocopy v0.7.35 |
| 438 | 2026-07-01T22:29:40.302Z | Compiling goblin v0.8.2 |
| 439 | 2026-07-01T22:29:40.471Z | Compiling dtrace-parser v0.2.0 |
| 440 | 2026-07-01T22:29:40.829Z | Compiling clap v4.6.1 |
| 441 | 2026-07-01T22:29:41.914Z | Compiling dof v0.3.0 |
| 442 | 2026-07-01T22:29:41.914Z | Compiling serde_tokenstream v0.2.3 |
| 443 | 2026-07-01T22:29:41.930Z | Compiling serde_spanned v0.6.9 |
| 444 | 2026-07-01T22:29:41.933Z | Compiling toml_datetime v0.6.11 |
| 445 | 2026-07-01T22:29:41.933Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 446 | 2026-07-01T22:29:41.944Z | Compiling macaddr v1.0.1 |
| 447 | 2026-07-01T22:29:41.947Z | Compiling cargo_metadata v0.23.1 |
| 448 | 2026-07-01T22:29:42.164Z | Compiling toml_edit v0.22.27 |
| 449 | 2026-07-01T22:29:42.572Z | Compiling usdt-macro v0.5.0 |
| 450 | 2026-07-01T22:29:42.574Z | Compiling usdt-attr-macro v0.5.0 |
| 451 | 2026-07-01T22:29:43.217Z | Compiling usdt v0.5.0 |
| 452 | 2026-07-01T22:29:43.404Z | Compiling toml v0.8.23 |
| 453 | 2026-07-01T22:29:43.721Z | Compiling cargo_toml v0.21.0 |
| 454 | 2026-07-01T22:29:45.002Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 455 | 2026-07-01T22:29:46.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.89s |
| 456 | 2026-07-01T22:29:47.212Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 457 | 2026-07-01T22:29:47.704Z | Downloading crates ... |
| 458 | 2026-07-01T22:29:47.791Z | Downloaded adler2 v2.0.1 |
| 459 | 2026-07-01T22:29:47.795Z | Downloaded async-recursion v1.1.1 |
| 460 | 2026-07-01T22:29:47.799Z | Downloaded arrayref v0.3.9 |
| 461 | 2026-07-01T22:29:47.802Z | Downloaded aead v0.5.2 |
| 462 | 2026-07-01T22:29:47.802Z | Downloaded ascii-canvas v3.0.0 |
| 463 | 2026-07-01T22:29:47.805Z | Downloaded array-init v0.0.4 |
| 464 | 2026-07-01T22:29:47.808Z | Downloaded async-stream v0.3.6 |
| 465 | 2026-07-01T22:29:47.808Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 466 | 2026-07-01T22:29:47.811Z | Downloaded atomic-waker v1.1.2 |
| 467 | 2026-07-01T22:29:47.815Z | Downloaded async-bb8-diesel v0.2.1 |
| 468 | 2026-07-01T22:29:47.818Z | Downloaded argon2 v0.5.3 |
| 469 | 2026-07-01T22:29:47.821Z | Downloaded critical-section v1.2.0 |
| 470 | 2026-07-01T22:29:47.821Z | Downloaded cassowary v0.3.0 |
| 471 | 2026-07-01T22:29:47.824Z | Downloaded crc8 v0.1.1 |
| 472 | 2026-07-01T22:29:47.824Z | Downloaded crc v3.4.0 |
| 473 | 2026-07-01T22:29:47.824Z | Downloaded bit-vec v0.8.0 |
| 474 | 2026-07-01T22:29:47.834Z | Downloaded derive_more-impl v2.1.1 |
| 475 | 2026-07-01T22:29:47.837Z | Downloaded darling_macro v0.13.4 |
| 476 | 2026-07-01T22:29:47.837Z | Downloaded ctr v0.10.1 |
| 477 | 2026-07-01T22:29:47.840Z | Downloaded bb8 v0.8.6 |
| 478 | 2026-07-01T22:29:47.840Z | Downloaded base16ct v0.2.0 |
| 479 | 2026-07-01T22:29:47.844Z | Downloaded bumpalo v3.20.2 |
| 480 | 2026-07-01T22:29:47.844Z | Downloaded crossbeam-channel v0.5.15 |
| 481 | 2026-07-01T22:29:47.847Z | Downloaded darling v0.20.11 |
| 482 | 2026-07-01T22:29:47.847Z | Downloaded arrayvec v0.7.6 |
| 483 | 2026-07-01T22:29:47.851Z | Downloaded crc32fast v1.5.0 |
| 484 | 2026-07-01T22:29:47.851Z | Downloaded bit-vec v0.6.3 |
| 485 | 2026-07-01T22:29:47.854Z | Downloaded darling_core v0.21.3 |
| 486 | 2026-07-01T22:29:47.857Z | Downloaded atomicwrites v0.4.4 |
| 487 | 2026-07-01T22:29:47.857Z | Downloaded async-stream-impl v0.3.6 |
| 488 | 2026-07-01T22:29:47.857Z | Downloaded bitfield-macros v0.19.4 |
| 489 | 2026-07-01T22:29:47.857Z | Downloaded crucible-workspace-hack v0.1.0 |
| 490 | 2026-07-01T22:29:47.860Z | Downloaded bitflags v1.3.2 |
| 491 | 2026-07-01T22:29:47.860Z | Downloaded defmt v0.3.100 |
| 492 | 2026-07-01T22:29:47.866Z | Downloaded csv-core v0.1.13 |
| 493 | 2026-07-01T22:29:47.866Z | Downloaded bitfield-struct v0.6.2 |
| 494 | 2026-07-01T22:29:47.866Z | Downloaded base16ct v1.0.0 |
| 495 | 2026-07-01T22:29:47.866Z | Downloaded crossterm v0.29.0 |
| 496 | 2026-07-01T22:29:47.871Z | Downloaded cpufeatures v0.3.0 |
| 497 | 2026-07-01T22:29:47.871Z | Downloaded blake2 v0.10.6 |
| 498 | 2026-07-01T22:29:47.871Z | Downloaded corncobs v0.1.4 |
| 499 | 2026-07-01T22:29:47.874Z | Downloaded aead v0.6.1 |
| 500 | 2026-07-01T22:29:47.874Z | Downloaded atty v0.2.14 |
| 501 | 2026-07-01T22:29:47.874Z | Downloaded anstream v0.6.21 |
| 502 | 2026-07-01T22:29:47.877Z | Downloaded defmt-parser v1.0.0 |
| 503 | 2026-07-01T22:29:47.877Z | Downloaded debug-ignore v1.0.5 |
| 504 | 2026-07-01T22:29:47.877Z | Downloaded crc-catalog v2.4.0 |
| 505 | 2026-07-01T22:29:47.879Z | Downloaded darling_macro v0.20.11 |
| 506 | 2026-07-01T22:29:47.879Z | Downloaded assert_matches v1.5.0 |
| 507 | 2026-07-01T22:29:47.879Z | Downloaded darling v0.21.3 |
| 508 | 2026-07-01T22:29:47.882Z | Downloaded bit-set v0.5.3 |
| 509 | 2026-07-01T22:29:47.885Z | Downloaded cpubits v0.1.1 |
| 510 | 2026-07-01T22:29:47.885Z | Downloaded ciborium-ll v0.2.2 |
| 511 | 2026-07-01T22:29:47.885Z | Downloaded bit-set v0.8.0 |
| 512 | 2026-07-01T22:29:47.890Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 513 | 2026-07-01T22:29:47.894Z | Downloaded darling_macro v0.23.0 |
| 514 | 2026-07-01T22:29:47.894Z | Downloaded cstr-argument v0.1.2 |
| 515 | 2026-07-01T22:29:47.897Z | Downloaded ctutils v0.4.2 |
| 516 | 2026-07-01T22:29:47.900Z | Downloaded daft v0.1.7 |
| 517 | 2026-07-01T22:29:47.900Z | Downloaded bitfield v0.19.4 |
| 518 | 2026-07-01T22:29:47.906Z | Downloaded dof v0.4.0 |
| 519 | 2026-07-01T22:29:47.906Z | Downloaded document-features v0.2.12 |
| 520 | 2026-07-01T22:29:47.906Z | Downloaded block-padding v0.4.2 |
| 521 | 2026-07-01T22:29:47.906Z | Downloaded dunce v1.0.5 |
| 522 | 2026-07-01T22:29:47.906Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 523 | 2026-07-01T22:29:47.909Z | Downloaded crypto-common v0.2.2 |
| 524 | 2026-07-01T22:29:47.912Z | Downloaded cfg_aliases v0.2.1 |
| 525 | 2026-07-01T22:29:47.915Z | Downloaded dyn-clone v1.0.20 |
| 526 | 2026-07-01T22:29:47.918Z | Downloaded castaway v0.2.4 |
| 527 | 2026-07-01T22:29:47.918Z | Downloaded embedded-io v0.6.1 |
| 528 | 2026-07-01T22:29:47.918Z | Downloaded crunchy v0.2.4 |
| 529 | 2026-07-01T22:29:47.921Z | Downloaded display-error-chain v0.2.2 |
| 530 | 2026-07-01T22:29:47.928Z | Downloaded dirs-next v2.0.0 |
| 531 | 2026-07-01T22:29:47.931Z | Downloaded env_filter v1.0.0 |
| 532 | 2026-07-01T22:29:47.931Z | Downloaded dsl_auto_type v0.2.0 |
| 533 | 2026-07-01T22:29:47.931Z | Downloaded dirs-sys-next v0.1.2 |
| 534 | 2026-07-01T22:29:47.932Z | Downloaded block-buffer v0.12.1 |
| 535 | 2026-07-01T22:29:47.934Z | Downloaded cfg_aliases v0.1.1 |
| 536 | 2026-07-01T22:29:47.934Z | Downloaded endian-type v0.1.2 |
| 537 | 2026-07-01T22:29:47.940Z | Downloaded ciborium-io v0.2.2 |
| 538 | 2026-07-01T22:29:47.940Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 539 | 2026-07-01T22:29:47.940Z | Downloaded darling_macro v0.21.3 |
| 540 | 2026-07-01T22:29:47.943Z | Downloaded convert_case v0.4.0 |
| 541 | 2026-07-01T22:29:47.943Z | Downloaded defmt-macros v1.0.1 |
| 542 | 2026-07-01T22:29:47.947Z | Downloaded defmt v1.0.1 |
| 543 | 2026-07-01T22:29:47.947Z | Downloaded data-encoding v2.10.0 |
| 544 | 2026-07-01T22:29:47.950Z | Downloaded convert_case v0.10.0 |
| 545 | 2026-07-01T22:29:47.950Z | Downloaded embedded-io v0.4.0 |
| 546 | 2026-07-01T22:29:47.950Z | Downloaded foreign-types v0.3.2 |
| 547 | 2026-07-01T22:29:47.953Z | Downloaded downcast-rs v2.0.2 |
| 548 | 2026-07-01T22:29:47.953Z | Downloaded derive_builder_macro v0.20.2 |
| 549 | 2026-07-01T22:29:47.953Z | Downloaded base64ct v1.8.3 |
| 550 | 2026-07-01T22:29:47.956Z | Downloaded crc-any v2.5.0 |
| 551 | 2026-07-01T22:29:47.956Z | Downloaded daft-derive v0.1.7 |
| 552 | 2026-07-01T22:29:47.959Z | Downloaded ed25519 v2.2.3 |
| 553 | 2026-07-01T22:29:47.959Z | Downloaded difflib v0.4.0 |
| 554 | 2026-07-01T22:29:47.959Z | Downloaded compression-core v0.4.31 |
| 555 | 2026-07-01T22:29:47.962Z | Downloaded async-trait v0.1.89 |
| 556 | 2026-07-01T22:29:47.962Z | Downloaded enum-as-inner v0.6.1 |
| 557 | 2026-07-01T22:29:47.969Z | Downloaded futures-io v0.3.32 |
| 558 | 2026-07-01T22:29:47.972Z | Downloaded fxhash v0.2.1 |
| 559 | 2026-07-01T22:29:47.972Z | Downloaded flagset v0.4.7 |
| 560 | 2026-07-01T22:29:47.972Z | Downloaded futures-macro v0.3.32 |
| 561 | 2026-07-01T22:29:47.976Z | Downloaded foreign-types-shared v0.1.1 |
| 562 | 2026-07-01T22:29:47.976Z | Downloaded enum_dispatch v0.3.13 |
| 563 | 2026-07-01T22:29:47.976Z | Downloaded gethostname v0.5.0 |
| 564 | 2026-07-01T22:29:47.979Z | Downloaded futures-core v0.3.32 |
| 565 | 2026-07-01T22:29:47.979Z | Downloaded git-stub v1.0.0 |
| 566 | 2026-07-01T22:29:47.979Z | Downloaded fd-lock v4.0.4 |
| 567 | 2026-07-01T22:29:47.982Z | Downloaded ghash v0.6.0 |
| 568 | 2026-07-01T22:29:47.982Z | Downloaded byte-wrapper v0.1.0 |
| 569 | 2026-07-01T22:29:47.983Z | Downloaded darling v0.13.4 |
| 570 | 2026-07-01T22:29:47.986Z | Downloaded bcs v0.1.6 |
| 571 | 2026-07-01T22:29:47.986Z | Downloaded argon2 v0.6.0-rc.8 |
| 572 | 2026-07-01T22:29:47.989Z | Downloaded float-cmp v0.10.0 |
| 573 | 2026-07-01T22:29:47.989Z | Downloaded form_urlencoded v1.2.2 |
| 574 | 2026-07-01T22:29:47.989Z | Downloaded foreign-types-shared v0.3.1 |
| 575 | 2026-07-01T22:29:47.994Z | Downloaded foreign-types-macros v0.2.3 |
| 576 | 2026-07-01T22:29:47.994Z | Downloaded either v1.15.0 |
| 577 | 2026-07-01T22:29:47.994Z | Downloaded ecdsa v0.16.9 |
| 578 | 2026-07-01T22:29:47.995Z | Downloaded foreign-types v0.5.0 |
| 579 | 2026-07-01T22:29:47.995Z | Downloaded ff v0.13.1 |
| 580 | 2026-07-01T22:29:47.995Z | Downloaded fixedbitset v0.4.2 |
| 581 | 2026-07-01T22:29:47.998Z | Downloaded futures-task v0.3.32 |
| 582 | 2026-07-01T22:29:47.998Z | Downloaded futures-sink v0.3.32 |
| 583 | 2026-07-01T22:29:47.998Z | Downloaded displaydoc v0.2.5 |
| 584 | 2026-07-01T22:29:48.003Z | Downloaded ed25519 v3.0.0 |
| 585 | 2026-07-01T22:29:48.003Z | Downloaded derive-ex v0.1.8 |
| 586 | 2026-07-01T22:29:48.003Z | Downloaded delegate v0.13.5 |
| 587 | 2026-07-01T22:29:48.006Z | Downloaded derive_builder_core v0.20.2 |
| 588 | 2026-07-01T22:29:48.006Z | Downloaded globwalk v0.9.1 |
| 589 | 2026-07-01T22:29:48.006Z | Downloaded cobs v0.3.0 |
| 590 | 2026-07-01T22:29:48.006Z | Downloaded cbc v0.2.1 |
| 591 | 2026-07-01T22:29:48.011Z | Downloaded deranged v0.5.8 |
| 592 | 2026-07-01T22:29:48.012Z | Downloaded cmake v0.1.57 |
| 593 | 2026-07-01T22:29:48.012Z | Downloaded cexpr v0.6.0 |
| 594 | 2026-07-01T22:29:48.015Z | Downloaded digest v0.11.3 |
| 595 | 2026-07-01T22:29:48.015Z | Downloaded anstyle-parse v0.2.7 |
| 596 | 2026-07-01T22:29:48.015Z | Downloaded cmov v0.5.4 |
| 597 | 2026-07-01T22:29:48.015Z | Downloaded funty v2.0.0 |
| 598 | 2026-07-01T22:29:48.018Z | Downloaded backoff v0.4.0 |
| 599 | 2026-07-01T22:29:48.018Z | Downloaded hash32 v0.3.1 |
| 600 | 2026-07-01T22:29:48.018Z | Downloaded constant_time_eq v0.4.2 |
| 601 | 2026-07-01T22:29:48.022Z | Downloaded compression-codecs v0.4.37 |
| 602 | 2026-07-01T22:29:48.022Z | Downloaded darling_core v0.13.4 |
| 603 | 2026-07-01T22:29:48.025Z | Downloaded headers-core v0.3.0 |
| 604 | 2026-07-01T22:29:48.025Z | Downloaded camino-tempfile-ext v0.3.3 |
| 605 | 2026-07-01T22:29:48.028Z | Downloaded buf-list v1.1.2 |
| 606 | 2026-07-01T22:29:48.028Z | Downloaded base64 v0.22.1 |
| 607 | 2026-07-01T22:29:48.032Z | Downloaded hex v0.4.3 |
| 608 | 2026-07-01T22:29:48.032Z | Downloaded ff v0.14.0 |
| 609 | 2026-07-01T22:29:48.035Z | Downloaded const_format_proc_macros v0.2.34 |
| 610 | 2026-07-01T22:29:48.035Z | Downloaded allocator-api2 v0.2.21 |
| 611 | 2026-07-01T22:29:48.039Z | Downloaded blowfish v0.10.0 |
| 612 | 2026-07-01T22:29:48.039Z | Downloaded chacha20 v0.9.1 |
| 613 | 2026-07-01T22:29:48.039Z | Downloaded futures-executor v0.3.32 |
| 614 | 2026-07-01T22:29:48.043Z | Downloaded fallible-iterator v0.2.0 |
| 615 | 2026-07-01T22:29:48.043Z | Downloaded fs_extra v1.3.0 |
| 616 | 2026-07-01T22:29:48.043Z | Downloaded diesel-dtrace v0.5.0 |
| 617 | 2026-07-01T22:29:48.046Z | Downloaded cipher v0.4.4 |
| 618 | 2026-07-01T22:29:48.046Z | Downloaded hash32 v0.2.1 |
| 619 | 2026-07-01T22:29:48.046Z | Downloaded colored v3.1.1 |
| 620 | 2026-07-01T22:29:48.050Z | Downloaded hostname v0.4.2 |
| 621 | 2026-07-01T22:29:48.050Z | Downloaded httpdate v1.0.3 |
| 622 | 2026-07-01T22:29:48.050Z | Downloaded hostname v0.3.1 |
| 623 | 2026-07-01T22:29:48.053Z | Downloaded home v0.5.12 |
| 624 | 2026-07-01T22:29:48.053Z | Downloaded ahash v0.8.12 |
| 625 | 2026-07-01T22:29:48.053Z | Downloaded hubpack_derive v0.1.1 |
| 626 | 2026-07-01T22:29:48.053Z | Downloaded ar_archive_writer v0.5.1 |
| 627 | 2026-07-01T22:29:48.056Z | Downloaded diff v0.1.13 |
| 628 | 2026-07-01T22:29:48.060Z | Downloaded hex-literal v1.1.0 |
| 629 | 2026-07-01T22:29:48.060Z | Downloaded dtrace-parser v0.3.0 |
| 630 | 2026-07-01T22:29:48.060Z | Downloaded ena v0.14.4 |
| 631 | 2026-07-01T22:29:48.063Z | Downloaded ecdsa v0.17.0-rc.18 |
| 632 | 2026-07-01T22:29:48.063Z | Downloaded crossbeam-utils v0.8.21 |
| 633 | 2026-07-01T22:29:48.067Z | Downloaded fs-err v2.11.0 |
| 634 | 2026-07-01T22:29:48.067Z | Downloaded foldhash v0.2.0 |
| 635 | 2026-07-01T22:29:48.070Z | Downloaded http-range v0.1.5 |
| 636 | 2026-07-01T22:29:48.070Z | Downloaded crossbeam-deque v0.8.6 |
| 637 | 2026-07-01T22:29:48.070Z | Downloaded derive_builder v0.20.2 |
| 638 | 2026-07-01T22:29:48.073Z | Downloaded drift v0.2.0 |
| 639 | 2026-07-01T22:29:48.078Z | Downloaded hubpack v0.1.2 |
| 640 | 2026-07-01T22:29:48.081Z | Downloaded http-body v1.0.1 |
| 641 | 2026-07-01T22:29:48.081Z | Downloaded group v0.13.0 |
| 642 | 2026-07-01T22:29:48.081Z | Downloaded git-stub-vcs v0.1.0 |
| 643 | 2026-07-01T22:29:48.085Z | Downloaded ciborium v0.2.2 |
| 644 | 2026-07-01T22:29:48.085Z | Downloaded chacha20 v0.10.0 |
| 645 | 2026-07-01T22:29:48.088Z | Downloaded bzip2 v0.6.1 |
| 646 | 2026-07-01T22:29:48.088Z | Downloaded console v0.16.2 |
| 647 | 2026-07-01T22:29:48.088Z | Downloaded bzip2 v0.4.4 |
| 648 | 2026-07-01T22:29:48.091Z | Downloaded hyper-tls v0.6.0 |
| 649 | 2026-07-01T22:29:48.091Z | Downloaded backon v1.6.0 |
| 650 | 2026-07-01T22:29:48.096Z | Downloaded cipher v0.5.2 |
| 651 | 2026-07-01T22:29:48.096Z | Downloaded console v0.15.11 |
| 652 | 2026-07-01T22:29:48.099Z | Downloaded illumos-nvpair v0.3.0 |
| 653 | 2026-07-01T22:29:48.099Z | Downloaded darling v0.23.0 |
| 654 | 2026-07-01T22:29:48.099Z | Downloaded inout v0.1.4 |
| 655 | 2026-07-01T22:29:48.102Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 656 | 2026-07-01T22:29:48.102Z | Downloaded erased-serde v0.3.31 |
| 657 | 2026-07-01T22:29:48.106Z | Downloaded const-oid v0.9.6 |
| 658 | 2026-07-01T22:29:48.106Z | Downloaded float-ord v0.3.2 |
| 659 | 2026-07-01T22:29:48.106Z | Downloaded fixedbitset v0.5.7 |
| 660 | 2026-07-01T22:29:48.106Z | Downloaded cookie_store v0.22.1 |
| 661 | 2026-07-01T22:29:48.109Z | Downloaded group v0.14.0 |
| 662 | 2026-07-01T22:29:48.109Z | Downloaded foldhash v0.1.5 |
| 663 | 2026-07-01T22:29:48.113Z | Downloaded der_derive v0.7.3 |
| 664 | 2026-07-01T22:29:48.113Z | Downloaded ident_case v1.0.1 |
| 665 | 2026-07-01T22:29:48.113Z | Downloaded glob v0.3.3 |
| 666 | 2026-07-01T22:29:48.113Z | Downloaded getrandom v0.2.17 |
| 667 | 2026-07-01T22:29:48.117Z | Downloaded find-msvc-tools v0.1.9 |
| 668 | 2026-07-01T22:29:48.117Z | Downloaded inout v0.2.2 |
| 669 | 2026-07-01T22:29:48.121Z | Downloaded internet-checksum v0.2.1 |
| 670 | 2026-07-01T22:29:48.121Z | Downloaded indoc v1.0.9 |
| 671 | 2026-07-01T22:29:48.121Z | Downloaded cookie v0.18.1 |
| 672 | 2026-07-01T22:29:48.125Z | Downloaded blake2 v0.11.0-rc.6 |
| 673 | 2026-07-01T22:29:48.125Z | Downloaded is-terminal v0.4.17 |
| 674 | 2026-07-01T22:29:48.125Z | Downloaded instant v0.1.13 |
| 675 | 2026-07-01T22:29:48.125Z | Downloaded clang-sys v1.8.1 |
| 676 | 2026-07-01T22:29:48.129Z | Downloaded filetime v0.2.27 |
| 677 | 2026-07-01T22:29:48.129Z | Downloaded env_logger v0.11.9 |
| 678 | 2026-07-01T22:29:48.157Z | Downloaded indent_write v2.2.0 |
| 679 | 2026-07-01T22:29:48.157Z | Downloaded instability v0.3.11 |
| 680 | 2026-07-01T22:29:48.157Z | Downloaded is_ci v1.2.0 |
| 681 | 2026-07-01T22:29:48.157Z | Downloaded humantime v2.3.0 |
| 682 | 2026-07-01T22:29:48.158Z | Downloaded derive_more v0.99.20 |
| 683 | 2026-07-01T22:29:48.158Z | Downloaded dropshot_endpoint v0.17.1 |
| 684 | 2026-07-01T22:29:48.158Z | Downloaded highway v1.3.0 |
| 685 | 2026-07-01T22:29:48.158Z | Downloaded kstat-rs v0.2.4 |
| 686 | 2026-07-01T22:29:48.158Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 687 | 2026-07-01T22:29:48.158Z | Downloaded futures-channel v0.3.32 |
| 688 | 2026-07-01T22:29:48.158Z | Downloaded crossbeam-epoch v0.9.18 |
| 689 | 2026-07-01T22:29:48.158Z | Downloaded globset v0.4.18 |
| 690 | 2026-07-01T22:29:48.158Z | Downloaded derive-where v1.6.0 |
| 691 | 2026-07-01T22:29:48.158Z | Downloaded keccak v0.1.6 |
| 692 | 2026-07-01T22:29:48.158Z | Downloaded lazy_static v1.5.0 |
| 693 | 2026-07-01T22:29:48.158Z | Downloaded http-body-util v0.1.3 |
| 694 | 2026-07-01T22:29:48.158Z | Downloaded crypto-bigint v0.5.5 |
| 695 | 2026-07-01T22:29:48.164Z | Downloaded hyper-staticfile v0.10.1 |
| 696 | 2026-07-01T22:29:48.164Z | Downloaded lalrpop-util v0.19.12 |
| 697 | 2026-07-01T22:29:48.164Z | Downloaded half v1.8.3 |
| 698 | 2026-07-01T22:29:48.164Z | Downloaded libscf-sys v1.1.0 |
| 699 | 2026-07-01T22:29:48.164Z | Downloaded const-oid v0.10.2 |
| 700 | 2026-07-01T22:29:48.164Z | Downloaded colored v2.2.0 |
| 701 | 2026-07-01T22:29:48.168Z | Downloaded cancel-safe-futures v0.1.5 |
| 702 | 2026-07-01T22:29:48.168Z | Downloaded lru-slab v0.1.2 |
| 703 | 2026-07-01T22:29:48.173Z | Downloaded lru-cache v0.1.2 |
| 704 | 2026-07-01T22:29:48.173Z | Downloaded base64 v0.21.7 |
| 705 | 2026-07-01T22:29:48.173Z | Downloaded lru v0.12.5 |
| 706 | 2026-07-01T22:29:48.183Z | Downloaded maybe-uninit v2.0.0 |
| 707 | 2026-07-01T22:29:48.183Z | Downloaded managed v0.8.0 |
| 708 | 2026-07-01T22:29:48.183Z | Downloaded lzss v0.8.2 |
| 709 | 2026-07-01T22:29:48.183Z | Downloaded kem v0.3.0 |
| 710 | 2026-07-01T22:29:48.187Z | Downloaded linked-hash-map v0.5.6 |
| 711 | 2026-07-01T22:29:48.187Z | Downloaded getrandom v0.3.4 |
| 712 | 2026-07-01T22:29:48.192Z | Downloaded hmac v0.13.0 |
| 713 | 2026-07-01T22:29:48.192Z | Downloaded match_cfg v0.1.0 |
| 714 | 2026-07-01T22:29:48.196Z | Downloaded new_debug_unreachable v1.0.6 |
| 715 | 2026-07-01T22:29:48.196Z | Downloaded mime v0.3.17 |
| 716 | 2026-07-01T22:29:48.196Z | Downloaded memoffset v0.9.1 |
| 717 | 2026-07-01T22:29:48.196Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 718 | 2026-07-01T22:29:48.200Z | Downloaded ipnetwork v0.21.1 |
| 719 | 2026-07-01T22:29:48.201Z | Downloaded md5 v0.8.0 |
| 720 | 2026-07-01T22:29:48.201Z | Downloaded ipnet v2.11.0 |
| 721 | 2026-07-01T22:29:48.201Z | Downloaded httparse v1.10.1 |
| 722 | 2026-07-01T22:29:48.204Z | Downloaded hybrid-array v0.4.13 |
| 723 | 2026-07-01T22:29:48.204Z | Downloaded elliptic-curve v0.13.8 |
| 724 | 2026-07-01T22:29:48.207Z | Downloaded darling_core v0.20.11 |
| 725 | 2026-07-01T22:29:48.210Z | Downloaded idna_adapter v1.2.1 |
| 726 | 2026-07-01T22:29:48.210Z | Downloaded jobserver v0.1.34 |
| 727 | 2026-07-01T22:29:48.214Z | Downloaded nonempty v0.12.0 |
| 728 | 2026-07-01T22:29:48.217Z | Downloaded ingot-types v0.1.2 |
| 729 | 2026-07-01T22:29:48.217Z | Downloaded multimap v0.10.1 |
| 730 | 2026-07-01T22:29:48.220Z | Downloaded indoc v2.0.7 |
| 731 | 2026-07-01T22:29:48.220Z | Downloaded num-conv v0.2.0 |
| 732 | 2026-07-01T22:29:48.220Z | Downloaded num-iter v0.1.45 |
| 733 | 2026-07-01T22:29:48.224Z | Downloaded num-derive v0.4.2 |
| 734 | 2026-07-01T22:29:48.224Z | Downloaded num_enum_derive v0.5.11 |
| 735 | 2026-07-01T22:29:48.224Z | Downloaded nibble_vec v0.1.0 |
| 736 | 2026-07-01T22:29:48.227Z | Downloaded hmac v0.12.1 |
| 737 | 2026-07-01T22:29:48.227Z | Downloaded libloading v0.8.9 |
| 738 | 2026-07-01T22:29:48.230Z | Downloaded libsw-core v0.3.2 |
| 739 | 2026-07-01T22:29:48.230Z | Downloaded libsw v3.5.0 |
| 740 | 2026-07-01T22:29:48.230Z | Downloaded newtype_derive v0.1.6 |
| 741 | 2026-07-01T22:29:48.233Z | Downloaded newtype-uuid-macros v0.1.0 |
| 742 | 2026-07-01T22:29:48.233Z | Downloaded newline-converter v0.3.0 |
| 743 | 2026-07-01T22:29:48.234Z | Downloaded generic-array v1.4.3 |
| 744 | 2026-07-01T22:29:48.237Z | Downloaded keccak v0.2.0 |
| 745 | 2026-07-01T22:29:48.237Z | Downloaded crossterm v0.28.1 |
| 746 | 2026-07-01T22:29:48.240Z | Downloaded libefi-sys v0.1.0 |
| 747 | 2026-07-01T22:29:48.243Z | Downloaded num v0.4.3 |
| 748 | 2026-07-01T22:29:48.246Z | Downloaded num-derive v0.3.3 |
| 749 | 2026-07-01T22:29:48.246Z | Downloaded md-5 v0.10.6 |
| 750 | 2026-07-01T22:29:48.250Z | Downloaded openssl-probe v0.1.6 |
| 751 | 2026-07-01T22:29:48.250Z | Downloaded lock_api v0.4.14 |
| 752 | 2026-07-01T22:29:48.250Z | Downloaded openssl-macros v0.1.1 |
| 753 | 2026-07-01T22:29:48.253Z | Downloaded opaque-debug v0.3.1 |
| 754 | 2026-07-01T22:29:48.258Z | Downloaded num_threads v0.1.7 |
| 755 | 2026-07-01T22:29:48.258Z | Downloaded module-lattice v0.2.3 |
| 756 | 2026-07-01T22:29:48.258Z | Downloaded chacha20poly1305 v0.10.1 |
| 757 | 2026-07-01T22:29:48.266Z | Downloaded hyper-rustls v0.27.7 |
| 758 | 2026-07-01T22:29:48.270Z | Downloaded maplit v1.0.2 |
| 759 | 2026-07-01T22:29:48.273Z | Downloaded linear-map v1.2.0 |
| 760 | 2026-07-01T22:29:48.276Z | Downloaded openssl-probe v0.2.1 |
| 761 | 2026-07-01T22:29:48.276Z | Downloaded ingot v0.1.1 |
| 762 | 2026-07-01T22:29:48.292Z | Downloaded der v0.7.10 |
| 763 | 2026-07-01T22:29:48.298Z | Downloaded oso-derive v0.27.3 |
| 764 | 2026-07-01T22:29:48.298Z | Downloaded parse-size v1.1.0 |
| 765 | 2026-07-01T22:29:48.298Z | Downloaded arc-swap v1.8.2 |
| 766 | 2026-07-01T22:29:48.298Z | Downloaded nanorand v0.7.0 |
| 767 | 2026-07-01T22:29:48.301Z | Downloaded half v2.7.1 |
| 768 | 2026-07-01T22:29:48.301Z | Downloaded bytes v1.11.1 |
| 769 | 2026-07-01T22:29:48.305Z | Downloaded ed25519-dalek v2.2.0 |
| 770 | 2026-07-01T22:29:48.316Z | Downloaded native-tls v0.2.18 |
| 771 | 2026-07-01T22:29:48.316Z | Downloaded multer v3.1.0 |
| 772 | 2026-07-01T22:29:48.316Z | Downloaded icu_properties v2.1.2 |
| 773 | 2026-07-01T22:29:48.321Z | Downloaded packed_struct_codegen v0.10.1 |
| 774 | 2026-07-01T22:29:48.321Z | Downloaded heapless v0.7.17 |
| 775 | 2026-07-01T22:29:48.321Z | Downloaded parse-display v0.10.0 |
| 776 | 2026-07-01T22:29:48.321Z | Downloaded indexmap v1.9.3 |
| 777 | 2026-07-01T22:29:48.321Z | Downloaded percent-encoding v2.3.2 |
| 778 | 2026-07-01T22:29:48.321Z | Downloaded newtype-uuid v1.3.2 |
| 779 | 2026-07-01T22:29:48.321Z | Downloaded icu_provider v2.1.1 |
| 780 | 2026-07-01T22:29:48.325Z | Downloaded path-slash v0.1.5 |
| 781 | 2026-07-01T22:29:48.325Z | Downloaded futures v0.3.32 |
| 782 | 2026-07-01T22:29:48.325Z | Downloaded flume v0.11.1 |
| 783 | 2026-07-01T22:29:48.328Z | Downloaded phf_shared v0.11.3 |
| 784 | 2026-07-01T22:29:48.328Z | Downloaded derive_more v2.1.1 |
| 785 | 2026-07-01T22:29:48.334Z | Downloaded ingot-macros v0.1.1 |
| 786 | 2026-07-01T22:29:48.336Z | Downloaded flate2 v1.1.9 |
| 787 | 2026-07-01T22:29:48.340Z | Downloaded password-hash v0.6.1 |
| 788 | 2026-07-01T22:29:48.341Z | Downloaded num-rational v0.4.2 |
| 789 | 2026-07-01T22:29:48.341Z | Downloaded olpc-cjson v0.1.4 |
| 790 | 2026-07-01T22:29:48.344Z | Downloaded ml-kem v0.3.2 |
| 791 | 2026-07-01T22:29:48.344Z | Downloaded num_enum_derive v0.7.6 |
| 792 | 2026-07-01T22:29:48.344Z | Downloaded num_enum v0.5.11 |
| 793 | 2026-07-01T22:29:48.347Z | Downloaded phf_shared v0.13.1 |
| 794 | 2026-07-01T22:29:48.350Z | Downloaded oxnet v0.1.6 |
| 795 | 2026-07-01T22:29:48.350Z | Downloaded num-integer v0.1.46 |
| 796 | 2026-07-01T22:29:48.353Z | Downloaded num-complex v0.4.6 |
| 797 | 2026-07-01T22:29:48.353Z | Downloaded normalize-line-endings v0.3.0 |
| 798 | 2026-07-01T22:29:48.353Z | Downloaded num_enum v0.7.6 |
| 799 | 2026-07-01T22:29:48.356Z | Downloaded precomputed-hash v0.1.1 |
| 800 | 2026-07-01T22:29:48.356Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-07-01T22:29:48.359Z | Downloaded nodrop v0.1.14 |
| 802 | 2026-07-01T22:29:48.359Z | Downloaded libbz2-rs-sys v0.2.2 |
| 803 | 2026-07-01T22:29:48.362Z | Downloaded mime_guess v2.0.5 |
| 804 | 2026-07-01T22:29:48.362Z | Downloaded iana-time-zone v0.1.65 |
| 805 | 2026-07-01T22:29:48.365Z | Downloaded parking_lot_core v0.8.6 |
| 806 | 2026-07-01T22:29:48.365Z | Downloaded phf_shared v0.12.1 |
| 807 | 2026-07-01T22:29:48.370Z | Downloaded litemap v0.8.1 |
| 808 | 2026-07-01T22:29:48.370Z | Downloaded ignore v0.4.25 |
| 809 | 2026-07-01T22:29:48.373Z | Downloaded predicates-tree v1.0.13 |
| 810 | 2026-07-01T22:29:48.374Z | Downloaded predicates-core v1.0.10 |
| 811 | 2026-07-01T22:29:48.374Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 812 | 2026-07-01T22:29:48.374Z | Downloaded diesel_derives v2.3.7 |
| 813 | 2026-07-01T22:29:48.377Z | Downloaded memmap2 v0.9.10 |
| 814 | 2026-07-01T22:29:48.380Z | Downloaded icu_locale_core v2.1.1 |
| 815 | 2026-07-01T22:29:48.383Z | Downloaded oxide-tokio-rt v0.1.4 |
| 816 | 2026-07-01T22:29:48.383Z | Downloaded fatfs v0.3.6 |
| 817 | 2026-07-01T22:29:48.387Z | Downloaded pem-rfc7468 v1.0.0 |
| 818 | 2026-07-01T22:29:48.390Z | Downloaded pbkdf2 v0.13.0 |
| 819 | 2026-07-01T22:29:48.390Z | Downloaded proc-macro-crate v3.4.0 |
| 820 | 2026-07-01T22:29:48.390Z | Downloaded phc v0.6.1 |
| 821 | 2026-07-01T22:29:48.390Z | Downloaded powerfmt v0.2.0 |
| 822 | 2026-07-01T22:29:48.394Z | Downloaded quick-error v1.2.3 |
| 823 | 2026-07-01T22:29:48.394Z | Downloaded progenitor-macro v0.13.0 |
| 824 | 2026-07-01T22:29:48.394Z | Downloaded potential_utf v0.1.4 |
| 825 | 2026-07-01T22:29:48.397Z | Downloaded paste v1.0.15 |
| 826 | 2026-07-01T22:29:48.397Z | Downloaded psl-types v2.0.11 |
| 827 | 2026-07-01T22:29:48.397Z | Downloaded progenitor-macro v0.14.0 |
| 828 | 2026-07-01T22:29:48.400Z | Downloaded parse-display-derive v0.10.0 |
| 829 | 2026-07-01T22:29:48.400Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 830 | 2026-07-01T22:29:48.400Z | Downloaded phf v0.13.1 |
| 831 | 2026-07-01T22:29:48.406Z | Downloaded phf v0.12.1 |
| 832 | 2026-07-01T22:29:48.406Z | Downloaded peg v0.8.5 |
| 833 | 2026-07-01T22:29:48.406Z | Downloaded packed_struct v0.10.1 |
| 834 | 2026-07-01T22:29:48.406Z | Downloaded hickory-resolver v0.24.4 |
| 835 | 2026-07-01T22:29:48.409Z | Downloaded headers v0.4.1 |
| 836 | 2026-07-01T22:29:48.412Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-07-01T22:29:48.412Z | Downloaded async-compression v0.4.41 |
| 838 | 2026-07-01T22:29:48.416Z | Downloaded icu_normalizer v2.1.1 |
| 839 | 2026-07-01T22:29:48.419Z | Downloaded heapless v0.8.0 |
| 840 | 2026-07-01T22:29:48.421Z | Downloaded pin-project-lite v0.2.17 |
| 841 | 2026-07-01T22:29:48.424Z | Downloaded poly1305 v0.8.0 |
| 842 | 2026-07-01T22:29:48.427Z | Downloaded des v0.9.0 |
| 843 | 2026-07-01T22:29:48.427Z | Downloaded rand_chacha v0.3.1 |
| 844 | 2026-07-01T22:29:48.430Z | Downloaded nu-ansi-term v0.50.3 |
| 845 | 2026-07-01T22:29:48.430Z | Downloaded const_format v0.2.35 |
| 846 | 2026-07-01T22:29:48.433Z | Downloaded peg-runtime v0.8.5 |
| 847 | 2026-07-01T22:29:48.434Z | Downloaded pem-rfc7468 v0.7.0 |
| 848 | 2026-07-01T22:29:48.438Z | Downloaded polyval v0.7.1 |
| 849 | 2026-07-01T22:29:48.438Z | Downloaded pem v3.0.6 |
| 850 | 2026-07-01T22:29:48.441Z | Downloaded ppv-lite86 v0.2.21 |
| 851 | 2026-07-01T22:29:48.441Z | Downloaded postgres-protocol v0.6.10 |
| 852 | 2026-07-01T22:29:48.441Z | Downloaded peg-macros v0.8.5 |
| 853 | 2026-07-01T22:29:48.441Z | Downloaded darling_core v0.23.0 |
| 854 | 2026-07-01T22:29:48.444Z | Downloaded progenitor-client v0.14.0 |
| 855 | 2026-07-01T22:29:48.449Z | Downloaded radium v0.7.0 |
| 856 | 2026-07-01T22:29:48.449Z | Downloaded predicates v3.1.4 |
| 857 | 2026-07-01T22:29:48.452Z | Downloaded parking_lot_core v0.9.12 |
| 858 | 2026-07-01T22:29:48.463Z | Downloaded parking_lot v0.12.5 |
| 859 | 2026-07-01T22:29:48.467Z | Downloaded omicron-zone-package v0.12.3 |
| 860 | 2026-07-01T22:29:48.467Z | Downloaded psm v0.1.30 |
| 861 | 2026-07-01T22:29:48.467Z | Downloaded litrs v1.0.0 |
| 862 | 2026-07-01T22:29:48.467Z | Downloaded ref-cast-impl v1.0.25 |
| 863 | 2026-07-01T22:29:48.467Z | Downloaded rand_xorshift v0.4.0 |
| 864 | 2026-07-01T22:29:48.467Z | Downloaded miniz_oxide v0.8.9 |
| 865 | 2026-07-01T22:29:48.470Z | Downloaded proc-macro-error2 v2.0.1 |
| 866 | 2026-07-01T22:29:48.473Z | Downloaded pkcs8 v0.10.2 |
| 867 | 2026-07-01T22:29:48.476Z | Downloaded pkg-config v0.3.32 |
| 868 | 2026-07-01T22:29:48.479Z | Downloaded oso v0.27.3 |
| 869 | 2026-07-01T22:29:48.482Z | Downloaded rfc6979 v0.4.0 |
| 870 | 2026-07-01T22:29:48.482Z | Downloaded rfc6979 v0.5.0 |
| 871 | 2026-07-01T22:29:48.485Z | Downloaded pin-project-internal v1.1.11 |
| 872 | 2026-07-01T22:29:48.485Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 873 | 2026-07-01T22:29:48.485Z | Downloaded recursive v0.1.1 |
| 874 | 2026-07-01T22:29:48.488Z | Downloaded owo-colors v4.3.0 |
| 875 | 2026-07-01T22:29:48.488Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 876 | 2026-07-01T22:29:48.491Z | Downloaded pkcs1 v0.7.5 |
| 877 | 2026-07-01T22:29:48.491Z | Downloaded rand_chacha v0.9.0 |
| 878 | 2026-07-01T22:29:48.491Z | Downloaded parking_lot v0.11.2 |
| 879 | 2026-07-01T22:29:48.494Z | Downloaded indicatif v0.18.4 |
| 880 | 2026-07-01T22:29:48.497Z | Downloaded password-hash v0.5.0 |
| 881 | 2026-07-01T22:29:48.500Z | Downloaded poly1305 v0.9.0 |
| 882 | 2026-07-01T22:29:48.500Z | Downloaded ref-cast v1.0.25 |
| 883 | 2026-07-01T22:29:48.503Z | Downloaded primeorder v0.14.0-rc.10 |
| 884 | 2026-07-01T22:29:48.503Z | Downloaded rand_core v0.9.5 |
| 885 | 2026-07-01T22:29:48.509Z | Downloaded rustc-hash v2.1.1 |
| 886 | 2026-07-01T22:29:48.512Z | Downloaded rustc_version v0.4.1 |
| 887 | 2026-07-01T22:29:48.512Z | Downloaded rustc_version v0.1.7 |
| 888 | 2026-07-01T22:29:48.512Z | Downloaded hickory-resolver v0.25.2 |
| 889 | 2026-07-01T22:29:48.515Z | Downloaded russh-util v0.52.0 |
| 890 | 2026-07-01T22:29:48.515Z | Downloaded rtoolbox v0.0.3 |
| 891 | 2026-07-01T22:29:48.515Z | Downloaded russh-cryptovec v0.61.0 |
| 892 | 2026-07-01T22:29:48.522Z | Downloaded primeorder v0.13.6 |
| 893 | 2026-07-01T22:29:48.522Z | Downloaded primefield v0.14.0 |
| 894 | 2026-07-01T22:29:48.525Z | Downloaded icu_normalizer_data v2.1.1 |
| 895 | 2026-07-01T22:29:48.528Z | Downloaded icu_collections v2.1.1 |
| 896 | 2026-07-01T22:29:48.532Z | Downloaded progenitor v0.13.0 |
| 897 | 2026-07-01T22:29:48.532Z | Downloaded num-traits v0.2.19 |
| 898 | 2026-07-01T22:29:48.532Z | Downloaded hashbrown v0.13.2 |
| 899 | 2026-07-01T22:29:48.536Z | Downloaded hashbrown v0.12.3 |
| 900 | 2026-07-01T22:29:48.539Z | Downloaded progenitor-extras v0.2.0 |
| 901 | 2026-07-01T22:29:48.539Z | Downloaded progenitor-client v0.13.0 |
| 902 | 2026-07-01T22:29:48.543Z | Downloaded scheduled-thread-pool v0.2.7 |
| 903 | 2026-07-01T22:29:48.543Z | Downloaded same-file v1.0.6 |
| 904 | 2026-07-01T22:29:48.543Z | Downloaded cc v1.2.56 |
| 905 | 2026-07-01T22:29:48.546Z | Downloaded sapling-renderdag v0.1.0 |
| 906 | 2026-07-01T22:29:48.557Z | Downloaded openssl-sys v0.9.115 |
| 907 | 2026-07-01T22:29:48.560Z | Downloaded resolv-conf v0.7.6 |
| 908 | 2026-07-01T22:29:48.560Z | Downloaded http v1.4.2 |
| 909 | 2026-07-01T22:29:48.560Z | Downloaded scroll_derive v0.13.1 |
| 910 | 2026-07-01T22:29:48.564Z | Downloaded rand_core v0.6.4 |
| 911 | 2026-07-01T22:29:48.565Z | Downloaded expectorate v1.2.0 |
| 912 | 2026-07-01T22:29:48.567Z | Downloaded dropshot-api-manager v0.7.2 |
| 913 | 2026-07-01T22:29:48.568Z | Downloaded pkcs8 v0.11.0 |
| 914 | 2026-07-01T22:29:48.571Z | Downloaded semver v0.1.20 |
| 915 | 2026-07-01T22:29:48.574Z | Downloaded postgres-types v0.2.12 |
| 916 | 2026-07-01T22:29:48.574Z | Downloaded serde-big-array v0.5.1 |
| 917 | 2026-07-01T22:29:48.577Z | Downloaded seq-macro v0.3.6 |
| 918 | 2026-07-01T22:29:48.580Z | Downloaded serde_plain v1.0.2 |
| 919 | 2026-07-01T22:29:48.580Z | Downloaded p256 v0.14.0-rc.10 |
| 920 | 2026-07-01T22:29:48.582Z | Downloaded scopeguard v1.2.0 |
| 921 | 2026-07-01T22:29:48.582Z | Downloaded rand_core v0.10.0 |
| 922 | 2026-07-01T22:29:48.583Z | Downloaded postcard v1.1.3 |
| 923 | 2026-07-01T22:29:48.586Z | Downloaded p384 v0.14.0-rc.10 |
| 924 | 2026-07-01T22:29:48.588Z | Downloaded der v0.8.0 |
| 925 | 2026-07-01T22:29:48.591Z | Downloaded rustls-native-certs v0.8.3 |
| 926 | 2026-07-01T22:29:48.595Z | Downloaded serde_urlencoded v0.7.1 |
| 927 | 2026-07-01T22:29:48.598Z | Downloaded sha1 v0.10.6 |
| 928 | 2026-07-01T22:29:48.601Z | Downloaded sha1 v0.11.0 |
| 929 | 2026-07-01T22:29:48.601Z | Downloaded secrecy v0.10.3 |
| 930 | 2026-07-01T22:29:48.604Z | Downloaded serde_repr v0.1.20 |
| 931 | 2026-07-01T22:29:48.608Z | Downloaded serde_spanned v1.1.1 |
| 932 | 2026-07-01T22:29:48.608Z | Downloaded progenitor-impl v0.13.0 |
| 933 | 2026-07-01T22:29:48.611Z | Downloaded hickory-server v0.25.2 |
| 934 | 2026-07-01T22:29:48.614Z | Downloaded serde_bytes v0.11.19 |
| 935 | 2026-07-01T22:29:48.617Z | Downloaded jiff-static v0.2.21 |
| 936 | 2026-07-01T22:29:48.620Z | Downloaded signal-hook-tokio v0.3.1 |
| 937 | 2026-07-01T22:29:48.624Z | Downloaded quinn-udp v0.5.14 |
| 938 | 2026-07-01T22:29:48.628Z | Downloaded rustversion v1.0.22 |
| 939 | 2026-07-01T22:29:48.631Z | Downloaded r2d2 v0.8.10 |
| 940 | 2026-07-01T22:29:48.631Z | Downloaded progenitor v0.14.0 |
| 941 | 2026-07-01T22:29:48.634Z | Downloaded secrecy v0.8.0 |
| 942 | 2026-07-01T22:29:48.637Z | Downloaded sec1 v0.7.3 |
| 943 | 2026-07-01T22:29:48.637Z | Downloaded pin-project v1.1.11 |
| 944 | 2026-07-01T22:29:48.643Z | Downloaded slog-bunyan v2.5.0 |
| 945 | 2026-07-01T22:29:48.646Z | Downloaded siphasher v1.0.2 |
| 946 | 2026-07-01T22:29:48.646Z | Downloaded signature v2.2.0 |
| 947 | 2026-07-01T22:29:48.651Z | Downloaded scrypt v0.12.0 |
| 948 | 2026-07-01T22:29:48.651Z | Downloaded sigpipe v0.1.3 |
| 949 | 2026-07-01T22:29:48.651Z | Downloaded signature v3.0.0 |
| 950 | 2026-07-01T22:29:48.651Z | Downloaded serde_path_to_error v0.1.20 |
| 951 | 2026-07-01T22:29:48.655Z | Downloaded serde-hex v0.1.0 |
| 952 | 2026-07-01T22:29:48.656Z | Downloaded signal-hook-mio v0.2.5 |
| 953 | 2026-07-01T22:29:48.656Z | Downloaded shell-words v1.1.1 |
| 954 | 2026-07-01T22:29:48.656Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 955 | 2026-07-01T22:29:48.659Z | Downloaded rand_seeder v0.4.0 |
| 956 | 2026-07-01T22:29:48.659Z | Downloaded minimal-lexical v0.2.1 |
| 957 | 2026-07-01T22:29:48.663Z | Downloaded rcgen v0.12.1 |
| 958 | 2026-07-01T22:29:48.666Z | Downloaded slog-envlogger v2.2.0 |
| 959 | 2026-07-01T22:29:48.669Z | Downloaded pkcs5 v0.8.1 |
| 960 | 2026-07-01T22:29:48.669Z | Downloaded salsa20 v0.11.0 |
| 961 | 2026-07-01T22:29:48.674Z | Downloaded rustls-pki-types v1.14.0 |
| 962 | 2026-07-01T22:29:48.680Z | Downloaded aes v0.9.1 |
| 963 | 2026-07-01T22:29:48.680Z | Downloaded schemars_derive v0.8.22 |
| 964 | 2026-07-01T22:29:48.683Z | Downloaded prefix-trie v0.7.0 |
| 965 | 2026-07-01T22:29:48.686Z | Downloaded hashbrown v0.16.1 |
| 966 | 2026-07-01T22:29:48.691Z | Downloaded sec1 v0.8.1 |
| 967 | 2026-07-01T22:29:48.696Z | Downloaded serde_with_macros v1.5.2 |
| 968 | 2026-07-01T22:29:48.699Z | Downloaded shlex v1.3.0 |
| 969 | 2026-07-01T22:29:48.702Z | Downloaded sqlparser_derive v0.5.0 |
| 970 | 2026-07-01T22:29:48.710Z | Downloaded signal-hook-registry v1.4.8 |
| 971 | 2026-07-01T22:29:48.717Z | Downloaded mio v1.2.0 |
| 972 | 2026-07-01T22:29:48.722Z | Downloaded strip-ansi-escapes v0.2.1 |
| 973 | 2026-07-01T22:29:48.722Z | Downloaded rusty-fork v0.3.1 |
| 974 | 2026-07-01T22:29:48.726Z | Downloaded slog-dtrace v0.3.0 |
| 975 | 2026-07-01T22:29:48.726Z | Downloaded slog-async v2.8.0 |
| 976 | 2026-07-01T22:29:48.730Z | Downloaded serdect v0.4.3 |
| 977 | 2026-07-01T22:29:48.735Z | Downloaded structmeta v0.3.0 |
| 978 | 2026-07-01T22:29:48.738Z | Downloaded strum v0.26.3 |
| 979 | 2026-07-01T22:29:48.738Z | Downloaded structmeta-derive v0.3.0 |
| 980 | 2026-07-01T22:29:48.739Z | Downloaded stable_deref_trait v1.2.1 |
| 981 | 2026-07-01T22:29:48.742Z | Downloaded strum v0.27.2 |
| 982 | 2026-07-01T22:29:48.742Z | Downloaded strsim v0.10.0 |
| 983 | 2026-07-01T22:29:48.742Z | Downloaded crypto-primes v0.7.2 |
| 984 | 2026-07-01T22:29:48.745Z | Downloaded hyper-util v0.1.20 |
| 985 | 2026-07-01T22:29:48.748Z | Downloaded simd-adler32 v0.3.8 |
| 986 | 2026-07-01T22:29:48.751Z | Downloaded rustls-pemfile v2.2.0 |
| 987 | 2026-07-01T22:29:48.754Z | Downloaded smallvec v0.6.14 |
| 988 | 2026-07-01T22:29:48.756Z | Downloaded snafu-derive v0.8.9 |
| 989 | 2026-07-01T22:29:48.756Z | Downloaded slog-term v2.9.2 |
| 990 | 2026-07-01T22:29:48.759Z | Downloaded supports-color v3.0.2 |
| 991 | 2026-07-01T22:29:48.760Z | Downloaded subtle v2.6.1 |
| 992 | 2026-07-01T22:29:48.760Z | Downloaded tabled_derive v0.11.0 |
| 993 | 2026-07-01T22:29:48.762Z | Downloaded sync_wrapper v1.0.2 |
| 994 | 2026-07-01T22:29:48.762Z | Downloaded sync-ptr v0.1.4 |
| 995 | 2026-07-01T22:29:48.762Z | Downloaded take_mut v0.2.2 |
| 996 | 2026-07-01T22:29:48.762Z | Downloaded tagptr v0.2.0 |
| 997 | 2026-07-01T22:29:48.765Z | Downloaded scroll v0.13.0 |
| 998 | 2026-07-01T22:29:48.765Z | Downloaded termtree v0.5.1 |
| 999 | 2026-07-01T22:29:48.766Z | Downloaded tabwriter v1.4.1 |
| 1000 | 2026-07-01T22:29:48.768Z | Downloaded aes-gcm v0.11.0 |
| 1001 | 2026-07-01T22:29:48.771Z | Downloaded spki v0.8.0 |
| 1002 | 2026-07-01T22:29:48.772Z | Downloaded spki v0.7.3 |
| 1003 | 2026-07-01T22:29:48.776Z | Downloaded progenitor-impl v0.14.0 |
| 1004 | 2026-07-01T22:29:48.776Z | Downloaded papergrid v0.17.0 |
| 1005 | 2026-07-01T22:29:48.778Z | Downloaded sha2 v0.11.0 |
| 1006 | 2026-07-01T22:29:48.778Z | Downloaded ryu v1.0.23 |
| 1007 | 2026-07-01T22:29:48.781Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1008 | 2026-07-01T22:29:48.784Z | Downloaded smf v0.2.3 |
| 1009 | 2026-07-01T22:29:48.784Z | Downloaded publicsuffix v2.3.0 |
| 1010 | 2026-07-01T22:29:48.787Z | Downloaded serde_derive_internals v0.29.1 |
| 1011 | 2026-07-01T22:29:48.787Z | Downloaded static_assertions v1.1.0 |
| 1012 | 2026-07-01T22:29:48.787Z | Downloaded stacker v0.1.23 |
| 1013 | 2026-07-01T22:29:48.790Z | Downloaded libxml v0.3.3 |
| 1014 | 2026-07-01T22:29:48.794Z | Downloaded prettyplease v0.2.37 |
| 1015 | 2026-07-01T22:29:48.797Z | Downloaded sqlformat v0.3.5 |
| 1016 | 2026-07-01T22:29:48.797Z | Downloaded slog-stdlog v4.1.1 |
| 1017 | 2026-07-01T22:29:48.797Z | Downloaded slog-scope v4.4.1 |
| 1018 | 2026-07-01T22:29:48.799Z | Downloaded slog-json v2.6.1 |
| 1019 | 2026-07-01T22:29:48.800Z | Downloaded slab v0.4.12 |
| 1020 | 2026-07-01T22:29:48.802Z | Downloaded time-core v0.1.8 |
| 1021 | 2026-07-01T22:29:48.802Z | Downloaded rand v0.8.6 |
| 1022 | 2026-07-01T22:29:48.805Z | Downloaded stringprep v0.1.5 |
| 1023 | 2026-07-01T22:29:48.809Z | Downloaded serde_with_macros v3.17.0 |
| 1024 | 2026-07-01T22:29:48.812Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1025 | 2026-07-01T22:29:48.812Z | Downloaded strum_macros v0.26.4 |
| 1026 | 2026-07-01T22:29:48.815Z | Downloaded string_cache v0.8.9 |
| 1027 | 2026-07-01T22:29:48.815Z | Downloaded testing_table v0.3.0 |
| 1028 | 2026-07-01T22:29:48.818Z | Downloaded pretty_assertions v1.4.1 |
| 1029 | 2026-07-01T22:29:48.818Z | Downloaded hyper v1.10.1 |
| 1030 | 2026-07-01T22:29:48.822Z | Downloaded rayon-core v1.13.0 |
| 1031 | 2026-07-01T22:29:48.827Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1032 | 2026-07-01T22:29:48.830Z | Downloaded termios v0.3.3 |
| 1033 | 2026-07-01T22:29:48.833Z | Downloaded tinyvec_macros v0.1.1 |
| 1034 | 2026-07-01T22:29:48.836Z | Downloaded tokio-macros v2.7.0 |
| 1035 | 2026-07-01T22:29:48.836Z | Downloaded strum_macros v0.24.3 |
| 1036 | 2026-07-01T22:29:48.838Z | Downloaded synstructure v0.13.2 |
| 1037 | 2026-07-01T22:29:48.841Z | Downloaded quinn v0.11.9 |
| 1038 | 2026-07-01T22:29:48.844Z | Downloaded icu_properties_data v2.1.2 |
| 1039 | 2026-07-01T22:29:48.848Z | Downloaded support-bundle-viewer v0.1.2 |
| 1040 | 2026-07-01T22:29:48.852Z | Downloaded strum_macros v0.27.2 |
| 1041 | 2026-07-01T22:29:48.855Z | Downloaded thread-id v5.1.0 |
| 1042 | 2026-07-01T22:29:48.858Z | Downloaded hashbrown v0.15.5 |
| 1043 | 2026-07-01T22:29:48.861Z | Downloaded tap v1.0.1 |
| 1044 | 2026-07-01T22:29:48.864Z | Downloaded smallvec v1.15.1 |
| 1045 | 2026-07-01T22:29:48.864Z | Downloaded ron v0.8.1 |
| 1046 | 2026-07-01T22:29:48.867Z | Downloaded hkdf v0.13.0 |
| 1047 | 2026-07-01T22:29:48.870Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1048 | 2026-07-01T22:29:48.871Z | Downloaded similar v2.7.0 |
| 1049 | 2026-07-01T22:29:48.874Z | Downloaded tokio-test v0.4.5 |
| 1050 | 2026-07-01T22:29:48.876Z | Downloaded tower-service v0.3.3 |
| 1051 | 2026-07-01T22:29:48.876Z | Downloaded tower-layer v0.3.3 |
| 1052 | 2026-07-01T22:29:48.877Z | Downloaded spin v0.9.8 |
| 1053 | 2026-07-01T22:29:48.879Z | Downloaded itertools v0.14.0 |
| 1054 | 2026-07-01T22:29:48.882Z | Downloaded thread_local v1.1.9 |
| 1055 | 2026-07-01T22:29:48.885Z | Downloaded slog v2.8.2 |
| 1056 | 2026-07-01T22:29:48.885Z | Downloaded typify-macro v0.6.2 |
| 1057 | 2026-07-01T22:29:48.888Z | Downloaded tls_codec_derive v0.4.2 |
| 1058 | 2026-07-01T22:29:48.888Z | Downloaded tls_codec v0.4.2 |
| 1059 | 2026-07-01T22:29:48.891Z | Downloaded serde_cbor v0.11.2 |
| 1060 | 2026-07-01T22:29:48.891Z | Downloaded unarray v0.1.4 |
| 1061 | 2026-07-01T22:29:48.895Z | Downloaded thiserror-no-std v2.0.2 |
| 1062 | 2026-07-01T22:29:48.895Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1063 | 2026-07-01T22:29:48.898Z | Downloaded topological-sort v0.2.2 |
| 1064 | 2026-07-01T22:29:48.898Z | Downloaded try-lock v0.2.5 |
| 1065 | 2026-07-01T22:29:48.901Z | Downloaded rustls-webpki v0.103.9 |
| 1066 | 2026-07-01T22:29:48.901Z | Downloaded time-macros v0.2.27 |
| 1067 | 2026-07-01T22:29:48.904Z | Downloaded qorb v0.4.1 |
| 1068 | 2026-07-01T22:29:48.907Z | Downloaded trait-variant v0.1.2 |
| 1069 | 2026-07-01T22:29:48.907Z | Downloaded num-bigint v0.4.6 |
| 1070 | 2026-07-01T22:29:48.910Z | Downloaded nom v7.1.3 |
| 1071 | 2026-07-01T22:29:48.914Z | Downloaded tokio-dtrace v0.1.1 |
| 1072 | 2026-07-01T22:29:48.914Z | Downloaded itertools v0.10.5 |
| 1073 | 2026-07-01T22:29:48.917Z | Downloaded unit-prefix v0.5.2 |
| 1074 | 2026-07-01T22:29:48.918Z | Downloaded libm v0.2.16 |
| 1075 | 2026-07-01T22:29:48.923Z | Downloaded unicode-xid v0.2.6 |
| 1076 | 2026-07-01T22:29:48.926Z | Downloaded unicode-truncate v1.1.0 |
| 1077 | 2026-07-01T22:29:48.926Z | Downloaded tinystr v0.8.2 |
| 1078 | 2026-07-01T22:29:48.929Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1079 | 2026-07-01T22:29:48.929Z | Downloaded tokio-tungstenite v0.21.0 |
| 1080 | 2026-07-01T22:29:48.929Z | Downloaded untrusted v0.9.0 |
| 1081 | 2026-07-01T22:29:48.932Z | Downloaded tiny-keccak v2.0.2 |
| 1082 | 2026-07-01T22:29:48.932Z | Downloaded usdt-macro v0.6.0 |
| 1083 | 2026-07-01T22:29:48.935Z | Downloaded untrusted v0.7.1 |
| 1084 | 2026-07-01T22:29:48.935Z | Downloaded utf8_iter v1.0.4 |
| 1085 | 2026-07-01T22:29:48.935Z | Downloaded universal-hash v0.6.1 |
| 1086 | 2026-07-01T22:29:48.935Z | Downloaded idna v1.1.0 |
| 1087 | 2026-07-01T22:29:48.938Z | Downloaded h2 v0.4.15 |
| 1088 | 2026-07-01T22:29:48.947Z | Downloaded usdt v0.6.0 |
| 1089 | 2026-07-01T22:29:48.948Z | Downloaded schemars v0.9.0 |
| 1090 | 2026-07-01T22:29:48.951Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1091 | 2026-07-01T22:29:48.951Z | Downloaded void v1.0.2 |
| 1092 | 2026-07-01T22:29:48.951Z | Downloaded p521 v0.14.0-rc.10 |
| 1093 | 2026-07-01T22:29:48.956Z | Downloaded iri-string v0.7.10 |
| 1094 | 2026-07-01T22:29:48.963Z | Downloaded tui-tree-widget v0.23.1 |
| 1095 | 2026-07-01T22:29:48.963Z | Downloaded tokio-native-tls v0.3.1 |
| 1096 | 2026-07-01T22:29:48.963Z | Downloaded term v0.7.0 |
| 1097 | 2026-07-01T22:29:48.963Z | Downloaded tokio-tungstenite v0.23.1 |
| 1098 | 2026-07-01T22:29:48.963Z | Downloaded rsa v0.9.10 |
| 1099 | 2026-07-01T22:29:48.967Z | Downloaded unicase v2.9.0 |
| 1100 | 2026-07-01T22:29:48.967Z | Downloaded universal-hash v0.5.1 |
| 1101 | 2026-07-01T22:29:48.971Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-07-01T22:29:48.971Z | Downloaded socket2 v0.5.10 |
| 1103 | 2026-07-01T22:29:48.971Z | Downloaded schemars v0.8.22 |
| 1104 | 2026-07-01T22:29:48.977Z | Downloaded waitgroup v0.1.2 |
| 1105 | 2026-07-01T22:29:48.980Z | Downloaded itertools v0.13.0 |
| 1106 | 2026-07-01T22:29:48.983Z | Downloaded socket2 v0.6.3 |
| 1107 | 2026-07-01T22:29:48.983Z | Downloaded hkdf v0.12.4 |
| 1108 | 2026-07-01T22:29:48.987Z | Downloaded tokio-stream v0.1.18 |
| 1109 | 2026-07-01T22:29:48.991Z | Downloaded tokio-rustls v0.26.4 |
| 1110 | 2026-07-01T22:29:48.994Z | Downloaded wait-timeout v0.2.1 |
| 1111 | 2026-07-01T22:29:48.996Z | Downloaded xattr v1.6.1 |
| 1112 | 2026-07-01T22:29:48.999Z | Downloaded iddqd v0.4.2 |
| 1113 | 2026-07-01T22:29:49.002Z | Downloaded samael v0.0.19 |
| 1114 | 2026-07-01T22:29:49.005Z | Downloaded signal-hook v0.3.18 |
| 1115 | 2026-07-01T22:29:49.008Z | Downloaded utf-8 v0.7.6 |
| 1116 | 2026-07-01T22:29:49.008Z | Downloaded test-strategy v0.4.5 |
| 1117 | 2026-07-01T22:29:49.011Z | Downloaded rand v0.9.2 |
| 1118 | 2026-07-01T22:29:49.014Z | Downloaded zerofrom v0.1.6 |
| 1119 | 2026-07-01T22:29:49.014Z | Downloaded zerofrom-derive v0.1.6 |
| 1120 | 2026-07-01T22:29:49.014Z | Downloaded want v0.3.1 |
| 1121 | 2026-07-01T22:29:49.017Z | Downloaded xshell-macros v0.2.7 |
| 1122 | 2026-07-01T22:29:49.017Z | Downloaded num-bigint-dig v0.8.6 |
| 1123 | 2026-07-01T22:29:49.020Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1124 | 2026-07-01T22:29:49.023Z | Downloaded usdt-attr-macro v0.6.0 |
| 1125 | 2026-07-01T22:29:49.027Z | Downloaded uzers v0.12.2 |
| 1126 | 2026-07-01T22:29:49.030Z | Downloaded yoke-derive v0.8.1 |
| 1127 | 2026-07-01T22:29:49.033Z | Downloaded vergen-gitcl v1.0.8 |
| 1128 | 2026-07-01T22:29:49.033Z | Downloaded zeroize_derive v1.4.3 |
| 1129 | 2026-07-01T22:29:49.036Z | Downloaded twox-hash v2.1.2 |
| 1130 | 2026-07-01T22:29:49.041Z | Downloaded subprocess v0.2.15 |
| 1131 | 2026-07-01T22:29:49.044Z | Downloaded rand v0.10.1 |
| 1132 | 2026-07-01T22:29:49.048Z | Downloaded vergen-lib v9.1.0 |
| 1133 | 2026-07-01T22:29:49.054Z | Downloaded vergen-git2 v9.1.0 |
| 1134 | 2026-07-01T22:29:49.054Z | Downloaded usdt-impl v0.6.0 |
| 1135 | 2026-07-01T22:29:49.057Z | Downloaded zone_cfg_derive v0.3.1 |
| 1136 | 2026-07-01T22:29:49.057Z | Downloaded unicode-properties v0.1.4 |
| 1137 | 2026-07-01T22:29:49.058Z | Downloaded vergen-lib v0.1.6 |
| 1138 | 2026-07-01T22:29:49.060Z | Downloaded itertools v0.12.1 |
| 1139 | 2026-07-01T22:29:49.063Z | Downloaded snafu v0.8.9 |
| 1140 | 2026-07-01T22:29:49.067Z | Downloaded nom v8.0.0 |
| 1141 | 2026-07-01T22:29:49.070Z | Downloaded futures-util v0.3.32 |
| 1142 | 2026-07-01T22:29:49.076Z | Downloaded wyz v0.5.1 |
| 1143 | 2026-07-01T22:29:49.079Z | Downloaded writeable v0.6.2 |
| 1144 | 2026-07-01T22:29:49.079Z | Downloaded tracing-attributes v0.1.31 |
| 1145 | 2026-07-01T22:29:49.082Z | Downloaded term v1.2.1 |
| 1146 | 2026-07-01T22:29:49.082Z | Downloaded walkdir v2.5.0 |
| 1147 | 2026-07-01T22:29:49.085Z | Downloaded xshell v0.2.7 |
| 1148 | 2026-07-01T22:29:49.090Z | Downloaded whoami v1.6.1 |
| 1149 | 2026-07-01T22:29:49.103Z | Downloaded vergen v9.1.0 |
| 1150 | 2026-07-01T22:29:49.106Z | Downloaded yoke v0.8.1 |
| 1151 | 2026-07-01T22:29:49.109Z | Downloaded schemars v1.2.1 |
| 1152 | 2026-07-01T22:29:49.115Z | Downloaded zerovec-derive v0.11.2 |
| 1153 | 2026-07-01T22:29:49.118Z | Downloaded vsss-rs v3.3.4 |
| 1154 | 2026-07-01T22:29:49.118Z | Downloaded unicode-bidi v0.3.18 |
| 1155 | 2026-07-01T22:29:49.121Z | Downloaded zstd v0.13.3 |
| 1156 | 2026-07-01T22:29:49.121Z | Downloaded zone v0.3.1 |
| 1157 | 2026-07-01T22:29:49.121Z | Downloaded tungstenite v0.23.0 |
| 1158 | 2026-07-01T22:29:49.124Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1159 | 2026-07-01T22:29:49.127Z | Downloaded toml v0.7.8 |
| 1160 | 2026-07-01T22:29:49.132Z | Downloaded tungstenite v0.21.0 |
| 1161 | 2026-07-01T22:29:49.135Z | Downloaded tar v0.4.45 |
| 1162 | 2026-07-01T22:29:49.135Z | Downloaded steno v0.4.1 |
| 1163 | 2026-07-01T22:29:49.135Z | Downloaded rsa v0.10.0-rc.18 |
| 1164 | 2026-07-01T22:29:49.138Z | Downloaded aho-corasick v1.1.4 |
| 1165 | 2026-07-01T22:29:49.141Z | Downloaded serde_with v1.14.0 |
| 1166 | 2026-07-01T22:29:49.144Z | Downloaded reedline v0.40.0 |
| 1167 | 2026-07-01T22:29:49.149Z | Downloaded rustyline v14.0.0 |
| 1168 | 2026-07-01T22:29:49.152Z | Downloaded blake3 v1.8.5 |
| 1169 | 2026-07-01T22:29:49.156Z | Downloaded whoami v2.1.0 |
| 1170 | 2026-07-01T22:29:49.159Z | Downloaded unsafe-libyaml v0.2.11 |
| 1171 | 2026-07-01T22:29:49.162Z | Downloaded zeroize v1.8.2 |
| 1172 | 2026-07-01T22:29:49.162Z | Downloaded aws-lc-rs v1.16.3 |
| 1173 | 2026-07-01T22:29:49.166Z | Downloaded yasna v0.5.2 |
| 1174 | 2026-07-01T22:29:49.169Z | Downloaded uuid v1.23.4 |
| 1175 | 2026-07-01T22:29:49.172Z | Downloaded tinyvec v1.10.0 |
| 1176 | 2026-07-01T22:29:49.175Z | Downloaded typify v0.6.2 |
| 1177 | 2026-07-01T22:29:49.178Z | Downloaded rpassword v7.4.0 |
| 1178 | 2026-07-01T22:29:49.185Z | Downloaded zstd-safe v7.2.4 |
| 1179 | 2026-07-01T22:29:49.190Z | Downloaded tokio-postgres v0.7.16 |
| 1180 | 2026-07-01T22:29:49.195Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1181 | 2026-07-01T22:29:49.199Z | Downloaded tracing-core v0.1.36 |
| 1182 | 2026-07-01T22:29:49.213Z | Downloaded bitvec v1.0.1 |
| 1183 | 2026-07-01T22:29:49.222Z | Downloaded reqwest v0.12.28 |
| 1184 | 2026-07-01T22:29:49.225Z | Downloaded zopfli v0.8.3 |
| 1185 | 2026-07-01T22:29:49.228Z | Downloaded zerocopy v0.6.6 |
| 1186 | 2026-07-01T22:29:49.236Z | Downloaded rayon v1.11.0 |
| 1187 | 2026-07-01T22:29:49.252Z | Downloaded yansi v1.0.1 |
| 1188 | 2026-07-01T22:29:49.255Z | Downloaded url v2.5.8 |
| 1189 | 2026-07-01T22:29:49.260Z | Downloaded moka v0.12.13 |
| 1190 | 2026-07-01T22:29:49.264Z | Downloaded vte v0.14.1 |
| 1191 | 2026-07-01T22:29:49.267Z | Downloaded crypto-bigint v0.7.5 |
| 1192 | 2026-07-01T22:29:49.275Z | Downloaded salty v0.3.0 |
| 1193 | 2026-07-01T22:29:49.279Z | Downloaded zip v0.6.6 |
| 1194 | 2026-07-01T22:29:49.282Z | Downloaded bindgen v0.71.1 |
| 1195 | 2026-07-01T22:29:49.286Z | Downloaded zerotrie v0.2.3 |
| 1196 | 2026-07-01T22:29:49.289Z | Downloaded p384 v0.13.1 |
| 1197 | 2026-07-01T22:29:49.292Z | Downloaded zerocopy-derive v0.8.40 |
| 1198 | 2026-07-01T22:29:49.296Z | Downloaded toml_edit v0.19.15 |
| 1199 | 2026-07-01T22:29:49.305Z | Downloaded unicode-segmentation v1.12.0 |
| 1200 | 2026-07-01T22:29:49.309Z | Downloaded goblin v0.10.5 |
| 1201 | 2026-07-01T22:29:49.312Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-07-01T22:29:49.316Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2026-07-01T22:29:49.319Z | Downloaded portable-atomic v1.13.1 |
| 1204 | 2026-07-01T22:29:49.322Z | Downloaded regex v1.12.3 |
| 1205 | 2026-07-01T22:29:49.326Z | Downloaded curve25519-dalek v4.1.3 |
| 1206 | 2026-07-01T22:29:49.330Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-07-01T22:29:49.333Z | Downloaded quick-xml v0.37.5 |
| 1208 | 2026-07-01T22:29:49.337Z | Downloaded unicode-normalization v0.1.25 |
| 1209 | 2026-07-01T22:29:49.340Z | Downloaded tower v0.5.3 |
| 1210 | 2026-07-01T22:29:49.344Z | Downloaded proptest v1.10.0 |
| 1211 | 2026-07-01T22:29:49.349Z | Downloaded typed-path v0.9.3 |
| 1212 | 2026-07-01T22:29:49.352Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1213 | 2026-07-01T22:29:49.360Z | Downloaded x509-cert v0.2.5 |
| 1214 | 2026-07-01T22:29:49.365Z | Downloaded serde_with v3.17.0 |
| 1215 | 2026-07-01T22:29:49.369Z | Downloaded lalrpop v0.19.12 |
| 1216 | 2026-07-01T22:29:49.375Z | Downloaded chrono v0.4.44 |
| 1217 | 2026-07-01T22:29:49.390Z | Downloaded zip v4.6.1 |
| 1218 | 2026-07-01T22:29:49.394Z | Downloaded radix_trie v0.2.1 |
| 1219 | 2026-07-01T22:29:49.400Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1220 | 2026-07-01T22:29:49.405Z | Downloaded tokio-util v0.7.18 |
| 1221 | 2026-07-01T22:29:49.409Z | Downloaded tower-http v0.6.8 |
| 1222 | 2026-07-01T22:29:49.414Z | Downloaded object v0.30.4 |
| 1223 | 2026-07-01T22:29:49.419Z | Downloaded tough v0.22.0 |
| 1224 | 2026-07-01T22:29:49.424Z | Downloaded quinn-proto v0.11.13 |
| 1225 | 2026-07-01T22:29:49.428Z | Downloaded petname v2.0.2 |
| 1226 | 2026-07-01T22:29:49.438Z | Downloaded dropshot v0.17.1 |
| 1227 | 2026-07-01T22:29:49.452Z | Downloaded russh v0.61.2 |
| 1228 | 2026-07-01T22:29:49.457Z | Downloaded winnow v0.6.26 |
| 1229 | 2026-07-01T22:29:49.462Z | Downloaded zerovec v0.11.5 |
| 1230 | 2026-07-01T22:29:49.472Z | Downloaded openssl v0.10.79 |
| 1231 | 2026-07-01T22:29:49.472Z | Downloaded winnow v0.5.40 |
| 1232 | 2026-07-01T22:29:49.476Z | Downloaded nix v0.28.0 |
| 1233 | 2026-07-01T22:29:49.482Z | Downloaded tabled v0.20.0 |
| 1234 | 2026-07-01T22:29:49.492Z | Downloaded time v0.3.47 |
| 1235 | 2026-07-01T22:29:49.499Z | Downloaded regex-syntax v0.6.29 |
| 1236 | 2026-07-01T22:29:49.504Z | Downloaded winnow v1.0.3 |
| 1237 | 2026-07-01T22:29:49.509Z | Downloaded smoltcp v0.9.1 |
| 1238 | 2026-07-01T22:29:49.515Z | Downloaded polar-core v0.27.3 |
| 1239 | 2026-07-01T22:29:49.520Z | Downloaded nix v0.27.1 |
| 1240 | 2026-07-01T22:29:49.526Z | Downloaded zlib-rs v0.6.2 |
| 1241 | 2026-07-01T22:29:49.529Z | Downloaded vcpkg v0.2.15 |
| 1242 | 2026-07-01T22:29:49.554Z | Downloaded bstr v1.12.1 |
| 1243 | 2026-07-01T22:29:49.569Z | Downloaded hickory-proto v0.25.2 |
| 1244 | 2026-07-01T22:29:49.578Z | Downloaded regex-syntax v0.8.10 |
| 1245 | 2026-07-01T22:29:49.583Z | Downloaded diesel v2.3.7 |
| 1246 | 2026-07-01T22:29:49.596Z | Downloaded zerocopy v0.8.40 |
| 1247 | 2026-07-01T22:29:49.601Z | Downloaded smoltcp v0.11.0 |
| 1248 | 2026-07-01T22:29:49.608Z | Downloaded rustls v0.23.41 |
| 1249 | 2026-07-01T22:29:49.614Z | Downloaded hickory-proto v0.24.4 |
| 1250 | 2026-07-01T22:29:49.624Z | Downloaded nix v0.31.2 |
| 1251 | 2026-07-01T22:29:49.631Z | Downloaded rustix v0.38.44 |
| 1252 | 2026-07-01T22:29:49.645Z | Downloaded regress v0.10.5 |
| 1253 | 2026-07-01T22:29:49.650Z | Downloaded object v0.37.3 |
| 1254 | 2026-07-01T22:29:49.657Z | Downloaded regress v0.11.1 |
| 1255 | 2026-07-01T22:29:49.662Z | Downloaded sqlparser v0.61.0 |
| 1256 | 2026-07-01T22:29:49.670Z | Downloaded openapiv3 v2.2.0 |
| 1257 | 2026-07-01T22:29:49.675Z | Downloaded fiat-crypto v0.3.0 |
| 1258 | 2026-07-01T22:29:49.696Z | Downloaded ratatui v0.29.0 |
| 1259 | 2026-07-01T22:29:49.732Z | Downloaded zerocopy-derive v0.6.6 |
| 1260 | 2026-07-01T22:29:49.740Z | Downloaded petgraph v0.6.5 |
| 1261 | 2026-07-01T22:29:49.788Z | Downloaded csv v1.4.0 |
| 1262 | 2026-07-01T22:29:49.800Z | Downloaded typify-impl v0.6.2 |
| 1263 | 2026-07-01T22:29:49.808Z | Downloaded petgraph v0.8.3 |
| 1264 | 2026-07-01T22:29:49.824Z | Downloaded tracing v0.1.44 |
| 1265 | 2026-07-01T22:29:49.836Z | Downloaded sha3 v0.11.0 |
| 1266 | 2026-07-01T22:29:49.848Z | Downloaded sled v0.34.7 |
| 1267 | 2026-07-01T22:29:49.851Z | Downloaded tokio v1.52.1 |
| 1268 | 2026-07-01T22:29:49.873Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1269 | 2026-07-01T22:29:49.891Z | Downloaded regex-automata v0.4.14 |
| 1270 | 2026-07-01T22:29:49.910Z | Downloaded encoding_rs v0.8.35 |
| 1271 | 2026-07-01T22:29:49.925Z | Downloaded chrono-tz v0.10.4 |
| 1272 | 2026-07-01T22:29:49.936Z | Downloaded jiff v0.2.21 |
| 1273 | 2026-07-01T22:29:49.953Z | Downloaded ring v0.17.14 |
| 1274 | 2026-07-01T22:29:49.990Z | Downloaded libz-sys v1.1.24 |
| 1275 | 2026-07-01T22:29:50.002Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1276 | 2026-07-01T22:29:50.012Z | Downloaded sha3 v0.10.8 |
| 1277 | 2026-07-01T22:29:50.140Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1278 | 2026-07-01T22:29:50.741Z | Downloaded aws-lc-sys v0.40.0 |
| 1279 | 2026-07-01T22:29:50.985Z | Compiling libc v0.2.185 |
| 1280 | 2026-07-01T22:29:50.985Z | Compiling serde_core v1.0.228 |
| 1281 | 2026-07-01T22:29:50.989Z | Compiling serde v1.0.228 |
| 1282 | 2026-07-01T22:29:50.989Z | Compiling log v0.4.29 |
| 1283 | 2026-07-01T22:29:50.989Z | Compiling smallvec v1.15.1 |
| 1284 | 2026-07-01T22:29:50.989Z | Compiling find-msvc-tools v0.1.9 |
| 1285 | 2026-07-01T22:29:50.989Z | Compiling shlex v1.3.0 |
| 1286 | 2026-07-01T22:29:50.989Z | Compiling subtle v2.6.1 |
| 1287 | 2026-07-01T22:29:50.989Z | Compiling scopeguard v1.2.0 |
| 1288 | 2026-07-01T22:29:50.989Z | Compiling stable_deref_trait v1.2.1 |
| 1289 | 2026-07-01T22:29:50.989Z | Compiling typenum v1.20.1 |
| 1290 | 2026-07-01T22:29:51.200Z | Compiling serde_json v1.0.150 |
| 1291 | 2026-07-01T22:29:51.208Z | Compiling zerocopy v0.8.40 |
| 1292 | 2026-07-01T22:29:51.225Z | Compiling portable-atomic v1.13.1 |
| 1293 | 2026-07-01T22:29:51.247Z | Compiling syn v2.0.117 |
| 1294 | 2026-07-01T22:29:51.257Z | Compiling pin-project-lite v0.2.17 |
| 1295 | 2026-07-01T22:29:51.288Z | Compiling lock_api v0.4.14 |
| 1296 | 2026-07-01T22:29:51.304Z | Compiling parking_lot_core v0.9.12 |
| 1297 | 2026-07-01T22:29:51.342Z | Compiling pkg-config v0.3.32 |
| 1298 | 2026-07-01T22:29:51.356Z | Compiling critical-section v1.2.0 |
| 1299 | 2026-07-01T22:29:51.399Z | Compiling getrandom v0.4.1 |
| 1300 | 2026-07-01T22:29:51.418Z | Compiling futures-core v0.3.32 |
| 1301 | 2026-07-01T22:29:51.460Z | Compiling libm v0.2.16 |
| 1302 | 2026-07-01T22:29:51.474Z | Compiling num-traits v0.2.19 |
| 1303 | 2026-07-01T22:29:51.502Z | Compiling generic-array v0.14.7 |
| 1304 | 2026-07-01T22:29:51.502Z | Compiling rand_core v0.10.0 |
| 1305 | 2026-07-01T22:29:51.529Z | Compiling const-oid v0.9.6 |
| 1306 | 2026-07-01T22:29:51.560Z | Compiling percent-encoding v2.3.2 |
| 1307 | 2026-07-01T22:29:51.591Z | Compiling litemap v0.8.1 |
| 1308 | 2026-07-01T22:29:51.618Z | Compiling writeable v0.6.2 |
| 1309 | 2026-07-01T22:29:51.696Z | Compiling icu_properties_data v2.1.2 |
| 1310 | 2026-07-01T22:29:51.775Z | Compiling icu_normalizer_data v2.1.1 |
| 1311 | 2026-07-01T22:29:51.788Z | Compiling futures-sink v0.3.32 |
| 1312 | 2026-07-01T22:29:51.808Z | Compiling slab v0.4.12 |
| 1313 | 2026-07-01T22:29:51.845Z | Compiling futures-io v0.3.32 |
| 1314 | 2026-07-01T22:29:51.883Z | Compiling futures-task v0.3.32 |
| 1315 | 2026-07-01T22:29:51.927Z | Compiling futures-channel v0.3.32 |
| 1316 | 2026-07-01T22:29:51.960Z | Compiling getrandom v0.3.4 |
| 1317 | 2026-07-01T22:29:51.963Z | Compiling utf8_iter v1.0.4 |
| 1318 | 2026-07-01T22:29:51.988Z | Compiling rustversion v1.0.22 |
| 1319 | 2026-07-01T22:29:52.033Z | Compiling form_urlencoded v1.2.2 |
| 1320 | 2026-07-01T22:29:52.068Z | Compiling fs_extra v1.3.0 |
| 1321 | 2026-07-01T22:29:52.069Z | Compiling dunce v1.0.5 |
| 1322 | 2026-07-01T22:29:52.093Z | Compiling ident_case v1.0.1 |
| 1323 | 2026-07-01T22:29:52.139Z | Compiling jobserver v0.1.34 |
| 1324 | 2026-07-01T22:29:52.178Z | Compiling errno v0.3.14 |
| 1325 | 2026-07-01T22:29:52.194Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-07-01T22:29:52.211Z | Compiling mio v1.2.0 |
| 1327 | 2026-07-01T22:29:52.247Z | Compiling socket2 v0.6.3 |
| 1328 | 2026-07-01T22:29:52.250Z | Compiling rustix v1.1.3 |
| 1329 | 2026-07-01T22:29:52.347Z | Compiling rand_core v0.6.4 |
| 1330 | 2026-07-01T22:29:52.364Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-07-01T22:29:52.376Z | Compiling cc v1.2.56 |
| 1332 | 2026-07-01T22:29:52.442Z | Compiling once_cell v1.21.3 |
| 1333 | 2026-07-01T22:29:52.456Z | Compiling parking_lot v0.12.5 |
| 1334 | 2026-07-01T22:29:52.521Z | Compiling regex-syntax v0.8.10 |
| 1335 | 2026-07-01T22:29:52.552Z | Compiling iana-time-zone v0.1.65 |
| 1336 | 2026-07-01T22:29:52.571Z | Compiling vcpkg v0.2.15 |
| 1337 | 2026-07-01T22:29:52.650Z | Compiling base64ct v1.8.3 |
| 1338 | 2026-07-01T22:29:52.665Z | Compiling tracing-core v0.1.36 |
| 1339 | 2026-07-01T22:29:52.699Z | Compiling aws-lc-rs v1.16.3 |
| 1340 | 2026-07-01T22:29:52.729Z | Compiling base64 v0.22.1 |
| 1341 | 2026-07-01T22:29:52.777Z | Compiling flagset v0.4.7 |
| 1342 | 2026-07-01T22:29:52.858Z | Compiling tinyvec_macros v0.1.1 |
| 1343 | 2026-07-01T22:29:52.920Z | Compiling rand_core v0.9.5 |
| 1344 | 2026-07-01T22:29:52.934Z | Compiling pem-rfc7468 v0.7.0 |
| 1345 | 2026-07-01T22:29:52.950Z | Compiling httparse v1.10.1 |
| 1346 | 2026-07-01T22:29:52.963Z | Compiling openssl-probe v0.2.1 |
| 1347 | 2026-07-01T22:29:52.996Z | Compiling cmov v0.5.4 |
| 1348 | 2026-07-01T22:29:53.049Z | Compiling tinyvec v1.10.0 |
| 1349 | 2026-07-01T22:29:53.066Z | Compiling aho-corasick v1.1.4 |
| 1350 | 2026-07-01T22:29:53.090Z | Compiling atomic-waker v1.1.2 |
| 1351 | 2026-07-01T22:29:53.123Z | Compiling try-lock v0.2.5 |
| 1352 | 2026-07-01T22:29:53.162Z | Compiling cmake v0.1.57 |
| 1353 | 2026-07-01T22:29:53.227Z | Compiling ctutils v0.4.2 |
| 1354 | 2026-07-01T22:29:53.241Z | Compiling untrusted v0.7.1 |
| 1355 | 2026-07-01T22:29:53.245Z | Compiling dyn-clone v1.0.20 |
| 1356 | 2026-07-01T22:29:53.270Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-07-01T22:29:53.275Z | Compiling tower-layer v0.3.3 |
| 1358 | 2026-07-01T22:29:53.299Z | Compiling schemars v0.8.22 |
| 1359 | 2026-07-01T22:29:53.344Z | Compiling want v0.3.1 |
| 1360 | 2026-07-01T22:29:53.387Z | Compiling bitflags v2.11.0 |
| 1361 | 2026-07-01T22:29:53.400Z | Compiling semver v1.0.28 |
| 1362 | 2026-07-01T22:29:53.409Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-07-01T22:29:53.434Z | Compiling uuid v1.23.4 |
| 1364 | 2026-07-01T22:29:53.481Z | Compiling cpufeatures v0.2.17 |
| 1365 | 2026-07-01T22:29:53.497Z | Compiling untrusted v0.9.0 |
| 1366 | 2026-07-01T22:29:53.541Z | Compiling openssl v0.10.79 |
| 1367 | 2026-07-01T22:29:53.556Z | Compiling httpdate v1.0.3 |
| 1368 | 2026-07-01T22:29:53.604Z | Compiling rustls v0.23.41 |
| 1369 | 2026-07-01T22:29:53.618Z | Compiling foreign-types-shared v0.1.1 |
| 1370 | 2026-07-01T22:29:53.639Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-07-01T22:29:53.654Z | Compiling unicode-normalization v0.1.25 |
| 1372 | 2026-07-01T22:29:53.721Z | Compiling foreign-types v0.3.2 |
| 1373 | 2026-07-01T22:29:53.763Z | Compiling spin v0.9.8 |
| 1374 | 2026-07-01T22:29:53.800Z | Compiling native-tls v0.2.18 |
| 1375 | 2026-07-01T22:29:53.817Z | Compiling num-conv v0.2.0 |
| 1376 | 2026-07-01T22:29:53.829Z | Compiling powerfmt v0.2.0 |
| 1377 | 2026-07-01T22:29:53.832Z | Compiling time-core v0.1.8 |
| 1378 | 2026-07-01T22:29:53.832Z | Compiling crc32fast v1.5.0 |
| 1379 | 2026-07-01T22:29:53.961Z | Compiling wait-timeout v0.2.1 |
| 1380 | 2026-07-01T22:29:54.405Z | Compiling deranged v0.5.8 |
| 1381 | 2026-07-01T22:29:54.410Z | Compiling sync_wrapper v1.0.2 |
| 1382 | 2026-07-01T22:29:54.410Z | Compiling time-macros v0.2.27 |
| 1383 | 2026-07-01T22:29:54.410Z | Compiling siphasher v1.0.2 |
| 1384 | 2026-07-01T22:29:54.410Z | Compiling aws-lc-sys v0.40.0 |
| 1385 | 2026-07-01T22:29:54.410Z | Compiling openssl-sys v0.9.115 |
| 1386 | 2026-07-01T22:29:54.410Z | Compiling regex-automata v0.4.14 |
| 1387 | 2026-07-01T22:29:54.410Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1388 | 2026-07-01T22:29:54.410Z | Compiling crossbeam-utils v0.8.21 |
| 1389 | 2026-07-01T22:29:54.410Z | Compiling synstructure v0.13.2 |
| 1390 | 2026-07-01T22:29:54.410Z | Compiling pest_generator v2.8.6 |
| 1391 | 2026-07-01T22:29:54.410Z | Compiling serde_derive_internals v0.29.1 |
| 1392 | 2026-07-01T22:29:54.410Z | Compiling darling_core v0.20.11 |
| 1393 | 2026-07-01T22:29:54.507Z | Compiling num_threads v0.1.7 |
| 1394 | 2026-07-01T22:29:54.582Z | Compiling tempfile v3.25.0 |
| 1395 | 2026-07-01T22:29:54.619Z | Compiling simd-adler32 v0.3.8 |
| 1396 | 2026-07-01T22:29:54.784Z | Compiling usdt-impl v0.6.0 |
| 1397 | 2026-07-01T22:29:54.876Z | Compiling syn v1.0.109 |
| 1398 | 2026-07-01T22:29:54.889Z | Compiling bit-vec v0.8.0 |
| 1399 | 2026-07-01T22:29:54.930Z | Compiling quick-error v1.2.3 |
| 1400 | 2026-07-01T22:29:55.029Z | Compiling rusty-fork v0.3.1 |
| 1401 | 2026-07-01T22:29:55.040Z | Compiling darling_core v0.21.3 |
| 1402 | 2026-07-01T22:29:55.056Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1403 | 2026-07-01T22:29:55.064Z | Compiling heapless v0.7.17 |
| 1404 | 2026-07-01T22:29:55.149Z | Compiling slog v2.8.2 |
| 1405 | 2026-07-01T22:29:55.161Z | Compiling bit-set v0.8.0 |
| 1406 | 2026-07-01T22:29:55.224Z | Compiling rand_xorshift v0.4.0 |
| 1407 | 2026-07-01T22:29:55.239Z | Compiling time v0.3.47 |
| 1408 | 2026-07-01T22:29:55.260Z | Compiling thread-id v5.1.0 |
| 1409 | 2026-07-01T22:29:55.341Z | Compiling cookie v0.18.1 |
| 1410 | 2026-07-01T22:29:55.357Z | Compiling anyhow v1.0.102 |
| 1411 | 2026-07-01T22:29:55.357Z | Compiling signal-hook v0.3.18 |
| 1412 | 2026-07-01T22:29:55.391Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-07-01T22:29:55.409Z | Compiling ryu v1.0.23 |
| 1414 | 2026-07-01T22:29:55.409Z | Compiling unicode-bidi v0.3.18 |
| 1415 | 2026-07-01T22:29:55.436Z | Compiling adler2 v2.0.1 |
| 1416 | 2026-07-01T22:29:55.442Z | Compiling unarray v0.1.4 |
| 1417 | 2026-07-01T22:29:55.442Z | Compiling zstd-safe v7.2.4 |
| 1418 | 2026-07-01T22:29:55.556Z | Compiling paste v1.0.15 |
| 1419 | 2026-07-01T22:29:55.571Z | Compiling iri-string v0.7.10 |
| 1420 | 2026-07-01T22:29:55.589Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-07-01T22:29:55.618Z | Compiling miniz_oxide v0.8.9 |
| 1422 | 2026-07-01T22:29:55.743Z | Compiling stringprep v0.1.5 |
| 1423 | 2026-07-01T22:29:55.960Z | Compiling camino v1.2.2 |
| 1424 | 2026-07-01T22:29:55.974Z | Compiling curve25519-dalek v4.1.3 |
| 1425 | 2026-07-01T22:29:55.980Z | Compiling serde_derive v1.0.228 |
| 1426 | 2026-07-01T22:29:55.980Z | Compiling zeroize_derive v1.4.3 |
| 1427 | 2026-07-01T22:29:56.217Z | Compiling zerofrom-derive v0.1.6 |
| 1428 | 2026-07-01T22:29:56.268Z | Compiling yoke-derive v0.8.1 |
| 1429 | 2026-07-01T22:29:56.335Z | Compiling zerocopy-derive v0.8.40 |
| 1430 | 2026-07-01T22:29:56.359Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-07-01T22:29:56.412Z | Compiling displaydoc v0.2.5 |
| 1432 | 2026-07-01T22:29:56.450Z | Compiling tokio-macros v2.7.0 |
| 1433 | 2026-07-01T22:29:56.654Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-07-01T22:29:56.715Z | Compiling zeroize v1.8.2 |
| 1435 | 2026-07-01T22:29:56.926Z | Compiling thiserror-impl v2.0.18 |
| 1436 | 2026-07-01T22:29:57.149Z | Compiling tracing-attributes v0.1.31 |
| 1437 | 2026-07-01T22:29:57.216Z | Compiling der_derive v0.7.3 |
| 1438 | 2026-07-01T22:29:57.249Z | Compiling rustls-pki-types v1.14.0 |
| 1439 | 2026-07-01T22:29:57.469Z | Compiling crypto-common v0.1.7 |
| 1440 | 2026-07-01T22:29:57.498Z | Compiling block-buffer v0.10.4 |
| 1441 | 2026-07-01T22:29:57.549Z | Compiling futures-util v0.3.32 |
| 1442 | 2026-07-01T22:29:57.561Z | Compiling hybrid-array v0.4.13 |
| 1443 | 2026-07-01T22:29:57.638Z | Compiling digest v0.10.7 |
| 1444 | 2026-07-01T22:29:57.690Z | Compiling schemars_derive v0.8.22 |
| 1445 | 2026-07-01T22:29:57.706Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-07-01T22:29:57.720Z | Compiling scroll_derive v0.13.1 |
| 1447 | 2026-07-01T22:29:57.723Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-07-01T22:29:57.841Z | Compiling yoke v0.8.1 |
| 1449 | 2026-07-01T22:29:57.924Z | Compiling darling_macro v0.20.11 |
| 1450 | 2026-07-01T22:29:58.044Z | Compiling zerovec v0.11.5 |
| 1451 | 2026-07-01T22:29:58.221Z | Compiling zerotrie v0.2.3 |
| 1452 | 2026-07-01T22:29:58.240Z | Compiling der v0.7.10 |
| 1453 | 2026-07-01T22:29:58.329Z | Compiling thiserror v2.0.18 |
| 1454 | 2026-07-01T22:29:58.368Z | Compiling openssl-macros v0.1.1 |
| 1455 | 2026-07-01T22:29:58.374Z | Compiling sha2 v0.10.9 |
| 1456 | 2026-07-01T22:29:58.444Z | Compiling hmac v0.12.1 |
| 1457 | 2026-07-01T22:29:58.461Z | Compiling darling v0.20.11 |
| 1458 | 2026-07-01T22:29:58.544Z | Compiling tinystr v0.8.2 |
| 1459 | 2026-07-01T22:29:58.561Z | Compiling potential_utf v0.1.4 |
| 1460 | 2026-07-01T22:29:58.577Z | Compiling tracing v0.1.44 |
| 1461 | 2026-07-01T22:29:58.580Z | Compiling derive_builder_core v0.20.2 |
| 1462 | 2026-07-01T22:29:58.606Z | Compiling scroll v0.13.0 |
| 1463 | 2026-07-01T22:29:58.622Z | Compiling dtrace-parser v0.3.0 |
| 1464 | 2026-07-01T22:29:58.743Z | Compiling icu_locale_core v2.1.1 |
| 1465 | 2026-07-01T22:29:58.771Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-07-01T22:29:58.868Z | Compiling goblin v0.10.5 |
| 1467 | 2026-07-01T22:29:58.902Z | Compiling scroll_derive v0.12.1 |
| 1468 | 2026-07-01T22:29:59.029Z | Compiling thiserror-impl v1.0.69 |
| 1469 | 2026-07-01T22:29:59.262Z | Compiling spki v0.7.3 |
| 1470 | 2026-07-01T22:29:59.382Z | Compiling icu_provider v2.1.1 |
| 1471 | 2026-07-01T22:29:59.476Z | Compiling pkcs8 v0.10.2 |
| 1472 | 2026-07-01T22:29:59.483Z | Compiling derive_builder_macro v0.20.2 |
| 1473 | 2026-07-01T22:29:59.506Z | Compiling bytes v1.11.1 |
| 1474 | 2026-07-01T22:29:59.589Z | Compiling chrono v0.4.44 |
| 1475 | 2026-07-01T22:29:59.605Z | Compiling ipnet v2.11.0 |
| 1476 | 2026-07-01T22:29:59.642Z | Compiling icu_properties v2.1.2 |
| 1477 | 2026-07-01T22:29:59.661Z | Compiling icu_normalizer v2.1.1 |
| 1478 | 2026-07-01T22:29:59.698Z | Compiling scroll v0.12.0 |
| 1479 | 2026-07-01T22:29:59.751Z | Compiling serde_spanned v0.6.9 |
| 1480 | 2026-07-01T22:29:59.794Z | Compiling toml_datetime v0.6.11 |
| 1481 | 2026-07-01T22:29:59.880Z | Compiling serde_tokenstream v0.2.3 |
| 1482 | 2026-07-01T22:29:59.915Z | Compiling erased-serde v0.3.31 |
| 1483 | 2026-07-01T22:29:59.989Z | Compiling tokio v1.52.1 |
| 1484 | 2026-07-01T22:30:00.030Z | Compiling http v1.4.2 |
| 1485 | 2026-07-01T22:30:00.075Z | Compiling serde_urlencoded v0.7.1 |
| 1486 | 2026-07-01T22:30:00.156Z | Compiling block-buffer v0.12.1 |
| 1487 | 2026-07-01T22:30:00.218Z | Compiling block-padding v0.4.2 |
| 1488 | 2026-07-01T22:30:00.231Z | Compiling crypto-common v0.2.2 |
| 1489 | 2026-07-01T22:30:00.281Z | Compiling md-5 v0.10.6 |
| 1490 | 2026-07-01T22:30:00.372Z | Compiling signature v2.2.0 |
| 1491 | 2026-07-01T22:30:00.392Z | Compiling darling_macro v0.21.3 |
| 1492 | 2026-07-01T22:30:00.407Z | Compiling rustls-native-certs v0.8.3 |
| 1493 | 2026-07-01T22:30:00.422Z | Compiling thiserror v1.0.69 |
| 1494 | 2026-07-01T22:30:00.456Z | Compiling bstr v1.12.1 |
| 1495 | 2026-07-01T22:30:00.503Z | Compiling pin-project-internal v1.1.11 |
| 1496 | 2026-07-01T22:30:00.535Z | Compiling zerocopy-derive v0.7.35 |
| 1497 | 2026-07-01T22:30:00.564Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-07-01T22:30:00.733Z | Compiling idna v1.1.0 |
| 1499 | 2026-07-01T22:30:00.749Z | Compiling http-body v1.0.1 |
| 1500 | 2026-07-01T22:30:00.849Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-07-01T22:30:00.924Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-07-01T22:30:00.965Z | Compiling async-trait v0.1.89 |
| 1503 | 2026-07-01T22:30:01.036Z | Compiling url v2.5.8 |
| 1504 | 2026-07-01T22:30:01.105Z | Compiling num-integer v0.1.46 |
| 1505 | 2026-07-01T22:30:01.114Z | Compiling vergen-lib v9.1.0 |
| 1506 | 2026-07-01T22:30:01.155Z | Compiling rand_chacha v0.9.0 |
| 1507 | 2026-07-01T22:30:01.191Z | Compiling rand_chacha v0.3.1 |
| 1508 | 2026-07-01T22:30:01.314Z | Compiling hash32 v0.2.1 |
| 1509 | 2026-07-01T22:30:01.382Z | Compiling rand v0.9.2 |
| 1510 | 2026-07-01T22:30:01.432Z | Compiling memoffset v0.9.1 |
| 1511 | 2026-07-01T22:30:01.476Z | Compiling encoding_rs v0.8.35 |
| 1512 | 2026-07-01T22:30:01.527Z | Compiling cfg_aliases v0.2.1 |
| 1513 | 2026-07-01T22:30:01.537Z | Compiling rustix v0.38.44 |
| 1514 | 2026-07-01T22:30:01.662Z | Compiling dof v0.4.0 |
| 1515 | 2026-07-01T22:30:01.694Z | Compiling ref-cast v1.0.25 |
| 1516 | 2026-07-01T22:30:01.869Z | Compiling smoltcp v0.9.1 |
| 1517 | 2026-07-01T22:30:01.877Z | Compiling zlib-rs v0.6.2 |
| 1518 | 2026-07-01T22:30:01.965Z | Compiling psl-types v2.0.11 |
| 1519 | 2026-07-01T22:30:01.978Z | Compiling num-bigint-dig v0.8.6 |
| 1520 | 2026-07-01T22:30:02.052Z | Compiling proptest v1.10.0 |
| 1521 | 2026-07-01T22:30:02.066Z | Compiling litrs v1.0.0 |
| 1522 | 2026-07-01T22:30:02.066Z | Compiling mime v0.3.17 |
| 1523 | 2026-07-01T22:30:02.066Z | Compiling fallible-iterator v0.2.0 |
| 1524 | 2026-07-01T22:30:02.137Z | Compiling publicsuffix v2.3.0 |
| 1525 | 2026-07-01T22:30:02.218Z | Compiling pin-project v1.1.11 |
| 1526 | 2026-07-01T22:30:02.296Z | Compiling nix v0.31.2 |
| 1527 | 2026-07-01T22:30:02.333Z | Compiling zerocopy v0.7.35 |
| 1528 | 2026-07-01T22:30:02.363Z | Compiling postgres-protocol v0.6.10 |
| 1529 | 2026-07-01T22:30:02.394Z | Compiling rand v0.8.6 |
| 1530 | 2026-07-01T22:30:02.459Z | Compiling ipnetwork v0.21.1 |
| 1531 | 2026-07-01T22:30:02.571Z | Compiling document-features v0.2.12 |
| 1532 | 2026-07-01T22:30:02.707Z | Compiling oxnet v0.1.6 |
| 1533 | 2026-07-01T22:30:02.902Z | Compiling num-iter v0.1.45 |
| 1534 | 2026-07-01T22:30:02.908Z | Compiling darling v0.21.3 |
| 1535 | 2026-07-01T22:30:02.938Z | Compiling inout v0.2.2 |
| 1536 | 2026-07-01T22:30:02.960Z | Compiling derive_builder v0.20.2 |
| 1537 | 2026-07-01T22:30:02.982Z | Compiling goblin v0.8.2 |
| 1538 | 2026-07-01T22:30:03.005Z | Compiling hubpack_derive v0.1.1 |
| 1539 | 2026-07-01T22:30:03.045Z | Compiling futures-executor v0.3.32 |
| 1540 | 2026-07-01T22:30:03.057Z | Compiling hex v0.4.3 |
| 1541 | 2026-07-01T22:30:03.096Z | Compiling regex v1.12.3 |
| 1542 | 2026-07-01T22:30:03.205Z | Compiling ref-cast-impl v1.0.25 |
| 1543 | 2026-07-01T22:30:03.220Z | Compiling strum_macros v0.27.2 |
| 1544 | 2026-07-01T22:30:03.246Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1545 | 2026-07-01T22:30:03.270Z | Compiling snafu-derive v0.8.9 |
| 1546 | 2026-07-01T22:30:03.284Z | Compiling daft-derive v0.1.7 |
| 1547 | 2026-07-01T22:30:03.498Z | Compiling terminal_size v0.4.3 |
| 1548 | 2026-07-01T22:30:03.525Z | Compiling phf_shared v0.13.1 |
| 1549 | 2026-07-01T22:30:03.651Z | Compiling lazy_static v1.5.0 |
| 1550 | 2026-07-01T22:30:03.658Z | Compiling anstyle-parse v0.2.7 |
| 1551 | 2026-07-01T22:30:03.658Z | Compiling cargo-platform v0.3.2 |
| 1552 | 2026-07-01T22:30:03.700Z | Compiling vergen v9.1.0 |
| 1553 | 2026-07-01T22:30:03.777Z | Compiling ff v0.13.1 |
| 1554 | 2026-07-01T22:30:03.790Z | Compiling fs-err v3.3.0 |
| 1555 | 2026-07-01T22:30:03.795Z | Compiling ahash v0.8.12 |
| 1556 | 2026-07-01T22:30:03.881Z | Compiling tokio-util v0.7.18 |
| 1557 | 2026-07-01T22:30:03.895Z | Compiling tower v0.5.3 |
| 1558 | 2026-07-01T22:30:03.922Z | Compiling tokio-native-tls v0.3.1 |
| 1559 | 2026-07-01T22:30:03.937Z | Compiling object v0.37.3 |
| 1560 | 2026-07-01T22:30:03.951Z | Compiling winnow v0.5.40 |
| 1561 | 2026-07-01T22:30:03.957Z | Compiling base16ct v0.2.0 |
| 1562 | 2026-07-01T22:30:04.023Z | Compiling managed v0.8.0 |
| 1563 | 2026-07-01T22:30:04.062Z | Compiling foldhash v0.2.0 |
| 1564 | 2026-07-01T22:30:04.066Z | Compiling unicode-segmentation v1.12.0 |
| 1565 | 2026-07-01T22:30:04.114Z | Compiling bitflags v1.3.2 |
| 1566 | 2026-07-01T22:30:04.161Z | Compiling bumpalo v3.20.2 |
| 1567 | 2026-07-01T22:30:04.199Z | Compiling same-file v1.0.6 |
| 1568 | 2026-07-01T22:30:04.239Z | Compiling foldhash v0.1.5 |
| 1569 | 2026-07-01T22:30:04.254Z | Compiling libbz2-rs-sys v0.2.2 |
| 1570 | 2026-07-01T22:30:04.298Z | Compiling tower-http v0.6.8 |
| 1571 | 2026-07-01T22:30:04.382Z | Compiling hashbrown v0.15.5 |
| 1572 | 2026-07-01T22:30:04.393Z | Compiling zopfli v0.8.3 |
| 1573 | 2026-07-01T22:30:04.425Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-07-01T22:30:04.439Z | Compiling walkdir v2.5.0 |
| 1575 | 2026-07-01T22:30:04.725Z | Compiling h2 v0.4.15 |
| 1576 | 2026-07-01T22:30:04.763Z | Compiling bzip2 v0.6.1 |
| 1577 | 2026-07-01T22:30:04.779Z | Compiling daft v0.1.7 |
| 1578 | 2026-07-01T22:30:04.953Z | Compiling flate2 v1.1.9 |
| 1579 | 2026-07-01T22:30:04.961Z | Compiling hashbrown v0.16.1 |
| 1580 | 2026-07-01T22:30:04.961Z | Compiling sec1 v0.7.3 |
| 1581 | 2026-07-01T22:30:04.999Z | Compiling clap_builder v4.6.0 |
| 1582 | 2026-07-01T22:30:05.240Z | Compiling group v0.13.0 |
| 1583 | 2026-07-01T22:30:05.257Z | Compiling snafu v0.8.9 |
| 1584 | 2026-07-01T22:30:05.265Z | Compiling toml_edit v0.19.15 |
| 1585 | 2026-07-01T22:30:05.286Z | Compiling strum v0.27.2 |
| 1586 | 2026-07-01T22:30:05.291Z | Compiling dof v0.3.0 |
| 1587 | 2026-07-01T22:30:05.380Z | Compiling cargo_metadata v0.23.1 |
| 1588 | 2026-07-01T22:30:05.415Z | Compiling anstream v0.6.21 |
| 1589 | 2026-07-01T22:30:05.459Z | Compiling phf v0.13.1 |
| 1590 | 2026-07-01T22:30:05.552Z | Compiling signal-hook-mio v0.2.5 |
| 1591 | 2026-07-01T22:30:05.649Z | Compiling hubpack v0.1.2 |
| 1592 | 2026-07-01T22:30:05.665Z | Compiling cookie_store v0.22.1 |
| 1593 | 2026-07-01T22:30:05.681Z | Compiling usdt-macro v0.6.0 |
| 1594 | 2026-07-01T22:30:05.763Z | Compiling usdt-attr-macro v0.6.0 |
| 1595 | 2026-07-01T22:30:05.845Z | Compiling bzip2 v0.4.4 |
| 1596 | 2026-07-01T22:30:05.886Z | Compiling futures v0.3.32 |
| 1597 | 2026-07-01T22:30:05.981Z | Compiling cipher v0.5.2 |
| 1598 | 2026-07-01T22:30:06.019Z | Compiling zstd v0.13.3 |
| 1599 | 2026-07-01T22:30:06.044Z | Compiling serde_with_macros v3.17.0 |
| 1600 | 2026-07-01T22:30:06.075Z | Compiling postgres-types v0.2.12 |
| 1601 | 2026-07-01T22:30:06.356Z | Compiling globset v0.4.18 |
| 1602 | 2026-07-01T22:30:06.425Z | Compiling dtrace-parser v0.2.0 |
| 1603 | 2026-07-01T22:30:06.493Z | Compiling ed25519 v2.2.3 |
| 1604 | 2026-07-01T22:30:06.551Z | Compiling pkcs1 v0.7.5 |
| 1605 | 2026-07-01T22:30:06.625Z | Compiling serde-big-array v0.5.1 |
| 1606 | 2026-07-01T22:30:06.653Z | Compiling olpc-cjson v0.1.4 |
| 1607 | 2026-07-01T22:30:06.789Z | Compiling serde_plain v1.0.2 |
| 1608 | 2026-07-01T22:30:06.803Z | Compiling hkdf v0.12.4 |
| 1609 | 2026-07-01T22:30:06.833Z | Compiling crypto-bigint v0.5.5 |
| 1610 | 2026-07-01T22:30:06.989Z | Compiling serde_repr v0.1.20 |
| 1611 | 2026-07-01T22:30:07.003Z | Compiling strum_macros v0.26.4 |
| 1612 | 2026-07-01T22:30:07.018Z | Compiling async-recursion v1.1.1 |
| 1613 | 2026-07-01T22:30:07.078Z | Compiling clap_derive v4.6.1 |
| 1614 | 2026-07-01T22:30:07.220Z | Compiling enum-as-inner v0.6.1 |
| 1615 | 2026-07-01T22:30:07.248Z | Compiling phf_shared v0.11.3 |
| 1616 | 2026-07-01T22:30:07.421Z | Compiling float-cmp v0.10.0 |
| 1617 | 2026-07-01T22:30:07.457Z | Compiling pem v3.0.6 |
| 1618 | 2026-07-01T22:30:07.516Z | Compiling thread-id v4.2.2 |
| 1619 | 2026-07-01T22:30:07.571Z | Compiling memmap2 v0.9.10 |
| 1620 | 2026-07-01T22:30:07.587Z | Compiling env_filter v1.0.0 |
| 1621 | 2026-07-01T22:30:07.610Z | Compiling keccak v0.1.6 |
| 1622 | 2026-07-01T22:30:07.727Z | Compiling typed-path v0.9.3 |
| 1623 | 2026-07-01T22:30:07.774Z | Compiling either v1.15.0 |
| 1624 | 2026-07-01T22:30:07.805Z | Compiling data-encoding v2.10.0 |
| 1625 | 2026-07-01T22:30:07.822Z | Compiling predicates-core v1.0.10 |
| 1626 | 2026-07-01T22:30:07.913Z | Compiling static_assertions v1.1.0 |
| 1627 | 2026-07-01T22:30:07.987Z | Compiling hyper v1.10.1 |
| 1628 | 2026-07-01T22:30:08.002Z | Compiling new_debug_unreachable v1.0.6 |
| 1629 | 2026-07-01T22:30:08.006Z | Compiling fixedbitset v0.4.2 |
| 1630 | 2026-07-01T22:30:08.029Z | Compiling difflib v0.4.0 |
| 1631 | 2026-07-01T22:30:08.085Z | Compiling cpufeatures v0.3.0 |
| 1632 | 2026-07-01T22:30:08.110Z | Compiling const-oid v0.10.2 |
| 1633 | 2026-07-01T22:30:08.176Z | Compiling whoami v2.1.0 |
| 1634 | 2026-07-01T22:30:08.206Z | Compiling winnow v1.0.3 |
| 1635 | 2026-07-01T22:30:08.252Z | Compiling precomputed-hash v0.1.1 |
| 1636 | 2026-07-01T22:30:08.329Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-07-01T22:30:08.355Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-07-01T22:30:08.373Z | Compiling jiff v0.2.21 |
| 1639 | 2026-07-01T22:30:08.446Z | Compiling predicates v3.1.4 |
| 1640 | 2026-07-01T22:30:08.526Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1641 | 2026-07-01T22:30:08.583Z | Compiling petgraph v0.8.3 |
| 1642 | 2026-07-01T22:30:08.597Z | Compiling tokio-postgres v0.7.16 |
| 1643 | 2026-07-01T22:30:08.610Z | Compiling string_cache v0.8.9 |
| 1644 | 2026-07-01T22:30:08.687Z | Compiling digest v0.11.3 |
| 1645 | 2026-07-01T22:30:08.841Z | Compiling strum v0.26.3 |
| 1646 | 2026-07-01T22:30:08.873Z | Compiling petgraph v0.6.5 |
| 1647 | 2026-07-01T22:30:08.938Z | Compiling clap v4.6.1 |
| 1648 | 2026-07-01T22:30:08.954Z | Compiling chacha20 v0.10.0 |
| 1649 | 2026-07-01T22:30:08.994Z | Compiling hickory-proto v0.25.2 |
| 1650 | 2026-07-01T22:30:09.011Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1651 | 2026-07-01T22:30:09.014Z | Compiling itertools v0.13.0 |
| 1652 | 2026-07-01T22:30:09.042Z | Compiling elliptic-curve v0.13.8 |
| 1653 | 2026-07-01T22:30:09.058Z | Compiling toml_edit v0.22.27 |
| 1654 | 2026-07-01T22:30:09.135Z | Compiling hyper-util v0.1.20 |
| 1655 | 2026-07-01T22:30:09.213Z | Compiling sha3 v0.10.8 |
| 1656 | 2026-07-01T22:30:09.347Z | Compiling env_logger v0.11.9 |
| 1657 | 2026-07-01T22:30:09.473Z | Compiling usdt v0.6.0 |
| 1658 | 2026-07-01T22:30:09.662Z | Compiling usdt-impl v0.5.0 |
| 1659 | 2026-07-01T22:30:09.685Z | Compiling serde_with v3.17.0 |
| 1660 | 2026-07-01T22:30:09.727Z | Compiling crossterm v0.28.1 |
| 1661 | 2026-07-01T22:30:09.757Z | Compiling rsa v0.9.10 |
| 1662 | 2026-07-01T22:30:10.329Z | Compiling ed25519-dalek v2.2.0 |
| 1663 | 2026-07-01T22:30:10.339Z | Compiling toml v0.7.8 |
| 1664 | 2026-07-01T22:30:10.586Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-07-01T22:30:10.850Z | Compiling reqwest v0.12.28 |
| 1666 | 2026-07-01T22:30:10.951Z | Compiling zip v0.6.6 |
| 1667 | 2026-07-01T22:30:10.972Z | Compiling iddqd v0.4.2 |
| 1668 | 2026-07-01T22:30:10.992Z | Compiling zip v4.6.1 |
| 1669 | 2026-07-01T22:30:11.364Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-07-01T22:30:11.530Z | Compiling heck v0.4.1 |
| 1671 | 2026-07-01T22:30:11.545Z | Compiling similar v2.7.0 |
| 1672 | 2026-07-01T22:30:11.573Z | Compiling buf-list v1.1.2 |
| 1673 | 2026-07-01T22:30:11.754Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-07-01T22:30:11.846Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-07-01T22:30:11.865Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-07-01T22:30:11.959Z | Compiling crossbeam-epoch v0.9.18 |
| 1677 | 2026-07-01T22:30:11.970Z | Compiling lalrpop-util v0.19.12 |
| 1678 | 2026-07-01T22:30:12.002Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-07-01T22:30:12.077Z | Compiling thread_local v1.1.9 |
| 1680 | 2026-07-01T22:30:12.154Z | Compiling slog-async v2.8.0 |
| 1681 | 2026-07-01T22:30:12.176Z | Compiling crossbeam-channel v0.5.15 |
| 1682 | 2026-07-01T22:30:12.264Z | Compiling is-terminal v0.4.17 |
| 1683 | 2026-07-01T22:30:12.306Z | Compiling filetime v0.2.27 |
| 1684 | 2026-07-01T22:30:12.661Z | Compiling term v1.2.1 |
| 1685 | 2026-07-01T22:30:12.677Z | Compiling take_mut v0.2.2 |
| 1686 | 2026-07-01T22:30:12.677Z | Compiling xattr v1.6.1 |
| 1687 | 2026-07-01T22:30:12.677Z | Compiling camino-tempfile v1.4.1 |
| 1688 | 2026-07-01T22:30:12.677Z | Compiling tar v0.4.45 |
| 1689 | 2026-07-01T22:30:12.677Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-07-01T22:30:30.358Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-07-01T22:30:33.076Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-07-01T22:30:33.076Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-07-01T22:30:33.076Z | Compiling tough v0.22.0 |
| 1694 | 2026-07-01T22:30:33.308Z | Compiling hyper-rustls v0.27.7 |
| 1695 | 2026-07-01T22:30:33.500Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-07-01T22:30:35.642Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1697 | 2026-07-01T22:30:35.893Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1698 | 2026-07-01T22:30:38.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.43s |
| 1699 | 2026-07-01T22:30:38.851Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1700 | 2026-07-01T22:30:38.906Z | Jul 01 22:30:38.082 INFO Starting download, target: Clickhouse |
| 1701 | 2026-07-01T22:30:38.906Z | Jul 01 22:30:38.083 INFO Starting download, target: Console |
| 1702 | 2026-07-01T22:30:38.906Z | Jul 01 22:30:38.083 INFO Starting download, target: TransceiverControl |
| 1703 | 2026-07-01T22:30:38.906Z | Jul 01 22:30:38.083 INFO Starting download, target: MaghemiteMgd |
| 1704 | 2026-07-01T22:30:38.906Z | Jul 01 22:30:38.083 INFO Starting download, target: DendriteStub |
| 1705 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.083 INFO Starting download, target: MaghemiteDdmd |
| 1706 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.083 INFO Starting download, target: Cockroach |
| 1707 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.083 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1708 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.083 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.083 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.083 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1711 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.084 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.084 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-07-01T22:30:38.910Z | Jul 01 22:30:38.084 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1714 | 2026-07-01T22:30:40.270Z | Jul 01 22:30:39.446 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1715 | 2026-07-01T22:30:40.479Z | Jul 01 22:30:39.647 INFO Download complete, target: TransceiverControl |
| 1716 | 2026-07-01T22:30:41.100Z | Jul 01 22:30:40.262 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1717 | 2026-07-01T22:30:41.296Z | Jul 01 22:30:40.459 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1718 | 2026-07-01T22:30:41.340Z | Jul 01 22:30:40.514 INFO Download complete, target: Console |
| 1719 | 2026-07-01T22:30:41.645Z | Jul 01 22:30:40.809 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1720 | 2026-07-01T22:30:41.773Z | Jul 01 22:30:40.947 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1721 | 2026-07-01T22:30:42.615Z | Jul 01 22:30:41.773 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1722 | 2026-07-01T22:30:42.723Z | Jul 01 22:30:41.895 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1723 | 2026-07-01T22:30:42.723Z | Jul 01 22:30:41.895 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1724 | 2026-07-01T22:30:43.421Z | Jul 01 22:30:42.597 INFO Download complete, target: MaghemiteDdmd |
| 1725 | 2026-07-01T22:30:44.241Z | Jul 01 22:30:43.409 INFO Download complete, target: DendriteStub |
| 1726 | 2026-07-01T22:30:45.138Z | Jul 01 22:30:44.315 INFO Download complete, target: MaghemiteMgd |
| 1727 | 2026-07-01T22:30:47.340Z | Jul 01 22:30:46.517 INFO Checking that binary works, target: Cockroach |
| 1728 | 2026-07-01T22:30:47.460Z | Jul 01 22:30:46.637 INFO Download complete, target: Cockroach |
| 1729 | 2026-07-01T22:30:48.021Z | Jul 01 22:30:47.197 INFO Checking that binary works, target: Clickhouse |
| 1730 | 2026-07-01T22:30:48.106Z | Jul 01 22:30:47.283 INFO Download complete, target: Clickhouse |
| 1731 | 2026-07-01T22:30:48.112Z | All prerequisites installed successfully |
| 1732 | 2026-07-01T22:30:48.115Z | |
| 1733 | 2026-07-01T22:30:48.115Z | real 1:45.967702289 |
| 1734 | 2026-07-01T22:30:48.115Z | user 6:37.065426923 |
| 1735 | 2026-07-01T22:30:48.116Z | sys 1:39.348126326 |
| 1736 | 2026-07-01T22:30:48.116Z | trap 0.251058149 |
| 1737 | 2026-07-01T22:30:48.116Z | tflt 0.757189789 |
| 1738 | 2026-07-01T22:30:48.116Z | dflt 1.581475779 |
| 1739 | 2026-07-01T22:30:48.116Z | kflt 0.022661302 |
| 1740 | 2026-07-01T22:30:48.116Z | lock 23:06.609226354 |
| 1741 | 2026-07-01T22:30:48.116Z | slp 18:10.732607435 |
| 1742 | 2026-07-01T22:30:48.116Z | lat 24.253789450 |
| 1743 | 2026-07-01T22:30:48.116Z | stop 2:47.060753181 |
| 1744 | 2026-07-01T22:30:48.116Z | + ptime -m cargo xtask download softnpu |
| 1745 | 2026-07-01T22:30:48.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1746 | 2026-07-01T22:30:48.576Z | Running `target/debug/xtask download softnpu` |
| 1747 | 2026-07-01T22:30:49.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1748 | 2026-07-01T22:30:49.368Z | Running `target/debug/xtask-downloader softnpu` |
| 1749 | 2026-07-01T22:30:49.409Z | Jul 01 22:30:48.586 INFO Starting download, target: Softnpu |
| 1750 | 2026-07-01T22:30:49.412Z | Jul 01 22:30:48.587 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1751 | 2026-07-01T22:30:50.087Z | Jul 01 22:30:49.263 INFO Download complete, target: Softnpu |
| 1752 | 2026-07-01T22:30:50.090Z | |
| 1753 | 2026-07-01T22:30:50.093Z | real 1.971438669 |
| 1754 | 2026-07-01T22:30:50.093Z | user 1.272736616 |
| 1755 | 2026-07-01T22:30:50.093Z | sys 0.593887380 |
| 1756 | 2026-07-01T22:30:50.094Z | trap 0.000611600 |
| 1757 | 2026-07-01T22:30:50.094Z | tflt 0.000213690 |
| 1758 | 2026-07-01T22:30:50.094Z | dflt 0.000226100 |
| 1759 | 2026-07-01T22:30:50.094Z | kflt 0.000000000 |
| 1760 | 2026-07-01T22:30:50.094Z | lock 12.513686243 |
| 1761 | 2026-07-01T22:30:50.094Z | slp 0.542122323 |
| 1762 | 2026-07-01T22:30:50.094Z | lat 0.081706428 |
| 1763 | 2026-07-01T22:30:50.094Z | stop 0.000179430 |
| 1764 | 2026-07-01T22:30:50.094Z | + export CARGO_INCREMENTAL=0 |
| 1765 | 2026-07-01T22:30:50.094Z | + CARGO_INCREMENTAL=0 |
| 1766 | 2026-07-01T22:30:50.094Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1767 | 2026-07-01T22:30:50.958Z | Compiling proc-macro2 v1.0.106 |
| 1768 | 2026-07-01T22:30:50.958Z | Compiling quote v1.0.45 |
| 1769 | 2026-07-01T22:30:50.958Z | Compiling unicode-ident v1.0.24 |
| 1770 | 2026-07-01T22:30:50.958Z | Compiling libc v0.2.185 |
| 1771 | 2026-07-01T22:30:50.962Z | Compiling serde_core v1.0.228 |
| 1772 | 2026-07-01T22:30:50.962Z | Compiling serde v1.0.228 |
| 1773 | 2026-07-01T22:30:50.962Z | Compiling cfg-if v1.0.4 |
| 1774 | 2026-07-01T22:30:50.962Z | Compiling version_check v0.9.5 |
| 1775 | 2026-07-01T22:30:50.962Z | Compiling shlex v1.3.0 |
| 1776 | 2026-07-01T22:30:50.962Z | Compiling find-msvc-tools v0.1.9 |
| 1777 | 2026-07-01T22:30:50.962Z | Compiling zmij v1.0.21 |
| 1778 | 2026-07-01T22:30:50.962Z | Compiling memchr v2.8.0 |
| 1779 | 2026-07-01T22:30:50.962Z | Compiling serde_json v1.0.150 |
| 1780 | 2026-07-01T22:30:51.103Z | Compiling autocfg v1.5.0 |
| 1781 | 2026-07-01T22:30:51.232Z | Compiling portable-atomic v1.13.1 |
| 1782 | 2026-07-01T22:30:51.275Z | Compiling zerocopy v0.8.40 |
| 1783 | 2026-07-01T22:30:51.289Z | Compiling getrandom v0.4.1 |
| 1784 | 2026-07-01T22:30:51.377Z | Compiling libm v0.2.16 |
| 1785 | 2026-07-01T22:30:51.377Z | Compiling parking_lot_core v0.9.12 |
| 1786 | 2026-07-01T22:30:51.408Z | Compiling icu_properties_data v2.1.2 |
| 1787 | 2026-07-01T22:30:51.599Z | Compiling smallvec v1.15.1 |
| 1788 | 2026-07-01T22:30:51.641Z | Compiling icu_normalizer_data v2.1.1 |
| 1789 | 2026-07-01T22:30:51.696Z | Compiling num-traits v0.2.19 |
| 1790 | 2026-07-01T22:30:51.716Z | Compiling generic-array v0.14.7 |
| 1791 | 2026-07-01T22:30:51.731Z | Compiling itoa v1.0.17 |
| 1792 | 2026-07-01T22:30:51.764Z | Compiling log v0.4.29 |
| 1793 | 2026-07-01T22:30:51.808Z | Compiling subtle v2.6.1 |
| 1794 | 2026-07-01T22:30:51.915Z | Compiling pkg-config v0.3.32 |
| 1795 | 2026-07-01T22:30:51.929Z | Compiling stable_deref_trait v1.2.1 |
| 1796 | 2026-07-01T22:30:51.958Z | Compiling typenum v1.20.1 |
| 1797 | 2026-07-01T22:30:52.006Z | Compiling scopeguard v1.2.0 |
| 1798 | 2026-07-01T22:30:52.041Z | Compiling fnv v1.0.7 |
| 1799 | 2026-07-01T22:30:52.090Z | Compiling rand_core v0.10.0 |
| 1800 | 2026-07-01T22:30:52.140Z | Compiling lock_api v0.4.14 |
| 1801 | 2026-07-01T22:30:52.178Z | Compiling getrandom v0.3.4 |
| 1802 | 2026-07-01T22:30:52.222Z | Compiling thiserror v2.0.18 |
| 1803 | 2026-07-01T22:30:52.236Z | Compiling pin-project-lite v0.2.17 |
| 1804 | 2026-07-01T22:30:52.311Z | Compiling percent-encoding v2.3.2 |
| 1805 | 2026-07-01T22:30:52.349Z | Compiling jobserver v0.1.34 |
| 1806 | 2026-07-01T22:30:52.365Z | Compiling errno v0.3.14 |
| 1807 | 2026-07-01T22:30:52.421Z | Compiling litemap v0.8.1 |
| 1808 | 2026-07-01T22:30:52.425Z | Compiling equivalent v1.0.2 |
| 1809 | 2026-07-01T22:30:52.465Z | Compiling writeable v0.6.2 |
| 1810 | 2026-07-01T22:30:52.480Z | Compiling getrandom v0.2.17 |
| 1811 | 2026-07-01T22:30:52.577Z | Compiling cc v1.2.56 |
| 1812 | 2026-07-01T22:30:52.581Z | Compiling rustversion v1.0.22 |
| 1813 | 2026-07-01T22:30:52.639Z | Compiling rand_core v0.6.4 |
| 1814 | 2026-07-01T22:30:52.726Z | Compiling schemars v0.8.22 |
| 1815 | 2026-07-01T22:30:52.742Z | Compiling syn v2.0.117 |
| 1816 | 2026-07-01T22:30:52.746Z | Compiling critical-section v1.2.0 |
| 1817 | 2026-07-01T22:30:52.746Z | Compiling rustix v1.1.3 |
| 1818 | 2026-07-01T22:30:52.805Z | Compiling dunce v1.0.5 |
| 1819 | 2026-07-01T22:30:52.831Z | Compiling fs_extra v1.3.0 |
| 1820 | 2026-07-01T22:30:52.934Z | Compiling hashbrown v0.17.0 |
| 1821 | 2026-07-01T22:30:53.011Z | Compiling signal-hook-registry v1.4.8 |
| 1822 | 2026-07-01T22:30:53.162Z | Compiling once_cell v1.21.3 |
| 1823 | 2026-07-01T22:30:53.167Z | Compiling utf8_iter v1.0.4 |
| 1824 | 2026-07-01T22:30:53.167Z | Compiling heck v0.5.0 |
| 1825 | 2026-07-01T22:30:53.177Z | Compiling form_urlencoded v1.2.2 |
| 1826 | 2026-07-01T22:30:53.369Z | Compiling cmake v0.1.57 |
| 1827 | 2026-07-01T22:30:53.450Z | Compiling semver v1.0.28 |
| 1828 | 2026-07-01T22:30:53.466Z | Compiling indexmap v2.14.0 |
| 1829 | 2026-07-01T22:30:53.488Z | Compiling parking_lot v0.12.5 |
| 1830 | 2026-07-01T22:30:53.531Z | Compiling bitflags v2.11.0 |
| 1831 | 2026-07-01T22:30:53.560Z | Compiling mio v1.2.0 |
| 1832 | 2026-07-01T22:30:53.607Z | Compiling socket2 v0.6.3 |
| 1833 | 2026-07-01T22:30:53.638Z | Compiling futures-core v0.3.32 |
| 1834 | 2026-07-01T22:30:53.743Z | Compiling aws-lc-rs v1.16.3 |
| 1835 | 2026-07-01T22:30:53.812Z | Compiling strsim v0.11.1 |
| 1836 | 2026-07-01T22:30:53.827Z | Compiling httparse v1.10.1 |
| 1837 | 2026-07-01T22:30:53.928Z | Compiling aws-lc-sys v0.40.0 |
| 1838 | 2026-07-01T22:30:54.130Z | Compiling ucd-trie v0.1.7 |
| 1839 | 2026-07-01T22:30:54.160Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-07-01T22:30:54.173Z | Compiling thiserror v1.0.69 |
| 1841 | 2026-07-01T22:30:54.237Z | Compiling syn v1.0.109 |
| 1842 | 2026-07-01T22:30:54.294Z | Compiling pest v2.8.6 |
| 1843 | 2026-07-01T22:30:54.309Z | Compiling ident_case v1.0.1 |
| 1844 | 2026-07-01T22:30:54.324Z | Compiling regex-syntax v0.8.10 |
| 1845 | 2026-07-01T22:30:54.339Z | Compiling vcpkg v0.2.15 |
| 1846 | 2026-07-01T22:30:54.397Z | Compiling const-oid v0.9.6 |
| 1847 | 2026-07-01T22:30:54.413Z | Compiling iana-time-zone v0.1.65 |
| 1848 | 2026-07-01T22:30:54.657Z | Compiling uuid v1.23.4 |
| 1849 | 2026-07-01T22:30:54.793Z | Compiling rustc_version v0.4.1 |
| 1850 | 2026-07-01T22:30:54.850Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-07-01T22:30:54.906Z | Compiling rustls v0.23.41 |
| 1852 | 2026-07-01T22:30:54.922Z | Compiling openssl-sys v0.9.115 |
| 1853 | 2026-07-01T22:30:54.985Z | Compiling futures-channel v0.3.32 |
| 1854 | 2026-07-01T22:30:55.135Z | Compiling aho-corasick v1.1.4 |
| 1855 | 2026-07-01T22:30:55.151Z | Compiling futures-task v0.3.32 |
| 1856 | 2026-07-01T22:30:55.188Z | Compiling futures-io v0.3.32 |
| 1857 | 2026-07-01T22:30:55.206Z | Compiling slab v0.4.12 |
| 1858 | 2026-07-01T22:30:55.390Z | Compiling plain v0.2.3 |
| 1859 | 2026-07-01T22:30:55.395Z | Compiling num-conv v0.2.0 |
| 1860 | 2026-07-01T22:30:55.426Z | Compiling pest_meta v2.8.6 |
| 1861 | 2026-07-01T22:30:55.495Z | Compiling time-core v0.1.8 |
| 1862 | 2026-07-01T22:30:55.521Z | Compiling dyn-clone v1.0.20 |
| 1863 | 2026-07-01T22:30:55.538Z | Compiling crc32fast v1.5.0 |
| 1864 | 2026-07-01T22:30:55.607Z | Compiling base64 v0.22.1 |
| 1865 | 2026-07-01T22:30:55.623Z | Compiling crossbeam-utils v0.8.21 |
| 1866 | 2026-07-01T22:30:55.640Z | Compiling synstructure v0.13.2 |
| 1867 | 2026-07-01T22:30:55.662Z | Compiling serde_derive_internals v0.29.1 |
| 1868 | 2026-07-01T22:30:55.685Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-07-01T22:30:55.877Z | Compiling openssl v0.10.79 |
| 1870 | 2026-07-01T22:30:55.931Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-07-01T22:30:56.024Z | Compiling pest_generator v2.8.6 |
| 1872 | 2026-07-01T22:30:56.090Z | Compiling regex-automata v0.4.14 |
| 1873 | 2026-07-01T22:30:56.106Z | Compiling darling_core v0.21.3 |
| 1874 | 2026-07-01T22:30:56.137Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1875 | 2026-07-01T22:30:56.253Z | Compiling anyhow v1.0.102 |
| 1876 | 2026-07-01T22:30:56.270Z | Compiling native-tls v0.2.18 |
| 1877 | 2026-07-01T22:30:56.316Z | Compiling rand_core v0.9.5 |
| 1878 | 2026-07-01T22:30:56.477Z | Compiling slog v2.8.2 |
| 1879 | 2026-07-01T22:30:56.563Z | Compiling tracing-core v0.1.36 |
| 1880 | 2026-07-01T22:30:56.649Z | Compiling cookie v0.18.1 |
| 1881 | 2026-07-01T22:30:56.725Z | Compiling base64ct v1.8.3 |
| 1882 | 2026-07-01T22:30:56.733Z | Compiling camino v1.2.2 |
| 1883 | 2026-07-01T22:30:56.909Z | Compiling serde_derive v1.0.228 |
| 1884 | 2026-07-01T22:30:56.989Z | Compiling zeroize_derive v1.4.3 |
| 1885 | 2026-07-01T22:30:57.019Z | Compiling zerofrom-derive v0.1.6 |
| 1886 | 2026-07-01T22:30:57.058Z | Compiling yoke-derive v0.8.1 |
| 1887 | 2026-07-01T22:30:57.068Z | Compiling zerovec-derive v0.11.2 |
| 1888 | 2026-07-01T22:30:57.157Z | Compiling displaydoc v0.2.5 |
| 1889 | 2026-07-01T22:30:57.201Z | Compiling zerocopy-derive v0.8.40 |
| 1890 | 2026-07-01T22:30:57.365Z | Compiling tokio-macros v2.7.0 |
| 1891 | 2026-07-01T22:30:57.621Z | Compiling zeroize v1.8.2 |
| 1892 | 2026-07-01T22:30:57.848Z | Compiling futures-macro v0.3.32 |
| 1893 | 2026-07-01T22:30:57.869Z | Compiling thiserror-impl v2.0.18 |
| 1894 | 2026-07-01T22:30:57.891Z | Compiling schemars_derive v0.8.22 |
| 1895 | 2026-07-01T22:30:57.952Z | Compiling tracing-attributes v0.1.31 |
| 1896 | 2026-07-01T22:30:58.088Z | Compiling der_derive v0.7.3 |
| 1897 | 2026-07-01T22:30:58.124Z | Compiling thiserror-impl v1.0.69 |
| 1898 | 2026-07-01T22:30:58.178Z | Compiling zerofrom v0.1.6 |
| 1899 | 2026-07-01T22:30:58.285Z | Compiling yoke v0.8.1 |
| 1900 | 2026-07-01T22:30:58.453Z | Compiling zerovec v0.11.5 |
| 1901 | 2026-07-01T22:30:58.491Z | Compiling zerotrie v0.2.3 |
| 1902 | 2026-07-01T22:30:58.663Z | Compiling crypto-common v0.1.7 |
| 1903 | 2026-07-01T22:30:58.699Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-07-01T22:30:58.945Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-07-01T22:30:59.022Z | Compiling tinystr v0.8.2 |
| 1906 | 2026-07-01T22:30:59.058Z | Compiling potential_utf v0.1.4 |
| 1907 | 2026-07-01T22:30:59.093Z | Compiling block-buffer v0.10.4 |
| 1908 | 2026-07-01T22:30:59.231Z | Compiling icu_locale_core v2.1.1 |
| 1909 | 2026-07-01T22:30:59.258Z | Compiling icu_collections v2.1.1 |
| 1910 | 2026-07-01T22:30:59.262Z | Compiling digest v0.10.7 |
| 1911 | 2026-07-01T22:30:59.336Z | Compiling scroll_derive v0.13.1 |
| 1912 | 2026-07-01T22:30:59.360Z | Compiling scroll_derive v0.12.1 |
| 1913 | 2026-07-01T22:30:59.502Z | Compiling openssl-macros v0.1.1 |
| 1914 | 2026-07-01T22:30:59.732Z | Compiling regex v1.12.3 |
| 1915 | 2026-07-01T22:30:59.958Z | Compiling icu_provider v2.1.1 |
| 1916 | 2026-07-01T22:30:59.987Z | Compiling darling_macro v0.21.3 |
| 1917 | 2026-07-01T22:31:00.007Z | Compiling zerocopy-derive v0.7.35 |
| 1918 | 2026-07-01T22:31:00.048Z | Compiling tracing v0.1.44 |
| 1919 | 2026-07-01T22:31:00.104Z | Compiling bytes v1.11.1 |
| 1920 | 2026-07-01T22:31:00.140Z | Compiling chrono v0.4.44 |
| 1921 | 2026-07-01T22:31:00.289Z | Compiling icu_properties v2.1.2 |
| 1922 | 2026-07-01T22:31:00.387Z | Compiling icu_normalizer v2.1.1 |
| 1923 | 2026-07-01T22:31:00.477Z | Compiling serde_tokenstream v0.2.3 |
| 1924 | 2026-07-01T22:31:00.717Z | Compiling tokio v1.52.1 |
| 1925 | 2026-07-01T22:31:00.806Z | Compiling http v1.4.2 |
| 1926 | 2026-07-01T22:31:00.994Z | Compiling darling v0.21.3 |
| 1927 | 2026-07-01T22:31:01.217Z | Compiling idna_adapter v1.2.1 |
| 1928 | 2026-07-01T22:31:01.364Z | Compiling idna v1.1.0 |
| 1929 | 2026-07-01T22:31:01.579Z | Compiling ppv-lite86 v0.2.21 |
| 1930 | 2026-07-01T22:31:01.656Z | Compiling pem-rfc7468 v0.7.0 |
| 1931 | 2026-07-01T22:31:01.760Z | Compiling flagset v0.4.7 |
| 1932 | 2026-07-01T22:31:01.799Z | Compiling url v2.5.8 |
| 1933 | 2026-07-01T22:31:01.822Z | Compiling http-body v1.0.1 |
| 1934 | 2026-07-01T22:31:01.905Z | Compiling rand_chacha v0.9.0 |
| 1935 | 2026-07-01T22:31:01.929Z | Compiling der v0.7.10 |
| 1936 | 2026-07-01T22:31:01.961Z | Compiling rustls-pki-types v1.14.0 |
| 1937 | 2026-07-01T22:31:02.292Z | Compiling usdt-impl v0.5.0 |
| 1938 | 2026-07-01T22:31:02.368Z | Compiling cmov v0.5.4 |
| 1939 | 2026-07-01T22:31:02.395Z | Compiling fastrand v2.3.0 |
| 1940 | 2026-07-01T22:31:02.604Z | Compiling either v1.15.0 |
| 1941 | 2026-07-01T22:31:02.650Z | Compiling usdt-impl v0.6.0 |
| 1942 | 2026-07-01T22:31:02.672Z | Compiling ref-cast v1.0.25 |
| 1943 | 2026-07-01T22:31:02.754Z | Compiling paste v1.0.15 |
| 1944 | 2026-07-01T22:31:02.769Z | Compiling tinyvec_macros v0.1.1 |
| 1945 | 2026-07-01T22:31:02.847Z | Compiling openssl-probe v0.2.1 |
| 1946 | 2026-07-01T22:31:02.899Z | Compiling tinyvec v1.10.0 |
| 1947 | 2026-07-01T22:31:02.900Z | Compiling spki v0.7.3 |
| 1948 | 2026-07-01T22:31:02.996Z | Compiling ctutils v0.4.2 |
| 1949 | 2026-07-01T22:31:03.129Z | Compiling rand v0.9.2 |
| 1950 | 2026-07-01T22:31:03.212Z | Compiling scroll v0.13.0 |
| 1951 | 2026-07-01T22:31:03.225Z | Compiling toml_datetime v0.6.11 |
| 1952 | 2026-07-01T22:31:03.279Z | Compiling serde_spanned v0.6.9 |
| 1953 | 2026-07-01T22:31:03.299Z | Compiling scroll v0.12.0 |
| 1954 | 2026-07-01T22:31:03.303Z | Compiling async-trait v0.1.89 |
| 1955 | 2026-07-01T22:31:03.444Z | Compiling heapless v0.7.17 |
| 1956 | 2026-07-01T22:31:03.544Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1957 | 2026-07-01T22:31:03.576Z | Compiling signal-hook v0.3.18 |
| 1958 | 2026-07-01T22:31:03.596Z | Compiling rustix v0.38.44 |
| 1959 | 2026-07-01T22:31:03.671Z | Compiling try-lock v0.2.5 |
| 1960 | 2026-07-01T22:31:03.682Z | Compiling winnow v1.0.3 |
| 1961 | 2026-07-01T22:31:03.711Z | Compiling winnow v0.7.14 |
| 1962 | 2026-07-01T22:31:03.726Z | Compiling atomic-waker v1.1.2 |
| 1963 | 2026-07-01T22:31:03.730Z | Compiling litrs v1.0.0 |
| 1964 | 2026-07-01T22:31:03.786Z | Compiling tower-layer v0.3.3 |
| 1965 | 2026-07-01T22:31:03.804Z | Compiling untrusted v0.7.1 |
| 1966 | 2026-07-01T22:31:03.880Z | Compiling cpufeatures v0.2.17 |
| 1967 | 2026-07-01T22:31:03.952Z | Compiling tower-service v0.3.3 |
| 1968 | 2026-07-01T22:31:03.960Z | Compiling zstd-safe v7.2.4 |
| 1969 | 2026-07-01T22:31:03.981Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1970 | 2026-07-01T22:31:03.985Z | Compiling want v0.3.1 |
| 1971 | 2026-07-01T22:31:04.064Z | Compiling goblin v0.8.2 |
| 1972 | 2026-07-01T22:31:04.175Z | Compiling goblin v0.10.5 |
| 1973 | 2026-07-01T22:31:04.208Z | Compiling document-features v0.2.12 |
| 1974 | 2026-07-01T22:31:04.212Z | Compiling hybrid-array v0.4.13 |
| 1975 | 2026-07-01T22:31:04.343Z | Compiling zerocopy v0.7.35 |
| 1976 | 2026-07-01T22:31:04.513Z | Compiling ipnet v2.11.0 |
| 1977 | 2026-07-01T22:31:04.565Z | Compiling ref-cast-impl v1.0.25 |
| 1978 | 2026-07-01T22:31:04.768Z | Compiling tokio-util v0.7.18 |
| 1979 | 2026-07-01T22:31:04.803Z | Compiling darling_core v0.20.11 |
| 1980 | 2026-07-01T22:31:04.904Z | Compiling curve25519-dalek v4.1.3 |
| 1981 | 2026-07-01T22:31:05.054Z | Compiling memoffset v0.9.1 |
| 1982 | 2026-07-01T22:31:05.139Z | Compiling winnow v0.5.40 |
| 1983 | 2026-07-01T22:31:05.193Z | Compiling utf8parse v0.2.2 |
| 1984 | 2026-07-01T22:31:05.297Z | Compiling powerfmt v0.2.0 |
| 1985 | 2026-07-01T22:31:05.460Z | Compiling httpdate v1.0.3 |
| 1986 | 2026-07-01T22:31:05.503Z | Compiling h2 v0.4.15 |
| 1987 | 2026-07-01T22:31:05.667Z | Compiling foreign-types-shared v0.1.1 |
| 1988 | 2026-07-01T22:31:05.737Z | Compiling untrusted v0.9.0 |
| 1989 | 2026-07-01T22:31:05.850Z | Compiling foreign-types v0.3.2 |
| 1990 | 2026-07-01T22:31:05.885Z | Compiling deranged v0.5.8 |
| 1991 | 2026-07-01T22:31:05.914Z | Compiling tempfile v3.25.0 |
| 1992 | 2026-07-01T22:31:06.280Z | Compiling dof v0.3.0 |
| 1993 | 2026-07-01T22:31:06.601Z | Compiling toml_edit v0.19.15 |
| 1994 | 2026-07-01T22:31:06.619Z | Compiling unicode-normalization v0.1.25 |
| 1995 | 2026-07-01T22:31:06.635Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-07-01T22:31:06.792Z | Compiling darling_macro v0.20.11 |
| 1997 | 2026-07-01T22:31:06.937Z | Compiling dof v0.4.0 |
| 1998 | 2026-07-01T22:31:07.116Z | Compiling pkcs8 v0.10.2 |
| 1999 | 2026-07-01T22:31:07.301Z | Compiling dtrace-parser v0.3.0 |
| 2000 | 2026-07-01T22:31:07.316Z | Compiling daft-derive v0.1.7 |
| 2001 | 2026-07-01T22:31:07.382Z | Compiling pin-project-internal v1.1.11 |
| 2002 | 2026-07-01T22:31:07.658Z | Compiling spin v0.9.8 |
| 2003 | 2026-07-01T22:31:07.810Z | Compiling thread-id v4.2.2 |
| 2004 | 2026-07-01T22:31:07.891Z | Compiling thread-id v5.1.0 |
| 2005 | 2026-07-01T22:31:07.908Z | Compiling num_threads v0.1.7 |
| 2006 | 2026-07-01T22:31:08.001Z | Compiling cfg_aliases v0.2.1 |
| 2007 | 2026-07-01T22:31:08.035Z | Compiling anstyle v1.0.14 |
| 2008 | 2026-07-01T22:31:08.108Z | Compiling num-bigint-dig v0.8.6 |
| 2009 | 2026-07-01T22:31:08.176Z | Compiling smoltcp v0.9.1 |
| 2010 | 2026-07-01T22:31:08.215Z | Compiling time v0.3.47 |
| 2011 | 2026-07-01T22:31:08.284Z | Compiling nix v0.31.2 |
| 2012 | 2026-07-01T22:31:08.523Z | Compiling darling v0.20.11 |
| 2013 | 2026-07-01T22:31:08.622Z | Compiling sha2 v0.10.9 |
| 2014 | 2026-07-01T22:31:08.670Z | Compiling hyper v1.10.1 |
| 2015 | 2026-07-01T22:31:08.823Z | Compiling ipnetwork v0.21.1 |
| 2016 | 2026-07-01T22:31:08.871Z | Compiling hmac v0.12.1 |
| 2017 | 2026-07-01T22:31:08.890Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2018 | 2026-07-01T22:31:08.995Z | Compiling strum_macros v0.26.4 |
| 2019 | 2026-07-01T22:31:09.121Z | Compiling sync_wrapper v1.0.2 |
| 2020 | 2026-07-01T22:31:09.247Z | Compiling wait-timeout v0.2.1 |
| 2021 | 2026-07-01T22:31:09.432Z | Compiling is_terminal_polyfill v1.70.2 |
| 2022 | 2026-07-01T22:31:09.548Z | Compiling colorchoice v1.0.4 |
| 2023 | 2026-07-01T22:31:09.679Z | Compiling simd-adler32 v0.3.8 |
| 2024 | 2026-07-01T22:31:09.696Z | Compiling bit-vec v0.8.0 |
| 2025 | 2026-07-01T22:31:09.874Z | Compiling hyper-util v0.1.20 |
| 2026 | 2026-07-01T22:31:09.929Z | Compiling siphasher v1.0.2 |
| 2027 | 2026-07-01T22:31:09.947Z | Compiling anstyle-query v1.1.5 |
| 2028 | 2026-07-01T22:31:09.974Z | Compiling quick-error v1.2.3 |
| 2029 | 2026-07-01T22:31:10.072Z | Compiling rusty-fork v0.3.1 |
| 2030 | 2026-07-01T22:31:10.097Z | Compiling bit-set v0.8.0 |
| 2031 | 2026-07-01T22:31:10.368Z | Compiling tower v0.5.3 |
| 2032 | 2026-07-01T22:31:10.778Z | Compiling derive_builder_core v0.20.2 |
| 2033 | 2026-07-01T22:31:10.860Z | Compiling http-body-util v0.1.3 |
| 2034 | 2026-07-01T22:31:11.134Z | Compiling hubpack_derive v0.1.1 |
| 2035 | 2026-07-01T22:31:11.150Z | Compiling strum_macros v0.27.2 |
| 2036 | 2026-07-01T22:31:11.154Z | Compiling snafu-derive v0.8.9 |
| 2037 | 2026-07-01T22:31:11.154Z | Compiling rand_xorshift v0.4.0 |
| 2038 | 2026-07-01T22:31:11.342Z | Compiling fs-err v3.3.0 |
| 2039 | 2026-07-01T22:31:11.420Z | Compiling ahash v0.8.12 |
| 2040 | 2026-07-01T22:31:11.569Z | Compiling unicode-bidi v0.3.18 |
| 2041 | 2026-07-01T22:31:11.600Z | Compiling iri-string v0.7.10 |
| 2042 | 2026-07-01T22:31:11.616Z | Compiling unicode-segmentation v1.12.0 |
| 2043 | 2026-07-01T22:31:11.657Z | Compiling allocator-api2 v0.2.21 |
| 2044 | 2026-07-01T22:31:11.951Z | Compiling ryu v1.0.23 |
| 2045 | 2026-07-01T22:31:12.011Z | Compiling adler2 v2.0.1 |
| 2046 | 2026-07-01T22:31:12.073Z | Compiling unicode-properties v0.1.4 |
| 2047 | 2026-07-01T22:31:12.149Z | Compiling object v0.37.3 |
| 2048 | 2026-07-01T22:31:12.197Z | Compiling unarray v0.1.4 |
| 2049 | 2026-07-01T22:31:12.197Z | Compiling miniz_oxide v0.8.9 |
| 2050 | 2026-07-01T22:31:12.293Z | Compiling proptest v1.10.0 |
| 2051 | 2026-07-01T22:31:12.309Z | Compiling stringprep v0.1.5 |
| 2052 | 2026-07-01T22:31:12.439Z | Compiling serde_urlencoded v0.7.1 |
| 2053 | 2026-07-01T22:31:12.689Z | Compiling derive_builder_macro v0.20.2 |
| 2054 | 2026-07-01T22:31:12.746Z | Compiling tokio-native-tls v0.3.1 |
| 2055 | 2026-07-01T22:31:12.896Z | Compiling tower-http v0.6.8 |
| 2056 | 2026-07-01T22:31:12.947Z | Compiling usdt-macro v0.6.0 |
| 2057 | 2026-07-01T22:31:12.974Z | Compiling usdt-attr-macro v0.6.0 |
| 2058 | 2026-07-01T22:31:13.018Z | Compiling anstyle-parse v1.0.0 |
| 2059 | 2026-07-01T22:31:13.049Z | Compiling crypto-common v0.2.2 |
| 2060 | 2026-07-01T22:31:13.208Z | Compiling block-buffer v0.12.1 |
| 2061 | 2026-07-01T22:31:13.239Z | Compiling block-padding v0.4.2 |
| 2062 | 2026-07-01T22:31:13.546Z | Compiling rustls-native-certs v0.8.3 |
| 2063 | 2026-07-01T22:31:13.563Z | Compiling rand_chacha v0.3.1 |
| 2064 | 2026-07-01T22:31:13.690Z | Compiling erased-serde v0.3.31 |
| 2065 | 2026-07-01T22:31:13.707Z | Compiling md-5 v0.10.6 |
| 2066 | 2026-07-01T22:31:13.745Z | Compiling signature v2.2.0 |
| 2067 | 2026-07-01T22:31:13.749Z | Compiling bstr v1.12.1 |
| 2068 | 2026-07-01T22:31:13.851Z | Compiling num-integer v0.1.46 |
| 2069 | 2026-07-01T22:31:13.866Z | Compiling hash32 v0.2.1 |
| 2070 | 2026-07-01T22:31:13.907Z | Compiling vergen-lib v9.1.0 |
| 2071 | 2026-07-01T22:31:14.062Z | Compiling encoding_rs v0.8.35 |
| 2072 | 2026-07-01T22:31:14.133Z | Compiling cpufeatures v0.3.0 |
| 2073 | 2026-07-01T22:31:14.165Z | Compiling mime v0.3.17 |
| 2074 | 2026-07-01T22:31:14.182Z | Compiling psl-types v2.0.11 |
| 2075 | 2026-07-01T22:31:14.242Z | Compiling fallible-iterator v0.2.0 |
| 2076 | 2026-07-01T22:31:14.290Z | Compiling zlib-rs v0.6.2 |
| 2077 | 2026-07-01T22:31:14.349Z | Compiling newtype-uuid v1.3.2 |
| 2078 | 2026-07-01T22:31:14.379Z | Compiling publicsuffix v2.3.0 |
| 2079 | 2026-07-01T22:31:14.547Z | Compiling postgres-protocol v0.6.10 |
| 2080 | 2026-07-01T22:31:14.566Z | Compiling num-iter v0.1.45 |
| 2081 | 2026-07-01T22:31:14.924Z | Compiling rand v0.8.6 |
| 2082 | 2026-07-01T22:31:15.163Z | Compiling inout v0.2.2 |
| 2083 | 2026-07-01T22:31:15.179Z | Compiling oxnet v0.1.6 |
| 2084 | 2026-07-01T22:31:15.195Z | Compiling derive_builder v0.20.2 |
| 2085 | 2026-07-01T22:31:15.238Z | Compiling anstream v1.0.0 |
| 2086 | 2026-07-01T22:31:15.336Z | Compiling hyper-tls v0.6.0 |
| 2087 | 2026-07-01T22:31:15.352Z | Compiling heck v0.4.1 |
| 2088 | 2026-07-01T22:31:15.400Z | Compiling phf_shared v0.13.1 |
| 2089 | 2026-07-01T22:31:15.586Z | Compiling pin-project v1.1.11 |
| 2090 | 2026-07-01T22:31:15.589Z | Compiling lazy_static v1.5.0 |
| 2091 | 2026-07-01T22:31:15.631Z | Compiling anstyle-parse v0.2.7 |
| 2092 | 2026-07-01T22:31:15.729Z | Compiling serde_with_macros v3.17.0 |
| 2093 | 2026-07-01T22:31:15.744Z | Compiling futures-executor v0.3.32 |
| 2094 | 2026-07-01T22:31:15.759Z | Compiling hex v0.4.3 |
| 2095 | 2026-07-01T22:31:15.775Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-07-01T22:31:15.807Z | Compiling serde_repr v0.1.20 |
| 2097 | 2026-07-01T22:31:15.848Z | Compiling enum-as-inner v0.6.1 |
| 2098 | 2026-07-01T22:31:15.881Z | Compiling clap_derive v4.6.1 |
| 2099 | 2026-07-01T22:31:15.943Z | Compiling async-recursion v1.1.1 |
| 2100 | 2026-07-01T22:31:16.073Z | Compiling ff v0.13.1 |
| 2101 | 2026-07-01T22:31:16.087Z | Compiling vergen v9.1.0 |
| 2102 | 2026-07-01T22:31:16.174Z | Compiling cargo-platform v0.3.2 |
| 2103 | 2026-07-01T22:31:16.314Z | Compiling bumpalo v3.20.2 |
| 2104 | 2026-07-01T22:31:16.349Z | Compiling flate2 v1.1.9 |
| 2105 | 2026-07-01T22:31:16.364Z | Compiling same-file v1.0.6 |
| 2106 | 2026-07-01T22:31:16.393Z | Compiling bitflags v1.3.2 |
| 2107 | 2026-07-01T22:31:16.549Z | Compiling managed v0.8.0 |
| 2108 | 2026-07-01T22:31:16.603Z | Compiling libbz2-rs-sys v0.2.2 |
| 2109 | 2026-07-01T22:31:16.636Z | Compiling foldhash v0.2.0 |
| 2110 | 2026-07-01T22:31:16.753Z | Compiling clap_lex v1.0.0 |
| 2111 | 2026-07-01T22:31:16.825Z | Compiling base16ct v0.2.0 |
| 2112 | 2026-07-01T22:31:16.855Z | Compiling foldhash v0.1.5 |
| 2113 | 2026-07-01T22:31:16.875Z | Compiling hashbrown v0.16.1 |
| 2114 | 2026-07-01T22:31:16.980Z | Compiling hashbrown v0.15.5 |
| 2115 | 2026-07-01T22:31:17.035Z | Compiling bzip2 v0.6.1 |
| 2116 | 2026-07-01T22:31:17.083Z | Compiling sec1 v0.7.3 |
| 2117 | 2026-07-01T22:31:17.198Z | Compiling clap_builder v4.6.0 |
| 2118 | 2026-07-01T22:31:17.254Z | Compiling zopfli v0.8.3 |
| 2119 | 2026-07-01T22:31:17.369Z | Compiling walkdir v2.5.0 |
| 2120 | 2026-07-01T22:31:17.489Z | Compiling cargo_metadata v0.23.1 |
| 2121 | 2026-07-01T22:31:17.636Z | Compiling group v0.13.0 |
| 2122 | 2026-07-01T22:31:17.830Z | Compiling futures v0.3.32 |
| 2123 | 2026-07-01T22:31:17.845Z | Compiling zstd v0.13.3 |
| 2124 | 2026-07-01T22:31:18.053Z | Compiling anstream v0.6.21 |
| 2125 | 2026-07-01T22:31:18.340Z | Compiling snafu v0.8.9 |
| 2126 | 2026-07-01T22:31:18.357Z | Compiling phf v0.13.1 |
| 2127 | 2026-07-01T22:31:18.456Z | Compiling reqwest v0.12.28 |
| 2128 | 2026-07-01T22:31:18.537Z | Compiling daft v0.1.7 |
| 2129 | 2026-07-01T22:31:18.688Z | Compiling cipher v0.5.2 |
| 2130 | 2026-07-01T22:31:18.937Z | Compiling signal-hook-mio v0.2.5 |
| 2131 | 2026-07-01T22:31:18.954Z | Compiling cookie_store v0.22.1 |
| 2132 | 2026-07-01T22:31:18.971Z | Compiling postgres-types v0.2.12 |
| 2133 | 2026-07-01T22:31:19.032Z | Compiling bzip2 v0.4.4 |
| 2134 | 2026-07-01T22:31:19.050Z | Compiling globset v0.4.18 |
| 2135 | 2026-07-01T22:31:19.069Z | Compiling ed25519 v2.2.3 |
| 2136 | 2026-07-01T22:31:19.120Z | Compiling strum v0.27.2 |
| 2137 | 2026-07-01T22:31:19.321Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-07-01T22:31:19.388Z | Compiling phf_shared v0.11.3 |
| 2139 | 2026-07-01T22:31:19.456Z | Compiling hkdf v0.12.4 |
| 2140 | 2026-07-01T22:31:19.490Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-07-01T22:31:19.557Z | Compiling pkcs1 v0.7.5 |
| 2142 | 2026-07-01T22:31:19.561Z | Compiling olpc-cjson v0.1.4 |
| 2143 | 2026-07-01T22:31:19.778Z | Compiling serde-big-array v0.5.1 |
| 2144 | 2026-07-01T22:31:19.821Z | Compiling serde_plain v1.0.2 |
| 2145 | 2026-07-01T22:31:19.934Z | Compiling crypto-bigint v0.5.5 |
| 2146 | 2026-07-01T22:31:19.952Z | Compiling pem v3.0.6 |
| 2147 | 2026-07-01T22:31:20.061Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-07-01T22:31:20.077Z | Compiling memmap2 v0.9.10 |
| 2149 | 2026-07-01T22:31:20.094Z | Compiling env_filter v1.0.0 |
| 2150 | 2026-07-01T22:31:20.170Z | Compiling new_debug_unreachable v1.0.6 |
| 2151 | 2026-07-01T22:31:20.255Z | Compiling toml_write v0.1.2 |
| 2152 | 2026-07-01T22:31:20.273Z | Compiling jiff v0.2.21 |
| 2153 | 2026-07-01T22:31:20.304Z | Compiling keccak v0.1.6 |
| 2154 | 2026-07-01T22:31:20.319Z | Compiling difflib v0.4.0 |
| 2155 | 2026-07-01T22:31:20.373Z | Compiling normalize-line-endings v0.3.0 |
| 2156 | 2026-07-01T22:31:20.422Z | Compiling precomputed-hash v0.1.1 |
| 2157 | 2026-07-01T22:31:20.470Z | Compiling predicates-core v1.0.10 |
| 2158 | 2026-07-01T22:31:20.485Z | Compiling data-encoding v2.10.0 |
| 2159 | 2026-07-01T22:31:20.515Z | Compiling static_assertions v1.1.0 |
| 2160 | 2026-07-01T22:31:20.601Z | Compiling whoami v2.1.0 |
| 2161 | 2026-07-01T22:31:20.622Z | Compiling fixedbitset v0.5.7 |
| 2162 | 2026-07-01T22:31:20.650Z | Compiling typed-path v0.9.3 |
| 2163 | 2026-07-01T22:31:20.771Z | Compiling fixedbitset v0.4.2 |
| 2164 | 2026-07-01T22:31:20.873Z | Compiling const-oid v0.10.2 |
| 2165 | 2026-07-01T22:31:20.917Z | Compiling elliptic-curve v0.13.8 |
| 2166 | 2026-07-01T22:31:20.971Z | Compiling petgraph v0.6.5 |
| 2167 | 2026-07-01T22:31:20.976Z | Compiling petgraph v0.8.3 |
| 2168 | 2026-07-01T22:31:21.005Z | Compiling tokio-postgres v0.7.16 |
| 2169 | 2026-07-01T22:31:21.029Z | Compiling hickory-proto v0.25.2 |
| 2170 | 2026-07-01T22:31:21.045Z | Compiling digest v0.11.3 |
| 2171 | 2026-07-01T22:31:21.075Z | Compiling predicates v3.1.4 |
| 2172 | 2026-07-01T22:31:21.097Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2173 | 2026-07-01T22:31:21.272Z | Compiling string_cache v0.8.9 |
| 2174 | 2026-07-01T22:31:21.287Z | Compiling sha3 v0.10.8 |
| 2175 | 2026-07-01T22:31:21.423Z | Compiling toml_edit v0.22.27 |
| 2176 | 2026-07-01T22:31:21.588Z | Compiling chacha20 v0.10.0 |
| 2177 | 2026-07-01T22:31:21.666Z | Compiling env_logger v0.11.9 |
| 2178 | 2026-07-01T22:31:21.738Z | Compiling usdt v0.6.0 |
| 2179 | 2026-07-01T22:31:22.197Z | Compiling rsa v0.9.10 |
| 2180 | 2026-07-01T22:31:22.917Z | Compiling zip v4.6.1 |
| 2181 | 2026-07-01T22:31:23.393Z | Compiling ed25519-dalek v2.2.0 |
| 2182 | 2026-07-01T22:31:23.409Z | Compiling zip v0.6.6 |
| 2183 | 2026-07-01T22:31:23.724Z | Compiling crossterm v0.28.1 |
| 2184 | 2026-07-01T22:31:23.839Z | Compiling iddqd v0.4.2 |
| 2185 | 2026-07-01T22:31:23.935Z | Compiling clap v4.6.1 |
| 2186 | 2026-07-01T22:31:24.031Z | Compiling serde_with v3.17.0 |
| 2187 | 2026-07-01T22:31:24.047Z | Compiling similar v2.7.0 |
| 2188 | 2026-07-01T22:31:24.173Z | Compiling strum v0.26.3 |
| 2189 | 2026-07-01T22:31:24.298Z | Compiling toml v0.7.8 |
| 2190 | 2026-07-01T22:31:24.320Z | Compiling tokio-stream v0.1.18 |
| 2191 | 2026-07-01T22:31:24.354Z | Compiling buf-list v1.1.2 |
| 2192 | 2026-07-01T22:31:24.625Z | Compiling x509-cert v0.2.5 |
| 2193 | 2026-07-01T22:31:24.790Z | Compiling itertools v0.13.0 |
| 2194 | 2026-07-01T22:31:24.860Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2195 | 2026-07-01T22:31:25.379Z | Compiling openapiv3 v2.2.0 |
| 2196 | 2026-07-01T22:31:25.542Z | Compiling lalrpop-util v0.19.12 |
| 2197 | 2026-07-01T22:31:25.767Z | Compiling peg-runtime v0.8.5 |
| 2198 | 2026-07-01T22:31:41.188Z | Compiling rustls-webpki v0.103.9 |
| 2199 | 2026-07-01T22:31:42.720Z | Compiling macaddr v1.0.1 |
| 2200 | 2026-07-01T22:31:42.818Z | Compiling structmeta-derive v0.3.0 |
| 2201 | 2026-07-01T22:31:42.923Z | Compiling rayon-core v1.13.0 |
| 2202 | 2026-07-01T22:31:43.091Z | Compiling crucible-workspace-hack v0.1.0 |
| 2203 | 2026-07-01T22:31:43.122Z | Compiling itertools v0.14.0 |
| 2204 | 2026-07-01T22:31:43.144Z | Compiling secrecy v0.10.3 |
| 2205 | 2026-07-01T22:31:43.181Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2206 | 2026-07-01T22:31:43.331Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2207 | 2026-07-01T22:31:43.348Z | Compiling heapless v0.8.0 |
| 2208 | 2026-07-01T22:31:43.588Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2209 | 2026-07-01T22:31:43.618Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-07-01T22:31:43.787Z | Compiling crossbeam-deque v0.8.6 |
| 2211 | 2026-07-01T22:31:43.825Z | Compiling structmeta v0.3.0 |
| 2212 | 2026-07-01T22:31:43.840Z | Compiling inout v0.1.4 |
| 2213 | 2026-07-01T22:31:43.858Z | Compiling hash32 v0.3.1 |
| 2214 | 2026-07-01T22:31:43.880Z | Compiling multer v3.1.0 |
| 2215 | 2026-07-01T22:31:43.951Z | Compiling thread_local v1.1.9 |
| 2216 | 2026-07-01T22:31:44.021Z | Compiling smoltcp v0.11.0 |
| 2217 | 2026-07-01T22:31:44.024Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2218 | 2026-07-01T22:31:44.052Z | Compiling slog-async v2.8.0 |
| 2219 | 2026-07-01T22:31:44.056Z | Compiling compression-core v0.4.31 |
| 2220 | 2026-07-01T22:31:44.113Z | Compiling match_cfg v0.1.0 |
| 2221 | 2026-07-01T22:31:44.144Z | Compiling unicode-width v0.2.0 |
| 2222 | 2026-07-01T22:31:44.203Z | Compiling compression-codecs v0.4.37 |
| 2223 | 2026-07-01T22:31:44.271Z | Compiling hostname v0.3.1 |
| 2224 | 2026-07-01T22:31:44.308Z | Compiling proc-macro-crate v3.4.0 |
| 2225 | 2026-07-01T22:31:44.393Z | Compiling derive-ex v0.1.8 |
| 2226 | 2026-07-01T22:31:44.397Z | Compiling ingot-macros v0.1.1 |
| 2227 | 2026-07-01T22:31:44.454Z | Compiling cipher v0.4.4 |
| 2228 | 2026-07-01T22:31:44.472Z | Compiling atomicwrites v0.4.4 |
| 2229 | 2026-07-01T22:31:44.532Z | Compiling slog-json v2.6.1 |
| 2230 | 2026-07-01T22:31:44.578Z | Compiling crossbeam-channel v0.5.15 |
| 2231 | 2026-07-01T22:31:44.720Z | Compiling half v2.7.1 |
| 2232 | 2026-07-01T22:31:44.760Z | Compiling newtype-uuid-macros v0.1.0 |
| 2233 | 2026-07-01T22:31:44.775Z | Compiling cobs v0.3.0 |
| 2234 | 2026-07-01T22:31:44.807Z | Compiling universal-hash v0.5.1 |
| 2235 | 2026-07-01T22:31:44.955Z | Compiling tokio-rustls v0.26.4 |
| 2236 | 2026-07-01T22:31:44.972Z | Compiling rustls-platform-verifier v0.6.2 |
| 2237 | 2026-07-01T22:31:45.068Z | Compiling tough v0.22.0 |
| 2238 | 2026-07-01T22:31:45.088Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2239 | 2026-07-01T22:31:45.195Z | Compiling hyper-rustls v0.27.7 |
| 2240 | 2026-07-01T22:31:45.248Z | Compiling async-stream-impl v0.3.6 |
| 2241 | 2026-07-01T22:31:45.289Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2242 | 2026-07-01T22:31:45.516Z | Compiling reqwest v0.13.2 |
| 2243 | 2026-07-01T22:31:45.533Z | Compiling serde_spanned v1.1.1 |
| 2244 | 2026-07-01T22:31:45.705Z | Compiling is-terminal v0.4.17 |
| 2245 | 2026-07-01T22:31:45.736Z | Compiling proc-macro-error-attr v1.0.4 |
| 2246 | 2026-07-01T22:31:45.829Z | Compiling dropshot v0.17.1 |
| 2247 | 2026-07-01T22:31:45.868Z | Compiling convert_case v0.4.0 |
| 2248 | 2026-07-01T22:31:45.934Z | Compiling opaque-debug v0.3.1 |
| 2249 | 2026-07-01T22:31:45.964Z | Compiling ciborium-io v0.2.2 |
| 2250 | 2026-07-01T22:31:45.979Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2251 | 2026-07-01T22:31:46.027Z | Compiling take_mut v0.2.2 |
| 2252 | 2026-07-01T22:31:46.068Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2253 | 2026-07-01T22:31:46.087Z | Compiling term v1.2.1 |
| 2254 | 2026-07-01T22:31:46.137Z | Compiling thiserror-no-std v2.0.2 |
| 2255 | 2026-07-01T22:31:46.198Z | Compiling derive_more v0.99.20 |
| 2256 | 2026-07-01T22:31:46.252Z | Compiling ciborium-ll v0.2.2 |
| 2257 | 2026-07-01T22:31:46.293Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2258 | 2026-07-01T22:31:46.362Z | Compiling poly1305 v0.8.0 |
| 2259 | 2026-07-01T22:31:46.456Z | Compiling slog-term v2.9.2 |
| 2260 | 2026-07-01T22:31:46.629Z | Compiling test-strategy v0.4.5 |
| 2261 | 2026-07-01T22:31:46.895Z | Compiling async-stream v0.3.6 |
| 2262 | 2026-07-01T22:31:47.021Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2263 | 2026-07-01T22:31:47.039Z | Compiling postcard v1.1.3 |
| 2264 | 2026-07-01T22:31:47.064Z | Compiling ingot-types v0.1.2 |
| 2265 | 2026-07-01T22:31:47.453Z | Compiling num_enum_derive v0.7.6 |
| 2266 | 2026-07-01T22:31:47.468Z | Compiling slog-bunyan v2.5.0 |
| 2267 | 2026-07-01T22:31:47.548Z | Compiling ingot v0.1.1 |
| 2268 | 2026-07-01T22:31:47.674Z | Compiling chacha20 v0.9.1 |
| 2269 | 2026-07-01T22:31:47.930Z | Compiling async-compression v0.4.41 |
| 2270 | 2026-07-01T22:31:47.948Z | Compiling parse-display-derive v0.10.0 |
| 2271 | 2026-07-01T22:31:47.991Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2272 | 2026-07-01T22:31:48.430Z | Compiling sha1 v0.11.0 |
| 2273 | 2026-07-01T22:31:48.446Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2274 | 2026-07-01T22:31:48.464Z | Compiling proc-macro-crate v1.3.1 |
| 2275 | 2026-07-01T22:31:48.699Z | Compiling waitgroup v0.1.2 |
| 2276 | 2026-07-01T22:31:48.754Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2277 | 2026-07-01T22:31:48.795Z | Compiling password-hash v0.5.0 |
| 2278 | 2026-07-01T22:31:48.822Z | Compiling backon v1.6.0 |
| 2279 | 2026-07-01T22:31:48.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2280 | 2026-07-01T22:31:48.865Z | Compiling rustls-pemfile v2.2.0 |
| 2281 | 2026-07-01T22:31:48.880Z | Compiling dropshot_endpoint v0.17.1 |
| 2282 | 2026-07-01T22:31:49.091Z | Compiling blake2 v0.10.6 |
| 2283 | 2026-07-01T22:31:49.091Z | Compiling aead v0.5.2 |
| 2284 | 2026-07-01T22:31:49.166Z | Compiling foreign-types-macros v0.2.3 |
| 2285 | 2026-07-01T22:31:49.216Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2286 | 2026-07-01T22:31:49.242Z | Compiling serde_path_to_error v0.1.20 |
| 2287 | 2026-07-01T22:31:49.308Z | Compiling hostname v0.4.2 |
| 2288 | 2026-07-01T22:31:49.423Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2289 | 2026-07-01T22:31:49.485Z | Compiling proc-macro-error v1.0.4 |
| 2290 | 2026-07-01T22:31:49.616Z | Compiling instant v0.1.13 |
| 2291 | 2026-07-01T22:31:49.653Z | Compiling debug-ignore v1.0.5 |
| 2292 | 2026-07-01T22:31:49.669Z | Compiling foreign-types-shared v0.3.1 |
| 2293 | 2026-07-01T22:31:49.710Z | Compiling backoff v0.4.0 |
| 2294 | 2026-07-01T22:31:49.779Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2295 | 2026-07-01T22:31:49.779Z | Compiling parse-display v0.10.0 |
| 2296 | 2026-07-01T22:31:49.810Z | Compiling foreign-types v0.5.0 |
| 2297 | 2026-07-01T22:31:49.814Z | Compiling argon2 v0.5.3 |
| 2298 | 2026-07-01T22:31:49.814Z | Compiling chacha20poly1305 v0.10.1 |
| 2299 | 2026-07-01T22:31:49.842Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2300 | 2026-07-01T22:31:49.874Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2301 | 2026-07-01T22:31:49.879Z | Compiling num_enum_derive v0.5.11 |
| 2302 | 2026-07-01T22:31:49.906Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-07-01T22:31:49.940Z | Compiling num_enum v0.7.6 |
| 2304 | 2026-07-01T22:31:50.073Z | Compiling ciborium v0.2.2 |
| 2305 | 2026-07-01T22:31:50.089Z | Compiling vsss-rs v3.3.4 |
| 2306 | 2026-07-01T22:31:50.376Z | Compiling tabwriter v1.4.1 |
| 2307 | 2026-07-01T22:31:50.440Z | Compiling regress v0.10.5 |
| 2308 | 2026-07-01T22:31:50.478Z | Compiling byte-wrapper v0.1.0 |
| 2309 | 2026-07-01T22:31:50.558Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-07-01T22:31:50.648Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2311 | 2026-07-01T22:31:50.776Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-07-01T22:31:50.845Z | Compiling humantime v2.3.0 |
| 2313 | 2026-07-01T22:31:50.879Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2314 | 2026-07-01T22:31:50.942Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2315 | 2026-07-01T22:31:50.968Z | Compiling num_enum v0.5.11 |
| 2316 | 2026-07-01T22:31:51.029Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2317 | 2026-07-01T22:31:51.046Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2318 | 2026-07-01T22:31:51.123Z | Compiling rayon v1.11.0 |
| 2319 | 2026-07-01T22:31:51.180Z | Compiling rand v0.10.1 |
| 2320 | 2026-07-01T22:31:51.202Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2321 | 2026-07-01T22:31:51.280Z | Compiling libefi-sys v0.1.0 |
| 2322 | 2026-07-01T22:31:51.296Z | Compiling colored v3.1.1 |
| 2323 | 2026-07-01T22:31:51.313Z | Compiling indent_write v2.2.0 |
| 2324 | 2026-07-01T22:31:51.371Z | Compiling zone_cfg_derive v0.3.1 |
| 2325 | 2026-07-01T22:31:51.389Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2326 | 2026-07-01T22:31:51.449Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2327 | 2026-07-01T22:31:51.489Z | Compiling camino-tempfile v1.4.1 |
| 2328 | 2026-07-01T22:31:51.534Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2329 | 2026-07-01T22:31:51.574Z | Compiling itertools v0.12.1 |
| 2330 | 2026-07-01T22:31:51.606Z | Compiling usdt-macro v0.5.0 |
| 2331 | 2026-07-01T22:31:51.621Z | Compiling usdt-attr-macro v0.5.0 |
| 2332 | 2026-07-01T22:31:51.703Z | Compiling num-derive v0.4.2 |
| 2333 | 2026-07-01T22:31:51.916Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2334 | 2026-07-01T22:31:51.995Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-07-01T22:31:52.032Z | Compiling blake3 v1.8.5 |
| 2336 | 2026-07-01T22:31:52.035Z | Compiling memmap v0.7.0 |
| 2337 | 2026-07-01T22:31:52.067Z | Compiling sigpipe v0.1.3 |
| 2338 | 2026-07-01T22:31:52.082Z | Compiling glob v0.3.3 |
| 2339 | 2026-07-01T22:31:52.085Z | Compiling swrite v0.1.0 |
| 2340 | 2026-07-01T22:31:52.182Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2341 | 2026-07-01T22:31:52.225Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2342 | 2026-07-01T22:31:52.409Z | Compiling usdt v0.5.0 |
| 2343 | 2026-07-01T22:31:52.461Z | Compiling smf v0.2.3 |
| 2344 | 2026-07-01T22:31:52.544Z | Compiling filetime v0.2.27 |
| 2345 | 2026-07-01T22:31:52.567Z | Compiling whoami v1.6.1 |
| 2346 | 2026-07-01T22:31:52.643Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2347 | 2026-07-01T22:31:52.659Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2348 | 2026-07-01T22:31:52.779Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-07-01T22:31:52.874Z | Compiling arrayvec v0.7.6 |
| 2350 | 2026-07-01T22:31:52.889Z | Compiling zone v0.3.1 |
| 2351 | 2026-07-01T22:31:52.949Z | Compiling arrayref v0.3.9 |
| 2352 | 2026-07-01T22:31:52.972Z | Compiling constant_time_eq v0.4.2 |
| 2353 | 2026-07-01T22:31:53.024Z | Compiling xattr v1.6.1 |
| 2354 | 2026-07-01T22:31:53.048Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-07-01T22:31:53.048Z | Compiling tokio-dtrace v0.1.1 |
| 2356 | 2026-07-01T22:31:53.075Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2357 | 2026-07-01T22:31:53.078Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2358 | 2026-07-01T22:31:53.181Z | Compiling tar v0.4.45 |
| 2359 | 2026-07-01T22:31:53.244Z | Compiling console v0.16.2 |
| 2360 | 2026-07-01T22:31:53.346Z | Compiling gethostname v0.5.0 |
| 2361 | 2026-07-01T22:31:53.380Z | Compiling unit-prefix v0.5.2 |
| 2362 | 2026-07-01T22:31:53.410Z | Compiling topological-sort v0.2.2 |
| 2363 | 2026-07-01T22:31:53.499Z | Compiling oxide-tokio-rt v0.1.4 |
| 2364 | 2026-07-01T22:31:53.572Z | Compiling toml v0.8.23 |
| 2365 | 2026-07-01T22:31:53.625Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2366 | 2026-07-01T22:31:53.731Z | Compiling indicatif v0.18.4 |
| 2367 | 2026-07-01T22:31:53.752Z | Compiling shell-words v1.1.1 |
| 2368 | 2026-07-01T22:32:03.080Z | Compiling progenitor-client v0.14.0 |
| 2369 | 2026-07-01T22:32:03.080Z | Compiling omicron-zone-package v0.12.3 |
| 2370 | 2026-07-01T22:32:03.326Z | Compiling progenitor-extras v0.2.0 |
| 2371 | 2026-07-01T22:32:03.611Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2372 | 2026-07-01T22:32:03.638Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2373 | 2026-07-01T22:32:03.675Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2374 | 2026-07-01T22:32:03.704Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2375 | 2026-07-01T22:32:03.773Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2376 | 2026-07-01T22:32:03.856Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2377 | 2026-07-01T22:32:03.910Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2378 | 2026-07-01T22:32:03.990Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2379 | 2026-07-01T22:32:04.464Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2380 | 2026-07-01T22:32:08.448Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2381 | 2026-07-01T22:32:16.436Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2382 | 2026-07-01T22:32:19.602Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2383 | 2026-07-01T22:32:20.620Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2384 | 2026-07-01T22:32:29.973Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2385 | 2026-07-01T22:32:30.117Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2386 | 2026-07-01T22:32:30.178Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2387 | 2026-07-01T22:32:30.182Z | Created new build target 'test' and set it as active |
| 2388 | 2026-07-01T22:32:30.182Z | |
| 2389 | 2026-07-01T22:32:30.182Z | real 1:40.086064308 |
| 2390 | 2026-07-01T22:32:30.182Z | user 16:24.620800310 |
| 2391 | 2026-07-01T22:32:30.182Z | sys 2:36.585047660 |
| 2392 | 2026-07-01T22:32:30.182Z | trap 0.494011207 |
| 2393 | 2026-07-01T22:32:30.182Z | tflt 2.514759884 |
| 2394 | 2026-07-01T22:32:30.182Z | dflt 3.997379151 |
| 2395 | 2026-07-01T22:32:30.182Z | kflt 0.000552780 |
| 2396 | 2026-07-01T22:32:30.182Z | lock 51:48.069919124 |
| 2397 | 2026-07-01T22:32:30.182Z | slp 42:14.957294566 |
| 2398 | 2026-07-01T22:32:30.182Z | lat 47.050211464 |
| 2399 | 2026-07-01T22:32:30.182Z | stop 5:19.482102708 |
| 2400 | 2026-07-01T22:32:30.187Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2401 | 2026-07-01T22:32:31.018Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2402 | 2026-07-01T22:32:31.089Z | Running `target/release/omicron-package -t test package` |
| 2403 | 2026-07-01T22:32:31.144Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2404 | 2026-07-01T22:32:32.520Z | Compiling heck v0.5.0 |
| 2405 | 2026-07-01T22:32:32.520Z | Compiling regress v0.11.1 |
| 2406 | 2026-07-01T22:32:32.739Z | Compiling unsafe-libyaml v0.2.11 |
| 2407 | 2026-07-01T22:32:32.774Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2408 | 2026-07-01T22:32:32.803Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2409 | 2026-07-01T22:32:32.825Z | Compiling unicode-width v0.1.14 |
| 2410 | 2026-07-01T22:32:32.825Z | Compiling atomicwrites v0.4.4 |
| 2411 | 2026-07-01T22:32:32.843Z | Compiling derive-where v1.6.0 |
| 2412 | 2026-07-01T22:32:32.863Z | Compiling bytecount v0.6.9 |
| 2413 | 2026-07-01T22:32:32.866Z | Compiling is-terminal v0.4.17 |
| 2414 | 2026-07-01T22:32:32.866Z | Compiling prettyplease v0.2.37 |
| 2415 | 2026-07-01T22:32:32.945Z | Compiling console v0.15.11 |
| 2416 | 2026-07-01T22:32:32.946Z | Compiling newline-converter v0.3.0 |
| 2417 | 2026-07-01T22:32:32.952Z | Compiling slog-dtrace v0.3.0 |
| 2418 | 2026-07-01T22:32:33.004Z | Compiling owo-colors v4.3.0 |
| 2419 | 2026-07-01T22:32:33.027Z | Compiling resolv-conf v0.7.6 |
| 2420 | 2026-07-01T22:32:33.027Z | Compiling cancel-safe-futures v0.1.5 |
| 2421 | 2026-07-01T22:32:33.069Z | Compiling num-rational v0.4.2 |
| 2422 | 2026-07-01T22:32:33.092Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2423 | 2026-07-01T22:32:33.141Z | Compiling libsw-core v0.3.2 |
| 2424 | 2026-07-01T22:32:33.164Z | Compiling num-complex v0.4.6 |
| 2425 | 2026-07-01T22:32:33.232Z | Compiling thread_local v1.1.9 |
| 2426 | 2026-07-01T22:32:33.270Z | Compiling serde_yaml v0.9.34+deprecated |
| 2427 | 2026-07-01T22:32:33.344Z | Compiling expectorate v1.2.0 |
| 2428 | 2026-07-01T22:32:33.365Z | Compiling match_cfg v0.1.0 |
| 2429 | 2026-07-01T22:32:33.425Z | Compiling compression-core v0.4.31 |
| 2430 | 2026-07-01T22:32:33.485Z | Compiling hostname v0.3.1 |
| 2431 | 2026-07-01T22:32:33.581Z | Compiling compression-codecs v0.4.37 |
| 2432 | 2026-07-01T22:32:33.608Z | Compiling num v0.4.3 |
| 2433 | 2026-07-01T22:32:33.640Z | Compiling libsw v3.5.0 |
| 2434 | 2026-07-01T22:32:33.643Z | Compiling slog-async v2.8.0 |
| 2435 | 2026-07-01T22:32:33.643Z | Compiling multer v3.1.0 |
| 2436 | 2026-07-01T22:32:33.705Z | Compiling crossbeam-channel v0.5.15 |
| 2437 | 2026-07-01T22:32:33.729Z | Compiling slog-json v2.6.1 |
| 2438 | 2026-07-01T22:32:33.756Z | Compiling serde_spanned v1.1.1 |
| 2439 | 2026-07-01T22:32:33.830Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2440 | 2026-07-01T22:32:33.852Z | Compiling float-ord v0.3.2 |
| 2441 | 2026-07-01T22:32:33.891Z | Compiling linear-map v1.2.0 |
| 2442 | 2026-07-01T22:32:33.937Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2443 | 2026-07-01T22:32:33.968Z | Compiling term v1.2.1 |
| 2444 | 2026-07-01T22:32:34.002Z | Compiling take_mut v0.2.2 |
| 2445 | 2026-07-01T22:32:34.006Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2446 | 2026-07-01T22:32:34.087Z | Compiling linked-hash-map v0.5.6 |
| 2447 | 2026-07-01T22:32:34.130Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2448 | 2026-07-01T22:32:34.133Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2449 | 2026-07-01T22:32:34.170Z | Compiling slog-bunyan v2.5.0 |
| 2450 | 2026-07-01T22:32:34.174Z | Compiling async-compression v0.4.41 |
| 2451 | 2026-07-01T22:32:34.235Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2452 | 2026-07-01T22:32:34.270Z | Compiling typify-impl v0.6.2 |
| 2453 | 2026-07-01T22:32:34.322Z | Compiling lru-cache v0.1.2 |
| 2454 | 2026-07-01T22:32:34.343Z | Compiling slog-term v2.9.2 |
| 2455 | 2026-07-01T22:32:34.502Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2456 | 2026-07-01T22:32:34.525Z | Compiling dropshot v0.17.1 |
| 2457 | 2026-07-01T22:32:34.559Z | Compiling async-stream v0.3.6 |
| 2458 | 2026-07-01T22:32:34.589Z | Compiling sha1 v0.11.0 |
| 2459 | 2026-07-01T22:32:34.610Z | Compiling progenitor-client v0.14.0 |
| 2460 | 2026-07-01T22:32:34.632Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2461 | 2026-07-01T22:32:34.660Z | Compiling waitgroup v0.1.2 |
| 2462 | 2026-07-01T22:32:34.760Z | Compiling rustls-pemfile v2.2.0 |
| 2463 | 2026-07-01T22:32:34.800Z | Compiling backon v1.6.0 |
| 2464 | 2026-07-01T22:32:34.823Z | Compiling serde_path_to_error v0.1.20 |
| 2465 | 2026-07-01T22:32:34.845Z | Compiling hostname v0.4.2 |
| 2466 | 2026-07-01T22:32:34.866Z | Compiling instant v0.1.13 |
| 2467 | 2026-07-01T22:32:34.866Z | Compiling minimal-lexical v0.2.1 |
| 2468 | 2026-07-01T22:32:34.934Z | Compiling debug-ignore v1.0.5 |
| 2469 | 2026-07-01T22:32:34.976Z | Compiling progenitor-extras v0.2.0 |
| 2470 | 2026-07-01T22:32:35.016Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2471 | 2026-07-01T22:32:35.040Z | Compiling backoff v0.4.0 |
| 2472 | 2026-07-01T22:32:35.061Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2473 | 2026-07-01T22:32:35.082Z | Compiling nom v7.1.3 |
| 2474 | 2026-07-01T22:32:35.194Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2475 | 2026-07-01T22:32:35.256Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2476 | 2026-07-01T22:32:35.278Z | Compiling parse-display v0.10.0 |
| 2477 | 2026-07-01T22:32:35.335Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2478 | 2026-07-01T22:32:35.377Z | Compiling hickory-proto v0.24.4 |
| 2479 | 2026-07-01T22:32:35.573Z | Compiling regress v0.10.5 |
| 2480 | 2026-07-01T22:32:35.934Z | Compiling macaddr v1.0.1 |
| 2481 | 2026-07-01T22:32:35.958Z | Compiling humantime v2.3.0 |
| 2482 | 2026-07-01T22:32:36.021Z | Compiling unicode-xid v0.2.6 |
| 2483 | 2026-07-01T22:32:36.188Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2484 | 2026-07-01T22:32:36.268Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2485 | 2026-07-01T22:32:36.381Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2486 | 2026-07-01T22:32:36.461Z | Compiling convert_case v0.10.0 |
| 2487 | 2026-07-01T22:32:36.594Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2488 | 2026-07-01T22:32:36.764Z | Compiling derive_more-impl v2.1.1 |
| 2489 | 2026-07-01T22:32:37.234Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2490 | 2026-07-01T22:32:37.255Z | Compiling toml v0.8.23 |
| 2491 | 2026-07-01T22:32:37.516Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2492 | 2026-07-01T22:32:37.567Z | Compiling derive_more v2.1.1 |
| 2493 | 2026-07-01T22:32:37.626Z | Compiling papergrid v0.11.0 |
| 2494 | 2026-07-01T22:32:37.676Z | Compiling tabled_derive v0.7.0 |
| 2495 | 2026-07-01T22:32:37.699Z | Compiling termtree v0.5.1 |
| 2496 | 2026-07-01T22:32:37.740Z | Compiling typify-macro v0.6.2 |
| 2497 | 2026-07-01T22:32:37.834Z | Compiling crossterm v0.29.0 |
| 2498 | 2026-07-01T22:32:37.902Z | Compiling phf_shared v0.12.1 |
| 2499 | 2026-07-01T22:32:37.929Z | Compiling hickory-resolver v0.24.4 |
| 2500 | 2026-07-01T22:32:38.150Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2501 | 2026-07-01T22:32:38.355Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2502 | 2026-07-01T22:32:38.607Z | Compiling tabled v0.15.0 |
| 2503 | 2026-07-01T22:32:38.864Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2504 | 2026-07-01T22:32:39.281Z | Compiling typify v0.6.2 |
| 2505 | 2026-07-01T22:32:39.603Z | Compiling progenitor-impl v0.14.0 |
| 2506 | 2026-07-01T22:32:39.955Z | Compiling qorb v0.4.1 |
| 2507 | 2026-07-01T22:32:40.797Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2508 | 2026-07-01T22:32:41.317Z | Compiling vte v0.14.1 |
| 2509 | 2026-07-01T22:32:41.590Z | Compiling csv-core v0.1.13 |
| 2510 | 2026-07-01T22:32:41.784Z | Compiling progenitor-macro v0.14.0 |
| 2511 | 2026-07-01T22:32:41.960Z | Compiling chrono-tz v0.10.4 |
| 2512 | 2026-07-01T22:32:42.189Z | Compiling highway v1.3.0 |
| 2513 | 2026-07-01T22:32:42.779Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2514 | 2026-07-01T22:32:42.965Z | Compiling csv v1.4.0 |
| 2515 | 2026-07-01T22:32:43.225Z | Compiling strip-ansi-escapes v0.2.1 |
| 2516 | 2026-07-01T22:32:43.229Z | Compiling phf v0.12.1 |
| 2517 | 2026-07-01T22:32:43.456Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2518 | 2026-07-01T22:32:43.479Z | Compiling const_format_proc_macros v0.2.34 |
| 2519 | 2026-07-01T22:32:43.483Z | Compiling fd-lock v4.0.4 |
| 2520 | 2026-07-01T22:32:43.667Z | Compiling peg-macros v0.8.5 |
| 2521 | 2026-07-01T22:32:43.946Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2522 | 2026-07-01T22:32:44.154Z | Compiling nu-ansi-term v0.50.3 |
| 2523 | 2026-07-01T22:32:44.258Z | Compiling const_format v0.2.35 |
| 2524 | 2026-07-01T22:32:44.617Z | Compiling reedline v0.40.0 |
| 2525 | 2026-07-01T22:32:44.730Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2526 | 2026-07-01T22:32:44.944Z | Compiling peg v0.8.5 |
| 2527 | 2026-07-01T22:32:45.045Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2528 | 2026-07-01T22:32:45.341Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2529 | 2026-07-01T22:32:45.864Z | Compiling progenitor v0.14.0 |
| 2530 | 2026-07-01T22:32:45.988Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2531 | 2026-07-01T22:32:46.010Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2532 | 2026-07-01T22:32:46.045Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2533 | 2026-07-01T22:32:46.066Z | Compiling bcs v0.1.6 |
| 2534 | 2026-07-01T22:32:46.495Z | Compiling nom v8.0.0 |
| 2535 | 2026-07-01T22:32:46.527Z | Compiling semver v0.1.20 |
| 2536 | 2026-07-01T22:32:46.831Z | Compiling rustc_version v0.1.7 |
| 2537 | 2026-07-01T22:32:47.069Z | Compiling newtype_derive v0.1.6 |
| 2538 | 2026-07-01T22:32:47.319Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2539 | 2026-07-01T22:32:47.570Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2540 | 2026-07-01T22:32:48.000Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-07-01T22:32:48.045Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2542 | 2026-07-01T22:32:48.288Z | Compiling unicode-linebreak v0.1.5 |
| 2543 | 2026-07-01T22:32:48.428Z | Compiling smawk v0.3.2 |
| 2544 | 2026-07-01T22:32:48.537Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2545 | 2026-07-01T22:32:48.610Z | Compiling textwrap v0.16.2 |
| 2546 | 2026-07-01T22:32:48.696Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2547 | 2026-07-01T22:32:48.798Z | Compiling base64 v0.21.7 |
| 2548 | 2026-07-01T22:32:48.831Z | Compiling steno v0.4.1 |
| 2549 | 2026-07-01T22:32:49.326Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2550 | 2026-07-01T22:32:49.706Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2551 | 2026-07-01T22:32:49.914Z | Compiling sha1 v0.10.6 |
| 2552 | 2026-07-01T22:32:50.277Z | Compiling tagptr v0.2.0 |
| 2553 | 2026-07-01T22:32:50.297Z | Compiling utf-8 v0.7.6 |
| 2554 | 2026-07-01T22:32:50.342Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2555 | 2026-07-01T22:32:50.369Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2556 | 2026-07-01T22:32:50.479Z | Compiling moka v0.12.13 |
| 2557 | 2026-07-01T22:32:50.530Z | Compiling tungstenite v0.21.0 |
| 2558 | 2026-07-01T22:32:50.552Z | Compiling display-error-chain v0.2.2 |
| 2559 | 2026-07-01T22:32:50.630Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2560 | 2026-07-01T22:32:50.733Z | Compiling radium v0.7.0 |
| 2561 | 2026-07-01T22:32:50.782Z | Compiling maybe-uninit v2.0.0 |
| 2562 | 2026-07-01T22:32:51.074Z | Compiling tap v1.0.1 |
| 2563 | 2026-07-01T22:32:51.161Z | Compiling tokio-tungstenite v0.21.0 |
| 2564 | 2026-07-01T22:32:51.220Z | Compiling wyz v0.5.1 |
| 2565 | 2026-07-01T22:32:51.583Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2566 | 2026-07-01T22:32:51.768Z | Compiling hickory-resolver v0.25.2 |
| 2567 | 2026-07-01T22:32:51.815Z | Compiling vergen-lib v0.1.6 |
| 2568 | 2026-07-01T22:32:51.885Z | Compiling zerocopy-derive v0.6.6 |
| 2569 | 2026-07-01T22:32:52.071Z | Compiling crc-catalog v2.4.0 |
| 2570 | 2026-07-01T22:32:52.201Z | Compiling packed_struct v0.10.1 |
| 2571 | 2026-07-01T22:32:52.500Z | Compiling funty v2.0.0 |
| 2572 | 2026-07-01T22:32:52.664Z | Compiling diesel_derives v2.3.7 |
| 2573 | 2026-07-01T22:32:52.765Z | Compiling zerocopy v0.6.6 |
| 2574 | 2026-07-01T22:32:52.899Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2575 | 2026-07-01T22:32:53.186Z | Compiling bitvec v1.0.1 |
| 2576 | 2026-07-01T22:32:53.452Z | Compiling crc v3.4.0 |
| 2577 | 2026-07-01T22:32:53.678Z | Compiling scheduled-thread-pool v0.2.7 |
| 2578 | 2026-07-01T22:32:53.767Z | Compiling dsl_auto_type v0.2.0 |
| 2579 | 2026-07-01T22:32:54.271Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2580 | 2026-07-01T22:32:54.317Z | Compiling packed_struct_codegen v0.10.1 |
| 2581 | 2026-07-01T22:32:54.693Z | Compiling vergen-gitcl v1.0.8 |
| 2582 | 2026-07-01T22:32:54.798Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2583 | 2026-07-01T22:32:54.926Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2584 | 2026-07-01T22:32:54.950Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2585 | 2026-07-01T22:32:55.033Z | Compiling bitfield-macros v0.19.4 |
| 2586 | 2026-07-01T22:32:55.109Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2587 | 2026-07-01T22:32:55.202Z | Compiling dirs-sys-next v0.1.2 |
| 2588 | 2026-07-01T22:32:55.318Z | Compiling indexmap v1.9.3 |
| 2589 | 2026-07-01T22:32:55.475Z | Compiling maplit v1.0.2 |
| 2590 | 2026-07-01T22:32:55.543Z | Compiling glob v0.3.3 |
| 2591 | 2026-07-01T22:32:55.572Z | Compiling crunchy v0.2.4 |
| 2592 | 2026-07-01T22:32:55.596Z | Compiling nodrop v0.1.14 |
| 2593 | 2026-07-01T22:32:55.737Z | Compiling array-init v0.0.4 |
| 2594 | 2026-07-01T22:32:55.801Z | Compiling bitfield v0.19.4 |
| 2595 | 2026-07-01T22:32:55.925Z | Compiling clang-sys v1.8.1 |
| 2596 | 2026-07-01T22:32:55.955Z | Compiling proc-macro-error2 v2.0.1 |
| 2597 | 2026-07-01T22:32:56.124Z | Compiling dirs-next v2.0.0 |
| 2598 | 2026-07-01T22:32:56.322Z | Compiling r2d2 v0.8.10 |
| 2599 | 2026-07-01T22:32:56.325Z | Compiling smallvec v0.6.14 |
| 2600 | 2026-07-01T22:32:56.631Z | Compiling num-derive v0.3.3 |
| 2601 | 2026-07-01T22:32:56.655Z | Compiling tiny-keccak v2.0.2 |
| 2602 | 2026-07-01T22:32:56.855Z | Compiling downcast-rs v2.0.2 |
| 2603 | 2026-07-01T22:32:56.885Z | Compiling hashbrown v0.12.3 |
| 2604 | 2026-07-01T22:32:56.984Z | Compiling serde-hex v0.1.0 |
| 2605 | 2026-07-01T22:32:57.257Z | Compiling tabled_derive v0.11.0 |
| 2606 | 2026-07-01T22:32:57.503Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2607 | 2026-07-01T22:32:57.574Z | Compiling libscf-sys v1.1.0 |
| 2608 | 2026-07-01T22:32:57.598Z | Compiling term v0.7.0 |
| 2609 | 2026-07-01T22:32:57.742Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2610 | 2026-07-01T22:32:57.808Z | Compiling ron v0.8.1 |
| 2611 | 2026-07-01T22:32:57.973Z | Compiling papergrid v0.17.0 |
| 2612 | 2026-07-01T22:32:58.007Z | Compiling testing_table v0.3.0 |
| 2613 | 2026-07-01T22:32:58.096Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-07-01T22:32:58.218Z | Compiling crc-any v2.5.0 |
| 2615 | 2026-07-01T22:32:58.318Z | Compiling bit-vec v0.6.3 |
| 2616 | 2026-07-01T22:32:58.451Z | Compiling ascii-canvas v3.0.0 |
| 2617 | 2026-07-01T22:32:58.556Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-07-01T22:32:58.640Z | Compiling object v0.30.4 |
| 2619 | 2026-07-01T22:32:58.709Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2620 | 2026-07-01T22:32:58.730Z | Compiling bit-set v0.5.3 |
| 2621 | 2026-07-01T22:32:59.138Z | Compiling tabled v0.20.0 |
| 2622 | 2026-07-01T22:32:59.160Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2623 | 2026-07-01T22:32:59.213Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2624 | 2026-07-01T22:32:59.757Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2625 | 2026-07-01T22:32:59.908Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2626 | 2026-07-01T22:33:00.159Z | Compiling progenitor-impl v0.13.0 |
| 2627 | 2026-07-01T22:33:00.473Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2628 | 2026-07-01T22:33:00.597Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2629 | 2026-07-01T22:33:00.645Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2630 | 2026-07-01T22:33:00.746Z | Compiling itertools v0.10.5 |
| 2631 | 2026-07-01T22:33:00.821Z | Compiling ena v0.14.4 |
| 2632 | 2026-07-01T22:33:00.995Z | Compiling diesel v2.3.7 |
| 2633 | 2026-07-01T22:33:01.066Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2634 | 2026-07-01T22:33:01.088Z | Compiling libloading v0.8.9 |
| 2635 | 2026-07-01T22:33:01.325Z | Compiling unicase v2.9.0 |
| 2636 | 2026-07-01T22:33:01.345Z | Compiling bindgen v0.71.1 |
| 2637 | 2026-07-01T22:33:01.654Z | Compiling path-slash v0.1.5 |
| 2638 | 2026-07-01T22:33:01.678Z | Compiling regex-syntax v0.6.29 |
| 2639 | 2026-07-01T22:33:01.843Z | Compiling diff v0.1.13 |
| 2640 | 2026-07-01T22:33:01.872Z | Compiling xshell-macros v0.2.7 |
| 2641 | 2026-07-01T22:33:02.149Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2642 | 2026-07-01T22:33:02.190Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-07-01T22:33:02.288Z | Compiling xshell v0.2.7 |
| 2644 | 2026-07-01T22:33:02.398Z | Compiling progenitor-macro v0.13.0 |
| 2645 | 2026-07-01T22:33:03.466Z | Compiling lalrpop v0.19.12 |
| 2646 | 2026-07-01T22:33:03.679Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2647 | 2026-07-01T22:33:04.402Z | Compiling cexpr v0.6.0 |
| 2648 | 2026-07-01T22:33:05.086Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2649 | 2026-07-01T22:33:05.347Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2650 | 2026-07-01T22:33:05.822Z | Compiling progenitor-client v0.13.0 |
| 2651 | 2026-07-01T22:33:06.359Z | Compiling rustc-hash v2.1.1 |
| 2652 | 2026-07-01T22:33:06.398Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2653 | 2026-07-01T22:33:06.445Z | Compiling progenitor v0.13.0 |
| 2654 | 2026-07-01T22:33:06.852Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2655 | 2026-07-01T22:33:06.920Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2656 | 2026-07-01T22:33:07.401Z | Compiling headers-core v0.3.0 |
| 2657 | 2026-07-01T22:33:07.564Z | Compiling libxml v0.3.3 |
| 2658 | 2026-07-01T22:33:07.637Z | Compiling crc8 v0.1.1 |
| 2659 | 2026-07-01T22:33:07.774Z | Compiling headers v0.4.1 |
| 2660 | 2026-07-01T22:33:07.821Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2661 | 2026-07-01T22:33:07.881Z | Compiling strum_macros v0.24.3 |
| 2662 | 2026-07-01T22:33:08.016Z | Compiling indoc v1.0.9 |
| 2663 | 2026-07-01T22:33:08.118Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2664 | 2026-07-01T22:33:08.202Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2665 | 2026-07-01T22:33:08.441Z | Compiling git-stub v1.0.0 |
| 2666 | 2026-07-01T22:33:08.471Z | Compiling derive_builder v0.20.2 |
| 2667 | 2026-07-01T22:33:08.637Z | Compiling oso-derive v0.27.3 |
| 2668 | 2026-07-01T22:33:08.701Z | Compiling quick-xml v0.37.5 |
| 2669 | 2026-07-01T22:33:09.103Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2670 | 2026-07-01T22:33:09.120Z | Compiling openssl-probe v0.1.6 |
| 2671 | 2026-07-01T22:33:09.175Z | Compiling git-stub-vcs v0.1.0 |
| 2672 | 2026-07-01T22:33:09.414Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-07-01T22:33:09.462Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2674 | 2026-07-01T22:33:09.527Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2675 | 2026-07-01T22:33:09.771Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2676 | 2026-07-01T22:33:09.949Z | Compiling bb8 v0.8.6 |
| 2677 | 2026-07-01T22:33:10.174Z | Compiling trait-variant v0.1.2 |
| 2678 | 2026-07-01T22:33:10.355Z | Compiling half v1.8.3 |
| 2679 | 2026-07-01T22:33:10.420Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2680 | 2026-07-01T22:33:10.662Z | Compiling serde_cbor v0.11.2 |
| 2681 | 2026-07-01T22:33:10.779Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2682 | 2026-07-01T22:33:10.820Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-07-01T22:33:10.844Z | Compiling polar-core v0.27.3 |
| 2684 | 2026-07-01T22:33:11.196Z | Compiling samael v0.0.19 |
| 2685 | 2026-07-01T22:33:11.225Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2686 | 2026-07-01T22:33:11.408Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2687 | 2026-07-01T22:33:11.704Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2688 | 2026-07-01T22:33:11.791Z | Compiling nonempty v0.12.0 |
| 2689 | 2026-07-01T22:33:11.791Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2690 | 2026-07-01T22:33:11.953Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2691 | 2026-07-01T22:33:12.007Z | Compiling fxhash v0.2.1 |
| 2692 | 2026-07-01T22:33:12.194Z | Compiling libz-sys v1.1.24 |
| 2693 | 2026-07-01T22:33:12.456Z | Compiling salty v0.3.0 |
| 2694 | 2026-07-01T22:33:12.787Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2695 | 2026-07-01T22:33:13.003Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2696 | 2026-07-01T22:33:13.169Z | Compiling kstat-rs v0.2.4 |
| 2697 | 2026-07-01T22:33:13.498Z | Compiling arc-swap v1.8.2 |
| 2698 | 2026-07-01T22:33:13.649Z | Compiling fs-err v2.11.0 |
| 2699 | 2026-07-01T22:33:14.030Z | Compiling slog-scope v4.4.1 |
| 2700 | 2026-07-01T22:33:14.102Z | Compiling mime_guess v2.0.5 |
| 2701 | 2026-07-01T22:33:14.280Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2702 | 2026-07-01T22:33:14.499Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2703 | 2026-07-01T22:33:14.667Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2704 | 2026-07-01T22:33:15.094Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2705 | 2026-07-01T22:33:15.143Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2706 | 2026-07-01T22:33:15.549Z | Compiling rfc6979 v0.4.0 |
| 2707 | 2026-07-01T22:33:15.739Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2708 | 2026-07-01T22:33:15.764Z | Compiling nanorand v0.7.0 |
| 2709 | 2026-07-01T22:33:16.125Z | Compiling darling_core v0.23.0 |
| 2710 | 2026-07-01T22:33:16.148Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2711 | 2026-07-01T22:33:16.405Z | Compiling parking_lot_core v0.8.6 |
| 2712 | 2026-07-01T22:33:16.737Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2713 | 2026-07-01T22:33:16.935Z | Compiling flume v0.11.1 |
| 2714 | 2026-07-01T22:33:17.340Z | Compiling ecdsa v0.16.9 |
| 2715 | 2026-07-01T22:33:17.984Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2716 | 2026-07-01T22:33:18.148Z | Compiling slog-stdlog v4.1.1 |
| 2717 | 2026-07-01T22:33:18.327Z | Compiling darling_macro v0.23.0 |
| 2718 | 2026-07-01T22:33:18.608Z | Compiling async-bb8-diesel v0.2.1 |
| 2719 | 2026-07-01T22:33:18.792Z | Compiling diesel-dtrace v0.5.0 |
| 2720 | 2026-07-01T22:33:18.897Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2721 | 2026-07-01T22:33:18.982Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2722 | 2026-07-01T22:33:19.069Z | Compiling primeorder v0.13.6 |
| 2723 | 2026-07-01T22:33:19.115Z | Compiling atty v0.2.14 |
| 2724 | 2026-07-01T22:33:19.259Z | Compiling instability v0.3.11 |
| 2725 | 2026-07-01T22:33:19.387Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2726 | 2026-07-01T22:33:19.502Z | Compiling parse-size v1.1.0 |
| 2727 | 2026-07-01T22:33:19.700Z | Compiling strsim v0.10.0 |
| 2728 | 2026-07-01T22:33:19.747Z | Compiling http-range v0.1.5 |
| 2729 | 2026-07-01T22:33:20.022Z | Compiling oso v0.27.3 |
| 2730 | 2026-07-01T22:33:20.083Z | Compiling darling_core v0.13.4 |
| 2731 | 2026-07-01T22:33:20.247Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-07-01T22:33:21.817Z | Compiling p384 v0.13.1 |
| 2733 | 2026-07-01T22:33:21.889Z | Compiling darling v0.23.0 |
| 2734 | 2026-07-01T22:33:22.008Z | Compiling slog-envlogger v2.2.0 |
| 2735 | 2026-07-01T22:33:24.024Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2736 | 2026-07-01T22:33:24.049Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2737 | 2026-07-01T22:33:24.501Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2738 | 2026-07-01T22:33:25.694Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2739 | 2026-07-01T22:33:26.259Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2740 | 2026-07-01T22:33:26.430Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2741 | 2026-07-01T22:33:26.553Z | Compiling ignore v0.4.25 |
| 2742 | 2026-07-01T22:33:26.835Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2743 | 2026-07-01T22:33:28.007Z | Compiling castaway v0.2.4 |
| 2744 | 2026-07-01T22:33:28.163Z | Compiling vergen-git2 v9.1.0 |
| 2745 | 2026-07-01T22:33:28.233Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-07-01T22:33:28.405Z | Compiling indoc v2.0.7 |
| 2747 | 2026-07-01T22:33:28.615Z | Compiling compact_str v0.8.1 |
| 2748 | 2026-07-01T22:33:28.637Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-07-01T22:33:29.043Z | Compiling globwalk v0.9.1 |
| 2750 | 2026-07-01T22:33:29.619Z | Compiling parking_lot v0.11.2 |
| 2751 | 2026-07-01T22:33:29.701Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2752 | 2026-07-01T22:33:29.761Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2753 | 2026-07-01T22:33:29.885Z | Compiling hyper-staticfile v0.10.1 |
| 2754 | 2026-07-01T22:33:30.345Z | Compiling darling_macro v0.13.4 |
| 2755 | 2026-07-01T22:33:30.838Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2756 | 2026-07-01T22:33:30.868Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2757 | 2026-07-01T22:33:30.901Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2758 | 2026-07-01T22:33:31.056Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2759 | 2026-07-01T22:33:31.376Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2760 | 2026-07-01T22:33:31.510Z | Compiling predicates-tree v1.0.13 |
| 2761 | 2026-07-01T22:33:31.533Z | Compiling unicode-truncate v1.1.0 |
| 2762 | 2026-07-01T22:33:31.676Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2763 | 2026-07-01T22:33:31.786Z | Compiling lru v0.12.5 |
| 2764 | 2026-07-01T22:33:31.939Z | Compiling rand_seeder v0.4.0 |
| 2765 | 2026-07-01T22:33:31.975Z | Compiling prefix-trie v0.7.0 |
| 2766 | 2026-07-01T22:33:31.998Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2767 | 2026-07-01T22:33:32.019Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2768 | 2026-07-01T22:33:32.089Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2769 | 2026-07-01T22:33:32.211Z | Compiling cassowary v0.3.0 |
| 2770 | 2026-07-01T22:33:32.284Z | Compiling corncobs v0.1.4 |
| 2771 | 2026-07-01T22:33:32.392Z | Compiling hickory-server v0.25.2 |
| 2772 | 2026-07-01T22:33:32.460Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2773 | 2026-07-01T22:33:32.481Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2774 | 2026-07-01T22:33:32.533Z | Compiling ratatui v0.29.0 |
| 2775 | 2026-07-01T22:33:32.721Z | Compiling camino-tempfile-ext v0.3.3 |
| 2776 | 2026-07-01T22:33:32.902Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2777 | 2026-07-01T22:33:33.204Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2778 | 2026-07-01T22:33:33.302Z | Compiling darling v0.13.4 |
| 2779 | 2026-07-01T22:33:33.326Z | Compiling sled v0.34.7 |
| 2780 | 2026-07-01T22:33:33.760Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2781 | 2026-07-01T22:33:34.039Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2782 | 2026-07-01T22:33:34.197Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2783 | 2026-07-01T22:33:35.895Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2784 | 2026-07-01T22:33:36.362Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2785 | 2026-07-01T22:33:36.615Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2786 | 2026-07-01T22:33:36.800Z | Compiling secrecy v0.8.0 |
| 2787 | 2026-07-01T22:33:36.845Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2788 | 2026-07-01T22:33:36.929Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2789 | 2026-07-01T22:33:37.416Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2790 | 2026-07-01T22:33:37.632Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2791 | 2026-07-01T22:33:38.358Z | Compiling serde_with_macros v1.5.2 |
| 2792 | 2026-07-01T22:33:39.018Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2793 | 2026-07-01T22:33:39.255Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2794 | 2026-07-01T22:33:40.058Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2795 | 2026-07-01T22:33:40.281Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2796 | 2026-07-01T22:33:40.523Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2797 | 2026-07-01T22:33:40.766Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2798 | 2026-07-01T22:33:40.793Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2799 | 2026-07-01T22:33:41.011Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2800 | 2026-07-01T22:33:41.036Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-07-01T22:33:41.249Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2802 | 2026-07-01T22:33:41.279Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2803 | 2026-07-01T22:33:41.522Z | Compiling void v1.0.2 |
| 2804 | 2026-07-01T22:33:41.633Z | Compiling lzss v0.8.2 |
| 2805 | 2026-07-01T22:33:41.913Z | Compiling illumos-nvpair v0.3.0 |
| 2806 | 2026-07-01T22:33:42.279Z | Compiling serde_with v1.14.0 |
| 2807 | 2026-07-01T22:33:42.439Z | Compiling git2 v0.20.4 |
| 2808 | 2026-07-01T22:33:42.460Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2809 | 2026-07-01T22:33:43.005Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2810 | 2026-07-01T22:33:43.533Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2811 | 2026-07-01T22:33:43.657Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2812 | 2026-07-01T22:33:44.522Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2813 | 2026-07-01T22:33:45.612Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2814 | 2026-07-01T22:33:45.986Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2815 | 2026-07-01T22:33:46.465Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2816 | 2026-07-01T22:33:46.635Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2817 | 2026-07-01T22:33:46.890Z | Compiling tungstenite v0.23.0 |
| 2818 | 2026-07-01T22:33:47.073Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2819 | 2026-07-01T22:33:47.178Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2820 | 2026-07-01T22:33:48.644Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2821 | 2026-07-01T22:33:48.880Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2822 | 2026-07-01T22:33:49.124Z | Compiling nix v0.27.1 |
| 2823 | 2026-07-01T22:33:49.148Z | Compiling twox-hash v2.1.2 |
| 2824 | 2026-07-01T22:33:49.231Z | Compiling serde_bytes v0.11.19 |
| 2825 | 2026-07-01T22:33:49.331Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2826 | 2026-07-01T22:33:49.460Z | Compiling tokio-tungstenite v0.23.1 |
| 2827 | 2026-07-01T22:33:49.531Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-07-01T22:33:49.652Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2829 | 2026-07-01T22:33:49.677Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2830 | 2026-07-01T22:33:49.832Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2831 | 2026-07-01T22:33:50.285Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2832 | 2026-07-01T22:33:51.655Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2833 | 2026-07-01T22:33:52.303Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2834 | 2026-07-01T22:33:53.536Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2835 | 2026-07-01T22:33:53.948Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2836 | 2026-07-01T22:33:54.086Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2837 | 2026-07-01T22:33:54.323Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2838 | 2026-07-01T22:33:54.475Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2839 | 2026-07-01T22:33:54.719Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2840 | 2026-07-01T22:33:54.924Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2841 | 2026-07-01T22:33:54.972Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2842 | 2026-07-01T22:33:55.132Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2843 | 2026-07-01T22:33:55.886Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2844 | 2026-07-01T22:33:56.612Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2845 | 2026-07-01T22:33:58.526Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2846 | 2026-07-01T22:33:59.030Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2847 | 2026-07-01T22:33:59.344Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2848 | 2026-07-01T22:34:00.596Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2849 | 2026-07-01T22:34:01.208Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2850 | 2026-07-01T22:34:01.232Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2851 | 2026-07-01T22:34:01.450Z | Compiling fatfs v0.3.6 |
| 2852 | 2026-07-01T22:34:01.751Z | Compiling signal-hook-tokio v0.3.1 |
| 2853 | 2026-07-01T22:34:01.832Z | Compiling yasna v0.5.2 |
| 2854 | 2026-07-01T22:34:01.947Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2855 | 2026-07-01T22:34:02.174Z | Compiling assert_matches v1.5.0 |
| 2856 | 2026-07-01T22:34:02.282Z | Compiling seq-macro v0.3.6 |
| 2857 | 2026-07-01T22:34:02.598Z | Compiling is_ci v1.2.0 |
| 2858 | 2026-07-01T22:34:02.621Z | Compiling rcgen v0.12.1 |
| 2859 | 2026-07-01T22:34:02.788Z | Compiling supports-color v3.0.2 |
| 2860 | 2026-07-01T22:34:02.818Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2861 | 2026-07-01T22:34:03.077Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2862 | 2026-07-01T22:34:03.533Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2863 | 2026-07-01T22:34:05.786Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2864 | 2026-07-01T22:34:06.028Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2865 | 2026-07-01T22:34:06.273Z | Compiling rtoolbox v0.0.3 |
| 2866 | 2026-07-01T22:34:06.562Z | Compiling subprocess v0.2.15 |
| 2867 | 2026-07-01T22:34:07.145Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2868 | 2026-07-01T22:34:07.362Z | Compiling rpassword v7.4.0 |
| 2869 | 2026-07-01T22:34:07.506Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2870 | 2026-07-01T22:34:07.929Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2871 | 2026-07-01T22:34:08.858Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2872 | 2026-07-01T22:34:08.998Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2873 | 2026-07-01T22:34:10.719Z | Compiling tui-tree-widget v0.23.1 |
| 2874 | 2026-07-01T22:34:11.015Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2875 | 2026-07-01T22:34:11.463Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2876 | 2026-07-01T22:34:11.530Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2877 | 2026-07-01T22:34:11.776Z | Compiling uzers v0.12.2 |
| 2878 | 2026-07-01T22:34:12.294Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2879 | 2026-07-01T22:34:12.361Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2880 | 2026-07-01T22:34:13.392Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2881 | 2026-07-01T22:34:15.397Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2882 | 2026-07-01T22:34:15.626Z | Compiling support-bundle-viewer v0.1.2 |
| 2883 | 2026-07-01T22:34:16.902Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2884 | 2026-07-01T22:34:17.493Z | Compiling multimap v0.10.1 |
| 2885 | 2026-07-01T22:34:29.461Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2886 | 2026-07-01T22:34:33.841Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2887 | 2026-07-01T22:34:38.946Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2888 | 2026-07-01T22:34:40.260Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2889 | 2026-07-01T22:34:40.688Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2890 | 2026-07-01T22:41:09.966Z | Finished `release` profile [optimized] target(s) in 8m 38s |
| 2891 | 2026-07-01T22:42:04.233Z | |
| 2892 | 2026-07-01T22:42:04.236Z | real 9:34.024415762 |
| 2893 | 2026-07-01T22:42:04.237Z | user 1:18:54.069194708 |
| 2894 | 2026-07-01T22:42:04.237Z | sys 3:29.660728459 |
| 2895 | 2026-07-01T22:42:04.237Z | trap 1.763983028 |
| 2896 | 2026-07-01T22:42:04.237Z | tflt 2.198623222 |
| 2897 | 2026-07-01T22:42:04.237Z | dflt 17.624333601 |
| 2898 | 2026-07-01T22:42:04.237Z | kflt 0.082055889 |
| 2899 | 2026-07-01T22:42:04.237Z | lock 6:53:05.049289494 |
| 2900 | 2026-07-01T22:42:04.237Z | slp 2:12:27.086267710 |
| 2901 | 2026-07-01T22:42:04.237Z | lat 2:23.626859196 |
| 2902 | 2026-07-01T22:42:04.237Z | stop 5:06.722013317 |
| 2903 | 2026-07-01T22:42:04.237Z | + mapfile -t packages |
| 2904 | 2026-07-01T22:42:04.237Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2905 | 2026-07-01T22:42:05.134Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2906 | 2026-07-01T22:42:05.203Z | Running `target/release/omicron-package -t test list-outputs` |
| 2907 | 2026-07-01T22:42:05.263Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2908 | 2026-07-01T22:42:05.267Z | + ptime -m cargo build --locked --release -p xtask |
| 2909 | 2026-07-01T22:42:05.735Z | Compiling libc v0.2.185 |
| 2910 | 2026-07-01T22:42:05.735Z | Compiling serde_core v1.0.228 |
| 2911 | 2026-07-01T22:42:05.735Z | Compiling serde v1.0.228 |
| 2912 | 2026-07-01T22:42:05.738Z | Compiling rustix v1.1.3 |
| 2913 | 2026-07-01T22:42:05.738Z | Compiling serde_json v1.0.150 |
| 2914 | 2026-07-01T22:42:05.738Z | Compiling bitflags v2.11.0 |
| 2915 | 2026-07-01T22:42:05.861Z | Compiling syn v2.0.117 |
| 2916 | 2026-07-01T22:42:05.871Z | Compiling usdt-impl v0.5.0 |
| 2917 | 2026-07-01T22:42:05.874Z | Compiling syn v1.0.109 |
| 2918 | 2026-07-01T22:42:05.922Z | Compiling log v0.4.29 |
| 2919 | 2026-07-01T22:42:05.925Z | Compiling getrandom v0.4.1 |
| 2920 | 2026-07-01T22:42:05.944Z | Compiling indexmap v2.14.0 |
| 2921 | 2026-07-01T22:42:05.957Z | Compiling fs-err v3.3.0 |
| 2922 | 2026-07-01T22:42:06.177Z | Compiling heck v0.4.1 |
| 2923 | 2026-07-01T22:42:06.200Z | Compiling anyhow v1.0.102 |
| 2924 | 2026-07-01T22:42:06.214Z | Compiling once_cell v1.21.3 |
| 2925 | 2026-07-01T22:42:06.620Z | Compiling thread-id v4.2.2 |
| 2926 | 2026-07-01T22:42:06.641Z | Compiling errno v0.3.14 |
| 2927 | 2026-07-01T22:42:06.644Z | Compiling memmap v0.7.0 |
| 2928 | 2026-07-01T22:42:07.354Z | Compiling proc-macro-error v1.0.4 |
| 2929 | 2026-07-01T22:42:07.597Z | Compiling tabled_derive v0.7.0 |
| 2930 | 2026-07-01T22:42:07.637Z | Compiling terminal_size v0.4.3 |
| 2931 | 2026-07-01T22:42:07.637Z | Compiling tempfile v3.25.0 |
| 2932 | 2026-07-01T22:42:07.734Z | Compiling clap_builder v4.6.0 |
| 2933 | 2026-07-01T22:42:07.735Z | Compiling textwrap v0.16.2 |
| 2934 | 2026-07-01T22:42:07.996Z | Compiling camino v1.2.2 |
| 2935 | 2026-07-01T22:42:08.006Z | Compiling semver v1.0.28 |
| 2936 | 2026-07-01T22:42:08.009Z | Compiling cargo-platform v0.3.2 |
| 2937 | 2026-07-01T22:42:08.086Z | Compiling pest_generator v2.8.6 |
| 2938 | 2026-07-01T22:42:08.292Z | Compiling tabled v0.15.0 |
| 2939 | 2026-07-01T22:42:08.345Z | Compiling camino-tempfile v1.4.1 |
| 2940 | 2026-07-01T22:42:08.657Z | Compiling serde_derive v1.0.228 |
| 2941 | 2026-07-01T22:42:08.657Z | Compiling thiserror-impl v1.0.69 |
| 2942 | 2026-07-01T22:42:08.660Z | Compiling zerocopy-derive v0.7.35 |
| 2943 | 2026-07-01T22:42:08.660Z | Compiling pest_derive v2.8.6 |
| 2944 | 2026-07-01T22:42:08.660Z | Compiling scroll_derive v0.12.1 |
| 2945 | 2026-07-01T22:42:08.660Z | Compiling thiserror-impl v2.0.18 |
| 2946 | 2026-07-01T22:42:08.660Z | Compiling clap_derive v4.6.1 |
| 2947 | 2026-07-01T22:42:09.375Z | Compiling scroll v0.12.0 |
| 2948 | 2026-07-01T22:42:09.538Z | Compiling zerocopy v0.7.35 |
| 2949 | 2026-07-01T22:42:09.664Z | Compiling goblin v0.8.2 |
| 2950 | 2026-07-01T22:42:09.790Z | Compiling thiserror v1.0.69 |
| 2951 | 2026-07-01T22:42:09.892Z | Compiling dtrace-parser v0.2.0 |
| 2952 | 2026-07-01T22:42:10.118Z | Compiling thiserror v2.0.18 |
| 2953 | 2026-07-01T22:42:10.366Z | Compiling clap v4.6.1 |
| 2954 | 2026-07-01T22:42:11.817Z | Compiling dof v0.3.0 |
| 2955 | 2026-07-01T22:42:11.840Z | Compiling serde_tokenstream v0.2.3 |
| 2956 | 2026-07-01T22:42:11.869Z | Compiling serde_spanned v0.6.9 |
| 2957 | 2026-07-01T22:42:11.883Z | Compiling toml_datetime v0.6.11 |
| 2958 | 2026-07-01T22:42:11.895Z | Compiling cargo_metadata v0.23.1 |
| 2959 | 2026-07-01T22:42:11.949Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2960 | 2026-07-01T22:42:12.049Z | Compiling macaddr v1.0.1 |
| 2961 | 2026-07-01T22:42:12.100Z | Compiling toml_edit v0.22.27 |
| 2962 | 2026-07-01T22:42:12.542Z | Compiling usdt-attr-macro v0.5.0 |
| 2963 | 2026-07-01T22:42:12.545Z | Compiling usdt-macro v0.5.0 |
| 2964 | 2026-07-01T22:42:13.211Z | Compiling usdt v0.5.0 |
| 2965 | 2026-07-01T22:42:13.628Z | Compiling toml v0.8.23 |
| 2966 | 2026-07-01T22:42:14.060Z | Compiling cargo_toml v0.21.0 |
| 2967 | 2026-07-01T22:42:18.476Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2968 | 2026-07-01T22:42:21.402Z | Finished `release` profile [optimized] target(s) in 16.12s |
| 2969 | 2026-07-01T22:42:21.541Z | |
| 2970 | 2026-07-01T22:42:21.545Z | real 16.240108550 |
| 2971 | 2026-07-01T22:42:21.545Z | user 2:04.763896385 |
| 2972 | 2026-07-01T22:42:21.545Z | sys 14.142924492 |
| 2973 | 2026-07-01T22:42:21.545Z | trap 0.064450099 |
| 2974 | 2026-07-01T22:42:21.545Z | tflt 0.397528364 |
| 2975 | 2026-07-01T22:42:21.545Z | dflt 1.835150045 |
| 2976 | 2026-07-01T22:42:21.545Z | kflt 0.000029710 |
| 2977 | 2026-07-01T22:42:21.545Z | lock 4:30.687034595 |
| 2978 | 2026-07-01T22:42:21.545Z | slp 2:43.461152787 |
| 2979 | 2026-07-01T22:42:21.545Z | lat 3.964886028 |
| 2980 | 2026-07-01T22:42:21.545Z | stop 15.183377940 |
| 2981 | 2026-07-01T22:42:21.545Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2982 | 2026-07-01T22:42:21.545Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2983 | 2026-07-01T22:42:21.545Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2984 | 2026-07-01T22:42:21.545Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2985 | 2026-07-01T22:42:21.545Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2986 | 2026-07-01T22:42:22.455Z | Compiling progenitor-client v0.14.0 |
| 2987 | 2026-07-01T22:42:22.459Z | Compiling newtype-uuid-macros v0.1.0 |
| 2988 | 2026-07-01T22:42:22.459Z | Compiling match_cfg v0.1.0 |
| 2989 | 2026-07-01T22:42:22.459Z | Compiling slog-json v2.6.1 |
| 2990 | 2026-07-01T22:42:22.459Z | Compiling structmeta-derive v0.3.0 |
| 2991 | 2026-07-01T22:42:22.459Z | Compiling sha1 v0.11.0 |
| 2992 | 2026-07-01T22:42:22.604Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2993 | 2026-07-01T22:42:22.646Z | Compiling multer v3.1.0 |
| 2994 | 2026-07-01T22:42:22.650Z | Compiling debug-ignore v1.0.5 |
| 2995 | 2026-07-01T22:42:22.650Z | Compiling compression-core v0.4.31 |
| 2996 | 2026-07-01T22:42:22.650Z | Compiling atomicwrites v0.4.4 |
| 2997 | 2026-07-01T22:42:22.650Z | Compiling itertools v0.14.0 |
| 2998 | 2026-07-01T22:42:22.650Z | Compiling async-stream-impl v0.3.6 |
| 2999 | 2026-07-01T22:42:22.650Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3000 | 2026-07-01T22:42:22.675Z | Compiling serde_spanned v1.1.1 |
| 3001 | 2026-07-01T22:42:22.676Z | Compiling dropshot v0.17.1 |
| 3002 | 2026-07-01T22:42:22.889Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3003 | 2026-07-01T22:42:22.909Z | Compiling waitgroup v0.1.2 |
| 3004 | 2026-07-01T22:42:22.926Z | Compiling compression-codecs v0.4.37 |
| 3005 | 2026-07-01T22:42:22.929Z | Compiling hostname v0.3.1 |
| 3006 | 2026-07-01T22:42:22.957Z | Compiling rustls-pemfile v2.2.0 |
| 3007 | 2026-07-01T22:42:22.960Z | Compiling dropshot_endpoint v0.17.1 |
| 3008 | 2026-07-01T22:42:23.007Z | Compiling serde_path_to_error v0.1.20 |
| 3009 | 2026-07-01T22:42:23.010Z | Compiling hostname v0.4.2 |
| 3010 | 2026-07-01T22:42:23.041Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3011 | 2026-07-01T22:42:23.059Z | Compiling slog-bunyan v2.5.0 |
| 3012 | 2026-07-01T22:42:23.091Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3013 | 2026-07-01T22:42:23.112Z | Compiling async-compression v0.4.41 |
| 3014 | 2026-07-01T22:42:23.132Z | Compiling macaddr v1.0.1 |
| 3015 | 2026-07-01T22:42:23.184Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3016 | 2026-07-01T22:42:23.187Z | Compiling instant v0.1.13 |
| 3017 | 2026-07-01T22:42:23.187Z | Compiling regress v0.10.5 |
| 3018 | 2026-07-01T22:42:23.234Z | Compiling backon v1.6.0 |
| 3019 | 2026-07-01T22:42:23.269Z | Compiling humantime v2.3.0 |
| 3020 | 2026-07-01T22:42:23.349Z | Compiling backoff v0.4.0 |
| 3021 | 2026-07-01T22:42:23.369Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3022 | 2026-07-01T22:42:23.389Z | Compiling regress v0.11.1 |
| 3023 | 2026-07-01T22:42:23.389Z | Compiling half v2.7.1 |
| 3024 | 2026-07-01T22:42:23.427Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3025 | 2026-07-01T22:42:23.427Z | Compiling async-stream v0.3.6 |
| 3026 | 2026-07-01T22:42:23.462Z | Compiling progenitor-extras v0.2.0 |
| 3027 | 2026-07-01T22:42:23.478Z | Compiling crucible-workspace-hack v0.1.0 |
| 3028 | 2026-07-01T22:42:23.552Z | Compiling ciborium-io v0.2.2 |
| 3029 | 2026-07-01T22:42:23.580Z | Compiling convert_case v0.4.0 |
| 3030 | 2026-07-01T22:42:23.645Z | Compiling secrecy v0.10.3 |
| 3031 | 2026-07-01T22:42:23.648Z | Compiling unsafe-libyaml v0.2.11 |
| 3032 | 2026-07-01T22:42:23.648Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3033 | 2026-07-01T22:42:23.696Z | Compiling ciborium-ll v0.2.2 |
| 3034 | 2026-07-01T22:42:23.736Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3035 | 2026-07-01T22:42:23.773Z | Compiling structmeta v0.3.0 |
| 3036 | 2026-07-01T22:42:23.777Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3037 | 2026-07-01T22:42:23.830Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3038 | 2026-07-01T22:42:23.849Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3039 | 2026-07-01T22:42:23.849Z | Compiling inout v0.1.4 |
| 3040 | 2026-07-01T22:42:23.883Z | Compiling ciborium v0.2.2 |
| 3041 | 2026-07-01T22:42:23.938Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3042 | 2026-07-01T22:42:23.975Z | Compiling derive_more v0.99.20 |
| 3043 | 2026-07-01T22:42:24.016Z | Compiling derive-ex v0.1.8 |
| 3044 | 2026-07-01T22:42:24.044Z | Compiling parse-display-derive v0.10.0 |
| 3045 | 2026-07-01T22:42:24.062Z | Compiling cipher v0.4.4 |
| 3046 | 2026-07-01T22:42:24.097Z | Compiling universal-hash v0.5.1 |
| 3047 | 2026-07-01T22:42:24.114Z | Compiling opaque-debug v0.3.1 |
| 3048 | 2026-07-01T22:42:24.134Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3049 | 2026-07-01T22:42:24.150Z | Compiling byte-wrapper v0.1.0 |
| 3050 | 2026-07-01T22:42:24.205Z | Compiling serde_yaml v0.9.34+deprecated |
| 3051 | 2026-07-01T22:42:24.257Z | Compiling poly1305 v0.8.0 |
| 3052 | 2026-07-01T22:42:24.341Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3053 | 2026-07-01T22:42:24.417Z | Compiling chacha20 v0.9.1 |
| 3054 | 2026-07-01T22:42:24.421Z | Compiling blake2 v0.10.6 |
| 3055 | 2026-07-01T22:42:24.494Z | Compiling aead v0.5.2 |
| 3056 | 2026-07-01T22:42:24.514Z | Compiling password-hash v0.5.0 |
| 3057 | 2026-07-01T22:42:24.569Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3058 | 2026-07-01T22:42:24.707Z | Compiling chacha20poly1305 v0.10.1 |
| 3059 | 2026-07-01T22:42:24.723Z | Compiling indent_write v2.2.0 |
| 3060 | 2026-07-01T22:42:24.846Z | Compiling argon2 v0.5.3 |
| 3061 | 2026-07-01T22:42:24.882Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3062 | 2026-07-01T22:42:24.898Z | Compiling heapless v0.8.0 |
| 3063 | 2026-07-01T22:42:24.936Z | Compiling ingot-macros v0.1.1 |
| 3064 | 2026-07-01T22:42:25.016Z | Compiling typify-impl v0.6.2 |
| 3065 | 2026-07-01T22:42:25.035Z | Compiling tabwriter v1.4.1 |
| 3066 | 2026-07-01T22:42:25.193Z | Compiling thiserror-no-std v2.0.2 |
| 3067 | 2026-07-01T22:42:25.242Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3068 | 2026-07-01T22:42:25.305Z | Compiling vsss-rs v3.3.4 |
| 3069 | 2026-07-01T22:42:25.518Z | Compiling proc-macro-crate v3.4.0 |
| 3070 | 2026-07-01T22:42:25.539Z | Compiling hash32 v0.3.1 |
| 3071 | 2026-07-01T22:42:25.721Z | Compiling smoltcp v0.11.0 |
| 3072 | 2026-07-01T22:42:25.752Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3073 | 2026-07-01T22:42:25.804Z | Compiling parse-display v0.10.0 |
| 3074 | 2026-07-01T22:42:25.821Z | Compiling test-strategy v0.4.5 |
| 3075 | 2026-07-01T22:42:26.057Z | Compiling cobs v0.3.0 |
| 3076 | 2026-07-01T22:42:26.076Z | Compiling colored v3.1.1 |
| 3077 | 2026-07-01T22:42:26.121Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3078 | 2026-07-01T22:42:26.138Z | Compiling num_enum_derive v0.7.6 |
| 3079 | 2026-07-01T22:42:26.177Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3080 | 2026-07-01T22:42:26.249Z | Compiling postcard v1.1.3 |
| 3081 | 2026-07-01T22:42:26.282Z | Compiling proc-macro-error v1.0.4 |
| 3082 | 2026-07-01T22:42:26.448Z | Compiling proc-macro-crate v1.3.1 |
| 3083 | 2026-07-01T22:42:26.464Z | Compiling rand v0.10.1 |
| 3084 | 2026-07-01T22:42:26.535Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3085 | 2026-07-01T22:42:26.623Z | Compiling foreign-types-macros v0.2.3 |
| 3086 | 2026-07-01T22:42:26.641Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3087 | 2026-07-01T22:42:26.657Z | Compiling foreign-types-shared v0.3.1 |
| 3088 | 2026-07-01T22:42:26.674Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3089 | 2026-07-01T22:42:26.773Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3090 | 2026-07-01T22:42:26.804Z | Compiling rayon-core v1.13.0 |
| 3091 | 2026-07-01T22:42:26.909Z | Compiling num_enum_derive v0.5.11 |
| 3092 | 2026-07-01T22:42:26.967Z | Compiling crossbeam-deque v0.8.6 |
| 3093 | 2026-07-01T22:42:26.984Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3094 | 2026-07-01T22:42:27.002Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3095 | 2026-07-01T22:42:27.060Z | Compiling cstr-argument v0.1.2 |
| 3096 | 2026-07-01T22:42:27.094Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3097 | 2026-07-01T22:42:27.246Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3098 | 2026-07-01T22:42:27.304Z | Compiling num_enum v0.7.6 |
| 3099 | 2026-07-01T22:42:27.323Z | Compiling foreign-types v0.5.0 |
| 3100 | 2026-07-01T22:42:27.368Z | Compiling zone_cfg_derive v0.3.1 |
| 3101 | 2026-07-01T22:42:27.431Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3102 | 2026-07-01T22:42:27.449Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3103 | 2026-07-01T22:42:27.452Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3104 | 2026-07-01T22:42:27.483Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3105 | 2026-07-01T22:42:27.497Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3106 | 2026-07-01T22:42:27.522Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3107 | 2026-07-01T22:42:27.628Z | Compiling rayon v1.11.0 |
| 3108 | 2026-07-01T22:42:27.647Z | Compiling itertools v0.12.1 |
| 3109 | 2026-07-01T22:42:27.680Z | Compiling num-derive v0.4.2 |
| 3110 | 2026-07-01T22:42:27.733Z | Compiling sigpipe v0.1.3 |
| 3111 | 2026-07-01T22:42:27.758Z | Compiling glob v0.3.3 |
| 3112 | 2026-07-01T22:42:27.809Z | Compiling cpubits v0.1.1 |
| 3113 | 2026-07-01T22:42:27.848Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3114 | 2026-07-01T22:42:27.901Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3115 | 2026-07-01T22:42:27.918Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3116 | 2026-07-01T22:42:27.974Z | Compiling ingot-types v0.1.2 |
| 3117 | 2026-07-01T22:42:28.028Z | Compiling num_enum v0.5.11 |
| 3118 | 2026-07-01T22:42:28.070Z | Compiling smf v0.2.3 |
| 3119 | 2026-07-01T22:42:28.088Z | Compiling whoami v1.6.1 |
| 3120 | 2026-07-01T22:42:28.129Z | Compiling usdt-macro v0.5.0 |
| 3121 | 2026-07-01T22:42:28.170Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3122 | 2026-07-01T22:42:28.187Z | Compiling usdt-attr-macro v0.5.0 |
| 3123 | 2026-07-01T22:42:28.190Z | Compiling gethostname v0.5.0 |
| 3124 | 2026-07-01T22:42:28.280Z | Compiling num-rational v0.4.2 |
| 3125 | 2026-07-01T22:42:28.342Z | Compiling pem-rfc7468 v1.0.0 |
| 3126 | 2026-07-01T22:42:28.422Z | Compiling ingot v0.1.1 |
| 3127 | 2026-07-01T22:42:28.507Z | Compiling num-complex v0.4.6 |
| 3128 | 2026-07-01T22:42:28.621Z | Compiling memmap v0.7.0 |
| 3129 | 2026-07-01T22:42:28.670Z | Compiling derive-where v1.6.0 |
| 3130 | 2026-07-01T22:42:28.688Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3131 | 2026-07-01T22:42:28.724Z | Compiling float-ord v0.3.2 |
| 3132 | 2026-07-01T22:42:28.844Z | Compiling zone v0.3.1 |
| 3133 | 2026-07-01T22:42:28.875Z | Compiling num v0.4.3 |
| 3134 | 2026-07-01T22:42:28.894Z | Compiling toml v0.8.23 |
| 3135 | 2026-07-01T22:42:28.939Z | Compiling hmac v0.13.0 |
| 3136 | 2026-07-01T22:42:28.957Z | Compiling universal-hash v0.6.1 |
| 3137 | 2026-07-01T22:42:28.975Z | Compiling resolv-conf v0.7.6 |
| 3138 | 2026-07-01T22:42:28.991Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3139 | 2026-07-01T22:42:29.067Z | Compiling usdt v0.5.0 |
| 3140 | 2026-07-01T22:42:29.101Z | Compiling cancel-safe-futures v0.1.5 |
| 3141 | 2026-07-01T22:42:29.119Z | Compiling owo-colors v4.3.0 |
| 3142 | 2026-07-01T22:42:29.160Z | Compiling polyval v0.7.1 |
| 3143 | 2026-07-01T22:42:29.163Z | Compiling der v0.8.0 |
| 3144 | 2026-07-01T22:42:29.210Z | Compiling libsw-core v0.3.2 |
| 3145 | 2026-07-01T22:42:29.357Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3146 | 2026-07-01T22:42:29.390Z | Compiling prettyplease v0.2.37 |
| 3147 | 2026-07-01T22:42:29.413Z | Compiling libsw v3.5.0 |
| 3148 | 2026-07-01T22:42:29.432Z | Compiling ghash v0.6.0 |
| 3149 | 2026-07-01T22:42:29.467Z | Compiling pbkdf2 v0.13.0 |
| 3150 | 2026-07-01T22:42:29.553Z | Compiling aes v0.9.1 |
| 3151 | 2026-07-01T22:42:29.571Z | Compiling console v0.15.11 |
| 3152 | 2026-07-01T22:42:29.607Z | Compiling hickory-proto v0.24.4 |
| 3153 | 2026-07-01T22:42:29.624Z | Compiling newline-converter v0.3.0 |
| 3154 | 2026-07-01T22:42:29.627Z | Compiling ctr v0.10.1 |
| 3155 | 2026-07-01T22:42:29.662Z | Compiling typify-macro v0.6.2 |
| 3156 | 2026-07-01T22:42:29.705Z | Compiling aead v0.6.1 |
| 3157 | 2026-07-01T22:42:29.774Z | Compiling sha2 v0.11.0 |
| 3158 | 2026-07-01T22:42:29.791Z | Compiling linear-map v1.2.0 |
| 3159 | 2026-07-01T22:42:29.879Z | Compiling libefi-sys v0.1.0 |
| 3160 | 2026-07-01T22:42:29.898Z | Compiling linked-hash-map v0.5.6 |
| 3161 | 2026-07-01T22:42:29.981Z | Compiling aes-gcm v0.11.0 |
| 3162 | 2026-07-01T22:42:30.007Z | Compiling expectorate v1.2.0 |
| 3163 | 2026-07-01T22:42:30.087Z | Compiling spki v0.8.0 |
| 3164 | 2026-07-01T22:42:30.118Z | Compiling lru-cache v0.1.2 |
| 3165 | 2026-07-01T22:42:30.161Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3166 | 2026-07-01T22:42:30.204Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3167 | 2026-07-01T22:42:30.223Z | Compiling crypto-bigint v0.7.5 |
| 3168 | 2026-07-01T22:42:30.276Z | Compiling git-stub v1.0.0 |
| 3169 | 2026-07-01T22:42:30.333Z | Compiling salsa20 v0.11.0 |
| 3170 | 2026-07-01T22:42:30.350Z | Compiling cbc v0.2.1 |
| 3171 | 2026-07-01T22:42:30.383Z | Compiling bitfield-struct v0.6.2 |
| 3172 | 2026-07-01T22:42:30.461Z | Compiling nom v8.0.0 |
| 3173 | 2026-07-01T22:42:30.513Z | Compiling semver v0.1.20 |
| 3174 | 2026-07-01T22:42:30.532Z | Compiling scrypt v0.12.0 |
| 3175 | 2026-07-01T22:42:30.551Z | Compiling git-stub-vcs v0.1.0 |
| 3176 | 2026-07-01T22:42:30.739Z | Compiling tokio-dtrace v0.1.1 |
| 3177 | 2026-07-01T22:42:30.816Z | Compiling rustc_version v0.1.7 |
| 3178 | 2026-07-01T22:42:30.894Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3179 | 2026-07-01T22:42:30.894Z | Compiling slog-dtrace v0.3.0 |
| 3180 | 2026-07-01T22:42:30.998Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3181 | 2026-07-01T22:42:31.035Z | Compiling minimal-lexical v0.2.1 |
| 3182 | 2026-07-01T22:42:31.083Z | Compiling newtype_derive v0.1.6 |
| 3183 | 2026-07-01T22:42:31.102Z | Compiling oxide-tokio-rt v0.1.4 |
| 3184 | 2026-07-01T22:42:31.203Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3185 | 2026-07-01T22:42:31.255Z | Compiling nom v7.1.3 |
| 3186 | 2026-07-01T22:42:31.331Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3187 | 2026-07-01T22:42:31.393Z | Compiling pkcs5 v0.8.1 |
| 3188 | 2026-07-01T22:42:31.411Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3189 | 2026-07-01T22:42:31.432Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3190 | 2026-07-01T22:42:31.477Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3191 | 2026-07-01T22:42:31.528Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3192 | 2026-07-01T22:42:31.587Z | Compiling typify v0.6.2 |
| 3193 | 2026-07-01T22:42:31.603Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3194 | 2026-07-01T22:42:31.669Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3195 | 2026-07-01T22:42:31.714Z | Compiling progenitor-impl v0.14.0 |
| 3196 | 2026-07-01T22:42:31.729Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3197 | 2026-07-01T22:42:31.896Z | Compiling hickory-resolver v0.24.4 |
| 3198 | 2026-07-01T22:42:31.920Z | Compiling phf_shared v0.12.1 |
| 3199 | 2026-07-01T22:42:31.971Z | Compiling csv-core v0.1.13 |
| 3200 | 2026-07-01T22:42:32.024Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3201 | 2026-07-01T22:42:32.121Z | Compiling unicode-xid v0.2.6 |
| 3202 | 2026-07-01T22:42:32.136Z | Compiling chrono-tz v0.10.4 |
| 3203 | 2026-07-01T22:42:32.264Z | Compiling xshell-macros v0.2.7 |
| 3204 | 2026-07-01T22:42:32.282Z | Compiling highway v1.3.0 |
| 3205 | 2026-07-01T22:42:32.366Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3206 | 2026-07-01T22:42:32.717Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3207 | 2026-07-01T22:42:32.752Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3208 | 2026-07-01T22:42:32.768Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3209 | 2026-07-01T22:42:32.783Z | Compiling xshell v0.2.7 |
| 3210 | 2026-07-01T22:42:32.918Z | Compiling const_format_proc_macros v0.2.34 |
| 3211 | 2026-07-01T22:42:32.984Z | Compiling qorb v0.4.1 |
| 3212 | 2026-07-01T22:42:33.002Z | Compiling csv v1.4.0 |
| 3213 | 2026-07-01T22:42:33.264Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3214 | 2026-07-01T22:42:33.285Z | Compiling phf v0.12.1 |
| 3215 | 2026-07-01T22:42:33.358Z | Compiling pkcs8 v0.11.0 |
| 3216 | 2026-07-01T22:42:33.434Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3217 | 2026-07-01T22:42:33.463Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3218 | 2026-07-01T22:42:33.593Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3219 | 2026-07-01T22:42:33.780Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3220 | 2026-07-01T22:42:33.783Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3221 | 2026-07-01T22:42:33.843Z | Compiling const_format v0.2.35 |
| 3222 | 2026-07-01T22:42:33.862Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3223 | 2026-07-01T22:42:33.916Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3224 | 2026-07-01T22:42:33.982Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3225 | 2026-07-01T22:42:34.182Z | Compiling tabled_derive v0.7.0 |
| 3226 | 2026-07-01T22:42:34.199Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3227 | 2026-07-01T22:42:34.418Z | Compiling bcs v0.1.6 |
| 3228 | 2026-07-01T22:42:34.442Z | Compiling progenitor-macro v0.14.0 |
| 3229 | 2026-07-01T22:42:34.647Z | Compiling ff v0.14.0 |
| 3230 | 2026-07-01T22:42:34.650Z | Compiling salty v0.3.0 |
| 3231 | 2026-07-01T22:42:34.769Z | Compiling tagptr v0.2.0 |
| 3232 | 2026-07-01T22:42:34.828Z | Compiling termtree v0.5.1 |
| 3233 | 2026-07-01T22:42:34.953Z | Compiling moka v0.12.13 |
| 3234 | 2026-07-01T22:42:34.998Z | Compiling textwrap v0.16.2 |
| 3235 | 2026-07-01T22:42:35.020Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3236 | 2026-07-01T22:42:35.052Z | Compiling steno v0.4.1 |
| 3237 | 2026-07-01T22:42:35.130Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3238 | 2026-07-01T22:42:35.205Z | Compiling sha1 v0.10.6 |
| 3239 | 2026-07-01T22:42:35.246Z | Compiling tabled v0.15.0 |
| 3240 | 2026-07-01T22:42:35.271Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3241 | 2026-07-01T22:42:35.299Z | Compiling signature v3.0.0 |
| 3242 | 2026-07-01T22:42:35.341Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3243 | 2026-07-01T22:42:35.475Z | Compiling base16ct v1.0.0 |
| 3244 | 2026-07-01T22:42:35.515Z | Compiling base64 v0.21.7 |
| 3245 | 2026-07-01T22:42:35.540Z | Compiling radium v0.7.0 |
| 3246 | 2026-07-01T22:42:35.630Z | Compiling group v0.14.0 |
| 3247 | 2026-07-01T22:42:35.734Z | Compiling hickory-resolver v0.25.2 |
| 3248 | 2026-07-01T22:42:35.832Z | Compiling sec1 v0.8.1 |
| 3249 | 2026-07-01T22:42:35.881Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3250 | 2026-07-01T22:42:35.902Z | Compiling hkdf v0.13.0 |
| 3251 | 2026-07-01T22:42:35.920Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3252 | 2026-07-01T22:42:36.037Z | Compiling rfc6979 v0.4.0 |
| 3253 | 2026-07-01T22:42:36.109Z | Compiling tap v1.0.1 |
| 3254 | 2026-07-01T22:42:36.171Z | Compiling maybe-uninit v2.0.0 |
| 3255 | 2026-07-01T22:42:36.175Z | Compiling ecdsa v0.16.9 |
| 3256 | 2026-07-01T22:42:36.207Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3257 | 2026-07-01T22:42:36.253Z | Compiling wyz v0.5.1 |
| 3258 | 2026-07-01T22:42:36.479Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3259 | 2026-07-01T22:42:36.580Z | Compiling primeorder v0.13.6 |
| 3260 | 2026-07-01T22:42:36.639Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3261 | 2026-07-01T22:42:36.664Z | Compiling packed_struct v0.10.1 |
| 3262 | 2026-07-01T22:42:36.860Z | Compiling parking_lot_core v0.8.6 |
| 3263 | 2026-07-01T22:42:36.904Z | Compiling funty v2.0.0 |
| 3264 | 2026-07-01T22:42:36.941Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3265 | 2026-07-01T22:42:36.986Z | Compiling utf-8 v0.7.6 |
| 3266 | 2026-07-01T22:42:37.125Z | Compiling proc-macro-error2 v2.0.1 |
| 3267 | 2026-07-01T22:42:37.214Z | Compiling tungstenite v0.21.0 |
| 3268 | 2026-07-01T22:42:37.250Z | Compiling bitvec v1.0.1 |
| 3269 | 2026-07-01T22:42:37.273Z | Compiling p384 v0.13.1 |
| 3270 | 2026-07-01T22:42:37.522Z | Compiling rfc6979 v0.5.0 |
| 3271 | 2026-07-01T22:42:37.576Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3272 | 2026-07-01T22:42:37.686Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3273 | 2026-07-01T22:42:37.705Z | Compiling num-derive v0.3.3 |
| 3274 | 2026-07-01T22:42:37.708Z | Compiling packed_struct_codegen v0.10.1 |
| 3275 | 2026-07-01T22:42:37.723Z | Compiling zerocopy-derive v0.6.6 |
| 3276 | 2026-07-01T22:42:37.758Z | Compiling bitfield-macros v0.19.4 |
| 3277 | 2026-07-01T22:42:37.786Z | Compiling indexmap v1.9.3 |
| 3278 | 2026-07-01T22:42:37.868Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3279 | 2026-07-01T22:42:38.040Z | Compiling nodrop v0.1.14 |
| 3280 | 2026-07-01T22:42:38.100Z | Compiling crc-catalog v2.4.0 |
| 3281 | 2026-07-01T22:42:38.117Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3282 | 2026-07-01T22:42:38.167Z | Compiling array-init v0.0.4 |
| 3283 | 2026-07-01T22:42:38.218Z | Compiling crc v3.4.0 |
| 3284 | 2026-07-01T22:42:38.352Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3285 | 2026-07-01T22:42:38.418Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3286 | 2026-07-01T22:42:38.467Z | Compiling tokio-tungstenite v0.21.0 |
| 3287 | 2026-07-01T22:42:38.489Z | Compiling ecdsa v0.17.0-rc.18 |
| 3288 | 2026-07-01T22:42:38.554Z | Compiling smallvec v0.6.14 |
| 3289 | 2026-07-01T22:42:38.626Z | Compiling bitfield v0.19.4 |
| 3290 | 2026-07-01T22:42:38.682Z | Compiling zerocopy v0.6.6 |
| 3291 | 2026-07-01T22:42:38.709Z | Compiling libscf-sys v1.1.0 |
| 3292 | 2026-07-01T22:42:38.791Z | Compiling tabled_derive v0.11.0 |
| 3293 | 2026-07-01T22:42:38.826Z | Compiling primeorder v0.14.0-rc.10 |
| 3294 | 2026-07-01T22:42:38.871Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3295 | 2026-07-01T22:42:38.885Z | Compiling primefield v0.14.0 |
| 3296 | 2026-07-01T22:42:38.949Z | Compiling progenitor-impl v0.13.0 |
| 3297 | 2026-07-01T22:42:38.966Z | Compiling papergrid v0.17.0 |
| 3298 | 2026-07-01T22:42:39.046Z | Compiling testing_table v0.3.0 |
| 3299 | 2026-07-01T22:42:39.056Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3300 | 2026-07-01T22:42:39.154Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3301 | 2026-07-01T22:42:39.155Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3302 | 2026-07-01T22:42:39.196Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3303 | 2026-07-01T22:42:39.232Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3304 | 2026-07-01T22:42:39.252Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3305 | 2026-07-01T22:42:39.425Z | Compiling hashbrown v0.12.3 |
| 3306 | 2026-07-01T22:42:39.457Z | Compiling corncobs v0.1.4 |
| 3307 | 2026-07-01T22:42:39.505Z | Compiling unicase v2.9.0 |
| 3308 | 2026-07-01T22:42:39.575Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3309 | 2026-07-01T22:42:39.614Z | Compiling progenitor v0.14.0 |
| 3310 | 2026-07-01T22:42:39.665Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-07-01T22:42:39.736Z | Compiling mime_guess v2.0.5 |
| 3312 | 2026-07-01T22:42:39.758Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3313 | 2026-07-01T22:42:39.778Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3314 | 2026-07-01T22:42:39.835Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3315 | 2026-07-01T22:42:40.010Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3316 | 2026-07-01T22:42:40.029Z | Compiling tabled v0.20.0 |
| 3317 | 2026-07-01T22:42:40.106Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3318 | 2026-07-01T22:42:40.184Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-07-01T22:42:40.224Z | Compiling parking_lot v0.11.2 |
| 3320 | 2026-07-01T22:42:40.276Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3321 | 2026-07-01T22:42:40.307Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3322 | 2026-07-01T22:42:40.344Z | Compiling serde-hex v0.1.0 |
| 3323 | 2026-07-01T22:42:40.495Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3324 | 2026-07-01T22:42:40.572Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3325 | 2026-07-01T22:42:40.606Z | Compiling ron v0.8.1 |
| 3326 | 2026-07-01T22:42:40.696Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3327 | 2026-07-01T22:42:40.717Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3328 | 2026-07-01T22:42:40.759Z | Compiling hashbrown v0.13.2 |
| 3329 | 2026-07-01T22:42:41.065Z | Compiling progenitor-client v0.13.0 |
| 3330 | 2026-07-01T22:42:41.220Z | Compiling prefix-trie v0.7.0 |
| 3331 | 2026-07-01T22:42:41.294Z | Compiling fxhash v0.2.1 |
| 3332 | 2026-07-01T22:42:41.310Z | Compiling secrecy v0.8.0 |
| 3333 | 2026-07-01T22:42:41.429Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3334 | 2026-07-01T22:42:41.470Z | Compiling crc-any v2.5.0 |
| 3335 | 2026-07-01T22:42:41.652Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3336 | 2026-07-01T22:42:41.655Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3337 | 2026-07-01T22:42:41.731Z | Compiling progenitor-macro v0.13.0 |
| 3338 | 2026-07-01T22:42:41.746Z | Compiling hickory-server v0.25.2 |
| 3339 | 2026-07-01T22:42:42.172Z | Compiling sled v0.34.7 |
| 3340 | 2026-07-01T22:42:42.291Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3341 | 2026-07-01T22:42:42.536Z | Compiling object v0.30.4 |
| 3342 | 2026-07-01T22:42:42.595Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3343 | 2026-07-01T22:42:42.618Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3344 | 2026-07-01T22:42:42.685Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3345 | 2026-07-01T22:42:42.828Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3346 | 2026-07-01T22:42:42.945Z | Compiling ed25519 v3.0.0 |
| 3347 | 2026-07-01T22:42:43.154Z | Compiling crypto-primes v0.7.2 |
| 3348 | 2026-07-01T22:42:43.469Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3349 | 2026-07-01T22:42:43.665Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3350 | 2026-07-01T22:42:43.953Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3351 | 2026-07-01T22:42:44.098Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3352 | 2026-07-01T22:42:44.116Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3353 | 2026-07-01T22:42:44.268Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3354 | 2026-07-01T22:42:44.287Z | Compiling poly1305 v0.9.0 |
| 3355 | 2026-07-01T22:42:44.691Z | Compiling blowfish v0.10.0 |
| 3356 | 2026-07-01T22:42:44.733Z | Compiling blake2 v0.11.0-rc.6 |
| 3357 | 2026-07-01T22:42:44.757Z | Compiling keccak v0.2.0 |
| 3358 | 2026-07-01T22:42:44.801Z | Compiling crc8 v0.1.1 |
| 3359 | 2026-07-01T22:42:44.914Z | Compiling http-range v0.1.5 |
| 3360 | 2026-07-01T22:42:44.954Z | Compiling path-slash v0.1.5 |
| 3361 | 2026-07-01T22:42:44.970Z | Compiling fiat-crypto v0.3.0 |
| 3362 | 2026-07-01T22:42:44.970Z | Compiling half v1.8.3 |
| 3363 | 2026-07-01T22:42:45.071Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3364 | 2026-07-01T22:42:45.111Z | Compiling argon2 v0.6.0-rc.8 |
| 3365 | 2026-07-01T22:42:45.129Z | Compiling sha3 v0.11.0 |
| 3366 | 2026-07-01T22:42:45.144Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3367 | 2026-07-01T22:42:45.241Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3368 | 2026-07-01T22:42:45.270Z | Compiling serde_cbor v0.11.2 |
| 3369 | 2026-07-01T22:42:45.350Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3370 | 2026-07-01T22:42:45.478Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3371 | 2026-07-01T22:42:45.559Z | Compiling rsa v0.10.0-rc.18 |
| 3372 | 2026-07-01T22:42:45.795Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3373 | 2026-07-01T22:42:45.922Z | Compiling illumos-nvpair v0.3.0 |
| 3374 | 2026-07-01T22:42:46.213Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3375 | 2026-07-01T22:42:46.231Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3376 | 2026-07-01T22:42:46.250Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3377 | 2026-07-01T22:42:46.266Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3378 | 2026-07-01T22:42:46.269Z | Compiling p521 v0.14.0-rc.10 |
| 3379 | 2026-07-01T22:42:46.364Z | Compiling p256 v0.14.0-rc.10 |
| 3380 | 2026-07-01T22:42:46.512Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3381 | 2026-07-01T22:42:46.530Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3382 | 2026-07-01T22:42:46.600Z | Compiling yasna v0.5.2 |
| 3383 | 2026-07-01T22:42:46.659Z | Compiling kstat-rs v0.2.4 |
| 3384 | 2026-07-01T22:42:46.782Z | Compiling headers-core v0.3.0 |
| 3385 | 2026-07-01T22:42:46.828Z | Compiling progenitor v0.13.0 |
| 3386 | 2026-07-01T22:42:46.929Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3387 | 2026-07-01T22:42:46.988Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3388 | 2026-07-01T22:42:47.007Z | Compiling kem v0.3.0 |
| 3389 | 2026-07-01T22:42:47.080Z | Compiling module-lattice v0.2.3 |
| 3390 | 2026-07-01T22:42:47.153Z | Compiling nanorand v0.7.0 |
| 3391 | 2026-07-01T22:42:47.172Z | Compiling atty v0.2.14 |
| 3392 | 2026-07-01T22:42:47.238Z | Compiling rcgen v0.12.1 |
| 3393 | 2026-07-01T22:42:47.298Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3394 | 2026-07-01T22:42:47.315Z | Compiling ml-kem v0.3.2 |
| 3395 | 2026-07-01T22:42:47.322Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3396 | 2026-07-01T22:42:47.353Z | Compiling flume v0.11.1 |
| 3397 | 2026-07-01T22:42:47.461Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3398 | 2026-07-01T22:42:47.616Z | Compiling headers v0.4.1 |
| 3399 | 2026-07-01T22:42:47.697Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3400 | 2026-07-01T22:42:47.873Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3401 | 2026-07-01T22:42:48.129Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3402 | 2026-07-01T22:42:48.329Z | Compiling hyper-staticfile v0.10.1 |
| 3403 | 2026-07-01T22:42:48.348Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3404 | 2026-07-01T22:42:48.352Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3405 | 2026-07-01T22:42:48.406Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3406 | 2026-07-01T22:42:48.461Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3407 | 2026-07-01T22:42:48.740Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3408 | 2026-07-01T22:42:48.869Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3409 | 2026-07-01T22:42:49.043Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3410 | 2026-07-01T22:42:49.118Z | Compiling russh-cryptovec v0.61.0 |
| 3411 | 2026-07-01T22:42:49.166Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3412 | 2026-07-01T22:42:49.240Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3413 | 2026-07-01T22:42:49.371Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3414 | 2026-07-01T22:42:49.614Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3415 | 2026-07-01T22:42:49.614Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3416 | 2026-07-01T22:42:49.652Z | Compiling num-bigint v0.4.6 |
| 3417 | 2026-07-01T22:42:49.741Z | Compiling generic-array v1.4.3 |
| 3418 | 2026-07-01T22:42:49.884Z | Compiling russh-util v0.52.0 |
| 3419 | 2026-07-01T22:42:50.027Z | Compiling enum_dispatch v0.3.13 |
| 3420 | 2026-07-01T22:42:50.069Z | Compiling delegate v0.13.5 |
| 3421 | 2026-07-01T22:42:50.087Z | Compiling subprocess v0.2.15 |
| 3422 | 2026-07-01T22:42:50.248Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3423 | 2026-07-01T22:42:50.369Z | Compiling p384 v0.14.0-rc.10 |
| 3424 | 2026-07-01T22:42:50.388Z | Compiling hex-literal v1.1.0 |
| 3425 | 2026-07-01T22:42:50.528Z | Compiling md5 v0.8.0 |
| 3426 | 2026-07-01T22:42:50.755Z | Compiling display-error-chain v0.2.2 |
| 3427 | 2026-07-01T22:42:50.772Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3428 | 2026-07-01T22:42:50.821Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3429 | 2026-07-01T22:42:50.837Z | Compiling colored v2.2.0 |
| 3430 | 2026-07-01T22:42:50.894Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3431 | 2026-07-01T22:42:50.924Z | Compiling socket2 v0.5.10 |
| 3432 | 2026-07-01T22:42:51.012Z | Compiling internet-checksum v0.2.1 |
| 3433 | 2026-07-01T22:42:51.840Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3434 | 2026-07-01T22:42:52.539Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3435 | 2026-07-01T22:42:52.578Z | Compiling ssh-key v0.7.0-rc.10 |
| 3436 | 2026-07-01T22:42:53.023Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3437 | 2026-07-01T22:42:53.847Z | Compiling russh v0.61.2 |
| 3438 | 2026-07-01T22:42:54.002Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3439 | 2026-07-01T22:42:54.857Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3440 | 2026-07-01T22:43:03.268Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3441 | 2026-07-01T22:43:03.268Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3442 | 2026-07-01T22:43:03.268Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3443 | 2026-07-01T22:43:03.268Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3444 | 2026-07-01T22:43:04.983Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3445 | 2026-07-01T22:43:05.101Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3446 | 2026-07-01T22:43:09.038Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3447 | 2026-07-01T22:43:49.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3448 | 2026-07-01T22:43:49.412Z | |
| 3449 | 2026-07-01T22:43:49.412Z | real 1:27.803702784 |
| 3450 | 2026-07-01T22:43:49.412Z | user 8:45.080577973 |
| 3451 | 2026-07-01T22:43:49.412Z | sys 1:45.595624607 |
| 3452 | 2026-07-01T22:43:49.412Z | trap 0.275674558 |
| 3453 | 2026-07-01T22:43:49.412Z | tflt 0.438098257 |
| 3454 | 2026-07-01T22:43:49.412Z | dflt 1.618594486 |
| 3455 | 2026-07-01T22:43:49.416Z | kflt 0.000257000 |
| 3456 | 2026-07-01T22:43:49.416Z | lock 31:09.502707802 |
| 3457 | 2026-07-01T22:43:49.416Z | slp 20:01.149439184 |
| 3458 | 2026-07-01T22:43:49.416Z | lat 44.325873906 |
| 3459 | 2026-07-01T22:43:49.416Z | stop 3:11.610410202 |
| 3460 | 2026-07-01T22:43:49.416Z | + mkdir tests |
| 3461 | 2026-07-01T22:43:49.416Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3462 | 2026-07-01T22:43:49.420Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3463 | 2026-07-01T22:43:49.440Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5d8788095df50169 tests/ |
| 3464 | 2026-07-01T22:43:49.471Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28ca867972fd04ac tests/ |
| 3465 | 2026-07-01T22:43:49.501Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-532d150591fa6cbf tests/ |
| 3466 | 2026-07-01T22:43:49.530Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6647dcf137384933 tests/ |
| 3467 | 2026-07-01T22:43:49.782Z | + 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) |
| 3468 | 2026-07-01T22:43:49.785Z | + 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-28ca867972fd04ac tests/commtest-532d150591fa6cbf tests/dhcp_server-5d8788095df50169 tests/end_to_end_tests-6647dcf137384933 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 |
| 3469 | 2026-07-01T22:45:09.066Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3470 | 2026-07-01T22:45:09.066Z | a .github/buildomat/ci-env.sh 1K |
| 3471 | 2026-07-01T22:45:09.066Z | a out/target/test 1K |
| 3472 | 2026-07-01T22:45:09.066Z | a out/npuzone/npuzone 27402K |
| 3473 | 2026-07-01T22:45:09.067Z | a package-manifest.toml 35K |
| 3474 | 2026-07-01T22:45:09.067Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3475 | 2026-07-01T22:45:09.067Z | a target/release/omicron-package 40715K |
| 3476 | 2026-07-01T22:45:09.067Z | a target/release/xtask 10425K |
| 3477 | 2026-07-01T22:45:09.067Z | a target/debug/bootstrap 348392K |
| 3478 | 2026-07-01T22:45:09.067Z | a tests/bootstrap-28ca867972fd04ac 31974K |
| 3479 | 2026-07-01T22:45:09.067Z | a tests/commtest-532d150591fa6cbf 32169K |
| 3480 | 2026-07-01T22:45:09.067Z | a tests/dhcp_server-5d8788095df50169 31974K |
| 3481 | 2026-07-01T22:45:09.067Z | a tests/end_to_end_tests-6647dcf137384933 399227K |
| 3482 | 2026-07-01T22:45:09.067Z | a tools/opte_version 1K |
| 3483 | 2026-07-01T22:45:09.067Z | a tools/opte_version_override 2K |
| 3484 | 2026-07-01T22:45:09.067Z | a out/clickhouse.tar.gz 308148K |
| 3485 | 2026-07-01T22:45:09.067Z | a out/clickhouse_keeper.tar.gz 294620K |
| 3486 | 2026-07-01T22:45:09.067Z | a out/clickhouse_server.tar.gz 308145K |
| 3487 | 2026-07-01T22:45:09.067Z | a out/cockroachdb.tar.gz 158513K |
| 3488 | 2026-07-01T22:45:09.067Z | a out/crucible-pantry-zone.tar.gz 37339K |
| 3489 | 2026-07-01T22:45:09.068Z | a out/crucible-utils.tar 18900K |
| 3490 | 2026-07-01T22:45:09.068Z | a out/crucible-zone.tar.gz 52035K |
| 3491 | 2026-07-01T22:45:09.068Z | a out/external-dns.tar.gz 43912K |
| 3492 | 2026-07-01T22:45:09.068Z | a out/internal-dns.tar.gz 43912K |
| 3493 | 2026-07-01T22:45:09.068Z | a out/mg-ddm-gz.tar 97917K |
| 3494 | 2026-07-01T22:45:09.068Z | a out/nexus.tar.gz 272384K |
| 3495 | 2026-07-01T22:45:09.068Z | a out/ntp.tar.gz 26492K |
| 3496 | 2026-07-01T22:45:09.068Z | a out/omicron-gateway-softnpu.tar.gz 27897K |
| 3497 | 2026-07-01T22:45:09.068Z | a out/omicron-sled-agent.tar 190844K |
| 3498 | 2026-07-01T22:45:09.068Z | a out/overlay.tar.gz 3K |
| 3499 | 2026-07-01T22:45:09.068Z | a out/oximeter.tar.gz 60742K |
| 3500 | 2026-07-01T22:45:09.068Z | a out/oxlog.tar 3808K |
| 3501 | 2026-07-01T22:45:09.068Z | a out/probe.tar.gz 3037K |
| 3502 | 2026-07-01T22:45:09.068Z | a out/propolis-server.tar.gz 34372K |
| 3503 | 2026-07-01T22:45:09.068Z | a out/pumpkind-gz.tar 26647K |
| 3504 | 2026-07-01T22:45:09.068Z | a out/switch-softnpu.tar.gz 445905K |
| 3505 | 2026-07-01T22:45:09.075Z | |
| 3506 | 2026-07-01T22:45:09.075Z | real 1:19.278868608 |
| 3507 | 2026-07-01T22:45:09.075Z | user 1:16.607421490 |
| 3508 | 2026-07-01T22:45:09.075Z | sys 4.431468728 |
| 3509 | 2026-07-01T22:45:09.075Z | trap 0.006304827 |
| 3510 | 2026-07-01T22:45:09.075Z | tflt 0.000000000 |
| 3511 | 2026-07-01T22:45:09.075Z | dflt 0.000000000 |
| 3512 | 2026-07-01T22:45:09.075Z | kflt 0.000000000 |
| 3513 | 2026-07-01T22:45:09.075Z | lock 0.000000000 |
| 3514 | 2026-07-01T22:45:09.075Z | slp 1:16.531280543 |
| 3515 | 2026-07-01T22:45:09.075Z | lat 0.977133934 |
| 3516 | 2026-07-01T22:45:09.075Z | stop 0.000222940 |
| 3517 | 2026-07-01T22:45:09.075Z | process exited: duration 966967 ms, exit code 0 |
| |
| 3518 | 2026-07-01T22:45:09.094Z | found 1 output files |
| 3519 | 2026-07-01T22:45:09.094Z | uploading: /work/package.tar.gz (2454188550 bytes) |
| 3520 | 2026-07-01T22:46:12.118Z | uploaded: /work/package.tar.gz |