|
|
|
| 1 | 2026-08-14T18:37:11.822Z | job assigned to worker 01M00RZ1R585CNF0QB0V81EAEN [factory aws, i-0dad0de493d4a8196] (queued for 1 m 12 s) |
| |
| 2 | 2026-08-14T18:37:18.461Z | starting task 0: "setup" |
| 3 | 2026-08-14T18:37:18.470Z | ++ uname -s |
| 4 | 2026-08-14T18:37:18.474Z | + kern=SunOS |
| 5 | 2026-08-14T18:37:18.474Z | + build_user=build |
| 6 | 2026-08-14T18:37:18.474Z | + build_uid=12345 |
| 7 | 2026-08-14T18:37:18.474Z | + work_dir=/work |
| 8 | 2026-08-14T18:37:18.474Z | + input_dir=/input |
| 9 | 2026-08-14T18:37:18.474Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-14T18:37:18.474Z | + case "$kern" in |
| 11 | 2026-08-14T18:37:18.474Z | + groupadd -g 12345 build |
| 12 | 2026-08-14T18:37:18.479Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-14T18:37:20.502Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-14T18:37:20.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-14T18:37:20.585Z | + home_fs=zfs |
| 16 | 2026-08-14T18:37:20.585Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-14T18:37:20.585Z | + mkdir -p /home/build |
| 18 | 2026-08-14T18:37:20.585Z | + chown build:build /home/build /work |
| 19 | 2026-08-14T18:37:22.564Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-14T18:37:22.572Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-08-14T18:37:22.583Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-14T18:37:22.587Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-14T18:37:22.587Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-14T18:37:22.587Z | * rust toolchain profile = "default" |
| 25 | 2026-08-14T18:37:22.587Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-14T18:37:22.587Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-14T18:37:22.587Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-14T18:37:22.595Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-14T18:37:22.595Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-14T18:37:22.700Z | info: downloading installer |
| 31 | 2026-08-14T18:37:24.096Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-14T18:37:24.096Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-14T18:37:24.096Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-14T18:37:24.096Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-14T18:37:24.107Z | info: profile set to default |
| 36 | 2026-08-14T18:37:24.108Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-14T18:37:24.108Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-14T18:37:24.224Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-14T18:37:24.224Z | info: downloading 6 components |
| 40 | 2026-08-14T18:37:39.052Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-14T18:37:39.052Z | |
| 42 | 2026-08-14T18:37:39.087Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-14T18:37:39.087Z | |
| 44 | 2026-08-14T18:37:39.087Z | |
| 45 | 2026-08-14T18:37:39.087Z | Rust is installed now. Great! |
| 46 | 2026-08-14T18:37:39.087Z | |
| 47 | 2026-08-14T18:37:39.087Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-14T18:37:39.087Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-14T18:37:39.087Z | |
| 50 | 2026-08-14T18:37:39.087Z | To configure your current shell, you need to source |
| 51 | 2026-08-14T18:37:39.088Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-14T18:37:39.088Z | |
| 53 | 2026-08-14T18:37:39.088Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-14T18:37:39.088Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-14T18:37:39.088Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-14T18:37:39.088Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-14T18:37:39.088Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-14T18:37:39.088Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-14T18:37:39.088Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-14T18:37:39.091Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-14T18:37:39.091Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-14T18:37:39.193Z | + rustup --version |
| 63 | 2026-08-14T18:37:39.199Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-14T18:37:39.203Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-14T18:37:39.221Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-14T18:37:39.224Z | + cargo --version |
| 67 | 2026-08-14T18:37:39.233Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-14T18:37:39.237Z | + rustc --version |
| 69 | 2026-08-14T18:37:39.255Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-14T18:37:39.258Z | process exited: duration 16678 ms, exit code 0 |
| |
| 71 | 2026-08-14T18:37:39.265Z | starting task 2: "authentication" |
| 72 | 2026-08-14T18:37:39.283Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-14T18:37:39.289Z | starting task 3: "clone repository" |
| 74 | 2026-08-14T18:37:39.293Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-14T18:37:39.297Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-14T18:37:39.328Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-14T18:37:50.437Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-14T18:37:50.437Z | + git fetch origin 556a25de367707f428065fcb26e8c63d8412799e |
| 79 | 2026-08-14T18:37:53.031Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-14T18:37:53.031Z | * branch 556a25de367707f428065fcb26e8c63d8412799e -> FETCH_HEAD |
| 81 | 2026-08-14T18:37:53.051Z | + [[ -n '' ]] |
| 82 | 2026-08-14T18:37:53.051Z | + git reset --hard 556a25de367707f428065fcb26e8c63d8412799e |
| 83 | 2026-08-14T18:37:53.310Z | HEAD is now at 556a25de3 [nexus] use `matching_classes` in alert glob reprocessing |
| 84 | 2026-08-14T18:37:53.313Z | process exited: duration 14023 ms, exit code 0 |
| |
| 85 | 2026-08-14T18:37:53.319Z | starting task 4: "build" |
| 86 | 2026-08-14T18:37:53.326Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-14T18:37:53.329Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-14T18:37:53.329Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-14T18:37:53.329Z | +++ uname -s |
| 90 | 2026-08-14T18:37:53.329Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-14T18:37:53.329Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-14T18:37:53.329Z | + cargo --version |
| 93 | 2026-08-14T18:37:53.340Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-14T18:37:53.343Z | + rustc --version |
| 95 | 2026-08-14T18:37:53.363Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-14T18:37:53.366Z | + WORK=/work |
| 97 | 2026-08-14T18:37:53.366Z | + pfexec mkdir -p /work |
| 98 | 2026-08-14T18:37:53.369Z | + pfexec chown build /work |
| 99 | 2026-08-14T18:37:53.372Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-14T18:37:55.240Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-14T18:37:55.552Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-14T18:37:57.223Z | Planning: Solver setup ... Done (1.571s) |
| 103 | 2026-08-14T18:37:57.277Z | Planning: Running solver ... Done (0.054s) |
| 104 | 2026-08-14T18:37:57.319Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-14T18:37:57.331Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-14T18:37:57.348Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-14T18:37:57.363Z | Planning: Package planning ... Done (0.015s) |
| 108 | 2026-08-14T18:37:57.366Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-08-14T18:37:57.535Z | Planning: Checking for conflicting actions ... Done (0.169s) |
| 110 | 2026-08-14T18:37:57.538Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-14T18:37:58.396Z | Planning: Evaluating mediators ... Done (0.861s) |
| 112 | 2026-08-14T18:37:58.400Z | Planning: Planning completed in 2.81 seconds |
| 113 | 2026-08-14T18:37:58.406Z | Packages to install: 2 |
| 114 | 2026-08-14T18:37:58.406Z | Estimated space available: 156.01 GB |
| 115 | 2026-08-14T18:37:58.406Z | Estimated space to be consumed: 67.96 MB |
| 116 | 2026-08-14T18:37:58.406Z | Create boot environment: No |
| 117 | 2026-08-14T18:37:58.406Z | Create backup boot environment: No |
| 118 | 2026-08-14T18:37:58.406Z | Rebuild boot archive: No |
| 119 | 2026-08-14T18:37:58.410Z | |
| 120 | 2026-08-14T18:37:58.410Z | Changed packages: |
| 121 | 2026-08-14T18:37:58.410Z | helios |
| 122 | 2026-08-14T18:37:58.410Z | developer/build-essential |
| 123 | 2026-08-14T18:37:58.410Z | None -> 11-3.0 |
| 124 | 2026-08-14T18:37:58.410Z | library/libxmlsec1 |
| 125 | 2026-08-14T18:37:58.410Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-14T18:37:58.433Z | |
| 127 | 2026-08-14T18:37:58.433Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-14T18:37:58.508Z | Download: Completed 1.28 MB in 0.07 seconds (17.1M/s) |
| 129 | 2026-08-14T18:37:58.563Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-14T18:37:58.602Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-14T18:37:58.635Z | Finalize: Updating package state database ... Done (0.031s) |
| 132 | 2026-08-14T18:37:58.635Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-14T18:37:58.706Z | Finalize: Updating image state ... Done (0.072s) |
| 134 | 2026-08-14T18:38:01.359Z | Finalize: Creating fast lookup database ... Done (2.606s) |
| 135 | 2026-08-14T18:38:01.428Z | Finalize: Reading search index ... Done (0.014s) |
| 136 | 2026-08-14T18:38:01.432Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-14T18:38:01.555Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-14T18:38:01.911Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-14T18:38:02.014Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-14T18:38:02.019Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-14T18:38:02.170Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-14T18:38:02.173Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-08-14T18:38:02.193Z | Mediators to change: 2 |
| 144 | 2026-08-14T18:38:02.193Z | Create boot environment: No |
| 145 | 2026-08-14T18:38:02.193Z | Create backup boot environment: No |
| 146 | 2026-08-14T18:38:02.233Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-14T18:38:02.233Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-14T18:38:02.280Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-14T18:38:04.215Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-14T18:38:04.279Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-14T18:38:04.283Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-14T18:38:04.385Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-14T18:38:04.671Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-14T18:38:04.776Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-14T18:38:04.779Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-14T18:38:04.932Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-14T18:38:04.935Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-08-14T18:38:04.957Z | Mediators to change: 1 |
| 159 | 2026-08-14T18:38:04.957Z | Create boot environment: No |
| 160 | 2026-08-14T18:38:04.957Z | Create backup boot environment: No |
| 161 | 2026-08-14T18:38:04.999Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-14T18:38:04.999Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-14T18:38:05.042Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-14T18:38:06.965Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-14T18:38:07.026Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-14T18:38:07.029Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-14T18:38:07.095Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-14T18:38:07.404Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-14T18:38:07.404Z | apache system 2.4 system |
| 170 | 2026-08-14T18:38:07.404Z | clang system 15 system |
| 171 | 2026-08-14T18:38:07.404Z | csh system system illumos |
| 172 | 2026-08-14T18:38:07.404Z | ctags system system illumos |
| 173 | 2026-08-14T18:38:07.404Z | file vendor vendor darwinsys |
| 174 | 2026-08-14T18:38:07.404Z | file system system illumos |
| 175 | 2026-08-14T18:38:07.404Z | gcc vendor 14 vendor |
| 176 | 2026-08-14T18:38:07.404Z | gcc system 13 system |
| 177 | 2026-08-14T18:38:07.404Z | gcc system 10 system |
| 178 | 2026-08-14T18:38:07.404Z | go system 1.25 system |
| 179 | 2026-08-14T18:38:07.404Z | llvm system 15 system |
| 180 | 2026-08-14T18:38:07.404Z | mariadb system 11.4 system |
| 181 | 2026-08-14T18:38:07.404Z | mta vendor vendor dma |
| 182 | 2026-08-14T18:38:07.404Z | openjdk system 17 system |
| 183 | 2026-08-14T18:38:07.404Z | openjdk system 11 system |
| 184 | 2026-08-14T18:38:07.404Z | openssl vendor 3 vendor |
| 185 | 2026-08-14T18:38:07.405Z | perl system 5.40 system |
| 186 | 2026-08-14T18:38:07.405Z | postgresql system 18 system |
| 187 | 2026-08-14T18:38:07.405Z | postgresql system 17 system |
| 188 | 2026-08-14T18:38:07.405Z | python vendor 3 vendor |
| 189 | 2026-08-14T18:38:07.405Z | python system 2 system |
| 190 | 2026-08-14T18:38:07.405Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-14T18:38:07.405Z | ruby system 3.4 system |
| 192 | 2026-08-14T18:38:07.405Z | ruby system 3.0 system |
| 193 | 2026-08-14T18:38:07.405Z | words vendor vendor american-english |
| 194 | 2026-08-14T18:38:07.405Z | words system system australian-english |
| 195 | 2026-08-14T18:38:07.405Z | words system system british-english |
| 196 | 2026-08-14T18:38:07.405Z | words system system canadian-english |
| 197 | 2026-08-14T18:38:07.405Z | words system system french |
| 198 | 2026-08-14T18:38:07.405Z | words system system italian |
| 199 | 2026-08-14T18:38:07.405Z | words system system ngerman |
| 200 | 2026-08-14T18:38:07.405Z | words system system ogerman |
| 201 | 2026-08-14T18:38:07.405Z | words system system spanish |
| 202 | 2026-08-14T18:38:07.662Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-14T18:38:07.662Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-14T18:38:08.109Z | FMRI IFO |
| 205 | 2026-08-14T18:38:08.109Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-14T18:38:08.109Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-14T18:38:08.109Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-14T18:38:08.109Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-14T18:38:08.109Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-14T18:38:08.109Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-14T18:38:08.109Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-14T18:38:08.109Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-14T18:38:08.109Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-14T18:38:08.427Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-14T18:38:08.815Z | Updating crates.io index |
| 216 | 2026-08-14T18:38:08.818Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-14T18:38:09.194Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-14T18:38:09.594Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-08-14T18:38:10.654Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-08-14T18:38:11.430Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-08-14T18:38:13.183Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-08-14T18:38:14.020Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-08-14T18:38:14.392Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-08-14T18:38:14.818Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-08-14T18:38:16.493Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-08-14T18:38:16.801Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-08-14T18:38:17.173Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-08-14T18:38:17.770Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 229 | 2026-08-14T18:38:18.040Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 230 | 2026-08-14T18:38:18.342Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 231 | 2026-08-14T18:38:18.636Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-08-14T18:38:18.961Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-08-14T18:38:19.279Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-08-14T18:38:19.725Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-14T18:38:20.184Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-08-14T18:38:20.528Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 237 | 2026-08-14T18:38:21.034Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 238 | 2026-08-14T18:38:21.346Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 239 | 2026-08-14T18:38:21.909Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-08-14T18:38:22.235Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 241 | 2026-08-14T18:38:22.515Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-08-14T18:38:22.971Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-08-14T18:38:23.302Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-14T18:38:23.718Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-08-14T18:38:24.053Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-08-14T18:38:24.324Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 247 | 2026-08-14T18:38:24.676Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-08-14T18:38:25.057Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 249 | 2026-08-14T18:38:25.608Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-08-14T18:38:26.156Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-08-14T18:38:26.472Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-08-14T18:38:26.796Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 253 | 2026-08-14T18:38:27.091Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 254 | 2026-08-14T18:38:27.400Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-08-14T18:38:27.661Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-08-14T18:38:28.014Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-08-14T18:38:28.309Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-08-14T18:38:31.031Z | Downloading crates ... |
| 259 | 2026-08-14T18:38:31.078Z | Downloaded anstream v1.0.0 |
| 260 | 2026-08-14T18:38:31.086Z | Downloaded ucd-trie v0.1.7 |
| 261 | 2026-08-14T18:38:31.096Z | Downloaded cfg-if v1.0.4 |
| 262 | 2026-08-14T18:38:31.100Z | Downloaded zmij v1.0.21 |
| 263 | 2026-08-14T18:38:31.103Z | Downloaded serde_derive v1.0.228 |
| 264 | 2026-08-14T18:38:31.111Z | Downloaded heck v0.4.1 |
| 265 | 2026-08-14T18:38:31.115Z | Downloaded zerocopy v0.7.35 |
| 266 | 2026-08-14T18:38:31.123Z | Downloaded anyhow v1.0.102 |
| 267 | 2026-08-14T18:38:31.136Z | Downloaded dof v0.3.0 |
| 268 | 2026-08-14T18:38:31.137Z | Downloaded itoa v1.0.17 |
| 269 | 2026-08-14T18:38:31.142Z | Downloaded memmap v0.7.0 |
| 270 | 2026-08-14T18:38:31.142Z | Downloaded colorchoice v1.0.4 |
| 271 | 2026-08-14T18:38:31.142Z | Downloaded block-buffer v0.10.4 |
| 272 | 2026-08-14T18:38:31.142Z | Downloaded cargo-platform v0.3.2 |
| 273 | 2026-08-14T18:38:31.142Z | Downloaded anstyle-query v1.1.5 |
| 274 | 2026-08-14T18:38:31.142Z | Downloaded is_terminal_polyfill v1.70.2 |
| 275 | 2026-08-14T18:38:31.142Z | Downloaded generic-array v0.14.7 |
| 276 | 2026-08-14T18:38:31.142Z | Downloaded fastrand v2.3.0 |
| 277 | 2026-08-14T18:38:31.152Z | Downloaded cpufeatures v0.2.17 |
| 278 | 2026-08-14T18:38:31.156Z | Downloaded camino v1.2.2 |
| 279 | 2026-08-14T18:38:31.161Z | Downloaded clap_lex v1.0.0 |
| 280 | 2026-08-14T18:38:31.161Z | Downloaded crypto-common v0.1.7 |
| 281 | 2026-08-14T18:38:31.161Z | Downloaded usdt v0.5.0 |
| 282 | 2026-08-14T18:38:31.161Z | Downloaded errno v0.3.14 |
| 283 | 2026-08-14T18:38:31.166Z | Downloaded smawk v0.3.2 |
| 284 | 2026-08-14T18:38:31.166Z | Downloaded utf8parse v0.2.2 |
| 285 | 2026-08-14T18:38:31.170Z | Downloaded dtrace-parser v0.2.0 |
| 286 | 2026-08-14T18:38:31.181Z | Downloaded equivalent v1.0.2 |
| 287 | 2026-08-14T18:38:31.185Z | Downloaded toml_write v0.1.2 |
| 288 | 2026-08-14T18:38:31.185Z | Downloaded macaddr v1.0.1 |
| 289 | 2026-08-14T18:38:31.189Z | Downloaded fnv v1.0.7 |
| 290 | 2026-08-14T18:38:31.189Z | Downloaded log v0.4.29 |
| 291 | 2026-08-14T18:38:31.189Z | Downloaded anstyle v1.0.14 |
| 292 | 2026-08-14T18:38:31.195Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-08-14T18:38:31.198Z | Downloaded strsim v0.11.1 |
| 294 | 2026-08-14T18:38:31.201Z | Downloaded proc-macro-error-attr v1.0.4 |
| 295 | 2026-08-14T18:38:31.202Z | Downloaded usdt-macro v0.5.0 |
| 296 | 2026-08-14T18:38:31.202Z | Downloaded heck v0.5.0 |
| 297 | 2026-08-14T18:38:31.202Z | Downloaded plain v0.2.3 |
| 298 | 2026-08-14T18:38:31.207Z | Downloaded swrite v0.1.0 |
| 299 | 2026-08-14T18:38:31.221Z | Downloaded terminal_size v0.4.3 |
| 300 | 2026-08-14T18:38:31.221Z | Downloaded usdt-attr-macro v0.5.0 |
| 301 | 2026-08-14T18:38:31.221Z | Downloaded pretty-hex v0.4.1 |
| 302 | 2026-08-14T18:38:31.226Z | Downloaded serde_spanned v0.6.9 |
| 303 | 2026-08-14T18:38:31.226Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-08-14T18:38:31.226Z | Downloaded scroll_derive v0.12.1 |
| 305 | 2026-08-14T18:38:31.226Z | Downloaded toml_datetime v0.6.11 |
| 306 | 2026-08-14T18:38:31.226Z | Downloaded thread-id v4.2.2 |
| 307 | 2026-08-14T18:38:31.226Z | Downloaded version_check v0.9.5 |
| 308 | 2026-08-14T18:38:31.230Z | Downloaded getrandom v0.4.1 |
| 309 | 2026-08-14T18:38:31.235Z | Downloaded autocfg v1.5.0 |
| 310 | 2026-08-14T18:38:31.238Z | Downloaded thiserror-impl v1.0.69 |
| 311 | 2026-08-14T18:38:31.238Z | Downloaded cargo_toml v0.21.0 |
| 312 | 2026-08-14T18:38:31.239Z | Downloaded digest v0.10.7 |
| 313 | 2026-08-14T18:38:31.243Z | Downloaded usdt-impl v0.5.0 |
| 314 | 2026-08-14T18:38:31.251Z | Downloaded cargo_metadata v0.23.1 |
| 315 | 2026-08-14T18:38:31.256Z | Downloaded byteorder v1.5.0 |
| 316 | 2026-08-14T18:38:31.256Z | Downloaded serde_tokenstream v0.2.3 |
| 317 | 2026-08-14T18:38:31.260Z | Downloaded quote v1.0.45 |
| 318 | 2026-08-14T18:38:31.265Z | Downloaded unicode-linebreak v0.1.5 |
| 319 | 2026-08-14T18:38:31.265Z | Downloaded bytecount v0.6.9 |
| 320 | 2026-08-14T18:38:31.265Z | Downloaded scroll v0.12.0 |
| 321 | 2026-08-14T18:38:31.265Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-08-14T18:38:31.269Z | Downloaded proc-macro-error v1.0.4 |
| 323 | 2026-08-14T18:38:31.269Z | Downloaded thiserror-impl v2.0.18 |
| 324 | 2026-08-14T18:38:31.275Z | Downloaded pest_generator v2.8.6 |
| 325 | 2026-08-14T18:38:31.280Z | Downloaded semver v1.0.28 |
| 326 | 2026-08-14T18:38:31.280Z | Downloaded camino-tempfile v1.4.1 |
| 327 | 2026-08-14T18:38:31.288Z | Downloaded once_cell v1.21.3 |
| 328 | 2026-08-14T18:38:31.288Z | Downloaded bitflags v2.11.0 |
| 329 | 2026-08-14T18:38:31.288Z | Downloaded clap_derive v4.6.1 |
| 330 | 2026-08-14T18:38:31.292Z | Downloaded fs-err v3.3.0 |
| 331 | 2026-08-14T18:38:31.297Z | Downloaded tempfile v3.25.0 |
| 332 | 2026-08-14T18:38:31.301Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-08-14T18:38:31.306Z | Downloaded toml v0.8.23 |
| 334 | 2026-08-14T18:38:31.306Z | Downloaded zerocopy-derive v0.7.35 |
| 335 | 2026-08-14T18:38:31.310Z | Downloaded papergrid v0.11.0 |
| 336 | 2026-08-14T18:38:31.314Z | Downloaded pest_derive v2.8.6 |
| 337 | 2026-08-14T18:38:31.319Z | Downloaded pest_meta v2.8.6 |
| 338 | 2026-08-14T18:38:31.319Z | Downloaded textwrap v0.16.2 |
| 339 | 2026-08-14T18:38:31.324Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-08-14T18:38:31.324Z | Downloaded proc-macro2 v1.0.106 |
| 341 | 2026-08-14T18:38:31.328Z | Downloaded thiserror v1.0.69 |
| 342 | 2026-08-14T18:38:31.333Z | Downloaded serde_core v1.0.228 |
| 343 | 2026-08-14T18:38:31.337Z | Downloaded unicode-width v0.1.14 |
| 344 | 2026-08-14T18:38:31.346Z | Downloaded clap v4.6.1 |
| 345 | 2026-08-14T18:38:31.354Z | Downloaded memchr v2.8.0 |
| 346 | 2026-08-14T18:38:31.359Z | Downloaded serde v1.0.228 |
| 347 | 2026-08-14T18:38:31.359Z | Downloaded toml_edit v0.22.27 |
| 348 | 2026-08-14T18:38:31.365Z | Downloaded pest v2.8.6 |
| 349 | 2026-08-14T18:38:31.392Z | Downloaded typenum v1.20.1 |
| 350 | 2026-08-14T18:38:31.399Z | Downloaded indexmap v2.14.0 |
| 351 | 2026-08-14T18:38:31.399Z | Downloaded clap_builder v4.6.0 |
| 352 | 2026-08-14T18:38:31.406Z | Downloaded hashbrown v0.17.0 |
| 353 | 2026-08-14T18:38:31.429Z | Downloaded serde_json v1.0.151 |
| 354 | 2026-08-14T18:38:31.433Z | Downloaded goblin v0.8.2 |
| 355 | 2026-08-14T18:38:31.437Z | Downloaded winnow v0.7.14 |
| 356 | 2026-08-14T18:38:31.445Z | Downloaded syn v2.0.117 |
| 357 | 2026-08-14T18:38:31.452Z | Downloaded tabled v0.15.0 |
| 358 | 2026-08-14T18:38:31.462Z | Downloaded syn v1.0.109 |
| 359 | 2026-08-14T18:38:31.470Z | Downloaded unicode-width v0.2.0 |
| 360 | 2026-08-14T18:38:31.479Z | Downloaded rustix v1.1.3 |
| 361 | 2026-08-14T18:38:31.508Z | Downloaded libc v0.2.185 |
| 362 | 2026-08-14T18:38:31.571Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-08-14T18:38:31.571Z | Compiling quote v1.0.45 |
| 364 | 2026-08-14T18:38:31.571Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-14T18:38:31.571Z | Compiling serde_core v1.0.228 |
| 366 | 2026-08-14T18:38:31.574Z | Compiling libc v0.2.185 |
| 367 | 2026-08-14T18:38:31.574Z | Compiling version_check v0.9.5 |
| 368 | 2026-08-14T18:38:31.574Z | Compiling memchr v2.8.0 |
| 369 | 2026-08-14T18:38:31.574Z | Compiling serde v1.0.228 |
| 370 | 2026-08-14T18:38:31.748Z | Compiling zmij v1.0.21 |
| 371 | 2026-08-14T18:38:31.766Z | Compiling itoa v1.0.17 |
| 372 | 2026-08-14T18:38:31.778Z | Compiling thiserror v1.0.69 |
| 373 | 2026-08-14T18:38:31.783Z | Compiling ucd-trie v0.1.7 |
| 374 | 2026-08-14T18:38:31.783Z | Compiling byteorder v1.5.0 |
| 375 | 2026-08-14T18:38:31.793Z | Compiling rustix v1.1.3 |
| 376 | 2026-08-14T18:38:31.951Z | Compiling serde_json v1.0.151 |
| 377 | 2026-08-14T18:38:32.039Z | Compiling bitflags v2.11.0 |
| 378 | 2026-08-14T18:38:32.266Z | Compiling syn v1.0.109 |
| 379 | 2026-08-14T18:38:32.269Z | Compiling camino v1.2.2 |
| 380 | 2026-08-14T18:38:32.288Z | Compiling log v0.4.29 |
| 381 | 2026-08-14T18:38:32.410Z | Compiling pest v2.8.6 |
| 382 | 2026-08-14T18:38:32.465Z | Compiling plain v0.2.3 |
| 383 | 2026-08-14T18:38:32.481Z | Compiling getrandom v0.4.1 |
| 384 | 2026-08-14T18:38:32.514Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-08-14T18:38:32.572Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-08-14T18:38:32.626Z | Compiling proc-macro-error v1.0.4 |
| 387 | 2026-08-14T18:38:32.629Z | Compiling hashbrown v0.17.0 |
| 388 | 2026-08-14T18:38:32.661Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-08-14T18:38:32.664Z | Compiling equivalent v1.0.2 |
| 390 | 2026-08-14T18:38:32.734Z | Compiling anstyle v1.0.14 |
| 391 | 2026-08-14T18:38:32.767Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-08-14T18:38:32.812Z | Compiling errno v0.3.14 |
| 393 | 2026-08-14T18:38:32.815Z | Compiling thread-id v4.2.2 |
| 394 | 2026-08-14T18:38:32.843Z | Compiling winnow v0.7.14 |
| 395 | 2026-08-14T18:38:32.847Z | Compiling autocfg v1.5.0 |
| 396 | 2026-08-14T18:38:32.862Z | Compiling toml_write v0.1.2 |
| 397 | 2026-08-14T18:38:32.938Z | Compiling colorchoice v1.0.4 |
| 398 | 2026-08-14T18:38:32.994Z | Compiling pretty-hex v0.4.1 |
| 399 | 2026-08-14T18:38:32.998Z | Compiling anstyle-query v1.1.5 |
| 400 | 2026-08-14T18:38:33.047Z | Compiling cfg-if v1.0.4 |
| 401 | 2026-08-14T18:38:33.051Z | Compiling is_terminal_polyfill v1.70.2 |
| 402 | 2026-08-14T18:38:33.086Z | Compiling thiserror v2.0.18 |
| 403 | 2026-08-14T18:38:33.161Z | Compiling indexmap v2.14.0 |
| 404 | 2026-08-14T18:38:33.179Z | Compiling fnv v1.0.7 |
| 405 | 2026-08-14T18:38:33.199Z | Compiling syn v2.0.117 |
| 406 | 2026-08-14T18:38:33.237Z | Compiling anstream v1.0.0 |
| 407 | 2026-08-14T18:38:33.255Z | Compiling heck v0.4.1 |
| 408 | 2026-08-14T18:38:33.273Z | Compiling heck v0.5.0 |
| 409 | 2026-08-14T18:38:33.302Z | Compiling strsim v0.11.1 |
| 410 | 2026-08-14T18:38:33.341Z | Compiling fs-err v3.3.0 |
| 411 | 2026-08-14T18:38:33.359Z | Compiling unicode-width v0.1.14 |
| 412 | 2026-08-14T18:38:33.494Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-08-14T18:38:33.530Z | Compiling once_cell v1.21.3 |
| 414 | 2026-08-14T18:38:33.557Z | Compiling fastrand v2.3.0 |
| 415 | 2026-08-14T18:38:33.574Z | Compiling anyhow v1.0.102 |
| 416 | 2026-08-14T18:38:33.662Z | Compiling bytecount v0.6.9 |
| 417 | 2026-08-14T18:38:33.678Z | Compiling clap_lex v1.0.0 |
| 418 | 2026-08-14T18:38:33.731Z | Compiling memmap v0.7.0 |
| 419 | 2026-08-14T18:38:33.750Z | Compiling smawk v0.3.2 |
| 420 | 2026-08-14T18:38:33.769Z | Compiling papergrid v0.11.0 |
| 421 | 2026-08-14T18:38:33.799Z | Compiling unicode-linebreak v0.1.5 |
| 422 | 2026-08-14T18:38:33.818Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-08-14T18:38:33.818Z | Compiling tempfile v3.25.0 |
| 424 | 2026-08-14T18:38:33.856Z | Compiling unicode-width v0.2.0 |
| 425 | 2026-08-14T18:38:33.936Z | Compiling clap_builder v4.6.0 |
| 426 | 2026-08-14T18:38:33.936Z | Compiling swrite v0.1.0 |
| 427 | 2026-08-14T18:38:34.088Z | Compiling textwrap v0.16.2 |
| 428 | 2026-08-14T18:38:34.253Z | Compiling semver v1.0.28 |
| 429 | 2026-08-14T18:38:34.300Z | Compiling cargo-platform v0.3.2 |
| 430 | 2026-08-14T18:38:34.500Z | Compiling camino-tempfile v1.4.1 |
| 431 | 2026-08-14T18:38:34.738Z | Compiling tabled_derive v0.7.0 |
| 432 | 2026-08-14T18:38:35.359Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-08-14T18:38:35.407Z | Compiling tabled v0.15.0 |
| 434 | 2026-08-14T18:38:35.851Z | Compiling serde_derive v1.0.228 |
| 435 | 2026-08-14T18:38:35.854Z | Compiling thiserror-impl v1.0.69 |
| 436 | 2026-08-14T18:38:35.854Z | Compiling zerocopy-derive v0.7.35 |
| 437 | 2026-08-14T18:38:35.855Z | Compiling pest_derive v2.8.6 |
| 438 | 2026-08-14T18:38:35.855Z | Compiling scroll_derive v0.12.1 |
| 439 | 2026-08-14T18:38:35.855Z | Compiling thiserror-impl v2.0.18 |
| 440 | 2026-08-14T18:38:35.855Z | Compiling clap_derive v4.6.1 |
| 441 | 2026-08-14T18:38:36.530Z | Compiling scroll v0.12.0 |
| 442 | 2026-08-14T18:38:36.636Z | Compiling zerocopy v0.7.35 |
| 443 | 2026-08-14T18:38:36.751Z | Compiling goblin v0.8.2 |
| 444 | 2026-08-14T18:38:36.866Z | Compiling dtrace-parser v0.2.0 |
| 445 | 2026-08-14T18:38:37.209Z | Compiling clap v4.6.1 |
| 446 | 2026-08-14T18:38:38.212Z | Compiling toml_datetime v0.6.11 |
| 447 | 2026-08-14T18:38:38.212Z | Compiling serde_spanned v0.6.9 |
| 448 | 2026-08-14T18:38:38.217Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 449 | 2026-08-14T18:38:38.217Z | Compiling cargo_metadata v0.23.1 |
| 450 | 2026-08-14T18:38:38.217Z | Compiling macaddr v1.0.1 |
| 451 | 2026-08-14T18:38:38.235Z | Compiling dof v0.3.0 |
| 452 | 2026-08-14T18:38:38.239Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-08-14T18:38:38.393Z | Compiling toml_edit v0.22.27 |
| 454 | 2026-08-14T18:38:38.946Z | Compiling usdt-macro v0.5.0 |
| 455 | 2026-08-14T18:38:38.946Z | Compiling usdt-attr-macro v0.5.0 |
| 456 | 2026-08-14T18:38:39.560Z | Compiling usdt v0.5.0 |
| 457 | 2026-08-14T18:38:39.664Z | Compiling toml v0.8.23 |
| 458 | 2026-08-14T18:38:39.996Z | Compiling cargo_toml v0.21.0 |
| 459 | 2026-08-14T18:38:41.263Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 460 | 2026-08-14T18:38:43.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s |
| 461 | 2026-08-14T18:38:43.548Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 462 | 2026-08-14T18:38:44.039Z | Downloading crates ... |
| 463 | 2026-08-14T18:38:44.105Z | Downloaded adler2 v2.0.1 |
| 464 | 2026-08-14T18:38:44.110Z | Downloaded aead v0.5.2 |
| 465 | 2026-08-14T18:38:44.110Z | Downloaded aead v0.6.1 |
| 466 | 2026-08-14T18:38:44.110Z | Downloaded async-trait v0.1.89 |
| 467 | 2026-08-14T18:38:44.110Z | Downloaded async-bb8-diesel v0.2.1 |
| 468 | 2026-08-14T18:38:44.115Z | Downloaded ciborium-ll v0.2.2 |
| 469 | 2026-08-14T18:38:44.115Z | Downloaded camino-tempfile-ext v0.3.3 |
| 470 | 2026-08-14T18:38:44.124Z | Downloaded base64ct v1.8.3 |
| 471 | 2026-08-14T18:38:44.128Z | Downloaded chacha20 v0.10.0 |
| 472 | 2026-08-14T18:38:44.128Z | Downloaded async-stream v0.3.6 |
| 473 | 2026-08-14T18:38:44.128Z | Downloaded fixedbitset v0.5.7 |
| 474 | 2026-08-14T18:38:44.131Z | Downloaded flume v0.11.1 |
| 475 | 2026-08-14T18:38:44.132Z | Downloaded array-init v0.0.4 |
| 476 | 2026-08-14T18:38:44.132Z | Downloaded atty v0.2.14 |
| 477 | 2026-08-14T18:38:44.132Z | Downloaded atomicwrites v0.4.4 |
| 478 | 2026-08-14T18:38:44.135Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 479 | 2026-08-14T18:38:44.135Z | Downloaded const-oid v0.10.2 |
| 480 | 2026-08-14T18:38:44.135Z | Downloaded httpdate v1.0.3 |
| 481 | 2026-08-14T18:38:44.135Z | Downloaded env_logger v0.11.9 |
| 482 | 2026-08-14T18:38:44.140Z | Downloaded gethostname v0.5.0 |
| 483 | 2026-08-14T18:38:44.140Z | Downloaded atomic-waker v1.1.2 |
| 484 | 2026-08-14T18:38:44.140Z | Downloaded ciborium-io v0.2.2 |
| 485 | 2026-08-14T18:38:44.140Z | Downloaded arrayref v0.3.9 |
| 486 | 2026-08-14T18:38:44.140Z | Downloaded assert_matches v1.5.0 |
| 487 | 2026-08-14T18:38:44.146Z | Downloaded hmac v0.12.1 |
| 488 | 2026-08-14T18:38:44.146Z | Downloaded bb8 v0.8.6 |
| 489 | 2026-08-14T18:38:44.146Z | Downloaded bit-set v0.8.0 |
| 490 | 2026-08-14T18:38:44.147Z | Downloaded enum-as-inner v0.6.1 |
| 491 | 2026-08-14T18:38:44.147Z | Downloaded argon2 v0.5.3 |
| 492 | 2026-08-14T18:38:44.147Z | Downloaded ghash v0.6.0 |
| 493 | 2026-08-14T18:38:44.151Z | Downloaded fixedbitset v0.4.2 |
| 494 | 2026-08-14T18:38:44.151Z | Downloaded endian-type v0.1.2 |
| 495 | 2026-08-14T18:38:44.151Z | Downloaded futures-macro v0.3.32 |
| 496 | 2026-08-14T18:38:44.151Z | Downloaded hickory-resolver v0.24.4 |
| 497 | 2026-08-14T18:38:44.156Z | Downloaded foldhash v0.2.0 |
| 498 | 2026-08-14T18:38:44.156Z | Downloaded anstream v0.6.21 |
| 499 | 2026-08-14T18:38:44.156Z | Downloaded foldhash v0.1.5 |
| 500 | 2026-08-14T18:38:44.161Z | Downloaded foreign-types v0.5.0 |
| 501 | 2026-08-14T18:38:44.162Z | Downloaded funty v2.0.0 |
| 502 | 2026-08-14T18:38:44.162Z | Downloaded futures-task v0.3.32 |
| 503 | 2026-08-14T18:38:44.162Z | Downloaded base16ct v1.0.0 |
| 504 | 2026-08-14T18:38:44.165Z | Downloaded base16ct v0.2.0 |
| 505 | 2026-08-14T18:38:44.169Z | Downloaded flagset v0.4.7 |
| 506 | 2026-08-14T18:38:44.169Z | Downloaded foreign-types-macros v0.2.3 |
| 507 | 2026-08-14T18:38:44.178Z | Downloaded find-msvc-tools v0.1.9 |
| 508 | 2026-08-14T18:38:44.178Z | Downloaded home v0.5.12 |
| 509 | 2026-08-14T18:38:44.184Z | Downloaded async-stream-impl v0.3.6 |
| 510 | 2026-08-14T18:38:44.184Z | Downloaded float-ord v0.3.2 |
| 511 | 2026-08-14T18:38:44.184Z | Downloaded async-recursion v1.1.1 |
| 512 | 2026-08-14T18:38:44.184Z | Downloaded headers-core v0.3.0 |
| 513 | 2026-08-14T18:38:44.185Z | Downloaded futures-sink v0.3.32 |
| 514 | 2026-08-14T18:38:44.185Z | Downloaded fxhash v0.2.1 |
| 515 | 2026-08-14T18:38:44.185Z | Downloaded castaway v0.2.4 |
| 516 | 2026-08-14T18:38:44.185Z | Downloaded env_filter v1.0.0 |
| 517 | 2026-08-14T18:38:44.185Z | Downloaded float-cmp v0.10.0 |
| 518 | 2026-08-14T18:38:44.185Z | Downloaded form_urlencoded v1.2.2 |
| 519 | 2026-08-14T18:38:44.197Z | Downloaded fs-err v2.11.0 |
| 520 | 2026-08-14T18:38:44.197Z | Downloaded bit-set v0.5.3 |
| 521 | 2026-08-14T18:38:44.197Z | Downloaded cobs v0.3.0 |
| 522 | 2026-08-14T18:38:44.197Z | Downloaded block-buffer v0.12.1 |
| 523 | 2026-08-14T18:38:44.197Z | Downloaded fallible-iterator v0.2.0 |
| 524 | 2026-08-14T18:38:44.198Z | Downloaded filetime v0.2.27 |
| 525 | 2026-08-14T18:38:44.198Z | Downloaded bitfield-macros v0.19.4 |
| 526 | 2026-08-14T18:38:44.198Z | Downloaded ff v0.14.0 |
| 527 | 2026-08-14T18:38:44.198Z | Downloaded getrandom v0.2.17 |
| 528 | 2026-08-14T18:38:44.203Z | Downloaded blake2 v0.10.6 |
| 529 | 2026-08-14T18:38:44.203Z | Downloaded foreign-types-shared v0.1.1 |
| 530 | 2026-08-14T18:38:44.203Z | Downloaded futures-core v0.3.32 |
| 531 | 2026-08-14T18:38:44.203Z | Downloaded bit-vec v0.6.3 |
| 532 | 2026-08-14T18:38:44.203Z | Downloaded backoff v0.4.0 |
| 533 | 2026-08-14T18:38:44.203Z | Downloaded constant_time_eq v0.4.2 |
| 534 | 2026-08-14T18:38:44.207Z | Downloaded git-stub v1.0.0 |
| 535 | 2026-08-14T18:38:44.207Z | Downloaded foreign-types-shared v0.3.1 |
| 536 | 2026-08-14T18:38:44.208Z | Downloaded futures-io v0.3.32 |
| 537 | 2026-08-14T18:38:44.233Z | Downloaded hostname v0.3.1 |
| 538 | 2026-08-14T18:38:44.233Z | Downloaded ascii-canvas v3.0.0 |
| 539 | 2026-08-14T18:38:44.233Z | Downloaded compression-core v0.4.31 |
| 540 | 2026-08-14T18:38:44.233Z | Downloaded hex v0.4.3 |
| 541 | 2026-08-14T18:38:44.233Z | Downloaded convert_case v0.4.0 |
| 542 | 2026-08-14T18:38:44.233Z | Downloaded globwalk v0.9.1 |
| 543 | 2026-08-14T18:38:44.233Z | Downloaded hash32 v0.2.1 |
| 544 | 2026-08-14T18:38:44.233Z | Downloaded hyper-tls v0.6.0 |
| 545 | 2026-08-14T18:38:44.233Z | Downloaded block-padding v0.4.2 |
| 546 | 2026-08-14T18:38:44.233Z | Downloaded hash32 v0.3.1 |
| 547 | 2026-08-14T18:38:44.233Z | Downloaded hubpack_derive v0.1.1 |
| 548 | 2026-08-14T18:38:44.233Z | Downloaded hostname v0.4.2 |
| 549 | 2026-08-14T18:38:44.233Z | Downloaded http-body v1.0.1 |
| 550 | 2026-08-14T18:38:44.233Z | Downloaded cfg_aliases v0.2.1 |
| 551 | 2026-08-14T18:38:44.233Z | Downloaded hex-literal v1.1.0 |
| 552 | 2026-08-14T18:38:44.238Z | Downloaded cfg_aliases v0.1.1 |
| 553 | 2026-08-14T18:38:44.238Z | Downloaded foreign-types v0.3.2 |
| 554 | 2026-08-14T18:38:44.238Z | Downloaded enum_dispatch v0.3.13 |
| 555 | 2026-08-14T18:38:44.238Z | Downloaded ff v0.13.1 |
| 556 | 2026-08-14T18:38:44.238Z | Downloaded erased-serde v0.3.31 |
| 557 | 2026-08-14T18:38:44.243Z | Downloaded cmake v0.1.57 |
| 558 | 2026-08-14T18:38:44.243Z | Downloaded bitfield v0.19.4 |
| 559 | 2026-08-14T18:38:44.243Z | Downloaded anstyle-parse v0.2.7 |
| 560 | 2026-08-14T18:38:44.243Z | Downloaded bitflags v1.3.2 |
| 561 | 2026-08-14T18:38:44.243Z | Downloaded num-derive v0.4.2 |
| 562 | 2026-08-14T18:38:44.250Z | Downloaded num-conv v0.2.0 |
| 563 | 2026-08-14T18:38:44.250Z | Downloaded openssl-probe v0.2.1 |
| 564 | 2026-08-14T18:38:44.250Z | Downloaded http-range v0.1.5 |
| 565 | 2026-08-14T18:38:44.261Z | Downloaded num v0.4.3 |
| 566 | 2026-08-14T18:38:44.261Z | Downloaded hubpack v0.1.2 |
| 567 | 2026-08-14T18:38:44.261Z | Downloaded argon2 v0.6.0-rc.8 |
| 568 | 2026-08-14T18:38:44.261Z | Downloaded predicates-core v1.0.10 |
| 569 | 2026-08-14T18:38:44.261Z | Downloaded fd-lock v4.0.4 |
| 570 | 2026-08-14T18:38:44.261Z | Downloaded futures-channel v0.3.32 |
| 571 | 2026-08-14T18:38:44.261Z | Downloaded fs_extra v1.3.0 |
| 572 | 2026-08-14T18:38:44.261Z | Downloaded futures-executor v0.3.32 |
| 573 | 2026-08-14T18:38:44.265Z | Downloaded bitfield-struct v0.6.2 |
| 574 | 2026-08-14T18:38:44.271Z | Downloaded arrayvec v0.7.6 |
| 575 | 2026-08-14T18:38:44.271Z | Downloaded phf_shared v0.13.1 |
| 576 | 2026-08-14T18:38:44.271Z | Downloaded cipher v0.4.4 |
| 577 | 2026-08-14T18:38:44.271Z | Downloaded cipher v0.5.2 |
| 578 | 2026-08-14T18:38:44.271Z | Downloaded bcs v0.1.6 |
| 579 | 2026-08-14T18:38:44.271Z | Downloaded chacha20 v0.9.1 |
| 580 | 2026-08-14T18:38:44.271Z | Downloaded const_format_proc_macros v0.2.34 |
| 581 | 2026-08-14T18:38:44.277Z | Downloaded bit-vec v0.8.0 |
| 582 | 2026-08-14T18:38:44.280Z | Downloaded parse-display v0.10.0 |
| 583 | 2026-08-14T18:38:44.280Z | Downloaded ref-cast-impl v1.0.25 |
| 584 | 2026-08-14T18:38:44.280Z | Downloaded russh-cryptovec v0.62.0 |
| 585 | 2026-08-14T18:38:44.283Z | Downloaded russh-util v0.52.0 |
| 586 | 2026-08-14T18:38:44.296Z | Downloaded glob v0.3.3 |
| 587 | 2026-08-14T18:38:44.296Z | Downloaded proc-macro-crate v1.3.1 |
| 588 | 2026-08-14T18:38:44.296Z | Downloaded rfc6979 v0.6.0 |
| 589 | 2026-08-14T18:38:44.302Z | Downloaded globset v0.4.18 |
| 590 | 2026-08-14T18:38:44.302Z | Downloaded humantime v2.3.0 |
| 591 | 2026-08-14T18:38:44.302Z | Downloaded compression-codecs v0.4.37 |
| 592 | 2026-08-14T18:38:44.309Z | Downloaded blowfish v0.10.0 |
| 593 | 2026-08-14T18:38:44.309Z | Downloaded byte-wrapper v0.1.0 |
| 594 | 2026-08-14T18:38:44.309Z | Downloaded cmov v0.5.4 |
| 595 | 2026-08-14T18:38:44.309Z | Downloaded secrecy v0.8.0 |
| 596 | 2026-08-14T18:38:44.309Z | Downloaded serde_urlencoded v0.7.1 |
| 597 | 2026-08-14T18:38:44.315Z | Downloaded serde_spanned v1.1.1 |
| 598 | 2026-08-14T18:38:44.315Z | Downloaded cassowary v0.3.0 |
| 599 | 2026-08-14T18:38:44.316Z | Downloaded serde_repr v0.1.20 |
| 600 | 2026-08-14T18:38:44.319Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-08-14T18:38:44.319Z | Downloaded group v0.14.0 |
| 602 | 2026-08-14T18:38:44.328Z | Downloaded http-body-util v0.1.3 |
| 603 | 2026-08-14T18:38:44.333Z | Downloaded strsim v0.10.0 |
| 604 | 2026-08-14T18:38:44.333Z | Downloaded fatfs v0.3.6 |
| 605 | 2026-08-14T18:38:44.333Z | Downloaded getrandom v0.3.4 |
| 606 | 2026-08-14T18:38:44.333Z | Downloaded num_enum_derive v0.5.11 |
| 607 | 2026-08-14T18:38:44.334Z | Downloaded backon v1.6.0 |
| 608 | 2026-08-14T18:38:44.338Z | Downloaded hyper-staticfile v0.10.1 |
| 609 | 2026-08-14T18:38:44.338Z | Downloaded bs58 v0.5.1 |
| 610 | 2026-08-14T18:38:44.338Z | Downloaded buf-list v1.1.2 |
| 611 | 2026-08-14T18:38:44.338Z | Downloaded sponge-cursor v0.1.0 |
| 612 | 2026-08-14T18:38:44.342Z | Downloaded sync-ptr v0.1.4 |
| 613 | 2026-08-14T18:38:44.342Z | Downloaded sync_wrapper v1.0.2 |
| 614 | 2026-08-14T18:38:44.345Z | Downloaded time-core v0.1.8 |
| 615 | 2026-08-14T18:38:44.345Z | Downloaded tinyvec_macros v0.1.1 |
| 616 | 2026-08-14T18:38:44.345Z | Downloaded termtree v0.5.1 |
| 617 | 2026-08-14T18:38:44.345Z | Downloaded group v0.13.0 |
| 618 | 2026-08-14T18:38:44.349Z | Downloaded phf v0.12.1 |
| 619 | 2026-08-14T18:38:44.349Z | Downloaded topological-sort v0.2.2 |
| 620 | 2026-08-14T18:38:44.349Z | Downloaded progenitor v0.14.0 |
| 621 | 2026-08-14T18:38:44.353Z | Downloaded r2d2 v0.8.10 |
| 622 | 2026-08-14T18:38:44.353Z | Downloaded ahash v0.8.12 |
| 623 | 2026-08-14T18:38:44.356Z | Downloaded ref-cast v1.0.25 |
| 624 | 2026-08-14T18:38:44.356Z | Downloaded const-oid v0.9.6 |
| 625 | 2026-08-14T18:38:44.367Z | Downloaded colored v3.1.1 |
| 626 | 2026-08-14T18:38:44.367Z | Downloaded unarray v0.1.4 |
| 627 | 2026-08-14T18:38:44.370Z | Downloaded untrusted v0.7.1 |
| 628 | 2026-08-14T18:38:44.370Z | Downloaded pkg-config v0.3.32 |
| 629 | 2026-08-14T18:38:44.370Z | Downloaded peg v0.8.5 |
| 630 | 2026-08-14T18:38:44.370Z | Downloaded peg-macros v0.8.5 |
| 631 | 2026-08-14T18:38:44.370Z | Downloaded postgres-protocol v0.6.10 |
| 632 | 2026-08-14T18:38:44.376Z | Downloaded yoke-derive v0.8.1 |
| 633 | 2026-08-14T18:38:44.376Z | Downloaded httparse v1.10.1 |
| 634 | 2026-08-14T18:38:44.376Z | Downloaded rustls-pemfile v2.2.0 |
| 635 | 2026-08-14T18:38:44.376Z | Downloaded highway v1.3.0 |
| 636 | 2026-08-14T18:38:44.376Z | Downloaded half v1.8.3 |
| 637 | 2026-08-14T18:38:44.383Z | Downloaded hybrid-array v0.4.13 |
| 638 | 2026-08-14T18:38:44.383Z | Downloaded git-stub-vcs v0.1.0 |
| 639 | 2026-08-14T18:38:44.386Z | Downloaded wait-timeout v0.2.1 |
| 640 | 2026-08-14T18:38:44.387Z | Downloaded rustversion v1.0.22 |
| 641 | 2026-08-14T18:38:44.387Z | Downloaded sapling-renderdag v0.1.0 |
| 642 | 2026-08-14T18:38:44.390Z | Downloaded schemars_derive v0.8.22 |
| 643 | 2026-08-14T18:38:44.390Z | Downloaded sec1 v0.8.1 |
| 644 | 2026-08-14T18:38:44.391Z | Downloaded zone_cfg_derive v0.3.1 |
| 645 | 2026-08-14T18:38:44.391Z | Downloaded crc-catalog v2.4.0 |
| 646 | 2026-08-14T18:38:44.397Z | Downloaded console v0.15.11 |
| 647 | 2026-08-14T18:38:44.401Z | Downloaded blake2 v0.11.0-rc.6 |
| 648 | 2026-08-14T18:38:44.401Z | Downloaded bzip2 v0.6.1 |
| 649 | 2026-08-14T18:38:44.405Z | Downloaded cancel-safe-futures v0.1.5 |
| 650 | 2026-08-14T18:38:44.405Z | Downloaded cbc v0.2.1 |
| 651 | 2026-08-14T18:38:44.405Z | Downloaded ciborium v0.2.2 |
| 652 | 2026-08-14T18:38:44.405Z | Downloaded console v0.16.2 |
| 653 | 2026-08-14T18:38:44.410Z | Downloaded serde-hex v0.1.0 |
| 654 | 2026-08-14T18:38:44.410Z | Downloaded shlex v1.3.0 |
| 655 | 2026-08-14T18:38:44.410Z | Downloaded crunchy v0.2.4 |
| 656 | 2026-08-14T18:38:44.414Z | Downloaded futures v0.3.32 |
| 657 | 2026-08-14T18:38:44.420Z | Downloaded debug-ignore v1.0.5 |
| 658 | 2026-08-14T18:38:44.423Z | Downloaded defmt-parser v1.0.0 |
| 659 | 2026-08-14T18:38:44.423Z | Downloaded smf v0.2.3 |
| 660 | 2026-08-14T18:38:44.423Z | Downloaded spki v0.7.3 |
| 661 | 2026-08-14T18:38:44.430Z | Downloaded dof v0.4.0 |
| 662 | 2026-08-14T18:38:44.430Z | Downloaded downcast-rs v2.0.2 |
| 663 | 2026-08-14T18:38:44.430Z | Downloaded parking_lot_core v0.9.12 |
| 664 | 2026-08-14T18:38:44.430Z | Downloaded pbkdf2 v0.13.0 |
| 665 | 2026-08-14T18:38:44.430Z | Downloaded simd-adler32 v0.3.8 |
| 666 | 2026-08-14T18:38:44.430Z | Downloaded slog-stdlog v4.1.1 |
| 667 | 2026-08-14T18:38:44.430Z | Downloaded structmeta v0.3.0 |
| 668 | 2026-08-14T18:38:44.430Z | Downloaded difflib v0.4.0 |
| 669 | 2026-08-14T18:38:44.430Z | Downloaded dirs-sys-next v0.1.2 |
| 670 | 2026-08-14T18:38:44.435Z | Downloaded rand_chacha v0.9.0 |
| 671 | 2026-08-14T18:38:44.438Z | Downloaded quinn-udp v0.5.14 |
| 672 | 2026-08-14T18:38:44.444Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 673 | 2026-08-14T18:38:44.448Z | Downloaded dtrace-parser v0.3.0 |
| 674 | 2026-08-14T18:38:44.448Z | Downloaded indent_write v2.2.0 |
| 675 | 2026-08-14T18:38:44.452Z | Downloaded usdt-impl v0.6.0 |
| 676 | 2026-08-14T18:38:44.452Z | Downloaded inout v0.1.4 |
| 677 | 2026-08-14T18:38:44.456Z | Downloaded ar_archive_writer v0.5.1 |
| 678 | 2026-08-14T18:38:44.466Z | Downloaded postcard v1.1.3 |
| 679 | 2026-08-14T18:38:44.471Z | Downloaded vergen-gitcl v1.0.8 |
| 680 | 2026-08-14T18:38:44.471Z | Downloaded wyz v0.5.1 |
| 681 | 2026-08-14T18:38:44.471Z | Downloaded zeroize_derive v1.5.0 |
| 682 | 2026-08-14T18:38:44.475Z | Downloaded lru-slab v0.1.2 |
| 683 | 2026-08-14T18:38:44.475Z | Downloaded lzss v0.8.2 |
| 684 | 2026-08-14T18:38:44.479Z | Downloaded memoffset v0.9.1 |
| 685 | 2026-08-14T18:38:44.479Z | Downloaded newline-converter v0.3.0 |
| 686 | 2026-08-14T18:38:44.479Z | Downloaded keccak v0.1.6 |
| 687 | 2026-08-14T18:38:44.479Z | Downloaded libscf-sys v1.2.0 |
| 688 | 2026-08-14T18:38:44.479Z | Downloaded num-iter v0.1.45 |
| 689 | 2026-08-14T18:38:44.484Z | Downloaded generic-array v1.4.3 |
| 690 | 2026-08-14T18:38:44.484Z | Downloaded delegate v0.13.5 |
| 691 | 2026-08-14T18:38:44.484Z | Downloaded hyper-rustls v0.27.7 |
| 692 | 2026-08-14T18:38:44.487Z | Downloaded bzip2 v0.4.4 |
| 693 | 2026-08-14T18:38:44.487Z | Downloaded half v2.7.1 |
| 694 | 2026-08-14T18:38:44.496Z | Downloaded clang-sys v1.8.1 |
| 695 | 2026-08-14T18:38:44.496Z | Downloaded colored v2.2.0 |
| 696 | 2026-08-14T18:38:44.499Z | Downloaded ctr v0.10.1 |
| 697 | 2026-08-14T18:38:44.499Z | Downloaded olpc-cjson v0.1.4 |
| 698 | 2026-08-14T18:38:44.503Z | Downloaded openssl-macros v0.1.1 |
| 699 | 2026-08-14T18:38:44.503Z | Downloaded base64 v0.22.1 |
| 700 | 2026-08-14T18:38:44.503Z | Downloaded papergrid v0.18.0 |
| 701 | 2026-08-14T18:38:44.508Z | Downloaded spki v0.8.0 |
| 702 | 2026-08-14T18:38:44.513Z | Downloaded daft-derive v0.1.7 |
| 703 | 2026-08-14T18:38:44.513Z | Downloaded derive_builder_core v0.20.2 |
| 704 | 2026-08-14T18:38:44.513Z | Downloaded diesel-dtrace v0.5.0 |
| 705 | 2026-08-14T18:38:44.517Z | Downloaded oxide-update-engine-types v0.1.2 |
| 706 | 2026-08-14T18:38:44.517Z | Downloaded parse-size v1.1.0 |
| 707 | 2026-08-14T18:38:44.517Z | Downloaded base64 v0.21.7 |
| 708 | 2026-08-14T18:38:44.520Z | Downloaded ed25519 v3.0.0 |
| 709 | 2026-08-14T18:38:44.523Z | Downloaded arc-swap v1.8.2 |
| 710 | 2026-08-14T18:38:44.523Z | Downloaded pin-project v1.1.11 |
| 711 | 2026-08-14T18:38:44.530Z | Downloaded ed25519 v2.2.3 |
| 712 | 2026-08-14T18:38:44.534Z | Downloaded unicode-properties v0.1.4 |
| 713 | 2026-08-14T18:38:44.534Z | Downloaded recursive v0.1.1 |
| 714 | 2026-08-14T18:38:44.534Z | Downloaded tokio-rustls v0.26.4 |
| 715 | 2026-08-14T18:38:44.543Z | Downloaded tracing-attributes v0.1.31 |
| 716 | 2026-08-14T18:38:44.543Z | Downloaded convert_case v0.10.0 |
| 717 | 2026-08-14T18:38:44.563Z | Downloaded psl-types v2.0.11 |
| 718 | 2026-08-14T18:38:44.563Z | Downloaded scroll_derive v0.13.1 |
| 719 | 2026-08-14T18:38:44.564Z | Downloaded secrecy v0.10.3 |
| 720 | 2026-08-14T18:38:44.564Z | Downloaded indoc v2.0.7 |
| 721 | 2026-08-14T18:38:44.564Z | Downloaded libsw v3.5.0 |
| 722 | 2026-08-14T18:38:44.564Z | Downloaded heapless v0.7.17 |
| 723 | 2026-08-14T18:38:44.564Z | Downloaded progenitor-impl v0.13.0 |
| 724 | 2026-08-14T18:38:44.578Z | Downloaded hmac v0.13.0 |
| 725 | 2026-08-14T18:38:44.578Z | Downloaded pkcs8 v0.11.0 |
| 726 | 2026-08-14T18:38:44.578Z | Downloaded headers v0.4.1 |
| 727 | 2026-08-14T18:38:44.578Z | Downloaded keccak v0.2.0 |
| 728 | 2026-08-14T18:38:44.578Z | Downloaded libefi-sys v0.1.0 |
| 729 | 2026-08-14T18:38:44.578Z | Downloaded slog-bunyan v2.5.0 |
| 730 | 2026-08-14T18:38:44.589Z | Downloaded slog v2.8.2 |
| 731 | 2026-08-14T18:38:44.589Z | Downloaded num_enum v0.5.11 |
| 732 | 2026-08-14T18:38:44.589Z | Downloaded compact_str v0.8.1 |
| 733 | 2026-08-14T18:38:44.590Z | Downloaded module-lattice v0.2.3 |
| 734 | 2026-08-14T18:38:44.590Z | Downloaded nanorand v0.7.0 |
| 735 | 2026-08-14T18:38:44.590Z | Downloaded owo-colors v4.3.0 |
| 736 | 2026-08-14T18:38:44.590Z | Downloaded const_format v0.2.35 |
| 737 | 2026-08-14T18:38:44.595Z | Downloaded structmeta-derive v0.3.0 |
| 738 | 2026-08-14T18:38:44.595Z | Downloaded tagptr v0.2.0 |
| 739 | 2026-08-14T18:38:44.595Z | Downloaded supports-color v3.0.2 |
| 740 | 2026-08-14T18:38:44.596Z | Downloaded tabwriter v1.4.1 |
| 741 | 2026-08-14T18:38:44.596Z | Downloaded crossbeam-utils v0.8.21 |
| 742 | 2026-08-14T18:38:44.596Z | Downloaded signal-hook v0.3.18 |
| 743 | 2026-08-14T18:38:44.596Z | Downloaded allocator-api2 v0.2.21 |
| 744 | 2026-08-14T18:38:44.596Z | Downloaded ctutils v0.4.2 |
| 745 | 2026-08-14T18:38:44.596Z | Downloaded parking_lot_core v0.8.6 |
| 746 | 2026-08-14T18:38:44.604Z | Downloaded parse-display-derive v0.10.0 |
| 747 | 2026-08-14T18:38:44.604Z | Downloaded password-hash v0.5.0 |
| 748 | 2026-08-14T18:38:44.604Z | Downloaded derive_builder v0.20.2 |
| 749 | 2026-08-14T18:38:44.604Z | Downloaded subprocess v0.2.15 |
| 750 | 2026-08-14T18:38:44.611Z | Downloaded iana-time-zone v0.1.65 |
| 751 | 2026-08-14T18:38:44.611Z | Downloaded openssl-sys v0.9.117 |
| 752 | 2026-08-14T18:38:44.611Z | Downloaded packed_struct v0.10.1 |
| 753 | 2026-08-14T18:38:44.615Z | Downloaded primefield v0.14.0 |
| 754 | 2026-08-14T18:38:44.615Z | Downloaded phf v0.13.1 |
| 755 | 2026-08-14T18:38:44.615Z | Downloaded pin-project-lite v0.2.17 |
| 756 | 2026-08-14T18:38:44.623Z | Downloaded port-file v0.1.0 |
| 757 | 2026-08-14T18:38:44.623Z | Downloaded predicates v3.1.4 |
| 758 | 2026-08-14T18:38:44.623Z | Downloaded proc-macro-error2 v2.0.1 |
| 759 | 2026-08-14T18:38:44.623Z | Downloaded tower-service v0.3.3 |
| 760 | 2026-08-14T18:38:44.626Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 761 | 2026-08-14T18:38:44.626Z | Downloaded tower-layer v0.3.3 |
| 762 | 2026-08-14T18:38:44.631Z | Downloaded usdt v0.6.0 |
| 763 | 2026-08-14T18:38:44.631Z | Downloaded utf8_iter v1.0.4 |
| 764 | 2026-08-14T18:38:44.631Z | Downloaded async-compression v0.4.41 |
| 765 | 2026-08-14T18:38:44.631Z | Downloaded cc v1.2.56 |
| 766 | 2026-08-14T18:38:44.638Z | Downloaded rand_core v0.6.4 |
| 767 | 2026-08-14T18:38:44.638Z | Downloaded test-strategy v0.4.5 |
| 768 | 2026-08-14T18:38:44.642Z | Downloaded utf-8 v0.7.6 |
| 769 | 2026-08-14T18:38:44.642Z | Downloaded chacha20poly1305 v0.10.1 |
| 770 | 2026-08-14T18:38:44.642Z | Downloaded ecdsa v0.17.0 |
| 771 | 2026-08-14T18:38:44.642Z | Downloaded rand_seeder v0.4.0 |
| 772 | 2026-08-14T18:38:44.642Z | Downloaded rfc6979 v0.4.0 |
| 773 | 2026-08-14T18:38:44.642Z | Downloaded rcgen v0.12.1 |
| 774 | 2026-08-14T18:38:44.642Z | Downloaded resolv-conf v0.7.6 |
| 775 | 2026-08-14T18:38:44.647Z | Downloaded rustls-native-certs v0.8.3 |
| 776 | 2026-08-14T18:38:44.647Z | Downloaded tinyvec v1.10.0 |
| 777 | 2026-08-14T18:38:44.647Z | Downloaded unsafe-libyaml v0.2.11 |
| 778 | 2026-08-14T18:38:44.656Z | Downloaded progenitor v0.13.0 |
| 779 | 2026-08-14T18:38:44.656Z | Downloaded psm v0.1.30 |
| 780 | 2026-08-14T18:38:44.656Z | Downloaded universal-hash v0.5.1 |
| 781 | 2026-08-14T18:38:44.656Z | Downloaded wnaf v0.14.0 |
| 782 | 2026-08-14T18:38:44.659Z | Downloaded flate2 v1.1.9 |
| 783 | 2026-08-14T18:38:44.659Z | Downloaded heapless v0.8.0 |
| 784 | 2026-08-14T18:38:44.659Z | Downloaded prettyplease v0.2.37 |
| 785 | 2026-08-14T18:38:44.659Z | Downloaded vte v0.14.1 |
| 786 | 2026-08-14T18:38:44.663Z | Downloaded salsa20 v0.11.0 |
| 787 | 2026-08-14T18:38:44.664Z | Downloaded crc-any v2.5.0 |
| 788 | 2026-08-14T18:38:44.664Z | Downloaded litrs v1.0.0 |
| 789 | 2026-08-14T18:38:44.667Z | Downloaded slog-async v2.8.0 |
| 790 | 2026-08-14T18:38:44.667Z | Downloaded serdect v0.4.3 |
| 791 | 2026-08-14T18:38:44.667Z | Downloaded ssh-encoding v0.3.0 |
| 792 | 2026-08-14T18:38:44.667Z | Downloaded newtype-uuid v1.3.2 |
| 793 | 2026-08-14T18:38:44.671Z | Downloaded signal-hook-mio v0.2.5 |
| 794 | 2026-08-14T18:38:44.671Z | Downloaded signal-hook-registry v1.4.8 |
| 795 | 2026-08-14T18:38:44.671Z | Downloaded crc v3.4.0 |
| 796 | 2026-08-14T18:38:44.671Z | Downloaded crucible-workspace-hack v0.1.0 |
| 797 | 2026-08-14T18:38:44.671Z | Downloaded hickory-resolver v0.25.2 |
| 798 | 2026-08-14T18:38:44.676Z | Downloaded static_assertions v1.1.0 |
| 799 | 2026-08-14T18:38:44.676Z | Downloaded bytes v1.11.1 |
| 800 | 2026-08-14T18:38:44.680Z | Downloaded darling_macro v0.23.0 |
| 801 | 2026-08-14T18:38:44.680Z | Downloaded bumpalo v3.20.2 |
| 802 | 2026-08-14T18:38:44.681Z | Downloaded snafu-derive v0.8.9 |
| 803 | 2026-08-14T18:38:44.681Z | Downloaded p384 v0.14.0 |
| 804 | 2026-08-14T18:38:44.683Z | Downloaded display-error-chain v0.2.2 |
| 805 | 2026-08-14T18:38:44.683Z | Downloaded darling_macro v0.21.3 |
| 806 | 2026-08-14T18:38:44.683Z | Downloaded dsl_auto_type v0.2.0 |
| 807 | 2026-08-14T18:38:44.683Z | Downloaded derive_builder_macro v0.20.2 |
| 808 | 2026-08-14T18:38:44.683Z | Downloaded hashbrown v0.12.3 |
| 809 | 2026-08-14T18:38:44.691Z | Downloaded instability v0.3.11 |
| 810 | 2026-08-14T18:38:44.692Z | Downloaded oxnet v0.1.6 |
| 811 | 2026-08-14T18:38:44.692Z | Downloaded tar v0.4.46 |
| 812 | 2026-08-14T18:38:44.692Z | Downloaded pkcs1 v0.7.5 |
| 813 | 2026-08-14T18:38:44.692Z | Downloaded strum_macros v0.26.4 |
| 814 | 2026-08-14T18:38:44.692Z | Downloaded thiserror-no-std v2.0.2 |
| 815 | 2026-08-14T18:38:44.698Z | Downloaded polyval v0.7.1 |
| 816 | 2026-08-14T18:38:44.698Z | Downloaded tls_codec_derive v0.4.2 |
| 817 | 2026-08-14T18:38:44.702Z | Downloaded tokio-native-tls v0.3.1 |
| 818 | 2026-08-14T18:38:44.702Z | Downloaded whoami v1.6.1 |
| 819 | 2026-08-14T18:38:44.702Z | Downloaded qorb v0.4.1 |
| 820 | 2026-08-14T18:38:44.702Z | Downloaded embedded-io v0.4.0 |
| 821 | 2026-08-14T18:38:44.702Z | Downloaded jiff-static v0.2.34 |
| 822 | 2026-08-14T18:38:44.702Z | Downloaded tracing-core v0.1.36 |
| 823 | 2026-08-14T18:38:44.707Z | Downloaded serde_cbor v0.11.2 |
| 824 | 2026-08-14T18:38:44.707Z | Downloaded ignore v0.4.25 |
| 825 | 2026-08-14T18:38:44.713Z | Downloaded rustls-pki-types v1.14.0 |
| 826 | 2026-08-14T18:38:44.713Z | Downloaded http v1.4.2 |
| 827 | 2026-08-14T18:38:44.713Z | Downloaded writeable v0.6.2 |
| 828 | 2026-08-14T18:38:44.713Z | Downloaded zerofrom-derive v0.1.6 |
| 829 | 2026-08-14T18:38:44.713Z | Downloaded zeroize v1.9.0 |
| 830 | 2026-08-14T18:38:44.716Z | Downloaded vsss-rs v3.3.4 |
| 831 | 2026-08-14T18:38:44.716Z | Downloaded managed v0.8.0 |
| 832 | 2026-08-14T18:38:44.716Z | Downloaded md-5 v0.10.6 |
| 833 | 2026-08-14T18:38:44.716Z | Downloaded new_debug_unreachable v1.0.6 |
| 834 | 2026-08-14T18:38:44.716Z | Downloaded der_derive v0.7.3 |
| 835 | 2026-08-14T18:38:44.719Z | Downloaded openssl-probe v0.1.6 |
| 836 | 2026-08-14T18:38:44.719Z | Downloaded phf_shared v0.11.3 |
| 837 | 2026-08-14T18:38:44.720Z | Downloaded rsa v0.9.10 |
| 838 | 2026-08-14T18:38:44.723Z | Downloaded zip v0.6.6 |
| 839 | 2026-08-14T18:38:44.729Z | Downloaded oso-derive v0.27.3 |
| 840 | 2026-08-14T18:38:44.730Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-08-14T18:38:44.730Z | Downloaded memmap2 v0.9.10 |
| 842 | 2026-08-14T18:38:44.730Z | Downloaded progenitor-macro v0.13.0 |
| 843 | 2026-08-14T18:38:44.730Z | Downloaded progenitor-macro v0.14.0 |
| 844 | 2026-08-14T18:38:44.735Z | Downloaded schemars v1.2.1 |
| 845 | 2026-08-14T18:38:44.743Z | Downloaded rtoolbox v0.0.3 |
| 846 | 2026-08-14T18:38:44.743Z | Downloaded strum v0.26.3 |
| 847 | 2026-08-14T18:38:44.743Z | Downloaded darling_core v0.20.11 |
| 848 | 2026-08-14T18:38:44.748Z | Downloaded darling_core v0.21.3 |
| 849 | 2026-08-14T18:38:44.748Z | Downloaded tokio-stream v0.1.18 |
| 850 | 2026-08-14T18:38:44.755Z | Downloaded serde-big-array v0.5.1 |
| 851 | 2026-08-14T18:38:44.756Z | Downloaded siphasher v1.0.2 |
| 852 | 2026-08-14T18:38:44.756Z | Downloaded steno v0.4.1 |
| 853 | 2026-08-14T18:38:44.765Z | Downloaded subtle v2.6.1 |
| 854 | 2026-08-14T18:38:44.765Z | Downloaded time-macros v0.2.27 |
| 855 | 2026-08-14T18:38:44.765Z | Downloaded tokio-postgres v0.7.16 |
| 856 | 2026-08-14T18:38:44.765Z | Downloaded unicode_categories v0.1.1 |
| 857 | 2026-08-14T18:38:44.765Z | Downloaded serde_bytes v0.11.19 |
| 858 | 2026-08-14T18:38:44.765Z | Downloaded sigpipe v0.1.3 |
| 859 | 2026-08-14T18:38:44.765Z | Downloaded cookie_store v0.22.1 |
| 860 | 2026-08-14T18:38:44.765Z | Downloaded testing_table v0.3.0 |
| 861 | 2026-08-14T18:38:44.770Z | Downloaded ingot v0.2.1 |
| 862 | 2026-08-14T18:38:44.775Z | Downloaded usdt-macro v0.6.0 |
| 863 | 2026-08-14T18:38:44.776Z | Downloaded ipnetwork v0.21.1 |
| 864 | 2026-08-14T18:38:44.776Z | Downloaded cpubits v0.1.1 |
| 865 | 2026-08-14T18:38:44.783Z | Downloaded num-integer v0.1.46 |
| 866 | 2026-08-14T18:38:44.783Z | Downloaded password-hash v0.6.1 |
| 867 | 2026-08-14T18:38:44.787Z | Downloaded paste v1.0.15 |
| 868 | 2026-08-14T18:38:44.787Z | Downloaded twox-hash v2.1.2 |
| 869 | 2026-08-14T18:38:44.787Z | Downloaded unit-prefix v0.5.2 |
| 870 | 2026-08-14T18:38:44.787Z | Downloaded zerocopy v0.6.6 |
| 871 | 2026-08-14T18:38:44.792Z | Downloaded cstr-argument v0.1.2 |
| 872 | 2026-08-14T18:38:44.792Z | Downloaded ppv-lite86 v0.2.21 |
| 873 | 2026-08-14T18:38:44.802Z | Downloaded pkcs8 v0.10.2 |
| 874 | 2026-08-14T18:38:44.802Z | Downloaded digest-io v0.1.0 |
| 875 | 2026-08-14T18:38:44.809Z | Downloaded similar v2.7.0 |
| 876 | 2026-08-14T18:38:44.809Z | Downloaded dirs-next v2.0.0 |
| 877 | 2026-08-14T18:38:44.809Z | Downloaded document-features v0.2.12 |
| 878 | 2026-08-14T18:38:44.809Z | Downloaded primeorder v0.13.6 |
| 879 | 2026-08-14T18:38:44.809Z | Downloaded indoc v1.0.9 |
| 880 | 2026-08-14T18:38:44.809Z | Downloaded lalrpop-util v0.19.12 |
| 881 | 2026-08-14T18:38:44.813Z | Downloaded ident_case v1.0.1 |
| 882 | 2026-08-14T18:38:44.813Z | Downloaded instant v0.1.13 |
| 883 | 2026-08-14T18:38:44.813Z | Downloaded socket2 v0.5.10 |
| 884 | 2026-08-14T18:38:44.817Z | Downloaded rpassword v7.5.4 |
| 885 | 2026-08-14T18:38:44.821Z | Downloaded hickory-server v0.25.2 |
| 886 | 2026-08-14T18:38:44.825Z | Downloaded num_threads v0.1.7 |
| 887 | 2026-08-14T18:38:44.834Z | Downloaded sec1 v0.7.3 |
| 888 | 2026-08-14T18:38:44.839Z | Downloaded serde_derive_internals v0.29.1 |
| 889 | 2026-08-14T18:38:44.839Z | Downloaded mime v0.3.17 |
| 890 | 2026-08-14T18:38:44.839Z | Downloaded newtype-uuid-macros v0.1.0 |
| 891 | 2026-08-14T18:38:44.839Z | Downloaded icu_collections v2.1.1 |
| 892 | 2026-08-14T18:38:44.839Z | Downloaded smallvec v0.6.14 |
| 893 | 2026-08-14T18:38:44.839Z | Downloaded shell-words v1.1.1 |
| 894 | 2026-08-14T18:38:44.839Z | Downloaded slog-scope v4.4.1 |
| 895 | 2026-08-14T18:38:44.839Z | Downloaded hashbrown v0.15.5 |
| 896 | 2026-08-14T18:38:44.843Z | Downloaded stacker v0.1.23 |
| 897 | 2026-08-14T18:38:44.843Z | Downloaded support-bundle-viewer v0.1.2 |
| 898 | 2026-08-14T18:38:44.843Z | Downloaded nodrop v0.1.14 |
| 899 | 2026-08-14T18:38:44.843Z | Downloaded powerfmt v0.2.0 |
| 900 | 2026-08-14T18:38:44.843Z | Downloaded rand_xorshift v0.4.0 |
| 901 | 2026-08-14T18:38:44.848Z | Downloaded slog-term v2.9.2 |
| 902 | 2026-08-14T18:38:44.848Z | Downloaded termios v0.3.3 |
| 903 | 2026-08-14T18:38:44.848Z | Downloaded tui-tree-widget v0.23.1 |
| 904 | 2026-08-14T18:38:44.848Z | Downloaded tls_codec v0.4.2 |
| 905 | 2026-08-14T18:38:44.859Z | Downloaded vergen-lib v9.1.0 |
| 906 | 2026-08-14T18:38:44.869Z | Downloaded zone v0.3.1 |
| 907 | 2026-08-14T18:38:44.869Z | Downloaded scheduled-thread-pool v0.2.7 |
| 908 | 2026-08-14T18:38:44.869Z | Downloaded radium v0.7.0 |
| 909 | 2026-08-14T18:38:44.869Z | Downloaded rustls-platform-verifier v0.6.2 |
| 910 | 2026-08-14T18:38:44.869Z | Downloaded hashbrown v0.13.2 |
| 911 | 2026-08-14T18:38:44.873Z | Downloaded data-encoding v2.10.0 |
| 912 | 2026-08-14T18:38:44.873Z | Downloaded derive-ex v0.1.8 |
| 913 | 2026-08-14T18:38:44.873Z | Downloaded litemap v0.8.1 |
| 914 | 2026-08-14T18:38:44.877Z | Downloaded daft v0.1.7 |
| 915 | 2026-08-14T18:38:44.877Z | Downloaded darling_core v0.13.4 |
| 916 | 2026-08-14T18:38:44.877Z | Downloaded num-complex v0.4.6 |
| 917 | 2026-08-14T18:38:44.883Z | Downloaded x509-cert v0.2.5 |
| 918 | 2026-08-14T18:38:44.889Z | Downloaded zopfli v0.8.3 |
| 919 | 2026-08-14T18:38:44.889Z | Downloaded displaydoc v0.2.5 |
| 920 | 2026-08-14T18:38:44.889Z | Downloaded maplit v1.0.2 |
| 921 | 2026-08-14T18:38:44.889Z | Downloaded ipnet v2.11.0 |
| 922 | 2026-08-14T18:38:44.892Z | Downloaded internet-checksum v0.2.1 |
| 923 | 2026-08-14T18:38:44.892Z | Downloaded expectorate v1.2.0 |
| 924 | 2026-08-14T18:38:44.892Z | Downloaded signature v3.0.0 |
| 925 | 2026-08-14T18:38:44.892Z | Downloaded take_mut v0.2.2 |
| 926 | 2026-08-14T18:38:44.892Z | Downloaded tokio-test v0.4.5 |
| 927 | 2026-08-14T18:38:44.899Z | Downloaded linear-map v1.2.0 |
| 928 | 2026-08-14T18:38:44.903Z | Downloaded icu_provider v2.1.1 |
| 929 | 2026-08-14T18:38:44.903Z | Downloaded derive_more v0.99.20 |
| 930 | 2026-08-14T18:38:44.910Z | Downloaded diff v0.1.13 |
| 931 | 2026-08-14T18:38:44.910Z | Downloaded trait-variant v0.1.2 |
| 932 | 2026-08-14T18:38:44.916Z | Downloaded waitgroup v0.1.2 |
| 933 | 2026-08-14T18:38:44.916Z | Downloaded hashbrown v0.16.1 |
| 934 | 2026-08-14T18:38:44.920Z | Downloaded pin-project-internal v1.1.11 |
| 935 | 2026-08-14T18:38:44.920Z | Downloaded void v1.0.2 |
| 936 | 2026-08-14T18:38:44.920Z | Downloaded icu_properties v2.1.2 |
| 937 | 2026-08-14T18:38:44.925Z | Downloaded defmt v0.3.100 |
| 938 | 2026-08-14T18:38:44.925Z | Downloaded publicsuffix v2.3.0 |
| 939 | 2026-08-14T18:38:44.925Z | Downloaded futures-util v0.3.32 |
| 940 | 2026-08-14T18:38:44.933Z | Downloaded darling v0.23.0 |
| 941 | 2026-08-14T18:38:44.939Z | Downloaded poly1305 v0.8.0 |
| 942 | 2026-08-14T18:38:44.939Z | Downloaded is-terminal v0.4.17 |
| 943 | 2026-08-14T18:38:44.939Z | Downloaded corncobs v0.1.4 |
| 944 | 2026-08-14T18:38:44.939Z | Downloaded crc8 v0.1.1 |
| 945 | 2026-08-14T18:38:44.939Z | Downloaded dunce v1.0.5 |
| 946 | 2026-08-14T18:38:44.943Z | Downloaded lazy_static v1.5.0 |
| 947 | 2026-08-14T18:38:44.943Z | Downloaded schemars v0.9.0 |
| 948 | 2026-08-14T18:38:44.951Z | Downloaded lru v0.12.5 |
| 949 | 2026-08-14T18:38:44.955Z | Downloaded rayon-core v1.13.0 |
| 950 | 2026-08-14T18:38:44.955Z | Downloaded serde_yaml v0.9.34+deprecated |
| 951 | 2026-08-14T18:38:44.955Z | Downloaded aes v0.9.1 |
| 952 | 2026-08-14T18:38:44.959Z | Downloaded typed-path v0.9.3 |
| 953 | 2026-08-14T18:38:44.973Z | Downloaded progenitor-extras v0.2.0 |
| 954 | 2026-08-14T18:38:44.973Z | Downloaded string_cache v0.8.9 |
| 955 | 2026-08-14T18:38:44.973Z | Downloaded strum_macros v0.24.3 |
| 956 | 2026-08-14T18:38:44.979Z | Downloaded md5 v0.8.0 |
| 957 | 2026-08-14T18:38:44.979Z | Downloaded scrypt v0.12.0 |
| 958 | 2026-08-14T18:38:44.979Z | Downloaded illumos-nvpair v0.3.0 |
| 959 | 2026-08-14T18:38:44.979Z | Downloaded tiny-keccak v2.0.2 |
| 960 | 2026-08-14T18:38:44.979Z | Downloaded kstat-rs v0.2.5 |
| 961 | 2026-08-14T18:38:44.979Z | Downloaded nibble_vec v0.1.0 |
| 962 | 2026-08-14T18:38:44.979Z | Downloaded crossbeam-epoch v0.9.18 |
| 963 | 2026-08-14T18:38:44.979Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 964 | 2026-08-14T18:38:44.979Z | Downloaded oso v0.27.3 |
| 965 | 2026-08-14T18:38:44.979Z | Downloaded num-bigint v0.4.6 |
| 966 | 2026-08-14T18:38:44.983Z | Downloaded omicron-zone-package v0.12.3 |
| 967 | 2026-08-14T18:38:44.987Z | Downloaded slog-json v2.6.1 |
| 968 | 2026-08-14T18:38:44.994Z | Downloaded rustc-hash v2.1.1 |
| 969 | 2026-08-14T18:38:44.998Z | Downloaded rustc_version v0.1.7 |
| 970 | 2026-08-14T18:38:44.998Z | Downloaded signal-hook-tokio v0.3.1 |
| 971 | 2026-08-14T18:38:44.998Z | Downloaded sha1 v0.11.0 |
| 972 | 2026-08-14T18:38:45.002Z | Downloaded toml_edit v0.19.15 |
| 973 | 2026-08-14T18:38:45.012Z | Downloaded signature v2.2.0 |
| 974 | 2026-08-14T18:38:45.017Z | Downloaded ml-kem v0.3.2 |
| 975 | 2026-08-14T18:38:45.017Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 976 | 2026-08-14T18:38:45.018Z | Downloaded num_enum_derive v0.7.6 |
| 977 | 2026-08-14T18:38:45.018Z | Downloaded defmt v1.0.1 |
| 978 | 2026-08-14T18:38:45.022Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 979 | 2026-08-14T18:38:45.022Z | Downloaded same-file v1.0.6 |
| 980 | 2026-08-14T18:38:45.022Z | Downloaded vergen-git2 v9.1.0 |
| 981 | 2026-08-14T18:38:45.026Z | Downloaded uuid v1.23.4 |
| 982 | 2026-08-14T18:38:45.026Z | Downloaded serde_with_macros v3.21.0 |
| 983 | 2026-08-14T18:38:45.029Z | Downloaded elliptic-curve v0.14.1 |
| 984 | 2026-08-14T18:38:45.029Z | Downloaded vergen-lib v0.1.6 |
| 985 | 2026-08-14T18:38:45.029Z | Downloaded toml v0.7.8 |
| 986 | 2026-08-14T18:38:45.033Z | Downloaded nom v8.0.0 |
| 987 | 2026-08-14T18:38:45.034Z | Downloaded primeorder v0.14.0 |
| 988 | 2026-08-14T18:38:45.039Z | Downloaded crypto-common v0.2.2 |
| 989 | 2026-08-14T18:38:45.039Z | Downloaded dyn-clone v1.0.20 |
| 990 | 2026-08-14T18:38:45.039Z | Downloaded stable_deref_trait v1.2.1 |
| 991 | 2026-08-14T18:38:45.039Z | Downloaded zstd-safe v7.2.4 |
| 992 | 2026-08-14T18:38:45.047Z | Downloaded kem v0.3.0 |
| 993 | 2026-08-14T18:38:45.052Z | Downloaded either v1.15.0 |
| 994 | 2026-08-14T18:38:45.055Z | Downloaded zerofrom v0.1.6 |
| 995 | 2026-08-14T18:38:45.060Z | Downloaded multer v3.1.0 |
| 996 | 2026-08-14T18:38:45.073Z | Downloaded idna_adapter v1.2.1 |
| 997 | 2026-08-14T18:38:45.073Z | Downloaded smallvec v1.15.1 |
| 998 | 2026-08-14T18:38:45.073Z | Downloaded match_cfg v0.1.0 |
| 999 | 2026-08-14T18:38:45.083Z | Downloaded nom v7.1.3 |
| 1000 | 2026-08-14T18:38:45.083Z | Downloaded ed25519-dalek v2.2.0 |
| 1001 | 2026-08-14T18:38:45.083Z | Downloaded term v1.2.1 |
| 1002 | 2026-08-14T18:38:45.083Z | Downloaded nu-ansi-term v0.50.3 |
| 1003 | 2026-08-14T18:38:45.083Z | Downloaded num-rational v0.4.2 |
| 1004 | 2026-08-14T18:38:45.097Z | Downloaded percent-encoding v2.3.2 |
| 1005 | 2026-08-14T18:38:45.105Z | Downloaded ron v0.8.1 |
| 1006 | 2026-08-14T18:38:45.105Z | Downloaded seq-macro v0.3.6 |
| 1007 | 2026-08-14T18:38:45.105Z | Downloaded thread-id v5.1.0 |
| 1008 | 2026-08-14T18:38:45.117Z | Downloaded yoke v0.8.1 |
| 1009 | 2026-08-14T18:38:45.117Z | Downloaded strum v0.27.2 |
| 1010 | 2026-08-14T18:38:45.117Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1011 | 2026-08-14T18:38:45.117Z | Downloaded typify-macro v0.6.2 |
| 1012 | 2026-08-14T18:38:45.117Z | Downloaded want v0.3.1 |
| 1013 | 2026-08-14T18:38:45.118Z | Downloaded csv-core v0.1.13 |
| 1014 | 2026-08-14T18:38:45.118Z | Downloaded xshell-macros v0.2.7 |
| 1015 | 2026-08-14T18:38:45.123Z | Downloaded minimal-lexical v0.2.1 |
| 1016 | 2026-08-14T18:38:45.123Z | Downloaded reqwest v0.12.28 |
| 1017 | 2026-08-14T18:38:45.123Z | Downloaded strum_macros v0.27.2 |
| 1018 | 2026-08-14T18:38:45.123Z | Downloaded uzers v0.12.2 |
| 1019 | 2026-08-14T18:38:45.127Z | Downloaded unicode-xid v0.2.6 |
| 1020 | 2026-08-14T18:38:45.128Z | Downloaded universal-hash v0.6.1 |
| 1021 | 2026-08-14T18:38:45.131Z | Downloaded whoami v2.1.0 |
| 1022 | 2026-08-14T18:38:45.131Z | Downloaded ecdsa v0.16.9 |
| 1023 | 2026-08-14T18:38:45.131Z | Downloaded tokio-tungstenite v0.21.0 |
| 1024 | 2026-08-14T18:38:45.139Z | Downloaded ryu v1.0.23 |
| 1025 | 2026-08-14T18:38:45.139Z | Downloaded hyper v1.10.1 |
| 1026 | 2026-08-14T18:38:45.146Z | Downloaded darling v0.21.3 |
| 1027 | 2026-08-14T18:38:45.146Z | Downloaded des v0.9.0 |
| 1028 | 2026-08-14T18:38:45.150Z | Downloaded critical-section v1.2.0 |
| 1029 | 2026-08-14T18:38:45.150Z | Downloaded digest v0.11.3 |
| 1030 | 2026-08-14T18:38:45.155Z | Downloaded newtype_derive v0.1.6 |
| 1031 | 2026-08-14T18:38:45.155Z | Downloaded oxide-update-engine v0.1.2 |
| 1032 | 2026-08-14T18:38:45.155Z | Downloaded parking_lot v0.11.2 |
| 1033 | 2026-08-14T18:38:45.155Z | Downloaded parking_lot v0.12.5 |
| 1034 | 2026-08-14T18:38:45.161Z | Downloaded phc v0.6.1 |
| 1035 | 2026-08-14T18:38:45.162Z | Downloaded rand_chacha v0.3.1 |
| 1036 | 2026-08-14T18:38:45.162Z | Downloaded aes-gcm v0.11.0 |
| 1037 | 2026-08-14T18:38:45.162Z | Downloaded poly1305 v0.9.0 |
| 1038 | 2026-08-14T18:38:45.167Z | Downloaded embedded-io v0.6.1 |
| 1039 | 2026-08-14T18:38:45.167Z | Downloaded packed_struct_codegen v0.10.1 |
| 1040 | 2026-08-14T18:38:45.167Z | Downloaded serde_with v1.14.0 |
| 1041 | 2026-08-14T18:38:45.167Z | Downloaded aho-corasick v1.1.4 |
| 1042 | 2026-08-14T18:38:45.176Z | Downloaded crossbeam-channel v0.5.15 |
| 1043 | 2026-08-14T18:38:45.176Z | Downloaded semver v0.1.20 |
| 1044 | 2026-08-14T18:38:45.177Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1045 | 2026-08-14T18:38:45.275Z | Downloaded h2 v0.4.15 |
| 1046 | 2026-08-14T18:38:45.275Z | Downloaded hkdf v0.13.0 |
| 1047 | 2026-08-14T18:38:45.275Z | Downloaded num_enum v0.7.6 |
| 1048 | 2026-08-14T18:38:45.276Z | Downloaded potential_utf v0.1.4 |
| 1049 | 2026-08-14T18:38:45.276Z | Downloaded slog-envlogger v2.2.0 |
| 1050 | 2026-08-14T18:38:45.276Z | Downloaded unicode-bidi v0.3.18 |
| 1051 | 2026-08-14T18:38:45.295Z | Downloaded serde_path_to_error v0.1.20 |
| 1052 | 2026-08-14T18:38:45.295Z | Downloaded usdt-attr-macro v0.6.0 |
| 1053 | 2026-08-14T18:38:45.295Z | Downloaded slab v0.4.12 |
| 1054 | 2026-08-14T18:38:45.295Z | Downloaded sqlformat v0.3.5 |
| 1055 | 2026-08-14T18:38:45.295Z | Downloaded term v0.7.0 |
| 1056 | 2026-08-14T18:38:45.295Z | Downloaded drift v0.2.0 |
| 1057 | 2026-08-14T18:38:45.295Z | Downloaded crossbeam-deque v0.8.6 |
| 1058 | 2026-08-14T18:38:45.295Z | Downloaded darling_macro v0.13.4 |
| 1059 | 2026-08-14T18:38:45.295Z | Downloaded hkdf v0.12.4 |
| 1060 | 2026-08-14T18:38:45.295Z | Downloaded multimap v0.10.1 |
| 1061 | 2026-08-14T18:38:45.295Z | Downloaded slog-dtrace v0.3.0 |
| 1062 | 2026-08-14T18:38:45.295Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1063 | 2026-08-14T18:38:45.295Z | Downloaded scuffle v0.1.0 |
| 1064 | 2026-08-14T18:38:45.295Z | Downloaded elliptic-curve v0.13.8 |
| 1065 | 2026-08-14T18:38:45.295Z | Downloaded jobserver v0.1.34 |
| 1066 | 2026-08-14T18:38:45.295Z | Downloaded lru-cache v0.1.2 |
| 1067 | 2026-08-14T18:38:45.295Z | Downloaded pem-rfc7468 v0.7.0 |
| 1068 | 2026-08-14T18:38:45.295Z | Downloaded yasna v0.5.2 |
| 1069 | 2026-08-14T18:38:45.295Z | Downloaded ingot-macros v0.2.0 |
| 1070 | 2026-08-14T18:38:45.295Z | Downloaded rand_pcg v0.10.2 |
| 1071 | 2026-08-14T18:38:45.295Z | Downloaded peg-runtime v0.8.5 |
| 1072 | 2026-08-14T18:38:45.296Z | Downloaded rustc_version v0.4.1 |
| 1073 | 2026-08-14T18:38:45.296Z | Downloaded native-tls v0.2.18 |
| 1074 | 2026-08-14T18:38:45.296Z | Downloaded serde_plain v1.0.2 |
| 1075 | 2026-08-14T18:38:45.296Z | Downloaded try-lock v0.2.5 |
| 1076 | 2026-08-14T18:38:45.296Z | Downloaded darling v0.20.11 |
| 1077 | 2026-08-14T18:38:45.296Z | Downloaded libloading v0.8.9 |
| 1078 | 2026-08-14T18:38:45.296Z | Downloaded rand v0.9.2 |
| 1079 | 2026-08-14T18:38:45.296Z | Downloaded ingot-types v0.2.0 |
| 1080 | 2026-08-14T18:38:45.296Z | Downloaded winnow v0.6.26 |
| 1081 | 2026-08-14T18:38:45.296Z | Downloaded der v0.7.10 |
| 1082 | 2026-08-14T18:38:45.296Z | Downloaded scroll v0.13.0 |
| 1083 | 2026-08-14T18:38:45.296Z | Downloaded cpufeatures v0.3.0 |
| 1084 | 2026-08-14T18:38:45.296Z | Downloaded rand_core v0.9.5 |
| 1085 | 2026-08-14T18:38:45.296Z | Downloaded schemars v0.8.22 |
| 1086 | 2026-08-14T18:38:45.296Z | Downloaded darling_macro v0.20.11 |
| 1087 | 2026-08-14T18:38:45.296Z | Downloaded is_ci v1.2.0 |
| 1088 | 2026-08-14T18:38:45.296Z | Downloaded postgres-types v0.2.12 |
| 1089 | 2026-08-14T18:38:45.296Z | Downloaded inout v0.2.2 |
| 1090 | 2026-08-14T18:38:45.296Z | Downloaded nonempty v0.12.0 |
| 1091 | 2026-08-14T18:38:45.296Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1092 | 2026-08-14T18:38:45.296Z | Downloaded progenitor-client v0.14.0 |
| 1093 | 2026-08-14T18:38:45.309Z | Downloaded typify v0.6.2 |
| 1094 | 2026-08-14T18:38:45.309Z | Downloaded thread_local v1.1.9 |
| 1095 | 2026-08-14T18:38:45.309Z | Downloaded tokio-tungstenite v0.23.1 |
| 1096 | 2026-08-14T18:38:45.309Z | Downloaded tungstenite v0.23.0 |
| 1097 | 2026-08-14T18:38:45.309Z | Downloaded xshell v0.2.7 |
| 1098 | 2026-08-14T18:38:45.309Z | Downloaded p256 v0.14.0 |
| 1099 | 2026-08-14T18:38:45.331Z | Downloaded tower v0.5.3 |
| 1100 | 2026-08-14T18:38:45.331Z | Downloaded opaque-debug v0.3.1 |
| 1101 | 2026-08-14T18:38:45.331Z | Downloaded linked-hash-map v0.5.6 |
| 1102 | 2026-08-14T18:38:45.331Z | Downloaded normalize-line-endings v0.3.0 |
| 1103 | 2026-08-14T18:38:45.331Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1104 | 2026-08-14T18:38:45.331Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1105 | 2026-08-14T18:38:45.331Z | Downloaded crc32fast v1.5.0 |
| 1106 | 2026-08-14T18:38:45.331Z | Downloaded itertools v0.12.1 |
| 1107 | 2026-08-14T18:38:45.343Z | Downloaded tap v1.0.1 |
| 1108 | 2026-08-14T18:38:45.343Z | Downloaded deranged v0.5.8 |
| 1109 | 2026-08-14T18:38:45.343Z | Downloaded sqlparser_derive v0.5.0 |
| 1110 | 2026-08-14T18:38:45.343Z | Downloaded libsw-core v0.3.2 |
| 1111 | 2026-08-14T18:38:45.343Z | Downloaded unicode-normalization v0.1.25 |
| 1112 | 2026-08-14T18:38:45.343Z | Downloaded quinn v0.11.11 |
| 1113 | 2026-08-14T18:38:45.343Z | Downloaded pem-rfc7468 v1.0.0 |
| 1114 | 2026-08-14T18:38:45.344Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1115 | 2026-08-14T18:38:45.344Z | Downloaded pem v3.0.6 |
| 1116 | 2026-08-14T18:38:45.344Z | Downloaded indicatif v0.18.4 |
| 1117 | 2026-08-14T18:38:45.344Z | Downloaded untrusted v0.9.0 |
| 1118 | 2026-08-14T18:38:45.354Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1119 | 2026-08-14T18:38:45.354Z | Downloaded unicase v2.9.0 |
| 1120 | 2026-08-14T18:38:45.354Z | Downloaded rand v0.10.1 |
| 1121 | 2026-08-14T18:38:45.358Z | Downloaded iri-string v0.7.10 |
| 1122 | 2026-08-14T18:38:45.358Z | Downloaded url v2.5.8 |
| 1123 | 2026-08-14T18:38:45.358Z | Downloaded crypto-bigint v0.5.5 |
| 1124 | 2026-08-14T18:38:45.362Z | Downloaded pkcs5 v0.8.1 |
| 1125 | 2026-08-14T18:38:45.362Z | Downloaded tower-http v0.6.8 |
| 1126 | 2026-08-14T18:38:45.368Z | Downloaded num-traits v0.2.19 |
| 1127 | 2026-08-14T18:38:45.372Z | Downloaded synstructure v0.13.2 |
| 1128 | 2026-08-14T18:38:45.373Z | Downloaded tokio-dtrace v0.1.1 |
| 1129 | 2026-08-14T18:38:45.373Z | Downloaded path-slash v0.1.5 |
| 1130 | 2026-08-14T18:38:45.373Z | Downloaded unicode-truncate v1.1.0 |
| 1131 | 2026-08-14T18:38:45.373Z | Downloaded maybe-uninit v2.0.0 |
| 1132 | 2026-08-14T18:38:45.373Z | Downloaded scopeguard v1.2.0 |
| 1133 | 2026-08-14T18:38:45.377Z | Downloaded progenitor-client v0.13.0 |
| 1134 | 2026-08-14T18:38:45.377Z | Downloaded walkdir v2.5.0 |
| 1135 | 2026-08-14T18:38:45.377Z | Downloaded zerocopy-derive v0.8.40 |
| 1136 | 2026-08-14T18:38:45.390Z | Downloaded unicode-segmentation v1.12.0 |
| 1137 | 2026-08-14T18:38:45.390Z | Downloaded libxml v0.3.3 |
| 1138 | 2026-08-14T18:38:45.432Z | Downloaded rusty-fork v0.3.1 |
| 1139 | 2026-08-14T18:38:45.432Z | Downloaded zstd v0.13.3 |
| 1140 | 2026-08-14T18:38:45.432Z | Downloaded progenitor-impl v0.14.0 |
| 1141 | 2026-08-14T18:38:45.432Z | Downloaded quick-error v1.2.3 |
| 1142 | 2026-08-14T18:38:45.432Z | Downloaded phf_shared v0.12.1 |
| 1143 | 2026-08-14T18:38:45.432Z | Downloaded ssh-cipher v0.3.0 |
| 1144 | 2026-08-14T18:38:45.432Z | Downloaded derive-where v1.6.0 |
| 1145 | 2026-08-14T18:38:45.433Z | Downloaded tokio-macros v2.7.0 |
| 1146 | 2026-08-14T18:38:45.433Z | Downloaded crossterm v0.29.0 |
| 1147 | 2026-08-14T18:38:45.433Z | Downloaded hyper-util v0.1.20 |
| 1148 | 2026-08-14T18:38:45.433Z | Downloaded darling v0.13.4 |
| 1149 | 2026-08-14T18:38:45.433Z | Downloaded defmt-macros v1.0.1 |
| 1150 | 2026-08-14T18:38:45.433Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1151 | 2026-08-14T18:38:45.433Z | Downloaded sha2 v0.11.0 |
| 1152 | 2026-08-14T18:38:45.433Z | Downloaded tinystr v0.8.2 |
| 1153 | 2026-08-14T18:38:45.433Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-08-14T18:38:45.433Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1155 | 2026-08-14T18:38:45.433Z | Downloaded lock_api v0.4.14 |
| 1156 | 2026-08-14T18:38:45.433Z | Downloaded sha1 v0.10.6 |
| 1157 | 2026-08-14T18:38:45.441Z | Downloaded yansi v1.0.1 |
| 1158 | 2026-08-14T18:38:45.442Z | Downloaded darling_core v0.23.0 |
| 1159 | 2026-08-14T18:38:45.442Z | Downloaded tungstenite v0.21.0 |
| 1160 | 2026-08-14T18:38:45.442Z | Downloaded zerovec-derive v0.11.2 |
| 1161 | 2026-08-14T18:38:45.442Z | Downloaded serde_with_macros v1.5.2 |
| 1162 | 2026-08-14T18:38:45.442Z | Downloaded predicates-tree v1.0.13 |
| 1163 | 2026-08-14T18:38:45.442Z | Downloaded mime_guess v2.0.5 |
| 1164 | 2026-08-14T18:38:45.442Z | Downloaded iddqd v0.4.2 |
| 1165 | 2026-08-14T18:38:45.455Z | Downloaded indexmap v1.9.3 |
| 1166 | 2026-08-14T18:38:45.464Z | Downloaded ena v0.14.4 |
| 1167 | 2026-08-14T18:38:45.464Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1168 | 2026-08-14T18:38:45.464Z | Downloaded rand_core v0.10.0 |
| 1169 | 2026-08-14T18:38:45.464Z | Downloaded blake3 v1.8.5 |
| 1170 | 2026-08-14T18:38:45.468Z | Downloaded git2 v0.20.4 |
| 1171 | 2026-08-14T18:38:45.468Z | Downloaded p521 v0.14.0 |
| 1172 | 2026-08-14T18:38:45.474Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1173 | 2026-08-14T18:38:45.486Z | Downloaded rsa v0.10.0-rc.18 |
| 1174 | 2026-08-14T18:38:45.492Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1175 | 2026-08-14T18:38:45.492Z | Downloaded stringprep v0.1.5 |
| 1176 | 2026-08-14T18:38:45.492Z | Downloaded itertools v0.13.0 |
| 1177 | 2026-08-14T18:38:45.508Z | Downloaded proptest v1.11.0 |
| 1178 | 2026-08-14T18:38:45.516Z | Downloaded spin v0.9.8 |
| 1179 | 2026-08-14T18:38:45.523Z | Downloaded chrono v0.4.45 |
| 1180 | 2026-08-14T18:38:45.528Z | Downloaded crypto-primes v0.7.2 |
| 1181 | 2026-08-14T18:38:45.528Z | Downloaded samael v0.0.19 |
| 1182 | 2026-08-14T18:38:45.532Z | Downloaded num-bigint-dig v0.8.6 |
| 1183 | 2026-08-14T18:38:45.536Z | Downloaded bitvec v1.0.1 |
| 1184 | 2026-08-14T18:38:45.541Z | Downloaded vergen v9.1.0 |
| 1185 | 2026-08-14T18:38:45.545Z | Downloaded dropshot_endpoint v0.17.1 |
| 1186 | 2026-08-14T18:38:45.545Z | Downloaded regex v1.12.3 |
| 1187 | 2026-08-14T18:38:45.551Z | Downloaded icu_locale_core v2.1.1 |
| 1188 | 2026-08-14T18:38:45.557Z | Downloaded icu_properties_data v2.1.2 |
| 1189 | 2026-08-14T18:38:45.558Z | Downloaded icu_normalizer_data v2.1.1 |
| 1190 | 2026-08-14T18:38:45.558Z | Downloaded derive_more v2.1.1 |
| 1191 | 2026-08-14T18:38:45.566Z | Downloaded pretty_assertions v1.4.1 |
| 1192 | 2026-08-14T18:38:45.571Z | Downloaded rand v0.8.6 |
| 1193 | 2026-08-14T18:38:45.571Z | Downloaded rustls-webpki v0.103.13 |
| 1194 | 2026-08-14T18:38:45.571Z | Downloaded idna v1.1.0 |
| 1195 | 2026-08-14T18:38:45.571Z | Downloaded cookie v0.18.1 |
| 1196 | 2026-08-14T18:38:45.578Z | Downloaded miniz_oxide v0.8.9 |
| 1197 | 2026-08-14T18:38:45.584Z | Downloaded itertools v0.10.5 |
| 1198 | 2026-08-14T18:38:45.584Z | Downloaded reqwest v0.13.2 |
| 1199 | 2026-08-14T18:38:45.589Z | Downloaded socket2 v0.6.3 |
| 1200 | 2026-08-14T18:38:45.589Z | Downloaded prefix-trie v0.7.0 |
| 1201 | 2026-08-14T18:38:45.593Z | Downloaded winnow v0.5.40 |
| 1202 | 2026-08-14T18:38:45.599Z | Downloaded quinn-proto v0.11.16 |
| 1203 | 2026-08-14T18:38:45.610Z | Downloaded aws-lc-rs v1.16.3 |
| 1204 | 2026-08-14T18:38:45.616Z | Downloaded zerotrie v0.2.3 |
| 1205 | 2026-08-14T18:38:45.622Z | Downloaded snafu v0.8.9 |
| 1206 | 2026-08-14T18:38:45.622Z | Downloaded mio v1.2.0 |
| 1207 | 2026-08-14T18:38:45.628Z | Downloaded portable-atomic v1.13.1 |
| 1208 | 2026-08-14T18:38:45.637Z | Downloaded icu_normalizer v2.1.1 |
| 1209 | 2026-08-14T18:38:45.637Z | Downloaded rayon v1.11.0 |
| 1210 | 2026-08-14T18:38:45.641Z | Downloaded zip v4.6.1 |
| 1211 | 2026-08-14T18:38:45.645Z | Downloaded bindgen v0.71.1 |
| 1212 | 2026-08-14T18:38:45.649Z | Downloaded tough v0.22.0 |
| 1213 | 2026-08-14T18:38:45.660Z | Downloaded vcpkg v0.2.15 |
| 1214 | 2026-08-14T18:38:45.685Z | Downloaded libm v0.2.16 |
| 1215 | 2026-08-14T18:38:45.688Z | Downloaded goblin v0.10.5 |
| 1216 | 2026-08-14T18:38:45.693Z | Downloaded diesel_derives v2.3.7 |
| 1217 | 2026-08-14T18:38:45.700Z | Downloaded derive_more-impl v2.1.1 |
| 1218 | 2026-08-14T18:38:45.700Z | Downloaded crossterm v0.28.1 |
| 1219 | 2026-08-14T18:38:45.709Z | Downloaded jiff-core v0.1.0 |
| 1220 | 2026-08-14T18:38:45.709Z | Downloaded smoltcp v0.9.1 |
| 1221 | 2026-08-14T18:38:45.715Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-08-14T18:38:45.715Z | Downloaded winnow v1.0.3 |
| 1223 | 2026-08-14T18:38:45.720Z | Downloaded zerovec v0.11.5 |
| 1224 | 2026-08-14T18:38:45.726Z | Downloaded der v0.8.0 |
| 1225 | 2026-08-14T18:38:45.726Z | Downloaded lalrpop v0.19.12 |
| 1226 | 2026-08-14T18:38:45.732Z | Downloaded rustyline v14.0.0 |
| 1227 | 2026-08-14T18:38:45.732Z | Downloaded ed25519-dalek v3.0.0 |
| 1228 | 2026-08-14T18:38:45.738Z | Downloaded itertools v0.15.0 |
| 1229 | 2026-08-14T18:38:45.748Z | Downloaded moka v0.12.13 |
| 1230 | 2026-08-14T18:38:45.748Z | Downloaded dropshot-api-manager v0.7.2 |
| 1231 | 2026-08-14T18:38:45.765Z | Downloaded reedline v0.40.0 |
| 1232 | 2026-08-14T18:38:45.766Z | Downloaded russh v0.62.4 |
| 1233 | 2026-08-14T18:38:45.777Z | Downloaded quick-xml v0.37.5 |
| 1234 | 2026-08-14T18:38:45.777Z | Downloaded salty v0.3.0 |
| 1235 | 2026-08-14T18:38:45.800Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1236 | 2026-08-14T18:38:45.806Z | Downloaded tokio-util v0.7.18 |
| 1237 | 2026-08-14T18:38:45.810Z | Downloaded zerocopy v0.8.40 |
| 1238 | 2026-08-14T18:38:45.836Z | Downloaded object v0.37.3 |
| 1239 | 2026-08-14T18:38:45.841Z | Downloaded itertools v0.14.0 |
| 1240 | 2026-08-14T18:38:45.846Z | Downloaded rawzip v0.4.4 |
| 1241 | 2026-08-14T18:38:45.860Z | Downloaded sha3 v0.12.0 |
| 1242 | 2026-08-14T18:38:45.877Z | Downloaded bstr v1.12.1 |
| 1243 | 2026-08-14T18:38:45.885Z | Downloaded curve25519-dalek v4.1.3 |
| 1244 | 2026-08-14T18:38:45.891Z | Downloaded openapiv3 v2.2.0 |
| 1245 | 2026-08-14T18:38:45.895Z | Downloaded time v0.3.47 |
| 1246 | 2026-08-14T18:38:45.899Z | Downloaded zlib-rs v0.6.2 |
| 1247 | 2026-08-14T18:38:45.907Z | Downloaded nix v0.27.1 |
| 1248 | 2026-08-14T18:38:46.327Z | Downloaded radix_trie v0.2.1 |
| 1249 | 2026-08-14T18:38:46.327Z | Downloaded regex-syntax v0.6.29 |
| 1250 | 2026-08-14T18:38:46.335Z | Downloaded hickory-proto v0.24.4 |
| 1251 | 2026-08-14T18:38:46.335Z | Downloaded polar-core v0.27.3 |
| 1252 | 2026-08-14T18:38:46.335Z | Downloaded object v0.30.4 |
| 1253 | 2026-08-14T18:38:46.335Z | Downloaded serde_with v3.21.0 |
| 1254 | 2026-08-14T18:38:46.335Z | Downloaded nix v0.28.0 |
| 1255 | 2026-08-14T18:38:46.335Z | Downloaded curve25519-dalek v5.0.0 |
| 1256 | 2026-08-14T18:38:46.335Z | Downloaded regress v0.10.5 |
| 1257 | 2026-08-14T18:38:46.335Z | Downloaded petname v2.0.2 |
| 1258 | 2026-08-14T18:38:46.335Z | Downloaded smoltcp v0.11.0 |
| 1259 | 2026-08-14T18:38:46.335Z | Downloaded tabled v0.21.0 |
| 1260 | 2026-08-14T18:38:46.335Z | Downloaded hickory-proto v0.25.2 |
| 1261 | 2026-08-14T18:38:46.335Z | Downloaded dropshot v0.17.1 |
| 1262 | 2026-08-14T18:38:46.335Z | Downloaded crypto-bigint v0.7.5 |
| 1263 | 2026-08-14T18:38:46.336Z | Downloaded rustls v0.23.41 |
| 1264 | 2026-08-14T18:38:46.336Z | Downloaded openssl v0.10.80 |
| 1265 | 2026-08-14T18:38:46.336Z | Downloaded nix v0.31.2 |
| 1266 | 2026-08-14T18:38:46.336Z | Downloaded rustix v0.38.44 |
| 1267 | 2026-08-14T18:38:46.336Z | Downloaded sled v0.34.7 |
| 1268 | 2026-08-14T18:38:46.336Z | Downloaded regress v0.11.1 |
| 1269 | 2026-08-14T18:38:46.336Z | Downloaded typify-impl v0.6.2 |
| 1270 | 2026-08-14T18:38:46.336Z | Downloaded diesel v2.3.7 |
| 1271 | 2026-08-14T18:38:46.336Z | Downloaded ratatui v0.29.0 |
| 1272 | 2026-08-14T18:38:46.336Z | Downloaded regex-syntax v0.8.10 |
| 1273 | 2026-08-14T18:38:46.336Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-08-14T18:38:46.336Z | Downloaded sqlparser v0.61.0 |
| 1275 | 2026-08-14T18:38:46.336Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-08-14T18:38:46.336Z | Downloaded sha3 v0.11.0 |
| 1277 | 2026-08-14T18:38:46.336Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1278 | 2026-08-14T18:38:46.337Z | Downloaded jiff v0.2.34 |
| 1279 | 2026-08-14T18:38:46.337Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-08-14T18:38:46.337Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1281 | 2026-08-14T18:38:46.337Z | Downloaded petgraph v0.6.5 |
| 1282 | 2026-08-14T18:38:46.338Z | Downloaded chrono-tz v0.10.4 |
| 1283 | 2026-08-14T18:38:46.338Z | Downloaded petgraph v0.8.3 |
| 1284 | 2026-08-14T18:38:46.338Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-08-14T18:38:46.338Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-08-14T18:38:46.338Z | Downloaded libz-sys v1.1.24 |
| 1287 | 2026-08-14T18:38:46.338Z | Downloaded encoding_rs v0.8.35 |
| 1288 | 2026-08-14T18:38:46.342Z | Downloaded csv v1.4.0 |
| 1289 | 2026-08-14T18:38:46.444Z | Downloaded ring v0.17.14 |
| 1290 | 2026-08-14T18:38:46.501Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1291 | 2026-08-14T18:38:47.098Z | Downloaded aws-lc-sys v0.40.0 |
| 1292 | 2026-08-14T18:38:47.363Z | Compiling libc v0.2.185 |
| 1293 | 2026-08-14T18:38:47.363Z | Compiling serde_core v1.0.228 |
| 1294 | 2026-08-14T18:38:47.363Z | Compiling serde v1.0.228 |
| 1295 | 2026-08-14T18:38:47.383Z | Compiling log v0.4.29 |
| 1296 | 2026-08-14T18:38:47.383Z | Compiling smallvec v1.15.1 |
| 1297 | 2026-08-14T18:38:47.383Z | Compiling find-msvc-tools v0.1.9 |
| 1298 | 2026-08-14T18:38:47.383Z | Compiling shlex v1.3.0 |
| 1299 | 2026-08-14T18:38:47.383Z | Compiling subtle v2.6.1 |
| 1300 | 2026-08-14T18:38:47.586Z | Compiling scopeguard v1.2.0 |
| 1301 | 2026-08-14T18:38:47.593Z | Compiling typenum v1.20.1 |
| 1302 | 2026-08-14T18:38:47.593Z | Compiling stable_deref_trait v1.2.1 |
| 1303 | 2026-08-14T18:38:47.593Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-08-14T18:38:47.593Z | Compiling portable-atomic v1.13.1 |
| 1305 | 2026-08-14T18:38:47.617Z | Compiling serde_json v1.0.151 |
| 1306 | 2026-08-14T18:38:47.644Z | Compiling syn v2.0.117 |
| 1307 | 2026-08-14T18:38:47.663Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-08-14T18:38:47.718Z | Compiling lock_api v0.4.14 |
| 1309 | 2026-08-14T18:38:47.734Z | Compiling libm v0.2.16 |
| 1310 | 2026-08-14T18:38:47.748Z | Compiling num-traits v0.2.19 |
| 1311 | 2026-08-14T18:38:47.755Z | Compiling pkg-config v0.3.32 |
| 1312 | 2026-08-14T18:38:47.759Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-08-14T18:38:47.836Z | Compiling pin-project-lite v0.2.17 |
| 1314 | 2026-08-14T18:38:47.840Z | Compiling const-oid v0.9.6 |
| 1315 | 2026-08-14T18:38:47.899Z | Compiling parking_lot_core v0.9.12 |
| 1316 | 2026-08-14T18:38:47.927Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-08-14T18:38:47.958Z | Compiling rand_core v0.10.0 |
| 1318 | 2026-08-14T18:38:47.966Z | Compiling writeable v0.6.2 |
| 1319 | 2026-08-14T18:38:48.031Z | Compiling futures-core v0.3.32 |
| 1320 | 2026-08-14T18:38:48.101Z | Compiling percent-encoding v2.3.2 |
| 1321 | 2026-08-14T18:38:48.135Z | Compiling litemap v0.8.1 |
| 1322 | 2026-08-14T18:38:48.185Z | Compiling icu_properties_data v2.1.2 |
| 1323 | 2026-08-14T18:38:48.228Z | Compiling icu_normalizer_data v2.1.1 |
| 1324 | 2026-08-14T18:38:48.261Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-08-14T18:38:48.261Z | Compiling futures-sink v0.3.32 |
| 1326 | 2026-08-14T18:38:48.266Z | Compiling futures-task v0.3.32 |
| 1327 | 2026-08-14T18:38:48.311Z | Compiling slab v0.4.12 |
| 1328 | 2026-08-14T18:38:48.350Z | Compiling futures-io v0.3.32 |
| 1329 | 2026-08-14T18:38:48.361Z | Compiling futures-channel v0.3.32 |
| 1330 | 2026-08-14T18:38:48.380Z | Compiling rustix v1.1.3 |
| 1331 | 2026-08-14T18:38:48.410Z | Compiling utf8_iter v1.0.4 |
| 1332 | 2026-08-14T18:38:48.458Z | Compiling errno v0.3.14 |
| 1333 | 2026-08-14T18:38:48.471Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-08-14T18:38:48.511Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-08-14T18:38:48.567Z | Compiling mio v1.2.0 |
| 1336 | 2026-08-14T18:38:48.576Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-08-14T18:38:48.609Z | Compiling socket2 v0.6.3 |
| 1338 | 2026-08-14T18:38:48.630Z | Compiling form_urlencoded v1.2.2 |
| 1339 | 2026-08-14T18:38:48.664Z | Compiling rustversion v1.0.22 |
| 1340 | 2026-08-14T18:38:48.683Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-08-14T18:38:48.763Z | Compiling cc v1.2.56 |
| 1342 | 2026-08-14T18:38:48.767Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-08-14T18:38:48.796Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-08-14T18:38:48.858Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-08-14T18:38:48.913Z | Compiling base64ct v1.8.3 |
| 1346 | 2026-08-14T18:38:48.924Z | Compiling dunce v1.0.5 |
| 1347 | 2026-08-14T18:38:48.929Z | Compiling fs_extra v1.3.0 |
| 1348 | 2026-08-14T18:38:49.025Z | Compiling regex-syntax v0.8.10 |
| 1349 | 2026-08-14T18:38:49.058Z | Compiling flagset v0.4.7 |
| 1350 | 2026-08-14T18:38:49.075Z | Compiling ident_case v1.0.1 |
| 1351 | 2026-08-14T18:38:49.091Z | Compiling base64 v0.22.1 |
| 1352 | 2026-08-14T18:38:49.091Z | Compiling syn v1.0.109 |
| 1353 | 2026-08-14T18:38:49.137Z | Compiling vcpkg v0.2.15 |
| 1354 | 2026-08-14T18:38:49.255Z | Compiling pem-rfc7468 v0.7.0 |
| 1355 | 2026-08-14T18:38:49.294Z | Compiling rand_core v0.9.5 |
| 1356 | 2026-08-14T18:38:49.295Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-08-14T18:38:49.295Z | Compiling schemars v0.8.22 |
| 1358 | 2026-08-14T18:38:49.300Z | Compiling cpufeatures v0.2.17 |
| 1359 | 2026-08-14T18:38:49.300Z | Compiling dyn-clone v1.0.20 |
| 1360 | 2026-08-14T18:38:49.354Z | Compiling aws-lc-rs v1.16.3 |
| 1361 | 2026-08-14T18:38:49.358Z | Compiling spin v0.9.8 |
| 1362 | 2026-08-14T18:38:49.447Z | Compiling cmov v0.5.4 |
| 1363 | 2026-08-14T18:38:49.469Z | Compiling crc32fast v1.5.0 |
| 1364 | 2026-08-14T18:38:49.505Z | Compiling httparse v1.10.1 |
| 1365 | 2026-08-14T18:38:49.536Z | Compiling tinyvec_macros v0.1.1 |
| 1366 | 2026-08-14T18:38:49.551Z | Compiling cmake v0.1.57 |
| 1367 | 2026-08-14T18:38:49.592Z | Compiling openssl-probe v0.2.1 |
| 1368 | 2026-08-14T18:38:49.620Z | Compiling tinyvec v1.10.0 |
| 1369 | 2026-08-14T18:38:49.642Z | Compiling ctutils v0.4.2 |
| 1370 | 2026-08-14T18:38:49.667Z | Compiling aho-corasick v1.1.4 |
| 1371 | 2026-08-14T18:38:49.671Z | Compiling untrusted v0.7.1 |
| 1372 | 2026-08-14T18:38:49.758Z | Compiling try-lock v0.2.5 |
| 1373 | 2026-08-14T18:38:49.791Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-08-14T18:38:49.835Z | Compiling semver v1.0.28 |
| 1375 | 2026-08-14T18:38:49.839Z | Compiling indexmap v2.14.0 |
| 1376 | 2026-08-14T18:38:49.877Z | Compiling uuid v1.23.4 |
| 1377 | 2026-08-14T18:38:49.907Z | Compiling tower-layer v0.3.3 |
| 1378 | 2026-08-14T18:38:49.913Z | Compiling atomic-waker v1.1.2 |
| 1379 | 2026-08-14T18:38:49.966Z | Compiling radium v0.7.0 |
| 1380 | 2026-08-14T18:38:49.990Z | Compiling tower-service v0.3.3 |
| 1381 | 2026-08-14T18:38:50.048Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-08-14T18:38:50.080Z | Compiling want v0.3.1 |
| 1383 | 2026-08-14T18:38:50.112Z | Compiling httpdate v1.0.3 |
| 1384 | 2026-08-14T18:38:50.181Z | Compiling untrusted v0.9.0 |
| 1385 | 2026-08-14T18:38:50.248Z | Compiling rustls v0.23.41 |
| 1386 | 2026-08-14T18:38:50.262Z | Compiling simd-adler32 v0.3.8 |
| 1387 | 2026-08-14T18:38:50.293Z | Compiling tap v1.0.1 |
| 1388 | 2026-08-14T18:38:50.310Z | Compiling maybe-uninit v2.0.0 |
| 1389 | 2026-08-14T18:38:50.328Z | Compiling openssl v0.10.80 |
| 1390 | 2026-08-14T18:38:50.361Z | Compiling foreign-types-shared v0.1.1 |
| 1391 | 2026-08-14T18:38:50.402Z | Compiling wyz v0.5.1 |
| 1392 | 2026-08-14T18:38:50.416Z | Compiling aws-lc-sys v0.40.0 |
| 1393 | 2026-08-14T18:38:50.447Z | Compiling openssl-sys v0.9.117 |
| 1394 | 2026-08-14T18:38:50.464Z | Compiling foreign-types v0.3.2 |
| 1395 | 2026-08-14T18:38:50.489Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1396 | 2026-08-14T18:38:50.538Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1397 | 2026-08-14T18:38:50.578Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-08-14T18:38:50.603Z | Compiling unicode-normalization v0.1.25 |
| 1399 | 2026-08-14T18:38:50.645Z | Compiling num-integer v0.1.46 |
| 1400 | 2026-08-14T18:38:50.678Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-08-14T18:38:50.719Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2026-08-14T18:38:50.843Z | Compiling pest_generator v2.8.6 |
| 1403 | 2026-08-14T18:38:50.905Z | Compiling darling_core v0.20.11 |
| 1404 | 2026-08-14T18:38:50.975Z | Compiling socket2 v0.5.10 |
| 1405 | 2026-08-14T18:38:51.033Z | Compiling tempfile v3.25.0 |
| 1406 | 2026-08-14T18:38:51.039Z | Compiling terminal_size v0.4.3 |
| 1407 | 2026-08-14T18:38:51.134Z | Compiling wait-timeout v0.2.1 |
| 1408 | 2026-08-14T18:38:51.189Z | Compiling ahash v0.8.12 |
| 1409 | 2026-08-14T18:38:51.221Z | Compiling time-core v0.1.8 |
| 1410 | 2026-08-14T18:38:51.379Z | Compiling adler2 v2.0.1 |
| 1411 | 2026-08-14T18:38:51.459Z | Compiling num-conv v0.2.0 |
| 1412 | 2026-08-14T18:38:51.459Z | Compiling funty v2.0.0 |
| 1413 | 2026-08-14T18:38:51.459Z | Compiling powerfmt v0.2.0 |
| 1414 | 2026-08-14T18:38:51.473Z | Compiling native-tls v0.2.18 |
| 1415 | 2026-08-14T18:38:51.473Z | Compiling quick-error v1.2.3 |
| 1416 | 2026-08-14T18:38:51.490Z | Compiling num-bigint-dig v0.8.6 |
| 1417 | 2026-08-14T18:38:51.494Z | Compiling bit-vec v0.8.0 |
| 1418 | 2026-08-14T18:38:51.509Z | Compiling packed_struct v0.10.1 |
| 1419 | 2026-08-14T18:38:51.509Z | Compiling time-macros v0.2.27 |
| 1420 | 2026-08-14T18:38:51.552Z | Compiling rusty-fork v0.3.1 |
| 1421 | 2026-08-14T18:38:51.573Z | Compiling deranged v0.5.8 |
| 1422 | 2026-08-14T18:38:51.616Z | Compiling miniz_oxide v0.8.9 |
| 1423 | 2026-08-14T18:38:51.690Z | Compiling bit-set v0.8.0 |
| 1424 | 2026-08-14T18:38:51.709Z | Compiling bitvec v1.0.1 |
| 1425 | 2026-08-14T18:38:51.726Z | Compiling clap_builder v4.6.0 |
| 1426 | 2026-08-14T18:38:51.757Z | Compiling num-iter v0.1.45 |
| 1427 | 2026-08-14T18:38:51.889Z | Compiling lazy_static v1.5.0 |
| 1428 | 2026-08-14T18:38:51.898Z | Compiling rand_xorshift v0.4.0 |
| 1429 | 2026-08-14T18:38:51.951Z | Compiling anstyle-parse v0.2.7 |
| 1430 | 2026-08-14T18:38:51.983Z | Compiling sync_wrapper v1.0.2 |
| 1431 | 2026-08-14T18:38:51.995Z | Compiling indexmap v1.9.3 |
| 1432 | 2026-08-14T18:38:52.127Z | Compiling num_threads v0.1.7 |
| 1433 | 2026-08-14T18:38:52.146Z | Compiling crc-catalog v2.4.0 |
| 1434 | 2026-08-14T18:38:52.201Z | Compiling usdt-impl v0.6.0 |
| 1435 | 2026-08-14T18:38:52.240Z | Compiling unicode-segmentation v1.12.0 |
| 1436 | 2026-08-14T18:38:52.256Z | Compiling unarray v0.1.4 |
| 1437 | 2026-08-14T18:38:52.261Z | Compiling crossbeam-utils v0.8.21 |
| 1438 | 2026-08-14T18:38:52.285Z | Compiling nodrop v0.1.14 |
| 1439 | 2026-08-14T18:38:52.383Z | Compiling paste v1.0.15 |
| 1440 | 2026-08-14T18:38:52.423Z | Compiling siphasher v1.0.2 |
| 1441 | 2026-08-14T18:38:52.427Z | Compiling serde_derive v1.0.228 |
| 1442 | 2026-08-14T18:38:52.427Z | Compiling zeroize_derive v1.5.0 |
| 1443 | 2026-08-14T18:38:52.583Z | Compiling zerocopy-derive v0.8.40 |
| 1444 | 2026-08-14T18:38:52.619Z | Compiling zerofrom-derive v0.1.6 |
| 1445 | 2026-08-14T18:38:52.643Z | Compiling yoke-derive v0.8.1 |
| 1446 | 2026-08-14T18:38:52.685Z | Compiling zerovec-derive v0.11.2 |
| 1447 | 2026-08-14T18:38:52.709Z | Compiling displaydoc v0.2.5 |
| 1448 | 2026-08-14T18:38:52.710Z | Compiling tokio-macros v2.7.0 |
| 1449 | 2026-08-14T18:38:52.773Z | Compiling futures-macro v0.3.32 |
| 1450 | 2026-08-14T18:38:53.111Z | Compiling zeroize v1.9.0 |
| 1451 | 2026-08-14T18:38:53.268Z | Compiling thiserror-impl v2.0.18 |
| 1452 | 2026-08-14T18:38:53.340Z | Compiling der_derive v0.7.3 |
| 1453 | 2026-08-14T18:38:53.442Z | Compiling tracing-attributes v0.1.31 |
| 1454 | 2026-08-14T18:38:53.491Z | Compiling rustls-pki-types v1.14.0 |
| 1455 | 2026-08-14T18:38:53.512Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-08-14T18:38:53.647Z | Compiling futures-util v0.3.32 |
| 1457 | 2026-08-14T18:38:53.916Z | Compiling block-buffer v0.10.4 |
| 1458 | 2026-08-14T18:38:53.945Z | Compiling crypto-common v0.1.7 |
| 1459 | 2026-08-14T18:38:53.945Z | Compiling hybrid-array v0.4.13 |
| 1460 | 2026-08-14T18:38:53.951Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-08-14T18:38:54.033Z | Compiling digest v0.10.7 |
| 1462 | 2026-08-14T18:38:54.053Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-08-14T18:38:54.067Z | Compiling zerofrom v0.1.6 |
| 1464 | 2026-08-14T18:38:54.195Z | Compiling yoke v0.8.1 |
| 1465 | 2026-08-14T18:38:54.312Z | Compiling sha2 v0.10.9 |
| 1466 | 2026-08-14T18:38:54.367Z | Compiling zerovec v0.11.5 |
| 1467 | 2026-08-14T18:38:54.398Z | Compiling zerotrie v0.2.3 |
| 1468 | 2026-08-14T18:38:54.517Z | Compiling der v0.7.10 |
| 1469 | 2026-08-14T18:38:54.683Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-08-14T18:38:54.721Z | Compiling signature v2.2.0 |
| 1471 | 2026-08-14T18:38:54.804Z | Compiling darling_macro v0.20.11 |
| 1472 | 2026-08-14T18:38:54.824Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-08-14T18:38:54.844Z | Compiling scroll v0.13.0 |
| 1474 | 2026-08-14T18:38:54.875Z | Compiling tinystr v0.8.2 |
| 1475 | 2026-08-14T18:38:55.906Z | Compiling potential_utf v0.1.4 |
| 1476 | 2026-08-14T18:38:55.915Z | Compiling thiserror-impl v1.0.69 |
| 1477 | 2026-08-14T18:38:55.915Z | Compiling tracing v0.1.44 |
| 1478 | 2026-08-14T18:38:55.916Z | Compiling hmac v0.12.1 |
| 1479 | 2026-08-14T18:38:55.916Z | Compiling packed_struct_codegen v0.10.1 |
| 1480 | 2026-08-14T18:38:55.916Z | Compiling icu_locale_core v2.1.1 |
| 1481 | 2026-08-14T18:38:55.916Z | Compiling icu_collections v2.1.1 |
| 1482 | 2026-08-14T18:38:55.916Z | Compiling goblin v0.10.5 |
| 1483 | 2026-08-14T18:38:55.917Z | Compiling bitfield-macros v0.19.4 |
| 1484 | 2026-08-14T18:38:55.917Z | Compiling clap_derive v4.6.1 |
| 1485 | 2026-08-14T18:38:55.917Z | Compiling darling v0.20.11 |
| 1486 | 2026-08-14T18:38:55.917Z | Compiling zerocopy-derive v0.6.6 |
| 1487 | 2026-08-14T18:38:55.917Z | Compiling spki v0.7.3 |
| 1488 | 2026-08-14T18:38:55.917Z | Compiling zlib-rs v0.6.2 |
| 1489 | 2026-08-14T18:38:55.917Z | Compiling icu_provider v2.1.1 |
| 1490 | 2026-08-14T18:38:55.917Z | Compiling pkcs8 v0.10.2 |
| 1491 | 2026-08-14T18:38:55.917Z | Compiling bitfield v0.19.4 |
| 1492 | 2026-08-14T18:38:55.965Z | Compiling bytes v1.11.1 |
| 1493 | 2026-08-14T18:38:55.984Z | Compiling chrono v0.4.45 |
| 1494 | 2026-08-14T18:38:56.036Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-08-14T18:38:56.072Z | Compiling icu_normalizer v2.1.1 |
| 1496 | 2026-08-14T18:38:56.103Z | Compiling icu_properties v2.1.2 |
| 1497 | 2026-08-14T18:38:56.556Z | Compiling hex v0.4.3 |
| 1498 | 2026-08-14T18:38:56.556Z | Compiling serde_spanned v0.6.9 |
| 1499 | 2026-08-14T18:38:56.556Z | Compiling thiserror v1.0.69 |
| 1500 | 2026-08-14T18:38:56.556Z | Compiling toml_datetime v0.6.11 |
| 1501 | 2026-08-14T18:38:56.556Z | Compiling zerocopy v0.6.6 |
| 1502 | 2026-08-14T18:38:56.556Z | Compiling pkcs1 v0.7.5 |
| 1503 | 2026-08-14T18:38:56.556Z | Compiling tokio v1.52.1 |
| 1504 | 2026-08-14T18:38:56.556Z | Compiling http v1.4.2 |
| 1505 | 2026-08-14T18:38:56.602Z | Compiling derive_builder_core v0.20.2 |
| 1506 | 2026-08-14T18:38:56.621Z | Compiling dtrace-parser v0.3.0 |
| 1507 | 2026-08-14T18:38:56.820Z | Compiling time v0.3.47 |
| 1508 | 2026-08-14T18:38:56.869Z | Compiling structmeta-derive v0.3.0 |
| 1509 | 2026-08-14T18:38:56.993Z | Compiling idna_adapter v1.2.1 |
| 1510 | 2026-08-14T18:38:57.140Z | Compiling ppv-lite86 v0.2.21 |
| 1511 | 2026-08-14T18:38:57.207Z | Compiling idna v1.1.0 |
| 1512 | 2026-08-14T18:38:57.253Z | Compiling http-body v1.0.1 |
| 1513 | 2026-08-14T18:38:57.414Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-08-14T18:38:57.430Z | Compiling rand_chacha v0.9.0 |
| 1515 | 2026-08-14T18:38:57.452Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2026-08-14T18:38:57.477Z | Compiling clap v4.6.1 |
| 1517 | 2026-08-14T18:38:57.514Z | Compiling url v2.5.8 |
| 1518 | 2026-08-14T18:38:57.681Z | Compiling rand v0.9.2 |
| 1519 | 2026-08-14T18:38:57.710Z | Compiling rand v0.8.6 |
| 1520 | 2026-08-14T18:38:57.827Z | Compiling scroll_derive v0.12.1 |
| 1521 | 2026-08-14T18:38:57.859Z | Compiling array-init v0.0.4 |
| 1522 | 2026-08-14T18:38:57.891Z | Compiling dof v0.4.0 |
| 1523 | 2026-08-14T18:38:58.182Z | Compiling crc v3.4.0 |
| 1524 | 2026-08-14T18:38:58.230Z | Compiling anstream v0.6.21 |
| 1525 | 2026-08-14T18:38:58.251Z | Compiling smallvec v0.6.14 |
| 1526 | 2026-08-14T18:38:58.285Z | Compiling proptest v1.11.0 |
| 1527 | 2026-08-14T18:38:58.387Z | Compiling darling_core v0.23.0 |
| 1528 | 2026-08-14T18:38:58.436Z | Compiling heapless v0.7.17 |
| 1529 | 2026-08-14T18:38:58.470Z | Compiling slog v2.8.2 |
| 1530 | 2026-08-14T18:38:58.489Z | Compiling thread-id v5.1.0 |
| 1531 | 2026-08-14T18:38:58.523Z | Compiling env_filter v1.0.0 |
| 1532 | 2026-08-14T18:38:58.538Z | Compiling flate2 v1.1.9 |
| 1533 | 2026-08-14T18:38:58.554Z | Compiling cookie v0.18.1 |
| 1534 | 2026-08-14T18:38:58.588Z | Compiling signal-hook v0.3.18 |
| 1535 | 2026-08-14T18:38:58.695Z | Compiling iri-string v0.7.10 |
| 1536 | 2026-08-14T18:38:58.707Z | Compiling unicode-properties v0.1.4 |
| 1537 | 2026-08-14T18:38:58.768Z | Compiling winnow v0.5.40 |
| 1538 | 2026-08-14T18:38:58.775Z | Compiling unicode-bidi v0.3.18 |
| 1539 | 2026-08-14T18:38:58.894Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-08-14T18:38:58.927Z | Compiling base64 v0.21.7 |
| 1541 | 2026-08-14T18:38:58.952Z | Compiling ryu v1.0.23 |
| 1542 | 2026-08-14T18:38:58.971Z | Compiling allocator-api2 v0.2.21 |
| 1543 | 2026-08-14T18:38:58.999Z | Compiling anyhow v1.0.102 |
| 1544 | 2026-08-14T18:38:59.064Z | Compiling hashbrown v0.12.3 |
| 1545 | 2026-08-14T18:38:59.141Z | Compiling zstd-safe v7.2.4 |
| 1546 | 2026-08-14T18:38:59.260Z | Compiling ron v0.8.1 |
| 1547 | 2026-08-14T18:38:59.260Z | Compiling stringprep v0.1.5 |
| 1548 | 2026-08-14T18:38:59.329Z | Compiling oxnet v0.1.6 |
| 1549 | 2026-08-14T18:38:59.357Z | Compiling serde_urlencoded v0.7.1 |
| 1550 | 2026-08-14T18:38:59.387Z | Compiling rsa v0.9.10 |
| 1551 | 2026-08-14T18:38:59.559Z | Compiling env_logger v0.11.9 |
| 1552 | 2026-08-14T18:38:59.600Z | Compiling scroll v0.12.0 |
| 1553 | 2026-08-14T18:38:59.644Z | Compiling serde-hex v0.1.0 |
| 1554 | 2026-08-14T18:38:59.726Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1555 | 2026-08-14T18:38:59.783Z | Compiling structmeta v0.3.0 |
| 1556 | 2026-08-14T18:38:59.890Z | Compiling hashbrown v0.13.2 |
| 1557 | 2026-08-14T18:38:59.912Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1558 | 2026-08-14T18:38:59.922Z | Compiling derive_builder_macro v0.20.2 |
| 1559 | 2026-08-14T18:39:00.190Z | Compiling toml_edit v0.19.15 |
| 1560 | 2026-08-14T18:39:00.222Z | Compiling bzip2 v0.4.4 |
| 1561 | 2026-08-14T18:39:00.238Z | Compiling erased-serde v0.3.31 |
| 1562 | 2026-08-14T18:39:00.255Z | Compiling serde_tokenstream v0.2.3 |
| 1563 | 2026-08-14T18:39:00.384Z | Compiling tokio-util v0.7.18 |
| 1564 | 2026-08-14T18:39:00.446Z | Compiling tower v0.5.3 |
| 1565 | 2026-08-14T18:39:00.457Z | Compiling tokio-native-tls v0.3.1 |
| 1566 | 2026-08-14T18:39:00.472Z | Compiling camino v1.2.2 |
| 1567 | 2026-08-14T18:39:00.556Z | Compiling x509-cert v0.2.5 |
| 1568 | 2026-08-14T18:39:00.601Z | Compiling block-buffer v0.12.1 |
| 1569 | 2026-08-14T18:39:00.632Z | Compiling crypto-common v0.2.2 |
| 1570 | 2026-08-14T18:39:00.754Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-08-14T18:39:00.797Z | Compiling block-padding v0.4.2 |
| 1572 | 2026-08-14T18:39:00.853Z | Compiling tower-http v0.6.8 |
| 1573 | 2026-08-14T18:39:00.920Z | Compiling darling_macro v0.23.0 |
| 1574 | 2026-08-14T18:39:00.933Z | Compiling md-5 v0.10.6 |
| 1575 | 2026-08-14T18:39:00.976Z | Compiling rustls-native-certs v0.8.3 |
| 1576 | 2026-08-14T18:39:01.105Z | Compiling h2 v0.4.15 |
| 1577 | 2026-08-14T18:39:01.122Z | Compiling bstr v1.12.1 |
| 1578 | 2026-08-14T18:39:01.274Z | Compiling heck v0.4.1 |
| 1579 | 2026-08-14T18:39:01.283Z | Compiling async-trait v0.1.89 |
| 1580 | 2026-08-14T18:39:01.400Z | Compiling zerocopy-derive v0.7.35 |
| 1581 | 2026-08-14T18:39:01.434Z | Compiling daft-derive v0.1.7 |
| 1582 | 2026-08-14T18:39:01.460Z | Compiling pin-project-internal v1.1.11 |
| 1583 | 2026-08-14T18:39:01.574Z | Compiling curve25519-dalek v4.1.3 |
| 1584 | 2026-08-14T18:39:01.795Z | Compiling vergen-lib v9.1.0 |
| 1585 | 2026-08-14T18:39:01.862Z | Compiling hash32 v0.2.1 |
| 1586 | 2026-08-14T18:39:01.963Z | Compiling memoffset v0.9.1 |
| 1587 | 2026-08-14T18:39:02.080Z | Compiling encoding_rs v0.8.35 |
| 1588 | 2026-08-14T18:39:02.205Z | Compiling crc-any v2.5.0 |
| 1589 | 2026-08-14T18:39:02.220Z | Compiling rustix v0.38.44 |
| 1590 | 2026-08-14T18:39:02.228Z | Compiling psl-types v2.0.11 |
| 1591 | 2026-08-14T18:39:02.344Z | Compiling ref-cast v1.0.25 |
| 1592 | 2026-08-14T18:39:02.359Z | Compiling litrs v1.0.0 |
| 1593 | 2026-08-14T18:39:02.375Z | Compiling mime v0.3.17 |
| 1594 | 2026-08-14T18:39:02.399Z | Compiling smoltcp v0.9.1 |
| 1595 | 2026-08-14T18:39:02.412Z | Compiling fallible-iterator v0.2.0 |
| 1596 | 2026-08-14T18:39:02.450Z | Compiling cfg_aliases v0.2.1 |
| 1597 | 2026-08-14T18:39:02.481Z | Compiling publicsuffix v2.3.0 |
| 1598 | 2026-08-14T18:39:02.549Z | Compiling nix v0.31.2 |
| 1599 | 2026-08-14T18:39:02.621Z | Compiling pin-project v1.1.11 |
| 1600 | 2026-08-14T18:39:02.662Z | Compiling zerocopy v0.7.35 |
| 1601 | 2026-08-14T18:39:02.671Z | Compiling daft v0.1.7 |
| 1602 | 2026-08-14T18:39:02.739Z | Compiling postgres-protocol v0.6.10 |
| 1603 | 2026-08-14T18:39:02.834Z | Compiling toml v0.7.8 |
| 1604 | 2026-08-14T18:39:02.849Z | Compiling snafu-derive v0.8.9 |
| 1605 | 2026-08-14T18:39:02.856Z | Compiling darling v0.23.0 |
| 1606 | 2026-08-14T18:39:02.895Z | Compiling inout v0.2.2 |
| 1607 | 2026-08-14T18:39:02.910Z | Compiling document-features v0.2.12 |
| 1608 | 2026-08-14T18:39:02.968Z | Compiling derive_builder v0.20.2 |
| 1609 | 2026-08-14T18:39:02.990Z | Compiling zip v0.6.6 |
| 1610 | 2026-08-14T18:39:03.091Z | Compiling object v0.30.4 |
| 1611 | 2026-08-14T18:39:03.112Z | Compiling derive-ex v0.1.8 |
| 1612 | 2026-08-14T18:39:03.242Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1613 | 2026-08-14T18:39:03.264Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1614 | 2026-08-14T18:39:03.324Z | Compiling goblin v0.8.2 |
| 1615 | 2026-08-14T18:39:03.572Z | Compiling futures-executor v0.3.32 |
| 1616 | 2026-08-14T18:39:03.652Z | Compiling hubpack_derive v0.1.1 |
| 1617 | 2026-08-14T18:39:03.733Z | Compiling regex v1.12.3 |
| 1618 | 2026-08-14T18:39:03.757Z | Compiling phf_shared v0.13.1 |
| 1619 | 2026-08-14T18:39:03.871Z | Compiling ref-cast-impl v1.0.25 |
| 1620 | 2026-08-14T18:39:03.896Z | Compiling strum_macros v0.27.2 |
| 1621 | 2026-08-14T18:39:03.955Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1622 | 2026-08-14T18:39:03.996Z | Compiling cargo-platform v0.3.2 |
| 1623 | 2026-08-14T18:39:04.018Z | Compiling vergen v9.1.0 |
| 1624 | 2026-08-14T18:39:04.137Z | Compiling ff v0.13.1 |
| 1625 | 2026-08-14T18:39:04.180Z | Compiling fs-err v3.3.0 |
| 1626 | 2026-08-14T18:39:04.220Z | Compiling libbz2-rs-sys v0.2.2 |
| 1627 | 2026-08-14T18:39:04.295Z | Compiling hyper v1.10.1 |
| 1628 | 2026-08-14T18:39:04.324Z | Compiling managed v0.8.0 |
| 1629 | 2026-08-14T18:39:04.390Z | Compiling same-file v1.0.6 |
| 1630 | 2026-08-14T18:39:04.451Z | Compiling foldhash v0.2.0 |
| 1631 | 2026-08-14T18:39:04.543Z | Compiling base16ct v0.2.0 |
| 1632 | 2026-08-14T18:39:04.578Z | Compiling path-slash v0.1.5 |
| 1633 | 2026-08-14T18:39:04.632Z | Compiling foldhash v0.1.5 |
| 1634 | 2026-08-14T18:39:04.766Z | Compiling bitflags v1.3.2 |
| 1635 | 2026-08-14T18:39:04.900Z | Compiling jiff-core v0.1.0 |
| 1636 | 2026-08-14T18:39:04.900Z | Compiling bumpalo v3.20.2 |
| 1637 | 2026-08-14T18:39:04.900Z | Compiling object v0.37.3 |
| 1638 | 2026-08-14T18:39:04.933Z | Compiling hashbrown v0.15.5 |
| 1639 | 2026-08-14T18:39:04.934Z | Compiling snafu v0.8.9 |
| 1640 | 2026-08-14T18:39:04.934Z | Compiling test-strategy v0.4.5 |
| 1641 | 2026-08-14T18:39:04.941Z | Compiling sec1 v0.7.3 |
| 1642 | 2026-08-14T18:39:05.003Z | Compiling zopfli v0.8.3 |
| 1643 | 2026-08-14T18:39:05.205Z | Compiling bzip2 v0.6.1 |
| 1644 | 2026-08-14T18:39:05.223Z | Compiling hashbrown v0.16.1 |
| 1645 | 2026-08-14T18:39:05.332Z | Compiling walkdir v2.5.0 |
| 1646 | 2026-08-14T18:39:05.407Z | Compiling hyper-util v0.1.20 |
| 1647 | 2026-08-14T18:39:05.424Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1648 | 2026-08-14T18:39:05.566Z | Compiling dof v0.3.0 |
| 1649 | 2026-08-14T18:39:05.662Z | Compiling jiff v0.2.34 |
| 1650 | 2026-08-14T18:39:05.809Z | Compiling group v0.13.0 |
| 1651 | 2026-08-14T18:39:05.883Z | Compiling cargo_metadata v0.23.1 |
| 1652 | 2026-08-14T18:39:05.907Z | Compiling strum v0.27.2 |
| 1653 | 2026-08-14T18:39:05.913Z | Compiling hubpack v0.1.2 |
| 1654 | 2026-08-14T18:39:05.951Z | Compiling phf v0.13.1 |
| 1655 | 2026-08-14T18:39:06.050Z | Compiling signal-hook-mio v0.2.5 |
| 1656 | 2026-08-14T18:39:06.069Z | Compiling futures v0.3.32 |
| 1657 | 2026-08-14T18:39:06.069Z | Compiling cookie_store v0.22.1 |
| 1658 | 2026-08-14T18:39:06.118Z | Compiling zstd v0.13.3 |
| 1659 | 2026-08-14T18:39:06.140Z | Compiling postgres-types v0.2.12 |
| 1660 | 2026-08-14T18:39:06.168Z | Compiling cipher v0.5.2 |
| 1661 | 2026-08-14T18:39:06.301Z | Compiling serde_with_macros v3.21.0 |
| 1662 | 2026-08-14T18:39:06.476Z | Compiling globset v0.4.18 |
| 1663 | 2026-08-14T18:39:06.492Z | Compiling usdt-attr-macro v0.6.0 |
| 1664 | 2026-08-14T18:39:06.507Z | Compiling usdt-macro v0.6.0 |
| 1665 | 2026-08-14T18:39:06.708Z | Compiling byte-wrapper v0.1.0 |
| 1666 | 2026-08-14T18:39:06.727Z | Compiling dtrace-parser v0.2.0 |
| 1667 | 2026-08-14T18:39:06.840Z | Compiling hyper-tls v0.6.0 |
| 1668 | 2026-08-14T18:39:06.877Z | Compiling ed25519 v2.2.3 |
| 1669 | 2026-08-14T18:39:07.060Z | Compiling reqwest v0.12.28 |
| 1670 | 2026-08-14T18:39:07.142Z | Compiling olpc-cjson v0.1.4 |
| 1671 | 2026-08-14T18:39:07.269Z | Compiling serde-big-array v0.5.1 |
| 1672 | 2026-08-14T18:39:07.276Z | Compiling serde_plain v1.0.2 |
| 1673 | 2026-08-14T18:39:07.289Z | Compiling hkdf v0.12.4 |
| 1674 | 2026-08-14T18:39:07.330Z | Compiling crypto-bigint v0.5.5 |
| 1675 | 2026-08-14T18:39:07.362Z | Compiling phf_shared v0.11.3 |
| 1676 | 2026-08-14T18:39:07.379Z | Compiling serde_repr v0.1.20 |
| 1677 | 2026-08-14T18:39:07.415Z | Compiling async-recursion v1.1.1 |
| 1678 | 2026-08-14T18:39:07.432Z | Compiling strum_macros v0.26.4 |
| 1679 | 2026-08-14T18:39:07.480Z | Compiling enum-as-inner v0.6.1 |
| 1680 | 2026-08-14T18:39:07.501Z | Compiling float-cmp v0.10.0 |
| 1681 | 2026-08-14T18:39:07.505Z | Compiling pem v3.0.6 |
| 1682 | 2026-08-14T18:39:07.562Z | Compiling memmap2 v0.9.10 |
| 1683 | 2026-08-14T18:39:07.577Z | Compiling thread-id v4.2.2 |
| 1684 | 2026-08-14T18:39:07.685Z | Compiling fixedbitset v0.4.2 |
| 1685 | 2026-08-14T18:39:07.690Z | Compiling predicates-core v1.0.10 |
| 1686 | 2026-08-14T18:39:07.901Z | Compiling static_assertions v1.1.0 |
| 1687 | 2026-08-14T18:39:07.918Z | Compiling precomputed-hash v0.1.1 |
| 1688 | 2026-08-14T18:39:07.918Z | Compiling const-oid v0.10.2 |
| 1689 | 2026-08-14T18:39:07.928Z | Compiling cpufeatures v0.3.0 |
| 1690 | 2026-08-14T18:39:07.928Z | Compiling difflib v0.4.0 |
| 1691 | 2026-08-14T18:39:08.050Z | Compiling fixedbitset v0.5.7 |
| 1692 | 2026-08-14T18:39:08.191Z | Compiling whoami v2.1.0 |
| 1693 | 2026-08-14T18:39:08.191Z | Compiling winnow v1.0.3 |
| 1694 | 2026-08-14T18:39:08.192Z | Compiling typed-path v0.9.3 |
| 1695 | 2026-08-14T18:39:08.192Z | Compiling new_debug_unreachable v1.0.6 |
| 1696 | 2026-08-14T18:39:08.192Z | Compiling keccak v0.1.6 |
| 1697 | 2026-08-14T18:39:08.192Z | Compiling either v1.15.0 |
| 1698 | 2026-08-14T18:39:08.192Z | Compiling normalize-line-endings v0.3.0 |
| 1699 | 2026-08-14T18:39:08.257Z | Compiling data-encoding v2.10.0 |
| 1700 | 2026-08-14T18:39:08.274Z | Compiling predicates v3.1.4 |
| 1701 | 2026-08-14T18:39:08.357Z | Compiling tokio-postgres v0.7.16 |
| 1702 | 2026-08-14T18:39:08.785Z | Compiling itertools v0.13.0 |
| 1703 | 2026-08-14T18:39:08.786Z | Compiling elliptic-curve v0.13.8 |
| 1704 | 2026-08-14T18:39:08.792Z | Compiling hickory-proto v0.25.2 |
| 1705 | 2026-08-14T18:39:08.818Z | Compiling sha3 v0.10.8 |
| 1706 | 2026-08-14T18:39:08.934Z | Compiling petgraph v0.8.3 |
| 1707 | 2026-08-14T18:39:08.940Z | Compiling toml_edit v0.22.27 |
| 1708 | 2026-08-14T18:39:08.940Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1709 | 2026-08-14T18:39:09.084Z | Compiling string_cache v0.8.9 |
| 1710 | 2026-08-14T18:39:09.263Z | Compiling strum v0.26.3 |
| 1711 | 2026-08-14T18:39:09.275Z | Compiling digest v0.11.3 |
| 1712 | 2026-08-14T18:39:09.283Z | Compiling chacha20 v0.10.0 |
| 1713 | 2026-08-14T18:39:09.305Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1714 | 2026-08-14T18:39:09.376Z | Compiling zip v4.6.1 |
| 1715 | 2026-08-14T18:39:09.381Z | Compiling petgraph v0.6.5 |
| 1716 | 2026-08-14T18:39:09.411Z | Compiling usdt v0.6.0 |
| 1717 | 2026-08-14T18:39:09.602Z | Compiling usdt-impl v0.5.0 |
| 1718 | 2026-08-14T18:39:09.714Z | Compiling serde_with v3.21.0 |
| 1719 | 2026-08-14T18:39:09.715Z | Compiling crossterm v0.28.1 |
| 1720 | 2026-08-14T18:39:09.729Z | Compiling ed25519-dalek v2.2.0 |
| 1721 | 2026-08-14T18:39:09.729Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1722 | 2026-08-14T18:39:10.219Z | Compiling iddqd v0.4.2 |
| 1723 | 2026-08-14T18:39:10.536Z | Compiling similar v2.7.0 |
| 1724 | 2026-08-14T18:39:10.563Z | Compiling tokio-stream v0.1.18 |
| 1725 | 2026-08-14T18:39:11.019Z | Compiling buf-list v1.1.2 |
| 1726 | 2026-08-14T18:39:11.216Z | Compiling crossbeam-epoch v0.9.18 |
| 1727 | 2026-08-14T18:39:11.217Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1728 | 2026-08-14T18:39:11.217Z | Compiling openapiv3 v2.2.0 |
| 1729 | 2026-08-14T18:39:11.217Z | Compiling peg-runtime v0.8.5 |
| 1730 | 2026-08-14T18:39:11.485Z | Compiling lalrpop-util v0.19.12 |
| 1731 | 2026-08-14T18:39:11.485Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-08-14T18:39:11.485Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-08-14T18:39:11.485Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-08-14T18:39:11.485Z | Compiling filetime v0.2.27 |
| 1735 | 2026-08-14T18:39:11.485Z | Compiling is-terminal v0.4.17 |
| 1736 | 2026-08-14T18:39:11.486Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-08-14T18:39:11.486Z | Compiling xattr v1.6.1 |
| 1738 | 2026-08-14T18:39:11.509Z | Compiling term v1.2.1 |
| 1739 | 2026-08-14T18:39:11.530Z | Compiling camino-tempfile v1.4.1 |
| 1740 | 2026-08-14T18:39:11.543Z | Compiling tar v0.4.46 |
| 1741 | 2026-08-14T18:39:11.898Z | Compiling slog-term v2.9.2 |
| 1742 | 2026-08-14T18:39:29.031Z | Compiling rustls-webpki v0.103.13 |
| 1743 | 2026-08-14T18:39:31.719Z | Compiling tokio-rustls v0.26.4 |
| 1744 | 2026-08-14T18:39:31.719Z | Compiling rustls-platform-verifier v0.6.2 |
| 1745 | 2026-08-14T18:39:31.719Z | Compiling tough v0.22.0 |
| 1746 | 2026-08-14T18:39:31.918Z | Compiling hyper-rustls v0.27.7 |
| 1747 | 2026-08-14T18:39:32.113Z | Compiling reqwest v0.13.2 |
| 1748 | 2026-08-14T18:39:34.265Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1749 | 2026-08-14T18:39:34.497Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1750 | 2026-08-14T18:39:37.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.81s |
| 1751 | 2026-08-14T18:39:37.552Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1752 | 2026-08-14T18:39:37.609Z | Aug 14 18:39:36.829 INFO Starting download, target: Console |
| 1753 | 2026-08-14T18:39:37.609Z | Aug 14 18:39:36.829 INFO Starting download, target: DendriteStub |
| 1754 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Starting download, target: MaghemiteMgd |
| 1755 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Starting download, target: Clickhouse |
| 1756 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Starting download, target: Cockroach |
| 1757 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Starting download, target: MaghemiteDdmd |
| 1758 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Starting download, target: TransceiverControl |
| 1759 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1760 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1761 | 2026-08-14T18:39:37.612Z | Aug 14 18:39:36.829 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1762 | 2026-08-14T18:39:37.613Z | Aug 14 18:39:36.830 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1763 | 2026-08-14T18:39:37.613Z | Aug 14 18:39:36.830 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-08-14T18:39:37.613Z | Aug 14 18:39:36.830 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1765 | 2026-08-14T18:39:37.613Z | Aug 14 18:39:36.830 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1766 | 2026-08-14T18:39:39.721Z | Aug 14 18:39:38.942 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1767 | 2026-08-14T18:39:39.968Z | Aug 14 18:39:39.188 INFO Download complete, target: Console |
| 1768 | 2026-08-14T18:39:40.574Z | Aug 14 18:39:39.794 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1769 | 2026-08-14T18:39:46.952Z | Aug 14 18:39:46.172 INFO Checking that binary works, target: Clickhouse |
| 1770 | 2026-08-14T18:39:47.042Z | Aug 14 18:39:46.262 INFO Download complete, target: Clickhouse |
| 1771 | 2026-08-14T18:39:54.647Z | Aug 14 18:39:53.847 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1772 | 2026-08-14T18:39:54.834Z | Aug 14 18:39:54.053 INFO Download complete, target: TransceiverControl |
| 1773 | 2026-08-14T18:40:00.979Z | Aug 14 18:40:00.146 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1774 | 2026-08-14T18:40:01.651Z | Aug 14 18:40:00.698 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1775 | 2026-08-14T18:40:02.279Z | Aug 14 18:40:01.479 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1776 | 2026-08-14T18:40:02.793Z | Aug 14 18:40:01.935 INFO Download complete, target: MaghemiteDdmd |
| 1777 | 2026-08-14T18:40:03.739Z | Aug 14 18:40:02.959 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1778 | 2026-08-14T18:40:03.740Z | Aug 14 18:40:02.959 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1779 | 2026-08-14T18:40:03.874Z | Aug 14 18:40:03.093 INFO Download complete, target: DendriteStub |
| 1780 | 2026-08-14T18:40:04.812Z | Aug 14 18:40:04.032 INFO Download complete, target: MaghemiteMgd |
| 1781 | 2026-08-14T18:40:08.276Z | Aug 14 18:40:07.496 INFO Checking that binary works, target: Cockroach |
| 1782 | 2026-08-14T18:40:08.404Z | Aug 14 18:40:07.619 INFO Download complete, target: Cockroach |
| 1783 | 2026-08-14T18:40:08.410Z | All prerequisites installed successfully |
| 1784 | 2026-08-14T18:40:08.410Z | |
| 1785 | 2026-08-14T18:40:08.410Z | real 2:15.030047473 |
| 1786 | 2026-08-14T18:40:08.410Z | user 7:10.374946733 |
| 1787 | 2026-08-14T18:40:08.410Z | sys 1:43.114843233 |
| 1788 | 2026-08-14T18:40:08.410Z | trap 0.283729466 |
| 1789 | 2026-08-14T18:40:08.410Z | tflt 0.949189224 |
| 1790 | 2026-08-14T18:40:08.410Z | dflt 1.824167278 |
| 1791 | 2026-08-14T18:40:08.410Z | kflt 0.028033227 |
| 1792 | 2026-08-14T18:40:08.410Z | lock 37:17.882332703 |
| 1793 | 2026-08-14T18:40:08.410Z | slp 20:22.259685261 |
| 1794 | 2026-08-14T18:40:08.410Z | lat 27.257960949 |
| 1795 | 2026-08-14T18:40:08.410Z | stop 3:29.140546572 |
| 1796 | 2026-08-14T18:40:08.410Z | + ptime -m cargo xtask download softnpu |
| 1797 | 2026-08-14T18:40:08.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1798 | 2026-08-14T18:40:08.912Z | Running `target/debug/xtask download softnpu` |
| 1799 | 2026-08-14T18:40:09.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1800 | 2026-08-14T18:40:09.718Z | Running `target/debug/xtask-downloader softnpu` |
| 1801 | 2026-08-14T18:40:09.758Z | Aug 14 18:40:08.977 INFO Starting download, target: Softnpu |
| 1802 | 2026-08-14T18:40:09.788Z | Aug 14 18:40:08.978 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1803 | 2026-08-14T18:40:10.669Z | Aug 14 18:40:09.889 INFO Download complete, target: Softnpu |
| 1804 | 2026-08-14T18:40:10.673Z | |
| 1805 | 2026-08-14T18:40:10.673Z | real 2.261953282 |
| 1806 | 2026-08-14T18:40:10.673Z | user 1.312766272 |
| 1807 | 2026-08-14T18:40:10.673Z | sys 0.627639375 |
| 1808 | 2026-08-14T18:40:10.673Z | trap 0.001668610 |
| 1809 | 2026-08-14T18:40:10.673Z | tflt 0.000216720 |
| 1810 | 2026-08-14T18:40:10.674Z | dflt 0.000155220 |
| 1811 | 2026-08-14T18:40:10.674Z | kflt 0.000000000 |
| 1812 | 2026-08-14T18:40:10.674Z | lock 17.222313205 |
| 1813 | 2026-08-14T18:40:10.674Z | slp 0.762739060 |
| 1814 | 2026-08-14T18:40:10.674Z | lat 0.139164287 |
| 1815 | 2026-08-14T18:40:10.678Z | stop 0.000175440 |
| 1816 | 2026-08-14T18:40:10.678Z | + export CARGO_INCREMENTAL=0 |
| 1817 | 2026-08-14T18:40:10.678Z | + CARGO_INCREMENTAL=0 |
| 1818 | 2026-08-14T18:40:10.678Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1819 | 2026-08-14T18:40:11.577Z | Compiling proc-macro2 v1.0.106 |
| 1820 | 2026-08-14T18:40:11.577Z | Compiling quote v1.0.45 |
| 1821 | 2026-08-14T18:40:11.577Z | Compiling unicode-ident v1.0.24 |
| 1822 | 2026-08-14T18:40:11.578Z | Compiling libc v0.2.185 |
| 1823 | 2026-08-14T18:40:11.578Z | Compiling serde_core v1.0.228 |
| 1824 | 2026-08-14T18:40:11.582Z | Compiling serde v1.0.228 |
| 1825 | 2026-08-14T18:40:11.582Z | Compiling cfg-if v1.0.4 |
| 1826 | 2026-08-14T18:40:11.582Z | Compiling version_check v0.9.5 |
| 1827 | 2026-08-14T18:40:11.582Z | Compiling autocfg v1.5.0 |
| 1828 | 2026-08-14T18:40:11.582Z | Compiling find-msvc-tools v0.1.9 |
| 1829 | 2026-08-14T18:40:11.582Z | Compiling shlex v1.3.0 |
| 1830 | 2026-08-14T18:40:11.727Z | Compiling memchr v2.8.0 |
| 1831 | 2026-08-14T18:40:11.738Z | Compiling zmij v1.0.21 |
| 1832 | 2026-08-14T18:40:11.743Z | Compiling portable-atomic v1.13.1 |
| 1833 | 2026-08-14T18:40:11.743Z | Compiling serde_json v1.0.151 |
| 1834 | 2026-08-14T18:40:12.111Z | Compiling zerocopy v0.8.40 |
| 1835 | 2026-08-14T18:40:12.117Z | Compiling libm v0.2.16 |
| 1836 | 2026-08-14T18:40:12.117Z | Compiling getrandom v0.4.1 |
| 1837 | 2026-08-14T18:40:12.117Z | Compiling parking_lot_core v0.9.12 |
| 1838 | 2026-08-14T18:40:12.117Z | Compiling icu_properties_data v2.1.2 |
| 1839 | 2026-08-14T18:40:12.128Z | Compiling generic-array v0.14.7 |
| 1840 | 2026-08-14T18:40:12.220Z | Compiling icu_normalizer_data v2.1.1 |
| 1841 | 2026-08-14T18:40:12.258Z | Compiling num-traits v0.2.19 |
| 1842 | 2026-08-14T18:40:12.366Z | Compiling smallvec v1.15.1 |
| 1843 | 2026-08-14T18:40:12.384Z | Compiling itoa v1.0.17 |
| 1844 | 2026-08-14T18:40:12.409Z | Compiling log v0.4.29 |
| 1845 | 2026-08-14T18:40:12.427Z | Compiling pkg-config v0.3.32 |
| 1846 | 2026-08-14T18:40:12.431Z | Compiling subtle v2.6.1 |
| 1847 | 2026-08-14T18:40:12.489Z | Compiling stable_deref_trait v1.2.1 |
| 1848 | 2026-08-14T18:40:12.523Z | Compiling typenum v1.20.1 |
| 1849 | 2026-08-14T18:40:12.634Z | Compiling jobserver v0.1.34 |
| 1850 | 2026-08-14T18:40:12.651Z | Compiling getrandom v0.3.4 |
| 1851 | 2026-08-14T18:40:12.657Z | Compiling errno v0.3.14 |
| 1852 | 2026-08-14T18:40:12.718Z | Compiling scopeguard v1.2.0 |
| 1853 | 2026-08-14T18:40:12.745Z | Compiling thiserror v2.0.18 |
| 1854 | 2026-08-14T18:40:12.807Z | Compiling critical-section v1.2.0 |
| 1855 | 2026-08-14T18:40:12.830Z | Compiling lock_api v0.4.14 |
| 1856 | 2026-08-14T18:40:12.863Z | Compiling cc v1.2.56 |
| 1857 | 2026-08-14T18:40:12.930Z | Compiling rustix v1.1.3 |
| 1858 | 2026-08-14T18:40:13.010Z | Compiling rand_core v0.10.0 |
| 1859 | 2026-08-14T18:40:13.025Z | Compiling getrandom v0.2.17 |
| 1860 | 2026-08-14T18:40:13.093Z | Compiling syn v2.0.117 |
| 1861 | 2026-08-14T18:40:13.189Z | Compiling rand_core v0.6.4 |
| 1862 | 2026-08-14T18:40:13.268Z | Compiling once_cell v1.21.3 |
| 1863 | 2026-08-14T18:40:13.273Z | Compiling syn v1.0.109 |
| 1864 | 2026-08-14T18:40:13.309Z | Compiling pin-project-lite v0.2.17 |
| 1865 | 2026-08-14T18:40:13.342Z | Compiling litemap v0.8.1 |
| 1866 | 2026-08-14T18:40:13.359Z | Compiling schemars v0.8.22 |
| 1867 | 2026-08-14T18:40:13.381Z | Compiling writeable v0.6.2 |
| 1868 | 2026-08-14T18:40:13.387Z | Compiling equivalent v1.0.2 |
| 1869 | 2026-08-14T18:40:13.474Z | Compiling percent-encoding v2.3.2 |
| 1870 | 2026-08-14T18:40:13.538Z | Compiling fs_extra v1.3.0 |
| 1871 | 2026-08-14T18:40:13.541Z | Compiling rustversion v1.0.22 |
| 1872 | 2026-08-14T18:40:13.572Z | Compiling dunce v1.0.5 |
| 1873 | 2026-08-14T18:40:14.362Z | Compiling cmake v0.1.57 |
| 1874 | 2026-08-14T18:40:14.414Z | Compiling heck v0.5.0 |
| 1875 | 2026-08-14T18:40:14.414Z | Compiling byteorder v1.5.0 |
| 1876 | 2026-08-14T18:40:14.414Z | Compiling hashbrown v0.17.0 |
| 1877 | 2026-08-14T18:40:14.414Z | Compiling strsim v0.11.1 |
| 1878 | 2026-08-14T18:40:14.414Z | Compiling signal-hook-registry v1.4.8 |
| 1879 | 2026-08-14T18:40:14.414Z | Compiling thiserror v1.0.69 |
| 1880 | 2026-08-14T18:40:14.414Z | Compiling utf8_iter v1.0.4 |
| 1881 | 2026-08-14T18:40:14.414Z | Compiling parking_lot v0.12.5 |
| 1882 | 2026-08-14T18:40:14.415Z | Compiling semver v1.0.28 |
| 1883 | 2026-08-14T18:40:14.415Z | Compiling aws-lc-sys v0.40.0 |
| 1884 | 2026-08-14T18:40:14.415Z | Compiling bitflags v2.11.0 |
| 1885 | 2026-08-14T18:40:14.415Z | Compiling indexmap v2.14.0 |
| 1886 | 2026-08-14T18:40:14.415Z | Compiling form_urlencoded v1.2.2 |
| 1887 | 2026-08-14T18:40:14.415Z | Compiling socket2 v0.6.3 |
| 1888 | 2026-08-14T18:40:14.467Z | Compiling mio v1.2.0 |
| 1889 | 2026-08-14T18:40:14.555Z | Compiling aws-lc-rs v1.16.3 |
| 1890 | 2026-08-14T18:40:14.627Z | Compiling const-oid v0.9.6 |
| 1891 | 2026-08-14T18:40:14.658Z | Compiling futures-core v0.3.32 |
| 1892 | 2026-08-14T18:40:14.869Z | Compiling httparse v1.10.1 |
| 1893 | 2026-08-14T18:40:15.067Z | Compiling ucd-trie v0.1.7 |
| 1894 | 2026-08-14T18:40:15.132Z | Compiling fnv v1.0.7 |
| 1895 | 2026-08-14T18:40:15.148Z | Compiling regex-syntax v0.8.10 |
| 1896 | 2026-08-14T18:40:15.213Z | Compiling crc32fast v1.5.0 |
| 1897 | 2026-08-14T18:40:15.270Z | Compiling pest v2.8.6 |
| 1898 | 2026-08-14T18:40:15.323Z | Compiling vcpkg v0.2.15 |
| 1899 | 2026-08-14T18:40:15.327Z | Compiling iana-time-zone v0.1.65 |
| 1900 | 2026-08-14T18:40:15.388Z | Compiling ident_case v1.0.1 |
| 1901 | 2026-08-14T18:40:15.469Z | Compiling uuid v1.23.4 |
| 1902 | 2026-08-14T18:40:15.578Z | Compiling rustc_version v0.4.1 |
| 1903 | 2026-08-14T18:40:15.651Z | Compiling futures-sink v0.3.32 |
| 1904 | 2026-08-14T18:40:15.716Z | Compiling rustls v0.23.41 |
| 1905 | 2026-08-14T18:40:15.744Z | Compiling futures-channel v0.3.32 |
| 1906 | 2026-08-14T18:40:15.900Z | Compiling openssl-sys v0.9.117 |
| 1907 | 2026-08-14T18:40:15.921Z | Compiling synstructure v0.13.2 |
| 1908 | 2026-08-14T18:40:15.942Z | Compiling serde_derive_internals v0.29.1 |
| 1909 | 2026-08-14T18:40:15.967Z | Compiling aho-corasick v1.1.4 |
| 1910 | 2026-08-14T18:40:15.995Z | Compiling futures-task v0.3.32 |
| 1911 | 2026-08-14T18:40:16.130Z | Compiling futures-io v0.3.32 |
| 1912 | 2026-08-14T18:40:16.145Z | Compiling slab v0.4.12 |
| 1913 | 2026-08-14T18:40:16.356Z | Compiling pest_meta v2.8.6 |
| 1914 | 2026-08-14T18:40:16.402Z | Compiling plain v0.2.3 |
| 1915 | 2026-08-14T18:40:16.430Z | Compiling time-core v0.1.8 |
| 1916 | 2026-08-14T18:40:16.446Z | Compiling num-conv v0.2.0 |
| 1917 | 2026-08-14T18:40:16.461Z | Compiling dyn-clone v1.0.20 |
| 1918 | 2026-08-14T18:40:16.464Z | Compiling radium v0.7.0 |
| 1919 | 2026-08-14T18:40:16.536Z | Compiling crossbeam-utils v0.8.21 |
| 1920 | 2026-08-14T18:40:16.611Z | Compiling time-macros v0.2.27 |
| 1921 | 2026-08-14T18:40:16.657Z | Compiling openssl v0.10.80 |
| 1922 | 2026-08-14T18:40:16.723Z | Compiling base64ct v1.8.3 |
| 1923 | 2026-08-14T18:40:16.759Z | Compiling maybe-uninit v2.0.0 |
| 1924 | 2026-08-14T18:40:16.775Z | Compiling base64 v0.22.1 |
| 1925 | 2026-08-14T18:40:16.808Z | Compiling regex-automata v0.4.14 |
| 1926 | 2026-08-14T18:40:16.811Z | Compiling pretty-hex v0.4.1 |
| 1927 | 2026-08-14T18:40:16.844Z | Compiling winnow v0.5.40 |
| 1928 | 2026-08-14T18:40:16.990Z | Compiling pest_generator v2.8.6 |
| 1929 | 2026-08-14T18:40:17.031Z | Compiling pem-rfc7468 v0.7.0 |
| 1930 | 2026-08-14T18:40:17.163Z | Compiling flagset v0.4.7 |
| 1931 | 2026-08-14T18:40:17.186Z | Compiling serde_derive v1.0.228 |
| 1932 | 2026-08-14T18:40:17.202Z | Compiling zeroize_derive v1.5.0 |
| 1933 | 2026-08-14T18:40:17.297Z | Compiling zerofrom-derive v0.1.6 |
| 1934 | 2026-08-14T18:40:17.303Z | Compiling yoke-derive v0.8.1 |
| 1935 | 2026-08-14T18:40:17.303Z | Compiling zerocopy-derive v0.8.40 |
| 1936 | 2026-08-14T18:40:17.313Z | Compiling zerovec-derive v0.11.2 |
| 1937 | 2026-08-14T18:40:17.328Z | Compiling displaydoc v0.2.5 |
| 1938 | 2026-08-14T18:40:17.346Z | Compiling tokio-macros v2.7.0 |
| 1939 | 2026-08-14T18:40:17.371Z | Compiling futures-macro v0.3.32 |
| 1940 | 2026-08-14T18:40:17.579Z | Compiling thiserror-impl v2.0.18 |
| 1941 | 2026-08-14T18:40:17.639Z | Compiling schemars_derive v0.8.22 |
| 1942 | 2026-08-14T18:40:17.656Z | Compiling der_derive v0.7.3 |
| 1943 | 2026-08-14T18:40:17.820Z | Compiling zeroize v1.9.0 |
| 1944 | 2026-08-14T18:40:18.059Z | Compiling tracing-attributes v0.1.31 |
| 1945 | 2026-08-14T18:40:18.098Z | Compiling thiserror-impl v1.0.69 |
| 1946 | 2026-08-14T18:40:18.157Z | Compiling pest_derive v2.8.6 |
| 1947 | 2026-08-14T18:40:18.278Z | Compiling futures-util v0.3.32 |
| 1948 | 2026-08-14T18:40:18.354Z | Compiling scroll_derive v0.13.1 |
| 1949 | 2026-08-14T18:40:18.394Z | Compiling zerofrom v0.1.6 |
| 1950 | 2026-08-14T18:40:18.548Z | Compiling yoke v0.8.1 |
| 1951 | 2026-08-14T18:40:18.611Z | Compiling crypto-common v0.1.7 |
| 1952 | 2026-08-14T18:40:18.658Z | Compiling block-buffer v0.10.4 |
| 1953 | 2026-08-14T18:40:18.761Z | Compiling zerovec v0.11.5 |
| 1954 | 2026-08-14T18:40:18.778Z | Compiling zerotrie v0.2.3 |
| 1955 | 2026-08-14T18:40:18.971Z | Compiling digest v0.10.7 |
| 1956 | 2026-08-14T18:40:19.006Z | Compiling scroll_derive v0.12.1 |
| 1957 | 2026-08-14T18:40:19.150Z | Compiling der v0.7.10 |
| 1958 | 2026-08-14T18:40:19.224Z | Compiling openssl-macros v0.1.1 |
| 1959 | 2026-08-14T18:40:19.240Z | Compiling darling_core v0.23.0 |
| 1960 | 2026-08-14T18:40:19.268Z | Compiling rand_core v0.9.5 |
| 1961 | 2026-08-14T18:40:19.296Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1962 | 2026-08-14T18:40:19.300Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1963 | 2026-08-14T18:40:19.403Z | Compiling tinystr v0.8.2 |
| 1964 | 2026-08-14T18:40:19.498Z | Compiling potential_utf v0.1.4 |
| 1965 | 2026-08-14T18:40:19.626Z | Compiling icu_locale_core v2.1.1 |
| 1966 | 2026-08-14T18:40:19.649Z | Compiling icu_collections v2.1.1 |
| 1967 | 2026-08-14T18:40:19.710Z | Compiling ahash v0.8.12 |
| 1968 | 2026-08-14T18:40:19.713Z | Compiling anyhow v1.0.102 |
| 1969 | 2026-08-14T18:40:19.743Z | Compiling packed_struct v0.10.1 |
| 1970 | 2026-08-14T18:40:20.035Z | Compiling native-tls v0.2.18 |
| 1971 | 2026-08-14T18:40:20.088Z | Compiling num-bigint-dig v0.8.6 |
| 1972 | 2026-08-14T18:40:20.273Z | Compiling spki v0.7.3 |
| 1973 | 2026-08-14T18:40:20.316Z | Compiling regex v1.12.3 |
| 1974 | 2026-08-14T18:40:20.345Z | Compiling bytes v1.11.1 |
| 1975 | 2026-08-14T18:40:20.402Z | Compiling icu_provider v2.1.1 |
| 1976 | 2026-08-14T18:40:20.420Z | Compiling chrono v0.4.45 |
| 1977 | 2026-08-14T18:40:20.452Z | Compiling toml_datetime v0.6.11 |
| 1978 | 2026-08-14T18:40:20.478Z | Compiling serde_spanned v0.6.9 |
| 1979 | 2026-08-14T18:40:20.509Z | Compiling serde_tokenstream v0.2.3 |
| 1980 | 2026-08-14T18:40:20.602Z | Compiling zerocopy-derive v0.7.35 |
| 1981 | 2026-08-14T18:40:20.648Z | Compiling toml_edit v0.19.15 |
| 1982 | 2026-08-14T18:40:20.724Z | Compiling icu_properties v2.1.2 |
| 1983 | 2026-08-14T18:40:20.745Z | Compiling icu_normalizer v2.1.1 |
| 1984 | 2026-08-14T18:40:20.977Z | Compiling tokio v1.52.1 |
| 1985 | 2026-08-14T18:40:21.268Z | Compiling http v1.4.2 |
| 1986 | 2026-08-14T18:40:21.396Z | Compiling darling_macro v0.23.0 |
| 1987 | 2026-08-14T18:40:21.749Z | Compiling idna_adapter v1.2.1 |
| 1988 | 2026-08-14T18:40:21.895Z | Compiling idna v1.1.0 |
| 1989 | 2026-08-14T18:40:21.933Z | Compiling ppv-lite86 v0.2.21 |
| 1990 | 2026-08-14T18:40:21.965Z | Compiling slog v2.8.2 |
| 1991 | 2026-08-14T18:40:22.142Z | Compiling tracing-core v0.1.36 |
| 1992 | 2026-08-14T18:40:22.181Z | Compiling cookie v0.18.1 |
| 1993 | 2026-08-14T18:40:22.200Z | Compiling cpufeatures v0.2.17 |
| 1994 | 2026-08-14T18:40:22.284Z | Compiling url v2.5.8 |
| 1995 | 2026-08-14T18:40:22.300Z | Compiling camino v1.2.2 |
| 1996 | 2026-08-14T18:40:22.304Z | Compiling utf8parse v0.2.2 |
| 1997 | 2026-08-14T18:40:22.392Z | Compiling rand_chacha v0.9.0 |
| 1998 | 2026-08-14T18:40:22.473Z | Compiling darling v0.23.0 |
| 1999 | 2026-08-14T18:40:22.568Z | Compiling tracing v0.1.44 |
| 2000 | 2026-08-14T18:40:22.581Z | Compiling clap_derive v4.6.1 |
| 2001 | 2026-08-14T18:40:22.593Z | Compiling zerocopy-derive v0.6.6 |
| 2002 | 2026-08-14T18:40:22.661Z | Compiling bitfield-macros v0.19.4 |
| 2003 | 2026-08-14T18:40:22.768Z | Compiling packed_struct_codegen v0.10.1 |
| 2004 | 2026-08-14T18:40:23.062Z | Compiling indexmap v1.9.3 |
| 2005 | 2026-08-14T18:40:23.168Z | Compiling paste v1.0.15 |
| 2006 | 2026-08-14T18:40:23.288Z | Compiling anstyle v1.0.14 |
| 2007 | 2026-08-14T18:40:23.351Z | Compiling rand v0.9.2 |
| 2008 | 2026-08-14T18:40:23.395Z | Compiling http-body v1.0.1 |
| 2009 | 2026-08-14T18:40:23.462Z | Compiling pkcs8 v0.10.2 |
| 2010 | 2026-08-14T18:40:23.527Z | Compiling rustls-pki-types v1.14.0 |
| 2011 | 2026-08-14T18:40:23.684Z | Compiling spin v0.9.8 |
| 2012 | 2026-08-14T18:40:23.724Z | Compiling usdt-impl v0.5.0 |
| 2013 | 2026-08-14T18:40:23.739Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-08-14T18:40:23.851Z | Compiling tinyvec_macros v0.1.1 |
| 2015 | 2026-08-14T18:40:23.911Z | Compiling colorchoice v1.0.4 |
| 2016 | 2026-08-14T18:40:23.936Z | Compiling anstyle-query v1.1.5 |
| 2017 | 2026-08-14T18:40:23.953Z | Compiling either v1.15.0 |
| 2018 | 2026-08-14T18:40:23.970Z | Compiling ref-cast v1.0.25 |
| 2019 | 2026-08-14T18:40:23.976Z | Compiling usdt-impl v0.6.0 |
| 2020 | 2026-08-14T18:40:23.976Z | Compiling cmov v0.5.4 |
| 2021 | 2026-08-14T18:40:24.048Z | Compiling unicode-segmentation v1.12.0 |
| 2022 | 2026-08-14T18:40:24.065Z | Compiling openssl-probe v0.2.1 |
| 2023 | 2026-08-14T18:40:24.210Z | Compiling is_terminal_polyfill v1.70.2 |
| 2024 | 2026-08-14T18:40:24.213Z | Compiling ctutils v0.4.2 |
| 2025 | 2026-08-14T18:40:24.238Z | Compiling tinyvec v1.10.0 |
| 2026 | 2026-08-14T18:40:24.354Z | Compiling sha2 v0.10.9 |
| 2027 | 2026-08-14T18:40:24.449Z | Compiling scroll v0.12.0 |
| 2028 | 2026-08-14T18:40:24.479Z | Compiling scroll v0.13.0 |
| 2029 | 2026-08-14T18:40:24.607Z | Compiling async-trait v0.1.89 |
| 2030 | 2026-08-14T18:40:24.703Z | Compiling heapless v0.7.17 |
| 2031 | 2026-08-14T18:40:24.770Z | Compiling tokio-util v0.7.18 |
| 2032 | 2026-08-14T18:40:24.774Z | Compiling try-lock v0.2.5 |
| 2033 | 2026-08-14T18:40:24.804Z | Compiling atomic-waker v1.1.2 |
| 2034 | 2026-08-14T18:40:24.810Z | Compiling signal-hook v0.3.18 |
| 2035 | 2026-08-14T18:40:24.899Z | Compiling untrusted v0.7.1 |
| 2036 | 2026-08-14T18:40:24.919Z | Compiling zstd-safe v7.2.4 |
| 2037 | 2026-08-14T18:40:24.956Z | Compiling litrs v1.0.0 |
| 2038 | 2026-08-14T18:40:24.973Z | Compiling tower-service v0.3.3 |
| 2039 | 2026-08-14T18:40:25.020Z | Compiling tower-layer v0.3.3 |
| 2040 | 2026-08-14T18:40:25.043Z | Compiling rustix v0.38.44 |
| 2041 | 2026-08-14T18:40:25.090Z | Compiling want v0.3.1 |
| 2042 | 2026-08-14T18:40:25.250Z | Compiling tempfile v3.25.0 |
| 2043 | 2026-08-14T18:40:25.455Z | Compiling document-features v0.2.12 |
| 2044 | 2026-08-14T18:40:25.471Z | Compiling goblin v0.10.5 |
| 2045 | 2026-08-14T18:40:25.535Z | Compiling h2 v0.4.15 |
| 2046 | 2026-08-14T18:40:25.586Z | Compiling goblin v0.8.2 |
| 2047 | 2026-08-14T18:40:25.610Z | Compiling hybrid-array v0.4.13 |
| 2048 | 2026-08-14T18:40:25.758Z | Compiling heck v0.4.1 |
| 2049 | 2026-08-14T18:40:25.888Z | Compiling anstyle-parse v1.0.0 |
| 2050 | 2026-08-14T18:40:25.986Z | Compiling zerocopy v0.7.35 |
| 2051 | 2026-08-14T18:40:26.002Z | Compiling ipnet v2.11.0 |
| 2052 | 2026-08-14T18:40:26.087Z | Compiling ref-cast-impl v1.0.25 |
| 2053 | 2026-08-14T18:40:26.115Z | Compiling daft-derive v0.1.7 |
| 2054 | 2026-08-14T18:40:26.434Z | Compiling structmeta-derive v0.3.0 |
| 2055 | 2026-08-14T18:40:26.467Z | Compiling darling_core v0.20.11 |
| 2056 | 2026-08-14T18:40:26.489Z | Compiling curve25519-dalek v4.1.3 |
| 2057 | 2026-08-14T18:40:26.619Z | Compiling memoffset v0.9.1 |
| 2058 | 2026-08-14T18:40:26.758Z | Compiling powerfmt v0.2.0 |
| 2059 | 2026-08-14T18:40:26.805Z | Compiling simd-adler32 v0.3.8 |
| 2060 | 2026-08-14T18:40:27.046Z | Compiling httpdate v1.0.3 |
| 2061 | 2026-08-14T18:40:27.076Z | Compiling tap v1.0.1 |
| 2062 | 2026-08-14T18:40:27.091Z | Compiling untrusted v0.9.0 |
| 2063 | 2026-08-14T18:40:27.105Z | Compiling foreign-types-shared v0.1.1 |
| 2064 | 2026-08-14T18:40:27.206Z | Compiling foreign-types v0.3.2 |
| 2065 | 2026-08-14T18:40:27.223Z | Compiling wyz v0.5.1 |
| 2066 | 2026-08-14T18:40:27.253Z | Compiling deranged v0.5.8 |
| 2067 | 2026-08-14T18:40:27.308Z | Compiling anstream v1.0.0 |
| 2068 | 2026-08-14T18:40:27.442Z | Compiling structmeta v0.3.0 |
| 2069 | 2026-08-14T18:40:27.456Z | Compiling unicode-normalization v0.1.25 |
| 2070 | 2026-08-14T18:40:27.679Z | Compiling dtrace-parser v0.2.0 |
| 2071 | 2026-08-14T18:40:27.701Z | Compiling rand_chacha v0.3.1 |
| 2072 | 2026-08-14T18:40:27.924Z | Compiling dof v0.3.0 |
| 2073 | 2026-08-14T18:40:28.039Z | Compiling hex v0.4.3 |
| 2074 | 2026-08-14T18:40:28.092Z | Compiling signature v2.2.0 |
| 2075 | 2026-08-14T18:40:28.258Z | Compiling dof v0.4.0 |
| 2076 | 2026-08-14T18:40:28.274Z | Compiling dtrace-parser v0.3.0 |
| 2077 | 2026-08-14T18:40:28.327Z | Compiling terminal_size v0.4.3 |
| 2078 | 2026-08-14T18:40:28.343Z | Compiling pin-project-internal v1.1.11 |
| 2079 | 2026-08-14T18:40:28.445Z | Compiling darling_macro v0.20.11 |
| 2080 | 2026-08-14T18:40:28.475Z | Compiling num-integer v0.1.46 |
| 2081 | 2026-08-14T18:40:28.527Z | Compiling thread-id v5.1.0 |
| 2082 | 2026-08-14T18:40:28.631Z | Compiling hyper v1.10.1 |
| 2083 | 2026-08-14T18:40:28.654Z | Compiling socket2 v0.5.10 |
| 2084 | 2026-08-14T18:40:28.730Z | Compiling thread-id v4.2.2 |
| 2085 | 2026-08-14T18:40:28.792Z | Compiling wait-timeout v0.2.1 |
| 2086 | 2026-08-14T18:40:28.892Z | Compiling num_threads v0.1.7 |
| 2087 | 2026-08-14T18:40:28.935Z | Compiling adler2 v2.0.1 |
| 2088 | 2026-08-14T18:40:29.006Z | Compiling clap_lex v1.0.0 |
| 2089 | 2026-08-14T18:40:29.044Z | Compiling quick-error v1.2.3 |
| 2090 | 2026-08-14T18:40:29.081Z | Compiling cfg_aliases v0.2.1 |
| 2091 | 2026-08-14T18:40:29.172Z | Compiling bit-vec v0.8.0 |
| 2092 | 2026-08-14T18:40:29.220Z | Compiling funty v2.0.0 |
| 2093 | 2026-08-14T18:40:29.246Z | Compiling smoltcp v0.9.1 |
| 2094 | 2026-08-14T18:40:29.365Z | Compiling nix v0.31.2 |
| 2095 | 2026-08-14T18:40:29.381Z | Compiling bit-set v0.8.0 |
| 2096 | 2026-08-14T18:40:29.409Z | Compiling time v0.3.47 |
| 2097 | 2026-08-14T18:40:29.429Z | Compiling clap_builder v4.6.0 |
| 2098 | 2026-08-14T18:40:29.433Z | Compiling rusty-fork v0.3.1 |
| 2099 | 2026-08-14T18:40:29.459Z | Compiling miniz_oxide v0.8.9 |
| 2100 | 2026-08-14T18:40:29.566Z | Compiling bitvec v1.0.1 |
| 2101 | 2026-08-14T18:40:29.570Z | Compiling darling v0.20.11 |
| 2102 | 2026-08-14T18:40:29.682Z | Compiling num-iter v0.1.45 |
| 2103 | 2026-08-14T18:40:29.737Z | Compiling hyper-util v0.1.20 |
| 2104 | 2026-08-14T18:40:29.851Z | Compiling rand v0.8.6 |
| 2105 | 2026-08-14T18:40:30.100Z | Compiling ipnetwork v0.21.1 |
| 2106 | 2026-08-14T18:40:30.127Z | Compiling lazy_static v1.5.0 |
| 2107 | 2026-08-14T18:40:30.259Z | Compiling anstyle-parse v0.2.7 |
| 2108 | 2026-08-14T18:40:30.572Z | Compiling rand_xorshift v0.4.0 |
| 2109 | 2026-08-14T18:40:30.737Z | Compiling hmac v0.12.1 |
| 2110 | 2026-08-14T18:40:30.770Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2111 | 2026-08-14T18:40:30.786Z | Compiling sync_wrapper v1.0.2 |
| 2112 | 2026-08-14T18:40:31.280Z | Compiling siphasher v1.0.2 |
| 2113 | 2026-08-14T18:40:31.310Z | Compiling zlib-rs v0.6.2 |
| 2114 | 2026-08-14T18:40:31.449Z | Compiling unarray v0.1.4 |
| 2115 | 2026-08-14T18:40:31.491Z | Compiling crc-catalog v2.4.0 |
| 2116 | 2026-08-14T18:40:31.583Z | Compiling nodrop v0.1.14 |
| 2117 | 2026-08-14T18:40:31.602Z | Compiling crc v3.4.0 |
| 2118 | 2026-08-14T18:40:31.635Z | Compiling proptest v1.11.0 |
| 2119 | 2026-08-14T18:40:31.681Z | Compiling array-init v0.0.4 |
| 2120 | 2026-08-14T18:40:32.047Z | Compiling clap v4.6.1 |
| 2121 | 2026-08-14T18:40:32.303Z | Compiling tower v0.5.3 |
| 2122 | 2026-08-14T18:40:32.855Z | Compiling anstream v0.6.21 |
| 2123 | 2026-08-14T18:40:32.909Z | Compiling smallvec v0.6.14 |
| 2124 | 2026-08-14T18:40:33.131Z | Compiling derive_builder_core v0.20.2 |
| 2125 | 2026-08-14T18:40:33.161Z | Compiling snafu-derive v0.8.9 |
| 2126 | 2026-08-14T18:40:33.211Z | Compiling pkcs1 v0.7.5 |
| 2127 | 2026-08-14T18:40:33.325Z | Compiling flate2 v1.1.9 |
| 2128 | 2026-08-14T18:40:33.474Z | Compiling http-body-util v0.1.3 |
| 2129 | 2026-08-14T18:40:33.541Z | Compiling zerocopy v0.6.6 |
| 2130 | 2026-08-14T18:40:33.579Z | Compiling bitfield v0.19.4 |
| 2131 | 2026-08-14T18:40:33.725Z | Compiling strum_macros v0.27.2 |
| 2132 | 2026-08-14T18:40:33.741Z | Compiling strum_macros v0.26.4 |
| 2133 | 2026-08-14T18:40:33.759Z | Compiling hubpack_derive v0.1.1 |
| 2134 | 2026-08-14T18:40:33.916Z | Compiling env_filter v1.0.0 |
| 2135 | 2026-08-14T18:40:33.921Z | Compiling fs-err v3.3.0 |
| 2136 | 2026-08-14T18:40:33.970Z | Compiling base64 v0.21.7 |
| 2137 | 2026-08-14T18:40:34.118Z | Compiling unicode-bidi v0.3.18 |
| 2138 | 2026-08-14T18:40:34.209Z | Compiling ryu v1.0.23 |
| 2139 | 2026-08-14T18:40:34.276Z | Compiling unicode-properties v0.1.4 |
| 2140 | 2026-08-14T18:40:34.319Z | Compiling object v0.37.3 |
| 2141 | 2026-08-14T18:40:34.468Z | Compiling hashbrown v0.12.3 |
| 2142 | 2026-08-14T18:40:34.484Z | Compiling allocator-api2 v0.2.21 |
| 2143 | 2026-08-14T18:40:34.504Z | Compiling iri-string v0.7.10 |
| 2144 | 2026-08-14T18:40:34.612Z | Compiling stringprep v0.1.5 |
| 2145 | 2026-08-14T18:40:34.818Z | Compiling serde_urlencoded v0.7.1 |
| 2146 | 2026-08-14T18:40:34.949Z | Compiling ron v0.8.1 |
| 2147 | 2026-08-14T18:40:34.985Z | Compiling env_logger v0.11.9 |
| 2148 | 2026-08-14T18:40:35.084Z | Compiling derive_builder_macro v0.20.2 |
| 2149 | 2026-08-14T18:40:35.139Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2150 | 2026-08-14T18:40:35.254Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2151 | 2026-08-14T18:40:35.306Z | Compiling rsa v0.9.10 |
| 2152 | 2026-08-14T18:40:35.309Z | Compiling newtype-uuid v1.3.2 |
| 2153 | 2026-08-14T18:40:35.347Z | Compiling oxnet v0.1.6 |
| 2154 | 2026-08-14T18:40:35.370Z | Compiling serde-hex v0.1.0 |
| 2155 | 2026-08-14T18:40:35.472Z | Compiling hashbrown v0.13.2 |
| 2156 | 2026-08-14T18:40:35.502Z | Compiling tokio-native-tls v0.3.1 |
| 2157 | 2026-08-14T18:40:35.610Z | Compiling bzip2 v0.4.4 |
| 2158 | 2026-08-14T18:40:35.653Z | Compiling usdt-attr-macro v0.6.0 |
| 2159 | 2026-08-14T18:40:35.696Z | Compiling tower-http v0.6.8 |
| 2160 | 2026-08-14T18:40:35.769Z | Compiling usdt-macro v0.6.0 |
| 2161 | 2026-08-14T18:40:35.828Z | Compiling derive-ex v0.1.8 |
| 2162 | 2026-08-14T18:40:35.844Z | Compiling crypto-common v0.2.2 |
| 2163 | 2026-08-14T18:40:35.896Z | Compiling block-buffer v0.12.1 |
| 2164 | 2026-08-14T18:40:35.986Z | Compiling block-padding v0.4.2 |
| 2165 | 2026-08-14T18:40:36.170Z | Compiling rustls-native-certs v0.8.3 |
| 2166 | 2026-08-14T18:40:36.282Z | Compiling x509-cert v0.2.5 |
| 2167 | 2026-08-14T18:40:36.352Z | Compiling erased-serde v0.3.31 |
| 2168 | 2026-08-14T18:40:36.513Z | Compiling md-5 v0.10.6 |
| 2169 | 2026-08-14T18:40:36.683Z | Compiling bstr v1.12.1 |
| 2170 | 2026-08-14T18:40:36.776Z | Compiling vergen-lib v9.1.0 |
| 2171 | 2026-08-14T18:40:36.829Z | Compiling hash32 v0.2.1 |
| 2172 | 2026-08-14T18:40:36.862Z | Compiling encoding_rs v0.8.35 |
| 2173 | 2026-08-14T18:40:37.013Z | Compiling crc-any v2.5.0 |
| 2174 | 2026-08-14T18:40:37.069Z | Compiling mime v0.3.17 |
| 2175 | 2026-08-14T18:40:37.130Z | Compiling cpufeatures v0.3.0 |
| 2176 | 2026-08-14T18:40:37.181Z | Compiling psl-types v2.0.11 |
| 2177 | 2026-08-14T18:40:37.225Z | Compiling fallible-iterator v0.2.0 |
| 2178 | 2026-08-14T18:40:37.318Z | Compiling publicsuffix v2.3.0 |
| 2179 | 2026-08-14T18:40:37.365Z | Compiling test-strategy v0.4.5 |
| 2180 | 2026-08-14T18:40:37.565Z | Compiling postgres-protocol v0.6.10 |
| 2181 | 2026-08-14T18:40:38.041Z | Compiling inout v0.2.2 |
| 2182 | 2026-08-14T18:40:38.074Z | Compiling object v0.30.4 |
| 2183 | 2026-08-14T18:40:38.090Z | Compiling zip v0.6.6 |
| 2184 | 2026-08-14T18:40:38.128Z | Compiling hyper-tls v0.6.0 |
| 2185 | 2026-08-14T18:40:38.156Z | Compiling daft v0.1.7 |
| 2186 | 2026-08-14T18:40:38.171Z | Compiling derive_builder v0.20.2 |
| 2187 | 2026-08-14T18:40:38.220Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2188 | 2026-08-14T18:40:38.325Z | Compiling phf_shared v0.13.1 |
| 2189 | 2026-08-14T18:40:38.401Z | Compiling pin-project v1.1.11 |
| 2190 | 2026-08-14T18:40:38.507Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2191 | 2026-08-14T18:40:38.585Z | Compiling serde_with_macros v3.21.0 |
| 2192 | 2026-08-14T18:40:38.601Z | Compiling toml v0.7.8 |
| 2193 | 2026-08-14T18:40:38.621Z | Compiling futures-executor v0.3.32 |
| 2194 | 2026-08-14T18:40:38.670Z | Compiling enum-as-inner v0.6.1 |
| 2195 | 2026-08-14T18:40:38.821Z | Compiling serde_repr v0.1.20 |
| 2196 | 2026-08-14T18:40:38.872Z | Compiling async-recursion v1.1.1 |
| 2197 | 2026-08-14T18:40:38.952Z | Compiling vergen v9.1.0 |
| 2198 | 2026-08-14T18:40:39.051Z | Compiling ff v0.13.1 |
| 2199 | 2026-08-14T18:40:39.150Z | Compiling cargo-platform v0.3.2 |
| 2200 | 2026-08-14T18:40:39.219Z | Compiling path-slash v0.1.5 |
| 2201 | 2026-08-14T18:40:39.345Z | Compiling base16ct v0.2.0 |
| 2202 | 2026-08-14T18:40:39.360Z | Compiling managed v0.8.0 |
| 2203 | 2026-08-14T18:40:39.386Z | Compiling jiff-core v0.1.0 |
| 2204 | 2026-08-14T18:40:39.435Z | Compiling bumpalo v3.20.2 |
| 2205 | 2026-08-14T18:40:39.479Z | Compiling bitflags v1.3.2 |
| 2206 | 2026-08-14T18:40:39.599Z | Compiling foldhash v0.1.5 |
| 2207 | 2026-08-14T18:40:39.640Z | Compiling foldhash v0.2.0 |
| 2208 | 2026-08-14T18:40:39.687Z | Compiling same-file v1.0.6 |
| 2209 | 2026-08-14T18:40:39.704Z | Compiling libbz2-rs-sys v0.2.2 |
| 2210 | 2026-08-14T18:40:39.785Z | Compiling hashbrown v0.15.5 |
| 2211 | 2026-08-14T18:40:39.833Z | Compiling walkdir v2.5.0 |
| 2212 | 2026-08-14T18:40:39.857Z | Compiling hashbrown v0.16.1 |
| 2213 | 2026-08-14T18:40:39.960Z | Compiling zopfli v0.8.3 |
| 2214 | 2026-08-14T18:40:40.123Z | Compiling jiff v0.2.34 |
| 2215 | 2026-08-14T18:40:40.140Z | Compiling bzip2 v0.6.1 |
| 2216 | 2026-08-14T18:40:40.280Z | Compiling sec1 v0.7.3 |
| 2217 | 2026-08-14T18:40:40.382Z | Compiling cargo_metadata v0.23.1 |
| 2218 | 2026-08-14T18:40:40.398Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2219 | 2026-08-14T18:40:40.516Z | Compiling group v0.13.0 |
| 2220 | 2026-08-14T18:40:40.786Z | Compiling futures v0.3.32 |
| 2221 | 2026-08-14T18:40:41.179Z | Compiling phf v0.13.1 |
| 2222 | 2026-08-14T18:40:41.307Z | Compiling snafu v0.8.9 |
| 2223 | 2026-08-14T18:40:41.366Z | Compiling reqwest v0.12.28 |
| 2224 | 2026-08-14T18:40:41.595Z | Compiling cipher v0.5.2 |
| 2225 | 2026-08-14T18:40:41.667Z | Compiling signal-hook-mio v0.2.5 |
| 2226 | 2026-08-14T18:40:41.683Z | Compiling cookie_store v0.22.1 |
| 2227 | 2026-08-14T18:40:41.701Z | Compiling postgres-types v0.2.12 |
| 2228 | 2026-08-14T18:40:41.746Z | Compiling zstd v0.13.3 |
| 2229 | 2026-08-14T18:40:41.816Z | Compiling globset v0.4.18 |
| 2230 | 2026-08-14T18:40:41.893Z | Compiling strum v0.27.2 |
| 2231 | 2026-08-14T18:40:42.018Z | Compiling hubpack v0.1.2 |
| 2232 | 2026-08-14T18:40:42.094Z | Compiling phf_shared v0.11.3 |
| 2233 | 2026-08-14T18:40:42.110Z | Compiling hkdf v0.12.4 |
| 2234 | 2026-08-14T18:40:42.191Z | Compiling crossbeam-epoch v0.9.18 |
| 2235 | 2026-08-14T18:40:42.250Z | Compiling byte-wrapper v0.1.0 |
| 2236 | 2026-08-14T18:40:42.253Z | Compiling ed25519 v2.2.3 |
| 2237 | 2026-08-14T18:40:42.288Z | Compiling olpc-cjson v0.1.4 |
| 2238 | 2026-08-14T18:40:42.557Z | Compiling serde_plain v1.0.2 |
| 2239 | 2026-08-14T18:40:42.582Z | Compiling serde-big-array v0.5.1 |
| 2240 | 2026-08-14T18:40:42.587Z | Compiling pem v3.0.6 |
| 2241 | 2026-08-14T18:40:42.660Z | Compiling crypto-bigint v0.5.5 |
| 2242 | 2026-08-14T18:40:42.792Z | Compiling float-cmp v0.10.0 |
| 2243 | 2026-08-14T18:40:42.850Z | Compiling memmap2 v0.9.10 |
| 2244 | 2026-08-14T18:40:42.946Z | Compiling keccak v0.1.6 |
| 2245 | 2026-08-14T18:40:42.960Z | Compiling data-encoding v2.10.0 |
| 2246 | 2026-08-14T18:40:43.044Z | Compiling whoami v2.1.0 |
| 2247 | 2026-08-14T18:40:43.068Z | Compiling fixedbitset v0.4.2 |
| 2248 | 2026-08-14T18:40:43.084Z | Compiling winnow v0.7.14 |
| 2249 | 2026-08-14T18:40:43.258Z | Compiling difflib v0.4.0 |
| 2250 | 2026-08-14T18:40:43.298Z | Compiling typed-path v0.9.3 |
| 2251 | 2026-08-14T18:40:43.318Z | Compiling fixedbitset v0.5.7 |
| 2252 | 2026-08-14T18:40:43.340Z | Compiling winnow v1.0.3 |
| 2253 | 2026-08-14T18:40:43.356Z | Compiling new_debug_unreachable v1.0.6 |
| 2254 | 2026-08-14T18:40:43.388Z | Compiling const-oid v0.10.2 |
| 2255 | 2026-08-14T18:40:43.441Z | Compiling precomputed-hash v0.1.1 |
| 2256 | 2026-08-14T18:40:43.551Z | Compiling static_assertions v1.1.0 |
| 2257 | 2026-08-14T18:40:43.623Z | Compiling normalize-line-endings v0.3.0 |
| 2258 | 2026-08-14T18:40:43.657Z | Compiling predicates-core v1.0.10 |
| 2259 | 2026-08-14T18:40:43.703Z | Compiling toml_write v0.1.2 |
| 2260 | 2026-08-14T18:40:43.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2261 | 2026-08-14T18:40:43.750Z | Compiling chacha20 v0.10.0 |
| 2262 | 2026-08-14T18:40:43.782Z | Compiling predicates v3.1.4 |
| 2263 | 2026-08-14T18:40:43.923Z | Compiling elliptic-curve v0.13.8 |
| 2264 | 2026-08-14T18:40:43.976Z | Compiling digest v0.11.3 |
| 2265 | 2026-08-14T18:40:44.077Z | Compiling petgraph v0.8.3 |
| 2266 | 2026-08-14T18:40:44.108Z | Compiling string_cache v0.8.9 |
| 2267 | 2026-08-14T18:40:44.284Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2268 | 2026-08-14T18:40:44.366Z | Compiling tokio-postgres v0.7.16 |
| 2269 | 2026-08-14T18:40:44.383Z | Compiling hickory-proto v0.25.2 |
| 2270 | 2026-08-14T18:40:44.404Z | Compiling toml_edit v0.22.27 |
| 2271 | 2026-08-14T18:40:44.416Z | Compiling petgraph v0.6.5 |
| 2272 | 2026-08-14T18:40:44.467Z | Compiling sha3 v0.10.8 |
| 2273 | 2026-08-14T18:40:44.688Z | Compiling usdt v0.6.0 |
| 2274 | 2026-08-14T18:40:45.744Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2275 | 2026-08-14T18:40:46.025Z | Compiling ed25519-dalek v2.2.0 |
| 2276 | 2026-08-14T18:40:46.124Z | Compiling zip v4.6.1 |
| 2277 | 2026-08-14T18:40:46.542Z | Compiling crossterm v0.28.1 |
| 2278 | 2026-08-14T18:40:47.020Z | Compiling iddqd v0.4.2 |
| 2279 | 2026-08-14T18:40:47.055Z | Compiling serde_with v3.21.0 |
| 2280 | 2026-08-14T18:40:47.128Z | Compiling similar v2.7.0 |
| 2281 | 2026-08-14T18:40:47.197Z | Compiling strum v0.26.3 |
| 2282 | 2026-08-14T18:40:47.680Z | Compiling tokio-stream v0.1.18 |
| 2283 | 2026-08-14T18:40:47.719Z | Compiling buf-list v1.1.2 |
| 2284 | 2026-08-14T18:40:47.916Z | Compiling itertools v0.13.0 |
| 2285 | 2026-08-14T18:40:47.959Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2286 | 2026-08-14T18:40:48.180Z | Compiling openapiv3 v2.2.0 |
| 2287 | 2026-08-14T18:40:48.863Z | Compiling peg-runtime v0.8.5 |
| 2288 | 2026-08-14T18:40:49.207Z | Compiling lalrpop-util v0.19.12 |
| 2289 | 2026-08-14T18:41:05.912Z | Compiling rustls-webpki v0.103.13 |
| 2290 | 2026-08-14T18:41:08.970Z | Compiling proc-macro-crate v1.3.1 |
| 2291 | 2026-08-14T18:41:09.037Z | Compiling macaddr v1.0.1 |
| 2292 | 2026-08-14T18:41:09.068Z | Compiling rayon-core v1.13.0 |
| 2293 | 2026-08-14T18:41:09.273Z | Compiling crucible-workspace-hack v0.1.0 |
| 2294 | 2026-08-14T18:41:09.355Z | Compiling itertools v0.15.0 |
| 2295 | 2026-08-14T18:41:09.378Z | Compiling secrecy v0.10.3 |
| 2296 | 2026-08-14T18:41:09.394Z | Compiling tokio-rustls v0.26.4 |
| 2297 | 2026-08-14T18:41:09.405Z | Compiling rustls-platform-verifier v0.6.2 |
| 2298 | 2026-08-14T18:41:09.479Z | Compiling tough v0.22.0 |
| 2299 | 2026-08-14T18:41:09.518Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2300 | 2026-08-14T18:41:09.561Z | Compiling heapless v0.8.0 |
| 2301 | 2026-08-14T18:41:09.630Z | Compiling hyper-rustls v0.27.7 |
| 2302 | 2026-08-14T18:41:09.722Z | Compiling crossbeam-deque v0.8.6 |
| 2303 | 2026-08-14T18:41:09.772Z | Compiling inout v0.1.4 |
| 2304 | 2026-08-14T18:41:09.831Z | Compiling hash32 v0.3.1 |
| 2305 | 2026-08-14T18:41:09.870Z | Compiling reqwest v0.13.2 |
| 2306 | 2026-08-14T18:41:09.962Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2307 | 2026-08-14T18:41:09.962Z | Compiling multer v3.1.0 |
| 2308 | 2026-08-14T18:41:09.996Z | Compiling thread_local v1.1.9 |
| 2309 | 2026-08-14T18:41:10.016Z | Compiling match_cfg v0.1.0 |
| 2310 | 2026-08-14T18:41:10.091Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2311 | 2026-08-14T18:41:10.108Z | Compiling compression-core v0.4.31 |
| 2312 | 2026-08-14T18:41:10.134Z | Compiling smoltcp v0.11.0 |
| 2313 | 2026-08-14T18:41:10.149Z | Compiling unicode-width v0.2.0 |
| 2314 | 2026-08-14T18:41:10.197Z | Compiling slog-async v2.8.0 |
| 2315 | 2026-08-14T18:41:10.305Z | Compiling compression-codecs v0.4.37 |
| 2316 | 2026-08-14T18:41:10.416Z | Compiling hostname v0.3.1 |
| 2317 | 2026-08-14T18:41:10.531Z | Compiling cipher v0.4.4 |
| 2318 | 2026-08-14T18:41:10.573Z | Compiling atomicwrites v0.4.4 |
| 2319 | 2026-08-14T18:41:10.599Z | Compiling slog-json v2.6.1 |
| 2320 | 2026-08-14T18:41:10.680Z | Compiling crossbeam-channel v0.5.15 |
| 2321 | 2026-08-14T18:41:10.740Z | Compiling ingot-macros v0.2.0 |
| 2322 | 2026-08-14T18:41:10.825Z | Compiling half v2.7.1 |
| 2323 | 2026-08-14T18:41:10.856Z | Compiling newtype-uuid-macros v0.1.0 |
| 2324 | 2026-08-14T18:41:10.875Z | Compiling cobs v0.3.0 |
| 2325 | 2026-08-14T18:41:10.892Z | Compiling universal-hash v0.5.1 |
| 2326 | 2026-08-14T18:41:10.913Z | Compiling async-stream-impl v0.3.6 |
| 2327 | 2026-08-14T18:41:11.015Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2328 | 2026-08-14T18:41:11.110Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2329 | 2026-08-14T18:41:11.211Z | Compiling serde_spanned v1.1.1 |
| 2330 | 2026-08-14T18:41:11.240Z | Compiling is-terminal v0.4.17 |
| 2331 | 2026-08-14T18:41:11.366Z | Compiling proc-macro-error-attr v1.0.4 |
| 2332 | 2026-08-14T18:41:11.382Z | Compiling dropshot v0.17.1 |
| 2333 | 2026-08-14T18:41:11.383Z | Compiling opaque-debug v0.3.1 |
| 2334 | 2026-08-14T18:41:11.510Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2335 | 2026-08-14T18:41:11.510Z | Compiling convert_case v0.4.0 |
| 2336 | 2026-08-14T18:41:11.584Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2337 | 2026-08-14T18:41:11.601Z | Compiling term v1.2.1 |
| 2338 | 2026-08-14T18:41:11.604Z | Compiling take_mut v0.2.2 |
| 2339 | 2026-08-14T18:41:11.632Z | Compiling ciborium-io v0.2.2 |
| 2340 | 2026-08-14T18:41:11.757Z | Compiling ciborium-ll v0.2.2 |
| 2341 | 2026-08-14T18:41:11.833Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2342 | 2026-08-14T18:41:11.851Z | Compiling derive_more v0.99.20 |
| 2343 | 2026-08-14T18:41:11.874Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2344 | 2026-08-14T18:41:11.975Z | Compiling slog-term v2.9.2 |
| 2345 | 2026-08-14T18:41:12.040Z | Compiling thiserror-no-std v2.0.2 |
| 2346 | 2026-08-14T18:41:12.070Z | Compiling async-stream v0.3.6 |
| 2347 | 2026-08-14T18:41:12.111Z | Compiling poly1305 v0.8.0 |
| 2348 | 2026-08-14T18:41:12.151Z | Compiling postcard v1.1.3 |
| 2349 | 2026-08-14T18:41:12.554Z | Compiling slog-bunyan v2.5.0 |
| 2350 | 2026-08-14T18:41:12.755Z | Compiling chacha20 v0.9.1 |
| 2351 | 2026-08-14T18:41:12.772Z | Compiling async-compression v0.4.41 |
| 2352 | 2026-08-14T18:41:13.028Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2353 | 2026-08-14T18:41:13.045Z | Compiling num_enum_derive v0.7.6 |
| 2354 | 2026-08-14T18:41:13.173Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2355 | 2026-08-14T18:41:13.239Z | Compiling sha1 v0.11.0 |
| 2356 | 2026-08-14T18:41:13.268Z | Compiling parse-display-derive v0.10.0 |
| 2357 | 2026-08-14T18:41:13.355Z | Compiling ingot-types v0.2.0 |
| 2358 | 2026-08-14T18:41:13.431Z | Compiling waitgroup v0.1.2 |
| 2359 | 2026-08-14T18:41:13.434Z | Compiling backon v1.6.0 |
| 2360 | 2026-08-14T18:41:13.509Z | Compiling rustls-pemfile v2.2.0 |
| 2361 | 2026-08-14T18:41:13.616Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2362 | 2026-08-14T18:41:13.706Z | Compiling dropshot_endpoint v0.17.1 |
| 2363 | 2026-08-14T18:41:13.727Z | Compiling password-hash v0.5.0 |
| 2364 | 2026-08-14T18:41:13.813Z | Compiling ingot v0.2.1 |
| 2365 | 2026-08-14T18:41:13.842Z | Compiling blake2 v0.10.6 |
| 2366 | 2026-08-14T18:41:13.907Z | Compiling aead v0.5.2 |
| 2367 | 2026-08-14T18:41:14.043Z | Compiling foreign-types-macros v0.2.3 |
| 2368 | 2026-08-14T18:41:14.059Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2369 | 2026-08-14T18:41:14.115Z | Compiling serde_path_to_error v0.1.20 |
| 2370 | 2026-08-14T18:41:14.134Z | Compiling hostname v0.4.2 |
| 2371 | 2026-08-14T18:41:14.315Z | Compiling proc-macro-error v1.0.4 |
| 2372 | 2026-08-14T18:41:14.362Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2373 | 2026-08-14T18:41:14.488Z | Compiling instant v0.1.13 |
| 2374 | 2026-08-14T18:41:14.539Z | Compiling debug-ignore v1.0.5 |
| 2375 | 2026-08-14T18:41:14.571Z | Compiling foreign-types-shared v0.3.1 |
| 2376 | 2026-08-14T18:41:14.631Z | Compiling backoff v0.4.0 |
| 2377 | 2026-08-14T18:41:14.647Z | Compiling argon2 v0.5.3 |
| 2378 | 2026-08-14T18:41:14.681Z | Compiling foreign-types v0.5.0 |
| 2379 | 2026-08-14T18:41:14.684Z | Compiling chacha20poly1305 v0.10.1 |
| 2380 | 2026-08-14T18:41:14.714Z | Compiling num_enum v0.7.6 |
| 2381 | 2026-08-14T18:41:14.718Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2382 | 2026-08-14T18:41:14.747Z | Compiling parse-display v0.10.0 |
| 2383 | 2026-08-14T18:41:14.776Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2384 | 2026-08-14T18:41:14.797Z | Compiling vsss-rs v3.3.4 |
| 2385 | 2026-08-14T18:41:14.876Z | Compiling ciborium v0.2.2 |
| 2386 | 2026-08-14T18:41:15.015Z | Compiling tabwriter v1.4.1 |
| 2387 | 2026-08-14T18:41:15.208Z | Compiling num_enum_derive v0.5.11 |
| 2388 | 2026-08-14T18:41:15.226Z | Compiling regress v0.10.5 |
| 2389 | 2026-08-14T18:41:15.253Z | Compiling itertools v0.14.0 |
| 2390 | 2026-08-14T18:41:15.303Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2391 | 2026-08-14T18:41:15.431Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2392 | 2026-08-14T18:41:15.491Z | Compiling cstr-argument v0.1.2 |
| 2393 | 2026-08-14T18:41:15.589Z | Compiling humantime v2.3.0 |
| 2394 | 2026-08-14T18:41:15.680Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2395 | 2026-08-14T18:41:15.709Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2396 | 2026-08-14T18:41:15.777Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2397 | 2026-08-14T18:41:15.883Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2398 | 2026-08-14T18:41:15.918Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2399 | 2026-08-14T18:41:15.934Z | Compiling rayon v1.11.0 |
| 2400 | 2026-08-14T18:41:16.040Z | Compiling rand v0.10.1 |
| 2401 | 2026-08-14T18:41:16.057Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2402 | 2026-08-14T18:41:16.098Z | Compiling colored v3.1.1 |
| 2403 | 2026-08-14T18:41:16.115Z | Compiling indent_write v2.2.0 |
| 2404 | 2026-08-14T18:41:16.132Z | Compiling libefi-sys v0.1.0 |
| 2405 | 2026-08-14T18:41:16.149Z | Compiling zone_cfg_derive v0.3.1 |
| 2406 | 2026-08-14T18:41:16.166Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2407 | 2026-08-14T18:41:16.184Z | Compiling camino-tempfile v1.4.1 |
| 2408 | 2026-08-14T18:41:16.205Z | Compiling num_enum v0.5.11 |
| 2409 | 2026-08-14T18:41:16.290Z | Compiling itertools v0.12.1 |
| 2410 | 2026-08-14T18:41:16.358Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2411 | 2026-08-14T18:41:16.388Z | Compiling usdt-macro v0.5.0 |
| 2412 | 2026-08-14T18:41:16.407Z | Compiling usdt-attr-macro v0.5.0 |
| 2413 | 2026-08-14T18:41:16.422Z | Compiling num-derive v0.4.2 |
| 2414 | 2026-08-14T18:41:16.436Z | Compiling bitfield-struct v0.6.2 |
| 2415 | 2026-08-14T18:41:16.598Z | Compiling blake3 v1.8.5 |
| 2416 | 2026-08-14T18:41:16.844Z | Compiling memmap v0.7.0 |
| 2417 | 2026-08-14T18:41:16.860Z | Compiling sigpipe v0.1.3 |
| 2418 | 2026-08-14T18:41:16.919Z | Compiling swrite v0.1.0 |
| 2419 | 2026-08-14T18:41:16.969Z | Compiling glob v0.3.3 |
| 2420 | 2026-08-14T18:41:16.985Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2421 | 2026-08-14T18:41:17.053Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2422 | 2026-08-14T18:41:17.084Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2423 | 2026-08-14T18:41:17.176Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2424 | 2026-08-14T18:41:17.204Z | Compiling usdt v0.5.0 |
| 2425 | 2026-08-14T18:41:17.318Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2426 | 2026-08-14T18:41:17.416Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2427 | 2026-08-14T18:41:17.460Z | Compiling smf v0.2.3 |
| 2428 | 2026-08-14T18:41:17.524Z | Compiling filetime v0.2.27 |
| 2429 | 2026-08-14T18:41:17.615Z | Compiling zone v0.3.1 |
| 2430 | 2026-08-14T18:41:17.632Z | Compiling xattr v1.6.1 |
| 2431 | 2026-08-14T18:41:17.650Z | Compiling whoami v1.6.1 |
| 2432 | 2026-08-14T18:41:17.723Z | Compiling arrayref v0.3.9 |
| 2433 | 2026-08-14T18:41:17.748Z | Compiling arrayvec v0.7.6 |
| 2434 | 2026-08-14T18:41:17.782Z | Compiling constant_time_eq v0.4.2 |
| 2435 | 2026-08-14T18:41:17.814Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2436 | 2026-08-14T18:41:17.848Z | Compiling tar v0.4.46 |
| 2437 | 2026-08-14T18:41:17.864Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2438 | 2026-08-14T18:41:17.885Z | Compiling tokio-dtrace v0.1.1 |
| 2439 | 2026-08-14T18:41:17.917Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2440 | 2026-08-14T18:41:17.994Z | Compiling console v0.16.2 |
| 2441 | 2026-08-14T18:41:18.027Z | Compiling gethostname v0.5.0 |
| 2442 | 2026-08-14T18:41:18.117Z | Compiling unit-prefix v0.5.2 |
| 2443 | 2026-08-14T18:41:18.132Z | Compiling topological-sort v0.2.2 |
| 2444 | 2026-08-14T18:41:18.181Z | Compiling oxide-tokio-rt v0.1.4 |
| 2445 | 2026-08-14T18:41:18.241Z | Compiling toml v0.8.23 |
| 2446 | 2026-08-14T18:41:18.300Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2447 | 2026-08-14T18:41:18.601Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2448 | 2026-08-14T18:41:18.618Z | Compiling indicatif v0.18.4 |
| 2449 | 2026-08-14T18:41:18.641Z | Compiling shell-words v1.1.1 |
| 2450 | 2026-08-14T18:41:28.087Z | Compiling progenitor-client v0.14.0 |
| 2451 | 2026-08-14T18:41:28.087Z | Compiling omicron-zone-package v0.12.3 |
| 2452 | 2026-08-14T18:41:28.338Z | Compiling progenitor-extras v0.2.0 |
| 2453 | 2026-08-14T18:41:28.674Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2454 | 2026-08-14T18:41:28.691Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2455 | 2026-08-14T18:41:28.759Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2456 | 2026-08-14T18:41:28.811Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2457 | 2026-08-14T18:41:28.854Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2458 | 2026-08-14T18:41:28.878Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2459 | 2026-08-14T18:41:28.986Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2460 | 2026-08-14T18:41:29.102Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2461 | 2026-08-14T18:41:29.465Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2462 | 2026-08-14T18:41:33.201Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2463 | 2026-08-14T18:41:41.362Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2464 | 2026-08-14T18:41:44.608Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2465 | 2026-08-14T18:41:45.689Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2466 | 2026-08-14T18:41:55.186Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2467 | 2026-08-14T18:41:55.338Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2468 | 2026-08-14T18:41:55.399Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2469 | 2026-08-14T18:41:55.403Z | Created new build target 'test' and set it as active |
| 2470 | 2026-08-14T18:41:55.403Z | |
| 2471 | 2026-08-14T18:41:55.403Z | real 1:44.724158261 |
| 2472 | 2026-08-14T18:41:55.403Z | user 17:20.825143894 |
| 2473 | 2026-08-14T18:41:55.403Z | sys 2:45.569207762 |
| 2474 | 2026-08-14T18:41:55.403Z | trap 0.497308066 |
| 2475 | 2026-08-14T18:41:55.403Z | tflt 2.241212868 |
| 2476 | 2026-08-14T18:41:55.403Z | dflt 5.072061839 |
| 2477 | 2026-08-14T18:41:55.403Z | kflt 0.000755650 |
| 2478 | 2026-08-14T18:41:55.403Z | lock 56:41.636438762 |
| 2479 | 2026-08-14T18:41:55.403Z | slp 44:12.316899615 |
| 2480 | 2026-08-14T18:41:55.403Z | lat 50.180543195 |
| 2481 | 2026-08-14T18:41:55.403Z | stop 6:12.035892328 |
| 2482 | 2026-08-14T18:41:55.407Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2483 | 2026-08-14T18:41:56.284Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2484 | 2026-08-14T18:41:56.351Z | Running `target/release/omicron-package -t test package` |
| 2485 | 2026-08-14T18:41:56.429Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2486 | 2026-08-14T18:41:57.831Z | Compiling heck v0.5.0 |
| 2487 | 2026-08-14T18:41:57.831Z | Compiling regress v0.11.1 |
| 2488 | 2026-08-14T18:41:58.048Z | Compiling unsafe-libyaml v0.2.11 |
| 2489 | 2026-08-14T18:41:58.091Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2490 | 2026-08-14T18:41:58.120Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2491 | 2026-08-14T18:41:58.140Z | Compiling derive-where v1.6.0 |
| 2492 | 2026-08-14T18:41:58.143Z | Compiling bytecount v0.6.9 |
| 2493 | 2026-08-14T18:41:58.181Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2494 | 2026-08-14T18:41:58.181Z | Compiling atomicwrites v0.4.4 |
| 2495 | 2026-08-14T18:41:58.184Z | Compiling is-terminal v0.4.17 |
| 2496 | 2026-08-14T18:41:58.184Z | Compiling prettyplease v0.2.37 |
| 2497 | 2026-08-14T18:41:58.184Z | Compiling console v0.15.11 |
| 2498 | 2026-08-14T18:41:58.184Z | Compiling newline-converter v0.3.0 |
| 2499 | 2026-08-14T18:41:58.199Z | Compiling slog-dtrace v0.3.0 |
| 2500 | 2026-08-14T18:41:58.261Z | Compiling resolv-conf v0.7.6 |
| 2501 | 2026-08-14T18:41:58.347Z | Compiling num-rational v0.4.2 |
| 2502 | 2026-08-14T18:41:58.347Z | Compiling num-complex v0.4.6 |
| 2503 | 2026-08-14T18:41:58.390Z | Compiling thread_local v1.1.9 |
| 2504 | 2026-08-14T18:41:58.393Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2505 | 2026-08-14T18:41:58.431Z | Compiling match_cfg v0.1.0 |
| 2506 | 2026-08-14T18:41:58.506Z | Compiling unicode-width v0.1.14 |
| 2507 | 2026-08-14T18:41:58.545Z | Compiling cancel-safe-futures v0.1.5 |
| 2508 | 2026-08-14T18:41:58.645Z | Compiling serde_yaml v0.9.34+deprecated |
| 2509 | 2026-08-14T18:41:58.729Z | Compiling expectorate v1.2.0 |
| 2510 | 2026-08-14T18:41:58.781Z | Compiling compression-core v0.4.31 |
| 2511 | 2026-08-14T18:41:58.857Z | Compiling num v0.4.3 |
| 2512 | 2026-08-14T18:41:58.883Z | Compiling hostname v0.3.1 |
| 2513 | 2026-08-14T18:41:58.903Z | Compiling multer v3.1.0 |
| 2514 | 2026-08-14T18:41:58.922Z | Compiling compression-codecs v0.4.37 |
| 2515 | 2026-08-14T18:41:58.959Z | Compiling slog-async v2.8.0 |
| 2516 | 2026-08-14T18:41:58.963Z | Compiling crossbeam-channel v0.5.15 |
| 2517 | 2026-08-14T18:41:59.001Z | Compiling slog-json v2.6.1 |
| 2518 | 2026-08-14T18:41:59.001Z | Compiling serde_spanned v1.1.1 |
| 2519 | 2026-08-14T18:41:59.048Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2520 | 2026-08-14T18:41:59.067Z | Compiling linked-hash-map v0.5.6 |
| 2521 | 2026-08-14T18:41:59.195Z | Compiling float-ord v0.3.2 |
| 2522 | 2026-08-14T18:41:59.217Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2523 | 2026-08-14T18:41:59.240Z | Compiling take_mut v0.2.2 |
| 2524 | 2026-08-14T18:41:59.244Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2525 | 2026-08-14T18:41:59.300Z | Compiling term v1.2.1 |
| 2526 | 2026-08-14T18:41:59.342Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2527 | 2026-08-14T18:41:59.366Z | Compiling oxide-update-engine-types v0.1.2 |
| 2528 | 2026-08-14T18:41:59.388Z | Compiling lru-cache v0.1.2 |
| 2529 | 2026-08-14T18:41:59.389Z | Compiling slog-bunyan v2.5.0 |
| 2530 | 2026-08-14T18:41:59.392Z | Compiling async-compression v0.4.41 |
| 2531 | 2026-08-14T18:41:59.470Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2532 | 2026-08-14T18:41:59.563Z | Compiling typify-impl v0.6.2 |
| 2533 | 2026-08-14T18:41:59.583Z | Compiling slog-term v2.9.2 |
| 2534 | 2026-08-14T18:41:59.830Z | Compiling async-stream v0.3.6 |
| 2535 | 2026-08-14T18:41:59.913Z | Compiling dropshot v0.17.1 |
| 2536 | 2026-08-14T18:41:59.933Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2537 | 2026-08-14T18:41:59.981Z | Compiling sha1 v0.11.0 |
| 2538 | 2026-08-14T18:42:00.002Z | Compiling progenitor-client v0.14.0 |
| 2539 | 2026-08-14T18:42:00.027Z | Compiling waitgroup v0.1.2 |
| 2540 | 2026-08-14T18:42:00.065Z | Compiling rustls-pemfile v2.2.0 |
| 2541 | 2026-08-14T18:42:00.089Z | Compiling backon v1.6.0 |
| 2542 | 2026-08-14T18:42:00.111Z | Compiling hostname v0.4.2 |
| 2543 | 2026-08-14T18:42:00.184Z | Compiling serde_path_to_error v0.1.20 |
| 2544 | 2026-08-14T18:42:00.265Z | Compiling instant v0.1.13 |
| 2545 | 2026-08-14T18:42:00.291Z | Compiling minimal-lexical v0.2.1 |
| 2546 | 2026-08-14T18:42:00.294Z | Compiling debug-ignore v1.0.5 |
| 2547 | 2026-08-14T18:42:00.334Z | Compiling linear-map v1.2.0 |
| 2548 | 2026-08-14T18:42:00.357Z | Compiling progenitor-extras v0.2.0 |
| 2549 | 2026-08-14T18:42:00.412Z | Compiling backoff v0.4.0 |
| 2550 | 2026-08-14T18:42:00.454Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2551 | 2026-08-14T18:42:00.590Z | Compiling nom v7.1.3 |
| 2552 | 2026-08-14T18:42:00.609Z | Compiling oxide-update-engine v0.1.2 |
| 2553 | 2026-08-14T18:42:00.630Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2554 | 2026-08-14T18:42:00.652Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2555 | 2026-08-14T18:42:00.677Z | Compiling parse-display v0.10.0 |
| 2556 | 2026-08-14T18:42:00.738Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2557 | 2026-08-14T18:42:00.843Z | Compiling hickory-proto v0.24.4 |
| 2558 | 2026-08-14T18:42:01.261Z | Compiling regress v0.10.5 |
| 2559 | 2026-08-14T18:42:01.397Z | Compiling itertools v0.14.0 |
| 2560 | 2026-08-14T18:42:01.897Z | Compiling macaddr v1.0.1 |
| 2561 | 2026-08-14T18:42:01.942Z | Compiling unicode-xid v0.2.6 |
| 2562 | 2026-08-14T18:42:01.990Z | Compiling humantime v2.3.0 |
| 2563 | 2026-08-14T18:42:02.170Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2564 | 2026-08-14T18:42:02.267Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2565 | 2026-08-14T18:42:02.355Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2566 | 2026-08-14T18:42:02.423Z | Compiling convert_case v0.10.0 |
| 2567 | 2026-08-14T18:42:02.603Z | Compiling owo-colors v4.3.0 |
| 2568 | 2026-08-14T18:42:02.626Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2569 | 2026-08-14T18:42:02.695Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2570 | 2026-08-14T18:42:02.726Z | Compiling derive_more-impl v2.1.1 |
| 2571 | 2026-08-14T18:42:02.784Z | Compiling toml v0.8.23 |
| 2572 | 2026-08-14T18:42:03.044Z | Compiling typify-macro v0.6.2 |
| 2573 | 2026-08-14T18:42:03.251Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2574 | 2026-08-14T18:42:03.339Z | Compiling hickory-resolver v0.24.4 |
| 2575 | 2026-08-14T18:42:03.368Z | Compiling papergrid v0.11.0 |
| 2576 | 2026-08-14T18:42:03.417Z | Compiling tabled_derive v0.7.0 |
| 2577 | 2026-08-14T18:42:03.515Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2578 | 2026-08-14T18:42:03.934Z | Compiling derive_more v2.1.1 |
| 2579 | 2026-08-14T18:42:04.044Z | Compiling termtree v0.5.1 |
| 2580 | 2026-08-14T18:42:04.190Z | Compiling crossterm v0.29.0 |
| 2581 | 2026-08-14T18:42:04.249Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2582 | 2026-08-14T18:42:04.357Z | Compiling tabled v0.15.0 |
| 2583 | 2026-08-14T18:42:04.549Z | Compiling qorb v0.4.1 |
| 2584 | 2026-08-14T18:42:04.583Z | Compiling typify v0.6.2 |
| 2585 | 2026-08-14T18:42:04.871Z | Compiling progenitor-impl v0.14.0 |
| 2586 | 2026-08-14T18:42:05.660Z | Compiling phf_shared v0.12.1 |
| 2587 | 2026-08-14T18:42:05.918Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2588 | 2026-08-14T18:42:06.485Z | Compiling csv-core v0.1.13 |
| 2589 | 2026-08-14T18:42:06.909Z | Compiling vte v0.14.1 |
| 2590 | 2026-08-14T18:42:07.052Z | Compiling progenitor-macro v0.14.0 |
| 2591 | 2026-08-14T18:42:07.160Z | Compiling chrono-tz v0.10.4 |
| 2592 | 2026-08-14T18:42:07.370Z | Compiling highway v1.3.0 |
| 2593 | 2026-08-14T18:42:08.087Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2594 | 2026-08-14T18:42:08.143Z | Compiling strip-ansi-escapes v0.2.1 |
| 2595 | 2026-08-14T18:42:08.500Z | Compiling csv v1.4.0 |
| 2596 | 2026-08-14T18:42:08.602Z | Compiling phf v0.12.1 |
| 2597 | 2026-08-14T18:42:08.702Z | Compiling const_format_proc_macros v0.2.34 |
| 2598 | 2026-08-14T18:42:08.802Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2599 | 2026-08-14T18:42:08.824Z | Compiling fd-lock v4.0.4 |
| 2600 | 2026-08-14T18:42:09.038Z | Compiling peg-macros v0.8.5 |
| 2601 | 2026-08-14T18:42:09.287Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2602 | 2026-08-14T18:42:09.345Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2603 | 2026-08-14T18:42:09.656Z | Compiling nu-ansi-term v0.50.3 |
| 2604 | 2026-08-14T18:42:09.844Z | Compiling const_format v0.2.35 |
| 2605 | 2026-08-14T18:42:10.201Z | Compiling reedline v0.40.0 |
| 2606 | 2026-08-14T18:42:10.279Z | Compiling peg v0.8.5 |
| 2607 | 2026-08-14T18:42:10.372Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2608 | 2026-08-14T18:42:10.434Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2609 | 2026-08-14T18:42:10.758Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2610 | 2026-08-14T18:42:11.223Z | Compiling progenitor v0.14.0 |
| 2611 | 2026-08-14T18:42:11.418Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2612 | 2026-08-14T18:42:11.633Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2613 | 2026-08-14T18:42:11.801Z | Compiling bcs v0.1.6 |
| 2614 | 2026-08-14T18:42:12.269Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2615 | 2026-08-14T18:42:12.419Z | Compiling nom v8.0.0 |
| 2616 | 2026-08-14T18:42:12.575Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2617 | 2026-08-14T18:42:13.160Z | Compiling semver v0.1.20 |
| 2618 | 2026-08-14T18:42:13.466Z | Compiling rustc_version v0.1.7 |
| 2619 | 2026-08-14T18:42:13.654Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2620 | 2026-08-14T18:42:13.714Z | Compiling newtype_derive v0.1.6 |
| 2621 | 2026-08-14T18:42:13.939Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2622 | 2026-08-14T18:42:13.967Z | Compiling smawk v0.3.2 |
| 2623 | 2026-08-14T18:42:14.149Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2624 | 2026-08-14T18:42:14.171Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2625 | 2026-08-14T18:42:14.218Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2626 | 2026-08-14T18:42:14.271Z | Compiling unicode-linebreak v0.1.5 |
| 2627 | 2026-08-14T18:42:14.573Z | Compiling textwrap v0.16.2 |
| 2628 | 2026-08-14T18:42:14.616Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2629 | 2026-08-14T18:42:14.773Z | Compiling steno v0.4.1 |
| 2630 | 2026-08-14T18:42:15.093Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2631 | 2026-08-14T18:42:16.114Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2632 | 2026-08-14T18:42:16.383Z | Compiling sha1 v0.10.6 |
| 2633 | 2026-08-14T18:42:16.712Z | Compiling utf-8 v0.7.6 |
| 2634 | 2026-08-14T18:42:16.849Z | Compiling tagptr v0.2.0 |
| 2635 | 2026-08-14T18:42:16.921Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2636 | 2026-08-14T18:42:16.953Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2637 | 2026-08-14T18:42:17.049Z | Compiling moka v0.12.13 |
| 2638 | 2026-08-14T18:42:17.124Z | Compiling tungstenite v0.21.0 |
| 2639 | 2026-08-14T18:42:17.224Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2640 | 2026-08-14T18:42:17.377Z | Compiling darling_core v0.21.3 |
| 2641 | 2026-08-14T18:42:18.351Z | Compiling hickory-resolver v0.25.2 |
| 2642 | 2026-08-14T18:42:19.175Z | Compiling tokio-tungstenite v0.21.0 |
| 2643 | 2026-08-14T18:42:19.522Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2644 | 2026-08-14T18:42:19.561Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2645 | 2026-08-14T18:42:19.650Z | Compiling darling_macro v0.21.3 |
| 2646 | 2026-08-14T18:42:19.792Z | Compiling display-error-chain v0.2.2 |
| 2647 | 2026-08-14T18:42:19.842Z | Compiling libscf-sys v1.2.0 |
| 2648 | 2026-08-14T18:42:19.968Z | Compiling vergen-lib v0.1.6 |
| 2649 | 2026-08-14T18:42:20.013Z | Compiling diesel_derives v2.3.7 |
| 2650 | 2026-08-14T18:42:20.165Z | Compiling darling v0.21.3 |
| 2651 | 2026-08-14T18:42:20.295Z | Compiling dsl_auto_type v0.2.0 |
| 2652 | 2026-08-14T18:42:20.317Z | Compiling scheduled-thread-pool v0.2.7 |
| 2653 | 2026-08-14T18:42:20.347Z | Compiling vergen-gitcl v1.0.8 |
| 2654 | 2026-08-14T18:42:20.370Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2655 | 2026-08-14T18:42:20.421Z | Compiling dirs-sys-next v0.1.2 |
| 2656 | 2026-08-14T18:42:20.502Z | Compiling maplit v1.0.2 |
| 2657 | 2026-08-14T18:42:20.585Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2658 | 2026-08-14T18:42:20.619Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2659 | 2026-08-14T18:42:20.641Z | Compiling crunchy v0.2.4 |
| 2660 | 2026-08-14T18:42:20.697Z | Compiling glob v0.3.3 |
| 2661 | 2026-08-14T18:42:20.802Z | Compiling dirs-next v2.0.0 |
| 2662 | 2026-08-14T18:42:20.906Z | Compiling r2d2 v0.8.10 |
| 2663 | 2026-08-14T18:42:20.983Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2664 | 2026-08-14T18:42:21.065Z | Compiling clang-sys v1.8.1 |
| 2665 | 2026-08-14T18:42:21.201Z | Compiling papergrid v0.18.0 |
| 2666 | 2026-08-14T18:42:21.286Z | Compiling tiny-keccak v2.0.2 |
| 2667 | 2026-08-14T18:42:21.467Z | Compiling downcast-rs v2.0.2 |
| 2668 | 2026-08-14T18:42:21.666Z | Compiling term v0.7.0 |
| 2669 | 2026-08-14T18:42:21.741Z | Compiling itertools v0.15.0 |
| 2670 | 2026-08-14T18:42:22.079Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2671 | 2026-08-14T18:42:22.162Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2672 | 2026-08-14T18:42:22.925Z | Compiling tabled v0.21.0 |
| 2673 | 2026-08-14T18:42:23.074Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2674 | 2026-08-14T18:42:23.316Z | Compiling bit-vec v0.6.3 |
| 2675 | 2026-08-14T18:42:23.395Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2676 | 2026-08-14T18:42:23.439Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2677 | 2026-08-14T18:42:23.570Z | Compiling bit-set v0.5.3 |
| 2678 | 2026-08-14T18:42:23.615Z | Compiling ascii-canvas v3.0.0 |
| 2679 | 2026-08-14T18:42:23.874Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2680 | 2026-08-14T18:42:23.988Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2681 | 2026-08-14T18:42:24.011Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2682 | 2026-08-14T18:42:24.233Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2683 | 2026-08-14T18:42:24.477Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2684 | 2026-08-14T18:42:24.483Z | Compiling itertools v0.10.5 |
| 2685 | 2026-08-14T18:42:24.483Z | Compiling ena v0.14.4 |
| 2686 | 2026-08-14T18:42:24.712Z | Compiling libloading v0.8.9 |
| 2687 | 2026-08-14T18:42:24.918Z | Compiling diff v0.1.13 |
| 2688 | 2026-08-14T18:42:24.948Z | Compiling regex-syntax v0.6.29 |
| 2689 | 2026-08-14T18:42:25.189Z | Compiling xshell-macros v0.2.7 |
| 2690 | 2026-08-14T18:42:25.268Z | Compiling bindgen v0.71.1 |
| 2691 | 2026-08-14T18:42:25.444Z | Compiling diesel v2.3.7 |
| 2692 | 2026-08-14T18:42:25.560Z | Compiling unicase v2.9.0 |
| 2693 | 2026-08-14T18:42:25.620Z | Compiling xshell v0.2.7 |
| 2694 | 2026-08-14T18:42:26.006Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2695 | 2026-08-14T18:42:26.750Z | Compiling lalrpop v0.19.12 |
| 2696 | 2026-08-14T18:42:26.898Z | Compiling cexpr v0.6.0 |
| 2697 | 2026-08-14T18:42:26.925Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2698 | 2026-08-14T18:42:26.981Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2699 | 2026-08-14T18:42:27.146Z | Compiling rustc-hash v2.1.1 |
| 2700 | 2026-08-14T18:42:27.320Z | Compiling crc8 v0.1.1 |
| 2701 | 2026-08-14T18:42:27.459Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2702 | 2026-08-14T18:42:27.613Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2703 | 2026-08-14T18:42:27.818Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2704 | 2026-08-14T18:42:28.115Z | Compiling headers-core v0.3.0 |
| 2705 | 2026-08-14T18:42:28.275Z | Compiling libxml v0.3.3 |
| 2706 | 2026-08-14T18:42:28.353Z | Compiling headers v0.4.1 |
| 2707 | 2026-08-14T18:42:28.572Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2708 | 2026-08-14T18:42:28.606Z | Compiling strum_macros v0.24.3 |
| 2709 | 2026-08-14T18:42:28.669Z | Compiling indoc v1.0.9 |
| 2710 | 2026-08-14T18:42:28.881Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2711 | 2026-08-14T18:42:29.108Z | Compiling derive_builder v0.20.2 |
| 2712 | 2026-08-14T18:42:29.137Z | Compiling oso-derive v0.27.3 |
| 2713 | 2026-08-14T18:42:29.286Z | Compiling quick-xml v0.37.5 |
| 2714 | 2026-08-14T18:42:29.644Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2715 | 2026-08-14T18:42:29.816Z | Compiling openssl-probe v0.1.6 |
| 2716 | 2026-08-14T18:42:29.994Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2717 | 2026-08-14T18:42:30.120Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2718 | 2026-08-14T18:42:30.185Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2719 | 2026-08-14T18:42:30.188Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2720 | 2026-08-14T18:42:30.418Z | Compiling bb8 v0.8.6 |
| 2721 | 2026-08-14T18:42:30.663Z | Compiling trait-variant v0.1.2 |
| 2722 | 2026-08-14T18:42:30.734Z | Compiling half v1.8.3 |
| 2723 | 2026-08-14T18:42:30.882Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2724 | 2026-08-14T18:42:30.889Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2725 | 2026-08-14T18:42:30.943Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2726 | 2026-08-14T18:42:31.126Z | Compiling serde_cbor v0.11.2 |
| 2727 | 2026-08-14T18:42:31.208Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2728 | 2026-08-14T18:42:31.235Z | Compiling progenitor-impl v0.13.0 |
| 2729 | 2026-08-14T18:42:31.968Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2730 | 2026-08-14T18:42:32.026Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2731 | 2026-08-14T18:42:32.056Z | Compiling nonempty v0.12.0 |
| 2732 | 2026-08-14T18:42:32.116Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2733 | 2026-08-14T18:42:32.168Z | Compiling samael v0.0.19 |
| 2734 | 2026-08-14T18:42:32.322Z | Compiling progenitor-client v0.13.0 |
| 2735 | 2026-08-14T18:42:32.832Z | Compiling fxhash v0.2.1 |
| 2736 | 2026-08-14T18:42:33.035Z | Compiling libz-sys v1.1.24 |
| 2737 | 2026-08-14T18:42:33.099Z | Compiling salty v0.3.0 |
| 2738 | 2026-08-14T18:42:33.353Z | Compiling progenitor-macro v0.13.0 |
| 2739 | 2026-08-14T18:42:33.439Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2740 | 2026-08-14T18:42:33.581Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2741 | 2026-08-14T18:42:33.707Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2742 | 2026-08-14T18:42:33.822Z | Compiling kstat-rs v0.2.5 |
| 2743 | 2026-08-14T18:42:34.174Z | Compiling polar-core v0.27.3 |
| 2744 | 2026-08-14T18:42:34.514Z | Compiling mime_guess v2.0.5 |
| 2745 | 2026-08-14T18:42:35.101Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2746 | 2026-08-14T18:42:35.839Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2747 | 2026-08-14T18:42:36.823Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2748 | 2026-08-14T18:42:37.032Z | Compiling rfc6979 v0.4.0 |
| 2749 | 2026-08-14T18:42:37.225Z | Compiling nanorand v0.7.0 |
| 2750 | 2026-08-14T18:42:37.248Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2751 | 2026-08-14T18:42:37.366Z | Compiling parking_lot_core v0.8.6 |
| 2752 | 2026-08-14T18:42:37.499Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2753 | 2026-08-14T18:42:37.614Z | Compiling progenitor v0.13.0 |
| 2754 | 2026-08-14T18:42:37.694Z | Compiling flume v0.11.1 |
| 2755 | 2026-08-14T18:42:37.771Z | Compiling ecdsa v0.16.9 |
| 2756 | 2026-08-14T18:42:37.823Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2757 | 2026-08-14T18:42:38.280Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2758 | 2026-08-14T18:42:38.416Z | Compiling primeorder v0.13.6 |
| 2759 | 2026-08-14T18:42:38.733Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2760 | 2026-08-14T18:42:38.800Z | Compiling git-stub v1.0.0 |
| 2761 | 2026-08-14T18:42:39.077Z | Compiling instability v0.3.11 |
| 2762 | 2026-08-14T18:42:39.307Z | Compiling strsim v0.10.0 |
| 2763 | 2026-08-14T18:42:39.457Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2764 | 2026-08-14T18:42:39.626Z | Compiling http-range v0.1.5 |
| 2765 | 2026-08-14T18:42:39.727Z | Compiling darling_core v0.13.4 |
| 2766 | 2026-08-14T18:42:39.989Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2767 | 2026-08-14T18:42:41.248Z | Compiling git-stub-vcs v0.1.0 |
| 2768 | 2026-08-14T18:42:41.395Z | Compiling p384 v0.13.1 |
| 2769 | 2026-08-14T18:42:42.042Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2770 | 2026-08-14T18:42:42.203Z | Compiling ignore v0.4.25 |
| 2771 | 2026-08-14T18:42:42.406Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2772 | 2026-08-14T18:42:42.674Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2773 | 2026-08-14T18:42:44.164Z | Compiling oso v0.27.3 |
| 2774 | 2026-08-14T18:42:45.453Z | Compiling diesel-dtrace v0.5.0 |
| 2775 | 2026-08-14T18:42:45.791Z | Compiling async-bb8-diesel v0.2.1 |
| 2776 | 2026-08-14T18:42:46.196Z | Compiling castaway v0.2.4 |
| 2777 | 2026-08-14T18:42:46.250Z | Compiling vergen-git2 v9.1.0 |
| 2778 | 2026-08-14T18:42:46.365Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2779 | 2026-08-14T18:42:46.389Z | Compiling indoc v2.0.7 |
| 2780 | 2026-08-14T18:42:46.505Z | Compiling compact_str v0.8.1 |
| 2781 | 2026-08-14T18:42:46.667Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2782 | 2026-08-14T18:42:47.087Z | Compiling globwalk v0.9.1 |
| 2783 | 2026-08-14T18:42:47.456Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2784 | 2026-08-14T18:42:47.548Z | Compiling hyper-staticfile v0.10.1 |
| 2785 | 2026-08-14T18:42:47.603Z | Compiling parking_lot v0.11.2 |
| 2786 | 2026-08-14T18:42:47.757Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2787 | 2026-08-14T18:42:47.935Z | Compiling darling_macro v0.13.4 |
| 2788 | 2026-08-14T18:42:48.249Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2789 | 2026-08-14T18:42:48.439Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2790 | 2026-08-14T18:42:48.693Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2791 | 2026-08-14T18:42:48.787Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-08-14T18:42:48.990Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2793 | 2026-08-14T18:42:49.082Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2794 | 2026-08-14T18:42:49.512Z | Compiling predicates-tree v1.0.13 |
| 2795 | 2026-08-14T18:42:49.931Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2796 | 2026-08-14T18:42:50.422Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2797 | 2026-08-14T18:42:50.724Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2798 | 2026-08-14T18:42:50.831Z | Compiling unicode-truncate v1.1.0 |
| 2799 | 2026-08-14T18:42:50.871Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2800 | 2026-08-14T18:42:51.047Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2801 | 2026-08-14T18:42:51.098Z | Compiling lru v0.12.5 |
| 2802 | 2026-08-14T18:42:51.233Z | Compiling digest-io v0.1.0 |
| 2803 | 2026-08-14T18:42:51.333Z | Compiling sha2 v0.11.0 |
| 2804 | 2026-08-14T18:42:51.411Z | Compiling prefix-trie v0.7.0 |
| 2805 | 2026-08-14T18:42:51.907Z | Compiling rand_seeder v0.4.0 |
| 2806 | 2026-08-14T18:42:52.108Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2807 | 2026-08-14T18:42:52.168Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2808 | 2026-08-14T18:42:52.416Z | Compiling corncobs v0.1.4 |
| 2809 | 2026-08-14T18:42:52.581Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2810 | 2026-08-14T18:42:52.669Z | Compiling rawzip v0.4.4 |
| 2811 | 2026-08-14T18:42:52.706Z | Compiling cassowary v0.3.0 |
| 2812 | 2026-08-14T18:42:52.908Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2813 | 2026-08-14T18:42:53.160Z | Compiling ratatui v0.29.0 |
| 2814 | 2026-08-14T18:42:53.746Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2815 | 2026-08-14T18:42:54.322Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2816 | 2026-08-14T18:42:54.474Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2817 | 2026-08-14T18:42:54.691Z | Compiling hickory-server v0.25.2 |
| 2818 | 2026-08-14T18:42:55.006Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2819 | 2026-08-14T18:42:55.176Z | Compiling camino-tempfile-ext v0.3.3 |
| 2820 | 2026-08-14T18:42:55.758Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2821 | 2026-08-14T18:42:57.167Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2822 | 2026-08-14T18:42:57.860Z | Compiling darling v0.13.4 |
| 2823 | 2026-08-14T18:42:58.063Z | Compiling sled v0.34.7 |
| 2824 | 2026-08-14T18:42:58.387Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2825 | 2026-08-14T18:42:59.509Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2826 | 2026-08-14T18:42:59.699Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2827 | 2026-08-14T18:43:00.323Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2828 | 2026-08-14T18:43:00.381Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2829 | 2026-08-14T18:43:00.432Z | Compiling secrecy v0.8.0 |
| 2830 | 2026-08-14T18:43:00.543Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2831 | 2026-08-14T18:43:00.823Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2832 | 2026-08-14T18:43:00.914Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2833 | 2026-08-14T18:43:01.543Z | Compiling serde_with_macros v1.5.2 |
| 2834 | 2026-08-14T18:43:02.051Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2835 | 2026-08-14T18:43:02.353Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2836 | 2026-08-14T18:43:02.929Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2837 | 2026-08-14T18:43:03.225Z | Compiling git2 v0.20.4 |
| 2838 | 2026-08-14T18:43:03.589Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2839 | 2026-08-14T18:43:03.813Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2840 | 2026-08-14T18:43:04.051Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2841 | 2026-08-14T18:43:04.280Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2842 | 2026-08-14T18:43:04.421Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2843 | 2026-08-14T18:43:04.443Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2844 | 2026-08-14T18:43:04.548Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2845 | 2026-08-14T18:43:04.655Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2846 | 2026-08-14T18:43:04.870Z | Compiling arc-swap v1.8.2 |
| 2847 | 2026-08-14T18:43:04.905Z | Compiling void v1.0.2 |
| 2848 | 2026-08-14T18:43:05.063Z | Compiling lzss v0.8.2 |
| 2849 | 2026-08-14T18:43:05.264Z | Compiling slog-scope v4.4.1 |
| 2850 | 2026-08-14T18:43:05.704Z | Compiling illumos-nvpair v0.3.0 |
| 2851 | 2026-08-14T18:43:05.728Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2852 | 2026-08-14T18:43:06.040Z | Compiling serde_with v1.14.0 |
| 2853 | 2026-08-14T18:43:06.219Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2854 | 2026-08-14T18:43:06.393Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2855 | 2026-08-14T18:43:06.415Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2856 | 2026-08-14T18:43:07.234Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2857 | 2026-08-14T18:43:07.387Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2858 | 2026-08-14T18:43:08.097Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2859 | 2026-08-14T18:43:08.916Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2860 | 2026-08-14T18:43:09.007Z | Compiling scuffle v0.1.0 |
| 2861 | 2026-08-14T18:43:11.086Z | Compiling tungstenite v0.23.0 |
| 2862 | 2026-08-14T18:43:11.911Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2863 | 2026-08-14T18:43:11.972Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2864 | 2026-08-14T18:43:13.225Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2865 | 2026-08-14T18:43:13.361Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2866 | 2026-08-14T18:43:13.451Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2867 | 2026-08-14T18:43:13.582Z | Compiling nix v0.27.1 |
| 2868 | 2026-08-14T18:43:13.729Z | Compiling twox-hash v2.1.2 |
| 2869 | 2026-08-14T18:43:13.755Z | Compiling libsw-core v0.3.2 |
| 2870 | 2026-08-14T18:43:13.866Z | Compiling atty v0.2.14 |
| 2871 | 2026-08-14T18:43:13.972Z | Compiling serde_bytes v0.11.19 |
| 2872 | 2026-08-14T18:43:13.995Z | Compiling libsw v3.5.0 |
| 2873 | 2026-08-14T18:43:14.080Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2874 | 2026-08-14T18:43:14.165Z | Compiling tokio-tungstenite v0.23.1 |
| 2875 | 2026-08-14T18:43:14.230Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2876 | 2026-08-14T18:43:14.253Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2877 | 2026-08-14T18:43:14.274Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2878 | 2026-08-14T18:43:14.541Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2879 | 2026-08-14T18:43:14.747Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2880 | 2026-08-14T18:43:15.915Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2881 | 2026-08-14T18:43:17.290Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2882 | 2026-08-14T18:43:17.856Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2883 | 2026-08-14T18:43:18.022Z | Compiling slog-stdlog v4.1.1 |
| 2884 | 2026-08-14T18:43:18.326Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2885 | 2026-08-14T18:43:18.420Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2886 | 2026-08-14T18:43:18.499Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2887 | 2026-08-14T18:43:18.630Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2888 | 2026-08-14T18:43:18.898Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2889 | 2026-08-14T18:43:19.050Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2890 | 2026-08-14T18:43:19.936Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2891 | 2026-08-14T18:43:20.757Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2892 | 2026-08-14T18:43:21.018Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2893 | 2026-08-14T18:43:21.384Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2894 | 2026-08-14T18:43:23.573Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2895 | 2026-08-14T18:43:25.364Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2896 | 2026-08-14T18:43:25.732Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2897 | 2026-08-14T18:43:26.661Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2898 | 2026-08-14T18:43:26.718Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2899 | 2026-08-14T18:43:27.678Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2900 | 2026-08-14T18:43:27.902Z | Compiling fatfs v0.3.6 |
| 2901 | 2026-08-14T18:43:27.979Z | Compiling signal-hook-tokio v0.3.1 |
| 2902 | 2026-08-14T18:43:28.174Z | Compiling yasna v0.5.2 |
| 2903 | 2026-08-14T18:43:28.553Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2904 | 2026-08-14T18:43:29.155Z | Compiling assert_matches v1.5.0 |
| 2905 | 2026-08-14T18:43:29.272Z | Compiling seq-macro v0.3.6 |
| 2906 | 2026-08-14T18:43:29.297Z | Compiling is_ci v1.2.0 |
| 2907 | 2026-08-14T18:43:29.469Z | Compiling supports-color v3.0.2 |
| 2908 | 2026-08-14T18:43:29.520Z | Compiling rcgen v0.12.1 |
| 2909 | 2026-08-14T18:43:29.747Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2910 | 2026-08-14T18:43:29.813Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2911 | 2026-08-14T18:43:30.083Z | Compiling slog-envlogger v2.2.0 |
| 2912 | 2026-08-14T18:43:31.207Z | Compiling oxide-update-engine-display v0.1.2 |
| 2913 | 2026-08-14T18:43:32.125Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2914 | 2026-08-14T18:43:32.277Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2915 | 2026-08-14T18:43:33.238Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2916 | 2026-08-14T18:43:33.464Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2917 | 2026-08-14T18:43:33.713Z | Compiling port-file v0.1.0 |
| 2918 | 2026-08-14T18:43:33.779Z | Compiling rtoolbox v0.0.3 |
| 2919 | 2026-08-14T18:43:33.879Z | Compiling subprocess v0.2.15 |
| 2920 | 2026-08-14T18:43:34.055Z | Compiling rpassword v7.5.4 |
| 2921 | 2026-08-14T18:43:34.179Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2922 | 2026-08-14T18:43:34.706Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2923 | 2026-08-14T18:43:35.906Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2924 | 2026-08-14T18:43:36.045Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2925 | 2026-08-14T18:43:36.084Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2926 | 2026-08-14T18:43:38.300Z | Compiling tui-tree-widget v0.23.1 |
| 2927 | 2026-08-14T18:43:38.424Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2928 | 2026-08-14T18:43:38.615Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2929 | 2026-08-14T18:43:39.976Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2930 | 2026-08-14T18:43:40.010Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2931 | 2026-08-14T18:43:40.117Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2932 | 2026-08-14T18:43:40.345Z | Compiling uzers v0.12.2 |
| 2933 | 2026-08-14T18:43:41.776Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2934 | 2026-08-14T18:43:42.408Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2935 | 2026-08-14T18:43:43.465Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2936 | 2026-08-14T18:43:44.020Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2937 | 2026-08-14T18:43:44.506Z | Compiling support-bundle-viewer v0.1.2 |
| 2938 | 2026-08-14T18:43:44.943Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2939 | 2026-08-14T18:43:46.349Z | Compiling multimap v0.10.1 |
| 2940 | 2026-08-14T18:43:54.299Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2941 | 2026-08-14T18:43:56.726Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2942 | 2026-08-14T18:44:03.139Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2943 | 2026-08-14T18:44:06.791Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2944 | 2026-08-14T18:44:08.171Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2945 | 2026-08-14T18:55:59.043Z | Finished `release` profile [optimized] target(s) in 14m 02s |
| 2946 | 2026-08-14T18:56:50.429Z | |
| 2947 | 2026-08-14T18:56:50.429Z | real 14:54.993686537 |
| 2948 | 2026-08-14T18:56:50.429Z | user 1:24:45.343129181 |
| 2949 | 2026-08-14T18:56:50.429Z | sys 3:44.384926726 |
| 2950 | 2026-08-14T18:56:50.433Z | trap 1.835982411 |
| 2951 | 2026-08-14T18:56:50.433Z | tflt 1.880129410 |
| 2952 | 2026-08-14T18:56:50.433Z | dflt 18.856291080 |
| 2953 | 2026-08-14T18:56:50.433Z | kflt 0.005130602 |
| 2954 | 2026-08-14T18:56:50.433Z | lock 10:48:37.406216200 |
| 2955 | 2026-08-14T18:56:50.433Z | slp 2:34:27.746786858 |
| 2956 | 2026-08-14T18:56:50.433Z | lat 2:48.293747138 |
| 2957 | 2026-08-14T18:56:50.433Z | stop 5:30.477577416 |
| 2958 | 2026-08-14T18:56:50.433Z | + mapfile -t packages |
| 2959 | 2026-08-14T18:56:50.433Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2960 | 2026-08-14T18:56:51.383Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2961 | 2026-08-14T18:56:51.452Z | Running `target/release/omicron-package -t test list-outputs` |
| 2962 | 2026-08-14T18:56:51.511Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2963 | 2026-08-14T18:56:51.515Z | + ptime -m cargo build --locked --release -p xtask |
| 2964 | 2026-08-14T18:56:52.024Z | Compiling libc v0.2.185 |
| 2965 | 2026-08-14T18:56:52.024Z | Compiling serde_core v1.0.228 |
| 2966 | 2026-08-14T18:56:52.025Z | Compiling serde v1.0.228 |
| 2967 | 2026-08-14T18:56:52.031Z | Compiling rustix v1.1.3 |
| 2968 | 2026-08-14T18:56:52.031Z | Compiling serde_json v1.0.151 |
| 2969 | 2026-08-14T18:56:52.031Z | Compiling bitflags v2.11.0 |
| 2970 | 2026-08-14T18:56:52.137Z | Compiling usdt-impl v0.5.0 |
| 2971 | 2026-08-14T18:56:52.147Z | Compiling syn v2.0.117 |
| 2972 | 2026-08-14T18:56:52.168Z | Compiling syn v1.0.109 |
| 2973 | 2026-08-14T18:56:52.178Z | Compiling log v0.4.29 |
| 2974 | 2026-08-14T18:56:52.179Z | Compiling getrandom v0.4.1 |
| 2975 | 2026-08-14T18:56:52.201Z | Compiling indexmap v2.14.0 |
| 2976 | 2026-08-14T18:56:52.215Z | Compiling fs-err v3.3.0 |
| 2977 | 2026-08-14T18:56:52.378Z | Compiling once_cell v1.21.3 |
| 2978 | 2026-08-14T18:56:52.461Z | Compiling anyhow v1.0.102 |
| 2979 | 2026-08-14T18:56:52.482Z | Compiling heck v0.4.1 |
| 2980 | 2026-08-14T18:56:52.855Z | Compiling errno v0.3.14 |
| 2981 | 2026-08-14T18:56:52.859Z | Compiling thread-id v4.2.2 |
| 2982 | 2026-08-14T18:56:52.859Z | Compiling memmap v0.7.0 |
| 2983 | 2026-08-14T18:56:53.614Z | Compiling proc-macro-error v1.0.4 |
| 2984 | 2026-08-14T18:56:53.848Z | Compiling terminal_size v0.4.3 |
| 2985 | 2026-08-14T18:56:53.848Z | Compiling tempfile v3.25.0 |
| 2986 | 2026-08-14T18:56:53.878Z | Compiling tabled_derive v0.7.0 |
| 2987 | 2026-08-14T18:56:53.945Z | Compiling clap_builder v4.6.0 |
| 2988 | 2026-08-14T18:56:53.945Z | Compiling textwrap v0.16.2 |
| 2989 | 2026-08-14T18:56:54.273Z | Compiling camino v1.2.2 |
| 2990 | 2026-08-14T18:56:54.290Z | Compiling semver v1.0.28 |
| 2991 | 2026-08-14T18:56:54.301Z | Compiling cargo-platform v0.3.2 |
| 2992 | 2026-08-14T18:56:54.331Z | Compiling pest_generator v2.8.6 |
| 2993 | 2026-08-14T18:56:54.559Z | Compiling tabled v0.15.0 |
| 2994 | 2026-08-14T18:56:54.581Z | Compiling camino-tempfile v1.4.1 |
| 2995 | 2026-08-14T18:56:54.882Z | Compiling serde_derive v1.0.228 |
| 2996 | 2026-08-14T18:56:54.882Z | Compiling thiserror-impl v1.0.69 |
| 2997 | 2026-08-14T18:56:54.886Z | Compiling zerocopy-derive v0.7.35 |
| 2998 | 2026-08-14T18:56:54.886Z | Compiling scroll_derive v0.12.1 |
| 2999 | 2026-08-14T18:56:54.886Z | Compiling thiserror-impl v2.0.18 |
| 3000 | 2026-08-14T18:56:54.886Z | Compiling clap_derive v4.6.1 |
| 3001 | 2026-08-14T18:56:54.926Z | Compiling pest_derive v2.8.6 |
| 3002 | 2026-08-14T18:56:55.556Z | Compiling scroll v0.12.0 |
| 3003 | 2026-08-14T18:56:55.688Z | Compiling zerocopy v0.7.35 |
| 3004 | 2026-08-14T18:56:55.822Z | Compiling goblin v0.8.2 |
| 3005 | 2026-08-14T18:56:56.003Z | Compiling thiserror v1.0.69 |
| 3006 | 2026-08-14T18:56:56.120Z | Compiling dtrace-parser v0.2.0 |
| 3007 | 2026-08-14T18:56:56.279Z | Compiling thiserror v2.0.18 |
| 3008 | 2026-08-14T18:56:56.371Z | Compiling clap v4.6.1 |
| 3009 | 2026-08-14T18:56:57.994Z | Compiling dof v0.3.0 |
| 3010 | 2026-08-14T18:56:58.045Z | Compiling serde_spanned v0.6.9 |
| 3011 | 2026-08-14T18:56:58.055Z | Compiling toml_datetime v0.6.11 |
| 3012 | 2026-08-14T18:56:58.076Z | Compiling serde_tokenstream v0.2.3 |
| 3013 | 2026-08-14T18:56:58.108Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3014 | 2026-08-14T18:56:58.129Z | Compiling macaddr v1.0.1 |
| 3015 | 2026-08-14T18:56:58.217Z | Compiling cargo_metadata v0.23.1 |
| 3016 | 2026-08-14T18:56:58.344Z | Compiling toml_edit v0.22.27 |
| 3017 | 2026-08-14T18:56:58.772Z | Compiling usdt-macro v0.5.0 |
| 3018 | 2026-08-14T18:56:58.772Z | Compiling usdt-attr-macro v0.5.0 |
| 3019 | 2026-08-14T18:56:59.427Z | Compiling usdt v0.5.0 |
| 3020 | 2026-08-14T18:56:59.871Z | Compiling toml v0.8.23 |
| 3021 | 2026-08-14T18:57:00.297Z | Compiling cargo_toml v0.21.0 |
| 3022 | 2026-08-14T18:57:04.751Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3023 | 2026-08-14T18:57:07.989Z | Finished `release` profile [optimized] target(s) in 16.46s |
| 3024 | 2026-08-14T18:57:08.093Z | |
| 3025 | 2026-08-14T18:57:08.093Z | real 16.545852053 |
| 3026 | 2026-08-14T18:57:08.093Z | user 2:05.631700704 |
| 3027 | 2026-08-14T18:57:08.093Z | sys 13.702343231 |
| 3028 | 2026-08-14T18:57:08.093Z | trap 0.072659850 |
| 3029 | 2026-08-14T18:57:08.093Z | tflt 0.454004308 |
| 3030 | 2026-08-14T18:57:08.097Z | dflt 1.295253982 |
| 3031 | 2026-08-14T18:57:08.097Z | kflt 0.000040210 |
| 3032 | 2026-08-14T18:57:08.098Z | lock 4:45.810101314 |
| 3033 | 2026-08-14T18:57:08.098Z | slp 2:42.603172053 |
| 3034 | 2026-08-14T18:57:08.098Z | lat 4.138627211 |
| 3035 | 2026-08-14T18:57:08.098Z | stop 15.584542641 |
| 3036 | 2026-08-14T18:57:08.098Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3037 | 2026-08-14T18:57:08.098Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3038 | 2026-08-14T18:57:08.098Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3039 | 2026-08-14T18:57:08.098Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3040 | 2026-08-14T18:57:08.098Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3041 | 2026-08-14T18:57:09.036Z | Compiling match_cfg v0.1.0 |
| 3042 | 2026-08-14T18:57:09.036Z | Compiling progenitor-client v0.14.0 |
| 3043 | 2026-08-14T18:57:09.036Z | Compiling slog-json v2.6.1 |
| 3044 | 2026-08-14T18:57:09.036Z | Compiling newtype-uuid-macros v0.1.0 |
| 3045 | 2026-08-14T18:57:09.036Z | Compiling sha1 v0.11.0 |
| 3046 | 2026-08-14T18:57:09.040Z | Compiling multer v3.1.0 |
| 3047 | 2026-08-14T18:57:09.040Z | Compiling debug-ignore v1.0.5 |
| 3048 | 2026-08-14T18:57:09.040Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3049 | 2026-08-14T18:57:09.199Z | Compiling compression-core v0.4.31 |
| 3050 | 2026-08-14T18:57:09.207Z | Compiling async-stream-impl v0.3.6 |
| 3051 | 2026-08-14T18:57:09.210Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3052 | 2026-08-14T18:57:09.210Z | Compiling serde_spanned v1.1.1 |
| 3053 | 2026-08-14T18:57:09.211Z | Compiling dropshot v0.17.1 |
| 3054 | 2026-08-14T18:57:09.211Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3055 | 2026-08-14T18:57:09.211Z | Compiling waitgroup v0.1.2 |
| 3056 | 2026-08-14T18:57:09.211Z | Compiling rustls-pemfile v2.2.0 |
| 3057 | 2026-08-14T18:57:09.327Z | Compiling dropshot_endpoint v0.17.1 |
| 3058 | 2026-08-14T18:57:09.437Z | Compiling compression-codecs v0.4.37 |
| 3059 | 2026-08-14T18:57:09.441Z | Compiling hostname v0.4.2 |
| 3060 | 2026-08-14T18:57:09.452Z | Compiling serde_path_to_error v0.1.20 |
| 3061 | 2026-08-14T18:57:09.515Z | Compiling atomicwrites v0.4.4 |
| 3062 | 2026-08-14T18:57:09.530Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3063 | 2026-08-14T18:57:09.547Z | Compiling hostname v0.3.1 |
| 3064 | 2026-08-14T18:57:09.562Z | Compiling macaddr v1.0.1 |
| 3065 | 2026-08-14T18:57:09.631Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3066 | 2026-08-14T18:57:09.634Z | Compiling instant v0.1.13 |
| 3067 | 2026-08-14T18:57:09.667Z | Compiling regress v0.10.5 |
| 3068 | 2026-08-14T18:57:09.707Z | Compiling slog-bunyan v2.5.0 |
| 3069 | 2026-08-14T18:57:09.724Z | Compiling async-compression v0.4.41 |
| 3070 | 2026-08-14T18:57:09.743Z | Compiling parse-display-derive v0.10.0 |
| 3071 | 2026-08-14T18:57:09.780Z | Compiling backon v1.6.0 |
| 3072 | 2026-08-14T18:57:09.783Z | Compiling backoff v0.4.0 |
| 3073 | 2026-08-14T18:57:09.783Z | Compiling itertools v0.14.0 |
| 3074 | 2026-08-14T18:57:09.830Z | Compiling humantime v2.3.0 |
| 3075 | 2026-08-14T18:57:09.856Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3076 | 2026-08-14T18:57:09.878Z | Compiling half v2.7.1 |
| 3077 | 2026-08-14T18:57:09.882Z | Compiling crucible-workspace-hack v0.1.0 |
| 3078 | 2026-08-14T18:57:10.007Z | Compiling progenitor-extras v0.2.0 |
| 3079 | 2026-08-14T18:57:10.025Z | Compiling async-stream v0.3.6 |
| 3080 | 2026-08-14T18:57:10.051Z | Compiling ciborium-io v0.2.2 |
| 3081 | 2026-08-14T18:57:10.069Z | Compiling regress v0.11.1 |
| 3082 | 2026-08-14T18:57:10.088Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3083 | 2026-08-14T18:57:10.091Z | Compiling convert_case v0.4.0 |
| 3084 | 2026-08-14T18:57:10.139Z | Compiling secrecy v0.10.3 |
| 3085 | 2026-08-14T18:57:10.160Z | Compiling ciborium-ll v0.2.2 |
| 3086 | 2026-08-14T18:57:10.220Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3087 | 2026-08-14T18:57:10.220Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3088 | 2026-08-14T18:57:10.254Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3089 | 2026-08-14T18:57:10.254Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3090 | 2026-08-14T18:57:10.290Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3091 | 2026-08-14T18:57:10.293Z | Compiling inout v0.1.4 |
| 3092 | 2026-08-14T18:57:10.322Z | Compiling unsafe-libyaml v0.2.11 |
| 3093 | 2026-08-14T18:57:10.337Z | Compiling ciborium v0.2.2 |
| 3094 | 2026-08-14T18:57:10.398Z | Compiling proc-macro-crate v1.3.1 |
| 3095 | 2026-08-14T18:57:10.493Z | Compiling cipher v0.4.4 |
| 3096 | 2026-08-14T18:57:10.508Z | Compiling derive_more v0.99.20 |
| 3097 | 2026-08-14T18:57:10.524Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3098 | 2026-08-14T18:57:10.617Z | Compiling universal-hash v0.5.1 |
| 3099 | 2026-08-14T18:57:10.643Z | Compiling opaque-debug v0.3.1 |
| 3100 | 2026-08-14T18:57:10.737Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3101 | 2026-08-14T18:57:10.784Z | Compiling poly1305 v0.8.0 |
| 3102 | 2026-08-14T18:57:10.801Z | Compiling chacha20 v0.9.1 |
| 3103 | 2026-08-14T18:57:10.839Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3104 | 2026-08-14T18:57:10.855Z | Compiling blake2 v0.10.6 |
| 3105 | 2026-08-14T18:57:10.915Z | Compiling serde_yaml v0.9.34+deprecated |
| 3106 | 2026-08-14T18:57:10.954Z | Compiling aead v0.5.2 |
| 3107 | 2026-08-14T18:57:10.992Z | Compiling password-hash v0.5.0 |
| 3108 | 2026-08-14T18:57:11.081Z | Compiling indent_write v2.2.0 |
| 3109 | 2026-08-14T18:57:11.111Z | Compiling chacha20poly1305 v0.10.1 |
| 3110 | 2026-08-14T18:57:11.141Z | Compiling itertools v0.15.0 |
| 3111 | 2026-08-14T18:57:11.203Z | Compiling num_enum_derive v0.7.6 |
| 3112 | 2026-08-14T18:57:11.254Z | Compiling argon2 v0.5.3 |
| 3113 | 2026-08-14T18:57:11.290Z | Compiling num-derive v0.4.2 |
| 3114 | 2026-08-14T18:57:11.437Z | Compiling heapless v0.8.0 |
| 3115 | 2026-08-14T18:57:11.457Z | Compiling tabwriter v1.4.1 |
| 3116 | 2026-08-14T18:57:11.524Z | Compiling parse-display v0.10.0 |
| 3117 | 2026-08-14T18:57:11.565Z | Compiling hash32 v0.3.1 |
| 3118 | 2026-08-14T18:57:11.717Z | Compiling typify-impl v0.6.2 |
| 3119 | 2026-08-14T18:57:11.753Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3120 | 2026-08-14T18:57:11.795Z | Compiling thiserror-no-std v2.0.2 |
| 3121 | 2026-08-14T18:57:11.856Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3122 | 2026-08-14T18:57:11.920Z | Compiling vsss-rs v3.3.4 |
| 3123 | 2026-08-14T18:57:11.970Z | Compiling smoltcp v0.11.0 |
| 3124 | 2026-08-14T18:57:12.127Z | Compiling cobs v0.3.0 |
| 3125 | 2026-08-14T18:57:12.281Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3126 | 2026-08-14T18:57:12.360Z | Compiling colored v3.1.1 |
| 3127 | 2026-08-14T18:57:12.393Z | Compiling num_enum v0.7.6 |
| 3128 | 2026-08-14T18:57:12.412Z | Compiling postcard v1.1.3 |
| 3129 | 2026-08-14T18:57:12.449Z | Compiling proc-macro-error v1.0.4 |
| 3130 | 2026-08-14T18:57:12.466Z | Compiling rand v0.10.1 |
| 3131 | 2026-08-14T18:57:12.523Z | Compiling ingot-macros v0.2.0 |
| 3132 | 2026-08-14T18:57:12.558Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3133 | 2026-08-14T18:57:12.562Z | Compiling foreign-types-macros v0.2.3 |
| 3134 | 2026-08-14T18:57:12.742Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3135 | 2026-08-14T18:57:12.781Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3136 | 2026-08-14T18:57:12.797Z | Compiling foreign-types-shared v0.3.1 |
| 3137 | 2026-08-14T18:57:12.865Z | Compiling rayon-core v1.13.0 |
| 3138 | 2026-08-14T18:57:12.914Z | Compiling num_enum_derive v0.5.11 |
| 3139 | 2026-08-14T18:57:12.992Z | Compiling crossbeam-deque v0.8.6 |
| 3140 | 2026-08-14T18:57:13.028Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3141 | 2026-08-14T18:57:13.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3142 | 2026-08-14T18:57:13.075Z | Compiling cstr-argument v0.1.2 |
| 3143 | 2026-08-14T18:57:13.117Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3144 | 2026-08-14T18:57:13.184Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3145 | 2026-08-14T18:57:13.215Z | Compiling foreign-types v0.5.0 |
| 3146 | 2026-08-14T18:57:13.254Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3147 | 2026-08-14T18:57:13.323Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3148 | 2026-08-14T18:57:13.340Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3149 | 2026-08-14T18:57:13.376Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3150 | 2026-08-14T18:57:13.413Z | Compiling cpubits v0.1.1 |
| 3151 | 2026-08-14T18:57:13.459Z | Compiling zone_cfg_derive v0.3.1 |
| 3152 | 2026-08-14T18:57:13.514Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3153 | 2026-08-14T18:57:13.532Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3154 | 2026-08-14T18:57:13.551Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3155 | 2026-08-14T18:57:13.555Z | Compiling itertools v0.12.1 |
| 3156 | 2026-08-14T18:57:13.667Z | Compiling rayon v1.11.0 |
| 3157 | 2026-08-14T18:57:13.701Z | Compiling sigpipe v0.1.3 |
| 3158 | 2026-08-14T18:57:13.720Z | Compiling glob v0.3.3 |
| 3159 | 2026-08-14T18:57:13.766Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3160 | 2026-08-14T18:57:13.784Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3161 | 2026-08-14T18:57:13.815Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3162 | 2026-08-14T18:57:13.923Z | Compiling smf v0.2.3 |
| 3163 | 2026-08-14T18:57:14.012Z | Compiling whoami v1.6.1 |
| 3164 | 2026-08-14T18:57:14.028Z | Compiling num_enum v0.5.11 |
| 3165 | 2026-08-14T18:57:14.047Z | Compiling usdt-macro v0.5.0 |
| 3166 | 2026-08-14T18:57:14.148Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3167 | 2026-08-14T18:57:14.171Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3168 | 2026-08-14T18:57:14.189Z | Compiling usdt-attr-macro v0.5.0 |
| 3169 | 2026-08-14T18:57:14.223Z | Compiling gethostname v0.5.0 |
| 3170 | 2026-08-14T18:57:14.333Z | Compiling num-rational v0.4.2 |
| 3171 | 2026-08-14T18:57:14.352Z | Compiling pem-rfc7468 v1.0.0 |
| 3172 | 2026-08-14T18:57:14.373Z | Compiling num-complex v0.4.6 |
| 3173 | 2026-08-14T18:57:14.479Z | Compiling derive-where v1.6.0 |
| 3174 | 2026-08-14T18:57:14.497Z | Compiling memmap v0.7.0 |
| 3175 | 2026-08-14T18:57:14.662Z | Compiling float-ord v0.3.2 |
| 3176 | 2026-08-14T18:57:14.680Z | Compiling toml v0.8.23 |
| 3177 | 2026-08-14T18:57:14.712Z | Compiling hmac v0.13.0 |
| 3178 | 2026-08-14T18:57:14.810Z | Compiling zone v0.3.1 |
| 3179 | 2026-08-14T18:57:14.828Z | Compiling num v0.4.3 |
| 3180 | 2026-08-14T18:57:14.861Z | Compiling universal-hash v0.6.1 |
| 3181 | 2026-08-14T18:57:14.877Z | Compiling resolv-conf v0.7.6 |
| 3182 | 2026-08-14T18:57:14.929Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3183 | 2026-08-14T18:57:14.946Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3184 | 2026-08-14T18:57:14.965Z | Compiling cancel-safe-futures v0.1.5 |
| 3185 | 2026-08-14T18:57:15.029Z | Compiling polyval v0.7.1 |
| 3186 | 2026-08-14T18:57:15.052Z | Compiling usdt v0.5.0 |
| 3187 | 2026-08-14T18:57:15.111Z | Compiling der v0.8.0 |
| 3188 | 2026-08-14T18:57:15.178Z | Compiling prettyplease v0.2.37 |
| 3189 | 2026-08-14T18:57:15.251Z | Compiling ghash v0.6.0 |
| 3190 | 2026-08-14T18:57:15.298Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3191 | 2026-08-14T18:57:15.327Z | Compiling pbkdf2 v0.13.0 |
| 3192 | 2026-08-14T18:57:15.362Z | Compiling crypto-bigint v0.7.5 |
| 3193 | 2026-08-14T18:57:15.417Z | Compiling aes v0.9.1 |
| 3194 | 2026-08-14T18:57:15.456Z | Compiling console v0.15.11 |
| 3195 | 2026-08-14T18:57:15.472Z | Compiling hickory-proto v0.24.4 |
| 3196 | 2026-08-14T18:57:15.488Z | Compiling ingot-types v0.2.0 |
| 3197 | 2026-08-14T18:57:15.506Z | Compiling newline-converter v0.3.0 |
| 3198 | 2026-08-14T18:57:15.521Z | Compiling ctr v0.10.1 |
| 3199 | 2026-08-14T18:57:15.577Z | Compiling aead v0.6.1 |
| 3200 | 2026-08-14T18:57:15.720Z | Compiling sha2 v0.11.0 |
| 3201 | 2026-08-14T18:57:15.811Z | Compiling libefi-sys v0.1.0 |
| 3202 | 2026-08-14T18:57:15.827Z | Compiling linked-hash-map v0.5.6 |
| 3203 | 2026-08-14T18:57:15.911Z | Compiling ingot v0.2.1 |
| 3204 | 2026-08-14T18:57:15.966Z | Compiling oxide-update-engine-types v0.1.2 |
| 3205 | 2026-08-14T18:57:15.985Z | Compiling linear-map v1.2.0 |
| 3206 | 2026-08-14T18:57:16.047Z | Compiling spki v0.8.0 |
| 3207 | 2026-08-14T18:57:16.069Z | Compiling lru-cache v0.1.2 |
| 3208 | 2026-08-14T18:57:16.128Z | Compiling aes-gcm v0.11.0 |
| 3209 | 2026-08-14T18:57:16.206Z | Compiling expectorate v1.2.0 |
| 3210 | 2026-08-14T18:57:16.301Z | Compiling salsa20 v0.11.0 |
| 3211 | 2026-08-14T18:57:16.343Z | Compiling typify-macro v0.6.2 |
| 3212 | 2026-08-14T18:57:16.367Z | Compiling bitfield-struct v0.6.2 |
| 3213 | 2026-08-14T18:57:16.398Z | Compiling nom v8.0.0 |
| 3214 | 2026-08-14T18:57:16.415Z | Compiling semver v0.1.20 |
| 3215 | 2026-08-14T18:57:16.486Z | Compiling scrypt v0.12.0 |
| 3216 | 2026-08-14T18:57:16.787Z | Compiling rustc_version v0.1.7 |
| 3217 | 2026-08-14T18:57:16.853Z | Compiling tokio-dtrace v0.1.1 |
| 3218 | 2026-08-14T18:57:16.870Z | Compiling cbc v0.2.1 |
| 3219 | 2026-08-14T18:57:16.920Z | Compiling slog-dtrace v0.3.0 |
| 3220 | 2026-08-14T18:57:17.049Z | Compiling oxide-update-engine v0.1.2 |
| 3221 | 2026-08-14T18:57:17.066Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-08-14T18:57:17.114Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3223 | 2026-08-14T18:57:17.153Z | Compiling minimal-lexical v0.2.1 |
| 3224 | 2026-08-14T18:57:17.171Z | Compiling oxide-tokio-rt v0.1.4 |
| 3225 | 2026-08-14T18:57:17.231Z | Compiling newtype_derive v0.1.6 |
| 3226 | 2026-08-14T18:57:17.260Z | Compiling pkcs5 v0.8.1 |
| 3227 | 2026-08-14T18:57:17.376Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2026-08-14T18:57:17.440Z | Compiling nom v7.1.3 |
| 3229 | 2026-08-14T18:57:17.460Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3230 | 2026-08-14T18:57:17.464Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3231 | 2026-08-14T18:57:17.464Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3232 | 2026-08-14T18:57:17.519Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3233 | 2026-08-14T18:57:17.573Z | Compiling phf_shared v0.12.1 |
| 3234 | 2026-08-14T18:57:17.597Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3235 | 2026-08-14T18:57:17.736Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3236 | 2026-08-14T18:57:17.754Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3237 | 2026-08-14T18:57:17.788Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3238 | 2026-08-14T18:57:17.805Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-08-14T18:57:17.828Z | Compiling hickory-resolver v0.24.4 |
| 3240 | 2026-08-14T18:57:17.945Z | Compiling csv-core v0.1.13 |
| 3241 | 2026-08-14T18:57:17.967Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3242 | 2026-08-14T18:57:18.058Z | Compiling chrono-tz v0.10.4 |
| 3243 | 2026-08-14T18:57:18.106Z | Compiling highway v1.3.0 |
| 3244 | 2026-08-14T18:57:18.124Z | Compiling xshell-macros v0.2.7 |
| 3245 | 2026-08-14T18:57:18.231Z | Compiling typify v0.6.2 |
| 3246 | 2026-08-14T18:57:18.248Z | Compiling unicode-xid v0.2.6 |
| 3247 | 2026-08-14T18:57:18.305Z | Compiling csv v1.4.0 |
| 3248 | 2026-08-14T18:57:18.378Z | Compiling progenitor-impl v0.14.0 |
| 3249 | 2026-08-14T18:57:18.409Z | Compiling const_format_proc_macros v0.2.34 |
| 3250 | 2026-08-14T18:57:18.508Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3251 | 2026-08-14T18:57:18.549Z | Compiling xshell v0.2.7 |
| 3252 | 2026-08-14T18:57:18.838Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3253 | 2026-08-14T18:57:18.856Z | Compiling qorb v0.4.1 |
| 3254 | 2026-08-14T18:57:18.859Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3255 | 2026-08-14T18:57:18.893Z | Compiling phf v0.12.1 |
| 3256 | 2026-08-14T18:57:18.922Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3257 | 2026-08-14T18:57:19.077Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3258 | 2026-08-14T18:57:19.093Z | Compiling pkcs8 v0.11.0 |
| 3259 | 2026-08-14T18:57:19.254Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3260 | 2026-08-14T18:57:19.357Z | Compiling ff v0.14.0 |
| 3261 | 2026-08-14T18:57:19.413Z | Compiling owo-colors v4.3.0 |
| 3262 | 2026-08-14T18:57:19.517Z | Compiling const_format v0.2.35 |
| 3263 | 2026-08-14T18:57:19.603Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3264 | 2026-08-14T18:57:19.622Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3265 | 2026-08-14T18:57:19.708Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3266 | 2026-08-14T18:57:19.841Z | Compiling tabled_derive v0.7.0 |
| 3267 | 2026-08-14T18:57:19.876Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3268 | 2026-08-14T18:57:20.072Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3269 | 2026-08-14T18:57:20.095Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3270 | 2026-08-14T18:57:20.444Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3271 | 2026-08-14T18:57:20.644Z | Compiling bcs v0.1.6 |
| 3272 | 2026-08-14T18:57:20.841Z | Compiling termtree v0.5.1 |
| 3273 | 2026-08-14T18:57:20.860Z | Compiling salty v0.3.0 |
| 3274 | 2026-08-14T18:57:20.879Z | Compiling tagptr v0.2.0 |
| 3275 | 2026-08-14T18:57:20.921Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3276 | 2026-08-14T18:57:20.965Z | Compiling textwrap v0.16.2 |
| 3277 | 2026-08-14T18:57:21.033Z | Compiling moka v0.12.13 |
| 3278 | 2026-08-14T18:57:21.049Z | Compiling tabled v0.15.0 |
| 3279 | 2026-08-14T18:57:21.066Z | Compiling progenitor-macro v0.14.0 |
| 3280 | 2026-08-14T18:57:21.083Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3281 | 2026-08-14T18:57:21.218Z | Compiling steno v0.4.1 |
| 3282 | 2026-08-14T18:57:21.332Z | Compiling group v0.14.0 |
| 3283 | 2026-08-14T18:57:21.473Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3284 | 2026-08-14T18:57:21.512Z | Compiling sha1 v0.10.6 |
| 3285 | 2026-08-14T18:57:21.557Z | Compiling signature v3.0.0 |
| 3286 | 2026-08-14T18:57:21.651Z | Compiling base16ct v1.0.0 |
| 3287 | 2026-08-14T18:57:21.687Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3288 | 2026-08-14T18:57:21.777Z | Compiling hkdf v0.13.0 |
| 3289 | 2026-08-14T18:57:21.793Z | Compiling hickory-resolver v0.25.2 |
| 3290 | 2026-08-14T18:57:21.864Z | Compiling sec1 v0.8.1 |
| 3291 | 2026-08-14T18:57:21.881Z | Compiling libscf-sys v1.2.0 |
| 3292 | 2026-08-14T18:57:21.944Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3293 | 2026-08-14T18:57:21.961Z | Compiling rfc6979 v0.4.0 |
| 3294 | 2026-08-14T18:57:21.979Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3295 | 2026-08-14T18:57:22.058Z | Compiling primeorder v0.13.6 |
| 3296 | 2026-08-14T18:57:22.121Z | Compiling elliptic-curve v0.14.1 |
| 3297 | 2026-08-14T18:57:22.192Z | Compiling ecdsa v0.16.9 |
| 3298 | 2026-08-14T18:57:22.210Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3299 | 2026-08-14T18:57:22.346Z | Compiling parking_lot_core v0.8.6 |
| 3300 | 2026-08-14T18:57:22.364Z | Compiling utf-8 v0.7.6 |
| 3301 | 2026-08-14T18:57:22.476Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3302 | 2026-08-14T18:57:22.574Z | Compiling p384 v0.13.1 |
| 3303 | 2026-08-14T18:57:22.637Z | Compiling tungstenite v0.21.0 |
| 3304 | 2026-08-14T18:57:22.678Z | Compiling wnaf v0.14.0 |
| 3305 | 2026-08-14T18:57:22.710Z | Compiling primefield v0.14.0 |
| 3306 | 2026-08-14T18:57:22.862Z | Compiling rfc6979 v0.6.0 |
| 3307 | 2026-08-14T18:57:22.903Z | Compiling papergrid v0.18.0 |
| 3308 | 2026-08-14T18:57:22.971Z | Compiling git-stub v1.0.0 |
| 3309 | 2026-08-14T18:57:23.038Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3310 | 2026-08-14T18:57:23.168Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3311 | 2026-08-14T18:57:23.265Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3312 | 2026-08-14T18:57:23.420Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3313 | 2026-08-14T18:57:23.530Z | Compiling tokio-tungstenite v0.21.0 |
| 3314 | 2026-08-14T18:57:23.546Z | Compiling git-stub-vcs v0.1.0 |
| 3315 | 2026-08-14T18:57:23.549Z | Compiling ecdsa v0.17.0 |
| 3316 | 2026-08-14T18:57:23.644Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3317 | 2026-08-14T18:57:23.748Z | Compiling primeorder v0.14.0 |
| 3318 | 2026-08-14T18:57:23.791Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-08-14T18:57:23.878Z | Compiling tabled v0.21.0 |
| 3320 | 2026-08-14T18:57:23.940Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3321 | 2026-08-14T18:57:24.065Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3322 | 2026-08-14T18:57:24.084Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3323 | 2026-08-14T18:57:24.087Z | Compiling curve25519-dalek v5.0.0 |
| 3324 | 2026-08-14T18:57:24.136Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3325 | 2026-08-14T18:57:24.176Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-08-14T18:57:24.266Z | Compiling corncobs v0.1.4 |
| 3327 | 2026-08-14T18:57:24.284Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3328 | 2026-08-14T18:57:24.369Z | Compiling unicase v2.9.0 |
| 3329 | 2026-08-14T18:57:24.418Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-08-14T18:57:24.466Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3331 | 2026-08-14T18:57:24.527Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3332 | 2026-08-14T18:57:24.547Z | Compiling parking_lot v0.11.2 |
| 3333 | 2026-08-14T18:57:24.607Z | Compiling mime_guess v2.0.5 |
| 3334 | 2026-08-14T18:57:24.637Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3335 | 2026-08-14T18:57:24.716Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3336 | 2026-08-14T18:57:24.857Z | Compiling progenitor-impl v0.13.0 |
| 3337 | 2026-08-14T18:57:24.878Z | Compiling ssh-encoding v0.3.0 |
| 3338 | 2026-08-14T18:57:24.899Z | Compiling prefix-trie v0.7.0 |
| 3339 | 2026-08-14T18:57:24.956Z | Compiling fxhash v0.2.1 |
| 3340 | 2026-08-14T18:57:24.973Z | Compiling secrecy v0.8.0 |
| 3341 | 2026-08-14T18:57:25.123Z | Compiling keccak v0.2.0 |
| 3342 | 2026-08-14T18:57:25.150Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3343 | 2026-08-14T18:57:25.167Z | Compiling crc8 v0.1.1 |
| 3344 | 2026-08-14T18:57:25.258Z | Compiling hickory-server v0.25.2 |
| 3345 | 2026-08-14T18:57:25.313Z | Compiling sled v0.34.7 |
| 3346 | 2026-08-14T18:57:25.411Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3347 | 2026-08-14T18:57:25.472Z | Compiling ed25519 v3.0.0 |
| 3348 | 2026-08-14T18:57:25.509Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3349 | 2026-08-14T18:57:25.536Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3350 | 2026-08-14T18:57:26.303Z | Compiling progenitor v0.14.0 |
| 3351 | 2026-08-14T18:57:26.323Z | Compiling crypto-primes v0.7.2 |
| 3352 | 2026-08-14T18:57:26.358Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3353 | 2026-08-14T18:57:26.395Z | Compiling poly1305 v0.9.0 |
| 3354 | 2026-08-14T18:57:26.466Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3355 | 2026-08-14T18:57:26.497Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3356 | 2026-08-14T18:57:26.583Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3357 | 2026-08-14T18:57:26.601Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3358 | 2026-08-14T18:57:26.679Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3359 | 2026-08-14T18:57:26.783Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3360 | 2026-08-14T18:57:26.820Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3361 | 2026-08-14T18:57:27.117Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3362 | 2026-08-14T18:57:27.191Z | Compiling progenitor-client v0.13.0 |
| 3363 | 2026-08-14T18:57:27.245Z | Compiling blowfish v0.10.0 |
| 3364 | 2026-08-14T18:57:27.293Z | Compiling blake2 v0.11.0-rc.6 |
| 3365 | 2026-08-14T18:57:27.380Z | Compiling http-range v0.1.5 |
| 3366 | 2026-08-14T18:57:27.530Z | Compiling half v1.8.3 |
| 3367 | 2026-08-14T18:57:27.548Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3368 | 2026-08-14T18:57:27.598Z | Compiling progenitor-macro v0.13.0 |
| 3369 | 2026-08-14T18:57:27.616Z | Compiling argon2 v0.6.0-rc.8 |
| 3370 | 2026-08-14T18:57:27.619Z | Compiling rsa v0.10.0-rc.18 |
| 3371 | 2026-08-14T18:57:27.875Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3372 | 2026-08-14T18:57:27.893Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3373 | 2026-08-14T18:57:27.918Z | Compiling serde_cbor v0.11.2 |
| 3374 | 2026-08-14T18:57:28.548Z | Compiling ssh-cipher v0.3.0 |
| 3375 | 2026-08-14T18:57:28.741Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3376 | 2026-08-14T18:57:28.772Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3377 | 2026-08-14T18:57:29.102Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3378 | 2026-08-14T18:57:29.124Z | Compiling ed25519-dalek v3.0.0 |
| 3379 | 2026-08-14T18:57:29.158Z | Compiling illumos-nvpair v0.3.0 |
| 3380 | 2026-08-14T18:57:29.297Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3381 | 2026-08-14T18:57:29.417Z | Compiling sha3 v0.11.0 |
| 3382 | 2026-08-14T18:57:29.615Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3383 | 2026-08-14T18:57:29.668Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3384 | 2026-08-14T18:57:29.883Z | Compiling p521 v0.14.0 |
| 3385 | 2026-08-14T18:57:29.908Z | Compiling p384 v0.14.0 |
| 3386 | 2026-08-14T18:57:29.926Z | Compiling p256 v0.14.0 |
| 3387 | 2026-08-14T18:57:30.180Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3388 | 2026-08-14T18:57:30.247Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3389 | 2026-08-14T18:57:30.287Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3390 | 2026-08-14T18:57:30.932Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3391 | 2026-08-14T18:57:31.045Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3392 | 2026-08-14T18:57:31.089Z | Compiling scuffle v0.1.0 |
| 3393 | 2026-08-14T18:57:31.332Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3394 | 2026-08-14T18:57:31.397Z | Compiling yasna v0.5.2 |
| 3395 | 2026-08-14T18:57:31.522Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3396 | 2026-08-14T18:57:31.574Z | Compiling kstat-rs v0.2.5 |
| 3397 | 2026-08-14T18:57:31.911Z | Compiling headers-core v0.3.0 |
| 3398 | 2026-08-14T18:57:32.020Z | Compiling kem v0.3.0 |
| 3399 | 2026-08-14T18:57:32.071Z | Compiling module-lattice v0.2.3 |
| 3400 | 2026-08-14T18:57:32.088Z | Compiling nanorand v0.7.0 |
| 3401 | 2026-08-14T18:57:32.111Z | Compiling sponge-cursor v0.1.0 |
| 3402 | 2026-08-14T18:57:32.173Z | Compiling headers v0.4.1 |
| 3403 | 2026-08-14T18:57:32.190Z | Compiling rcgen v0.12.1 |
| 3404 | 2026-08-14T18:57:32.226Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3405 | 2026-08-14T18:57:32.285Z | Compiling sha3 v0.12.0 |
| 3406 | 2026-08-14T18:57:32.332Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3407 | 2026-08-14T18:57:32.351Z | Compiling flume v0.11.1 |
| 3408 | 2026-08-14T18:57:32.371Z | Compiling ml-kem v0.3.2 |
| 3409 | 2026-08-14T18:57:32.409Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3410 | 2026-08-14T18:57:32.540Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3411 | 2026-08-14T18:57:32.656Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-08-14T18:57:32.689Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-08-14T18:57:32.733Z | Compiling progenitor v0.13.0 |
| 3414 | 2026-08-14T18:57:32.870Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3415 | 2026-08-14T18:57:32.942Z | Compiling hyper-staticfile v0.10.1 |
| 3416 | 2026-08-14T18:57:32.966Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3417 | 2026-08-14T18:57:32.990Z | Compiling ssh-key v0.7.0-rc.11 |
| 3418 | 2026-08-14T18:57:33.092Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3419 | 2026-08-14T18:57:33.121Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3420 | 2026-08-14T18:57:33.144Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3421 | 2026-08-14T18:57:33.297Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-08-14T18:57:33.343Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3423 | 2026-08-14T18:57:33.413Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3424 | 2026-08-14T18:57:33.432Z | Compiling russh-cryptovec v0.62.0 |
| 3425 | 2026-08-14T18:57:33.432Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3426 | 2026-08-14T18:57:33.477Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3427 | 2026-08-14T18:57:33.512Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3428 | 2026-08-14T18:57:33.667Z | Compiling port-file v0.1.0 |
| 3429 | 2026-08-14T18:57:33.698Z | Compiling num-bigint v0.4.6 |
| 3430 | 2026-08-14T18:57:33.717Z | Compiling generic-array v1.4.3 |
| 3431 | 2026-08-14T18:57:33.761Z | Compiling russh-util v0.52.0 |
| 3432 | 2026-08-14T18:57:33.779Z | Compiling enum_dispatch v0.3.13 |
| 3433 | 2026-08-14T18:57:33.926Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3434 | 2026-08-14T18:57:33.942Z | Compiling delegate v0.13.5 |
| 3435 | 2026-08-14T18:57:33.946Z | Compiling subprocess v0.2.15 |
| 3436 | 2026-08-14T18:57:34.223Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-08-14T18:57:34.267Z | Compiling display-error-chain v0.2.2 |
| 3438 | 2026-08-14T18:57:34.435Z | Compiling md5 v0.8.0 |
| 3439 | 2026-08-14T18:57:34.454Z | Compiling hex-literal v1.1.0 |
| 3440 | 2026-08-14T18:57:34.623Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3441 | 2026-08-14T18:57:34.677Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-08-14T18:57:34.718Z | Compiling colored v2.2.0 |
| 3443 | 2026-08-14T18:57:34.735Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3444 | 2026-08-14T18:57:34.795Z | Compiling internet-checksum v0.2.1 |
| 3445 | 2026-08-14T18:57:34.961Z | Compiling russh v0.62.4 |
| 3446 | 2026-08-14T18:57:35.003Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3447 | 2026-08-14T18:57:35.108Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3448 | 2026-08-14T18:57:35.947Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3449 | 2026-08-14T18:57:37.807Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3450 | 2026-08-14T18:57:38.514Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3451 | 2026-08-14T18:57:39.059Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3452 | 2026-08-14T18:57:41.365Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3453 | 2026-08-14T18:57:50.254Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3454 | 2026-08-14T18:57:50.254Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3455 | 2026-08-14T18:57:50.254Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3456 | 2026-08-14T18:57:50.257Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3457 | 2026-08-14T18:57:52.101Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3458 | 2026-08-14T18:57:52.125Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3459 | 2026-08-14T18:57:56.282Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3460 | 2026-08-14T18:58:37.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3461 | 2026-08-14T18:58:37.421Z | |
| 3462 | 2026-08-14T18:58:37.421Z | real 1:29.264449807 |
| 3463 | 2026-08-14T18:58:37.421Z | user 8:26.389981662 |
| 3464 | 2026-08-14T18:58:37.422Z | sys 1:41.475756347 |
| 3465 | 2026-08-14T18:58:37.422Z | trap 0.258048898 |
| 3466 | 2026-08-14T18:58:37.422Z | tflt 0.266974291 |
| 3467 | 2026-08-14T18:58:37.422Z | dflt 1.965549397 |
| 3468 | 2026-08-14T18:58:37.425Z | kflt 0.000320990 |
| 3469 | 2026-08-14T18:58:37.425Z | lock 31:22.640799808 |
| 3470 | 2026-08-14T18:58:37.425Z | slp 19:13.577048598 |
| 3471 | 2026-08-14T18:58:37.425Z | lat 37.686081868 |
| 3472 | 2026-08-14T18:58:37.425Z | stop 2:54.617245099 |
| 3473 | 2026-08-14T18:58:37.425Z | + mkdir tests |
| 3474 | 2026-08-14T18:58:37.428Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3475 | 2026-08-14T18:58:37.428Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3476 | 2026-08-14T18:58:37.449Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-65ee1cb2f4c53fc4 tests/ |
| 3477 | 2026-08-14T18:58:37.481Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-db3d81af3fad6e16 tests/ |
| 3478 | 2026-08-14T18:58:37.513Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f4e34f6ea9421c57 tests/ |
| 3479 | 2026-08-14T18:58:37.544Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b46f0488f17115f7 tests/ |
| 3480 | 2026-08-14T18:58:37.990Z | + 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) |
| 3481 | 2026-08-14T18:58:37.994Z | + 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-db3d81af3fad6e16 tests/commtest-f4e34f6ea9421c57 tests/dhcp_server-65ee1cb2f4c53fc4 tests/end_to_end_tests-b46f0488f17115f7 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 |
| 3482 | 2026-08-14T19:00:07.179Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3483 | 2026-08-14T19:00:07.179Z | a .github/buildomat/ci-env.sh 1K |
| 3484 | 2026-08-14T19:00:07.179Z | a out/target/test 1K |
| 3485 | 2026-08-14T19:00:07.179Z | a out/npuzone/npuzone 27402K |
| 3486 | 2026-08-14T19:00:07.179Z | a package-manifest.toml 35K |
| 3487 | 2026-08-14T19:00:07.179Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3488 | 2026-08-14T19:00:07.179Z | a target/release/omicron-package 48112K |
| 3489 | 2026-08-14T19:00:07.179Z | a target/release/xtask 11722K |
| 3490 | 2026-08-14T19:00:07.179Z | a target/debug/bootstrap 436019K |
| 3491 | 2026-08-14T19:00:07.179Z | a tests/bootstrap-db3d81af3fad6e16 34516K |
| 3492 | 2026-08-14T19:00:07.179Z | a tests/commtest-f4e34f6ea9421c57 34517K |
| 3493 | 2026-08-14T19:00:07.179Z | a tests/dhcp_server-65ee1cb2f4c53fc4 34516K |
| 3494 | 2026-08-14T19:00:07.179Z | a tests/end_to_end_tests-b46f0488f17115f7 499243K |
| 3495 | 2026-08-14T19:00:07.179Z | a tools/opte_version 1K |
| 3496 | 2026-08-14T19:00:07.179Z | a tools/opte_version_override 2K |
| 3497 | 2026-08-14T19:00:07.180Z | a out/clickhouse.tar.gz 328713K |
| 3498 | 2026-08-14T19:00:07.180Z | a out/clickhouse_keeper.tar.gz 312692K |
| 3499 | 2026-08-14T19:00:07.180Z | a out/clickhouse_server.tar.gz 328710K |
| 3500 | 2026-08-14T19:00:07.180Z | a out/cockroachdb.tar.gz 169554K |
| 3501 | 2026-08-14T19:00:07.180Z | a out/crucible-pantry-zone.tar.gz 41301K |
| 3502 | 2026-08-14T19:00:07.180Z | a out/crucible-utils.tar 18900K |
| 3503 | 2026-08-14T19:00:07.180Z | a out/crucible-zone.tar.gz 56114K |
| 3504 | 2026-08-14T19:00:07.180Z | a out/external-dns.tar.gz 53940K |
| 3505 | 2026-08-14T19:00:07.180Z | a out/internal-dns.tar.gz 53939K |
| 3506 | 2026-08-14T19:00:07.180Z | a out/mg-ddm-gz.tar 100917K |
| 3507 | 2026-08-14T19:00:07.180Z | a out/nexus.tar.gz 353292K |
| 3508 | 2026-08-14T19:00:07.180Z | a out/ntp.tar.gz 34681K |
| 3509 | 2026-08-14T19:00:07.180Z | a out/omicron-gateway-softnpu.tar.gz 29755K |
| 3510 | 2026-08-14T19:00:07.180Z | a out/omicron-sled-agent.tar 237706K |
| 3511 | 2026-08-14T19:00:07.180Z | a out/overlay.tar.gz 4K |
| 3512 | 2026-08-14T19:00:07.180Z | a out/oximeter.tar.gz 70059K |
| 3513 | 2026-08-14T19:00:07.180Z | a out/oxlog.tar 4066K |
| 3514 | 2026-08-14T19:00:07.180Z | a out/probe.tar.gz 3037K |
| 3515 | 2026-08-14T19:00:07.180Z | a out/propolis-server.tar.gz 34642K |
| 3516 | 2026-08-14T19:00:07.180Z | a out/pumpkind-gz.tar 26647K |
| 3517 | 2026-08-14T19:00:07.180Z | a out/switch-softnpu.tar.gz 496625K |
| 3518 | 2026-08-14T19:00:07.184Z | |
| 3519 | 2026-08-14T19:00:07.184Z | real 1:29.185259925 |
| 3520 | 2026-08-14T19:00:07.184Z | user 1:26.264079512 |
| 3521 | 2026-08-14T19:00:07.184Z | sys 4.933137399 |
| 3522 | 2026-08-14T19:00:07.184Z | trap 0.007436685 |
| 3523 | 2026-08-14T19:00:07.184Z | tflt 0.000000000 |
| 3524 | 2026-08-14T19:00:07.184Z | dflt 0.000000000 |
| 3525 | 2026-08-14T19:00:07.184Z | kflt 0.000000000 |
| 3526 | 2026-08-14T19:00:07.184Z | lock 0.000000000 |
| 3527 | 2026-08-14T19:00:07.184Z | slp 1:26.058836657 |
| 3528 | 2026-08-14T19:00:07.184Z | lat 1.102502980 |
| 3529 | 2026-08-14T19:00:07.184Z | stop 0.000490480 |
| 3530 | 2026-08-14T19:00:07.184Z | process exited: duration 1333851 ms, exit code 0 |
| |
| 3531 | 2026-08-14T19:00:07.199Z | found 1 output files |
| 3532 | 2026-08-14T19:00:07.237Z | uploading: /work/package.tar.gz (2757930402 bytes) |
| 3533 | 2026-08-14T19:00:40.154Z | uploaded: /work/package.tar.gz |