|
|
|
| 1 | 2026-08-19T19:41:04.932Z | job assigned to worker 01M0DRKYKYB7FKQ8X9RQCHQH1A [factory aws, i-0ab826dca8c9685e6] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-19T19:41:11.770Z | starting task 0: "setup" |
| 3 | 2026-08-19T19:41:11.774Z | ++ uname -s |
| 4 | 2026-08-19T19:41:11.777Z | + kern=SunOS |
| 5 | 2026-08-19T19:41:11.777Z | + build_user=build |
| 6 | 2026-08-19T19:41:11.777Z | + build_uid=12345 |
| 7 | 2026-08-19T19:41:11.777Z | + work_dir=/work |
| 8 | 2026-08-19T19:41:11.778Z | + input_dir=/input |
| 9 | 2026-08-19T19:41:11.778Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-19T19:41:11.778Z | + case "$kern" in |
| 11 | 2026-08-19T19:41:11.778Z | + groupadd -g 12345 build |
| 12 | 2026-08-19T19:41:11.780Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-19T19:41:13.786Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-19T19:41:13.871Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-19T19:41:13.874Z | + home_fs=zfs |
| 16 | 2026-08-19T19:41:13.874Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-19T19:41:13.874Z | + mkdir -p /home/build |
| 18 | 2026-08-19T19:41:13.874Z | + chown build:build /home/build /work |
| 19 | 2026-08-19T19:41:15.877Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-19T19:41:15.880Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-08-19T19:41:15.886Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-19T19:41:15.891Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-19T19:41:15.891Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-19T19:41:15.891Z | * rust toolchain profile = "default" |
| 25 | 2026-08-19T19:41:15.891Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-19T19:41:15.891Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-19T19:41:15.891Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-19T19:41:15.894Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-19T19:41:15.894Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-19T19:41:15.968Z | info: downloading installer |
| 31 | 2026-08-19T19:41:17.373Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-19T19:41:17.373Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-19T19:41:17.373Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-19T19:41:17.373Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-19T19:41:17.384Z | info: profile set to default |
| 36 | 2026-08-19T19:41:17.384Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-19T19:41:17.387Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-19T19:41:17.542Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-19T19:41:17.546Z | info: downloading 6 components |
| 40 | 2026-08-19T19:41:33.465Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-19T19:41:33.465Z | |
| 42 | 2026-08-19T19:41:33.493Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-19T19:41:33.493Z | |
| 44 | 2026-08-19T19:41:33.493Z | |
| 45 | 2026-08-19T19:41:33.493Z | Rust is installed now. Great! |
| 46 | 2026-08-19T19:41:33.493Z | |
| 47 | 2026-08-19T19:41:33.493Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-19T19:41:33.493Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-19T19:41:33.493Z | |
| 50 | 2026-08-19T19:41:33.493Z | To configure your current shell, you need to source |
| 51 | 2026-08-19T19:41:33.493Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-19T19:41:33.493Z | |
| 53 | 2026-08-19T19:41:33.493Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-19T19:41:33.496Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-19T19:41:33.496Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-19T19:41:33.496Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-19T19:41:33.496Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-19T19:41:33.497Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-19T19:41:33.497Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-19T19:41:33.497Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-19T19:41:33.497Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-19T19:41:33.594Z | + rustup --version |
| 63 | 2026-08-19T19:41:33.599Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-19T19:41:33.600Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-19T19:41:33.625Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-19T19:41:33.628Z | + cargo --version |
| 67 | 2026-08-19T19:41:33.636Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-19T19:41:33.639Z | + rustc --version |
| 69 | 2026-08-19T19:41:33.659Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-19T19:41:33.662Z | process exited: duration 17776 ms, exit code 0 |
| |
| 71 | 2026-08-19T19:41:33.670Z | starting task 2: "authentication" |
| 72 | 2026-08-19T19:41:33.690Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-08-19T19:41:33.696Z | starting task 3: "clone repository" |
| 74 | 2026-08-19T19:41:33.701Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-19T19:41:33.704Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-19T19:41:33.742Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-19T19:41:46.950Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-19T19:41:46.950Z | + git fetch origin 303d447996ed4fea1628e4c12d2cccb30a402920 |
| 79 | 2026-08-19T19:41:47.263Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-19T19:41:47.263Z | * branch 303d447996ed4fea1628e4c12d2cccb30a402920 -> FETCH_HEAD |
| 81 | 2026-08-19T19:41:47.278Z | + [[ -n sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]] |
| 82 | 2026-08-19T19:41:47.282Z | ++ git branch --show-current |
| 83 | 2026-08-19T19:41:47.282Z | + current=main |
| 84 | 2026-08-19T19:41:47.282Z | + [[ main != sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]] |
| 85 | 2026-08-19T19:41:47.282Z | + git branch -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key 303d447996ed4fea1628e4c12d2cccb30a402920 |
| 86 | 2026-08-19T19:41:47.285Z | + git checkout -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key |
| 87 | 2026-08-19T19:41:47.542Z | Switched to branch 'sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key' |
| 88 | 2026-08-19T19:41:47.547Z | + git reset --hard 303d447996ed4fea1628e4c12d2cccb30a402920 |
| 89 | 2026-08-19T19:41:47.805Z | HEAD is now at 303d44799 rebase on main |
| 90 | 2026-08-19T19:41:47.808Z | process exited: duration 14104 ms, exit code 0 |
| |
| 91 | 2026-08-19T19:41:47.815Z | starting task 4: "build" |
| 92 | 2026-08-19T19:41:47.819Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-19T19:41:47.819Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-19T19:41:47.819Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-19T19:41:47.825Z | +++ uname -s |
| 96 | 2026-08-19T19:41:47.825Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-19T19:41:47.825Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-19T19:41:47.829Z | + cargo --version |
| 99 | 2026-08-19T19:41:47.835Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-19T19:41:47.839Z | + rustc --version |
| 101 | 2026-08-19T19:41:47.858Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-19T19:41:47.861Z | + WORK=/work |
| 103 | 2026-08-19T19:41:47.861Z | + pfexec mkdir -p /work |
| 104 | 2026-08-19T19:41:47.864Z | + pfexec chown build /work |
| 105 | 2026-08-19T19:41:47.867Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-19T19:41:49.793Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-19T19:41:50.119Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-19T19:41:51.972Z | Planning: Solver setup ... Done (1.742s) |
| 109 | 2026-08-19T19:41:52.027Z | Planning: Running solver ... Done (0.056s) |
| 110 | 2026-08-19T19:41:52.065Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-19T19:41:52.075Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-19T19:41:52.091Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-19T19:41:52.105Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-19T19:41:52.109Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-08-19T19:41:52.276Z | Planning: Checking for conflicting actions ... Done (0.168s) |
| 116 | 2026-08-19T19:41:52.279Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-19T19:41:53.053Z | Planning: Evaluating mediators ... Done (0.777s) |
| 118 | 2026-08-19T19:41:53.056Z | Planning: Planning completed in 2.90 seconds |
| 119 | 2026-08-19T19:41:53.065Z | Packages to install: 2 |
| 120 | 2026-08-19T19:41:53.065Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-19T19:41:53.065Z | Estimated space to be consumed: 70.76 MB |
| 122 | 2026-08-19T19:41:53.065Z | Create boot environment: No |
| 123 | 2026-08-19T19:41:53.065Z | Create backup boot environment: No |
| 124 | 2026-08-19T19:41:53.070Z | Rebuild boot archive: No |
| 125 | 2026-08-19T19:41:53.070Z | |
| 126 | 2026-08-19T19:41:53.070Z | Changed packages: |
| 127 | 2026-08-19T19:41:53.070Z | helios |
| 128 | 2026-08-19T19:41:53.070Z | developer/build-essential |
| 129 | 2026-08-19T19:41:53.070Z | None -> 11-3.0 |
| 130 | 2026-08-19T19:41:53.070Z | library/libxmlsec1 |
| 131 | 2026-08-19T19:41:53.070Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-19T19:41:53.089Z | |
| 133 | 2026-08-19T19:41:53.089Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-19T19:41:53.165Z | Download: Completed 1.28 MB in 0.07 seconds (17.9M/s) |
| 135 | 2026-08-19T19:41:53.232Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-19T19:41:53.270Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-19T19:41:53.300Z | Finalize: Updating package state database ... Done (0.030s) |
| 138 | 2026-08-19T19:41:53.300Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-19T19:41:53.377Z | Finalize: Updating image state ... Done (0.076s) |
| 140 | 2026-08-19T19:41:56.010Z | Finalize: Creating fast lookup database ... Done (2.584s) |
| 141 | 2026-08-19T19:41:56.077Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-19T19:41:56.081Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-19T19:41:56.217Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-19T19:41:56.580Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-19T19:41:56.686Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-19T19:41:56.689Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-19T19:41:56.842Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-19T19:41:56.845Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-19T19:41:56.865Z | Mediators to change: 2 |
| 150 | 2026-08-19T19:41:56.865Z | Create boot environment: No |
| 151 | 2026-08-19T19:41:56.865Z | Create backup boot environment: No |
| 152 | 2026-08-19T19:41:56.914Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-19T19:41:56.914Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-19T19:41:56.963Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-19T19:41:58.920Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-19T19:41:58.983Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-19T19:41:58.986Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-19T19:41:59.057Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-19T19:41:59.345Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-19T19:41:59.448Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-19T19:41:59.452Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-19T19:41:59.605Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-19T19:41:59.610Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-19T19:41:59.630Z | Mediators to change: 1 |
| 165 | 2026-08-19T19:41:59.630Z | Create boot environment: No |
| 166 | 2026-08-19T19:41:59.630Z | Create backup boot environment: No |
| 167 | 2026-08-19T19:41:59.681Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-19T19:41:59.681Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-19T19:41:59.731Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-19T19:42:01.684Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-19T19:42:01.741Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-19T19:42:01.744Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-19T19:42:01.821Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-19T19:42:02.129Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-19T19:42:02.129Z | apache system 2.4 system |
| 176 | 2026-08-19T19:42:02.129Z | clang system 15 system |
| 177 | 2026-08-19T19:42:02.129Z | csh system system illumos |
| 178 | 2026-08-19T19:42:02.129Z | ctags system system illumos |
| 179 | 2026-08-19T19:42:02.129Z | file vendor vendor darwinsys |
| 180 | 2026-08-19T19:42:02.129Z | file system system illumos |
| 181 | 2026-08-19T19:42:02.129Z | gcc vendor 14 vendor |
| 182 | 2026-08-19T19:42:02.129Z | gcc system 13 system |
| 183 | 2026-08-19T19:42:02.129Z | gcc system 10 system |
| 184 | 2026-08-19T19:42:02.129Z | go system 1.25 system |
| 185 | 2026-08-19T19:42:02.129Z | llvm system 15 system |
| 186 | 2026-08-19T19:42:02.130Z | mariadb system 11.4 system |
| 187 | 2026-08-19T19:42:02.130Z | mta vendor vendor dma |
| 188 | 2026-08-19T19:42:02.130Z | openjdk system 17 system |
| 189 | 2026-08-19T19:42:02.130Z | openjdk system 11 system |
| 190 | 2026-08-19T19:42:02.130Z | openssl vendor 3 vendor |
| 191 | 2026-08-19T19:42:02.130Z | perl system 5.40 system |
| 192 | 2026-08-19T19:42:02.130Z | postgresql system 18 system |
| 193 | 2026-08-19T19:42:02.130Z | postgresql system 17 system |
| 194 | 2026-08-19T19:42:02.130Z | python vendor 3 vendor |
| 195 | 2026-08-19T19:42:02.130Z | python system 2 system |
| 196 | 2026-08-19T19:42:02.130Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-19T19:42:02.130Z | ruby system 3.4 system |
| 198 | 2026-08-19T19:42:02.130Z | ruby system 3.0 system |
| 199 | 2026-08-19T19:42:02.130Z | words vendor vendor american-english |
| 200 | 2026-08-19T19:42:02.130Z | words system system australian-english |
| 201 | 2026-08-19T19:42:02.130Z | words system system british-english |
| 202 | 2026-08-19T19:42:02.130Z | words system system canadian-english |
| 203 | 2026-08-19T19:42:02.130Z | words system system french |
| 204 | 2026-08-19T19:42:02.130Z | words system system italian |
| 205 | 2026-08-19T19:42:02.130Z | words system system ngerman |
| 206 | 2026-08-19T19:42:02.130Z | words system system ogerman |
| 207 | 2026-08-19T19:42:02.130Z | words system system spanish |
| 208 | 2026-08-19T19:42:02.382Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-19T19:42:02.382Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-19T19:42:02.841Z | FMRI IFO |
| 211 | 2026-08-19T19:42:02.842Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-19T19:42:02.842Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-19T19:42:02.842Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-19T19:42:02.842Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-19T19:42:02.842Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-19T19:42:02.842Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-19T19:42:02.842Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-19T19:42:02.842Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-19T19:42:02.842Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-19T19:42:03.153Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-19T19:42:03.450Z | Updating crates.io index |
| 222 | 2026-08-19T19:42:03.453Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-19T19:42:03.710Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-19T19:42:04.082Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-19T19:42:05.390Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-19T19:42:05.988Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-19T19:42:07.951Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-19T19:42:09.018Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-19T19:42:09.346Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-19T19:42:09.722Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-19T19:42:11.134Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-19T19:42:11.410Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-19T19:42:11.884Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-19T19:42:12.092Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-19T19:42:12.302Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-19T19:42:12.597Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-19T19:42:12.918Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-19T19:42:13.217Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-19T19:42:13.510Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 240 | 2026-08-19T19:42:14.071Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-19T19:42:14.454Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-19T19:42:14.834Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 243 | 2026-08-19T19:42:15.159Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-08-19T19:42:15.788Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 245 | 2026-08-19T19:42:16.263Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-19T19:42:16.612Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-19T19:42:17.094Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-19T19:42:17.368Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-19T19:42:17.831Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-19T19:42:19.258Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-19T19:42:19.543Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-19T19:42:19.878Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-19T19:42:20.276Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 254 | 2026-08-19T19:42:21.213Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-19T19:42:21.840Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-19T19:42:22.196Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-19T19:42:22.507Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-08-19T19:42:23.110Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 259 | 2026-08-19T19:42:23.406Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-08-19T19:42:23.664Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-08-19T19:42:24.046Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-08-19T19:42:24.386Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-08-19T19:42:24.669Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 264 | 2026-08-19T19:42:27.371Z | Downloading crates ... |
| 265 | 2026-08-19T19:42:27.423Z | Downloaded colorchoice v1.0.4 |
| 266 | 2026-08-19T19:42:27.428Z | Downloaded version_check v0.9.5 |
| 267 | 2026-08-19T19:42:27.433Z | Downloaded cargo_metadata v0.23.1 |
| 268 | 2026-08-19T19:42:27.439Z | Downloaded block-buffer v0.10.4 |
| 269 | 2026-08-19T19:42:27.443Z | Downloaded zerocopy-derive v0.7.35 |
| 270 | 2026-08-19T19:42:27.451Z | Downloaded anstyle-query v1.1.5 |
| 271 | 2026-08-19T19:42:27.456Z | Downloaded zerocopy v0.7.35 |
| 272 | 2026-08-19T19:42:27.491Z | Downloaded zmij v1.0.21 |
| 273 | 2026-08-19T19:42:27.491Z | Downloaded generic-array v0.14.7 |
| 274 | 2026-08-19T19:42:27.491Z | Downloaded anstyle-parse v1.0.0 |
| 275 | 2026-08-19T19:42:27.491Z | Downloaded byteorder v1.5.0 |
| 276 | 2026-08-19T19:42:27.498Z | Downloaded heck v0.4.1 |
| 277 | 2026-08-19T19:42:27.498Z | Downloaded cpufeatures v0.2.17 |
| 278 | 2026-08-19T19:42:27.498Z | Downloaded camino v1.2.5 |
| 279 | 2026-08-19T19:42:27.498Z | Downloaded cargo_toml v0.21.0 |
| 280 | 2026-08-19T19:42:27.498Z | Downloaded fastrand v2.3.0 |
| 281 | 2026-08-19T19:42:27.498Z | Downloaded anyhow v1.0.104 |
| 282 | 2026-08-19T19:42:27.498Z | Downloaded clap_derive v4.6.1 |
| 283 | 2026-08-19T19:42:27.498Z | Downloaded digest v0.10.7 |
| 284 | 2026-08-19T19:42:27.498Z | Downloaded once_cell v1.21.3 |
| 285 | 2026-08-19T19:42:27.498Z | Downloaded autocfg v1.5.0 |
| 286 | 2026-08-19T19:42:27.498Z | Downloaded bitflags v2.11.0 |
| 287 | 2026-08-19T19:42:27.498Z | Downloaded bytecount v0.6.9 |
| 288 | 2026-08-19T19:42:27.498Z | Downloaded cfg-if v1.0.4 |
| 289 | 2026-08-19T19:42:27.498Z | Downloaded crypto-common v0.1.7 |
| 290 | 2026-08-19T19:42:27.498Z | Downloaded camino-tempfile v1.4.1 |
| 291 | 2026-08-19T19:42:27.501Z | Downloaded clap_builder v4.6.0 |
| 292 | 2026-08-19T19:42:27.501Z | Downloaded equivalent v1.0.2 |
| 293 | 2026-08-19T19:42:27.504Z | Downloaded itoa v1.0.17 |
| 294 | 2026-08-19T19:42:27.504Z | Downloaded cargo-platform v0.3.2 |
| 295 | 2026-08-19T19:42:27.504Z | Downloaded fnv v1.0.7 |
| 296 | 2026-08-19T19:42:27.507Z | Downloaded is_terminal_polyfill v1.70.2 |
| 297 | 2026-08-19T19:42:27.507Z | Downloaded terminal_size v0.4.3 |
| 298 | 2026-08-19T19:42:27.510Z | Downloaded memmap v0.7.0 |
| 299 | 2026-08-19T19:42:27.513Z | Downloaded macaddr v1.0.1 |
| 300 | 2026-08-19T19:42:27.516Z | Downloaded tabled_derive v0.7.0 |
| 301 | 2026-08-19T19:42:27.516Z | Downloaded errno v0.3.14 |
| 302 | 2026-08-19T19:42:27.520Z | Downloaded thread-id v4.2.2 |
| 303 | 2026-08-19T19:42:27.520Z | Downloaded toml_datetime v0.6.11 |
| 304 | 2026-08-19T19:42:27.528Z | Downloaded usdt-macro v0.5.0 |
| 305 | 2026-08-19T19:42:27.529Z | Downloaded dtrace-parser v0.2.0 |
| 306 | 2026-08-19T19:42:27.529Z | Downloaded proc-macro-error-attr v1.0.4 |
| 307 | 2026-08-19T19:42:27.532Z | Downloaded utf8parse v0.2.2 |
| 308 | 2026-08-19T19:42:27.532Z | Downloaded swrite v0.1.0 |
| 309 | 2026-08-19T19:42:27.532Z | Downloaded scroll_derive v0.12.1 |
| 310 | 2026-08-19T19:42:27.532Z | Downloaded serde_spanned v0.6.9 |
| 311 | 2026-08-19T19:42:27.532Z | Downloaded toml_write v0.1.2 |
| 312 | 2026-08-19T19:42:27.535Z | Downloaded strsim v0.11.1 |
| 313 | 2026-08-19T19:42:27.538Z | Downloaded heck v0.5.0 |
| 314 | 2026-08-19T19:42:27.542Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-08-19T19:42:27.557Z | Downloaded dof v0.3.0 |
| 316 | 2026-08-19T19:42:27.565Z | Downloaded pretty-hex v0.4.1 |
| 317 | 2026-08-19T19:42:27.568Z | Downloaded plain v0.2.3 |
| 318 | 2026-08-19T19:42:27.572Z | Downloaded usdt v0.5.0 |
| 319 | 2026-08-19T19:42:27.576Z | Downloaded anstream v1.0.0 |
| 320 | 2026-08-19T19:42:27.581Z | Downloaded fs-err v3.3.0 |
| 321 | 2026-08-19T19:42:27.584Z | Downloaded usdt-attr-macro v0.5.0 |
| 322 | 2026-08-19T19:42:27.587Z | Downloaded thiserror-impl v2.0.18 |
| 323 | 2026-08-19T19:42:27.587Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-08-19T19:42:27.590Z | Downloaded anstyle v1.0.14 |
| 325 | 2026-08-19T19:42:27.593Z | Downloaded clap_lex v1.0.0 |
| 326 | 2026-08-19T19:42:27.596Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-08-19T19:42:27.600Z | Downloaded sha2 v0.10.9 |
| 328 | 2026-08-19T19:42:27.603Z | Downloaded clap v4.6.1 |
| 329 | 2026-08-19T19:42:27.607Z | Downloaded thiserror v2.0.18 |
| 330 | 2026-08-19T19:42:27.610Z | Downloaded serde_tokenstream v0.2.3 |
| 331 | 2026-08-19T19:42:27.613Z | Downloaded smawk v0.3.2 |
| 332 | 2026-08-19T19:42:27.617Z | Downloaded pest_derive v2.8.6 |
| 333 | 2026-08-19T19:42:27.617Z | Downloaded scroll v0.12.0 |
| 334 | 2026-08-19T19:42:27.617Z | Downloaded proc-macro-error v1.0.4 |
| 335 | 2026-08-19T19:42:27.621Z | Downloaded pest_generator v2.8.6 |
| 336 | 2026-08-19T19:42:27.630Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-08-19T19:42:27.637Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-08-19T19:42:27.640Z | Downloaded semver v1.0.28 |
| 339 | 2026-08-19T19:42:27.650Z | Downloaded quote v1.0.45 |
| 340 | 2026-08-19T19:42:27.653Z | Downloaded toml v0.8.23 |
| 341 | 2026-08-19T19:42:27.656Z | Downloaded log v0.4.33 |
| 342 | 2026-08-19T19:42:27.659Z | Downloaded serde_core v1.0.228 |
| 343 | 2026-08-19T19:42:27.663Z | Downloaded textwrap v0.16.2 |
| 344 | 2026-08-19T19:42:27.666Z | Downloaded unicode-ident v1.0.24 |
| 345 | 2026-08-19T19:42:27.666Z | Downloaded tempfile v3.27.0 |
| 346 | 2026-08-19T19:42:27.670Z | Downloaded getrandom v0.3.4 |
| 347 | 2026-08-19T19:42:27.674Z | Downloaded indexmap v2.14.0 |
| 348 | 2026-08-19T19:42:27.677Z | Downloaded pest_meta v2.8.6 |
| 349 | 2026-08-19T19:42:27.677Z | Downloaded papergrid v0.11.0 |
| 350 | 2026-08-19T19:42:27.680Z | Downloaded serde_derive v1.0.228 |
| 351 | 2026-08-19T19:42:27.685Z | Downloaded proc-macro2 v1.0.106 |
| 352 | 2026-08-19T19:42:27.689Z | Downloaded memchr v2.8.0 |
| 353 | 2026-08-19T19:42:27.696Z | Downloaded toml_edit v0.22.27 |
| 354 | 2026-08-19T19:42:27.699Z | Downloaded serde v1.0.228 |
| 355 | 2026-08-19T19:42:27.725Z | Downloaded typenum v1.20.1 |
| 356 | 2026-08-19T19:42:27.733Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-08-19T19:42:27.746Z | Downloaded pest v2.8.6 |
| 358 | 2026-08-19T19:42:27.750Z | Downloaded goblin v0.8.2 |
| 359 | 2026-08-19T19:42:27.769Z | Downloaded serde_json v1.0.151 |
| 360 | 2026-08-19T19:42:27.785Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-19T19:42:27.789Z | Downloaded syn v1.0.109 |
| 362 | 2026-08-19T19:42:27.794Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-19T19:42:27.803Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-08-19T19:42:27.822Z | Downloaded syn v2.0.117 |
| 365 | 2026-08-19T19:42:27.828Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-08-19T19:42:27.837Z | Downloaded rustix v1.1.4 |
| 367 | 2026-08-19T19:42:27.866Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-19T19:42:27.930Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-19T19:42:27.930Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-08-19T19:42:27.930Z | Compiling quote v1.0.45 |
| 371 | 2026-08-19T19:42:27.933Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-19T19:42:27.933Z | Compiling libc v0.2.185 |
| 373 | 2026-08-19T19:42:27.933Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-19T19:42:27.933Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-19T19:42:28.101Z | Compiling serde v1.0.228 |
| 376 | 2026-08-19T19:42:28.105Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-19T19:42:28.105Z | Compiling itoa v1.0.17 |
| 378 | 2026-08-19T19:42:28.105Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-08-19T19:42:28.117Z | Compiling thiserror v1.0.69 |
| 380 | 2026-08-19T19:42:28.121Z | Compiling byteorder v1.5.0 |
| 381 | 2026-08-19T19:42:28.121Z | Compiling rustix v1.1.4 |
| 382 | 2026-08-19T19:42:28.338Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-19T19:42:28.417Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-19T19:42:28.544Z | Compiling pest v2.8.6 |
| 385 | 2026-08-19T19:42:28.615Z | Compiling syn v1.0.109 |
| 386 | 2026-08-19T19:42:28.635Z | Compiling camino v1.2.5 |
| 387 | 2026-08-19T19:42:28.696Z | Compiling usdt-impl v0.5.0 |
| 388 | 2026-08-19T19:42:28.778Z | Compiling proc-macro-error-attr v1.0.4 |
| 389 | 2026-08-19T19:42:28.783Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-19T19:42:28.783Z | Compiling getrandom v0.3.4 |
| 391 | 2026-08-19T19:42:28.828Z | Compiling plain v0.2.3 |
| 392 | 2026-08-19T19:42:28.835Z | Compiling equivalent v1.0.2 |
| 393 | 2026-08-19T19:42:28.935Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-08-19T19:42:28.950Z | Compiling hashbrown v0.17.0 |
| 395 | 2026-08-19T19:42:28.986Z | Compiling log v0.4.33 |
| 396 | 2026-08-19T19:42:28.989Z | Compiling pretty-hex v0.4.1 |
| 397 | 2026-08-19T19:42:29.024Z | Compiling anstyle-query v1.1.5 |
| 398 | 2026-08-19T19:42:29.108Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-08-19T19:42:29.142Z | Compiling errno v0.3.14 |
| 400 | 2026-08-19T19:42:29.162Z | Compiling thread-id v4.2.2 |
| 401 | 2026-08-19T19:42:29.182Z | Compiling is_terminal_polyfill v1.70.2 |
| 402 | 2026-08-19T19:42:29.186Z | Compiling winnow v0.7.14 |
| 403 | 2026-08-19T19:42:29.186Z | Compiling toml_write v0.1.2 |
| 404 | 2026-08-19T19:42:29.233Z | Compiling autocfg v1.5.0 |
| 405 | 2026-08-19T19:42:29.237Z | Compiling colorchoice v1.0.4 |
| 406 | 2026-08-19T19:42:29.268Z | Compiling anstyle v1.0.14 |
| 407 | 2026-08-19T19:42:29.268Z | Compiling thiserror v2.0.18 |
| 408 | 2026-08-19T19:42:29.340Z | Compiling cfg-if v1.0.4 |
| 409 | 2026-08-19T19:42:29.387Z | Compiling unicode-width v0.1.14 |
| 410 | 2026-08-19T19:42:29.416Z | Compiling fastrand v2.3.0 |
| 411 | 2026-08-19T19:42:29.434Z | Compiling heck v0.4.1 |
| 412 | 2026-08-19T19:42:29.484Z | Compiling indexmap v2.14.0 |
| 413 | 2026-08-19T19:42:29.508Z | Compiling syn v2.0.117 |
| 414 | 2026-08-19T19:42:29.581Z | Compiling anstream v1.0.0 |
| 415 | 2026-08-19T19:42:29.618Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-08-19T19:42:29.692Z | Compiling heck v0.5.0 |
| 417 | 2026-08-19T19:42:29.695Z | Compiling fs-err v3.3.0 |
| 418 | 2026-08-19T19:42:29.726Z | Compiling once_cell v1.21.3 |
| 419 | 2026-08-19T19:42:29.772Z | Compiling bytecount v0.6.9 |
| 420 | 2026-08-19T19:42:29.847Z | Compiling strsim v0.11.1 |
| 421 | 2026-08-19T19:42:29.914Z | Compiling anyhow v1.0.104 |
| 422 | 2026-08-19T19:42:29.934Z | Compiling fnv v1.0.7 |
| 423 | 2026-08-19T19:42:29.937Z | Compiling clap_lex v1.0.0 |
| 424 | 2026-08-19T19:42:29.970Z | Compiling memmap v0.7.0 |
| 425 | 2026-08-19T19:42:30.004Z | Compiling smawk v0.3.2 |
| 426 | 2026-08-19T19:42:30.064Z | Compiling papergrid v0.11.0 |
| 427 | 2026-08-19T19:42:30.084Z | Compiling unicode-width v0.2.0 |
| 428 | 2026-08-19T19:42:30.104Z | Compiling unicode-linebreak v0.1.5 |
| 429 | 2026-08-19T19:42:30.158Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-08-19T19:42:30.175Z | Compiling tempfile v3.27.0 |
| 431 | 2026-08-19T19:42:30.213Z | Compiling swrite v0.1.0 |
| 432 | 2026-08-19T19:42:30.271Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-19T19:42:30.341Z | Compiling textwrap v0.16.2 |
| 434 | 2026-08-19T19:42:30.600Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-08-19T19:42:30.600Z | Compiling semver v1.0.28 |
| 436 | 2026-08-19T19:42:30.900Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-19T19:42:31.010Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-19T19:42:31.693Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-19T19:42:31.711Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-19T19:42:32.235Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-19T19:42:32.235Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-19T19:42:32.239Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-19T19:42:32.239Z | Compiling pest_derive v2.8.6 |
| 444 | 2026-08-19T19:42:32.239Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-08-19T19:42:32.239Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-08-19T19:42:32.239Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-08-19T19:42:32.898Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-19T19:42:32.920Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-19T19:42:33.109Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-19T19:42:33.361Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-19T19:42:33.603Z | Compiling clap v4.6.1 |
| 452 | 2026-08-19T19:42:34.696Z | Compiling toml_datetime v0.6.11 |
| 453 | 2026-08-19T19:42:34.696Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-08-19T19:42:34.696Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-08-19T19:42:34.699Z | Compiling macaddr v1.0.1 |
| 456 | 2026-08-19T19:42:34.699Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-08-19T19:42:34.720Z | Compiling dof v0.3.0 |
| 458 | 2026-08-19T19:42:34.724Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-08-19T19:42:34.868Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-19T19:42:35.444Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-08-19T19:42:35.444Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-19T19:42:36.069Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-19T19:42:36.138Z | Compiling toml v0.8.23 |
| 464 | 2026-08-19T19:42:36.456Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-19T19:42:37.759Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-19T19:42:39.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s |
| 467 | 2026-08-19T19:42:40.030Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-19T19:42:40.537Z | Downloading crates ... |
| 469 | 2026-08-19T19:42:40.577Z | Downloaded addr2line v0.25.1 |
| 470 | 2026-08-19T19:42:40.584Z | Downloaded adler2 v2.0.1 |
| 471 | 2026-08-19T19:42:40.589Z | Downloaded arrayvec v0.7.6 |
| 472 | 2026-08-19T19:42:40.589Z | Downloaded base64 v0.21.7 |
| 473 | 2026-08-19T19:42:40.598Z | Downloaded async-stream-impl v0.3.6 |
| 474 | 2026-08-19T19:42:40.598Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 475 | 2026-08-19T19:42:40.601Z | Downloaded atomic-waker v1.1.2 |
| 476 | 2026-08-19T19:42:40.602Z | Downloaded base16ct v0.2.0 |
| 477 | 2026-08-19T19:42:40.602Z | Downloaded async-stream v0.3.6 |
| 478 | 2026-08-19T19:42:40.616Z | Downloaded bb8 v0.8.6 |
| 479 | 2026-08-19T19:42:40.620Z | Downloaded flagset v0.4.7 |
| 480 | 2026-08-19T19:42:40.620Z | Downloaded aes v0.9.1 |
| 481 | 2026-08-19T19:42:40.620Z | Downloaded bit-set v0.5.3 |
| 482 | 2026-08-19T19:42:40.620Z | Downloaded float-cmp v0.10.0 |
| 483 | 2026-08-19T19:42:40.620Z | Downloaded atty v0.2.14 |
| 484 | 2026-08-19T19:42:40.620Z | Downloaded base16ct v1.0.0 |
| 485 | 2026-08-19T19:42:40.620Z | Downloaded bitfield-struct v0.6.2 |
| 486 | 2026-08-19T19:42:40.620Z | Downloaded assert_matches v1.5.0 |
| 487 | 2026-08-19T19:42:40.620Z | Downloaded const-oid v0.10.2 |
| 488 | 2026-08-19T19:42:40.630Z | Downloaded futures-macro v0.3.32 |
| 489 | 2026-08-19T19:42:40.630Z | Downloaded async-recursion v1.1.1 |
| 490 | 2026-08-19T19:42:40.642Z | Downloaded atomicwrites v0.4.4 |
| 491 | 2026-08-19T19:42:40.642Z | Downloaded backtrace-ext v0.2.1 |
| 492 | 2026-08-19T19:42:40.642Z | Downloaded find-msvc-tools v0.1.9 |
| 493 | 2026-08-19T19:42:40.642Z | Downloaded bit-vec v0.6.3 |
| 494 | 2026-08-19T19:42:40.642Z | Downloaded bitfield v0.19.4 |
| 495 | 2026-08-19T19:42:40.642Z | Downloaded fd-lock v4.0.4 |
| 496 | 2026-08-19T19:42:40.653Z | Downloaded async-trait v0.1.89 |
| 497 | 2026-08-19T19:42:40.653Z | Downloaded foreign-types-shared v0.1.1 |
| 498 | 2026-08-19T19:42:40.653Z | Downloaded form_urlencoded v1.2.2 |
| 499 | 2026-08-19T19:42:40.653Z | Downloaded futures-sink v0.3.32 |
| 500 | 2026-08-19T19:42:40.653Z | Downloaded futures-core v0.3.32 |
| 501 | 2026-08-19T19:42:40.653Z | Downloaded fixedbitset v0.4.2 |
| 502 | 2026-08-19T19:42:40.653Z | Downloaded aead v0.5.2 |
| 503 | 2026-08-19T19:42:40.653Z | Downloaded castaway v0.2.4 |
| 504 | 2026-08-19T19:42:40.653Z | Downloaded ciborium-io v0.2.2 |
| 505 | 2026-08-19T19:42:40.653Z | Downloaded array-init v0.0.4 |
| 506 | 2026-08-19T19:42:40.653Z | Downloaded float-ord v0.3.2 |
| 507 | 2026-08-19T19:42:40.663Z | Downloaded foreign-types v0.3.2 |
| 508 | 2026-08-19T19:42:40.663Z | Downloaded gethostname v0.5.0 |
| 509 | 2026-08-19T19:42:40.663Z | Downloaded base64ct v1.8.3 |
| 510 | 2026-08-19T19:42:40.663Z | Downloaded ascii-canvas v3.0.0 |
| 511 | 2026-08-19T19:42:40.663Z | Downloaded ghash v0.6.0 |
| 512 | 2026-08-19T19:42:40.663Z | Downloaded foldhash v0.2.0 |
| 513 | 2026-08-19T19:42:40.664Z | Downloaded foreign-types v0.5.0 |
| 514 | 2026-08-19T19:42:40.664Z | Downloaded git-stub-vcs v0.1.0 |
| 515 | 2026-08-19T19:42:40.664Z | Downloaded ff v0.14.0 |
| 516 | 2026-08-19T19:42:40.702Z | Downloaded block-buffer v0.12.1 |
| 517 | 2026-08-19T19:42:40.702Z | Downloaded compression-core v0.4.31 |
| 518 | 2026-08-19T19:42:40.702Z | Downloaded block-padding v0.4.2 |
| 519 | 2026-08-19T19:42:40.702Z | Downloaded globwalk v0.9.1 |
| 520 | 2026-08-19T19:42:40.702Z | Downloaded http-range v0.1.5 |
| 521 | 2026-08-19T19:42:40.720Z | Downloaded cobs v0.3.0 |
| 522 | 2026-08-19T19:42:40.720Z | Downloaded funty v2.0.0 |
| 523 | 2026-08-19T19:42:40.720Z | Downloaded bitfield-macros v0.19.4 |
| 524 | 2026-08-19T19:42:40.720Z | Downloaded foreign-types-macros v0.2.3 |
| 525 | 2026-08-19T19:42:40.720Z | Downloaded git-stub v1.0.0 |
| 526 | 2026-08-19T19:42:40.720Z | Downloaded headers-core v0.3.0 |
| 527 | 2026-08-19T19:42:40.720Z | Downloaded hex-literal v1.1.0 |
| 528 | 2026-08-19T19:42:40.720Z | Downloaded hyper-tls v0.6.0 |
| 529 | 2026-08-19T19:42:40.720Z | Downloaded foreign-types-shared v0.3.1 |
| 530 | 2026-08-19T19:42:40.720Z | Downloaded arrayref v0.3.9 |
| 531 | 2026-08-19T19:42:40.720Z | Downloaded bit-set v0.8.0 |
| 532 | 2026-08-19T19:42:40.721Z | Downloaded foldhash v0.1.5 |
| 533 | 2026-08-19T19:42:40.721Z | Downloaded ff v0.13.1 |
| 534 | 2026-08-19T19:42:40.721Z | Downloaded fixedbitset v0.5.7 |
| 535 | 2026-08-19T19:42:40.721Z | Downloaded group v0.14.0 |
| 536 | 2026-08-19T19:42:40.721Z | Downloaded fallible-iterator v0.2.0 |
| 537 | 2026-08-19T19:42:40.721Z | Downloaded normalize-line-endings v0.3.0 |
| 538 | 2026-08-19T19:42:40.721Z | Downloaded env_filter v2.0.0 |
| 539 | 2026-08-19T19:42:40.721Z | Downloaded futures-executor v0.3.32 |
| 540 | 2026-08-19T19:42:40.721Z | Downloaded hex v0.4.3 |
| 541 | 2026-08-19T19:42:40.721Z | Downloaded cfg_aliases v0.2.1 |
| 542 | 2026-08-19T19:42:40.721Z | Downloaded hostname v0.4.2 |
| 543 | 2026-08-19T19:42:40.721Z | Downloaded futures-task v0.3.32 |
| 544 | 2026-08-19T19:42:40.721Z | Downloaded http-body v1.0.1 |
| 545 | 2026-08-19T19:42:40.721Z | Downloaded aead v0.6.1 |
| 546 | 2026-08-19T19:42:40.721Z | Downloaded bcs v0.1.6 |
| 547 | 2026-08-19T19:42:40.735Z | Downloaded argon2 v0.5.3 |
| 548 | 2026-08-19T19:42:40.735Z | Downloaded backoff v0.4.0 |
| 549 | 2026-08-19T19:42:40.735Z | Downloaded hash32 v0.3.1 |
| 550 | 2026-08-19T19:42:40.735Z | Downloaded hubpack_derive v0.1.1 |
| 551 | 2026-08-19T19:42:40.735Z | Downloaded fxhash v0.2.1 |
| 552 | 2026-08-19T19:42:40.735Z | Downloaded httpdate v1.0.3 |
| 553 | 2026-08-19T19:42:40.735Z | Downloaded anstream v0.6.21 |
| 554 | 2026-08-19T19:42:40.735Z | Downloaded num_threads v0.1.7 |
| 555 | 2026-08-19T19:42:40.735Z | Downloaded openssl-macros v0.1.1 |
| 556 | 2026-08-19T19:42:40.735Z | Downloaded olpc-cjson v0.1.4 |
| 557 | 2026-08-19T19:42:40.735Z | Downloaded hash32 v0.2.1 |
| 558 | 2026-08-19T19:42:40.735Z | Downloaded path-slash v0.1.5 |
| 559 | 2026-08-19T19:42:40.735Z | Downloaded phf_shared v0.11.3 |
| 560 | 2026-08-19T19:42:40.735Z | Downloaded hubpack v0.1.2 |
| 561 | 2026-08-19T19:42:40.746Z | Downloaded home v0.5.12 |
| 562 | 2026-08-19T19:42:40.746Z | Downloaded quick-error v1.2.3 |
| 563 | 2026-08-19T19:42:40.746Z | Downloaded rand_chacha v0.3.1 |
| 564 | 2026-08-19T19:42:40.746Z | Downloaded ref-cast-impl v1.0.25 |
| 565 | 2026-08-19T19:42:40.746Z | Downloaded chacha20 v0.9.1 |
| 566 | 2026-08-19T19:42:40.746Z | Downloaded camino-tempfile-ext v0.3.3 |
| 567 | 2026-08-19T19:42:40.752Z | Downloaded fs-err v2.11.0 |
| 568 | 2026-08-19T19:42:40.752Z | Downloaded fs_extra v1.3.0 |
| 569 | 2026-08-19T19:42:40.752Z | Downloaded group v0.13.0 |
| 570 | 2026-08-19T19:42:40.752Z | Downloaded hostname v0.3.1 |
| 571 | 2026-08-19T19:42:40.752Z | Downloaded cfg_aliases v0.1.1 |
| 572 | 2026-08-19T19:42:40.752Z | Downloaded globset v0.4.18 |
| 573 | 2026-08-19T19:42:40.752Z | Downloaded buf-list v1.1.2 |
| 574 | 2026-08-19T19:42:40.752Z | Downloaded precomputed-hash v0.1.1 |
| 575 | 2026-08-19T19:42:40.752Z | Downloaded psl-types v2.0.11 |
| 576 | 2026-08-19T19:42:40.752Z | Downloaded cipher v0.5.2 |
| 577 | 2026-08-19T19:42:40.757Z | Downloaded cbc v0.2.1 |
| 578 | 2026-08-19T19:42:40.757Z | Downloaded bs58 v0.5.1 |
| 579 | 2026-08-19T19:42:40.757Z | Downloaded anstyle-parse v0.2.7 |
| 580 | 2026-08-19T19:42:40.757Z | Downloaded cipher v0.4.4 |
| 581 | 2026-08-19T19:42:40.757Z | Downloaded bitflags v1.3.2 |
| 582 | 2026-08-19T19:42:40.763Z | Downloaded futures-io v0.3.32 |
| 583 | 2026-08-19T19:42:40.763Z | Downloaded ciborium-ll v0.2.2 |
| 584 | 2026-08-19T19:42:40.763Z | Downloaded humantime v2.3.0 |
| 585 | 2026-08-19T19:42:40.763Z | Downloaded num-integer v0.1.46 |
| 586 | 2026-08-19T19:42:40.763Z | Downloaded cmov v0.5.4 |
| 587 | 2026-08-19T19:42:40.774Z | Downloaded glob v0.3.3 |
| 588 | 2026-08-19T19:42:40.774Z | Downloaded blowfish v0.10.0 |
| 589 | 2026-08-19T19:42:40.774Z | Downloaded compression-codecs v0.4.37 |
| 590 | 2026-08-19T19:42:40.785Z | Downloaded byte-wrapper v0.1.0 |
| 591 | 2026-08-19T19:42:40.785Z | Downloaded cmake v0.1.57 |
| 592 | 2026-08-19T19:42:40.785Z | Downloaded rustc_version v0.4.1 |
| 593 | 2026-08-19T19:42:40.785Z | Downloaded fatfs v0.3.6 |
| 594 | 2026-08-19T19:42:40.785Z | Downloaded http-body-util v0.1.3 |
| 595 | 2026-08-19T19:42:40.785Z | Downloaded aho-corasick v1.1.4 |
| 596 | 2026-08-19T19:42:40.785Z | Downloaded arc-swap v1.8.2 |
| 597 | 2026-08-19T19:42:40.810Z | Downloaded scroll_derive v0.13.1 |
| 598 | 2026-08-19T19:42:40.810Z | Downloaded flume v0.11.1 |
| 599 | 2026-08-19T19:42:40.810Z | Downloaded futures-channel v0.3.32 |
| 600 | 2026-08-19T19:42:40.810Z | Downloaded getrandom v0.2.17 |
| 601 | 2026-08-19T19:42:40.810Z | Downloaded seq-macro v0.3.6 |
| 602 | 2026-08-19T19:42:40.810Z | Downloaded serde_repr v0.1.20 |
| 603 | 2026-08-19T19:42:40.810Z | Downloaded num_enum v0.5.11 |
| 604 | 2026-08-19T19:42:40.810Z | Downloaded oxide-update-engine v0.1.2 |
| 605 | 2026-08-19T19:42:40.810Z | Downloaded serde_plain v1.0.2 |
| 606 | 2026-08-19T19:42:40.810Z | Downloaded pin-project-internal v1.1.11 |
| 607 | 2026-08-19T19:42:40.816Z | Downloaded strsim v0.10.0 |
| 608 | 2026-08-19T19:42:40.816Z | Downloaded sha1 v0.10.6 |
| 609 | 2026-08-19T19:42:40.816Z | Downloaded slog-envlogger v2.2.0 |
| 610 | 2026-08-19T19:42:40.816Z | Downloaded argon2 v0.6.0-rc.8 |
| 611 | 2026-08-19T19:42:40.816Z | Downloaded console v0.16.2 |
| 612 | 2026-08-19T19:42:40.816Z | Downloaded base64 v0.22.1 |
| 613 | 2026-08-19T19:42:40.816Z | Downloaded blake2 v0.10.6 |
| 614 | 2026-08-19T19:42:40.816Z | Downloaded ciborium v0.2.2 |
| 615 | 2026-08-19T19:42:40.827Z | Downloaded ahash v0.8.12 |
| 616 | 2026-08-19T19:42:40.827Z | Downloaded chacha20 v0.10.0 |
| 617 | 2026-08-19T19:42:40.827Z | Downloaded colored v2.2.0 |
| 618 | 2026-08-19T19:42:40.828Z | Downloaded highway v1.3.0 |
| 619 | 2026-08-19T19:42:40.828Z | Downloaded colored v3.1.1 |
| 620 | 2026-08-19T19:42:40.848Z | Downloaded packed_struct v0.10.1 |
| 621 | 2026-08-19T19:42:40.848Z | Downloaded pbkdf2 v0.13.0 |
| 622 | 2026-08-19T19:42:40.848Z | Downloaded const-oid v0.9.6 |
| 623 | 2026-08-19T19:42:40.848Z | Downloaded cexpr v0.6.0 |
| 624 | 2026-08-19T19:42:40.848Z | Downloaded async-bb8-diesel v0.2.1 |
| 625 | 2026-08-19T19:42:40.848Z | Downloaded bzip2 v0.4.4 |
| 626 | 2026-08-19T19:42:40.848Z | Downloaded cancel-safe-futures v0.1.5 |
| 627 | 2026-08-19T19:42:40.848Z | Downloaded primefield v0.14.0 |
| 628 | 2026-08-19T19:42:40.849Z | Downloaded bzip2 v0.6.1 |
| 629 | 2026-08-19T19:42:40.849Z | Downloaded cassowary v0.3.0 |
| 630 | 2026-08-19T19:42:40.849Z | Downloaded blake2 v0.11.0-rc.6 |
| 631 | 2026-08-19T19:42:40.855Z | Downloaded strum v0.27.2 |
| 632 | 2026-08-19T19:42:40.855Z | Downloaded tokio-macros v2.7.0 |
| 633 | 2026-08-19T19:42:40.855Z | Downloaded bit-vec v0.8.0 |
| 634 | 2026-08-19T19:42:40.855Z | Downloaded futures v0.3.32 |
| 635 | 2026-08-19T19:42:40.855Z | Downloaded rand_chacha v0.9.0 |
| 636 | 2026-08-19T19:42:40.855Z | Downloaded allocator-api2 v0.2.21 |
| 637 | 2026-08-19T19:42:40.855Z | Downloaded getrandom v0.4.3 |
| 638 | 2026-08-19T19:42:40.855Z | Downloaded rustls-pemfile v2.2.0 |
| 639 | 2026-08-19T19:42:40.855Z | Downloaded ar_archive_writer v0.5.1 |
| 640 | 2026-08-19T19:42:40.855Z | Downloaded httparse v1.10.1 |
| 641 | 2026-08-19T19:42:40.855Z | Downloaded backon v1.6.0 |
| 642 | 2026-08-19T19:42:40.855Z | Downloaded hyper-staticfile v0.10.1 |
| 643 | 2026-08-19T19:42:40.855Z | Downloaded usdt v0.6.0 |
| 644 | 2026-08-19T19:42:40.855Z | Downloaded utf-8 v0.7.6 |
| 645 | 2026-08-19T19:42:40.855Z | Downloaded want v0.3.1 |
| 646 | 2026-08-19T19:42:40.855Z | Downloaded xshell-macros v0.2.7 |
| 647 | 2026-08-19T19:42:40.855Z | Downloaded zeroize_derive v1.5.0 |
| 648 | 2026-08-19T19:42:40.855Z | Downloaded zone v0.3.1 |
| 649 | 2026-08-19T19:42:40.855Z | Downloaded typify-macro v0.6.2 |
| 650 | 2026-08-19T19:42:40.856Z | Downloaded signal-hook-registry v1.4.8 |
| 651 | 2026-08-19T19:42:40.860Z | Downloaded half v1.8.3 |
| 652 | 2026-08-19T19:42:40.860Z | Downloaded rpassword v7.5.4 |
| 653 | 2026-08-19T19:42:40.860Z | Downloaded hmac v0.12.1 |
| 654 | 2026-08-19T19:42:40.860Z | Downloaded parking_lot v0.12.5 |
| 655 | 2026-08-19T19:42:40.860Z | Downloaded parking_lot_core v0.9.12 |
| 656 | 2026-08-19T19:42:40.864Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 657 | 2026-08-19T19:42:40.864Z | Downloaded port-file v0.1.0 |
| 658 | 2026-08-19T19:42:40.864Z | Downloaded simd-adler32 v0.3.8 |
| 659 | 2026-08-19T19:42:40.864Z | Downloaded spki v0.7.3 |
| 660 | 2026-08-19T19:42:40.872Z | Downloaded synstructure v0.13.2 |
| 661 | 2026-08-19T19:42:40.872Z | Downloaded termios v0.3.3 |
| 662 | 2026-08-19T19:42:40.872Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 663 | 2026-08-19T19:42:40.876Z | Downloaded yoke-derive v0.8.1 |
| 664 | 2026-08-19T19:42:40.876Z | Downloaded crunchy v0.2.4 |
| 665 | 2026-08-19T19:42:40.876Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 666 | 2026-08-19T19:42:40.876Z | Downloaded iana-time-zone v0.1.65 |
| 667 | 2026-08-19T19:42:40.887Z | Downloaded hmac v0.13.0 |
| 668 | 2026-08-19T19:42:40.887Z | Downloaded sec1 v0.8.1 |
| 669 | 2026-08-19T19:42:40.887Z | Downloaded serdect v0.4.3 |
| 670 | 2026-08-19T19:42:40.887Z | Downloaded filetime v0.2.27 |
| 671 | 2026-08-19T19:42:40.892Z | Downloaded hybrid-array v0.4.13 |
| 672 | 2026-08-19T19:42:40.892Z | Downloaded hyper-rustls v0.27.7 |
| 673 | 2026-08-19T19:42:40.907Z | Downloaded slog-dtrace v0.3.0 |
| 674 | 2026-08-19T19:42:40.907Z | Downloaded slog-json v2.6.1 |
| 675 | 2026-08-19T19:42:40.908Z | Downloaded subtle v2.6.1 |
| 676 | 2026-08-19T19:42:40.908Z | Downloaded clang-sys v1.8.1 |
| 677 | 2026-08-19T19:42:40.908Z | Downloaded console v0.15.11 |
| 678 | 2026-08-19T19:42:40.918Z | Downloaded elliptic-curve v0.14.1 |
| 679 | 2026-08-19T19:42:40.918Z | Downloaded defmt-parser v1.0.0 |
| 680 | 2026-08-19T19:42:40.918Z | Downloaded digest-io v0.1.0 |
| 681 | 2026-08-19T19:42:40.918Z | Downloaded tui-tree-widget v0.23.1 |
| 682 | 2026-08-19T19:42:40.918Z | Downloaded generic-array v1.4.3 |
| 683 | 2026-08-19T19:42:40.918Z | Downloaded rustls-pki-types v1.14.0 |
| 684 | 2026-08-19T19:42:40.918Z | Downloaded salsa20 v0.11.0 |
| 685 | 2026-08-19T19:42:40.918Z | Downloaded instability v0.3.11 |
| 686 | 2026-08-19T19:42:40.924Z | Downloaded inout v0.2.2 |
| 687 | 2026-08-19T19:42:40.924Z | Downloaded instant v0.1.13 |
| 688 | 2026-08-19T19:42:40.924Z | Downloaded lru-cache v0.1.2 |
| 689 | 2026-08-19T19:42:40.925Z | Downloaded managed v0.8.0 |
| 690 | 2026-08-19T19:42:40.925Z | Downloaded match_cfg v0.1.0 |
| 691 | 2026-08-19T19:42:40.925Z | Downloaded lazy_static v1.5.0 |
| 692 | 2026-08-19T19:42:40.925Z | Downloaded maplit v1.0.2 |
| 693 | 2026-08-19T19:42:40.925Z | Downloaded dtrace-parser v0.3.0 |
| 694 | 2026-08-19T19:42:40.935Z | Downloaded difflib v0.4.0 |
| 695 | 2026-08-19T19:42:40.935Z | Downloaded embedded-io v0.6.1 |
| 696 | 2026-08-19T19:42:40.935Z | Downloaded ident_case v1.0.1 |
| 697 | 2026-08-19T19:42:40.935Z | Downloaded critical-section v1.2.0 |
| 698 | 2026-08-19T19:42:40.936Z | Downloaded parking_lot_core v0.8.6 |
| 699 | 2026-08-19T19:42:40.936Z | Downloaded prefix-trie v0.7.0 |
| 700 | 2026-08-19T19:42:40.936Z | Downloaded thread_local v1.1.9 |
| 701 | 2026-08-19T19:42:40.947Z | Downloaded tokio-stream v0.1.18 |
| 702 | 2026-08-19T19:42:40.947Z | Downloaded const_format_proc_macros v0.2.34 |
| 703 | 2026-08-19T19:42:40.947Z | Downloaded corncobs v0.1.4 |
| 704 | 2026-08-19T19:42:40.965Z | Downloaded daft v0.1.7 |
| 705 | 2026-08-19T19:42:40.965Z | Downloaded illumos-nvpair v0.3.0 |
| 706 | 2026-08-19T19:42:40.965Z | Downloaded newtype-uuid-macros v0.1.0 |
| 707 | 2026-08-19T19:42:40.965Z | Downloaded diesel-dtrace v0.5.0 |
| 708 | 2026-08-19T19:42:40.965Z | Downloaded kstat-rs v0.2.5 |
| 709 | 2026-08-19T19:42:40.965Z | Downloaded num_enum_derive v0.5.11 |
| 710 | 2026-08-19T19:42:40.965Z | Downloaded percent-encoding v2.3.2 |
| 711 | 2026-08-19T19:42:40.969Z | Downloaded serde_cbor v0.11.2 |
| 712 | 2026-08-19T19:42:40.969Z | Downloaded vergen-git2 v9.1.0 |
| 713 | 2026-08-19T19:42:40.969Z | Downloaded libscf-sys v1.2.0 |
| 714 | 2026-08-19T19:42:40.969Z | Downloaded bytes v1.11.1 |
| 715 | 2026-08-19T19:42:40.969Z | Downloaded chacha20poly1305 v0.10.1 |
| 716 | 2026-08-19T19:42:40.970Z | Downloaded nonempty v0.12.0 |
| 717 | 2026-08-19T19:42:40.970Z | Downloaded compact_str v0.8.1 |
| 718 | 2026-08-19T19:42:40.970Z | Downloaded vergen-gitcl v1.0.8 |
| 719 | 2026-08-19T19:42:40.998Z | Downloaded predicates-core v1.0.10 |
| 720 | 2026-08-19T19:42:40.998Z | Downloaded whoami v1.6.1 |
| 721 | 2026-08-19T19:42:40.998Z | Downloaded ed25519 v2.2.3 |
| 722 | 2026-08-19T19:42:40.998Z | Downloaded tracing-attributes v0.1.31 |
| 723 | 2026-08-19T19:42:40.998Z | Downloaded enum_dispatch v0.3.13 |
| 724 | 2026-08-19T19:42:40.998Z | Downloaded radium v0.7.0 |
| 725 | 2026-08-19T19:42:40.999Z | Downloaded rand_pcg v0.10.2 |
| 726 | 2026-08-19T19:42:41.022Z | Downloaded ref-cast v1.0.25 |
| 727 | 2026-08-19T19:42:41.022Z | Downloaded rfc6979 v0.4.0 |
| 728 | 2026-08-19T19:42:41.022Z | Downloaded unicode-properties v0.1.4 |
| 729 | 2026-08-19T19:42:41.022Z | Downloaded ctr v0.10.1 |
| 730 | 2026-08-19T19:42:41.022Z | Downloaded debug-ignore v1.0.5 |
| 731 | 2026-08-19T19:42:41.022Z | Downloaded delegate v0.13.5 |
| 732 | 2026-08-19T19:42:41.022Z | Downloaded packed_struct_codegen v0.10.1 |
| 733 | 2026-08-19T19:42:41.022Z | Downloaded potential_utf v0.1.4 |
| 734 | 2026-08-19T19:42:41.022Z | Downloaded proc-macro-crate v1.3.1 |
| 735 | 2026-08-19T19:42:41.022Z | Downloaded progenitor-macro v0.13.0 |
| 736 | 2026-08-19T19:42:41.022Z | Downloaded multer v3.1.0 |
| 737 | 2026-08-19T19:42:41.022Z | Downloaded rtoolbox v0.0.3 |
| 738 | 2026-08-19T19:42:41.022Z | Downloaded heapless v0.7.17 |
| 739 | 2026-08-19T19:42:41.022Z | Downloaded p256 v0.14.0 |
| 740 | 2026-08-19T19:42:41.023Z | Downloaded progenitor-impl v0.14.0 |
| 741 | 2026-08-19T19:42:41.023Z | Downloaded term v1.2.1 |
| 742 | 2026-08-19T19:42:41.023Z | Downloaded toml v0.7.8 |
| 743 | 2026-08-19T19:42:41.036Z | Downloaded oxide-tokio-rt v0.1.4 |
| 744 | 2026-08-19T19:42:41.036Z | Downloaded parse-display-derive v0.10.0 |
| 745 | 2026-08-19T19:42:41.036Z | Downloaded scheduled-thread-pool v0.2.7 |
| 746 | 2026-08-19T19:42:41.036Z | Downloaded derive_builder v0.20.2 |
| 747 | 2026-08-19T19:42:41.036Z | Downloaded derive_builder_core v0.20.2 |
| 748 | 2026-08-19T19:42:41.036Z | Downloaded owo-colors v4.3.0 |
| 749 | 2026-08-19T19:42:41.036Z | Downloaded pem-rfc7468 v0.7.0 |
| 750 | 2026-08-19T19:42:41.036Z | Downloaded flate2 v1.1.9 |
| 751 | 2026-08-19T19:42:41.036Z | Downloaded sync-ptr v0.1.4 |
| 752 | 2026-08-19T19:42:41.036Z | Downloaded sync_wrapper v1.0.2 |
| 753 | 2026-08-19T19:42:41.036Z | Downloaded testing_table v0.3.0 |
| 754 | 2026-08-19T19:42:41.036Z | Downloaded digest v0.11.3 |
| 755 | 2026-08-19T19:42:41.036Z | Downloaded supports-color v3.0.2 |
| 756 | 2026-08-19T19:42:41.036Z | Downloaded chumsky v0.9.3 |
| 757 | 2026-08-19T19:42:41.058Z | Downloaded headers v0.4.1 |
| 758 | 2026-08-19T19:42:41.058Z | Downloaded icu_locale_core v2.1.1 |
| 759 | 2026-08-19T19:42:41.058Z | Downloaded pem v3.0.6 |
| 760 | 2026-08-19T19:42:41.058Z | Downloaded polyval v0.7.1 |
| 761 | 2026-08-19T19:42:41.058Z | Downloaded ecdsa v0.17.0 |
| 762 | 2026-08-19T19:42:41.058Z | Downloaded serde_spanned v1.1.1 |
| 763 | 2026-08-19T19:42:41.058Z | Downloaded sha1 v0.11.0 |
| 764 | 2026-08-19T19:42:41.058Z | Downloaded tinyvec_macros v0.1.1 |
| 765 | 2026-08-19T19:42:41.058Z | Downloaded tower-service v0.3.3 |
| 766 | 2026-08-19T19:42:41.058Z | Downloaded unarray v0.1.4 |
| 767 | 2026-08-19T19:42:41.059Z | Downloaded progenitor-extras v0.2.0 |
| 768 | 2026-08-19T19:42:41.059Z | Downloaded universal-hash v0.5.1 |
| 769 | 2026-08-19T19:42:41.083Z | Downloaded utf8_iter v1.0.4 |
| 770 | 2026-08-19T19:42:41.083Z | Downloaded sqlparser_derive v0.5.0 |
| 771 | 2026-08-19T19:42:41.083Z | Downloaded icu_normalizer_data v2.1.1 |
| 772 | 2026-08-19T19:42:41.083Z | Downloaded wnaf v0.14.0 |
| 773 | 2026-08-19T19:42:41.083Z | Downloaded zerofrom-derive v0.1.6 |
| 774 | 2026-08-19T19:42:41.083Z | Downloaded async-compression v0.4.41 |
| 775 | 2026-08-19T19:42:41.084Z | Downloaded rand_seeder v0.4.0 |
| 776 | 2026-08-19T19:42:41.084Z | Downloaded unsafe-libyaml v0.2.11 |
| 777 | 2026-08-19T19:42:41.084Z | Downloaded ron v0.8.1 |
| 778 | 2026-08-19T19:42:41.084Z | Downloaded litemap v0.8.1 |
| 779 | 2026-08-19T19:42:41.084Z | Downloaded nu-ansi-term v0.50.3 |
| 780 | 2026-08-19T19:42:41.084Z | Downloaded serde_with_macros v1.5.2 |
| 781 | 2026-08-19T19:42:41.084Z | Downloaded cpubits v0.1.1 |
| 782 | 2026-08-19T19:42:41.084Z | Downloaded crucible-workspace-hack v0.1.0 |
| 783 | 2026-08-19T19:42:41.084Z | Downloaded darling_macro v0.13.4 |
| 784 | 2026-08-19T19:42:41.084Z | Downloaded rand v0.8.6 |
| 785 | 2026-08-19T19:42:41.092Z | Downloaded unicode-truncate v1.1.0 |
| 786 | 2026-08-19T19:42:41.092Z | Downloaded stacker v0.1.23 |
| 787 | 2026-08-19T19:42:41.092Z | Downloaded static_assertions v1.1.0 |
| 788 | 2026-08-19T19:42:41.092Z | Downloaded vergen v9.1.0 |
| 789 | 2026-08-19T19:42:41.093Z | Downloaded half v2.7.1 |
| 790 | 2026-08-19T19:42:41.093Z | Downloaded icu_normalizer v2.1.1 |
| 791 | 2026-08-19T19:42:41.093Z | Downloaded num_enum_derive v0.7.6 |
| 792 | 2026-08-19T19:42:41.093Z | Downloaded paste v1.0.15 |
| 793 | 2026-08-19T19:42:41.093Z | Downloaded strum_macros v0.24.3 |
| 794 | 2026-08-19T19:42:41.093Z | Downloaded oso v0.27.3 |
| 795 | 2026-08-19T19:42:41.093Z | Downloaded dirs-next v2.0.0 |
| 796 | 2026-08-19T19:42:41.093Z | Downloaded proc-macro-error2 v2.0.1 |
| 797 | 2026-08-19T19:42:41.093Z | Downloaded document-features v0.2.12 |
| 798 | 2026-08-19T19:42:41.093Z | Downloaded pem-rfc7468 v1.0.0 |
| 799 | 2026-08-19T19:42:41.093Z | Downloaded tinystr v0.8.2 |
| 800 | 2026-08-19T19:42:41.093Z | Downloaded wait-timeout v0.2.1 |
| 801 | 2026-08-19T19:42:41.093Z | Downloaded cc v1.2.56 |
| 802 | 2026-08-19T19:42:41.093Z | Downloaded bumpalo v3.20.2 |
| 803 | 2026-08-19T19:42:41.108Z | Downloaded tower-layer v0.3.3 |
| 804 | 2026-08-19T19:42:41.109Z | Downloaded indoc v1.0.9 |
| 805 | 2026-08-19T19:42:41.137Z | Downloaded prettyplease v0.2.37 |
| 806 | 2026-08-19T19:42:41.138Z | Downloaded cstr-argument v0.1.2 |
| 807 | 2026-08-19T19:42:41.138Z | Downloaded is_ci v1.2.0 |
| 808 | 2026-08-19T19:42:41.138Z | Downloaded jiff-static v0.2.34 |
| 809 | 2026-08-19T19:42:41.138Z | Downloaded endian-type v0.1.2 |
| 810 | 2026-08-19T19:42:41.138Z | Downloaded backtrace v0.3.76 |
| 811 | 2026-08-19T19:42:41.138Z | Downloaded newtype_derive v0.1.6 |
| 812 | 2026-08-19T19:42:41.138Z | Downloaded icu_properties v2.1.2 |
| 813 | 2026-08-19T19:42:41.138Z | Downloaded rustversion v1.0.22 |
| 814 | 2026-08-19T19:42:41.152Z | Downloaded schemars_derive v0.8.22 |
| 815 | 2026-08-19T19:42:41.152Z | Downloaded hickory-resolver v0.25.2 |
| 816 | 2026-08-19T19:42:41.152Z | Downloaded spin v0.9.8 |
| 817 | 2026-08-19T19:42:41.152Z | Downloaded parse-display v0.10.0 |
| 818 | 2026-08-19T19:42:41.152Z | Downloaded openssl-probe v0.1.6 |
| 819 | 2026-08-19T19:42:41.153Z | Downloaded embedded-io v0.4.0 |
| 820 | 2026-08-19T19:42:41.153Z | Downloaded smallvec v0.6.14 |
| 821 | 2026-08-19T19:42:41.153Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 822 | 2026-08-19T19:42:41.153Z | Downloaded const_format v0.2.35 |
| 823 | 2026-08-19T19:42:41.153Z | Downloaded zip v0.6.6 |
| 824 | 2026-08-19T19:42:41.153Z | Downloaded darling_core v0.21.3 |
| 825 | 2026-08-19T19:42:41.153Z | Downloaded defmt-macros v1.0.1 |
| 826 | 2026-08-19T19:42:41.153Z | Downloaded crc-any v2.5.0 |
| 827 | 2026-08-19T19:42:41.171Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 828 | 2026-08-19T19:42:41.171Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 829 | 2026-08-19T19:42:41.171Z | Downloaded indoc v2.0.7 |
| 830 | 2026-08-19T19:42:41.171Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 831 | 2026-08-19T19:42:41.187Z | Downloaded progenitor-impl v0.13.0 |
| 832 | 2026-08-19T19:42:41.187Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 833 | 2026-08-19T19:42:41.187Z | Downloaded icu_collections v2.1.1 |
| 834 | 2026-08-19T19:42:41.187Z | Downloaded heapless v0.8.0 |
| 835 | 2026-08-19T19:42:41.187Z | Downloaded mime v0.3.17 |
| 836 | 2026-08-19T19:42:41.187Z | Downloaded zerocopy v0.6.6 |
| 837 | 2026-08-19T19:42:41.187Z | Downloaded libsw v3.5.0 |
| 838 | 2026-08-19T19:42:41.187Z | Downloaded serde-big-array v0.5.1 |
| 839 | 2026-08-19T19:42:41.187Z | Downloaded crossbeam-utils v0.8.21 |
| 840 | 2026-08-19T19:42:41.187Z | Downloaded semver v0.1.20 |
| 841 | 2026-08-19T19:42:41.187Z | Downloaded siphasher v1.0.2 |
| 842 | 2026-08-19T19:42:41.187Z | Downloaded supports-hyperlinks v3.2.0 |
| 843 | 2026-08-19T19:42:41.187Z | Downloaded phf_shared v0.13.1 |
| 844 | 2026-08-19T19:42:41.207Z | Downloaded indexmap v1.9.3 |
| 845 | 2026-08-19T19:42:41.207Z | Downloaded xshell v0.2.7 |
| 846 | 2026-08-19T19:42:41.207Z | Downloaded zerovec-derive v0.11.2 |
| 847 | 2026-08-19T19:42:41.207Z | Downloaded constant_time_eq v0.4.2 |
| 848 | 2026-08-19T19:42:41.207Z | Downloaded libloading v0.8.9 |
| 849 | 2026-08-19T19:42:41.207Z | Downloaded serde_with_macros v3.21.0 |
| 850 | 2026-08-19T19:42:41.207Z | Downloaded libsw-core v0.3.2 |
| 851 | 2026-08-19T19:42:41.207Z | Downloaded mime_guess v2.0.5 |
| 852 | 2026-08-19T19:42:41.207Z | Downloaded nibble_vec v0.1.0 |
| 853 | 2026-08-19T19:42:41.208Z | Downloaded termtree v0.5.1 |
| 854 | 2026-08-19T19:42:41.208Z | Downloaded tokio-test v0.4.5 |
| 855 | 2026-08-19T19:42:41.208Z | Downloaded pretty_assertions v1.4.1 |
| 856 | 2026-08-19T19:42:41.208Z | Downloaded crypto-bigint v0.5.5 |
| 857 | 2026-08-19T19:42:41.223Z | Downloaded peg v0.8.5 |
| 858 | 2026-08-19T19:42:41.224Z | Downloaded sapling-renderdag v0.1.0 |
| 859 | 2026-08-19T19:42:41.224Z | Downloaded signal-hook-tokio v0.3.1 |
| 860 | 2026-08-19T19:42:41.224Z | Downloaded phc v0.6.1 |
| 861 | 2026-08-19T19:42:41.224Z | Downloaded cookie_store v0.22.1 |
| 862 | 2026-08-19T19:42:41.224Z | Downloaded take_mut v0.2.2 |
| 863 | 2026-08-19T19:42:41.224Z | Downloaded crossbeam-deque v0.8.6 |
| 864 | 2026-08-19T19:42:41.224Z | Downloaded darling_core v0.20.11 |
| 865 | 2026-08-19T19:42:41.224Z | Downloaded ena v0.14.4 |
| 866 | 2026-08-19T19:42:41.224Z | Downloaded poly1305 v0.8.0 |
| 867 | 2026-08-19T19:42:41.224Z | Downloaded progenitor v0.13.0 |
| 868 | 2026-08-19T19:42:41.225Z | Downloaded progenitor v0.14.0 |
| 869 | 2026-08-19T19:42:41.225Z | Downloaded zone_cfg_derive v0.3.1 |
| 870 | 2026-08-19T19:42:41.225Z | Downloaded test-strategy v0.4.5 |
| 871 | 2026-08-19T19:42:41.240Z | Downloaded hickory-resolver v0.24.4 |
| 872 | 2026-08-19T19:42:41.240Z | Downloaded hashbrown v0.12.3 |
| 873 | 2026-08-19T19:42:41.240Z | Downloaded sha2 v0.11.0 |
| 874 | 2026-08-19T19:42:41.240Z | Downloaded ipnet v2.12.0 |
| 875 | 2026-08-19T19:42:41.240Z | Downloaded time-core v0.1.8 |
| 876 | 2026-08-19T19:42:41.251Z | Downloaded hickory-server v0.25.2 |
| 877 | 2026-08-19T19:42:41.251Z | Downloaded usdt-attr-macro v0.6.0 |
| 878 | 2026-08-19T19:42:41.251Z | Downloaded rusty-fork v0.3.1 |
| 879 | 2026-08-19T19:42:41.251Z | Downloaded serde-hex v0.1.0 |
| 880 | 2026-08-19T19:42:41.251Z | Downloaded shlex v1.3.0 |
| 881 | 2026-08-19T19:42:41.251Z | Downloaded display-error-chain v0.2.2 |
| 882 | 2026-08-19T19:42:41.251Z | Downloaded indicatif v0.18.4 |
| 883 | 2026-08-19T19:42:41.256Z | Downloaded slog v2.8.2 |
| 884 | 2026-08-19T19:42:41.256Z | Downloaded tls_codec_derive v0.4.2 |
| 885 | 2026-08-19T19:42:41.256Z | Downloaded trait-variant v0.1.2 |
| 886 | 2026-08-19T19:42:41.256Z | Downloaded jobserver v0.1.34 |
| 887 | 2026-08-19T19:42:41.257Z | Downloaded native-tls v0.2.18 |
| 888 | 2026-08-19T19:42:41.257Z | Downloaded num-rational v0.4.2 |
| 889 | 2026-08-19T19:42:41.257Z | Downloaded cpufeatures v0.3.0 |
| 890 | 2026-08-19T19:42:41.271Z | Downloaded tokio-rustls v0.26.4 |
| 891 | 2026-08-19T19:42:41.272Z | Downloaded derive_more v0.99.20 |
| 892 | 2026-08-19T19:42:41.311Z | Downloaded poly1305 v0.9.0 |
| 893 | 2026-08-19T19:42:41.311Z | Downloaded postcard v1.1.3 |
| 894 | 2026-08-19T19:42:41.311Z | Downloaded crc8 v0.1.1 |
| 895 | 2026-08-19T19:42:41.311Z | Downloaded vsss-rs v3.3.4 |
| 896 | 2026-08-19T19:42:41.311Z | Downloaded darling_macro v0.20.11 |
| 897 | 2026-08-19T19:42:41.311Z | Downloaded subprocess v0.2.15 |
| 898 | 2026-08-19T19:42:41.311Z | Downloaded lru v0.12.5 |
| 899 | 2026-08-19T19:42:41.311Z | Downloaded lalrpop-util v0.19.12 |
| 900 | 2026-08-19T19:42:41.311Z | Downloaded maybe-uninit v2.0.0 |
| 901 | 2026-08-19T19:42:41.311Z | Downloaded newline-converter v0.3.0 |
| 902 | 2026-08-19T19:42:41.311Z | Downloaded steno v0.4.1 |
| 903 | 2026-08-19T19:42:41.327Z | Downloaded schemars v0.8.22 |
| 904 | 2026-08-19T19:42:41.327Z | Downloaded rand_core v0.6.4 |
| 905 | 2026-08-19T19:42:41.327Z | Downloaded num-bigint-dig v0.8.6 |
| 906 | 2026-08-19T19:42:41.327Z | Downloaded kem v0.3.0 |
| 907 | 2026-08-19T19:42:41.327Z | Downloaded md-5 v0.10.6 |
| 908 | 2026-08-19T19:42:41.327Z | Downloaded darling v0.20.11 |
| 909 | 2026-08-19T19:42:41.327Z | Downloaded daft-derive v0.1.7 |
| 910 | 2026-08-19T19:42:41.327Z | Downloaded new_debug_unreachable v1.0.6 |
| 911 | 2026-08-19T19:42:41.327Z | Downloaded parse-size v1.1.0 |
| 912 | 2026-08-19T19:42:41.327Z | Downloaded peg-runtime v0.8.5 |
| 913 | 2026-08-19T19:42:41.327Z | Downloaded snafu-derive v0.8.9 |
| 914 | 2026-08-19T19:42:41.327Z | Downloaded tinyvec v1.10.0 |
| 915 | 2026-08-19T19:42:41.327Z | Downloaded hashbrown v0.13.2 |
| 916 | 2026-08-19T19:42:41.327Z | Downloaded http v1.4.2 |
| 917 | 2026-08-19T19:42:41.327Z | Downloaded powerfmt v0.2.0 |
| 918 | 2026-08-19T19:42:41.327Z | Downloaded predicates-tree v1.0.13 |
| 919 | 2026-08-19T19:42:41.327Z | Downloaded progenitor-client v0.14.0 |
| 920 | 2026-08-19T19:42:41.327Z | Downloaded russh-cryptovec v0.62.0 |
| 921 | 2026-08-19T19:42:41.328Z | Downloaded uuid v1.23.4 |
| 922 | 2026-08-19T19:42:41.328Z | Downloaded derive_builder_macro v0.20.2 |
| 923 | 2026-08-19T19:42:41.328Z | Downloaded displaydoc v0.2.5 |
| 924 | 2026-08-19T19:42:41.328Z | Downloaded slab v0.4.12 |
| 925 | 2026-08-19T19:42:41.328Z | Downloaded openssl-probe v0.2.1 |
| 926 | 2026-08-19T19:42:41.349Z | Downloaded recursive v0.1.1 |
| 927 | 2026-08-19T19:42:41.349Z | Downloaded unicode-segmentation v1.12.0 |
| 928 | 2026-08-19T19:42:41.349Z | Downloaded twox-hash v2.1.2 |
| 929 | 2026-08-19T19:42:41.349Z | Downloaded either v1.15.0 |
| 930 | 2026-08-19T19:42:41.349Z | Downloaded schemars v1.2.1 |
| 931 | 2026-08-19T19:42:41.406Z | Downloaded rustc_version v0.1.7 |
| 932 | 2026-08-19T19:42:41.406Z | Downloaded secrecy v0.8.0 |
| 933 | 2026-08-19T19:42:41.406Z | Downloaded signature v3.0.0 |
| 934 | 2026-08-19T19:42:41.406Z | Downloaded miniz_oxide v0.8.9 |
| 935 | 2026-08-19T19:42:41.406Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 936 | 2026-08-19T19:42:41.406Z | Downloaded omicron-zone-package v0.12.3 |
| 937 | 2026-08-19T19:42:41.406Z | Downloaded signature v2.2.0 |
| 938 | 2026-08-19T19:42:41.407Z | Downloaded secrecy v0.10.3 |
| 939 | 2026-08-19T19:42:41.407Z | Downloaded vergen-lib v0.1.6 |
| 940 | 2026-08-19T19:42:41.407Z | Downloaded oxide-update-engine-display v0.1.2 |
| 941 | 2026-08-19T19:42:41.407Z | Downloaded darling_core v0.23.0 |
| 942 | 2026-08-19T19:42:41.407Z | Downloaded hyper-util v0.1.20 |
| 943 | 2026-08-19T19:42:41.407Z | Downloaded quinn-udp v0.5.14 |
| 944 | 2026-08-19T19:42:41.407Z | Downloaded yoke v0.8.1 |
| 945 | 2026-08-19T19:42:41.407Z | Downloaded der_derive v0.7.3 |
| 946 | 2026-08-19T19:42:41.407Z | Downloaded ingot-types v0.2.0 |
| 947 | 2026-08-19T19:42:41.407Z | Downloaded structmeta-derive v0.3.0 |
| 948 | 2026-08-19T19:42:41.407Z | Downloaded tap v1.0.1 |
| 949 | 2026-08-19T19:42:41.407Z | Downloaded topological-sort v0.2.2 |
| 950 | 2026-08-19T19:42:41.407Z | Downloaded unicode-xid v0.2.6 |
| 951 | 2026-08-19T19:42:41.407Z | Downloaded untrusted v0.9.0 |
| 952 | 2026-08-19T19:42:41.407Z | Downloaded ecdsa v0.16.9 |
| 953 | 2026-08-19T19:42:41.407Z | Downloaded smf v0.2.3 |
| 954 | 2026-08-19T19:42:41.407Z | Downloaded erased-serde v0.3.31 |
| 955 | 2026-08-19T19:42:41.407Z | Downloaded crc v3.4.0 |
| 956 | 2026-08-19T19:42:41.407Z | Downloaded pin-project-lite v0.2.17 |
| 957 | 2026-08-19T19:42:41.407Z | Downloaded url v2.5.8 |
| 958 | 2026-08-19T19:42:41.407Z | Downloaded hashbrown v0.16.1 |
| 959 | 2026-08-19T19:42:41.407Z | Downloaded ipnetwork v0.21.1 |
| 960 | 2026-08-19T19:42:41.407Z | Downloaded schemars v0.9.0 |
| 961 | 2026-08-19T19:42:41.407Z | Downloaded des v0.9.0 |
| 962 | 2026-08-19T19:42:41.407Z | Downloaded r2d2 v0.8.10 |
| 963 | 2026-08-19T19:42:41.407Z | Downloaded serde_yaml v0.9.34+deprecated |
| 964 | 2026-08-19T19:42:41.433Z | Downloaded typed-path v0.9.3 |
| 965 | 2026-08-19T19:42:41.434Z | Downloaded dropshot_endpoint v0.17.1 |
| 966 | 2026-08-19T19:42:41.434Z | Downloaded ignore v0.4.25 |
| 967 | 2026-08-19T19:42:41.434Z | Downloaded num-complex v0.4.6 |
| 968 | 2026-08-19T19:42:41.434Z | Downloaded sqlformat v0.3.5 |
| 969 | 2026-08-19T19:42:41.434Z | Downloaded enum-as-inner v0.6.1 |
| 970 | 2026-08-19T19:42:41.434Z | Downloaded idna_adapter v1.2.1 |
| 971 | 2026-08-19T19:42:41.434Z | Downloaded num-conv v0.2.0 |
| 972 | 2026-08-19T19:42:41.434Z | Downloaded num-derive v0.4.2 |
| 973 | 2026-08-19T19:42:41.434Z | Downloaded slog-scope v4.4.1 |
| 974 | 2026-08-19T19:42:41.434Z | Downloaded unicode-bidi v0.3.18 |
| 975 | 2026-08-19T19:42:41.434Z | Downloaded vte v0.14.1 |
| 976 | 2026-08-19T19:42:41.434Z | Downloaded tokio-util v0.7.18 |
| 977 | 2026-08-19T19:42:41.448Z | Downloaded der v0.7.10 |
| 978 | 2026-08-19T19:42:41.448Z | Downloaded ml-kem v0.3.2 |
| 979 | 2026-08-19T19:42:41.448Z | Downloaded scroll v0.13.0 |
| 980 | 2026-08-19T19:42:41.448Z | Downloaded vergen-lib v9.1.0 |
| 981 | 2026-08-19T19:42:41.448Z | Downloaded progenitor-macro v0.14.0 |
| 982 | 2026-08-19T19:42:41.448Z | Downloaded russh-util v0.52.0 |
| 983 | 2026-08-19T19:42:41.448Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-08-19T19:42:41.448Z | Downloaded aes-gcm v0.11.0 |
| 985 | 2026-08-19T19:42:41.448Z | Downloaded serde_urlencoded v0.7.1 |
| 986 | 2026-08-19T19:42:41.449Z | Downloaded stable_deref_trait v1.2.1 |
| 987 | 2026-08-19T19:42:41.449Z | Downloaded pkcs5 v0.8.1 |
| 988 | 2026-08-19T19:42:41.449Z | Downloaded string_cache v0.8.9 |
| 989 | 2026-08-19T19:42:41.449Z | Downloaded support-bundle-viewer v0.1.2 |
| 990 | 2026-08-19T19:42:41.449Z | Downloaded whoami v2.1.0 |
| 991 | 2026-08-19T19:42:41.467Z | Downloaded wyz v0.5.1 |
| 992 | 2026-08-19T19:42:41.467Z | Downloaded waitgroup v0.1.2 |
| 993 | 2026-08-19T19:42:41.467Z | Downloaded darling v0.13.4 |
| 994 | 2026-08-19T19:42:41.467Z | Downloaded scuffle v0.1.0 |
| 995 | 2026-08-19T19:42:41.468Z | Downloaded socket2 v0.6.3 |
| 996 | 2026-08-19T19:42:41.468Z | Downloaded thiserror-no-std v2.0.2 |
| 997 | 2026-08-19T19:42:41.468Z | Downloaded tls_codec v0.4.2 |
| 998 | 2026-08-19T19:42:41.468Z | Downloaded tokio-native-tls v0.3.1 |
| 999 | 2026-08-19T19:42:41.485Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1000 | 2026-08-19T19:42:41.485Z | Downloaded ed25519 v3.0.0 |
| 1001 | 2026-08-19T19:42:41.485Z | Downloaded nanorand v0.7.0 |
| 1002 | 2026-08-19T19:42:41.485Z | Downloaded hashbrown v0.14.5 |
| 1003 | 2026-08-19T19:42:41.485Z | Downloaded hashbrown v0.15.5 |
| 1004 | 2026-08-19T19:42:41.485Z | Downloaded socket2 v0.5.10 |
| 1005 | 2026-08-19T19:42:41.501Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1006 | 2026-08-19T19:42:41.501Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1007 | 2026-08-19T19:42:41.501Z | Downloaded keccak v0.1.6 |
| 1008 | 2026-08-19T19:42:41.514Z | Downloaded num v0.4.3 |
| 1009 | 2026-08-19T19:42:41.514Z | Downloaded rand_xorshift v0.4.0 |
| 1010 | 2026-08-19T19:42:41.514Z | Downloaded dropshot-api-manager v0.8.0 |
| 1011 | 2026-08-19T19:42:41.528Z | Downloaded num-traits v0.2.19 |
| 1012 | 2026-08-19T19:42:41.528Z | Downloaded pin-project v1.1.11 |
| 1013 | 2026-08-19T19:42:41.528Z | Downloaded rustc-hash v2.1.1 |
| 1014 | 2026-08-19T19:42:41.528Z | Downloaded ssh-cipher v0.3.0 |
| 1015 | 2026-08-19T19:42:41.528Z | Downloaded ssh-encoding v0.3.0 |
| 1016 | 2026-08-19T19:42:41.529Z | Downloaded serde_bytes v0.11.19 |
| 1017 | 2026-08-19T19:42:41.582Z | Downloaded internet-checksum v0.2.1 |
| 1018 | 2026-08-19T19:42:41.582Z | Downloaded lru-slab v0.1.2 |
| 1019 | 2026-08-19T19:42:41.583Z | Downloaded lzss v0.8.2 |
| 1020 | 2026-08-19T19:42:41.583Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1021 | 2026-08-19T19:42:41.583Z | Downloaded tokio-tungstenite v0.21.0 |
| 1022 | 2026-08-19T19:42:41.583Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1023 | 2026-08-19T19:42:41.583Z | Downloaded zeroize v1.9.0 |
| 1024 | 2026-08-19T19:42:41.583Z | Downloaded darling v0.21.3 |
| 1025 | 2026-08-19T19:42:41.583Z | Downloaded lock_api v0.4.14 |
| 1026 | 2026-08-19T19:42:41.583Z | Downloaded zopfli v0.8.3 |
| 1027 | 2026-08-19T19:42:41.583Z | Downloaded deranged v0.5.8 |
| 1028 | 2026-08-19T19:42:41.583Z | Downloaded tokio-postgres v0.7.16 |
| 1029 | 2026-08-19T19:42:41.583Z | Downloaded phf_shared v0.12.1 |
| 1030 | 2026-08-19T19:42:41.583Z | Downloaded postgres-types v0.2.12 |
| 1031 | 2026-08-19T19:42:41.583Z | Downloaded postgres-protocol v0.6.10 |
| 1032 | 2026-08-19T19:42:41.583Z | Downloaded rand_core v0.10.0 |
| 1033 | 2026-08-19T19:42:41.583Z | Downloaded darling_core v0.13.4 |
| 1034 | 2026-08-19T19:42:41.583Z | Downloaded universal-hash v0.6.1 |
| 1035 | 2026-08-19T19:42:41.584Z | Downloaded void v1.0.2 |
| 1036 | 2026-08-19T19:42:41.584Z | Downloaded unicode_categories v0.1.1 |
| 1037 | 2026-08-19T19:42:41.604Z | Downloaded yasna v0.5.2 |
| 1038 | 2026-08-19T19:42:41.604Z | Downloaded typify v0.6.2 |
| 1039 | 2026-08-19T19:42:41.604Z | Downloaded sec1 v0.7.3 |
| 1040 | 2026-08-19T19:42:41.604Z | Downloaded libefi-sys v0.1.0 |
| 1041 | 2026-08-19T19:42:41.605Z | Downloaded slog-term v2.9.2 |
| 1042 | 2026-08-19T19:42:41.605Z | Downloaded time-macros v0.2.27 |
| 1043 | 2026-08-19T19:42:41.605Z | Downloaded crypto-common v0.2.2 |
| 1044 | 2026-08-19T19:42:41.605Z | Downloaded dunce v1.0.5 |
| 1045 | 2026-08-19T19:42:41.605Z | Downloaded indent_write v2.2.0 |
| 1046 | 2026-08-19T19:42:41.605Z | Downloaded nodrop v0.1.14 |
| 1047 | 2026-08-19T19:42:41.605Z | Downloaded opaque-debug v0.3.1 |
| 1048 | 2026-08-19T19:42:41.605Z | Downloaded usdt-impl v0.6.0 |
| 1049 | 2026-08-19T19:42:41.605Z | Downloaded num_enum v0.7.6 |
| 1050 | 2026-08-19T19:42:41.605Z | Downloaded psm v0.1.30 |
| 1051 | 2026-08-19T19:42:41.605Z | Downloaded samael v0.0.19 |
| 1052 | 2026-08-19T19:42:41.606Z | Downloaded crossbeam-epoch v0.9.18 |
| 1053 | 2026-08-19T19:42:41.606Z | Downloaded diff v0.1.13 |
| 1054 | 2026-08-19T19:42:41.606Z | Downloaded unicase v2.9.0 |
| 1055 | 2026-08-19T19:42:41.606Z | Downloaded writeable v0.6.2 |
| 1056 | 2026-08-19T19:42:41.606Z | Downloaded tokio-tungstenite v0.23.1 |
| 1057 | 2026-08-19T19:42:41.606Z | Downloaded linked-hash-map v0.5.6 |
| 1058 | 2026-08-19T19:42:41.606Z | Downloaded rand v0.10.1 |
| 1059 | 2026-08-19T19:42:41.606Z | Downloaded rustc-demangle v0.1.27 |
| 1060 | 2026-08-19T19:42:41.606Z | Downloaded env_logger v0.11.11 |
| 1061 | 2026-08-19T19:42:41.632Z | Downloaded strum_macros v0.27.2 |
| 1062 | 2026-08-19T19:42:41.632Z | Downloaded zerocopy-derive v0.8.55 |
| 1063 | 2026-08-19T19:42:41.632Z | Downloaded slog-bunyan v2.5.0 |
| 1064 | 2026-08-19T19:42:41.633Z | Downloaded itertools v0.14.0 |
| 1065 | 2026-08-19T19:42:41.633Z | Downloaded itertools v0.15.0 |
| 1066 | 2026-08-19T19:42:41.633Z | Downloaded itertools v0.13.0 |
| 1067 | 2026-08-19T19:42:41.645Z | Downloaded walkdir v2.5.0 |
| 1068 | 2026-08-19T19:42:41.645Z | Downloaded structmeta v0.3.0 |
| 1069 | 2026-08-19T19:42:41.645Z | Downloaded thread-id v5.1.0 |
| 1070 | 2026-08-19T19:42:41.645Z | Downloaded portable-atomic v1.13.1 |
| 1071 | 2026-08-19T19:42:41.645Z | Downloaded quick-xml v0.37.5 |
| 1072 | 2026-08-19T19:42:41.646Z | Downloaded aws-lc-rs v1.16.3 |
| 1073 | 2026-08-19T19:42:41.646Z | Downloaded memmap2 v0.9.10 |
| 1074 | 2026-08-19T19:42:41.646Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1075 | 2026-08-19T19:42:41.646Z | Downloaded nom v8.0.0 |
| 1076 | 2026-08-19T19:42:41.655Z | Downloaded oxnet v0.1.6 |
| 1077 | 2026-08-19T19:42:41.655Z | Downloaded password-hash v0.6.1 |
| 1078 | 2026-08-19T19:42:41.655Z | Downloaded password-hash v0.5.0 |
| 1079 | 2026-08-19T19:42:41.655Z | Downloaded primeorder v0.14.0 |
| 1080 | 2026-08-19T19:42:41.655Z | Downloaded futures-util v0.3.32 |
| 1081 | 2026-08-19T19:42:41.656Z | Downloaded hyper v1.10.1 |
| 1082 | 2026-08-19T19:42:41.672Z | Downloaded defmt v1.0.1 |
| 1083 | 2026-08-19T19:42:41.672Z | Downloaded derive-ex v0.1.8 |
| 1084 | 2026-08-19T19:42:41.672Z | Downloaded darling_macro v0.21.3 |
| 1085 | 2026-08-19T19:42:41.672Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1086 | 2026-08-19T19:42:41.672Z | Downloaded num-iter v0.1.45 |
| 1087 | 2026-08-19T19:42:41.672Z | Downloaded rand_core v0.9.5 |
| 1088 | 2026-08-19T19:42:41.672Z | Downloaded blake3 v1.8.5 |
| 1089 | 2026-08-19T19:42:41.672Z | Downloaded zerofrom v0.1.6 |
| 1090 | 2026-08-19T19:42:41.672Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-08-19T19:42:41.690Z | Downloaded multimap v0.10.1 |
| 1092 | 2026-08-19T19:42:41.690Z | Downloaded h2 v0.4.15 |
| 1093 | 2026-08-19T19:42:41.691Z | Downloaded snafu v0.8.9 |
| 1094 | 2026-08-19T19:42:41.691Z | Downloaded tower-http v0.6.8 |
| 1095 | 2026-08-19T19:42:41.691Z | Downloaded same-file v1.0.6 |
| 1096 | 2026-08-19T19:42:41.691Z | Downloaded scopeguard v1.2.0 |
| 1097 | 2026-08-19T19:42:41.699Z | Downloaded smallvec v1.15.1 |
| 1098 | 2026-08-19T19:42:41.699Z | Downloaded drift v0.2.0 |
| 1099 | 2026-08-19T19:42:41.699Z | Downloaded cookie v0.18.1 |
| 1100 | 2026-08-19T19:42:41.699Z | Downloaded ctutils v0.4.2 |
| 1101 | 2026-08-19T19:42:41.699Z | Downloaded jiff-core v0.1.0 |
| 1102 | 2026-08-19T19:42:41.699Z | Downloaded downcast-rs v2.0.2 |
| 1103 | 2026-08-19T19:42:41.699Z | Downloaded linear-map v1.2.0 |
| 1104 | 2026-08-19T19:42:41.699Z | Downloaded rfc6979 v0.6.0 |
| 1105 | 2026-08-19T19:42:41.699Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1106 | 2026-08-19T19:42:41.699Z | Downloaded untrusted v0.7.1 |
| 1107 | 2026-08-19T19:42:41.699Z | Downloaded dyn-clone v1.0.20 |
| 1108 | 2026-08-19T19:42:41.699Z | Downloaded dsl_auto_type v0.2.0 |
| 1109 | 2026-08-19T19:42:41.699Z | Downloaded reqwest v0.13.2 |
| 1110 | 2026-08-19T19:42:41.707Z | Downloaded hkdf v0.13.0 |
| 1111 | 2026-08-19T19:42:41.708Z | Downloaded icu_provider v2.1.1 |
| 1112 | 2026-08-19T19:42:41.708Z | Downloaded strum v0.26.3 |
| 1113 | 2026-08-19T19:42:41.708Z | Downloaded tiny-keccak v2.0.2 |
| 1114 | 2026-08-19T19:42:41.708Z | Downloaded tokio-dtrace v0.1.1 |
| 1115 | 2026-08-19T19:42:41.708Z | Downloaded pkcs8 v0.10.2 |
| 1116 | 2026-08-19T19:42:41.708Z | Downloaded progenitor-client v0.13.0 |
| 1117 | 2026-08-19T19:42:41.708Z | Downloaded peg-macros v0.8.5 |
| 1118 | 2026-08-19T19:42:41.708Z | Downloaded darling_macro v0.23.0 |
| 1119 | 2026-08-19T19:42:41.709Z | Downloaded md5 v0.8.0 |
| 1120 | 2026-08-19T19:42:41.709Z | Downloaded unit-prefix v0.5.2 |
| 1121 | 2026-08-19T19:42:41.726Z | Downloaded inout v0.1.4 |
| 1122 | 2026-08-19T19:42:41.726Z | Downloaded bitvec v1.0.1 |
| 1123 | 2026-08-19T19:42:41.726Z | Downloaded reedline v0.40.0 |
| 1124 | 2026-08-19T19:42:41.726Z | Downloaded rsa v0.10.0-rc.18 |
| 1125 | 2026-08-19T19:42:41.726Z | Downloaded ryu v1.0.23 |
| 1126 | 2026-08-19T19:42:41.737Z | Downloaded try-lock v0.2.5 |
| 1127 | 2026-08-19T19:42:41.737Z | Downloaded usdt-macro v0.6.0 |
| 1128 | 2026-08-19T19:42:41.737Z | Downloaded similar v2.7.0 |
| 1129 | 2026-08-19T19:42:41.737Z | Downloaded hkdf v0.12.4 |
| 1130 | 2026-08-19T19:42:41.737Z | Downloaded slog-stdlog v4.1.1 |
| 1131 | 2026-08-19T19:42:41.737Z | Downloaded memoffset v0.9.1 |
| 1132 | 2026-08-19T19:42:41.738Z | Downloaded zip v4.6.1 |
| 1133 | 2026-08-19T19:42:41.760Z | Downloaded primeorder v0.13.6 |
| 1134 | 2026-08-19T19:42:41.760Z | Downloaded winnow v0.5.40 |
| 1135 | 2026-08-19T19:42:41.760Z | Downloaded term v0.7.0 |
| 1136 | 2026-08-19T19:42:41.760Z | Downloaded scrypt v0.12.0 |
| 1137 | 2026-08-19T19:42:41.760Z | Downloaded data-encoding v2.10.0 |
| 1138 | 2026-08-19T19:42:41.760Z | Downloaded dof v0.4.0 |
| 1139 | 2026-08-19T19:42:41.760Z | Downloaded crc-catalog v2.4.0 |
| 1140 | 2026-08-19T19:42:41.760Z | Downloaded tagptr v0.2.0 |
| 1141 | 2026-08-19T19:42:41.760Z | Downloaded rawzip v0.4.4 |
| 1142 | 2026-08-19T19:42:41.761Z | Downloaded tungstenite v0.21.0 |
| 1143 | 2026-08-19T19:42:41.781Z | Downloaded derive_more v2.1.1 |
| 1144 | 2026-08-19T19:42:41.781Z | Downloaded convert_case v0.10.0 |
| 1145 | 2026-08-19T19:42:41.781Z | Downloaded keccak v0.2.0 |
| 1146 | 2026-08-19T19:42:41.781Z | Downloaded xattr v1.6.1 |
| 1147 | 2026-08-19T19:42:41.781Z | Downloaded defmt v0.3.100 |
| 1148 | 2026-08-19T19:42:41.781Z | Downloaded sponge-cursor v0.1.0 |
| 1149 | 2026-08-19T19:42:41.782Z | Downloaded publicsuffix v2.3.0 |
| 1150 | 2026-08-19T19:42:41.782Z | Downloaded stringprep v0.1.5 |
| 1151 | 2026-08-19T19:42:41.782Z | Downloaded x509-cert v0.2.5 |
| 1152 | 2026-08-19T19:42:41.782Z | Downloaded qorb v0.4.1 |
| 1153 | 2026-08-19T19:42:41.803Z | Downloaded salty v0.3.0 |
| 1154 | 2026-08-19T19:42:41.803Z | Downloaded proc-macro-crate v3.4.0 |
| 1155 | 2026-08-19T19:42:41.803Z | Downloaded signal-hook-mio v0.2.5 |
| 1156 | 2026-08-19T19:42:41.803Z | Downloaded strum_macros v0.26.4 |
| 1157 | 2026-08-19T19:42:41.803Z | Downloaded supports-unicode v3.0.0 |
| 1158 | 2026-08-19T19:42:41.803Z | Downloaded chrono v0.4.45 |
| 1159 | 2026-08-19T19:42:41.803Z | Downloaded csv-core v0.1.13 |
| 1160 | 2026-08-19T19:42:41.803Z | Downloaded pkcs1 v0.7.5 |
| 1161 | 2026-08-19T19:42:41.803Z | Downloaded sigpipe v0.1.3 |
| 1162 | 2026-08-19T19:42:41.803Z | Downloaded convert_case v0.4.0 |
| 1163 | 2026-08-19T19:42:41.803Z | Downloaded p384 v0.14.0 |
| 1164 | 2026-08-19T19:42:41.803Z | Downloaded papergrid v0.18.0 |
| 1165 | 2026-08-19T19:42:41.803Z | Downloaded pkcs8 v0.11.0 |
| 1166 | 2026-08-19T19:42:41.803Z | Downloaded pkg-config v0.3.32 |
| 1167 | 2026-08-19T19:42:41.803Z | Downloaded predicates v3.1.4 |
| 1168 | 2026-08-19T19:42:41.803Z | Downloaded uzers v0.12.2 |
| 1169 | 2026-08-19T19:42:41.803Z | Downloaded oso-derive v0.27.3 |
| 1170 | 2026-08-19T19:42:41.803Z | Downloaded dirs-sys-next v0.1.2 |
| 1171 | 2026-08-19T19:42:41.803Z | Downloaded is-terminal v0.4.17 |
| 1172 | 2026-08-19T19:42:41.803Z | Downloaded spki v0.8.0 |
| 1173 | 2026-08-19T19:42:41.803Z | Downloaded resolv-conf v0.7.6 |
| 1174 | 2026-08-19T19:42:41.807Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1175 | 2026-08-19T19:42:41.807Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1176 | 2026-08-19T19:42:41.807Z | Downloaded tabwriter v1.4.1 |
| 1177 | 2026-08-19T19:42:41.810Z | Downloaded serde_derive_internals v0.29.1 |
| 1178 | 2026-08-19T19:42:41.810Z | Downloaded newtype-uuid v1.3.2 |
| 1179 | 2026-08-19T19:42:41.818Z | Downloaded ingot v0.2.1 |
| 1180 | 2026-08-19T19:42:41.824Z | Downloaded knus-derive v3.4.0 |
| 1181 | 2026-08-19T19:42:41.828Z | Downloaded phf v0.12.1 |
| 1182 | 2026-08-19T19:42:41.831Z | Downloaded derive-where v1.6.0 |
| 1183 | 2026-08-19T19:42:41.836Z | Downloaded elliptic-curve v0.13.8 |
| 1184 | 2026-08-19T19:42:41.836Z | Downloaded libm v0.2.16 |
| 1185 | 2026-08-19T19:42:41.841Z | Downloaded slog-async v2.8.0 |
| 1186 | 2026-08-19T19:42:41.844Z | Downloaded bindgen v0.71.1 |
| 1187 | 2026-08-19T19:42:41.847Z | Downloaded libxml v0.3.3 |
| 1188 | 2026-08-19T19:42:41.851Z | Downloaded knus v3.4.0 |
| 1189 | 2026-08-19T19:42:41.851Z | Downloaded crossterm v0.29.0 |
| 1190 | 2026-08-19T19:42:41.854Z | Downloaded parking_lot v0.11.2 |
| 1191 | 2026-08-19T19:42:41.854Z | Downloaded sha3 v0.12.0 |
| 1192 | 2026-08-19T19:42:41.857Z | Downloaded module-lattice v0.2.3 |
| 1193 | 2026-08-19T19:42:41.861Z | Downloaded serde_path_to_error v0.1.20 |
| 1194 | 2026-08-19T19:42:41.865Z | Downloaded rustls-native-certs v0.8.3 |
| 1195 | 2026-08-19T19:42:41.866Z | Downloaded diesel_derives v2.3.7 |
| 1196 | 2026-08-19T19:42:41.869Z | Downloaded tar v0.4.46 |
| 1197 | 2026-08-19T19:42:41.874Z | Downloaded ppv-lite86 v0.2.21 |
| 1198 | 2026-08-19T19:42:41.875Z | Downloaded nom v7.1.3 |
| 1199 | 2026-08-19T19:42:41.881Z | Downloaded phf v0.13.1 |
| 1200 | 2026-08-19T19:42:41.882Z | Downloaded miette-derive v7.6.0 |
| 1201 | 2026-08-19T19:42:41.882Z | Downloaded tabled v0.21.0 |
| 1202 | 2026-08-19T19:42:41.891Z | Downloaded zstd v0.13.3 |
| 1203 | 2026-08-19T19:42:41.891Z | Downloaded zerotrie v0.2.3 |
| 1204 | 2026-08-19T19:42:41.906Z | Downloaded idna v1.1.0 |
| 1205 | 2026-08-19T19:42:41.906Z | Downloaded darling v0.23.0 |
| 1206 | 2026-08-19T19:42:41.917Z | Downloaded rustyline v14.0.0 |
| 1207 | 2026-08-19T19:42:41.917Z | Downloaded zstd-safe v7.2.4 |
| 1208 | 2026-08-19T19:42:41.917Z | Downloaded ed25519-dalek v2.2.0 |
| 1209 | 2026-08-19T19:42:41.917Z | Downloaded regex v1.12.3 |
| 1210 | 2026-08-19T19:42:41.917Z | Downloaded tungstenite v0.23.0 |
| 1211 | 2026-08-19T19:42:41.932Z | Downloaded ingot-macros v0.2.0 |
| 1212 | 2026-08-19T19:42:41.932Z | Downloaded minimal-lexical v0.2.1 |
| 1213 | 2026-08-19T19:42:41.932Z | Downloaded git2 v0.20.4 |
| 1214 | 2026-08-19T19:42:41.940Z | Downloaded rayon v1.11.0 |
| 1215 | 2026-08-19T19:42:41.940Z | Downloaded yansi v1.0.1 |
| 1216 | 2026-08-19T19:42:41.957Z | Downloaded tough v0.22.0 |
| 1217 | 2026-08-19T19:42:41.957Z | Downloaded der v0.8.0 |
| 1218 | 2026-08-19T19:42:41.962Z | Downloaded rcgen v0.12.1 |
| 1219 | 2026-08-19T19:42:41.962Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1220 | 2026-08-19T19:42:41.962Z | Downloaded expectorate v1.2.0 |
| 1221 | 2026-08-19T19:42:41.962Z | Downloaded litrs v1.0.0 |
| 1222 | 2026-08-19T19:42:41.962Z | Downloaded tower v0.5.3 |
| 1223 | 2026-08-19T19:42:41.962Z | Downloaded crossterm v0.28.1 |
| 1224 | 2026-08-19T19:42:41.974Z | Downloaded rand v0.9.2 |
| 1225 | 2026-08-19T19:42:41.981Z | Downloaded tracing-core v0.1.36 |
| 1226 | 2026-08-19T19:42:41.981Z | Downloaded moka v0.12.13 |
| 1227 | 2026-08-19T19:42:41.981Z | Downloaded openssl-sys v0.9.117 |
| 1228 | 2026-08-19T19:42:41.981Z | Downloaded petname v2.0.2 |
| 1229 | 2026-08-19T19:42:41.988Z | Downloaded crc32fast v1.5.0 |
| 1230 | 2026-08-19T19:42:41.988Z | Downloaded iri-string v0.7.10 |
| 1231 | 2026-08-19T19:42:41.993Z | Downloaded time v0.3.47 |
| 1232 | 2026-08-19T19:42:41.997Z | Downloaded quinn v0.11.11 |
| 1233 | 2026-08-19T19:42:41.997Z | Downloaded rsa v0.9.10 |
| 1234 | 2026-08-19T19:42:42.002Z | Downloaded mio v1.2.0 |
| 1235 | 2026-08-19T19:42:42.008Z | Downloaded goblin v0.10.5 |
| 1236 | 2026-08-19T19:42:42.013Z | Downloaded crossbeam-channel v0.5.15 |
| 1237 | 2026-08-19T19:42:42.013Z | Downloaded rustls-webpki v0.103.13 |
| 1238 | 2026-08-19T19:42:42.013Z | Downloaded toml_edit v0.19.15 |
| 1239 | 2026-08-19T19:42:42.022Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1240 | 2026-08-19T19:42:42.026Z | Downloaded iddqd v0.4.2 |
| 1241 | 2026-08-19T19:42:42.031Z | Downloaded itertools v0.10.5 |
| 1242 | 2026-08-19T19:42:42.037Z | Downloaded itertools v0.12.1 |
| 1243 | 2026-08-19T19:42:42.042Z | Downloaded rayon-core v1.13.0 |
| 1244 | 2026-08-19T19:42:42.042Z | Downloaded ed25519-dalek v3.0.0 |
| 1245 | 2026-08-19T19:42:42.042Z | Downloaded num-bigint v0.4.6 |
| 1246 | 2026-08-19T19:42:42.049Z | Downloaded derive_more-impl v2.1.1 |
| 1247 | 2026-08-19T19:42:42.064Z | Downloaded p521 v0.14.0 |
| 1248 | 2026-08-19T19:42:42.076Z | Downloaded vcpkg v0.2.15 |
| 1249 | 2026-08-19T19:42:42.103Z | Downloaded winnow v0.6.26 |
| 1250 | 2026-08-19T19:42:42.107Z | Downloaded gimli v0.32.3 |
| 1251 | 2026-08-19T19:42:42.111Z | Downloaded miette v7.6.0 |
| 1252 | 2026-08-19T19:42:42.116Z | Downloaded russh v0.62.4 |
| 1253 | 2026-08-19T19:42:42.120Z | Downloaded unicode-normalization v0.1.25 |
| 1254 | 2026-08-19T19:42:42.125Z | Downloaded bstr v1.12.1 |
| 1255 | 2026-08-19T19:42:42.130Z | Downloaded crypto-primes v0.7.2 |
| 1256 | 2026-08-19T19:42:42.130Z | Downloaded smoltcp v0.9.1 |
| 1257 | 2026-08-19T19:42:42.135Z | Downloaded polar-core v0.27.3 |
| 1258 | 2026-08-19T19:42:42.139Z | Downloaded zerovec v0.11.5 |
| 1259 | 2026-08-19T19:42:42.184Z | Downloaded serde_with v1.14.0 |
| 1260 | 2026-08-19T19:42:42.184Z | Downloaded object v0.30.4 |
| 1261 | 2026-08-19T19:42:42.184Z | Downloaded p384 v0.13.1 |
| 1262 | 2026-08-19T19:42:42.184Z | Downloaded reqwest v0.12.28 |
| 1263 | 2026-08-19T19:42:42.184Z | Downloaded icu_properties_data v2.1.2 |
| 1264 | 2026-08-19T19:42:42.184Z | Downloaded regex-syntax v0.8.10 |
| 1265 | 2026-08-19T19:42:42.184Z | Downloaded zerocopy v0.8.55 |
| 1266 | 2026-08-19T19:42:42.196Z | Downloaded radix_trie v0.2.1 |
| 1267 | 2026-08-19T19:42:42.196Z | Downloaded serde_with v3.21.0 |
| 1268 | 2026-08-19T19:42:42.201Z | Downloaded nix v0.27.1 |
| 1269 | 2026-08-19T19:42:42.202Z | Downloaded nix v0.28.0 |
| 1270 | 2026-08-19T19:42:42.211Z | Downloaded regress v0.10.5 |
| 1271 | 2026-08-19T19:42:42.217Z | Downloaded curve25519-dalek v4.1.3 |
| 1272 | 2026-08-19T19:42:42.222Z | Downloaded smoltcp v0.11.0 |
| 1273 | 2026-08-19T19:42:42.243Z | Downloaded zlib-rs v0.6.2 |
| 1274 | 2026-08-19T19:42:42.247Z | Downloaded proptest v1.11.0 |
| 1275 | 2026-08-19T19:42:42.252Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-08-19T19:42:42.261Z | Downloaded winnow v1.0.3 |
| 1277 | 2026-08-19T19:42:42.267Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-08-19T19:42:42.272Z | Downloaded rustix v0.38.44 |
| 1279 | 2026-08-19T19:42:42.278Z | Downloaded hickory-proto v0.25.2 |
| 1280 | 2026-08-19T19:42:42.286Z | Downloaded lalrpop v0.19.12 |
| 1281 | 2026-08-19T19:42:42.293Z | Downloaded openssl v0.10.80 |
| 1282 | 2026-08-19T19:42:42.304Z | Downloaded quinn-proto v0.11.16 |
| 1283 | 2026-08-19T19:42:42.317Z | Downloaded crypto-bigint v0.7.5 |
| 1284 | 2026-08-19T19:42:42.322Z | Downloaded dropshot v0.17.1 |
| 1285 | 2026-08-19T19:42:42.337Z | Downloaded sqlparser v0.61.0 |
| 1286 | 2026-08-19T19:42:42.351Z | Downloaded curve25519-dalek v5.0.0 |
| 1287 | 2026-08-19T19:42:42.351Z | Downloaded openapiv3 v2.2.0 |
| 1288 | 2026-08-19T19:42:42.351Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-08-19T19:42:42.358Z | Downloaded sled v0.34.7 |
| 1290 | 2026-08-19T19:42:42.358Z | Downloaded regress v0.11.1 |
| 1291 | 2026-08-19T19:42:42.358Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-08-19T19:42:42.384Z | Downloaded nix v0.31.2 |
| 1293 | 2026-08-19T19:42:42.406Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-08-19T19:42:42.420Z | Downloaded object v0.37.3 |
| 1295 | 2026-08-19T19:42:42.447Z | Downloaded regex-automata v0.4.14 |
| 1296 | 2026-08-19T19:42:42.452Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-08-19T19:42:42.475Z | Downloaded jiff v0.2.34 |
| 1298 | 2026-08-19T19:42:42.484Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-08-19T19:42:42.499Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1300 | 2026-08-19T19:42:42.510Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-08-19T19:42:42.516Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-08-19T19:42:42.525Z | Downloaded sha3 v0.11.0 |
| 1303 | 2026-08-19T19:42:42.525Z | Downloaded typify-impl v0.6.2 |
| 1304 | 2026-08-19T19:42:42.537Z | Downloaded ring v0.17.14 |
| 1305 | 2026-08-19T19:42:42.558Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-08-19T19:42:42.579Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-08-19T19:42:42.676Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-08-19T19:42:42.691Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-08-19T19:42:42.696Z | Downloaded csv v1.4.0 |
| 1310 | 2026-08-19T19:42:42.715Z | Downloaded tokio v1.52.1 |
| 1311 | 2026-08-19T19:42:42.760Z | Downloaded encoding_rs v0.8.35 |
| 1312 | 2026-08-19T19:42:42.821Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-08-19T19:42:43.289Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-08-19T19:42:43.559Z | Compiling serde_core v1.0.228 |
| 1315 | 2026-08-19T19:42:43.559Z | Compiling libc v0.2.185 |
| 1316 | 2026-08-19T19:42:43.559Z | Compiling serde v1.0.228 |
| 1317 | 2026-08-19T19:42:43.568Z | Compiling log v0.4.33 |
| 1318 | 2026-08-19T19:42:43.568Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-08-19T19:42:43.568Z | Compiling shlex v1.3.0 |
| 1320 | 2026-08-19T19:42:43.568Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-08-19T19:42:43.568Z | Compiling subtle v2.6.1 |
| 1322 | 2026-08-19T19:42:43.727Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-08-19T19:42:43.737Z | Compiling stable_deref_trait v1.2.1 |
| 1324 | 2026-08-19T19:42:43.749Z | Compiling typenum v1.20.1 |
| 1325 | 2026-08-19T19:42:43.750Z | Compiling zerocopy v0.8.55 |
| 1326 | 2026-08-19T19:42:43.750Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-08-19T19:42:43.826Z | Compiling serde_json v1.0.151 |
| 1328 | 2026-08-19T19:42:43.847Z | Compiling syn v2.0.117 |
| 1329 | 2026-08-19T19:42:43.858Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-08-19T19:42:43.895Z | Compiling libm v0.2.16 |
| 1331 | 2026-08-19T19:42:43.944Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-08-19T19:42:43.954Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-08-19T19:42:43.966Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-08-19T19:42:43.989Z | Compiling generic-array v0.14.7 |
| 1335 | 2026-08-19T19:42:44.000Z | Compiling parking_lot_core v0.9.12 |
| 1336 | 2026-08-19T19:42:44.023Z | Compiling pin-project-lite v0.2.17 |
| 1337 | 2026-08-19T19:42:44.062Z | Compiling const-oid v0.9.6 |
| 1338 | 2026-08-19T19:42:44.108Z | Compiling getrandom v0.3.4 |
| 1339 | 2026-08-19T19:42:44.124Z | Compiling writeable v0.6.2 |
| 1340 | 2026-08-19T19:42:44.141Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-08-19T19:42:44.205Z | Compiling litemap v0.8.1 |
| 1342 | 2026-08-19T19:42:44.276Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-08-19T19:42:44.294Z | Compiling icu_normalizer_data v2.1.1 |
| 1344 | 2026-08-19T19:42:44.358Z | Compiling icu_properties_data v2.1.2 |
| 1345 | 2026-08-19T19:42:44.364Z | Compiling rustix v1.1.4 |
| 1346 | 2026-08-19T19:42:44.364Z | Compiling getrandom v0.4.3 |
| 1347 | 2026-08-19T19:42:44.373Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-08-19T19:42:44.415Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-08-19T19:42:44.439Z | Compiling slab v0.4.12 |
| 1350 | 2026-08-19T19:42:44.609Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-08-19T19:42:44.652Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-08-19T19:42:44.662Z | Compiling utf8_iter v1.0.4 |
| 1353 | 2026-08-19T19:42:44.676Z | Compiling errno v0.3.14 |
| 1354 | 2026-08-19T19:42:44.700Z | Compiling jobserver v0.1.34 |
| 1355 | 2026-08-19T19:42:44.716Z | Compiling getrandom v0.2.17 |
| 1356 | 2026-08-19T19:42:44.764Z | Compiling mio v1.2.0 |
| 1357 | 2026-08-19T19:42:44.799Z | Compiling signal-hook-registry v1.4.8 |
| 1358 | 2026-08-19T19:42:44.831Z | Compiling socket2 v0.6.3 |
| 1359 | 2026-08-19T19:42:44.893Z | Compiling once_cell v1.21.3 |
| 1360 | 2026-08-19T19:42:44.897Z | Compiling rand_core v0.6.4 |
| 1361 | 2026-08-19T19:42:44.909Z | Compiling cc v1.2.56 |
| 1362 | 2026-08-19T19:42:44.958Z | Compiling parking_lot v0.12.5 |
| 1363 | 2026-08-19T19:42:44.990Z | Compiling futures-task v0.3.32 |
| 1364 | 2026-08-19T19:42:45.025Z | Compiling form_urlencoded v1.2.2 |
| 1365 | 2026-08-19T19:42:45.084Z | Compiling rustversion v1.0.22 |
| 1366 | 2026-08-19T19:42:45.101Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-08-19T19:42:45.136Z | Compiling base64ct v1.8.3 |
| 1368 | 2026-08-19T19:42:45.169Z | Compiling ident_case v1.0.1 |
| 1369 | 2026-08-19T19:42:45.186Z | Compiling fs_extra v1.3.0 |
| 1370 | 2026-08-19T19:42:45.204Z | Compiling regex-syntax v0.8.10 |
| 1371 | 2026-08-19T19:42:45.216Z | Compiling dunce v1.0.5 |
| 1372 | 2026-08-19T19:42:45.219Z | Compiling flagset v0.4.7 |
| 1373 | 2026-08-19T19:42:45.257Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-08-19T19:42:45.268Z | Compiling base64 v0.22.1 |
| 1375 | 2026-08-19T19:42:45.311Z | Compiling syn v1.0.109 |
| 1376 | 2026-08-19T19:42:45.311Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-08-19T19:42:45.342Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-08-19T19:42:45.345Z | Compiling dyn-clone v1.0.20 |
| 1379 | 2026-08-19T19:42:45.375Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-08-19T19:42:45.446Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-08-19T19:42:45.471Z | Compiling schemars v0.8.22 |
| 1382 | 2026-08-19T19:42:45.487Z | Compiling aws-lc-rs v1.16.3 |
| 1383 | 2026-08-19T19:42:45.526Z | Compiling simd-adler32 v0.3.8 |
| 1384 | 2026-08-19T19:42:45.541Z | Compiling spin v0.9.8 |
| 1385 | 2026-08-19T19:42:45.544Z | Compiling adler2 v2.0.1 |
| 1386 | 2026-08-19T19:42:45.598Z | Compiling crc32fast v1.5.0 |
| 1387 | 2026-08-19T19:42:45.640Z | Compiling cmake v0.1.57 |
| 1388 | 2026-08-19T19:42:45.706Z | Compiling openssl-probe v0.2.1 |
| 1389 | 2026-08-19T19:42:45.741Z | Compiling cmov v0.5.4 |
| 1390 | 2026-08-19T19:42:45.774Z | Compiling tinyvec_macros v0.1.1 |
| 1391 | 2026-08-19T19:42:45.791Z | Compiling httparse v1.10.1 |
| 1392 | 2026-08-19T19:42:45.794Z | Compiling miniz_oxide v0.8.9 |
| 1393 | 2026-08-19T19:42:45.822Z | Compiling aho-corasick v1.1.4 |
| 1394 | 2026-08-19T19:42:45.853Z | Compiling tinyvec v1.10.0 |
| 1395 | 2026-08-19T19:42:45.881Z | Compiling bitflags v2.11.0 |
| 1396 | 2026-08-19T19:42:45.920Z | Compiling semver v1.0.28 |
| 1397 | 2026-08-19T19:42:45.969Z | Compiling indexmap v2.14.0 |
| 1398 | 2026-08-19T19:42:46.046Z | Compiling uuid v1.23.4 |
| 1399 | 2026-08-19T19:42:46.076Z | Compiling ctutils v0.4.2 |
| 1400 | 2026-08-19T19:42:46.161Z | Compiling rustc_version v0.4.1 |
| 1401 | 2026-08-19T19:42:46.175Z | Compiling tower-service v0.3.3 |
| 1402 | 2026-08-19T19:42:46.210Z | Compiling try-lock v0.2.5 |
| 1403 | 2026-08-19T19:42:46.224Z | Compiling atomic-waker v1.1.2 |
| 1404 | 2026-08-19T19:42:46.253Z | Compiling radium v0.7.0 |
| 1405 | 2026-08-19T19:42:46.283Z | Compiling tower-layer v0.3.3 |
| 1406 | 2026-08-19T19:42:46.326Z | Compiling untrusted v0.7.1 |
| 1407 | 2026-08-19T19:42:46.341Z | Compiling want v0.3.1 |
| 1408 | 2026-08-19T19:42:46.454Z | Compiling untrusted v0.9.0 |
| 1409 | 2026-08-19T19:42:46.483Z | Compiling httpdate v1.0.3 |
| 1410 | 2026-08-19T19:42:46.494Z | Compiling rustls v0.23.41 |
| 1411 | 2026-08-19T19:42:46.513Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-19T19:42:46.531Z | Compiling openssl-sys v0.9.117 |
| 1413 | 2026-08-19T19:42:46.566Z | Compiling foreign-types-shared v0.1.1 |
| 1414 | 2026-08-19T19:42:46.585Z | Compiling openssl v0.10.80 |
| 1415 | 2026-08-19T19:42:46.640Z | Compiling maybe-uninit v2.0.0 |
| 1416 | 2026-08-19T19:42:46.681Z | Compiling regex-automata v0.4.14 |
| 1417 | 2026-08-19T19:42:46.685Z | Compiling tap v1.0.1 |
| 1418 | 2026-08-19T19:42:46.698Z | Compiling synstructure v0.13.2 |
| 1419 | 2026-08-19T19:42:46.698Z | Compiling serde_derive_internals v0.29.1 |
| 1420 | 2026-08-19T19:42:46.732Z | Compiling pest_generator v2.8.6 |
| 1421 | 2026-08-19T19:42:46.758Z | Compiling darling_core v0.20.11 |
| 1422 | 2026-08-19T19:42:46.883Z | Compiling wyz v0.5.1 |
| 1423 | 2026-08-19T19:42:46.908Z | Compiling foreign-types v0.3.2 |
| 1424 | 2026-08-19T19:42:46.990Z | Compiling tempfile v3.27.0 |
| 1425 | 2026-08-19T19:42:46.995Z | Compiling terminal_size v0.4.3 |
| 1426 | 2026-08-19T19:42:47.148Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1427 | 2026-08-19T19:42:47.190Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1428 | 2026-08-19T19:42:47.251Z | Compiling unicode-normalization v0.1.25 |
| 1429 | 2026-08-19T19:42:47.341Z | Compiling num-integer v0.1.46 |
| 1430 | 2026-08-19T19:42:47.393Z | Compiling wait-timeout v0.2.1 |
| 1431 | 2026-08-19T19:42:47.408Z | Compiling ahash v0.8.12 |
| 1432 | 2026-08-19T19:42:47.485Z | Compiling bit-vec v0.8.0 |
| 1433 | 2026-08-19T19:42:47.543Z | Compiling num-conv v0.2.0 |
| 1434 | 2026-08-19T19:42:47.604Z | Compiling packed_struct v0.10.1 |
| 1435 | 2026-08-19T19:42:47.634Z | Compiling quick-error v1.2.3 |
| 1436 | 2026-08-19T19:42:47.649Z | Compiling native-tls v0.2.18 |
| 1437 | 2026-08-19T19:42:47.665Z | Compiling num-bigint-dig v0.8.6 |
| 1438 | 2026-08-19T19:42:47.688Z | Compiling time-core v0.1.8 |
| 1439 | 2026-08-19T19:42:47.703Z | Compiling funty v2.0.0 |
| 1440 | 2026-08-19T19:42:47.706Z | Compiling powerfmt v0.2.0 |
| 1441 | 2026-08-19T19:42:47.733Z | Compiling rusty-fork v0.3.1 |
| 1442 | 2026-08-19T19:42:47.749Z | Compiling bit-set v0.8.0 |
| 1443 | 2026-08-19T19:42:47.752Z | Compiling clap_builder v4.6.0 |
| 1444 | 2026-08-19T19:42:47.857Z | Compiling time-macros v0.2.27 |
| 1445 | 2026-08-19T19:42:47.872Z | Compiling deranged v0.5.8 |
| 1446 | 2026-08-19T19:42:47.933Z | Compiling num-iter v0.1.45 |
| 1447 | 2026-08-19T19:42:47.961Z | Compiling lazy_static v1.5.0 |
| 1448 | 2026-08-19T19:42:47.990Z | Compiling rand_xorshift v0.4.0 |
| 1449 | 2026-08-19T19:42:48.026Z | Compiling sync_wrapper v1.0.2 |
| 1450 | 2026-08-19T19:42:48.077Z | Compiling bitvec v1.0.1 |
| 1451 | 2026-08-19T19:42:48.092Z | Compiling indexmap v1.9.3 |
| 1452 | 2026-08-19T19:42:48.106Z | Compiling num_threads v0.1.7 |
| 1453 | 2026-08-19T19:42:48.193Z | Compiling zlib-rs v0.6.2 |
| 1454 | 2026-08-19T19:42:48.203Z | Compiling crossbeam-utils v0.8.21 |
| 1455 | 2026-08-19T19:42:48.235Z | Compiling object v0.37.3 |
| 1456 | 2026-08-19T19:42:48.320Z | Compiling nodrop v0.1.14 |
| 1457 | 2026-08-19T19:42:48.339Z | Compiling siphasher v1.0.2 |
| 1458 | 2026-08-19T19:42:48.424Z | Compiling unarray v0.1.4 |
| 1459 | 2026-08-19T19:42:48.497Z | Compiling usdt-impl v0.6.0 |
| 1460 | 2026-08-19T19:42:48.529Z | Compiling crc-catalog v2.4.0 |
| 1461 | 2026-08-19T19:42:48.532Z | Compiling serde_derive v1.0.228 |
| 1462 | 2026-08-19T19:42:48.561Z | Compiling zeroize_derive v1.5.0 |
| 1463 | 2026-08-19T19:42:48.564Z | Compiling zerocopy-derive v0.8.55 |
| 1464 | 2026-08-19T19:42:48.643Z | Compiling zerofrom-derive v0.1.6 |
| 1465 | 2026-08-19T19:42:48.725Z | Compiling yoke-derive v0.8.1 |
| 1466 | 2026-08-19T19:42:48.904Z | Compiling zerovec-derive v0.11.2 |
| 1467 | 2026-08-19T19:42:48.919Z | Compiling displaydoc v0.2.5 |
| 1468 | 2026-08-19T19:42:48.994Z | Compiling tokio-macros v2.7.0 |
| 1469 | 2026-08-19T19:42:49.219Z | Compiling futures-macro v0.3.32 |
| 1470 | 2026-08-19T19:42:49.246Z | Compiling thiserror-impl v2.0.18 |
| 1471 | 2026-08-19T19:42:49.608Z | Compiling der_derive v0.7.3 |
| 1472 | 2026-08-19T19:42:49.713Z | Compiling tracing-attributes v0.1.31 |
| 1473 | 2026-08-19T19:42:49.779Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2026-08-19T19:42:49.826Z | Compiling scroll_derive v0.13.1 |
| 1475 | 2026-08-19T19:42:49.985Z | Compiling pest_derive v2.8.6 |
| 1476 | 2026-08-19T19:42:50.096Z | Compiling futures-util v0.3.32 |
| 1477 | 2026-08-19T19:42:50.112Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-08-19T19:42:50.131Z | Compiling zerofrom v0.1.6 |
| 1479 | 2026-08-19T19:42:50.274Z | Compiling yoke v0.8.1 |
| 1480 | 2026-08-19T19:42:50.475Z | Compiling zerovec v0.11.5 |
| 1481 | 2026-08-19T19:42:50.489Z | Compiling zerotrie v0.2.3 |
| 1482 | 2026-08-19T19:42:50.673Z | Compiling openssl-macros v0.1.1 |
| 1483 | 2026-08-19T19:42:50.690Z | Compiling thiserror-impl v1.0.69 |
| 1484 | 2026-08-19T19:42:50.695Z | Compiling thiserror v2.0.18 |
| 1485 | 2026-08-19T19:42:50.719Z | Compiling scroll v0.13.0 |
| 1486 | 2026-08-19T19:42:50.814Z | Compiling darling v0.20.11 |
| 1487 | 2026-08-19T19:42:50.828Z | Compiling packed_struct_codegen v0.10.1 |
| 1488 | 2026-08-19T19:42:50.917Z | Compiling clap_derive v4.6.1 |
| 1489 | 2026-08-19T19:42:50.931Z | Compiling zerocopy-derive v0.6.6 |
| 1490 | 2026-08-19T19:42:51.019Z | Compiling tinystr v0.8.2 |
| 1491 | 2026-08-19T19:42:51.028Z | Compiling potential_utf v0.1.4 |
| 1492 | 2026-08-19T19:42:51.038Z | Compiling goblin v0.10.5 |
| 1493 | 2026-08-19T19:42:51.148Z | Compiling icu_collections v2.1.1 |
| 1494 | 2026-08-19T19:42:51.154Z | Compiling tracing v0.1.44 |
| 1495 | 2026-08-19T19:42:51.202Z | Compiling icu_locale_core v2.1.1 |
| 1496 | 2026-08-19T19:42:51.222Z | Compiling bitfield-macros v0.19.4 |
| 1497 | 2026-08-19T19:42:51.445Z | Compiling paste v1.0.15 |
| 1498 | 2026-08-19T19:42:51.461Z | Compiling flate2 v1.1.9 |
| 1499 | 2026-08-19T19:42:51.640Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-08-19T19:42:51.851Z | Compiling zerocopy v0.6.6 |
| 1501 | 2026-08-19T19:42:51.867Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-08-19T19:42:51.973Z | Compiling icu_provider v2.1.1 |
| 1503 | 2026-08-19T19:42:51.994Z | Compiling bitfield v0.19.4 |
| 1504 | 2026-08-19T19:42:52.025Z | Compiling time v0.3.47 |
| 1505 | 2026-08-19T19:42:52.059Z | Compiling thiserror v1.0.69 |
| 1506 | 2026-08-19T19:42:52.176Z | Compiling zeroize v1.9.0 |
| 1507 | 2026-08-19T19:42:52.180Z | Compiling bytes v1.11.1 |
| 1508 | 2026-08-19T19:42:52.215Z | Compiling chrono v0.4.45 |
| 1509 | 2026-08-19T19:42:52.231Z | Compiling ipnet v2.12.0 |
| 1510 | 2026-08-19T19:42:52.295Z | Compiling icu_properties v2.1.2 |
| 1511 | 2026-08-19T19:42:52.314Z | Compiling icu_normalizer v2.1.1 |
| 1512 | 2026-08-19T19:42:52.459Z | Compiling der v0.7.10 |
| 1513 | 2026-08-19T19:42:52.553Z | Compiling rustls-pki-types v1.14.0 |
| 1514 | 2026-08-19T19:42:52.616Z | Compiling hybrid-array v0.4.13 |
| 1515 | 2026-08-19T19:42:52.743Z | Compiling tokio v1.52.1 |
| 1516 | 2026-08-19T19:42:52.774Z | Compiling http v1.4.2 |
| 1517 | 2026-08-19T19:42:52.830Z | Compiling hex v0.4.3 |
| 1518 | 2026-08-19T19:42:52.872Z | Compiling serde_spanned v0.6.9 |
| 1519 | 2026-08-19T19:42:53.017Z | Compiling block-buffer v0.10.4 |
| 1520 | 2026-08-19T19:42:53.024Z | Compiling crypto-common v0.1.7 |
| 1521 | 2026-08-19T19:42:53.037Z | Compiling toml_datetime v0.6.11 |
| 1522 | 2026-08-19T19:42:53.108Z | Compiling clap v4.6.1 |
| 1523 | 2026-08-19T19:42:53.189Z | Compiling idna_adapter v1.2.1 |
| 1524 | 2026-08-19T19:42:53.200Z | Compiling digest v0.10.7 |
| 1525 | 2026-08-19T19:42:53.217Z | Compiling ppv-lite86 v0.2.21 |
| 1526 | 2026-08-19T19:42:53.316Z | Compiling idna v1.1.0 |
| 1527 | 2026-08-19T19:42:53.349Z | Compiling spki v0.7.3 |
| 1528 | 2026-08-19T19:42:53.423Z | Compiling http-body v1.0.1 |
| 1529 | 2026-08-19T19:42:53.439Z | Compiling sha2 v0.10.9 |
| 1530 | 2026-08-19T19:42:53.478Z | Compiling signature v2.2.0 |
| 1531 | 2026-08-19T19:42:53.570Z | Compiling rand_chacha v0.9.0 |
| 1532 | 2026-08-19T19:42:53.992Z | Compiling pkcs8 v0.10.2 |
| 1533 | 2026-08-19T19:42:54.401Z | Compiling rand_chacha v0.3.1 |
| 1534 | 2026-08-19T19:42:54.401Z | Compiling url v2.5.8 |
| 1535 | 2026-08-19T19:42:54.401Z | Compiling hmac v0.12.1 |
| 1536 | 2026-08-19T19:42:54.401Z | Compiling http-body-util v0.1.3 |
| 1537 | 2026-08-19T19:42:54.401Z | Compiling rand v0.9.2 |
| 1538 | 2026-08-19T19:42:54.401Z | Compiling rand v0.8.6 |
| 1539 | 2026-08-19T19:42:54.401Z | Compiling dof v0.4.0 |
| 1540 | 2026-08-19T19:42:54.401Z | Compiling pkcs1 v0.7.5 |
| 1541 | 2026-08-19T19:42:54.407Z | Compiling crc v3.4.0 |
| 1542 | 2026-08-19T19:42:54.407Z | Compiling scroll_derive v0.12.1 |
| 1543 | 2026-08-19T19:42:54.407Z | Compiling structmeta-derive v0.3.0 |
| 1544 | 2026-08-19T19:42:54.407Z | Compiling array-init v0.0.4 |
| 1545 | 2026-08-19T19:42:54.407Z | Compiling smallvec v0.6.14 |
| 1546 | 2026-08-19T19:42:54.413Z | Compiling proptest v1.11.0 |
| 1547 | 2026-08-19T19:42:54.440Z | Compiling darling_core v0.23.0 |
| 1548 | 2026-08-19T19:42:54.604Z | Compiling heapless v0.7.17 |
| 1549 | 2026-08-19T19:42:54.658Z | Compiling slog v2.8.2 |
| 1550 | 2026-08-19T19:42:54.699Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-08-19T19:42:54.714Z | Compiling env_filter v2.0.0 |
| 1552 | 2026-08-19T19:42:54.774Z | Compiling cookie v0.18.1 |
| 1553 | 2026-08-19T19:42:54.793Z | Compiling iri-string v0.7.10 |
| 1554 | 2026-08-19T19:42:54.858Z | Compiling unicode-bidi v0.3.18 |
| 1555 | 2026-08-19T19:42:54.874Z | Compiling signal-hook v0.3.18 |
| 1556 | 2026-08-19T19:42:54.898Z | Compiling ryu v1.0.23 |
| 1557 | 2026-08-19T19:42:54.977Z | Compiling base64 v0.21.7 |
| 1558 | 2026-08-19T19:42:55.031Z | Compiling ipnetwork v0.21.1 |
| 1559 | 2026-08-19T19:42:55.047Z | Compiling anyhow v1.0.104 |
| 1560 | 2026-08-19T19:42:55.073Z | Compiling gimli v0.32.3 |
| 1561 | 2026-08-19T19:42:55.085Z | Compiling unicode-properties v0.1.4 |
| 1562 | 2026-08-19T19:42:55.100Z | Compiling winnow v0.5.40 |
| 1563 | 2026-08-19T19:42:55.307Z | Compiling allocator-api2 v0.2.21 |
| 1564 | 2026-08-19T19:42:55.324Z | Compiling hashbrown v0.12.3 |
| 1565 | 2026-08-19T19:42:55.337Z | Compiling zstd-safe v7.2.4 |
| 1566 | 2026-08-19T19:42:55.390Z | Compiling structmeta v0.3.0 |
| 1567 | 2026-08-19T19:42:55.406Z | Compiling oxnet v0.1.6 |
| 1568 | 2026-08-19T19:42:55.441Z | Compiling stringprep v0.1.5 |
| 1569 | 2026-08-19T19:42:55.533Z | Compiling ron v0.8.1 |
| 1570 | 2026-08-19T19:42:55.597Z | Compiling serde_urlencoded v0.7.1 |
| 1571 | 2026-08-19T19:42:55.610Z | Compiling rsa v0.9.10 |
| 1572 | 2026-08-19T19:42:55.729Z | Compiling env_logger v0.11.11 |
| 1573 | 2026-08-19T19:42:55.823Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1574 | 2026-08-19T19:42:55.866Z | Compiling scroll v0.12.0 |
| 1575 | 2026-08-19T19:42:55.888Z | Compiling serde-hex v0.1.0 |
| 1576 | 2026-08-19T19:42:56.092Z | Compiling camino v1.2.5 |
| 1577 | 2026-08-19T19:42:56.302Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1578 | 2026-08-19T19:42:56.444Z | Compiling toml_edit v0.19.15 |
| 1579 | 2026-08-19T19:42:56.479Z | Compiling bzip2 v0.4.4 |
| 1580 | 2026-08-19T19:42:56.492Z | Compiling hashbrown v0.13.2 |
| 1581 | 2026-08-19T19:42:56.509Z | Compiling x509-cert v0.2.5 |
| 1582 | 2026-08-19T19:42:56.539Z | Compiling tokio-util v0.7.18 |
| 1583 | 2026-08-19T19:42:56.680Z | Compiling tower v0.5.3 |
| 1584 | 2026-08-19T19:42:56.703Z | Compiling tokio-native-tls v0.3.1 |
| 1585 | 2026-08-19T19:42:56.975Z | Compiling newtype-uuid v1.3.2 |
| 1586 | 2026-08-19T19:42:57.005Z | Compiling darling_macro v0.23.0 |
| 1587 | 2026-08-19T19:42:57.027Z | Compiling addr2line v0.25.1 |
| 1588 | 2026-08-19T19:42:57.044Z | Compiling md-5 v0.10.6 |
| 1589 | 2026-08-19T19:42:57.227Z | Compiling tower-http v0.6.8 |
| 1590 | 2026-08-19T19:42:57.242Z | Compiling crypto-common v0.2.2 |
| 1591 | 2026-08-19T19:42:57.307Z | Compiling h2 v0.4.15 |
| 1592 | 2026-08-19T19:42:57.375Z | Compiling block-padding v0.4.2 |
| 1593 | 2026-08-19T19:42:57.527Z | Compiling block-buffer v0.12.1 |
| 1594 | 2026-08-19T19:42:57.565Z | Compiling rustls-native-certs v0.8.3 |
| 1595 | 2026-08-19T19:42:57.665Z | Compiling derive_builder_macro v0.20.2 |
| 1596 | 2026-08-19T19:42:57.679Z | Compiling serde_tokenstream v0.2.3 |
| 1597 | 2026-08-19T19:42:57.695Z | Compiling erased-serde v0.3.31 |
| 1598 | 2026-08-19T19:42:57.878Z | Compiling bstr v1.12.1 |
| 1599 | 2026-08-19T19:42:58.025Z | Compiling zerocopy-derive v0.7.35 |
| 1600 | 2026-08-19T19:42:58.176Z | Compiling async-trait v0.1.89 |
| 1601 | 2026-08-19T19:42:58.191Z | Compiling pin-project-internal v1.1.11 |
| 1602 | 2026-08-19T19:42:58.216Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-08-19T19:42:58.284Z | Compiling curve25519-dalek v4.1.3 |
| 1604 | 2026-08-19T19:42:58.521Z | Compiling vergen-lib v9.1.0 |
| 1605 | 2026-08-19T19:42:58.562Z | Compiling hash32 v0.2.1 |
| 1606 | 2026-08-19T19:42:58.645Z | Compiling encoding_rs v0.8.35 |
| 1607 | 2026-08-19T19:42:58.723Z | Compiling memoffset v0.9.1 |
| 1608 | 2026-08-19T19:42:58.750Z | Compiling litrs v1.0.0 |
| 1609 | 2026-08-19T19:42:58.786Z | Compiling crc-any v2.5.0 |
| 1610 | 2026-08-19T19:42:58.940Z | Compiling mime v0.3.17 |
| 1611 | 2026-08-19T19:42:58.961Z | Compiling rustix v0.38.44 |
| 1612 | 2026-08-19T19:42:59.016Z | Compiling psl-types v2.0.11 |
| 1613 | 2026-08-19T19:42:59.043Z | Compiling rustc-demangle v0.1.27 |
| 1614 | 2026-08-19T19:42:59.059Z | Compiling owo-colors v4.3.0 |
| 1615 | 2026-08-19T19:42:59.063Z | Compiling fallible-iterator v0.2.0 |
| 1616 | 2026-08-19T19:42:59.157Z | Compiling cfg_aliases v0.2.1 |
| 1617 | 2026-08-19T19:42:59.172Z | Compiling smoltcp v0.9.1 |
| 1618 | 2026-08-19T19:42:59.223Z | Compiling ref-cast v1.0.25 |
| 1619 | 2026-08-19T19:42:59.246Z | Compiling nix v0.31.2 |
| 1620 | 2026-08-19T19:42:59.261Z | Compiling publicsuffix v2.3.0 |
| 1621 | 2026-08-19T19:42:59.285Z | Compiling document-features v0.2.12 |
| 1622 | 2026-08-19T19:42:59.373Z | Compiling pin-project v1.1.11 |
| 1623 | 2026-08-19T19:42:59.402Z | Compiling postgres-protocol v0.6.10 |
| 1624 | 2026-08-19T19:42:59.431Z | Compiling backtrace v0.3.76 |
| 1625 | 2026-08-19T19:42:59.451Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1626 | 2026-08-19T19:42:59.467Z | Compiling daft v0.1.7 |
| 1627 | 2026-08-19T19:42:59.480Z | Compiling zerocopy v0.7.35 |
| 1628 | 2026-08-19T19:42:59.635Z | Compiling derive_builder v0.20.2 |
| 1629 | 2026-08-19T19:42:59.704Z | Compiling toml v0.7.8 |
| 1630 | 2026-08-19T19:42:59.773Z | Compiling darling v0.23.0 |
| 1631 | 2026-08-19T19:42:59.789Z | Compiling inout v0.2.2 |
| 1632 | 2026-08-19T19:42:59.870Z | Compiling object v0.30.4 |
| 1633 | 2026-08-19T19:42:59.909Z | Compiling zip v0.6.6 |
| 1634 | 2026-08-19T19:42:59.966Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1635 | 2026-08-19T19:42:59.989Z | Compiling goblin v0.8.2 |
| 1636 | 2026-08-19T19:43:00.079Z | Compiling derive-ex v0.1.8 |
| 1637 | 2026-08-19T19:43:00.268Z | Compiling futures-executor v0.3.32 |
| 1638 | 2026-08-19T19:43:00.283Z | Compiling hubpack_derive v0.1.1 |
| 1639 | 2026-08-19T19:43:00.326Z | Compiling regex v1.12.3 |
| 1640 | 2026-08-19T19:43:00.515Z | Compiling hyper v1.10.1 |
| 1641 | 2026-08-19T19:43:00.531Z | Compiling strum_macros v0.27.2 |
| 1642 | 2026-08-19T19:43:00.545Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1643 | 2026-08-19T19:43:00.563Z | Compiling ref-cast-impl v1.0.25 |
| 1644 | 2026-08-19T19:43:00.578Z | Compiling snafu-derive v0.8.9 |
| 1645 | 2026-08-19T19:43:00.618Z | Compiling phf_shared v0.13.1 |
| 1646 | 2026-08-19T19:43:00.633Z | Compiling vergen v9.1.0 |
| 1647 | 2026-08-19T19:43:00.776Z | Compiling cargo-platform v0.3.2 |
| 1648 | 2026-08-19T19:43:00.779Z | Compiling ff v0.13.1 |
| 1649 | 2026-08-19T19:43:00.834Z | Compiling fs-err v3.3.0 |
| 1650 | 2026-08-19T19:43:00.879Z | Compiling same-file v1.0.6 |
| 1651 | 2026-08-19T19:43:00.943Z | Compiling libbz2-rs-sys v0.2.2 |
| 1652 | 2026-08-19T19:43:01.047Z | Compiling jiff-core v0.1.0 |
| 1653 | 2026-08-19T19:43:01.071Z | Compiling foldhash v0.1.5 |
| 1654 | 2026-08-19T19:43:01.071Z | Compiling foldhash v0.2.0 |
| 1655 | 2026-08-19T19:43:01.165Z | Compiling base16ct v0.2.0 |
| 1656 | 2026-08-19T19:43:01.233Z | Compiling unicode-segmentation v1.12.0 |
| 1657 | 2026-08-19T19:43:01.261Z | Compiling either v1.15.0 |
| 1658 | 2026-08-19T19:43:01.326Z | Compiling bumpalo v3.20.2 |
| 1659 | 2026-08-19T19:43:01.370Z | Compiling path-slash v0.1.5 |
| 1660 | 2026-08-19T19:43:01.491Z | Compiling is_ci v1.2.0 |
| 1661 | 2026-08-19T19:43:01.521Z | Compiling bitflags v1.3.2 |
| 1662 | 2026-08-19T19:43:01.544Z | Compiling managed v0.8.0 |
| 1663 | 2026-08-19T19:43:01.594Z | Compiling supports-color v3.0.2 |
| 1664 | 2026-08-19T19:43:01.612Z | Compiling zopfli v0.8.3 |
| 1665 | 2026-08-19T19:43:01.646Z | Compiling hyper-util v0.1.20 |
| 1666 | 2026-08-19T19:43:01.649Z | Compiling bzip2 v0.6.1 |
| 1667 | 2026-08-19T19:43:01.675Z | Compiling sec1 v0.7.3 |
| 1668 | 2026-08-19T19:43:01.781Z | Compiling hashbrown v0.16.1 |
| 1669 | 2026-08-19T19:43:01.847Z | Compiling test-strategy v0.4.5 |
| 1670 | 2026-08-19T19:43:01.930Z | Compiling jiff v0.2.34 |
| 1671 | 2026-08-19T19:43:02.024Z | Compiling textwrap v0.16.2 |
| 1672 | 2026-08-19T19:43:02.195Z | Compiling hashbrown v0.15.5 |
| 1673 | 2026-08-19T19:43:02.348Z | Compiling dof v0.3.0 |
| 1674 | 2026-08-19T19:43:02.462Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1675 | 2026-08-19T19:43:02.576Z | Compiling strum v0.27.2 |
| 1676 | 2026-08-19T19:43:02.590Z | Compiling snafu v0.8.9 |
| 1677 | 2026-08-19T19:43:02.656Z | Compiling walkdir v2.5.0 |
| 1678 | 2026-08-19T19:43:02.737Z | Compiling cargo_metadata v0.23.1 |
| 1679 | 2026-08-19T19:43:02.743Z | Compiling group v0.13.0 |
| 1680 | 2026-08-19T19:43:02.797Z | Compiling phf v0.13.1 |
| 1681 | 2026-08-19T19:43:02.851Z | Compiling hubpack v0.1.2 |
| 1682 | 2026-08-19T19:43:02.945Z | Compiling futures v0.3.32 |
| 1683 | 2026-08-19T19:43:02.970Z | Compiling signal-hook-mio v0.2.5 |
| 1684 | 2026-08-19T19:43:02.987Z | Compiling cookie_store v0.22.1 |
| 1685 | 2026-08-19T19:43:03.041Z | Compiling zstd v0.13.3 |
| 1686 | 2026-08-19T19:43:03.093Z | Compiling cipher v0.5.2 |
| 1687 | 2026-08-19T19:43:03.109Z | Compiling hyper-tls v0.6.0 |
| 1688 | 2026-08-19T19:43:03.125Z | Compiling serde_with_macros v3.21.0 |
| 1689 | 2026-08-19T19:43:03.322Z | Compiling reqwest v0.12.28 |
| 1690 | 2026-08-19T19:43:03.364Z | Compiling backtrace-ext v0.2.1 |
| 1691 | 2026-08-19T19:43:03.384Z | Compiling postgres-types v0.2.12 |
| 1692 | 2026-08-19T19:43:03.518Z | Compiling globset v0.4.18 |
| 1693 | 2026-08-19T19:43:03.563Z | Compiling usdt-attr-macro v0.6.0 |
| 1694 | 2026-08-19T19:43:04.010Z | Compiling usdt-macro v0.6.0 |
| 1695 | 2026-08-19T19:43:04.013Z | Compiling byte-wrapper v0.1.0 |
| 1696 | 2026-08-19T19:43:04.013Z | Compiling hkdf v0.12.4 |
| 1697 | 2026-08-19T19:43:04.013Z | Compiling ed25519 v2.2.3 |
| 1698 | 2026-08-19T19:43:04.056Z | Compiling crypto-bigint v0.5.5 |
| 1699 | 2026-08-19T19:43:04.139Z | Compiling dtrace-parser v0.2.0 |
| 1700 | 2026-08-19T19:43:04.153Z | Compiling serde-big-array v0.5.1 |
| 1701 | 2026-08-19T19:43:04.193Z | Compiling serde_plain v1.0.2 |
| 1702 | 2026-08-19T19:43:04.233Z | Compiling olpc-cjson v0.1.4 |
| 1703 | 2026-08-19T19:43:04.307Z | Compiling strum_macros v0.26.4 |
| 1704 | 2026-08-19T19:43:04.324Z | Compiling serde_repr v0.1.20 |
| 1705 | 2026-08-19T19:43:04.411Z | Compiling async-recursion v1.1.1 |
| 1706 | 2026-08-19T19:43:04.431Z | Compiling enum-as-inner v0.6.1 |
| 1707 | 2026-08-19T19:43:04.436Z | Compiling miette-derive v7.6.0 |
| 1708 | 2026-08-19T19:43:04.442Z | Compiling phf_shared v0.11.3 |
| 1709 | 2026-08-19T19:43:04.632Z | Compiling float-cmp v0.10.0 |
| 1710 | 2026-08-19T19:43:04.653Z | Compiling pem v3.0.6 |
| 1711 | 2026-08-19T19:43:04.798Z | Compiling memmap2 v0.9.10 |
| 1712 | 2026-08-19T19:43:04.896Z | Compiling thread-id v4.2.2 |
| 1713 | 2026-08-19T19:43:04.910Z | Compiling fixedbitset v0.4.2 |
| 1714 | 2026-08-19T19:43:04.919Z | Compiling difflib v0.4.0 |
| 1715 | 2026-08-19T19:43:04.970Z | Compiling data-encoding v2.10.0 |
| 1716 | 2026-08-19T19:43:04.990Z | Compiling typed-path v0.9.3 |
| 1717 | 2026-08-19T19:43:05.007Z | Compiling supports-hyperlinks v3.2.0 |
| 1718 | 2026-08-19T19:43:05.037Z | Compiling winnow v1.0.3 |
| 1719 | 2026-08-19T19:43:05.100Z | Compiling cpufeatures v0.3.0 |
| 1720 | 2026-08-19T19:43:05.146Z | Compiling normalize-line-endings v0.3.0 |
| 1721 | 2026-08-19T19:43:05.176Z | Compiling const-oid v0.10.2 |
| 1722 | 2026-08-19T19:43:05.190Z | Compiling keccak v0.1.6 |
| 1723 | 2026-08-19T19:43:05.220Z | Compiling predicates-core v1.0.10 |
| 1724 | 2026-08-19T19:43:05.260Z | Compiling supports-unicode v3.0.0 |
| 1725 | 2026-08-19T19:43:05.400Z | Compiling new_debug_unreachable v1.0.6 |
| 1726 | 2026-08-19T19:43:05.415Z | Compiling static_assertions v1.1.0 |
| 1727 | 2026-08-19T19:43:05.419Z | Compiling fixedbitset v0.5.7 |
| 1728 | 2026-08-19T19:43:05.483Z | Compiling precomputed-hash v0.1.1 |
| 1729 | 2026-08-19T19:43:05.504Z | Compiling whoami v2.1.0 |
| 1730 | 2026-08-19T19:43:05.515Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1731 | 2026-08-19T19:43:05.584Z | Compiling string_cache v0.8.9 |
| 1732 | 2026-08-19T19:43:05.599Z | Compiling toml_edit v0.22.27 |
| 1733 | 2026-08-19T19:43:05.617Z | Compiling predicates v3.1.4 |
| 1734 | 2026-08-19T19:43:05.653Z | Compiling miette v7.6.0 |
| 1735 | 2026-08-19T19:43:05.696Z | Compiling petgraph v0.8.3 |
| 1736 | 2026-08-19T19:43:05.758Z | Compiling tokio-postgres v0.7.16 |
| 1737 | 2026-08-19T19:43:05.832Z | Compiling sha3 v0.10.8 |
| 1738 | 2026-08-19T19:43:05.897Z | Compiling digest v0.11.3 |
| 1739 | 2026-08-19T19:43:05.939Z | Compiling hickory-proto v0.25.2 |
| 1740 | 2026-08-19T19:43:06.117Z | Compiling strum v0.26.3 |
| 1741 | 2026-08-19T19:43:06.162Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1742 | 2026-08-19T19:43:06.175Z | Compiling chacha20 v0.10.0 |
| 1743 | 2026-08-19T19:43:06.186Z | Compiling petgraph v0.6.5 |
| 1744 | 2026-08-19T19:43:06.239Z | Compiling elliptic-curve v0.13.8 |
| 1745 | 2026-08-19T19:43:06.262Z | Compiling usdt-impl v0.5.0 |
| 1746 | 2026-08-19T19:43:06.277Z | Compiling usdt v0.6.0 |
| 1747 | 2026-08-19T19:43:06.305Z | Compiling crossterm v0.28.1 |
| 1748 | 2026-08-19T19:43:06.560Z | Compiling serde_with v3.21.0 |
| 1749 | 2026-08-19T19:43:06.569Z | Compiling ed25519-dalek v2.2.0 |
| 1750 | 2026-08-19T19:43:06.676Z | Compiling zip v4.6.1 |
| 1751 | 2026-08-19T19:43:06.813Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1752 | 2026-08-19T19:43:07.172Z | Compiling iddqd v0.4.2 |
| 1753 | 2026-08-19T19:43:07.259Z | Compiling similar v2.7.0 |
| 1754 | 2026-08-19T19:43:07.582Z | Compiling heck v0.4.1 |
| 1755 | 2026-08-19T19:43:07.654Z | Compiling itertools v0.15.0 |
| 1756 | 2026-08-19T19:43:07.703Z | Compiling itertools v0.13.0 |
| 1757 | 2026-08-19T19:43:07.739Z | Compiling tokio-stream v0.1.18 |
| 1758 | 2026-08-19T19:43:07.740Z | Compiling crossbeam-epoch v0.9.18 |
| 1759 | 2026-08-19T19:43:07.813Z | Compiling buf-list v1.1.2 |
| 1760 | 2026-08-19T19:43:08.088Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1761 | 2026-08-19T19:43:08.107Z | Compiling openapiv3 v2.2.0 |
| 1762 | 2026-08-19T19:43:08.126Z | Compiling lalrpop-util v0.19.12 |
| 1763 | 2026-08-19T19:43:08.143Z | Compiling peg-runtime v0.8.5 |
| 1764 | 2026-08-19T19:43:08.225Z | Compiling thread_local v1.1.9 |
| 1765 | 2026-08-19T19:43:08.338Z | Compiling slog-async v2.8.0 |
| 1766 | 2026-08-19T19:43:08.375Z | Compiling crossbeam-channel v0.5.15 |
| 1767 | 2026-08-19T19:43:08.416Z | Compiling filetime v0.2.27 |
| 1768 | 2026-08-19T19:43:08.433Z | Compiling is-terminal v0.4.17 |
| 1769 | 2026-08-19T19:43:08.452Z | Compiling xattr v1.6.1 |
| 1770 | 2026-08-19T19:43:08.493Z | Compiling take_mut v0.2.2 |
| 1771 | 2026-08-19T19:43:08.499Z | Compiling term v1.2.1 |
| 1772 | 2026-08-19T19:43:08.517Z | Compiling camino-tempfile v1.4.1 |
| 1773 | 2026-08-19T19:43:08.613Z | Compiling tar v0.4.46 |
| 1774 | 2026-08-19T19:43:08.848Z | Compiling slog-term v2.9.2 |
| 1775 | 2026-08-19T19:43:26.122Z | Compiling rustls-webpki v0.103.13 |
| 1776 | 2026-08-19T19:43:28.803Z | Compiling tokio-rustls v0.26.4 |
| 1777 | 2026-08-19T19:43:28.803Z | Compiling rustls-platform-verifier v0.6.2 |
| 1778 | 2026-08-19T19:43:28.803Z | Compiling tough v0.22.0 |
| 1779 | 2026-08-19T19:43:29.103Z | Compiling hyper-rustls v0.27.7 |
| 1780 | 2026-08-19T19:43:29.244Z | Compiling reqwest v0.13.2 |
| 1781 | 2026-08-19T19:43:31.336Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1782 | 2026-08-19T19:43:31.583Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1783 | 2026-08-19T19:43:34.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.34s |
| 1784 | 2026-08-19T19:43:34.586Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1785 | 2026-08-19T19:43:34.656Z | Aug 19 19:43:34.012 INFO Starting download, target: DendriteStub |
| 1786 | 2026-08-19T19:43:34.656Z | Aug 19 19:43:34.013 INFO Starting download, target: Clickhouse |
| 1787 | 2026-08-19T19:43:34.656Z | Aug 19 19:43:34.013 INFO Starting download, target: Cockroach |
| 1788 | 2026-08-19T19:43:34.657Z | Aug 19 19:43:34.013 INFO Starting download, target: Console |
| 1789 | 2026-08-19T19:43:34.657Z | Aug 19 19:43:34.013 INFO Starting download, target: MaghemiteMgd |
| 1790 | 2026-08-19T19:43:34.657Z | Aug 19 19:43:34.013 INFO Starting download, target: MaghemiteDdmd |
| 1791 | 2026-08-19T19:43:34.676Z | Aug 19 19:43:34.013 INFO Starting download, target: TransceiverControl |
| 1792 | 2026-08-19T19:43:34.676Z | Aug 19 19:43:34.013 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1793 | 2026-08-19T19:43:34.676Z | Aug 19 19:43:34.013 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1794 | 2026-08-19T19:43:34.676Z | Aug 19 19:43:34.013 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1795 | 2026-08-19T19:43:34.676Z | Aug 19 19:43:34.013 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1796 | 2026-08-19T19:43:34.676Z | Aug 19 19:43:34.013 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1797 | 2026-08-19T19:43:34.677Z | Aug 19 19:43:34.013 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1798 | 2026-08-19T19:43:34.677Z | Aug 19 19:43:34.013 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1799 | 2026-08-19T19:43:36.069Z | Aug 19 19:43:35.393 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1800 | 2026-08-19T19:43:36.305Z | Aug 19 19:43:35.624 INFO Download complete, target: TransceiverControl |
| 1801 | 2026-08-19T19:43:36.650Z | Aug 19 19:43:35.947 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1802 | 2026-08-19T19:43:36.758Z | Aug 19 19:43:36.056 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1803 | 2026-08-19T19:43:37.037Z | Aug 19 19:43:36.305 INFO Download complete, target: Console |
| 1804 | 2026-08-19T19:43:42.136Z | Aug 19 19:43:41.475 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1805 | 2026-08-19T19:43:42.499Z | Aug 19 19:43:41.799 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1806 | 2026-08-19T19:43:43.457Z | Aug 19 19:43:42.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1807 | 2026-08-19T19:43:43.656Z | Aug 19 19:43:42.842 INFO Checking that binary works, target: Clickhouse |
| 1808 | 2026-08-19T19:43:43.788Z | Aug 19 19:43:42.951 INFO Download complete, target: Clickhouse |
| 1809 | 2026-08-19T19:43:44.175Z | Aug 19 19:43:43.412 INFO Download complete, target: MaghemiteDdmd |
| 1810 | 2026-08-19T19:43:45.009Z | Aug 19 19:43:44.280 INFO Download complete, target: DendriteStub |
| 1811 | 2026-08-19T19:43:45.863Z | Aug 19 19:43:45.175 INFO Download complete, target: MaghemiteMgd |
| 1812 | 2026-08-19T19:43:46.294Z | Aug 19 19:43:45.609 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1813 | 2026-08-19T19:43:46.294Z | Aug 19 19:43:45.609 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1814 | 2026-08-19T19:43:51.018Z | Aug 19 19:43:50.257 INFO Checking that binary works, target: Cockroach |
| 1815 | 2026-08-19T19:43:51.121Z | Aug 19 19:43:50.379 INFO Download complete, target: Cockroach |
| 1816 | 2026-08-19T19:43:51.122Z | All prerequisites installed successfully |
| 1817 | 2026-08-19T19:43:51.122Z | |
| 1818 | 2026-08-19T19:43:51.122Z | real 2:03.137137919 |
| 1819 | 2026-08-19T19:43:51.122Z | user 7:20.345609361 |
| 1820 | 2026-08-19T19:43:51.122Z | sys 1:45.281537998 |
| 1821 | 2026-08-19T19:43:51.122Z | trap 0.283339936 |
| 1822 | 2026-08-19T19:43:51.122Z | tflt 0.893440705 |
| 1823 | 2026-08-19T19:43:51.122Z | dflt 1.710711954 |
| 1824 | 2026-08-19T19:43:51.122Z | kflt 0.026837766 |
| 1825 | 2026-08-19T19:43:51.122Z | lock 31:53.301630430 |
| 1826 | 2026-08-19T19:43:51.122Z | slp 20:23.984334303 |
| 1827 | 2026-08-19T19:43:51.123Z | lat 26.909361466 |
| 1828 | 2026-08-19T19:43:51.123Z | stop 3:29.812457437 |
| 1829 | 2026-08-19T19:43:51.123Z | + ptime -m cargo xtask download softnpu |
| 1830 | 2026-08-19T19:43:51.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1831 | 2026-08-19T19:43:51.708Z | Running `target/debug/xtask download softnpu` |
| 1832 | 2026-08-19T19:43:52.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1833 | 2026-08-19T19:43:52.436Z | Running `target/debug/xtask-downloader softnpu` |
| 1834 | 2026-08-19T19:43:52.547Z | Aug 19 19:43:51.752 INFO Starting download, target: Softnpu |
| 1835 | 2026-08-19T19:43:52.547Z | Aug 19 19:43:51.752 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1836 | 2026-08-19T19:43:54.108Z | Aug 19 19:43:53.454 INFO Download complete, target: Softnpu |
| 1837 | 2026-08-19T19:43:54.171Z | |
| 1838 | 2026-08-19T19:43:54.171Z | real 3.065393758 |
| 1839 | 2026-08-19T19:43:54.171Z | user 1.339686601 |
| 1840 | 2026-08-19T19:43:54.171Z | sys 0.636315498 |
| 1841 | 2026-08-19T19:43:54.171Z | trap 0.000698440 |
| 1842 | 2026-08-19T19:43:54.171Z | tflt 0.000161010 |
| 1843 | 2026-08-19T19:43:54.172Z | dflt 0.000333660 |
| 1844 | 2026-08-19T19:43:54.172Z | kflt 0.000000000 |
| 1845 | 2026-08-19T19:43:54.172Z | lock 33.788008243 |
| 1846 | 2026-08-19T19:43:54.172Z | slp 1.526291178 |
| 1847 | 2026-08-19T19:43:54.172Z | lat 0.110598570 |
| 1848 | 2026-08-19T19:43:54.172Z | stop 0.000209980 |
| 1849 | 2026-08-19T19:43:54.172Z | + export CARGO_INCREMENTAL=0 |
| 1850 | 2026-08-19T19:43:54.177Z | + CARGO_INCREMENTAL=0 |
| 1851 | 2026-08-19T19:43:54.177Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1852 | 2026-08-19T19:43:55.028Z | Compiling proc-macro2 v1.0.106 |
| 1853 | 2026-08-19T19:43:55.028Z | Compiling quote v1.0.45 |
| 1854 | 2026-08-19T19:43:55.028Z | Compiling unicode-ident v1.0.24 |
| 1855 | 2026-08-19T19:43:55.084Z | Compiling serde_core v1.0.228 |
| 1856 | 2026-08-19T19:43:55.084Z | Compiling libc v0.2.185 |
| 1857 | 2026-08-19T19:43:55.084Z | Compiling serde v1.0.228 |
| 1858 | 2026-08-19T19:43:55.084Z | Compiling cfg-if v1.0.4 |
| 1859 | 2026-08-19T19:43:55.085Z | Compiling version_check v0.9.5 |
| 1860 | 2026-08-19T19:43:55.085Z | Compiling autocfg v1.5.0 |
| 1861 | 2026-08-19T19:43:55.085Z | Compiling find-msvc-tools v0.1.9 |
| 1862 | 2026-08-19T19:43:55.085Z | Compiling shlex v1.3.0 |
| 1863 | 2026-08-19T19:43:55.085Z | Compiling memchr v2.8.0 |
| 1864 | 2026-08-19T19:43:55.085Z | Compiling zmij v1.0.21 |
| 1865 | 2026-08-19T19:43:55.168Z | Compiling serde_json v1.0.151 |
| 1866 | 2026-08-19T19:43:55.372Z | Compiling portable-atomic v1.13.1 |
| 1867 | 2026-08-19T19:43:55.402Z | Compiling zerocopy v0.8.55 |
| 1868 | 2026-08-19T19:43:55.441Z | Compiling libm v0.2.16 |
| 1869 | 2026-08-19T19:43:55.463Z | Compiling generic-array v0.14.7 |
| 1870 | 2026-08-19T19:43:55.496Z | Compiling parking_lot_core v0.9.12 |
| 1871 | 2026-08-19T19:43:55.574Z | Compiling icu_properties_data v2.1.2 |
| 1872 | 2026-08-19T19:43:55.688Z | Compiling smallvec v1.15.1 |
| 1873 | 2026-08-19T19:43:55.706Z | Compiling icu_normalizer_data v2.1.1 |
| 1874 | 2026-08-19T19:43:55.718Z | Compiling itoa v1.0.17 |
| 1875 | 2026-08-19T19:43:55.730Z | Compiling getrandom v0.4.3 |
| 1876 | 2026-08-19T19:43:55.752Z | Compiling num-traits v0.2.19 |
| 1877 | 2026-08-19T19:43:55.789Z | Compiling log v0.4.33 |
| 1878 | 2026-08-19T19:43:55.795Z | Compiling getrandom v0.3.4 |
| 1879 | 2026-08-19T19:43:55.843Z | Compiling pkg-config v0.3.32 |
| 1880 | 2026-08-19T19:43:55.902Z | Compiling subtle v2.6.1 |
| 1881 | 2026-08-19T19:43:55.968Z | Compiling stable_deref_trait v1.2.1 |
| 1882 | 2026-08-19T19:43:55.988Z | Compiling typenum v1.20.1 |
| 1883 | 2026-08-19T19:43:56.022Z | Compiling rustix v1.1.4 |
| 1884 | 2026-08-19T19:43:56.058Z | Compiling jobserver v0.1.34 |
| 1885 | 2026-08-19T19:43:56.074Z | Compiling errno v0.3.14 |
| 1886 | 2026-08-19T19:43:56.120Z | Compiling scopeguard v1.2.0 |
| 1887 | 2026-08-19T19:43:56.184Z | Compiling thiserror v2.0.18 |
| 1888 | 2026-08-19T19:43:56.278Z | Compiling cc v1.2.56 |
| 1889 | 2026-08-19T19:43:56.308Z | Compiling lock_api v0.4.14 |
| 1890 | 2026-08-19T19:43:56.349Z | Compiling getrandom v0.2.17 |
| 1891 | 2026-08-19T19:43:56.370Z | Compiling heck v0.5.0 |
| 1892 | 2026-08-19T19:43:56.387Z | Compiling equivalent v1.0.2 |
| 1893 | 2026-08-19T19:43:56.456Z | Compiling syn v2.0.117 |
| 1894 | 2026-08-19T19:43:56.490Z | Compiling rand_core v0.6.4 |
| 1895 | 2026-08-19T19:43:56.534Z | Compiling pin-project-lite v0.2.17 |
| 1896 | 2026-08-19T19:43:56.565Z | Compiling syn v1.0.109 |
| 1897 | 2026-08-19T19:43:56.569Z | Compiling critical-section v1.2.0 |
| 1898 | 2026-08-19T19:43:56.610Z | Compiling percent-encoding v2.3.2 |
| 1899 | 2026-08-19T19:43:56.649Z | Compiling litemap v0.8.1 |
| 1900 | 2026-08-19T19:43:56.681Z | Compiling writeable v0.6.2 |
| 1901 | 2026-08-19T19:43:56.702Z | Compiling schemars v0.8.22 |
| 1902 | 2026-08-19T19:43:56.806Z | Compiling hashbrown v0.17.0 |
| 1903 | 2026-08-19T19:43:56.903Z | Compiling rustversion v1.0.22 |
| 1904 | 2026-08-19T19:43:56.910Z | Compiling fs_extra v1.3.0 |
| 1905 | 2026-08-19T19:43:56.930Z | Compiling once_cell v1.21.3 |
| 1906 | 2026-08-19T19:43:56.948Z | Compiling dunce v1.0.5 |
| 1907 | 2026-08-19T19:43:57.091Z | Compiling cmake v0.1.57 |
| 1908 | 2026-08-19T19:43:57.155Z | Compiling byteorder v1.5.0 |
| 1909 | 2026-08-19T19:43:57.196Z | Compiling rand_core v0.10.0 |
| 1910 | 2026-08-19T19:43:57.243Z | Compiling strsim v0.11.1 |
| 1911 | 2026-08-19T19:43:57.250Z | Compiling signal-hook-registry v1.4.8 |
| 1912 | 2026-08-19T19:43:57.511Z | Compiling bitflags v2.11.0 |
| 1913 | 2026-08-19T19:43:57.586Z | Compiling semver v1.0.28 |
| 1914 | 2026-08-19T19:43:57.604Z | Compiling indexmap v2.14.0 |
| 1915 | 2026-08-19T19:43:57.636Z | Compiling aws-lc-sys v0.40.0 |
| 1916 | 2026-08-19T19:43:57.640Z | Compiling utf8_iter v1.0.4 |
| 1917 | 2026-08-19T19:43:57.678Z | Compiling thiserror v1.0.69 |
| 1918 | 2026-08-19T19:43:57.729Z | Compiling parking_lot v0.12.5 |
| 1919 | 2026-08-19T19:43:57.850Z | Compiling form_urlencoded v1.2.2 |
| 1920 | 2026-08-19T19:43:57.860Z | Compiling socket2 v0.6.3 |
| 1921 | 2026-08-19T19:43:57.876Z | Compiling mio v1.2.0 |
| 1922 | 2026-08-19T19:43:57.966Z | Compiling aws-lc-rs v1.16.3 |
| 1923 | 2026-08-19T19:43:57.982Z | Compiling const-oid v0.9.6 |
| 1924 | 2026-08-19T19:43:58.039Z | Compiling futures-core v0.3.32 |
| 1925 | 2026-08-19T19:43:58.234Z | Compiling httparse v1.10.1 |
| 1926 | 2026-08-19T19:43:58.286Z | Compiling fnv v1.0.7 |
| 1927 | 2026-08-19T19:43:58.450Z | Compiling crc32fast v1.5.0 |
| 1928 | 2026-08-19T19:43:58.525Z | Compiling ucd-trie v0.1.7 |
| 1929 | 2026-08-19T19:43:58.573Z | Compiling regex-syntax v0.8.10 |
| 1930 | 2026-08-19T19:43:58.640Z | Compiling ident_case v1.0.1 |
| 1931 | 2026-08-19T19:43:58.644Z | Compiling vcpkg v0.2.15 |
| 1932 | 2026-08-19T19:43:58.670Z | Compiling iana-time-zone v0.1.65 |
| 1933 | 2026-08-19T19:43:58.709Z | Compiling pest v2.8.6 |
| 1934 | 2026-08-19T19:43:58.886Z | Compiling uuid v1.23.4 |
| 1935 | 2026-08-19T19:43:58.933Z | Compiling rustc_version v0.4.1 |
| 1936 | 2026-08-19T19:43:58.997Z | Compiling futures-sink v0.3.32 |
| 1937 | 2026-08-19T19:43:59.034Z | Compiling rustls v0.23.41 |
| 1938 | 2026-08-19T19:43:59.119Z | Compiling futures-channel v0.3.32 |
| 1939 | 2026-08-19T19:43:59.222Z | Compiling synstructure v0.13.2 |
| 1940 | 2026-08-19T19:43:59.238Z | Compiling serde_derive_internals v0.29.1 |
| 1941 | 2026-08-19T19:43:59.252Z | Compiling openssl-sys v0.9.117 |
| 1942 | 2026-08-19T19:43:59.387Z | Compiling aho-corasick v1.1.4 |
| 1943 | 2026-08-19T19:43:59.452Z | Compiling futures-task v0.3.32 |
| 1944 | 2026-08-19T19:43:59.489Z | Compiling slab v0.4.12 |
| 1945 | 2026-08-19T19:43:59.596Z | Compiling futures-io v0.3.32 |
| 1946 | 2026-08-19T19:43:59.769Z | Compiling pest_meta v2.8.6 |
| 1947 | 2026-08-19T19:43:59.773Z | Compiling radium v0.7.0 |
| 1948 | 2026-08-19T19:43:59.773Z | Compiling dyn-clone v1.0.20 |
| 1949 | 2026-08-19T19:43:59.829Z | Compiling num-conv v0.2.0 |
| 1950 | 2026-08-19T19:43:59.868Z | Compiling time-core v0.1.8 |
| 1951 | 2026-08-19T19:43:59.921Z | Compiling plain v0.2.3 |
| 1952 | 2026-08-19T19:43:59.990Z | Compiling crossbeam-utils v0.8.21 |
| 1953 | 2026-08-19T19:43:59.990Z | Compiling maybe-uninit v2.0.0 |
| 1954 | 2026-08-19T19:43:59.993Z | Compiling base64ct v1.8.3 |
| 1955 | 2026-08-19T19:44:00.055Z | Compiling time-macros v0.2.27 |
| 1956 | 2026-08-19T19:44:00.086Z | Compiling pretty-hex v0.4.1 |
| 1957 | 2026-08-19T19:44:00.176Z | Compiling openssl v0.10.80 |
| 1958 | 2026-08-19T19:44:00.223Z | Compiling base64 v0.22.1 |
| 1959 | 2026-08-19T19:44:00.258Z | Compiling regex-automata v0.4.14 |
| 1960 | 2026-08-19T19:44:00.319Z | Compiling pem-rfc7468 v0.7.0 |
| 1961 | 2026-08-19T19:44:00.343Z | Compiling flagset v0.4.7 |
| 1962 | 2026-08-19T19:44:00.359Z | Compiling darling_core v0.23.0 |
| 1963 | 2026-08-19T19:44:00.434Z | Compiling pest_generator v2.8.6 |
| 1964 | 2026-08-19T19:44:00.450Z | Compiling serde_derive v1.0.228 |
| 1965 | 2026-08-19T19:44:00.471Z | Compiling zeroize_derive v1.5.0 |
| 1966 | 2026-08-19T19:44:00.496Z | Compiling zerofrom-derive v0.1.6 |
| 1967 | 2026-08-19T19:44:00.601Z | Compiling yoke-derive v0.8.1 |
| 1968 | 2026-08-19T19:44:00.620Z | Compiling zerocopy-derive v0.8.55 |
| 1969 | 2026-08-19T19:44:00.670Z | Compiling zerovec-derive v0.11.2 |
| 1970 | 2026-08-19T19:44:00.752Z | Compiling displaydoc v0.2.5 |
| 1971 | 2026-08-19T19:44:00.786Z | Compiling tokio-macros v2.7.0 |
| 1972 | 2026-08-19T19:44:00.843Z | Compiling futures-macro v0.3.32 |
| 1973 | 2026-08-19T19:44:00.861Z | Compiling thiserror-impl v2.0.18 |
| 1974 | 2026-08-19T19:44:01.063Z | Compiling schemars_derive v0.8.22 |
| 1975 | 2026-08-19T19:44:01.087Z | Compiling der_derive v0.7.3 |
| 1976 | 2026-08-19T19:44:01.087Z | Compiling tracing-attributes v0.1.31 |
| 1977 | 2026-08-19T19:44:01.116Z | Compiling thiserror-impl v1.0.69 |
| 1978 | 2026-08-19T19:44:01.471Z | Compiling pest_derive v2.8.6 |
| 1979 | 2026-08-19T19:44:01.499Z | Compiling scroll_derive v0.13.1 |
| 1980 | 2026-08-19T19:44:01.591Z | Compiling scroll_derive v0.12.1 |
| 1981 | 2026-08-19T19:44:01.647Z | Compiling futures-util v0.3.32 |
| 1982 | 2026-08-19T19:44:01.683Z | Compiling zerofrom v0.1.6 |
| 1983 | 2026-08-19T19:44:01.838Z | Compiling yoke v0.8.1 |
| 1984 | 2026-08-19T19:44:01.960Z | Compiling openssl-macros v0.1.1 |
| 1985 | 2026-08-19T19:44:02.042Z | Compiling zerovec v0.11.5 |
| 1986 | 2026-08-19T19:44:02.074Z | Compiling zerotrie v0.2.3 |
| 1987 | 2026-08-19T19:44:02.326Z | Compiling rand_core v0.9.5 |
| 1988 | 2026-08-19T19:44:02.331Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1989 | 2026-08-19T19:44:02.385Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1990 | 2026-08-19T19:44:02.400Z | Compiling ahash v0.8.12 |
| 1991 | 2026-08-19T19:44:02.528Z | Compiling native-tls v0.2.18 |
| 1992 | 2026-08-19T19:44:02.545Z | Compiling num-bigint-dig v0.8.6 |
| 1993 | 2026-08-19T19:44:02.561Z | Compiling anyhow v1.0.104 |
| 1994 | 2026-08-19T19:44:02.633Z | Compiling tinystr v0.8.2 |
| 1995 | 2026-08-19T19:44:02.650Z | Compiling potential_utf v0.1.4 |
| 1996 | 2026-08-19T19:44:02.725Z | Compiling packed_struct v0.10.1 |
| 1997 | 2026-08-19T19:44:02.755Z | Compiling darling_macro v0.23.0 |
| 1998 | 2026-08-19T19:44:02.776Z | Compiling regex v1.12.3 |
| 1999 | 2026-08-19T19:44:02.790Z | Compiling icu_collections v2.1.1 |
| 2000 | 2026-08-19T19:44:02.858Z | Compiling icu_locale_core v2.1.1 |
| 2001 | 2026-08-19T19:44:02.923Z | Compiling zerocopy-derive v0.7.35 |
| 2002 | 2026-08-19T19:44:03.276Z | Compiling slog v2.8.2 |
| 2003 | 2026-08-19T19:44:03.334Z | Compiling tracing-core v0.1.36 |
| 2004 | 2026-08-19T19:44:03.409Z | Compiling cookie v0.18.1 |
| 2005 | 2026-08-19T19:44:03.488Z | Compiling camino v1.2.5 |
| 2006 | 2026-08-19T19:44:03.516Z | Compiling icu_provider v2.1.1 |
| 2007 | 2026-08-19T19:44:03.619Z | Compiling zeroize v1.9.0 |
| 2008 | 2026-08-19T19:44:03.720Z | Compiling bytes v1.11.1 |
| 2009 | 2026-08-19T19:44:03.798Z | Compiling chrono v0.4.45 |
| 2010 | 2026-08-19T19:44:03.820Z | Compiling icu_properties v2.1.2 |
| 2011 | 2026-08-19T19:44:03.929Z | Compiling icu_normalizer v2.1.1 |
| 2012 | 2026-08-19T19:44:04.295Z | Compiling tokio v1.52.1 |
| 2013 | 2026-08-19T19:44:04.327Z | Compiling crypto-common v0.1.7 |
| 2014 | 2026-08-19T19:44:04.367Z | Compiling block-buffer v0.10.4 |
| 2015 | 2026-08-19T19:44:04.492Z | Compiling serde_tokenstream v0.2.3 |
| 2016 | 2026-08-19T19:44:04.508Z | Compiling digest v0.10.7 |
| 2017 | 2026-08-19T19:44:04.540Z | Compiling der v0.7.10 |
| 2018 | 2026-08-19T19:44:04.740Z | Compiling idna_adapter v1.2.1 |
| 2019 | 2026-08-19T19:44:04.804Z | Compiling http v1.4.2 |
| 2020 | 2026-08-19T19:44:04.861Z | Compiling idna v1.1.0 |
| 2021 | 2026-08-19T19:44:04.895Z | Compiling cpufeatures v0.2.17 |
| 2022 | 2026-08-19T19:44:04.990Z | Compiling ppv-lite86 v0.2.21 |
| 2023 | 2026-08-19T19:44:05.343Z | Compiling url v2.5.8 |
| 2024 | 2026-08-19T19:44:05.359Z | Compiling rand_chacha v0.9.0 |
| 2025 | 2026-08-19T19:44:05.380Z | Compiling tracing v0.1.44 |
| 2026 | 2026-08-19T19:44:05.416Z | Compiling serde_spanned v0.6.9 |
| 2027 | 2026-08-19T19:44:05.575Z | Compiling spki v0.7.3 |
| 2028 | 2026-08-19T19:44:05.591Z | Compiling toml_datetime v0.6.11 |
| 2029 | 2026-08-19T19:44:05.785Z | Compiling darling v0.23.0 |
| 2030 | 2026-08-19T19:44:05.803Z | Compiling bitfield-macros v0.19.4 |
| 2031 | 2026-08-19T19:44:05.834Z | Compiling zerocopy-derive v0.6.6 |
| 2032 | 2026-08-19T19:44:05.851Z | Compiling clap_derive v4.6.1 |
| 2033 | 2026-08-19T19:44:05.869Z | Compiling packed_struct_codegen v0.10.1 |
| 2034 | 2026-08-19T19:44:05.933Z | Compiling indexmap v1.9.3 |
| 2035 | 2026-08-19T19:44:05.952Z | Compiling object v0.37.3 |
| 2036 | 2026-08-19T19:44:06.075Z | Compiling paste v1.0.15 |
| 2037 | 2026-08-19T19:44:06.287Z | Compiling simd-adler32 v0.3.8 |
| 2038 | 2026-08-19T19:44:06.457Z | Compiling pkcs8 v0.10.2 |
| 2039 | 2026-08-19T19:44:06.513Z | Compiling http-body v1.0.1 |
| 2040 | 2026-08-19T19:44:06.540Z | Compiling rand v0.9.2 |
| 2041 | 2026-08-19T19:44:06.588Z | Compiling rustls-pki-types v1.14.0 |
| 2042 | 2026-08-19T19:44:06.773Z | Compiling spin v0.9.8 |
| 2043 | 2026-08-19T19:44:06.790Z | Compiling usdt-impl v0.5.0 |
| 2044 | 2026-08-19T19:44:06.866Z | Compiling cmov v0.5.4 |
| 2045 | 2026-08-19T19:44:07.009Z | Compiling ref-cast v1.0.25 |
| 2046 | 2026-08-19T19:44:07.027Z | Compiling utf8parse v0.2.2 |
| 2047 | 2026-08-19T19:44:07.118Z | Compiling anstyle v1.0.14 |
| 2048 | 2026-08-19T19:44:07.157Z | Compiling adler2 v2.0.1 |
| 2049 | 2026-08-19T19:44:07.202Z | Compiling usdt-impl v0.6.0 |
| 2050 | 2026-08-19T19:44:07.303Z | Compiling winnow v0.5.40 |
| 2051 | 2026-08-19T19:44:07.355Z | Compiling either v1.15.0 |
| 2052 | 2026-08-19T19:44:07.377Z | Compiling fastrand v2.3.0 |
| 2053 | 2026-08-19T19:44:07.394Z | Compiling tinyvec_macros v0.1.1 |
| 2054 | 2026-08-19T19:44:07.431Z | Compiling openssl-probe v0.2.1 |
| 2055 | 2026-08-19T19:44:07.447Z | Compiling ctutils v0.4.2 |
| 2056 | 2026-08-19T19:44:07.477Z | Compiling tinyvec v1.10.0 |
| 2057 | 2026-08-19T19:44:07.494Z | Compiling miniz_oxide v0.8.9 |
| 2058 | 2026-08-19T19:44:07.591Z | Compiling anstyle-parse v1.0.0 |
| 2059 | 2026-08-19T19:44:07.790Z | Compiling sha2 v0.10.9 |
| 2060 | 2026-08-19T19:44:07.880Z | Compiling scroll v0.13.0 |
| 2061 | 2026-08-19T19:44:07.891Z | Compiling scroll v0.12.0 |
| 2062 | 2026-08-19T19:44:08.027Z | Compiling terminal_size v0.4.3 |
| 2063 | 2026-08-19T19:44:08.042Z | Compiling async-trait v0.1.89 |
| 2064 | 2026-08-19T19:44:08.142Z | Compiling heapless v0.7.17 |
| 2065 | 2026-08-19T19:44:08.188Z | Compiling tokio-util v0.7.18 |
| 2066 | 2026-08-19T19:44:08.235Z | Compiling try-lock v0.2.5 |
| 2067 | 2026-08-19T19:44:08.261Z | Compiling signal-hook v0.3.18 |
| 2068 | 2026-08-19T19:44:08.277Z | Compiling atomic-waker v1.1.2 |
| 2069 | 2026-08-19T19:44:08.357Z | Compiling litrs v1.0.0 |
| 2070 | 2026-08-19T19:44:08.401Z | Compiling tower-service v0.3.3 |
| 2071 | 2026-08-19T19:44:08.416Z | Compiling is_terminal_polyfill v1.70.2 |
| 2072 | 2026-08-19T19:44:08.442Z | Compiling anstyle-query v1.1.5 |
| 2073 | 2026-08-19T19:44:08.453Z | Compiling rustix v0.38.44 |
| 2074 | 2026-08-19T19:44:08.510Z | Compiling zstd-safe v7.2.4 |
| 2075 | 2026-08-19T19:44:08.555Z | Compiling colorchoice v1.0.4 |
| 2076 | 2026-08-19T19:44:08.716Z | Compiling toml_edit v0.19.15 |
| 2077 | 2026-08-19T19:44:08.732Z | Compiling tower-layer v0.3.3 |
| 2078 | 2026-08-19T19:44:08.735Z | Compiling winnow v0.7.14 |
| 2079 | 2026-08-19T19:44:08.783Z | Compiling winnow v1.0.3 |
| 2080 | 2026-08-19T19:44:08.844Z | Compiling untrusted v0.7.1 |
| 2081 | 2026-08-19T19:44:08.934Z | Compiling h2 v0.4.15 |
| 2082 | 2026-08-19T19:44:08.982Z | Compiling document-features v0.2.12 |
| 2083 | 2026-08-19T19:44:09.063Z | Compiling tempfile v3.27.0 |
| 2084 | 2026-08-19T19:44:09.082Z | Compiling anstream v1.0.0 |
| 2085 | 2026-08-19T19:44:09.411Z | Compiling want v0.3.1 |
| 2086 | 2026-08-19T19:44:09.688Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2087 | 2026-08-19T19:44:09.797Z | Compiling goblin v0.8.2 |
| 2088 | 2026-08-19T19:44:09.814Z | Compiling goblin v0.10.5 |
| 2089 | 2026-08-19T19:44:09.831Z | Compiling hybrid-array v0.4.13 |
| 2090 | 2026-08-19T19:44:10.216Z | Compiling itertools v0.15.0 |
| 2091 | 2026-08-19T19:44:10.278Z | Compiling zerocopy v0.7.35 |
| 2092 | 2026-08-19T19:44:10.342Z | Compiling ipnet v2.12.0 |
| 2093 | 2026-08-19T19:44:10.464Z | Compiling daft-derive v0.1.7 |
| 2094 | 2026-08-19T19:44:10.531Z | Compiling structmeta-derive v0.3.0 |
| 2095 | 2026-08-19T19:44:10.683Z | Compiling ref-cast-impl v1.0.25 |
| 2096 | 2026-08-19T19:44:10.796Z | Compiling curve25519-dalek v4.1.3 |
| 2097 | 2026-08-19T19:44:10.811Z | Compiling darling_core v0.20.11 |
| 2098 | 2026-08-19T19:44:10.884Z | Compiling memoffset v0.9.1 |
| 2099 | 2026-08-19T19:44:10.923Z | Compiling httpdate v1.0.3 |
| 2100 | 2026-08-19T19:44:11.007Z | Compiling untrusted v0.9.0 |
| 2101 | 2026-08-19T19:44:11.061Z | Compiling tap v1.0.1 |
| 2102 | 2026-08-19T19:44:11.198Z | Compiling foreign-types-shared v0.1.1 |
| 2103 | 2026-08-19T19:44:11.297Z | Compiling powerfmt v0.2.0 |
| 2104 | 2026-08-19T19:44:11.300Z | Compiling foreign-types v0.3.2 |
| 2105 | 2026-08-19T19:44:11.370Z | Compiling wyz v0.5.1 |
| 2106 | 2026-08-19T19:44:11.550Z | Compiling structmeta v0.3.0 |
| 2107 | 2026-08-19T19:44:11.567Z | Compiling deranged v0.5.8 |
| 2108 | 2026-08-19T19:44:11.585Z | Compiling unicode-normalization v0.1.25 |
| 2109 | 2026-08-19T19:44:11.797Z | Compiling dtrace-parser v0.2.0 |
| 2110 | 2026-08-19T19:44:11.811Z | Compiling rand_chacha v0.3.1 |
| 2111 | 2026-08-19T19:44:12.082Z | Compiling hyper v1.10.1 |
| 2112 | 2026-08-19T19:44:12.113Z | Compiling dof v0.3.0 |
| 2113 | 2026-08-19T19:44:12.173Z | Compiling signature v2.2.0 |
| 2114 | 2026-08-19T19:44:12.199Z | Compiling hex v0.4.3 |
| 2115 | 2026-08-19T19:44:12.387Z | Compiling dtrace-parser v0.3.0 |
| 2116 | 2026-08-19T19:44:12.403Z | Compiling pin-project-internal v1.1.11 |
| 2117 | 2026-08-19T19:44:12.566Z | Compiling num-integer v0.1.46 |
| 2118 | 2026-08-19T19:44:12.712Z | Compiling dof v0.4.0 |
| 2119 | 2026-08-19T19:44:12.780Z | Compiling darling_macro v0.20.11 |
| 2120 | 2026-08-19T19:44:12.796Z | Compiling thread-id v4.2.2 |
| 2121 | 2026-08-19T19:44:12.869Z | Compiling wait-timeout v0.2.1 |
| 2122 | 2026-08-19T19:44:12.885Z | Compiling thread-id v5.1.0 |
| 2123 | 2026-08-19T19:44:12.993Z | Compiling bit-vec v0.8.0 |
| 2124 | 2026-08-19T19:44:12.997Z | Compiling smoltcp v0.9.1 |
| 2125 | 2026-08-19T19:44:13.039Z | Compiling quick-error v1.2.3 |
| 2126 | 2026-08-19T19:44:13.112Z | Compiling owo-colors v4.3.0 |
| 2127 | 2026-08-19T19:44:13.131Z | Compiling clap_lex v1.0.0 |
| 2128 | 2026-08-19T19:44:13.282Z | Compiling num_threads v0.1.7 |
| 2129 | 2026-08-19T19:44:13.297Z | Compiling cfg_aliases v0.2.1 |
| 2130 | 2026-08-19T19:44:13.337Z | Compiling funty v2.0.0 |
| 2131 | 2026-08-19T19:44:13.401Z | Compiling nix v0.31.2 |
| 2132 | 2026-08-19T19:44:13.409Z | Compiling time v0.3.47 |
| 2133 | 2026-08-19T19:44:13.420Z | Compiling clap_builder v4.6.0 |
| 2134 | 2026-08-19T19:44:13.423Z | Compiling darling v0.20.11 |
| 2135 | 2026-08-19T19:44:13.550Z | Compiling bit-set v0.8.0 |
| 2136 | 2026-08-19T19:44:13.570Z | Compiling hyper-util v0.1.20 |
| 2137 | 2026-08-19T19:44:13.586Z | Compiling rusty-fork v0.3.1 |
| 2138 | 2026-08-19T19:44:13.736Z | Compiling bitvec v1.0.1 |
| 2139 | 2026-08-19T19:44:13.752Z | Compiling num-iter v0.1.45 |
| 2140 | 2026-08-19T19:44:13.868Z | Compiling rand v0.8.6 |
| 2141 | 2026-08-19T19:44:13.951Z | Compiling ipnetwork v0.21.1 |
| 2142 | 2026-08-19T19:44:14.131Z | Compiling lazy_static v1.5.0 |
| 2143 | 2026-08-19T19:44:14.179Z | Compiling hmac v0.12.1 |
| 2144 | 2026-08-19T19:44:14.491Z | Compiling rand_xorshift v0.4.0 |
| 2145 | 2026-08-19T19:44:14.522Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2146 | 2026-08-19T19:44:14.605Z | Compiling sync_wrapper v1.0.2 |
| 2147 | 2026-08-19T19:44:14.666Z | Compiling zlib-rs v0.6.2 |
| 2148 | 2026-08-19T19:44:14.934Z | Compiling nodrop v0.1.14 |
| 2149 | 2026-08-19T19:44:15.041Z | Compiling crc-catalog v2.4.0 |
| 2150 | 2026-08-19T19:44:15.151Z | Compiling siphasher v1.0.2 |
| 2151 | 2026-08-19T19:44:15.167Z | Compiling unarray v0.1.4 |
| 2152 | 2026-08-19T19:44:15.212Z | Compiling crc v3.4.0 |
| 2153 | 2026-08-19T19:44:15.295Z | Compiling proptest v1.11.0 |
| 2154 | 2026-08-19T19:44:15.553Z | Compiling array-init v0.0.4 |
| 2155 | 2026-08-19T19:44:15.760Z | Compiling clap v4.6.1 |
| 2156 | 2026-08-19T19:44:15.857Z | Compiling tower v0.5.3 |
| 2157 | 2026-08-19T19:44:16.343Z | Compiling smallvec v0.6.14 |
| 2158 | 2026-08-19T19:44:16.472Z | Compiling derive_builder_core v0.20.2 |
| 2159 | 2026-08-19T19:44:16.736Z | Compiling flate2 v1.1.9 |
| 2160 | 2026-08-19T19:44:16.792Z | Compiling http-body-util v0.1.3 |
| 2161 | 2026-08-19T19:44:16.927Z | Compiling pkcs1 v0.7.5 |
| 2162 | 2026-08-19T19:44:16.982Z | Compiling zerocopy v0.6.6 |
| 2163 | 2026-08-19T19:44:17.008Z | Compiling bitfield v0.19.4 |
| 2164 | 2026-08-19T19:44:17.097Z | Compiling snafu-derive v0.8.9 |
| 2165 | 2026-08-19T19:44:17.137Z | Compiling strum_macros v0.27.2 |
| 2166 | 2026-08-19T19:44:17.195Z | Compiling strum_macros v0.26.4 |
| 2167 | 2026-08-19T19:44:17.247Z | Compiling hubpack_derive v0.1.1 |
| 2168 | 2026-08-19T19:44:17.315Z | Compiling env_filter v2.0.0 |
| 2169 | 2026-08-19T19:44:17.331Z | Compiling fs-err v3.3.0 |
| 2170 | 2026-08-19T19:44:17.369Z | Compiling hashbrown v0.12.3 |
| 2171 | 2026-08-19T19:44:17.544Z | Compiling unicode-bidi v0.3.18 |
| 2172 | 2026-08-19T19:44:17.586Z | Compiling allocator-api2 v0.2.21 |
| 2173 | 2026-08-19T19:44:17.688Z | Compiling unicode-properties v0.1.4 |
| 2174 | 2026-08-19T19:44:17.833Z | Compiling iri-string v0.7.10 |
| 2175 | 2026-08-19T19:44:17.856Z | Compiling ryu v1.0.23 |
| 2176 | 2026-08-19T19:44:17.928Z | Compiling gimli v0.32.3 |
| 2177 | 2026-08-19T19:44:18.037Z | Compiling base64 v0.21.7 |
| 2178 | 2026-08-19T19:44:18.040Z | Compiling unicode-segmentation v1.12.0 |
| 2179 | 2026-08-19T19:44:18.288Z | Compiling ron v0.8.1 |
| 2180 | 2026-08-19T19:44:18.380Z | Compiling serde_urlencoded v0.7.1 |
| 2181 | 2026-08-19T19:44:18.637Z | Compiling stringprep v0.1.5 |
| 2182 | 2026-08-19T19:44:18.878Z | Compiling env_logger v0.11.11 |
| 2183 | 2026-08-19T19:44:18.975Z | Compiling tower-http v0.6.8 |
| 2184 | 2026-08-19T19:44:19.010Z | Compiling newtype-uuid v1.3.2 |
| 2185 | 2026-08-19T19:44:19.127Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2186 | 2026-08-19T19:44:19.143Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2187 | 2026-08-19T19:44:19.199Z | Compiling derive_builder_macro v0.20.2 |
| 2188 | 2026-08-19T19:44:19.199Z | Compiling rsa v0.9.10 |
| 2189 | 2026-08-19T19:44:19.328Z | Compiling oxnet v0.1.6 |
| 2190 | 2026-08-19T19:44:19.343Z | Compiling serde-hex v0.1.0 |
| 2191 | 2026-08-19T19:44:19.357Z | Compiling tokio-native-tls v0.3.1 |
| 2192 | 2026-08-19T19:44:19.401Z | Compiling hashbrown v0.13.2 |
| 2193 | 2026-08-19T19:44:19.544Z | Compiling bzip2 v0.4.4 |
| 2194 | 2026-08-19T19:44:19.616Z | Compiling addr2line v0.25.1 |
| 2195 | 2026-08-19T19:44:19.702Z | Compiling usdt-macro v0.6.0 |
| 2196 | 2026-08-19T19:44:19.741Z | Compiling usdt-attr-macro v0.6.0 |
| 2197 | 2026-08-19T19:44:19.760Z | Compiling derive-ex v0.1.8 |
| 2198 | 2026-08-19T19:44:19.776Z | Compiling block-buffer v0.12.1 |
| 2199 | 2026-08-19T19:44:19.836Z | Compiling crypto-common v0.2.2 |
| 2200 | 2026-08-19T19:44:19.853Z | Compiling block-padding v0.4.2 |
| 2201 | 2026-08-19T19:44:20.019Z | Compiling rustls-native-certs v0.8.3 |
| 2202 | 2026-08-19T19:44:20.043Z | Compiling x509-cert v0.2.5 |
| 2203 | 2026-08-19T19:44:20.310Z | Compiling md-5 v0.10.6 |
| 2204 | 2026-08-19T19:44:20.520Z | Compiling erased-serde v0.3.31 |
| 2205 | 2026-08-19T19:44:20.662Z | Compiling bstr v1.12.1 |
| 2206 | 2026-08-19T19:44:20.860Z | Compiling vergen-lib v9.1.0 |
| 2207 | 2026-08-19T19:44:20.875Z | Compiling hash32 v0.2.1 |
| 2208 | 2026-08-19T19:44:20.949Z | Compiling encoding_rs v0.8.35 |
| 2209 | 2026-08-19T19:44:21.101Z | Compiling unicode-width v0.2.0 |
| 2210 | 2026-08-19T19:44:21.118Z | Compiling mime v0.3.17 |
| 2211 | 2026-08-19T19:44:21.151Z | Compiling cpufeatures v0.3.0 |
| 2212 | 2026-08-19T19:44:21.239Z | Compiling fallible-iterator v0.2.0 |
| 2213 | 2026-08-19T19:44:21.312Z | Compiling rustc-demangle v0.1.27 |
| 2214 | 2026-08-19T19:44:21.426Z | Compiling psl-types v2.0.11 |
| 2215 | 2026-08-19T19:44:21.465Z | Compiling crc-any v2.5.0 |
| 2216 | 2026-08-19T19:44:21.569Z | Compiling publicsuffix v2.3.0 |
| 2217 | 2026-08-19T19:44:21.589Z | Compiling postgres-protocol v0.6.10 |
| 2218 | 2026-08-19T19:44:21.602Z | Compiling test-strategy v0.4.5 |
| 2219 | 2026-08-19T19:44:21.888Z | Compiling backtrace v0.3.76 |
| 2220 | 2026-08-19T19:44:22.223Z | Compiling inout v0.2.2 |
| 2221 | 2026-08-19T19:44:22.397Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2222 | 2026-08-19T19:44:22.414Z | Compiling object v0.30.4 |
| 2223 | 2026-08-19T19:44:22.419Z | Compiling derive_builder v0.20.2 |
| 2224 | 2026-08-19T19:44:22.419Z | Compiling zip v0.6.6 |
| 2225 | 2026-08-19T19:44:22.477Z | Compiling daft v0.1.7 |
| 2226 | 2026-08-19T19:44:22.549Z | Compiling hyper-tls v0.6.0 |
| 2227 | 2026-08-19T19:44:22.575Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2228 | 2026-08-19T19:44:22.770Z | Compiling heck v0.4.1 |
| 2229 | 2026-08-19T19:44:22.786Z | Compiling phf_shared v0.13.1 |
| 2230 | 2026-08-19T19:44:22.859Z | Compiling pin-project v1.1.11 |
| 2231 | 2026-08-19T19:44:22.975Z | Compiling toml v0.7.8 |
| 2232 | 2026-08-19T19:44:23.025Z | Compiling serde_with_macros v3.21.0 |
| 2233 | 2026-08-19T19:44:23.028Z | Compiling futures-executor v0.3.32 |
| 2234 | 2026-08-19T19:44:23.115Z | Compiling async-recursion v1.1.1 |
| 2235 | 2026-08-19T19:44:23.255Z | Compiling serde_repr v0.1.20 |
| 2236 | 2026-08-19T19:44:23.290Z | Compiling enum-as-inner v0.6.1 |
| 2237 | 2026-08-19T19:44:23.324Z | Compiling miette-derive v7.6.0 |
| 2238 | 2026-08-19T19:44:23.384Z | Compiling vergen v9.1.0 |
| 2239 | 2026-08-19T19:44:23.451Z | Compiling ff v0.13.1 |
| 2240 | 2026-08-19T19:44:23.514Z | Compiling cargo-platform v0.3.2 |
| 2241 | 2026-08-19T19:44:23.606Z | Compiling bumpalo v3.20.2 |
| 2242 | 2026-08-19T19:44:23.739Z | Compiling foldhash v0.2.0 |
| 2243 | 2026-08-19T19:44:23.777Z | Compiling smawk v0.3.2 |
| 2244 | 2026-08-19T19:44:23.864Z | Compiling path-slash v0.1.5 |
| 2245 | 2026-08-19T19:44:23.931Z | Compiling is_ci v1.2.0 |
| 2246 | 2026-08-19T19:44:23.962Z | Compiling base16ct v0.2.0 |
| 2247 | 2026-08-19T19:44:23.998Z | Compiling managed v0.8.0 |
| 2248 | 2026-08-19T19:44:24.035Z | Compiling bitflags v1.3.2 |
| 2249 | 2026-08-19T19:44:24.050Z | Compiling libbz2-rs-sys v0.2.2 |
| 2250 | 2026-08-19T19:44:24.065Z | Compiling unicode-linebreak v0.1.5 |
| 2251 | 2026-08-19T19:44:24.189Z | Compiling same-file v1.0.6 |
| 2252 | 2026-08-19T19:44:24.231Z | Compiling jiff-core v0.1.0 |
| 2253 | 2026-08-19T19:44:24.248Z | Compiling foldhash v0.1.5 |
| 2254 | 2026-08-19T19:44:24.316Z | Compiling walkdir v2.5.0 |
| 2255 | 2026-08-19T19:44:24.347Z | Compiling textwrap v0.16.2 |
| 2256 | 2026-08-19T19:44:24.372Z | Compiling hashbrown v0.15.5 |
| 2257 | 2026-08-19T19:44:24.496Z | Compiling bzip2 v0.6.1 |
| 2258 | 2026-08-19T19:44:24.511Z | Compiling sec1 v0.7.3 |
| 2259 | 2026-08-19T19:44:24.613Z | Compiling supports-color v3.0.2 |
| 2260 | 2026-08-19T19:44:24.750Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2261 | 2026-08-19T19:44:24.809Z | Compiling hashbrown v0.16.1 |
| 2262 | 2026-08-19T19:44:24.835Z | Compiling zopfli v0.8.3 |
| 2263 | 2026-08-19T19:44:24.935Z | Compiling cargo_metadata v0.23.1 |
| 2264 | 2026-08-19T19:44:25.017Z | Compiling jiff v0.2.34 |
| 2265 | 2026-08-19T19:44:25.055Z | Compiling group v0.13.0 |
| 2266 | 2026-08-19T19:44:25.335Z | Compiling futures v0.3.32 |
| 2267 | 2026-08-19T19:44:25.495Z | Compiling phf v0.13.1 |
| 2268 | 2026-08-19T19:44:25.555Z | Compiling snafu v0.8.9 |
| 2269 | 2026-08-19T19:44:25.694Z | Compiling reqwest v0.12.28 |
| 2270 | 2026-08-19T19:44:25.933Z | Compiling signal-hook-mio v0.2.5 |
| 2271 | 2026-08-19T19:44:25.963Z | Compiling cookie_store v0.22.1 |
| 2272 | 2026-08-19T19:44:26.068Z | Compiling cipher v0.5.2 |
| 2273 | 2026-08-19T19:44:26.232Z | Compiling backtrace-ext v0.2.1 |
| 2274 | 2026-08-19T19:44:26.246Z | Compiling postgres-types v0.2.12 |
| 2275 | 2026-08-19T19:44:26.284Z | Compiling zstd v0.13.3 |
| 2276 | 2026-08-19T19:44:26.362Z | Compiling globset v0.4.18 |
| 2277 | 2026-08-19T19:44:26.410Z | Compiling strum v0.27.2 |
| 2278 | 2026-08-19T19:44:26.463Z | Compiling hubpack v0.1.2 |
| 2279 | 2026-08-19T19:44:26.578Z | Compiling phf_shared v0.11.3 |
| 2280 | 2026-08-19T19:44:26.594Z | Compiling hkdf v0.12.4 |
| 2281 | 2026-08-19T19:44:26.677Z | Compiling crossbeam-epoch v0.9.18 |
| 2282 | 2026-08-19T19:44:26.714Z | Compiling byte-wrapper v0.1.0 |
| 2283 | 2026-08-19T19:44:26.761Z | Compiling ed25519 v2.2.3 |
| 2284 | 2026-08-19T19:44:26.785Z | Compiling olpc-cjson v0.1.4 |
| 2285 | 2026-08-19T19:44:26.997Z | Compiling crypto-bigint v0.5.5 |
| 2286 | 2026-08-19T19:44:27.036Z | Compiling serde_plain v1.0.2 |
| 2287 | 2026-08-19T19:44:27.069Z | Compiling serde-big-array v0.5.1 |
| 2288 | 2026-08-19T19:44:27.139Z | Compiling pem v3.0.6 |
| 2289 | 2026-08-19T19:44:27.192Z | Compiling float-cmp v0.10.0 |
| 2290 | 2026-08-19T19:44:27.241Z | Compiling memmap2 v0.9.10 |
| 2291 | 2026-08-19T19:44:27.258Z | Compiling keccak v0.1.6 |
| 2292 | 2026-08-19T19:44:27.359Z | Compiling precomputed-hash v0.1.1 |
| 2293 | 2026-08-19T19:44:27.438Z | Compiling toml_write v0.1.2 |
| 2294 | 2026-08-19T19:44:27.484Z | Compiling fixedbitset v0.5.7 |
| 2295 | 2026-08-19T19:44:27.487Z | Compiling data-encoding v2.10.0 |
| 2296 | 2026-08-19T19:44:27.586Z | Compiling unicode-width v0.1.14 |
| 2297 | 2026-08-19T19:44:27.657Z | Compiling new_debug_unreachable v1.0.6 |
| 2298 | 2026-08-19T19:44:27.706Z | Compiling difflib v0.4.0 |
| 2299 | 2026-08-19T19:44:27.744Z | Compiling supports-hyperlinks v3.2.0 |
| 2300 | 2026-08-19T19:44:27.759Z | Compiling const-oid v0.10.2 |
| 2301 | 2026-08-19T19:44:27.853Z | Compiling normalize-line-endings v0.3.0 |
| 2302 | 2026-08-19T19:44:27.882Z | Compiling typed-path v0.9.3 |
| 2303 | 2026-08-19T19:44:27.909Z | Compiling predicates-core v1.0.10 |
| 2304 | 2026-08-19T19:44:27.951Z | Compiling static_assertions v1.1.0 |
| 2305 | 2026-08-19T19:44:27.966Z | Compiling supports-unicode v3.0.0 |
| 2306 | 2026-08-19T19:44:28.038Z | Compiling fixedbitset v0.4.2 |
| 2307 | 2026-08-19T19:44:28.053Z | Compiling whoami v2.1.0 |
| 2308 | 2026-08-19T19:44:28.166Z | Compiling miette v7.6.0 |
| 2309 | 2026-08-19T19:44:28.174Z | Compiling chacha20 v0.10.0 |
| 2310 | 2026-08-19T19:44:28.174Z | Compiling predicates v3.1.4 |
| 2311 | 2026-08-19T19:44:28.174Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2312 | 2026-08-19T19:44:28.194Z | Compiling petgraph v0.6.5 |
| 2313 | 2026-08-19T19:44:28.258Z | Compiling digest v0.11.3 |
| 2314 | 2026-08-19T19:44:28.280Z | Compiling tokio-postgres v0.7.16 |
| 2315 | 2026-08-19T19:44:28.397Z | Compiling elliptic-curve v0.13.8 |
| 2316 | 2026-08-19T19:44:28.478Z | Compiling hickory-proto v0.25.2 |
| 2317 | 2026-08-19T19:44:28.683Z | Compiling string_cache v0.8.9 |
| 2318 | 2026-08-19T19:44:28.700Z | Compiling petgraph v0.8.3 |
| 2319 | 2026-08-19T19:44:28.981Z | Compiling toml_edit v0.22.27 |
| 2320 | 2026-08-19T19:44:29.088Z | Compiling sha3 v0.10.8 |
| 2321 | 2026-08-19T19:44:29.401Z | Compiling usdt v0.6.0 |
| 2322 | 2026-08-19T19:44:29.505Z | Compiling zip v4.6.1 |
| 2323 | 2026-08-19T19:44:30.291Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2324 | 2026-08-19T19:44:30.393Z | Compiling ed25519-dalek v2.2.0 |
| 2325 | 2026-08-19T19:44:30.718Z | Compiling crossterm v0.28.1 |
| 2326 | 2026-08-19T19:44:31.118Z | Compiling iddqd v0.4.2 |
| 2327 | 2026-08-19T19:44:31.330Z | Compiling serde_with v3.21.0 |
| 2328 | 2026-08-19T19:44:31.346Z | Compiling similar v2.7.0 |
| 2329 | 2026-08-19T19:44:31.396Z | Compiling strum v0.26.3 |
| 2330 | 2026-08-19T19:44:31.605Z | Compiling tokio-stream v0.1.18 |
| 2331 | 2026-08-19T19:44:31.683Z | Compiling buf-list v1.1.2 |
| 2332 | 2026-08-19T19:44:31.881Z | Compiling itertools v0.13.0 |
| 2333 | 2026-08-19T19:44:32.010Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2334 | 2026-08-19T19:44:32.087Z | Compiling openapiv3 v2.2.0 |
| 2335 | 2026-08-19T19:44:32.681Z | Compiling peg-runtime v0.8.5 |
| 2336 | 2026-08-19T19:44:32.930Z | Compiling lalrpop-util v0.19.12 |
| 2337 | 2026-08-19T19:44:48.427Z | Compiling rustls-webpki v0.103.13 |
| 2338 | 2026-08-19T19:44:51.858Z | Compiling tokio-rustls v0.26.4 |
| 2339 | 2026-08-19T19:44:52.014Z | Compiling rustls-platform-verifier v0.6.2 |
| 2340 | 2026-08-19T19:44:52.138Z | Compiling hyper-rustls v0.27.7 |
| 2341 | 2026-08-19T19:44:52.173Z | Compiling tough v0.22.0 |
| 2342 | 2026-08-19T19:44:52.452Z | Compiling reqwest v0.13.2 |
| 2343 | 2026-08-19T19:44:55.118Z | Compiling macaddr v1.0.1 |
| 2344 | 2026-08-19T19:44:55.249Z | Compiling crucible-workspace-hack v0.1.0 |
| 2345 | 2026-08-19T19:44:55.321Z | Compiling rayon-core v1.13.0 |
| 2346 | 2026-08-19T19:44:55.414Z | Compiling secrecy v0.10.3 |
| 2347 | 2026-08-19T19:44:55.438Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2348 | 2026-08-19T19:44:55.455Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2349 | 2026-08-19T19:44:55.492Z | Compiling heapless v0.8.0 |
| 2350 | 2026-08-19T19:44:55.560Z | Compiling crossbeam-deque v0.8.6 |
| 2351 | 2026-08-19T19:44:55.606Z | Compiling ingot-macros v0.2.0 |
| 2352 | 2026-08-19T19:44:55.630Z | Compiling inout v0.1.4 |
| 2353 | 2026-08-19T19:44:55.721Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2354 | 2026-08-19T19:44:55.772Z | Compiling hash32 v0.3.1 |
| 2355 | 2026-08-19T19:44:55.814Z | Compiling multer v3.1.0 |
| 2356 | 2026-08-19T19:44:55.818Z | Compiling thread_local v1.1.9 |
| 2357 | 2026-08-19T19:44:55.843Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2358 | 2026-08-19T19:44:55.864Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2359 | 2026-08-19T19:44:55.882Z | Compiling compression-core v0.4.31 |
| 2360 | 2026-08-19T19:44:55.955Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2361 | 2026-08-19T19:44:55.990Z | Compiling match_cfg v0.1.0 |
| 2362 | 2026-08-19T19:44:56.036Z | Compiling slog-async v2.8.0 |
| 2363 | 2026-08-19T19:44:56.053Z | Compiling smoltcp v0.11.0 |
| 2364 | 2026-08-19T19:44:56.093Z | Compiling hostname v0.3.1 |
| 2365 | 2026-08-19T19:44:56.126Z | Compiling compression-codecs v0.4.37 |
| 2366 | 2026-08-19T19:44:56.168Z | Compiling cipher v0.4.4 |
| 2367 | 2026-08-19T19:44:56.223Z | Compiling atomicwrites v0.4.4 |
| 2368 | 2026-08-19T19:44:56.292Z | Compiling proc-macro-crate v3.4.0 |
| 2369 | 2026-08-19T19:44:56.372Z | Compiling slog-json v2.6.1 |
| 2370 | 2026-08-19T19:44:56.409Z | Compiling crossbeam-channel v0.5.15 |
| 2371 | 2026-08-19T19:44:56.445Z | Compiling half v2.7.1 |
| 2372 | 2026-08-19T19:44:56.499Z | Compiling newtype-uuid-macros v0.1.0 |
| 2373 | 2026-08-19T19:44:56.519Z | Compiling universal-hash v0.5.1 |
| 2374 | 2026-08-19T19:44:56.572Z | Compiling cobs v0.3.0 |
| 2375 | 2026-08-19T19:44:56.642Z | Compiling async-stream-impl v0.3.6 |
| 2376 | 2026-08-19T19:44:56.657Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2377 | 2026-08-19T19:44:56.687Z | Compiling serde_spanned v1.1.1 |
| 2378 | 2026-08-19T19:44:56.687Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2379 | 2026-08-19T19:44:56.736Z | Compiling is-terminal v0.4.17 |
| 2380 | 2026-08-19T19:44:56.813Z | Compiling dropshot v0.17.1 |
| 2381 | 2026-08-19T19:44:56.863Z | Compiling proc-macro-error-attr v1.0.4 |
| 2382 | 2026-08-19T19:44:56.880Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2383 | 2026-08-19T19:44:56.883Z | Compiling opaque-debug v0.3.1 |
| 2384 | 2026-08-19T19:44:56.985Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2385 | 2026-08-19T19:44:57.028Z | Compiling convert_case v0.4.0 |
| 2386 | 2026-08-19T19:44:57.084Z | Compiling term v1.2.1 |
| 2387 | 2026-08-19T19:44:57.099Z | Compiling take_mut v0.2.2 |
| 2388 | 2026-08-19T19:44:57.117Z | Compiling ciborium-io v0.2.2 |
| 2389 | 2026-08-19T19:44:57.236Z | Compiling ciborium-ll v0.2.2 |
| 2390 | 2026-08-19T19:44:57.237Z | Compiling async-stream v0.3.6 |
| 2391 | 2026-08-19T19:44:57.269Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2392 | 2026-08-19T19:44:57.330Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2393 | 2026-08-19T19:44:57.336Z | Compiling poly1305 v0.8.0 |
| 2394 | 2026-08-19T19:44:57.349Z | Compiling num_enum_derive v0.7.6 |
| 2395 | 2026-08-19T19:44:57.362Z | Compiling derive_more v0.99.20 |
| 2396 | 2026-08-19T19:44:57.460Z | Compiling slog-term v2.9.2 |
| 2397 | 2026-08-19T19:44:57.512Z | Compiling postcard v1.1.3 |
| 2398 | 2026-08-19T19:44:57.683Z | Compiling thiserror-no-std v2.0.2 |
| 2399 | 2026-08-19T19:44:57.785Z | Compiling slog-bunyan v2.5.0 |
| 2400 | 2026-08-19T19:44:57.802Z | Compiling chacha20 v0.9.1 |
| 2401 | 2026-08-19T19:44:57.916Z | Compiling async-compression v0.4.41 |
| 2402 | 2026-08-19T19:44:58.081Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2403 | 2026-08-19T19:44:58.100Z | Compiling sha1 v0.11.0 |
| 2404 | 2026-08-19T19:44:58.233Z | Compiling ingot-types v0.2.0 |
| 2405 | 2026-08-19T19:44:58.308Z | Compiling parse-display-derive v0.10.0 |
| 2406 | 2026-08-19T19:44:58.400Z | Compiling proc-macro-crate v1.3.1 |
| 2407 | 2026-08-19T19:44:58.416Z | Compiling waitgroup v0.1.2 |
| 2408 | 2026-08-19T19:44:58.554Z | Compiling backon v1.6.0 |
| 2409 | 2026-08-19T19:44:58.590Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2410 | 2026-08-19T19:44:58.709Z | Compiling ingot v0.2.1 |
| 2411 | 2026-08-19T19:44:58.709Z | Compiling rustls-pemfile v2.2.0 |
| 2412 | 2026-08-19T19:44:58.752Z | Compiling blake2 v0.10.6 |
| 2413 | 2026-08-19T19:44:58.822Z | Compiling dropshot_endpoint v0.17.1 |
| 2414 | 2026-08-19T19:44:58.889Z | Compiling aead v0.5.2 |
| 2415 | 2026-08-19T19:44:59.016Z | Compiling password-hash v0.5.0 |
| 2416 | 2026-08-19T19:44:59.107Z | Compiling foreign-types-macros v0.2.3 |
| 2417 | 2026-08-19T19:44:59.134Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2418 | 2026-08-19T19:44:59.284Z | Compiling serde_path_to_error v0.1.20 |
| 2419 | 2026-08-19T19:44:59.517Z | Compiling hostname v0.4.2 |
| 2420 | 2026-08-19T19:44:59.571Z | Compiling proc-macro-error v1.0.4 |
| 2421 | 2026-08-19T19:44:59.587Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2422 | 2026-08-19T19:44:59.647Z | Compiling instant v0.1.13 |
| 2423 | 2026-08-19T19:44:59.700Z | Compiling foreign-types-shared v0.3.1 |
| 2424 | 2026-08-19T19:44:59.716Z | Compiling debug-ignore v1.0.5 |
| 2425 | 2026-08-19T19:44:59.745Z | Compiling backoff v0.4.0 |
| 2426 | 2026-08-19T19:44:59.775Z | Compiling parse-display v0.10.0 |
| 2427 | 2026-08-19T19:44:59.792Z | Compiling argon2 v0.5.3 |
| 2428 | 2026-08-19T19:44:59.825Z | Compiling foreign-types v0.5.0 |
| 2429 | 2026-08-19T19:44:59.855Z | Compiling chacha20poly1305 v0.10.1 |
| 2430 | 2026-08-19T19:44:59.880Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2431 | 2026-08-19T19:44:59.931Z | Compiling num_enum_derive v0.5.11 |
| 2432 | 2026-08-19T19:44:59.946Z | Compiling num_enum v0.7.6 |
| 2433 | 2026-08-19T19:44:59.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2434 | 2026-08-19T19:45:00.015Z | Compiling vsss-rs v3.3.4 |
| 2435 | 2026-08-19T19:45:00.042Z | Compiling ciborium v0.2.2 |
| 2436 | 2026-08-19T19:45:00.401Z | Compiling regress v0.10.5 |
| 2437 | 2026-08-19T19:45:00.419Z | Compiling itertools v0.14.0 |
| 2438 | 2026-08-19T19:45:00.440Z | Compiling tabwriter v1.4.1 |
| 2439 | 2026-08-19T19:45:00.499Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2440 | 2026-08-19T19:45:00.618Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2441 | 2026-08-19T19:45:00.840Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2442 | 2026-08-19T19:45:00.857Z | Compiling cstr-argument v0.1.2 |
| 2443 | 2026-08-19T19:45:00.877Z | Compiling humantime v2.3.0 |
| 2444 | 2026-08-19T19:45:00.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2445 | 2026-08-19T19:45:00.980Z | Compiling num_enum v0.5.11 |
| 2446 | 2026-08-19T19:45:00.996Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2447 | 2026-08-19T19:45:01.051Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2448 | 2026-08-19T19:45:01.116Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2449 | 2026-08-19T19:45:01.134Z | Compiling rayon v1.11.0 |
| 2450 | 2026-08-19T19:45:01.201Z | Compiling rand v0.10.1 |
| 2451 | 2026-08-19T19:45:01.299Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2452 | 2026-08-19T19:45:01.317Z | Compiling indent_write v2.2.0 |
| 2453 | 2026-08-19T19:45:01.320Z | Compiling libefi-sys v0.1.0 |
| 2454 | 2026-08-19T19:45:01.348Z | Compiling colored v3.1.1 |
| 2455 | 2026-08-19T19:45:01.390Z | Compiling zone_cfg_derive v0.3.1 |
| 2456 | 2026-08-19T19:45:01.413Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2457 | 2026-08-19T19:45:01.491Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2458 | 2026-08-19T19:45:01.582Z | Compiling camino-tempfile v1.4.1 |
| 2459 | 2026-08-19T19:45:01.614Z | Compiling itertools v0.12.1 |
| 2460 | 2026-08-19T19:45:01.648Z | Compiling usdt-macro v0.5.0 |
| 2461 | 2026-08-19T19:45:01.730Z | Compiling usdt-attr-macro v0.5.0 |
| 2462 | 2026-08-19T19:45:01.768Z | Compiling bitfield-struct v0.6.2 |
| 2463 | 2026-08-19T19:45:01.984Z | Compiling num-derive v0.4.2 |
| 2464 | 2026-08-19T19:45:02.002Z | Compiling blake3 v1.8.5 |
| 2465 | 2026-08-19T19:45:02.005Z | Compiling memmap v0.7.0 |
| 2466 | 2026-08-19T19:45:02.005Z | Compiling sigpipe v0.1.3 |
| 2467 | 2026-08-19T19:45:02.046Z | Compiling swrite v0.1.0 |
| 2468 | 2026-08-19T19:45:02.128Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2469 | 2026-08-19T19:45:02.170Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2470 | 2026-08-19T19:45:02.293Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2471 | 2026-08-19T19:45:02.309Z | Compiling glob v0.3.3 |
| 2472 | 2026-08-19T19:45:02.371Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2473 | 2026-08-19T19:45:02.420Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2474 | 2026-08-19T19:45:02.516Z | Compiling usdt v0.5.0 |
| 2475 | 2026-08-19T19:45:02.679Z | Compiling smf v0.2.3 |
| 2476 | 2026-08-19T19:45:02.711Z | Compiling filetime v0.2.27 |
| 2477 | 2026-08-19T19:45:02.749Z | Compiling arrayvec v0.7.6 |
| 2478 | 2026-08-19T19:45:02.804Z | Compiling constant_time_eq v0.4.2 |
| 2479 | 2026-08-19T19:45:02.875Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2480 | 2026-08-19T19:45:02.975Z | Compiling zone v0.3.1 |
| 2481 | 2026-08-19T19:45:02.988Z | Compiling xattr v1.6.1 |
| 2482 | 2026-08-19T19:45:02.988Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2483 | 2026-08-19T19:45:03.007Z | Compiling whoami v1.6.1 |
| 2484 | 2026-08-19T19:45:03.023Z | Compiling arrayref v0.3.9 |
| 2485 | 2026-08-19T19:45:03.051Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2486 | 2026-08-19T19:45:03.125Z | Compiling tar v0.4.46 |
| 2487 | 2026-08-19T19:45:03.155Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2488 | 2026-08-19T19:45:03.189Z | Compiling tokio-dtrace v0.1.1 |
| 2489 | 2026-08-19T19:45:03.236Z | Compiling gethostname v0.5.0 |
| 2490 | 2026-08-19T19:45:03.359Z | Compiling console v0.16.2 |
| 2491 | 2026-08-19T19:45:03.407Z | Compiling unit-prefix v0.5.2 |
| 2492 | 2026-08-19T19:45:03.477Z | Compiling topological-sort v0.2.2 |
| 2493 | 2026-08-19T19:45:03.550Z | Compiling oxide-tokio-rt v0.1.4 |
| 2494 | 2026-08-19T19:45:03.567Z | Compiling toml v0.8.23 |
| 2495 | 2026-08-19T19:45:03.583Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2496 | 2026-08-19T19:45:03.664Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2497 | 2026-08-19T19:45:03.833Z | Compiling indicatif v0.18.4 |
| 2498 | 2026-08-19T19:45:03.919Z | Compiling shell-words v1.1.1 |
| 2499 | 2026-08-19T19:45:13.146Z | Compiling progenitor-client v0.14.0 |
| 2500 | 2026-08-19T19:45:13.146Z | Compiling omicron-zone-package v0.12.3 |
| 2501 | 2026-08-19T19:45:13.389Z | Compiling progenitor-extras v0.2.0 |
| 2502 | 2026-08-19T19:45:13.688Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2503 | 2026-08-19T19:45:13.809Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2504 | 2026-08-19T19:45:13.851Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2505 | 2026-08-19T19:45:13.873Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2506 | 2026-08-19T19:45:13.933Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2507 | 2026-08-19T19:45:13.970Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2508 | 2026-08-19T19:45:14.206Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2509 | 2026-08-19T19:45:14.332Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2510 | 2026-08-19T19:45:14.765Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-08-19T19:45:18.312Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2512 | 2026-08-19T19:45:27.109Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2513 | 2026-08-19T19:45:30.384Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2514 | 2026-08-19T19:45:31.470Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2515 | 2026-08-19T19:45:41.512Z | Finished `release` profile [optimized] target(s) in 1m 47s |
| 2516 | 2026-08-19T19:45:41.660Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2517 | 2026-08-19T19:45:41.720Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2518 | 2026-08-19T19:45:41.723Z | Created new build target 'test' and set it as active |
| 2519 | 2026-08-19T19:45:41.723Z | |
| 2520 | 2026-08-19T19:45:41.723Z | real 1:47.640654868 |
| 2521 | 2026-08-19T19:45:41.723Z | user 17:49.668865355 |
| 2522 | 2026-08-19T19:45:41.723Z | sys 2:46.369915669 |
| 2523 | 2026-08-19T19:45:41.723Z | trap 0.492741043 |
| 2524 | 2026-08-19T19:45:41.723Z | tflt 2.353510207 |
| 2525 | 2026-08-19T19:45:41.723Z | dflt 4.799923648 |
| 2526 | 2026-08-19T19:45:41.723Z | kflt 0.006508076 |
| 2527 | 2026-08-19T19:45:41.723Z | lock 58:19.159665998 |
| 2528 | 2026-08-19T19:45:41.723Z | slp 45:24.401129775 |
| 2529 | 2026-08-19T19:45:41.728Z | lat 52.893459272 |
| 2530 | 2026-08-19T19:45:41.728Z | stop 6:16.974581871 |
| 2531 | 2026-08-19T19:45:41.728Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2532 | 2026-08-19T19:45:42.630Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2533 | 2026-08-19T19:45:42.700Z | Running `target/release/omicron-package -t test package` |
| 2534 | 2026-08-19T19:45:42.759Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2535 | 2026-08-19T19:45:44.219Z | Compiling heck v0.5.0 |
| 2536 | 2026-08-19T19:45:44.223Z | Compiling regress v0.11.1 |
| 2537 | 2026-08-19T19:45:44.504Z | Compiling unsafe-libyaml v0.2.11 |
| 2538 | 2026-08-19T19:45:44.512Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2539 | 2026-08-19T19:45:44.515Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2540 | 2026-08-19T19:45:44.516Z | Compiling derive-where v1.6.0 |
| 2541 | 2026-08-19T19:45:44.516Z | Compiling bytecount v0.6.9 |
| 2542 | 2026-08-19T19:45:44.577Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2543 | 2026-08-19T19:45:44.577Z | Compiling atomicwrites v0.4.4 |
| 2544 | 2026-08-19T19:45:44.580Z | Compiling is-terminal v0.4.17 |
| 2545 | 2026-08-19T19:45:44.580Z | Compiling prettyplease v0.2.37 |
| 2546 | 2026-08-19T19:45:44.580Z | Compiling newline-converter v0.3.0 |
| 2547 | 2026-08-19T19:45:44.605Z | Compiling console v0.15.11 |
| 2548 | 2026-08-19T19:45:44.663Z | Compiling slog-dtrace v0.3.0 |
| 2549 | 2026-08-19T19:45:44.682Z | Compiling cancel-safe-futures v0.1.5 |
| 2550 | 2026-08-19T19:45:44.752Z | Compiling resolv-conf v0.7.6 |
| 2551 | 2026-08-19T19:45:44.775Z | Compiling num-rational v0.4.2 |
| 2552 | 2026-08-19T19:45:44.780Z | Compiling num-complex v0.4.6 |
| 2553 | 2026-08-19T19:45:44.819Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2554 | 2026-08-19T19:45:44.860Z | Compiling thread_local v1.1.9 |
| 2555 | 2026-08-19T19:45:44.896Z | Compiling compression-core v0.4.31 |
| 2556 | 2026-08-19T19:45:44.998Z | Compiling serde_yaml v0.9.34+deprecated |
| 2557 | 2026-08-19T19:45:45.067Z | Compiling expectorate v1.2.0 |
| 2558 | 2026-08-19T19:45:45.118Z | Compiling match_cfg v0.1.0 |
| 2559 | 2026-08-19T19:45:45.211Z | Compiling hostname v0.3.1 |
| 2560 | 2026-08-19T19:45:45.276Z | Compiling num v0.4.3 |
| 2561 | 2026-08-19T19:45:45.299Z | Compiling compression-codecs v0.4.37 |
| 2562 | 2026-08-19T19:45:45.322Z | Compiling multer v3.1.0 |
| 2563 | 2026-08-19T19:45:45.372Z | Compiling slog-async v2.8.0 |
| 2564 | 2026-08-19T19:45:45.393Z | Compiling crossbeam-channel v0.5.15 |
| 2565 | 2026-08-19T19:45:45.397Z | Compiling slog-json v2.6.1 |
| 2566 | 2026-08-19T19:45:45.442Z | Compiling serde_spanned v1.1.1 |
| 2567 | 2026-08-19T19:45:45.447Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2568 | 2026-08-19T19:45:45.559Z | Compiling term v1.2.1 |
| 2569 | 2026-08-19T19:45:45.564Z | Compiling linked-hash-map v0.5.6 |
| 2570 | 2026-08-19T19:45:45.624Z | Compiling float-ord v0.3.2 |
| 2571 | 2026-08-19T19:45:45.652Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2572 | 2026-08-19T19:45:45.726Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2573 | 2026-08-19T19:45:45.748Z | Compiling oxide-update-engine-types v0.1.2 |
| 2574 | 2026-08-19T19:45:45.772Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2575 | 2026-08-19T19:45:45.777Z | Compiling linear-map v1.2.0 |
| 2576 | 2026-08-19T19:45:45.818Z | Compiling take_mut v0.2.2 |
| 2577 | 2026-08-19T19:45:45.842Z | Compiling lru-cache v0.1.2 |
| 2578 | 2026-08-19T19:45:45.846Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2579 | 2026-08-19T19:45:45.883Z | Compiling slog-term v2.9.2 |
| 2580 | 2026-08-19T19:45:45.904Z | Compiling slog-bunyan v2.5.0 |
| 2581 | 2026-08-19T19:45:45.984Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2582 | 2026-08-19T19:45:46.025Z | Compiling typify-impl v0.6.2 |
| 2583 | 2026-08-19T19:45:46.046Z | Compiling async-compression v0.4.41 |
| 2584 | 2026-08-19T19:45:46.094Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2585 | 2026-08-19T19:45:46.301Z | Compiling async-stream v0.3.6 |
| 2586 | 2026-08-19T19:45:46.383Z | Compiling dropshot v0.17.1 |
| 2587 | 2026-08-19T19:45:46.413Z | Compiling progenitor-client v0.14.0 |
| 2588 | 2026-08-19T19:45:46.422Z | Compiling sha1 v0.11.0 |
| 2589 | 2026-08-19T19:45:46.450Z | Compiling waitgroup v0.1.2 |
| 2590 | 2026-08-19T19:45:46.493Z | Compiling rustls-pemfile v2.2.0 |
| 2591 | 2026-08-19T19:45:46.515Z | Compiling backon v1.6.0 |
| 2592 | 2026-08-19T19:45:46.541Z | Compiling hostname v0.4.2 |
| 2593 | 2026-08-19T19:45:46.615Z | Compiling serde_path_to_error v0.1.20 |
| 2594 | 2026-08-19T19:45:46.723Z | Compiling instant v0.1.13 |
| 2595 | 2026-08-19T19:45:46.732Z | Compiling minimal-lexical v0.2.1 |
| 2596 | 2026-08-19T19:45:46.736Z | Compiling debug-ignore v1.0.5 |
| 2597 | 2026-08-19T19:45:46.736Z | Compiling progenitor-extras v0.2.0 |
| 2598 | 2026-08-19T19:45:46.794Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2599 | 2026-08-19T19:45:46.843Z | Compiling backoff v0.4.0 |
| 2600 | 2026-08-19T19:45:46.905Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2601 | 2026-08-19T19:45:46.988Z | Compiling nom v7.1.3 |
| 2602 | 2026-08-19T19:45:47.062Z | Compiling oxide-update-engine v0.1.2 |
| 2603 | 2026-08-19T19:45:47.075Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2604 | 2026-08-19T19:45:47.099Z | Compiling parse-display v0.10.0 |
| 2605 | 2026-08-19T19:45:47.123Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2606 | 2026-08-19T19:45:47.126Z | Compiling hickory-proto v0.24.4 |
| 2607 | 2026-08-19T19:45:47.611Z | Compiling regress v0.10.5 |
| 2608 | 2026-08-19T19:45:47.767Z | Compiling itertools v0.14.0 |
| 2609 | 2026-08-19T19:45:48.306Z | Compiling macaddr v1.0.1 |
| 2610 | 2026-08-19T19:45:48.373Z | Compiling humantime v2.3.0 |
| 2611 | 2026-08-19T19:45:48.393Z | Compiling unicode-xid v0.2.6 |
| 2612 | 2026-08-19T19:45:48.571Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2613 | 2026-08-19T19:45:48.666Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2614 | 2026-08-19T19:45:48.794Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2615 | 2026-08-19T19:45:48.856Z | Compiling convert_case v0.10.0 |
| 2616 | 2026-08-19T19:45:49.031Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2617 | 2026-08-19T19:45:49.054Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2618 | 2026-08-19T19:45:49.111Z | Compiling toml v0.8.23 |
| 2619 | 2026-08-19T19:45:49.145Z | Compiling derive_more-impl v2.1.1 |
| 2620 | 2026-08-19T19:45:49.309Z | Compiling papergrid v0.11.0 |
| 2621 | 2026-08-19T19:45:49.476Z | Compiling typify-macro v0.6.2 |
| 2622 | 2026-08-19T19:45:49.589Z | Compiling tabled_derive v0.7.0 |
| 2623 | 2026-08-19T19:45:49.687Z | Compiling hickory-resolver v0.24.4 |
| 2624 | 2026-08-19T19:45:49.767Z | Compiling termtree v0.5.1 |
| 2625 | 2026-08-19T19:45:49.940Z | Compiling derive_more v2.1.1 |
| 2626 | 2026-08-19T19:45:49.975Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2627 | 2026-08-19T19:45:50.049Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2628 | 2026-08-19T19:45:50.416Z | Compiling crossterm v0.29.0 |
| 2629 | 2026-08-19T19:45:50.489Z | Compiling tabled v0.15.0 |
| 2630 | 2026-08-19T19:45:50.939Z | Compiling qorb v0.4.1 |
| 2631 | 2026-08-19T19:45:51.091Z | Compiling typify v0.6.2 |
| 2632 | 2026-08-19T19:45:51.374Z | Compiling progenitor-impl v0.14.0 |
| 2633 | 2026-08-19T19:45:52.112Z | Compiling phf_shared v0.12.1 |
| 2634 | 2026-08-19T19:45:52.363Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2635 | 2026-08-19T19:45:52.894Z | Compiling csv-core v0.1.13 |
| 2636 | 2026-08-19T19:45:53.256Z | Compiling vte v0.14.1 |
| 2637 | 2026-08-19T19:45:53.505Z | Compiling progenitor-macro v0.14.0 |
| 2638 | 2026-08-19T19:45:53.528Z | Compiling chrono-tz v0.10.4 |
| 2639 | 2026-08-19T19:45:53.741Z | Compiling highway v1.3.0 |
| 2640 | 2026-08-19T19:45:54.392Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2641 | 2026-08-19T19:45:54.488Z | Compiling strip-ansi-escapes v0.2.1 |
| 2642 | 2026-08-19T19:45:54.564Z | Compiling csv v1.4.0 |
| 2643 | 2026-08-19T19:45:54.970Z | Compiling phf v0.12.1 |
| 2644 | 2026-08-19T19:45:55.044Z | Compiling const_format_proc_macros v0.2.34 |
| 2645 | 2026-08-19T19:45:55.085Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2646 | 2026-08-19T19:45:55.448Z | Compiling fd-lock v4.0.4 |
| 2647 | 2026-08-19T19:45:55.506Z | Compiling peg-macros v0.8.5 |
| 2648 | 2026-08-19T19:45:55.536Z | Compiling nu-ansi-term v0.50.3 |
| 2649 | 2026-08-19T19:45:55.843Z | Compiling const_format v0.2.35 |
| 2650 | 2026-08-19T19:45:56.003Z | Compiling reedline v0.40.0 |
| 2651 | 2026-08-19T19:45:56.117Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2652 | 2026-08-19T19:45:56.346Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2653 | 2026-08-19T19:45:56.782Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2654 | 2026-08-19T19:45:56.801Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2655 | 2026-08-19T19:45:57.686Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2656 | 2026-08-19T19:45:57.708Z | Compiling progenitor v0.14.0 |
| 2657 | 2026-08-19T19:45:57.901Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2658 | 2026-08-19T19:45:58.015Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2659 | 2026-08-19T19:45:58.046Z | Compiling peg v0.8.5 |
| 2660 | 2026-08-19T19:45:58.150Z | Compiling bcs v0.1.6 |
| 2661 | 2026-08-19T19:45:58.495Z | Compiling nom v8.0.0 |
| 2662 | 2026-08-19T19:45:58.597Z | Compiling semver v0.1.20 |
| 2663 | 2026-08-19T19:45:58.895Z | Compiling rustc_version v0.1.7 |
| 2664 | 2026-08-19T19:45:59.130Z | Compiling newtype_derive v0.1.6 |
| 2665 | 2026-08-19T19:45:59.347Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2666 | 2026-08-19T19:45:59.373Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2667 | 2026-08-19T19:45:59.559Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2668 | 2026-08-19T19:45:59.663Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2669 | 2026-08-19T19:45:59.686Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2670 | 2026-08-19T19:46:00.062Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2671 | 2026-08-19T19:46:00.429Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2672 | 2026-08-19T19:46:00.569Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2673 | 2026-08-19T19:46:00.625Z | Compiling steno v0.4.1 |
| 2674 | 2026-08-19T19:46:00.693Z | Compiling sha1 v0.10.6 |
| 2675 | 2026-08-19T19:46:01.130Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2676 | 2026-08-19T19:46:01.164Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2677 | 2026-08-19T19:46:01.185Z | Compiling tagptr v0.2.0 |
| 2678 | 2026-08-19T19:46:01.250Z | Compiling utf-8 v0.7.6 |
| 2679 | 2026-08-19T19:46:01.385Z | Compiling moka v0.12.13 |
| 2680 | 2026-08-19T19:46:01.500Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2681 | 2026-08-19T19:46:01.706Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2682 | 2026-08-19T19:46:01.956Z | Compiling tungstenite v0.21.0 |
| 2683 | 2026-08-19T19:46:02.555Z | Compiling hickory-resolver v0.25.2 |
| 2684 | 2026-08-19T19:46:02.680Z | Compiling tokio-tungstenite v0.21.0 |
| 2685 | 2026-08-19T19:46:03.073Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2686 | 2026-08-19T19:46:03.831Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2687 | 2026-08-19T19:46:04.029Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2688 | 2026-08-19T19:46:06.391Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2689 | 2026-08-19T19:46:06.657Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2690 | 2026-08-19T19:46:06.924Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2691 | 2026-08-19T19:46:07.062Z | Compiling darling_core v0.21.3 |
| 2692 | 2026-08-19T19:46:07.865Z | Compiling display-error-chain v0.2.2 |
| 2693 | 2026-08-19T19:46:08.056Z | Compiling libscf-sys v1.2.0 |
| 2694 | 2026-08-19T19:46:08.080Z | Compiling vergen-lib v0.1.6 |
| 2695 | 2026-08-19T19:46:08.224Z | Compiling diesel_derives v2.3.7 |
| 2696 | 2026-08-19T19:46:08.355Z | Compiling scheduled-thread-pool v0.2.7 |
| 2697 | 2026-08-19T19:46:08.469Z | Compiling vergen-gitcl v1.0.8 |
| 2698 | 2026-08-19T19:46:08.495Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2699 | 2026-08-19T19:46:08.696Z | Compiling dirs-sys-next v0.1.2 |
| 2700 | 2026-08-19T19:46:08.717Z | Compiling maplit v1.0.2 |
| 2701 | 2026-08-19T19:46:08.837Z | Compiling glob v0.3.3 |
| 2702 | 2026-08-19T19:46:08.935Z | Compiling crunchy v0.2.4 |
| 2703 | 2026-08-19T19:46:08.961Z | Compiling dirs-next v2.0.0 |
| 2704 | 2026-08-19T19:46:09.008Z | Compiling r2d2 v0.8.10 |
| 2705 | 2026-08-19T19:46:09.127Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2706 | 2026-08-19T19:46:09.148Z | Compiling papergrid v0.18.0 |
| 2707 | 2026-08-19T19:46:09.178Z | Compiling tiny-keccak v2.0.2 |
| 2708 | 2026-08-19T19:46:09.200Z | Compiling clang-sys v1.8.1 |
| 2709 | 2026-08-19T19:46:09.250Z | Compiling darling_macro v0.21.3 |
| 2710 | 2026-08-19T19:46:09.280Z | Compiling xshell-macros v0.2.7 |
| 2711 | 2026-08-19T19:46:09.302Z | Compiling downcast-rs v2.0.2 |
| 2712 | 2026-08-19T19:46:09.453Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2713 | 2026-08-19T19:46:09.476Z | Compiling term v0.7.0 |
| 2714 | 2026-08-19T19:46:09.618Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2715 | 2026-08-19T19:46:09.684Z | Compiling xshell v0.2.7 |
| 2716 | 2026-08-19T19:46:09.797Z | Compiling darling v0.21.3 |
| 2717 | 2026-08-19T19:46:09.803Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2718 | 2026-08-19T19:46:09.894Z | Compiling dsl_auto_type v0.2.0 |
| 2719 | 2026-08-19T19:46:09.946Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2720 | 2026-08-19T19:46:09.970Z | Compiling bit-vec v0.6.3 |
| 2721 | 2026-08-19T19:46:10.143Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2722 | 2026-08-19T19:46:10.219Z | Compiling bit-set v0.5.3 |
| 2723 | 2026-08-19T19:46:10.255Z | Compiling ascii-canvas v3.0.0 |
| 2724 | 2026-08-19T19:46:10.410Z | Compiling tabled v0.21.0 |
| 2725 | 2026-08-19T19:46:10.522Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2726 | 2026-08-19T19:46:10.688Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2727 | 2026-08-19T19:46:10.795Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2728 | 2026-08-19T19:46:10.948Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2729 | 2026-08-19T19:46:11.242Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2730 | 2026-08-19T19:46:11.290Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2731 | 2026-08-19T19:46:11.315Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2732 | 2026-08-19T19:46:11.495Z | Compiling itertools v0.10.5 |
| 2733 | 2026-08-19T19:46:11.527Z | Compiling ena v0.14.4 |
| 2734 | 2026-08-19T19:46:11.773Z | Compiling libloading v0.8.9 |
| 2735 | 2026-08-19T19:46:12.000Z | Compiling bindgen v0.71.1 |
| 2736 | 2026-08-19T19:46:12.173Z | Compiling regex-syntax v0.6.29 |
| 2737 | 2026-08-19T19:46:12.288Z | Compiling diff v0.1.13 |
| 2738 | 2026-08-19T19:46:12.432Z | Compiling unicase v2.9.0 |
| 2739 | 2026-08-19T19:46:12.752Z | Compiling cexpr v0.6.0 |
| 2740 | 2026-08-19T19:46:12.773Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2741 | 2026-08-19T19:46:12.999Z | Compiling crc8 v0.1.1 |
| 2742 | 2026-08-19T19:46:13.150Z | Compiling rustc-hash v2.1.1 |
| 2743 | 2026-08-19T19:46:13.468Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2744 | 2026-08-19T19:46:13.593Z | Compiling lalrpop v0.19.12 |
| 2745 | 2026-08-19T19:46:13.706Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2746 | 2026-08-19T19:46:14.079Z | Compiling headers-core v0.3.0 |
| 2747 | 2026-08-19T19:46:14.262Z | Compiling libxml v0.3.3 |
| 2748 | 2026-08-19T19:46:14.560Z | Compiling headers v0.4.1 |
| 2749 | 2026-08-19T19:46:14.587Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2750 | 2026-08-19T19:46:14.713Z | Compiling strum_macros v0.24.3 |
| 2751 | 2026-08-19T19:46:14.810Z | Compiling indoc v1.0.9 |
| 2752 | 2026-08-19T19:46:15.080Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2753 | 2026-08-19T19:46:15.108Z | Compiling diesel v2.3.7 |
| 2754 | 2026-08-19T19:46:15.242Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2755 | 2026-08-19T19:46:15.316Z | Compiling derive_builder v0.20.2 |
| 2756 | 2026-08-19T19:46:15.489Z | Compiling quick-xml v0.37.5 |
| 2757 | 2026-08-19T19:46:15.580Z | Compiling oso-derive v0.27.3 |
| 2758 | 2026-08-19T19:46:15.953Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2759 | 2026-08-19T19:46:16.100Z | Compiling openssl-probe v0.1.6 |
| 2760 | 2026-08-19T19:46:16.237Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2761 | 2026-08-19T19:46:16.262Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2762 | 2026-08-19T19:46:16.399Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2763 | 2026-08-19T19:46:16.937Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2764 | 2026-08-19T19:46:16.958Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2765 | 2026-08-19T19:46:17.029Z | Compiling bb8 v0.8.6 |
| 2766 | 2026-08-19T19:46:17.221Z | Compiling trait-variant v0.1.2 |
| 2767 | 2026-08-19T19:46:17.228Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2768 | 2026-08-19T19:46:17.415Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2769 | 2026-08-19T19:46:17.616Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2770 | 2026-08-19T19:46:17.638Z | Compiling half v1.8.3 |
| 2771 | 2026-08-19T19:46:17.728Z | Compiling proc-macro-error2 v2.0.1 |
| 2772 | 2026-08-19T19:46:17.750Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2773 | 2026-08-19T19:46:18.041Z | Compiling serde_cbor v0.11.2 |
| 2774 | 2026-08-19T19:46:18.138Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2775 | 2026-08-19T19:46:18.200Z | Compiling hashbrown v0.14.5 |
| 2776 | 2026-08-19T19:46:18.359Z | Compiling rfc6979 v0.4.0 |
| 2777 | 2026-08-19T19:46:18.428Z | Compiling salty v0.3.0 |
| 2778 | 2026-08-19T19:46:18.530Z | Compiling ecdsa v0.16.9 |
| 2779 | 2026-08-19T19:46:18.727Z | Compiling chumsky v0.9.3 |
| 2780 | 2026-08-19T19:46:18.837Z | Compiling knus-derive v3.4.0 |
| 2781 | 2026-08-19T19:46:18.906Z | Compiling samael v0.0.19 |
| 2782 | 2026-08-19T19:46:19.070Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2783 | 2026-08-19T19:46:19.136Z | Compiling progenitor-impl v0.13.0 |
| 2784 | 2026-08-19T19:46:19.312Z | Compiling primeorder v0.13.6 |
| 2785 | 2026-08-19T19:46:19.572Z | Compiling nonempty v0.12.0 |
| 2786 | 2026-08-19T19:46:19.855Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2787 | 2026-08-19T19:46:20.011Z | Compiling p384 v0.13.1 |
| 2788 | 2026-08-19T19:46:20.207Z | Compiling knus v3.4.0 |
| 2789 | 2026-08-19T19:46:21.062Z | Compiling polar-core v0.27.3 |
| 2790 | 2026-08-19T19:46:21.104Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2791 | 2026-08-19T19:46:21.334Z | Compiling progenitor-macro v0.13.0 |
| 2792 | 2026-08-19T19:46:21.551Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2793 | 2026-08-19T19:46:22.387Z | Compiling progenitor-client v0.13.0 |
| 2794 | 2026-08-19T19:46:22.601Z | Compiling fxhash v0.2.1 |
| 2795 | 2026-08-19T19:46:22.891Z | Compiling libz-sys v1.1.24 |
| 2796 | 2026-08-19T19:46:23.031Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-08-19T19:46:23.072Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2798 | 2026-08-19T19:46:23.381Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2799 | 2026-08-19T19:46:23.485Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2800 | 2026-08-19T19:46:23.870Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2801 | 2026-08-19T19:46:23.920Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2802 | 2026-08-19T19:46:24.286Z | Compiling kstat-rs v0.2.5 |
| 2803 | 2026-08-19T19:46:24.957Z | Compiling mime_guess v2.0.5 |
| 2804 | 2026-08-19T19:46:25.422Z | Compiling progenitor v0.13.0 |
| 2805 | 2026-08-19T19:46:25.632Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2806 | 2026-08-19T19:46:26.875Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2807 | 2026-08-19T19:46:26.987Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2808 | 2026-08-19T19:46:27.005Z | Compiling nanorand v0.7.0 |
| 2809 | 2026-08-19T19:46:27.025Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2810 | 2026-08-19T19:46:27.403Z | Compiling parking_lot_core v0.8.6 |
| 2811 | 2026-08-19T19:46:27.703Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2812 | 2026-08-19T19:46:27.798Z | Compiling flume v0.11.1 |
| 2813 | 2026-08-19T19:46:28.179Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2814 | 2026-08-19T19:46:28.317Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2815 | 2026-08-19T19:46:28.949Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2816 | 2026-08-19T19:46:29.035Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2817 | 2026-08-19T19:46:29.498Z | Compiling git-stub v1.0.0 |
| 2818 | 2026-08-19T19:46:29.771Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2819 | 2026-08-19T19:46:29.802Z | Compiling corncobs v0.1.4 |
| 2820 | 2026-08-19T19:46:30.028Z | Compiling oso v0.27.3 |
| 2821 | 2026-08-19T19:46:30.095Z | Compiling instability v0.3.11 |
| 2822 | 2026-08-19T19:46:30.144Z | Compiling strsim v0.10.0 |
| 2823 | 2026-08-19T19:46:30.380Z | Compiling http-range v0.1.5 |
| 2824 | 2026-08-19T19:46:30.505Z | Compiling darling_core v0.13.4 |
| 2825 | 2026-08-19T19:46:30.733Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2826 | 2026-08-19T19:46:31.033Z | Compiling git-stub-vcs v0.1.0 |
| 2827 | 2026-08-19T19:46:31.403Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2828 | 2026-08-19T19:46:32.152Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2829 | 2026-08-19T19:46:33.647Z | Compiling diesel-dtrace v0.5.0 |
| 2830 | 2026-08-19T19:46:33.983Z | Compiling async-bb8-diesel v0.2.1 |
| 2831 | 2026-08-19T19:46:35.676Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2832 | 2026-08-19T19:46:35.922Z | Compiling ignore v0.4.25 |
| 2833 | 2026-08-19T19:46:35.941Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2834 | 2026-08-19T19:46:36.212Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2835 | 2026-08-19T19:46:36.238Z | Compiling anstyle-parse v0.2.7 |
| 2836 | 2026-08-19T19:46:36.500Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2837 | 2026-08-19T19:46:36.604Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2838 | 2026-08-19T19:46:36.688Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2839 | 2026-08-19T19:46:37.296Z | Compiling secrecy v0.8.0 |
| 2840 | 2026-08-19T19:46:37.497Z | Compiling vergen-git2 v9.1.0 |
| 2841 | 2026-08-19T19:46:37.655Z | Compiling castaway v0.2.4 |
| 2842 | 2026-08-19T19:46:37.729Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2843 | 2026-08-19T19:46:37.839Z | Compiling indoc v2.0.7 |
| 2844 | 2026-08-19T19:46:38.035Z | Compiling compact_str v0.8.1 |
| 2845 | 2026-08-19T19:46:39.020Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2846 | 2026-08-19T19:46:39.099Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2847 | 2026-08-19T19:46:39.146Z | Compiling globwalk v0.9.1 |
| 2848 | 2026-08-19T19:46:39.785Z | Compiling anstream v0.6.21 |
| 2849 | 2026-08-19T19:46:40.344Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2850 | 2026-08-19T19:46:40.876Z | Compiling parking_lot v0.11.2 |
| 2851 | 2026-08-19T19:46:40.895Z | Compiling hyper-staticfile v0.10.1 |
| 2852 | 2026-08-19T19:46:41.021Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2853 | 2026-08-19T19:46:41.750Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2854 | 2026-08-19T19:46:41.779Z | Compiling darling_macro v0.13.4 |
| 2855 | 2026-08-19T19:46:41.801Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2856 | 2026-08-19T19:46:42.033Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2857 | 2026-08-19T19:46:42.295Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2858 | 2026-08-19T19:46:42.316Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2859 | 2026-08-19T19:46:42.696Z | Compiling predicates-tree v1.0.13 |
| 2860 | 2026-08-19T19:46:43.114Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2861 | 2026-08-19T19:46:43.153Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2862 | 2026-08-19T19:46:43.305Z | Compiling unicode-truncate v1.1.0 |
| 2863 | 2026-08-19T19:46:43.340Z | Compiling lru v0.12.5 |
| 2864 | 2026-08-19T19:46:43.361Z | Compiling sha2 v0.11.0 |
| 2865 | 2026-08-19T19:46:43.645Z | Compiling digest-io v0.1.0 |
| 2866 | 2026-08-19T19:46:43.653Z | Compiling prefix-trie v0.7.0 |
| 2867 | 2026-08-19T19:46:43.653Z | Compiling rand_seeder v0.4.0 |
| 2868 | 2026-08-19T19:46:43.689Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2869 | 2026-08-19T19:46:43.897Z | Compiling cassowary v0.3.0 |
| 2870 | 2026-08-19T19:46:43.912Z | Compiling rawzip v0.4.4 |
| 2871 | 2026-08-19T19:46:44.084Z | Compiling hickory-server v0.25.2 |
| 2872 | 2026-08-19T19:46:44.146Z | Compiling ratatui v0.29.0 |
| 2873 | 2026-08-19T19:46:44.597Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2874 | 2026-08-19T19:46:44.942Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2875 | 2026-08-19T19:46:44.980Z | Compiling camino-tempfile-ext v0.3.3 |
| 2876 | 2026-08-19T19:46:45.105Z | Compiling darling v0.13.4 |
| 2877 | 2026-08-19T19:46:45.143Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2878 | 2026-08-19T19:46:45.166Z | Compiling sled v0.34.7 |
| 2879 | 2026-08-19T19:46:45.439Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2880 | 2026-08-19T19:46:45.607Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2881 | 2026-08-19T19:46:47.793Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2882 | 2026-08-19T19:46:48.134Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2883 | 2026-08-19T19:46:48.346Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2884 | 2026-08-19T19:46:49.291Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2885 | 2026-08-19T19:46:50.861Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2886 | 2026-08-19T19:46:51.484Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2887 | 2026-08-19T19:46:51.641Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2888 | 2026-08-19T19:46:52.503Z | Compiling serde_with_macros v1.5.2 |
| 2889 | 2026-08-19T19:46:52.723Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2890 | 2026-08-19T19:46:53.146Z | Compiling git2 v0.20.4 |
| 2891 | 2026-08-19T19:46:53.164Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2892 | 2026-08-19T19:46:53.326Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2893 | 2026-08-19T19:46:53.382Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2894 | 2026-08-19T19:46:58.384Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2895 | 2026-08-19T19:46:58.524Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2896 | 2026-08-19T19:46:58.524Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2897 | 2026-08-19T19:46:58.524Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2898 | 2026-08-19T19:46:58.524Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2899 | 2026-08-19T19:46:58.524Z | Compiling arc-swap v1.8.2 |
| 2900 | 2026-08-19T19:46:58.524Z | Compiling void v1.0.2 |
| 2901 | 2026-08-19T19:46:58.524Z | Compiling lzss v0.8.2 |
| 2902 | 2026-08-19T19:46:58.524Z | Compiling slog-scope v4.4.1 |
| 2903 | 2026-08-19T19:46:58.524Z | Compiling serde_with v1.14.0 |
| 2904 | 2026-08-19T19:46:58.524Z | Compiling illumos-nvpair v0.3.0 |
| 2905 | 2026-08-19T19:46:58.524Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2906 | 2026-08-19T19:46:58.524Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2907 | 2026-08-19T19:46:58.524Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2908 | 2026-08-19T19:46:58.524Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2909 | 2026-08-19T19:46:58.525Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2910 | 2026-08-19T19:46:58.525Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2911 | 2026-08-19T19:46:58.525Z | Compiling scuffle v0.1.0 |
| 2912 | 2026-08-19T19:46:58.566Z | Compiling tungstenite v0.23.0 |
| 2913 | 2026-08-19T19:46:58.566Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2914 | 2026-08-19T19:46:58.567Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2915 | 2026-08-19T19:46:59.021Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2916 | 2026-08-19T19:46:59.152Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2917 | 2026-08-19T19:46:59.379Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2918 | 2026-08-19T19:46:59.484Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2919 | 2026-08-19T19:46:59.597Z | Compiling nix v0.27.1 |
| 2920 | 2026-08-19T19:46:59.745Z | Compiling twox-hash v2.1.2 |
| 2921 | 2026-08-19T19:47:00.262Z | Compiling libsw-core v0.3.2 |
| 2922 | 2026-08-19T19:47:00.317Z | Compiling serde_bytes v0.11.19 |
| 2923 | 2026-08-19T19:47:00.489Z | Compiling atty v0.2.14 |
| 2924 | 2026-08-19T19:47:00.524Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2925 | 2026-08-19T19:47:00.620Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2926 | 2026-08-19T19:47:00.652Z | Compiling libsw v3.5.0 |
| 2927 | 2026-08-19T19:47:01.040Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2928 | 2026-08-19T19:47:01.045Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2929 | 2026-08-19T19:47:01.045Z | Compiling tokio-tungstenite v0.23.1 |
| 2930 | 2026-08-19T19:47:01.411Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2931 | 2026-08-19T19:47:01.699Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2932 | 2026-08-19T19:47:02.451Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2933 | 2026-08-19T19:47:02.492Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2934 | 2026-08-19T19:47:03.811Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2935 | 2026-08-19T19:47:04.451Z | Compiling slog-stdlog v4.1.1 |
| 2936 | 2026-08-19T19:47:04.844Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2937 | 2026-08-19T19:47:05.105Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2938 | 2026-08-19T19:47:05.452Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2939 | 2026-08-19T19:47:05.913Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2940 | 2026-08-19T19:47:06.968Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2941 | 2026-08-19T19:47:07.015Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2942 | 2026-08-19T19:47:07.539Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2943 | 2026-08-19T19:47:09.260Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2944 | 2026-08-19T19:47:09.772Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2945 | 2026-08-19T19:47:10.208Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2946 | 2026-08-19T19:47:10.368Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2947 | 2026-08-19T19:47:11.511Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2948 | 2026-08-19T19:47:11.655Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2949 | 2026-08-19T19:47:13.186Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2950 | 2026-08-19T19:47:14.321Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2951 | 2026-08-19T19:47:14.726Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2952 | 2026-08-19T19:47:14.822Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2953 | 2026-08-19T19:47:15.048Z | Compiling signal-hook-tokio v0.3.1 |
| 2954 | 2026-08-19T19:47:15.274Z | Compiling fatfs v0.3.6 |
| 2955 | 2026-08-19T19:47:15.660Z | Compiling yasna v0.5.2 |
| 2956 | 2026-08-19T19:47:16.062Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2957 | 2026-08-19T19:47:16.612Z | Compiling assert_matches v1.5.0 |
| 2958 | 2026-08-19T19:47:16.720Z | Compiling seq-macro v0.3.6 |
| 2959 | 2026-08-19T19:47:17.233Z | Compiling rcgen v0.12.1 |
| 2960 | 2026-08-19T19:47:17.261Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2961 | 2026-08-19T19:47:18.501Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2962 | 2026-08-19T19:47:19.433Z | Compiling slog-envlogger v2.2.0 |
| 2963 | 2026-08-19T19:47:19.639Z | Compiling oxide-update-engine-display v0.1.2 |
| 2964 | 2026-08-19T19:47:19.899Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2965 | 2026-08-19T19:47:20.318Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2966 | 2026-08-19T19:47:20.566Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2967 | 2026-08-19T19:47:20.611Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2968 | 2026-08-19T19:47:20.795Z | Compiling port-file v0.1.0 |
| 2969 | 2026-08-19T19:47:20.838Z | Compiling subprocess v0.2.15 |
| 2970 | 2026-08-19T19:47:21.121Z | Compiling rtoolbox v0.0.3 |
| 2971 | 2026-08-19T19:47:21.396Z | Compiling rpassword v7.5.4 |
| 2972 | 2026-08-19T19:47:21.722Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2973 | 2026-08-19T19:47:22.089Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2974 | 2026-08-19T19:47:24.153Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2975 | 2026-08-19T19:47:24.557Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2976 | 2026-08-19T19:47:24.700Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2977 | 2026-08-19T19:47:26.434Z | Compiling tui-tree-widget v0.23.1 |
| 2978 | 2026-08-19T19:47:26.748Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2979 | 2026-08-19T19:47:27.001Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2980 | 2026-08-19T19:47:27.132Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2981 | 2026-08-19T19:47:29.430Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2982 | 2026-08-19T19:47:29.792Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2983 | 2026-08-19T19:47:30.014Z | Compiling uzers v0.12.2 |
| 2984 | 2026-08-19T19:47:30.351Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2985 | 2026-08-19T19:47:31.194Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2986 | 2026-08-19T19:47:31.411Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2987 | 2026-08-19T19:47:32.421Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2988 | 2026-08-19T19:47:33.079Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2989 | 2026-08-19T19:47:33.325Z | Compiling support-bundle-viewer v0.1.2 |
| 2990 | 2026-08-19T19:47:35.226Z | Compiling multimap v0.10.1 |
| 2991 | 2026-08-19T19:47:43.333Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2992 | 2026-08-19T19:47:45.206Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2993 | 2026-08-19T19:47:48.196Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2994 | 2026-08-19T19:47:53.659Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2995 | 2026-08-19T19:47:55.162Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2996 | 2026-08-19T19:55:27.042Z | Finished `release` profile [optimized] target(s) in 9m 44s |
| 2997 | 2026-08-19T19:55:27.045Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2998 | 2026-08-19T19:55:27.045Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2999 | 2026-08-19T19:56:18.902Z | |
| 3000 | 2026-08-19T19:56:18.902Z | real 10:37.153320102 |
| 3001 | 2026-08-19T19:56:18.902Z | user 1:22:10.992712441 |
| 3002 | 2026-08-19T19:56:18.905Z | sys 3:40.341807643 |
| 3003 | 2026-08-19T19:56:18.905Z | trap 1.945036284 |
| 3004 | 2026-08-19T19:56:18.905Z | tflt 2.057917836 |
| 3005 | 2026-08-19T19:56:18.905Z | dflt 19.275649006 |
| 3006 | 2026-08-19T19:56:18.905Z | kflt 0.005401972 |
| 3007 | 2026-08-19T19:56:18.905Z | lock 7:52:26.538082167 |
| 3008 | 2026-08-19T19:56:18.905Z | slp 2:18:50.101369468 |
| 3009 | 2026-08-19T19:56:18.905Z | lat 2:34.151655206 |
| 3010 | 2026-08-19T19:56:18.905Z | stop 5:34.782362975 |
| 3011 | 2026-08-19T19:56:18.905Z | + mapfile -t packages |
| 3012 | 2026-08-19T19:56:18.905Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3013 | 2026-08-19T19:56:19.858Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3014 | 2026-08-19T19:56:19.928Z | Running `target/release/omicron-package -t test list-outputs` |
| 3015 | 2026-08-19T19:56:19.988Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3016 | 2026-08-19T19:56:19.992Z | + ptime -m cargo build --locked --release -p xtask |
| 3017 | 2026-08-19T19:56:20.479Z | Compiling libc v0.2.185 |
| 3018 | 2026-08-19T19:56:20.479Z | Compiling serde_core v1.0.228 |
| 3019 | 2026-08-19T19:56:20.479Z | Compiling serde v1.0.228 |
| 3020 | 2026-08-19T19:56:20.486Z | Compiling rustix v1.1.4 |
| 3021 | 2026-08-19T19:56:20.486Z | Compiling bitflags v2.11.0 |
| 3022 | 2026-08-19T19:56:20.616Z | Compiling serde_json v1.0.151 |
| 3023 | 2026-08-19T19:56:20.635Z | Compiling usdt-impl v0.5.0 |
| 3024 | 2026-08-19T19:56:20.642Z | Compiling syn v2.0.117 |
| 3025 | 2026-08-19T19:56:20.652Z | Compiling syn v1.0.109 |
| 3026 | 2026-08-19T19:56:20.661Z | Compiling log v0.4.33 |
| 3027 | 2026-08-19T19:56:20.664Z | Compiling getrandom v0.3.4 |
| 3028 | 2026-08-19T19:56:20.681Z | Compiling indexmap v2.14.0 |
| 3029 | 2026-08-19T19:56:20.695Z | Compiling fs-err v3.3.0 |
| 3030 | 2026-08-19T19:56:20.988Z | Compiling once_cell v1.21.3 |
| 3031 | 2026-08-19T19:56:20.993Z | Compiling anyhow v1.0.104 |
| 3032 | 2026-08-19T19:56:21.019Z | Compiling heck v0.4.1 |
| 3033 | 2026-08-19T19:56:21.467Z | Compiling thread-id v4.2.2 |
| 3034 | 2026-08-19T19:56:21.470Z | Compiling errno v0.3.14 |
| 3035 | 2026-08-19T19:56:21.478Z | Compiling memmap v0.7.0 |
| 3036 | 2026-08-19T19:56:22.200Z | Compiling proc-macro-error v1.0.4 |
| 3037 | 2026-08-19T19:56:22.473Z | Compiling tabled_derive v0.7.0 |
| 3038 | 2026-08-19T19:56:22.481Z | Compiling terminal_size v0.4.3 |
| 3039 | 2026-08-19T19:56:22.481Z | Compiling tempfile v3.27.0 |
| 3040 | 2026-08-19T19:56:22.595Z | Compiling clap_builder v4.6.0 |
| 3041 | 2026-08-19T19:56:22.595Z | Compiling textwrap v0.16.2 |
| 3042 | 2026-08-19T19:56:22.824Z | Compiling pest_generator v2.8.6 |
| 3043 | 2026-08-19T19:56:22.960Z | Compiling camino v1.2.5 |
| 3044 | 2026-08-19T19:56:22.975Z | Compiling cargo-platform v0.3.2 |
| 3045 | 2026-08-19T19:56:23.021Z | Compiling semver v1.0.28 |
| 3046 | 2026-08-19T19:56:23.154Z | Compiling tabled v0.15.0 |
| 3047 | 2026-08-19T19:56:23.274Z | Compiling camino-tempfile v1.4.1 |
| 3048 | 2026-08-19T19:56:23.296Z | Compiling serde_derive v1.0.228 |
| 3049 | 2026-08-19T19:56:23.309Z | Compiling thiserror-impl v1.0.69 |
| 3050 | 2026-08-19T19:56:23.316Z | Compiling zerocopy-derive v0.7.35 |
| 3051 | 2026-08-19T19:56:23.331Z | Compiling scroll_derive v0.12.1 |
| 3052 | 2026-08-19T19:56:23.346Z | Compiling thiserror-impl v2.0.18 |
| 3053 | 2026-08-19T19:56:23.346Z | Compiling clap_derive v4.6.1 |
| 3054 | 2026-08-19T19:56:23.374Z | Compiling pest_derive v2.8.6 |
| 3055 | 2026-08-19T19:56:23.985Z | Compiling scroll v0.12.0 |
| 3056 | 2026-08-19T19:56:24.080Z | Compiling zerocopy v0.7.35 |
| 3057 | 2026-08-19T19:56:24.325Z | Compiling goblin v0.8.2 |
| 3058 | 2026-08-19T19:56:24.428Z | Compiling thiserror v1.0.69 |
| 3059 | 2026-08-19T19:56:24.532Z | Compiling dtrace-parser v0.2.0 |
| 3060 | 2026-08-19T19:56:24.558Z | Compiling thiserror v2.0.18 |
| 3061 | 2026-08-19T19:56:24.827Z | Compiling clap v4.6.1 |
| 3062 | 2026-08-19T19:56:26.508Z | Compiling dof v0.3.0 |
| 3063 | 2026-08-19T19:56:26.564Z | Compiling serde_tokenstream v0.2.3 |
| 3064 | 2026-08-19T19:56:26.577Z | Compiling serde_spanned v0.6.9 |
| 3065 | 2026-08-19T19:56:26.580Z | Compiling toml_datetime v0.6.11 |
| 3066 | 2026-08-19T19:56:26.635Z | Compiling cargo_metadata v0.23.1 |
| 3067 | 2026-08-19T19:56:26.672Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3068 | 2026-08-19T19:56:26.756Z | Compiling macaddr v1.0.1 |
| 3069 | 2026-08-19T19:56:26.971Z | Compiling toml_edit v0.22.27 |
| 3070 | 2026-08-19T19:56:27.340Z | Compiling usdt-attr-macro v0.5.0 |
| 3071 | 2026-08-19T19:56:27.351Z | Compiling usdt-macro v0.5.0 |
| 3072 | 2026-08-19T19:56:28.034Z | Compiling usdt v0.5.0 |
| 3073 | 2026-08-19T19:56:28.506Z | Compiling toml v0.8.23 |
| 3074 | 2026-08-19T19:56:28.939Z | Compiling cargo_toml v0.21.0 |
| 3075 | 2026-08-19T19:56:33.368Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3076 | 2026-08-19T19:56:36.589Z | Finished `release` profile [optimized] target(s) in 16.58s |
| 3077 | 2026-08-19T19:56:36.733Z | |
| 3078 | 2026-08-19T19:56:36.733Z | real 16.707515533 |
| 3079 | 2026-08-19T19:56:36.736Z | user 2:05.761798479 |
| 3080 | 2026-08-19T19:56:36.736Z | sys 14.754412651 |
| 3081 | 2026-08-19T19:56:36.736Z | trap 0.069061160 |
| 3082 | 2026-08-19T19:56:36.736Z | tflt 0.745673175 |
| 3083 | 2026-08-19T19:56:36.736Z | dflt 1.540413673 |
| 3084 | 2026-08-19T19:56:36.736Z | kflt 0.000010300 |
| 3085 | 2026-08-19T19:56:36.736Z | lock 4:51.947099273 |
| 3086 | 2026-08-19T19:56:36.736Z | slp 2:46.255736117 |
| 3087 | 2026-08-19T19:56:36.736Z | lat 4.423940860 |
| 3088 | 2026-08-19T19:56:36.736Z | stop 16.563522075 |
| 3089 | 2026-08-19T19:56:36.736Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3090 | 2026-08-19T19:56:36.736Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3091 | 2026-08-19T19:56:36.736Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3092 | 2026-08-19T19:56:36.736Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3093 | 2026-08-19T19:56:36.736Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3094 | 2026-08-19T19:56:37.692Z | Compiling match_cfg v0.1.0 |
| 3095 | 2026-08-19T19:56:37.692Z | Compiling progenitor-client v0.14.0 |
| 3096 | 2026-08-19T19:56:37.692Z | Compiling slog-json v2.6.1 |
| 3097 | 2026-08-19T19:56:37.695Z | Compiling newtype-uuid-macros v0.1.0 |
| 3098 | 2026-08-19T19:56:37.695Z | Compiling sha1 v0.11.0 |
| 3099 | 2026-08-19T19:56:37.695Z | Compiling multer v3.1.0 |
| 3100 | 2026-08-19T19:56:37.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3101 | 2026-08-19T19:56:37.695Z | Compiling compression-core v0.4.31 |
| 3102 | 2026-08-19T19:56:37.695Z | Compiling debug-ignore v1.0.5 |
| 3103 | 2026-08-19T19:56:37.695Z | Compiling async-stream-impl v0.3.6 |
| 3104 | 2026-08-19T19:56:37.843Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3105 | 2026-08-19T19:56:37.846Z | Compiling serde_spanned v1.1.1 |
| 3106 | 2026-08-19T19:56:37.846Z | Compiling dropshot v0.17.1 |
| 3107 | 2026-08-19T19:56:37.846Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3108 | 2026-08-19T19:56:37.879Z | Compiling waitgroup v0.1.2 |
| 3109 | 2026-08-19T19:56:37.909Z | Compiling rustls-pemfile v2.2.0 |
| 3110 | 2026-08-19T19:56:37.987Z | Compiling dropshot_endpoint v0.17.1 |
| 3111 | 2026-08-19T19:56:38.071Z | Compiling serde_path_to_error v0.1.20 |
| 3112 | 2026-08-19T19:56:38.086Z | Compiling hostname v0.4.2 |
| 3113 | 2026-08-19T19:56:38.089Z | Compiling atomicwrites v0.4.4 |
| 3114 | 2026-08-19T19:56:38.089Z | Compiling macaddr v1.0.1 |
| 3115 | 2026-08-19T19:56:38.143Z | Compiling hostname v0.3.1 |
| 3116 | 2026-08-19T19:56:38.146Z | Compiling compression-codecs v0.4.37 |
| 3117 | 2026-08-19T19:56:38.237Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3118 | 2026-08-19T19:56:38.288Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3119 | 2026-08-19T19:56:38.303Z | Compiling instant v0.1.13 |
| 3120 | 2026-08-19T19:56:38.320Z | Compiling regress v0.10.5 |
| 3121 | 2026-08-19T19:56:38.322Z | Compiling parse-display-derive v0.10.0 |
| 3122 | 2026-08-19T19:56:38.408Z | Compiling slog-bunyan v2.5.0 |
| 3123 | 2026-08-19T19:56:38.412Z | Compiling async-compression v0.4.41 |
| 3124 | 2026-08-19T19:56:38.446Z | Compiling backon v1.6.0 |
| 3125 | 2026-08-19T19:56:38.452Z | Compiling backoff v0.4.0 |
| 3126 | 2026-08-19T19:56:38.452Z | Compiling itertools v0.14.0 |
| 3127 | 2026-08-19T19:56:38.498Z | Compiling humantime v2.3.0 |
| 3128 | 2026-08-19T19:56:38.519Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3129 | 2026-08-19T19:56:38.522Z | Compiling half v2.7.1 |
| 3130 | 2026-08-19T19:56:38.556Z | Compiling async-stream v0.3.6 |
| 3131 | 2026-08-19T19:56:38.583Z | Compiling ciborium-io v0.2.2 |
| 3132 | 2026-08-19T19:56:38.689Z | Compiling progenitor-extras v0.2.0 |
| 3133 | 2026-08-19T19:56:38.707Z | Compiling crucible-workspace-hack v0.1.0 |
| 3134 | 2026-08-19T19:56:38.726Z | Compiling convert_case v0.4.0 |
| 3135 | 2026-08-19T19:56:38.747Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3136 | 2026-08-19T19:56:38.750Z | Compiling regress v0.11.1 |
| 3137 | 2026-08-19T19:56:38.750Z | Compiling secrecy v0.10.3 |
| 3138 | 2026-08-19T19:56:38.799Z | Compiling ciborium-ll v0.2.2 |
| 3139 | 2026-08-19T19:56:38.814Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3140 | 2026-08-19T19:56:38.864Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3141 | 2026-08-19T19:56:38.881Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3142 | 2026-08-19T19:56:38.899Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3143 | 2026-08-19T19:56:38.964Z | Compiling inout v0.1.4 |
| 3144 | 2026-08-19T19:56:38.967Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3145 | 2026-08-19T19:56:39.002Z | Compiling ciborium v0.2.2 |
| 3146 | 2026-08-19T19:56:39.031Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3147 | 2026-08-19T19:56:39.034Z | Compiling universal-hash v0.5.1 |
| 3148 | 2026-08-19T19:56:39.124Z | Compiling derive_more v0.99.20 |
| 3149 | 2026-08-19T19:56:39.144Z | Compiling cipher v0.4.4 |
| 3150 | 2026-08-19T19:56:39.163Z | Compiling opaque-debug v0.3.1 |
| 3151 | 2026-08-19T19:56:39.199Z | Compiling unsafe-libyaml v0.2.11 |
| 3152 | 2026-08-19T19:56:39.217Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3153 | 2026-08-19T19:56:39.241Z | Compiling poly1305 v0.8.0 |
| 3154 | 2026-08-19T19:56:39.258Z | Compiling blake2 v0.10.6 |
| 3155 | 2026-08-19T19:56:39.427Z | Compiling chacha20 v0.9.1 |
| 3156 | 2026-08-19T19:56:39.551Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3157 | 2026-08-19T19:56:39.589Z | Compiling aead v0.5.2 |
| 3158 | 2026-08-19T19:56:39.606Z | Compiling password-hash v0.5.0 |
| 3159 | 2026-08-19T19:56:39.714Z | Compiling indent_write v2.2.0 |
| 3160 | 2026-08-19T19:56:39.732Z | Compiling serde_yaml v0.9.34+deprecated |
| 3161 | 2026-08-19T19:56:39.748Z | Compiling chacha20poly1305 v0.10.1 |
| 3162 | 2026-08-19T19:56:39.831Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3163 | 2026-08-19T19:56:39.847Z | Compiling num-derive v0.4.2 |
| 3164 | 2026-08-19T19:56:39.876Z | Compiling argon2 v0.5.3 |
| 3165 | 2026-08-19T19:56:39.926Z | Compiling heapless v0.8.0 |
| 3166 | 2026-08-19T19:56:39.965Z | Compiling ingot-macros v0.2.0 |
| 3167 | 2026-08-19T19:56:39.996Z | Compiling tabwriter v1.4.1 |
| 3168 | 2026-08-19T19:56:40.045Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3169 | 2026-08-19T19:56:40.101Z | Compiling parse-display v0.10.0 |
| 3170 | 2026-08-19T19:56:40.104Z | Compiling hash32 v0.3.1 |
| 3171 | 2026-08-19T19:56:40.205Z | Compiling thiserror-no-std v2.0.2 |
| 3172 | 2026-08-19T19:56:40.257Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-08-19T19:56:40.292Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3174 | 2026-08-19T19:56:40.325Z | Compiling vsss-rs v3.3.4 |
| 3175 | 2026-08-19T19:56:40.431Z | Compiling typify-impl v0.6.2 |
| 3176 | 2026-08-19T19:56:40.463Z | Compiling smoltcp v0.11.0 |
| 3177 | 2026-08-19T19:56:40.546Z | Compiling cobs v0.3.0 |
| 3178 | 2026-08-19T19:56:40.785Z | Compiling proc-macro-crate v3.4.0 |
| 3179 | 2026-08-19T19:56:40.813Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3180 | 2026-08-19T19:56:40.866Z | Compiling colored v3.1.1 |
| 3181 | 2026-08-19T19:56:41.051Z | Compiling postcard v1.1.3 |
| 3182 | 2026-08-19T19:56:41.081Z | Compiling proc-macro-error v1.0.4 |
| 3183 | 2026-08-19T19:56:41.123Z | Compiling rand v0.10.1 |
| 3184 | 2026-08-19T19:56:41.195Z | Compiling proc-macro-crate v1.3.1 |
| 3185 | 2026-08-19T19:56:41.249Z | Compiling foreign-types-macros v0.2.3 |
| 3186 | 2026-08-19T19:56:41.321Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3187 | 2026-08-19T19:56:41.394Z | Compiling num_enum_derive v0.7.6 |
| 3188 | 2026-08-19T19:56:41.450Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3189 | 2026-08-19T19:56:41.469Z | Compiling foreign-types-shared v0.3.1 |
| 3190 | 2026-08-19T19:56:41.539Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3191 | 2026-08-19T19:56:41.592Z | Compiling rayon-core v1.13.0 |
| 3192 | 2026-08-19T19:56:41.670Z | Compiling num_enum_derive v0.5.11 |
| 3193 | 2026-08-19T19:56:41.769Z | Compiling crossbeam-deque v0.8.6 |
| 3194 | 2026-08-19T19:56:41.799Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3195 | 2026-08-19T19:56:41.835Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3196 | 2026-08-19T19:56:41.838Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3197 | 2026-08-19T19:56:41.870Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3198 | 2026-08-19T19:56:41.932Z | Compiling cstr-argument v0.1.2 |
| 3199 | 2026-08-19T19:56:41.949Z | Compiling foreign-types v0.5.0 |
| 3200 | 2026-08-19T19:56:41.989Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3201 | 2026-08-19T19:56:42.055Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3202 | 2026-08-19T19:56:42.082Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3203 | 2026-08-19T19:56:42.119Z | Compiling zone_cfg_derive v0.3.1 |
| 3204 | 2026-08-19T19:56:42.234Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3205 | 2026-08-19T19:56:42.288Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3206 | 2026-08-19T19:56:42.366Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3207 | 2026-08-19T19:56:42.381Z | Compiling itertools v0.12.1 |
| 3208 | 2026-08-19T19:56:42.399Z | Compiling sigpipe v0.1.3 |
| 3209 | 2026-08-19T19:56:42.430Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3210 | 2026-08-19T19:56:42.448Z | Compiling rayon v1.11.0 |
| 3211 | 2026-08-19T19:56:42.510Z | Compiling glob v0.3.3 |
| 3212 | 2026-08-19T19:56:42.533Z | Compiling num_enum v0.7.6 |
| 3213 | 2026-08-19T19:56:42.552Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3214 | 2026-08-19T19:56:42.589Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3215 | 2026-08-19T19:56:42.648Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3216 | 2026-08-19T19:56:42.708Z | Compiling smf v0.2.3 |
| 3217 | 2026-08-19T19:56:42.725Z | Compiling cpubits v0.1.1 |
| 3218 | 2026-08-19T19:56:42.811Z | Compiling num_enum v0.5.11 |
| 3219 | 2026-08-19T19:56:42.845Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3220 | 2026-08-19T19:56:42.849Z | Compiling whoami v1.6.1 |
| 3221 | 2026-08-19T19:56:42.890Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3222 | 2026-08-19T19:56:42.909Z | Compiling gethostname v0.5.0 |
| 3223 | 2026-08-19T19:56:42.937Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3224 | 2026-08-19T19:56:42.955Z | Compiling derive-where v1.6.0 |
| 3225 | 2026-08-19T19:56:42.987Z | Compiling ingot-types v0.2.0 |
| 3226 | 2026-08-19T19:56:43.004Z | Compiling usdt-attr-macro v0.5.0 |
| 3227 | 2026-08-19T19:56:43.025Z | Compiling usdt-macro v0.5.0 |
| 3228 | 2026-08-19T19:56:43.046Z | Compiling num-rational v0.4.2 |
| 3229 | 2026-08-19T19:56:43.065Z | Compiling num-complex v0.4.6 |
| 3230 | 2026-08-19T19:56:43.256Z | Compiling memmap v0.7.0 |
| 3231 | 2026-08-19T19:56:43.276Z | Compiling toml v0.8.23 |
| 3232 | 2026-08-19T19:56:43.431Z | Compiling ingot v0.2.1 |
| 3233 | 2026-08-19T19:56:43.470Z | Compiling num v0.4.3 |
| 3234 | 2026-08-19T19:56:43.473Z | Compiling pem-rfc7468 v1.0.0 |
| 3235 | 2026-08-19T19:56:43.505Z | Compiling float-ord v0.3.2 |
| 3236 | 2026-08-19T19:56:43.565Z | Compiling zone v0.3.1 |
| 3237 | 2026-08-19T19:56:43.652Z | Compiling cancel-safe-futures v0.1.5 |
| 3238 | 2026-08-19T19:56:43.670Z | Compiling resolv-conf v0.7.6 |
| 3239 | 2026-08-19T19:56:43.689Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3240 | 2026-08-19T19:56:43.819Z | Compiling hmac v0.13.0 |
| 3241 | 2026-08-19T19:56:43.861Z | Compiling universal-hash v0.6.1 |
| 3242 | 2026-08-19T19:56:43.880Z | Compiling usdt v0.5.0 |
| 3243 | 2026-08-19T19:56:43.919Z | Compiling sha1 v0.10.6 |
| 3244 | 2026-08-19T19:56:44.028Z | Compiling linear-map v1.2.0 |
| 3245 | 2026-08-19T19:56:44.045Z | Compiling libefi-sys v0.1.0 |
| 3246 | 2026-08-19T19:56:44.048Z | Compiling prettyplease v0.2.37 |
| 3247 | 2026-08-19T19:56:44.176Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3248 | 2026-08-19T19:56:44.176Z | Compiling polyval v0.7.1 |
| 3249 | 2026-08-19T19:56:44.248Z | Compiling der v0.8.0 |
| 3250 | 2026-08-19T19:56:44.268Z | Compiling hickory-proto v0.24.4 |
| 3251 | 2026-08-19T19:56:44.303Z | Compiling newline-converter v0.3.0 |
| 3252 | 2026-08-19T19:56:44.307Z | Compiling console v0.15.11 |
| 3253 | 2026-08-19T19:56:44.336Z | Compiling bitfield-struct v0.6.2 |
| 3254 | 2026-08-19T19:56:44.370Z | Compiling oxide-update-engine-types v0.1.2 |
| 3255 | 2026-08-19T19:56:44.391Z | Compiling linked-hash-map v0.5.6 |
| 3256 | 2026-08-19T19:56:44.447Z | Compiling ghash v0.6.0 |
| 3257 | 2026-08-19T19:56:44.601Z | Compiling lru-cache v0.1.2 |
| 3258 | 2026-08-19T19:56:44.620Z | Compiling pbkdf2 v0.13.0 |
| 3259 | 2026-08-19T19:56:44.689Z | Compiling expectorate v1.2.0 |
| 3260 | 2026-08-19T19:56:44.753Z | Compiling crypto-bigint v0.7.5 |
| 3261 | 2026-08-19T19:56:44.774Z | Compiling aes v0.9.1 |
| 3262 | 2026-08-19T19:56:44.791Z | Compiling ctr v0.10.1 |
| 3263 | 2026-08-19T19:56:44.874Z | Compiling aead v0.6.1 |
| 3264 | 2026-08-19T19:56:44.927Z | Compiling sha2 v0.11.0 |
| 3265 | 2026-08-19T19:56:45.031Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3266 | 2026-08-19T19:56:45.031Z | Compiling nom v8.0.0 |
| 3267 | 2026-08-19T19:56:45.072Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3268 | 2026-08-19T19:56:45.090Z | Compiling typify-macro v0.6.2 |
| 3269 | 2026-08-19T19:56:45.173Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3270 | 2026-08-19T19:56:45.366Z | Compiling oxide-update-engine v0.1.2 |
| 3271 | 2026-08-19T19:56:45.383Z | Compiling semver v0.1.20 |
| 3272 | 2026-08-19T19:56:45.518Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3273 | 2026-08-19T19:56:45.558Z | Compiling aes-gcm v0.11.0 |
| 3274 | 2026-08-19T19:56:45.595Z | Compiling rustc_version v0.1.7 |
| 3275 | 2026-08-19T19:56:45.611Z | Compiling spki v0.8.0 |
| 3276 | 2026-08-19T19:56:45.714Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3277 | 2026-08-19T19:56:45.789Z | Compiling tokio-dtrace v0.1.1 |
| 3278 | 2026-08-19T19:56:45.848Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3279 | 2026-08-19T19:56:45.865Z | Compiling salsa20 v0.11.0 |
| 3280 | 2026-08-19T19:56:45.889Z | Compiling slog-dtrace v0.3.0 |
| 3281 | 2026-08-19T19:56:45.907Z | Compiling xshell-macros v0.2.7 |
| 3282 | 2026-08-19T19:56:45.937Z | Compiling minimal-lexical v0.2.1 |
| 3283 | 2026-08-19T19:56:45.954Z | Compiling newtype_derive v0.1.6 |
| 3284 | 2026-08-19T19:56:46.007Z | Compiling oxide-tokio-rt v0.1.4 |
| 3285 | 2026-08-19T19:56:46.044Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3286 | 2026-08-19T19:56:46.160Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3287 | 2026-08-19T19:56:46.172Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3288 | 2026-08-19T19:56:46.188Z | Compiling nom v7.1.3 |
| 3289 | 2026-08-19T19:56:46.281Z | Compiling scrypt v0.12.0 |
| 3290 | 2026-08-19T19:56:46.388Z | Compiling xshell v0.2.7 |
| 3291 | 2026-08-19T19:56:46.391Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3292 | 2026-08-19T19:56:46.423Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3293 | 2026-08-19T19:56:46.612Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3294 | 2026-08-19T19:56:46.653Z | Compiling hickory-resolver v0.24.4 |
| 3295 | 2026-08-19T19:56:46.673Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3296 | 2026-08-19T19:56:46.753Z | Compiling phf_shared v0.12.1 |
| 3297 | 2026-08-19T19:56:46.933Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3298 | 2026-08-19T19:56:46.957Z | Compiling rfc6979 v0.4.0 |
| 3299 | 2026-08-19T19:56:47.005Z | Compiling typify v0.6.2 |
| 3300 | 2026-08-19T19:56:47.070Z | Compiling cbc v0.2.1 |
| 3301 | 2026-08-19T19:56:47.125Z | Compiling progenitor-impl v0.14.0 |
| 3302 | 2026-08-19T19:56:47.149Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3303 | 2026-08-19T19:56:47.195Z | Compiling csv-core v0.1.13 |
| 3304 | 2026-08-19T19:56:47.269Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3305 | 2026-08-19T19:56:47.272Z | Compiling unicode-xid v0.2.6 |
| 3306 | 2026-08-19T19:56:47.415Z | Compiling chrono-tz v0.10.4 |
| 3307 | 2026-08-19T19:56:47.443Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3308 | 2026-08-19T19:56:47.486Z | Compiling highway v1.3.0 |
| 3309 | 2026-08-19T19:56:47.514Z | Compiling const_format_proc_macros v0.2.34 |
| 3310 | 2026-08-19T19:56:47.543Z | Compiling csv v1.4.0 |
| 3311 | 2026-08-19T19:56:47.598Z | Compiling proc-macro-error2 v2.0.1 |
| 3312 | 2026-08-19T19:56:47.621Z | Compiling pkcs5 v0.8.1 |
| 3313 | 2026-08-19T19:56:47.670Z | Compiling ecdsa v0.16.9 |
| 3314 | 2026-08-19T19:56:47.687Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3315 | 2026-08-19T19:56:47.888Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3316 | 2026-08-19T19:56:47.947Z | Compiling qorb v0.4.1 |
| 3317 | 2026-08-19T19:56:48.030Z | Compiling phf v0.12.1 |
| 3318 | 2026-08-19T19:56:48.048Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3319 | 2026-08-19T19:56:48.195Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3320 | 2026-08-19T19:56:48.213Z | Compiling primeorder v0.13.6 |
| 3321 | 2026-08-19T19:56:48.218Z | Compiling hashbrown v0.14.5 |
| 3322 | 2026-08-19T19:56:48.218Z | Compiling salty v0.3.0 |
| 3323 | 2026-08-19T19:56:48.400Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3324 | 2026-08-19T19:56:48.417Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3325 | 2026-08-19T19:56:48.505Z | Compiling p384 v0.13.1 |
| 3326 | 2026-08-19T19:56:48.515Z | Compiling const_format v0.2.35 |
| 3327 | 2026-08-19T19:56:48.848Z | Compiling chumsky v0.9.3 |
| 3328 | 2026-08-19T19:56:48.875Z | Compiling pkcs8 v0.11.0 |
| 3329 | 2026-08-19T19:56:48.915Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3330 | 2026-08-19T19:56:48.959Z | Compiling knus-derive v3.4.0 |
| 3331 | 2026-08-19T19:56:49.087Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3332 | 2026-08-19T19:56:49.192Z | Compiling tabled_derive v0.7.0 |
| 3333 | 2026-08-19T19:56:49.289Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3334 | 2026-08-19T19:56:49.462Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3335 | 2026-08-19T19:56:49.794Z | Compiling bcs v0.1.6 |
| 3336 | 2026-08-19T19:56:49.835Z | Compiling progenitor-macro v0.14.0 |
| 3337 | 2026-08-19T19:56:49.928Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3338 | 2026-08-19T19:56:50.025Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3339 | 2026-08-19T19:56:50.112Z | Compiling ff v0.14.0 |
| 3340 | 2026-08-19T19:56:50.138Z | Compiling termtree v0.5.1 |
| 3341 | 2026-08-19T19:56:50.203Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3342 | 2026-08-19T19:56:50.239Z | Compiling tabled v0.15.0 |
| 3343 | 2026-08-19T19:56:50.292Z | Compiling steno v0.4.1 |
| 3344 | 2026-08-19T19:56:50.330Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3345 | 2026-08-19T19:56:50.349Z | Compiling tagptr v0.2.0 |
| 3346 | 2026-08-19T19:56:50.393Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3347 | 2026-08-19T19:56:50.444Z | Compiling group v0.14.0 |
| 3348 | 2026-08-19T19:56:50.502Z | Compiling knus v3.4.0 |
| 3349 | 2026-08-19T19:56:50.524Z | Compiling moka v0.12.13 |
| 3350 | 2026-08-19T19:56:50.647Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3351 | 2026-08-19T19:56:50.671Z | Compiling signature v3.0.0 |
| 3352 | 2026-08-19T19:56:50.755Z | Compiling base16ct v1.0.0 |
| 3353 | 2026-08-19T19:56:50.905Z | Compiling sec1 v0.8.1 |
| 3354 | 2026-08-19T19:56:50.962Z | Compiling hkdf v0.13.0 |
| 3355 | 2026-08-19T19:56:51.041Z | Compiling libscf-sys v1.2.0 |
| 3356 | 2026-08-19T19:56:51.060Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3357 | 2026-08-19T19:56:51.165Z | Compiling elliptic-curve v0.14.1 |
| 3358 | 2026-08-19T19:56:51.204Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3359 | 2026-08-19T19:56:51.242Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3360 | 2026-08-19T19:56:51.278Z | Compiling hickory-resolver v0.25.2 |
| 3361 | 2026-08-19T19:56:51.396Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3362 | 2026-08-19T19:56:51.477Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3363 | 2026-08-19T19:56:51.649Z | Compiling corncobs v0.1.4 |
| 3364 | 2026-08-19T19:56:51.801Z | Compiling utf-8 v0.7.6 |
| 3365 | 2026-08-19T19:56:51.819Z | Compiling parking_lot_core v0.8.6 |
| 3366 | 2026-08-19T19:56:51.851Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3367 | 2026-08-19T19:56:52.014Z | Compiling tungstenite v0.21.0 |
| 3368 | 2026-08-19T19:56:52.098Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3369 | 2026-08-19T19:56:52.146Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3370 | 2026-08-19T19:56:52.201Z | Compiling wnaf v0.14.0 |
| 3371 | 2026-08-19T19:56:52.233Z | Compiling primefield v0.14.0 |
| 3372 | 2026-08-19T19:56:52.285Z | Compiling rfc6979 v0.6.0 |
| 3373 | 2026-08-19T19:56:52.422Z | Compiling papergrid v0.18.0 |
| 3374 | 2026-08-19T19:56:52.475Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3375 | 2026-08-19T19:56:52.497Z | Compiling git-stub v1.0.0 |
| 3376 | 2026-08-19T19:56:52.534Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3377 | 2026-08-19T19:56:52.693Z | Compiling secrecy v0.8.0 |
| 3378 | 2026-08-19T19:56:52.800Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3379 | 2026-08-19T19:56:52.908Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3380 | 2026-08-19T19:56:52.936Z | Compiling git-stub-vcs v0.1.0 |
| 3381 | 2026-08-19T19:56:52.955Z | Compiling tokio-tungstenite v0.21.0 |
| 3382 | 2026-08-19T19:56:53.108Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3383 | 2026-08-19T19:56:53.158Z | Compiling ecdsa v0.17.0 |
| 3384 | 2026-08-19T19:56:53.263Z | Compiling primeorder v0.14.0 |
| 3385 | 2026-08-19T19:56:53.331Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3386 | 2026-08-19T19:56:53.367Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3387 | 2026-08-19T19:56:53.506Z | Compiling tabled v0.21.0 |
| 3388 | 2026-08-19T19:56:53.524Z | Compiling curve25519-dalek v5.0.0 |
| 3389 | 2026-08-19T19:56:53.558Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3390 | 2026-08-19T19:56:53.573Z | Compiling unicase v2.9.0 |
| 3391 | 2026-08-19T19:56:53.645Z | Compiling parking_lot v0.11.2 |
| 3392 | 2026-08-19T19:56:53.663Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3393 | 2026-08-19T19:56:53.695Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3394 | 2026-08-19T19:56:53.790Z | Compiling ssh-encoding v0.3.0 |
| 3395 | 2026-08-19T19:56:53.806Z | Compiling mime_guess v2.0.5 |
| 3396 | 2026-08-19T19:56:53.864Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3397 | 2026-08-19T19:56:54.045Z | Compiling progenitor-impl v0.13.0 |
| 3398 | 2026-08-19T19:56:54.064Z | Compiling prefix-trie v0.7.0 |
| 3399 | 2026-08-19T19:56:54.169Z | Compiling fxhash v0.2.1 |
| 3400 | 2026-08-19T19:56:54.188Z | Compiling keccak v0.2.0 |
| 3401 | 2026-08-19T19:56:54.191Z | Compiling crc8 v0.1.1 |
| 3402 | 2026-08-19T19:56:54.334Z | Compiling sled v0.34.7 |
| 3403 | 2026-08-19T19:56:54.407Z | Compiling hickory-server v0.25.2 |
| 3404 | 2026-08-19T19:56:54.426Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3405 | 2026-08-19T19:56:54.470Z | Compiling ed25519 v3.0.0 |
| 3406 | 2026-08-19T19:56:54.501Z | Compiling crypto-primes v0.7.2 |
| 3407 | 2026-08-19T19:56:54.756Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3408 | 2026-08-19T19:56:54.844Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3409 | 2026-08-19T19:56:55.027Z | Compiling progenitor v0.14.0 |
| 3410 | 2026-08-19T19:56:55.206Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3411 | 2026-08-19T19:56:55.258Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3412 | 2026-08-19T19:56:55.505Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3413 | 2026-08-19T19:56:55.534Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3414 | 2026-08-19T19:56:55.574Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3415 | 2026-08-19T19:56:55.598Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3416 | 2026-08-19T19:56:56.024Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3417 | 2026-08-19T19:56:56.046Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3418 | 2026-08-19T19:56:56.147Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3419 | 2026-08-19T19:56:56.256Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3420 | 2026-08-19T19:56:56.258Z | Compiling poly1305 v0.9.0 |
| 3421 | 2026-08-19T19:56:56.324Z | Compiling progenitor-client v0.13.0 |
| 3422 | 2026-08-19T19:56:56.427Z | Compiling blowfish v0.10.0 |
| 3423 | 2026-08-19T19:56:56.529Z | Compiling blake2 v0.11.0-rc.6 |
| 3424 | 2026-08-19T19:56:56.713Z | Compiling http-range v0.1.5 |
| 3425 | 2026-08-19T19:56:56.730Z | Compiling half v1.8.3 |
| 3426 | 2026-08-19T19:56:56.745Z | Compiling progenitor-macro v0.13.0 |
| 3427 | 2026-08-19T19:56:56.916Z | Compiling argon2 v0.6.0-rc.8 |
| 3428 | 2026-08-19T19:56:56.933Z | Compiling ssh-cipher v0.3.0 |
| 3429 | 2026-08-19T19:56:57.037Z | Compiling serde_cbor v0.11.2 |
| 3430 | 2026-08-19T19:56:57.159Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3431 | 2026-08-19T19:56:57.249Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3432 | 2026-08-19T19:56:57.651Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3433 | 2026-08-19T19:56:57.669Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3434 | 2026-08-19T19:56:57.753Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3435 | 2026-08-19T19:56:58.027Z | Compiling rsa v0.10.0-rc.18 |
| 3436 | 2026-08-19T19:56:58.129Z | Compiling ed25519-dalek v3.0.0 |
| 3437 | 2026-08-19T19:56:58.131Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3438 | 2026-08-19T19:56:58.178Z | Compiling illumos-nvpair v0.3.0 |
| 3439 | 2026-08-19T19:56:58.676Z | Compiling sha3 v0.11.0 |
| 3440 | 2026-08-19T19:56:59.023Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3441 | 2026-08-19T19:56:59.041Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3442 | 2026-08-19T19:56:59.071Z | Compiling p384 v0.14.0 |
| 3443 | 2026-08-19T19:56:59.174Z | Compiling p256 v0.14.0 |
| 3444 | 2026-08-19T19:56:59.342Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3445 | 2026-08-19T19:56:59.551Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3446 | 2026-08-19T19:56:59.594Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3447 | 2026-08-19T19:56:59.628Z | Compiling p521 v0.14.0 |
| 3448 | 2026-08-19T19:56:59.665Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3449 | 2026-08-19T19:56:59.895Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3450 | 2026-08-19T19:57:00.037Z | Compiling scuffle v0.1.0 |
| 3451 | 2026-08-19T19:57:00.157Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3452 | 2026-08-19T19:57:00.321Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3453 | 2026-08-19T19:57:00.631Z | Compiling yasna v0.5.2 |
| 3454 | 2026-08-19T19:57:00.713Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3455 | 2026-08-19T19:57:01.004Z | Compiling kstat-rs v0.2.5 |
| 3456 | 2026-08-19T19:57:01.157Z | Compiling headers-core v0.3.0 |
| 3457 | 2026-08-19T19:57:01.251Z | Compiling kem v0.3.0 |
| 3458 | 2026-08-19T19:57:01.322Z | Compiling module-lattice v0.2.3 |
| 3459 | 2026-08-19T19:57:01.355Z | Compiling nanorand v0.7.0 |
| 3460 | 2026-08-19T19:57:01.371Z | Compiling sponge-cursor v0.1.0 |
| 3461 | 2026-08-19T19:57:01.446Z | Compiling headers v0.4.1 |
| 3462 | 2026-08-19T19:57:01.471Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3463 | 2026-08-19T19:57:01.490Z | Compiling rcgen v0.12.1 |
| 3464 | 2026-08-19T19:57:01.536Z | Compiling sha3 v0.12.0 |
| 3465 | 2026-08-19T19:57:01.608Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3466 | 2026-08-19T19:57:01.675Z | Compiling ml-kem v0.3.2 |
| 3467 | 2026-08-19T19:57:01.709Z | Compiling flume v0.11.1 |
| 3468 | 2026-08-19T19:57:01.770Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3469 | 2026-08-19T19:57:01.938Z | Compiling progenitor v0.13.0 |
| 3470 | 2026-08-19T19:57:01.956Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3471 | 2026-08-19T19:57:02.061Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3472 | 2026-08-19T19:57:02.124Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3473 | 2026-08-19T19:57:02.142Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3474 | 2026-08-19T19:57:02.187Z | Compiling hyper-staticfile v0.10.1 |
| 3475 | 2026-08-19T19:57:02.244Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3476 | 2026-08-19T19:57:02.399Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3477 | 2026-08-19T19:57:02.416Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3478 | 2026-08-19T19:57:02.608Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3479 | 2026-08-19T19:57:02.640Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3480 | 2026-08-19T19:57:02.660Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3481 | 2026-08-19T19:57:02.703Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3482 | 2026-08-19T19:57:02.728Z | Compiling russh-cryptovec v0.62.0 |
| 3483 | 2026-08-19T19:57:02.806Z | Compiling ssh-key v0.7.0-rc.11 |
| 3484 | 2026-08-19T19:57:02.830Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3485 | 2026-08-19T19:57:02.878Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3486 | 2026-08-19T19:57:02.974Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3487 | 2026-08-19T19:57:02.977Z | Compiling port-file v0.1.0 |
| 3488 | 2026-08-19T19:57:03.047Z | Compiling num-bigint v0.4.6 |
| 3489 | 2026-08-19T19:57:03.064Z | Compiling generic-array v1.4.3 |
| 3490 | 2026-08-19T19:57:03.094Z | Compiling russh-util v0.52.0 |
| 3491 | 2026-08-19T19:57:03.116Z | Compiling enum_dispatch v0.3.13 |
| 3492 | 2026-08-19T19:57:03.245Z | Compiling delegate v0.13.5 |
| 3493 | 2026-08-19T19:57:03.272Z | Compiling subprocess v0.2.15 |
| 3494 | 2026-08-19T19:57:03.446Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3495 | 2026-08-19T19:57:03.577Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3496 | 2026-08-19T19:57:03.667Z | Compiling hex-literal v1.1.0 |
| 3497 | 2026-08-19T19:57:03.810Z | Compiling display-error-chain v0.2.2 |
| 3498 | 2026-08-19T19:57:03.876Z | Compiling md5 v0.8.0 |
| 3499 | 2026-08-19T19:57:04.007Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3500 | 2026-08-19T19:57:04.029Z | Compiling colored v2.2.0 |
| 3501 | 2026-08-19T19:57:04.032Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3502 | 2026-08-19T19:57:04.115Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3503 | 2026-08-19T19:57:04.168Z | Compiling socket2 v0.5.10 |
| 3504 | 2026-08-19T19:57:04.233Z | Compiling russh v0.62.4 |
| 3505 | 2026-08-19T19:57:04.279Z | Compiling internet-checksum v0.2.1 |
| 3506 | 2026-08-19T19:57:04.562Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3507 | 2026-08-19T19:57:04.588Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3508 | 2026-08-19T19:57:04.817Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3509 | 2026-08-19T19:57:07.353Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3510 | 2026-08-19T19:57:08.100Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3511 | 2026-08-19T19:57:08.634Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3512 | 2026-08-19T19:57:09.961Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3513 | 2026-08-19T19:57:10.351Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3514 | 2026-08-19T19:57:19.331Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3515 | 2026-08-19T19:57:19.331Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3516 | 2026-08-19T19:57:19.331Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3517 | 2026-08-19T19:57:19.334Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3518 | 2026-08-19T19:57:19.334Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3519 | 2026-08-19T19:57:21.134Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3520 | 2026-08-19T19:57:21.179Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3521 | 2026-08-19T19:57:25.478Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3522 | 2026-08-19T19:58:07.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3523 | 2026-08-19T19:58:07.469Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3524 | 2026-08-19T19:58:07.469Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3525 | 2026-08-19T19:58:07.695Z | |
| 3526 | 2026-08-19T19:58:07.695Z | real 1:30.895097411 |
| 3527 | 2026-08-19T19:58:07.695Z | user 8:40.537111677 |
| 3528 | 2026-08-19T19:58:07.698Z | sys 1:41.949066140 |
| 3529 | 2026-08-19T19:58:07.699Z | trap 0.250671916 |
| 3530 | 2026-08-19T19:58:07.699Z | tflt 0.281154567 |
| 3531 | 2026-08-19T19:58:07.699Z | dflt 1.773636485 |
| 3532 | 2026-08-19T19:58:07.699Z | kflt 0.000342820 |
| 3533 | 2026-08-19T19:58:07.699Z | lock 32:08.103703396 |
| 3534 | 2026-08-19T19:58:07.699Z | slp 19:38.577543683 |
| 3535 | 2026-08-19T19:58:07.699Z | lat 40.913988950 |
| 3536 | 2026-08-19T19:58:07.699Z | stop 3:08.625187063 |
| 3537 | 2026-08-19T19:58:07.699Z | + mkdir tests |
| 3538 | 2026-08-19T19:58:07.699Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3539 | 2026-08-19T19:58:07.702Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3540 | 2026-08-19T19:58:07.723Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1723d976607f4d93 tests/ |
| 3541 | 2026-08-19T19:58:07.746Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-476491571137d274 tests/ |
| 3542 | 2026-08-19T19:58:07.768Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7982263f44fe845b tests/ |
| 3543 | 2026-08-19T19:58:07.790Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a11623f483df1ee9 tests/ |
| 3544 | 2026-08-19T19:58:08.102Z | + 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) |
| 3545 | 2026-08-19T19:58:08.104Z | + 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-476491571137d274 tests/commtest-7982263f44fe845b tests/dhcp_server-1723d976607f4d93 tests/end_to_end_tests-a11623f483df1ee9 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 |
| 3546 | 2026-08-19T19:59:37.842Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3547 | 2026-08-19T19:59:37.842Z | a .github/buildomat/ci-env.sh 1K |
| 3548 | 2026-08-19T19:59:37.842Z | a out/target/test 1K |
| 3549 | 2026-08-19T19:59:37.842Z | a out/npuzone/npuzone 27402K |
| 3550 | 2026-08-19T19:59:37.842Z | a package-manifest.toml 35K |
| 3551 | 2026-08-19T19:59:37.842Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3552 | 2026-08-19T19:59:37.842Z | a target/release/omicron-package 48235K |
| 3553 | 2026-08-19T19:59:37.842Z | a target/release/xtask 11727K |
| 3554 | 2026-08-19T19:59:37.842Z | a target/debug/bootstrap 437893K |
| 3555 | 2026-08-19T19:59:37.842Z | a tests/bootstrap-476491571137d274 34430K |
| 3556 | 2026-08-19T19:59:37.842Z | a tests/commtest-7982263f44fe845b 34431K |
| 3557 | 2026-08-19T19:59:37.843Z | a tests/dhcp_server-1723d976607f4d93 34431K |
| 3558 | 2026-08-19T19:59:37.843Z | a tests/end_to_end_tests-a11623f483df1ee9 501415K |
| 3559 | 2026-08-19T19:59:37.843Z | a tools/opte_version 1K |
| 3560 | 2026-08-19T19:59:37.843Z | a tools/opte_version_override 2K |
| 3561 | 2026-08-19T19:59:37.843Z | a out/clickhouse.tar.gz 330122K |
| 3562 | 2026-08-19T19:59:37.843Z | a out/clickhouse_keeper.tar.gz 314145K |
| 3563 | 2026-08-19T19:59:37.843Z | a out/clickhouse_server.tar.gz 330119K |
| 3564 | 2026-08-19T19:59:37.843Z | a out/cockroachdb.tar.gz 169544K |
| 3565 | 2026-08-19T19:59:37.843Z | a out/crucible-pantry-zone.tar.gz 41324K |
| 3566 | 2026-08-19T19:59:37.843Z | a out/crucible-utils.tar 18900K |
| 3567 | 2026-08-19T19:59:37.843Z | a out/crucible-zone.tar.gz 56136K |
| 3568 | 2026-08-19T19:59:37.843Z | a out/external-dns.tar.gz 54199K |
| 3569 | 2026-08-19T19:59:37.843Z | a out/internal-dns.tar.gz 54199K |
| 3570 | 2026-08-19T19:59:37.843Z | a out/mg-ddm-gz.tar 100917K |
| 3571 | 2026-08-19T19:59:37.843Z | a out/nexus.tar.gz 359275K |
| 3572 | 2026-08-19T19:59:37.843Z | a out/ntp.tar.gz 34647K |
| 3573 | 2026-08-19T19:59:37.843Z | a out/omicron-gateway-softnpu.tar.gz 29963K |
| 3574 | 2026-08-19T19:59:37.843Z | a out/omicron-sled-agent.tar 245352K |
| 3575 | 2026-08-19T19:59:37.843Z | a out/overlay.tar.gz 4K |
| 3576 | 2026-08-19T19:59:37.843Z | a out/oximeter.tar.gz 72394K |
| 3577 | 2026-08-19T19:59:37.843Z | a out/oxlog.tar 4071K |
| 3578 | 2026-08-19T19:59:37.843Z | a out/probe.tar.gz 3037K |
| 3579 | 2026-08-19T19:59:37.843Z | a out/propolis-server.tar.gz 34642K |
| 3580 | 2026-08-19T19:59:37.844Z | a out/pumpkind-gz.tar 26647K |
| 3581 | 2026-08-19T19:59:37.844Z | a out/switch-softnpu.tar.gz 504159K |
| 3582 | 2026-08-19T19:59:37.849Z | |
| 3583 | 2026-08-19T19:59:37.849Z | real 1:29.734602727 |
| 3584 | 2026-08-19T19:59:37.850Z | user 1:26.768878250 |
| 3585 | 2026-08-19T19:59:37.850Z | sys 4.962219723 |
| 3586 | 2026-08-19T19:59:37.850Z | trap 0.006471907 |
| 3587 | 2026-08-19T19:59:37.850Z | tflt 0.000000000 |
| 3588 | 2026-08-19T19:59:37.850Z | dflt 0.000000000 |
| 3589 | 2026-08-19T19:59:37.850Z | kflt 0.000000000 |
| 3590 | 2026-08-19T19:59:37.850Z | lock 0.000000000 |
| 3591 | 2026-08-19T19:59:37.850Z | slp 1:26.618909169 |
| 3592 | 2026-08-19T19:59:37.850Z | lat 1.108077814 |
| 3593 | 2026-08-19T19:59:37.850Z | stop 0.000148510 |
| 3594 | 2026-08-19T19:59:37.850Z | process exited: duration 1070024 ms, exit code 0 |
| |
| 3595 | 2026-08-19T19:59:37.868Z | found 1 output files |
| 3596 | 2026-08-19T19:59:37.868Z | uploading: /work/package.tar.gz (2781372746 bytes) |
| 3597 | 2026-08-19T20:01:12.043Z | uploaded: /work/package.tar.gz |