|
|
|
| 1 | 2026-08-27T08:03:04.171Z | job assigned to worker 01M113V8TKX6DYCHF2V99TMD7K [factory aws, i-066131607a2ce1a81] (queued for 1 m 0 s) |
| |
| 2 | 2026-08-27T08:03:11.504Z | starting task 0: "setup" |
| 3 | 2026-08-27T08:03:11.510Z | ++ uname -s |
| 4 | 2026-08-27T08:03:11.514Z | + kern=SunOS |
| 5 | 2026-08-27T08:03:11.514Z | + build_user=build |
| 6 | 2026-08-27T08:03:11.514Z | + build_uid=12345 |
| 7 | 2026-08-27T08:03:11.514Z | + work_dir=/work |
| 8 | 2026-08-27T08:03:11.514Z | + input_dir=/input |
| 9 | 2026-08-27T08:03:11.514Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T08:03:11.514Z | + case "$kern" in |
| 11 | 2026-08-27T08:03:11.514Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T08:03:11.517Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T08:03:13.522Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T08:03:13.609Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T08:03:13.613Z | + home_fs=zfs |
| 16 | 2026-08-27T08:03:13.613Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T08:03:13.613Z | + mkdir -p /home/build |
| 18 | 2026-08-27T08:03:13.613Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T08:03:15.614Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T08:03:15.617Z | process exited: duration 4113 ms, exit code 0 |
| |
| 21 | 2026-08-27T08:03:15.624Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T08:03:15.629Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T08:03:15.629Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-27T08:03:15.629Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-27T08:03:15.629Z | * rust toolchain profile = "default" |
| 26 | 2026-08-27T08:03:15.629Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-27T08:03:15.629Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T08:03:15.632Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T08:03:15.632Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T08:03:15.742Z | info: downloading installer |
| 31 | 2026-08-27T08:03:16.997Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T08:03:16.997Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T08:03:16.997Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T08:03:16.997Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T08:03:17.009Z | info: profile set to default |
| 36 | 2026-08-27T08:03:17.009Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T08:03:17.013Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T08:03:17.140Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T08:03:17.143Z | info: downloading 6 components |
| 40 | 2026-08-27T08:03:31.302Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-27T08:03:31.302Z | |
| 42 | 2026-08-27T08:03:31.337Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T08:03:31.337Z | |
| 44 | 2026-08-27T08:03:31.337Z | |
| 45 | 2026-08-27T08:03:31.337Z | Rust is installed now. Great! |
| 46 | 2026-08-27T08:03:31.337Z | |
| 47 | 2026-08-27T08:03:31.337Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T08:03:31.337Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T08:03:31.337Z | |
| 50 | 2026-08-27T08:03:31.337Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T08:03:31.337Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T08:03:31.337Z | |
| 53 | 2026-08-27T08:03:31.337Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T08:03:31.340Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T08:03:31.340Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T08:03:31.340Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T08:03:31.340Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T08:03:31.340Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T08:03:31.340Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T08:03:31.340Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T08:03:31.341Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T08:03:31.432Z | + rustup --version |
| 63 | 2026-08-27T08:03:31.437Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T08:03:31.441Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T08:03:31.458Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T08:03:31.461Z | + cargo --version |
| 67 | 2026-08-27T08:03:31.469Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T08:03:31.472Z | + rustc --version |
| 69 | 2026-08-27T08:03:31.492Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T08:03:31.495Z | process exited: duration 15871 ms, exit code 0 |
| |
| 71 | 2026-08-27T08:03:31.501Z | starting task 2: "authentication" |
| 72 | 2026-08-27T08:03:31.519Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-27T08:03:31.526Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T08:03:31.529Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-27T08:03:31.532Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-27T08:03:31.564Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-27T08:03:44.707Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-27T08:03:44.707Z | + git fetch origin 10ce875afc8cc83e819c5cb0457ad3f665aa077a |
| 79 | 2026-08-27T08:03:45.226Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-27T08:03:45.226Z | * branch 10ce875afc8cc83e819c5cb0457ad3f665aa077a -> FETCH_HEAD |
| 81 | 2026-08-27T08:03:45.238Z | + [[ -n '' ]] |
| 82 | 2026-08-27T08:03:45.238Z | + git reset --hard 10ce875afc8cc83e819c5cb0457ad3f665aa077a |
| 83 | 2026-08-27T08:03:45.503Z | HEAD is now at 10ce875af fmt |
| 84 | 2026-08-27T08:03:45.506Z | process exited: duration 13980 ms, exit code 0 |
| |
| 85 | 2026-08-27T08:03:45.512Z | starting task 4: "build" |
| 86 | 2026-08-27T08:03:45.516Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-27T08:03:45.519Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-27T08:03:45.519Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-27T08:03:45.519Z | +++ uname -s |
| 90 | 2026-08-27T08:03:45.519Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-27T08:03:45.519Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-27T08:03:45.522Z | + cargo --version |
| 93 | 2026-08-27T08:03:45.532Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-27T08:03:45.535Z | + rustc --version |
| 95 | 2026-08-27T08:03:45.553Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-27T08:03:45.556Z | + WORK=/work |
| 97 | 2026-08-27T08:03:45.556Z | + pfexec mkdir -p /work |
| 98 | 2026-08-27T08:03:45.559Z | + pfexec chown build /work |
| 99 | 2026-08-27T08:03:45.561Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-27T08:03:47.558Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-27T08:03:47.944Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-27T08:03:50.102Z | Planning: Solver setup ... Done (2.043s) |
| 103 | 2026-08-27T08:03:50.163Z | Planning: Running solver ... Done (0.061s) |
| 104 | 2026-08-27T08:03:50.215Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-27T08:03:50.225Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-27T08:03:50.240Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-27T08:03:50.253Z | Planning: Package planning ... Done (0.014s) |
| 108 | 2026-08-27T08:03:50.258Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-08-27T08:03:50.479Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 110 | 2026-08-27T08:03:50.481Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-27T08:03:51.352Z | Planning: Evaluating mediators ... Done (0.869s) |
| 112 | 2026-08-27T08:03:51.355Z | Planning: Planning completed in 3.37 seconds |
| 113 | 2026-08-27T08:03:51.358Z | Packages to install: 2 |
| 114 | 2026-08-27T08:03:51.358Z | Estimated space available: 156.01 GB |
| 115 | 2026-08-27T08:03:51.358Z | Estimated space to be consumed: 80.56 MB |
| 116 | 2026-08-27T08:03:51.358Z | Create boot environment: No |
| 117 | 2026-08-27T08:03:51.358Z | Create backup boot environment: No |
| 118 | 2026-08-27T08:03:51.358Z | Rebuild boot archive: No |
| 119 | 2026-08-27T08:03:51.358Z | |
| 120 | 2026-08-27T08:03:51.358Z | Changed packages: |
| 121 | 2026-08-27T08:03:51.358Z | helios |
| 122 | 2026-08-27T08:03:51.358Z | developer/build-essential |
| 123 | 2026-08-27T08:03:51.358Z | None -> 11-3.0 |
| 124 | 2026-08-27T08:03:51.358Z | library/libxmlsec1 |
| 125 | 2026-08-27T08:03:51.358Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-27T08:03:51.382Z | |
| 127 | 2026-08-27T08:03:51.382Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-27T08:03:51.450Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 129 | 2026-08-27T08:03:51.512Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-27T08:03:51.551Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-27T08:03:51.587Z | Finalize: Updating package state database ... Done (0.036s) |
| 132 | 2026-08-27T08:03:51.587Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-27T08:03:51.674Z | Finalize: Updating image state ... Done (0.086s) |
| 134 | 2026-08-27T08:03:54.309Z | Finalize: Creating fast lookup database ... Done (2.580s) |
| 135 | 2026-08-27T08:03:54.375Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-08-27T08:03:54.378Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-27T08:03:54.483Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-27T08:03:54.857Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-27T08:03:54.963Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-27T08:03:54.966Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-27T08:03:55.118Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-27T08:03:55.121Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-08-27T08:03:55.141Z | Mediators to change: 2 |
| 144 | 2026-08-27T08:03:55.141Z | Create boot environment: No |
| 145 | 2026-08-27T08:03:55.141Z | Create backup boot environment: No |
| 146 | 2026-08-27T08:03:55.181Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-27T08:03:55.181Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-27T08:03:55.240Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-27T08:03:57.176Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-27T08:03:57.236Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-27T08:03:57.239Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-27T08:03:57.296Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-27T08:03:57.578Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-27T08:03:57.684Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-27T08:03:57.687Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-27T08:03:57.841Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-27T08:03:57.844Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-08-27T08:03:57.864Z | Mediators to change: 1 |
| 159 | 2026-08-27T08:03:57.864Z | Create boot environment: No |
| 160 | 2026-08-27T08:03:57.864Z | Create backup boot environment: No |
| 161 | 2026-08-27T08:03:57.910Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-27T08:03:57.910Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-27T08:03:57.962Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-27T08:03:59.903Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-27T08:03:59.963Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-27T08:03:59.966Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-27T08:04:00.023Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-27T08:04:00.334Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-27T08:04:00.334Z | apache system 2.4 system |
| 170 | 2026-08-27T08:04:00.335Z | clang system 15 system |
| 171 | 2026-08-27T08:04:00.335Z | csh system system illumos |
| 172 | 2026-08-27T08:04:00.335Z | ctags system system illumos |
| 173 | 2026-08-27T08:04:00.335Z | file vendor vendor darwinsys |
| 174 | 2026-08-27T08:04:00.335Z | file system system illumos |
| 175 | 2026-08-27T08:04:00.335Z | gcc vendor 14 vendor |
| 176 | 2026-08-27T08:04:00.335Z | gcc system 13 system |
| 177 | 2026-08-27T08:04:00.335Z | gcc system 10 system |
| 178 | 2026-08-27T08:04:00.335Z | go system 1.25 system |
| 179 | 2026-08-27T08:04:00.335Z | llvm system 15 system |
| 180 | 2026-08-27T08:04:00.335Z | mariadb system 11.4 system |
| 181 | 2026-08-27T08:04:00.335Z | mta vendor vendor dma |
| 182 | 2026-08-27T08:04:00.335Z | openjdk system 17 system |
| 183 | 2026-08-27T08:04:00.335Z | openjdk system 11 system |
| 184 | 2026-08-27T08:04:00.335Z | openssl vendor 3 vendor |
| 185 | 2026-08-27T08:04:00.335Z | perl system 5.40 system |
| 186 | 2026-08-27T08:04:00.335Z | postgresql system 18 system |
| 187 | 2026-08-27T08:04:00.335Z | postgresql system 17 system |
| 188 | 2026-08-27T08:04:00.335Z | python vendor 3 vendor |
| 189 | 2026-08-27T08:04:00.335Z | python system 2 system |
| 190 | 2026-08-27T08:04:00.335Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-27T08:04:00.335Z | ruby system 3.4 system |
| 192 | 2026-08-27T08:04:00.335Z | ruby system 3.0 system |
| 193 | 2026-08-27T08:04:00.335Z | words vendor vendor american-english |
| 194 | 2026-08-27T08:04:00.335Z | words system system australian-english |
| 195 | 2026-08-27T08:04:00.335Z | words system system british-english |
| 196 | 2026-08-27T08:04:00.335Z | words system system canadian-english |
| 197 | 2026-08-27T08:04:00.335Z | words system system french |
| 198 | 2026-08-27T08:04:00.335Z | words system system italian |
| 199 | 2026-08-27T08:04:00.335Z | words system system ngerman |
| 200 | 2026-08-27T08:04:00.335Z | words system system ogerman |
| 201 | 2026-08-27T08:04:00.335Z | words system system spanish |
| 202 | 2026-08-27T08:04:00.589Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-27T08:04:00.589Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-27T08:04:01.074Z | FMRI IFO |
| 205 | 2026-08-27T08:04:01.074Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-27T08:04:01.074Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-27T08:04:01.074Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-27T08:04:01.074Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-27T08:04:01.074Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-27T08:04:01.075Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-27T08:04:01.075Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-27T08:04:01.075Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-27T08:04:01.075Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-27T08:04:01.414Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-27T08:04:01.801Z | Updating crates.io index |
| 216 | 2026-08-27T08:04:01.804Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-27T08:04:02.095Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-27T08:04:02.467Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 219 | 2026-08-27T08:04:02.744Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 220 | 2026-08-27T08:04:03.787Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 221 | 2026-08-27T08:04:04.431Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 222 | 2026-08-27T08:04:06.159Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 223 | 2026-08-27T08:04:07.041Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-08-27T08:04:07.332Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 225 | 2026-08-27T08:04:07.765Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 226 | 2026-08-27T08:04:09.095Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 227 | 2026-08-27T08:04:09.396Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 228 | 2026-08-27T08:04:09.830Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 229 | 2026-08-27T08:04:10.142Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 230 | 2026-08-27T08:04:10.455Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 231 | 2026-08-27T08:04:10.742Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 232 | 2026-08-27T08:04:11.058Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 233 | 2026-08-27T08:04:11.353Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 234 | 2026-08-27T08:04:11.751Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-27T08:04:12.279Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-08-27T08:04:12.682Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 237 | 2026-08-27T08:04:13.186Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 238 | 2026-08-27T08:04:13.496Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 239 | 2026-08-27T08:04:14.098Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-08-27T08:04:14.430Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 241 | 2026-08-27T08:04:14.701Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-08-27T08:04:15.156Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-08-27T08:04:15.444Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-27T08:04:15.917Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-08-27T08:04:16.307Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-08-27T08:04:16.621Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 247 | 2026-08-27T08:04:16.962Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-08-27T08:04:17.386Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 249 | 2026-08-27T08:04:17.977Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-08-27T08:04:18.269Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-08-27T08:04:18.578Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-08-27T08:04:18.918Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 253 | 2026-08-27T08:04:19.260Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 254 | 2026-08-27T08:04:19.589Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-08-27T08:04:19.877Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-08-27T08:04:20.223Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-08-27T08:04:20.558Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-08-27T08:04:20.856Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 259 | 2026-08-27T08:04:24.043Z | Downloading crates ... |
| 260 | 2026-08-27T08:04:24.089Z | Downloaded anstream v1.0.0 |
| 261 | 2026-08-27T08:04:24.094Z | Downloaded dof v0.3.0 |
| 262 | 2026-08-27T08:04:24.099Z | Downloaded itoa v1.0.17 |
| 263 | 2026-08-27T08:04:24.103Z | Downloaded anyhow v1.0.104 |
| 264 | 2026-08-27T08:04:24.107Z | Downloaded pretty-hex v0.4.1 |
| 265 | 2026-08-27T08:04:24.119Z | Downloaded fnv v1.0.7 |
| 266 | 2026-08-27T08:04:24.120Z | Downloaded colorchoice v1.0.4 |
| 267 | 2026-08-27T08:04:24.120Z | Downloaded cfg-if v1.0.4 |
| 268 | 2026-08-27T08:04:24.125Z | Downloaded errno v0.3.14 |
| 269 | 2026-08-27T08:04:24.125Z | Downloaded macaddr v1.0.1 |
| 270 | 2026-08-27T08:04:24.129Z | Downloaded heck v0.5.0 |
| 271 | 2026-08-27T08:04:24.129Z | Downloaded is_terminal_polyfill v1.70.2 |
| 272 | 2026-08-27T08:04:24.129Z | Downloaded cargo-platform v0.3.2 |
| 273 | 2026-08-27T08:04:24.129Z | Downloaded proc-macro-error-attr v1.0.4 |
| 274 | 2026-08-27T08:04:24.130Z | Downloaded zerocopy v0.7.35 |
| 275 | 2026-08-27T08:04:24.135Z | Downloaded clap_lex v1.0.0 |
| 276 | 2026-08-27T08:04:24.139Z | Downloaded autocfg v1.5.0 |
| 277 | 2026-08-27T08:04:24.139Z | Downloaded camino-tempfile v1.4.1 |
| 278 | 2026-08-27T08:04:24.139Z | Downloaded bytecount v0.6.9 |
| 279 | 2026-08-27T08:04:24.139Z | Downloaded dtrace-parser v0.2.0 |
| 280 | 2026-08-27T08:04:24.142Z | Downloaded anstyle-parse v1.0.0 |
| 281 | 2026-08-27T08:04:24.142Z | Downloaded fs-err v3.3.0 |
| 282 | 2026-08-27T08:04:24.142Z | Downloaded cargo_toml v0.21.0 |
| 283 | 2026-08-27T08:04:24.146Z | Downloaded crypto-common v0.1.7 |
| 284 | 2026-08-27T08:04:24.146Z | Downloaded cpufeatures v0.2.17 |
| 285 | 2026-08-27T08:04:24.146Z | Downloaded cargo_metadata v0.23.1 |
| 286 | 2026-08-27T08:04:24.151Z | Downloaded serde_tokenstream v0.2.3 |
| 287 | 2026-08-27T08:04:24.151Z | Downloaded block-buffer v0.10.4 |
| 288 | 2026-08-27T08:04:24.154Z | Downloaded fastrand v2.3.0 |
| 289 | 2026-08-27T08:04:24.157Z | Downloaded ucd-trie v0.1.7 |
| 290 | 2026-08-27T08:04:24.160Z | Downloaded once_cell v1.21.3 |
| 291 | 2026-08-27T08:04:24.163Z | Downloaded heck v0.4.1 |
| 292 | 2026-08-27T08:04:24.163Z | Downloaded generic-array v0.14.7 |
| 293 | 2026-08-27T08:04:24.163Z | Downloaded scroll_derive v0.12.1 |
| 294 | 2026-08-27T08:04:24.166Z | Downloaded anstyle-query v1.1.5 |
| 295 | 2026-08-27T08:04:24.173Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-08-27T08:04:24.176Z | Downloaded utf8parse v0.2.2 |
| 297 | 2026-08-27T08:04:24.176Z | Downloaded terminal_size v0.4.3 |
| 298 | 2026-08-27T08:04:24.176Z | Downloaded version_check v0.9.5 |
| 299 | 2026-08-27T08:04:24.179Z | Downloaded serde_spanned v0.6.9 |
| 300 | 2026-08-27T08:04:24.183Z | Downloaded smawk v0.3.2 |
| 301 | 2026-08-27T08:04:24.183Z | Downloaded usdt-attr-macro v0.5.0 |
| 302 | 2026-08-27T08:04:24.186Z | Downloaded swrite v0.1.0 |
| 303 | 2026-08-27T08:04:24.186Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-08-27T08:04:24.189Z | Downloaded plain v0.2.3 |
| 305 | 2026-08-27T08:04:24.190Z | Downloaded usdt v0.5.0 |
| 306 | 2026-08-27T08:04:24.190Z | Downloaded toml_datetime v0.6.11 |
| 307 | 2026-08-27T08:04:24.193Z | Downloaded byteorder v1.5.0 |
| 308 | 2026-08-27T08:04:24.193Z | Downloaded digest v0.10.7 |
| 309 | 2026-08-27T08:04:24.197Z | Downloaded thread-id v4.2.2 |
| 310 | 2026-08-27T08:04:24.201Z | Downloaded toml_write v0.1.2 |
| 311 | 2026-08-27T08:04:24.202Z | Downloaded usdt-macro v0.5.0 |
| 312 | 2026-08-27T08:04:24.202Z | Downloaded strsim v0.11.1 |
| 313 | 2026-08-27T08:04:24.208Z | Downloaded textwrap v0.16.2 |
| 314 | 2026-08-27T08:04:24.212Z | Downloaded getrandom v0.4.3 |
| 315 | 2026-08-27T08:04:24.215Z | Downloaded anstyle v1.0.14 |
| 316 | 2026-08-27T08:04:24.218Z | Downloaded thiserror v2.0.18 |
| 317 | 2026-08-27T08:04:24.221Z | Downloaded memmap v0.7.0 |
| 318 | 2026-08-27T08:04:24.221Z | Downloaded thiserror v1.0.69 |
| 319 | 2026-08-27T08:04:24.225Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-08-27T08:04:24.230Z | Downloaded unicode-linebreak v0.1.5 |
| 321 | 2026-08-27T08:04:24.231Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-08-27T08:04:24.234Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-08-27T08:04:24.237Z | Downloaded proc-macro-error v1.0.4 |
| 324 | 2026-08-27T08:04:24.240Z | Downloaded scroll v0.12.0 |
| 325 | 2026-08-27T08:04:24.240Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-08-27T08:04:24.240Z | Downloaded zmij v1.0.21 |
| 327 | 2026-08-27T08:04:24.247Z | Downloaded papergrid v0.11.0 |
| 328 | 2026-08-27T08:04:24.252Z | Downloaded camino v1.2.5 |
| 329 | 2026-08-27T08:04:24.255Z | Downloaded bitflags v2.11.0 |
| 330 | 2026-08-27T08:04:24.255Z | Downloaded clap_derive v4.6.1 |
| 331 | 2026-08-27T08:04:24.259Z | Downloaded pest_generator v2.8.6 |
| 332 | 2026-08-27T08:04:24.259Z | Downloaded quote v1.0.45 |
| 333 | 2026-08-27T08:04:24.262Z | Downloaded tempfile v3.27.0 |
| 334 | 2026-08-27T08:04:24.262Z | Downloaded toml v0.8.23 |
| 335 | 2026-08-27T08:04:24.267Z | Downloaded unicode-ident v1.0.24 |
| 336 | 2026-08-27T08:04:24.270Z | Downloaded semver v1.0.28 |
| 337 | 2026-08-27T08:04:24.273Z | Downloaded serde_core v1.0.228 |
| 338 | 2026-08-27T08:04:24.273Z | Downloaded log v0.4.33 |
| 339 | 2026-08-27T08:04:24.274Z | Downloaded goblin v0.8.2 |
| 340 | 2026-08-27T08:04:24.277Z | Downloaded proc-macro2 v1.0.106 |
| 341 | 2026-08-27T08:04:24.284Z | Downloaded serde_derive v1.0.228 |
| 342 | 2026-08-27T08:04:24.289Z | Downloaded clap v4.6.1 |
| 343 | 2026-08-27T08:04:24.292Z | Downloaded zerocopy-derive v0.7.35 |
| 344 | 2026-08-27T08:04:24.297Z | Downloaded pest_meta v2.8.6 |
| 345 | 2026-08-27T08:04:24.297Z | Downloaded pest_derive v2.8.6 |
| 346 | 2026-08-27T08:04:24.300Z | Downloaded toml_edit v0.22.27 |
| 347 | 2026-08-27T08:04:24.300Z | Downloaded memchr v2.8.0 |
| 348 | 2026-08-27T08:04:24.312Z | Downloaded serde v1.0.228 |
| 349 | 2026-08-27T08:04:24.321Z | Downloaded typenum v1.20.1 |
| 350 | 2026-08-27T08:04:24.324Z | Downloaded indexmap v2.14.0 |
| 351 | 2026-08-27T08:04:24.341Z | Downloaded pest v2.8.6 |
| 352 | 2026-08-27T08:04:24.352Z | Downloaded hashbrown v0.17.0 |
| 353 | 2026-08-27T08:04:24.357Z | Downloaded clap_builder v4.6.0 |
| 354 | 2026-08-27T08:04:24.362Z | Downloaded serde_json v1.0.151 |
| 355 | 2026-08-27T08:04:24.374Z | Downloaded winnow v0.7.14 |
| 356 | 2026-08-27T08:04:24.384Z | Downloaded tabled v0.15.0 |
| 357 | 2026-08-27T08:04:24.389Z | Downloaded syn v1.0.109 |
| 358 | 2026-08-27T08:04:24.397Z | Downloaded syn v2.0.117 |
| 359 | 2026-08-27T08:04:24.400Z | Downloaded unicode-width v0.1.14 |
| 360 | 2026-08-27T08:04:24.403Z | Downloaded unicode-width v0.2.0 |
| 361 | 2026-08-27T08:04:24.424Z | Downloaded rustix v1.1.4 |
| 362 | 2026-08-27T08:04:24.438Z | Downloaded libc v0.2.185 |
| 363 | 2026-08-27T08:04:24.501Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-08-27T08:04:24.501Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-27T08:04:24.505Z | Compiling quote v1.0.45 |
| 366 | 2026-08-27T08:04:24.505Z | Compiling serde_core v1.0.228 |
| 367 | 2026-08-27T08:04:24.505Z | Compiling libc v0.2.185 |
| 368 | 2026-08-27T08:04:24.505Z | Compiling version_check v0.9.5 |
| 369 | 2026-08-27T08:04:24.505Z | Compiling memchr v2.8.0 |
| 370 | 2026-08-27T08:04:24.505Z | Compiling serde v1.0.228 |
| 371 | 2026-08-27T08:04:24.505Z | Compiling zmij v1.0.21 |
| 372 | 2026-08-27T08:04:24.678Z | Compiling ucd-trie v0.1.7 |
| 373 | 2026-08-27T08:04:24.681Z | Compiling itoa v1.0.17 |
| 374 | 2026-08-27T08:04:24.690Z | Compiling thiserror v1.0.69 |
| 375 | 2026-08-27T08:04:24.693Z | Compiling rustix v1.1.4 |
| 376 | 2026-08-27T08:04:24.693Z | Compiling byteorder v1.5.0 |
| 377 | 2026-08-27T08:04:25.008Z | Compiling bitflags v2.11.0 |
| 378 | 2026-08-27T08:04:25.045Z | Compiling serde_json v1.0.151 |
| 379 | 2026-08-27T08:04:25.121Z | Compiling proc-macro-error-attr v1.0.4 |
| 380 | 2026-08-27T08:04:25.156Z | Compiling usdt-impl v0.5.0 |
| 381 | 2026-08-27T08:04:25.245Z | Compiling pest v2.8.6 |
| 382 | 2026-08-27T08:04:25.248Z | Compiling camino v1.2.5 |
| 383 | 2026-08-27T08:04:25.332Z | Compiling syn v1.0.109 |
| 384 | 2026-08-27T08:04:25.351Z | Compiling proc-macro-error v1.0.4 |
| 385 | 2026-08-27T08:04:25.436Z | Compiling hashbrown v0.17.0 |
| 386 | 2026-08-27T08:04:25.487Z | Compiling equivalent v1.0.2 |
| 387 | 2026-08-27T08:04:25.502Z | Compiling log v0.4.33 |
| 388 | 2026-08-27T08:04:25.519Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-08-27T08:04:25.536Z | Compiling plain v0.2.3 |
| 390 | 2026-08-27T08:04:25.588Z | Compiling getrandom v0.4.3 |
| 391 | 2026-08-27T08:04:25.624Z | Compiling is_terminal_polyfill v1.70.2 |
| 392 | 2026-08-27T08:04:25.699Z | Compiling anstyle-parse v1.0.0 |
| 393 | 2026-08-27T08:04:25.702Z | Compiling cfg-if v1.0.4 |
| 394 | 2026-08-27T08:04:25.757Z | Compiling pretty-hex v0.4.1 |
| 395 | 2026-08-27T08:04:25.795Z | Compiling colorchoice v1.0.4 |
| 396 | 2026-08-27T08:04:25.795Z | Compiling thiserror v2.0.18 |
| 397 | 2026-08-27T08:04:25.831Z | Compiling winnow v0.7.14 |
| 398 | 2026-08-27T08:04:25.831Z | Compiling anstyle-query v1.1.5 |
| 399 | 2026-08-27T08:04:25.866Z | Compiling toml_write v0.1.2 |
| 400 | 2026-08-27T08:04:25.869Z | Compiling autocfg v1.5.0 |
| 401 | 2026-08-27T08:04:25.917Z | Compiling errno v0.3.14 |
| 402 | 2026-08-27T08:04:25.920Z | Compiling thread-id v4.2.2 |
| 403 | 2026-08-27T08:04:25.954Z | Compiling anstyle v1.0.14 |
| 404 | 2026-08-27T08:04:25.989Z | Compiling indexmap v2.14.0 |
| 405 | 2026-08-27T08:04:26.026Z | Compiling unicode-width v0.1.14 |
| 406 | 2026-08-27T08:04:26.093Z | Compiling bytecount v0.6.9 |
| 407 | 2026-08-27T08:04:26.127Z | Compiling once_cell v1.21.3 |
| 408 | 2026-08-27T08:04:26.144Z | Compiling fastrand v2.3.0 |
| 409 | 2026-08-27T08:04:26.189Z | Compiling syn v2.0.117 |
| 410 | 2026-08-27T08:04:26.242Z | Compiling anstream v1.0.0 |
| 411 | 2026-08-27T08:04:26.302Z | Compiling heck v0.5.0 |
| 412 | 2026-08-27T08:04:26.330Z | Compiling anyhow v1.0.104 |
| 413 | 2026-08-27T08:04:26.348Z | Compiling fs-err v3.3.0 |
| 414 | 2026-08-27T08:04:26.384Z | Compiling fnv v1.0.7 |
| 415 | 2026-08-27T08:04:26.430Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-08-27T08:04:26.490Z | Compiling heck v0.4.1 |
| 417 | 2026-08-27T08:04:26.522Z | Compiling strsim v0.11.1 |
| 418 | 2026-08-27T08:04:26.557Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-08-27T08:04:26.593Z | Compiling papergrid v0.11.0 |
| 420 | 2026-08-27T08:04:26.657Z | Compiling memmap v0.7.0 |
| 421 | 2026-08-27T08:04:26.673Z | Compiling smawk v0.3.2 |
| 422 | 2026-08-27T08:04:26.707Z | Compiling unicode-width v0.2.0 |
| 423 | 2026-08-27T08:04:26.712Z | Compiling unicode-linebreak v0.1.5 |
| 424 | 2026-08-27T08:04:26.805Z | Compiling swrite v0.1.0 |
| 425 | 2026-08-27T08:04:26.935Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-27T08:04:26.935Z | Compiling tempfile v3.27.0 |
| 427 | 2026-08-27T08:04:27.011Z | Compiling semver v1.0.28 |
| 428 | 2026-08-27T08:04:27.065Z | Compiling clap_builder v4.6.0 |
| 429 | 2026-08-27T08:04:27.095Z | Compiling cargo-platform v0.3.2 |
| 430 | 2026-08-27T08:04:27.115Z | Compiling textwrap v0.16.2 |
| 431 | 2026-08-27T08:04:27.306Z | Compiling camino-tempfile v1.4.1 |
| 432 | 2026-08-27T08:04:27.744Z | Compiling tabled_derive v0.7.0 |
| 433 | 2026-08-27T08:04:28.309Z | Compiling pest_generator v2.8.6 |
| 434 | 2026-08-27T08:04:28.368Z | Compiling tabled v0.15.0 |
| 435 | 2026-08-27T08:04:28.811Z | Compiling serde_derive v1.0.228 |
| 436 | 2026-08-27T08:04:28.811Z | Compiling thiserror-impl v1.0.69 |
| 437 | 2026-08-27T08:04:28.820Z | Compiling zerocopy-derive v0.7.35 |
| 438 | 2026-08-27T08:04:28.820Z | Compiling scroll_derive v0.12.1 |
| 439 | 2026-08-27T08:04:28.820Z | Compiling thiserror-impl v2.0.18 |
| 440 | 2026-08-27T08:04:28.820Z | Compiling clap_derive v4.6.1 |
| 441 | 2026-08-27T08:04:28.913Z | Compiling pest_derive v2.8.6 |
| 442 | 2026-08-27T08:04:29.402Z | Compiling scroll v0.12.0 |
| 443 | 2026-08-27T08:04:29.541Z | Compiling zerocopy v0.7.35 |
| 444 | 2026-08-27T08:04:29.617Z | Compiling goblin v0.8.2 |
| 445 | 2026-08-27T08:04:29.914Z | Compiling dtrace-parser v0.2.0 |
| 446 | 2026-08-27T08:04:30.102Z | Compiling clap v4.6.1 |
| 447 | 2026-08-27T08:04:31.230Z | Compiling toml_datetime v0.6.11 |
| 448 | 2026-08-27T08:04:31.230Z | Compiling serde_spanned v0.6.9 |
| 449 | 2026-08-27T08:04:31.233Z | Compiling cargo_metadata v0.23.1 |
| 450 | 2026-08-27T08:04:31.233Z | Compiling macaddr v1.0.1 |
| 451 | 2026-08-27T08:04:31.233Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 452 | 2026-08-27T08:04:31.248Z | Compiling dof v0.3.0 |
| 453 | 2026-08-27T08:04:31.251Z | Compiling serde_tokenstream v0.2.3 |
| 454 | 2026-08-27T08:04:31.442Z | Compiling toml_edit v0.22.27 |
| 455 | 2026-08-27T08:04:32.008Z | Compiling usdt-attr-macro v0.5.0 |
| 456 | 2026-08-27T08:04:32.011Z | Compiling usdt-macro v0.5.0 |
| 457 | 2026-08-27T08:04:32.591Z | Compiling usdt v0.5.0 |
| 458 | 2026-08-27T08:04:32.696Z | Compiling toml v0.8.23 |
| 459 | 2026-08-27T08:04:33.014Z | Compiling cargo_toml v0.21.0 |
| 460 | 2026-08-27T08:04:34.282Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 461 | 2026-08-27T08:04:36.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.08s |
| 462 | 2026-08-27T08:04:36.535Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 463 | 2026-08-27T08:04:37.051Z | Downloading crates ... |
| 464 | 2026-08-27T08:04:37.099Z | Downloaded aead v0.5.2 |
| 465 | 2026-08-27T08:04:37.103Z | Downloaded arrayref v0.3.9 |
| 466 | 2026-08-27T08:04:37.107Z | Downloaded async-recursion v1.1.1 |
| 467 | 2026-08-27T08:04:37.114Z | Downloaded adler2 v2.0.1 |
| 468 | 2026-08-27T08:04:37.122Z | Downloaded assert_matches v1.5.0 |
| 469 | 2026-08-27T08:04:37.125Z | Downloaded atomicwrites v0.4.4 |
| 470 | 2026-08-27T08:04:37.125Z | Downloaded base16ct v0.2.0 |
| 471 | 2026-08-27T08:04:37.129Z | Downloaded backtrace-ext v0.2.1 |
| 472 | 2026-08-27T08:04:37.132Z | Downloaded base16ct v1.0.0 |
| 473 | 2026-08-27T08:04:37.135Z | Downloaded ghash v0.6.0 |
| 474 | 2026-08-27T08:04:37.135Z | Downloaded fd-lock v4.0.4 |
| 475 | 2026-08-27T08:04:37.142Z | Downloaded bitfield-macros v0.19.4 |
| 476 | 2026-08-27T08:04:37.145Z | Downloaded async-stream-impl v0.3.6 |
| 477 | 2026-08-27T08:04:37.148Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 478 | 2026-08-27T08:04:37.153Z | Downloaded async-stream v0.3.6 |
| 479 | 2026-08-27T08:04:37.156Z | Downloaded castaway v0.2.4 |
| 480 | 2026-08-27T08:04:37.159Z | Downloaded globset v0.4.18 |
| 481 | 2026-08-27T08:04:37.159Z | Downloaded argon2 v0.5.3 |
| 482 | 2026-08-27T08:04:37.162Z | Downloaded form_urlencoded v1.2.2 |
| 483 | 2026-08-27T08:04:37.162Z | Downloaded bit-vec v0.6.3 |
| 484 | 2026-08-27T08:04:37.165Z | Downloaded atomic-waker v1.1.2 |
| 485 | 2026-08-27T08:04:37.166Z | Downloaded fixedbitset v0.4.2 |
| 486 | 2026-08-27T08:04:37.166Z | Downloaded flagset v0.4.7 |
| 487 | 2026-08-27T08:04:37.166Z | Downloaded foreign-types v0.3.2 |
| 488 | 2026-08-27T08:04:37.166Z | Downloaded foreign-types-macros v0.2.3 |
| 489 | 2026-08-27T08:04:37.169Z | Downloaded funty v2.0.0 |
| 490 | 2026-08-27T08:04:37.169Z | Downloaded futures-sink v0.3.32 |
| 491 | 2026-08-27T08:04:37.169Z | Downloaded float-ord v0.3.2 |
| 492 | 2026-08-27T08:04:37.169Z | Downloaded ascii-canvas v3.0.0 |
| 493 | 2026-08-27T08:04:37.169Z | Downloaded array-init v0.0.4 |
| 494 | 2026-08-27T08:04:37.169Z | Downloaded bit-set v0.8.0 |
| 495 | 2026-08-27T08:04:37.172Z | Downloaded bb8 v0.8.6 |
| 496 | 2026-08-27T08:04:37.172Z | Downloaded futures-io v0.3.32 |
| 497 | 2026-08-27T08:04:37.172Z | Downloaded env_logger v0.11.11 |
| 498 | 2026-08-27T08:04:37.175Z | Downloaded float-cmp v0.10.0 |
| 499 | 2026-08-27T08:04:37.175Z | Downloaded foreign-types-shared v0.1.1 |
| 500 | 2026-08-27T08:04:37.175Z | Downloaded atty v0.2.14 |
| 501 | 2026-08-27T08:04:37.178Z | Downloaded bitfield-struct v0.6.2 |
| 502 | 2026-08-27T08:04:37.178Z | Downloaded fallible-iterator v0.2.0 |
| 503 | 2026-08-27T08:04:37.181Z | Downloaded fs_extra v1.3.0 |
| 504 | 2026-08-27T08:04:37.181Z | Downloaded erased-serde v0.3.31 |
| 505 | 2026-08-27T08:04:37.181Z | Downloaded filetime v0.2.27 |
| 506 | 2026-08-27T08:04:37.184Z | Downloaded flume v0.11.1 |
| 507 | 2026-08-27T08:04:37.184Z | Downloaded const-oid v0.10.2 |
| 508 | 2026-08-27T08:04:37.187Z | Downloaded foreign-types v0.5.0 |
| 509 | 2026-08-27T08:04:37.187Z | Downloaded hex v0.4.3 |
| 510 | 2026-08-27T08:04:37.187Z | Downloaded compression-core v0.4.31 |
| 511 | 2026-08-27T08:04:37.187Z | Downloaded futures-core v0.3.32 |
| 512 | 2026-08-27T08:04:37.192Z | Downloaded futures-task v0.3.32 |
| 513 | 2026-08-27T08:04:37.192Z | Downloaded gethostname v0.5.0 |
| 514 | 2026-08-27T08:04:37.192Z | Downloaded futures-macro v0.3.32 |
| 515 | 2026-08-27T08:04:37.195Z | Downloaded ciborium-ll v0.2.2 |
| 516 | 2026-08-27T08:04:37.195Z | Downloaded foreign-types-shared v0.3.1 |
| 517 | 2026-08-27T08:04:37.195Z | Downloaded globwalk v0.9.1 |
| 518 | 2026-08-27T08:04:37.195Z | Downloaded hash32 v0.2.1 |
| 519 | 2026-08-27T08:04:37.195Z | Downloaded hash32 v0.3.1 |
| 520 | 2026-08-27T08:04:37.199Z | Downloaded headers-core v0.3.0 |
| 521 | 2026-08-27T08:04:37.199Z | Downloaded http-body v1.0.1 |
| 522 | 2026-08-27T08:04:37.199Z | Downloaded env_filter v2.0.0 |
| 523 | 2026-08-27T08:04:37.199Z | Downloaded cfg_aliases v0.1.1 |
| 524 | 2026-08-27T08:04:37.199Z | Downloaded normalize-line-endings v0.3.0 |
| 525 | 2026-08-27T08:04:37.203Z | Downloaded foldhash v0.2.0 |
| 526 | 2026-08-27T08:04:37.203Z | Downloaded find-msvc-tools v0.1.9 |
| 527 | 2026-08-27T08:04:37.203Z | Downloaded cfg_aliases v0.2.1 |
| 528 | 2026-08-27T08:04:37.206Z | Downloaded foldhash v0.1.5 |
| 529 | 2026-08-27T08:04:37.206Z | Downloaded ff v0.13.1 |
| 530 | 2026-08-27T08:04:37.206Z | Downloaded ciborium-io v0.2.2 |
| 531 | 2026-08-27T08:04:37.206Z | Downloaded cobs v0.3.0 |
| 532 | 2026-08-27T08:04:37.209Z | Downloaded git-stub v1.0.0 |
| 533 | 2026-08-27T08:04:37.209Z | Downloaded futures-channel v0.3.32 |
| 534 | 2026-08-27T08:04:37.213Z | Downloaded git-stub-vcs v0.1.0 |
| 535 | 2026-08-27T08:04:37.213Z | Downloaded bit-set v0.5.3 |
| 536 | 2026-08-27T08:04:37.216Z | Downloaded fxhash v0.2.1 |
| 537 | 2026-08-27T08:04:37.216Z | Downloaded hex-literal v1.1.0 |
| 538 | 2026-08-27T08:04:37.219Z | Downloaded cassowary v0.3.0 |
| 539 | 2026-08-27T08:04:37.219Z | Downloaded backoff v0.4.0 |
| 540 | 2026-08-27T08:04:37.219Z | Downloaded arrayvec v0.7.6 |
| 541 | 2026-08-27T08:04:37.222Z | Downloaded hostname v0.4.2 |
| 542 | 2026-08-27T08:04:37.225Z | Downloaded aead v0.6.1 |
| 543 | 2026-08-27T08:04:37.225Z | Downloaded bitflags v1.3.2 |
| 544 | 2026-08-27T08:04:37.225Z | Downloaded chacha20 v0.9.1 |
| 545 | 2026-08-27T08:04:37.229Z | Downloaded bit-vec v0.8.0 |
| 546 | 2026-08-27T08:04:37.231Z | Downloaded httpdate v1.0.3 |
| 547 | 2026-08-27T08:04:37.234Z | Downloaded home v0.5.12 |
| 548 | 2026-08-27T08:04:37.234Z | Downloaded hostname v0.3.1 |
| 549 | 2026-08-27T08:04:37.237Z | Downloaded http-range v0.1.5 |
| 550 | 2026-08-27T08:04:37.237Z | Downloaded block-buffer v0.12.1 |
| 551 | 2026-08-27T08:04:37.243Z | Downloaded block-padding v0.4.2 |
| 552 | 2026-08-27T08:04:37.246Z | Downloaded nodrop v0.1.14 |
| 553 | 2026-08-27T08:04:37.246Z | Downloaded openssl-macros v0.1.1 |
| 554 | 2026-08-27T08:04:37.250Z | Downloaded addr2line v0.25.1 |
| 555 | 2026-08-27T08:04:37.250Z | Downloaded glob v0.3.3 |
| 556 | 2026-08-27T08:04:37.257Z | Downloaded group v0.14.0 |
| 557 | 2026-08-27T08:04:37.257Z | Downloaded fixedbitset v0.5.7 |
| 558 | 2026-08-27T08:04:37.257Z | Downloaded futures-executor v0.3.32 |
| 559 | 2026-08-27T08:04:37.266Z | Downloaded hubpack_derive v0.1.1 |
| 560 | 2026-08-27T08:04:37.266Z | Downloaded num_threads v0.1.7 |
| 561 | 2026-08-27T08:04:37.269Z | Downloaded oxide-generation-macros v0.2.0 |
| 562 | 2026-08-27T08:04:37.269Z | Downloaded highway v1.3.0 |
| 563 | 2026-08-27T08:04:37.269Z | Downloaded ff v0.14.0 |
| 564 | 2026-08-27T08:04:37.269Z | Downloaded anstream v0.6.21 |
| 565 | 2026-08-27T08:04:37.273Z | Downloaded async-trait v0.1.89 |
| 566 | 2026-08-27T08:04:37.273Z | Downloaded bitfield v0.19.4 |
| 567 | 2026-08-27T08:04:37.273Z | Downloaded powerfmt v0.2.0 |
| 568 | 2026-08-27T08:04:37.279Z | Downloaded cbc v0.2.1 |
| 569 | 2026-08-27T08:04:37.282Z | Downloaded cexpr v0.6.0 |
| 570 | 2026-08-27T08:04:37.282Z | Downloaded psl-types v2.0.11 |
| 571 | 2026-08-27T08:04:37.282Z | Downloaded recursive v0.1.1 |
| 572 | 2026-08-27T08:04:37.282Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 573 | 2026-08-27T08:04:37.282Z | Downloaded byte-wrapper v0.1.0 |
| 574 | 2026-08-27T08:04:37.283Z | Downloaded camino-tempfile-ext v0.3.3 |
| 575 | 2026-08-27T08:04:37.283Z | Downloaded cmov v0.5.4 |
| 576 | 2026-08-27T08:04:37.283Z | Downloaded rand_xorshift v0.4.0 |
| 577 | 2026-08-27T08:04:37.286Z | Downloaded path-slash v0.1.5 |
| 578 | 2026-08-27T08:04:37.289Z | Downloaded percent-encoding v2.3.2 |
| 579 | 2026-08-27T08:04:37.292Z | Downloaded proc-macro-crate v1.3.1 |
| 580 | 2026-08-27T08:04:37.292Z | Downloaded proc-macro-crate v3.4.0 |
| 581 | 2026-08-27T08:04:37.299Z | Downloaded base64ct v1.8.3 |
| 582 | 2026-08-27T08:04:37.302Z | Downloaded hubpack v0.1.2 |
| 583 | 2026-08-27T08:04:37.303Z | Downloaded cipher v0.5.2 |
| 584 | 2026-08-27T08:04:37.303Z | Downloaded compression-codecs v0.4.37 |
| 585 | 2026-08-27T08:04:37.307Z | Downloaded http-body-util v0.1.3 |
| 586 | 2026-08-27T08:04:37.307Z | Downloaded backon v1.6.0 |
| 587 | 2026-08-27T08:04:37.311Z | Downloaded fs-err v2.11.0 |
| 588 | 2026-08-27T08:04:37.311Z | Downloaded hyper-tls v0.6.0 |
| 589 | 2026-08-27T08:04:37.311Z | Downloaded blake2 v0.10.6 |
| 590 | 2026-08-27T08:04:37.314Z | Downloaded cipher v0.4.4 |
| 591 | 2026-08-27T08:04:37.316Z | Downloaded bs58 v0.5.1 |
| 592 | 2026-08-27T08:04:37.319Z | Downloaded buf-list v1.1.2 |
| 593 | 2026-08-27T08:04:37.319Z | Downloaded group v0.13.0 |
| 594 | 2026-08-27T08:04:37.322Z | Downloaded hyper-staticfile v0.10.1 |
| 595 | 2026-08-27T08:04:37.322Z | Downloaded scopeguard v1.2.0 |
| 596 | 2026-08-27T08:04:37.322Z | Downloaded scroll_derive v0.13.1 |
| 597 | 2026-08-27T08:04:37.325Z | Downloaded signal-hook-tokio v0.3.1 |
| 598 | 2026-08-27T08:04:37.328Z | Downloaded rustc-hash v2.1.1 |
| 599 | 2026-08-27T08:04:37.328Z | Downloaded getrandom v0.2.17 |
| 600 | 2026-08-27T08:04:37.331Z | Downloaded allocator-api2 v0.2.21 |
| 601 | 2026-08-27T08:04:37.335Z | Downloaded password-hash v0.5.0 |
| 602 | 2026-08-27T08:04:37.335Z | Downloaded anstyle-parse v0.2.7 |
| 603 | 2026-08-27T08:04:37.338Z | Downloaded sponge-cursor v0.1.0 |
| 604 | 2026-08-27T08:04:37.338Z | Downloaded sha1 v0.10.6 |
| 605 | 2026-08-27T08:04:37.341Z | Downloaded futures v0.3.32 |
| 606 | 2026-08-27T08:04:37.344Z | Downloaded hyper-rustls v0.27.7 |
| 607 | 2026-08-27T08:04:37.348Z | Downloaded generic-array v1.4.3 |
| 608 | 2026-08-27T08:04:37.348Z | Downloaded getrandom v0.3.4 |
| 609 | 2026-08-27T08:04:37.351Z | Downloaded pem v3.0.6 |
| 610 | 2026-08-27T08:04:37.351Z | Downloaded phf v0.13.1 |
| 611 | 2026-08-27T08:04:37.351Z | Downloaded subtle v2.6.1 |
| 612 | 2026-08-27T08:04:37.351Z | Downloaded stable_deref_trait v1.2.1 |
| 613 | 2026-08-27T08:04:37.351Z | Downloaded take_mut v0.2.2 |
| 614 | 2026-08-27T08:04:37.351Z | Downloaded tap v1.0.1 |
| 615 | 2026-08-27T08:04:37.351Z | Downloaded pkcs8 v0.10.2 |
| 616 | 2026-08-27T08:04:37.354Z | Downloaded fatfs v0.3.6 |
| 617 | 2026-08-27T08:04:37.354Z | Downloaded phf_shared v0.11.3 |
| 618 | 2026-08-27T08:04:37.354Z | Downloaded argon2 v0.6.0-rc.8 |
| 619 | 2026-08-27T08:04:37.357Z | Downloaded num-complex v0.4.6 |
| 620 | 2026-08-27T08:04:37.357Z | Downloaded num_enum v0.5.11 |
| 621 | 2026-08-27T08:04:37.363Z | Downloaded psm v0.1.30 |
| 622 | 2026-08-27T08:04:37.366Z | Downloaded async-bb8-diesel v0.2.1 |
| 623 | 2026-08-27T08:04:37.366Z | Downloaded colored v2.2.0 |
| 624 | 2026-08-27T08:04:37.366Z | Downloaded rand_seeder v0.4.0 |
| 625 | 2026-08-27T08:04:37.371Z | Downloaded blowfish v0.10.0 |
| 626 | 2026-08-27T08:04:37.375Z | Downloaded console v0.16.2 |
| 627 | 2026-08-27T08:04:37.375Z | Downloaded unarray v0.1.4 |
| 628 | 2026-08-27T08:04:37.375Z | Downloaded utf-8 v0.7.6 |
| 629 | 2026-08-27T08:04:37.376Z | Downloaded phf v0.12.1 |
| 630 | 2026-08-27T08:04:37.380Z | Downloaded rand_core v0.9.5 |
| 631 | 2026-08-27T08:04:37.380Z | Downloaded scroll v0.13.0 |
| 632 | 2026-08-27T08:04:37.385Z | Downloaded scrypt v0.12.0 |
| 633 | 2026-08-27T08:04:37.390Z | Downloaded iana-time-zone v0.1.65 |
| 634 | 2026-08-27T08:04:37.393Z | Downloaded usdt v0.6.0 |
| 635 | 2026-08-27T08:04:37.393Z | Downloaded httparse v1.10.1 |
| 636 | 2026-08-27T08:04:37.393Z | Downloaded want v0.3.1 |
| 637 | 2026-08-27T08:04:37.397Z | Downloaded bzip2 v0.6.1 |
| 638 | 2026-08-27T08:04:37.397Z | Downloaded half v1.8.3 |
| 639 | 2026-08-27T08:04:37.397Z | Downloaded humantime v2.3.0 |
| 640 | 2026-08-27T08:04:37.397Z | Downloaded hybrid-array v0.4.13 |
| 641 | 2026-08-27T08:04:37.401Z | Downloaded sec1 v0.7.3 |
| 642 | 2026-08-27T08:04:37.413Z | Downloaded ahash v0.8.12 |
| 643 | 2026-08-27T08:04:37.413Z | Downloaded yoke-derive v0.8.1 |
| 644 | 2026-08-27T08:04:37.413Z | Downloaded bzip2 v0.4.4 |
| 645 | 2026-08-27T08:04:37.413Z | Downloaded cancel-safe-futures v0.1.5 |
| 646 | 2026-08-27T08:04:37.413Z | Downloaded colored v3.1.1 |
| 647 | 2026-08-27T08:04:37.413Z | Downloaded console v0.15.11 |
| 648 | 2026-08-27T08:04:37.413Z | Downloaded blake2 v0.11.0-rc.6 |
| 649 | 2026-08-27T08:04:37.413Z | Downloaded const-oid v0.9.6 |
| 650 | 2026-08-27T08:04:37.416Z | Downloaded convert_case v0.4.0 |
| 651 | 2026-08-27T08:04:37.416Z | Downloaded spki v0.8.0 |
| 652 | 2026-08-27T08:04:37.416Z | Downloaded slog-dtrace v0.3.0 |
| 653 | 2026-08-27T08:04:37.416Z | Downloaded cmake v0.1.57 |
| 654 | 2026-08-27T08:04:37.416Z | Downloaded string_cache v0.8.9 |
| 655 | 2026-08-27T08:04:37.416Z | Downloaded structmeta v0.3.0 |
| 656 | 2026-08-27T08:04:37.416Z | Downloaded synstructure v0.13.2 |
| 657 | 2026-08-27T08:04:37.417Z | Downloaded tls_codec v0.4.2 |
| 658 | 2026-08-27T08:04:37.420Z | Downloaded darling_macro v0.21.3 |
| 659 | 2026-08-27T08:04:37.420Z | Downloaded darling_macro v0.23.0 |
| 660 | 2026-08-27T08:04:37.420Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 661 | 2026-08-27T08:04:37.423Z | Downloaded pkcs8 v0.11.0 |
| 662 | 2026-08-27T08:04:37.423Z | Downloaded difflib v0.4.0 |
| 663 | 2026-08-27T08:04:37.423Z | Downloaded hmac v0.13.0 |
| 664 | 2026-08-27T08:04:37.423Z | Downloaded tiny-keccak v2.0.2 |
| 665 | 2026-08-27T08:04:37.426Z | Downloaded tls_codec_derive v0.4.2 |
| 666 | 2026-08-27T08:04:37.431Z | Downloaded slog-term v2.9.2 |
| 667 | 2026-08-27T08:04:37.435Z | Downloaded smallvec v0.6.14 |
| 668 | 2026-08-27T08:04:37.438Z | Downloaded strum_macros v0.24.3 |
| 669 | 2026-08-27T08:04:37.438Z | Downloaded thread_local v1.1.9 |
| 670 | 2026-08-27T08:04:37.441Z | Downloaded tui-tree-widget v0.23.1 |
| 671 | 2026-08-27T08:04:37.444Z | Downloaded crunchy v0.2.4 |
| 672 | 2026-08-27T08:04:37.444Z | Downloaded cstr-argument v0.1.2 |
| 673 | 2026-08-27T08:04:37.444Z | Downloaded darling_macro v0.20.11 |
| 674 | 2026-08-27T08:04:37.444Z | Downloaded dirs-sys-next v0.1.2 |
| 675 | 2026-08-27T08:04:37.444Z | Downloaded display-error-chain v0.2.2 |
| 676 | 2026-08-27T08:04:37.448Z | Downloaded embedded-io v0.6.1 |
| 677 | 2026-08-27T08:04:37.448Z | Downloaded illumos-nvpair v0.3.0 |
| 678 | 2026-08-27T08:04:37.452Z | Downloaded instant v0.1.13 |
| 679 | 2026-08-27T08:04:37.452Z | Downloaded dtrace-parser v0.3.0 |
| 680 | 2026-08-27T08:04:37.455Z | Downloaded instability v0.3.11 |
| 681 | 2026-08-27T08:04:37.455Z | Downloaded bcs v0.1.6 |
| 682 | 2026-08-27T08:04:37.458Z | Downloaded serde_with_macros v1.5.2 |
| 683 | 2026-08-27T08:04:37.461Z | Downloaded chacha20 v0.10.0 |
| 684 | 2026-08-27T08:04:37.461Z | Downloaded clang-sys v1.8.1 |
| 685 | 2026-08-27T08:04:37.465Z | Downloaded ciborium v0.2.2 |
| 686 | 2026-08-27T08:04:37.468Z | Downloaded parking_lot v0.11.2 |
| 687 | 2026-08-27T08:04:37.471Z | Downloaded progenitor-extras v0.2.0 |
| 688 | 2026-08-27T08:04:37.471Z | Downloaded half v2.7.1 |
| 689 | 2026-08-27T08:04:37.474Z | Downloaded tokio-tungstenite v0.23.1 |
| 690 | 2026-08-27T08:04:37.474Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 691 | 2026-08-27T08:04:37.477Z | Downloaded hmac v0.12.1 |
| 692 | 2026-08-27T08:04:37.477Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 693 | 2026-08-27T08:04:37.477Z | Downloaded whoami v1.6.1 |
| 694 | 2026-08-27T08:04:37.480Z | Downloaded lazy_static v1.5.0 |
| 695 | 2026-08-27T08:04:37.480Z | Downloaded md-5 v0.10.6 |
| 696 | 2026-08-27T08:04:37.487Z | Downloaded linked-hash-map v0.5.6 |
| 697 | 2026-08-27T08:04:37.490Z | Downloaded lru v0.12.5 |
| 698 | 2026-08-27T08:04:37.493Z | Downloaded flate2 v1.1.9 |
| 699 | 2026-08-27T08:04:37.493Z | Downloaded heapless v0.8.0 |
| 700 | 2026-08-27T08:04:37.496Z | Downloaded bytes v1.11.1 |
| 701 | 2026-08-27T08:04:37.499Z | Downloaded arc-swap v1.8.2 |
| 702 | 2026-08-27T08:04:37.499Z | Downloaded vsss-rs v3.3.4 |
| 703 | 2026-08-27T08:04:37.502Z | Downloaded num_enum_derive v0.5.11 |
| 704 | 2026-08-27T08:04:37.502Z | Downloaded openssl-probe v0.1.6 |
| 705 | 2026-08-27T08:04:37.502Z | Downloaded parse-size v1.1.0 |
| 706 | 2026-08-27T08:04:37.506Z | Downloaded elliptic-curve v0.14.1 |
| 707 | 2026-08-27T08:04:37.507Z | Downloaded password-hash v0.6.1 |
| 708 | 2026-08-27T08:04:37.509Z | Downloaded progenitor-impl v0.13.0 |
| 709 | 2026-08-27T08:04:37.514Z | Downloaded base64 v0.22.1 |
| 710 | 2026-08-27T08:04:37.517Z | Downloaded wyz v0.5.1 |
| 711 | 2026-08-27T08:04:37.524Z | Downloaded tokio-stream v0.1.18 |
| 712 | 2026-08-27T08:04:37.524Z | Downloaded num-iter v0.1.45 |
| 713 | 2026-08-27T08:04:37.527Z | Downloaded unicode-properties v0.1.4 |
| 714 | 2026-08-27T08:04:37.527Z | Downloaded ed25519 v2.2.3 |
| 715 | 2026-08-27T08:04:37.527Z | Downloaded indoc v2.0.7 |
| 716 | 2026-08-27T08:04:37.527Z | Downloaded supports-hyperlinks v3.2.0 |
| 717 | 2026-08-27T08:04:37.530Z | Downloaded critical-section v1.2.0 |
| 718 | 2026-08-27T08:04:37.530Z | Downloaded quick-error v1.2.3 |
| 719 | 2026-08-27T08:04:37.530Z | Downloaded radium v0.7.0 |
| 720 | 2026-08-27T08:04:37.533Z | Downloaded progenitor-macro v0.14.0 |
| 721 | 2026-08-27T08:04:37.533Z | Downloaded rand_pcg v0.10.2 |
| 722 | 2026-08-27T08:04:37.536Z | Downloaded signal-hook v0.3.18 |
| 723 | 2026-08-27T08:04:37.540Z | Downloaded der_derive v0.7.3 |
| 724 | 2026-08-27T08:04:37.546Z | Downloaded heapless v0.7.17 |
| 725 | 2026-08-27T08:04:37.549Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 726 | 2026-08-27T08:04:37.552Z | Downloaded libsw v3.5.0 |
| 727 | 2026-08-27T08:04:37.555Z | Downloaded russh-util v0.52.0 |
| 728 | 2026-08-27T08:04:37.555Z | Downloaded russh-cryptovec v0.62.0 |
| 729 | 2026-08-27T08:04:37.558Z | Downloaded omicron-zone-package v0.12.3 |
| 730 | 2026-08-27T08:04:37.573Z | Downloaded hickory-resolver v0.25.2 |
| 731 | 2026-08-27T08:04:37.573Z | Downloaded oso v0.27.3 |
| 732 | 2026-08-27T08:04:37.573Z | Downloaded sapling-renderdag v0.1.0 |
| 733 | 2026-08-27T08:04:37.573Z | Downloaded scheduled-thread-pool v0.2.7 |
| 734 | 2026-08-27T08:04:37.573Z | Downloaded zerocopy v0.6.6 |
| 735 | 2026-08-27T08:04:37.573Z | Downloaded module-lattice v0.2.3 |
| 736 | 2026-08-27T08:04:37.573Z | Downloaded slog v2.8.2 |
| 737 | 2026-08-27T08:04:37.573Z | Downloaded chacha20poly1305 v0.10.1 |
| 738 | 2026-08-27T08:04:37.573Z | Downloaded papergrid v0.18.0 |
| 739 | 2026-08-27T08:04:37.573Z | Downloaded socket2 v0.5.10 |
| 740 | 2026-08-27T08:04:37.576Z | Downloaded expectorate v1.2.0 |
| 741 | 2026-08-27T08:04:37.577Z | Downloaded tracing-attributes v0.1.31 |
| 742 | 2026-08-27T08:04:37.577Z | Downloaded darling v0.20.11 |
| 743 | 2026-08-27T08:04:37.590Z | Downloaded enum_dispatch v0.3.13 |
| 744 | 2026-08-27T08:04:37.590Z | Downloaded vergen-lib v0.1.6 |
| 745 | 2026-08-27T08:04:37.590Z | Downloaded oxide-generation v0.1.3 |
| 746 | 2026-08-27T08:04:37.590Z | Downloaded semver v0.1.20 |
| 747 | 2026-08-27T08:04:37.596Z | Downloaded tower-layer v0.3.3 |
| 748 | 2026-08-27T08:04:37.596Z | Downloaded serde_bytes v0.11.19 |
| 749 | 2026-08-27T08:04:37.597Z | Downloaded tower-service v0.3.3 |
| 750 | 2026-08-27T08:04:37.597Z | Downloaded serde_urlencoded v0.7.1 |
| 751 | 2026-08-27T08:04:37.597Z | Downloaded compact_str v0.8.1 |
| 752 | 2026-08-27T08:04:37.597Z | Downloaded paste v1.0.15 |
| 753 | 2026-08-27T08:04:37.597Z | Downloaded phc v0.6.1 |
| 754 | 2026-08-27T08:04:37.597Z | Downloaded num_enum_derive v0.7.6 |
| 755 | 2026-08-27T08:04:37.597Z | Downloaded backtrace v0.3.76 |
| 756 | 2026-08-27T08:04:37.597Z | Downloaded rustls-platform-verifier v0.6.2 |
| 757 | 2026-08-27T08:04:37.601Z | Downloaded knus-derive v3.4.0 |
| 758 | 2026-08-27T08:04:37.601Z | Downloaded shell-words v1.1.1 |
| 759 | 2026-08-27T08:04:37.601Z | Downloaded tungstenite v0.21.0 |
| 760 | 2026-08-27T08:04:37.604Z | Downloaded nanorand v0.7.0 |
| 761 | 2026-08-27T08:04:37.609Z | Downloaded structmeta-derive v0.3.0 |
| 762 | 2026-08-27T08:04:37.612Z | Downloaded ingot v0.2.1 |
| 763 | 2026-08-27T08:04:37.613Z | Downloaded pkg-config v0.3.32 |
| 764 | 2026-08-27T08:04:37.613Z | Downloaded rand_core v0.10.0 |
| 765 | 2026-08-27T08:04:37.613Z | Downloaded universal-hash v0.6.1 |
| 766 | 2026-08-27T08:04:37.613Z | Downloaded untrusted v0.7.1 |
| 767 | 2026-08-27T08:04:37.616Z | Downloaded xshell-macros v0.2.7 |
| 768 | 2026-08-27T08:04:37.617Z | Downloaded supports-unicode v3.0.0 |
| 769 | 2026-08-27T08:04:37.617Z | Downloaded testing_table v0.3.0 |
| 770 | 2026-08-27T08:04:37.617Z | Downloaded rustls-pemfile v2.2.0 |
| 771 | 2026-08-27T08:04:37.620Z | Downloaded tokio-macros v2.7.0 |
| 772 | 2026-08-27T08:04:37.620Z | Downloaded unicode-truncate v1.1.0 |
| 773 | 2026-08-27T08:04:37.624Z | Downloaded headers v0.4.1 |
| 774 | 2026-08-27T08:04:37.624Z | Downloaded wait-timeout v0.2.1 |
| 775 | 2026-08-27T08:04:37.627Z | Downloaded similar v2.7.0 |
| 776 | 2026-08-27T08:04:37.633Z | Downloaded corncobs v0.1.4 |
| 777 | 2026-08-27T08:04:37.634Z | Downloaded rustls-native-certs v0.8.3 |
| 778 | 2026-08-27T08:04:37.638Z | Downloaded zone v0.3.1 |
| 779 | 2026-08-27T08:04:37.639Z | Downloaded derive_builder v0.20.2 |
| 780 | 2026-08-27T08:04:37.639Z | Downloaded shlex v1.3.0 |
| 781 | 2026-08-27T08:04:37.643Z | Downloaded port-file v0.1.0 |
| 782 | 2026-08-27T08:04:37.643Z | Downloaded parking_lot_core v0.8.6 |
| 783 | 2026-08-27T08:04:37.646Z | Downloaded pin-project-internal v1.1.11 |
| 784 | 2026-08-27T08:04:37.646Z | Downloaded proc-macro-error2 v2.0.1 |
| 785 | 2026-08-27T08:04:37.646Z | Downloaded r2d2 v0.8.10 |
| 786 | 2026-08-27T08:04:37.649Z | Downloaded darling_macro v0.13.4 |
| 787 | 2026-08-27T08:04:37.650Z | Downloaded signal-hook-mio v0.2.5 |
| 788 | 2026-08-27T08:04:37.650Z | Downloaded smf v0.2.3 |
| 789 | 2026-08-27T08:04:37.654Z | Downloaded strum_macros v0.27.2 |
| 790 | 2026-08-27T08:04:37.654Z | Downloaded base64 v0.21.7 |
| 791 | 2026-08-27T08:04:37.680Z | Downloaded cc v1.2.56 |
| 792 | 2026-08-27T08:04:37.680Z | Downloaded bumpalo v3.20.2 |
| 793 | 2026-08-27T08:04:37.680Z | Downloaded oxide-update-engine-types v0.1.2 |
| 794 | 2026-08-27T08:04:37.697Z | Downloaded digest-io v0.1.0 |
| 795 | 2026-08-27T08:04:37.697Z | Downloaded prettyplease v0.2.37 |
| 796 | 2026-08-27T08:04:37.697Z | Downloaded dyn-clone v1.0.20 |
| 797 | 2026-08-27T08:04:37.697Z | Downloaded pkcs5 v0.8.1 |
| 798 | 2026-08-27T08:04:37.697Z | Downloaded ecdsa v0.17.0 |
| 799 | 2026-08-27T08:04:37.697Z | Downloaded unsafe-libyaml v0.2.11 |
| 800 | 2026-08-27T08:04:37.697Z | Downloaded publicsuffix v2.3.0 |
| 801 | 2026-08-27T08:04:37.697Z | Downloaded rustls-webpki v0.103.13 |
| 802 | 2026-08-27T08:04:37.698Z | Downloaded scuffle v0.1.0 |
| 803 | 2026-08-27T08:04:37.698Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 804 | 2026-08-27T08:04:37.698Z | Downloaded lock_api v0.4.14 |
| 805 | 2026-08-27T08:04:37.698Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 806 | 2026-08-27T08:04:37.698Z | Downloaded ignore v0.4.25 |
| 807 | 2026-08-27T08:04:37.698Z | Downloaded ident_case v1.0.1 |
| 808 | 2026-08-27T08:04:37.698Z | Downloaded inout v0.1.4 |
| 809 | 2026-08-27T08:04:37.698Z | Downloaded ssh-encoding v0.3.0 |
| 810 | 2026-08-27T08:04:37.698Z | Downloaded mime v0.3.17 |
| 811 | 2026-08-27T08:04:37.698Z | Downloaded dof v0.4.0 |
| 812 | 2026-08-27T08:04:37.705Z | Downloaded new_debug_unreachable v1.0.6 |
| 813 | 2026-08-27T08:04:37.705Z | Downloaded futures-util v0.3.32 |
| 814 | 2026-08-27T08:04:37.705Z | Downloaded hickory-resolver v0.24.4 |
| 815 | 2026-08-27T08:04:37.705Z | Downloaded libbz2-rs-sys v0.2.2 |
| 816 | 2026-08-27T08:04:37.706Z | Downloaded ar_archive_writer v0.5.1 |
| 817 | 2026-08-27T08:04:37.706Z | Downloaded http v1.4.2 |
| 818 | 2026-08-27T08:04:37.706Z | Downloaded hashbrown v0.12.3 |
| 819 | 2026-08-27T08:04:37.724Z | Downloaded hashbrown v0.13.2 |
| 820 | 2026-08-27T08:04:37.724Z | Downloaded hyper-util v0.1.20 |
| 821 | 2026-08-27T08:04:37.725Z | Downloaded native-tls v0.2.18 |
| 822 | 2026-08-27T08:04:37.728Z | Downloaded tokio-native-tls v0.3.1 |
| 823 | 2026-08-27T08:04:37.728Z | Downloaded unicase v2.9.0 |
| 824 | 2026-08-27T08:04:37.728Z | Downloaded opaque-debug v0.3.1 |
| 825 | 2026-08-27T08:04:37.728Z | Downloaded writeable v0.6.2 |
| 826 | 2026-08-27T08:04:37.728Z | Downloaded zeroize_derive v1.5.0 |
| 827 | 2026-08-27T08:04:37.728Z | Downloaded maybe-uninit v2.0.0 |
| 828 | 2026-08-27T08:04:37.729Z | Downloaded num-conv v0.2.0 |
| 829 | 2026-08-27T08:04:37.729Z | Downloaded cpubits v0.1.1 |
| 830 | 2026-08-27T08:04:37.729Z | Downloaded ctr v0.10.1 |
| 831 | 2026-08-27T08:04:37.729Z | Downloaded newtype_derive v0.1.6 |
| 832 | 2026-08-27T08:04:37.729Z | Downloaded olpc-cjson v0.1.4 |
| 833 | 2026-08-27T08:04:37.729Z | Downloaded schemars v0.8.22 |
| 834 | 2026-08-27T08:04:37.729Z | Downloaded parse-display v0.10.0 |
| 835 | 2026-08-27T08:04:37.729Z | Downloaded precomputed-hash v0.1.1 |
| 836 | 2026-08-27T08:04:37.729Z | Downloaded tar v0.4.46 |
| 837 | 2026-08-27T08:04:37.729Z | Downloaded crc-any v2.5.0 |
| 838 | 2026-08-27T08:04:37.734Z | Downloaded phf_shared v0.12.1 |
| 839 | 2026-08-27T08:04:37.734Z | Downloaded owo-colors v4.3.0 |
| 840 | 2026-08-27T08:04:37.734Z | Downloaded delegate v0.13.5 |
| 841 | 2026-08-27T08:04:37.734Z | Downloaded postcard v1.1.3 |
| 842 | 2026-08-27T08:04:37.757Z | Downloaded zstd v0.13.3 |
| 843 | 2026-08-27T08:04:37.757Z | Downloaded async-compression v0.4.41 |
| 844 | 2026-08-27T08:04:37.757Z | Downloaded serde-big-array v0.5.1 |
| 845 | 2026-08-27T08:04:37.765Z | Downloaded p384 v0.14.0 |
| 846 | 2026-08-27T08:04:37.765Z | Downloaded constant_time_eq v0.4.2 |
| 847 | 2026-08-27T08:04:37.765Z | Downloaded samael v0.0.19 |
| 848 | 2026-08-27T08:04:37.765Z | Downloaded icu_normalizer_data v2.1.1 |
| 849 | 2026-08-27T08:04:37.765Z | Downloaded rpassword v7.5.4 |
| 850 | 2026-08-27T08:04:37.765Z | Downloaded daft v0.1.8 |
| 851 | 2026-08-27T08:04:37.766Z | Downloaded serde_cbor v0.11.2 |
| 852 | 2026-08-27T08:04:37.766Z | Downloaded chumsky v0.9.3 |
| 853 | 2026-08-27T08:04:37.766Z | Downloaded lalrpop-util v0.19.12 |
| 854 | 2026-08-27T08:04:37.766Z | Downloaded ipnetwork v0.21.1 |
| 855 | 2026-08-27T08:04:37.783Z | Downloaded sqlparser_derive v0.5.0 |
| 856 | 2026-08-27T08:04:37.784Z | Downloaded ena v0.14.4 |
| 857 | 2026-08-27T08:04:37.784Z | Downloaded signature v3.0.0 |
| 858 | 2026-08-27T08:04:37.784Z | Downloaded sha1 v0.11.0 |
| 859 | 2026-08-27T08:04:37.788Z | Downloaded zip v0.6.6 |
| 860 | 2026-08-27T08:04:37.789Z | Downloaded tinyvec_macros v0.1.1 |
| 861 | 2026-08-27T08:04:37.791Z | Downloaded term v1.2.1 |
| 862 | 2026-08-27T08:04:37.792Z | Downloaded crossbeam-utils v0.8.21 |
| 863 | 2026-08-27T08:04:37.798Z | Downloaded serde_yaml v0.9.34+deprecated |
| 864 | 2026-08-27T08:04:37.798Z | Downloaded snafu-derive v0.8.9 |
| 865 | 2026-08-27T08:04:37.798Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 866 | 2026-08-27T08:04:37.798Z | Downloaded keccak v0.2.0 |
| 867 | 2026-08-27T08:04:37.799Z | Downloaded predicates v3.1.4 |
| 868 | 2026-08-27T08:04:37.801Z | Downloaded progenitor-client v0.13.0 |
| 869 | 2026-08-27T08:04:37.802Z | Downloaded managed v0.8.0 |
| 870 | 2026-08-27T08:04:37.802Z | Downloaded strum v0.26.3 |
| 871 | 2026-08-27T08:04:37.802Z | Downloaded strum v0.27.2 |
| 872 | 2026-08-27T08:04:37.802Z | Downloaded termtree v0.5.1 |
| 873 | 2026-08-27T08:04:37.802Z | Downloaded waitgroup v0.1.2 |
| 874 | 2026-08-27T08:04:37.805Z | Downloaded zerofrom-derive v0.1.6 |
| 875 | 2026-08-27T08:04:37.805Z | Downloaded crc-catalog v2.4.0 |
| 876 | 2026-08-27T08:04:37.805Z | Downloaded utf8_iter v1.0.4 |
| 877 | 2026-08-27T08:04:37.805Z | Downloaded defmt-parser v1.0.0 |
| 878 | 2026-08-27T08:04:37.810Z | Downloaded pem-rfc7468 v0.7.0 |
| 879 | 2026-08-27T08:04:37.813Z | Downloaded tinyvec v1.10.0 |
| 880 | 2026-08-27T08:04:37.813Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 881 | 2026-08-27T08:04:37.817Z | Downloaded derive-ex v0.1.8 |
| 882 | 2026-08-27T08:04:37.817Z | Downloaded darling_core v0.20.11 |
| 883 | 2026-08-27T08:04:37.821Z | Downloaded postgres-protocol v0.6.10 |
| 884 | 2026-08-27T08:04:37.821Z | Downloaded primeorder v0.14.0 |
| 885 | 2026-08-27T08:04:37.826Z | Downloaded progenitor v0.13.0 |
| 886 | 2026-08-27T08:04:37.826Z | Downloaded sec1 v0.8.1 |
| 887 | 2026-08-27T08:04:37.826Z | Downloaded vergen-gitcl v1.0.8 |
| 888 | 2026-08-27T08:04:37.827Z | Downloaded crucible-workspace-hack v0.1.0 |
| 889 | 2026-08-27T08:04:37.827Z | Downloaded debug-ignore v1.0.5 |
| 890 | 2026-08-27T08:04:37.827Z | Downloaded rand_chacha v0.3.1 |
| 891 | 2026-08-27T08:04:37.829Z | Downloaded internet-checksum v0.2.1 |
| 892 | 2026-08-27T08:04:37.832Z | Downloaded rsa v0.10.0-rc.18 |
| 893 | 2026-08-27T08:04:37.835Z | Downloaded crc32fast v1.5.0 |
| 894 | 2026-08-27T08:04:37.838Z | Downloaded downcast-rs v2.0.2 |
| 895 | 2026-08-27T08:04:37.838Z | Downloaded ipnet v2.12.0 |
| 896 | 2026-08-27T08:04:37.863Z | Downloaded litrs v1.0.0 |
| 897 | 2026-08-27T08:04:37.866Z | Downloaded serde_plain v1.0.2 |
| 898 | 2026-08-27T08:04:37.866Z | Downloaded ssh-cipher v0.3.0 |
| 899 | 2026-08-27T08:04:37.866Z | Downloaded strum_macros v0.26.4 |
| 900 | 2026-08-27T08:04:37.866Z | Downloaded indoc v1.0.9 |
| 901 | 2026-08-27T08:04:37.866Z | Downloaded jiff-static v0.2.34 |
| 902 | 2026-08-27T08:04:37.867Z | Downloaded md5 v0.8.0 |
| 903 | 2026-08-27T08:04:37.867Z | Downloaded newtype-uuid-macros v0.1.0 |
| 904 | 2026-08-27T08:04:37.867Z | Downloaded hickory-server v0.25.2 |
| 905 | 2026-08-27T08:04:37.876Z | Downloaded nonempty v0.12.0 |
| 906 | 2026-08-27T08:04:37.876Z | Downloaded slab v0.4.12 |
| 907 | 2026-08-27T08:04:37.876Z | Downloaded walkdir v2.5.0 |
| 908 | 2026-08-27T08:04:37.876Z | Downloaded slog-async v2.8.0 |
| 909 | 2026-08-27T08:04:37.883Z | Downloaded progenitor v0.14.0 |
| 910 | 2026-08-27T08:04:37.898Z | Downloaded ml-kem v0.3.2 |
| 911 | 2026-08-27T08:04:37.898Z | Downloaded ref-cast v1.0.25 |
| 912 | 2026-08-27T08:04:37.898Z | Downloaded oso-derive v0.27.3 |
| 913 | 2026-08-27T08:04:37.898Z | Downloaded termios v0.3.3 |
| 914 | 2026-08-27T08:04:37.898Z | Downloaded tinystr v0.8.2 |
| 915 | 2026-08-27T08:04:37.898Z | Downloaded try-lock v0.2.5 |
| 916 | 2026-08-27T08:04:37.906Z | Downloaded progenitor-client v0.14.0 |
| 917 | 2026-08-27T08:04:37.906Z | Downloaded snafu v0.8.9 |
| 918 | 2026-08-27T08:04:37.906Z | Downloaded vergen-lib v9.1.0 |
| 919 | 2026-08-27T08:04:37.906Z | Downloaded zerovec-derive v0.11.2 |
| 920 | 2026-08-27T08:04:37.907Z | Downloaded derive_more v0.99.20 |
| 921 | 2026-08-27T08:04:37.907Z | Downloaded crossbeam-channel v0.5.15 |
| 922 | 2026-08-27T08:04:37.907Z | Downloaded derive_more v2.1.1 |
| 923 | 2026-08-27T08:04:37.912Z | Downloaded same-file v1.0.6 |
| 924 | 2026-08-27T08:04:37.912Z | Downloaded serde_spanned v1.1.1 |
| 925 | 2026-08-27T08:04:37.912Z | Downloaded pkcs1 v0.7.5 |
| 926 | 2026-08-27T08:04:37.916Z | Downloaded poly1305 v0.9.0 |
| 927 | 2026-08-27T08:04:37.916Z | Downloaded secrecy v0.10.3 |
| 928 | 2026-08-27T08:04:37.916Z | Downloaded thread-id v5.1.0 |
| 929 | 2026-08-27T08:04:37.916Z | Downloaded rfc6979 v0.6.0 |
| 930 | 2026-08-27T08:04:37.916Z | Downloaded icu_provider v2.1.1 |
| 931 | 2026-08-27T08:04:37.916Z | Downloaded rand v0.10.1 |
| 932 | 2026-08-27T08:04:37.923Z | Downloaded digest v0.11.3 |
| 933 | 2026-08-27T08:04:37.926Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 934 | 2026-08-27T08:04:37.926Z | Downloaded secrecy v0.8.0 |
| 935 | 2026-08-27T08:04:37.929Z | Downloaded tabwriter v1.4.1 |
| 936 | 2026-08-27T08:04:37.929Z | Downloaded time-core v0.1.8 |
| 937 | 2026-08-27T08:04:37.929Z | Downloaded trait-variant v0.1.2 |
| 938 | 2026-08-27T08:04:37.932Z | Downloaded siphasher v1.0.2 |
| 939 | 2026-08-27T08:04:37.939Z | Downloaded libloading v0.8.9 |
| 940 | 2026-08-27T08:04:37.943Z | Downloaded hashbrown v0.15.5 |
| 941 | 2026-08-27T08:04:37.950Z | Downloaded oxnet v0.1.6 |
| 942 | 2026-08-27T08:04:37.969Z | Downloaded topological-sort v0.2.2 |
| 943 | 2026-08-27T08:04:37.969Z | Downloaded unit-prefix v0.5.2 |
| 944 | 2026-08-27T08:04:37.969Z | Downloaded zerofrom v0.1.6 |
| 945 | 2026-08-27T08:04:37.969Z | Downloaded typify-macro v0.6.2 |
| 946 | 2026-08-27T08:04:37.969Z | Downloaded minimal-lexical v0.2.1 |
| 947 | 2026-08-27T08:04:37.969Z | Downloaded defmt v0.3.100 |
| 948 | 2026-08-27T08:04:37.969Z | Downloaded num-integer v0.1.46 |
| 949 | 2026-08-27T08:04:37.969Z | Downloaded hashbrown v0.16.1 |
| 950 | 2026-08-27T08:04:37.974Z | Downloaded pin-project-lite v0.2.17 |
| 951 | 2026-08-27T08:04:37.991Z | Downloaded peg-macros v0.8.5 |
| 952 | 2026-08-27T08:04:37.991Z | Downloaded polyval v0.7.1 |
| 953 | 2026-08-27T08:04:37.991Z | Downloaded primeorder v0.13.6 |
| 954 | 2026-08-27T08:04:37.991Z | Downloaded dirs-next v2.0.0 |
| 955 | 2026-08-27T08:04:37.998Z | Downloaded yasna v0.5.2 |
| 956 | 2026-08-27T08:04:37.998Z | Downloaded aes v0.9.1 |
| 957 | 2026-08-27T08:04:37.998Z | Downloaded cookie v0.18.1 |
| 958 | 2026-08-27T08:04:37.998Z | Downloaded num-traits v0.2.19 |
| 959 | 2026-08-27T08:04:37.998Z | Downloaded parking_lot_core v0.9.12 |
| 960 | 2026-08-27T08:04:37.998Z | Downloaded steno v0.4.1 |
| 961 | 2026-08-27T08:04:37.998Z | Downloaded hashbrown v0.14.5 |
| 962 | 2026-08-27T08:04:37.998Z | Downloaded idna_adapter v1.2.1 |
| 963 | 2026-08-27T08:04:37.999Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 964 | 2026-08-27T08:04:37.999Z | Downloaded lru-cache v0.1.2 |
| 965 | 2026-08-27T08:04:37.999Z | Downloaded maplit v1.0.2 |
| 966 | 2026-08-27T08:04:37.999Z | Downloaded newline-converter v0.3.0 |
| 967 | 2026-08-27T08:04:38.005Z | Downloaded num-bigint-dig v0.8.6 |
| 968 | 2026-08-27T08:04:38.005Z | Downloaded rustc-demangle v0.1.27 |
| 969 | 2026-08-27T08:04:38.005Z | Downloaded rustversion v1.0.22 |
| 970 | 2026-08-27T08:04:38.005Z | Downloaded unicode-segmentation v1.12.0 |
| 971 | 2026-08-27T08:04:38.005Z | Downloaded either v1.15.0 |
| 972 | 2026-08-27T08:04:38.005Z | Downloaded darling v0.23.0 |
| 973 | 2026-08-27T08:04:38.008Z | Downloaded rcgen v0.12.1 |
| 974 | 2026-08-27T08:04:38.008Z | Downloaded icu_locale_core v2.1.1 |
| 975 | 2026-08-27T08:04:38.011Z | Downloaded simd-adler32 v0.3.8 |
| 976 | 2026-08-27T08:04:38.016Z | Downloaded static_assertions v1.1.0 |
| 977 | 2026-08-27T08:04:38.016Z | Downloaded support-bundle-viewer v0.1.2 |
| 978 | 2026-08-27T08:04:38.016Z | Downloaded openssl-probe v0.2.1 |
| 979 | 2026-08-27T08:04:38.016Z | Downloaded serde_tokenstream v0.3.0 |
| 980 | 2026-08-27T08:04:38.033Z | Downloaded ryu v1.0.23 |
| 981 | 2026-08-27T08:04:38.037Z | Downloaded memmap2 v0.9.10 |
| 982 | 2026-08-27T08:04:38.037Z | Downloaded linear-map v1.2.0 |
| 983 | 2026-08-27T08:04:38.040Z | Downloaded usdt-impl v0.6.0 |
| 984 | 2026-08-27T08:04:38.044Z | Downloaded vergen-git2 v9.1.0 |
| 985 | 2026-08-27T08:04:38.044Z | Downloaded convert_case v0.10.0 |
| 986 | 2026-08-27T08:04:38.044Z | Downloaded serde_repr v0.1.20 |
| 987 | 2026-08-27T08:04:38.047Z | Downloaded signature v2.2.0 |
| 988 | 2026-08-27T08:04:38.047Z | Downloaded toml v0.7.8 |
| 989 | 2026-08-27T08:04:38.047Z | Downloaded tungstenite v0.23.0 |
| 990 | 2026-08-27T08:04:38.065Z | Downloaded sync-ptr v0.1.4 |
| 991 | 2026-08-27T08:04:38.065Z | Downloaded parking_lot v0.12.5 |
| 992 | 2026-08-27T08:04:38.066Z | Downloaded x509-cert v0.2.5 |
| 993 | 2026-08-27T08:04:38.066Z | Downloaded crypto-bigint v0.5.5 |
| 994 | 2026-08-27T08:04:38.066Z | Downloaded const_format_proc_macros v0.2.34 |
| 995 | 2026-08-27T08:04:38.066Z | Downloaded postgres-types v0.2.12 |
| 996 | 2026-08-27T08:04:38.066Z | Downloaded zip v4.6.1 |
| 997 | 2026-08-27T08:04:38.073Z | Downloaded darling_core v0.23.0 |
| 998 | 2026-08-27T08:04:38.073Z | Downloaded tokio-test v0.4.5 |
| 999 | 2026-08-27T08:04:38.073Z | Downloaded usdt-attr-macro v0.6.0 |
| 1000 | 2026-08-27T08:04:38.076Z | Downloaded void v1.0.2 |
| 1001 | 2026-08-27T08:04:38.076Z | Downloaded uuid v1.23.4 |
| 1002 | 2026-08-27T08:04:38.077Z | Downloaded xattr v1.6.1 |
| 1003 | 2026-08-27T08:04:38.081Z | Downloaded zone_cfg_derive v0.3.1 |
| 1004 | 2026-08-27T08:04:38.081Z | Downloaded reqwest v0.12.28 |
| 1005 | 2026-08-27T08:04:38.084Z | Downloaded reedline v0.40.0 |
| 1006 | 2026-08-27T08:04:38.087Z | Downloaded reqwest v0.13.2 |
| 1007 | 2026-08-27T08:04:38.094Z | Downloaded tower-http v0.6.8 |
| 1008 | 2026-08-27T08:04:38.098Z | Downloaded tokio-tungstenite v0.21.0 |
| 1009 | 2026-08-27T08:04:38.098Z | Downloaded drift v0.2.0 |
| 1010 | 2026-08-27T08:04:38.101Z | Downloaded num-rational v0.4.2 |
| 1011 | 2026-08-27T08:04:38.105Z | Downloaded document-features v0.2.12 |
| 1012 | 2026-08-27T08:04:38.105Z | Downloaded kstat-rs v0.2.5 |
| 1013 | 2026-08-27T08:04:38.105Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1014 | 2026-08-27T08:04:38.111Z | Downloaded peg-runtime v0.8.5 |
| 1015 | 2026-08-27T08:04:38.111Z | Downloaded pem-rfc7468 v1.0.0 |
| 1016 | 2026-08-27T08:04:38.112Z | Downloaded potential_utf v0.1.4 |
| 1017 | 2026-08-27T08:04:38.116Z | Downloaded slog-scope v4.4.1 |
| 1018 | 2026-08-27T08:04:38.117Z | Downloaded hyper v1.10.1 |
| 1019 | 2026-08-27T08:04:38.117Z | Downloaded h2 v0.4.15 |
| 1020 | 2026-08-27T08:04:38.121Z | Downloaded hkdf v0.13.0 |
| 1021 | 2026-08-27T08:04:38.121Z | Downloaded hkdf v0.12.4 |
| 1022 | 2026-08-27T08:04:38.121Z | Downloaded memoffset v0.9.1 |
| 1023 | 2026-08-27T08:04:38.150Z | Downloaded stringprep v0.1.5 |
| 1024 | 2026-08-27T08:04:38.159Z | Downloaded ed25519 v3.0.0 |
| 1025 | 2026-08-27T08:04:38.159Z | Downloaded ref-cast-impl v1.0.25 |
| 1026 | 2026-08-27T08:04:38.159Z | Downloaded sigpipe v0.1.3 |
| 1027 | 2026-08-27T08:04:38.159Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1028 | 2026-08-27T08:04:38.165Z | Downloaded darling v0.21.3 |
| 1029 | 2026-08-27T08:04:38.165Z | Downloaded typed-path v0.9.3 |
| 1030 | 2026-08-27T08:04:38.165Z | Downloaded miette v7.6.0 |
| 1031 | 2026-08-27T08:04:38.169Z | Downloaded deranged v0.5.8 |
| 1032 | 2026-08-27T08:04:38.169Z | Downloaded zeroize v1.9.0 |
| 1033 | 2026-08-27T08:04:38.169Z | Downloaded des v0.9.0 |
| 1034 | 2026-08-27T08:04:38.169Z | Downloaded num-bigint v0.4.6 |
| 1035 | 2026-08-27T08:04:38.173Z | Downloaded wnaf v0.14.0 |
| 1036 | 2026-08-27T08:04:38.178Z | Downloaded dropshot-api-manager v0.8.0 |
| 1037 | 2026-08-27T08:04:38.178Z | Downloaded elliptic-curve v0.13.8 |
| 1038 | 2026-08-27T08:04:38.181Z | Downloaded thiserror-no-std v2.0.2 |
| 1039 | 2026-08-27T08:04:38.184Z | Downloaded knus v3.4.0 |
| 1040 | 2026-08-27T08:04:38.188Z | Downloaded num_enum v0.7.6 |
| 1041 | 2026-08-27T08:04:38.191Z | Downloaded predicates-core v1.0.10 |
| 1042 | 2026-08-27T08:04:38.191Z | Downloaded ecdsa v0.16.9 |
| 1043 | 2026-08-27T08:04:38.191Z | Downloaded pbkdf2 v0.13.0 |
| 1044 | 2026-08-27T08:04:38.194Z | Downloaded nibble_vec v0.1.0 |
| 1045 | 2026-08-27T08:04:38.194Z | Downloaded endian-type v0.1.2 |
| 1046 | 2026-08-27T08:04:38.197Z | Downloaded enum-as-inner v0.6.1 |
| 1047 | 2026-08-27T08:04:38.197Z | Downloaded ppv-lite86 v0.2.21 |
| 1048 | 2026-08-27T08:04:38.201Z | Downloaded diesel-dtrace v0.5.0 |
| 1049 | 2026-08-27T08:04:38.204Z | Downloaded jiff-core v0.1.0 |
| 1050 | 2026-08-27T08:04:38.210Z | Downloaded parse-display-derive v0.10.0 |
| 1051 | 2026-08-27T08:04:38.215Z | Downloaded predicates-tree v1.0.13 |
| 1052 | 2026-08-27T08:04:38.216Z | Downloaded rusty-fork v0.3.1 |
| 1053 | 2026-08-27T08:04:38.216Z | Downloaded rustc_version v0.1.7 |
| 1054 | 2026-08-27T08:04:38.220Z | Downloaded slog-bunyan v2.5.0 |
| 1055 | 2026-08-27T08:04:38.220Z | Downloaded multer v3.1.0 |
| 1056 | 2026-08-27T08:04:38.220Z | Downloaded unicode_categories v0.1.1 |
| 1057 | 2026-08-27T08:04:38.220Z | Downloaded kem v0.3.0 |
| 1058 | 2026-08-27T08:04:38.224Z | Downloaded derive-where v1.6.0 |
| 1059 | 2026-08-27T08:04:38.224Z | Downloaded num-derive v0.4.2 |
| 1060 | 2026-08-27T08:04:38.224Z | Downloaded twox-hash v2.1.2 |
| 1061 | 2026-08-27T08:04:38.227Z | Downloaded dropshot_endpoint v0.17.1 |
| 1062 | 2026-08-27T08:04:38.227Z | Downloaded strsim v0.10.0 |
| 1063 | 2026-08-27T08:04:38.229Z | Downloaded subprocess v0.2.15 |
| 1064 | 2026-08-27T08:04:38.232Z | Downloaded aes-gcm v0.11.0 |
| 1065 | 2026-08-27T08:04:38.235Z | Downloaded dunce v1.0.5 |
| 1066 | 2026-08-27T08:04:38.240Z | Downloaded nom v8.0.0 |
| 1067 | 2026-08-27T08:04:38.244Z | Downloaded der v0.7.10 |
| 1068 | 2026-08-27T08:04:38.247Z | Downloaded quinn-udp v0.5.14 |
| 1069 | 2026-08-27T08:04:38.250Z | Downloaded uzers v0.12.2 |
| 1070 | 2026-08-27T08:04:38.250Z | Downloaded defmt v1.0.1 |
| 1071 | 2026-08-27T08:04:38.253Z | Downloaded daft-derive v0.1.8 |
| 1072 | 2026-08-27T08:04:38.255Z | Downloaded sqlformat v0.3.5 |
| 1073 | 2026-08-27T08:04:38.255Z | Downloaded rand_chacha v0.9.0 |
| 1074 | 2026-08-27T08:04:38.260Z | Downloaded ed25519-dalek v2.2.0 |
| 1075 | 2026-08-27T08:04:38.263Z | Downloaded socket2 v0.6.3 |
| 1076 | 2026-08-27T08:04:38.263Z | Downloaded universal-hash v0.5.1 |
| 1077 | 2026-08-27T08:04:38.265Z | Downloaded slog-stdlog v4.1.1 |
| 1078 | 2026-08-27T08:04:38.268Z | Downloaded libsw-core v0.3.2 |
| 1079 | 2026-08-27T08:04:38.268Z | Downloaded stacker v0.1.23 |
| 1080 | 2026-08-27T08:04:38.271Z | Downloaded nom v7.1.3 |
| 1081 | 2026-08-27T08:04:38.274Z | Downloaded untrusted v0.9.0 |
| 1082 | 2026-08-27T08:04:38.278Z | Downloaded tokio-rustls v0.26.4 |
| 1083 | 2026-08-27T08:04:38.281Z | Downloaded p521 v0.14.0 |
| 1084 | 2026-08-27T08:04:38.285Z | Downloaded salsa20 v0.11.0 |
| 1085 | 2026-08-27T08:04:38.285Z | Downloaded zerocopy-derive v0.8.55 |
| 1086 | 2026-08-27T08:04:38.290Z | Downloaded rustc_version v0.4.1 |
| 1087 | 2026-08-27T08:04:38.293Z | Downloaded serde-hex v0.1.0 |
| 1088 | 2026-08-27T08:04:38.293Z | Downloaded rtoolbox v0.0.3 |
| 1089 | 2026-08-27T08:04:38.293Z | Downloaded tagptr v0.2.0 |
| 1090 | 2026-08-27T08:04:38.296Z | Downloaded match_cfg v0.1.0 |
| 1091 | 2026-08-27T08:04:38.296Z | Downloaded url v2.5.8 |
| 1092 | 2026-08-27T08:04:38.299Z | Downloaded itertools v0.12.1 |
| 1093 | 2026-08-27T08:04:38.302Z | Downloaded smallvec v1.15.1 |
| 1094 | 2026-08-27T08:04:38.305Z | Downloaded zstd-safe v7.2.4 |
| 1095 | 2026-08-27T08:04:38.305Z | Downloaded data-encoding v2.10.0 |
| 1096 | 2026-08-27T08:04:38.311Z | Downloaded embedded-io v0.4.0 |
| 1097 | 2026-08-27T08:04:38.317Z | Downloaded yoke v0.8.1 |
| 1098 | 2026-08-27T08:04:38.317Z | Downloaded ingot-macros v0.2.0 |
| 1099 | 2026-08-27T08:04:38.317Z | Downloaded litemap v0.8.1 |
| 1100 | 2026-08-27T08:04:38.317Z | Downloaded oxide-update-engine v0.1.2 |
| 1101 | 2026-08-27T08:04:38.323Z | Downloaded packed_struct v0.10.1 |
| 1102 | 2026-08-27T08:04:38.323Z | Downloaded csv-core v0.1.13 |
| 1103 | 2026-08-27T08:04:38.323Z | Downloaded derive_builder_core v0.20.2 |
| 1104 | 2026-08-27T08:04:38.323Z | Downloaded typify v0.6.2 |
| 1105 | 2026-08-27T08:04:38.329Z | Downloaded is-terminal v0.4.17 |
| 1106 | 2026-08-27T08:04:38.329Z | Downloaded aho-corasick v1.1.4 |
| 1107 | 2026-08-27T08:04:38.329Z | Downloaded cookie_store v0.22.1 |
| 1108 | 2026-08-27T08:04:38.332Z | Downloaded miette-derive v7.6.0 |
| 1109 | 2026-08-27T08:04:38.332Z | Downloaded defmt-macros v1.0.1 |
| 1110 | 2026-08-27T08:04:38.336Z | Downloaded ed25519-dalek v3.0.0 |
| 1111 | 2026-08-27T08:04:38.340Z | Downloaded diesel_derives v2.3.7 |
| 1112 | 2026-08-27T08:04:38.343Z | Downloaded p256 v0.14.0 |
| 1113 | 2026-08-27T08:04:38.346Z | Downloaded ron v0.8.1 |
| 1114 | 2026-08-27T08:04:38.350Z | Downloaded is_ci v1.2.0 |
| 1115 | 2026-08-27T08:04:38.350Z | Downloaded serde_with_macros v3.21.0 |
| 1116 | 2026-08-27T08:04:38.354Z | Downloaded spki v0.7.3 |
| 1117 | 2026-08-27T08:04:38.354Z | Downloaded dsl_auto_type v0.2.0 |
| 1118 | 2026-08-27T08:04:38.354Z | Downloaded phf_shared v0.13.1 |
| 1119 | 2026-08-27T08:04:38.354Z | Downloaded schemars v0.9.0 |
| 1120 | 2026-08-27T08:04:38.362Z | Downloaded sync_wrapper v1.0.2 |
| 1121 | 2026-08-27T08:04:38.366Z | Downloaded unicode-xid v0.2.6 |
| 1122 | 2026-08-27T08:04:38.366Z | Downloaded lru-slab v0.1.2 |
| 1123 | 2026-08-27T08:04:38.370Z | Downloaded term v0.7.0 |
| 1124 | 2026-08-27T08:04:38.389Z | Downloaded lzss v0.8.2 |
| 1125 | 2026-08-27T08:04:38.392Z | Downloaded usdt-macro v0.6.0 |
| 1126 | 2026-08-27T08:04:38.392Z | Downloaded derive_builder_macro v0.20.2 |
| 1127 | 2026-08-27T08:04:38.396Z | Downloaded num v0.4.3 |
| 1128 | 2026-08-27T08:04:38.396Z | Downloaded nu-ansi-term v0.50.3 |
| 1129 | 2026-08-27T08:04:38.400Z | Downloaded crossbeam-epoch v0.9.18 |
| 1130 | 2026-08-27T08:04:38.400Z | Downloaded darling v0.13.4 |
| 1131 | 2026-08-27T08:04:38.400Z | Downloaded supports-color v3.0.2 |
| 1132 | 2026-08-27T08:04:38.403Z | Downloaded git2 v0.20.4 |
| 1133 | 2026-08-27T08:04:38.408Z | Downloaded mime_guess v2.0.5 |
| 1134 | 2026-08-27T08:04:38.414Z | Downloaded miniz_oxide v0.8.9 |
| 1135 | 2026-08-27T08:04:38.414Z | Downloaded pretty_assertions v1.4.1 |
| 1136 | 2026-08-27T08:04:38.414Z | Downloaded zerotrie v0.2.3 |
| 1137 | 2026-08-27T08:04:38.417Z | Downloaded resolv-conf v0.7.6 |
| 1138 | 2026-08-27T08:04:38.418Z | Downloaded zopfli v0.8.3 |
| 1139 | 2026-08-27T08:04:38.418Z | Downloaded primefield v0.14.0 |
| 1140 | 2026-08-27T08:04:38.418Z | Downloaded serde_path_to_error v0.1.20 |
| 1141 | 2026-08-27T08:04:38.418Z | Downloaded inout v0.2.2 |
| 1142 | 2026-08-27T08:04:38.418Z | Downloaded progenitor-macro v0.13.0 |
| 1143 | 2026-08-27T08:04:38.420Z | Downloaded serdect v0.4.3 |
| 1144 | 2026-08-27T08:04:38.420Z | Downloaded seq-macro v0.3.6 |
| 1145 | 2026-08-27T08:04:38.420Z | Downloaded indent_write v2.2.0 |
| 1146 | 2026-08-27T08:04:38.420Z | Downloaded crc v3.4.0 |
| 1147 | 2026-08-27T08:04:38.424Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1148 | 2026-08-27T08:04:38.424Z | Downloaded serde_with v1.14.0 |
| 1149 | 2026-08-27T08:04:38.426Z | Downloaded slog-json v2.6.1 |
| 1150 | 2026-08-27T08:04:38.427Z | Downloaded crypto-common v0.2.2 |
| 1151 | 2026-08-27T08:04:38.427Z | Downloaded indexmap v1.9.3 |
| 1152 | 2026-08-27T08:04:38.430Z | Downloaded icu_properties v2.1.2 |
| 1153 | 2026-08-27T08:04:38.430Z | Downloaded serde_derive_internals v0.29.1 |
| 1154 | 2026-08-27T08:04:38.433Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1155 | 2026-08-27T08:04:38.433Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1156 | 2026-08-27T08:04:38.436Z | Downloaded rfc6979 v0.4.0 |
| 1157 | 2026-08-27T08:04:38.436Z | Downloaded slog-envlogger v2.2.0 |
| 1158 | 2026-08-27T08:04:38.437Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1159 | 2026-08-27T08:04:38.439Z | Downloaded multimap v0.10.1 |
| 1160 | 2026-08-27T08:04:38.440Z | Downloaded keccak v0.1.6 |
| 1161 | 2026-08-27T08:04:38.440Z | Downloaded libscf-sys v1.2.0 |
| 1162 | 2026-08-27T08:04:38.440Z | Downloaded crc8 v0.1.1 |
| 1163 | 2026-08-27T08:04:38.440Z | Downloaded rustyline v14.0.0 |
| 1164 | 2026-08-27T08:04:38.443Z | Downloaded whoami v2.1.0 |
| 1165 | 2026-08-27T08:04:38.443Z | Downloaded jobserver v0.1.34 |
| 1166 | 2026-08-27T08:04:38.446Z | Downloaded rayon v1.11.0 |
| 1167 | 2026-08-27T08:04:38.449Z | Downloaded rawzip v0.4.4 |
| 1168 | 2026-08-27T08:04:38.458Z | Downloaded ingot-types v0.2.0 |
| 1169 | 2026-08-27T08:04:38.461Z | Downloaded tokio-dtrace v0.1.1 |
| 1170 | 2026-08-27T08:04:38.467Z | Downloaded rand v0.9.2 |
| 1171 | 2026-08-27T08:04:38.471Z | Downloaded test-strategy v0.4.5 |
| 1172 | 2026-08-27T08:04:38.474Z | Downloaded libxml v0.3.3 |
| 1173 | 2026-08-27T08:04:38.477Z | Downloaded crossbeam-deque v0.8.6 |
| 1174 | 2026-08-27T08:04:38.477Z | Downloaded vergen v9.1.0 |
| 1175 | 2026-08-27T08:04:38.477Z | Downloaded libefi-sys v0.1.0 |
| 1176 | 2026-08-27T08:04:38.480Z | Downloaded packed_struct_codegen v0.10.1 |
| 1177 | 2026-08-27T08:04:38.480Z | Downloaded crossterm v0.28.1 |
| 1178 | 2026-08-27T08:04:38.483Z | Downloaded icu_collections v2.1.1 |
| 1179 | 2026-08-27T08:04:38.486Z | Downloaded tracing-core v0.1.36 |
| 1180 | 2026-08-27T08:04:38.490Z | Downloaded der v0.8.0 |
| 1181 | 2026-08-27T08:04:38.492Z | Downloaded cpufeatures v0.3.0 |
| 1182 | 2026-08-27T08:04:38.493Z | Downloaded darling_core v0.21.3 |
| 1183 | 2026-08-27T08:04:38.502Z | Downloaded icu_normalizer v2.1.1 |
| 1184 | 2026-08-27T08:04:38.505Z | Downloaded indicatif v0.18.4 |
| 1185 | 2026-08-27T08:04:38.508Z | Downloaded prefix-trie v0.7.0 |
| 1186 | 2026-08-27T08:04:38.511Z | Downloaded tokio-util v0.7.18 |
| 1187 | 2026-08-27T08:04:38.520Z | Downloaded poly1305 v0.8.0 |
| 1188 | 2026-08-27T08:04:38.523Z | Downloaded newtype-uuid v1.3.2 |
| 1189 | 2026-08-27T08:04:38.523Z | Downloaded rustls-pki-types v1.14.0 |
| 1190 | 2026-08-27T08:04:38.523Z | Downloaded signal-hook-registry v1.4.8 |
| 1191 | 2026-08-27T08:04:38.523Z | Downloaded rand_core v0.6.4 |
| 1192 | 2026-08-27T08:04:38.529Z | Downloaded rsa v0.9.10 |
| 1193 | 2026-08-27T08:04:38.532Z | Downloaded peg v0.8.5 |
| 1194 | 2026-08-27T08:04:38.535Z | Downloaded darling_core v0.13.4 |
| 1195 | 2026-08-27T08:04:38.538Z | Downloaded crossterm v0.29.0 |
| 1196 | 2026-08-27T08:04:38.542Z | Downloaded progenitor-impl v0.14.0 |
| 1197 | 2026-08-27T08:04:38.545Z | Downloaded displaydoc v0.2.5 |
| 1198 | 2026-08-27T08:04:38.548Z | Downloaded schemars_derive v0.8.22 |
| 1199 | 2026-08-27T08:04:38.548Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-08-27T08:04:38.551Z | Downloaded ctutils v0.4.2 |
| 1201 | 2026-08-27T08:04:38.551Z | Downloaded spin v0.9.8 |
| 1202 | 2026-08-27T08:04:38.554Z | Downloaded icu_properties_data v2.1.2 |
| 1203 | 2026-08-27T08:04:38.557Z | Downloaded crypto-primes v0.7.2 |
| 1204 | 2026-08-27T08:04:38.560Z | Downloaded diff v0.1.13 |
| 1205 | 2026-08-27T08:04:38.563Z | Downloaded sha2 v0.11.0 |
| 1206 | 2026-08-27T08:04:38.566Z | Downloaded xshell v0.2.7 |
| 1207 | 2026-08-27T08:04:38.566Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1208 | 2026-08-27T08:04:38.566Z | Downloaded aws-lc-rs v1.16.3 |
| 1209 | 2026-08-27T08:04:38.570Z | Downloaded vcpkg v0.2.15 |
| 1210 | 2026-08-27T08:04:38.594Z | Downloaded winnow v0.5.40 |
| 1211 | 2026-08-27T08:04:38.599Z | Downloaded zerovec v0.11.5 |
| 1212 | 2026-08-27T08:04:38.602Z | Downloaded quinn v0.11.11 |
| 1213 | 2026-08-27T08:04:38.606Z | Downloaded rayon-core v1.13.0 |
| 1214 | 2026-08-27T08:04:38.606Z | Downloaded vte v0.14.1 |
| 1215 | 2026-08-27T08:04:38.610Z | Downloaded toml_edit v0.19.15 |
| 1216 | 2026-08-27T08:04:38.615Z | Downloaded blake3 v1.8.5 |
| 1217 | 2026-08-27T08:04:38.620Z | Downloaded yansi v1.0.1 |
| 1218 | 2026-08-27T08:04:38.624Z | Downloaded unicode-bidi v0.3.18 |
| 1219 | 2026-08-27T08:04:38.624Z | Downloaded bitvec v1.0.1 |
| 1220 | 2026-08-27T08:04:38.631Z | Downloaded itertools v0.15.0 |
| 1221 | 2026-08-27T08:04:38.635Z | Downloaded portable-atomic v1.13.1 |
| 1222 | 2026-08-27T08:04:38.639Z | Downloaded time-macros v0.2.27 |
| 1223 | 2026-08-27T08:04:38.643Z | Downloaded iddqd v0.4.2 |
| 1224 | 2026-08-27T08:04:38.647Z | Downloaded itertools v0.10.5 |
| 1225 | 2026-08-27T08:04:38.650Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-08-27T08:04:38.653Z | Downloaded const_format v0.2.35 |
| 1227 | 2026-08-27T08:04:38.656Z | Downloaded pin-project v1.1.11 |
| 1228 | 2026-08-27T08:04:38.660Z | Downloaded sha3 v0.12.0 |
| 1229 | 2026-08-27T08:04:38.664Z | Downloaded chrono v0.4.45 |
| 1230 | 2026-08-27T08:04:38.667Z | Downloaded gimli v0.32.3 |
| 1231 | 2026-08-27T08:04:38.671Z | Downloaded goblin v0.10.5 |
| 1232 | 2026-08-27T08:04:38.675Z | Downloaded zlib-rs v0.6.2 |
| 1233 | 2026-08-27T08:04:38.679Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1234 | 2026-08-27T08:04:38.685Z | Downloaded qorb v0.4.1 |
| 1235 | 2026-08-27T08:04:38.689Z | Downloaded mio v1.2.0 |
| 1236 | 2026-08-27T08:04:38.689Z | Downloaded rand v0.8.6 |
| 1237 | 2026-08-27T08:04:38.696Z | Downloaded tower v0.5.3 |
| 1238 | 2026-08-27T08:04:38.701Z | Downloaded zerocopy v0.8.55 |
| 1239 | 2026-08-27T08:04:38.712Z | Downloaded derive_more-impl v2.1.1 |
| 1240 | 2026-08-27T08:04:38.716Z | Downloaded itertools v0.13.0 |
| 1241 | 2026-08-27T08:04:38.719Z | Downloaded iri-string v0.7.10 |
| 1242 | 2026-08-27T08:04:38.724Z | Downloaded salty v0.3.0 |
| 1243 | 2026-08-27T08:04:38.739Z | Downloaded lalrpop v0.19.12 |
| 1244 | 2026-08-27T08:04:38.745Z | Downloaded openssl-sys v0.9.117 |
| 1245 | 2026-08-27T08:04:38.748Z | Downloaded russh v0.62.4 |
| 1246 | 2026-08-27T08:04:38.752Z | Downloaded schemars v1.2.1 |
| 1247 | 2026-08-27T08:04:38.762Z | Downloaded p384 v0.13.1 |
| 1248 | 2026-08-27T08:04:38.766Z | Downloaded libm v0.2.16 |
| 1249 | 2026-08-27T08:04:38.769Z | Downloaded nix v0.27.1 |
| 1250 | 2026-08-27T08:04:38.775Z | Downloaded itertools v0.14.0 |
| 1251 | 2026-08-27T08:04:38.779Z | Downloaded winnow v0.6.26 |
| 1252 | 2026-08-27T08:04:38.793Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1253 | 2026-08-27T08:04:38.798Z | Downloaded unicode-normalization v0.1.25 |
| 1254 | 2026-08-27T08:04:38.801Z | Downloaded idna v1.1.0 |
| 1255 | 2026-08-27T08:04:38.804Z | Downloaded proptest v1.11.0 |
| 1256 | 2026-08-27T08:04:38.808Z | Downloaded moka v0.12.13 |
| 1257 | 2026-08-27T08:04:38.812Z | Downloaded winnow v1.0.3 |
| 1258 | 2026-08-27T08:04:38.819Z | Downloaded regex v1.12.3 |
| 1259 | 2026-08-27T08:04:38.822Z | Downloaded quinn-proto v0.11.16 |
| 1260 | 2026-08-27T08:04:38.825Z | Downloaded smoltcp v0.9.1 |
| 1261 | 2026-08-27T08:04:38.862Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-08-27T08:04:38.873Z | Downloaded quick-xml v0.37.5 |
| 1263 | 2026-08-27T08:04:38.879Z | Downloaded rustls v0.23.41 |
| 1264 | 2026-08-27T08:04:38.882Z | Downloaded tough v0.22.0 |
| 1265 | 2026-08-27T08:04:38.893Z | Downloaded object v0.30.4 |
| 1266 | 2026-08-27T08:04:38.898Z | Downloaded crypto-bigint v0.7.5 |
| 1267 | 2026-08-27T08:04:38.907Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-08-27T08:04:38.915Z | Downloaded time v0.3.47 |
| 1269 | 2026-08-27T08:04:38.922Z | Downloaded tabled v0.21.0 |
| 1270 | 2026-08-27T08:04:38.934Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-08-27T08:04:38.937Z | Downloaded serde_with v3.21.0 |
| 1272 | 2026-08-27T08:04:38.943Z | Downloaded curve25519-dalek v4.1.3 |
| 1273 | 2026-08-27T08:04:38.949Z | Downloaded openapiv3 v2.2.0 |
| 1274 | 2026-08-27T08:04:38.963Z | Downloaded smoltcp v0.11.0 |
| 1275 | 2026-08-27T08:04:38.985Z | Downloaded diesel v2.3.7 |
| 1276 | 2026-08-27T08:04:38.989Z | Downloaded bstr v1.12.1 |
| 1277 | 2026-08-27T08:04:38.989Z | Downloaded polar-core v0.27.3 |
| 1278 | 2026-08-27T08:04:38.989Z | Downloaded radix_trie v0.2.1 |
| 1279 | 2026-08-27T08:04:38.989Z | Downloaded regress v0.10.5 |
| 1280 | 2026-08-27T08:04:38.993Z | Downloaded syn v3.0.3 |
| 1281 | 2026-08-27T08:04:39.042Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-08-27T08:04:39.053Z | Downloaded petname v2.0.2 |
| 1283 | 2026-08-27T08:04:39.056Z | Downloaded sqlparser v0.61.0 |
| 1284 | 2026-08-27T08:04:39.082Z | Downloaded regex-automata v0.4.14 |
| 1285 | 2026-08-27T08:04:39.112Z | Downloaded regress v0.11.1 |
| 1286 | 2026-08-27T08:04:39.141Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1287 | 2026-08-27T08:04:39.151Z | Downloaded object v0.37.3 |
| 1288 | 2026-08-27T08:04:39.162Z | Downloaded csv v1.4.0 |
| 1289 | 2026-08-27T08:04:39.174Z | Downloaded petgraph v0.8.3 |
| 1290 | 2026-08-27T08:04:39.187Z | Downloaded libz-sys v1.1.24 |
| 1291 | 2026-08-27T08:04:39.201Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-08-27T08:04:39.204Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-08-27T08:04:39.216Z | Downloaded openssl v0.10.80 |
| 1294 | 2026-08-27T08:04:39.220Z | Downloaded nix v0.31.2 |
| 1295 | 2026-08-27T08:04:39.229Z | Downloaded nix v0.28.0 |
| 1296 | 2026-08-27T08:04:39.233Z | Downloaded curve25519-dalek v5.0.0 |
| 1297 | 2026-08-27T08:04:39.238Z | Downloaded dropshot v0.17.1 |
| 1298 | 2026-08-27T08:04:39.250Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1299 | 2026-08-27T08:04:39.283Z | Downloaded sha3 v0.11.0 |
| 1300 | 2026-08-27T08:04:39.286Z | Downloaded sled v0.34.7 |
| 1301 | 2026-08-27T08:04:39.291Z | Downloaded tracing v0.1.44 |
| 1302 | 2026-08-27T08:04:39.330Z | Downloaded typify-impl v0.6.2 |
| 1303 | 2026-08-27T08:04:39.340Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-08-27T08:04:39.353Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-08-27T08:04:39.413Z | Downloaded jiff v0.2.34 |
| 1306 | 2026-08-27T08:04:39.438Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-08-27T08:04:39.449Z | Downloaded petgraph v0.6.5 |
| 1308 | 2026-08-27T08:04:39.488Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-08-27T08:04:39.520Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-08-27T08:04:39.633Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-08-27T08:04:39.651Z | Downloaded ring v0.17.14 |
| 1312 | 2026-08-27T08:04:40.285Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-08-27T08:04:40.535Z | Compiling serde_core v1.0.228 |
| 1314 | 2026-08-27T08:04:40.535Z | Compiling libc v0.2.185 |
| 1315 | 2026-08-27T08:04:40.538Z | Compiling serde v1.0.228 |
| 1316 | 2026-08-27T08:04:40.538Z | Compiling log v0.4.33 |
| 1317 | 2026-08-27T08:04:40.538Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-08-27T08:04:40.538Z | Compiling shlex v1.3.0 |
| 1319 | 2026-08-27T08:04:40.539Z | Compiling find-msvc-tools v0.1.9 |
| 1320 | 2026-08-27T08:04:40.539Z | Compiling subtle v2.6.1 |
| 1321 | 2026-08-27T08:04:40.679Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-08-27T08:04:40.683Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-08-27T08:04:40.683Z | Compiling typenum v1.20.1 |
| 1324 | 2026-08-27T08:04:40.683Z | Compiling zerocopy v0.8.55 |
| 1325 | 2026-08-27T08:04:40.683Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-08-27T08:04:40.726Z | Compiling serde_json v1.0.151 |
| 1327 | 2026-08-27T08:04:40.738Z | Compiling syn v2.0.117 |
| 1328 | 2026-08-27T08:04:40.752Z | Compiling critical-section v1.2.0 |
| 1329 | 2026-08-27T08:04:40.844Z | Compiling libm v0.2.16 |
| 1330 | 2026-08-27T08:04:40.884Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-08-27T08:04:40.936Z | Compiling num-traits v0.2.19 |
| 1332 | 2026-08-27T08:04:40.957Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-08-27T08:04:40.960Z | Compiling generic-array v0.14.7 |
| 1334 | 2026-08-27T08:04:40.986Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-08-27T08:04:41.046Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-08-27T08:04:41.073Z | Compiling const-oid v0.9.6 |
| 1337 | 2026-08-27T08:04:41.120Z | Compiling getrandom v0.4.3 |
| 1338 | 2026-08-27T08:04:41.136Z | Compiling rand_core v0.10.0 |
| 1339 | 2026-08-27T08:04:41.163Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-08-27T08:04:41.183Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-08-27T08:04:41.265Z | Compiling writeable v0.6.2 |
| 1342 | 2026-08-27T08:04:41.298Z | Compiling litemap v0.8.1 |
| 1343 | 2026-08-27T08:04:41.328Z | Compiling icu_normalizer_data v2.1.1 |
| 1344 | 2026-08-27T08:04:41.328Z | Compiling icu_properties_data v2.1.2 |
| 1345 | 2026-08-27T08:04:41.370Z | Compiling getrandom v0.3.4 |
| 1346 | 2026-08-27T08:04:41.375Z | Compiling rustix v1.1.4 |
| 1347 | 2026-08-27T08:04:41.417Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-08-27T08:04:41.487Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-08-27T08:04:41.518Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-08-27T08:04:41.535Z | Compiling utf8_iter v1.0.4 |
| 1351 | 2026-08-27T08:04:41.539Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-08-27T08:04:41.561Z | Compiling slab v0.4.12 |
| 1353 | 2026-08-27T08:04:41.657Z | Compiling errno v0.3.14 |
| 1354 | 2026-08-27T08:04:41.695Z | Compiling jobserver v0.1.34 |
| 1355 | 2026-08-27T08:04:41.709Z | Compiling getrandom v0.2.17 |
| 1356 | 2026-08-27T08:04:41.764Z | Compiling mio v1.2.0 |
| 1357 | 2026-08-27T08:04:41.793Z | Compiling signal-hook-registry v1.4.8 |
| 1358 | 2026-08-27T08:04:41.796Z | Compiling socket2 v0.6.3 |
| 1359 | 2026-08-27T08:04:41.808Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-08-27T08:04:41.852Z | Compiling once_cell v1.21.3 |
| 1361 | 2026-08-27T08:04:41.855Z | Compiling rustversion v1.0.22 |
| 1362 | 2026-08-27T08:04:41.955Z | Compiling cc v1.2.56 |
| 1363 | 2026-08-27T08:04:41.969Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-08-27T08:04:42.006Z | Compiling parking_lot v0.12.5 |
| 1365 | 2026-08-27T08:04:42.034Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-08-27T08:04:42.049Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-08-27T08:04:42.093Z | Compiling dunce v1.0.5 |
| 1368 | 2026-08-27T08:04:42.098Z | Compiling fs_extra v1.3.0 |
| 1369 | 2026-08-27T08:04:42.137Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-08-27T08:04:42.204Z | Compiling flagset v0.4.7 |
| 1371 | 2026-08-27T08:04:42.248Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-08-27T08:04:42.248Z | Compiling base64 v0.22.1 |
| 1373 | 2026-08-27T08:04:42.275Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-08-27T08:04:42.290Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2026-08-27T08:04:42.304Z | Compiling syn v1.0.109 |
| 1376 | 2026-08-27T08:04:42.358Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-08-27T08:04:42.361Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-08-27T08:04:42.386Z | Compiling dyn-clone v1.0.20 |
| 1379 | 2026-08-27T08:04:42.404Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-08-27T08:04:42.419Z | Compiling schemars v0.8.22 |
| 1381 | 2026-08-27T08:04:42.451Z | Compiling simd-adler32 v0.3.8 |
| 1382 | 2026-08-27T08:04:42.495Z | Compiling aws-lc-rs v1.16.3 |
| 1383 | 2026-08-27T08:04:42.543Z | Compiling spin v0.9.8 |
| 1384 | 2026-08-27T08:04:42.574Z | Compiling tinyvec_macros v0.1.1 |
| 1385 | 2026-08-27T08:04:42.616Z | Compiling cmov v0.5.4 |
| 1386 | 2026-08-27T08:04:42.643Z | Compiling openssl-probe v0.2.1 |
| 1387 | 2026-08-27T08:04:42.692Z | Compiling httparse v1.10.1 |
| 1388 | 2026-08-27T08:04:42.708Z | Compiling crc32fast v1.5.0 |
| 1389 | 2026-08-27T08:04:42.748Z | Compiling cmake v0.1.57 |
| 1390 | 2026-08-27T08:04:42.768Z | Compiling adler2 v2.0.1 |
| 1391 | 2026-08-27T08:04:42.795Z | Compiling tinyvec v1.10.0 |
| 1392 | 2026-08-27T08:04:42.813Z | Compiling ctutils v0.4.2 |
| 1393 | 2026-08-27T08:04:42.833Z | Compiling aho-corasick v1.1.4 |
| 1394 | 2026-08-27T08:04:42.857Z | Compiling untrusted v0.7.1 |
| 1395 | 2026-08-27T08:04:42.915Z | Compiling miniz_oxide v0.8.9 |
| 1396 | 2026-08-27T08:04:42.950Z | Compiling bitflags v2.11.0 |
| 1397 | 2026-08-27T08:04:42.997Z | Compiling semver v1.0.28 |
| 1398 | 2026-08-27T08:04:43.011Z | Compiling indexmap v2.14.0 |
| 1399 | 2026-08-27T08:04:43.062Z | Compiling uuid v1.23.4 |
| 1400 | 2026-08-27T08:04:43.154Z | Compiling radium v0.7.0 |
| 1401 | 2026-08-27T08:04:43.169Z | Compiling tower-layer v0.3.3 |
| 1402 | 2026-08-27T08:04:43.185Z | Compiling atomic-waker v1.1.2 |
| 1403 | 2026-08-27T08:04:43.190Z | Compiling try-lock v0.2.5 |
| 1404 | 2026-08-27T08:04:43.200Z | Compiling tower-service v0.3.3 |
| 1405 | 2026-08-27T08:04:43.321Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-08-27T08:04:43.321Z | Compiling want v0.3.1 |
| 1407 | 2026-08-27T08:04:43.378Z | Compiling openssl v0.10.80 |
| 1408 | 2026-08-27T08:04:43.446Z | Compiling rustls v0.23.41 |
| 1409 | 2026-08-27T08:04:43.503Z | Compiling untrusted v0.9.0 |
| 1410 | 2026-08-27T08:04:43.554Z | Compiling foreign-types-shared v0.1.1 |
| 1411 | 2026-08-27T08:04:43.600Z | Compiling maybe-uninit v2.0.0 |
| 1412 | 2026-08-27T08:04:43.645Z | Compiling aws-lc-sys v0.40.0 |
| 1413 | 2026-08-27T08:04:43.660Z | Compiling openssl-sys v0.9.117 |
| 1414 | 2026-08-27T08:04:43.660Z | Compiling httpdate v1.0.3 |
| 1415 | 2026-08-27T08:04:43.663Z | Compiling tap v1.0.1 |
| 1416 | 2026-08-27T08:04:43.706Z | Compiling foreign-types v0.3.2 |
| 1417 | 2026-08-27T08:04:43.709Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1418 | 2026-08-27T08:04:43.709Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1419 | 2026-08-27T08:04:43.749Z | Compiling synstructure v0.13.2 |
| 1420 | 2026-08-27T08:04:43.790Z | Compiling serde_derive_internals v0.29.1 |
| 1421 | 2026-08-27T08:04:43.805Z | Compiling pest_generator v2.8.6 |
| 1422 | 2026-08-27T08:04:43.823Z | Compiling regex-automata v0.4.14 |
| 1423 | 2026-08-27T08:04:43.894Z | Compiling darling_core v0.20.11 |
| 1424 | 2026-08-27T08:04:43.983Z | Compiling wyz v0.5.1 |
| 1425 | 2026-08-27T08:04:44.160Z | Compiling terminal_size v0.4.3 |
| 1426 | 2026-08-27T08:04:44.176Z | Compiling tempfile v3.27.0 |
| 1427 | 2026-08-27T08:04:44.190Z | Compiling unicode-normalization v0.1.25 |
| 1428 | 2026-08-27T08:04:44.235Z | Compiling num-integer v0.1.46 |
| 1429 | 2026-08-27T08:04:44.314Z | Compiling wait-timeout v0.2.1 |
| 1430 | 2026-08-27T08:04:44.369Z | Compiling ahash v0.8.12 |
| 1431 | 2026-08-27T08:04:44.383Z | Compiling num-bigint-dig v0.8.6 |
| 1432 | 2026-08-27T08:04:44.560Z | Compiling num-conv v0.2.0 |
| 1433 | 2026-08-27T08:04:44.575Z | Compiling bit-vec v0.8.0 |
| 1434 | 2026-08-27T08:04:44.590Z | Compiling packed_struct v0.10.1 |
| 1435 | 2026-08-27T08:04:44.594Z | Compiling powerfmt v0.2.0 |
| 1436 | 2026-08-27T08:04:44.622Z | Compiling native-tls v0.2.18 |
| 1437 | 2026-08-27T08:04:44.626Z | Compiling time-core v0.1.8 |
| 1438 | 2026-08-27T08:04:44.651Z | Compiling quick-error v1.2.3 |
| 1439 | 2026-08-27T08:04:44.682Z | Compiling funty v2.0.0 |
| 1440 | 2026-08-27T08:04:44.724Z | Compiling clap_builder v4.6.0 |
| 1441 | 2026-08-27T08:04:44.758Z | Compiling rusty-fork v0.3.1 |
| 1442 | 2026-08-27T08:04:44.772Z | Compiling bit-set v0.8.0 |
| 1443 | 2026-08-27T08:04:44.775Z | Compiling deranged v0.5.8 |
| 1444 | 2026-08-27T08:04:44.802Z | Compiling time-macros v0.2.27 |
| 1445 | 2026-08-27T08:04:44.827Z | Compiling num-iter v0.1.45 |
| 1446 | 2026-08-27T08:04:44.918Z | Compiling lazy_static v1.5.0 |
| 1447 | 2026-08-27T08:04:44.945Z | Compiling rand_xorshift v0.4.0 |
| 1448 | 2026-08-27T08:04:44.959Z | Compiling sync_wrapper v1.0.2 |
| 1449 | 2026-08-27T08:04:44.980Z | Compiling indexmap v1.9.3 |
| 1450 | 2026-08-27T08:04:45.065Z | Compiling bitvec v1.0.1 |
| 1451 | 2026-08-27T08:04:45.101Z | Compiling unarray v0.1.4 |
| 1452 | 2026-08-27T08:04:45.137Z | Compiling paste v1.0.15 |
| 1453 | 2026-08-27T08:04:45.141Z | Compiling crc-catalog v2.4.0 |
| 1454 | 2026-08-27T08:04:45.183Z | Compiling unicode-segmentation v1.12.0 |
| 1455 | 2026-08-27T08:04:45.225Z | Compiling usdt-impl v0.6.0 |
| 1456 | 2026-08-27T08:04:45.249Z | Compiling nodrop v0.1.14 |
| 1457 | 2026-08-27T08:04:45.321Z | Compiling object v0.37.3 |
| 1458 | 2026-08-27T08:04:45.350Z | Compiling crossbeam-utils v0.8.21 |
| 1459 | 2026-08-27T08:04:45.422Z | Compiling siphasher v1.0.2 |
| 1460 | 2026-08-27T08:04:45.452Z | Compiling num_threads v0.1.7 |
| 1461 | 2026-08-27T08:04:45.513Z | Compiling serde_derive v1.0.228 |
| 1462 | 2026-08-27T08:04:45.562Z | Compiling zeroize_derive v1.5.0 |
| 1463 | 2026-08-27T08:04:45.589Z | Compiling zerofrom-derive v0.1.6 |
| 1464 | 2026-08-27T08:04:45.612Z | Compiling zerocopy-derive v0.8.55 |
| 1465 | 2026-08-27T08:04:45.631Z | Compiling yoke-derive v0.8.1 |
| 1466 | 2026-08-27T08:04:45.661Z | Compiling zerovec-derive v0.11.2 |
| 1467 | 2026-08-27T08:04:45.856Z | Compiling displaydoc v0.2.5 |
| 1468 | 2026-08-27T08:04:45.870Z | Compiling tokio-macros v2.7.0 |
| 1469 | 2026-08-27T08:04:45.960Z | Compiling futures-macro v0.3.32 |
| 1470 | 2026-08-27T08:04:46.244Z | Compiling der_derive v0.7.3 |
| 1471 | 2026-08-27T08:04:46.288Z | Compiling thiserror-impl v2.0.18 |
| 1472 | 2026-08-27T08:04:46.581Z | Compiling tracing-attributes v0.1.31 |
| 1473 | 2026-08-27T08:04:46.645Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2026-08-27T08:04:46.660Z | Compiling pest_derive v2.8.6 |
| 1475 | 2026-08-27T08:04:46.795Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-08-27T08:04:46.819Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-08-27T08:04:46.836Z | Compiling futures-util v0.3.32 |
| 1478 | 2026-08-27T08:04:46.862Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-08-27T08:04:47.043Z | Compiling zerofrom v0.1.6 |
| 1480 | 2026-08-27T08:04:47.146Z | Compiling thiserror-impl v1.0.69 |
| 1481 | 2026-08-27T08:04:47.185Z | Compiling yoke v0.8.1 |
| 1482 | 2026-08-27T08:04:47.277Z | Compiling packed_struct_codegen v0.10.1 |
| 1483 | 2026-08-27T08:04:47.354Z | Compiling darling v0.20.11 |
| 1484 | 2026-08-27T08:04:47.397Z | Compiling zerovec v0.11.5 |
| 1485 | 2026-08-27T08:04:47.448Z | Compiling zerotrie v0.2.3 |
| 1486 | 2026-08-27T08:04:47.633Z | Compiling scroll v0.13.0 |
| 1487 | 2026-08-27T08:04:47.708Z | Compiling thiserror v2.0.18 |
| 1488 | 2026-08-27T08:04:47.785Z | Compiling zerocopy-derive v0.6.6 |
| 1489 | 2026-08-27T08:04:47.832Z | Compiling clap_derive v4.6.1 |
| 1490 | 2026-08-27T08:04:47.905Z | Compiling tinystr v0.8.2 |
| 1491 | 2026-08-27T08:04:47.925Z | Compiling potential_utf v0.1.4 |
| 1492 | 2026-08-27T08:04:47.952Z | Compiling tracing v0.1.44 |
| 1493 | 2026-08-27T08:04:47.955Z | Compiling goblin v0.10.5 |
| 1494 | 2026-08-27T08:04:47.979Z | Compiling bitfield-macros v0.19.4 |
| 1495 | 2026-08-27T08:04:48.072Z | Compiling icu_locale_core v2.1.1 |
| 1496 | 2026-08-27T08:04:48.103Z | Compiling icu_collections v2.1.1 |
| 1497 | 2026-08-27T08:04:48.127Z | Compiling zlib-rs v0.6.2 |
| 1498 | 2026-08-27T08:04:48.229Z | Compiling dtrace-parser v0.3.0 |
| 1499 | 2026-08-27T08:04:48.398Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-08-27T08:04:48.468Z | Compiling thiserror v1.0.69 |
| 1501 | 2026-08-27T08:04:48.586Z | Compiling time v0.3.47 |
| 1502 | 2026-08-27T08:04:48.639Z | Compiling zerocopy v0.6.6 |
| 1503 | 2026-08-27T08:04:48.714Z | Compiling icu_provider v2.1.1 |
| 1504 | 2026-08-27T08:04:48.730Z | Compiling bitfield v0.19.4 |
| 1505 | 2026-08-27T08:04:48.979Z | Compiling icu_normalizer v2.1.1 |
| 1506 | 2026-08-27T08:04:48.993Z | Compiling icu_properties v2.1.2 |
| 1507 | 2026-08-27T08:04:49.027Z | Compiling zeroize v1.9.0 |
| 1508 | 2026-08-27T08:04:49.043Z | Compiling bytes v1.11.1 |
| 1509 | 2026-08-27T08:04:49.057Z | Compiling chrono v0.4.45 |
| 1510 | 2026-08-27T08:04:49.105Z | Compiling ipnet v2.12.0 |
| 1511 | 2026-08-27T08:04:49.264Z | Compiling der v0.7.10 |
| 1512 | 2026-08-27T08:04:49.276Z | Compiling rustls-pki-types v1.14.0 |
| 1513 | 2026-08-27T08:04:49.525Z | Compiling tokio v1.52.1 |
| 1514 | 2026-08-27T08:04:49.623Z | Compiling http v1.4.2 |
| 1515 | 2026-08-27T08:04:49.645Z | Compiling hybrid-array v0.4.13 |
| 1516 | 2026-08-27T08:04:49.669Z | Compiling hex v0.4.3 |
| 1517 | 2026-08-27T08:04:49.744Z | Compiling crypto-common v0.1.7 |
| 1518 | 2026-08-27T08:04:49.794Z | Compiling block-buffer v0.10.4 |
| 1519 | 2026-08-27T08:04:49.906Z | Compiling idna_adapter v1.2.1 |
| 1520 | 2026-08-27T08:04:49.948Z | Compiling digest v0.10.7 |
| 1521 | 2026-08-27T08:04:49.978Z | Compiling toml_datetime v0.6.11 |
| 1522 | 2026-08-27T08:04:50.117Z | Compiling idna v1.1.0 |
| 1523 | 2026-08-27T08:04:50.160Z | Compiling ppv-lite86 v0.2.21 |
| 1524 | 2026-08-27T08:04:50.223Z | Compiling spki v0.7.3 |
| 1525 | 2026-08-27T08:04:50.237Z | Compiling sha2 v0.10.9 |
| 1526 | 2026-08-27T08:04:50.300Z | Compiling signature v2.2.0 |
| 1527 | 2026-08-27T08:04:50.366Z | Compiling http-body v1.0.1 |
| 1528 | 2026-08-27T08:04:50.386Z | Compiling hmac v0.12.1 |
| 1529 | 2026-08-27T08:04:50.454Z | Compiling url v2.5.8 |
| 1530 | 2026-08-27T08:04:50.471Z | Compiling rand_chacha v0.9.0 |
| 1531 | 2026-08-27T08:04:50.486Z | Compiling pkcs8 v0.10.2 |
| 1532 | 2026-08-27T08:04:50.502Z | Compiling rand_chacha v0.3.1 |
| 1533 | 2026-08-27T08:04:50.517Z | Compiling serde_spanned v0.6.9 |
| 1534 | 2026-08-27T08:04:50.533Z | Compiling http-body-util v0.1.3 |
| 1535 | 2026-08-27T08:04:50.563Z | Compiling clap v4.6.1 |
| 1536 | 2026-08-27T08:04:50.655Z | Compiling pkcs1 v0.7.5 |
| 1537 | 2026-08-27T08:04:50.767Z | Compiling rand v0.9.2 |
| 1538 | 2026-08-27T08:04:50.799Z | Compiling rand v0.8.6 |
| 1539 | 2026-08-27T08:04:50.803Z | Compiling dof v0.4.0 |
| 1540 | 2026-08-27T08:04:50.880Z | Compiling scroll_derive v0.12.1 |
| 1541 | 2026-08-27T08:04:50.940Z | Compiling structmeta-derive v0.3.0 |
| 1542 | 2026-08-27T08:04:51.192Z | Compiling flate2 v1.1.9 |
| 1543 | 2026-08-27T08:04:51.318Z | Compiling array-init v0.0.4 |
| 1544 | 2026-08-27T08:04:51.357Z | Compiling proptest v1.11.0 |
| 1545 | 2026-08-27T08:04:51.415Z | Compiling crc v3.4.0 |
| 1546 | 2026-08-27T08:04:51.590Z | Compiling smallvec v0.6.14 |
| 1547 | 2026-08-27T08:04:51.611Z | Compiling darling_core v0.23.0 |
| 1548 | 2026-08-27T08:04:51.624Z | Compiling heapless v0.7.17 |
| 1549 | 2026-08-27T08:04:51.637Z | Compiling slog v2.8.2 |
| 1550 | 2026-08-27T08:04:51.650Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-08-27T08:04:51.677Z | Compiling env_filter v2.0.0 |
| 1552 | 2026-08-27T08:04:51.742Z | Compiling syn v3.0.3 |
| 1553 | 2026-08-27T08:04:51.811Z | Compiling cookie v0.18.1 |
| 1554 | 2026-08-27T08:04:51.843Z | Compiling unicode-properties v0.1.4 |
| 1555 | 2026-08-27T08:04:51.884Z | Compiling ipnetwork v0.21.1 |
| 1556 | 2026-08-27T08:04:51.950Z | Compiling allocator-api2 v0.2.21 |
| 1557 | 2026-08-27T08:04:51.993Z | Compiling ryu v1.0.23 |
| 1558 | 2026-08-27T08:04:52.023Z | Compiling base64 v0.21.7 |
| 1559 | 2026-08-27T08:04:52.026Z | Compiling zstd-safe v7.2.4 |
| 1560 | 2026-08-27T08:04:52.050Z | Compiling iri-string v0.7.10 |
| 1561 | 2026-08-27T08:04:52.072Z | Compiling gimli v0.32.3 |
| 1562 | 2026-08-27T08:04:52.085Z | Compiling anyhow v1.0.104 |
| 1563 | 2026-08-27T08:04:52.186Z | Compiling winnow v0.5.40 |
| 1564 | 2026-08-27T08:04:52.252Z | Compiling unicode-bidi v0.3.18 |
| 1565 | 2026-08-27T08:04:52.275Z | Compiling hashbrown v0.12.3 |
| 1566 | 2026-08-27T08:04:52.303Z | Compiling signal-hook v0.3.18 |
| 1567 | 2026-08-27T08:04:52.318Z | Compiling ron v0.8.1 |
| 1568 | 2026-08-27T08:04:52.377Z | Compiling oxnet v0.1.6 |
| 1569 | 2026-08-27T08:04:52.410Z | Compiling serde_urlencoded v0.7.1 |
| 1570 | 2026-08-27T08:04:52.510Z | Compiling structmeta v0.3.0 |
| 1571 | 2026-08-27T08:04:52.649Z | Compiling rsa v0.9.10 |
| 1572 | 2026-08-27T08:04:52.670Z | Compiling stringprep v0.1.5 |
| 1573 | 2026-08-27T08:04:52.851Z | Compiling env_logger v0.11.11 |
| 1574 | 2026-08-27T08:04:52.875Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1575 | 2026-08-27T08:04:52.933Z | Compiling serde-hex v0.1.0 |
| 1576 | 2026-08-27T08:04:53.136Z | Compiling camino v1.2.5 |
| 1577 | 2026-08-27T08:04:53.220Z | Compiling scroll v0.12.0 |
| 1578 | 2026-08-27T08:04:53.252Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1579 | 2026-08-27T08:04:53.444Z | Compiling tokio-util v0.7.18 |
| 1580 | 2026-08-27T08:04:53.508Z | Compiling tower v0.5.3 |
| 1581 | 2026-08-27T08:04:53.541Z | Compiling toml_edit v0.19.15 |
| 1582 | 2026-08-27T08:04:53.579Z | Compiling tokio-native-tls v0.3.1 |
| 1583 | 2026-08-27T08:04:53.767Z | Compiling newtype-uuid v1.3.2 |
| 1584 | 2026-08-27T08:04:54.014Z | Compiling tower-http v0.6.8 |
| 1585 | 2026-08-27T08:04:54.030Z | Compiling addr2line v0.25.1 |
| 1586 | 2026-08-27T08:04:54.139Z | Compiling h2 v0.4.15 |
| 1587 | 2026-08-27T08:04:54.157Z | Compiling hashbrown v0.13.2 |
| 1588 | 2026-08-27T08:04:54.173Z | Compiling darling_macro v0.23.0 |
| 1589 | 2026-08-27T08:04:54.368Z | Compiling block-buffer v0.12.1 |
| 1590 | 2026-08-27T08:04:54.433Z | Compiling block-padding v0.4.2 |
| 1591 | 2026-08-27T08:04:54.509Z | Compiling crypto-common v0.2.2 |
| 1592 | 2026-08-27T08:04:54.595Z | Compiling x509-cert v0.2.5 |
| 1593 | 2026-08-27T08:04:54.622Z | Compiling md-5 v0.10.6 |
| 1594 | 2026-08-27T08:04:54.657Z | Compiling rustls-native-certs v0.8.3 |
| 1595 | 2026-08-27T08:04:54.699Z | Compiling derive_builder_macro v0.20.2 |
| 1596 | 2026-08-27T08:04:54.807Z | Compiling erased-serde v0.3.31 |
| 1597 | 2026-08-27T08:04:54.968Z | Compiling serde_tokenstream v0.2.3 |
| 1598 | 2026-08-27T08:04:55.198Z | Compiling daft-derive v0.1.8 |
| 1599 | 2026-08-27T08:04:55.222Z | Compiling bzip2 v0.4.4 |
| 1600 | 2026-08-27T08:04:55.261Z | Compiling bstr v1.12.1 |
| 1601 | 2026-08-27T08:04:55.326Z | Compiling async-trait v0.1.89 |
| 1602 | 2026-08-27T08:04:55.366Z | Compiling zerocopy-derive v0.7.35 |
| 1603 | 2026-08-27T08:04:55.453Z | Compiling pin-project-internal v1.1.11 |
| 1604 | 2026-08-27T08:04:55.470Z | Compiling curve25519-dalek v4.1.3 |
| 1605 | 2026-08-27T08:04:55.711Z | Compiling vergen-lib v9.1.0 |
| 1606 | 2026-08-27T08:04:55.827Z | Compiling hash32 v0.2.1 |
| 1607 | 2026-08-27T08:04:55.917Z | Compiling memoffset v0.9.1 |
| 1608 | 2026-08-27T08:04:55.944Z | Compiling encoding_rs v0.8.35 |
| 1609 | 2026-08-27T08:04:55.957Z | Compiling smoltcp v0.9.1 |
| 1610 | 2026-08-27T08:04:56.038Z | Compiling cfg_aliases v0.2.1 |
| 1611 | 2026-08-27T08:04:56.126Z | Compiling ref-cast v1.0.25 |
| 1612 | 2026-08-27T08:04:56.140Z | Compiling litrs v1.0.0 |
| 1613 | 2026-08-27T08:04:56.228Z | Compiling owo-colors v4.3.0 |
| 1614 | 2026-08-27T08:04:56.287Z | Compiling rustix v0.38.44 |
| 1615 | 2026-08-27T08:04:56.290Z | Compiling psl-types v2.0.11 |
| 1616 | 2026-08-27T08:04:56.319Z | Compiling crc-any v2.5.0 |
| 1617 | 2026-08-27T08:04:56.334Z | Compiling rustc-demangle v0.1.27 |
| 1618 | 2026-08-27T08:04:56.399Z | Compiling fallible-iterator v0.2.0 |
| 1619 | 2026-08-27T08:04:56.450Z | Compiling mime v0.3.17 |
| 1620 | 2026-08-27T08:04:56.522Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1621 | 2026-08-27T08:04:56.573Z | Compiling backtrace v0.3.76 |
| 1622 | 2026-08-27T08:04:56.634Z | Compiling pin-project v1.1.11 |
| 1623 | 2026-08-27T08:04:56.638Z | Compiling publicsuffix v2.3.0 |
| 1624 | 2026-08-27T08:04:56.679Z | Compiling document-features v0.2.12 |
| 1625 | 2026-08-27T08:04:56.710Z | Compiling postgres-protocol v0.6.10 |
| 1626 | 2026-08-27T08:04:56.735Z | Compiling zerocopy v0.7.35 |
| 1627 | 2026-08-27T08:04:56.750Z | Compiling nix v0.31.2 |
| 1628 | 2026-08-27T08:04:56.794Z | Compiling daft v0.1.8 |
| 1629 | 2026-08-27T08:04:56.870Z | Compiling zip v0.6.6 |
| 1630 | 2026-08-27T08:04:57.100Z | Compiling derive_builder v0.20.2 |
| 1631 | 2026-08-27T08:04:57.133Z | Compiling toml v0.7.8 |
| 1632 | 2026-08-27T08:04:57.157Z | Compiling darling v0.23.0 |
| 1633 | 2026-08-27T08:04:57.249Z | Compiling object v0.30.4 |
| 1634 | 2026-08-27T08:04:57.262Z | Compiling inout v0.2.2 |
| 1635 | 2026-08-27T08:04:57.278Z | Compiling goblin v0.8.2 |
| 1636 | 2026-08-27T08:04:57.293Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1637 | 2026-08-27T08:04:57.350Z | Compiling hyper v1.10.1 |
| 1638 | 2026-08-27T08:04:57.464Z | Compiling derive-ex v0.1.8 |
| 1639 | 2026-08-27T08:04:57.555Z | Compiling futures-executor v0.3.32 |
| 1640 | 2026-08-27T08:04:57.580Z | Compiling hubpack_derive v0.1.1 |
| 1641 | 2026-08-27T08:04:57.611Z | Compiling regex v1.12.3 |
| 1642 | 2026-08-27T08:04:57.755Z | Compiling phf_shared v0.13.1 |
| 1643 | 2026-08-27T08:04:57.776Z | Compiling snafu-derive v0.8.9 |
| 1644 | 2026-08-27T08:04:57.826Z | Compiling ref-cast-impl v1.0.25 |
| 1645 | 2026-08-27T08:04:57.840Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1646 | 2026-08-27T08:04:57.854Z | Compiling strum_macros v0.27.2 |
| 1647 | 2026-08-27T08:04:57.882Z | Compiling convert_case v0.10.0 |
| 1648 | 2026-08-27T08:04:58.020Z | Compiling vergen v9.1.0 |
| 1649 | 2026-08-27T08:04:58.053Z | Compiling cargo-platform v0.3.2 |
| 1650 | 2026-08-27T08:04:58.066Z | Compiling ff v0.13.1 |
| 1651 | 2026-08-27T08:04:58.210Z | Compiling fs-err v3.3.0 |
| 1652 | 2026-08-27T08:04:58.226Z | Compiling foldhash v0.2.0 |
| 1653 | 2026-08-27T08:04:58.226Z | Compiling base16ct v0.2.0 |
| 1654 | 2026-08-27T08:04:58.340Z | Compiling either v1.15.0 |
| 1655 | 2026-08-27T08:04:58.387Z | Compiling is_ci v1.2.0 |
| 1656 | 2026-08-27T08:04:58.401Z | Compiling bumpalo v3.20.2 |
| 1657 | 2026-08-27T08:04:58.417Z | Compiling bitflags v1.3.2 |
| 1658 | 2026-08-27T08:04:58.433Z | Compiling foldhash v0.1.5 |
| 1659 | 2026-08-27T08:04:58.471Z | Compiling hyper-util v0.1.20 |
| 1660 | 2026-08-27T08:04:58.502Z | Compiling managed v0.8.0 |
| 1661 | 2026-08-27T08:04:58.517Z | Compiling libbz2-rs-sys v0.2.2 |
| 1662 | 2026-08-27T08:04:58.541Z | Compiling jiff-core v0.1.0 |
| 1663 | 2026-08-27T08:04:58.565Z | Compiling path-slash v0.1.5 |
| 1664 | 2026-08-27T08:04:58.627Z | Compiling same-file v1.0.6 |
| 1665 | 2026-08-27T08:04:58.669Z | Compiling zopfli v0.8.3 |
| 1666 | 2026-08-27T08:04:58.739Z | Compiling walkdir v2.5.0 |
| 1667 | 2026-08-27T08:04:58.806Z | Compiling hashbrown v0.15.5 |
| 1668 | 2026-08-27T08:04:58.989Z | Compiling bzip2 v0.6.1 |
| 1669 | 2026-08-27T08:04:59.181Z | Compiling test-strategy v0.4.5 |
| 1670 | 2026-08-27T08:04:59.213Z | Compiling supports-color v3.0.2 |
| 1671 | 2026-08-27T08:04:59.216Z | Compiling textwrap v0.16.2 |
| 1672 | 2026-08-27T08:04:59.339Z | Compiling jiff v0.2.34 |
| 1673 | 2026-08-27T08:04:59.490Z | Compiling hashbrown v0.16.1 |
| 1674 | 2026-08-27T08:04:59.529Z | Compiling dof v0.3.0 |
| 1675 | 2026-08-27T08:04:59.543Z | Compiling sec1 v0.7.3 |
| 1676 | 2026-08-27T08:04:59.637Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1677 | 2026-08-27T08:04:59.697Z | Compiling cargo_metadata v0.23.1 |
| 1678 | 2026-08-27T08:04:59.728Z | Compiling snafu v0.8.9 |
| 1679 | 2026-08-27T08:04:59.849Z | Compiling hyper-tls v0.6.0 |
| 1680 | 2026-08-27T08:04:59.873Z | Compiling strum v0.27.2 |
| 1681 | 2026-08-27T08:05:00.071Z | Compiling reqwest v0.12.28 |
| 1682 | 2026-08-27T08:05:00.118Z | Compiling derive_more-impl v2.1.1 |
| 1683 | 2026-08-27T08:05:00.147Z | Compiling group v0.13.0 |
| 1684 | 2026-08-27T08:05:00.162Z | Compiling hubpack v0.1.2 |
| 1685 | 2026-08-27T08:05:00.212Z | Compiling phf v0.13.1 |
| 1686 | 2026-08-27T08:05:00.284Z | Compiling futures v0.3.32 |
| 1687 | 2026-08-27T08:05:00.314Z | Compiling signal-hook-mio v0.2.5 |
| 1688 | 2026-08-27T08:05:00.380Z | Compiling cookie_store v0.22.1 |
| 1689 | 2026-08-27T08:05:00.394Z | Compiling zstd v0.13.3 |
| 1690 | 2026-08-27T08:05:00.409Z | Compiling cipher v0.5.2 |
| 1691 | 2026-08-27T08:05:00.448Z | Compiling serde_with_macros v3.21.0 |
| 1692 | 2026-08-27T08:05:00.703Z | Compiling postgres-types v0.2.12 |
| 1693 | 2026-08-27T08:05:00.723Z | Compiling backtrace-ext v0.2.1 |
| 1694 | 2026-08-27T08:05:00.860Z | Compiling globset v0.4.18 |
| 1695 | 2026-08-27T08:05:00.911Z | Compiling usdt-macro v0.6.0 |
| 1696 | 2026-08-27T08:05:01.074Z | Compiling usdt-attr-macro v0.6.0 |
| 1697 | 2026-08-27T08:05:01.094Z | Compiling byte-wrapper v0.1.0 |
| 1698 | 2026-08-27T08:05:01.175Z | Compiling ed25519 v2.2.3 |
| 1699 | 2026-08-27T08:05:01.313Z | Compiling hkdf v0.12.4 |
| 1700 | 2026-08-27T08:05:01.313Z | Compiling crypto-bigint v0.5.5 |
| 1701 | 2026-08-27T08:05:01.453Z | Compiling olpc-cjson v0.1.4 |
| 1702 | 2026-08-27T08:05:01.511Z | Compiling serde-big-array v0.5.1 |
| 1703 | 2026-08-27T08:05:01.570Z | Compiling serde_plain v1.0.2 |
| 1704 | 2026-08-27T08:05:01.600Z | Compiling dtrace-parser v0.2.0 |
| 1705 | 2026-08-27T08:05:01.634Z | Compiling phf_shared v0.11.3 |
| 1706 | 2026-08-27T08:05:01.653Z | Compiling serde_repr v0.1.20 |
| 1707 | 2026-08-27T08:05:01.675Z | Compiling miette-derive v7.6.0 |
| 1708 | 2026-08-27T08:05:01.722Z | Compiling enum-as-inner v0.6.1 |
| 1709 | 2026-08-27T08:05:01.789Z | Compiling strum_macros v0.26.4 |
| 1710 | 2026-08-27T08:05:01.836Z | Compiling async-recursion v1.1.1 |
| 1711 | 2026-08-27T08:05:01.909Z | Compiling float-cmp v0.10.0 |
| 1712 | 2026-08-27T08:05:01.946Z | Compiling pem v3.0.6 |
| 1713 | 2026-08-27T08:05:02.066Z | Compiling thread-id v4.2.2 |
| 1714 | 2026-08-27T08:05:02.080Z | Compiling memmap2 v0.9.10 |
| 1715 | 2026-08-27T08:05:02.105Z | Compiling winnow v1.0.3 |
| 1716 | 2026-08-27T08:05:02.171Z | Compiling static_assertions v1.1.0 |
| 1717 | 2026-08-27T08:05:02.216Z | Compiling supports-unicode v3.0.0 |
| 1718 | 2026-08-27T08:05:02.247Z | Compiling difflib v0.4.0 |
| 1719 | 2026-08-27T08:05:02.265Z | Compiling typed-path v0.9.3 |
| 1720 | 2026-08-27T08:05:02.292Z | Compiling new_debug_unreachable v1.0.6 |
| 1721 | 2026-08-27T08:05:02.316Z | Compiling cpufeatures v0.3.0 |
| 1722 | 2026-08-27T08:05:02.364Z | Compiling data-encoding v2.10.0 |
| 1723 | 2026-08-27T08:05:02.378Z | Compiling whoami v2.1.0 |
| 1724 | 2026-08-27T08:05:02.393Z | Compiling normalize-line-endings v0.3.0 |
| 1725 | 2026-08-27T08:05:02.407Z | Compiling precomputed-hash v0.1.1 |
| 1726 | 2026-08-27T08:05:02.495Z | Compiling fixedbitset v0.4.2 |
| 1727 | 2026-08-27T08:05:02.508Z | Compiling supports-hyperlinks v3.2.0 |
| 1728 | 2026-08-27T08:05:02.522Z | Compiling keccak v0.1.6 |
| 1729 | 2026-08-27T08:05:02.540Z | Compiling fixedbitset v0.5.7 |
| 1730 | 2026-08-27T08:05:02.683Z | Compiling const-oid v0.10.2 |
| 1731 | 2026-08-27T08:05:02.727Z | Compiling predicates-core v1.0.10 |
| 1732 | 2026-08-27T08:05:02.773Z | Compiling petgraph v0.8.3 |
| 1733 | 2026-08-27T08:05:02.822Z | Compiling sha3 v0.10.8 |
| 1734 | 2026-08-27T08:05:02.858Z | Compiling predicates v3.1.4 |
| 1735 | 2026-08-27T08:05:02.876Z | Compiling miette v7.6.0 |
| 1736 | 2026-08-27T08:05:02.903Z | Compiling digest v0.11.3 |
| 1737 | 2026-08-27T08:05:02.918Z | Compiling hickory-proto v0.25.2 |
| 1738 | 2026-08-27T08:05:03.017Z | Compiling petgraph v0.6.5 |
| 1739 | 2026-08-27T08:05:03.090Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1740 | 2026-08-27T08:05:03.152Z | Compiling tokio-postgres v0.7.16 |
| 1741 | 2026-08-27T08:05:03.204Z | Compiling string_cache v0.8.9 |
| 1742 | 2026-08-27T08:05:03.267Z | Compiling chacha20 v0.10.0 |
| 1743 | 2026-08-27T08:05:03.286Z | Compiling elliptic-curve v0.13.8 |
| 1744 | 2026-08-27T08:05:03.456Z | Compiling toml_edit v0.22.27 |
| 1745 | 2026-08-27T08:05:03.491Z | Compiling usdt v0.6.0 |
| 1746 | 2026-08-27T08:05:03.505Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1747 | 2026-08-27T08:05:03.522Z | Compiling usdt-impl v0.5.0 |
| 1748 | 2026-08-27T08:05:03.609Z | Compiling strum v0.26.3 |
| 1749 | 2026-08-27T08:05:03.666Z | Compiling serde_with v3.21.0 |
| 1750 | 2026-08-27T08:05:03.707Z | Compiling zip v4.6.1 |
| 1751 | 2026-08-27T08:05:03.739Z | Compiling crossterm v0.28.1 |
| 1752 | 2026-08-27T08:05:03.765Z | Compiling ed25519-dalek v2.2.0 |
| 1753 | 2026-08-27T08:05:03.778Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1754 | 2026-08-27T08:05:03.870Z | Compiling derive_more v2.1.1 |
| 1755 | 2026-08-27T08:05:04.114Z | Compiling iddqd v0.4.2 |
| 1756 | 2026-08-27T08:05:04.452Z | Compiling itertools v0.15.0 |
| 1757 | 2026-08-27T08:05:04.517Z | Compiling itertools v0.13.0 |
| 1758 | 2026-08-27T08:05:04.670Z | Compiling similar v2.7.0 |
| 1759 | 2026-08-27T08:05:04.715Z | Compiling crossbeam-epoch v0.9.18 |
| 1760 | 2026-08-27T08:05:04.729Z | Compiling tokio-stream v0.1.18 |
| 1761 | 2026-08-27T08:05:05.018Z | Compiling buf-list v1.1.2 |
| 1762 | 2026-08-27T08:05:05.101Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1763 | 2026-08-27T08:05:05.244Z | Compiling openapiv3 v2.2.0 |
| 1764 | 2026-08-27T08:05:05.352Z | Compiling heck v0.4.1 |
| 1765 | 2026-08-27T08:05:05.370Z | Compiling lalrpop-util v0.19.12 |
| 1766 | 2026-08-27T08:05:05.431Z | Compiling peg-runtime v0.8.5 |
| 1767 | 2026-08-27T08:05:05.450Z | Compiling thread_local v1.1.9 |
| 1768 | 2026-08-27T08:05:05.474Z | Compiling slog-async v2.8.0 |
| 1769 | 2026-08-27T08:05:05.534Z | Compiling crossbeam-channel v0.5.15 |
| 1770 | 2026-08-27T08:05:05.587Z | Compiling filetime v0.2.27 |
| 1771 | 2026-08-27T08:05:05.601Z | Compiling is-terminal v0.4.17 |
| 1772 | 2026-08-27T08:05:05.616Z | Compiling xattr v1.6.1 |
| 1773 | 2026-08-27T08:05:05.712Z | Compiling term v1.2.1 |
| 1774 | 2026-08-27T08:05:05.726Z | Compiling take_mut v0.2.2 |
| 1775 | 2026-08-27T08:05:05.733Z | Compiling camino-tempfile v1.4.1 |
| 1776 | 2026-08-27T08:05:05.759Z | Compiling tar v0.4.46 |
| 1777 | 2026-08-27T08:05:05.985Z | Compiling slog-term v2.9.2 |
| 1778 | 2026-08-27T08:05:23.067Z | Compiling rustls-webpki v0.103.13 |
| 1779 | 2026-08-27T08:05:25.753Z | Compiling tokio-rustls v0.26.4 |
| 1780 | 2026-08-27T08:05:25.753Z | Compiling rustls-platform-verifier v0.6.2 |
| 1781 | 2026-08-27T08:05:25.753Z | Compiling tough v0.22.0 |
| 1782 | 2026-08-27T08:05:25.954Z | Compiling hyper-rustls v0.27.7 |
| 1783 | 2026-08-27T08:05:26.141Z | Compiling reqwest v0.13.2 |
| 1784 | 2026-08-27T08:05:28.262Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1785 | 2026-08-27T08:05:28.499Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1786 | 2026-08-27T08:05:31.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.79s |
| 1787 | 2026-08-27T08:05:31.535Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1788 | 2026-08-27T08:05:31.590Z | Aug 27 08:05:31.433 INFO Starting download, target: Console |
| 1789 | 2026-08-27T08:05:31.590Z | Aug 27 08:05:31.434 INFO Starting download, target: DendriteStub |
| 1790 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Starting download, target: Clickhouse |
| 1791 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Starting download, target: Cockroach |
| 1792 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Starting download, target: MaghemiteMgd |
| 1793 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Starting download, target: MaghemiteDdmd |
| 1794 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Starting download, target: TransceiverControl |
| 1795 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1796 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1797 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1798 | 2026-08-27T08:05:31.593Z | Aug 27 08:05:31.434 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1799 | 2026-08-27T08:05:31.594Z | Aug 27 08:05:31.434 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1800 | 2026-08-27T08:05:31.594Z | Aug 27 08:05:31.434 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1801 | 2026-08-27T08:05:31.594Z | Aug 27 08:05:31.434 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1802 | 2026-08-27T08:05:33.806Z | Aug 27 08:05:33.650 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1803 | 2026-08-27T08:05:34.050Z | Aug 27 08:05:33.893 INFO Download complete, target: Console |
| 1804 | 2026-08-27T08:05:34.063Z | Aug 27 08:05:33.904 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1805 | 2026-08-27T08:05:34.785Z | Aug 27 08:05:34.623 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1806 | 2026-08-27T08:05:35.015Z | Aug 27 08:05:34.841 INFO Download complete, target: TransceiverControl |
| 1807 | 2026-08-27T08:05:39.013Z | Aug 27 08:05:38.853 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1808 | 2026-08-27T08:05:39.438Z | Aug 27 08:05:39.276 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1809 | 2026-08-27T08:05:40.355Z | Aug 27 08:05:40.192 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1810 | 2026-08-27T08:05:40.846Z | Aug 27 08:05:40.670 INFO Checking that binary works, target: Clickhouse |
| 1811 | 2026-08-27T08:05:40.864Z | Aug 27 08:05:40.693 INFO Download complete, target: MaghemiteDdmd |
| 1812 | 2026-08-27T08:05:41.019Z | Aug 27 08:05:40.842 INFO Download complete, target: Clickhouse |
| 1813 | 2026-08-27T08:05:41.196Z | Aug 27 08:05:41.029 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1814 | 2026-08-27T08:05:41.196Z | Aug 27 08:05:41.030 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1815 | 2026-08-27T08:05:42.024Z | Aug 27 08:05:41.867 INFO Download complete, target: DendriteStub |
| 1816 | 2026-08-27T08:05:42.857Z | Aug 27 08:05:42.701 INFO Download complete, target: MaghemiteMgd |
| 1817 | 2026-08-27T08:05:45.760Z | Aug 27 08:05:45.604 INFO Checking that binary works, target: Cockroach |
| 1818 | 2026-08-27T08:05:45.884Z | Aug 27 08:05:45.728 INFO Download complete, target: Cockroach |
| 1819 | 2026-08-27T08:05:45.890Z | All prerequisites installed successfully |
| 1820 | 2026-08-27T08:05:45.893Z | |
| 1821 | 2026-08-27T08:05:45.893Z | real 2:00.325381733 |
| 1822 | 2026-08-27T08:05:45.893Z | user 7:23.002565503 |
| 1823 | 2026-08-27T08:05:45.893Z | sys 1:45.055702408 |
| 1824 | 2026-08-27T08:05:45.893Z | trap 0.305156289 |
| 1825 | 2026-08-27T08:05:45.893Z | tflt 0.906952886 |
| 1826 | 2026-08-27T08:05:45.893Z | dflt 1.635320204 |
| 1827 | 2026-08-27T08:05:45.894Z | kflt 0.022997773 |
| 1828 | 2026-08-27T08:05:45.894Z | lock 30:53.752761886 |
| 1829 | 2026-08-27T08:05:45.894Z | slp 20:27.575699143 |
| 1830 | 2026-08-27T08:05:45.894Z | lat 28.258681114 |
| 1831 | 2026-08-27T08:05:45.894Z | stop 3:26.711153779 |
| 1832 | 2026-08-27T08:05:45.894Z | + ptime -m cargo xtask download softnpu |
| 1833 | 2026-08-27T08:05:46.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1834 | 2026-08-27T08:05:46.376Z | Running `target/debug/xtask download softnpu` |
| 1835 | 2026-08-27T08:05:47.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1836 | 2026-08-27T08:05:47.247Z | Running `target/debug/xtask-downloader softnpu` |
| 1837 | 2026-08-27T08:05:47.253Z | Aug 27 08:05:47.095 INFO Starting download, target: Softnpu |
| 1838 | 2026-08-27T08:05:47.256Z | Aug 27 08:05:47.095 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1839 | 2026-08-27T08:05:48.485Z | Aug 27 08:05:48.329 INFO Download complete, target: Softnpu |
| 1840 | 2026-08-27T08:05:48.496Z | |
| 1841 | 2026-08-27T08:05:48.496Z | real 2.592105002 |
| 1842 | 2026-08-27T08:05:48.496Z | user 1.321878579 |
| 1843 | 2026-08-27T08:05:48.496Z | sys 0.618489620 |
| 1844 | 2026-08-27T08:05:48.496Z | trap 0.000637950 |
| 1845 | 2026-08-27T08:05:48.496Z | tflt 0.000492480 |
| 1846 | 2026-08-27T08:05:48.496Z | dflt 0.000432710 |
| 1847 | 2026-08-27T08:05:48.496Z | kflt 0.000000000 |
| 1848 | 2026-08-27T08:05:48.496Z | lock 22.902982164 |
| 1849 | 2026-08-27T08:05:48.496Z | slp 1.083416362 |
| 1850 | 2026-08-27T08:05:48.496Z | lat 0.081875545 |
| 1851 | 2026-08-27T08:05:48.496Z | stop 0.000199780 |
| 1852 | 2026-08-27T08:05:48.496Z | + export CARGO_INCREMENTAL=0 |
| 1853 | 2026-08-27T08:05:48.496Z | + CARGO_INCREMENTAL=0 |
| 1854 | 2026-08-27T08:05:48.496Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1855 | 2026-08-27T08:05:49.399Z | Compiling proc-macro2 v1.0.106 |
| 1856 | 2026-08-27T08:05:49.399Z | Compiling quote v1.0.45 |
| 1857 | 2026-08-27T08:05:49.400Z | Compiling unicode-ident v1.0.24 |
| 1858 | 2026-08-27T08:05:49.400Z | Compiling serde_core v1.0.228 |
| 1859 | 2026-08-27T08:05:49.405Z | Compiling libc v0.2.185 |
| 1860 | 2026-08-27T08:05:49.405Z | Compiling serde v1.0.228 |
| 1861 | 2026-08-27T08:05:49.405Z | Compiling cfg-if v1.0.4 |
| 1862 | 2026-08-27T08:05:49.406Z | Compiling version_check v0.9.5 |
| 1863 | 2026-08-27T08:05:49.406Z | Compiling autocfg v1.5.0 |
| 1864 | 2026-08-27T08:05:49.406Z | Compiling find-msvc-tools v0.1.9 |
| 1865 | 2026-08-27T08:05:49.553Z | Compiling shlex v1.3.0 |
| 1866 | 2026-08-27T08:05:49.558Z | Compiling memchr v2.8.0 |
| 1867 | 2026-08-27T08:05:49.558Z | Compiling zmij v1.0.21 |
| 1868 | 2026-08-27T08:05:49.580Z | Compiling serde_json v1.0.151 |
| 1869 | 2026-08-27T08:05:49.715Z | Compiling portable-atomic v1.13.1 |
| 1870 | 2026-08-27T08:05:49.743Z | Compiling zerocopy v0.8.55 |
| 1871 | 2026-08-27T08:05:49.888Z | Compiling libm v0.2.16 |
| 1872 | 2026-08-27T08:05:49.891Z | Compiling getrandom v0.4.3 |
| 1873 | 2026-08-27T08:05:49.928Z | Compiling icu_normalizer_data v2.1.1 |
| 1874 | 2026-08-27T08:05:49.940Z | Compiling generic-array v0.14.7 |
| 1875 | 2026-08-27T08:05:50.028Z | Compiling smallvec v1.15.1 |
| 1876 | 2026-08-27T08:05:50.051Z | Compiling icu_properties_data v2.1.2 |
| 1877 | 2026-08-27T08:05:50.067Z | Compiling parking_lot_core v0.9.12 |
| 1878 | 2026-08-27T08:05:50.084Z | Compiling num-traits v0.2.19 |
| 1879 | 2026-08-27T08:05:50.181Z | Compiling itoa v1.0.17 |
| 1880 | 2026-08-27T08:05:50.199Z | Compiling log v0.4.33 |
| 1881 | 2026-08-27T08:05:50.249Z | Compiling subtle v2.6.1 |
| 1882 | 2026-08-27T08:05:50.254Z | Compiling pkg-config v0.3.32 |
| 1883 | 2026-08-27T08:05:50.296Z | Compiling stable_deref_trait v1.2.1 |
| 1884 | 2026-08-27T08:05:50.342Z | Compiling typenum v1.20.1 |
| 1885 | 2026-08-27T08:05:50.346Z | Compiling rustix v1.1.4 |
| 1886 | 2026-08-27T08:05:50.442Z | Compiling getrandom v0.3.4 |
| 1887 | 2026-08-27T08:05:50.454Z | Compiling scopeguard v1.2.0 |
| 1888 | 2026-08-27T08:05:50.535Z | Compiling thiserror v2.0.18 |
| 1889 | 2026-08-27T08:05:50.634Z | Compiling lock_api v0.4.14 |
| 1890 | 2026-08-27T08:05:50.647Z | Compiling rand_core v0.10.0 |
| 1891 | 2026-08-27T08:05:50.683Z | Compiling jobserver v0.1.34 |
| 1892 | 2026-08-27T08:05:50.760Z | Compiling errno v0.3.14 |
| 1893 | 2026-08-27T08:05:50.870Z | Compiling heck v0.5.0 |
| 1894 | 2026-08-27T08:05:50.910Z | Compiling cc v1.2.56 |
| 1895 | 2026-08-27T08:05:50.944Z | Compiling syn v2.0.117 |
| 1896 | 2026-08-27T08:05:51.008Z | Compiling critical-section v1.2.0 |
| 1897 | 2026-08-27T08:05:51.014Z | Compiling getrandom v0.2.17 |
| 1898 | 2026-08-27T08:05:51.026Z | Compiling schemars v0.8.22 |
| 1899 | 2026-08-27T08:05:51.047Z | Compiling writeable v0.6.2 |
| 1900 | 2026-08-27T08:05:51.081Z | Compiling litemap v0.8.1 |
| 1901 | 2026-08-27T08:05:51.108Z | Compiling percent-encoding v2.3.2 |
| 1902 | 2026-08-27T08:05:51.131Z | Compiling equivalent v1.0.2 |
| 1903 | 2026-08-27T08:05:51.224Z | Compiling rand_core v0.6.4 |
| 1904 | 2026-08-27T08:05:51.227Z | Compiling syn v1.0.109 |
| 1905 | 2026-08-27T08:05:51.257Z | Compiling pin-project-lite v0.2.17 |
| 1906 | 2026-08-27T08:05:51.319Z | Compiling rustversion v1.0.22 |
| 1907 | 2026-08-27T08:05:51.351Z | Compiling once_cell v1.21.3 |
| 1908 | 2026-08-27T08:05:51.481Z | Compiling hashbrown v0.17.0 |
| 1909 | 2026-08-27T08:05:51.525Z | Compiling fs_extra v1.3.0 |
| 1910 | 2026-08-27T08:05:51.528Z | Compiling dunce v1.0.5 |
| 1911 | 2026-08-27T08:05:51.573Z | Compiling utf8_iter v1.0.4 |
| 1912 | 2026-08-27T08:05:51.650Z | Compiling byteorder v1.5.0 |
| 1913 | 2026-08-27T08:05:51.671Z | Compiling form_urlencoded v1.2.2 |
| 1914 | 2026-08-27T08:05:51.706Z | Compiling cmake v0.1.57 |
| 1915 | 2026-08-27T08:05:51.839Z | Compiling semver v1.0.28 |
| 1916 | 2026-08-27T08:05:51.901Z | Compiling bitflags v2.11.0 |
| 1917 | 2026-08-27T08:05:51.989Z | Compiling strsim v0.11.1 |
| 1918 | 2026-08-27T08:05:52.110Z | Compiling indexmap v2.14.0 |
| 1919 | 2026-08-27T08:05:52.117Z | Compiling signal-hook-registry v1.4.8 |
| 1920 | 2026-08-27T08:05:52.215Z | Compiling thiserror v1.0.69 |
| 1921 | 2026-08-27T08:05:52.256Z | Compiling socket2 v0.6.3 |
| 1922 | 2026-08-27T08:05:52.277Z | Compiling aws-lc-sys v0.40.0 |
| 1923 | 2026-08-27T08:05:52.299Z | Compiling parking_lot v0.12.5 |
| 1924 | 2026-08-27T08:05:52.340Z | Compiling mio v1.2.0 |
| 1925 | 2026-08-27T08:05:52.522Z | Compiling aws-lc-rs v1.16.3 |
| 1926 | 2026-08-27T08:05:52.552Z | Compiling const-oid v0.9.6 |
| 1927 | 2026-08-27T08:05:52.569Z | Compiling futures-core v0.3.32 |
| 1928 | 2026-08-27T08:05:52.709Z | Compiling httparse v1.10.1 |
| 1929 | 2026-08-27T08:05:52.746Z | Compiling iana-time-zone v0.1.65 |
| 1930 | 2026-08-27T08:05:52.881Z | Compiling ucd-trie v0.1.7 |
| 1931 | 2026-08-27T08:05:53.075Z | Compiling fnv v1.0.7 |
| 1932 | 2026-08-27T08:05:53.111Z | Compiling crc32fast v1.5.0 |
| 1933 | 2026-08-27T08:05:53.131Z | Compiling regex-syntax v0.8.10 |
| 1934 | 2026-08-27T08:05:53.135Z | Compiling pest v2.8.6 |
| 1935 | 2026-08-27T08:05:53.219Z | Compiling uuid v1.23.4 |
| 1936 | 2026-08-27T08:05:53.254Z | Compiling vcpkg v0.2.15 |
| 1937 | 2026-08-27T08:05:53.258Z | Compiling ident_case v1.0.1 |
| 1938 | 2026-08-27T08:05:53.489Z | Compiling rustc_version v0.4.1 |
| 1939 | 2026-08-27T08:05:53.578Z | Compiling futures-sink v0.3.32 |
| 1940 | 2026-08-27T08:05:53.607Z | Compiling rustls v0.23.41 |
| 1941 | 2026-08-27T08:05:53.674Z | Compiling dyn-clone v1.0.20 |
| 1942 | 2026-08-27T08:05:53.773Z | Compiling synstructure v0.13.2 |
| 1943 | 2026-08-27T08:05:53.788Z | Compiling serde_derive_internals v0.29.1 |
| 1944 | 2026-08-27T08:05:53.807Z | Compiling futures-channel v0.3.32 |
| 1945 | 2026-08-27T08:05:53.838Z | Compiling openssl-sys v0.9.117 |
| 1946 | 2026-08-27T08:05:54.061Z | Compiling aho-corasick v1.1.4 |
| 1947 | 2026-08-27T08:05:54.076Z | Compiling slab v0.4.12 |
| 1948 | 2026-08-27T08:05:54.115Z | Compiling futures-task v0.3.32 |
| 1949 | 2026-08-27T08:05:54.218Z | Compiling pest_meta v2.8.6 |
| 1950 | 2026-08-27T08:05:54.254Z | Compiling futures-io v0.3.32 |
| 1951 | 2026-08-27T08:05:54.412Z | Compiling time-core v0.1.8 |
| 1952 | 2026-08-27T08:05:54.426Z | Compiling plain v0.2.3 |
| 1953 | 2026-08-27T08:05:54.455Z | Compiling radium v0.7.0 |
| 1954 | 2026-08-27T08:05:54.476Z | Compiling num-conv v0.2.0 |
| 1955 | 2026-08-27T08:05:54.567Z | Compiling crossbeam-utils v0.8.21 |
| 1956 | 2026-08-27T08:05:54.575Z | Compiling base64ct v1.8.3 |
| 1957 | 2026-08-27T08:05:54.612Z | Compiling pretty-hex v0.4.1 |
| 1958 | 2026-08-27T08:05:54.631Z | Compiling time-macros v0.2.27 |
| 1959 | 2026-08-27T08:05:54.644Z | Compiling openssl v0.10.80 |
| 1960 | 2026-08-27T08:05:54.725Z | Compiling base64 v0.22.1 |
| 1961 | 2026-08-27T08:05:54.749Z | Compiling maybe-uninit v2.0.0 |
| 1962 | 2026-08-27T08:05:54.761Z | Compiling slog v2.8.2 |
| 1963 | 2026-08-27T08:05:54.779Z | Compiling flagset v0.4.7 |
| 1964 | 2026-08-27T08:05:54.859Z | Compiling pest_generator v2.8.6 |
| 1965 | 2026-08-27T08:05:54.891Z | Compiling regex-automata v0.4.14 |
| 1966 | 2026-08-27T08:05:54.905Z | Compiling pem-rfc7468 v0.7.0 |
| 1967 | 2026-08-27T08:05:54.982Z | Compiling rand_core v0.9.5 |
| 1968 | 2026-08-27T08:05:55.004Z | Compiling serde_derive v1.0.228 |
| 1969 | 2026-08-27T08:05:55.039Z | Compiling zeroize_derive v1.5.0 |
| 1970 | 2026-08-27T08:05:55.046Z | Compiling zerofrom-derive v0.1.6 |
| 1971 | 2026-08-27T08:05:55.091Z | Compiling yoke-derive v0.8.1 |
| 1972 | 2026-08-27T08:05:55.123Z | Compiling zerocopy-derive v0.8.55 |
| 1973 | 2026-08-27T08:05:55.209Z | Compiling zerovec-derive v0.11.2 |
| 1974 | 2026-08-27T08:05:55.218Z | Compiling displaydoc v0.2.5 |
| 1975 | 2026-08-27T08:05:55.226Z | Compiling tokio-macros v2.7.0 |
| 1976 | 2026-08-27T08:05:55.248Z | Compiling futures-macro v0.3.32 |
| 1977 | 2026-08-27T08:05:55.411Z | Compiling thiserror-impl v2.0.18 |
| 1978 | 2026-08-27T08:05:55.433Z | Compiling schemars_derive v0.8.22 |
| 1979 | 2026-08-27T08:05:55.453Z | Compiling der_derive v0.7.3 |
| 1980 | 2026-08-27T08:05:55.475Z | Compiling tracing-attributes v0.1.31 |
| 1981 | 2026-08-27T08:05:55.575Z | Compiling thiserror-impl v1.0.69 |
| 1982 | 2026-08-27T08:05:55.674Z | Compiling pest_derive v2.8.6 |
| 1983 | 2026-08-27T08:05:55.694Z | Compiling scroll_derive v0.13.1 |
| 1984 | 2026-08-27T08:05:55.973Z | Compiling scroll_derive v0.12.1 |
| 1985 | 2026-08-27T08:05:55.988Z | Compiling openssl-macros v0.1.1 |
| 1986 | 2026-08-27T08:05:56.055Z | Compiling futures-util v0.3.32 |
| 1987 | 2026-08-27T08:05:56.164Z | Compiling darling_core v0.23.0 |
| 1988 | 2026-08-27T08:05:56.226Z | Compiling zerofrom v0.1.6 |
| 1989 | 2026-08-27T08:05:56.387Z | Compiling yoke v0.8.1 |
| 1990 | 2026-08-27T08:05:56.440Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1991 | 2026-08-27T08:05:56.510Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1992 | 2026-08-27T08:05:56.602Z | Compiling zerovec v0.11.5 |
| 1993 | 2026-08-27T08:05:56.627Z | Compiling zerotrie v0.2.3 |
| 1994 | 2026-08-27T08:05:56.760Z | Compiling syn v3.0.3 |
| 1995 | 2026-08-27T08:05:56.841Z | Compiling ahash v0.8.12 |
| 1996 | 2026-08-27T08:05:56.870Z | Compiling packed_struct v0.10.1 |
| 1997 | 2026-08-27T08:05:56.907Z | Compiling anyhow v1.0.104 |
| 1998 | 2026-08-27T08:05:56.988Z | Compiling paste v1.0.15 |
| 1999 | 2026-08-27T08:05:57.069Z | Compiling num-bigint-dig v0.8.6 |
| 2000 | 2026-08-27T08:05:57.124Z | Compiling native-tls v0.2.18 |
| 2001 | 2026-08-27T08:05:57.198Z | Compiling tinystr v0.8.2 |
| 2002 | 2026-08-27T08:05:57.228Z | Compiling potential_utf v0.1.4 |
| 2003 | 2026-08-27T08:05:57.277Z | Compiling regex v1.12.3 |
| 2004 | 2026-08-27T08:05:57.330Z | Compiling zerocopy-derive v0.7.35 |
| 2005 | 2026-08-27T08:05:57.418Z | Compiling icu_locale_core v2.1.1 |
| 2006 | 2026-08-27T08:05:57.434Z | Compiling icu_collections v2.1.1 |
| 2007 | 2026-08-27T08:05:58.107Z | Compiling icu_provider v2.1.1 |
| 2008 | 2026-08-27T08:05:58.153Z | Compiling zeroize v1.9.0 |
| 2009 | 2026-08-27T08:05:58.265Z | Compiling bytes v1.11.1 |
| 2010 | 2026-08-27T08:05:58.363Z | Compiling chrono v0.4.45 |
| 2011 | 2026-08-27T08:05:58.379Z | Compiling icu_normalizer v2.1.1 |
| 2012 | 2026-08-27T08:05:58.406Z | Compiling icu_properties v2.1.2 |
| 2013 | 2026-08-27T08:05:58.746Z | Compiling serde_tokenstream v0.2.3 |
| 2014 | 2026-08-27T08:05:58.873Z | Compiling tokio v1.52.1 |
| 2015 | 2026-08-27T08:05:58.886Z | Compiling crypto-common v0.1.7 |
| 2016 | 2026-08-27T08:05:59.039Z | Compiling block-buffer v0.10.4 |
| 2017 | 2026-08-27T08:05:59.142Z | Compiling der v0.7.10 |
| 2018 | 2026-08-27T08:05:59.180Z | Compiling digest v0.10.7 |
| 2019 | 2026-08-27T08:05:59.423Z | Compiling idna_adapter v1.2.1 |
| 2020 | 2026-08-27T08:05:59.474Z | Compiling ppv-lite86 v0.2.21 |
| 2021 | 2026-08-27T08:05:59.549Z | Compiling idna v1.1.0 |
| 2022 | 2026-08-27T08:05:59.577Z | Compiling http v1.4.2 |
| 2023 | 2026-08-27T08:05:59.770Z | Compiling darling_macro v0.23.0 |
| 2024 | 2026-08-27T08:05:59.846Z | Compiling tracing-core v0.1.36 |
| 2025 | 2026-08-27T08:05:59.919Z | Compiling url v2.5.8 |
| 2026 | 2026-08-27T08:06:00.028Z | Compiling spki v0.7.3 |
| 2027 | 2026-08-27T08:06:00.212Z | Compiling cookie v0.18.1 |
| 2028 | 2026-08-27T08:06:00.249Z | Compiling fastrand v2.3.0 |
| 2029 | 2026-08-27T08:06:00.261Z | Compiling cpufeatures v0.2.17 |
| 2030 | 2026-08-27T08:06:00.279Z | Compiling camino v1.2.5 |
| 2031 | 2026-08-27T08:06:00.420Z | Compiling darling v0.23.0 |
| 2032 | 2026-08-27T08:06:00.485Z | Compiling tracing v0.1.44 |
| 2033 | 2026-08-27T08:06:00.614Z | Compiling rand_chacha v0.9.0 |
| 2034 | 2026-08-27T08:06:00.630Z | Compiling toml_datetime v0.6.11 |
| 2035 | 2026-08-27T08:06:00.681Z | Compiling serde_spanned v0.6.9 |
| 2036 | 2026-08-27T08:06:00.891Z | Compiling packed_struct_codegen v0.10.1 |
| 2037 | 2026-08-27T08:06:00.895Z | Compiling bitfield-macros v0.19.4 |
| 2038 | 2026-08-27T08:06:00.932Z | Compiling clap_derive v4.6.1 |
| 2039 | 2026-08-27T08:06:00.937Z | Compiling zerocopy-derive v0.6.6 |
| 2040 | 2026-08-27T08:06:01.305Z | Compiling indexmap v1.9.3 |
| 2041 | 2026-08-27T08:06:01.498Z | Compiling object v0.37.3 |
| 2042 | 2026-08-27T08:06:01.596Z | Compiling simd-adler32 v0.3.8 |
| 2043 | 2026-08-27T08:06:01.700Z | Compiling rand v0.9.2 |
| 2044 | 2026-08-27T08:06:01.715Z | Compiling http-body v1.0.1 |
| 2045 | 2026-08-27T08:06:01.782Z | Compiling pkcs8 v0.10.2 |
| 2046 | 2026-08-27T08:06:01.799Z | Compiling daft-derive v0.1.8 |
| 2047 | 2026-08-27T08:06:01.803Z | Compiling rustls-pki-types v1.14.0 |
| 2048 | 2026-08-27T08:06:01.953Z | Compiling spin v0.9.8 |
| 2049 | 2026-08-27T08:06:01.993Z | Compiling usdt-impl v0.5.0 |
| 2050 | 2026-08-27T08:06:02.046Z | Compiling usdt-impl v0.6.0 |
| 2051 | 2026-08-27T08:06:02.180Z | Compiling ref-cast v1.0.25 |
| 2052 | 2026-08-27T08:06:02.229Z | Compiling winnow v0.5.40 |
| 2053 | 2026-08-27T08:06:02.276Z | Compiling either v1.15.0 |
| 2054 | 2026-08-27T08:06:02.291Z | Compiling cmov v0.5.4 |
| 2055 | 2026-08-27T08:06:02.393Z | Compiling openssl-probe v0.2.1 |
| 2056 | 2026-08-27T08:06:02.487Z | Compiling utf8parse v0.2.2 |
| 2057 | 2026-08-27T08:06:02.522Z | Compiling anstyle v1.0.14 |
| 2058 | 2026-08-27T08:06:02.540Z | Compiling adler2 v2.0.1 |
| 2059 | 2026-08-27T08:06:02.574Z | Compiling tinyvec_macros v0.1.1 |
| 2060 | 2026-08-27T08:06:02.585Z | Compiling ctutils v0.4.2 |
| 2061 | 2026-08-27T08:06:02.616Z | Compiling anstyle-parse v1.0.0 |
| 2062 | 2026-08-27T08:06:02.656Z | Compiling tinyvec v1.10.0 |
| 2063 | 2026-08-27T08:06:02.691Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-08-27T08:06:02.758Z | Compiling sha2 v0.10.9 |
| 2065 | 2026-08-27T08:06:02.850Z | Compiling tempfile v3.27.0 |
| 2066 | 2026-08-27T08:06:02.901Z | Compiling tokio-util v0.7.18 |
| 2067 | 2026-08-27T08:06:03.088Z | Compiling scroll v0.12.0 |
| 2068 | 2026-08-27T08:06:03.118Z | Compiling scroll v0.13.0 |
| 2069 | 2026-08-27T08:06:03.229Z | Compiling terminal_size v0.4.3 |
| 2070 | 2026-08-27T08:06:03.366Z | Compiling async-trait v0.1.89 |
| 2071 | 2026-08-27T08:06:03.366Z | Compiling heapless v0.7.17 |
| 2072 | 2026-08-27T08:06:03.469Z | Compiling signal-hook v0.3.18 |
| 2073 | 2026-08-27T08:06:03.511Z | Compiling toml_edit v0.19.15 |
| 2074 | 2026-08-27T08:06:03.623Z | Compiling atomic-waker v1.1.2 |
| 2075 | 2026-08-27T08:06:03.660Z | Compiling unicode-segmentation v1.12.0 |
| 2076 | 2026-08-27T08:06:03.694Z | Compiling zstd-safe v7.2.4 |
| 2077 | 2026-08-27T08:06:03.761Z | Compiling litrs v1.0.0 |
| 2078 | 2026-08-27T08:06:03.853Z | Compiling rustix v0.38.44 |
| 2079 | 2026-08-27T08:06:03.874Z | Compiling is_terminal_polyfill v1.70.2 |
| 2080 | 2026-08-27T08:06:03.912Z | Compiling winnow v0.7.14 |
| 2081 | 2026-08-27T08:06:03.992Z | Compiling tower-service v0.3.3 |
| 2082 | 2026-08-27T08:06:04.017Z | Compiling try-lock v0.2.5 |
| 2083 | 2026-08-27T08:06:04.044Z | Compiling winnow v1.0.3 |
| 2084 | 2026-08-27T08:06:04.105Z | Compiling anstyle-query v1.1.5 |
| 2085 | 2026-08-27T08:06:04.146Z | Compiling tower-layer v0.3.3 |
| 2086 | 2026-08-27T08:06:04.188Z | Compiling untrusted v0.7.1 |
| 2087 | 2026-08-27T08:06:04.240Z | Compiling colorchoice v1.0.4 |
| 2088 | 2026-08-27T08:06:04.274Z | Compiling document-features v0.2.12 |
| 2089 | 2026-08-27T08:06:04.297Z | Compiling want v0.3.1 |
| 2090 | 2026-08-27T08:06:04.324Z | Compiling h2 v0.4.15 |
| 2091 | 2026-08-27T08:06:04.374Z | Compiling anstream v1.0.0 |
| 2092 | 2026-08-27T08:06:04.823Z | Compiling goblin v0.10.5 |
| 2093 | 2026-08-27T08:06:04.839Z | Compiling goblin v0.8.2 |
| 2094 | 2026-08-27T08:06:04.983Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2095 | 2026-08-27T08:06:05.107Z | Compiling hybrid-array v0.4.13 |
| 2096 | 2026-08-27T08:06:05.281Z | Compiling itertools v0.15.0 |
| 2097 | 2026-08-27T08:06:05.399Z | Compiling ipnetwork v0.21.1 |
| 2098 | 2026-08-27T08:06:05.507Z | Compiling ipnet v2.12.0 |
| 2099 | 2026-08-27T08:06:05.561Z | Compiling zerocopy v0.7.35 |
| 2100 | 2026-08-27T08:06:05.745Z | Compiling ref-cast-impl v1.0.25 |
| 2101 | 2026-08-27T08:06:05.763Z | Compiling structmeta-derive v0.3.0 |
| 2102 | 2026-08-27T08:06:05.812Z | Compiling curve25519-dalek v4.1.3 |
| 2103 | 2026-08-27T08:06:05.974Z | Compiling darling_core v0.20.11 |
| 2104 | 2026-08-27T08:06:06.006Z | Compiling memoffset v0.9.1 |
| 2105 | 2026-08-27T08:06:06.047Z | Compiling powerfmt v0.2.0 |
| 2106 | 2026-08-27T08:06:06.073Z | Compiling untrusted v0.9.0 |
| 2107 | 2026-08-27T08:06:06.320Z | Compiling httpdate v1.0.3 |
| 2108 | 2026-08-27T08:06:06.337Z | Compiling foreign-types-shared v0.1.1 |
| 2109 | 2026-08-27T08:06:06.441Z | Compiling tap v1.0.1 |
| 2110 | 2026-08-27T08:06:06.509Z | Compiling foreign-types v0.3.2 |
| 2111 | 2026-08-27T08:06:06.527Z | Compiling deranged v0.5.8 |
| 2112 | 2026-08-27T08:06:06.552Z | Compiling wyz v0.5.1 |
| 2113 | 2026-08-27T08:06:06.755Z | Compiling structmeta v0.3.0 |
| 2114 | 2026-08-27T08:06:06.771Z | Compiling unicode-normalization v0.1.25 |
| 2115 | 2026-08-27T08:06:06.884Z | Compiling dtrace-parser v0.2.0 |
| 2116 | 2026-08-27T08:06:06.931Z | Compiling rand_chacha v0.3.1 |
| 2117 | 2026-08-27T08:06:06.950Z | Compiling signature v2.2.0 |
| 2118 | 2026-08-27T08:06:07.114Z | Compiling dof v0.3.0 |
| 2119 | 2026-08-27T08:06:07.224Z | Compiling hex v0.4.3 |
| 2120 | 2026-08-27T08:06:07.252Z | Compiling dtrace-parser v0.3.0 |
| 2121 | 2026-08-27T08:06:07.313Z | Compiling pin-project-internal v1.1.11 |
| 2122 | 2026-08-27T08:06:07.354Z | Compiling num-integer v0.1.46 |
| 2123 | 2026-08-27T08:06:07.480Z | Compiling hyper v1.10.1 |
| 2124 | 2026-08-27T08:06:07.669Z | Compiling dof v0.4.0 |
| 2125 | 2026-08-27T08:06:07.685Z | Compiling thread-id v4.2.2 |
| 2126 | 2026-08-27T08:06:07.722Z | Compiling thread-id v5.1.0 |
| 2127 | 2026-08-27T08:06:07.766Z | Compiling wait-timeout v0.2.1 |
| 2128 | 2026-08-27T08:06:07.783Z | Compiling clap_lex v1.0.0 |
| 2129 | 2026-08-27T08:06:07.815Z | Compiling funty v2.0.0 |
| 2130 | 2026-08-27T08:06:07.838Z | Compiling quick-error v1.2.3 |
| 2131 | 2026-08-27T08:06:07.955Z | Compiling bit-vec v0.8.0 |
| 2132 | 2026-08-27T08:06:07.973Z | Compiling darling_macro v0.20.11 |
| 2133 | 2026-08-27T08:06:08.146Z | Compiling cfg_aliases v0.2.1 |
| 2134 | 2026-08-27T08:06:08.162Z | Compiling smoltcp v0.9.1 |
| 2135 | 2026-08-27T08:06:08.176Z | Compiling owo-colors v4.3.0 |
| 2136 | 2026-08-27T08:06:08.224Z | Compiling num_threads v0.1.7 |
| 2137 | 2026-08-27T08:06:08.315Z | Compiling nix v0.31.2 |
| 2138 | 2026-08-27T08:06:08.335Z | Compiling bit-set v0.8.0 |
| 2139 | 2026-08-27T08:06:08.351Z | Compiling bitvec v1.0.1 |
| 2140 | 2026-08-27T08:06:08.369Z | Compiling time v0.3.47 |
| 2141 | 2026-08-27T08:06:08.372Z | Compiling clap_builder v4.6.0 |
| 2142 | 2026-08-27T08:06:08.485Z | Compiling darling v0.20.11 |
| 2143 | 2026-08-27T08:06:08.489Z | Compiling rusty-fork v0.3.1 |
| 2144 | 2026-08-27T08:06:08.518Z | Compiling num-iter v0.1.45 |
| 2145 | 2026-08-27T08:06:08.607Z | Compiling hyper-util v0.1.20 |
| 2146 | 2026-08-27T08:06:08.727Z | Compiling rand v0.8.6 |
| 2147 | 2026-08-27T08:06:08.804Z | Compiling lazy_static v1.5.0 |
| 2148 | 2026-08-27T08:06:08.937Z | Compiling hmac v0.12.1 |
| 2149 | 2026-08-27T08:06:08.953Z | Compiling erased-serde v0.3.31 |
| 2150 | 2026-08-27T08:06:09.103Z | Compiling rand_xorshift v0.4.0 |
| 2151 | 2026-08-27T08:06:09.260Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2152 | 2026-08-27T08:06:09.310Z | Compiling sync_wrapper v1.0.2 |
| 2153 | 2026-08-27T08:06:09.432Z | Compiling siphasher v1.0.2 |
| 2154 | 2026-08-27T08:06:09.554Z | Compiling zlib-rs v0.6.2 |
| 2155 | 2026-08-27T08:06:09.629Z | Compiling nodrop v0.1.14 |
| 2156 | 2026-08-27T08:06:09.644Z | Compiling unarray v0.1.4 |
| 2157 | 2026-08-27T08:06:09.720Z | Compiling crc-catalog v2.4.0 |
| 2158 | 2026-08-27T08:06:09.795Z | Compiling proptest v1.11.0 |
| 2159 | 2026-08-27T08:06:09.828Z | Compiling crc v3.4.0 |
| 2160 | 2026-08-27T08:06:09.868Z | Compiling clap v4.6.1 |
| 2161 | 2026-08-27T08:06:10.330Z | Compiling array-init v0.0.4 |
| 2162 | 2026-08-27T08:06:10.703Z | Compiling tower v0.5.3 |
| 2163 | 2026-08-27T08:06:11.312Z | Compiling smallvec v0.6.14 |
| 2164 | 2026-08-27T08:06:11.364Z | Compiling derive_builder_core v0.20.2 |
| 2165 | 2026-08-27T08:06:11.421Z | Compiling pkcs1 v0.7.5 |
| 2166 | 2026-08-27T08:06:11.511Z | Compiling http-body-util v0.1.3 |
| 2167 | 2026-08-27T08:06:11.544Z | Compiling zerocopy v0.6.6 |
| 2168 | 2026-08-27T08:06:11.576Z | Compiling flate2 v1.1.9 |
| 2169 | 2026-08-27T08:06:11.627Z | Compiling bitfield v0.19.4 |
| 2170 | 2026-08-27T08:06:11.835Z | Compiling hubpack_derive v0.1.1 |
| 2171 | 2026-08-27T08:06:11.854Z | Compiling strum_macros v0.26.4 |
| 2172 | 2026-08-27T08:06:11.901Z | Compiling strum_macros v0.27.2 |
| 2173 | 2026-08-27T08:06:11.943Z | Compiling snafu-derive v0.8.9 |
| 2174 | 2026-08-27T08:06:12.047Z | Compiling env_filter v2.0.0 |
| 2175 | 2026-08-27T08:06:12.160Z | Compiling fs-err v3.3.0 |
| 2176 | 2026-08-27T08:06:12.320Z | Compiling allocator-api2 v0.2.21 |
| 2177 | 2026-08-27T08:06:12.346Z | Compiling ryu v1.0.23 |
| 2178 | 2026-08-27T08:06:12.375Z | Compiling gimli v0.32.3 |
| 2179 | 2026-08-27T08:06:12.451Z | Compiling hashbrown v0.12.3 |
| 2180 | 2026-08-27T08:06:12.672Z | Compiling unicode-properties v0.1.4 |
| 2181 | 2026-08-27T08:06:12.688Z | Compiling iri-string v0.7.10 |
| 2182 | 2026-08-27T08:06:12.838Z | Compiling base64 v0.21.7 |
| 2183 | 2026-08-27T08:06:12.948Z | Compiling unicode-bidi v0.3.18 |
| 2184 | 2026-08-27T08:06:13.111Z | Compiling ron v0.8.1 |
| 2185 | 2026-08-27T08:06:13.380Z | Compiling stringprep v0.1.5 |
| 2186 | 2026-08-27T08:06:13.643Z | Compiling serde_urlencoded v0.7.1 |
| 2187 | 2026-08-27T08:06:13.798Z | Compiling env_logger v0.11.11 |
| 2188 | 2026-08-27T08:06:13.858Z | Compiling tower-http v0.6.8 |
| 2189 | 2026-08-27T08:06:13.905Z | Compiling derive_builder_macro v0.20.2 |
| 2190 | 2026-08-27T08:06:13.964Z | Compiling rsa v0.9.10 |
| 2191 | 2026-08-27T08:06:14.062Z | Compiling addr2line v0.25.1 |
| 2192 | 2026-08-27T08:06:14.141Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2193 | 2026-08-27T08:06:14.202Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2194 | 2026-08-27T08:06:14.258Z | Compiling newtype-uuid v1.3.2 |
| 2195 | 2026-08-27T08:06:14.282Z | Compiling oxnet v0.1.6 |
| 2196 | 2026-08-27T08:06:14.408Z | Compiling serde-hex v0.1.0 |
| 2197 | 2026-08-27T08:06:14.412Z | Compiling hashbrown v0.13.2 |
| 2198 | 2026-08-27T08:06:14.447Z | Compiling tokio-native-tls v0.3.1 |
| 2199 | 2026-08-27T08:06:14.509Z | Compiling bzip2 v0.4.4 |
| 2200 | 2026-08-27T08:06:14.574Z | Compiling usdt-macro v0.6.0 |
| 2201 | 2026-08-27T08:06:14.590Z | Compiling usdt-attr-macro v0.6.0 |
| 2202 | 2026-08-27T08:06:14.629Z | Compiling derive-ex v0.1.8 |
| 2203 | 2026-08-27T08:06:14.649Z | Compiling crypto-common v0.2.2 |
| 2204 | 2026-08-27T08:06:14.705Z | Compiling block-padding v0.4.2 |
| 2205 | 2026-08-27T08:06:14.730Z | Compiling block-buffer v0.12.1 |
| 2206 | 2026-08-27T08:06:14.918Z | Compiling convert_case v0.10.0 |
| 2207 | 2026-08-27T08:06:15.188Z | Compiling rustls-native-certs v0.8.3 |
| 2208 | 2026-08-27T08:06:15.380Z | Compiling x509-cert v0.2.5 |
| 2209 | 2026-08-27T08:06:15.446Z | Compiling md-5 v0.10.6 |
| 2210 | 2026-08-27T08:06:15.671Z | Compiling bstr v1.12.1 |
| 2211 | 2026-08-27T08:06:15.742Z | Compiling vergen-lib v9.1.0 |
| 2212 | 2026-08-27T08:06:15.807Z | Compiling hash32 v0.2.1 |
| 2213 | 2026-08-27T08:06:15.861Z | Compiling encoding_rs v0.8.35 |
| 2214 | 2026-08-27T08:06:16.107Z | Compiling fallible-iterator v0.2.0 |
| 2215 | 2026-08-27T08:06:16.164Z | Compiling crc-any v2.5.0 |
| 2216 | 2026-08-27T08:06:16.192Z | Compiling psl-types v2.0.11 |
| 2217 | 2026-08-27T08:06:16.281Z | Compiling cpufeatures v0.3.0 |
| 2218 | 2026-08-27T08:06:16.341Z | Compiling mime v0.3.17 |
| 2219 | 2026-08-27T08:06:16.373Z | Compiling unicode-width v0.2.0 |
| 2220 | 2026-08-27T08:06:16.448Z | Compiling rustc-demangle v0.1.27 |
| 2221 | 2026-08-27T08:06:16.467Z | Compiling postgres-protocol v0.6.10 |
| 2222 | 2026-08-27T08:06:16.520Z | Compiling publicsuffix v2.3.0 |
| 2223 | 2026-08-27T08:06:16.719Z | Compiling test-strategy v0.4.5 |
| 2224 | 2026-08-27T08:06:16.979Z | Compiling backtrace v0.3.76 |
| 2225 | 2026-08-27T08:06:17.251Z | Compiling derive_more-impl v2.1.1 |
| 2226 | 2026-08-27T08:06:17.350Z | Compiling object v0.30.4 |
| 2227 | 2026-08-27T08:06:17.537Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2228 | 2026-08-27T08:06:17.610Z | Compiling inout v0.2.2 |
| 2229 | 2026-08-27T08:06:17.627Z | Compiling zip v0.6.6 |
| 2230 | 2026-08-27T08:06:17.678Z | Compiling hyper-tls v0.6.0 |
| 2231 | 2026-08-27T08:06:17.789Z | Compiling daft v0.1.8 |
| 2232 | 2026-08-27T08:06:17.877Z | Compiling derive_builder v0.20.2 |
| 2233 | 2026-08-27T08:06:17.924Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2234 | 2026-08-27T08:06:18.004Z | Compiling phf_shared v0.13.1 |
| 2235 | 2026-08-27T08:06:18.097Z | Compiling pin-project v1.1.11 |
| 2236 | 2026-08-27T08:06:18.206Z | Compiling toml v0.7.8 |
| 2237 | 2026-08-27T08:06:18.235Z | Compiling heck v0.4.1 |
| 2238 | 2026-08-27T08:06:18.270Z | Compiling serde_with_macros v3.21.0 |
| 2239 | 2026-08-27T08:06:18.332Z | Compiling futures-executor v0.3.32 |
| 2240 | 2026-08-27T08:06:18.477Z | Compiling enum-as-inner v0.6.1 |
| 2241 | 2026-08-27T08:06:18.477Z | Compiling serde_repr v0.1.20 |
| 2242 | 2026-08-27T08:06:18.580Z | Compiling miette-derive v7.6.0 |
| 2243 | 2026-08-27T08:06:18.596Z | Compiling async-recursion v1.1.1 |
| 2244 | 2026-08-27T08:06:18.747Z | Compiling ff v0.13.1 |
| 2245 | 2026-08-27T08:06:18.762Z | Compiling vergen v9.1.0 |
| 2246 | 2026-08-27T08:06:18.840Z | Compiling cargo-platform v0.3.2 |
| 2247 | 2026-08-27T08:06:18.904Z | Compiling bitflags v1.3.2 |
| 2248 | 2026-08-27T08:06:18.968Z | Compiling managed v0.8.0 |
| 2249 | 2026-08-27T08:06:18.990Z | Compiling bumpalo v3.20.2 |
| 2250 | 2026-08-27T08:06:19.104Z | Compiling foldhash v0.2.0 |
| 2251 | 2026-08-27T08:06:19.205Z | Compiling libbz2-rs-sys v0.2.2 |
| 2252 | 2026-08-27T08:06:19.248Z | Compiling is_ci v1.2.0 |
| 2253 | 2026-08-27T08:06:19.252Z | Compiling smawk v0.3.2 |
| 2254 | 2026-08-27T08:06:19.279Z | Compiling base16ct v0.2.0 |
| 2255 | 2026-08-27T08:06:19.331Z | Compiling foldhash v0.1.5 |
| 2256 | 2026-08-27T08:06:19.460Z | Compiling unicode-linebreak v0.1.5 |
| 2257 | 2026-08-27T08:06:19.507Z | Compiling same-file v1.0.6 |
| 2258 | 2026-08-27T08:06:19.521Z | Compiling path-slash v0.1.5 |
| 2259 | 2026-08-27T08:06:19.633Z | Compiling jiff-core v0.1.0 |
| 2260 | 2026-08-27T08:06:19.668Z | Compiling textwrap v0.16.2 |
| 2261 | 2026-08-27T08:06:19.673Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2262 | 2026-08-27T08:06:19.750Z | Compiling walkdir v2.5.0 |
| 2263 | 2026-08-27T08:06:19.792Z | Compiling bzip2 v0.6.1 |
| 2264 | 2026-08-27T08:06:20.011Z | Compiling hashbrown v0.15.5 |
| 2265 | 2026-08-27T08:06:20.038Z | Compiling sec1 v0.7.3 |
| 2266 | 2026-08-27T08:06:20.057Z | Compiling supports-color v3.0.2 |
| 2267 | 2026-08-27T08:06:20.073Z | Compiling hashbrown v0.16.1 |
| 2268 | 2026-08-27T08:06:20.088Z | Compiling zopfli v0.8.3 |
| 2269 | 2026-08-27T08:06:20.311Z | Compiling cargo_metadata v0.23.1 |
| 2270 | 2026-08-27T08:06:20.352Z | Compiling group v0.13.0 |
| 2271 | 2026-08-27T08:06:20.549Z | Compiling jiff v0.2.34 |
| 2272 | 2026-08-27T08:06:20.696Z | Compiling futures v0.3.32 |
| 2273 | 2026-08-27T08:06:20.976Z | Compiling phf v0.13.1 |
| 2274 | 2026-08-27T08:06:21.139Z | Compiling snafu v0.8.9 |
| 2275 | 2026-08-27T08:06:21.174Z | Compiling reqwest v0.12.28 |
| 2276 | 2026-08-27T08:06:21.341Z | Compiling cipher v0.5.2 |
| 2277 | 2026-08-27T08:06:21.494Z | Compiling signal-hook-mio v0.2.5 |
| 2278 | 2026-08-27T08:06:21.509Z | Compiling cookie_store v0.22.1 |
| 2279 | 2026-08-27T08:06:21.530Z | Compiling backtrace-ext v0.2.1 |
| 2280 | 2026-08-27T08:06:21.584Z | Compiling zstd v0.13.3 |
| 2281 | 2026-08-27T08:06:21.602Z | Compiling postgres-types v0.2.12 |
| 2282 | 2026-08-27T08:06:21.627Z | Compiling globset v0.4.18 |
| 2283 | 2026-08-27T08:06:21.706Z | Compiling strum v0.27.2 |
| 2284 | 2026-08-27T08:06:21.871Z | Compiling hubpack v0.1.2 |
| 2285 | 2026-08-27T08:06:21.930Z | Compiling phf_shared v0.11.3 |
| 2286 | 2026-08-27T08:06:21.963Z | Compiling hkdf v0.12.4 |
| 2287 | 2026-08-27T08:06:21.979Z | Compiling crossbeam-epoch v0.9.18 |
| 2288 | 2026-08-27T08:06:22.130Z | Compiling byte-wrapper v0.1.0 |
| 2289 | 2026-08-27T08:06:22.147Z | Compiling olpc-cjson v0.1.4 |
| 2290 | 2026-08-27T08:06:22.151Z | Compiling ed25519 v2.2.3 |
| 2291 | 2026-08-27T08:06:22.337Z | Compiling crypto-bigint v0.5.5 |
| 2292 | 2026-08-27T08:06:22.355Z | Compiling serde_plain v1.0.2 |
| 2293 | 2026-08-27T08:06:22.422Z | Compiling serde-big-array v0.5.1 |
| 2294 | 2026-08-27T08:06:22.447Z | Compiling pem v3.0.6 |
| 2295 | 2026-08-27T08:06:22.537Z | Compiling float-cmp v0.10.0 |
| 2296 | 2026-08-27T08:06:22.570Z | Compiling memmap2 v0.9.10 |
| 2297 | 2026-08-27T08:06:22.588Z | Compiling toml_write v0.1.2 |
| 2298 | 2026-08-27T08:06:22.743Z | Compiling static_assertions v1.1.0 |
| 2299 | 2026-08-27T08:06:22.788Z | Compiling whoami v2.1.0 |
| 2300 | 2026-08-27T08:06:22.804Z | Compiling data-encoding v2.10.0 |
| 2301 | 2026-08-27T08:06:22.852Z | Compiling predicates-core v1.0.10 |
| 2302 | 2026-08-27T08:06:22.880Z | Compiling precomputed-hash v0.1.1 |
| 2303 | 2026-08-27T08:06:22.940Z | Compiling fixedbitset v0.5.7 |
| 2304 | 2026-08-27T08:06:22.981Z | Compiling typed-path v0.9.3 |
| 2305 | 2026-08-27T08:06:23.041Z | Compiling const-oid v0.10.2 |
| 2306 | 2026-08-27T08:06:23.062Z | Compiling keccak v0.1.6 |
| 2307 | 2026-08-27T08:06:23.128Z | Compiling normalize-line-endings v0.3.0 |
| 2308 | 2026-08-27T08:06:23.231Z | Compiling unicode-width v0.1.14 |
| 2309 | 2026-08-27T08:06:23.247Z | Compiling supports-hyperlinks v3.2.0 |
| 2310 | 2026-08-27T08:06:23.280Z | Compiling fixedbitset v0.4.2 |
| 2311 | 2026-08-27T08:06:23.284Z | Compiling difflib v0.4.0 |
| 2312 | 2026-08-27T08:06:23.341Z | Compiling supports-unicode v3.0.0 |
| 2313 | 2026-08-27T08:06:23.419Z | Compiling new_debug_unreachable v1.0.6 |
| 2314 | 2026-08-27T08:06:23.434Z | Compiling chacha20 v0.10.0 |
| 2315 | 2026-08-27T08:06:23.502Z | Compiling string_cache v0.8.9 |
| 2316 | 2026-08-27T08:06:23.534Z | Compiling predicates v3.1.4 |
| 2317 | 2026-08-27T08:06:23.538Z | Compiling miette v7.6.0 |
| 2318 | 2026-08-27T08:06:23.729Z | Compiling petgraph v0.6.5 |
| 2319 | 2026-08-27T08:06:23.744Z | Compiling elliptic-curve v0.13.8 |
| 2320 | 2026-08-27T08:06:23.747Z | Compiling sha3 v0.10.8 |
| 2321 | 2026-08-27T08:06:23.747Z | Compiling digest v0.11.3 |
| 2322 | 2026-08-27T08:06:24.001Z | Compiling petgraph v0.8.3 |
| 2323 | 2026-08-27T08:06:24.059Z | Compiling hickory-proto v0.25.2 |
| 2324 | 2026-08-27T08:06:24.075Z | Compiling tokio-postgres v0.7.16 |
| 2325 | 2026-08-27T08:06:24.128Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2326 | 2026-08-27T08:06:24.342Z | Compiling zip v4.6.1 |
| 2327 | 2026-08-27T08:06:24.374Z | Compiling toml_edit v0.22.27 |
| 2328 | 2026-08-27T08:06:24.530Z | Compiling usdt v0.6.0 |
| 2329 | 2026-08-27T08:06:24.900Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2330 | 2026-08-27T08:06:25.083Z | Compiling ed25519-dalek v2.2.0 |
| 2331 | 2026-08-27T08:06:26.040Z | Compiling crossterm v0.28.1 |
| 2332 | 2026-08-27T08:06:26.309Z | Compiling iddqd v0.4.2 |
| 2333 | 2026-08-27T08:06:26.612Z | Compiling serde_with v3.21.0 |
| 2334 | 2026-08-27T08:06:26.705Z | Compiling derive_more v2.1.1 |
| 2335 | 2026-08-27T08:06:26.770Z | Compiling similar v2.7.0 |
| 2336 | 2026-08-27T08:06:26.825Z | Compiling strum v0.26.3 |
| 2337 | 2026-08-27T08:06:26.969Z | Compiling tokio-stream v0.1.18 |
| 2338 | 2026-08-27T08:06:26.984Z | Compiling buf-list v1.1.2 |
| 2339 | 2026-08-27T08:06:27.127Z | Compiling itertools v0.13.0 |
| 2340 | 2026-08-27T08:06:27.219Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2341 | 2026-08-27T08:06:27.256Z | Compiling openapiv3 v2.2.0 |
| 2342 | 2026-08-27T08:06:27.869Z | Compiling lalrpop-util v0.19.12 |
| 2343 | 2026-08-27T08:06:28.374Z | Compiling peg-runtime v0.8.5 |
| 2344 | 2026-08-27T08:06:42.437Z | Compiling rustls-webpki v0.103.13 |
| 2345 | 2026-08-27T08:06:45.946Z | Compiling tokio-rustls v0.26.4 |
| 2346 | 2026-08-27T08:06:46.027Z | Compiling rustls-platform-verifier v0.6.2 |
| 2347 | 2026-08-27T08:06:46.105Z | Compiling tough v0.22.0 |
| 2348 | 2026-08-27T08:06:46.235Z | Compiling hyper-rustls v0.27.7 |
| 2349 | 2026-08-27T08:06:46.553Z | Compiling reqwest v0.13.2 |
| 2350 | 2026-08-27T08:06:49.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2351 | 2026-08-27T08:06:49.898Z | Compiling macaddr v1.0.1 |
| 2352 | 2026-08-27T08:06:49.928Z | Compiling rayon-core v1.13.0 |
| 2353 | 2026-08-27T08:06:49.969Z | Compiling crucible-workspace-hack v0.1.0 |
| 2354 | 2026-08-27T08:06:49.989Z | Compiling secrecy v0.10.3 |
| 2355 | 2026-08-27T08:06:50.022Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2356 | 2026-08-27T08:06:50.038Z | Compiling heapless v0.8.0 |
| 2357 | 2026-08-27T08:06:50.152Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2358 | 2026-08-27T08:06:50.183Z | Compiling crossbeam-deque v0.8.6 |
| 2359 | 2026-08-27T08:06:50.204Z | Compiling ingot-macros v0.2.0 |
| 2360 | 2026-08-27T08:06:50.236Z | Compiling inout v0.1.4 |
| 2361 | 2026-08-27T08:06:50.306Z | Compiling hash32 v0.3.1 |
| 2362 | 2026-08-27T08:06:50.322Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2363 | 2026-08-27T08:06:50.427Z | Compiling multer v3.1.0 |
| 2364 | 2026-08-27T08:06:50.444Z | Compiling thread_local v1.1.9 |
| 2365 | 2026-08-27T08:06:50.448Z | Compiling match_cfg v0.1.0 |
| 2366 | 2026-08-27T08:06:50.448Z | Compiling compression-core v0.4.31 |
| 2367 | 2026-08-27T08:06:50.507Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2368 | 2026-08-27T08:06:50.511Z | Compiling slog-async v2.8.0 |
| 2369 | 2026-08-27T08:06:50.553Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2370 | 2026-08-27T08:06:50.588Z | Compiling smoltcp v0.11.0 |
| 2371 | 2026-08-27T08:06:50.664Z | Compiling compression-codecs v0.4.37 |
| 2372 | 2026-08-27T08:06:50.738Z | Compiling hostname v0.3.1 |
| 2373 | 2026-08-27T08:06:50.822Z | Compiling cipher v0.4.4 |
| 2374 | 2026-08-27T08:06:50.871Z | Compiling atomicwrites v0.4.4 |
| 2375 | 2026-08-27T08:06:50.908Z | Compiling proc-macro-crate v3.4.0 |
| 2376 | 2026-08-27T08:06:50.924Z | Compiling slog-json v2.6.1 |
| 2377 | 2026-08-27T08:06:51.038Z | Compiling crossbeam-channel v0.5.15 |
| 2378 | 2026-08-27T08:06:51.110Z | Compiling half v2.7.1 |
| 2379 | 2026-08-27T08:06:51.125Z | Compiling universal-hash v0.5.1 |
| 2380 | 2026-08-27T08:06:51.173Z | Compiling newtype-uuid-macros v0.1.0 |
| 2381 | 2026-08-27T08:06:51.216Z | Compiling serde_tokenstream v0.3.0 |
| 2382 | 2026-08-27T08:06:51.268Z | Compiling cobs v0.3.0 |
| 2383 | 2026-08-27T08:06:51.302Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2384 | 2026-08-27T08:06:51.328Z | Compiling async-stream-impl v0.3.6 |
| 2385 | 2026-08-27T08:06:51.344Z | Compiling serde_spanned v1.1.1 |
| 2386 | 2026-08-27T08:06:51.365Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2387 | 2026-08-27T08:06:51.491Z | Compiling is-terminal v0.4.17 |
| 2388 | 2026-08-27T08:06:51.513Z | Compiling proc-macro-error-attr v1.0.4 |
| 2389 | 2026-08-27T08:06:51.539Z | Compiling dropshot v0.17.1 |
| 2390 | 2026-08-27T08:06:51.572Z | Compiling take_mut v0.2.2 |
| 2391 | 2026-08-27T08:06:51.612Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2392 | 2026-08-27T08:06:51.706Z | Compiling term v1.2.1 |
| 2393 | 2026-08-27T08:06:51.725Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2394 | 2026-08-27T08:06:51.740Z | Compiling ciborium-io v0.2.2 |
| 2395 | 2026-08-27T08:06:51.757Z | Compiling opaque-debug v0.3.1 |
| 2396 | 2026-08-27T08:06:51.812Z | Compiling convert_case v0.4.0 |
| 2397 | 2026-08-27T08:06:51.850Z | Compiling poly1305 v0.8.0 |
| 2398 | 2026-08-27T08:06:51.865Z | Compiling ciborium-ll v0.2.2 |
| 2399 | 2026-08-27T08:06:51.916Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2400 | 2026-08-27T08:06:51.932Z | Compiling async-stream v0.3.6 |
| 2401 | 2026-08-27T08:06:51.947Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2402 | 2026-08-27T08:06:52.061Z | Compiling slog-term v2.9.2 |
| 2403 | 2026-08-27T08:06:52.130Z | Compiling derive_more v0.99.20 |
| 2404 | 2026-08-27T08:06:52.167Z | Compiling oxide-generation-macros v0.2.0 |
| 2405 | 2026-08-27T08:06:52.337Z | Compiling thiserror-no-std v2.0.2 |
| 2406 | 2026-08-27T08:06:52.370Z | Compiling postcard v1.1.3 |
| 2407 | 2026-08-27T08:06:52.451Z | Compiling num_enum_derive v0.7.6 |
| 2408 | 2026-08-27T08:06:52.561Z | Compiling slog-bunyan v2.5.0 |
| 2409 | 2026-08-27T08:06:52.768Z | Compiling chacha20 v0.9.1 |
| 2410 | 2026-08-27T08:06:52.822Z | Compiling ingot-types v0.2.0 |
| 2411 | 2026-08-27T08:06:52.873Z | Compiling async-compression v0.4.41 |
| 2412 | 2026-08-27T08:06:52.918Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2413 | 2026-08-27T08:06:53.043Z | Compiling sha1 v0.11.0 |
| 2414 | 2026-08-27T08:06:53.303Z | Compiling ingot v0.2.1 |
| 2415 | 2026-08-27T08:06:53.331Z | Compiling oxide-generation v0.1.3 |
| 2416 | 2026-08-27T08:06:53.347Z | Compiling parse-display-derive v0.10.0 |
| 2417 | 2026-08-27T08:06:53.366Z | Compiling proc-macro-crate v1.3.1 |
| 2418 | 2026-08-27T08:06:53.404Z | Compiling waitgroup v0.1.2 |
| 2419 | 2026-08-27T08:06:53.497Z | Compiling rustls-pemfile v2.2.0 |
| 2420 | 2026-08-27T08:06:53.513Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2421 | 2026-08-27T08:06:53.580Z | Compiling backon v1.6.0 |
| 2422 | 2026-08-27T08:06:53.728Z | Compiling blake2 v0.10.6 |
| 2423 | 2026-08-27T08:06:53.800Z | Compiling aead v0.5.2 |
| 2424 | 2026-08-27T08:06:53.856Z | Compiling dropshot_endpoint v0.17.1 |
| 2425 | 2026-08-27T08:06:54.012Z | Compiling password-hash v0.5.0 |
| 2426 | 2026-08-27T08:06:54.058Z | Compiling foreign-types-macros v0.2.3 |
| 2427 | 2026-08-27T08:06:54.153Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2428 | 2026-08-27T08:06:54.193Z | Compiling serde_path_to_error v0.1.20 |
| 2429 | 2026-08-27T08:06:54.254Z | Compiling hostname v0.4.2 |
| 2430 | 2026-08-27T08:06:54.319Z | Compiling proc-macro-error v1.0.4 |
| 2431 | 2026-08-27T08:06:54.436Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2432 | 2026-08-27T08:06:54.529Z | Compiling instant v0.1.13 |
| 2433 | 2026-08-27T08:06:54.563Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2434 | 2026-08-27T08:06:54.581Z | Compiling debug-ignore v1.0.5 |
| 2435 | 2026-08-27T08:06:54.653Z | Compiling foreign-types-shared v0.3.1 |
| 2436 | 2026-08-27T08:06:54.674Z | Compiling backoff v0.4.0 |
| 2437 | 2026-08-27T08:06:54.720Z | Compiling argon2 v0.5.3 |
| 2438 | 2026-08-27T08:06:54.738Z | Compiling foreign-types v0.5.0 |
| 2439 | 2026-08-27T08:06:54.800Z | Compiling chacha20poly1305 v0.10.1 |
| 2440 | 2026-08-27T08:06:54.818Z | Compiling parse-display v0.10.0 |
| 2441 | 2026-08-27T08:06:54.818Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2442 | 2026-08-27T08:06:54.849Z | Compiling num_enum_derive v0.5.11 |
| 2443 | 2026-08-27T08:06:54.852Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2444 | 2026-08-27T08:06:54.934Z | Compiling num_enum v0.7.6 |
| 2445 | 2026-08-27T08:06:54.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2446 | 2026-08-27T08:06:54.981Z | Compiling vsss-rs v3.3.4 |
| 2447 | 2026-08-27T08:06:55.078Z | Compiling ciborium v0.2.2 |
| 2448 | 2026-08-27T08:06:55.411Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2449 | 2026-08-27T08:06:55.486Z | Compiling regress v0.10.5 |
| 2450 | 2026-08-27T08:06:55.559Z | Compiling itertools v0.14.0 |
| 2451 | 2026-08-27T08:06:55.584Z | Compiling tabwriter v1.4.1 |
| 2452 | 2026-08-27T08:06:55.600Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2453 | 2026-08-27T08:06:55.672Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2454 | 2026-08-27T08:06:55.710Z | Compiling cstr-argument v0.1.2 |
| 2455 | 2026-08-27T08:06:55.742Z | Compiling humantime v2.3.0 |
| 2456 | 2026-08-27T08:06:55.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2457 | 2026-08-27T08:06:55.898Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2458 | 2026-08-27T08:06:55.972Z | Compiling num_enum v0.5.11 |
| 2459 | 2026-08-27T08:06:56.001Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2460 | 2026-08-27T08:06:56.053Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2461 | 2026-08-27T08:06:56.121Z | Compiling rayon v1.11.0 |
| 2462 | 2026-08-27T08:06:56.139Z | Compiling rand v0.10.1 |
| 2463 | 2026-08-27T08:06:56.203Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2464 | 2026-08-27T08:06:56.218Z | Compiling colored v3.1.1 |
| 2465 | 2026-08-27T08:06:56.236Z | Compiling indent_write v2.2.0 |
| 2466 | 2026-08-27T08:06:56.255Z | Compiling libefi-sys v0.1.0 |
| 2467 | 2026-08-27T08:06:56.305Z | Compiling illumos-nvpair v0.3.0 |
| 2468 | 2026-08-27T08:06:56.361Z | Compiling zone_cfg_derive v0.3.1 |
| 2469 | 2026-08-27T08:06:56.409Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2470 | 2026-08-27T08:06:56.576Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2471 | 2026-08-27T08:06:56.592Z | Compiling camino-tempfile v1.4.1 |
| 2472 | 2026-08-27T08:06:56.609Z | Compiling itertools v0.12.1 |
| 2473 | 2026-08-27T08:06:56.818Z | Compiling usdt-attr-macro v0.5.0 |
| 2474 | 2026-08-27T08:06:56.848Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2475 | 2026-08-27T08:06:56.936Z | Compiling usdt-macro v0.5.0 |
| 2476 | 2026-08-27T08:06:56.971Z | Compiling bitfield-struct v0.6.2 |
| 2477 | 2026-08-27T08:06:56.994Z | Compiling num-derive v0.4.2 |
| 2478 | 2026-08-27T08:06:57.011Z | Compiling blake3 v1.8.5 |
| 2479 | 2026-08-27T08:06:57.121Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2480 | 2026-08-27T08:06:57.192Z | Compiling sigpipe v0.1.3 |
| 2481 | 2026-08-27T08:06:57.220Z | Compiling memmap v0.7.0 |
| 2482 | 2026-08-27T08:06:57.243Z | Compiling glob v0.3.3 |
| 2483 | 2026-08-27T08:06:57.302Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2484 | 2026-08-27T08:06:57.318Z | Compiling swrite v0.1.0 |
| 2485 | 2026-08-27T08:06:57.445Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2486 | 2026-08-27T08:06:57.598Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2487 | 2026-08-27T08:06:57.613Z | Compiling smf v0.2.3 |
| 2488 | 2026-08-27T08:06:57.662Z | Compiling usdt v0.5.0 |
| 2489 | 2026-08-27T08:06:57.754Z | Compiling filetime v0.2.27 |
| 2490 | 2026-08-27T08:06:57.769Z | Compiling whoami v1.6.1 |
| 2491 | 2026-08-27T08:06:57.875Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2492 | 2026-08-27T08:06:57.913Z | Compiling arrayvec v0.7.6 |
| 2493 | 2026-08-27T08:06:57.929Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2494 | 2026-08-27T08:06:57.980Z | Compiling zone v0.3.1 |
| 2495 | 2026-08-27T08:06:57.995Z | Compiling constant_time_eq v0.4.2 |
| 2496 | 2026-08-27T08:06:58.021Z | Compiling xattr v1.6.1 |
| 2497 | 2026-08-27T08:06:58.103Z | Compiling arrayref v0.3.9 |
| 2498 | 2026-08-27T08:06:58.154Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2499 | 2026-08-27T08:06:58.192Z | Compiling tar v0.4.46 |
| 2500 | 2026-08-27T08:06:58.207Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2501 | 2026-08-27T08:06:58.231Z | Compiling tokio-dtrace v0.1.1 |
| 2502 | 2026-08-27T08:06:58.246Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2503 | 2026-08-27T08:06:58.284Z | Compiling gethostname v0.5.0 |
| 2504 | 2026-08-27T08:06:58.300Z | Compiling console v0.16.2 |
| 2505 | 2026-08-27T08:06:58.502Z | Compiling topological-sort v0.2.2 |
| 2506 | 2026-08-27T08:06:58.544Z | Compiling unit-prefix v0.5.2 |
| 2507 | 2026-08-27T08:06:58.584Z | Compiling oxide-tokio-rt v0.1.4 |
| 2508 | 2026-08-27T08:06:58.719Z | Compiling indicatif v0.18.4 |
| 2509 | 2026-08-27T08:06:58.754Z | Compiling toml v0.8.23 |
| 2510 | 2026-08-27T08:06:58.880Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2511 | 2026-08-27T08:06:58.993Z | Compiling shell-words v1.1.1 |
| 2512 | 2026-08-27T08:07:07.983Z | Compiling progenitor-client v0.14.0 |
| 2513 | 2026-08-27T08:07:07.983Z | Compiling omicron-zone-package v0.12.3 |
| 2514 | 2026-08-27T08:07:08.214Z | Compiling progenitor-extras v0.2.0 |
| 2515 | 2026-08-27T08:07:08.507Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2516 | 2026-08-27T08:07:08.531Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2517 | 2026-08-27T08:07:08.627Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2518 | 2026-08-27T08:07:08.668Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2519 | 2026-08-27T08:07:08.704Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2520 | 2026-08-27T08:07:08.743Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2521 | 2026-08-27T08:07:08.799Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2522 | 2026-08-27T08:07:08.930Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2523 | 2026-08-27T08:07:09.448Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2524 | 2026-08-27T08:07:12.985Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2525 | 2026-08-27T08:07:22.133Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2526 | 2026-08-27T08:07:25.422Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2527 | 2026-08-27T08:07:26.510Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2528 | 2026-08-27T08:07:36.970Z | Finished `release` profile [optimized] target(s) in 1m 48s |
| 2529 | 2026-08-27T08:07:37.122Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2530 | 2026-08-27T08:07:37.185Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2531 | 2026-08-27T08:07:37.189Z | Created new build target 'test' and set it as active |
| 2532 | 2026-08-27T08:07:37.189Z | |
| 2533 | 2026-08-27T08:07:37.189Z | real 1:48.695239678 |
| 2534 | 2026-08-27T08:07:37.189Z | user 17:54.988476689 |
| 2535 | 2026-08-27T08:07:37.189Z | sys 2:48.956878307 |
| 2536 | 2026-08-27T08:07:37.189Z | trap 0.500223024 |
| 2537 | 2026-08-27T08:07:37.189Z | tflt 2.575012835 |
| 2538 | 2026-08-27T08:07:37.189Z | dflt 4.648038502 |
| 2539 | 2026-08-27T08:07:37.189Z | kflt 0.000596230 |
| 2540 | 2026-08-27T08:07:37.189Z | lock 58:49.586995939 |
| 2541 | 2026-08-27T08:07:37.189Z | slp 45:36.740276793 |
| 2542 | 2026-08-27T08:07:37.190Z | lat 53.508754177 |
| 2543 | 2026-08-27T08:07:37.190Z | stop 6:30.722123799 |
| 2544 | 2026-08-27T08:07:37.190Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2545 | 2026-08-27T08:07:38.088Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2546 | 2026-08-27T08:07:38.165Z | Running `target/release/omicron-package -t test package` |
| 2547 | 2026-08-27T08:07:38.222Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2548 | 2026-08-27T08:07:39.673Z | Compiling heck v0.5.0 |
| 2549 | 2026-08-27T08:07:39.673Z | Compiling regress v0.11.1 |
| 2550 | 2026-08-27T08:07:39.906Z | Compiling unsafe-libyaml v0.2.11 |
| 2551 | 2026-08-27T08:07:39.925Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2552 | 2026-08-27T08:07:39.957Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2553 | 2026-08-27T08:07:39.957Z | Compiling derive-where v1.6.0 |
| 2554 | 2026-08-27T08:07:39.961Z | Compiling bytecount v0.6.9 |
| 2555 | 2026-08-27T08:07:39.998Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2556 | 2026-08-27T08:07:40.038Z | Compiling atomicwrites v0.4.4 |
| 2557 | 2026-08-27T08:07:40.038Z | Compiling is-terminal v0.4.17 |
| 2558 | 2026-08-27T08:07:40.042Z | Compiling prettyplease v0.2.37 |
| 2559 | 2026-08-27T08:07:40.042Z | Compiling newline-converter v0.3.0 |
| 2560 | 2026-08-27T08:07:40.060Z | Compiling console v0.15.11 |
| 2561 | 2026-08-27T08:07:40.081Z | Compiling slog-dtrace v0.3.0 |
| 2562 | 2026-08-27T08:07:40.101Z | Compiling resolv-conf v0.7.6 |
| 2563 | 2026-08-27T08:07:40.189Z | Compiling cancel-safe-futures v0.1.5 |
| 2564 | 2026-08-27T08:07:40.193Z | Compiling num-rational v0.4.2 |
| 2565 | 2026-08-27T08:07:40.237Z | Compiling num-complex v0.4.6 |
| 2566 | 2026-08-27T08:07:40.240Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2567 | 2026-08-27T08:07:40.240Z | Compiling thread_local v1.1.9 |
| 2568 | 2026-08-27T08:07:40.358Z | Compiling match_cfg v0.1.0 |
| 2569 | 2026-08-27T08:07:40.450Z | Compiling serde_yaml v0.9.34+deprecated |
| 2570 | 2026-08-27T08:07:40.527Z | Compiling expectorate v1.2.0 |
| 2571 | 2026-08-27T08:07:40.554Z | Compiling compression-core v0.4.31 |
| 2572 | 2026-08-27T08:07:40.718Z | Compiling compression-codecs v0.4.37 |
| 2573 | 2026-08-27T08:07:40.740Z | Compiling num v0.4.3 |
| 2574 | 2026-08-27T08:07:40.744Z | Compiling hostname v0.3.1 |
| 2575 | 2026-08-27T08:07:40.787Z | Compiling multer v3.1.0 |
| 2576 | 2026-08-27T08:07:40.810Z | Compiling slog-async v2.8.0 |
| 2577 | 2026-08-27T08:07:40.848Z | Compiling crossbeam-channel v0.5.15 |
| 2578 | 2026-08-27T08:07:40.870Z | Compiling slog-json v2.6.1 |
| 2579 | 2026-08-27T08:07:40.890Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2580 | 2026-08-27T08:07:40.928Z | Compiling serde_spanned v1.1.1 |
| 2581 | 2026-08-27T08:07:40.964Z | Compiling term v1.2.1 |
| 2582 | 2026-08-27T08:07:40.992Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2583 | 2026-08-27T08:07:41.102Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2584 | 2026-08-27T08:07:41.123Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2585 | 2026-08-27T08:07:41.144Z | Compiling oxide-update-engine-types v0.1.2 |
| 2586 | 2026-08-27T08:07:41.176Z | Compiling linked-hash-map v0.5.6 |
| 2587 | 2026-08-27T08:07:41.204Z | Compiling linear-map v1.2.0 |
| 2588 | 2026-08-27T08:07:41.225Z | Compiling take_mut v0.2.2 |
| 2589 | 2026-08-27T08:07:41.246Z | Compiling float-ord v0.3.2 |
| 2590 | 2026-08-27T08:07:41.249Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2591 | 2026-08-27T08:07:41.288Z | Compiling slog-term v2.9.2 |
| 2592 | 2026-08-27T08:07:41.327Z | Compiling slog-bunyan v2.5.0 |
| 2593 | 2026-08-27T08:07:41.362Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2594 | 2026-08-27T08:07:41.388Z | Compiling lru-cache v0.1.2 |
| 2595 | 2026-08-27T08:07:41.453Z | Compiling typify-impl v0.6.2 |
| 2596 | 2026-08-27T08:07:41.475Z | Compiling async-compression v0.4.41 |
| 2597 | 2026-08-27T08:07:41.555Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2598 | 2026-08-27T08:07:41.762Z | Compiling dropshot v0.17.1 |
| 2599 | 2026-08-27T08:07:41.795Z | Compiling async-stream v0.3.6 |
| 2600 | 2026-08-27T08:07:41.817Z | Compiling progenitor-client v0.14.0 |
| 2601 | 2026-08-27T08:07:41.839Z | Compiling sha1 v0.11.0 |
| 2602 | 2026-08-27T08:07:41.843Z | Compiling oxide-generation v0.1.3 |
| 2603 | 2026-08-27T08:07:41.933Z | Compiling waitgroup v0.1.2 |
| 2604 | 2026-08-27T08:07:41.955Z | Compiling rustls-pemfile v2.2.0 |
| 2605 | 2026-08-27T08:07:41.986Z | Compiling backon v1.6.0 |
| 2606 | 2026-08-27T08:07:42.105Z | Compiling hostname v0.4.2 |
| 2607 | 2026-08-27T08:07:42.125Z | Compiling serde_path_to_error v0.1.20 |
| 2608 | 2026-08-27T08:07:42.146Z | Compiling instant v0.1.13 |
| 2609 | 2026-08-27T08:07:42.175Z | Compiling minimal-lexical v0.2.1 |
| 2610 | 2026-08-27T08:07:42.179Z | Compiling debug-ignore v1.0.5 |
| 2611 | 2026-08-27T08:07:42.217Z | Compiling progenitor-extras v0.2.0 |
| 2612 | 2026-08-27T08:07:42.260Z | Compiling backoff v0.4.0 |
| 2613 | 2026-08-27T08:07:42.282Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2614 | 2026-08-27T08:07:42.326Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2615 | 2026-08-27T08:07:42.369Z | Compiling oxide-update-engine v0.1.2 |
| 2616 | 2026-08-27T08:07:42.503Z | Compiling nom v7.1.3 |
| 2617 | 2026-08-27T08:07:42.507Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2618 | 2026-08-27T08:07:42.548Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2619 | 2026-08-27T08:07:42.551Z | Compiling parse-display v0.10.0 |
| 2620 | 2026-08-27T08:07:42.551Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2621 | 2026-08-27T08:07:42.616Z | Compiling hickory-proto v0.24.4 |
| 2622 | 2026-08-27T08:07:42.965Z | Compiling itertools v0.14.0 |
| 2623 | 2026-08-27T08:07:43.257Z | Compiling regress v0.10.5 |
| 2624 | 2026-08-27T08:07:43.681Z | Compiling macaddr v1.0.1 |
| 2625 | 2026-08-27T08:07:43.824Z | Compiling unicode-xid v0.2.6 |
| 2626 | 2026-08-27T08:07:43.891Z | Compiling humantime v2.3.0 |
| 2627 | 2026-08-27T08:07:43.973Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2628 | 2026-08-27T08:07:44.160Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2629 | 2026-08-27T08:07:44.163Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2630 | 2026-08-27T08:07:44.241Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2631 | 2026-08-27T08:07:44.481Z | Compiling toml v0.8.23 |
| 2632 | 2026-08-27T08:07:44.523Z | Compiling papergrid v0.11.0 |
| 2633 | 2026-08-27T08:07:44.607Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2634 | 2026-08-27T08:07:44.907Z | Compiling tabled_derive v0.7.0 |
| 2635 | 2026-08-27T08:07:44.929Z | Compiling typify-macro v0.6.2 |
| 2636 | 2026-08-27T08:07:44.953Z | Compiling termtree v0.5.1 |
| 2637 | 2026-08-27T08:07:45.022Z | Compiling crossterm v0.29.0 |
| 2638 | 2026-08-27T08:07:45.160Z | Compiling hickory-resolver v0.24.4 |
| 2639 | 2026-08-27T08:07:45.277Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2640 | 2026-08-27T08:07:45.800Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2641 | 2026-08-27T08:07:45.833Z | Compiling tabled v0.15.0 |
| 2642 | 2026-08-27T08:07:46.371Z | Compiling phf_shared v0.12.1 |
| 2643 | 2026-08-27T08:07:46.516Z | Compiling typify v0.6.2 |
| 2644 | 2026-08-27T08:07:46.660Z | Compiling progenitor-impl v0.14.0 |
| 2645 | 2026-08-27T08:07:47.245Z | Compiling qorb v0.4.1 |
| 2646 | 2026-08-27T08:07:47.324Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2647 | 2026-08-27T08:07:47.854Z | Compiling csv-core v0.1.13 |
| 2648 | 2026-08-27T08:07:47.880Z | Compiling vte v0.14.1 |
| 2649 | 2026-08-27T08:07:48.141Z | Compiling chrono-tz v0.10.4 |
| 2650 | 2026-08-27T08:07:48.281Z | Compiling highway v1.3.0 |
| 2651 | 2026-08-27T08:07:48.386Z | Compiling strip-ansi-escapes v0.2.1 |
| 2652 | 2026-08-27T08:07:48.817Z | Compiling progenitor-macro v0.14.0 |
| 2653 | 2026-08-27T08:07:48.927Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2654 | 2026-08-27T08:07:49.750Z | Compiling csv v1.4.0 |
| 2655 | 2026-08-27T08:07:50.074Z | Compiling phf v0.12.1 |
| 2656 | 2026-08-27T08:07:50.275Z | Compiling const_format_proc_macros v0.2.34 |
| 2657 | 2026-08-27T08:07:50.459Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2658 | 2026-08-27T08:07:50.690Z | Compiling fd-lock v4.0.4 |
| 2659 | 2026-08-27T08:07:50.716Z | Compiling peg-macros v0.8.5 |
| 2660 | 2026-08-27T08:07:50.870Z | Compiling nu-ansi-term v0.50.3 |
| 2661 | 2026-08-27T08:07:51.058Z | Compiling const_format v0.2.35 |
| 2662 | 2026-08-27T08:07:51.162Z | Compiling reedline v0.40.0 |
| 2663 | 2026-08-27T08:07:51.417Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2664 | 2026-08-27T08:07:51.634Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2665 | 2026-08-27T08:07:51.990Z | Compiling peg v0.8.5 |
| 2666 | 2026-08-27T08:07:52.093Z | Compiling bcs v0.1.6 |
| 2667 | 2026-08-27T08:07:52.387Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2668 | 2026-08-27T08:07:52.539Z | Compiling nom v8.0.0 |
| 2669 | 2026-08-27T08:07:52.720Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2670 | 2026-08-27T08:07:52.977Z | Compiling progenitor v0.14.0 |
| 2671 | 2026-08-27T08:07:53.170Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2672 | 2026-08-27T08:07:53.202Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2673 | 2026-08-27T08:07:53.419Z | Compiling semver v0.1.20 |
| 2674 | 2026-08-27T08:07:53.719Z | Compiling rustc_version v0.1.7 |
| 2675 | 2026-08-27T08:07:53.878Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2676 | 2026-08-27T08:07:53.960Z | Compiling newtype_derive v0.1.6 |
| 2677 | 2026-08-27T08:07:54.179Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2678 | 2026-08-27T08:07:54.432Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2679 | 2026-08-27T08:07:54.607Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2680 | 2026-08-27T08:07:54.806Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2681 | 2026-08-27T08:07:54.995Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2682 | 2026-08-27T08:07:55.241Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2683 | 2026-08-27T08:07:55.765Z | Compiling steno v0.4.1 |
| 2684 | 2026-08-27T08:07:55.870Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2685 | 2026-08-27T08:07:55.893Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2686 | 2026-08-27T08:07:55.939Z | Compiling sha1 v0.10.6 |
| 2687 | 2026-08-27T08:07:56.248Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2688 | 2026-08-27T08:07:56.455Z | Compiling tagptr v0.2.0 |
| 2689 | 2026-08-27T08:07:56.521Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2690 | 2026-08-27T08:07:56.542Z | Compiling utf-8 v0.7.6 |
| 2691 | 2026-08-27T08:07:56.649Z | Compiling moka v0.12.13 |
| 2692 | 2026-08-27T08:07:56.795Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2693 | 2026-08-27T08:07:56.973Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2694 | 2026-08-27T08:07:57.231Z | Compiling tungstenite v0.21.0 |
| 2695 | 2026-08-27T08:07:57.600Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2696 | 2026-08-27T08:07:57.948Z | Compiling hickory-resolver v0.25.2 |
| 2697 | 2026-08-27T08:07:59.001Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2698 | 2026-08-27T08:07:59.286Z | Compiling tokio-tungstenite v0.21.0 |
| 2699 | 2026-08-27T08:07:59.667Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2700 | 2026-08-27T08:08:00.170Z | Compiling darling_core v0.21.3 |
| 2701 | 2026-08-27T08:08:01.699Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2702 | 2026-08-27T08:08:01.839Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2703 | 2026-08-27T08:08:01.959Z | Compiling display-error-chain v0.2.2 |
| 2704 | 2026-08-27T08:08:02.137Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2705 | 2026-08-27T08:08:02.412Z | Compiling darling_macro v0.21.3 |
| 2706 | 2026-08-27T08:08:02.931Z | Compiling darling v0.21.3 |
| 2707 | 2026-08-27T08:08:03.046Z | Compiling libscf-sys v1.2.0 |
| 2708 | 2026-08-27T08:08:03.215Z | Compiling vergen-lib v0.1.6 |
| 2709 | 2026-08-27T08:08:03.239Z | Compiling diesel_derives v2.3.7 |
| 2710 | 2026-08-27T08:08:03.498Z | Compiling dsl_auto_type v0.2.0 |
| 2711 | 2026-08-27T08:08:03.683Z | Compiling scheduled-thread-pool v0.2.7 |
| 2712 | 2026-08-27T08:08:04.023Z | Compiling vergen-gitcl v1.0.8 |
| 2713 | 2026-08-27T08:08:04.242Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2714 | 2026-08-27T08:08:04.267Z | Compiling dirs-sys-next v0.1.2 |
| 2715 | 2026-08-27T08:08:04.270Z | Compiling maplit v1.0.2 |
| 2716 | 2026-08-27T08:08:04.404Z | Compiling crunchy v0.2.4 |
| 2717 | 2026-08-27T08:08:04.464Z | Compiling glob v0.3.3 |
| 2718 | 2026-08-27T08:08:04.534Z | Compiling dirs-next v2.0.0 |
| 2719 | 2026-08-27T08:08:04.605Z | Compiling r2d2 v0.8.10 |
| 2720 | 2026-08-27T08:08:04.682Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2721 | 2026-08-27T08:08:04.736Z | Compiling papergrid v0.18.0 |
| 2722 | 2026-08-27T08:08:04.817Z | Compiling clang-sys v1.8.1 |
| 2723 | 2026-08-27T08:08:04.896Z | Compiling downcast-rs v2.0.2 |
| 2724 | 2026-08-27T08:08:04.960Z | Compiling xshell-macros v0.2.7 |
| 2725 | 2026-08-27T08:08:05.031Z | Compiling tiny-keccak v2.0.2 |
| 2726 | 2026-08-27T08:08:05.357Z | Compiling xshell v0.2.7 |
| 2727 | 2026-08-27T08:08:05.402Z | Compiling term v0.7.0 |
| 2728 | 2026-08-27T08:08:05.428Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2729 | 2026-08-27T08:08:05.511Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2730 | 2026-08-27T08:08:05.675Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2731 | 2026-08-27T08:08:05.755Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2732 | 2026-08-27T08:08:05.912Z | Compiling tabled v0.21.0 |
| 2733 | 2026-08-27T08:08:06.083Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2734 | 2026-08-27T08:08:06.306Z | Compiling bit-vec v0.6.3 |
| 2735 | 2026-08-27T08:08:06.485Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2736 | 2026-08-27T08:08:06.549Z | Compiling bit-set v0.5.3 |
| 2737 | 2026-08-27T08:08:06.598Z | Compiling ascii-canvas v3.0.0 |
| 2738 | 2026-08-27T08:08:06.744Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2739 | 2026-08-27T08:08:06.854Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2740 | 2026-08-27T08:08:06.895Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2741 | 2026-08-27T08:08:07.033Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2742 | 2026-08-27T08:08:07.212Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2743 | 2026-08-27T08:08:07.444Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2744 | 2026-08-27T08:08:07.482Z | Compiling itertools v0.10.5 |
| 2745 | 2026-08-27T08:08:07.625Z | Compiling ena v0.14.4 |
| 2746 | 2026-08-27T08:08:07.772Z | Compiling libloading v0.8.9 |
| 2747 | 2026-08-27T08:08:07.872Z | Compiling diff v0.1.13 |
| 2748 | 2026-08-27T08:08:08.027Z | Compiling bindgen v0.71.1 |
| 2749 | 2026-08-27T08:08:08.050Z | Compiling regex-syntax v0.6.29 |
| 2750 | 2026-08-27T08:08:08.147Z | Compiling unicase v2.9.0 |
| 2751 | 2026-08-27T08:08:08.577Z | Compiling cexpr v0.6.0 |
| 2752 | 2026-08-27T08:08:08.581Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2753 | 2026-08-27T08:08:08.827Z | Compiling rustc-hash v2.1.1 |
| 2754 | 2026-08-27T08:08:08.992Z | Compiling crc8 v0.1.1 |
| 2755 | 2026-08-27T08:08:09.188Z | Compiling diesel v2.3.7 |
| 2756 | 2026-08-27T08:08:09.219Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2757 | 2026-08-27T08:08:09.420Z | Compiling lalrpop v0.19.12 |
| 2758 | 2026-08-27T08:08:09.655Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2759 | 2026-08-27T08:08:10.162Z | Compiling headers-core v0.3.0 |
| 2760 | 2026-08-27T08:08:10.320Z | Compiling libxml v0.3.3 |
| 2761 | 2026-08-27T08:08:10.323Z | Compiling headers v0.4.1 |
| 2762 | 2026-08-27T08:08:10.394Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2763 | 2026-08-27T08:08:10.635Z | Compiling strum_macros v0.24.3 |
| 2764 | 2026-08-27T08:08:10.658Z | Compiling indoc v1.0.9 |
| 2765 | 2026-08-27T08:08:10.974Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2766 | 2026-08-27T08:08:11.106Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2767 | 2026-08-27T08:08:11.202Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2768 | 2026-08-27T08:08:11.287Z | Compiling derive_builder v0.20.2 |
| 2769 | 2026-08-27T08:08:11.402Z | Compiling oso-derive v0.27.3 |
| 2770 | 2026-08-27T08:08:11.461Z | Compiling quick-xml v0.37.5 |
| 2771 | 2026-08-27T08:08:11.517Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2772 | 2026-08-27T08:08:11.875Z | Compiling openssl-probe v0.1.6 |
| 2773 | 2026-08-27T08:08:11.943Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2774 | 2026-08-27T08:08:11.967Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2775 | 2026-08-27T08:08:12.165Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2776 | 2026-08-27T08:08:12.641Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2777 | 2026-08-27T08:08:12.677Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2778 | 2026-08-27T08:08:12.780Z | Compiling bb8 v0.8.6 |
| 2779 | 2026-08-27T08:08:12.899Z | Compiling trait-variant v0.1.2 |
| 2780 | 2026-08-27T08:08:12.987Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2781 | 2026-08-27T08:08:13.158Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2782 | 2026-08-27T08:08:13.394Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2783 | 2026-08-27T08:08:13.415Z | Compiling half v1.8.3 |
| 2784 | 2026-08-27T08:08:13.440Z | Compiling proc-macro-error2 v2.0.1 |
| 2785 | 2026-08-27T08:08:13.464Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2786 | 2026-08-27T08:08:13.775Z | Compiling serde_cbor v0.11.2 |
| 2787 | 2026-08-27T08:08:13.874Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2788 | 2026-08-27T08:08:13.878Z | Compiling hashbrown v0.14.5 |
| 2789 | 2026-08-27T08:08:14.095Z | Compiling rfc6979 v0.4.0 |
| 2790 | 2026-08-27T08:08:14.166Z | Compiling salty v0.3.0 |
| 2791 | 2026-08-27T08:08:14.267Z | Compiling ecdsa v0.16.9 |
| 2792 | 2026-08-27T08:08:14.469Z | Compiling chumsky v0.9.3 |
| 2793 | 2026-08-27T08:08:14.610Z | Compiling samael v0.0.19 |
| 2794 | 2026-08-27T08:08:14.692Z | Compiling knus-derive v3.4.0 |
| 2795 | 2026-08-27T08:08:14.748Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2796 | 2026-08-27T08:08:14.854Z | Compiling progenitor-impl v0.13.0 |
| 2797 | 2026-08-27T08:08:14.876Z | Compiling primeorder v0.13.6 |
| 2798 | 2026-08-27T08:08:15.163Z | Compiling nonempty v0.12.0 |
| 2799 | 2026-08-27T08:08:15.396Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2800 | 2026-08-27T08:08:15.749Z | Compiling p384 v0.13.1 |
| 2801 | 2026-08-27T08:08:16.057Z | Compiling knus v3.4.0 |
| 2802 | 2026-08-27T08:08:16.894Z | Compiling polar-core v0.27.3 |
| 2803 | 2026-08-27T08:08:16.933Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2804 | 2026-08-27T08:08:17.019Z | Compiling progenitor-macro v0.13.0 |
| 2805 | 2026-08-27T08:08:17.068Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2806 | 2026-08-27T08:08:17.280Z | Compiling progenitor-client v0.13.0 |
| 2807 | 2026-08-27T08:08:17.980Z | Compiling fxhash v0.2.1 |
| 2808 | 2026-08-27T08:08:18.118Z | Compiling libz-sys v1.1.24 |
| 2809 | 2026-08-27T08:08:18.156Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2810 | 2026-08-27T08:08:18.363Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2811 | 2026-08-27T08:08:18.595Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2812 | 2026-08-27T08:08:19.049Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2813 | 2026-08-27T08:08:19.070Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2814 | 2026-08-27T08:08:19.455Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2815 | 2026-08-27T08:08:20.002Z | Compiling kstat-rs v0.2.5 |
| 2816 | 2026-08-27T08:08:20.701Z | Compiling mime_guess v2.0.5 |
| 2817 | 2026-08-27T08:08:21.110Z | Compiling progenitor v0.13.0 |
| 2818 | 2026-08-27T08:08:21.230Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2819 | 2026-08-27T08:08:22.164Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2820 | 2026-08-27T08:08:22.595Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2821 | 2026-08-27T08:08:22.839Z | Compiling nanorand v0.7.0 |
| 2822 | 2026-08-27T08:08:23.116Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2823 | 2026-08-27T08:08:23.210Z | Compiling parking_lot_core v0.8.6 |
| 2824 | 2026-08-27T08:08:23.526Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2825 | 2026-08-27T08:08:23.577Z | Compiling flume v0.11.1 |
| 2826 | 2026-08-27T08:08:23.962Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2827 | 2026-08-27T08:08:24.124Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2828 | 2026-08-27T08:08:24.785Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2829 | 2026-08-27T08:08:24.837Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2830 | 2026-08-27T08:08:25.304Z | Compiling git-stub v1.0.0 |
| 2831 | 2026-08-27T08:08:25.399Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2832 | 2026-08-27T08:08:25.599Z | Compiling strsim v0.10.0 |
| 2833 | 2026-08-27T08:08:25.669Z | Compiling corncobs v0.1.4 |
| 2834 | 2026-08-27T08:08:25.908Z | Compiling oso v0.27.3 |
| 2835 | 2026-08-27T08:08:25.929Z | Compiling instability v0.3.11 |
| 2836 | 2026-08-27T08:08:26.023Z | Compiling http-range v0.1.5 |
| 2837 | 2026-08-27T08:08:26.186Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2838 | 2026-08-27T08:08:26.357Z | Compiling darling_core v0.13.4 |
| 2839 | 2026-08-27T08:08:26.485Z | Compiling git-stub-vcs v0.1.0 |
| 2840 | 2026-08-27T08:08:26.887Z | Compiling async-bb8-diesel v0.2.1 |
| 2841 | 2026-08-27T08:08:27.344Z | Compiling diesel-dtrace v0.5.0 |
| 2842 | 2026-08-27T08:08:27.676Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2843 | 2026-08-27T08:08:29.957Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2844 | 2026-08-27T08:08:30.490Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2845 | 2026-08-27T08:08:30.731Z | Compiling ignore v0.4.25 |
| 2846 | 2026-08-27T08:08:31.902Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2847 | 2026-08-27T08:08:32.147Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2848 | 2026-08-27T08:08:32.224Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2849 | 2026-08-27T08:08:32.527Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2850 | 2026-08-27T08:08:32.786Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2851 | 2026-08-27T08:08:33.165Z | Compiling anstyle-parse v0.2.7 |
| 2852 | 2026-08-27T08:08:33.431Z | Compiling secrecy v0.8.0 |
| 2853 | 2026-08-27T08:08:33.629Z | Compiling castaway v0.2.4 |
| 2854 | 2026-08-27T08:08:33.788Z | Compiling vergen-git2 v9.1.0 |
| 2855 | 2026-08-27T08:08:33.841Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2856 | 2026-08-27T08:08:33.909Z | Compiling indoc v2.0.7 |
| 2857 | 2026-08-27T08:08:34.048Z | Compiling compact_str v0.8.1 |
| 2858 | 2026-08-27T08:08:34.140Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2859 | 2026-08-27T08:08:34.359Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2860 | 2026-08-27T08:08:35.658Z | Compiling anstream v0.6.21 |
| 2861 | 2026-08-27T08:08:35.877Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2862 | 2026-08-27T08:08:36.213Z | Compiling globwalk v0.9.1 |
| 2863 | 2026-08-27T08:08:36.414Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2864 | 2026-08-27T08:08:36.513Z | Compiling parking_lot v0.11.2 |
| 2865 | 2026-08-27T08:08:36.858Z | Compiling hyper-staticfile v0.10.1 |
| 2866 | 2026-08-27T08:08:37.091Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2867 | 2026-08-27T08:08:37.402Z | Compiling darling_macro v0.13.4 |
| 2868 | 2026-08-27T08:08:37.428Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2869 | 2026-08-27T08:08:37.907Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2870 | 2026-08-27T08:08:37.931Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2871 | 2026-08-27T08:08:38.017Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2872 | 2026-08-27T08:08:38.410Z | Compiling predicates-tree v1.0.13 |
| 2873 | 2026-08-27T08:08:38.554Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2874 | 2026-08-27T08:08:38.669Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2875 | 2026-08-27T08:08:38.696Z | Compiling unicode-truncate v1.1.0 |
| 2876 | 2026-08-27T08:08:38.780Z | Compiling lru v0.12.5 |
| 2877 | 2026-08-27T08:08:38.822Z | Compiling digest-io v0.1.0 |
| 2878 | 2026-08-27T08:08:38.905Z | Compiling sha2 v0.11.0 |
| 2879 | 2026-08-27T08:08:39.001Z | Compiling prefix-trie v0.7.0 |
| 2880 | 2026-08-27T08:08:39.021Z | Compiling rand_seeder v0.4.0 |
| 2881 | 2026-08-27T08:08:39.276Z | Compiling rawzip v0.4.4 |
| 2882 | 2026-08-27T08:08:39.452Z | Compiling cassowary v0.3.0 |
| 2883 | 2026-08-27T08:08:39.486Z | Compiling hickory-server v0.25.2 |
| 2884 | 2026-08-27T08:08:39.775Z | Compiling ratatui v0.29.0 |
| 2885 | 2026-08-27T08:08:39.905Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2886 | 2026-08-27T08:08:40.145Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2887 | 2026-08-27T08:08:40.379Z | Compiling camino-tempfile-ext v0.3.3 |
| 2888 | 2026-08-27T08:08:40.451Z | Compiling darling v0.13.4 |
| 2889 | 2026-08-27T08:08:40.480Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2890 | 2026-08-27T08:08:40.576Z | Compiling sled v0.34.7 |
| 2891 | 2026-08-27T08:08:41.028Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2892 | 2026-08-27T08:08:41.065Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2893 | 2026-08-27T08:08:43.421Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2894 | 2026-08-27T08:08:43.506Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2895 | 2026-08-27T08:08:43.720Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2896 | 2026-08-27T08:08:44.507Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2897 | 2026-08-27T08:08:46.489Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2898 | 2026-08-27T08:08:47.093Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2899 | 2026-08-27T08:08:48.120Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2900 | 2026-08-27T08:08:48.444Z | Compiling serde_with_macros v1.5.2 |
| 2901 | 2026-08-27T08:08:48.695Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2902 | 2026-08-27T08:08:48.921Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2903 | 2026-08-27T08:08:49.149Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2904 | 2026-08-27T08:08:49.259Z | Compiling git2 v0.20.4 |
| 2905 | 2026-08-27T08:08:49.280Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2906 | 2026-08-27T08:08:49.379Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2907 | 2026-08-27T08:08:49.614Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2908 | 2026-08-27T08:08:49.649Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2909 | 2026-08-27T08:08:49.855Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2910 | 2026-08-27T08:08:49.891Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2911 | 2026-08-27T08:08:50.081Z | Compiling arc-swap v1.8.2 |
| 2912 | 2026-08-27T08:08:50.114Z | Compiling void v1.0.2 |
| 2913 | 2026-08-27T08:08:50.265Z | Compiling lzss v0.8.2 |
| 2914 | 2026-08-27T08:08:50.390Z | Compiling slog-scope v4.4.1 |
| 2915 | 2026-08-27T08:08:50.497Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-08-27T08:08:50.582Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2917 | 2026-08-27T08:08:50.797Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2918 | 2026-08-27T08:08:51.736Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2919 | 2026-08-27T08:08:51.760Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2920 | 2026-08-27T08:08:51.968Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2921 | 2026-08-27T08:08:52.242Z | Compiling scuffle v0.1.0 |
| 2922 | 2026-08-27T08:08:52.327Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2923 | 2026-08-27T08:08:52.461Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2924 | 2026-08-27T08:08:52.733Z | Compiling tungstenite v0.23.0 |
| 2925 | 2026-08-27T08:08:54.318Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2926 | 2026-08-27T08:08:54.451Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2927 | 2026-08-27T08:08:54.992Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2928 | 2026-08-27T08:08:55.110Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2929 | 2026-08-27T08:08:55.219Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2930 | 2026-08-27T08:08:55.347Z | Compiling nix v0.27.1 |
| 2931 | 2026-08-27T08:08:55.416Z | Compiling twox-hash v2.1.2 |
| 2932 | 2026-08-27T08:08:55.484Z | Compiling libsw-core v0.3.2 |
| 2933 | 2026-08-27T08:08:55.719Z | Compiling atty v0.2.14 |
| 2934 | 2026-08-27T08:08:55.876Z | Compiling serde_bytes v0.11.19 |
| 2935 | 2026-08-27T08:08:55.947Z | Compiling libsw v3.5.0 |
| 2936 | 2026-08-27T08:08:56.167Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2937 | 2026-08-27T08:08:56.255Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2938 | 2026-08-27T08:08:56.294Z | Compiling tokio-tungstenite v0.23.1 |
| 2939 | 2026-08-27T08:08:56.509Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2940 | 2026-08-27T08:08:56.536Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2941 | 2026-08-27T08:08:56.673Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2942 | 2026-08-27T08:08:57.877Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2943 | 2026-08-27T08:08:58.050Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2944 | 2026-08-27T08:08:58.583Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2945 | 2026-08-27T08:08:59.913Z | Compiling slog-stdlog v4.1.1 |
| 2946 | 2026-08-27T08:09:00.306Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2947 | 2026-08-27T08:09:00.580Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2948 | 2026-08-27T08:09:00.739Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2949 | 2026-08-27T08:09:01.197Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2950 | 2026-08-27T08:09:02.876Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2951 | 2026-08-27T08:09:02.941Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2952 | 2026-08-27T08:09:03.261Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2953 | 2026-08-27T08:09:04.910Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2954 | 2026-08-27T08:09:05.622Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2955 | 2026-08-27T08:09:05.880Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2956 | 2026-08-27T08:09:06.289Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2957 | 2026-08-27T08:09:06.467Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2958 | 2026-08-27T08:09:07.204Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2959 | 2026-08-27T08:09:08.387Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2960 | 2026-08-27T08:09:10.294Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2961 | 2026-08-27T08:09:10.622Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2962 | 2026-08-27T08:09:11.618Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2963 | 2026-08-27T08:09:11.680Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2964 | 2026-08-27T08:09:11.847Z | Compiling signal-hook-tokio v0.3.1 |
| 2965 | 2026-08-27T08:09:12.040Z | Compiling fatfs v0.3.6 |
| 2966 | 2026-08-27T08:09:12.532Z | Compiling yasna v0.5.2 |
| 2967 | 2026-08-27T08:09:13.320Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2968 | 2026-08-27T08:09:13.971Z | Compiling seq-macro v0.3.6 |
| 2969 | 2026-08-27T08:09:14.098Z | Compiling assert_matches v1.5.0 |
| 2970 | 2026-08-27T08:09:14.207Z | Compiling rcgen v0.12.1 |
| 2971 | 2026-08-27T08:09:14.480Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2972 | 2026-08-27T08:09:15.608Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2973 | 2026-08-27T08:09:15.632Z | Compiling slog-envlogger v2.2.0 |
| 2974 | 2026-08-27T08:09:16.183Z | Compiling oxide-update-engine-display v0.1.2 |
| 2975 | 2026-08-27T08:09:16.775Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2976 | 2026-08-27T08:09:17.104Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2977 | 2026-08-27T08:09:17.141Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2978 | 2026-08-27T08:09:17.374Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2979 | 2026-08-27T08:09:17.600Z | Compiling port-file v0.1.0 |
| 2980 | 2026-08-27T08:09:17.923Z | Compiling rtoolbox v0.0.3 |
| 2981 | 2026-08-27T08:09:18.199Z | Compiling subprocess v0.2.15 |
| 2982 | 2026-08-27T08:09:18.691Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2983 | 2026-08-27T08:09:18.719Z | Compiling rpassword v7.5.4 |
| 2984 | 2026-08-27T08:09:19.362Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2985 | 2026-08-27T08:09:20.347Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2986 | 2026-08-27T08:09:20.893Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2987 | 2026-08-27T08:09:21.032Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2988 | 2026-08-27T08:09:22.238Z | Compiling tui-tree-widget v0.23.1 |
| 2989 | 2026-08-27T08:09:22.529Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2990 | 2026-08-27T08:09:22.597Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2991 | 2026-08-27T08:09:24.320Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2992 | 2026-08-27T08:09:26.470Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2993 | 2026-08-27T08:09:26.574Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2994 | 2026-08-27T08:09:26.702Z | Compiling uzers v0.12.2 |
| 2995 | 2026-08-27T08:09:26.797Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2996 | 2026-08-27T08:09:27.083Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2997 | 2026-08-27T08:09:28.175Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2998 | 2026-08-27T08:09:28.260Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2999 | 2026-08-27T08:09:28.884Z | Compiling support-bundle-viewer v0.1.2 |
| 3000 | 2026-08-27T08:09:29.231Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3001 | 2026-08-27T08:09:30.781Z | Compiling multimap v0.10.1 |
| 3002 | 2026-08-27T08:09:39.305Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3003 | 2026-08-27T08:09:40.901Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3004 | 2026-08-27T08:09:45.196Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3005 | 2026-08-27T08:09:49.482Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3006 | 2026-08-27T08:09:51.966Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3007 | 2026-08-27T08:18:07.309Z | Finished `release` profile [optimized] target(s) in 10m 28s |
| 3008 | 2026-08-27T08:18:07.312Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3009 | 2026-08-27T08:18:07.312Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3010 | 2026-08-27T08:19:01.764Z | |
| 3011 | 2026-08-27T08:19:01.764Z | real 11:24.549821376 |
| 3012 | 2026-08-27T08:19:01.764Z | user 1:23:03.284544062 |
| 3013 | 2026-08-27T08:19:01.767Z | sys 3:40.253661389 |
| 3014 | 2026-08-27T08:19:01.767Z | trap 1.854587265 |
| 3015 | 2026-08-27T08:19:01.767Z | tflt 2.059518196 |
| 3016 | 2026-08-27T08:19:01.767Z | dflt 19.781769856 |
| 3017 | 2026-08-27T08:19:01.767Z | kflt 0.121531009 |
| 3018 | 2026-08-27T08:19:01.767Z | lock 8:33:39.624064312 |
| 3019 | 2026-08-27T08:19:01.767Z | slp 2:24:16.028605051 |
| 3020 | 2026-08-27T08:19:01.767Z | lat 2:37.733942072 |
| 3021 | 2026-08-27T08:19:01.767Z | stop 5:29.291912615 |
| 3022 | 2026-08-27T08:19:01.767Z | + mapfile -t packages |
| 3023 | 2026-08-27T08:19:01.767Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3024 | 2026-08-27T08:19:02.721Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3025 | 2026-08-27T08:19:02.793Z | Running `target/release/omicron-package -t test list-outputs` |
| 3026 | 2026-08-27T08:19:02.853Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3027 | 2026-08-27T08:19:02.857Z | + ptime -m cargo build --locked --release -p xtask |
| 3028 | 2026-08-27T08:19:03.338Z | Compiling libc v0.2.185 |
| 3029 | 2026-08-27T08:19:03.338Z | Compiling serde_core v1.0.228 |
| 3030 | 2026-08-27T08:19:03.341Z | Compiling serde v1.0.228 |
| 3031 | 2026-08-27T08:19:03.341Z | Compiling rustix v1.1.4 |
| 3032 | 2026-08-27T08:19:03.341Z | Compiling serde_json v1.0.151 |
| 3033 | 2026-08-27T08:19:03.462Z | Compiling bitflags v2.11.0 |
| 3034 | 2026-08-27T08:19:03.483Z | Compiling usdt-impl v0.5.0 |
| 3035 | 2026-08-27T08:19:03.505Z | Compiling syn v2.0.117 |
| 3036 | 2026-08-27T08:19:03.517Z | Compiling syn v1.0.109 |
| 3037 | 2026-08-27T08:19:03.528Z | Compiling log v0.4.33 |
| 3038 | 2026-08-27T08:19:03.531Z | Compiling getrandom v0.4.3 |
| 3039 | 2026-08-27T08:19:03.549Z | Compiling indexmap v2.14.0 |
| 3040 | 2026-08-27T08:19:03.563Z | Compiling fs-err v3.3.0 |
| 3041 | 2026-08-27T08:19:03.779Z | Compiling anyhow v1.0.104 |
| 3042 | 2026-08-27T08:19:03.782Z | Compiling heck v0.4.1 |
| 3043 | 2026-08-27T08:19:03.825Z | Compiling once_cell v1.21.3 |
| 3044 | 2026-08-27T08:19:04.182Z | Compiling thread-id v4.2.2 |
| 3045 | 2026-08-27T08:19:04.208Z | Compiling errno v0.3.14 |
| 3046 | 2026-08-27T08:19:04.211Z | Compiling memmap v0.7.0 |
| 3047 | 2026-08-27T08:19:04.965Z | Compiling proc-macro-error v1.0.4 |
| 3048 | 2026-08-27T08:19:05.218Z | Compiling terminal_size v0.4.3 |
| 3049 | 2026-08-27T08:19:05.218Z | Compiling tempfile v3.27.0 |
| 3050 | 2026-08-27T08:19:05.240Z | Compiling tabled_derive v0.7.0 |
| 3051 | 2026-08-27T08:19:05.316Z | Compiling clap_builder v4.6.0 |
| 3052 | 2026-08-27T08:19:05.316Z | Compiling textwrap v0.16.2 |
| 3053 | 2026-08-27T08:19:05.587Z | Compiling camino v1.2.5 |
| 3054 | 2026-08-27T08:19:05.611Z | Compiling cargo-platform v0.3.2 |
| 3055 | 2026-08-27T08:19:05.637Z | Compiling pest_generator v2.8.6 |
| 3056 | 2026-08-27T08:19:05.666Z | Compiling semver v1.0.28 |
| 3057 | 2026-08-27T08:19:05.932Z | Compiling tabled v0.15.0 |
| 3058 | 2026-08-27T08:19:06.007Z | Compiling camino-tempfile v1.4.1 |
| 3059 | 2026-08-27T08:19:06.161Z | Compiling serde_derive v1.0.228 |
| 3060 | 2026-08-27T08:19:06.161Z | Compiling thiserror-impl v1.0.69 |
| 3061 | 2026-08-27T08:19:06.164Z | Compiling zerocopy-derive v0.7.35 |
| 3062 | 2026-08-27T08:19:06.164Z | Compiling scroll_derive v0.12.1 |
| 3063 | 2026-08-27T08:19:06.164Z | Compiling thiserror-impl v2.0.18 |
| 3064 | 2026-08-27T08:19:06.164Z | Compiling clap_derive v4.6.1 |
| 3065 | 2026-08-27T08:19:06.216Z | Compiling pest_derive v2.8.6 |
| 3066 | 2026-08-27T08:19:06.855Z | Compiling scroll v0.12.0 |
| 3067 | 2026-08-27T08:19:07.008Z | Compiling zerocopy v0.7.35 |
| 3068 | 2026-08-27T08:19:07.111Z | Compiling goblin v0.8.2 |
| 3069 | 2026-08-27T08:19:07.230Z | Compiling thiserror v1.0.69 |
| 3070 | 2026-08-27T08:19:07.344Z | Compiling dtrace-parser v0.2.0 |
| 3071 | 2026-08-27T08:19:07.391Z | Compiling thiserror v2.0.18 |
| 3072 | 2026-08-27T08:19:07.624Z | Compiling clap v4.6.1 |
| 3073 | 2026-08-27T08:19:09.308Z | Compiling dof v0.3.0 |
| 3074 | 2026-08-27T08:19:09.308Z | Compiling serde_spanned v0.6.9 |
| 3075 | 2026-08-27T08:19:09.331Z | Compiling toml_datetime v0.6.11 |
| 3076 | 2026-08-27T08:19:09.386Z | Compiling serde_tokenstream v0.2.3 |
| 3077 | 2026-08-27T08:19:09.457Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3078 | 2026-08-27T08:19:09.493Z | Compiling cargo_metadata v0.23.1 |
| 3079 | 2026-08-27T08:19:09.688Z | Compiling toml_edit v0.22.27 |
| 3080 | 2026-08-27T08:19:09.709Z | Compiling macaddr v1.0.1 |
| 3081 | 2026-08-27T08:19:10.103Z | Compiling usdt-macro v0.5.0 |
| 3082 | 2026-08-27T08:19:10.106Z | Compiling usdt-attr-macro v0.5.0 |
| 3083 | 2026-08-27T08:19:10.771Z | Compiling usdt v0.5.0 |
| 3084 | 2026-08-27T08:19:11.239Z | Compiling toml v0.8.23 |
| 3085 | 2026-08-27T08:19:11.682Z | Compiling cargo_toml v0.21.0 |
| 3086 | 2026-08-27T08:19:16.075Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3087 | 2026-08-27T08:19:19.272Z | Finished `release` profile [optimized] target(s) in 16.40s |
| 3088 | 2026-08-27T08:19:19.380Z | |
| 3089 | 2026-08-27T08:19:19.387Z | real 16.487893998 |
| 3090 | 2026-08-27T08:19:19.387Z | user 2:05.090161867 |
| 3091 | 2026-08-27T08:19:19.387Z | sys 13.522732061 |
| 3092 | 2026-08-27T08:19:19.387Z | trap 0.057622433 |
| 3093 | 2026-08-27T08:19:19.387Z | tflt 0.468705069 |
| 3094 | 2026-08-27T08:19:19.387Z | dflt 1.409359787 |
| 3095 | 2026-08-27T08:19:19.387Z | kflt 0.000021900 |
| 3096 | 2026-08-27T08:19:19.387Z | lock 4:43.123451306 |
| 3097 | 2026-08-27T08:19:19.387Z | slp 2:42.295762249 |
| 3098 | 2026-08-27T08:19:19.387Z | lat 3.411102317 |
| 3099 | 2026-08-27T08:19:19.388Z | stop 15.230166222 |
| 3100 | 2026-08-27T08:19:19.388Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3101 | 2026-08-27T08:19:19.388Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3102 | 2026-08-27T08:19:19.388Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3103 | 2026-08-27T08:19:19.388Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3104 | 2026-08-27T08:19:19.388Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3105 | 2026-08-27T08:19:20.336Z | Compiling match_cfg v0.1.0 |
| 3106 | 2026-08-27T08:19:20.336Z | Compiling progenitor-client v0.14.0 |
| 3107 | 2026-08-27T08:19:20.339Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3108 | 2026-08-27T08:19:20.339Z | Compiling slog-json v2.6.1 |
| 3109 | 2026-08-27T08:19:20.339Z | Compiling newtype-uuid-macros v0.1.0 |
| 3110 | 2026-08-27T08:19:20.339Z | Compiling sha1 v0.11.0 |
| 3111 | 2026-08-27T08:19:20.339Z | Compiling multer v3.1.0 |
| 3112 | 2026-08-27T08:19:20.339Z | Compiling compression-core v0.4.31 |
| 3113 | 2026-08-27T08:19:20.486Z | Compiling debug-ignore v1.0.5 |
| 3114 | 2026-08-27T08:19:20.489Z | Compiling async-stream-impl v0.3.6 |
| 3115 | 2026-08-27T08:19:20.489Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3116 | 2026-08-27T08:19:20.489Z | Compiling serde_spanned v1.1.1 |
| 3117 | 2026-08-27T08:19:20.489Z | Compiling dropshot v0.17.1 |
| 3118 | 2026-08-27T08:19:20.500Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3119 | 2026-08-27T08:19:20.533Z | Compiling waitgroup v0.1.2 |
| 3120 | 2026-08-27T08:19:20.564Z | Compiling rustls-pemfile v2.2.0 |
| 3121 | 2026-08-27T08:19:20.628Z | Compiling dropshot_endpoint v0.17.1 |
| 3122 | 2026-08-27T08:19:20.708Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3123 | 2026-08-27T08:19:20.757Z | Compiling hostname v0.4.2 |
| 3124 | 2026-08-27T08:19:20.796Z | Compiling hostname v0.3.1 |
| 3125 | 2026-08-27T08:19:20.813Z | Compiling compression-codecs v0.4.37 |
| 3126 | 2026-08-27T08:19:20.816Z | Compiling serde_path_to_error v0.1.20 |
| 3127 | 2026-08-27T08:19:20.833Z | Compiling atomicwrites v0.4.4 |
| 3128 | 2026-08-27T08:19:20.867Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3129 | 2026-08-27T08:19:20.870Z | Compiling macaddr v1.0.1 |
| 3130 | 2026-08-27T08:19:20.871Z | Compiling serde_tokenstream v0.3.0 |
| 3131 | 2026-08-27T08:19:20.926Z | Compiling slog-bunyan v2.5.0 |
| 3132 | 2026-08-27T08:19:20.929Z | Compiling oxide-generation v0.1.3 |
| 3133 | 2026-08-27T08:19:20.976Z | Compiling instant v0.1.13 |
| 3134 | 2026-08-27T08:19:20.993Z | Compiling async-compression v0.4.41 |
| 3135 | 2026-08-27T08:19:21.062Z | Compiling regress v0.10.5 |
| 3136 | 2026-08-27T08:19:21.079Z | Compiling parse-display-derive v0.10.0 |
| 3137 | 2026-08-27T08:19:21.104Z | Compiling backon v1.6.0 |
| 3138 | 2026-08-27T08:19:21.126Z | Compiling backoff v0.4.0 |
| 3139 | 2026-08-27T08:19:21.148Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3140 | 2026-08-27T08:19:21.166Z | Compiling itertools v0.14.0 |
| 3141 | 2026-08-27T08:19:21.207Z | Compiling humantime v2.3.0 |
| 3142 | 2026-08-27T08:19:21.226Z | Compiling oxide-generation-macros v0.2.0 |
| 3143 | 2026-08-27T08:19:21.245Z | Compiling async-stream v0.3.6 |
| 3144 | 2026-08-27T08:19:21.291Z | Compiling progenitor-extras v0.2.0 |
| 3145 | 2026-08-27T08:19:21.310Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3146 | 2026-08-27T08:19:21.335Z | Compiling half v2.7.1 |
| 3147 | 2026-08-27T08:19:21.353Z | Compiling crucible-workspace-hack v0.1.0 |
| 3148 | 2026-08-27T08:19:21.369Z | Compiling ciborium-io v0.2.2 |
| 3149 | 2026-08-27T08:19:21.438Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3150 | 2026-08-27T08:19:21.460Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3151 | 2026-08-27T08:19:21.480Z | Compiling convert_case v0.4.0 |
| 3152 | 2026-08-27T08:19:21.497Z | Compiling regress v0.11.1 |
| 3153 | 2026-08-27T08:19:21.500Z | Compiling secrecy v0.10.3 |
| 3154 | 2026-08-27T08:19:21.533Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3155 | 2026-08-27T08:19:21.577Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3156 | 2026-08-27T08:19:21.613Z | Compiling ciborium-ll v0.2.2 |
| 3157 | 2026-08-27T08:19:21.655Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3158 | 2026-08-27T08:19:21.674Z | Compiling inout v0.1.4 |
| 3159 | 2026-08-27T08:19:21.694Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3160 | 2026-08-27T08:19:21.720Z | Compiling universal-hash v0.5.1 |
| 3161 | 2026-08-27T08:19:21.850Z | Compiling ciborium v0.2.2 |
| 3162 | 2026-08-27T08:19:21.870Z | Compiling cipher v0.4.4 |
| 3163 | 2026-08-27T08:19:21.888Z | Compiling derive_more v0.99.20 |
| 3164 | 2026-08-27T08:19:21.888Z | Compiling opaque-debug v0.3.1 |
| 3165 | 2026-08-27T08:19:21.925Z | Compiling unsafe-libyaml v0.2.11 |
| 3166 | 2026-08-27T08:19:21.943Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3167 | 2026-08-27T08:19:21.979Z | Compiling poly1305 v0.8.0 |
| 3168 | 2026-08-27T08:19:22.023Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3169 | 2026-08-27T08:19:22.041Z | Compiling blake2 v0.10.6 |
| 3170 | 2026-08-27T08:19:22.155Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3171 | 2026-08-27T08:19:22.177Z | Compiling chacha20 v0.9.1 |
| 3172 | 2026-08-27T08:19:22.285Z | Compiling aead v0.5.2 |
| 3173 | 2026-08-27T08:19:22.349Z | Compiling password-hash v0.5.0 |
| 3174 | 2026-08-27T08:19:22.448Z | Compiling indent_write v2.2.0 |
| 3175 | 2026-08-27T08:19:22.494Z | Compiling serde_yaml v0.9.34+deprecated |
| 3176 | 2026-08-27T08:19:22.497Z | Compiling chacha20poly1305 v0.10.1 |
| 3177 | 2026-08-27T08:19:22.524Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3178 | 2026-08-27T08:19:22.614Z | Compiling num-derive v0.4.2 |
| 3179 | 2026-08-27T08:19:22.632Z | Compiling argon2 v0.5.3 |
| 3180 | 2026-08-27T08:19:22.696Z | Compiling heapless v0.8.0 |
| 3181 | 2026-08-27T08:19:22.714Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3182 | 2026-08-27T08:19:22.734Z | Compiling ingot-macros v0.2.0 |
| 3183 | 2026-08-27T08:19:22.785Z | Compiling tabwriter v1.4.1 |
| 3184 | 2026-08-27T08:19:22.804Z | Compiling hash32 v0.3.1 |
| 3185 | 2026-08-27T08:19:22.832Z | Compiling parse-display v0.10.0 |
| 3186 | 2026-08-27T08:19:22.917Z | Compiling thiserror-no-std v2.0.2 |
| 3187 | 2026-08-27T08:19:22.989Z | Compiling smoltcp v0.11.0 |
| 3188 | 2026-08-27T08:19:23.014Z | Compiling vsss-rs v3.3.4 |
| 3189 | 2026-08-27T08:19:23.033Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3190 | 2026-08-27T08:19:23.158Z | Compiling typify-impl v0.6.2 |
| 3191 | 2026-08-27T08:19:23.249Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3192 | 2026-08-27T08:19:23.324Z | Compiling proc-macro-crate v3.4.0 |
| 3193 | 2026-08-27T08:19:23.525Z | Compiling cobs v0.3.0 |
| 3194 | 2026-08-27T08:19:23.591Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3195 | 2026-08-27T08:19:23.754Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3196 | 2026-08-27T08:19:23.793Z | Compiling colored v3.1.1 |
| 3197 | 2026-08-27T08:19:23.853Z | Compiling postcard v1.1.3 |
| 3198 | 2026-08-27T08:19:23.870Z | Compiling proc-macro-error v1.0.4 |
| 3199 | 2026-08-27T08:19:23.911Z | Compiling num_enum_derive v0.7.6 |
| 3200 | 2026-08-27T08:19:23.986Z | Compiling rand v0.10.1 |
| 3201 | 2026-08-27T08:19:24.002Z | Compiling proc-macro-crate v1.3.1 |
| 3202 | 2026-08-27T08:19:24.095Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3203 | 2026-08-27T08:19:24.187Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3204 | 2026-08-27T08:19:24.215Z | Compiling foreign-types-macros v0.2.3 |
| 3205 | 2026-08-27T08:19:24.235Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3206 | 2026-08-27T08:19:24.237Z | Compiling rayon-core v1.13.0 |
| 3207 | 2026-08-27T08:19:24.268Z | Compiling foreign-types-shared v0.3.1 |
| 3208 | 2026-08-27T08:19:24.444Z | Compiling num_enum_derive v0.5.11 |
| 3209 | 2026-08-27T08:19:24.538Z | Compiling crossbeam-deque v0.8.6 |
| 3210 | 2026-08-27T08:19:24.555Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3211 | 2026-08-27T08:19:24.577Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3212 | 2026-08-27T08:19:24.608Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3213 | 2026-08-27T08:19:24.643Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3214 | 2026-08-27T08:19:24.659Z | Compiling cstr-argument v0.1.2 |
| 3215 | 2026-08-27T08:19:24.769Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3216 | 2026-08-27T08:19:24.842Z | Compiling illumos-nvpair v0.3.0 |
| 3217 | 2026-08-27T08:19:24.861Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3218 | 2026-08-27T08:19:24.880Z | Compiling foreign-types v0.5.0 |
| 3219 | 2026-08-27T08:19:24.984Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3220 | 2026-08-27T08:19:25.030Z | Compiling zone_cfg_derive v0.3.1 |
| 3221 | 2026-08-27T08:19:25.047Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3222 | 2026-08-27T08:19:25.050Z | Compiling num_enum v0.7.6 |
| 3223 | 2026-08-27T08:19:25.104Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3224 | 2026-08-27T08:19:25.121Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3225 | 2026-08-27T08:19:25.156Z | Compiling itertools v0.12.1 |
| 3226 | 2026-08-27T08:19:25.203Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3227 | 2026-08-27T08:19:25.220Z | Compiling rayon v1.11.0 |
| 3228 | 2026-08-27T08:19:25.252Z | Compiling sigpipe v0.1.3 |
| 3229 | 2026-08-27T08:19:25.270Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3230 | 2026-08-27T08:19:25.293Z | Compiling glob v0.3.3 |
| 3231 | 2026-08-27T08:19:25.345Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3232 | 2026-08-27T08:19:25.365Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3233 | 2026-08-27T08:19:25.440Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3234 | 2026-08-27T08:19:25.536Z | Compiling smf v0.2.3 |
| 3235 | 2026-08-27T08:19:25.580Z | Compiling num_enum v0.5.11 |
| 3236 | 2026-08-27T08:19:25.611Z | Compiling cpubits v0.1.1 |
| 3237 | 2026-08-27T08:19:25.634Z | Compiling whoami v1.6.1 |
| 3238 | 2026-08-27T08:19:25.668Z | Compiling ingot-types v0.2.0 |
| 3239 | 2026-08-27T08:19:25.710Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3240 | 2026-08-27T08:19:25.728Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3241 | 2026-08-27T08:19:25.732Z | Compiling gethostname v0.5.0 |
| 3242 | 2026-08-27T08:19:25.766Z | Compiling derive-where v1.6.0 |
| 3243 | 2026-08-27T08:19:25.769Z | Compiling usdt-attr-macro v0.5.0 |
| 3244 | 2026-08-27T08:19:25.796Z | Compiling usdt-macro v0.5.0 |
| 3245 | 2026-08-27T08:19:25.891Z | Compiling num-rational v0.4.2 |
| 3246 | 2026-08-27T08:19:26.020Z | Compiling num-complex v0.4.6 |
| 3247 | 2026-08-27T08:19:26.092Z | Compiling ingot v0.2.1 |
| 3248 | 2026-08-27T08:19:26.122Z | Compiling memmap v0.7.0 |
| 3249 | 2026-08-27T08:19:26.145Z | Compiling toml v0.8.23 |
| 3250 | 2026-08-27T08:19:26.192Z | Compiling pem-rfc7468 v1.0.0 |
| 3251 | 2026-08-27T08:19:26.334Z | Compiling zone v0.3.1 |
| 3252 | 2026-08-27T08:19:26.454Z | Compiling num v0.4.3 |
| 3253 | 2026-08-27T08:19:26.457Z | Compiling float-ord v0.3.2 |
| 3254 | 2026-08-27T08:19:26.524Z | Compiling resolv-conf v0.7.6 |
| 3255 | 2026-08-27T08:19:26.553Z | Compiling cancel-safe-futures v0.1.5 |
| 3256 | 2026-08-27T08:19:26.571Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3257 | 2026-08-27T08:19:26.613Z | Compiling hmac v0.13.0 |
| 3258 | 2026-08-27T08:19:26.686Z | Compiling universal-hash v0.6.1 |
| 3259 | 2026-08-27T08:19:26.703Z | Compiling usdt v0.5.0 |
| 3260 | 2026-08-27T08:19:26.818Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3261 | 2026-08-27T08:19:26.838Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-08-27T08:19:26.857Z | Compiling prettyplease v0.2.37 |
| 3263 | 2026-08-27T08:19:26.898Z | Compiling libefi-sys v0.1.0 |
| 3264 | 2026-08-27T08:19:27.013Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3265 | 2026-08-27T08:19:27.064Z | Compiling linear-map v1.2.0 |
| 3266 | 2026-08-27T08:19:27.111Z | Compiling polyval v0.7.1 |
| 3267 | 2026-08-27T08:19:27.147Z | Compiling der v0.8.0 |
| 3268 | 2026-08-27T08:19:27.150Z | Compiling hickory-proto v0.24.4 |
| 3269 | 2026-08-27T08:19:27.202Z | Compiling newline-converter v0.3.0 |
| 3270 | 2026-08-27T08:19:27.202Z | Compiling oxide-update-engine-types v0.1.2 |
| 3271 | 2026-08-27T08:19:27.202Z | Compiling console v0.15.11 |
| 3272 | 2026-08-27T08:19:27.253Z | Compiling bitfield-struct v0.6.2 |
| 3273 | 2026-08-27T08:19:27.283Z | Compiling linked-hash-map v0.5.6 |
| 3274 | 2026-08-27T08:19:27.366Z | Compiling ghash v0.6.0 |
| 3275 | 2026-08-27T08:19:27.506Z | Compiling lru-cache v0.1.2 |
| 3276 | 2026-08-27T08:19:27.587Z | Compiling expectorate v1.2.0 |
| 3277 | 2026-08-27T08:19:27.624Z | Compiling pbkdf2 v0.13.0 |
| 3278 | 2026-08-27T08:19:27.644Z | Compiling aes v0.9.1 |
| 3279 | 2026-08-27T08:19:27.670Z | Compiling crypto-bigint v0.7.5 |
| 3280 | 2026-08-27T08:19:27.777Z | Compiling ctr v0.10.1 |
| 3281 | 2026-08-27T08:19:27.796Z | Compiling typify-macro v0.6.2 |
| 3282 | 2026-08-27T08:19:27.796Z | Compiling aead v0.6.1 |
| 3283 | 2026-08-27T08:19:27.858Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3284 | 2026-08-27T08:19:27.946Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3285 | 2026-08-27T08:19:28.011Z | Compiling sha2 v0.11.0 |
| 3286 | 2026-08-27T08:19:28.028Z | Compiling nom v8.0.0 |
| 3287 | 2026-08-27T08:19:28.061Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3288 | 2026-08-27T08:19:28.161Z | Compiling semver v0.1.20 |
| 3289 | 2026-08-27T08:19:28.179Z | Compiling spki v0.8.0 |
| 3290 | 2026-08-27T08:19:28.269Z | Compiling oxide-update-engine v0.1.2 |
| 3291 | 2026-08-27T08:19:28.452Z | Compiling rustc_version v0.1.7 |
| 3292 | 2026-08-27T08:19:28.476Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3293 | 2026-08-27T08:19:28.493Z | Compiling aes-gcm v0.11.0 |
| 3294 | 2026-08-27T08:19:28.496Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3295 | 2026-08-27T08:19:28.717Z | Compiling tokio-dtrace v0.1.1 |
| 3296 | 2026-08-27T08:19:28.738Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3297 | 2026-08-27T08:19:28.738Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3298 | 2026-08-27T08:19:28.791Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3299 | 2026-08-27T08:19:28.806Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3300 | 2026-08-27T08:19:28.896Z | Compiling salsa20 v0.11.0 |
| 3301 | 2026-08-27T08:19:28.951Z | Compiling slog-dtrace v0.3.0 |
| 3302 | 2026-08-27T08:19:29.023Z | Compiling xshell-macros v0.2.7 |
| 3303 | 2026-08-27T08:19:29.041Z | Compiling minimal-lexical v0.2.1 |
| 3304 | 2026-08-27T08:19:29.078Z | Compiling scrypt v0.12.0 |
| 3305 | 2026-08-27T08:19:29.155Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3306 | 2026-08-27T08:19:29.243Z | Compiling oxide-tokio-rt v0.1.4 |
| 3307 | 2026-08-27T08:19:29.281Z | Compiling nom v7.1.3 |
| 3308 | 2026-08-27T08:19:29.332Z | Compiling newtype_derive v0.1.6 |
| 3309 | 2026-08-27T08:19:29.413Z | Compiling hickory-resolver v0.24.4 |
| 3310 | 2026-08-27T08:19:29.462Z | Compiling xshell v0.2.7 |
| 3311 | 2026-08-27T08:19:29.563Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3312 | 2026-08-27T08:19:29.586Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3313 | 2026-08-27T08:19:29.663Z | Compiling typify v0.6.2 |
| 3314 | 2026-08-27T08:19:29.812Z | Compiling progenitor-impl v0.14.0 |
| 3315 | 2026-08-27T08:19:29.830Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3316 | 2026-08-27T08:19:29.850Z | Compiling phf_shared v0.12.1 |
| 3317 | 2026-08-27T08:19:29.883Z | Compiling rfc6979 v0.4.0 |
| 3318 | 2026-08-27T08:19:29.988Z | Compiling cbc v0.2.1 |
| 3319 | 2026-08-27T08:19:30.044Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3320 | 2026-08-27T08:19:30.061Z | Compiling csv-core v0.1.13 |
| 3321 | 2026-08-27T08:19:30.185Z | Compiling unicode-xid v0.2.6 |
| 3322 | 2026-08-27T08:19:30.204Z | Compiling chrono-tz v0.10.4 |
| 3323 | 2026-08-27T08:19:30.228Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3324 | 2026-08-27T08:19:30.340Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3325 | 2026-08-27T08:19:30.340Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3326 | 2026-08-27T08:19:30.396Z | Compiling highway v1.3.0 |
| 3327 | 2026-08-27T08:19:30.434Z | Compiling const_format_proc_macros v0.2.34 |
| 3328 | 2026-08-27T08:19:30.454Z | Compiling qorb v0.4.1 |
| 3329 | 2026-08-27T08:19:30.472Z | Compiling csv v1.4.0 |
| 3330 | 2026-08-27T08:19:30.491Z | Compiling pkcs5 v0.8.1 |
| 3331 | 2026-08-27T08:19:30.494Z | Compiling proc-macro-error2 v2.0.1 |
| 3332 | 2026-08-27T08:19:30.558Z | Compiling phf v0.12.1 |
| 3333 | 2026-08-27T08:19:30.675Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3334 | 2026-08-27T08:19:30.734Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3335 | 2026-08-27T08:19:30.792Z | Compiling ecdsa v0.16.9 |
| 3336 | 2026-08-27T08:19:31.056Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3337 | 2026-08-27T08:19:31.077Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3338 | 2026-08-27T08:19:31.080Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3339 | 2026-08-27T08:19:31.240Z | Compiling primeorder v0.13.6 |
| 3340 | 2026-08-27T08:19:31.316Z | Compiling hashbrown v0.14.5 |
| 3341 | 2026-08-27T08:19:31.340Z | Compiling salty v0.3.0 |
| 3342 | 2026-08-27T08:19:31.359Z | Compiling const_format v0.2.35 |
| 3343 | 2026-08-27T08:19:31.530Z | Compiling p384 v0.13.1 |
| 3344 | 2026-08-27T08:19:31.548Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3345 | 2026-08-27T08:19:31.648Z | Compiling knus-derive v3.4.0 |
| 3346 | 2026-08-27T08:19:31.713Z | Compiling pkcs8 v0.11.0 |
| 3347 | 2026-08-27T08:19:31.819Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3348 | 2026-08-27T08:19:31.926Z | Compiling chumsky v0.9.3 |
| 3349 | 2026-08-27T08:19:32.129Z | Compiling tabled_derive v0.7.0 |
| 3350 | 2026-08-27T08:19:32.146Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3351 | 2026-08-27T08:19:32.320Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3352 | 2026-08-27T08:19:32.390Z | Compiling bcs v0.1.6 |
| 3353 | 2026-08-27T08:19:32.518Z | Compiling progenitor-macro v0.14.0 |
| 3354 | 2026-08-27T08:19:32.623Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3355 | 2026-08-27T08:19:32.641Z | Compiling ff v0.14.0 |
| 3356 | 2026-08-27T08:19:32.745Z | Compiling termtree v0.5.1 |
| 3357 | 2026-08-27T08:19:32.825Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3358 | 2026-08-27T08:19:32.930Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3359 | 2026-08-27T08:19:33.065Z | Compiling steno v0.4.1 |
| 3360 | 2026-08-27T08:19:33.084Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3361 | 2026-08-27T08:19:33.176Z | Compiling tabled v0.15.0 |
| 3362 | 2026-08-27T08:19:33.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3363 | 2026-08-27T08:19:33.198Z | Compiling knus v3.4.0 |
| 3364 | 2026-08-27T08:19:33.229Z | Compiling tagptr v0.2.0 |
| 3365 | 2026-08-27T08:19:33.260Z | Compiling group v0.14.0 |
| 3366 | 2026-08-27T08:19:33.316Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3367 | 2026-08-27T08:19:33.402Z | Compiling moka v0.12.13 |
| 3368 | 2026-08-27T08:19:33.457Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3369 | 2026-08-27T08:19:33.476Z | Compiling signature v3.0.0 |
| 3370 | 2026-08-27T08:19:33.704Z | Compiling base16ct v1.0.0 |
| 3371 | 2026-08-27T08:19:33.763Z | Compiling hkdf v0.13.0 |
| 3372 | 2026-08-27T08:19:33.801Z | Compiling libscf-sys v1.2.0 |
| 3373 | 2026-08-27T08:19:33.913Z | Compiling sec1 v0.8.1 |
| 3374 | 2026-08-27T08:19:33.955Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3375 | 2026-08-27T08:19:33.973Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3376 | 2026-08-27T08:19:33.976Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3377 | 2026-08-27T08:19:34.163Z | Compiling hickory-resolver v0.25.2 |
| 3378 | 2026-08-27T08:19:34.224Z | Compiling elliptic-curve v0.14.1 |
| 3379 | 2026-08-27T08:19:34.242Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3380 | 2026-08-27T08:19:34.258Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3381 | 2026-08-27T08:19:34.484Z | Compiling utf-8 v0.7.6 |
| 3382 | 2026-08-27T08:19:34.542Z | Compiling parking_lot_core v0.8.6 |
| 3383 | 2026-08-27T08:19:34.605Z | Compiling corncobs v0.1.4 |
| 3384 | 2026-08-27T08:19:34.685Z | Compiling tungstenite v0.21.0 |
| 3385 | 2026-08-27T08:19:34.831Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3386 | 2026-08-27T08:19:34.897Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3387 | 2026-08-27T08:19:34.928Z | Compiling wnaf v0.14.0 |
| 3388 | 2026-08-27T08:19:35.114Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3389 | 2026-08-27T08:19:35.154Z | Compiling primefield v0.14.0 |
| 3390 | 2026-08-27T08:19:35.247Z | Compiling rfc6979 v0.6.0 |
| 3391 | 2026-08-27T08:19:35.264Z | Compiling papergrid v0.18.0 |
| 3392 | 2026-08-27T08:19:35.295Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3393 | 2026-08-27T08:19:35.422Z | Compiling git-stub v1.0.0 |
| 3394 | 2026-08-27T08:19:35.441Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3395 | 2026-08-27T08:19:35.570Z | Compiling secrecy v0.8.0 |
| 3396 | 2026-08-27T08:19:35.601Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3397 | 2026-08-27T08:19:35.624Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3398 | 2026-08-27T08:19:35.734Z | Compiling git-stub-vcs v0.1.0 |
| 3399 | 2026-08-27T08:19:35.753Z | Compiling ecdsa v0.17.0 |
| 3400 | 2026-08-27T08:19:35.879Z | Compiling primeorder v0.14.0 |
| 3401 | 2026-08-27T08:19:35.900Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3402 | 2026-08-27T08:19:36.106Z | Compiling tokio-tungstenite v0.21.0 |
| 3403 | 2026-08-27T08:19:36.201Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3404 | 2026-08-27T08:19:36.266Z | Compiling tabled v0.21.0 |
| 3405 | 2026-08-27T08:19:36.340Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3406 | 2026-08-27T08:19:36.361Z | Compiling curve25519-dalek v5.0.0 |
| 3407 | 2026-08-27T08:19:36.384Z | Compiling unicase v2.9.0 |
| 3408 | 2026-08-27T08:19:36.455Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3409 | 2026-08-27T08:19:36.482Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3410 | 2026-08-27T08:19:36.517Z | Compiling parking_lot v0.11.2 |
| 3411 | 2026-08-27T08:19:36.541Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3412 | 2026-08-27T08:19:36.622Z | Compiling mime_guess v2.0.5 |
| 3413 | 2026-08-27T08:19:36.639Z | Compiling ssh-encoding v0.3.0 |
| 3414 | 2026-08-27T08:19:36.891Z | Compiling progenitor-impl v0.13.0 |
| 3415 | 2026-08-27T08:19:36.934Z | Compiling prefix-trie v0.7.0 |
| 3416 | 2026-08-27T08:19:36.994Z | Compiling fxhash v0.2.1 |
| 3417 | 2026-08-27T08:19:37.016Z | Compiling keccak v0.2.0 |
| 3418 | 2026-08-27T08:19:37.035Z | Compiling crc8 v0.1.1 |
| 3419 | 2026-08-27T08:19:37.165Z | Compiling sled v0.34.7 |
| 3420 | 2026-08-27T08:19:37.185Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3421 | 2026-08-27T08:19:37.236Z | Compiling ed25519 v3.0.0 |
| 3422 | 2026-08-27T08:19:37.261Z | Compiling crypto-primes v0.7.2 |
| 3423 | 2026-08-27T08:19:37.372Z | Compiling hickory-server v0.25.2 |
| 3424 | 2026-08-27T08:19:37.726Z | Compiling progenitor v0.14.0 |
| 3425 | 2026-08-27T08:19:37.755Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3426 | 2026-08-27T08:19:37.776Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3427 | 2026-08-27T08:19:37.845Z | Compiling poly1305 v0.9.0 |
| 3428 | 2026-08-27T08:19:37.911Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3429 | 2026-08-27T08:19:38.202Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3430 | 2026-08-27T08:19:38.322Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3431 | 2026-08-27T08:19:38.398Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3432 | 2026-08-27T08:19:38.445Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3433 | 2026-08-27T08:19:38.628Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3434 | 2026-08-27T08:19:38.844Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3435 | 2026-08-27T08:19:38.863Z | Compiling progenitor-client v0.13.0 |
| 3436 | 2026-08-27T08:19:38.867Z | Compiling blowfish v0.10.0 |
| 3437 | 2026-08-27T08:19:38.982Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3438 | 2026-08-27T08:19:39.131Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3439 | 2026-08-27T08:19:39.148Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3440 | 2026-08-27T08:19:39.239Z | Compiling blake2 v0.11.0-rc.6 |
| 3441 | 2026-08-27T08:19:39.297Z | Compiling http-range v0.1.5 |
| 3442 | 2026-08-27T08:19:39.315Z | Compiling half v1.8.3 |
| 3443 | 2026-08-27T08:19:39.521Z | Compiling argon2 v0.6.0-rc.8 |
| 3444 | 2026-08-27T08:19:39.592Z | Compiling serde_cbor v0.11.2 |
| 3445 | 2026-08-27T08:19:39.610Z | Compiling progenitor-macro v0.13.0 |
| 3446 | 2026-08-27T08:19:39.628Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3447 | 2026-08-27T08:19:39.745Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3448 | 2026-08-27T08:19:40.081Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3449 | 2026-08-27T08:19:40.213Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3450 | 2026-08-27T08:19:40.636Z | Compiling rsa v0.10.0-rc.18 |
| 3451 | 2026-08-27T08:19:40.656Z | Compiling ssh-cipher v0.3.0 |
| 3452 | 2026-08-27T08:19:40.688Z | Compiling ed25519-dalek v3.0.0 |
| 3453 | 2026-08-27T08:19:40.884Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3454 | 2026-08-27T08:19:41.275Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3455 | 2026-08-27T08:19:41.541Z | Compiling sha3 v0.11.0 |
| 3456 | 2026-08-27T08:19:41.792Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3457 | 2026-08-27T08:19:41.838Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3458 | 2026-08-27T08:19:42.037Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3459 | 2026-08-27T08:19:42.101Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3460 | 2026-08-27T08:19:42.154Z | Compiling p256 v0.14.0 |
| 3461 | 2026-08-27T08:19:42.214Z | Compiling p521 v0.14.0 |
| 3462 | 2026-08-27T08:19:42.319Z | Compiling p384 v0.14.0 |
| 3463 | 2026-08-27T08:19:42.500Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3464 | 2026-08-27T08:19:42.517Z | Compiling scuffle v0.1.0 |
| 3465 | 2026-08-27T08:19:42.641Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3466 | 2026-08-27T08:19:42.950Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3467 | 2026-08-27T08:19:43.327Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3468 | 2026-08-27T08:19:43.510Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3469 | 2026-08-27T08:19:43.568Z | Compiling yasna v0.5.2 |
| 3470 | 2026-08-27T08:19:43.881Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3471 | 2026-08-27T08:19:44.013Z | Compiling kstat-rs v0.2.5 |
| 3472 | 2026-08-27T08:19:44.030Z | Compiling headers-core v0.3.0 |
| 3473 | 2026-08-27T08:19:44.182Z | Compiling kem v0.3.0 |
| 3474 | 2026-08-27T08:19:44.268Z | Compiling module-lattice v0.2.3 |
| 3475 | 2026-08-27T08:19:44.295Z | Compiling nanorand v0.7.0 |
| 3476 | 2026-08-27T08:19:44.332Z | Compiling sponge-cursor v0.1.0 |
| 3477 | 2026-08-27T08:19:44.349Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3478 | 2026-08-27T08:19:44.352Z | Compiling headers v0.4.1 |
| 3479 | 2026-08-27T08:19:44.497Z | Compiling sha3 v0.12.0 |
| 3480 | 2026-08-27T08:19:44.544Z | Compiling flume v0.11.1 |
| 3481 | 2026-08-27T08:19:44.561Z | Compiling ml-kem v0.3.2 |
| 3482 | 2026-08-27T08:19:44.591Z | Compiling rcgen v0.12.1 |
| 3483 | 2026-08-27T08:19:44.612Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3484 | 2026-08-27T08:19:44.632Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3485 | 2026-08-27T08:19:44.725Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3486 | 2026-08-27T08:19:44.824Z | Compiling progenitor v0.13.0 |
| 3487 | 2026-08-27T08:19:44.865Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3488 | 2026-08-27T08:19:44.912Z | Compiling hyper-staticfile v0.10.1 |
| 3489 | 2026-08-27T08:19:45.012Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3490 | 2026-08-27T08:19:45.081Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3491 | 2026-08-27T08:19:45.140Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3492 | 2026-08-27T08:19:45.199Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3493 | 2026-08-27T08:19:45.385Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3494 | 2026-08-27T08:19:45.455Z | Compiling ssh-key v0.7.0-rc.11 |
| 3495 | 2026-08-27T08:19:45.489Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3496 | 2026-08-27T08:19:45.506Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3497 | 2026-08-27T08:19:45.526Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3498 | 2026-08-27T08:19:45.548Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3499 | 2026-08-27T08:19:45.607Z | Compiling russh-cryptovec v0.62.0 |
| 3500 | 2026-08-27T08:19:45.666Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3501 | 2026-08-27T08:19:45.689Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3502 | 2026-08-27T08:19:45.779Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3503 | 2026-08-27T08:19:45.812Z | Compiling port-file v0.1.0 |
| 3504 | 2026-08-27T08:19:45.862Z | Compiling num-bigint v0.4.6 |
| 3505 | 2026-08-27T08:19:45.886Z | Compiling generic-array v1.4.3 |
| 3506 | 2026-08-27T08:19:45.904Z | Compiling russh-util v0.52.0 |
| 3507 | 2026-08-27T08:19:46.010Z | Compiling enum_dispatch v0.3.13 |
| 3508 | 2026-08-27T08:19:46.102Z | Compiling delegate v0.13.5 |
| 3509 | 2026-08-27T08:19:46.121Z | Compiling subprocess v0.2.15 |
| 3510 | 2026-08-27T08:19:46.291Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3511 | 2026-08-27T08:19:46.397Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3512 | 2026-08-27T08:19:46.521Z | Compiling display-error-chain v0.2.2 |
| 3513 | 2026-08-27T08:19:46.690Z | Compiling md5 v0.8.0 |
| 3514 | 2026-08-27T08:19:46.855Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3515 | 2026-08-27T08:19:46.885Z | Compiling hex-literal v1.1.0 |
| 3516 | 2026-08-27T08:19:46.888Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3517 | 2026-08-27T08:19:47.014Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3518 | 2026-08-27T08:19:47.033Z | Compiling colored v2.2.0 |
| 3519 | 2026-08-27T08:19:47.036Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3520 | 2026-08-27T08:19:47.110Z | Compiling russh v0.62.4 |
| 3521 | 2026-08-27T08:19:47.161Z | Compiling socket2 v0.5.10 |
| 3522 | 2026-08-27T08:19:47.315Z | Compiling internet-checksum v0.2.1 |
| 3523 | 2026-08-27T08:19:47.484Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3524 | 2026-08-27T08:19:47.614Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3525 | 2026-08-27T08:19:50.283Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3526 | 2026-08-27T08:19:50.991Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3527 | 2026-08-27T08:19:51.534Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3528 | 2026-08-27T08:19:52.872Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3529 | 2026-08-27T08:19:53.056Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3530 | 2026-08-27T08:20:02.005Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3531 | 2026-08-27T08:20:02.005Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3532 | 2026-08-27T08:20:02.008Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3533 | 2026-08-27T08:20:02.008Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3534 | 2026-08-27T08:20:02.008Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3535 | 2026-08-27T08:20:03.803Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3536 | 2026-08-27T08:20:03.859Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3537 | 2026-08-27T08:20:08.043Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3538 | 2026-08-27T08:20:49.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3539 | 2026-08-27T08:20:54.014Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3540 | 2026-08-27T08:20:54.014Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3541 | 2026-08-27T08:20:54.015Z | |
| 3542 | 2026-08-27T08:20:54.015Z | real 1:30.402184559 |
| 3543 | 2026-08-27T08:20:54.015Z | user 8:42.485249797 |
| 3544 | 2026-08-27T08:20:54.015Z | sys 1:43.534694698 |
| 3545 | 2026-08-27T08:20:54.015Z | trap 0.247171393 |
| 3546 | 2026-08-27T08:20:54.015Z | tflt 0.293738114 |
| 3547 | 2026-08-27T08:20:54.015Z | dflt 1.769919606 |
| 3548 | 2026-08-27T08:20:54.015Z | kflt 0.000481030 |
| 3549 | 2026-08-27T08:20:54.015Z | lock 31:00.551726817 |
| 3550 | 2026-08-27T08:20:54.015Z | slp 19:53.611741575 |
| 3551 | 2026-08-27T08:20:54.015Z | lat 39.912994187 |
| 3552 | 2026-08-27T08:20:54.016Z | stop 2:52.835487316 |
| 3553 | 2026-08-27T08:20:54.016Z | + mkdir tests |
| 3554 | 2026-08-27T08:20:54.016Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3555 | 2026-08-27T08:20:54.016Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3556 | 2026-08-27T08:20:54.016Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/ |
| 3557 | 2026-08-27T08:20:54.016Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/ |
| 3558 | 2026-08-27T08:20:54.016Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/ |
| 3559 | 2026-08-27T08:20:54.016Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/ |
| 3560 | 2026-08-27T08:20:54.016Z | + 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) |
| 3561 | 2026-08-27T08:20:54.016Z | + 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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 |
| 3562 | 2026-08-27T08:22:19.877Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3563 | 2026-08-27T08:22:19.877Z | a .github/buildomat/ci-env.sh 1K |
| 3564 | 2026-08-27T08:22:19.877Z | a out/target/test 1K |
| 3565 | 2026-08-27T08:22:19.877Z | a out/npuzone/npuzone 27402K |
| 3566 | 2026-08-27T08:22:19.877Z | a package-manifest.toml 35K |
| 3567 | 2026-08-27T08:22:19.877Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3568 | 2026-08-27T08:22:19.878Z | a target/release/omicron-package 49468K |
| 3569 | 2026-08-27T08:22:19.878Z | a target/release/xtask 11727K |
| 3570 | 2026-08-27T08:22:19.878Z | a target/debug/bootstrap 440079K |
| 3571 | 2026-08-27T08:22:19.878Z | a tests/bootstrap-f2310e202f420246 34430K |
| 3572 | 2026-08-27T08:22:19.878Z | a tests/commtest-dbb802d24e5b6927 34431K |
| 3573 | 2026-08-27T08:22:19.878Z | a tests/dhcp_server-bed5e8dda5ea5020 34431K |
| 3574 | 2026-08-27T08:22:19.878Z | a tests/end_to_end_tests-b5ca3a6470910f92 503668K |
| 3575 | 2026-08-27T08:22:19.878Z | a tools/opte_version 1K |
| 3576 | 2026-08-27T08:22:19.878Z | a tools/opte_version_override 2K |
| 3577 | 2026-08-27T08:22:19.878Z | a out/clickhouse.tar.gz 330970K |
| 3578 | 2026-08-27T08:22:19.878Z | a out/clickhouse_keeper.tar.gz 314976K |
| 3579 | 2026-08-27T08:22:19.878Z | a out/clickhouse_server.tar.gz 330967K |
| 3580 | 2026-08-27T08:22:19.878Z | a out/cockroachdb.tar.gz 170214K |
| 3581 | 2026-08-27T08:22:19.878Z | a out/crucible-pantry-zone.tar.gz 41902K |
| 3582 | 2026-08-27T08:22:19.878Z | a out/crucible-utils.tar 18900K |
| 3583 | 2026-08-27T08:22:19.878Z | a out/crucible-zone.tar.gz 56715K |
| 3584 | 2026-08-27T08:22:19.878Z | a out/external-dns.tar.gz 46755K |
| 3585 | 2026-08-27T08:22:19.878Z | a out/internal-dns.tar.gz 46755K |
| 3586 | 2026-08-27T08:22:19.878Z | a out/mg-ddm-gz.tar 100917K |
| 3587 | 2026-08-27T08:22:19.878Z | a out/nexus.tar.gz 364198K |
| 3588 | 2026-08-27T08:22:19.878Z | a out/ntp.tar.gz 35241K |
| 3589 | 2026-08-27T08:22:19.878Z | a out/omicron-gateway-softnpu.tar.gz 28999K |
| 3590 | 2026-08-27T08:22:19.878Z | a out/omicron-sled-agent.tar 243674K |
| 3591 | 2026-08-27T08:22:19.878Z | a out/overlay.tar.gz 4K |
| 3592 | 2026-08-27T08:22:19.878Z | a out/oximeter.tar.gz 72052K |
| 3593 | 2026-08-27T08:22:19.878Z | a out/oxlog.tar 4088K |
| 3594 | 2026-08-27T08:22:19.878Z | a out/probe.tar.gz 3037K |
| 3595 | 2026-08-27T08:22:19.878Z | a out/propolis-server.tar.gz 34642K |
| 3596 | 2026-08-27T08:22:19.878Z | a out/pumpkind-gz.tar 26647K |
| 3597 | 2026-08-27T08:22:19.878Z | a out/switch-softnpu.tar.gz 504508K |
| 3598 | 2026-08-27T08:22:19.882Z | |
| 3599 | 2026-08-27T08:22:19.882Z | real 1:29.529185826 |
| 3600 | 2026-08-27T08:22:19.882Z | user 1:26.562296946 |
| 3601 | 2026-08-27T08:22:19.882Z | sys 4.978837123 |
| 3602 | 2026-08-27T08:22:19.882Z | trap 0.006483014 |
| 3603 | 2026-08-27T08:22:19.882Z | tflt 0.000000000 |
| 3604 | 2026-08-27T08:22:19.882Z | dflt 0.000000000 |
| 3605 | 2026-08-27T08:22:19.882Z | kflt 0.000000000 |
| 3606 | 2026-08-27T08:22:19.882Z | lock 0.000000000 |
| 3607 | 2026-08-27T08:22:19.882Z | slp 1:26.439097094 |
| 3608 | 2026-08-27T08:22:19.882Z | lat 1.067090713 |
| 3609 | 2026-08-27T08:22:19.882Z | stop 0.000174470 |
| 3610 | 2026-08-27T08:22:19.882Z | process exited: duration 1114367 ms, exit code 0 |
| |
| 3611 | 2026-08-27T08:22:19.889Z | found 1 output files |
| 3612 | 2026-08-27T08:22:19.899Z | uploading: /work/package.tar.gz (2776726849 bytes) |
| 3613 | 2026-08-27T08:22:53.735Z | uploaded: /work/package.tar.gz |