|
|
|
| 1 | 2026-07-10T19:33:59.770Z | job assigned to worker 01KX6RA6CR8AP0GB44JN7M0DFD [factory aws, i-0fcb58667f7d2f948] (queued for 49 s) |
| |
| 2 | 2026-07-10T19:34:07.195Z | starting task 0: "setup" |
| 3 | 2026-07-10T19:34:07.199Z | ++ uname -s |
| 4 | 2026-07-10T19:34:07.204Z | + kern=SunOS |
| 5 | 2026-07-10T19:34:07.204Z | + build_user=build |
| 6 | 2026-07-10T19:34:07.204Z | + build_uid=12345 |
| 7 | 2026-07-10T19:34:07.204Z | + work_dir=/work |
| 8 | 2026-07-10T19:34:07.204Z | + input_dir=/input |
| 9 | 2026-07-10T19:34:07.204Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-10T19:34:07.204Z | + case "$kern" in |
| 11 | 2026-07-10T19:34:07.204Z | + groupadd -g 12345 build |
| 12 | 2026-07-10T19:34:07.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-10T19:34:09.213Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-10T19:34:09.283Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-10T19:34:09.286Z | + home_fs=zfs |
| 16 | 2026-07-10T19:34:09.287Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-10T19:34:09.287Z | + mkdir -p /home/build |
| 18 | 2026-07-10T19:34:09.287Z | + chown build:build /home/build /work |
| 19 | 2026-07-10T19:34:11.322Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-10T19:34:11.335Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-07-10T19:34:11.346Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-10T19:34:11.352Z | * rust toolchain channel = "1.96.1" |
| 23 | 2026-07-10T19:34:11.352Z | * rust toolchain profile = "default" |
| 24 | 2026-07-10T19:34:11.352Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 25 | 2026-07-10T19:34:11.352Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-10T19:34:11.353Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-10T19:34:11.353Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-10T19:34:11.357Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-10T19:34:11.358Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-10T19:34:11.446Z | info: downloading installer |
| 31 | 2026-07-10T19:34:12.862Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-10T19:34:12.862Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-10T19:34:12.862Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-10T19:34:12.862Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-10T19:34:12.874Z | info: profile set to default |
| 36 | 2026-07-10T19:34:12.874Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-10T19:34:12.877Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-10T19:34:13.027Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-10T19:34:13.034Z | info: downloading 6 components |
| 40 | 2026-07-10T19:34:29.542Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-10T19:34:29.542Z | |
| 42 | 2026-07-10T19:34:29.570Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-10T19:34:29.570Z | |
| 44 | 2026-07-10T19:34:29.570Z | |
| 45 | 2026-07-10T19:34:29.570Z | Rust is installed now. Great! |
| 46 | 2026-07-10T19:34:29.570Z | |
| 47 | 2026-07-10T19:34:29.570Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-10T19:34:29.570Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-10T19:34:29.570Z | |
| 50 | 2026-07-10T19:34:29.570Z | To configure your current shell, you need to source |
| 51 | 2026-07-10T19:34:29.570Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-10T19:34:29.570Z | |
| 53 | 2026-07-10T19:34:29.571Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-10T19:34:29.571Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-10T19:34:29.571Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-10T19:34:29.571Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-10T19:34:29.571Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-10T19:34:29.571Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-10T19:34:29.571Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-10T19:34:29.574Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-10T19:34:29.574Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-10T19:34:29.671Z | + rustup --version |
| 63 | 2026-07-10T19:34:29.678Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-10T19:34:29.681Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-10T19:34:29.700Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-10T19:34:29.703Z | + cargo --version |
| 67 | 2026-07-10T19:34:29.712Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-10T19:34:29.715Z | + rustc --version |
| 69 | 2026-07-10T19:34:29.734Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-10T19:34:29.737Z | process exited: duration 18391 ms, exit code 0 |
| |
| 71 | 2026-07-10T19:34:29.743Z | starting task 2: "authentication" |
| 72 | 2026-07-10T19:34:29.762Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-10T19:34:29.767Z | starting task 3: "clone repository" |
| 74 | 2026-07-10T19:34:29.772Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-10T19:34:29.775Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-10T19:34:29.806Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-10T19:34:41.079Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-10T19:34:41.079Z | + git fetch origin 07d9ddd528cb4c0156be83b89455da1422933cab |
| 79 | 2026-07-10T19:34:41.351Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-10T19:34:41.351Z | * branch 07d9ddd528cb4c0156be83b89455da1422933cab -> FETCH_HEAD |
| 81 | 2026-07-10T19:34:41.366Z | + [[ -n ben/update-to-ntp-admin-client-v2 ]] |
| 82 | 2026-07-10T19:34:41.369Z | ++ git branch --show-current |
| 83 | 2026-07-10T19:34:41.372Z | + current=main |
| 84 | 2026-07-10T19:34:41.372Z | + [[ main != ben/update-to-ntp-admin-client-v2 ]] |
| 85 | 2026-07-10T19:34:41.372Z | + git branch -f ben/update-to-ntp-admin-client-v2 07d9ddd528cb4c0156be83b89455da1422933cab |
| 86 | 2026-07-10T19:34:41.375Z | + git checkout -f ben/update-to-ntp-admin-client-v2 |
| 87 | 2026-07-10T19:34:41.629Z | Switched to branch 'ben/update-to-ntp-admin-client-v2' |
| 88 | 2026-07-10T19:34:41.632Z | + git reset --hard 07d9ddd528cb4c0156be83b89455da1422933cab |
| 89 | 2026-07-10T19:34:41.650Z | HEAD is now at 07d9ddd52 Move sled-agent to V2 of the NTP admin client |
| 90 | 2026-07-10T19:34:41.652Z | process exited: duration 11883 ms, exit code 0 |
| |
| 91 | 2026-07-10T19:34:41.658Z | starting task 4: "build" |
| 92 | 2026-07-10T19:34:41.664Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-10T19:34:41.664Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-10T19:34:41.664Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-10T19:34:41.667Z | +++ uname -s |
| 96 | 2026-07-10T19:34:41.667Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-10T19:34:41.667Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-10T19:34:41.671Z | + cargo --version |
| 99 | 2026-07-10T19:34:41.678Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-10T19:34:41.682Z | + rustc --version |
| 101 | 2026-07-10T19:34:41.701Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-10T19:34:41.704Z | + WORK=/work |
| 103 | 2026-07-10T19:34:41.704Z | + pfexec mkdir -p /work |
| 104 | 2026-07-10T19:34:41.707Z | + pfexec chown build /work |
| 105 | 2026-07-10T19:34:41.710Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-10T19:34:43.420Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-10T19:34:43.529Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-10T19:34:44.029Z | Planning: Solver setup ... Done (0.445s) |
| 109 | 2026-07-10T19:34:44.057Z | Planning: Running solver ... Done (0.027s) |
| 110 | 2026-07-10T19:34:44.069Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-10T19:34:44.081Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-10T19:34:44.098Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-10T19:34:44.113Z | Planning: Package planning ... Done (0.016s) |
| 114 | 2026-07-10T19:34:44.116Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-07-10T19:34:44.286Z | Planning: Checking for conflicting actions ... Done (0.171s) |
| 116 | 2026-07-10T19:34:44.289Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-10T19:34:45.063Z | Planning: Evaluating mediators ... Done (0.776s) |
| 118 | 2026-07-10T19:34:45.067Z | Planning: Planning completed in 1.51 seconds |
| 119 | 2026-07-10T19:34:45.073Z | Packages to install: 2 |
| 120 | 2026-07-10T19:34:45.073Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-10T19:34:45.073Z | Estimated space to be consumed: 31.27 MB |
| 122 | 2026-07-10T19:34:45.073Z | Create boot environment: No |
| 123 | 2026-07-10T19:34:45.076Z | Create backup boot environment: No |
| 124 | 2026-07-10T19:34:45.076Z | Rebuild boot archive: No |
| 125 | 2026-07-10T19:34:45.076Z | |
| 126 | 2026-07-10T19:34:45.076Z | Changed packages: |
| 127 | 2026-07-10T19:34:45.076Z | helios |
| 128 | 2026-07-10T19:34:45.076Z | developer/build-essential |
| 129 | 2026-07-10T19:34:45.076Z | None -> 11-3.0 |
| 130 | 2026-07-10T19:34:45.076Z | library/libxmlsec1 |
| 131 | 2026-07-10T19:34:45.076Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-10T19:34:45.098Z | |
| 133 | 2026-07-10T19:34:45.098Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-10T19:34:45.613Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 135 | 2026-07-10T19:34:45.685Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-10T19:34:45.722Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-10T19:34:45.734Z | Finalize: Updating package state database ... Done (0.011s) |
| 138 | 2026-07-10T19:34:45.734Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-10T19:34:45.763Z | Finalize: Updating image state ... Done (0.029s) |
| 140 | 2026-07-10T19:34:48.346Z | Finalize: Creating fast lookup database ... Done (2.557s) |
| 141 | 2026-07-10T19:34:48.416Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-10T19:34:48.419Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-10T19:34:48.511Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-10T19:34:48.821Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-10T19:34:48.926Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-10T19:34:48.929Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-10T19:34:49.083Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-10T19:34:49.086Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-10T19:34:49.106Z | Mediators to change: 2 |
| 150 | 2026-07-10T19:34:49.106Z | Create boot environment: No |
| 151 | 2026-07-10T19:34:49.106Z | Create backup boot environment: No |
| 152 | 2026-07-10T19:34:49.158Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-10T19:34:49.158Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-10T19:34:49.179Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-10T19:34:51.109Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-10T19:34:51.170Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-10T19:34:51.173Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-10T19:34:51.236Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-10T19:34:51.526Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-10T19:34:51.627Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-10T19:34:51.630Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-10T19:34:51.784Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-10T19:34:51.788Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-10T19:34:51.813Z | Mediators to change: 1 |
| 165 | 2026-07-10T19:34:51.813Z | Create boot environment: No |
| 166 | 2026-07-10T19:34:51.813Z | Create backup boot environment: No |
| 167 | 2026-07-10T19:34:51.865Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-10T19:34:51.865Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-10T19:34:51.882Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-10T19:34:53.811Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-10T19:34:53.874Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-10T19:34:53.877Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-10T19:34:53.932Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-10T19:34:54.247Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-10T19:34:54.247Z | apache system 2.4 system |
| 176 | 2026-07-10T19:34:54.247Z | clang system 15 system |
| 177 | 2026-07-10T19:34:54.247Z | csh system system illumos |
| 178 | 2026-07-10T19:34:54.247Z | ctags system system illumos |
| 179 | 2026-07-10T19:34:54.247Z | file vendor vendor darwinsys |
| 180 | 2026-07-10T19:34:54.247Z | file system system illumos |
| 181 | 2026-07-10T19:34:54.247Z | gcc vendor 14 vendor |
| 182 | 2026-07-10T19:34:54.247Z | gcc system 13 system |
| 183 | 2026-07-10T19:34:54.247Z | gcc system 10 system |
| 184 | 2026-07-10T19:34:54.247Z | go system 1.25 system |
| 185 | 2026-07-10T19:34:54.247Z | llvm system 15 system |
| 186 | 2026-07-10T19:34:54.247Z | mariadb system 11.4 system |
| 187 | 2026-07-10T19:34:54.247Z | mta vendor vendor dma |
| 188 | 2026-07-10T19:34:54.247Z | openjdk system 17 system |
| 189 | 2026-07-10T19:34:54.248Z | openjdk system 11 system |
| 190 | 2026-07-10T19:34:54.248Z | openssl vendor 3 vendor |
| 191 | 2026-07-10T19:34:54.248Z | perl system 5.40 system |
| 192 | 2026-07-10T19:34:54.248Z | postgresql system 18 system |
| 193 | 2026-07-10T19:34:54.248Z | postgresql system 17 system |
| 194 | 2026-07-10T19:34:54.248Z | python vendor 3 vendor |
| 195 | 2026-07-10T19:34:54.248Z | python system 2 system |
| 196 | 2026-07-10T19:34:54.248Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-10T19:34:54.248Z | ruby system 3.4 system |
| 198 | 2026-07-10T19:34:54.248Z | ruby system 3.0 system |
| 199 | 2026-07-10T19:34:54.248Z | words vendor vendor american-english |
| 200 | 2026-07-10T19:34:54.248Z | words system system australian-english |
| 201 | 2026-07-10T19:34:54.248Z | words system system british-english |
| 202 | 2026-07-10T19:34:54.248Z | words system system canadian-english |
| 203 | 2026-07-10T19:34:54.248Z | words system system french |
| 204 | 2026-07-10T19:34:54.248Z | words system system italian |
| 205 | 2026-07-10T19:34:54.248Z | words system system ngerman |
| 206 | 2026-07-10T19:34:54.248Z | words system system ogerman |
| 207 | 2026-07-10T19:34:54.248Z | words system system spanish |
| 208 | 2026-07-10T19:34:54.501Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-10T19:34:54.501Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-10T19:34:54.802Z | FMRI IFO |
| 211 | 2026-07-10T19:34:54.802Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-10T19:34:54.802Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-10T19:34:54.802Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-10T19:34:54.802Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-10T19:34:54.802Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-10T19:34:54.802Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-10T19:34:54.802Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-10T19:34:54.802Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-10T19:34:54.802Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-10T19:34:55.055Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-10T19:34:55.293Z | Updating crates.io index |
| 222 | 2026-07-10T19:34:55.298Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-10T19:34:55.585Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-10T19:34:55.860Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-10T19:34:56.811Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-10T19:34:57.415Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-10T19:34:58.962Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-10T19:34:59.736Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-10T19:34:59.998Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-10T19:35:00.377Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-10T19:35:01.390Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-10T19:35:01.631Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-10T19:35:02.009Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-10T19:35:02.382Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-10T19:35:03.170Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-10T19:35:03.881Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-10T19:35:04.128Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-10T19:35:04.377Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-10T19:35:04.629Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-10T19:35:04.908Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-10T19:35:05.164Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-10T19:35:05.373Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-10T19:35:05.629Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-10T19:35:05.998Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-10T19:35:06.287Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-10T19:35:06.512Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-10T19:35:06.947Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-10T19:35:07.198Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 249 | 2026-07-10T19:35:07.485Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 250 | 2026-07-10T19:35:07.722Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 251 | 2026-07-10T19:35:08.000Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 252 | 2026-07-10T19:35:08.298Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-07-10T19:35:08.704Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 254 | 2026-07-10T19:35:08.935Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 255 | 2026-07-10T19:35:09.244Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-10T19:35:09.463Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-07-10T19:35:09.721Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-07-10T19:35:10.018Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-07-10T19:35:10.259Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 260 | 2026-07-10T19:35:10.554Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 261 | 2026-07-10T19:35:10.806Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 262 | 2026-07-10T19:35:13.470Z | Downloading crates ... |
| 263 | 2026-07-10T19:35:13.521Z | Downloaded dtrace-parser v0.2.0 |
| 264 | 2026-07-10T19:35:13.527Z | Downloaded heck v0.4.1 |
| 265 | 2026-07-10T19:35:13.530Z | Downloaded cargo_metadata v0.23.1 |
| 266 | 2026-07-10T19:35:13.530Z | Downloaded digest v0.10.7 |
| 267 | 2026-07-10T19:35:13.533Z | Downloaded cargo_toml v0.21.0 |
| 268 | 2026-07-10T19:35:13.536Z | Downloaded cfg-if v1.0.4 |
| 269 | 2026-07-10T19:35:13.536Z | Downloaded zmij v1.0.21 |
| 270 | 2026-07-10T19:35:13.539Z | Downloaded equivalent v1.0.2 |
| 271 | 2026-07-10T19:35:13.539Z | Downloaded crypto-common v0.1.7 |
| 272 | 2026-07-10T19:35:13.539Z | Downloaded cpufeatures v0.2.17 |
| 273 | 2026-07-10T19:35:13.539Z | Downloaded anstyle-query v1.1.5 |
| 274 | 2026-07-10T19:35:13.542Z | Downloaded once_cell v1.21.3 |
| 275 | 2026-07-10T19:35:13.542Z | Downloaded macaddr v1.0.1 |
| 276 | 2026-07-10T19:35:13.542Z | Downloaded block-buffer v0.10.4 |
| 277 | 2026-07-10T19:35:13.545Z | Downloaded is_terminal_polyfill v1.70.2 |
| 278 | 2026-07-10T19:35:13.545Z | Downloaded cargo-platform v0.3.2 |
| 279 | 2026-07-10T19:35:13.549Z | Downloaded zerocopy v0.7.35 |
| 280 | 2026-07-10T19:35:13.558Z | Downloaded tabled_derive v0.7.0 |
| 281 | 2026-07-10T19:35:13.561Z | Downloaded zerocopy-derive v0.7.35 |
| 282 | 2026-07-10T19:35:13.561Z | Downloaded anstyle v1.0.14 |
| 283 | 2026-07-10T19:35:13.565Z | Downloaded heck v0.5.0 |
| 284 | 2026-07-10T19:35:13.565Z | Downloaded generic-array v0.14.7 |
| 285 | 2026-07-10T19:35:13.565Z | Downloaded bytecount v0.6.9 |
| 286 | 2026-07-10T19:35:13.568Z | Downloaded anstream v1.0.0 |
| 287 | 2026-07-10T19:35:13.568Z | Downloaded byteorder v1.5.0 |
| 288 | 2026-07-10T19:35:13.568Z | Downloaded autocfg v1.5.0 |
| 289 | 2026-07-10T19:35:13.571Z | Downloaded itoa v1.0.17 |
| 290 | 2026-07-10T19:35:13.571Z | Downloaded pretty-hex v0.4.1 |
| 291 | 2026-07-10T19:35:13.575Z | Downloaded dof v0.3.0 |
| 292 | 2026-07-10T19:35:13.577Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-07-10T19:35:13.580Z | Downloaded clap_derive v4.6.1 |
| 294 | 2026-07-10T19:35:13.584Z | Downloaded camino v1.2.2 |
| 295 | 2026-07-10T19:35:13.587Z | Downloaded thread-id v4.2.2 |
| 296 | 2026-07-10T19:35:13.589Z | Downloaded fnv v1.0.7 |
| 297 | 2026-07-10T19:35:13.589Z | Downloaded errno v0.3.14 |
| 298 | 2026-07-10T19:35:13.593Z | Downloaded anstyle-parse v1.0.0 |
| 299 | 2026-07-10T19:35:13.595Z | Downloaded memmap v0.7.0 |
| 300 | 2026-07-10T19:35:13.598Z | Downloaded usdt v0.5.0 |
| 301 | 2026-07-10T19:35:13.598Z | Downloaded swrite v0.1.0 |
| 302 | 2026-07-10T19:35:13.601Z | Downloaded colorchoice v1.0.4 |
| 303 | 2026-07-10T19:35:13.601Z | Downloaded strsim v0.11.1 |
| 304 | 2026-07-10T19:35:13.604Z | Downloaded toml_write v0.1.2 |
| 305 | 2026-07-10T19:35:13.604Z | Downloaded clap_lex v1.0.0 |
| 306 | 2026-07-10T19:35:13.604Z | Downloaded smawk v0.3.2 |
| 307 | 2026-07-10T19:35:13.608Z | Downloaded fastrand v2.3.0 |
| 308 | 2026-07-10T19:35:13.608Z | Downloaded clap v4.6.1 |
| 309 | 2026-07-10T19:35:13.612Z | Downloaded thiserror v1.0.69 |
| 310 | 2026-07-10T19:35:13.618Z | Downloaded anyhow v1.0.102 |
| 311 | 2026-07-10T19:35:13.620Z | Downloaded unicode-linebreak v0.1.5 |
| 312 | 2026-07-10T19:35:13.620Z | Downloaded usdt-attr-macro v0.5.0 |
| 313 | 2026-07-10T19:35:13.624Z | Downloaded toml_datetime v0.6.11 |
| 314 | 2026-07-10T19:35:13.627Z | Downloaded usdt-macro v0.5.0 |
| 315 | 2026-07-10T19:35:13.627Z | Downloaded terminal_size v0.4.3 |
| 316 | 2026-07-10T19:35:13.630Z | Downloaded proc-macro-error-attr v1.0.4 |
| 317 | 2026-07-10T19:35:13.635Z | Downloaded version_check v0.9.5 |
| 318 | 2026-07-10T19:35:13.638Z | Downloaded scroll_derive v0.12.1 |
| 319 | 2026-07-10T19:35:13.642Z | Downloaded utf8parse v0.2.2 |
| 320 | 2026-07-10T19:35:13.645Z | Downloaded plain v0.2.3 |
| 321 | 2026-07-10T19:35:13.656Z | Downloaded fs-err v3.3.0 |
| 322 | 2026-07-10T19:35:13.659Z | Downloaded serde_tokenstream v0.2.3 |
| 323 | 2026-07-10T19:35:13.662Z | Downloaded semver v1.0.28 |
| 324 | 2026-07-10T19:35:13.665Z | Downloaded getrandom v0.4.1 |
| 325 | 2026-07-10T19:35:13.665Z | Downloaded scroll v0.12.0 |
| 326 | 2026-07-10T19:35:13.670Z | Downloaded camino-tempfile v1.4.1 |
| 327 | 2026-07-10T19:35:13.673Z | Downloaded serde_spanned v0.6.9 |
| 328 | 2026-07-10T19:35:13.676Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-07-10T19:35:13.679Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-07-10T19:35:13.679Z | Downloaded sha2 v0.10.9 |
| 331 | 2026-07-10T19:35:13.684Z | Downloaded quote v1.0.45 |
| 332 | 2026-07-10T19:35:13.687Z | Downloaded pest_derive v2.8.6 |
| 333 | 2026-07-10T19:35:13.690Z | Downloaded papergrid v0.11.0 |
| 334 | 2026-07-10T19:35:13.694Z | Downloaded thiserror-impl v1.0.69 |
| 335 | 2026-07-10T19:35:13.696Z | Downloaded log v0.4.29 |
| 336 | 2026-07-10T19:35:13.700Z | Downloaded thiserror v2.0.18 |
| 337 | 2026-07-10T19:35:13.703Z | Downloaded tempfile v3.25.0 |
| 338 | 2026-07-10T19:35:13.707Z | Downloaded toml v0.8.23 |
| 339 | 2026-07-10T19:35:13.710Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-07-10T19:35:13.712Z | Downloaded pest_meta v2.8.6 |
| 341 | 2026-07-10T19:35:13.719Z | Downloaded proc-macro-error v1.0.4 |
| 342 | 2026-07-10T19:35:13.722Z | Downloaded memchr v2.8.0 |
| 343 | 2026-07-10T19:35:13.725Z | Downloaded pest_generator v2.8.6 |
| 344 | 2026-07-10T19:35:13.728Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-07-10T19:35:13.730Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-07-10T19:35:13.733Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-07-10T19:35:13.733Z | Downloaded serde_core v1.0.228 |
| 348 | 2026-07-10T19:35:13.742Z | Downloaded serde_derive v1.0.228 |
| 349 | 2026-07-10T19:35:13.745Z | Downloaded pest v2.8.6 |
| 350 | 2026-07-10T19:35:13.748Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-07-10T19:35:13.763Z | Downloaded serde v1.0.228 |
| 352 | 2026-07-10T19:35:13.766Z | Downloaded indexmap v2.14.0 |
| 353 | 2026-07-10T19:35:13.794Z | Downloaded hashbrown v0.17.0 |
| 354 | 2026-07-10T19:35:13.797Z | Downloaded clap_builder v4.6.0 |
| 355 | 2026-07-10T19:35:13.800Z | Downloaded typenum v1.20.1 |
| 356 | 2026-07-10T19:35:13.816Z | Downloaded goblin v0.8.2 |
| 357 | 2026-07-10T19:35:13.819Z | Downloaded serde_json v1.0.150 |
| 358 | 2026-07-10T19:35:13.835Z | Downloaded winnow v0.7.14 |
| 359 | 2026-07-10T19:35:13.842Z | Downloaded tabled v0.15.0 |
| 360 | 2026-07-10T19:35:13.849Z | Downloaded syn v1.0.109 |
| 361 | 2026-07-10T19:35:13.854Z | Downloaded unicode-width v0.1.14 |
| 362 | 2026-07-10T19:35:13.866Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-07-10T19:35:13.871Z | Downloaded syn v2.0.117 |
| 364 | 2026-07-10T19:35:13.889Z | Downloaded rustix v1.1.3 |
| 365 | 2026-07-10T19:35:13.913Z | Downloaded libc v0.2.185 |
| 366 | 2026-07-10T19:35:13.976Z | Compiling proc-macro2 v1.0.106 |
| 367 | 2026-07-10T19:35:13.976Z | Compiling quote v1.0.45 |
| 368 | 2026-07-10T19:35:13.979Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-10T19:35:13.979Z | Compiling serde_core v1.0.228 |
| 370 | 2026-07-10T19:35:13.979Z | Compiling libc v0.2.185 |
| 371 | 2026-07-10T19:35:13.979Z | Compiling version_check v0.9.5 |
| 372 | 2026-07-10T19:35:14.155Z | Compiling memchr v2.8.0 |
| 373 | 2026-07-10T19:35:14.158Z | Compiling serde v1.0.228 |
| 374 | 2026-07-10T19:35:14.158Z | Compiling zmij v1.0.21 |
| 375 | 2026-07-10T19:35:14.158Z | Compiling ucd-trie v0.1.7 |
| 376 | 2026-07-10T19:35:14.158Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-10T19:35:14.158Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-10T19:35:14.158Z | Compiling byteorder v1.5.0 |
| 379 | 2026-07-10T19:35:14.158Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-10T19:35:14.383Z | Compiling bitflags v2.11.0 |
| 381 | 2026-07-10T19:35:14.463Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-10T19:35:14.608Z | Compiling proc-macro-error-attr v1.0.4 |
| 383 | 2026-07-10T19:35:14.659Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-07-10T19:35:14.683Z | Compiling syn v1.0.109 |
| 385 | 2026-07-10T19:35:14.710Z | Compiling camino v1.2.2 |
| 386 | 2026-07-10T19:35:14.777Z | Compiling pest v2.8.6 |
| 387 | 2026-07-10T19:35:14.973Z | Compiling proc-macro-error v1.0.4 |
| 388 | 2026-07-10T19:35:14.979Z | Compiling getrandom v0.4.1 |
| 389 | 2026-07-10T19:35:14.999Z | Compiling equivalent v1.0.2 |
| 390 | 2026-07-10T19:35:15.062Z | Compiling log v0.4.29 |
| 391 | 2026-07-10T19:35:15.089Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-07-10T19:35:15.089Z | Compiling plain v0.2.3 |
| 393 | 2026-07-10T19:35:15.096Z | Compiling hashbrown v0.17.0 |
| 394 | 2026-07-10T19:35:15.218Z | Compiling anstyle-parse v1.0.0 |
| 395 | 2026-07-10T19:35:15.236Z | Compiling autocfg v1.5.0 |
| 396 | 2026-07-10T19:35:15.257Z | Compiling cfg-if v1.0.4 |
| 397 | 2026-07-10T19:35:15.257Z | Compiling colorchoice v1.0.4 |
| 398 | 2026-07-10T19:35:15.257Z | Compiling is_terminal_polyfill v1.70.2 |
| 399 | 2026-07-10T19:35:15.285Z | Compiling errno v0.3.14 |
| 400 | 2026-07-10T19:35:15.296Z | Compiling thread-id v4.2.2 |
| 401 | 2026-07-10T19:35:15.339Z | Compiling toml_write v0.1.2 |
| 402 | 2026-07-10T19:35:15.355Z | Compiling anstyle-query v1.1.5 |
| 403 | 2026-07-10T19:35:15.383Z | Compiling pretty-hex v0.4.1 |
| 404 | 2026-07-10T19:35:15.400Z | Compiling winnow v0.7.14 |
| 405 | 2026-07-10T19:35:15.411Z | Compiling anstyle v1.0.14 |
| 406 | 2026-07-10T19:35:15.411Z | Compiling thiserror v2.0.18 |
| 407 | 2026-07-10T19:35:15.478Z | Compiling unicode-width v0.1.14 |
| 408 | 2026-07-10T19:35:15.555Z | Compiling heck v0.5.0 |
| 409 | 2026-07-10T19:35:15.562Z | Compiling anyhow v1.0.102 |
| 410 | 2026-07-10T19:35:16.010Z | Compiling anstream v1.0.0 |
| 411 | 2026-07-10T19:35:16.029Z | Compiling heck v0.4.1 |
| 412 | 2026-07-10T19:35:16.029Z | Compiling indexmap v2.14.0 |
| 413 | 2026-07-10T19:35:16.029Z | Compiling syn v2.0.117 |
| 414 | 2026-07-10T19:35:16.029Z | Compiling fs-err v3.3.0 |
| 415 | 2026-07-10T19:35:16.029Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-10T19:35:16.029Z | Compiling bytecount v0.6.9 |
| 417 | 2026-07-10T19:35:16.029Z | Compiling fnv v1.0.7 |
| 418 | 2026-07-10T19:35:16.029Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-07-10T19:35:16.029Z | Compiling strsim v0.11.1 |
| 420 | 2026-07-10T19:35:16.030Z | Compiling once_cell v1.21.3 |
| 421 | 2026-07-10T19:35:16.065Z | Compiling fastrand v2.3.0 |
| 422 | 2026-07-10T19:35:16.119Z | Compiling papergrid v0.11.0 |
| 423 | 2026-07-10T19:35:16.186Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-10T19:35:16.221Z | Compiling unicode-width v0.2.0 |
| 425 | 2026-07-10T19:35:16.260Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-10T19:35:16.302Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-07-10T19:35:16.332Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-07-10T19:35:16.354Z | Compiling tempfile v3.25.0 |
| 429 | 2026-07-10T19:35:16.386Z | Compiling swrite v0.1.0 |
| 430 | 2026-07-10T19:35:16.451Z | Compiling clap_builder v4.6.0 |
| 431 | 2026-07-10T19:35:16.505Z | Compiling cargo-platform v0.3.2 |
| 432 | 2026-07-10T19:35:16.538Z | Compiling semver v1.0.28 |
| 433 | 2026-07-10T19:35:16.585Z | Compiling textwrap v0.16.2 |
| 434 | 2026-07-10T19:35:16.791Z | Compiling camino-tempfile v1.4.1 |
| 435 | 2026-07-10T19:35:17.211Z | Compiling tabled_derive v0.7.0 |
| 436 | 2026-07-10T19:35:17.853Z | Compiling tabled v0.15.0 |
| 437 | 2026-07-10T19:35:17.873Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-10T19:35:18.377Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-07-10T19:35:18.380Z | Compiling thiserror-impl v1.0.69 |
| 440 | 2026-07-10T19:35:18.380Z | Compiling zerocopy-derive v0.7.35 |
| 441 | 2026-07-10T19:35:18.380Z | Compiling scroll_derive v0.12.1 |
| 442 | 2026-07-10T19:35:18.380Z | Compiling thiserror-impl v2.0.18 |
| 443 | 2026-07-10T19:35:18.380Z | Compiling clap_derive v4.6.1 |
| 444 | 2026-07-10T19:35:18.429Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-07-10T19:35:19.077Z | Compiling scroll v0.12.0 |
| 446 | 2026-07-10T19:35:19.128Z | Compiling zerocopy v0.7.35 |
| 447 | 2026-07-10T19:35:19.312Z | Compiling goblin v0.8.2 |
| 448 | 2026-07-10T19:35:19.419Z | Compiling dtrace-parser v0.2.0 |
| 449 | 2026-07-10T19:35:19.718Z | Compiling clap v4.6.1 |
| 450 | 2026-07-10T19:35:20.827Z | Compiling toml_datetime v0.6.11 |
| 451 | 2026-07-10T19:35:20.827Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-10T19:35:20.827Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 453 | 2026-07-10T19:35:20.831Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-10T19:35:20.831Z | Compiling macaddr v1.0.1 |
| 455 | 2026-07-10T19:35:20.845Z | Compiling dof v0.3.0 |
| 456 | 2026-07-10T19:35:20.848Z | Compiling serde_tokenstream v0.2.3 |
| 457 | 2026-07-10T19:35:21.077Z | Compiling toml_edit v0.22.27 |
| 458 | 2026-07-10T19:35:21.537Z | Compiling usdt-macro v0.5.0 |
| 459 | 2026-07-10T19:35:21.537Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-10T19:35:22.149Z | Compiling usdt v0.5.0 |
| 461 | 2026-07-10T19:35:22.310Z | Compiling toml v0.8.23 |
| 462 | 2026-07-10T19:35:22.624Z | Compiling cargo_toml v0.21.0 |
| 463 | 2026-07-10T19:35:23.910Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 464 | 2026-07-10T19:35:25.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.02s |
| 465 | 2026-07-10T19:35:26.154Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 466 | 2026-07-10T19:35:26.640Z | Downloading crates ... |
| 467 | 2026-07-10T19:35:26.734Z | Downloaded anstyle-parse v0.2.7 |
| 468 | 2026-07-10T19:35:26.749Z | Downloaded array-init v0.0.4 |
| 469 | 2026-07-10T19:35:26.752Z | Downloaded aho-corasick v1.1.4 |
| 470 | 2026-07-10T19:35:26.755Z | Downloaded adler2 v2.0.1 |
| 471 | 2026-07-10T19:35:26.755Z | Downloaded arrayvec v0.7.6 |
| 472 | 2026-07-10T19:35:26.761Z | Downloaded anstream v0.6.21 |
| 473 | 2026-07-10T19:35:26.765Z | Downloaded argon2 v0.6.0-rc.8 |
| 474 | 2026-07-10T19:35:26.769Z | Downloaded async-bb8-diesel v0.2.1 |
| 475 | 2026-07-10T19:35:26.769Z | Downloaded arc-swap v1.8.2 |
| 476 | 2026-07-10T19:35:26.772Z | Downloaded ar_archive_writer v0.5.1 |
| 477 | 2026-07-10T19:35:26.774Z | Downloaded bit-set v0.5.3 |
| 478 | 2026-07-10T19:35:26.774Z | Downloaded assert_matches v1.5.0 |
| 479 | 2026-07-10T19:35:26.777Z | Downloaded ascii-canvas v3.0.0 |
| 480 | 2026-07-10T19:35:26.781Z | Downloaded bit-vec v0.8.0 |
| 481 | 2026-07-10T19:35:26.784Z | Downloaded argon2 v0.5.3 |
| 482 | 2026-07-10T19:35:26.784Z | Downloaded async-compression v0.4.41 |
| 483 | 2026-07-10T19:35:26.787Z | Downloaded allocator-api2 v0.2.21 |
| 484 | 2026-07-10T19:35:26.790Z | Downloaded blake2 v0.10.6 |
| 485 | 2026-07-10T19:35:26.794Z | Downloaded async-stream-impl v0.3.6 |
| 486 | 2026-07-10T19:35:26.797Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 487 | 2026-07-10T19:35:26.800Z | Downloaded bit-set v0.8.0 |
| 488 | 2026-07-10T19:35:26.800Z | Downloaded bcs v0.1.6 |
| 489 | 2026-07-10T19:35:26.803Z | Downloaded bb8 v0.8.6 |
| 490 | 2026-07-10T19:35:26.803Z | Downloaded async-stream v0.3.6 |
| 491 | 2026-07-10T19:35:26.803Z | Downloaded bitfield-macros v0.19.4 |
| 492 | 2026-07-10T19:35:26.806Z | Downloaded base16ct v0.2.0 |
| 493 | 2026-07-10T19:35:26.806Z | Downloaded base16ct v1.0.0 |
| 494 | 2026-07-10T19:35:26.809Z | Downloaded backoff v0.4.0 |
| 495 | 2026-07-10T19:35:26.809Z | Downloaded crypto-bigint v0.5.5 |
| 496 | 2026-07-10T19:35:26.812Z | Downloaded ctr v0.10.1 |
| 497 | 2026-07-10T19:35:26.817Z | Downloaded crypto-common v0.2.2 |
| 498 | 2026-07-10T19:35:26.817Z | Downloaded darling_macro v0.20.11 |
| 499 | 2026-07-10T19:35:26.821Z | Downloaded crc-catalog v2.4.0 |
| 500 | 2026-07-10T19:35:26.821Z | Downloaded bit-vec v0.6.3 |
| 501 | 2026-07-10T19:35:26.821Z | Downloaded arrayref v0.3.9 |
| 502 | 2026-07-10T19:35:26.821Z | Downloaded crossbeam-utils v0.8.21 |
| 503 | 2026-07-10T19:35:26.821Z | Downloaded critical-section v1.2.0 |
| 504 | 2026-07-10T19:35:26.825Z | Downloaded darling v0.21.3 |
| 505 | 2026-07-10T19:35:26.828Z | Downloaded darling v0.13.4 |
| 506 | 2026-07-10T19:35:26.830Z | Downloaded dtrace-parser v0.3.0 |
| 507 | 2026-07-10T19:35:26.830Z | Downloaded async-trait v0.1.89 |
| 508 | 2026-07-10T19:35:26.833Z | Downloaded darling v0.20.11 |
| 509 | 2026-07-10T19:35:26.836Z | Downloaded cpubits v0.1.1 |
| 510 | 2026-07-10T19:35:26.836Z | Downloaded crunchy v0.2.4 |
| 511 | 2026-07-10T19:35:26.836Z | Downloaded crossbeam-epoch v0.9.18 |
| 512 | 2026-07-10T19:35:26.839Z | Downloaded darling v0.23.0 |
| 513 | 2026-07-10T19:35:26.842Z | Downloaded atty v0.2.14 |
| 514 | 2026-07-10T19:35:26.842Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 515 | 2026-07-10T19:35:26.845Z | Downloaded cfg_aliases v0.1.1 |
| 516 | 2026-07-10T19:35:26.845Z | Downloaded const_format_proc_macros v0.2.34 |
| 517 | 2026-07-10T19:35:26.845Z | Downloaded either v1.15.0 |
| 518 | 2026-07-10T19:35:26.848Z | Downloaded bitfield-struct v0.6.2 |
| 519 | 2026-07-10T19:35:26.848Z | Downloaded base64ct v1.8.3 |
| 520 | 2026-07-10T19:35:26.851Z | Downloaded aead v0.6.1 |
| 521 | 2026-07-10T19:35:26.851Z | Downloaded atomic-waker v1.1.2 |
| 522 | 2026-07-10T19:35:26.851Z | Downloaded des v0.9.0 |
| 523 | 2026-07-10T19:35:26.854Z | Downloaded derive-where v1.6.0 |
| 524 | 2026-07-10T19:35:26.854Z | Downloaded crc-any v2.5.0 |
| 525 | 2026-07-10T19:35:26.857Z | Downloaded convert_case v0.4.0 |
| 526 | 2026-07-10T19:35:26.857Z | Downloaded cobs v0.3.0 |
| 527 | 2026-07-10T19:35:26.860Z | Downloaded darling_macro v0.21.3 |
| 528 | 2026-07-10T19:35:26.860Z | Downloaded compression-core v0.4.31 |
| 529 | 2026-07-10T19:35:26.860Z | Downloaded cfg_aliases v0.2.1 |
| 530 | 2026-07-10T19:35:26.861Z | Downloaded crucible-workspace-hack v0.1.0 |
| 531 | 2026-07-10T19:35:26.864Z | Downloaded crc32fast v1.5.0 |
| 532 | 2026-07-10T19:35:26.864Z | Downloaded castaway v0.2.4 |
| 533 | 2026-07-10T19:35:26.864Z | Downloaded bitflags v1.3.2 |
| 534 | 2026-07-10T19:35:26.866Z | Downloaded cassowary v0.3.0 |
| 535 | 2026-07-10T19:35:26.866Z | Downloaded base64 v0.22.1 |
| 536 | 2026-07-10T19:35:26.869Z | Downloaded ciborium-io v0.2.2 |
| 537 | 2026-07-10T19:35:26.869Z | Downloaded block-buffer v0.12.1 |
| 538 | 2026-07-10T19:35:26.872Z | Downloaded cpufeatures v0.3.0 |
| 539 | 2026-07-10T19:35:26.872Z | Downloaded ahash v0.8.12 |
| 540 | 2026-07-10T19:35:26.875Z | Downloaded embedded-io v0.4.0 |
| 541 | 2026-07-10T19:35:26.875Z | Downloaded cstr-argument v0.1.2 |
| 542 | 2026-07-10T19:35:26.878Z | Downloaded crc8 v0.1.1 |
| 543 | 2026-07-10T19:35:26.878Z | Downloaded block-padding v0.4.2 |
| 544 | 2026-07-10T19:35:26.878Z | Downloaded convert_case v0.10.0 |
| 545 | 2026-07-10T19:35:26.878Z | Downloaded backon v1.6.0 |
| 546 | 2026-07-10T19:35:26.882Z | Downloaded derive_builder v0.20.2 |
| 547 | 2026-07-10T19:35:26.885Z | Downloaded ciborium-ll v0.2.2 |
| 548 | 2026-07-10T19:35:26.885Z | Downloaded darling_core v0.13.4 |
| 549 | 2026-07-10T19:35:26.888Z | Downloaded dunce v1.0.5 |
| 550 | 2026-07-10T19:35:26.888Z | Downloaded bitfield v0.19.4 |
| 551 | 2026-07-10T19:35:26.888Z | Downloaded dirs-next v2.0.0 |
| 552 | 2026-07-10T19:35:26.891Z | Downloaded darling_macro v0.23.0 |
| 553 | 2026-07-10T19:35:26.891Z | Downloaded crc v3.4.0 |
| 554 | 2026-07-10T19:35:26.891Z | Downloaded atomicwrites v0.4.4 |
| 555 | 2026-07-10T19:35:26.891Z | Downloaded async-recursion v1.1.1 |
| 556 | 2026-07-10T19:35:26.894Z | Downloaded downcast-rs v2.0.2 |
| 557 | 2026-07-10T19:35:26.897Z | Downloaded buf-list v1.1.2 |
| 558 | 2026-07-10T19:35:26.897Z | Downloaded constant_time_eq v0.4.2 |
| 559 | 2026-07-10T19:35:26.900Z | Downloaded debug-ignore v1.0.5 |
| 560 | 2026-07-10T19:35:26.900Z | Downloaded defmt v0.3.100 |
| 561 | 2026-07-10T19:35:26.900Z | Downloaded cipher v0.4.4 |
| 562 | 2026-07-10T19:35:26.908Z | Downloaded display-error-chain v0.2.2 |
| 563 | 2026-07-10T19:35:26.908Z | Downloaded enum-as-inner v0.6.1 |
| 564 | 2026-07-10T19:35:26.908Z | Downloaded endian-type v0.1.2 |
| 565 | 2026-07-10T19:35:26.908Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 566 | 2026-07-10T19:35:26.911Z | Downloaded dyn-clone v1.0.20 |
| 567 | 2026-07-10T19:35:26.911Z | Downloaded derive_builder_macro v0.20.2 |
| 568 | 2026-07-10T19:35:26.911Z | Downloaded darling_macro v0.13.4 |
| 569 | 2026-07-10T19:35:26.911Z | Downloaded cmov v0.5.4 |
| 570 | 2026-07-10T19:35:26.911Z | Downloaded aead v0.5.2 |
| 571 | 2026-07-10T19:35:26.911Z | Downloaded foreign-types-shared v0.1.1 |
| 572 | 2026-07-10T19:35:26.911Z | Downloaded fixedbitset v0.4.2 |
| 573 | 2026-07-10T19:35:26.915Z | Downloaded document-features v0.2.12 |
| 574 | 2026-07-10T19:35:26.915Z | Downloaded cbc v0.2.1 |
| 575 | 2026-07-10T19:35:26.915Z | Downloaded cmake v0.1.57 |
| 576 | 2026-07-10T19:35:26.918Z | Downloaded ed25519 v3.0.0 |
| 577 | 2026-07-10T19:35:26.918Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 578 | 2026-07-10T19:35:26.918Z | Downloaded derive_more v0.99.20 |
| 579 | 2026-07-10T19:35:26.921Z | Downloaded compression-codecs v0.4.37 |
| 580 | 2026-07-10T19:35:26.924Z | Downloaded env_filter v1.0.0 |
| 581 | 2026-07-10T19:35:26.924Z | Downloaded delegate v0.13.5 |
| 582 | 2026-07-10T19:35:26.929Z | Downloaded daft-derive v0.1.7 |
| 583 | 2026-07-10T19:35:26.929Z | Downloaded crossbeam-deque v0.8.6 |
| 584 | 2026-07-10T19:35:26.932Z | Downloaded futures-core v0.3.32 |
| 585 | 2026-07-10T19:35:26.932Z | Downloaded futures-sink v0.3.32 |
| 586 | 2026-07-10T19:35:26.932Z | Downloaded embedded-io v0.6.1 |
| 587 | 2026-07-10T19:35:26.932Z | Downloaded form_urlencoded v1.2.2 |
| 588 | 2026-07-10T19:35:26.936Z | Downloaded dof v0.4.0 |
| 589 | 2026-07-10T19:35:26.936Z | Downloaded fd-lock v4.0.4 |
| 590 | 2026-07-10T19:35:26.936Z | Downloaded bzip2 v0.4.4 |
| 591 | 2026-07-10T19:35:26.943Z | Downloaded fxhash v0.2.1 |
| 592 | 2026-07-10T19:35:26.943Z | Downloaded foreign-types-shared v0.3.1 |
| 593 | 2026-07-10T19:35:26.943Z | Downloaded git-stub v1.0.0 |
| 594 | 2026-07-10T19:35:26.943Z | Downloaded foreign-types-macros v0.2.3 |
| 595 | 2026-07-10T19:35:26.943Z | Downloaded dirs-sys-next v0.1.2 |
| 596 | 2026-07-10T19:35:26.943Z | Downloaded float-ord v0.3.2 |
| 597 | 2026-07-10T19:35:26.943Z | Downloaded float-cmp v0.10.0 |
| 598 | 2026-07-10T19:35:26.947Z | Downloaded futures-task v0.3.32 |
| 599 | 2026-07-10T19:35:26.947Z | Downloaded funty v2.0.0 |
| 600 | 2026-07-10T19:35:26.947Z | Downloaded ghash v0.6.0 |
| 601 | 2026-07-10T19:35:26.947Z | Downloaded globwalk v0.9.1 |
| 602 | 2026-07-10T19:35:26.947Z | Downloaded cexpr v0.6.0 |
| 603 | 2026-07-10T19:35:26.947Z | Downloaded futures-io v0.3.32 |
| 604 | 2026-07-10T19:35:26.950Z | Downloaded dsl_auto_type v0.2.0 |
| 605 | 2026-07-10T19:35:26.950Z | Downloaded cipher v0.5.2 |
| 606 | 2026-07-10T19:35:26.950Z | Downloaded deranged v0.5.8 |
| 607 | 2026-07-10T19:35:26.953Z | Downloaded data-encoding v2.10.0 |
| 608 | 2026-07-10T19:35:26.953Z | Downloaded flagset v0.4.7 |
| 609 | 2026-07-10T19:35:26.953Z | Downloaded csv-core v0.1.13 |
| 610 | 2026-07-10T19:35:26.956Z | Downloaded camino-tempfile-ext v0.3.3 |
| 611 | 2026-07-10T19:35:26.956Z | Downloaded gethostname v0.5.0 |
| 612 | 2026-07-10T19:35:26.956Z | Downloaded foreign-types v0.5.0 |
| 613 | 2026-07-10T19:35:26.959Z | Downloaded futures-macro v0.3.32 |
| 614 | 2026-07-10T19:35:26.959Z | Downloaded ed25519 v2.2.3 |
| 615 | 2026-07-10T19:35:26.960Z | Downloaded defmt v1.0.1 |
| 616 | 2026-07-10T19:35:26.964Z | Downloaded console v0.16.2 |
| 617 | 2026-07-10T19:35:26.967Z | Downloaded der_derive v0.7.3 |
| 618 | 2026-07-10T19:35:26.967Z | Downloaded difflib v0.4.0 |
| 619 | 2026-07-10T19:35:26.967Z | Downloaded ctutils v0.4.2 |
| 620 | 2026-07-10T19:35:26.968Z | Downloaded ena v0.14.4 |
| 621 | 2026-07-10T19:35:26.968Z | Downloaded defmt-parser v1.0.0 |
| 622 | 2026-07-10T19:35:26.971Z | Downloaded enum_dispatch v0.3.13 |
| 623 | 2026-07-10T19:35:26.971Z | Downloaded ecdsa v0.16.9 |
| 624 | 2026-07-10T19:35:26.974Z | Downloaded hex v0.4.3 |
| 625 | 2026-07-10T19:35:26.974Z | Downloaded hash32 v0.3.1 |
| 626 | 2026-07-10T19:35:26.974Z | Downloaded derive_builder_core v0.20.2 |
| 627 | 2026-07-10T19:35:26.977Z | Downloaded byte-wrapper v0.1.0 |
| 628 | 2026-07-10T19:35:26.977Z | Downloaded fixedbitset v0.5.7 |
| 629 | 2026-07-10T19:35:26.980Z | Downloaded console v0.15.11 |
| 630 | 2026-07-10T19:35:26.980Z | Downloaded colored v2.2.0 |
| 631 | 2026-07-10T19:35:26.983Z | Downloaded blake2 v0.11.0-rc.6 |
| 632 | 2026-07-10T19:35:26.983Z | Downloaded home v0.5.12 |
| 633 | 2026-07-10T19:35:26.986Z | Downloaded hex-literal v1.1.0 |
| 634 | 2026-07-10T19:35:26.986Z | Downloaded cookie v0.18.1 |
| 635 | 2026-07-10T19:35:26.986Z | Downloaded digest v0.11.3 |
| 636 | 2026-07-10T19:35:26.989Z | Downloaded ff v0.14.0 |
| 637 | 2026-07-10T19:35:26.989Z | Downloaded hostname v0.4.2 |
| 638 | 2026-07-10T19:35:26.992Z | Downloaded http-body v1.0.1 |
| 639 | 2026-07-10T19:35:26.992Z | Downloaded hostname v0.3.1 |
| 640 | 2026-07-10T19:35:26.992Z | Downloaded httpdate v1.0.3 |
| 641 | 2026-07-10T19:35:26.995Z | Downloaded ciborium v0.2.2 |
| 642 | 2026-07-10T19:35:26.995Z | Downloaded hyper-tls v0.6.0 |
| 643 | 2026-07-10T19:35:26.998Z | Downloaded ff v0.13.1 |
| 644 | 2026-07-10T19:35:26.998Z | Downloaded erased-serde v0.3.31 |
| 645 | 2026-07-10T19:35:26.998Z | Downloaded defmt-macros v1.0.1 |
| 646 | 2026-07-10T19:35:27.001Z | Downloaded futures-executor v0.3.32 |
| 647 | 2026-07-10T19:35:27.001Z | Downloaded fs_extra v1.3.0 |
| 648 | 2026-07-10T19:35:27.004Z | Downloaded hubpack_derive v0.1.1 |
| 649 | 2026-07-10T19:35:27.004Z | Downloaded hubpack v0.1.2 |
| 650 | 2026-07-10T19:35:27.004Z | Downloaded http-range v0.1.5 |
| 651 | 2026-07-10T19:35:27.004Z | Downloaded fallible-iterator v0.2.0 |
| 652 | 2026-07-10T19:35:27.007Z | Downloaded group v0.14.0 |
| 653 | 2026-07-10T19:35:27.007Z | Downloaded git-stub-vcs v0.1.0 |
| 654 | 2026-07-10T19:35:27.010Z | Downloaded chacha20 v0.9.1 |
| 655 | 2026-07-10T19:35:27.010Z | Downloaded colored v3.1.1 |
| 656 | 2026-07-10T19:35:27.013Z | Downloaded const-oid v0.9.6 |
| 657 | 2026-07-10T19:35:27.013Z | Downloaded ident_case v1.0.1 |
| 658 | 2026-07-10T19:35:27.013Z | Downloaded find-msvc-tools v0.1.9 |
| 659 | 2026-07-10T19:35:27.028Z | Downloaded idna_adapter v1.2.1 |
| 660 | 2026-07-10T19:35:27.028Z | Downloaded foldhash v0.1.5 |
| 661 | 2026-07-10T19:35:27.028Z | Downloaded blowfish v0.10.0 |
| 662 | 2026-07-10T19:35:27.028Z | Downloaded clang-sys v1.8.1 |
| 663 | 2026-07-10T19:35:27.028Z | Downloaded base64 v0.21.7 |
| 664 | 2026-07-10T19:35:27.028Z | Downloaded derive-ex v0.1.8 |
| 665 | 2026-07-10T19:35:27.028Z | Downloaded chacha20 v0.10.0 |
| 666 | 2026-07-10T19:35:27.028Z | Downloaded group v0.13.0 |
| 667 | 2026-07-10T19:35:27.028Z | Downloaded hash32 v0.2.1 |
| 668 | 2026-07-10T19:35:27.028Z | Downloaded ecdsa v0.17.0-rc.18 |
| 669 | 2026-07-10T19:35:27.033Z | Downloaded diff v0.1.13 |
| 670 | 2026-07-10T19:35:27.033Z | Downloaded filetime v0.2.27 |
| 671 | 2026-07-10T19:35:27.033Z | Downloaded indoc v1.0.9 |
| 672 | 2026-07-10T19:35:27.033Z | Downloaded globset v0.4.18 |
| 673 | 2026-07-10T19:35:27.036Z | Downloaded glob v0.3.3 |
| 674 | 2026-07-10T19:35:27.036Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 675 | 2026-07-10T19:35:27.036Z | Downloaded illumos-nvpair v0.3.0 |
| 676 | 2026-07-10T19:35:27.036Z | Downloaded corncobs v0.1.4 |
| 677 | 2026-07-10T19:35:27.039Z | Downloaded bzip2 v0.6.1 |
| 678 | 2026-07-10T19:35:27.039Z | Downloaded elliptic-curve v0.13.8 |
| 679 | 2026-07-10T19:35:27.042Z | Downloaded cookie_store v0.22.1 |
| 680 | 2026-07-10T19:35:27.043Z | Downloaded const-oid v0.10.2 |
| 681 | 2026-07-10T19:35:27.046Z | Downloaded env_logger v0.11.9 |
| 682 | 2026-07-10T19:35:27.046Z | Downloaded inout v0.1.4 |
| 683 | 2026-07-10T19:35:27.049Z | Downloaded inout v0.2.2 |
| 684 | 2026-07-10T19:35:27.049Z | Downloaded indent_write v2.2.0 |
| 685 | 2026-07-10T19:35:27.049Z | Downloaded daft v0.1.7 |
| 686 | 2026-07-10T19:35:27.052Z | Downloaded keccak v0.1.6 |
| 687 | 2026-07-10T19:35:27.053Z | Downloaded is-terminal v0.4.17 |
| 688 | 2026-07-10T19:35:27.053Z | Downloaded http-body-util v0.1.3 |
| 689 | 2026-07-10T19:35:27.055Z | Downloaded instant v0.1.13 |
| 690 | 2026-07-10T19:35:27.055Z | Downloaded instability v0.3.11 |
| 691 | 2026-07-10T19:35:27.058Z | Downloaded is_ci v1.2.0 |
| 692 | 2026-07-10T19:35:27.058Z | Downloaded cancel-safe-futures v0.1.5 |
| 693 | 2026-07-10T19:35:27.058Z | Downloaded foldhash v0.2.0 |
| 694 | 2026-07-10T19:35:27.062Z | Downloaded const_format v0.2.35 |
| 695 | 2026-07-10T19:35:27.064Z | Downloaded lalrpop-util v0.19.12 |
| 696 | 2026-07-10T19:35:27.064Z | Downloaded kem v0.3.0 |
| 697 | 2026-07-10T19:35:27.064Z | Downloaded internet-checksum v0.2.1 |
| 698 | 2026-07-10T19:35:27.064Z | Downloaded foreign-types v0.3.2 |
| 699 | 2026-07-10T19:35:27.068Z | Downloaded headers-core v0.3.0 |
| 700 | 2026-07-10T19:35:27.068Z | Downloaded lazy_static v1.5.0 |
| 701 | 2026-07-10T19:35:27.068Z | Downloaded humantime v2.3.0 |
| 702 | 2026-07-10T19:35:27.071Z | Downloaded kstat-rs v0.2.4 |
| 703 | 2026-07-10T19:35:27.071Z | Downloaded futures-channel v0.3.32 |
| 704 | 2026-07-10T19:35:27.071Z | Downloaded hyper-staticfile v0.10.1 |
| 705 | 2026-07-10T19:35:27.074Z | Downloaded fs-err v2.11.0 |
| 706 | 2026-07-10T19:35:27.074Z | Downloaded half v1.8.3 |
| 707 | 2026-07-10T19:35:27.078Z | Downloaded diesel-dtrace v0.5.0 |
| 708 | 2026-07-10T19:35:27.082Z | Downloaded linked-hash-map v0.5.6 |
| 709 | 2026-07-10T19:35:27.082Z | Downloaded lru-slab v0.1.2 |
| 710 | 2026-07-10T19:35:27.082Z | Downloaded lru-cache v0.1.2 |
| 711 | 2026-07-10T19:35:27.085Z | Downloaded libscf-sys v1.1.0 |
| 712 | 2026-07-10T19:35:27.085Z | Downloaded compact_str v0.8.1 |
| 713 | 2026-07-10T19:35:27.088Z | Downloaded dropshot_endpoint v0.17.1 |
| 714 | 2026-07-10T19:35:27.091Z | Downloaded displaydoc v0.2.5 |
| 715 | 2026-07-10T19:35:27.091Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 716 | 2026-07-10T19:35:27.094Z | Downloaded drift v0.2.0 |
| 717 | 2026-07-10T19:35:27.099Z | Downloaded md5 v0.8.0 |
| 718 | 2026-07-10T19:35:27.102Z | Downloaded maplit v1.0.2 |
| 719 | 2026-07-10T19:35:27.102Z | Downloaded match_cfg v0.1.0 |
| 720 | 2026-07-10T19:35:27.102Z | Downloaded managed v0.8.0 |
| 721 | 2026-07-10T19:35:27.105Z | Downloaded mime v0.3.17 |
| 722 | 2026-07-10T19:35:27.105Z | Downloaded memoffset v0.9.1 |
| 723 | 2026-07-10T19:35:27.105Z | Downloaded indoc v2.0.7 |
| 724 | 2026-07-10T19:35:27.108Z | Downloaded lzss v0.8.2 |
| 725 | 2026-07-10T19:35:27.108Z | Downloaded highway v1.3.0 |
| 726 | 2026-07-10T19:35:27.111Z | Downloaded ingot-types v0.1.2 |
| 727 | 2026-07-10T19:35:27.111Z | Downloaded darling_core v0.23.0 |
| 728 | 2026-07-10T19:35:27.114Z | Downloaded md-5 v0.10.6 |
| 729 | 2026-07-10T19:35:27.117Z | Downloaded ipnet v2.11.0 |
| 730 | 2026-07-10T19:35:27.117Z | Downloaded new_debug_unreachable v1.0.6 |
| 731 | 2026-07-10T19:35:27.117Z | Downloaded multimap v0.10.1 |
| 732 | 2026-07-10T19:35:27.119Z | Downloaded maybe-uninit v2.0.0 |
| 733 | 2026-07-10T19:35:27.119Z | Downloaded nibble_vec v0.1.0 |
| 734 | 2026-07-10T19:35:27.119Z | Downloaded hmac v0.12.1 |
| 735 | 2026-07-10T19:35:27.123Z | Downloaded newtype_derive v0.1.6 |
| 736 | 2026-07-10T19:35:27.123Z | Downloaded hmac v0.13.0 |
| 737 | 2026-07-10T19:35:27.125Z | Downloaded ipnetwork v0.21.1 |
| 738 | 2026-07-10T19:35:27.125Z | Downloaded jobserver v0.1.34 |
| 739 | 2026-07-10T19:35:27.128Z | Downloaded lru v0.12.5 |
| 740 | 2026-07-10T19:35:27.128Z | Downloaded ingot v0.1.1 |
| 741 | 2026-07-10T19:35:27.131Z | Downloaded num-conv v0.2.0 |
| 742 | 2026-07-10T19:35:27.131Z | Downloaded normalize-line-endings v0.3.0 |
| 743 | 2026-07-10T19:35:27.131Z | Downloaded fatfs v0.3.6 |
| 744 | 2026-07-10T19:35:27.134Z | Downloaded newtype-uuid-macros v0.1.0 |
| 745 | 2026-07-10T19:35:27.134Z | Downloaded libefi-sys v0.1.0 |
| 746 | 2026-07-10T19:35:27.137Z | Downloaded num v0.4.3 |
| 747 | 2026-07-10T19:35:27.137Z | Downloaded hyper-rustls v0.27.7 |
| 748 | 2026-07-10T19:35:27.137Z | Downloaded generic-array v1.4.3 |
| 749 | 2026-07-10T19:35:27.140Z | Downloaded num-derive v0.4.2 |
| 750 | 2026-07-10T19:35:27.140Z | Downloaded futures v0.3.32 |
| 751 | 2026-07-10T19:35:27.144Z | Downloaded num-derive v0.3.3 |
| 752 | 2026-07-10T19:35:27.146Z | Downloaded linear-map v1.2.0 |
| 753 | 2026-07-10T19:35:27.147Z | Downloaded num-iter v0.1.45 |
| 754 | 2026-07-10T19:35:27.147Z | Downloaded libsw-core v0.3.2 |
| 755 | 2026-07-10T19:35:27.150Z | Downloaded num_enum_derive v0.5.11 |
| 756 | 2026-07-10T19:35:27.150Z | Downloaded libloading v0.8.9 |
| 757 | 2026-07-10T19:35:27.152Z | Downloaded libsw v3.5.0 |
| 758 | 2026-07-10T19:35:27.153Z | Downloaded num_threads v0.1.7 |
| 759 | 2026-07-10T19:35:27.153Z | Downloaded iana-time-zone v0.1.65 |
| 760 | 2026-07-10T19:35:27.156Z | Downloaded chacha20poly1305 v0.10.1 |
| 761 | 2026-07-10T19:35:27.156Z | Downloaded olpc-cjson v0.1.4 |
| 762 | 2026-07-10T19:35:27.159Z | Downloaded cc v1.2.56 |
| 763 | 2026-07-10T19:35:27.159Z | Downloaded darling_core v0.20.11 |
| 764 | 2026-07-10T19:35:27.162Z | Downloaded half v2.7.1 |
| 765 | 2026-07-10T19:35:27.164Z | Downloaded opaque-debug v0.3.1 |
| 766 | 2026-07-10T19:35:27.167Z | Downloaded ingot-macros v0.1.1 |
| 767 | 2026-07-10T19:35:27.167Z | Downloaded openssl-macros v0.1.1 |
| 768 | 2026-07-10T19:35:27.168Z | Downloaded getrandom v0.3.4 |
| 769 | 2026-07-10T19:35:27.171Z | Downloaded openssl-probe v0.2.1 |
| 770 | 2026-07-10T19:35:27.171Z | Downloaded darling_core v0.21.3 |
| 771 | 2026-07-10T19:35:27.173Z | Downloaded openssl-probe v0.1.6 |
| 772 | 2026-07-10T19:35:27.176Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 773 | 2026-07-10T19:35:27.179Z | Downloaded native-tls v0.2.18 |
| 774 | 2026-07-10T19:35:27.179Z | Downloaded mime_guess v2.0.5 |
| 775 | 2026-07-10T19:35:27.179Z | Downloaded bytes v1.11.1 |
| 776 | 2026-07-10T19:35:27.182Z | Downloaded httparse v1.10.1 |
| 777 | 2026-07-10T19:35:27.184Z | Downloaded nonempty v0.12.0 |
| 778 | 2026-07-10T19:35:27.184Z | Downloaded nodrop v0.1.14 |
| 779 | 2026-07-10T19:35:27.188Z | Downloaded nanorand v0.7.0 |
| 780 | 2026-07-10T19:35:27.194Z | Downloaded oso-derive v0.27.3 |
| 781 | 2026-07-10T19:35:27.194Z | Downloaded keccak v0.2.0 |
| 782 | 2026-07-10T19:35:27.194Z | Downloaded newtype-uuid v1.3.2 |
| 783 | 2026-07-10T19:35:27.198Z | Downloaded newline-converter v0.3.0 |
| 784 | 2026-07-10T19:35:27.198Z | Downloaded multer v3.1.0 |
| 785 | 2026-07-10T19:35:27.201Z | Downloaded hybrid-array v0.4.13 |
| 786 | 2026-07-10T19:35:27.204Z | Downloaded flume v0.11.1 |
| 787 | 2026-07-10T19:35:27.208Z | Downloaded packed_struct_codegen v0.10.1 |
| 788 | 2026-07-10T19:35:27.211Z | Downloaded nu-ansi-term v0.50.3 |
| 789 | 2026-07-10T19:35:27.211Z | Downloaded path-slash v0.1.5 |
| 790 | 2026-07-10T19:35:27.214Z | Downloaded password-hash v0.6.1 |
| 791 | 2026-07-10T19:35:27.214Z | Downloaded parse-display v0.10.0 |
| 792 | 2026-07-10T19:35:27.214Z | Downloaded peg-runtime v0.8.5 |
| 793 | 2026-07-10T19:35:27.217Z | Downloaded num_enum v0.5.11 |
| 794 | 2026-07-10T19:35:27.230Z | Downloaded phf_shared v0.13.1 |
| 795 | 2026-07-10T19:35:27.233Z | Downloaded phf_shared v0.12.1 |
| 796 | 2026-07-10T19:35:27.233Z | Downloaded bumpalo v3.20.2 |
| 797 | 2026-07-10T19:35:27.236Z | Downloaded phf_shared v0.11.3 |
| 798 | 2026-07-10T19:35:27.236Z | Downloaded percent-encoding v2.3.2 |
| 799 | 2026-07-10T19:35:27.236Z | Downloaded parse-size v1.1.0 |
| 800 | 2026-07-10T19:35:27.236Z | Downloaded num_enum_derive v0.7.6 |
| 801 | 2026-07-10T19:35:27.240Z | Downloaded ignore v0.4.25 |
| 802 | 2026-07-10T19:35:27.240Z | Downloaded litrs v1.0.0 |
| 803 | 2026-07-10T19:35:27.243Z | Downloaded indexmap v1.9.3 |
| 804 | 2026-07-10T19:35:27.243Z | Downloaded litemap v0.8.1 |
| 805 | 2026-07-10T19:35:27.245Z | Downloaded derive_more v2.1.1 |
| 806 | 2026-07-10T19:35:27.251Z | Downloaded oxide-tokio-rt v0.1.4 |
| 807 | 2026-07-10T19:35:27.254Z | Downloaded memmap2 v0.9.10 |
| 808 | 2026-07-10T19:35:27.254Z | Downloaded owo-colors v4.3.0 |
| 809 | 2026-07-10T19:35:27.257Z | Downloaded aes v0.9.1 |
| 810 | 2026-07-10T19:35:27.260Z | Downloaded precomputed-hash v0.1.1 |
| 811 | 2026-07-10T19:35:27.260Z | Downloaded powerfmt v0.2.0 |
| 812 | 2026-07-10T19:35:27.260Z | Downloaded potential_utf v0.1.4 |
| 813 | 2026-07-10T19:35:27.262Z | Downloaded heapless v0.7.17 |
| 814 | 2026-07-10T19:35:27.267Z | Downloaded icu_provider v2.1.1 |
| 815 | 2026-07-10T19:35:27.267Z | Downloaded oxnet v0.1.6 |
| 816 | 2026-07-10T19:35:27.270Z | Downloaded predicates-tree v1.0.13 |
| 817 | 2026-07-10T19:35:27.270Z | Downloaded module-lattice v0.2.3 |
| 818 | 2026-07-10T19:35:27.270Z | Downloaded ml-kem v0.3.2 |
| 819 | 2026-07-10T19:35:27.272Z | Downloaded num-complex v0.4.6 |
| 820 | 2026-07-10T19:35:27.273Z | Downloaded flate2 v1.1.9 |
| 821 | 2026-07-10T19:35:27.275Z | Downloaded predicates-core v1.0.10 |
| 822 | 2026-07-10T19:35:27.275Z | Downloaded parking_lot_core v0.8.6 |
| 823 | 2026-07-10T19:35:27.278Z | Downloaded packed_struct v0.10.1 |
| 824 | 2026-07-10T19:35:27.278Z | Downloaded num_enum v0.7.6 |
| 825 | 2026-07-10T19:35:27.282Z | Downloaded pbkdf2 v0.13.0 |
| 826 | 2026-07-10T19:35:27.285Z | Downloaded parse-display-derive v0.10.0 |
| 827 | 2026-07-10T19:35:27.285Z | Downloaded headers v0.4.1 |
| 828 | 2026-07-10T19:35:27.288Z | Downloaded proc-macro-crate v3.4.0 |
| 829 | 2026-07-10T19:35:27.290Z | Downloaded peg v0.8.5 |
| 830 | 2026-07-10T19:35:27.290Z | Downloaded proc-macro-crate v1.3.1 |
| 831 | 2026-07-10T19:35:27.293Z | Downloaded peg-macros v0.8.5 |
| 832 | 2026-07-10T19:35:27.293Z | Downloaded icu_normalizer v2.1.1 |
| 833 | 2026-07-10T19:35:27.296Z | Downloaded psl-types v2.0.11 |
| 834 | 2026-07-10T19:35:27.296Z | Downloaded pem-rfc7468 v0.7.0 |
| 835 | 2026-07-10T19:35:27.300Z | Downloaded pem-rfc7468 v1.0.0 |
| 836 | 2026-07-10T19:35:27.300Z | Downloaded phf v0.12.1 |
| 837 | 2026-07-10T19:35:27.300Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 838 | 2026-07-10T19:35:27.302Z | Downloaded pem v3.0.6 |
| 839 | 2026-07-10T19:35:27.303Z | Downloaded paste v1.0.15 |
| 840 | 2026-07-10T19:35:27.306Z | Downloaded pkg-config v0.3.32 |
| 841 | 2026-07-10T19:35:27.306Z | Downloaded phc v0.6.1 |
| 842 | 2026-07-10T19:35:27.309Z | Downloaded progenitor-macro v0.14.0 |
| 843 | 2026-07-10T19:35:27.309Z | Downloaded progenitor-macro v0.13.0 |
| 844 | 2026-07-10T19:35:27.309Z | Downloaded pin-project-internal v1.1.11 |
| 845 | 2026-07-10T19:35:27.312Z | Downloaded phf v0.13.1 |
| 846 | 2026-07-10T19:35:27.312Z | Downloaded quick-error v1.2.3 |
| 847 | 2026-07-10T19:35:27.312Z | Downloaded pkcs8 v0.10.2 |
| 848 | 2026-07-10T19:35:27.315Z | Downloaded radium v0.7.0 |
| 849 | 2026-07-10T19:35:27.315Z | Downloaded ed25519-dalek v2.2.0 |
| 850 | 2026-07-10T19:35:27.318Z | Downloaded password-hash v0.5.0 |
| 851 | 2026-07-10T19:35:27.323Z | Downloaded libbz2-rs-sys v0.2.2 |
| 852 | 2026-07-10T19:35:27.323Z | Downloaded icu_properties v2.1.2 |
| 853 | 2026-07-10T19:35:27.326Z | Downloaded indicatif v0.18.4 |
| 854 | 2026-07-10T19:35:27.326Z | Downloaded heapless v0.8.0 |
| 855 | 2026-07-10T19:35:27.326Z | Downloaded icu_normalizer_data v2.1.1 |
| 856 | 2026-07-10T19:35:27.329Z | Downloaded poly1305 v0.8.0 |
| 857 | 2026-07-10T19:35:27.329Z | Downloaded polyval v0.7.1 |
| 858 | 2026-07-10T19:35:27.333Z | Downloaded hickory-resolver v0.25.2 |
| 859 | 2026-07-10T19:35:27.336Z | Downloaded hickory-resolver v0.24.4 |
| 860 | 2026-07-10T19:35:27.338Z | Downloaded postgres-protocol v0.6.10 |
| 861 | 2026-07-10T19:35:27.338Z | Downloaded num-integer v0.1.46 |
| 862 | 2026-07-10T19:35:27.339Z | Downloaded lock_api v0.4.14 |
| 863 | 2026-07-10T19:35:27.343Z | Downloaded getrandom v0.2.17 |
| 864 | 2026-07-10T19:35:27.343Z | Downloaded parking_lot v0.11.2 |
| 865 | 2026-07-10T19:35:27.346Z | Downloaded predicates v3.1.4 |
| 866 | 2026-07-10T19:35:27.346Z | Downloaded expectorate v1.2.0 |
| 867 | 2026-07-10T19:35:27.349Z | Downloaded der v0.7.10 |
| 868 | 2026-07-10T19:35:27.352Z | Downloaded ref-cast-impl v1.0.25 |
| 869 | 2026-07-10T19:35:27.352Z | Downloaded parking_lot_core v0.9.12 |
| 870 | 2026-07-10T19:35:27.355Z | Downloaded primefield v0.14.0 |
| 871 | 2026-07-10T19:35:27.355Z | Downloaded parking_lot v0.12.5 |
| 872 | 2026-07-10T19:35:27.355Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 873 | 2026-07-10T19:35:27.358Z | Downloaded primeorder v0.13.6 |
| 874 | 2026-07-10T19:35:27.358Z | Downloaded progenitor-client v0.13.0 |
| 875 | 2026-07-10T19:35:27.358Z | Downloaded progenitor v0.13.0 |
| 876 | 2026-07-10T19:35:27.361Z | Downloaded proc-macro-error2 v2.0.1 |
| 877 | 2026-07-10T19:35:27.361Z | Downloaded recursive v0.1.1 |
| 878 | 2026-07-10T19:35:27.364Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 879 | 2026-07-10T19:35:27.364Z | Downloaded progenitor-extras v0.2.0 |
| 880 | 2026-07-10T19:35:27.367Z | Downloaded der v0.8.0 |
| 881 | 2026-07-10T19:35:27.370Z | Downloaded crossbeam-channel v0.5.15 |
| 882 | 2026-07-10T19:35:27.374Z | Downloaded psm v0.1.30 |
| 883 | 2026-07-10T19:35:27.374Z | Downloaded progenitor-client v0.14.0 |
| 884 | 2026-07-10T19:35:27.377Z | Downloaded num-traits v0.2.19 |
| 885 | 2026-07-10T19:35:27.377Z | Downloaded progenitor v0.14.0 |
| 886 | 2026-07-10T19:35:27.377Z | Downloaded rfc6979 v0.5.0 |
| 887 | 2026-07-10T19:35:27.380Z | Downloaded pkcs1 v0.7.5 |
| 888 | 2026-07-10T19:35:27.380Z | Downloaded omicron-zone-package v0.12.3 |
| 889 | 2026-07-10T19:35:27.383Z | Downloaded primeorder v0.14.0-rc.10 |
| 890 | 2026-07-10T19:35:27.383Z | Downloaded oso v0.27.3 |
| 891 | 2026-07-10T19:35:27.386Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 892 | 2026-07-10T19:35:27.389Z | Downloaded pin-project-lite v0.2.17 |
| 893 | 2026-07-10T19:35:27.392Z | Downloaded icu_collections v2.1.1 |
| 894 | 2026-07-10T19:35:27.395Z | Downloaded rustc_version v0.4.1 |
| 895 | 2026-07-10T19:35:27.395Z | Downloaded postcard v1.1.3 |
| 896 | 2026-07-10T19:35:27.398Z | Downloaded miniz_oxide v0.8.9 |
| 897 | 2026-07-10T19:35:27.401Z | Downloaded poly1305 v0.9.0 |
| 898 | 2026-07-10T19:35:27.401Z | Downloaded jiff-static v0.2.21 |
| 899 | 2026-07-10T19:35:27.404Z | Downloaded pkcs8 v0.11.0 |
| 900 | 2026-07-10T19:35:27.408Z | Downloaded ref-cast v1.0.25 |
| 901 | 2026-07-10T19:35:27.408Z | Downloaded russh-util v0.52.0 |
| 902 | 2026-07-10T19:35:27.408Z | Downloaded rand_seeder v0.4.0 |
| 903 | 2026-07-10T19:35:27.411Z | Downloaded rustc_version v0.1.7 |
| 904 | 2026-07-10T19:35:27.411Z | Downloaded rand_core v0.10.0 |
| 905 | 2026-07-10T19:35:27.411Z | Downloaded same-file v1.0.6 |
| 906 | 2026-07-10T19:35:27.411Z | Downloaded rustc-hash v2.1.1 |
| 907 | 2026-07-10T19:35:27.414Z | Downloaded rand_core v0.9.5 |
| 908 | 2026-07-10T19:35:27.414Z | Downloaded rand_core v0.6.4 |
| 909 | 2026-07-10T19:35:27.414Z | Downloaded sapling-renderdag v0.1.0 |
| 910 | 2026-07-10T19:35:27.417Z | Downloaded postgres-types v0.2.12 |
| 911 | 2026-07-10T19:35:27.417Z | Downloaded russh-cryptovec v0.61.0 |
| 912 | 2026-07-10T19:35:27.421Z | Downloaded rtoolbox v0.0.3 |
| 913 | 2026-07-10T19:35:27.421Z | Downloaded r2d2 v0.8.10 |
| 914 | 2026-07-10T19:35:27.421Z | Downloaded ppv-lite86 v0.2.21 |
| 915 | 2026-07-10T19:35:27.424Z | Downloaded papergrid v0.17.0 |
| 916 | 2026-07-10T19:35:27.427Z | Downloaded rand_chacha v0.3.1 |
| 917 | 2026-07-10T19:35:27.427Z | Downloaded pin-project v1.1.11 |
| 918 | 2026-07-10T19:35:27.432Z | Downloaded scopeguard v1.2.0 |
| 919 | 2026-07-10T19:35:27.435Z | Downloaded secrecy v0.8.0 |
| 920 | 2026-07-10T19:35:27.435Z | Downloaded scheduled-thread-pool v0.2.7 |
| 921 | 2026-07-10T19:35:27.435Z | Downloaded serde_bytes v0.11.19 |
| 922 | 2026-07-10T19:35:27.438Z | Downloaded serde-big-array v0.5.1 |
| 923 | 2026-07-10T19:35:27.438Z | Downloaded seq-macro v0.3.6 |
| 924 | 2026-07-10T19:35:27.438Z | Downloaded scroll_derive v0.13.1 |
| 925 | 2026-07-10T19:35:27.442Z | Downloaded openssl-sys v0.9.115 |
| 926 | 2026-07-10T19:35:27.444Z | Downloaded rfc6979 v0.4.0 |
| 927 | 2026-07-10T19:35:27.444Z | Downloaded derive_more-impl v2.1.1 |
| 928 | 2026-07-10T19:35:27.447Z | Downloaded secrecy v0.10.3 |
| 929 | 2026-07-10T19:35:27.450Z | Downloaded quinn-udp v0.5.14 |
| 930 | 2026-07-10T19:35:27.450Z | Downloaded resolv-conf v0.7.6 |
| 931 | 2026-07-10T19:35:27.453Z | Downloaded hashbrown v0.13.2 |
| 932 | 2026-07-10T19:35:27.457Z | Downloaded serde_urlencoded v0.7.1 |
| 933 | 2026-07-10T19:35:27.457Z | Downloaded serde_spanned v1.1.1 |
| 934 | 2026-07-10T19:35:27.457Z | Downloaded rustls-pemfile v2.2.0 |
| 935 | 2026-07-10T19:35:27.460Z | Downloaded pkcs5 v0.8.1 |
| 936 | 2026-07-10T19:35:27.463Z | Downloaded p384 v0.14.0-rc.10 |
| 937 | 2026-07-10T19:35:27.463Z | Downloaded crossterm v0.29.0 |
| 938 | 2026-07-10T19:35:27.466Z | Downloaded semver v0.1.20 |
| 939 | 2026-07-10T19:35:27.469Z | Downloaded http v1.4.2 |
| 940 | 2026-07-10T19:35:27.472Z | Downloaded serde_plain v1.0.2 |
| 941 | 2026-07-10T19:35:27.472Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 942 | 2026-07-10T19:35:27.475Z | Downloaded prefix-trie v0.7.0 |
| 943 | 2026-07-10T19:35:27.478Z | Downloaded progenitor-impl v0.13.0 |
| 944 | 2026-07-10T19:35:27.478Z | Downloaded rand_xorshift v0.4.0 |
| 945 | 2026-07-10T19:35:27.478Z | Downloaded icu_locale_core v2.1.1 |
| 946 | 2026-07-10T19:35:27.482Z | Downloaded sigpipe v0.1.3 |
| 947 | 2026-07-10T19:35:27.484Z | Downloaded rustls-native-certs v0.8.3 |
| 948 | 2026-07-10T19:35:27.485Z | Downloaded crossterm v0.28.1 |
| 949 | 2026-07-10T19:35:27.488Z | Downloaded sha1 v0.11.0 |
| 950 | 2026-07-10T19:35:27.491Z | Downloaded signature v2.2.0 |
| 951 | 2026-07-10T19:35:27.491Z | Downloaded shell-words v1.1.1 |
| 952 | 2026-07-10T19:35:27.494Z | Downloaded sha1 v0.10.6 |
| 953 | 2026-07-10T19:35:27.494Z | Downloaded serde_repr v0.1.20 |
| 954 | 2026-07-10T19:35:27.494Z | Downloaded signal-hook-tokio v0.3.1 |
| 955 | 2026-07-10T19:35:27.498Z | Downloaded rustversion v1.0.22 |
| 956 | 2026-07-10T19:35:27.498Z | Downloaded scrypt v0.12.0 |
| 957 | 2026-07-10T19:35:27.498Z | Downloaded scroll v0.13.0 |
| 958 | 2026-07-10T19:35:27.501Z | Downloaded signature v3.0.0 |
| 959 | 2026-07-10T19:35:27.501Z | Downloaded siphasher v1.0.2 |
| 960 | 2026-07-10T19:35:27.501Z | Downloaded slog-envlogger v2.2.0 |
| 961 | 2026-07-10T19:35:27.504Z | Downloaded hyper-util v0.1.20 |
| 962 | 2026-07-10T19:35:27.507Z | Downloaded hashbrown v0.12.3 |
| 963 | 2026-07-10T19:35:27.510Z | Downloaded diesel_derives v2.3.7 |
| 964 | 2026-07-10T19:35:27.513Z | Downloaded slog-bunyan v2.5.0 |
| 965 | 2026-07-10T19:35:27.516Z | Downloaded signal-hook-mio v0.2.5 |
| 966 | 2026-07-10T19:35:27.516Z | Downloaded num-rational v0.4.2 |
| 967 | 2026-07-10T19:35:27.516Z | Downloaded schemars_derive v0.8.22 |
| 968 | 2026-07-10T19:35:27.520Z | Downloaded serde_derive_internals v0.29.1 |
| 969 | 2026-07-10T19:35:27.523Z | Downloaded serde_with_macros v1.5.2 |
| 970 | 2026-07-10T19:35:27.523Z | Downloaded rusty-fork v0.3.1 |
| 971 | 2026-07-10T19:35:27.527Z | Downloaded sec1 v0.7.3 |
| 972 | 2026-07-10T19:35:27.532Z | Downloaded itertools v0.10.5 |
| 973 | 2026-07-10T19:35:27.537Z | Downloaded rustls-pki-types v1.14.0 |
| 974 | 2026-07-10T19:35:27.549Z | Downloaded hashbrown v0.16.1 |
| 975 | 2026-07-10T19:35:27.552Z | Downloaded signal-hook-registry v1.4.8 |
| 976 | 2026-07-10T19:35:27.552Z | Downloaded sqlparser_derive v0.5.0 |
| 977 | 2026-07-10T19:35:27.556Z | Downloaded serde-hex v0.1.0 |
| 978 | 2026-07-10T19:35:27.559Z | Downloaded stable_deref_trait v1.2.1 |
| 979 | 2026-07-10T19:35:27.559Z | Downloaded p256 v0.14.0-rc.10 |
| 980 | 2026-07-10T19:35:27.562Z | Downloaded strum v0.26.3 |
| 981 | 2026-07-10T19:35:27.562Z | Downloaded minimal-lexical v0.2.1 |
| 982 | 2026-07-10T19:35:27.565Z | Downloaded hickory-server v0.25.2 |
| 983 | 2026-07-10T19:35:27.568Z | Downloaded strsim v0.10.0 |
| 984 | 2026-07-10T19:35:27.571Z | Downloaded strip-ansi-escapes v0.2.1 |
| 985 | 2026-07-10T19:35:27.571Z | Downloaded shlex v1.3.0 |
| 986 | 2026-07-10T19:35:27.572Z | Downloaded serdect v0.4.3 |
| 987 | 2026-07-10T19:35:27.572Z | Downloaded ron v0.8.1 |
| 988 | 2026-07-10T19:35:27.575Z | Downloaded subtle v2.6.1 |
| 989 | 2026-07-10T19:35:27.578Z | Downloaded pretty_assertions v1.4.1 |
| 990 | 2026-07-10T19:35:27.578Z | Downloaded structmeta-derive v0.3.0 |
| 991 | 2026-07-10T19:35:27.581Z | Downloaded slab v0.4.12 |
| 992 | 2026-07-10T19:35:27.581Z | Downloaded simd-adler32 v0.3.8 |
| 993 | 2026-07-10T19:35:27.581Z | Downloaded smf v0.2.3 |
| 994 | 2026-07-10T19:35:27.584Z | Downloaded slog-scope v4.4.1 |
| 995 | 2026-07-10T19:35:27.584Z | Downloaded prettyplease v0.2.37 |
| 996 | 2026-07-10T19:35:27.587Z | Downloaded hashbrown v0.15.5 |
| 997 | 2026-07-10T19:35:27.591Z | Downloaded serde_path_to_error v0.1.20 |
| 998 | 2026-07-10T19:35:27.591Z | Downloaded strum v0.27.2 |
| 999 | 2026-07-10T19:35:27.591Z | Downloaded slog-dtrace v0.3.0 |
| 1000 | 2026-07-10T19:35:27.594Z | Downloaded num-bigint v0.4.6 |
| 1001 | 2026-07-10T19:35:27.598Z | Downloaded tabwriter v1.4.1 |
| 1002 | 2026-07-10T19:35:27.598Z | Downloaded sync_wrapper v1.0.2 |
| 1003 | 2026-07-10T19:35:27.598Z | Downloaded supports-color v3.0.2 |
| 1004 | 2026-07-10T19:35:27.601Z | Downloaded snafu-derive v0.8.9 |
| 1005 | 2026-07-10T19:35:27.601Z | Downloaded smallvec v0.6.14 |
| 1006 | 2026-07-10T19:35:27.601Z | Downloaded sha2 v0.11.0 |
| 1007 | 2026-07-10T19:35:27.605Z | Downloaded slog-async v2.8.0 |
| 1008 | 2026-07-10T19:35:27.605Z | Downloaded slog-term v2.9.2 |
| 1009 | 2026-07-10T19:35:27.608Z | Downloaded slog-stdlog v4.1.1 |
| 1010 | 2026-07-10T19:35:27.608Z | Downloaded slog-json v2.6.1 |
| 1011 | 2026-07-10T19:35:27.611Z | Downloaded tap v1.0.1 |
| 1012 | 2026-07-10T19:35:27.611Z | Downloaded take_mut v0.2.2 |
| 1013 | 2026-07-10T19:35:27.611Z | Downloaded ryu v1.0.23 |
| 1014 | 2026-07-10T19:35:27.614Z | Downloaded tabled_derive v0.11.0 |
| 1015 | 2026-07-10T19:35:27.614Z | Downloaded sync-ptr v0.1.4 |
| 1016 | 2026-07-10T19:35:27.614Z | Downloaded sec1 v0.8.1 |
| 1017 | 2026-07-10T19:35:27.618Z | Downloaded testing_table v0.3.0 |
| 1018 | 2026-07-10T19:35:27.618Z | Downloaded aes-gcm v0.11.0 |
| 1019 | 2026-07-10T19:35:27.621Z | Downloaded mio v1.2.0 |
| 1020 | 2026-07-10T19:35:27.624Z | Downloaded thread-id v5.1.0 |
| 1021 | 2026-07-10T19:35:27.628Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1022 | 2026-07-10T19:35:27.628Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1023 | 2026-07-10T19:35:27.631Z | Downloaded structmeta v0.3.0 |
| 1024 | 2026-07-10T19:35:27.631Z | Downloaded time-core v0.1.8 |
| 1025 | 2026-07-10T19:35:27.631Z | Downloaded spki v0.8.0 |
| 1026 | 2026-07-10T19:35:27.634Z | Downloaded spki v0.7.3 |
| 1027 | 2026-07-10T19:35:27.634Z | Downloaded idna v1.1.0 |
| 1028 | 2026-07-10T19:35:27.638Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1029 | 2026-07-10T19:35:27.641Z | Downloaded stringprep v0.1.5 |
| 1030 | 2026-07-10T19:35:27.644Z | Downloaded string_cache v0.8.9 |
| 1031 | 2026-07-10T19:35:27.644Z | Downloaded static_assertions v1.1.0 |
| 1032 | 2026-07-10T19:35:27.647Z | Downloaded strum_macros v0.24.3 |
| 1033 | 2026-07-10T19:35:27.647Z | Downloaded serde_cbor v0.11.2 |
| 1034 | 2026-07-10T19:35:27.650Z | Downloaded dropshot-api-manager v0.7.2 |
| 1035 | 2026-07-10T19:35:27.653Z | Downloaded schemars v0.8.22 |
| 1036 | 2026-07-10T19:35:27.660Z | Downloaded strum_macros v0.27.2 |
| 1037 | 2026-07-10T19:35:27.664Z | Downloaded tinyvec_macros v0.1.1 |
| 1038 | 2026-07-10T19:35:27.664Z | Downloaded smallvec v1.15.1 |
| 1039 | 2026-07-10T19:35:27.667Z | Downloaded tokio-macros v2.7.0 |
| 1040 | 2026-07-10T19:35:27.667Z | Downloaded synstructure v0.13.2 |
| 1041 | 2026-07-10T19:35:27.667Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1042 | 2026-07-10T19:35:27.671Z | Downloaded serde_with_macros v3.17.0 |
| 1043 | 2026-07-10T19:35:27.674Z | Downloaded tagptr v0.2.0 |
| 1044 | 2026-07-10T19:35:27.674Z | Downloaded support-bundle-viewer v0.1.2 |
| 1045 | 2026-07-10T19:35:27.674Z | Downloaded spin v0.9.8 |
| 1046 | 2026-07-10T19:35:27.677Z | Downloaded itertools v0.13.0 |
| 1047 | 2026-07-10T19:35:27.680Z | Downloaded topological-sort v0.2.2 |
| 1048 | 2026-07-10T19:35:27.683Z | Downloaded tokio-test v0.4.5 |
| 1049 | 2026-07-10T19:35:27.683Z | Downloaded termtree v0.5.1 |
| 1050 | 2026-07-10T19:35:27.686Z | Downloaded termios v0.3.3 |
| 1051 | 2026-07-10T19:35:27.686Z | Downloaded itertools v0.12.1 |
| 1052 | 2026-07-10T19:35:27.690Z | Downloaded signal-hook v0.3.18 |
| 1053 | 2026-07-10T19:35:27.693Z | Downloaded quinn v0.11.9 |
| 1054 | 2026-07-10T19:35:27.696Z | Downloaded thread_local v1.1.9 |
| 1055 | 2026-07-10T19:35:27.699Z | Downloaded tower-service v0.3.3 |
| 1056 | 2026-07-10T19:35:27.699Z | Downloaded tower-layer v0.3.3 |
| 1057 | 2026-07-10T19:35:27.699Z | Downloaded publicsuffix v2.3.0 |
| 1058 | 2026-07-10T19:35:27.702Z | Downloaded salsa20 v0.11.0 |
| 1059 | 2026-07-10T19:35:27.702Z | Downloaded rcgen v0.12.1 |
| 1060 | 2026-07-10T19:35:27.706Z | Downloaded thiserror-no-std v2.0.2 |
| 1061 | 2026-07-10T19:35:27.709Z | Downloaded tiny-keccak v2.0.2 |
| 1062 | 2026-07-10T19:35:27.709Z | Downloaded try-lock v0.2.5 |
| 1063 | 2026-07-10T19:35:27.709Z | Downloaded time-macros v0.2.27 |
| 1064 | 2026-07-10T19:35:27.712Z | Downloaded stacker v0.1.23 |
| 1065 | 2026-07-10T19:35:27.716Z | Downloaded unarray v0.1.4 |
| 1066 | 2026-07-10T19:35:27.716Z | Downloaded tinystr v0.8.2 |
| 1067 | 2026-07-10T19:35:27.716Z | Downloaded strum_macros v0.26.4 |
| 1068 | 2026-07-10T19:35:27.719Z | Downloaded typify-macro v0.6.2 |
| 1069 | 2026-07-10T19:35:27.719Z | Downloaded similar v2.7.0 |
| 1070 | 2026-07-10T19:35:27.722Z | Downloaded rand v0.8.6 |
| 1071 | 2026-07-10T19:35:27.725Z | Downloaded nom v7.1.3 |
| 1072 | 2026-07-10T19:35:27.729Z | Downloaded rsa v0.9.10 |
| 1073 | 2026-07-10T19:35:27.732Z | Downloaded unit-prefix v0.5.2 |
| 1074 | 2026-07-10T19:35:27.735Z | Downloaded usdt-macro v0.6.0 |
| 1075 | 2026-07-10T19:35:27.735Z | Downloaded untrusted v0.9.0 |
| 1076 | 2026-07-10T19:35:27.739Z | Downloaded hkdf v0.13.0 |
| 1077 | 2026-07-10T19:35:27.739Z | Downloaded hkdf v0.12.4 |
| 1078 | 2026-07-10T19:35:27.742Z | Downloaded tokio-native-tls v0.3.1 |
| 1079 | 2026-07-10T19:35:27.742Z | Downloaded tokio-dtrace v0.1.1 |
| 1080 | 2026-07-10T19:35:27.745Z | Downloaded tls_codec v0.4.2 |
| 1081 | 2026-07-10T19:35:27.745Z | Downloaded iri-string v0.7.10 |
| 1082 | 2026-07-10T19:35:27.749Z | Downloaded utf8_iter v1.0.4 |
| 1083 | 2026-07-10T19:35:27.753Z | Downloaded utf-8 v0.7.6 |
| 1084 | 2026-07-10T19:35:27.753Z | Downloaded universal-hash v0.5.1 |
| 1085 | 2026-07-10T19:35:27.753Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1086 | 2026-07-10T19:35:27.756Z | Downloaded usdt-attr-macro v0.6.0 |
| 1087 | 2026-07-10T19:35:27.756Z | Downloaded usdt v0.6.0 |
| 1088 | 2026-07-10T19:35:27.756Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1089 | 2026-07-10T19:35:27.759Z | Downloaded hyper v1.10.1 |
| 1090 | 2026-07-10T19:35:27.762Z | Downloaded term v1.2.1 |
| 1091 | 2026-07-10T19:35:27.765Z | Downloaded socket2 v0.6.3 |
| 1092 | 2026-07-10T19:35:27.765Z | Downloaded socket2 v0.5.10 |
| 1093 | 2026-07-10T19:35:27.768Z | Downloaded void v1.0.2 |
| 1094 | 2026-07-10T19:35:27.769Z | Downloaded crypto-primes v0.7.2 |
| 1095 | 2026-07-10T19:35:27.772Z | Downloaded qorb v0.4.1 |
| 1096 | 2026-07-10T19:35:27.775Z | Downloaded trait-variant v0.1.2 |
| 1097 | 2026-07-10T19:35:27.779Z | Downloaded wait-timeout v0.2.1 |
| 1098 | 2026-07-10T19:35:27.779Z | Downloaded tui-tree-widget v0.23.1 |
| 1099 | 2026-07-10T19:35:27.779Z | Downloaded itertools v0.14.0 |
| 1100 | 2026-07-10T19:35:27.782Z | Downloaded want v0.3.1 |
| 1101 | 2026-07-10T19:35:27.785Z | Downloaded waitgroup v0.1.2 |
| 1102 | 2026-07-10T19:35:27.785Z | Downloaded rustls-webpki v0.103.13 |
| 1103 | 2026-07-10T19:35:27.788Z | Downloaded snafu v0.8.9 |
| 1104 | 2026-07-10T19:35:27.791Z | Downloaded rsa v0.10.0-rc.18 |
| 1105 | 2026-07-10T19:35:27.794Z | Downloaded subprocess v0.2.15 |
| 1106 | 2026-07-10T19:35:27.799Z | Downloaded unicase v2.9.0 |
| 1107 | 2026-07-10T19:35:27.802Z | Downloaded samael v0.0.19 |
| 1108 | 2026-07-10T19:35:27.802Z | Downloaded xshell-macros v0.2.7 |
| 1109 | 2026-07-10T19:35:27.804Z | Downloaded xattr v1.6.1 |
| 1110 | 2026-07-10T19:35:27.805Z | Downloaded universal-hash v0.6.1 |
| 1111 | 2026-07-10T19:35:27.805Z | Downloaded libm v0.2.16 |
| 1112 | 2026-07-10T19:35:27.811Z | Downloaded tokio-stream v0.1.18 |
| 1113 | 2026-07-10T19:35:27.814Z | Downloaded tokio-tungstenite v0.23.1 |
| 1114 | 2026-07-10T19:35:27.817Z | Downloaded zerofrom-derive v0.1.6 |
| 1115 | 2026-07-10T19:35:27.817Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1116 | 2026-07-10T19:35:27.821Z | Downloaded schemars v0.9.0 |
| 1117 | 2026-07-10T19:35:27.826Z | Downloaded zeroize_derive v1.4.3 |
| 1118 | 2026-07-10T19:35:27.830Z | Downloaded aws-lc-rs v1.16.3 |
| 1119 | 2026-07-10T19:35:27.834Z | Downloaded vergen-lib v9.1.0 |
| 1120 | 2026-07-10T19:35:27.837Z | Downloaded tracing-attributes v0.1.31 |
| 1121 | 2026-07-10T19:35:27.840Z | Downloaded iddqd v0.4.2 |
| 1122 | 2026-07-10T19:35:27.843Z | Downloaded zone v0.3.1 |
| 1123 | 2026-07-10T19:35:27.845Z | Downloaded walkdir v2.5.0 |
| 1124 | 2026-07-10T19:35:27.846Z | Downloaded whoami v1.6.1 |
| 1125 | 2026-07-10T19:35:27.848Z | Downloaded zone_cfg_derive v0.3.1 |
| 1126 | 2026-07-10T19:35:27.848Z | Downloaded twox-hash v2.1.2 |
| 1127 | 2026-07-10T19:35:27.848Z | Downloaded nom v8.0.0 |
| 1128 | 2026-07-10T19:35:27.852Z | Downloaded rand v0.9.2 |
| 1129 | 2026-07-10T19:35:27.855Z | Downloaded vsss-rs v3.3.4 |
| 1130 | 2026-07-10T19:35:27.858Z | Downloaded vergen-git2 v9.1.0 |
| 1131 | 2026-07-10T19:35:27.858Z | Downloaded zerofrom v0.1.6 |
| 1132 | 2026-07-10T19:35:27.861Z | Downloaded uzers v0.12.2 |
| 1133 | 2026-07-10T19:35:27.861Z | Downloaded rand v0.10.1 |
| 1134 | 2026-07-10T19:35:27.865Z | Downloaded xshell v0.2.7 |
| 1135 | 2026-07-10T19:35:27.865Z | Downloaded unicode-properties v0.1.4 |
| 1136 | 2026-07-10T19:35:27.867Z | Downloaded wyz v0.5.1 |
| 1137 | 2026-07-10T19:35:27.867Z | Downloaded tinyvec v1.10.0 |
| 1138 | 2026-07-10T19:35:27.870Z | Downloaded serde_with v1.14.0 |
| 1139 | 2026-07-10T19:35:27.873Z | Downloaded tar v0.4.45 |
| 1140 | 2026-07-10T19:35:27.877Z | Downloaded rustyline v14.0.0 |
| 1141 | 2026-07-10T19:35:27.880Z | Downloaded usdt-impl v0.6.0 |
| 1142 | 2026-07-10T19:35:27.880Z | Downloaded toml v0.7.8 |
| 1143 | 2026-07-10T19:35:27.883Z | Downloaded blake3 v1.8.5 |
| 1144 | 2026-07-10T19:35:27.887Z | Downloaded vergen v9.1.0 |
| 1145 | 2026-07-10T19:35:27.891Z | Downloaded test-strategy v0.4.5 |
| 1146 | 2026-07-10T19:35:27.896Z | Downloaded yoke-derive v0.8.1 |
| 1147 | 2026-07-10T19:35:27.896Z | Downloaded icu_properties_data v2.1.2 |
| 1148 | 2026-07-10T19:35:27.898Z | Downloaded zerovec-derive v0.11.2 |
| 1149 | 2026-07-10T19:35:27.901Z | Downloaded tungstenite v0.21.0 |
| 1150 | 2026-07-10T19:35:27.904Z | Downloaded zeroize v1.8.2 |
| 1151 | 2026-07-10T19:35:27.904Z | Downloaded unicode-bidi v0.3.18 |
| 1152 | 2026-07-10T19:35:27.904Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-07-10T19:35:27.907Z | Downloaded vergen-gitcl v1.0.8 |
| 1154 | 2026-07-10T19:35:27.907Z | Downloaded tungstenite v0.23.0 |
| 1155 | 2026-07-10T19:35:27.910Z | Downloaded zstd-safe v7.2.4 |
| 1156 | 2026-07-10T19:35:27.910Z | Downloaded zstd v0.13.3 |
| 1157 | 2026-07-10T19:35:27.913Z | Downloaded tracing-core v0.1.36 |
| 1158 | 2026-07-10T19:35:27.916Z | Downloaded tokio-rustls v0.26.4 |
| 1159 | 2026-07-10T19:35:27.916Z | Downloaded p521 v0.14.0-rc.10 |
| 1160 | 2026-07-10T19:35:27.919Z | Downloaded futures-util v0.3.32 |
| 1161 | 2026-07-10T19:35:27.925Z | Downloaded yoke v0.8.1 |
| 1162 | 2026-07-10T19:35:27.928Z | Downloaded yasna v0.5.2 |
| 1163 | 2026-07-10T19:35:27.928Z | Downloaded writeable v0.6.2 |
| 1164 | 2026-07-10T19:35:27.931Z | Downloaded rpassword v7.4.0 |
| 1165 | 2026-07-10T19:35:27.931Z | Downloaded unsafe-libyaml v0.2.11 |
| 1166 | 2026-07-10T19:35:27.935Z | Downloaded zerocopy v0.6.6 |
| 1167 | 2026-07-10T19:35:27.935Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1168 | 2026-07-10T19:35:27.938Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1169 | 2026-07-10T19:35:27.940Z | Downloaded libxml v0.3.3 |
| 1170 | 2026-07-10T19:35:27.944Z | Downloaded whoami v2.1.0 |
| 1171 | 2026-07-10T19:35:27.947Z | Downloaded uuid v1.23.4 |
| 1172 | 2026-07-10T19:35:27.951Z | Downloaded bitvec v1.0.1 |
| 1173 | 2026-07-10T19:35:27.958Z | Downloaded typify v0.6.2 |
| 1174 | 2026-07-10T19:35:27.961Z | Downloaded reedline v0.40.0 |
| 1175 | 2026-07-10T19:35:27.966Z | Downloaded tokio-postgres v0.7.16 |
| 1176 | 2026-07-10T19:35:27.969Z | Downloaded chrono v0.4.44 |
| 1177 | 2026-07-10T19:35:27.979Z | Downloaded bindgen v0.71.1 |
| 1178 | 2026-07-10T19:35:27.979Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1179 | 2026-07-10T19:35:27.983Z | Downloaded tokio-tungstenite v0.21.0 |
| 1180 | 2026-07-10T19:35:27.983Z | Downloaded vte v0.14.1 |
| 1181 | 2026-07-10T19:35:27.986Z | Downloaded term v0.7.0 |
| 1182 | 2026-07-10T19:35:27.986Z | Downloaded steno v0.4.1 |
| 1183 | 2026-07-10T19:35:27.989Z | Downloaded slog v2.8.2 |
| 1184 | 2026-07-10T19:35:27.992Z | Downloaded schemars v1.2.1 |
| 1185 | 2026-07-10T19:35:28.001Z | Downloaded num-bigint-dig v0.8.6 |
| 1186 | 2026-07-10T19:35:28.004Z | Downloaded zopfli v0.8.3 |
| 1187 | 2026-07-10T19:35:28.008Z | Downloaded yansi v1.0.1 |
| 1188 | 2026-07-10T19:35:28.008Z | Downloaded git2 v0.20.4 |
| 1189 | 2026-07-10T19:35:28.012Z | Downloaded p384 v0.13.1 |
| 1190 | 2026-07-10T19:35:28.015Z | Downloaded url v2.5.8 |
| 1191 | 2026-07-10T19:35:28.020Z | Downloaded unicode_categories v0.1.1 |
| 1192 | 2026-07-10T19:35:28.023Z | Downloaded crypto-bigint v0.7.5 |
| 1193 | 2026-07-10T19:35:28.030Z | Downloaded zip v0.6.6 |
| 1194 | 2026-07-10T19:35:28.033Z | Downloaded typed-path v0.9.3 |
| 1195 | 2026-07-10T19:35:28.036Z | Downloaded zerotrie v0.2.3 |
| 1196 | 2026-07-10T19:35:28.039Z | Downloaded toml_edit v0.19.15 |
| 1197 | 2026-07-10T19:35:28.049Z | Downloaded unicode-segmentation v1.12.0 |
| 1198 | 2026-07-10T19:35:28.052Z | Downloaded reqwest v0.13.2 |
| 1199 | 2026-07-10T19:35:28.055Z | Downloaded zerocopy-derive v0.8.40 |
| 1200 | 2026-07-10T19:35:28.061Z | Downloaded reqwest v0.12.28 |
| 1201 | 2026-07-10T19:35:28.065Z | Downloaded rayon v1.11.0 |
| 1202 | 2026-07-10T19:35:28.070Z | Downloaded goblin v0.10.5 |
| 1203 | 2026-07-10T19:35:28.076Z | Downloaded x509-cert v0.2.5 |
| 1204 | 2026-07-10T19:35:28.080Z | Downloaded quick-xml v0.37.5 |
| 1205 | 2026-07-10T19:35:28.083Z | Downloaded tower v0.5.3 |
| 1206 | 2026-07-10T19:35:28.089Z | Downloaded moka v0.12.13 |
| 1207 | 2026-07-10T19:35:28.095Z | Downloaded salty v0.3.0 |
| 1208 | 2026-07-10T19:35:28.099Z | Downloaded regex v1.12.3 |
| 1209 | 2026-07-10T19:35:28.103Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1210 | 2026-07-10T19:35:28.108Z | Downloaded tower-http v0.6.8 |
| 1211 | 2026-07-10T19:35:28.114Z | Downloaded zip v4.6.1 |
| 1212 | 2026-07-10T19:35:28.116Z | Downloaded unicode-normalization v0.1.25 |
| 1213 | 2026-07-10T19:35:28.119Z | Downloaded curve25519-dalek v4.1.3 |
| 1214 | 2026-07-10T19:35:28.124Z | Downloaded serde_with v3.17.0 |
| 1215 | 2026-07-10T19:35:28.133Z | Downloaded zerovec v0.11.5 |
| 1216 | 2026-07-10T19:35:28.136Z | Downloaded tokio-util v0.7.18 |
| 1217 | 2026-07-10T19:35:28.141Z | Downloaded nix v0.27.1 |
| 1218 | 2026-07-10T19:35:28.148Z | Downloaded object v0.30.4 |
| 1219 | 2026-07-10T19:35:28.154Z | Downloaded petname v2.0.2 |
| 1220 | 2026-07-10T19:35:28.157Z | Downloaded proptest v1.10.0 |
| 1221 | 2026-07-10T19:35:28.163Z | Downloaded tough v0.22.0 |
| 1222 | 2026-07-10T19:35:28.170Z | Downloaded quinn-proto v0.11.13 |
| 1223 | 2026-07-10T19:35:28.173Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-07-10T19:35:28.178Z | Downloaded russh v0.61.2 |
| 1225 | 2026-07-10T19:35:28.184Z | Downloaded lalrpop v0.19.12 |
| 1226 | 2026-07-10T19:35:28.191Z | Downloaded h2 v0.4.15 |
| 1227 | 2026-07-10T19:35:28.195Z | Downloaded openssl v0.10.79 |
| 1228 | 2026-07-10T19:35:28.202Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1229 | 2026-07-10T19:35:28.208Z | Downloaded regex-syntax v0.6.29 |
| 1230 | 2026-07-10T19:35:28.213Z | Downloaded winnow v0.5.40 |
| 1231 | 2026-07-10T19:35:28.219Z | Downloaded hickory-proto v0.24.4 |
| 1232 | 2026-07-10T19:35:28.228Z | Downloaded winnow v0.6.26 |
| 1233 | 2026-07-10T19:35:28.234Z | Downloaded polar-core v0.27.3 |
| 1234 | 2026-07-10T19:35:28.239Z | Downloaded dropshot v0.17.1 |
| 1235 | 2026-07-10T19:35:28.253Z | Downloaded zlib-rs v0.6.2 |
| 1236 | 2026-07-10T19:35:28.257Z | Downloaded hickory-proto v0.25.2 |
| 1237 | 2026-07-10T19:35:28.267Z | Downloaded winnow v1.0.3 |
| 1238 | 2026-07-10T19:35:28.275Z | Downloaded time v0.3.47 |
| 1239 | 2026-07-10T19:35:28.283Z | Downloaded tabled v0.20.0 |
| 1240 | 2026-07-10T19:35:28.294Z | Downloaded smoltcp v0.11.0 |
| 1241 | 2026-07-10T19:35:28.302Z | Downloaded nix v0.31.2 |
| 1242 | 2026-07-10T19:35:28.310Z | Downloaded vcpkg v0.2.15 |
| 1243 | 2026-07-10T19:35:28.335Z | Downloaded radix_trie v0.2.1 |
| 1244 | 2026-07-10T19:35:28.338Z | Downloaded object v0.37.3 |
| 1245 | 2026-07-10T19:35:28.344Z | Downloaded smoltcp v0.9.1 |
| 1246 | 2026-07-10T19:35:28.351Z | Downloaded openapiv3 v2.2.0 |
| 1247 | 2026-07-10T19:35:28.359Z | Downloaded regress v0.10.5 |
| 1248 | 2026-07-10T19:35:28.364Z | Downloaded bstr v1.12.1 |
| 1249 | 2026-07-10T19:35:28.371Z | Downloaded zerocopy v0.8.40 |
| 1250 | 2026-07-10T19:35:28.376Z | Downloaded typify-impl v0.6.2 |
| 1251 | 2026-07-10T19:35:28.385Z | Downloaded diesel v2.3.7 |
| 1252 | 2026-07-10T19:35:28.399Z | Downloaded fiat-crypto v0.3.0 |
| 1253 | 2026-07-10T19:35:28.408Z | Downloaded regress v0.11.1 |
| 1254 | 2026-07-10T19:35:28.413Z | Downloaded rustls v0.23.41 |
| 1255 | 2026-07-10T19:35:28.421Z | Downloaded rustix v0.38.44 |
| 1256 | 2026-07-10T19:35:28.435Z | Downloaded regex-syntax v0.8.10 |
| 1257 | 2026-07-10T19:35:28.439Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1258 | 2026-07-10T19:35:28.447Z | Downloaded nix v0.28.0 |
| 1259 | 2026-07-10T19:35:28.454Z | Downloaded untrusted v0.7.1 |
| 1260 | 2026-07-10T19:35:28.456Z | Downloaded unicode-xid v0.2.6 |
| 1261 | 2026-07-10T19:35:28.457Z | Downloaded petgraph v0.6.5 |
| 1262 | 2026-07-10T19:35:28.467Z | Downloaded unicode-truncate v1.1.0 |
| 1263 | 2026-07-10T19:35:28.471Z | Downloaded jiff v0.2.21 |
| 1264 | 2026-07-10T19:35:28.480Z | Downloaded chrono-tz v0.10.4 |
| 1265 | 2026-07-10T19:35:28.492Z | Downloaded rayon-core v1.13.0 |
| 1266 | 2026-07-10T19:35:28.496Z | Downloaded tls_codec_derive v0.4.2 |
| 1267 | 2026-07-10T19:35:28.496Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1268 | 2026-07-10T19:35:28.499Z | Downloaded sqlformat v0.3.5 |
| 1269 | 2026-07-10T19:35:28.499Z | Downloaded rand_chacha v0.9.0 |
| 1270 | 2026-07-10T19:35:28.499Z | Downloaded progenitor-impl v0.14.0 |
| 1271 | 2026-07-10T19:35:28.508Z | Downloaded sqlparser v0.61.0 |
| 1272 | 2026-07-10T19:35:28.515Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1273 | 2026-07-10T19:35:28.528Z | Downloaded sled v0.34.7 |
| 1274 | 2026-07-10T19:35:28.534Z | Downloaded ratatui v0.29.0 |
| 1275 | 2026-07-10T19:35:28.545Z | Downloaded sha3 v0.11.0 |
| 1276 | 2026-07-10T19:35:28.548Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-07-10T19:35:28.581Z | Downloaded regex-automata v0.4.14 |
| 1278 | 2026-07-10T19:35:28.590Z | Downloaded zerocopy-derive v0.6.6 |
| 1279 | 2026-07-10T19:35:28.629Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-07-10T19:35:28.641Z | Downloaded petgraph v0.8.3 |
| 1281 | 2026-07-10T19:35:28.655Z | Downloaded csv v1.4.0 |
| 1282 | 2026-07-10T19:35:28.667Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-07-10T19:35:28.670Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-07-10T19:35:28.684Z | Downloaded tokio v1.52.1 |
| 1285 | 2026-07-10T19:35:28.706Z | Downloaded ring v0.17.14 |
| 1286 | 2026-07-10T19:35:28.769Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1287 | 2026-07-10T19:35:29.238Z | Downloaded aws-lc-sys v0.40.0 |
| 1288 | 2026-07-10T19:35:29.495Z | Compiling libc v0.2.185 |
| 1289 | 2026-07-10T19:35:29.495Z | Compiling serde_core v1.0.228 |
| 1290 | 2026-07-10T19:35:29.495Z | Compiling serde v1.0.228 |
| 1291 | 2026-07-10T19:35:29.498Z | Compiling log v0.4.29 |
| 1292 | 2026-07-10T19:35:29.498Z | Compiling smallvec v1.15.1 |
| 1293 | 2026-07-10T19:35:29.499Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-07-10T19:35:29.499Z | Compiling shlex v1.3.0 |
| 1295 | 2026-07-10T19:35:29.499Z | Compiling subtle v2.6.1 |
| 1296 | 2026-07-10T19:35:29.499Z | Compiling scopeguard v1.2.0 |
| 1297 | 2026-07-10T19:35:29.659Z | Compiling stable_deref_trait v1.2.1 |
| 1298 | 2026-07-10T19:35:29.671Z | Compiling typenum v1.20.1 |
| 1299 | 2026-07-10T19:35:29.717Z | Compiling serde_json v1.0.150 |
| 1300 | 2026-07-10T19:35:29.729Z | Compiling zerocopy v0.8.40 |
| 1301 | 2026-07-10T19:35:29.733Z | Compiling portable-atomic v1.13.1 |
| 1302 | 2026-07-10T19:35:29.743Z | Compiling syn v2.0.117 |
| 1303 | 2026-07-10T19:35:29.770Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-07-10T19:35:29.809Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-07-10T19:35:29.821Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-07-10T19:35:29.845Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-07-10T19:35:29.859Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-07-10T19:35:29.874Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-07-10T19:35:29.891Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-07-10T19:35:29.906Z | Compiling libm v0.2.16 |
| 1311 | 2026-07-10T19:35:29.930Z | Compiling num-traits v0.2.19 |
| 1312 | 2026-07-10T19:35:29.988Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-07-10T19:35:30.018Z | Compiling rand_core v0.10.0 |
| 1314 | 2026-07-10T19:35:30.034Z | Compiling const-oid v0.9.6 |
| 1315 | 2026-07-10T19:35:30.066Z | Compiling litemap v0.8.1 |
| 1316 | 2026-07-10T19:35:30.081Z | Compiling percent-encoding v2.3.2 |
| 1317 | 2026-07-10T19:35:30.145Z | Compiling writeable v0.6.2 |
| 1318 | 2026-07-10T19:35:30.253Z | Compiling icu_normalizer_data v2.1.1 |
| 1319 | 2026-07-10T19:35:30.327Z | Compiling icu_properties_data v2.1.2 |
| 1320 | 2026-07-10T19:35:30.344Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-07-10T19:35:30.347Z | Compiling slab v0.4.12 |
| 1322 | 2026-07-10T19:35:30.384Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-07-10T19:35:30.397Z | Compiling futures-io v0.3.32 |
| 1324 | 2026-07-10T19:35:30.439Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-07-10T19:35:30.439Z | Compiling utf8_iter v1.0.4 |
| 1326 | 2026-07-10T19:35:30.479Z | Compiling futures-channel v0.3.32 |
| 1327 | 2026-07-10T19:35:30.508Z | Compiling rustversion v1.0.22 |
| 1328 | 2026-07-10T19:35:30.565Z | Compiling form_urlencoded v1.2.2 |
| 1329 | 2026-07-10T19:35:30.598Z | Compiling rustix v1.1.3 |
| 1330 | 2026-07-10T19:35:30.612Z | Compiling fs_extra v1.3.0 |
| 1331 | 2026-07-10T19:35:30.616Z | Compiling dunce v1.0.5 |
| 1332 | 2026-07-10T19:35:30.616Z | Compiling ident_case v1.0.1 |
| 1333 | 2026-07-10T19:35:30.654Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-07-10T19:35:30.709Z | Compiling errno v0.3.14 |
| 1335 | 2026-07-10T19:35:30.737Z | Compiling getrandom v0.2.17 |
| 1336 | 2026-07-10T19:35:30.752Z | Compiling mio v1.2.0 |
| 1337 | 2026-07-10T19:35:30.781Z | Compiling socket2 v0.6.3 |
| 1338 | 2026-07-10T19:35:30.868Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-07-10T19:35:30.882Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-07-10T19:35:30.898Z | Compiling cc v1.2.56 |
| 1341 | 2026-07-10T19:35:30.933Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-07-10T19:35:30.991Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-07-10T19:35:31.055Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-07-10T19:35:31.093Z | Compiling iana-time-zone v0.1.65 |
| 1345 | 2026-07-10T19:35:31.119Z | Compiling base64ct v1.8.3 |
| 1346 | 2026-07-10T19:35:31.223Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-07-10T19:35:31.237Z | Compiling tracing-core v0.1.36 |
| 1348 | 2026-07-10T19:35:31.266Z | Compiling aws-lc-rs v1.16.3 |
| 1349 | 2026-07-10T19:35:31.282Z | Compiling base64 v0.22.1 |
| 1350 | 2026-07-10T19:35:31.287Z | Compiling flagset v0.4.7 |
| 1351 | 2026-07-10T19:35:31.326Z | Compiling openssl-probe v0.2.1 |
| 1352 | 2026-07-10T19:35:31.442Z | Compiling rand_core v0.9.5 |
| 1353 | 2026-07-10T19:35:31.457Z | Compiling pem-rfc7468 v0.7.0 |
| 1354 | 2026-07-10T19:35:31.457Z | Compiling httparse v1.10.1 |
| 1355 | 2026-07-10T19:35:31.482Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2026-07-10T19:35:31.524Z | Compiling cmov v0.5.4 |
| 1357 | 2026-07-10T19:35:31.565Z | Compiling tinyvec v1.10.0 |
| 1358 | 2026-07-10T19:35:31.587Z | Compiling aho-corasick v1.1.4 |
| 1359 | 2026-07-10T19:35:31.601Z | Compiling untrusted v0.7.1 |
| 1360 | 2026-07-10T19:35:31.635Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-07-10T19:35:31.740Z | Compiling cmake v0.1.57 |
| 1362 | 2026-07-10T19:35:31.755Z | Compiling ctutils v0.4.2 |
| 1363 | 2026-07-10T19:35:31.758Z | Compiling dyn-clone v1.0.20 |
| 1364 | 2026-07-10T19:35:31.759Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-07-10T19:35:31.799Z | Compiling schemars v0.8.22 |
| 1366 | 2026-07-10T19:35:31.818Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-07-10T19:35:31.870Z | Compiling atomic-waker v1.1.2 |
| 1368 | 2026-07-10T19:35:31.881Z | Compiling want v0.3.1 |
| 1369 | 2026-07-10T19:35:31.896Z | Compiling foreign-types-shared v0.1.1 |
| 1370 | 2026-07-10T19:35:31.924Z | Compiling cpufeatures v0.2.17 |
| 1371 | 2026-07-10T19:35:31.939Z | Compiling openssl v0.10.79 |
| 1372 | 2026-07-10T19:35:31.955Z | Compiling untrusted v0.9.0 |
| 1373 | 2026-07-10T19:35:32.010Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-07-10T19:35:32.013Z | Compiling semver v1.0.28 |
| 1375 | 2026-07-10T19:35:32.013Z | Compiling indexmap v2.14.0 |
| 1376 | 2026-07-10T19:35:32.052Z | Compiling uuid v1.23.4 |
| 1377 | 2026-07-10T19:35:32.079Z | Compiling rustls v0.23.41 |
| 1378 | 2026-07-10T19:35:32.093Z | Compiling httpdate v1.0.3 |
| 1379 | 2026-07-10T19:35:32.096Z | Compiling foreign-types v0.3.2 |
| 1380 | 2026-07-10T19:35:32.160Z | Compiling unicode-normalization v0.1.25 |
| 1381 | 2026-07-10T19:35:32.176Z | Compiling spin v0.9.8 |
| 1382 | 2026-07-10T19:35:32.210Z | Compiling num-conv v0.2.0 |
| 1383 | 2026-07-10T19:35:32.231Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-07-10T19:35:32.265Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-07-10T19:35:32.287Z | Compiling crc32fast v1.5.0 |
| 1386 | 2026-07-10T19:35:32.346Z | Compiling time-core v0.1.8 |
| 1387 | 2026-07-10T19:35:32.360Z | Compiling powerfmt v0.2.0 |
| 1388 | 2026-07-10T19:35:32.374Z | Compiling wait-timeout v0.2.1 |
| 1389 | 2026-07-10T19:35:32.410Z | Compiling sync_wrapper v1.0.2 |
| 1390 | 2026-07-10T19:35:32.476Z | Compiling simd-adler32 v0.3.8 |
| 1391 | 2026-07-10T19:35:32.506Z | Compiling time-macros v0.2.27 |
| 1392 | 2026-07-10T19:35:32.530Z | Compiling deranged v0.5.8 |
| 1393 | 2026-07-10T19:35:32.586Z | Compiling crossbeam-utils v0.8.21 |
| 1394 | 2026-07-10T19:35:32.600Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-07-10T19:35:32.614Z | Compiling openssl-sys v0.9.115 |
| 1396 | 2026-07-10T19:35:32.628Z | Compiling regex-automata v0.4.14 |
| 1397 | 2026-07-10T19:35:32.652Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1398 | 2026-07-10T19:35:32.719Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-07-10T19:35:32.734Z | Compiling pest_generator v2.8.6 |
| 1400 | 2026-07-10T19:35:32.749Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-07-10T19:35:32.815Z | Compiling darling_core v0.20.11 |
| 1402 | 2026-07-10T19:35:32.917Z | Compiling num_threads v0.1.7 |
| 1403 | 2026-07-10T19:35:33.033Z | Compiling usdt-impl v0.6.0 |
| 1404 | 2026-07-10T19:35:33.171Z | Compiling tempfile v3.25.0 |
| 1405 | 2026-07-10T19:35:33.272Z | Compiling syn v1.0.109 |
| 1406 | 2026-07-10T19:35:33.372Z | Compiling bit-vec v0.8.0 |
| 1407 | 2026-07-10T19:35:33.375Z | Compiling siphasher v1.0.2 |
| 1408 | 2026-07-10T19:35:33.399Z | Compiling quick-error v1.2.3 |
| 1409 | 2026-07-10T19:35:33.499Z | Compiling rusty-fork v0.3.1 |
| 1410 | 2026-07-10T19:35:33.546Z | Compiling darling_core v0.21.3 |
| 1411 | 2026-07-10T19:35:33.560Z | Compiling bit-set v0.8.0 |
| 1412 | 2026-07-10T19:35:33.576Z | Compiling heapless v0.7.17 |
| 1413 | 2026-07-10T19:35:33.590Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1414 | 2026-07-10T19:35:33.620Z | Compiling slog v2.8.2 |
| 1415 | 2026-07-10T19:35:33.661Z | Compiling time v0.3.47 |
| 1416 | 2026-07-10T19:35:33.677Z | Compiling rand_xorshift v0.4.0 |
| 1417 | 2026-07-10T19:35:33.691Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-07-10T19:35:33.729Z | Compiling cookie v0.18.1 |
| 1419 | 2026-07-10T19:35:33.743Z | Compiling paste v1.0.15 |
| 1420 | 2026-07-10T19:35:33.746Z | Compiling signal-hook v0.3.18 |
| 1421 | 2026-07-10T19:35:33.781Z | Compiling ryu v1.0.23 |
| 1422 | 2026-07-10T19:35:33.841Z | Compiling adler2 v2.0.1 |
| 1423 | 2026-07-10T19:35:33.857Z | Compiling zstd-safe v7.2.4 |
| 1424 | 2026-07-10T19:35:33.873Z | Compiling unarray v0.1.4 |
| 1425 | 2026-07-10T19:35:33.877Z | Compiling allocator-api2 v0.2.21 |
| 1426 | 2026-07-10T19:35:33.950Z | Compiling unicode-properties v0.1.4 |
| 1427 | 2026-07-10T19:35:33.986Z | Compiling unicode-bidi v0.3.18 |
| 1428 | 2026-07-10T19:35:34.003Z | Compiling iri-string v0.7.10 |
| 1429 | 2026-07-10T19:35:34.007Z | Compiling anyhow v1.0.102 |
| 1430 | 2026-07-10T19:35:34.069Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-07-10T19:35:34.207Z | Compiling camino v1.2.2 |
| 1432 | 2026-07-10T19:35:34.273Z | Compiling curve25519-dalek v4.1.3 |
| 1433 | 2026-07-10T19:35:34.457Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-07-10T19:35:34.552Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-07-10T19:35:34.602Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-07-10T19:35:34.620Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-07-10T19:35:34.650Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-07-10T19:35:34.720Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-07-10T19:35:34.734Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-07-10T19:35:34.883Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-07-10T19:35:35.212Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-07-10T19:35:35.252Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-07-10T19:35:35.371Z | Compiling tracing-attributes v0.1.31 |
| 1444 | 2026-07-10T19:35:35.537Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-07-10T19:35:35.590Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-07-10T19:35:35.675Z | Compiling rustls-pki-types v1.14.0 |
| 1447 | 2026-07-10T19:35:35.848Z | Compiling hybrid-array v0.4.13 |
| 1448 | 2026-07-10T19:35:35.903Z | Compiling scroll_derive v0.13.1 |
| 1449 | 2026-07-10T19:35:36.053Z | Compiling zerofrom v0.1.6 |
| 1450 | 2026-07-10T19:35:36.079Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-07-10T19:35:36.094Z | Compiling futures-util v0.3.32 |
| 1452 | 2026-07-10T19:35:36.158Z | Compiling block-buffer v0.10.4 |
| 1453 | 2026-07-10T19:35:36.175Z | Compiling yoke v0.8.1 |
| 1454 | 2026-07-10T19:35:36.199Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-07-10T19:35:36.243Z | Compiling pest_derive v2.8.6 |
| 1456 | 2026-07-10T19:35:36.341Z | Compiling zerovec v0.11.5 |
| 1457 | 2026-07-10T19:35:36.371Z | Compiling zerotrie v0.2.3 |
| 1458 | 2026-07-10T19:35:36.614Z | Compiling digest v0.10.7 |
| 1459 | 2026-07-10T19:35:36.658Z | Compiling der v0.7.10 |
| 1460 | 2026-07-10T19:35:36.696Z | Compiling darling_macro v0.20.11 |
| 1461 | 2026-07-10T19:35:36.754Z | Compiling openssl-macros v0.1.1 |
| 1462 | 2026-07-10T19:35:36.781Z | Compiling tracing v0.1.44 |
| 1463 | 2026-07-10T19:35:36.795Z | Compiling scroll v0.13.0 |
| 1464 | 2026-07-10T19:35:36.845Z | Compiling tinystr v0.8.2 |
| 1465 | 2026-07-10T19:35:36.871Z | Compiling potential_utf v0.1.4 |
| 1466 | 2026-07-10T19:35:36.888Z | Compiling hmac v0.12.1 |
| 1467 | 2026-07-10T19:35:36.944Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-07-10T19:35:37.054Z | Compiling icu_locale_core v2.1.1 |
| 1469 | 2026-07-10T19:35:37.069Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-07-10T19:35:37.072Z | Compiling goblin v0.10.5 |
| 1471 | 2026-07-10T19:35:37.098Z | Compiling sha2 v0.10.9 |
| 1472 | 2026-07-10T19:35:37.101Z | Compiling dtrace-parser v0.3.0 |
| 1473 | 2026-07-10T19:35:37.101Z | Compiling scroll_derive v0.12.1 |
| 1474 | 2026-07-10T19:35:37.237Z | Compiling darling v0.20.11 |
| 1475 | 2026-07-10T19:35:37.333Z | Compiling derive_builder_core v0.20.2 |
| 1476 | 2026-07-10T19:35:37.524Z | Compiling spki v0.7.3 |
| 1477 | 2026-07-10T19:35:37.576Z | Compiling thiserror-impl v1.0.69 |
| 1478 | 2026-07-10T19:35:37.750Z | Compiling icu_provider v2.1.1 |
| 1479 | 2026-07-10T19:35:37.822Z | Compiling pkcs8 v0.10.2 |
| 1480 | 2026-07-10T19:35:37.886Z | Compiling scroll v0.12.0 |
| 1481 | 2026-07-10T19:35:37.900Z | Compiling md-5 v0.10.6 |
| 1482 | 2026-07-10T19:35:37.958Z | Compiling bytes v1.11.1 |
| 1483 | 2026-07-10T19:35:38.008Z | Compiling icu_normalizer v2.1.1 |
| 1484 | 2026-07-10T19:35:38.067Z | Compiling icu_properties v2.1.2 |
| 1485 | 2026-07-10T19:35:38.081Z | Compiling chrono v0.4.44 |
| 1486 | 2026-07-10T19:35:38.084Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-07-10T19:35:38.111Z | Compiling erased-serde v0.3.31 |
| 1488 | 2026-07-10T19:35:38.173Z | Compiling serde_tokenstream v0.2.3 |
| 1489 | 2026-07-10T19:35:38.219Z | Compiling derive_builder_macro v0.20.2 |
| 1490 | 2026-07-10T19:35:38.433Z | Compiling serde_urlencoded v0.7.1 |
| 1491 | 2026-07-10T19:35:38.494Z | Compiling tokio v1.52.1 |
| 1492 | 2026-07-10T19:35:38.509Z | Compiling http v1.4.2 |
| 1493 | 2026-07-10T19:35:38.559Z | Compiling serde_spanned v0.6.9 |
| 1494 | 2026-07-10T19:35:38.616Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-07-10T19:35:38.631Z | Compiling signature v2.2.0 |
| 1496 | 2026-07-10T19:35:38.634Z | Compiling block-buffer v0.12.1 |
| 1497 | 2026-07-10T19:35:38.699Z | Compiling crypto-common v0.2.2 |
| 1498 | 2026-07-10T19:35:38.722Z | Compiling block-padding v0.4.2 |
| 1499 | 2026-07-10T19:35:38.751Z | Compiling darling_macro v0.21.3 |
| 1500 | 2026-07-10T19:35:38.837Z | Compiling rustls-native-certs v0.8.3 |
| 1501 | 2026-07-10T19:35:38.859Z | Compiling bstr v1.12.1 |
| 1502 | 2026-07-10T19:35:38.892Z | Compiling async-trait v0.1.89 |
| 1503 | 2026-07-10T19:35:38.906Z | Compiling thiserror v1.0.69 |
| 1504 | 2026-07-10T19:35:38.979Z | Compiling idna_adapter v1.2.1 |
| 1505 | 2026-07-10T19:35:39.088Z | Compiling ppv-lite86 v0.2.21 |
| 1506 | 2026-07-10T19:35:39.140Z | Compiling idna v1.1.0 |
| 1507 | 2026-07-10T19:35:39.201Z | Compiling pin-project-internal v1.1.11 |
| 1508 | 2026-07-10T19:35:39.215Z | Compiling zerocopy-derive v0.7.35 |
| 1509 | 2026-07-10T19:35:39.284Z | Compiling http-body v1.0.1 |
| 1510 | 2026-07-10T19:35:39.323Z | Compiling stringprep v0.1.5 |
| 1511 | 2026-07-10T19:35:39.433Z | Compiling rand_chacha v0.9.0 |
| 1512 | 2026-07-10T19:35:39.454Z | Compiling url v2.5.8 |
| 1513 | 2026-07-10T19:35:39.570Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-07-10T19:35:39.593Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-07-10T19:35:39.783Z | Compiling rand v0.9.2 |
| 1516 | 2026-07-10T19:35:39.837Z | Compiling num-integer v0.1.46 |
| 1517 | 2026-07-10T19:35:39.837Z | Compiling vergen-lib v9.1.0 |
| 1518 | 2026-07-10T19:35:39.865Z | Compiling dof v0.4.0 |
| 1519 | 2026-07-10T19:35:40.066Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-07-10T19:35:40.137Z | Compiling memoffset v0.9.1 |
| 1521 | 2026-07-10T19:35:40.163Z | Compiling encoding_rs v0.8.35 |
| 1522 | 2026-07-10T19:35:40.184Z | Compiling num-bigint-dig v0.8.6 |
| 1523 | 2026-07-10T19:35:40.278Z | Compiling rustix v0.38.44 |
| 1524 | 2026-07-10T19:35:40.292Z | Compiling fallible-iterator v0.2.0 |
| 1525 | 2026-07-10T19:35:40.296Z | Compiling litrs v1.0.0 |
| 1526 | 2026-07-10T19:35:40.366Z | Compiling proptest v1.10.0 |
| 1527 | 2026-07-10T19:35:40.381Z | Compiling ref-cast v1.0.25 |
| 1528 | 2026-07-10T19:35:40.409Z | Compiling smoltcp v0.9.1 |
| 1529 | 2026-07-10T19:35:40.426Z | Compiling cfg_aliases v0.2.1 |
| 1530 | 2026-07-10T19:35:40.543Z | Compiling psl-types v2.0.11 |
| 1531 | 2026-07-10T19:35:40.553Z | Compiling zlib-rs v0.6.2 |
| 1532 | 2026-07-10T19:35:40.637Z | Compiling mime v0.3.17 |
| 1533 | 2026-07-10T19:35:40.652Z | Compiling publicsuffix v2.3.0 |
| 1534 | 2026-07-10T19:35:40.762Z | Compiling postgres-protocol v0.6.10 |
| 1535 | 2026-07-10T19:35:40.778Z | Compiling nix v0.31.2 |
| 1536 | 2026-07-10T19:35:40.795Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-07-10T19:35:40.836Z | Compiling document-features v0.2.12 |
| 1538 | 2026-07-10T19:35:40.891Z | Compiling pin-project v1.1.11 |
| 1539 | 2026-07-10T19:35:41.002Z | Compiling zerocopy v0.7.35 |
| 1540 | 2026-07-10T19:35:41.028Z | Compiling oxnet v0.1.6 |
| 1541 | 2026-07-10T19:35:41.100Z | Compiling num-iter v0.1.45 |
| 1542 | 2026-07-10T19:35:41.207Z | Compiling rand v0.8.6 |
| 1543 | 2026-07-10T19:35:41.221Z | Compiling darling v0.21.3 |
| 1544 | 2026-07-10T19:35:41.237Z | Compiling inout v0.2.2 |
| 1545 | 2026-07-10T19:35:41.250Z | Compiling derive_builder v0.20.2 |
| 1546 | 2026-07-10T19:35:41.346Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-07-10T19:35:41.360Z | Compiling goblin v0.8.2 |
| 1548 | 2026-07-10T19:35:41.390Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-07-10T19:35:41.439Z | Compiling hex v0.4.3 |
| 1550 | 2026-07-10T19:35:41.468Z | Compiling regex v1.12.3 |
| 1551 | 2026-07-10T19:35:41.588Z | Compiling ref-cast-impl v1.0.25 |
| 1552 | 2026-07-10T19:35:41.602Z | Compiling snafu-derive v0.8.9 |
| 1553 | 2026-07-10T19:35:41.621Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2026-07-10T19:35:41.727Z | Compiling strum_macros v0.27.2 |
| 1555 | 2026-07-10T19:35:41.742Z | Compiling daft-derive v0.1.7 |
| 1556 | 2026-07-10T19:35:41.913Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-07-10T19:35:41.935Z | Compiling terminal_size v0.4.3 |
| 1558 | 2026-07-10T19:35:42.002Z | Compiling lazy_static v1.5.0 |
| 1559 | 2026-07-10T19:35:42.080Z | Compiling cargo-platform v0.3.2 |
| 1560 | 2026-07-10T19:35:42.095Z | Compiling anstyle-parse v0.2.7 |
| 1561 | 2026-07-10T19:35:42.111Z | Compiling vergen v9.1.0 |
| 1562 | 2026-07-10T19:35:42.174Z | Compiling ff v0.13.1 |
| 1563 | 2026-07-10T19:35:42.176Z | Compiling fs-err v3.3.0 |
| 1564 | 2026-07-10T19:35:42.201Z | Compiling ahash v0.8.12 |
| 1565 | 2026-07-10T19:35:42.296Z | Compiling bitflags v1.3.2 |
| 1566 | 2026-07-10T19:35:42.319Z | Compiling base16ct v0.2.0 |
| 1567 | 2026-07-10T19:35:42.334Z | Compiling libbz2-rs-sys v0.2.2 |
| 1568 | 2026-07-10T19:35:42.350Z | Compiling unicode-segmentation v1.12.0 |
| 1569 | 2026-07-10T19:35:42.353Z | Compiling object v0.37.3 |
| 1570 | 2026-07-10T19:35:42.380Z | Compiling tokio-util v0.7.18 |
| 1571 | 2026-07-10T19:35:42.394Z | Compiling tower v0.5.3 |
| 1572 | 2026-07-10T19:35:42.410Z | Compiling tokio-native-tls v0.3.1 |
| 1573 | 2026-07-10T19:35:42.449Z | Compiling managed v0.8.0 |
| 1574 | 2026-07-10T19:35:42.508Z | Compiling same-file v1.0.6 |
| 1575 | 2026-07-10T19:35:42.511Z | Compiling winnow v0.5.40 |
| 1576 | 2026-07-10T19:35:42.597Z | Compiling foldhash v0.2.0 |
| 1577 | 2026-07-10T19:35:42.675Z | Compiling foldhash v0.1.5 |
| 1578 | 2026-07-10T19:35:42.675Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-07-10T19:35:42.749Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-07-10T19:35:42.763Z | Compiling hashbrown v0.16.1 |
| 1581 | 2026-07-10T19:35:42.834Z | Compiling tower-http v0.6.8 |
| 1582 | 2026-07-10T19:35:42.869Z | Compiling zopfli v0.8.3 |
| 1583 | 2026-07-10T19:35:42.891Z | Compiling hashbrown v0.15.5 |
| 1584 | 2026-07-10T19:35:42.938Z | Compiling bzip2 v0.6.1 |
| 1585 | 2026-07-10T19:35:43.030Z | Compiling daft v0.1.7 |
| 1586 | 2026-07-10T19:35:43.097Z | Compiling h2 v0.4.15 |
| 1587 | 2026-07-10T19:35:43.156Z | Compiling walkdir v2.5.0 |
| 1588 | 2026-07-10T19:35:43.371Z | Compiling sec1 v0.7.3 |
| 1589 | 2026-07-10T19:35:43.451Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-07-10T19:35:43.465Z | Compiling clap_builder v4.6.0 |
| 1591 | 2026-07-10T19:35:43.498Z | Compiling group v0.13.0 |
| 1592 | 2026-07-10T19:35:43.547Z | Compiling dof v0.3.0 |
| 1593 | 2026-07-10T19:35:43.567Z | Compiling snafu v0.8.9 |
| 1594 | 2026-07-10T19:35:43.663Z | Compiling cargo_metadata v0.23.1 |
| 1595 | 2026-07-10T19:35:43.696Z | Compiling anstream v0.6.21 |
| 1596 | 2026-07-10T19:35:43.726Z | Compiling strum v0.27.2 |
| 1597 | 2026-07-10T19:35:43.829Z | Compiling toml_edit v0.19.15 |
| 1598 | 2026-07-10T19:35:43.884Z | Compiling phf v0.13.1 |
| 1599 | 2026-07-10T19:35:43.993Z | Compiling signal-hook-mio v0.2.5 |
| 1600 | 2026-07-10T19:35:43.996Z | Compiling hubpack v0.1.2 |
| 1601 | 2026-07-10T19:35:44.080Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-07-10T19:35:44.117Z | Compiling bzip2 v0.4.4 |
| 1603 | 2026-07-10T19:35:44.131Z | Compiling futures v0.3.32 |
| 1604 | 2026-07-10T19:35:44.223Z | Compiling usdt-macro v0.6.0 |
| 1605 | 2026-07-10T19:35:44.252Z | Compiling usdt-attr-macro v0.6.0 |
| 1606 | 2026-07-10T19:35:44.314Z | Compiling cipher v0.5.2 |
| 1607 | 2026-07-10T19:35:44.345Z | Compiling serde_with_macros v3.17.0 |
| 1608 | 2026-07-10T19:35:44.383Z | Compiling postgres-types v0.2.12 |
| 1609 | 2026-07-10T19:35:44.547Z | Compiling zstd v0.13.3 |
| 1610 | 2026-07-10T19:35:44.761Z | Compiling globset v0.4.18 |
| 1611 | 2026-07-10T19:35:44.834Z | Compiling dtrace-parser v0.2.0 |
| 1612 | 2026-07-10T19:35:44.908Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-07-10T19:35:44.969Z | Compiling pkcs1 v0.7.5 |
| 1614 | 2026-07-10T19:35:45.032Z | Compiling serde-big-array v0.5.1 |
| 1615 | 2026-07-10T19:35:45.132Z | Compiling serde_plain v1.0.2 |
| 1616 | 2026-07-10T19:35:45.160Z | Compiling olpc-cjson v0.1.4 |
| 1617 | 2026-07-10T19:35:45.192Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-07-10T19:35:45.340Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-07-10T19:35:45.354Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-07-10T19:35:45.387Z | Compiling serde_repr v0.1.20 |
| 1621 | 2026-07-10T19:35:45.401Z | Compiling clap_derive v4.6.1 |
| 1622 | 2026-07-10T19:35:45.462Z | Compiling enum-as-inner v0.6.1 |
| 1623 | 2026-07-10T19:35:45.538Z | Compiling async-recursion v1.1.1 |
| 1624 | 2026-07-10T19:35:45.605Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-07-10T19:35:45.774Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-07-10T19:35:45.807Z | Compiling pem v3.0.6 |
| 1627 | 2026-07-10T19:35:45.839Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-07-10T19:35:45.942Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-07-10T19:35:45.955Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-07-10T19:35:45.976Z | Compiling static_assertions v1.1.0 |
| 1631 | 2026-07-10T19:35:46.025Z | Compiling data-encoding v2.10.0 |
| 1632 | 2026-07-10T19:35:46.061Z | Compiling cpufeatures v0.3.0 |
| 1633 | 2026-07-10T19:35:46.152Z | Compiling precomputed-hash v0.1.1 |
| 1634 | 2026-07-10T19:35:46.165Z | Compiling predicates-core v1.0.10 |
| 1635 | 2026-07-10T19:35:46.178Z | Compiling difflib v0.4.0 |
| 1636 | 2026-07-10T19:35:46.250Z | Compiling const-oid v0.10.2 |
| 1637 | 2026-07-10T19:35:46.264Z | Compiling new_debug_unreachable v1.0.6 |
| 1638 | 2026-07-10T19:35:46.284Z | Compiling typed-path v0.9.3 |
| 1639 | 2026-07-10T19:35:46.344Z | Compiling hyper v1.10.1 |
| 1640 | 2026-07-10T19:35:46.359Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-07-10T19:35:46.483Z | Compiling jiff v0.2.21 |
| 1642 | 2026-07-10T19:35:46.613Z | Compiling whoami v2.1.0 |
| 1643 | 2026-07-10T19:35:46.630Z | Compiling normalize-line-endings v0.3.0 |
| 1644 | 2026-07-10T19:35:46.640Z | Compiling fixedbitset v0.5.7 |
| 1645 | 2026-07-10T19:35:46.660Z | Compiling winnow v1.0.3 |
| 1646 | 2026-07-10T19:35:46.740Z | Compiling either v1.15.0 |
| 1647 | 2026-07-10T19:35:46.768Z | Compiling keccak v0.1.6 |
| 1648 | 2026-07-10T19:35:46.786Z | Compiling predicates v3.1.4 |
| 1649 | 2026-07-10T19:35:46.961Z | Compiling itertools v0.13.0 |
| 1650 | 2026-07-10T19:35:46.964Z | Compiling sha3 v0.10.8 |
| 1651 | 2026-07-10T19:35:47.012Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1652 | 2026-07-10T19:35:47.044Z | Compiling petgraph v0.8.3 |
| 1653 | 2026-07-10T19:35:47.225Z | Compiling strum v0.26.3 |
| 1654 | 2026-07-10T19:35:47.269Z | Compiling clap v4.6.1 |
| 1655 | 2026-07-10T19:35:47.369Z | Compiling tokio-postgres v0.7.16 |
| 1656 | 2026-07-10T19:35:47.385Z | Compiling petgraph v0.6.5 |
| 1657 | 2026-07-10T19:35:47.388Z | Compiling digest v0.11.3 |
| 1658 | 2026-07-10T19:35:47.444Z | Compiling hickory-proto v0.25.2 |
| 1659 | 2026-07-10T19:35:47.459Z | Compiling string_cache v0.8.9 |
| 1660 | 2026-07-10T19:35:47.510Z | Compiling hyper-util v0.1.20 |
| 1661 | 2026-07-10T19:35:47.526Z | Compiling elliptic-curve v0.13.8 |
| 1662 | 2026-07-10T19:35:47.554Z | Compiling toml_edit v0.22.27 |
| 1663 | 2026-07-10T19:35:47.644Z | Compiling chacha20 v0.10.0 |
| 1664 | 2026-07-10T19:35:47.665Z | Compiling env_logger v0.11.9 |
| 1665 | 2026-07-10T19:35:47.705Z | Compiling usdt v0.6.0 |
| 1666 | 2026-07-10T19:35:47.951Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1667 | 2026-07-10T19:35:47.987Z | Compiling usdt-impl v0.5.0 |
| 1668 | 2026-07-10T19:35:48.023Z | Compiling serde_with v3.17.0 |
| 1669 | 2026-07-10T19:35:48.039Z | Compiling crossterm v0.28.1 |
| 1670 | 2026-07-10T19:35:48.051Z | Compiling toml v0.7.8 |
| 1671 | 2026-07-10T19:35:48.237Z | Compiling rsa v0.9.10 |
| 1672 | 2026-07-10T19:35:48.588Z | Compiling ed25519-dalek v2.2.0 |
| 1673 | 2026-07-10T19:35:48.892Z | Compiling hyper-tls v0.6.0 |
| 1674 | 2026-07-10T19:35:49.099Z | Compiling reqwest v0.12.28 |
| 1675 | 2026-07-10T19:35:49.165Z | Compiling zip v4.6.1 |
| 1676 | 2026-07-10T19:35:49.290Z | Compiling zip v0.6.6 |
| 1677 | 2026-07-10T19:35:49.305Z | Compiling iddqd v0.4.2 |
| 1678 | 2026-07-10T19:35:49.715Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-07-10T19:35:49.816Z | Compiling similar v2.7.0 |
| 1680 | 2026-07-10T19:35:49.907Z | Compiling heck v0.4.1 |
| 1681 | 2026-07-10T19:35:49.922Z | Compiling buf-list v1.1.2 |
| 1682 | 2026-07-10T19:35:50.171Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1683 | 2026-07-10T19:35:50.174Z | Compiling openapiv3 v2.2.0 |
| 1684 | 2026-07-10T19:35:50.205Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-07-10T19:35:50.224Z | Compiling crossbeam-epoch v0.9.18 |
| 1686 | 2026-07-10T19:35:50.343Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2026-07-10T19:35:50.498Z | Compiling lalrpop-util v0.19.12 |
| 1688 | 2026-07-10T19:35:50.575Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-07-10T19:35:50.640Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-07-10T19:35:50.655Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-07-10T19:35:50.718Z | Compiling filetime v0.2.27 |
| 1692 | 2026-07-10T19:35:50.722Z | Compiling is-terminal v0.4.17 |
| 1693 | 2026-07-10T19:35:50.754Z | Compiling term v1.2.1 |
| 1694 | 2026-07-10T19:35:50.785Z | Compiling take_mut v0.2.2 |
| 1695 | 2026-07-10T19:35:50.840Z | Compiling xattr v1.6.1 |
| 1696 | 2026-07-10T19:35:50.856Z | Compiling camino-tempfile v1.4.1 |
| 1697 | 2026-07-10T19:35:51.024Z | Compiling tar v0.4.45 |
| 1698 | 2026-07-10T19:35:51.100Z | Compiling slog-term v2.9.2 |
| 1699 | 2026-07-10T19:36:08.738Z | Compiling rustls-webpki v0.103.13 |
| 1700 | 2026-07-10T19:36:11.465Z | Compiling tokio-rustls v0.26.4 |
| 1701 | 2026-07-10T19:36:11.465Z | Compiling rustls-platform-verifier v0.6.2 |
| 1702 | 2026-07-10T19:36:11.465Z | Compiling tough v0.22.0 |
| 1703 | 2026-07-10T19:36:11.674Z | Compiling hyper-rustls v0.27.7 |
| 1704 | 2026-07-10T19:36:11.865Z | Compiling reqwest v0.13.2 |
| 1705 | 2026-07-10T19:36:14.006Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-07-10T19:36:14.247Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-07-10T19:36:17.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.86s |
| 1708 | 2026-07-10T19:36:17.219Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-07-10T19:36:17.273Z | Jul 10 19:36:16.870 INFO Starting download, target: Cockroach |
| 1710 | 2026-07-10T19:36:17.273Z | Jul 10 19:36:16.870 INFO Starting download, target: Clickhouse |
| 1711 | 2026-07-10T19:36:17.273Z | Jul 10 19:36:16.870 INFO Starting download, target: Console |
| 1712 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.870 INFO Starting download, target: DendriteStub |
| 1713 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.870 INFO Starting download, target: MaghemiteMgd |
| 1714 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.870 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.870 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.871 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.871 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1718 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.871 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.871 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1720 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.871 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1721 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.871 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-07-10T19:36:17.277Z | Jul 10 19:36:16.871 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-07-10T19:36:17.993Z | Jul 10 19:36:17.578 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-07-10T19:36:18.188Z | Jul 10 19:36:17.782 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-07-10T19:36:19.091Z | Jul 10 19:36:18.672 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1726 | 2026-07-10T19:36:19.329Z | Jul 10 19:36:18.920 INFO Download complete, target: Console |
| 1727 | 2026-07-10T19:36:19.947Z | Jul 10 19:36:19.533 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1728 | 2026-07-10T19:36:22.890Z | Jul 10 19:36:22.486 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1729 | 2026-07-10T19:36:22.932Z | Jul 10 19:36:22.525 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1730 | 2026-07-10T19:36:23.181Z | Jul 10 19:36:22.777 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1731 | 2026-07-10T19:36:23.694Z | Jul 10 19:36:23.289 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-07-10T19:36:23.694Z | Jul 10 19:36:23.289 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-07-10T19:36:24.768Z | Jul 10 19:36:24.362 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-07-10T19:36:25.453Z | Jul 10 19:36:25.050 INFO Download complete, target: DendriteStub |
| 1735 | 2026-07-10T19:36:25.692Z | Jul 10 19:36:25.287 INFO Download complete, target: MaghemiteMgd |
| 1736 | 2026-07-10T19:36:26.695Z | Jul 10 19:36:26.290 INFO Checking that binary works, target: Clickhouse |
| 1737 | 2026-07-10T19:36:26.782Z | Jul 10 19:36:26.379 INFO Download complete, target: Clickhouse |
| 1738 | 2026-07-10T19:36:28.282Z | Jul 10 19:36:27.877 INFO Checking that binary works, target: Cockroach |
| 1739 | 2026-07-10T19:36:28.406Z | Jul 10 19:36:28.003 INFO Download complete, target: Cockroach |
| 1740 | 2026-07-10T19:36:28.412Z | All prerequisites installed successfully |
| 1741 | 2026-07-10T19:36:28.415Z | |
| 1742 | 2026-07-10T19:36:28.415Z | real 1:46.700276552 |
| 1743 | 2026-07-10T19:36:28.415Z | user 6:37.267679305 |
| 1744 | 2026-07-10T19:36:28.415Z | sys 1:39.677378803 |
| 1745 | 2026-07-10T19:36:28.415Z | trap 0.258673235 |
| 1746 | 2026-07-10T19:36:28.415Z | tflt 0.754117489 |
| 1747 | 2026-07-10T19:36:28.415Z | dflt 1.498410338 |
| 1748 | 2026-07-10T19:36:28.415Z | kflt 0.024011256 |
| 1749 | 2026-07-10T19:36:28.415Z | lock 24:20.676802766 |
| 1750 | 2026-07-10T19:36:28.415Z | slp 18:14.694374778 |
| 1751 | 2026-07-10T19:36:28.415Z | lat 24.185547206 |
| 1752 | 2026-07-10T19:36:28.415Z | stop 2:41.505911676 |
| 1753 | 2026-07-10T19:36:28.415Z | + ptime -m cargo xtask download softnpu |
| 1754 | 2026-07-10T19:36:28.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1755 | 2026-07-10T19:36:28.875Z | Running `target/debug/xtask download softnpu` |
| 1756 | 2026-07-10T19:36:29.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1757 | 2026-07-10T19:36:29.651Z | Running `target/debug/xtask-downloader softnpu` |
| 1758 | 2026-07-10T19:36:29.690Z | Jul 10 19:36:29.287 INFO Starting download, target: Softnpu |
| 1759 | 2026-07-10T19:36:29.693Z | Jul 10 19:36:29.287 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1760 | 2026-07-10T19:36:30.378Z | Jul 10 19:36:29.973 INFO Download complete, target: Softnpu |
| 1761 | 2026-07-10T19:36:30.384Z | |
| 1762 | 2026-07-10T19:36:30.384Z | real 1.961573188 |
| 1763 | 2026-07-10T19:36:30.384Z | user 1.261235197 |
| 1764 | 2026-07-10T19:36:30.384Z | sys 0.585643949 |
| 1765 | 2026-07-10T19:36:30.384Z | trap 0.000528900 |
| 1766 | 2026-07-10T19:36:30.384Z | tflt 0.000150770 |
| 1767 | 2026-07-10T19:36:30.384Z | dflt 0.000139660 |
| 1768 | 2026-07-10T19:36:30.384Z | kflt 0.000000000 |
| 1769 | 2026-07-10T19:36:30.384Z | lock 12.634994494 |
| 1770 | 2026-07-10T19:36:30.384Z | slp 0.543213165 |
| 1771 | 2026-07-10T19:36:30.384Z | lat 0.072295132 |
| 1772 | 2026-07-10T19:36:30.384Z | stop 0.000170820 |
| 1773 | 2026-07-10T19:36:30.384Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-07-10T19:36:30.384Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-07-10T19:36:30.384Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1776 | 2026-07-10T19:36:31.273Z | Compiling proc-macro2 v1.0.106 |
| 1777 | 2026-07-10T19:36:31.273Z | Compiling quote v1.0.45 |
| 1778 | 2026-07-10T19:36:31.273Z | Compiling unicode-ident v1.0.24 |
| 1779 | 2026-07-10T19:36:31.273Z | Compiling libc v0.2.185 |
| 1780 | 2026-07-10T19:36:31.289Z | Compiling serde_core v1.0.228 |
| 1781 | 2026-07-10T19:36:31.289Z | Compiling serde v1.0.228 |
| 1782 | 2026-07-10T19:36:31.289Z | Compiling cfg-if v1.0.4 |
| 1783 | 2026-07-10T19:36:31.289Z | Compiling version_check v0.9.5 |
| 1784 | 2026-07-10T19:36:31.289Z | Compiling shlex v1.3.0 |
| 1785 | 2026-07-10T19:36:31.289Z | Compiling find-msvc-tools v0.1.9 |
| 1786 | 2026-07-10T19:36:31.289Z | Compiling zmij v1.0.21 |
| 1787 | 2026-07-10T19:36:31.393Z | Compiling memchr v2.8.0 |
| 1788 | 2026-07-10T19:36:31.397Z | Compiling serde_json v1.0.150 |
| 1789 | 2026-07-10T19:36:31.397Z | Compiling autocfg v1.5.0 |
| 1790 | 2026-07-10T19:36:31.573Z | Compiling portable-atomic v1.13.1 |
| 1791 | 2026-07-10T19:36:31.650Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-07-10T19:36:31.690Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-07-10T19:36:31.695Z | Compiling libm v0.2.16 |
| 1794 | 2026-07-10T19:36:31.776Z | Compiling parking_lot_core v0.9.12 |
| 1795 | 2026-07-10T19:36:31.857Z | Compiling icu_properties_data v2.1.2 |
| 1796 | 2026-07-10T19:36:31.888Z | Compiling num-traits v0.2.19 |
| 1797 | 2026-07-10T19:36:31.960Z | Compiling smallvec v1.15.1 |
| 1798 | 2026-07-10T19:36:31.991Z | Compiling icu_normalizer_data v2.1.1 |
| 1799 | 2026-07-10T19:36:32.022Z | Compiling generic-array v0.14.7 |
| 1800 | 2026-07-10T19:36:32.037Z | Compiling itoa v1.0.17 |
| 1801 | 2026-07-10T19:36:32.054Z | Compiling log v0.4.29 |
| 1802 | 2026-07-10T19:36:32.068Z | Compiling subtle v2.6.1 |
| 1803 | 2026-07-10T19:36:32.117Z | Compiling pkg-config v0.3.32 |
| 1804 | 2026-07-10T19:36:32.155Z | Compiling stable_deref_trait v1.2.1 |
| 1805 | 2026-07-10T19:36:32.243Z | Compiling typenum v1.20.1 |
| 1806 | 2026-07-10T19:36:32.285Z | Compiling scopeguard v1.2.0 |
| 1807 | 2026-07-10T19:36:32.312Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-07-10T19:36:32.338Z | Compiling errno v0.3.14 |
| 1809 | 2026-07-10T19:36:32.343Z | Compiling rand_core v0.10.0 |
| 1810 | 2026-07-10T19:36:32.344Z | Compiling fnv v1.0.7 |
| 1811 | 2026-07-10T19:36:32.417Z | Compiling lock_api v0.4.14 |
| 1812 | 2026-07-10T19:36:32.544Z | Compiling cc v1.2.56 |
| 1813 | 2026-07-10T19:36:32.556Z | Compiling pin-project-lite v0.2.17 |
| 1814 | 2026-07-10T19:36:32.586Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-07-10T19:36:32.600Z | Compiling thiserror v2.0.18 |
| 1816 | 2026-07-10T19:36:32.719Z | Compiling syn v2.0.117 |
| 1817 | 2026-07-10T19:36:32.724Z | Compiling litemap v0.8.1 |
| 1818 | 2026-07-10T19:36:32.751Z | Compiling percent-encoding v2.3.2 |
| 1819 | 2026-07-10T19:36:32.759Z | Compiling equivalent v1.0.2 |
| 1820 | 2026-07-10T19:36:32.782Z | Compiling writeable v0.6.2 |
| 1821 | 2026-07-10T19:36:32.788Z | Compiling getrandom v0.2.17 |
| 1822 | 2026-07-10T19:36:32.872Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-07-10T19:36:32.954Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-07-10T19:36:33.019Z | Compiling dunce v1.0.5 |
| 1825 | 2026-07-10T19:36:33.049Z | Compiling fs_extra v1.3.0 |
| 1826 | 2026-07-10T19:36:33.055Z | Compiling critical-section v1.2.0 |
| 1827 | 2026-07-10T19:36:33.055Z | Compiling schemars v0.8.22 |
| 1828 | 2026-07-10T19:36:33.055Z | Compiling rustix v1.1.3 |
| 1829 | 2026-07-10T19:36:33.261Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-07-10T19:36:33.331Z | Compiling signal-hook-registry v1.4.8 |
| 1831 | 2026-07-10T19:36:33.382Z | Compiling once_cell v1.21.3 |
| 1832 | 2026-07-10T19:36:33.396Z | Compiling cmake v0.1.57 |
| 1833 | 2026-07-10T19:36:33.431Z | Compiling heck v0.5.0 |
| 1834 | 2026-07-10T19:36:33.450Z | Compiling utf8_iter v1.0.4 |
| 1835 | 2026-07-10T19:36:33.655Z | Compiling semver v1.0.28 |
| 1836 | 2026-07-10T19:36:33.686Z | Compiling parking_lot v0.12.5 |
| 1837 | 2026-07-10T19:36:33.781Z | Compiling indexmap v2.14.0 |
| 1838 | 2026-07-10T19:36:33.784Z | Compiling bitflags v2.11.0 |
| 1839 | 2026-07-10T19:36:33.816Z | Compiling form_urlencoded v1.2.2 |
| 1840 | 2026-07-10T19:36:33.816Z | Compiling socket2 v0.6.3 |
| 1841 | 2026-07-10T19:36:33.881Z | Compiling mio v1.2.0 |
| 1842 | 2026-07-10T19:36:33.940Z | Compiling aws-lc-sys v0.40.0 |
| 1843 | 2026-07-10T19:36:33.986Z | Compiling futures-core v0.3.32 |
| 1844 | 2026-07-10T19:36:33.999Z | Compiling aws-lc-rs v1.16.3 |
| 1845 | 2026-07-10T19:36:34.162Z | Compiling strsim v0.11.1 |
| 1846 | 2026-07-10T19:36:34.232Z | Compiling httparse v1.10.1 |
| 1847 | 2026-07-10T19:36:34.445Z | Compiling byteorder v1.5.0 |
| 1848 | 2026-07-10T19:36:34.472Z | Compiling thiserror v1.0.69 |
| 1849 | 2026-07-10T19:36:34.508Z | Compiling ucd-trie v0.1.7 |
| 1850 | 2026-07-10T19:36:34.526Z | Compiling ident_case v1.0.1 |
| 1851 | 2026-07-10T19:36:34.574Z | Compiling syn v1.0.109 |
| 1852 | 2026-07-10T19:36:34.606Z | Compiling regex-syntax v0.8.10 |
| 1853 | 2026-07-10T19:36:34.627Z | Compiling vcpkg v0.2.15 |
| 1854 | 2026-07-10T19:36:34.645Z | Compiling pest v2.8.6 |
| 1855 | 2026-07-10T19:36:34.648Z | Compiling iana-time-zone v0.1.65 |
| 1856 | 2026-07-10T19:36:34.649Z | Compiling const-oid v0.9.6 |
| 1857 | 2026-07-10T19:36:34.921Z | Compiling uuid v1.23.4 |
| 1858 | 2026-07-10T19:36:35.052Z | Compiling rustc_version v0.4.1 |
| 1859 | 2026-07-10T19:36:35.090Z | Compiling futures-sink v0.3.32 |
| 1860 | 2026-07-10T19:36:35.190Z | Compiling rustls v0.23.41 |
| 1861 | 2026-07-10T19:36:35.242Z | Compiling openssl-sys v0.9.115 |
| 1862 | 2026-07-10T19:36:35.259Z | Compiling futures-channel v0.3.32 |
| 1863 | 2026-07-10T19:36:35.405Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-07-10T19:36:35.434Z | Compiling slab v0.4.12 |
| 1865 | 2026-07-10T19:36:35.434Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-07-10T19:36:35.529Z | Compiling synstructure v0.13.2 |
| 1867 | 2026-07-10T19:36:35.572Z | Compiling serde_derive_internals v0.29.1 |
| 1868 | 2026-07-10T19:36:35.603Z | Compiling futures-task v0.3.32 |
| 1869 | 2026-07-10T19:36:35.685Z | Compiling dyn-clone v1.0.20 |
| 1870 | 2026-07-10T19:36:35.751Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-07-10T19:36:35.792Z | Compiling num-conv v0.2.0 |
| 1872 | 2026-07-10T19:36:35.813Z | Compiling crc32fast v1.5.0 |
| 1873 | 2026-07-10T19:36:35.849Z | Compiling plain v0.2.3 |
| 1874 | 2026-07-10T19:36:35.867Z | Compiling time-core v0.1.8 |
| 1875 | 2026-07-10T19:36:35.970Z | Compiling base64 v0.22.1 |
| 1876 | 2026-07-10T19:36:36.025Z | Compiling time-macros v0.2.27 |
| 1877 | 2026-07-10T19:36:36.060Z | Compiling crossbeam-utils v0.8.21 |
| 1878 | 2026-07-10T19:36:36.130Z | Compiling pretty-hex v0.4.1 |
| 1879 | 2026-07-10T19:36:36.147Z | Compiling openssl v0.10.79 |
| 1880 | 2026-07-10T19:36:36.240Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-07-10T19:36:36.277Z | Compiling darling_core v0.21.3 |
| 1882 | 2026-07-10T19:36:36.294Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1883 | 2026-07-10T19:36:36.371Z | Compiling pest_generator v2.8.6 |
| 1884 | 2026-07-10T19:36:36.439Z | Compiling native-tls v0.2.18 |
| 1885 | 2026-07-10T19:36:36.453Z | Compiling anyhow v1.0.102 |
| 1886 | 2026-07-10T19:36:36.486Z | Compiling rand_core v0.9.5 |
| 1887 | 2026-07-10T19:36:36.697Z | Compiling slog v2.8.2 |
| 1888 | 2026-07-10T19:36:36.713Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-07-10T19:36:36.779Z | Compiling serde_derive v1.0.228 |
| 1890 | 2026-07-10T19:36:36.803Z | Compiling zeroize_derive v1.4.3 |
| 1891 | 2026-07-10T19:36:36.816Z | Compiling zerofrom-derive v0.1.6 |
| 1892 | 2026-07-10T19:36:36.932Z | Compiling yoke-derive v0.8.1 |
| 1893 | 2026-07-10T19:36:36.961Z | Compiling zerovec-derive v0.11.2 |
| 1894 | 2026-07-10T19:36:36.976Z | Compiling displaydoc v0.2.5 |
| 1895 | 2026-07-10T19:36:37.006Z | Compiling zerocopy-derive v0.8.40 |
| 1896 | 2026-07-10T19:36:37.019Z | Compiling tokio-macros v2.7.0 |
| 1897 | 2026-07-10T19:36:37.023Z | Compiling futures-macro v0.3.32 |
| 1898 | 2026-07-10T19:36:37.258Z | Compiling thiserror-impl v2.0.18 |
| 1899 | 2026-07-10T19:36:37.513Z | Compiling zeroize v1.8.2 |
| 1900 | 2026-07-10T19:36:37.716Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-07-10T19:36:37.745Z | Compiling tracing-attributes v0.1.31 |
| 1902 | 2026-07-10T19:36:37.856Z | Compiling der_derive v0.7.3 |
| 1903 | 2026-07-10T19:36:37.910Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2026-07-10T19:36:37.977Z | Compiling zerofrom v0.1.6 |
| 1905 | 2026-07-10T19:36:38.120Z | Compiling yoke v0.8.1 |
| 1906 | 2026-07-10T19:36:38.340Z | Compiling zerovec v0.11.5 |
| 1907 | 2026-07-10T19:36:38.358Z | Compiling zerotrie v0.2.3 |
| 1908 | 2026-07-10T19:36:38.433Z | Compiling crypto-common v0.1.7 |
| 1909 | 2026-07-10T19:36:38.475Z | Compiling pest_derive v2.8.6 |
| 1910 | 2026-07-10T19:36:38.593Z | Compiling futures-util v0.3.32 |
| 1911 | 2026-07-10T19:36:38.792Z | Compiling block-buffer v0.10.4 |
| 1912 | 2026-07-10T19:36:38.894Z | Compiling tinystr v0.8.2 |
| 1913 | 2026-07-10T19:36:38.939Z | Compiling potential_utf v0.1.4 |
| 1914 | 2026-07-10T19:36:38.972Z | Compiling digest v0.10.7 |
| 1915 | 2026-07-10T19:36:39.054Z | Compiling scroll_derive v0.12.1 |
| 1916 | 2026-07-10T19:36:39.114Z | Compiling icu_locale_core v2.1.1 |
| 1917 | 2026-07-10T19:36:39.130Z | Compiling icu_collections v2.1.1 |
| 1918 | 2026-07-10T19:36:39.191Z | Compiling scroll_derive v0.13.1 |
| 1919 | 2026-07-10T19:36:39.253Z | Compiling openssl-macros v0.1.1 |
| 1920 | 2026-07-10T19:36:39.496Z | Compiling regex v1.12.3 |
| 1921 | 2026-07-10T19:36:39.744Z | Compiling darling_macro v0.21.3 |
| 1922 | 2026-07-10T19:36:39.761Z | Compiling icu_provider v2.1.1 |
| 1923 | 2026-07-10T19:36:39.803Z | Compiling zerocopy-derive v0.7.35 |
| 1924 | 2026-07-10T19:36:39.888Z | Compiling cookie v0.18.1 |
| 1925 | 2026-07-10T19:36:39.952Z | Compiling bytes v1.11.1 |
| 1926 | 2026-07-10T19:36:39.970Z | Compiling chrono v0.4.44 |
| 1927 | 2026-07-10T19:36:40.082Z | Compiling icu_normalizer v2.1.1 |
| 1928 | 2026-07-10T19:36:40.124Z | Compiling icu_properties v2.1.2 |
| 1929 | 2026-07-10T19:36:40.264Z | Compiling serde_tokenstream v0.2.3 |
| 1930 | 2026-07-10T19:36:40.564Z | Compiling tokio v1.52.1 |
| 1931 | 2026-07-10T19:36:40.613Z | Compiling http v1.4.2 |
| 1932 | 2026-07-10T19:36:40.855Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-10T19:36:41.028Z | Compiling idna_adapter v1.2.1 |
| 1934 | 2026-07-10T19:36:41.170Z | Compiling idna v1.1.0 |
| 1935 | 2026-07-10T19:36:41.290Z | Compiling ppv-lite86 v0.2.21 |
| 1936 | 2026-07-10T19:36:41.344Z | Compiling camino v1.2.2 |
| 1937 | 2026-07-10T19:36:41.522Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-07-10T19:36:41.534Z | Compiling darling v0.21.3 |
| 1939 | 2026-07-10T19:36:41.573Z | Compiling url v2.5.8 |
| 1940 | 2026-07-10T19:36:41.652Z | Compiling tracing v0.1.44 |
| 1941 | 2026-07-10T19:36:41.864Z | Compiling flagset v0.4.7 |
| 1942 | 2026-07-10T19:36:42.063Z | Compiling der v0.7.10 |
| 1943 | 2026-07-10T19:36:42.343Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-07-10T19:36:42.357Z | Compiling http-body v1.0.1 |
| 1945 | 2026-07-10T19:36:42.520Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-07-10T19:36:42.745Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-07-10T19:36:42.866Z | Compiling paste v1.0.15 |
| 1948 | 2026-07-10T19:36:42.900Z | Compiling either v1.15.0 |
| 1949 | 2026-07-10T19:36:42.976Z | Compiling usdt-impl v0.6.0 |
| 1950 | 2026-07-10T19:36:43.001Z | Compiling cmov v0.5.4 |
| 1951 | 2026-07-10T19:36:43.125Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-07-10T19:36:43.153Z | Compiling fastrand v2.3.0 |
| 1953 | 2026-07-10T19:36:43.231Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-07-10T19:36:43.246Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-07-10T19:36:43.252Z | Compiling tinyvec v1.10.0 |
| 1956 | 2026-07-10T19:36:43.311Z | Compiling ctutils v0.4.2 |
| 1957 | 2026-07-10T19:36:43.423Z | Compiling spki v0.7.3 |
| 1958 | 2026-07-10T19:36:43.490Z | Compiling rand v0.9.2 |
| 1959 | 2026-07-10T19:36:43.596Z | Compiling toml_datetime v0.6.11 |
| 1960 | 2026-07-10T19:36:43.655Z | Compiling serde_spanned v0.6.9 |
| 1961 | 2026-07-10T19:36:43.733Z | Compiling scroll v0.13.0 |
| 1962 | 2026-07-10T19:36:43.733Z | Compiling scroll v0.12.0 |
| 1963 | 2026-07-10T19:36:43.733Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-07-10T19:36:43.785Z | Compiling heapless v0.7.17 |
| 1965 | 2026-07-10T19:36:43.867Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-07-10T19:36:43.901Z | Compiling tower-layer v0.3.3 |
| 1967 | 2026-07-10T19:36:43.901Z | Compiling atomic-waker v1.1.2 |
| 1968 | 2026-07-10T19:36:43.901Z | Compiling winnow v1.0.3 |
| 1969 | 2026-07-10T19:36:43.933Z | Compiling signal-hook v0.3.18 |
| 1970 | 2026-07-10T19:36:43.962Z | Compiling rustix v0.38.44 |
| 1971 | 2026-07-10T19:36:44.081Z | Compiling zstd-safe v7.2.4 |
| 1972 | 2026-07-10T19:36:44.128Z | Compiling try-lock v0.2.5 |
| 1973 | 2026-07-10T19:36:44.129Z | Compiling litrs v1.0.0 |
| 1974 | 2026-07-10T19:36:44.161Z | Compiling untrusted v0.7.1 |
| 1975 | 2026-07-10T19:36:44.197Z | Compiling winnow v0.7.14 |
| 1976 | 2026-07-10T19:36:44.198Z | Compiling tower-service v0.3.3 |
| 1977 | 2026-07-10T19:36:44.208Z | Compiling cpufeatures v0.2.17 |
| 1978 | 2026-07-10T19:36:44.280Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1979 | 2026-07-10T19:36:44.295Z | Compiling want v0.3.1 |
| 1980 | 2026-07-10T19:36:44.295Z | Compiling goblin v0.8.2 |
| 1981 | 2026-07-10T19:36:44.309Z | Compiling goblin v0.10.5 |
| 1982 | 2026-07-10T19:36:44.363Z | Compiling hybrid-array v0.4.13 |
| 1983 | 2026-07-10T19:36:44.464Z | Compiling tokio-util v0.7.18 |
| 1984 | 2026-07-10T19:36:44.586Z | Compiling document-features v0.2.12 |
| 1985 | 2026-07-10T19:36:44.900Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-07-10T19:36:45.112Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-07-10T19:36:45.123Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-07-10T19:36:45.195Z | Compiling h2 v0.4.15 |
| 1989 | 2026-07-10T19:36:45.439Z | Compiling darling_core v0.20.11 |
| 1990 | 2026-07-10T19:36:45.465Z | Compiling curve25519-dalek v4.1.3 |
| 1991 | 2026-07-10T19:36:45.482Z | Compiling memoffset v0.9.1 |
| 1992 | 2026-07-10T19:36:45.568Z | Compiling utf8parse v0.2.2 |
| 1993 | 2026-07-10T19:36:45.801Z | Compiling untrusted v0.9.0 |
| 1994 | 2026-07-10T19:36:45.895Z | Compiling httpdate v1.0.3 |
| 1995 | 2026-07-10T19:36:45.918Z | Compiling winnow v0.5.40 |
| 1996 | 2026-07-10T19:36:45.934Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-07-10T19:36:45.974Z | Compiling powerfmt v0.2.0 |
| 1998 | 2026-07-10T19:36:46.047Z | Compiling tempfile v3.25.0 |
| 1999 | 2026-07-10T19:36:46.075Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-07-10T19:36:46.122Z | Compiling deranged v0.5.8 |
| 2001 | 2026-07-10T19:36:46.363Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-07-10T19:36:46.405Z | Compiling pkcs8 v0.10.2 |
| 2003 | 2026-07-10T19:36:46.628Z | Compiling dof v0.3.0 |
| 2004 | 2026-07-10T19:36:46.826Z | Compiling dtrace-parser v0.2.0 |
| 2005 | 2026-07-10T19:36:47.074Z | Compiling dof v0.4.0 |
| 2006 | 2026-07-10T19:36:47.238Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-07-10T19:36:47.395Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-07-10T19:36:47.508Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-07-10T19:36:47.508Z | Compiling pin-project-internal v1.1.11 |
| 2010 | 2026-07-10T19:36:47.712Z | Compiling daft-derive v0.1.7 |
| 2011 | 2026-07-10T19:36:47.864Z | Compiling spin v0.9.8 |
| 2012 | 2026-07-10T19:36:47.883Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-07-10T19:36:47.971Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-07-10T19:36:48.050Z | Compiling smoltcp v0.9.1 |
| 2015 | 2026-07-10T19:36:48.110Z | Compiling num_threads v0.1.7 |
| 2016 | 2026-07-10T19:36:48.113Z | Compiling cfg_aliases v0.2.1 |
| 2017 | 2026-07-10T19:36:48.145Z | Compiling anstyle v1.0.14 |
| 2018 | 2026-07-10T19:36:48.252Z | Compiling num-bigint-dig v0.8.6 |
| 2019 | 2026-07-10T19:36:48.360Z | Compiling hyper v1.10.1 |
| 2020 | 2026-07-10T19:36:48.392Z | Compiling nix v0.31.2 |
| 2021 | 2026-07-10T19:36:48.548Z | Compiling time v0.3.47 |
| 2022 | 2026-07-10T19:36:48.561Z | Compiling darling v0.20.11 |
| 2023 | 2026-07-10T19:36:48.779Z | Compiling sha2 v0.10.9 |
| 2024 | 2026-07-10T19:36:48.989Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-07-10T19:36:49.043Z | Compiling hmac v0.12.1 |
| 2026 | 2026-07-10T19:36:49.101Z | Compiling strum_macros v0.26.4 |
| 2027 | 2026-07-10T19:36:49.142Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-07-10T19:36:49.286Z | Compiling sync_wrapper v1.0.2 |
| 2029 | 2026-07-10T19:36:49.408Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-07-10T19:36:49.475Z | Compiling hyper-util v0.1.20 |
| 2031 | 2026-07-10T19:36:49.651Z | Compiling simd-adler32 v0.3.8 |
| 2032 | 2026-07-10T19:36:49.770Z | Compiling bit-vec v0.8.0 |
| 2033 | 2026-07-10T19:36:49.922Z | Compiling anstyle-query v1.1.5 |
| 2034 | 2026-07-10T19:36:50.032Z | Compiling is_terminal_polyfill v1.70.2 |
| 2035 | 2026-07-10T19:36:50.088Z | Compiling quick-error v1.2.3 |
| 2036 | 2026-07-10T19:36:50.129Z | Compiling siphasher v1.0.2 |
| 2037 | 2026-07-10T19:36:50.198Z | Compiling colorchoice v1.0.4 |
| 2038 | 2026-07-10T19:36:50.373Z | Compiling rusty-fork v0.3.1 |
| 2039 | 2026-07-10T19:36:50.570Z | Compiling bit-set v0.8.0 |
| 2040 | 2026-07-10T19:36:50.681Z | Compiling tower v0.5.3 |
| 2041 | 2026-07-10T19:36:50.968Z | Compiling derive_builder_core v0.20.2 |
| 2042 | 2026-07-10T19:36:51.155Z | Compiling http-body-util v0.1.3 |
| 2043 | 2026-07-10T19:36:51.191Z | Compiling hubpack_derive v0.1.1 |
| 2044 | 2026-07-10T19:36:51.255Z | Compiling snafu-derive v0.8.9 |
| 2045 | 2026-07-10T19:36:51.350Z | Compiling strum_macros v0.27.2 |
| 2046 | 2026-07-10T19:36:51.440Z | Compiling rand_xorshift v0.4.0 |
| 2047 | 2026-07-10T19:36:51.510Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-07-10T19:36:51.530Z | Compiling ahash v0.8.12 |
| 2049 | 2026-07-10T19:36:51.645Z | Compiling iri-string v0.7.10 |
| 2050 | 2026-07-10T19:36:51.664Z | Compiling ryu v1.0.23 |
| 2051 | 2026-07-10T19:36:51.742Z | Compiling unarray v0.1.4 |
| 2052 | 2026-07-10T19:36:51.790Z | Compiling unicode-properties v0.1.4 |
| 2053 | 2026-07-10T19:36:51.869Z | Compiling allocator-api2 v0.2.21 |
| 2054 | 2026-07-10T19:36:51.894Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-07-10T19:36:51.936Z | Compiling unicode-bidi v0.3.18 |
| 2056 | 2026-07-10T19:36:52.012Z | Compiling object v0.37.3 |
| 2057 | 2026-07-10T19:36:52.047Z | Compiling unicode-segmentation v1.12.0 |
| 2058 | 2026-07-10T19:36:52.212Z | Compiling miniz_oxide v0.8.9 |
| 2059 | 2026-07-10T19:36:52.300Z | Compiling stringprep v0.1.5 |
| 2060 | 2026-07-10T19:36:52.414Z | Compiling proptest v1.10.0 |
| 2061 | 2026-07-10T19:36:52.644Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-07-10T19:36:52.704Z | Compiling derive_builder_macro v0.20.2 |
| 2063 | 2026-07-10T19:36:52.811Z | Compiling tower-http v0.6.8 |
| 2064 | 2026-07-10T19:36:52.908Z | Compiling tokio-native-tls v0.3.1 |
| 2065 | 2026-07-10T19:36:52.965Z | Compiling usdt-macro v0.6.0 |
| 2066 | 2026-07-10T19:36:53.074Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-07-10T19:36:53.191Z | Compiling anstyle-parse v1.0.0 |
| 2068 | 2026-07-10T19:36:53.212Z | Compiling crypto-common v0.2.2 |
| 2069 | 2026-07-10T19:36:53.225Z | Compiling block-buffer v0.12.1 |
| 2070 | 2026-07-10T19:36:53.256Z | Compiling block-padding v0.4.2 |
| 2071 | 2026-07-10T19:36:53.634Z | Compiling rustls-native-certs v0.8.3 |
| 2072 | 2026-07-10T19:36:53.717Z | Compiling rand_chacha v0.3.1 |
| 2073 | 2026-07-10T19:36:53.811Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-07-10T19:36:53.864Z | Compiling signature v2.2.0 |
| 2075 | 2026-07-10T19:36:53.864Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-07-10T19:36:53.896Z | Compiling bstr v1.12.1 |
| 2077 | 2026-07-10T19:36:53.997Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-07-10T19:36:54.037Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-07-10T19:36:54.051Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-07-10T19:36:54.179Z | Compiling encoding_rs v0.8.35 |
| 2081 | 2026-07-10T19:36:54.211Z | Compiling psl-types v2.0.11 |
| 2082 | 2026-07-10T19:36:54.308Z | Compiling mime v0.3.17 |
| 2083 | 2026-07-10T19:36:54.351Z | Compiling zlib-rs v0.6.2 |
| 2084 | 2026-07-10T19:36:54.414Z | Compiling fallible-iterator v0.2.0 |
| 2085 | 2026-07-10T19:36:54.432Z | Compiling cpufeatures v0.3.0 |
| 2086 | 2026-07-10T19:36:54.498Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-07-10T19:36:54.557Z | Compiling publicsuffix v2.3.0 |
| 2088 | 2026-07-10T19:36:54.669Z | Compiling num-iter v0.1.45 |
| 2089 | 2026-07-10T19:36:54.742Z | Compiling postgres-protocol v0.6.10 |
| 2090 | 2026-07-10T19:36:55.453Z | Compiling rand v0.8.6 |
| 2091 | 2026-07-10T19:36:55.508Z | Compiling inout v0.2.2 |
| 2092 | 2026-07-10T19:36:55.508Z | Compiling oxnet v0.1.6 |
| 2093 | 2026-07-10T19:36:55.508Z | Compiling anstream v1.0.0 |
| 2094 | 2026-07-10T19:36:55.509Z | Compiling derive_builder v0.20.2 |
| 2095 | 2026-07-10T19:36:55.509Z | Compiling hyper-tls v0.6.0 |
| 2096 | 2026-07-10T19:36:55.530Z | Compiling heck v0.4.1 |
| 2097 | 2026-07-10T19:36:55.563Z | Compiling phf_shared v0.13.1 |
| 2098 | 2026-07-10T19:36:55.571Z | Compiling pin-project v1.1.11 |
| 2099 | 2026-07-10T19:36:55.697Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-07-10T19:36:55.774Z | Compiling anstyle-parse v0.2.7 |
| 2101 | 2026-07-10T19:36:55.852Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-07-10T19:36:55.867Z | Compiling serde_with_macros v3.17.0 |
| 2103 | 2026-07-10T19:36:55.884Z | Compiling futures-executor v0.3.32 |
| 2104 | 2026-07-10T19:36:55.897Z | Compiling hex v0.4.3 |
| 2105 | 2026-07-10T19:36:55.983Z | Compiling serde_repr v0.1.20 |
| 2106 | 2026-07-10T19:36:56.003Z | Compiling enum-as-inner v0.6.1 |
| 2107 | 2026-07-10T19:36:56.050Z | Compiling clap_derive v4.6.1 |
| 2108 | 2026-07-10T19:36:56.128Z | Compiling async-recursion v1.1.1 |
| 2109 | 2026-07-10T19:36:56.197Z | Compiling ff v0.13.1 |
| 2110 | 2026-07-10T19:36:56.216Z | Compiling vergen v9.1.0 |
| 2111 | 2026-07-10T19:36:56.235Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-07-10T19:36:56.441Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-07-10T19:36:56.503Z | Compiling same-file v1.0.6 |
| 2114 | 2026-07-10T19:36:56.581Z | Compiling libbz2-rs-sys v0.2.2 |
| 2115 | 2026-07-10T19:36:56.676Z | Compiling managed v0.8.0 |
| 2116 | 2026-07-10T19:36:56.767Z | Compiling bitflags v1.3.2 |
| 2117 | 2026-07-10T19:36:56.788Z | Compiling clap_lex v1.0.0 |
| 2118 | 2026-07-10T19:36:56.804Z | Compiling foldhash v0.2.0 |
| 2119 | 2026-07-10T19:36:56.818Z | Compiling base16ct v0.2.0 |
| 2120 | 2026-07-10T19:36:56.857Z | Compiling foldhash v0.1.5 |
| 2121 | 2026-07-10T19:36:56.945Z | Compiling bumpalo v3.20.2 |
| 2122 | 2026-07-10T19:36:57.035Z | Compiling hashbrown v0.15.5 |
| 2123 | 2026-07-10T19:36:57.046Z | Compiling bzip2 v0.6.1 |
| 2124 | 2026-07-10T19:36:57.058Z | Compiling sec1 v0.7.3 |
| 2125 | 2026-07-10T19:36:57.137Z | Compiling hashbrown v0.16.1 |
| 2126 | 2026-07-10T19:36:57.224Z | Compiling zopfli v0.8.3 |
| 2127 | 2026-07-10T19:36:57.252Z | Compiling clap_builder v4.6.0 |
| 2128 | 2026-07-10T19:36:57.427Z | Compiling walkdir v2.5.0 |
| 2129 | 2026-07-10T19:36:57.710Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-07-10T19:36:57.762Z | Compiling group v0.13.0 |
| 2131 | 2026-07-10T19:36:57.818Z | Compiling futures v0.3.32 |
| 2132 | 2026-07-10T19:36:57.858Z | Compiling zstd v0.13.3 |
| 2133 | 2026-07-10T19:36:57.911Z | Compiling anstream v0.6.21 |
| 2134 | 2026-07-10T19:36:58.345Z | Compiling phf v0.13.1 |
| 2135 | 2026-07-10T19:36:58.463Z | Compiling snafu v0.8.9 |
| 2136 | 2026-07-10T19:36:58.526Z | Compiling reqwest v0.12.28 |
| 2137 | 2026-07-10T19:36:58.572Z | Compiling daft v0.1.7 |
| 2138 | 2026-07-10T19:36:58.870Z | Compiling signal-hook-mio v0.2.5 |
| 2139 | 2026-07-10T19:36:58.953Z | Compiling cipher v0.5.2 |
| 2140 | 2026-07-10T19:36:59.010Z | Compiling cookie_store v0.22.1 |
| 2141 | 2026-07-10T19:36:59.030Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-07-10T19:36:59.053Z | Compiling bzip2 v0.4.4 |
| 2143 | 2026-07-10T19:36:59.126Z | Compiling globset v0.4.18 |
| 2144 | 2026-07-10T19:36:59.241Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-07-10T19:36:59.258Z | Compiling strum v0.27.2 |
| 2146 | 2026-07-10T19:36:59.431Z | Compiling hubpack v0.1.2 |
| 2147 | 2026-07-10T19:37:02.806Z | Compiling phf_shared v0.11.3 |
| 2148 | 2026-07-10T19:37:02.829Z | Compiling hkdf v0.12.4 |
| 2149 | 2026-07-10T19:37:02.830Z | Compiling crossbeam-epoch v0.9.18 |
| 2150 | 2026-07-10T19:37:02.830Z | Compiling olpc-cjson v0.1.4 |
| 2151 | 2026-07-10T19:37:02.830Z | Compiling pkcs1 v0.7.5 |
| 2152 | 2026-07-10T19:37:02.830Z | Compiling pem v3.0.6 |
| 2153 | 2026-07-10T19:37:02.830Z | Compiling serde_plain v1.0.2 |
| 2154 | 2026-07-10T19:37:02.830Z | Compiling serde-big-array v0.5.1 |
| 2155 | 2026-07-10T19:37:02.830Z | Compiling crypto-bigint v0.5.5 |
| 2156 | 2026-07-10T19:37:02.830Z | Compiling float-cmp v0.10.0 |
| 2157 | 2026-07-10T19:37:02.830Z | Compiling memmap2 v0.9.10 |
| 2158 | 2026-07-10T19:37:02.830Z | Compiling env_filter v1.0.0 |
| 2159 | 2026-07-10T19:37:02.830Z | Compiling fixedbitset v0.5.7 |
| 2160 | 2026-07-10T19:37:02.830Z | Compiling predicates-core v1.0.10 |
| 2161 | 2026-07-10T19:37:02.830Z | Compiling difflib v0.4.0 |
| 2162 | 2026-07-10T19:37:02.830Z | Compiling typed-path v0.9.3 |
| 2163 | 2026-07-10T19:37:02.830Z | Compiling fixedbitset v0.4.2 |
| 2164 | 2026-07-10T19:37:02.830Z | Compiling precomputed-hash v0.1.1 |
| 2165 | 2026-07-10T19:37:02.830Z | Compiling normalize-line-endings v0.3.0 |
| 2166 | 2026-07-10T19:37:02.830Z | Compiling new_debug_unreachable v1.0.6 |
| 2167 | 2026-07-10T19:37:02.830Z | Compiling whoami v2.1.0 |
| 2168 | 2026-07-10T19:37:02.830Z | Compiling const-oid v0.10.2 |
| 2169 | 2026-07-10T19:37:02.830Z | Compiling toml_write v0.1.2 |
| 2170 | 2026-07-10T19:37:02.830Z | Compiling keccak v0.1.6 |
| 2171 | 2026-07-10T19:37:02.830Z | Compiling jiff v0.2.21 |
| 2172 | 2026-07-10T19:37:02.830Z | Compiling data-encoding v2.10.0 |
| 2173 | 2026-07-10T19:37:02.830Z | Compiling static_assertions v1.1.0 |
| 2174 | 2026-07-10T19:37:02.830Z | Compiling chacha20 v0.10.0 |
| 2175 | 2026-07-10T19:37:02.830Z | Compiling sha3 v0.10.8 |
| 2176 | 2026-07-10T19:37:02.830Z | Compiling toml_edit v0.22.27 |
| 2177 | 2026-07-10T19:37:02.830Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2178 | 2026-07-10T19:37:02.830Z | Compiling tokio-postgres v0.7.16 |
| 2179 | 2026-07-10T19:37:02.830Z | Compiling elliptic-curve v0.13.8 |
| 2180 | 2026-07-10T19:37:02.830Z | Compiling hickory-proto v0.25.2 |
| 2181 | 2026-07-10T19:37:02.830Z | Compiling digest v0.11.3 |
| 2182 | 2026-07-10T19:37:02.830Z | Compiling predicates v3.1.4 |
| 2183 | 2026-07-10T19:37:02.830Z | Compiling string_cache v0.8.9 |
| 2184 | 2026-07-10T19:37:02.831Z | Compiling petgraph v0.6.5 |
| 2185 | 2026-07-10T19:37:02.831Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-07-10T19:37:02.831Z | Compiling env_logger v0.11.9 |
| 2187 | 2026-07-10T19:37:02.831Z | Compiling usdt v0.6.0 |
| 2188 | 2026-07-10T19:37:02.831Z | Compiling rsa v0.9.10 |
| 2189 | 2026-07-10T19:37:03.313Z | Compiling ed25519-dalek v2.2.0 |
| 2190 | 2026-07-10T19:37:03.372Z | Compiling zip v0.6.6 |
| 2191 | 2026-07-10T19:37:03.445Z | Compiling zip v4.6.1 |
| 2192 | 2026-07-10T19:37:03.628Z | Compiling crossterm v0.28.1 |
| 2193 | 2026-07-10T19:37:03.800Z | Compiling iddqd v0.4.2 |
| 2194 | 2026-07-10T19:37:03.834Z | Compiling clap v4.6.1 |
| 2195 | 2026-07-10T19:37:03.932Z | Compiling serde_with v3.17.0 |
| 2196 | 2026-07-10T19:37:04.223Z | Compiling similar v2.7.0 |
| 2197 | 2026-07-10T19:37:04.395Z | Compiling strum v0.26.3 |
| 2198 | 2026-07-10T19:37:04.429Z | Compiling toml v0.7.8 |
| 2199 | 2026-07-10T19:37:04.535Z | Compiling tokio-stream v0.1.18 |
| 2200 | 2026-07-10T19:37:04.551Z | Compiling buf-list v1.1.2 |
| 2201 | 2026-07-10T19:37:04.825Z | Compiling x509-cert v0.2.5 |
| 2202 | 2026-07-10T19:37:04.841Z | Compiling itertools v0.13.0 |
| 2203 | 2026-07-10T19:37:04.976Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2204 | 2026-07-10T19:37:05.021Z | Compiling openapiv3 v2.2.0 |
| 2205 | 2026-07-10T19:37:05.655Z | Compiling peg-runtime v0.8.5 |
| 2206 | 2026-07-10T19:37:05.944Z | Compiling lalrpop-util v0.19.12 |
| 2207 | 2026-07-10T19:37:21.973Z | Compiling rustls-webpki v0.103.13 |
| 2208 | 2026-07-10T19:37:22.828Z | Compiling macaddr v1.0.1 |
| 2209 | 2026-07-10T19:37:22.921Z | Compiling structmeta-derive v0.3.0 |
| 2210 | 2026-07-10T19:37:23.008Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-07-10T19:37:23.124Z | Compiling rayon-core v1.13.0 |
| 2212 | 2026-07-10T19:37:23.253Z | Compiling itertools v0.14.0 |
| 2213 | 2026-07-10T19:37:23.269Z | Compiling secrecy v0.10.3 |
| 2214 | 2026-07-10T19:37:23.327Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-07-10T19:37:23.375Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2216 | 2026-07-10T19:37:23.458Z | Compiling heapless v0.8.0 |
| 2217 | 2026-07-10T19:37:23.631Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2218 | 2026-07-10T19:37:23.767Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2219 | 2026-07-10T19:37:23.955Z | Compiling structmeta v0.3.0 |
| 2220 | 2026-07-10T19:37:23.981Z | Compiling crossbeam-deque v0.8.6 |
| 2221 | 2026-07-10T19:37:23.998Z | Compiling inout v0.1.4 |
| 2222 | 2026-07-10T19:37:24.013Z | Compiling hash32 v0.3.1 |
| 2223 | 2026-07-10T19:37:24.030Z | Compiling multer v3.1.0 |
| 2224 | 2026-07-10T19:37:24.063Z | Compiling thread_local v1.1.9 |
| 2225 | 2026-07-10T19:37:24.176Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2226 | 2026-07-10T19:37:24.191Z | Compiling slog-async v2.8.0 |
| 2227 | 2026-07-10T19:37:24.207Z | Compiling unicode-width v0.2.0 |
| 2228 | 2026-07-10T19:37:24.228Z | Compiling smoltcp v0.11.0 |
| 2229 | 2026-07-10T19:37:24.256Z | Compiling compression-core v0.4.31 |
| 2230 | 2026-07-10T19:37:24.423Z | Compiling match_cfg v0.1.0 |
| 2231 | 2026-07-10T19:37:24.454Z | Compiling compression-codecs v0.4.37 |
| 2232 | 2026-07-10T19:37:24.513Z | Compiling hostname v0.3.1 |
| 2233 | 2026-07-10T19:37:24.530Z | Compiling derive-ex v0.1.8 |
| 2234 | 2026-07-10T19:37:24.546Z | Compiling proc-macro-crate v3.4.0 |
| 2235 | 2026-07-10T19:37:24.564Z | Compiling ingot-macros v0.1.1 |
| 2236 | 2026-07-10T19:37:24.628Z | Compiling cipher v0.4.4 |
| 2237 | 2026-07-10T19:37:24.695Z | Compiling atomicwrites v0.4.4 |
| 2238 | 2026-07-10T19:37:24.833Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-07-10T19:37:24.894Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-07-10T19:37:24.983Z | Compiling half v2.7.1 |
| 2241 | 2026-07-10T19:37:25.000Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-07-10T19:37:25.096Z | Compiling cobs v0.3.0 |
| 2243 | 2026-07-10T19:37:25.110Z | Compiling universal-hash v0.5.1 |
| 2244 | 2026-07-10T19:37:25.275Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2245 | 2026-07-10T19:37:25.349Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-07-10T19:37:25.388Z | Compiling tokio-rustls v0.26.4 |
| 2247 | 2026-07-10T19:37:25.597Z | Compiling rustls-platform-verifier v0.6.2 |
| 2248 | 2026-07-10T19:37:25.673Z | Compiling hyper-rustls v0.27.7 |
| 2249 | 2026-07-10T19:37:25.728Z | Compiling tough v0.22.0 |
| 2250 | 2026-07-10T19:37:25.748Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2251 | 2026-07-10T19:37:25.819Z | Compiling serde_spanned v1.1.1 |
| 2252 | 2026-07-10T19:37:25.942Z | Compiling reqwest v0.13.2 |
| 2253 | 2026-07-10T19:37:25.992Z | Compiling is-terminal v0.4.17 |
| 2254 | 2026-07-10T19:37:26.009Z | Compiling dropshot v0.17.1 |
| 2255 | 2026-07-10T19:37:26.038Z | Compiling proc-macro-error-attr v1.0.4 |
| 2256 | 2026-07-10T19:37:26.084Z | Compiling take_mut v0.2.2 |
| 2257 | 2026-07-10T19:37:26.112Z | Compiling term v1.2.1 |
| 2258 | 2026-07-10T19:37:26.192Z | Compiling opaque-debug v0.3.1 |
| 2259 | 2026-07-10T19:37:26.216Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2260 | 2026-07-10T19:37:26.251Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2261 | 2026-07-10T19:37:26.270Z | Compiling convert_case v0.4.0 |
| 2262 | 2026-07-10T19:37:26.283Z | Compiling ciborium-io v0.2.2 |
| 2263 | 2026-07-10T19:37:26.323Z | Compiling thiserror-no-std v2.0.2 |
| 2264 | 2026-07-10T19:37:26.396Z | Compiling ciborium-ll v0.2.2 |
| 2265 | 2026-07-10T19:37:26.432Z | Compiling slog-term v2.9.2 |
| 2266 | 2026-07-10T19:37:26.471Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2267 | 2026-07-10T19:37:26.586Z | Compiling poly1305 v0.8.0 |
| 2268 | 2026-07-10T19:37:26.601Z | Compiling derive_more v0.99.20 |
| 2269 | 2026-07-10T19:37:26.858Z | Compiling test-strategy v0.4.5 |
| 2270 | 2026-07-10T19:37:26.923Z | Compiling async-stream v0.3.6 |
| 2271 | 2026-07-10T19:37:26.983Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2272 | 2026-07-10T19:37:27.144Z | Compiling postcard v1.1.3 |
| 2273 | 2026-07-10T19:37:27.197Z | Compiling ingot-types v0.1.2 |
| 2274 | 2026-07-10T19:37:27.537Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-07-10T19:37:27.691Z | Compiling ingot v0.1.1 |
| 2276 | 2026-07-10T19:37:27.707Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-07-10T19:37:27.751Z | Compiling chacha20 v0.9.1 |
| 2278 | 2026-07-10T19:37:27.928Z | Compiling async-compression v0.4.41 |
| 2279 | 2026-07-10T19:37:28.041Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-07-10T19:37:28.185Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2281 | 2026-07-10T19:37:28.407Z | Compiling sha1 v0.11.0 |
| 2282 | 2026-07-10T19:37:28.690Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-07-10T19:37:28.875Z | Compiling proc-macro-crate v1.3.1 |
| 2284 | 2026-07-10T19:37:28.880Z | Compiling waitgroup v0.1.2 |
| 2285 | 2026-07-10T19:37:28.950Z | Compiling backon v1.6.0 |
| 2286 | 2026-07-10T19:37:29.016Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2287 | 2026-07-10T19:37:29.049Z | Compiling password-hash v0.5.0 |
| 2288 | 2026-07-10T19:37:29.189Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-07-10T19:37:29.228Z | Compiling dropshot_endpoint v0.17.1 |
| 2290 | 2026-07-10T19:37:29.244Z | Compiling blake2 v0.10.6 |
| 2291 | 2026-07-10T19:37:29.260Z | Compiling aead v0.5.2 |
| 2292 | 2026-07-10T19:37:29.314Z | Compiling foreign-types-macros v0.2.3 |
| 2293 | 2026-07-10T19:37:29.342Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2294 | 2026-07-10T19:37:29.365Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2295 | 2026-07-10T19:37:29.479Z | Compiling serde_path_to_error v0.1.20 |
| 2296 | 2026-07-10T19:37:29.495Z | Compiling hostname v0.4.2 |
| 2297 | 2026-07-10T19:37:29.557Z | Compiling proc-macro-error v1.0.4 |
| 2298 | 2026-07-10T19:37:29.681Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2299 | 2026-07-10T19:37:29.725Z | Compiling instant v0.1.13 |
| 2300 | 2026-07-10T19:37:29.755Z | Compiling debug-ignore v1.0.5 |
| 2301 | 2026-07-10T19:37:29.803Z | Compiling foreign-types-shared v0.3.1 |
| 2302 | 2026-07-10T19:37:29.818Z | Compiling backoff v0.4.0 |
| 2303 | 2026-07-10T19:37:29.884Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2304 | 2026-07-10T19:37:29.916Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2305 | 2026-07-10T19:37:29.949Z | Compiling parse-display v0.10.0 |
| 2306 | 2026-07-10T19:37:29.966Z | Compiling foreign-types v0.5.0 |
| 2307 | 2026-07-10T19:37:29.985Z | Compiling argon2 v0.5.3 |
| 2308 | 2026-07-10T19:37:29.985Z | Compiling chacha20poly1305 v0.10.1 |
| 2309 | 2026-07-10T19:37:30.012Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2310 | 2026-07-10T19:37:30.030Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-07-10T19:37:30.055Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2312 | 2026-07-10T19:37:30.071Z | Compiling num_enum v0.7.6 |
| 2313 | 2026-07-10T19:37:30.158Z | Compiling ciborium v0.2.2 |
| 2314 | 2026-07-10T19:37:30.323Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-07-10T19:37:30.340Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-07-10T19:37:30.471Z | Compiling regress v0.10.5 |
| 2317 | 2026-07-10T19:37:30.536Z | Compiling byte-wrapper v0.1.0 |
| 2318 | 2026-07-10T19:37:30.609Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-07-10T19:37:30.742Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2320 | 2026-07-10T19:37:30.804Z | Compiling cstr-argument v0.1.2 |
| 2321 | 2026-07-10T19:37:30.827Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2322 | 2026-07-10T19:37:30.861Z | Compiling humantime v2.3.0 |
| 2323 | 2026-07-10T19:37:30.986Z | Compiling num_enum v0.5.11 |
| 2324 | 2026-07-10T19:37:31.002Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-07-10T19:37:31.032Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2326 | 2026-07-10T19:37:31.077Z | Compiling rayon v1.11.0 |
| 2327 | 2026-07-10T19:37:31.092Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-07-10T19:37:31.133Z | Compiling rand v0.10.1 |
| 2329 | 2026-07-10T19:37:31.239Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-07-10T19:37:31.285Z | Compiling indent_write v2.2.0 |
| 2331 | 2026-07-10T19:37:31.304Z | Compiling libefi-sys v0.1.0 |
| 2332 | 2026-07-10T19:37:31.319Z | Compiling colored v3.1.1 |
| 2333 | 2026-07-10T19:37:31.424Z | Compiling zone_cfg_derive v0.3.1 |
| 2334 | 2026-07-10T19:37:31.440Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-07-10T19:37:31.454Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2336 | 2026-07-10T19:37:31.570Z | Compiling camino-tempfile v1.4.1 |
| 2337 | 2026-07-10T19:37:31.607Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2338 | 2026-07-10T19:37:31.619Z | Compiling itertools v0.12.1 |
| 2339 | 2026-07-10T19:37:31.640Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-07-10T19:37:31.684Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-07-10T19:37:31.943Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2342 | 2026-07-10T19:37:31.979Z | Compiling bitfield-struct v0.6.2 |
| 2343 | 2026-07-10T19:37:31.996Z | Compiling num-derive v0.4.2 |
| 2344 | 2026-07-10T19:37:32.027Z | Compiling blake3 v1.8.5 |
| 2345 | 2026-07-10T19:37:32.051Z | Compiling sigpipe v0.1.3 |
| 2346 | 2026-07-10T19:37:32.068Z | Compiling memmap v0.7.0 |
| 2347 | 2026-07-10T19:37:32.083Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2348 | 2026-07-10T19:37:32.089Z | Compiling glob v0.3.3 |
| 2349 | 2026-07-10T19:37:32.235Z | Compiling swrite v0.1.0 |
| 2350 | 2026-07-10T19:37:32.325Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2351 | 2026-07-10T19:37:32.441Z | Compiling smf v0.2.3 |
| 2352 | 2026-07-10T19:37:32.458Z | Compiling usdt v0.5.0 |
| 2353 | 2026-07-10T19:37:32.569Z | Compiling filetime v0.2.27 |
| 2354 | 2026-07-10T19:37:32.641Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-07-10T19:37:32.670Z | Compiling whoami v1.6.1 |
| 2356 | 2026-07-10T19:37:32.816Z | Compiling constant_time_eq v0.4.2 |
| 2357 | 2026-07-10T19:37:32.849Z | Compiling arrayref v0.3.9 |
| 2358 | 2026-07-10T19:37:32.910Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2359 | 2026-07-10T19:37:32.928Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2360 | 2026-07-10T19:37:32.942Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-07-10T19:37:32.997Z | Compiling zone v0.3.1 |
| 2362 | 2026-07-10T19:37:33.024Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2363 | 2026-07-10T19:37:33.048Z | Compiling xattr v1.6.1 |
| 2364 | 2026-07-10T19:37:33.065Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-07-10T19:37:33.137Z | Compiling tokio-dtrace v0.1.1 |
| 2366 | 2026-07-10T19:37:33.153Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2367 | 2026-07-10T19:37:33.198Z | Compiling tar v0.4.45 |
| 2368 | 2026-07-10T19:37:33.263Z | Compiling console v0.16.2 |
| 2369 | 2026-07-10T19:37:33.309Z | Compiling gethostname v0.5.0 |
| 2370 | 2026-07-10T19:37:33.477Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-07-10T19:37:33.492Z | Compiling unit-prefix v0.5.2 |
| 2372 | 2026-07-10T19:37:33.617Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-07-10T19:37:33.675Z | Compiling indicatif v0.18.4 |
| 2374 | 2026-07-10T19:37:33.675Z | Compiling toml v0.8.23 |
| 2375 | 2026-07-10T19:37:33.750Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2376 | 2026-07-10T19:37:33.870Z | Compiling shell-words v1.1.1 |
| 2377 | 2026-07-10T19:37:43.145Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-07-10T19:37:43.145Z | Compiling omicron-zone-package v0.12.3 |
| 2379 | 2026-07-10T19:37:43.395Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-07-10T19:37:43.678Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2026-07-10T19:37:43.699Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2382 | 2026-07-10T19:37:43.737Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-07-10T19:37:43.936Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-07-10T19:37:43.942Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-07-10T19:37:43.942Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-07-10T19:37:43.968Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2387 | 2026-07-10T19:37:44.057Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-07-10T19:37:44.562Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2026-07-10T19:37:48.516Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-07-10T19:37:56.471Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-07-10T19:37:59.632Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-07-10T19:38:00.669Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-07-10T19:38:10.039Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2394 | 2026-07-10T19:38:10.178Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-07-10T19:38:10.236Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-07-10T19:38:10.241Z | Created new build target 'test' and set it as active |
| 2397 | 2026-07-10T19:38:10.241Z | |
| 2398 | 2026-07-10T19:38:10.241Z | real 1:39.853495377 |
| 2399 | 2026-07-10T19:38:10.241Z | user 16:24.045310644 |
| 2400 | 2026-07-10T19:38:10.242Z | sys 2:34.369856399 |
| 2401 | 2026-07-10T19:38:10.242Z | trap 0.470163223 |
| 2402 | 2026-07-10T19:38:10.242Z | tflt 2.239507889 |
| 2403 | 2026-07-10T19:38:10.242Z | dflt 4.032201296 |
| 2404 | 2026-07-10T19:38:10.242Z | kflt 0.000787220 |
| 2405 | 2026-07-10T19:38:10.242Z | lock 51:49.633737619 |
| 2406 | 2026-07-10T19:38:10.242Z | slp 42:17.562776051 |
| 2407 | 2026-07-10T19:38:10.242Z | lat 42.637869594 |
| 2408 | 2026-07-10T19:38:10.242Z | stop 5:10.977613941 |
| 2409 | 2026-07-10T19:38:10.242Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-07-10T19:38:11.084Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2411 | 2026-07-10T19:38:11.150Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-07-10T19:38:11.205Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-07-10T19:38:12.586Z | Compiling heck v0.5.0 |
| 2414 | 2026-07-10T19:38:12.586Z | Compiling regress v0.11.1 |
| 2415 | 2026-07-10T19:38:12.803Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-07-10T19:38:12.836Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-07-10T19:38:12.865Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2418 | 2026-07-10T19:38:12.868Z | Compiling unicode-width v0.1.14 |
| 2419 | 2026-07-10T19:38:12.907Z | Compiling derive-where v1.6.0 |
| 2420 | 2026-07-10T19:38:12.907Z | Compiling bytecount v0.6.9 |
| 2421 | 2026-07-10T19:38:12.910Z | Compiling atomicwrites v0.4.4 |
| 2422 | 2026-07-10T19:38:12.910Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-07-10T19:38:13.011Z | Compiling prettyplease v0.2.37 |
| 2424 | 2026-07-10T19:38:13.014Z | Compiling console v0.15.11 |
| 2425 | 2026-07-10T19:38:13.015Z | Compiling newline-converter v0.3.0 |
| 2426 | 2026-07-10T19:38:13.015Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-07-10T19:38:13.031Z | Compiling owo-colors v4.3.0 |
| 2428 | 2026-07-10T19:38:13.095Z | Compiling resolv-conf v0.7.6 |
| 2429 | 2026-07-10T19:38:13.115Z | Compiling cancel-safe-futures v0.1.5 |
| 2430 | 2026-07-10T19:38:13.139Z | Compiling num-rational v0.4.2 |
| 2431 | 2026-07-10T19:38:13.139Z | Compiling libsw-core v0.3.2 |
| 2432 | 2026-07-10T19:38:13.215Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-07-10T19:38:13.236Z | Compiling num-complex v0.4.6 |
| 2434 | 2026-07-10T19:38:13.302Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-07-10T19:38:13.336Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-07-10T19:38:13.357Z | Compiling compression-core v0.4.31 |
| 2437 | 2026-07-10T19:38:13.444Z | Compiling expectorate v1.2.0 |
| 2438 | 2026-07-10T19:38:13.481Z | Compiling match_cfg v0.1.0 |
| 2439 | 2026-07-10T19:38:13.501Z | Compiling compression-codecs v0.4.37 |
| 2440 | 2026-07-10T19:38:13.600Z | Compiling hostname v0.3.1 |
| 2441 | 2026-07-10T19:38:13.692Z | Compiling num v0.4.3 |
| 2442 | 2026-07-10T19:38:13.703Z | Compiling libsw v3.5.0 |
| 2443 | 2026-07-10T19:38:13.725Z | Compiling multer v3.1.0 |
| 2444 | 2026-07-10T19:38:13.744Z | Compiling slog-async v2.8.0 |
| 2445 | 2026-07-10T19:38:13.765Z | Compiling crossbeam-channel v0.5.15 |
| 2446 | 2026-07-10T19:38:13.788Z | Compiling slog-json v2.6.1 |
| 2447 | 2026-07-10T19:38:13.811Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2448 | 2026-07-10T19:38:13.814Z | Compiling serde_spanned v1.1.1 |
| 2449 | 2026-07-10T19:38:13.919Z | Compiling linked-hash-map v0.5.6 |
| 2450 | 2026-07-10T19:38:13.958Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2451 | 2026-07-10T19:38:14.017Z | Compiling float-ord v0.3.2 |
| 2452 | 2026-07-10T19:38:14.022Z | Compiling linear-map v1.2.0 |
| 2453 | 2026-07-10T19:38:14.101Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-07-10T19:38:14.123Z | Compiling term v1.2.1 |
| 2455 | 2026-07-10T19:38:14.127Z | Compiling take_mut v0.2.2 |
| 2456 | 2026-07-10T19:38:14.167Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2457 | 2026-07-10T19:38:14.167Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2458 | 2026-07-10T19:38:14.170Z | Compiling lru-cache v0.1.2 |
| 2459 | 2026-07-10T19:38:14.227Z | Compiling slog-bunyan v2.5.0 |
| 2460 | 2026-07-10T19:38:14.249Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2461 | 2026-07-10T19:38:14.313Z | Compiling async-compression v0.4.41 |
| 2462 | 2026-07-10T19:38:14.371Z | Compiling typify-impl v0.6.2 |
| 2463 | 2026-07-10T19:38:14.391Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2464 | 2026-07-10T19:38:14.458Z | Compiling slog-term v2.9.2 |
| 2465 | 2026-07-10T19:38:14.638Z | Compiling dropshot v0.17.1 |
| 2466 | 2026-07-10T19:38:14.660Z | Compiling async-stream v0.3.6 |
| 2467 | 2026-07-10T19:38:14.663Z | Compiling sha1 v0.11.0 |
| 2468 | 2026-07-10T19:38:14.712Z | Compiling progenitor-client v0.14.0 |
| 2469 | 2026-07-10T19:38:14.719Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2470 | 2026-07-10T19:38:14.722Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-07-10T19:38:14.858Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-07-10T19:38:14.882Z | Compiling backon v1.6.0 |
| 2473 | 2026-07-10T19:38:14.904Z | Compiling hostname v0.4.2 |
| 2474 | 2026-07-10T19:38:14.924Z | Compiling serde_path_to_error v0.1.20 |
| 2475 | 2026-07-10T19:38:14.952Z | Compiling instant v0.1.13 |
| 2476 | 2026-07-10T19:38:14.999Z | Compiling minimal-lexical v0.2.1 |
| 2477 | 2026-07-10T19:38:15.027Z | Compiling debug-ignore v1.0.5 |
| 2478 | 2026-07-10T19:38:15.063Z | Compiling progenitor-extras v0.2.0 |
| 2479 | 2026-07-10T19:38:15.112Z | Compiling backoff v0.4.0 |
| 2480 | 2026-07-10T19:38:15.118Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2481 | 2026-07-10T19:38:15.124Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2482 | 2026-07-10T19:38:15.184Z | Compiling nom v7.1.3 |
| 2483 | 2026-07-10T19:38:15.293Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2484 | 2026-07-10T19:38:15.317Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2485 | 2026-07-10T19:38:15.339Z | Compiling parse-display v0.10.0 |
| 2486 | 2026-07-10T19:38:15.342Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-07-10T19:38:15.382Z | Compiling hickory-proto v0.24.4 |
| 2488 | 2026-07-10T19:38:15.626Z | Compiling regress v0.10.5 |
| 2489 | 2026-07-10T19:38:15.977Z | Compiling macaddr v1.0.1 |
| 2490 | 2026-07-10T19:38:16.055Z | Compiling humantime v2.3.0 |
| 2491 | 2026-07-10T19:38:16.099Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-07-10T19:38:16.248Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2493 | 2026-07-10T19:38:16.338Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2494 | 2026-07-10T19:38:16.459Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2495 | 2026-07-10T19:38:16.590Z | Compiling convert_case v0.10.0 |
| 2496 | 2026-07-10T19:38:16.648Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2497 | 2026-07-10T19:38:16.912Z | Compiling derive_more-impl v2.1.1 |
| 2498 | 2026-07-10T19:38:17.339Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2499 | 2026-07-10T19:38:17.390Z | Compiling toml v0.8.23 |
| 2500 | 2026-07-10T19:38:17.581Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2501 | 2026-07-10T19:38:17.697Z | Compiling papergrid v0.11.0 |
| 2502 | 2026-07-10T19:38:17.745Z | Compiling derive_more v2.1.1 |
| 2503 | 2026-07-10T19:38:17.765Z | Compiling tabled_derive v0.7.0 |
| 2504 | 2026-07-10T19:38:17.857Z | Compiling termtree v0.5.1 |
| 2505 | 2026-07-10T19:38:17.882Z | Compiling typify-macro v0.6.2 |
| 2506 | 2026-07-10T19:38:18.020Z | Compiling hickory-resolver v0.24.4 |
| 2507 | 2026-07-10T19:38:18.042Z | Compiling crossterm v0.29.0 |
| 2508 | 2026-07-10T19:38:18.065Z | Compiling phf_shared v0.12.1 |
| 2509 | 2026-07-10T19:38:18.342Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-07-10T19:38:18.698Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2511 | 2026-07-10T19:38:18.921Z | Compiling tabled v0.15.0 |
| 2512 | 2026-07-10T19:38:18.944Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2513 | 2026-07-10T19:38:19.444Z | Compiling typify v0.6.2 |
| 2514 | 2026-07-10T19:38:19.721Z | Compiling progenitor-impl v0.14.0 |
| 2515 | 2026-07-10T19:38:20.068Z | Compiling qorb v0.4.1 |
| 2516 | 2026-07-10T19:38:21.089Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2517 | 2026-07-10T19:38:21.614Z | Compiling vte v0.14.1 |
| 2518 | 2026-07-10T19:38:21.836Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-07-10T19:38:21.873Z | Compiling csv-core v0.1.13 |
| 2520 | 2026-07-10T19:38:21.939Z | Compiling chrono-tz v0.10.4 |
| 2521 | 2026-07-10T19:38:22.305Z | Compiling highway v1.3.0 |
| 2522 | 2026-07-10T19:38:22.901Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2523 | 2026-07-10T19:38:23.088Z | Compiling csv v1.4.0 |
| 2524 | 2026-07-10T19:38:23.216Z | Compiling strip-ansi-escapes v0.2.1 |
| 2525 | 2026-07-10T19:38:23.539Z | Compiling phf v0.12.1 |
| 2526 | 2026-07-10T19:38:23.544Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-07-10T19:38:23.544Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-07-10T19:38:23.553Z | Compiling fd-lock v4.0.4 |
| 2529 | 2026-07-10T19:38:23.721Z | Compiling peg-macros v0.8.5 |
| 2530 | 2026-07-10T19:38:23.944Z | Compiling nu-ansi-term v0.50.3 |
| 2531 | 2026-07-10T19:38:24.081Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2532 | 2026-07-10T19:38:24.241Z | Compiling const_format v0.2.35 |
| 2533 | 2026-07-10T19:38:24.270Z | Compiling reedline v0.40.0 |
| 2534 | 2026-07-10T19:38:24.772Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2535 | 2026-07-10T19:38:24.992Z | Compiling peg v0.8.5 |
| 2536 | 2026-07-10T19:38:25.098Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2537 | 2026-07-10T19:38:25.657Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2538 | 2026-07-10T19:38:25.942Z | Compiling progenitor v0.14.0 |
| 2539 | 2026-07-10T19:38:26.091Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-07-10T19:38:26.123Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2541 | 2026-07-10T19:38:26.182Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2542 | 2026-07-10T19:38:26.220Z | Compiling bcs v0.1.6 |
| 2543 | 2026-07-10T19:38:26.646Z | Compiling nom v8.0.0 |
| 2544 | 2026-07-10T19:38:26.856Z | Compiling semver v0.1.20 |
| 2545 | 2026-07-10T19:38:27.147Z | Compiling rustc_version v0.1.7 |
| 2546 | 2026-07-10T19:38:27.398Z | Compiling newtype_derive v0.1.6 |
| 2547 | 2026-07-10T19:38:27.630Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-07-10T19:38:27.888Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2549 | 2026-07-10T19:38:28.093Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2550 | 2026-07-10T19:38:28.287Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-07-10T19:38:28.490Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2552 | 2026-07-10T19:38:28.581Z | Compiling unicode-linebreak v0.1.5 |
| 2553 | 2026-07-10T19:38:28.625Z | Compiling smawk v0.3.2 |
| 2554 | 2026-07-10T19:38:28.812Z | Compiling textwrap v0.16.2 |
| 2555 | 2026-07-10T19:38:28.872Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2556 | 2026-07-10T19:38:28.895Z | Compiling steno v0.4.1 |
| 2557 | 2026-07-10T19:38:28.919Z | Compiling base64 v0.21.7 |
| 2558 | 2026-07-10T19:38:29.464Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2559 | 2026-07-10T19:38:29.801Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2560 | 2026-07-10T19:38:30.004Z | Compiling sha1 v0.10.6 |
| 2561 | 2026-07-10T19:38:30.387Z | Compiling tagptr v0.2.0 |
| 2562 | 2026-07-10T19:38:30.411Z | Compiling utf-8 v0.7.6 |
| 2563 | 2026-07-10T19:38:30.433Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2564 | 2026-07-10T19:38:30.506Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2565 | 2026-07-10T19:38:30.578Z | Compiling moka v0.12.13 |
| 2566 | 2026-07-10T19:38:30.647Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-07-10T19:38:30.695Z | Compiling display-error-chain v0.2.2 |
| 2568 | 2026-07-10T19:38:30.887Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-10T19:38:30.910Z | Compiling radium v0.7.0 |
| 2570 | 2026-07-10T19:38:30.931Z | Compiling maybe-uninit v2.0.0 |
| 2571 | 2026-07-10T19:38:31.253Z | Compiling tokio-tungstenite v0.21.0 |
| 2572 | 2026-07-10T19:38:31.283Z | Compiling tap v1.0.1 |
| 2573 | 2026-07-10T19:38:31.436Z | Compiling wyz v0.5.1 |
| 2574 | 2026-07-10T19:38:31.637Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2575 | 2026-07-10T19:38:31.675Z | Compiling hickory-resolver v0.25.2 |
| 2576 | 2026-07-10T19:38:31.978Z | Compiling vergen-lib v0.1.6 |
| 2577 | 2026-07-10T19:38:32.112Z | Compiling zerocopy-derive v0.6.6 |
| 2578 | 2026-07-10T19:38:32.214Z | Compiling funty v2.0.0 |
| 2579 | 2026-07-10T19:38:32.766Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2580 | 2026-07-10T19:38:32.919Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-07-10T19:38:33.212Z | Compiling packed_struct v0.10.1 |
| 2582 | 2026-07-10T19:38:33.233Z | Compiling crc-catalog v2.4.0 |
| 2583 | 2026-07-10T19:38:33.358Z | Compiling crc v3.4.0 |
| 2584 | 2026-07-10T19:38:33.572Z | Compiling zerocopy v0.6.6 |
| 2585 | 2026-07-10T19:38:33.593Z | Compiling bitvec v1.0.1 |
| 2586 | 2026-07-10T19:38:33.968Z | Compiling scheduled-thread-pool v0.2.7 |
| 2587 | 2026-07-10T19:38:33.992Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2588 | 2026-07-10T19:38:34.560Z | Compiling dsl_auto_type v0.2.0 |
| 2589 | 2026-07-10T19:38:34.676Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-07-10T19:38:34.700Z | Compiling vergen-gitcl v1.0.8 |
| 2591 | 2026-07-10T19:38:34.908Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2592 | 2026-07-10T19:38:34.954Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2593 | 2026-07-10T19:38:35.063Z | Compiling bitfield-macros v0.19.4 |
| 2594 | 2026-07-10T19:38:35.100Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2595 | 2026-07-10T19:38:35.317Z | Compiling dirs-sys-next v0.1.2 |
| 2596 | 2026-07-10T19:38:35.446Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2597 | 2026-07-10T19:38:35.588Z | Compiling indexmap v1.9.3 |
| 2598 | 2026-07-10T19:38:35.693Z | Compiling nodrop v0.1.14 |
| 2599 | 2026-07-10T19:38:35.791Z | Compiling glob v0.3.3 |
| 2600 | 2026-07-10T19:38:35.826Z | Compiling maplit v1.0.2 |
| 2601 | 2026-07-10T19:38:35.847Z | Compiling crunchy v0.2.4 |
| 2602 | 2026-07-10T19:38:35.890Z | Compiling proc-macro-error2 v2.0.1 |
| 2603 | 2026-07-10T19:38:35.972Z | Compiling array-init v0.0.4 |
| 2604 | 2026-07-10T19:38:36.155Z | Compiling clang-sys v1.8.1 |
| 2605 | 2026-07-10T19:38:36.205Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-07-10T19:38:36.362Z | Compiling dirs-next v2.0.0 |
| 2607 | 2026-07-10T19:38:36.561Z | Compiling r2d2 v0.8.10 |
| 2608 | 2026-07-10T19:38:36.579Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-07-10T19:38:36.857Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-07-10T19:38:36.879Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-07-10T19:38:36.923Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-07-10T19:38:37.107Z | Compiling downcast-rs v2.0.2 |
| 2613 | 2026-07-10T19:38:37.236Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-07-10T19:38:37.394Z | Compiling term v0.7.0 |
| 2615 | 2026-07-10T19:38:37.704Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-07-10T19:38:37.794Z | Compiling libscf-sys v1.1.0 |
| 2617 | 2026-07-10T19:38:37.816Z | Compiling tabled_derive v0.11.0 |
| 2618 | 2026-07-10T19:38:37.908Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-07-10T19:38:37.939Z | Compiling ron v0.8.1 |
| 2620 | 2026-07-10T19:38:37.962Z | Compiling papergrid v0.17.0 |
| 2621 | 2026-07-10T19:38:38.060Z | Compiling testing_table v0.3.0 |
| 2622 | 2026-07-10T19:38:38.097Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-07-10T19:38:38.151Z | Compiling crc-any v2.5.0 |
| 2624 | 2026-07-10T19:38:38.496Z | Compiling bit-vec v0.6.3 |
| 2625 | 2026-07-10T19:38:38.729Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2626 | 2026-07-10T19:38:38.750Z | Compiling bit-set v0.5.3 |
| 2627 | 2026-07-10T19:38:38.812Z | Compiling object v0.30.4 |
| 2628 | 2026-07-10T19:38:38.898Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2629 | 2026-07-10T19:38:38.943Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2630 | 2026-07-10T19:38:39.397Z | Compiling tabled v0.20.0 |
| 2631 | 2026-07-10T19:38:39.419Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2632 | 2026-07-10T19:38:39.637Z | Compiling ascii-canvas v3.0.0 |
| 2633 | 2026-07-10T19:38:39.888Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2634 | 2026-07-10T19:38:39.950Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2635 | 2026-07-10T19:38:40.321Z | Compiling progenitor-impl v0.13.0 |
| 2636 | 2026-07-10T19:38:40.541Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2637 | 2026-07-10T19:38:40.650Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-07-10T19:38:40.708Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2639 | 2026-07-10T19:38:40.850Z | Compiling itertools v0.10.5 |
| 2640 | 2026-07-10T19:38:40.904Z | Compiling ena v0.14.4 |
| 2641 | 2026-07-10T19:38:41.162Z | Compiling libloading v0.8.9 |
| 2642 | 2026-07-10T19:38:41.183Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-07-10T19:38:41.206Z | Compiling diesel v2.3.7 |
| 2644 | 2026-07-10T19:38:41.412Z | Compiling diff v0.1.13 |
| 2645 | 2026-07-10T19:38:41.437Z | Compiling path-slash v0.1.5 |
| 2646 | 2026-07-10T19:38:41.624Z | Compiling bindgen v0.71.1 |
| 2647 | 2026-07-10T19:38:41.669Z | Compiling regex-syntax v0.6.29 |
| 2648 | 2026-07-10T19:38:41.918Z | Compiling unicase v2.9.0 |
| 2649 | 2026-07-10T19:38:41.956Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-07-10T19:38:42.167Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-07-10T19:38:42.379Z | Compiling xshell v0.2.7 |
| 2652 | 2026-07-10T19:38:42.496Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2653 | 2026-07-10T19:38:43.597Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-07-10T19:38:43.642Z | Compiling progenitor-macro v0.13.0 |
| 2655 | 2026-07-10T19:38:43.719Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2656 | 2026-07-10T19:38:44.517Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-07-10T19:38:45.153Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-07-10T19:38:45.286Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2659 | 2026-07-10T19:38:45.428Z | Compiling progenitor-client v0.13.0 |
| 2660 | 2026-07-10T19:38:45.757Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-07-10T19:38:45.964Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2662 | 2026-07-10T19:38:47.153Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-07-10T19:38:47.175Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2664 | 2026-07-10T19:38:47.633Z | Compiling progenitor v0.13.0 |
| 2665 | 2026-07-10T19:38:47.656Z | Compiling headers-core v0.3.0 |
| 2666 | 2026-07-10T19:38:47.819Z | Compiling libxml v0.3.3 |
| 2667 | 2026-07-10T19:38:47.843Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-07-10T19:38:47.874Z | Compiling headers v0.4.1 |
| 2669 | 2026-07-10T19:38:47.980Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-07-10T19:38:48.135Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-07-10T19:38:48.224Z | Compiling indoc v1.0.9 |
| 2672 | 2026-07-10T19:38:48.438Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-07-10T19:38:48.458Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-07-10T19:38:48.669Z | Compiling derive_builder v0.20.2 |
| 2675 | 2026-07-10T19:38:48.698Z | Compiling quick-xml v0.37.5 |
| 2676 | 2026-07-10T19:38:48.836Z | Compiling oso-derive v0.27.3 |
| 2677 | 2026-07-10T19:38:49.191Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2678 | 2026-07-10T19:38:49.369Z | Compiling openssl-probe v0.1.6 |
| 2679 | 2026-07-10T19:38:49.436Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2680 | 2026-07-10T19:38:49.506Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2681 | 2026-07-10T19:38:49.664Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-07-10T19:38:49.893Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2683 | 2026-07-10T19:38:50.148Z | Compiling bb8 v0.8.6 |
| 2684 | 2026-07-10T19:38:50.241Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-07-10T19:38:50.449Z | Compiling half v1.8.3 |
| 2686 | 2026-07-10T19:38:50.558Z | Compiling samael v0.0.19 |
| 2687 | 2026-07-10T19:38:50.580Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2688 | 2026-07-10T19:38:50.806Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2689 | 2026-07-10T19:38:50.921Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2690 | 2026-07-10T19:38:51.003Z | Compiling polar-core v0.27.3 |
| 2691 | 2026-07-10T19:38:51.718Z | Compiling serde_cbor v0.11.2 |
| 2692 | 2026-07-10T19:38:51.725Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2693 | 2026-07-10T19:38:51.725Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2694 | 2026-07-10T19:38:51.782Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2695 | 2026-07-10T19:38:51.869Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2696 | 2026-07-10T19:38:52.101Z | Compiling nonempty v0.12.0 |
| 2697 | 2026-07-10T19:38:52.321Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2698 | 2026-07-10T19:38:52.412Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2699 | 2026-07-10T19:38:52.591Z | Compiling fxhash v0.2.1 |
| 2700 | 2026-07-10T19:38:52.660Z | Compiling libz-sys v1.1.24 |
| 2701 | 2026-07-10T19:38:52.784Z | Compiling salty v0.3.0 |
| 2702 | 2026-07-10T19:38:53.223Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2703 | 2026-07-10T19:38:53.466Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2704 | 2026-07-10T19:38:53.837Z | Compiling kstat-rs v0.2.4 |
| 2705 | 2026-07-10T19:38:53.982Z | Compiling arc-swap v1.8.2 |
| 2706 | 2026-07-10T19:38:54.127Z | Compiling fs-err v2.11.0 |
| 2707 | 2026-07-10T19:38:54.369Z | Compiling slog-scope v4.4.1 |
| 2708 | 2026-07-10T19:38:54.525Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2709 | 2026-07-10T19:38:54.563Z | Compiling mime_guess v2.0.5 |
| 2710 | 2026-07-10T19:38:54.597Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2711 | 2026-07-10T19:38:55.087Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2712 | 2026-07-10T19:38:55.502Z | Compiling rfc6979 v0.4.0 |
| 2713 | 2026-07-10T19:38:55.575Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2714 | 2026-07-10T19:38:55.683Z | Compiling nanorand v0.7.0 |
| 2715 | 2026-07-10T19:38:55.909Z | Compiling darling_core v0.23.0 |
| 2716 | 2026-07-10T19:38:56.047Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2717 | 2026-07-10T19:38:56.474Z | Compiling parking_lot_core v0.8.6 |
| 2718 | 2026-07-10T19:38:56.799Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2719 | 2026-07-10T19:38:56.852Z | Compiling flume v0.11.1 |
| 2720 | 2026-07-10T19:38:57.269Z | Compiling ecdsa v0.16.9 |
| 2721 | 2026-07-10T19:38:57.927Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2722 | 2026-07-10T19:38:58.066Z | Compiling darling_macro v0.23.0 |
| 2723 | 2026-07-10T19:38:58.215Z | Compiling slog-stdlog v4.1.1 |
| 2724 | 2026-07-10T19:38:58.605Z | Compiling diesel-dtrace v0.5.0 |
| 2725 | 2026-07-10T19:38:58.678Z | Compiling async-bb8-diesel v0.2.1 |
| 2726 | 2026-07-10T19:38:58.833Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2727 | 2026-07-10T19:38:58.922Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2728 | 2026-07-10T19:38:59.036Z | Compiling primeorder v0.13.6 |
| 2729 | 2026-07-10T19:38:59.119Z | Compiling git-stub v1.0.0 |
| 2730 | 2026-07-10T19:38:59.353Z | Compiling atty v0.2.14 |
| 2731 | 2026-07-10T19:38:59.382Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2732 | 2026-07-10T19:38:59.498Z | Compiling strsim v0.10.0 |
| 2733 | 2026-07-10T19:38:59.622Z | Compiling http-range v0.1.5 |
| 2734 | 2026-07-10T19:38:59.804Z | Compiling instability v0.3.11 |
| 2735 | 2026-07-10T19:39:00.018Z | Compiling oso v0.27.3 |
| 2736 | 2026-07-10T19:39:00.045Z | Compiling parse-size v1.1.0 |
| 2737 | 2026-07-10T19:39:00.198Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2738 | 2026-07-10T19:39:00.267Z | Compiling darling_core v0.13.4 |
| 2739 | 2026-07-10T19:39:01.905Z | Compiling git-stub-vcs v0.1.0 |
| 2740 | 2026-07-10T19:39:02.033Z | Compiling p384 v0.13.1 |
| 2741 | 2026-07-10T19:39:02.266Z | Compiling darling v0.23.0 |
| 2742 | 2026-07-10T19:39:02.379Z | Compiling slog-envlogger v2.2.0 |
| 2743 | 2026-07-10T19:39:03.576Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2744 | 2026-07-10T19:39:04.225Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2745 | 2026-07-10T19:39:04.567Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2746 | 2026-07-10T19:39:05.788Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2747 | 2026-07-10T19:39:06.351Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2748 | 2026-07-10T19:39:06.522Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2749 | 2026-07-10T19:39:06.543Z | Compiling ignore v0.4.25 |
| 2750 | 2026-07-10T19:39:06.693Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-07-10T19:39:07.969Z | Compiling castaway v0.2.4 |
| 2752 | 2026-07-10T19:39:08.123Z | Compiling vergen-git2 v9.1.0 |
| 2753 | 2026-07-10T19:39:08.146Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-07-10T19:39:08.171Z | Compiling indoc v2.0.7 |
| 2755 | 2026-07-10T19:39:08.432Z | Compiling compact_str v0.8.1 |
| 2756 | 2026-07-10T19:39:08.469Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-07-10T19:39:09.285Z | Compiling globwalk v0.9.1 |
| 2758 | 2026-07-10T19:39:09.405Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2759 | 2026-07-10T19:39:09.578Z | Compiling parking_lot v0.11.2 |
| 2760 | 2026-07-10T19:39:09.953Z | Compiling hyper-staticfile v0.10.1 |
| 2761 | 2026-07-10T19:39:09.977Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2762 | 2026-07-10T19:39:10.362Z | Compiling darling_macro v0.13.4 |
| 2763 | 2026-07-10T19:39:10.507Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2764 | 2026-07-10T19:39:10.529Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-07-10T19:39:10.893Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2766 | 2026-07-10T19:39:10.918Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2767 | 2026-07-10T19:39:11.094Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2768 | 2026-07-10T19:39:11.118Z | Compiling predicates-tree v1.0.13 |
| 2769 | 2026-07-10T19:39:11.461Z | Compiling unicode-truncate v1.1.0 |
| 2770 | 2026-07-10T19:39:11.566Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2771 | 2026-07-10T19:39:11.686Z | Compiling lru v0.12.5 |
| 2772 | 2026-07-10T19:39:11.709Z | Compiling rand_seeder v0.4.0 |
| 2773 | 2026-07-10T19:39:11.815Z | Compiling prefix-trie v0.7.0 |
| 2774 | 2026-07-10T19:39:11.919Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2775 | 2026-07-10T19:39:11.970Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2776 | 2026-07-10T19:39:12.028Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2777 | 2026-07-10T19:39:12.060Z | Compiling corncobs v0.1.4 |
| 2778 | 2026-07-10T19:39:12.235Z | Compiling cassowary v0.3.0 |
| 2779 | 2026-07-10T19:39:12.325Z | Compiling hickory-server v0.25.2 |
| 2780 | 2026-07-10T19:39:12.329Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-07-10T19:39:12.368Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2782 | 2026-07-10T19:39:12.421Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-07-10T19:39:12.575Z | Compiling ratatui v0.29.0 |
| 2784 | 2026-07-10T19:39:12.699Z | Compiling camino-tempfile-ext v0.3.3 |
| 2785 | 2026-07-10T19:39:13.037Z | Compiling darling v0.13.4 |
| 2786 | 2026-07-10T19:39:13.109Z | Compiling sled v0.34.7 |
| 2787 | 2026-07-10T19:39:13.156Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2788 | 2026-07-10T19:39:13.325Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2789 | 2026-07-10T19:39:13.840Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2790 | 2026-07-10T19:39:14.065Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2791 | 2026-07-10T19:39:15.593Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2792 | 2026-07-10T19:39:16.204Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2793 | 2026-07-10T19:39:16.235Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2794 | 2026-07-10T19:39:16.446Z | Compiling secrecy v0.8.0 |
| 2795 | 2026-07-10T19:39:16.469Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2796 | 2026-07-10T19:39:16.783Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2797 | 2026-07-10T19:39:17.397Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2798 | 2026-07-10T19:39:17.559Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-07-10T19:39:18.566Z | Compiling serde_with_macros v1.5.2 |
| 2800 | 2026-07-10T19:39:18.706Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-07-10T19:39:19.368Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2802 | 2026-07-10T19:39:19.407Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2803 | 2026-07-10T19:39:20.082Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2804 | 2026-07-10T19:39:20.320Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2805 | 2026-07-10T19:39:20.557Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2806 | 2026-07-10T19:39:20.832Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2807 | 2026-07-10T19:39:20.889Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2808 | 2026-07-10T19:39:21.075Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2809 | 2026-07-10T19:39:21.135Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-07-10T19:39:21.158Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2811 | 2026-07-10T19:39:21.309Z | Compiling void v1.0.2 |
| 2812 | 2026-07-10T19:39:21.450Z | Compiling lzss v0.8.2 |
| 2813 | 2026-07-10T19:39:21.737Z | Compiling serde_with v1.14.0 |
| 2814 | 2026-07-10T19:39:21.762Z | Compiling illumos-nvpair v0.3.0 |
| 2815 | 2026-07-10T19:39:21.908Z | Compiling git2 v0.20.4 |
| 2816 | 2026-07-10T19:39:22.286Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2817 | 2026-07-10T19:39:22.889Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2818 | 2026-07-10T19:39:22.911Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2819 | 2026-07-10T19:39:22.935Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2820 | 2026-07-10T19:39:24.031Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2821 | 2026-07-10T19:39:25.501Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2822 | 2026-07-10T19:39:25.811Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2823 | 2026-07-10T19:39:26.007Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2824 | 2026-07-10T19:39:26.705Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2825 | 2026-07-10T19:39:26.749Z | Compiling tungstenite v0.23.0 |
| 2826 | 2026-07-10T19:39:26.834Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2827 | 2026-07-10T19:39:26.950Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2828 | 2026-07-10T19:39:28.857Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2829 | 2026-07-10T19:39:28.895Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2830 | 2026-07-10T19:39:29.086Z | Compiling nix v0.27.1 |
| 2831 | 2026-07-10T19:39:29.110Z | Compiling twox-hash v2.1.2 |
| 2832 | 2026-07-10T19:39:29.113Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-07-10T19:39:29.224Z | Compiling tokio-tungstenite v0.23.1 |
| 2834 | 2026-07-10T19:39:29.447Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2835 | 2026-07-10T19:39:29.472Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2836 | 2026-07-10T19:39:29.599Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2837 | 2026-07-10T19:39:29.620Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2838 | 2026-07-10T19:39:29.643Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2839 | 2026-07-10T19:39:30.287Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2840 | 2026-07-10T19:39:31.004Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2841 | 2026-07-10T19:39:31.644Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2842 | 2026-07-10T19:39:33.248Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2843 | 2026-07-10T19:39:33.678Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2844 | 2026-07-10T19:39:34.145Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2845 | 2026-07-10T19:39:34.245Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2846 | 2026-07-10T19:39:34.306Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2847 | 2026-07-10T19:39:34.704Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2848 | 2026-07-10T19:39:34.747Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-07-10T19:39:35.044Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2850 | 2026-07-10T19:39:35.660Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2851 | 2026-07-10T19:39:35.937Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2852 | 2026-07-10T19:39:36.469Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2853 | 2026-07-10T19:39:38.328Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2854 | 2026-07-10T19:39:38.769Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2855 | 2026-07-10T19:39:40.613Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2856 | 2026-07-10T19:39:41.013Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-07-10T19:39:41.037Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2858 | 2026-07-10T19:39:41.234Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2859 | 2026-07-10T19:39:41.448Z | Compiling fatfs v0.3.6 |
| 2860 | 2026-07-10T19:39:41.489Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-07-10T19:39:41.624Z | Compiling yasna v0.5.2 |
| 2862 | 2026-07-10T19:39:41.678Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2863 | 2026-07-10T19:39:41.981Z | Compiling assert_matches v1.5.0 |
| 2864 | 2026-07-10T19:39:42.091Z | Compiling seq-macro v0.3.6 |
| 2865 | 2026-07-10T19:39:42.313Z | Compiling is_ci v1.2.0 |
| 2866 | 2026-07-10T19:39:42.523Z | Compiling supports-color v3.0.2 |
| 2867 | 2026-07-10T19:39:42.609Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-07-10T19:39:42.736Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2869 | 2026-07-10T19:39:43.210Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2870 | 2026-07-10T19:39:44.034Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2871 | 2026-07-10T19:39:45.562Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2872 | 2026-07-10T19:39:45.843Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2873 | 2026-07-10T19:39:46.090Z | Compiling rtoolbox v0.0.3 |
| 2874 | 2026-07-10T19:39:46.370Z | Compiling subprocess v0.2.15 |
| 2875 | 2026-07-10T19:39:47.066Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2876 | 2026-07-10T19:39:47.209Z | Compiling rpassword v7.4.0 |
| 2877 | 2026-07-10T19:39:47.556Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2878 | 2026-07-10T19:39:47.877Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2879 | 2026-07-10T19:39:48.616Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2880 | 2026-07-10T19:39:48.750Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2881 | 2026-07-10T19:39:49.854Z | Compiling tui-tree-widget v0.23.1 |
| 2882 | 2026-07-10T19:39:50.153Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2883 | 2026-07-10T19:39:51.242Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2884 | 2026-07-10T19:39:51.668Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2885 | 2026-07-10T19:39:51.718Z | Compiling uzers v0.12.2 |
| 2886 | 2026-07-10T19:39:51.910Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2887 | 2026-07-10T19:39:52.411Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2888 | 2026-07-10T19:39:53.442Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2889 | 2026-07-10T19:39:54.615Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2890 | 2026-07-10T19:39:55.627Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2891 | 2026-07-10T19:39:56.818Z | Compiling support-bundle-viewer v0.1.2 |
| 2892 | 2026-07-10T19:39:57.797Z | Compiling multimap v0.10.1 |
| 2893 | 2026-07-10T19:40:12.284Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2894 | 2026-07-10T19:40:13.800Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2895 | 2026-07-10T19:40:19.513Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2896 | 2026-07-10T19:40:19.780Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2897 | 2026-07-10T19:40:20.169Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2898 | 2026-07-10T19:46:29.024Z | Finished `release` profile [optimized] target(s) in 8m 17s |
| 2899 | 2026-07-10T19:47:14.506Z | |
| 2900 | 2026-07-10T19:47:14.506Z | real 9:04.240149322 |
| 2901 | 2026-07-10T19:47:14.506Z | user 1:17:50.554012747 |
| 2902 | 2026-07-10T19:47:14.509Z | sys 3:26.712490484 |
| 2903 | 2026-07-10T19:47:14.509Z | trap 1.730086080 |
| 2904 | 2026-07-10T19:47:14.509Z | tflt 1.948246414 |
| 2905 | 2026-07-10T19:47:14.509Z | dflt 18.204977905 |
| 2906 | 2026-07-10T19:47:14.509Z | kflt 0.006163260 |
| 2907 | 2026-07-10T19:47:14.509Z | lock 6:29:45.821507376 |
| 2908 | 2026-07-10T19:47:14.509Z | slp 2:09:45.239217539 |
| 2909 | 2026-07-10T19:47:14.510Z | lat 2:17.760054539 |
| 2910 | 2026-07-10T19:47:14.511Z | stop 5:00.856906935 |
| 2911 | 2026-07-10T19:47:14.511Z | + mapfile -t packages |
| 2912 | 2026-07-10T19:47:14.511Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2913 | 2026-07-10T19:47:15.400Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2914 | 2026-07-10T19:47:15.467Z | Running `target/release/omicron-package -t test list-outputs` |
| 2915 | 2026-07-10T19:47:15.524Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2916 | 2026-07-10T19:47:15.527Z | + ptime -m cargo build --locked --release -p xtask |
| 2917 | 2026-07-10T19:47:15.994Z | Compiling libc v0.2.185 |
| 2918 | 2026-07-10T19:47:15.994Z | Compiling serde_core v1.0.228 |
| 2919 | 2026-07-10T19:47:15.994Z | Compiling serde v1.0.228 |
| 2920 | 2026-07-10T19:47:15.997Z | Compiling rustix v1.1.3 |
| 2921 | 2026-07-10T19:47:15.997Z | Compiling bitflags v2.11.0 |
| 2922 | 2026-07-10T19:47:16.130Z | Compiling serde_json v1.0.150 |
| 2923 | 2026-07-10T19:47:16.151Z | Compiling usdt-impl v0.5.0 |
| 2924 | 2026-07-10T19:47:16.154Z | Compiling syn v2.0.117 |
| 2925 | 2026-07-10T19:47:16.174Z | Compiling syn v1.0.109 |
| 2926 | 2026-07-10T19:47:16.185Z | Compiling log v0.4.29 |
| 2927 | 2026-07-10T19:47:16.188Z | Compiling getrandom v0.4.1 |
| 2928 | 2026-07-10T19:47:16.205Z | Compiling indexmap v2.14.0 |
| 2929 | 2026-07-10T19:47:16.218Z | Compiling fs-err v3.3.0 |
| 2930 | 2026-07-10T19:47:16.436Z | Compiling heck v0.4.1 |
| 2931 | 2026-07-10T19:47:16.439Z | Compiling once_cell v1.21.3 |
| 2932 | 2026-07-10T19:47:16.542Z | Compiling anyhow v1.0.102 |
| 2933 | 2026-07-10T19:47:16.878Z | Compiling errno v0.3.14 |
| 2934 | 2026-07-10T19:47:16.881Z | Compiling thread-id v4.2.2 |
| 2935 | 2026-07-10T19:47:16.881Z | Compiling memmap v0.7.0 |
| 2936 | 2026-07-10T19:47:17.621Z | Compiling proc-macro-error v1.0.4 |
| 2937 | 2026-07-10T19:47:17.844Z | Compiling terminal_size v0.4.3 |
| 2938 | 2026-07-10T19:47:17.847Z | Compiling tempfile v3.25.0 |
| 2939 | 2026-07-10T19:47:17.867Z | Compiling tabled_derive v0.7.0 |
| 2940 | 2026-07-10T19:47:17.947Z | Compiling clap_builder v4.6.0 |
| 2941 | 2026-07-10T19:47:17.950Z | Compiling textwrap v0.16.2 |
| 2942 | 2026-07-10T19:47:18.298Z | Compiling camino v1.2.2 |
| 2943 | 2026-07-10T19:47:18.301Z | Compiling pest_generator v2.8.6 |
| 2944 | 2026-07-10T19:47:18.308Z | Compiling semver v1.0.28 |
| 2945 | 2026-07-10T19:47:18.344Z | Compiling cargo-platform v0.3.2 |
| 2946 | 2026-07-10T19:47:18.557Z | Compiling tabled v0.15.0 |
| 2947 | 2026-07-10T19:47:18.615Z | Compiling camino-tempfile v1.4.1 |
| 2948 | 2026-07-10T19:47:18.801Z | Compiling serde_derive v1.0.228 |
| 2949 | 2026-07-10T19:47:18.801Z | Compiling thiserror-impl v1.0.69 |
| 2950 | 2026-07-10T19:47:18.805Z | Compiling zerocopy-derive v0.7.35 |
| 2951 | 2026-07-10T19:47:18.805Z | Compiling scroll_derive v0.12.1 |
| 2952 | 2026-07-10T19:47:18.805Z | Compiling thiserror-impl v2.0.18 |
| 2953 | 2026-07-10T19:47:18.805Z | Compiling clap_derive v4.6.1 |
| 2954 | 2026-07-10T19:47:18.872Z | Compiling pest_derive v2.8.6 |
| 2955 | 2026-07-10T19:47:19.510Z | Compiling scroll v0.12.0 |
| 2956 | 2026-07-10T19:47:19.649Z | Compiling zerocopy v0.7.35 |
| 2957 | 2026-07-10T19:47:19.768Z | Compiling goblin v0.8.2 |
| 2958 | 2026-07-10T19:47:19.942Z | Compiling thiserror v2.0.18 |
| 2959 | 2026-07-10T19:47:19.965Z | Compiling thiserror v1.0.69 |
| 2960 | 2026-07-10T19:47:20.064Z | Compiling dtrace-parser v0.2.0 |
| 2961 | 2026-07-10T19:47:20.530Z | Compiling clap v4.6.1 |
| 2962 | 2026-07-10T19:47:21.868Z | Compiling dof v0.3.0 |
| 2963 | 2026-07-10T19:47:21.900Z | Compiling serde_tokenstream v0.2.3 |
| 2964 | 2026-07-10T19:47:21.943Z | Compiling serde_spanned v0.6.9 |
| 2965 | 2026-07-10T19:47:22.129Z | Compiling toml_datetime v0.6.11 |
| 2966 | 2026-07-10T19:47:22.211Z | Compiling cargo_metadata v0.23.1 |
| 2967 | 2026-07-10T19:47:22.226Z | Compiling macaddr v1.0.1 |
| 2968 | 2026-07-10T19:47:22.301Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2969 | 2026-07-10T19:47:22.323Z | Compiling toml_edit v0.22.27 |
| 2970 | 2026-07-10T19:47:22.640Z | Compiling usdt-macro v0.5.0 |
| 2971 | 2026-07-10T19:47:22.640Z | Compiling usdt-attr-macro v0.5.0 |
| 2972 | 2026-07-10T19:47:23.265Z | Compiling usdt v0.5.0 |
| 2973 | 2026-07-10T19:47:23.835Z | Compiling toml v0.8.23 |
| 2974 | 2026-07-10T19:47:24.266Z | Compiling cargo_toml v0.21.0 |
| 2975 | 2026-07-10T19:47:28.686Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2976 | 2026-07-10T19:47:31.907Z | Finished `release` profile [optimized] target(s) in 16.36s |
| 2977 | 2026-07-10T19:47:32.047Z | |
| 2978 | 2026-07-10T19:47:32.047Z | real 16.483831613 |
| 2979 | 2026-07-10T19:47:32.047Z | user 2:05.400699499 |
| 2980 | 2026-07-10T19:47:32.047Z | sys 13.852909229 |
| 2981 | 2026-07-10T19:47:32.047Z | trap 0.082966771 |
| 2982 | 2026-07-10T19:47:32.047Z | tflt 0.462016128 |
| 2983 | 2026-07-10T19:47:32.050Z | dflt 1.754182965 |
| 2984 | 2026-07-10T19:47:32.050Z | kflt 0.000028260 |
| 2985 | 2026-07-10T19:47:32.051Z | lock 4:30.916257524 |
| 2986 | 2026-07-10T19:47:32.051Z | slp 2:43.363956461 |
| 2987 | 2026-07-10T19:47:32.051Z | lat 4.322135405 |
| 2988 | 2026-07-10T19:47:32.051Z | stop 14.596770733 |
| 2989 | 2026-07-10T19:47:32.051Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2990 | 2026-07-10T19:47:32.051Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2991 | 2026-07-10T19:47:32.051Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2992 | 2026-07-10T19:47:32.051Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2993 | 2026-07-10T19:47:32.051Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2994 | 2026-07-10T19:47:32.937Z | Compiling progenitor-client v0.14.0 |
| 2995 | 2026-07-10T19:47:32.937Z | Compiling newtype-uuid-macros v0.1.0 |
| 2996 | 2026-07-10T19:47:32.937Z | Compiling match_cfg v0.1.0 |
| 2997 | 2026-07-10T19:47:32.937Z | Compiling slog-json v2.6.1 |
| 2998 | 2026-07-10T19:47:32.937Z | Compiling structmeta-derive v0.3.0 |
| 2999 | 2026-07-10T19:47:32.941Z | Compiling sha1 v0.11.0 |
| 3000 | 2026-07-10T19:47:33.084Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3001 | 2026-07-10T19:47:33.128Z | Compiling multer v3.1.0 |
| 3002 | 2026-07-10T19:47:33.140Z | Compiling debug-ignore v1.0.5 |
| 3003 | 2026-07-10T19:47:33.143Z | Compiling compression-core v0.4.31 |
| 3004 | 2026-07-10T19:47:33.143Z | Compiling itertools v0.14.0 |
| 3005 | 2026-07-10T19:47:33.154Z | Compiling async-stream-impl v0.3.6 |
| 3006 | 2026-07-10T19:47:33.159Z | Compiling serde_spanned v1.1.1 |
| 3007 | 2026-07-10T19:47:33.159Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3008 | 2026-07-10T19:47:33.170Z | Compiling hostname v0.3.1 |
| 3009 | 2026-07-10T19:47:33.173Z | Compiling dropshot v0.17.1 |
| 3010 | 2026-07-10T19:47:33.173Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3011 | 2026-07-10T19:47:33.274Z | Compiling waitgroup v0.1.2 |
| 3012 | 2026-07-10T19:47:33.384Z | Compiling slog-bunyan v2.5.0 |
| 3013 | 2026-07-10T19:47:33.420Z | Compiling rustls-pemfile v2.2.0 |
| 3014 | 2026-07-10T19:47:33.420Z | Compiling dropshot_endpoint v0.17.1 |
| 3015 | 2026-07-10T19:47:33.454Z | Compiling serde_path_to_error v0.1.20 |
| 3016 | 2026-07-10T19:47:33.454Z | Compiling hostname v0.4.2 |
| 3017 | 2026-07-10T19:47:33.458Z | Compiling atomicwrites v0.4.4 |
| 3018 | 2026-07-10T19:47:33.507Z | Compiling compression-codecs v0.4.37 |
| 3019 | 2026-07-10T19:47:33.560Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3020 | 2026-07-10T19:47:33.564Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3021 | 2026-07-10T19:47:33.593Z | Compiling macaddr v1.0.1 |
| 3022 | 2026-07-10T19:47:33.617Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3023 | 2026-07-10T19:47:33.636Z | Compiling instant v0.1.13 |
| 3024 | 2026-07-10T19:47:33.669Z | Compiling regress v0.10.5 |
| 3025 | 2026-07-10T19:47:33.688Z | Compiling backon v1.6.0 |
| 3026 | 2026-07-10T19:47:33.770Z | Compiling async-compression v0.4.41 |
| 3027 | 2026-07-10T19:47:33.789Z | Compiling backoff v0.4.0 |
| 3028 | 2026-07-10T19:47:33.792Z | Compiling humantime v2.3.0 |
| 3029 | 2026-07-10T19:47:33.826Z | Compiling half v2.7.1 |
| 3030 | 2026-07-10T19:47:33.842Z | Compiling ciborium-io v0.2.2 |
| 3031 | 2026-07-10T19:47:33.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3032 | 2026-07-10T19:47:33.879Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3033 | 2026-07-10T19:47:33.929Z | Compiling progenitor-extras v0.2.0 |
| 3034 | 2026-07-10T19:47:33.959Z | Compiling crucible-workspace-hack v0.1.0 |
| 3035 | 2026-07-10T19:47:33.976Z | Compiling regress v0.11.1 |
| 3036 | 2026-07-10T19:47:33.991Z | Compiling async-stream v0.3.6 |
| 3037 | 2026-07-10T19:47:34.032Z | Compiling convert_case v0.4.0 |
| 3038 | 2026-07-10T19:47:34.078Z | Compiling ciborium-ll v0.2.2 |
| 3039 | 2026-07-10T19:47:34.118Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3040 | 2026-07-10T19:47:34.122Z | Compiling secrecy v0.10.3 |
| 3041 | 2026-07-10T19:47:34.152Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3042 | 2026-07-10T19:47:34.185Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3043 | 2026-07-10T19:47:34.217Z | Compiling inout v0.1.4 |
| 3044 | 2026-07-10T19:47:34.268Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3045 | 2026-07-10T19:47:34.314Z | Compiling ciborium v0.2.2 |
| 3046 | 2026-07-10T19:47:34.332Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3047 | 2026-07-10T19:47:34.350Z | Compiling unsafe-libyaml v0.2.11 |
| 3048 | 2026-07-10T19:47:34.368Z | Compiling cipher v0.4.4 |
| 3049 | 2026-07-10T19:47:34.396Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3050 | 2026-07-10T19:47:34.436Z | Compiling derive_more v0.99.20 |
| 3051 | 2026-07-10T19:47:34.514Z | Compiling structmeta v0.3.0 |
| 3052 | 2026-07-10T19:47:34.549Z | Compiling universal-hash v0.5.1 |
| 3053 | 2026-07-10T19:47:34.552Z | Compiling opaque-debug v0.3.1 |
| 3054 | 2026-07-10T19:47:34.586Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3055 | 2026-07-10T19:47:34.589Z | Compiling byte-wrapper v0.1.0 |
| 3056 | 2026-07-10T19:47:34.619Z | Compiling chacha20 v0.9.1 |
| 3057 | 2026-07-10T19:47:34.644Z | Compiling blake2 v0.10.6 |
| 3058 | 2026-07-10T19:47:34.661Z | Compiling aead v0.5.2 |
| 3059 | 2026-07-10T19:47:34.709Z | Compiling poly1305 v0.8.0 |
| 3060 | 2026-07-10T19:47:34.760Z | Compiling derive-ex v0.1.8 |
| 3061 | 2026-07-10T19:47:34.890Z | Compiling parse-display-derive v0.10.0 |
| 3062 | 2026-07-10T19:47:34.902Z | Compiling serde_yaml v0.9.34+deprecated |
| 3063 | 2026-07-10T19:47:34.903Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3064 | 2026-07-10T19:47:34.935Z | Compiling password-hash v0.5.0 |
| 3065 | 2026-07-10T19:47:34.958Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3066 | 2026-07-10T19:47:35.039Z | Compiling chacha20poly1305 v0.10.1 |
| 3067 | 2026-07-10T19:47:35.126Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3068 | 2026-07-10T19:47:35.219Z | Compiling argon2 v0.5.3 |
| 3069 | 2026-07-10T19:47:35.237Z | Compiling indent_write v2.2.0 |
| 3070 | 2026-07-10T19:47:35.241Z | Compiling heapless v0.8.0 |
| 3071 | 2026-07-10T19:47:35.363Z | Compiling ingot-macros v0.1.1 |
| 3072 | 2026-07-10T19:47:35.398Z | Compiling tabwriter v1.4.1 |
| 3073 | 2026-07-10T19:47:35.461Z | Compiling hash32 v0.3.1 |
| 3074 | 2026-07-10T19:47:35.592Z | Compiling typify-impl v0.6.2 |
| 3075 | 2026-07-10T19:47:35.636Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3076 | 2026-07-10T19:47:35.670Z | Compiling thiserror-no-std v2.0.2 |
| 3077 | 2026-07-10T19:47:35.781Z | Compiling vsss-rs v3.3.4 |
| 3078 | 2026-07-10T19:47:35.841Z | Compiling proc-macro-crate v3.4.0 |
| 3079 | 2026-07-10T19:47:35.920Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3080 | 2026-07-10T19:47:36.169Z | Compiling smoltcp v0.11.0 |
| 3081 | 2026-07-10T19:47:36.422Z | Compiling cobs v0.3.0 |
| 3082 | 2026-07-10T19:47:36.422Z | Compiling num_enum_derive v0.7.6 |
| 3083 | 2026-07-10T19:47:36.453Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3084 | 2026-07-10T19:47:36.514Z | Compiling test-strategy v0.4.5 |
| 3085 | 2026-07-10T19:47:36.596Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3086 | 2026-07-10T19:47:36.644Z | Compiling colored v3.1.1 |
| 3087 | 2026-07-10T19:47:36.664Z | Compiling parse-display v0.10.0 |
| 3088 | 2026-07-10T19:47:36.728Z | Compiling postcard v1.1.3 |
| 3089 | 2026-07-10T19:47:36.728Z | Compiling proc-macro-error v1.0.4 |
| 3090 | 2026-07-10T19:47:36.856Z | Compiling rand v0.10.1 |
| 3091 | 2026-07-10T19:47:36.992Z | Compiling proc-macro-crate v1.3.1 |
| 3092 | 2026-07-10T19:47:37.030Z | Compiling foreign-types-macros v0.2.3 |
| 3093 | 2026-07-10T19:47:37.047Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3094 | 2026-07-10T19:47:37.084Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3095 | 2026-07-10T19:47:37.101Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3096 | 2026-07-10T19:47:37.104Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3097 | 2026-07-10T19:47:37.310Z | Compiling foreign-types-shared v0.3.1 |
| 3098 | 2026-07-10T19:47:37.356Z | Compiling rayon-core v1.13.0 |
| 3099 | 2026-07-10T19:47:37.442Z | Compiling crossbeam-deque v0.8.6 |
| 3100 | 2026-07-10T19:47:37.445Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3101 | 2026-07-10T19:47:37.476Z | Compiling num_enum_derive v0.5.11 |
| 3102 | 2026-07-10T19:47:37.529Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3103 | 2026-07-10T19:47:37.560Z | Compiling cstr-argument v0.1.2 |
| 3104 | 2026-07-10T19:47:37.606Z | Compiling num_enum v0.7.6 |
| 3105 | 2026-07-10T19:47:37.625Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3106 | 2026-07-10T19:47:37.689Z | Compiling foreign-types v0.5.0 |
| 3107 | 2026-07-10T19:47:37.738Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3108 | 2026-07-10T19:47:37.755Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3109 | 2026-07-10T19:47:37.795Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3110 | 2026-07-10T19:47:37.826Z | Compiling zone_cfg_derive v0.3.1 |
| 3111 | 2026-07-10T19:47:37.885Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3112 | 2026-07-10T19:47:37.967Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3113 | 2026-07-10T19:47:37.983Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3114 | 2026-07-10T19:47:38.035Z | Compiling itertools v0.12.1 |
| 3115 | 2026-07-10T19:47:38.053Z | Compiling num-derive v0.4.2 |
| 3116 | 2026-07-10T19:47:38.083Z | Compiling rayon v1.11.0 |
| 3117 | 2026-07-10T19:47:38.087Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3118 | 2026-07-10T19:47:38.149Z | Compiling sigpipe v0.1.3 |
| 3119 | 2026-07-10T19:47:38.185Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3120 | 2026-07-10T19:47:38.237Z | Compiling cpubits v0.1.1 |
| 3121 | 2026-07-10T19:47:38.255Z | Compiling glob v0.3.3 |
| 3122 | 2026-07-10T19:47:38.319Z | Compiling ingot-types v0.1.2 |
| 3123 | 2026-07-10T19:47:38.337Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3124 | 2026-07-10T19:47:38.369Z | Compiling smf v0.2.3 |
| 3125 | 2026-07-10T19:47:38.436Z | Compiling whoami v1.6.1 |
| 3126 | 2026-07-10T19:47:38.522Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3127 | 2026-07-10T19:47:38.539Z | Compiling gethostname v0.5.0 |
| 3128 | 2026-07-10T19:47:38.591Z | Compiling usdt-macro v0.5.0 |
| 3129 | 2026-07-10T19:47:38.607Z | Compiling num_enum v0.5.11 |
| 3130 | 2026-07-10T19:47:38.677Z | Compiling usdt-attr-macro v0.5.0 |
| 3131 | 2026-07-10T19:47:38.694Z | Compiling ingot v0.1.1 |
| 3132 | 2026-07-10T19:47:38.698Z | Compiling num-rational v0.4.2 |
| 3133 | 2026-07-10T19:47:38.746Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3134 | 2026-07-10T19:47:38.763Z | Compiling pem-rfc7468 v1.0.0 |
| 3135 | 2026-07-10T19:47:38.779Z | Compiling num-complex v0.4.6 |
| 3136 | 2026-07-10T19:47:38.910Z | Compiling memmap v0.7.0 |
| 3137 | 2026-07-10T19:47:39.038Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3138 | 2026-07-10T19:47:39.159Z | Compiling derive-where v1.6.0 |
| 3139 | 2026-07-10T19:47:39.176Z | Compiling num v0.4.3 |
| 3140 | 2026-07-10T19:47:39.231Z | Compiling zone v0.3.1 |
| 3141 | 2026-07-10T19:47:39.271Z | Compiling float-ord v0.3.2 |
| 3142 | 2026-07-10T19:47:39.340Z | Compiling toml v0.8.23 |
| 3143 | 2026-07-10T19:47:39.357Z | Compiling hmac v0.13.0 |
| 3144 | 2026-07-10T19:47:39.415Z | Compiling universal-hash v0.6.1 |
| 3145 | 2026-07-10T19:47:39.431Z | Compiling resolv-conf v0.7.6 |
| 3146 | 2026-07-10T19:47:39.450Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3147 | 2026-07-10T19:47:39.506Z | Compiling cancel-safe-futures v0.1.5 |
| 3148 | 2026-07-10T19:47:39.539Z | Compiling usdt v0.5.0 |
| 3149 | 2026-07-10T19:47:39.564Z | Compiling owo-colors v4.3.0 |
| 3150 | 2026-07-10T19:47:39.580Z | Compiling polyval v0.7.1 |
| 3151 | 2026-07-10T19:47:39.602Z | Compiling der v0.8.0 |
| 3152 | 2026-07-10T19:47:39.753Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3153 | 2026-07-10T19:47:39.794Z | Compiling libsw-core v0.3.2 |
| 3154 | 2026-07-10T19:47:39.810Z | Compiling prettyplease v0.2.37 |
| 3155 | 2026-07-10T19:47:39.854Z | Compiling ghash v0.6.0 |
| 3156 | 2026-07-10T19:47:39.908Z | Compiling pbkdf2 v0.13.0 |
| 3157 | 2026-07-10T19:47:39.965Z | Compiling libsw v3.5.0 |
| 3158 | 2026-07-10T19:47:39.985Z | Compiling aes v0.9.1 |
| 3159 | 2026-07-10T19:47:40.001Z | Compiling console v0.15.11 |
| 3160 | 2026-07-10T19:47:40.019Z | Compiling hickory-proto v0.24.4 |
| 3161 | 2026-07-10T19:47:40.056Z | Compiling newline-converter v0.3.0 |
| 3162 | 2026-07-10T19:47:40.097Z | Compiling ctr v0.10.1 |
| 3163 | 2026-07-10T19:47:40.169Z | Compiling aead v0.6.1 |
| 3164 | 2026-07-10T19:47:40.186Z | Compiling sha2 v0.11.0 |
| 3165 | 2026-07-10T19:47:40.203Z | Compiling typify-macro v0.6.2 |
| 3166 | 2026-07-10T19:47:40.218Z | Compiling libefi-sys v0.1.0 |
| 3167 | 2026-07-10T19:47:40.326Z | Compiling linked-hash-map v0.5.6 |
| 3168 | 2026-07-10T19:47:40.352Z | Compiling linear-map v1.2.0 |
| 3169 | 2026-07-10T19:47:40.369Z | Compiling expectorate v1.2.0 |
| 3170 | 2026-07-10T19:47:40.442Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3171 | 2026-07-10T19:47:40.538Z | Compiling spki v0.8.0 |
| 3172 | 2026-07-10T19:47:40.556Z | Compiling lru-cache v0.1.2 |
| 3173 | 2026-07-10T19:47:40.573Z | Compiling aes-gcm v0.11.0 |
| 3174 | 2026-07-10T19:47:40.629Z | Compiling crypto-bigint v0.7.5 |
| 3175 | 2026-07-10T19:47:40.645Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3176 | 2026-07-10T19:47:40.704Z | Compiling cbc v0.2.1 |
| 3177 | 2026-07-10T19:47:40.779Z | Compiling salsa20 v0.11.0 |
| 3178 | 2026-07-10T19:47:40.795Z | Compiling bitfield-struct v0.6.2 |
| 3179 | 2026-07-10T19:47:40.812Z | Compiling nom v8.0.0 |
| 3180 | 2026-07-10T19:47:40.883Z | Compiling semver v0.1.20 |
| 3181 | 2026-07-10T19:47:40.946Z | Compiling scrypt v0.12.0 |
| 3182 | 2026-07-10T19:47:40.964Z | Compiling tokio-dtrace v0.1.1 |
| 3183 | 2026-07-10T19:47:41.124Z | Compiling rustc_version v0.1.7 |
| 3184 | 2026-07-10T19:47:41.141Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3185 | 2026-07-10T19:47:41.203Z | Compiling slog-dtrace v0.3.0 |
| 3186 | 2026-07-10T19:47:41.256Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3187 | 2026-07-10T19:47:41.274Z | Compiling minimal-lexical v0.2.1 |
| 3188 | 2026-07-10T19:47:41.385Z | Compiling newtype_derive v0.1.6 |
| 3189 | 2026-07-10T19:47:41.493Z | Compiling nom v7.1.3 |
| 3190 | 2026-07-10T19:47:41.509Z | Compiling oxide-tokio-rt v0.1.4 |
| 3191 | 2026-07-10T19:47:41.541Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3192 | 2026-07-10T19:47:41.565Z | Compiling pkcs5 v0.8.1 |
| 3193 | 2026-07-10T19:47:41.616Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3194 | 2026-07-10T19:47:41.633Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3195 | 2026-07-10T19:47:41.810Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3196 | 2026-07-10T19:47:41.836Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-07-10T19:47:41.854Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3198 | 2026-07-10T19:47:41.857Z | Compiling phf_shared v0.12.1 |
| 3199 | 2026-07-10T19:47:41.890Z | Compiling csv-core v0.1.13 |
| 3200 | 2026-07-10T19:47:42.073Z | Compiling chrono-tz v0.10.4 |
| 3201 | 2026-07-10T19:47:42.090Z | Compiling typify v0.6.2 |
| 3202 | 2026-07-10T19:47:42.105Z | Compiling xshell-macros v0.2.7 |
| 3203 | 2026-07-10T19:47:42.131Z | Compiling highway v1.3.0 |
| 3204 | 2026-07-10T19:47:42.168Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3205 | 2026-07-10T19:47:42.219Z | Compiling progenitor-impl v0.14.0 |
| 3206 | 2026-07-10T19:47:42.250Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3207 | 2026-07-10T19:47:42.268Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3208 | 2026-07-10T19:47:42.300Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3209 | 2026-07-10T19:47:42.319Z | Compiling hickory-resolver v0.24.4 |
| 3210 | 2026-07-10T19:47:42.455Z | Compiling unicode-xid v0.2.6 |
| 3211 | 2026-07-10T19:47:42.546Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3212 | 2026-07-10T19:47:42.563Z | Compiling xshell v0.2.7 |
| 3213 | 2026-07-10T19:47:42.613Z | Compiling const_format_proc_macros v0.2.34 |
| 3214 | 2026-07-10T19:47:42.897Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3215 | 2026-07-10T19:47:43.111Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3216 | 2026-07-10T19:47:43.157Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3217 | 2026-07-10T19:47:43.212Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3218 | 2026-07-10T19:47:43.251Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3219 | 2026-07-10T19:47:43.341Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3220 | 2026-07-10T19:47:43.449Z | Compiling qorb v0.4.1 |
| 3221 | 2026-07-10T19:47:43.507Z | Compiling csv v1.4.0 |
| 3222 | 2026-07-10T19:47:43.570Z | Compiling phf v0.12.1 |
| 3223 | 2026-07-10T19:47:43.727Z | Compiling pkcs8 v0.11.0 |
| 3224 | 2026-07-10T19:47:43.892Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3225 | 2026-07-10T19:47:44.011Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3226 | 2026-07-10T19:47:44.096Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3227 | 2026-07-10T19:47:44.171Z | Compiling const_format v0.2.35 |
| 3228 | 2026-07-10T19:47:44.249Z | Compiling tabled_derive v0.7.0 |
| 3229 | 2026-07-10T19:47:44.262Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3230 | 2026-07-10T19:47:44.442Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3231 | 2026-07-10T19:47:44.508Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3232 | 2026-07-10T19:47:44.543Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3233 | 2026-07-10T19:47:44.598Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3234 | 2026-07-10T19:47:44.791Z | Compiling bcs v0.1.6 |
| 3235 | 2026-07-10T19:47:44.926Z | Compiling ff v0.14.0 |
| 3236 | 2026-07-10T19:47:44.944Z | Compiling progenitor-macro v0.14.0 |
| 3237 | 2026-07-10T19:47:45.096Z | Compiling salty v0.3.0 |
| 3238 | 2026-07-10T19:47:45.148Z | Compiling tagptr v0.2.0 |
| 3239 | 2026-07-10T19:47:45.229Z | Compiling termtree v0.5.1 |
| 3240 | 2026-07-10T19:47:45.256Z | Compiling textwrap v0.16.2 |
| 3241 | 2026-07-10T19:47:45.295Z | Compiling tabled v0.15.0 |
| 3242 | 2026-07-10T19:47:45.331Z | Compiling moka v0.12.13 |
| 3243 | 2026-07-10T19:47:45.403Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3244 | 2026-07-10T19:47:45.407Z | Compiling steno v0.4.1 |
| 3245 | 2026-07-10T19:47:45.488Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3246 | 2026-07-10T19:47:45.552Z | Compiling sha1 v0.10.6 |
| 3247 | 2026-07-10T19:47:45.596Z | Compiling signature v3.0.0 |
| 3248 | 2026-07-10T19:47:45.663Z | Compiling base64 v0.21.7 |
| 3249 | 2026-07-10T19:47:45.679Z | Compiling radium v0.7.0 |
| 3250 | 2026-07-10T19:47:45.749Z | Compiling base16ct v1.0.0 |
| 3251 | 2026-07-10T19:47:45.821Z | Compiling group v0.14.0 |
| 3252 | 2026-07-10T19:47:45.932Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3253 | 2026-07-10T19:47:45.967Z | Compiling sec1 v0.8.1 |
| 3254 | 2026-07-10T19:47:46.024Z | Compiling hkdf v0.13.0 |
| 3255 | 2026-07-10T19:47:46.050Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3256 | 2026-07-10T19:47:46.068Z | Compiling rfc6979 v0.4.0 |
| 3257 | 2026-07-10T19:47:46.159Z | Compiling hickory-resolver v0.25.2 |
| 3258 | 2026-07-10T19:47:46.214Z | Compiling tap v1.0.1 |
| 3259 | 2026-07-10T19:47:46.235Z | Compiling maybe-uninit v2.0.0 |
| 3260 | 2026-07-10T19:47:46.251Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3261 | 2026-07-10T19:47:46.265Z | Compiling ecdsa v0.16.9 |
| 3262 | 2026-07-10T19:47:46.353Z | Compiling wyz v0.5.1 |
| 3263 | 2026-07-10T19:47:46.546Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3264 | 2026-07-10T19:47:46.581Z | Compiling primeorder v0.13.6 |
| 3265 | 2026-07-10T19:47:46.628Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3266 | 2026-07-10T19:47:46.690Z | Compiling packed_struct v0.10.1 |
| 3267 | 2026-07-10T19:47:46.864Z | Compiling funty v2.0.0 |
| 3268 | 2026-07-10T19:47:46.897Z | Compiling utf-8 v0.7.6 |
| 3269 | 2026-07-10T19:47:46.964Z | Compiling parking_lot_core v0.8.6 |
| 3270 | 2026-07-10T19:47:47.001Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3271 | 2026-07-10T19:47:47.079Z | Compiling proc-macro-error2 v2.0.1 |
| 3272 | 2026-07-10T19:47:47.103Z | Compiling tungstenite v0.21.0 |
| 3273 | 2026-07-10T19:47:47.262Z | Compiling bitvec v1.0.1 |
| 3274 | 2026-07-10T19:47:47.331Z | Compiling p384 v0.13.1 |
| 3275 | 2026-07-10T19:47:47.486Z | Compiling rfc6979 v0.5.0 |
| 3276 | 2026-07-10T19:47:47.510Z | Compiling git-stub v1.0.0 |
| 3277 | 2026-07-10T19:47:47.660Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3278 | 2026-07-10T19:47:47.677Z | Compiling packed_struct_codegen v0.10.1 |
| 3279 | 2026-07-10T19:47:47.796Z | Compiling num-derive v0.3.3 |
| 3280 | 2026-07-10T19:47:47.832Z | Compiling bitfield-macros v0.19.4 |
| 3281 | 2026-07-10T19:47:47.911Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3282 | 2026-07-10T19:47:47.951Z | Compiling zerocopy-derive v0.6.6 |
| 3283 | 2026-07-10T19:47:47.971Z | Compiling indexmap v1.9.3 |
| 3284 | 2026-07-10T19:47:48.046Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3285 | 2026-07-10T19:47:48.064Z | Compiling nodrop v0.1.14 |
| 3286 | 2026-07-10T19:47:48.198Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3287 | 2026-07-10T19:47:48.217Z | Compiling crc-catalog v2.4.0 |
| 3288 | 2026-07-10T19:47:48.327Z | Compiling crc v3.4.0 |
| 3289 | 2026-07-10T19:47:48.368Z | Compiling array-init v0.0.4 |
| 3290 | 2026-07-10T19:47:48.453Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3291 | 2026-07-10T19:47:48.473Z | Compiling git-stub-vcs v0.1.0 |
| 3292 | 2026-07-10T19:47:48.553Z | Compiling tokio-tungstenite v0.21.0 |
| 3293 | 2026-07-10T19:47:48.632Z | Compiling bitfield v0.19.4 |
| 3294 | 2026-07-10T19:47:48.750Z | Compiling ecdsa v0.17.0-rc.18 |
| 3295 | 2026-07-10T19:47:48.778Z | Compiling smallvec v0.6.14 |
| 3296 | 2026-07-10T19:47:48.795Z | Compiling libscf-sys v1.1.0 |
| 3297 | 2026-07-10T19:47:48.871Z | Compiling tabled_derive v0.11.0 |
| 3298 | 2026-07-10T19:47:48.929Z | Compiling zerocopy v0.6.6 |
| 3299 | 2026-07-10T19:47:48.959Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3300 | 2026-07-10T19:47:48.977Z | Compiling primeorder v0.14.0-rc.10 |
| 3301 | 2026-07-10T19:47:48.981Z | Compiling primefield v0.14.0 |
| 3302 | 2026-07-10T19:47:49.014Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3303 | 2026-07-10T19:47:49.032Z | Compiling progenitor-impl v0.13.0 |
| 3304 | 2026-07-10T19:47:49.190Z | Compiling papergrid v0.17.0 |
| 3305 | 2026-07-10T19:47:49.293Z | Compiling testing_table v0.3.0 |
| 3306 | 2026-07-10T19:47:49.297Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3307 | 2026-07-10T19:47:49.327Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3308 | 2026-07-10T19:47:49.345Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3309 | 2026-07-10T19:47:49.393Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3310 | 2026-07-10T19:47:49.485Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-07-10T19:47:49.501Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3312 | 2026-07-10T19:47:49.545Z | Compiling unicase v2.9.0 |
| 3313 | 2026-07-10T19:47:49.649Z | Compiling corncobs v0.1.4 |
| 3314 | 2026-07-10T19:47:49.750Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3315 | 2026-07-10T19:47:49.768Z | Compiling hashbrown v0.12.3 |
| 3316 | 2026-07-10T19:47:49.787Z | Compiling mime_guess v2.0.5 |
| 3317 | 2026-07-10T19:47:49.839Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-07-10T19:47:50.018Z | Compiling progenitor v0.14.0 |
| 3319 | 2026-07-10T19:47:50.035Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3320 | 2026-07-10T19:47:50.038Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3321 | 2026-07-10T19:47:50.038Z | Compiling parking_lot v0.11.2 |
| 3322 | 2026-07-10T19:47:50.176Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3323 | 2026-07-10T19:47:50.194Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3324 | 2026-07-10T19:47:50.276Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3325 | 2026-07-10T19:47:50.294Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3326 | 2026-07-10T19:47:50.328Z | Compiling tabled v0.20.0 |
| 3327 | 2026-07-10T19:47:50.368Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3328 | 2026-07-10T19:47:50.387Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3329 | 2026-07-10T19:47:50.405Z | Compiling serde-hex v0.1.0 |
| 3330 | 2026-07-10T19:47:50.466Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3331 | 2026-07-10T19:47:50.569Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3332 | 2026-07-10T19:47:50.793Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3333 | 2026-07-10T19:47:50.868Z | Compiling ron v0.8.1 |
| 3334 | 2026-07-10T19:47:50.941Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3335 | 2026-07-10T19:47:50.958Z | Compiling hashbrown v0.13.2 |
| 3336 | 2026-07-10T19:47:51.068Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3337 | 2026-07-10T19:47:51.084Z | Compiling progenitor-client v0.13.0 |
| 3338 | 2026-07-10T19:47:51.109Z | Compiling prefix-trie v0.7.0 |
| 3339 | 2026-07-10T19:47:51.321Z | Compiling fxhash v0.2.1 |
| 3340 | 2026-07-10T19:47:51.420Z | Compiling secrecy v0.8.0 |
| 3341 | 2026-07-10T19:47:51.484Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3342 | 2026-07-10T19:47:51.484Z | Compiling crc-any v2.5.0 |
| 3343 | 2026-07-10T19:47:51.524Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3344 | 2026-07-10T19:47:51.753Z | Compiling sled v0.34.7 |
| 3345 | 2026-07-10T19:47:51.771Z | Compiling progenitor-macro v0.13.0 |
| 3346 | 2026-07-10T19:47:51.789Z | Compiling hickory-server v0.25.2 |
| 3347 | 2026-07-10T19:47:51.860Z | Compiling object v0.30.4 |
| 3348 | 2026-07-10T19:47:51.916Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3349 | 2026-07-10T19:47:52.428Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3350 | 2026-07-10T19:47:52.539Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3351 | 2026-07-10T19:47:52.672Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3352 | 2026-07-10T19:47:52.820Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3353 | 2026-07-10T19:47:52.868Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3354 | 2026-07-10T19:47:53.422Z | Compiling ed25519 v3.0.0 |
| 3355 | 2026-07-10T19:47:53.440Z | Compiling crypto-primes v0.7.2 |
| 3356 | 2026-07-10T19:47:53.468Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3357 | 2026-07-10T19:47:53.674Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3358 | 2026-07-10T19:47:54.257Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-07-10T19:47:54.527Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3360 | 2026-07-10T19:47:54.566Z | Compiling poly1305 v0.9.0 |
| 3361 | 2026-07-10T19:47:54.595Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3362 | 2026-07-10T19:47:54.613Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3363 | 2026-07-10T19:47:54.748Z | Compiling blowfish v0.10.0 |
| 3364 | 2026-07-10T19:47:54.809Z | Compiling blake2 v0.11.0-rc.6 |
| 3365 | 2026-07-10T19:47:54.954Z | Compiling keccak v0.2.0 |
| 3366 | 2026-07-10T19:47:54.988Z | Compiling http-range v0.1.5 |
| 3367 | 2026-07-10T19:47:55.043Z | Compiling fiat-crypto v0.3.0 |
| 3368 | 2026-07-10T19:47:55.166Z | Compiling half v1.8.3 |
| 3369 | 2026-07-10T19:47:55.187Z | Compiling path-slash v0.1.5 |
| 3370 | 2026-07-10T19:47:55.204Z | Compiling crc8 v0.1.1 |
| 3371 | 2026-07-10T19:47:55.224Z | Compiling sha3 v0.11.0 |
| 3372 | 2026-07-10T19:47:55.346Z | Compiling argon2 v0.6.0-rc.8 |
| 3373 | 2026-07-10T19:47:55.365Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3374 | 2026-07-10T19:47:55.369Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3375 | 2026-07-10T19:47:55.398Z | Compiling serde_cbor v0.11.2 |
| 3376 | 2026-07-10T19:47:55.426Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3377 | 2026-07-10T19:47:55.459Z | Compiling rsa v0.10.0-rc.18 |
| 3378 | 2026-07-10T19:47:55.485Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3379 | 2026-07-10T19:47:55.609Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3380 | 2026-07-10T19:47:55.714Z | Compiling illumos-nvpair v0.3.0 |
| 3381 | 2026-07-10T19:47:55.992Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3382 | 2026-07-10T19:47:56.303Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3383 | 2026-07-10T19:47:56.339Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3384 | 2026-07-10T19:47:56.357Z | Compiling p521 v0.14.0-rc.10 |
| 3385 | 2026-07-10T19:47:56.447Z | Compiling p256 v0.14.0-rc.10 |
| 3386 | 2026-07-10T19:47:56.504Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3387 | 2026-07-10T19:47:56.554Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3388 | 2026-07-10T19:47:56.600Z | Compiling yasna v0.5.2 |
| 3389 | 2026-07-10T19:47:56.640Z | Compiling kstat-rs v0.2.4 |
| 3390 | 2026-07-10T19:47:56.953Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3391 | 2026-07-10T19:47:56.970Z | Compiling headers-core v0.3.0 |
| 3392 | 2026-07-10T19:47:56.990Z | Compiling kem v0.3.0 |
| 3393 | 2026-07-10T19:47:57.038Z | Compiling progenitor v0.13.0 |
| 3394 | 2026-07-10T19:47:57.110Z | Compiling module-lattice v0.2.3 |
| 3395 | 2026-07-10T19:47:57.127Z | Compiling nanorand v0.7.0 |
| 3396 | 2026-07-10T19:47:57.142Z | Compiling atty v0.2.14 |
| 3397 | 2026-07-10T19:47:57.204Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3398 | 2026-07-10T19:47:57.223Z | Compiling headers v0.4.1 |
| 3399 | 2026-07-10T19:47:57.275Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3400 | 2026-07-10T19:47:57.320Z | Compiling rcgen v0.12.1 |
| 3401 | 2026-07-10T19:47:57.337Z | Compiling flume v0.11.1 |
| 3402 | 2026-07-10T19:47:57.378Z | Compiling ml-kem v0.3.2 |
| 3403 | 2026-07-10T19:47:57.425Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3404 | 2026-07-10T19:47:57.668Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3405 | 2026-07-10T19:47:57.690Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3406 | 2026-07-10T19:47:57.821Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3407 | 2026-07-10T19:47:57.938Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3408 | 2026-07-10T19:47:58.043Z | Compiling hyper-staticfile v0.10.1 |
| 3409 | 2026-07-10T19:47:58.210Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3410 | 2026-07-10T19:47:58.270Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3411 | 2026-07-10T19:47:58.342Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3412 | 2026-07-10T19:47:58.571Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3413 | 2026-07-10T19:47:58.603Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3414 | 2026-07-10T19:47:58.732Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3415 | 2026-07-10T19:47:59.034Z | Compiling russh-cryptovec v0.61.0 |
| 3416 | 2026-07-10T19:47:59.051Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3417 | 2026-07-10T19:47:59.070Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3418 | 2026-07-10T19:47:59.093Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3419 | 2026-07-10T19:47:59.322Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3420 | 2026-07-10T19:47:59.360Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3421 | 2026-07-10T19:47:59.384Z | Compiling num-bigint v0.4.6 |
| 3422 | 2026-07-10T19:47:59.547Z | Compiling generic-array v1.4.3 |
| 3423 | 2026-07-10T19:47:59.646Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3424 | 2026-07-10T19:47:59.870Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3425 | 2026-07-10T19:47:59.928Z | Compiling russh-util v0.52.0 |
| 3426 | 2026-07-10T19:48:00.066Z | Compiling enum_dispatch v0.3.13 |
| 3427 | 2026-07-10T19:48:00.082Z | Compiling delegate v0.13.5 |
| 3428 | 2026-07-10T19:48:00.103Z | Compiling subprocess v0.2.15 |
| 3429 | 2026-07-10T19:48:00.230Z | Compiling p384 v0.14.0-rc.10 |
| 3430 | 2026-07-10T19:48:00.606Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3431 | 2026-07-10T19:48:00.670Z | Compiling hex-literal v1.1.0 |
| 3432 | 2026-07-10T19:48:00.700Z | Compiling md5 v0.8.0 |
| 3433 | 2026-07-10T19:48:00.803Z | Compiling display-error-chain v0.2.2 |
| 3434 | 2026-07-10T19:48:00.848Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3435 | 2026-07-10T19:48:00.881Z | Compiling colored v2.2.0 |
| 3436 | 2026-07-10T19:48:00.964Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3437 | 2026-07-10T19:48:00.982Z | Compiling socket2 v0.5.10 |
| 3438 | 2026-07-10T19:48:01.002Z | Compiling internet-checksum v0.2.1 |
| 3439 | 2026-07-10T19:48:01.080Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-07-10T19:48:02.344Z | Compiling ssh-key v0.7.0-rc.10 |
| 3441 | 2026-07-10T19:48:02.431Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3442 | 2026-07-10T19:48:03.080Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3443 | 2026-07-10T19:48:03.555Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3444 | 2026-07-10T19:48:03.620Z | Compiling russh v0.61.2 |
| 3445 | 2026-07-10T19:48:04.166Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3446 | 2026-07-10T19:48:04.817Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-07-10T19:48:13.191Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3448 | 2026-07-10T19:48:13.191Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3449 | 2026-07-10T19:48:13.191Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-07-10T19:48:13.194Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3451 | 2026-07-10T19:48:14.926Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3452 | 2026-07-10T19:48:15.013Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3453 | 2026-07-10T19:48:18.922Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3454 | 2026-07-10T19:48:58.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3455 | 2026-07-10T19:48:58.862Z | |
| 3456 | 2026-07-10T19:48:58.862Z | real 1:26.751317071 |
| 3457 | 2026-07-10T19:48:58.863Z | user 8:41.601290080 |
| 3458 | 2026-07-10T19:48:58.863Z | sys 1:41.513288495 |
| 3459 | 2026-07-10T19:48:58.863Z | trap 0.267044260 |
| 3460 | 2026-07-10T19:48:58.863Z | tflt 0.468233619 |
| 3461 | 2026-07-10T19:48:58.866Z | dflt 1.547019434 |
| 3462 | 2026-07-10T19:48:58.866Z | kflt 0.001117050 |
| 3463 | 2026-07-10T19:48:58.866Z | lock 30:45.443371784 |
| 3464 | 2026-07-10T19:48:58.866Z | slp 19:55.394308736 |
| 3465 | 2026-07-10T19:48:58.866Z | lat 40.046005761 |
| 3466 | 2026-07-10T19:48:58.866Z | stop 2:57.050649545 |
| 3467 | 2026-07-10T19:48:58.866Z | + mkdir tests |
| 3468 | 2026-07-10T19:48:58.869Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3469 | 2026-07-10T19:48:58.869Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3470 | 2026-07-10T19:48:58.892Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a1ad97b8a73da808 tests/ |
| 3471 | 2026-07-10T19:48:58.921Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c280f43341499c6c tests/ |
| 3472 | 2026-07-10T19:48:58.950Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-c944bbd958f66fb3 tests/ |
| 3473 | 2026-07-10T19:48:58.976Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-956e3e3cb018db84 tests/ |
| 3474 | 2026-07-10T19:48:59.230Z | + 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) |
| 3475 | 2026-07-10T19:48:59.233Z | + 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-c280f43341499c6c tests/commtest-c944bbd958f66fb3 tests/dhcp_server-a1ad97b8a73da808 tests/end_to_end_tests-956e3e3cb018db84 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 |
| 3476 | 2026-07-10T19:50:19.817Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3477 | 2026-07-10T19:50:19.817Z | a .github/buildomat/ci-env.sh 1K |
| 3478 | 2026-07-10T19:50:19.817Z | a out/target/test 1K |
| 3479 | 2026-07-10T19:50:19.817Z | a out/npuzone/npuzone 27402K |
| 3480 | 2026-07-10T19:50:19.817Z | a package-manifest.toml 35K |
| 3481 | 2026-07-10T19:50:19.817Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3482 | 2026-07-10T19:50:19.817Z | a target/release/omicron-package 40725K |
| 3483 | 2026-07-10T19:50:19.817Z | a target/release/xtask 10468K |
| 3484 | 2026-07-10T19:50:19.817Z | a target/debug/bootstrap 349418K |
| 3485 | 2026-07-10T19:50:19.817Z | a tests/bootstrap-c280f43341499c6c 31974K |
| 3486 | 2026-07-10T19:50:19.817Z | a tests/commtest-c944bbd958f66fb3 32169K |
| 3487 | 2026-07-10T19:50:19.817Z | a tests/dhcp_server-a1ad97b8a73da808 31974K |
| 3488 | 2026-07-10T19:50:19.818Z | a tests/end_to_end_tests-956e3e3cb018db84 399296K |
| 3489 | 2026-07-10T19:50:19.818Z | a tools/opte_version 1K |
| 3490 | 2026-07-10T19:50:19.818Z | a tools/opte_version_override 2K |
| 3491 | 2026-07-10T19:50:19.818Z | a out/clickhouse.tar.gz 310727K |
| 3492 | 2026-07-10T19:50:19.818Z | a out/clickhouse_keeper.tar.gz 297197K |
| 3493 | 2026-07-10T19:50:19.818Z | a out/clickhouse_server.tar.gz 310724K |
| 3494 | 2026-07-10T19:50:19.818Z | a out/cockroachdb.tar.gz 161737K |
| 3495 | 2026-07-10T19:50:19.818Z | a out/crucible-pantry-zone.tar.gz 39110K |
| 3496 | 2026-07-10T19:50:19.818Z | a out/crucible-utils.tar 18900K |
| 3497 | 2026-07-10T19:50:19.818Z | a out/crucible-zone.tar.gz 53806K |
| 3498 | 2026-07-10T19:50:19.818Z | a out/external-dns.tar.gz 46794K |
| 3499 | 2026-07-10T19:50:19.818Z | a out/internal-dns.tar.gz 46794K |
| 3500 | 2026-07-10T19:50:19.819Z | a out/mg-ddm-gz.tar 97917K |
| 3501 | 2026-07-10T19:50:19.819Z | a out/nexus.tar.gz 274375K |
| 3502 | 2026-07-10T19:50:19.819Z | a out/ntp.tar.gz 29911K |
| 3503 | 2026-07-10T19:50:19.819Z | a out/omicron-gateway-softnpu.tar.gz 27554K |
| 3504 | 2026-07-10T19:50:19.819Z | a out/omicron-sled-agent.tar 197549K |
| 3505 | 2026-07-10T19:50:19.819Z | a out/overlay.tar.gz 3K |
| 3506 | 2026-07-10T19:50:19.819Z | a out/oximeter.tar.gz 62136K |
| 3507 | 2026-07-10T19:50:19.819Z | a out/oxlog.tar 3808K |
| 3508 | 2026-07-10T19:50:19.819Z | a out/probe.tar.gz 3037K |
| 3509 | 2026-07-10T19:50:19.819Z | a out/propolis-server.tar.gz 34372K |
| 3510 | 2026-07-10T19:50:19.819Z | a out/pumpkind-gz.tar 26647K |
| 3511 | 2026-07-10T19:50:19.819Z | a out/switch-softnpu.tar.gz 447946K |
| 3512 | 2026-07-10T19:50:19.823Z | |
| 3513 | 2026-07-10T19:50:19.823Z | real 1:20.584285414 |
| 3514 | 2026-07-10T19:50:19.823Z | user 1:17.853142978 |
| 3515 | 2026-07-10T19:50:19.823Z | sys 4.501098239 |
| 3516 | 2026-07-10T19:50:19.824Z | trap 0.006693412 |
| 3517 | 2026-07-10T19:50:19.824Z | tflt 0.000000000 |
| 3518 | 2026-07-10T19:50:19.824Z | dflt 0.000000000 |
| 3519 | 2026-07-10T19:50:19.824Z | kflt 0.000000000 |
| 3520 | 2026-07-10T19:50:19.824Z | lock 0.000000000 |
| 3521 | 2026-07-10T19:50:19.824Z | slp 1:17.750482020 |
| 3522 | 2026-07-10T19:50:19.824Z | lat 1.052781805 |
| 3523 | 2026-07-10T19:50:19.824Z | stop 0.000161170 |
| 3524 | 2026-07-10T19:50:19.824Z | process exited: duration 938157 ms, exit code 0 |
| |
| 3525 | 2026-07-10T19:50:19.838Z | found 1 output files |
| 3526 | 2026-07-10T19:50:19.838Z | uploading: /work/package.tar.gz (2485643523 bytes) |
| 3527 | 2026-07-10T19:50:48.880Z | uploaded: /work/package.tar.gz |