|
|
|
| 1 | 2026-07-21T22:39:24.569Z | job assigned to worker 01KY3D9N9PWK40PSM8354V6P9W [factory aws, i-083ec4e6d0649e76e] (queued for 43 s) |
| |
| 2 | 2026-07-21T22:39:31.598Z | starting task 0: "setup" |
| 3 | 2026-07-21T22:39:31.602Z | ++ uname -s |
| 4 | 2026-07-21T22:39:31.605Z | + kern=SunOS |
| 5 | 2026-07-21T22:39:31.605Z | + build_user=build |
| 6 | 2026-07-21T22:39:31.605Z | + build_uid=12345 |
| 7 | 2026-07-21T22:39:31.605Z | + work_dir=/work |
| 8 | 2026-07-21T22:39:31.605Z | + input_dir=/input |
| 9 | 2026-07-21T22:39:31.605Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T22:39:31.605Z | + case "$kern" in |
| 11 | 2026-07-21T22:39:31.605Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T22:39:31.605Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T22:39:33.610Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T22:39:33.712Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T22:39:33.715Z | + home_fs=zfs |
| 16 | 2026-07-21T22:39:33.715Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T22:39:33.715Z | + mkdir -p /home/build |
| 18 | 2026-07-21T22:39:33.715Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T22:39:35.714Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T22:39:35.717Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-07-21T22:39:35.725Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T22:39:35.730Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T22:39:35.730Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-21T22:39:35.730Z | * rust toolchain profile = "default" |
| 25 | 2026-07-21T22:39:35.730Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-21T22:39:35.733Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-21T22:39:35.733Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T22:39:35.733Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T22:39:35.733Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T22:39:35.836Z | info: downloading installer |
| 31 | 2026-07-21T22:39:37.278Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T22:39:37.278Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T22:39:37.278Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T22:39:37.278Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T22:39:37.292Z | info: profile set to default |
| 36 | 2026-07-21T22:39:37.292Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T22:39:37.295Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T22:39:37.454Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T22:39:37.464Z | info: downloading 6 components |
| 40 | 2026-07-21T22:39:54.104Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T22:39:54.104Z | |
| 42 | 2026-07-21T22:39:54.132Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T22:39:54.132Z | |
| 44 | 2026-07-21T22:39:54.133Z | |
| 45 | 2026-07-21T22:39:54.133Z | Rust is installed now. Great! |
| 46 | 2026-07-21T22:39:54.133Z | |
| 47 | 2026-07-21T22:39:54.133Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T22:39:54.133Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T22:39:54.133Z | |
| 50 | 2026-07-21T22:39:54.133Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T22:39:54.133Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T22:39:54.133Z | |
| 53 | 2026-07-21T22:39:54.136Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T22:39:54.136Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T22:39:54.136Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T22:39:54.136Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T22:39:54.136Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T22:39:54.136Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T22:39:54.136Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T22:39:54.136Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T22:39:54.136Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T22:39:54.224Z | + rustup --version |
| 63 | 2026-07-21T22:39:54.231Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T22:39:54.234Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T22:39:54.252Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T22:39:54.255Z | + cargo --version |
| 67 | 2026-07-21T22:39:54.268Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T22:39:54.271Z | + rustc --version |
| 69 | 2026-07-21T22:39:54.290Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T22:39:54.293Z | process exited: duration 18568 ms, exit code 0 |
| |
| 71 | 2026-07-21T22:39:54.300Z | starting task 2: "authentication" |
| 72 | 2026-07-21T22:39:54.316Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-21T22:39:54.322Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T22:39:54.325Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T22:39:54.328Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T22:39:54.355Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T22:40:03.771Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T22:40:03.771Z | + git fetch origin 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 79 | 2026-07-21T22:40:04.052Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T22:40:04.053Z | * branch 099bba29402644c1af9b0ffd1629d9f32d3ac15e -> FETCH_HEAD |
| 81 | 2026-07-21T22:40:04.064Z | + [[ -n dependabot/cargo/openssl-0.10.80 ]] |
| 82 | 2026-07-21T22:40:04.067Z | ++ git branch --show-current |
| 83 | 2026-07-21T22:40:04.067Z | + current=main |
| 84 | 2026-07-21T22:40:04.067Z | + [[ main != dependabot/cargo/openssl-0.10.80 ]] |
| 85 | 2026-07-21T22:40:04.067Z | + git branch -f dependabot/cargo/openssl-0.10.80 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 86 | 2026-07-21T22:40:04.070Z | + git checkout -f dependabot/cargo/openssl-0.10.80 |
| 87 | 2026-07-21T22:40:04.313Z | Switched to branch 'dependabot/cargo/openssl-0.10.80' |
| 88 | 2026-07-21T22:40:04.316Z | + git reset --hard 099bba29402644c1af9b0ffd1629d9f32d3ac15e |
| 89 | 2026-07-21T22:40:04.331Z | HEAD is now at 099bba294 Bump openssl from 0.10.79 to 0.10.80 |
| 90 | 2026-07-21T22:40:04.334Z | process exited: duration 10009 ms, exit code 0 |
| |
| 91 | 2026-07-21T22:40:04.340Z | starting task 4: "build" |
| 92 | 2026-07-21T22:40:04.344Z | + source ./env.sh |
| 93 | 2026-07-21T22:40:04.347Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-21T22:40:04.347Z | ++ set -o xtrace |
| 95 | 2026-07-21T22:40:04.347Z | ++++ dirname ./env.sh |
| 96 | 2026-07-21T22:40:04.350Z | +++ readlink -f . |
| 97 | 2026-07-21T22:40:04.350Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-21T22:40:04.350Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-21T22:40:04.351Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-21T22:40:04.351Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-21T22:40:04.351Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-07-21T22:40:04.351Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-21T22:40:04.351Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-21T22:40:04.351Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-21T22:40:04.351Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-21T22:40:04.351Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-21T22:40:04.351Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-21T22:40:04.351Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-21T22:40:04.354Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-21T22:40:04.355Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-21T22:40:04.355Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-21T22:40:04.355Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-21T22:40:04.355Z | +++ uname -s |
| 114 | 2026-07-21T22:40:04.355Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-21T22:40:04.355Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-21T22:40:04.355Z | + cargo --version |
| 117 | 2026-07-21T22:40:04.363Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-21T22:40:04.366Z | + rustc --version |
| 119 | 2026-07-21T22:40:04.385Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-21T22:40:04.388Z | + banner prerequisites |
| 121 | 2026-07-21T22:40:04.391Z | |
| 122 | 2026-07-21T22:40:04.391Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-21T22:40:04.391Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-21T22:40:04.391Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-21T22:40:04.391Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-21T22:40:04.392Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-21T22:40:04.392Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-21T22:40:04.392Z | |
| 129 | 2026-07-21T22:40:04.392Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-21T22:40:06.572Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-21T22:40:06.765Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-21T22:40:07.702Z | Planning: Solver setup ... Done (0.871s) |
| 133 | 2026-07-21T22:40:07.742Z | Planning: Running solver ... Done (0.039s) |
| 134 | 2026-07-21T22:40:07.764Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-21T22:40:07.777Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-21T22:40:07.796Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-21T22:40:07.809Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-21T22:40:07.812Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-07-21T22:40:08.018Z | Planning: Checking for conflicting actions ... Done (0.205s) |
| 140 | 2026-07-21T22:40:08.021Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-21T22:40:08.831Z | Planning: Evaluating mediators ... Done (0.795s) |
| 142 | 2026-07-21T22:40:08.856Z | Planning: Planning completed in 2.03 seconds |
| 143 | 2026-07-21T22:40:08.856Z | Packages to install: 2 |
| 144 | 2026-07-21T22:40:08.856Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-21T22:40:08.856Z | Estimated space to be consumed: 46.64 MB |
| 146 | 2026-07-21T22:40:08.856Z | Create boot environment: No |
| 147 | 2026-07-21T22:40:08.856Z | Create backup boot environment: No |
| 148 | 2026-07-21T22:40:08.856Z | Rebuild boot archive: No |
| 149 | 2026-07-21T22:40:08.856Z | |
| 150 | 2026-07-21T22:40:08.856Z | Changed packages: |
| 151 | 2026-07-21T22:40:08.856Z | helios |
| 152 | 2026-07-21T22:40:08.856Z | developer/build-essential |
| 153 | 2026-07-21T22:40:08.856Z | None -> 11-3.0 |
| 154 | 2026-07-21T22:40:08.857Z | library/libxmlsec1 |
| 155 | 2026-07-21T22:40:08.857Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-21T22:40:08.857Z | |
| 157 | 2026-07-21T22:40:08.857Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-21T22:40:08.926Z | Download: Completed 1.28 MB in 0.08 seconds (16.3M/s) |
| 159 | 2026-07-21T22:40:08.995Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-21T22:40:09.037Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-21T22:40:09.056Z | Finalize: Updating package state database ... Done (0.019s) |
| 162 | 2026-07-21T22:40:09.056Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-21T22:40:09.105Z | Finalize: Updating image state ... Done (0.048s) |
| 164 | 2026-07-21T22:40:11.513Z | Finalize: Creating fast lookup database ... Done (2.375s) |
| 165 | 2026-07-21T22:40:11.583Z | Finalize: Reading search index ... Done (0.013s) |
| 166 | 2026-07-21T22:40:11.586Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-21T22:40:11.679Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-21T22:40:12.010Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-21T22:40:12.115Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-21T22:40:12.118Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-21T22:40:12.272Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-21T22:40:12.275Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-21T22:40:12.295Z | Mediators to change: 2 |
| 174 | 2026-07-21T22:40:12.295Z | Create boot environment: No |
| 175 | 2026-07-21T22:40:12.298Z | Create backup boot environment: No |
| 176 | 2026-07-21T22:40:12.338Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-21T22:40:12.360Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-21T22:40:12.368Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-21T22:40:14.312Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-21T22:40:14.375Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-21T22:40:14.379Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-21T22:40:14.434Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-21T22:40:14.721Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-21T22:40:14.828Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-21T22:40:14.831Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-21T22:40:14.986Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-21T22:40:14.989Z | Planning: Planning completed in 0.27 seconds |
| 188 | 2026-07-21T22:40:15.009Z | Mediators to change: 1 |
| 189 | 2026-07-21T22:40:15.012Z | Create boot environment: No |
| 190 | 2026-07-21T22:40:15.012Z | Create backup boot environment: No |
| 191 | 2026-07-21T22:40:15.047Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-21T22:40:15.048Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-21T22:40:15.074Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-21T22:40:17.036Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-21T22:40:17.101Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-21T22:40:17.104Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-21T22:40:17.174Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-21T22:40:17.486Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-21T22:40:17.486Z | apache system 2.4 system |
| 200 | 2026-07-21T22:40:17.486Z | clang system 15 system |
| 201 | 2026-07-21T22:40:17.486Z | csh system system illumos |
| 202 | 2026-07-21T22:40:17.486Z | ctags system system illumos |
| 203 | 2026-07-21T22:40:17.486Z | file vendor vendor darwinsys |
| 204 | 2026-07-21T22:40:17.486Z | file system system illumos |
| 205 | 2026-07-21T22:40:17.486Z | gcc vendor 14 vendor |
| 206 | 2026-07-21T22:40:17.486Z | gcc system 13 system |
| 207 | 2026-07-21T22:40:17.486Z | gcc system 10 system |
| 208 | 2026-07-21T22:40:17.486Z | go system 1.25 system |
| 209 | 2026-07-21T22:40:17.486Z | llvm system 15 system |
| 210 | 2026-07-21T22:40:17.486Z | mariadb system 11.4 system |
| 211 | 2026-07-21T22:40:17.486Z | mta vendor vendor dma |
| 212 | 2026-07-21T22:40:17.486Z | openjdk system 17 system |
| 213 | 2026-07-21T22:40:17.486Z | openjdk system 11 system |
| 214 | 2026-07-21T22:40:17.486Z | openssl vendor 3 vendor |
| 215 | 2026-07-21T22:40:17.486Z | perl system 5.40 system |
| 216 | 2026-07-21T22:40:17.486Z | postgresql system 18 system |
| 217 | 2026-07-21T22:40:17.486Z | postgresql system 17 system |
| 218 | 2026-07-21T22:40:17.486Z | python vendor 3 vendor |
| 219 | 2026-07-21T22:40:17.486Z | python system 2 system |
| 220 | 2026-07-21T22:40:17.486Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-21T22:40:17.486Z | ruby system 3.4 system |
| 222 | 2026-07-21T22:40:17.486Z | ruby system 3.0 system |
| 223 | 2026-07-21T22:40:17.486Z | words vendor vendor american-english |
| 224 | 2026-07-21T22:40:17.486Z | words system system australian-english |
| 225 | 2026-07-21T22:40:17.486Z | words system system british-english |
| 226 | 2026-07-21T22:40:17.486Z | words system system canadian-english |
| 227 | 2026-07-21T22:40:17.486Z | words system system french |
| 228 | 2026-07-21T22:40:17.486Z | words system system italian |
| 229 | 2026-07-21T22:40:17.486Z | words system system ngerman |
| 230 | 2026-07-21T22:40:17.486Z | words system system ogerman |
| 231 | 2026-07-21T22:40:17.486Z | words system system spanish |
| 232 | 2026-07-21T22:40:17.740Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-21T22:40:17.740Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-21T22:40:18.102Z | FMRI IFO |
| 235 | 2026-07-21T22:40:18.102Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-21T22:40:18.102Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-21T22:40:18.102Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-21T22:40:18.102Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-21T22:40:18.102Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-21T22:40:18.102Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-21T22:40:18.102Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-21T22:40:18.102Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-21T22:40:18.102Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-21T22:40:18.414Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-21T22:40:18.645Z | Updating crates.io index |
| 246 | 2026-07-21T22:40:18.648Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-21T22:40:18.858Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-21T22:40:19.118Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-21T22:40:20.078Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-21T22:40:20.601Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-21T22:40:22.407Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-21T22:40:23.207Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-21T22:40:23.439Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-21T22:40:23.760Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-21T22:40:24.880Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-21T22:40:25.128Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-21T22:40:25.418Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-21T22:40:25.695Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-21T22:40:26.109Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-21T22:40:26.591Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-21T22:40:27.006Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-21T22:40:27.259Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-21T22:40:27.501Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-21T22:40:27.749Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-21T22:40:27.960Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-21T22:40:28.159Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-21T22:40:28.418Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-21T22:40:28.764Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-21T22:40:29.100Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-21T22:40:29.518Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-21T22:40:29.908Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-21T22:40:30.134Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-21T22:40:30.501Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-21T22:40:31.005Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-21T22:40:31.209Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-21T22:40:31.428Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-21T22:40:31.751Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-21T22:40:32.190Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-21T22:40:32.430Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-21T22:40:32.706Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-21T22:40:32.927Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-21T22:40:33.208Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-21T22:40:33.635Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-21T22:40:33.960Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-21T22:40:34.193Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-21T22:40:34.422Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-21T22:40:34.676Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: OpenSSL/3.5.4: error:0A000126:SSL routines::unexpected eof while reading, errno 0) |
| 288 | 2026-07-21T22:40:34.681Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 289 | 2026-07-21T22:40:34.681Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 290 | 2026-07-21T22:40:34.681Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 291 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 292 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 293 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 294 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 295 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 296 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 297 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 298 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 299 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 300 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 301 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 302 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 303 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 304 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 305 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 306 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 307 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 308 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 309 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 310 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 311 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 312 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 313 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 314 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 315 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 316 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 317 | 2026-07-21T22:40:34.682Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 318 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 319 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 320 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 321 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 322 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 323 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 324 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 325 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 326 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 327 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 328 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 329 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 330 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 331 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 332 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 333 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 334 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 335 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 336 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 337 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 338 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 339 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 340 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 341 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 342 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 343 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 344 | 2026-07-21T22:40:34.683Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 345 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 346 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 347 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 348 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 349 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 350 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 351 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 352 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 353 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 354 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 355 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 356 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 357 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 358 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 359 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 360 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 361 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 362 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 363 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 364 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 365 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 366 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 367 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 368 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 369 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 370 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 371 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 372 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 373 | 2026-07-21T22:40:34.684Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 374 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 375 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 376 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 377 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 378 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 379 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 380 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 381 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 382 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 383 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 384 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 385 | 2026-07-21T22:40:34.685Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 386 | 2026-07-21T22:40:37.658Z | Downloading crates ... |
| 387 | 2026-07-21T22:40:37.709Z | Downloaded dof v0.3.0 |
| 388 | 2026-07-21T22:40:37.714Z | Downloaded is_terminal_polyfill v1.70.2 |
| 389 | 2026-07-21T22:40:37.717Z | Downloaded cpufeatures v0.2.17 |
| 390 | 2026-07-21T22:40:37.717Z | Downloaded cargo-platform v0.3.2 |
| 391 | 2026-07-21T22:40:37.722Z | Downloaded equivalent v1.0.2 |
| 392 | 2026-07-21T22:40:37.726Z | Downloaded byteorder v1.5.0 |
| 393 | 2026-07-21T22:40:37.729Z | Downloaded clap_derive v4.6.1 |
| 394 | 2026-07-21T22:40:37.732Z | Downloaded zmij v1.0.21 |
| 395 | 2026-07-21T22:40:37.732Z | Downloaded memmap v0.7.0 |
| 396 | 2026-07-21T22:40:37.732Z | Downloaded fnv v1.0.7 |
| 397 | 2026-07-21T22:40:37.737Z | Downloaded fastrand v2.3.0 |
| 398 | 2026-07-21T22:40:37.737Z | Downloaded errno v0.3.14 |
| 399 | 2026-07-21T22:40:37.737Z | Downloaded toml_datetime v0.6.11 |
| 400 | 2026-07-21T22:40:37.740Z | Downloaded generic-array v0.14.7 |
| 401 | 2026-07-21T22:40:37.740Z | Downloaded dtrace-parser v0.2.0 |
| 402 | 2026-07-21T22:40:37.740Z | Downloaded colorchoice v1.0.4 |
| 403 | 2026-07-21T22:40:37.740Z | Downloaded block-buffer v0.10.4 |
| 404 | 2026-07-21T22:40:37.740Z | Downloaded zerocopy v0.7.35 |
| 405 | 2026-07-21T22:40:37.747Z | Downloaded thiserror-impl v2.0.18 |
| 406 | 2026-07-21T22:40:37.751Z | Downloaded anstyle v1.0.14 |
| 407 | 2026-07-21T22:40:37.751Z | Downloaded zerocopy-derive v0.7.35 |
| 408 | 2026-07-21T22:40:37.757Z | Downloaded pest_derive v2.8.6 |
| 409 | 2026-07-21T22:40:37.757Z | Downloaded scroll v0.12.0 |
| 410 | 2026-07-21T22:40:37.757Z | Downloaded pretty-hex v0.4.1 |
| 411 | 2026-07-21T22:40:37.757Z | Downloaded itoa v1.0.17 |
| 412 | 2026-07-21T22:40:37.760Z | Downloaded serde_spanned v0.6.9 |
| 413 | 2026-07-21T22:40:37.760Z | Downloaded log v0.4.29 |
| 414 | 2026-07-21T22:40:37.760Z | Downloaded heck v0.4.1 |
| 415 | 2026-07-21T22:40:37.760Z | Downloaded heck v0.5.0 |
| 416 | 2026-07-21T22:40:37.760Z | Downloaded getrandom v0.4.1 |
| 417 | 2026-07-21T22:40:37.760Z | Downloaded macaddr v1.0.1 |
| 418 | 2026-07-21T22:40:37.765Z | Downloaded fs-err v3.3.0 |
| 419 | 2026-07-21T22:40:37.765Z | Downloaded crypto-common v0.1.7 |
| 420 | 2026-07-21T22:40:37.765Z | Downloaded smawk v0.3.2 |
| 421 | 2026-07-21T22:40:37.769Z | Downloaded anstyle-query v1.1.5 |
| 422 | 2026-07-21T22:40:37.769Z | Downloaded plain v0.2.3 |
| 423 | 2026-07-21T22:40:37.777Z | Downloaded bytecount v0.6.9 |
| 424 | 2026-07-21T22:40:37.782Z | Downloaded cargo_metadata v0.23.1 |
| 425 | 2026-07-21T22:40:37.782Z | Downloaded clap_lex v1.0.0 |
| 426 | 2026-07-21T22:40:37.782Z | Downloaded anstyle-parse v1.0.0 |
| 427 | 2026-07-21T22:40:37.786Z | Downloaded anstream v1.0.0 |
| 428 | 2026-07-21T22:40:37.789Z | Downloaded toml_write v0.1.2 |
| 429 | 2026-07-21T22:40:37.789Z | Downloaded tabled_derive v0.7.0 |
| 430 | 2026-07-21T22:40:37.790Z | Downloaded cfg-if v1.0.4 |
| 431 | 2026-07-21T22:40:37.790Z | Downloaded scroll_derive v0.12.1 |
| 432 | 2026-07-21T22:40:37.795Z | Downloaded thread-id v4.2.2 |
| 433 | 2026-07-21T22:40:37.798Z | Downloaded usdt v0.5.0 |
| 434 | 2026-07-21T22:40:37.798Z | Downloaded proc-macro-error-attr v1.0.4 |
| 435 | 2026-07-21T22:40:37.798Z | Downloaded utf8parse v0.2.2 |
| 436 | 2026-07-21T22:40:37.802Z | Downloaded unicode-linebreak v0.1.5 |
| 437 | 2026-07-21T22:40:37.805Z | Downloaded usdt-macro v0.5.0 |
| 438 | 2026-07-21T22:40:37.805Z | Downloaded terminal_size v0.4.3 |
| 439 | 2026-07-21T22:40:37.805Z | Downloaded usdt-attr-macro v0.5.0 |
| 440 | 2026-07-21T22:40:37.809Z | Downloaded digest v0.10.7 |
| 441 | 2026-07-21T22:40:37.809Z | Downloaded camino-tempfile v1.4.1 |
| 442 | 2026-07-21T22:40:37.815Z | Downloaded strsim v0.11.1 |
| 443 | 2026-07-21T22:40:37.820Z | Downloaded version_check v0.9.5 |
| 444 | 2026-07-21T22:40:37.825Z | Downloaded thiserror v1.0.69 |
| 445 | 2026-07-21T22:40:37.828Z | Downloaded autocfg v1.5.0 |
| 446 | 2026-07-21T22:40:37.831Z | Downloaded anyhow v1.0.102 |
| 447 | 2026-07-21T22:40:37.831Z | Downloaded camino v1.2.2 |
| 448 | 2026-07-21T22:40:37.836Z | Downloaded cargo_toml v0.21.0 |
| 449 | 2026-07-21T22:40:37.839Z | Downloaded swrite v0.1.0 |
| 450 | 2026-07-21T22:40:37.842Z | Downloaded sha2 v0.10.9 |
| 451 | 2026-07-21T22:40:37.843Z | Downloaded quote v1.0.45 |
| 452 | 2026-07-21T22:40:37.845Z | Downloaded pest_generator v2.8.6 |
| 453 | 2026-07-21T22:40:37.848Z | Downloaded thiserror-impl v1.0.69 |
| 454 | 2026-07-21T22:40:37.848Z | Downloaded once_cell v1.21.3 |
| 455 | 2026-07-21T22:40:37.851Z | Downloaded thiserror v2.0.18 |
| 456 | 2026-07-21T22:40:37.854Z | Downloaded serde_tokenstream v0.2.3 |
| 457 | 2026-07-21T22:40:37.857Z | Downloaded usdt-impl v0.5.0 |
| 458 | 2026-07-21T22:40:37.862Z | Downloaded semver v1.0.28 |
| 459 | 2026-07-21T22:40:37.869Z | Downloaded bitflags v2.11.0 |
| 460 | 2026-07-21T22:40:37.872Z | Downloaded ucd-trie v0.1.7 |
| 461 | 2026-07-21T22:40:37.879Z | Downloaded toml v0.8.23 |
| 462 | 2026-07-21T22:40:37.882Z | Downloaded proc-macro-error v1.0.4 |
| 463 | 2026-07-21T22:40:37.887Z | Downloaded tempfile v3.25.0 |
| 464 | 2026-07-21T22:40:37.890Z | Downloaded papergrid v0.11.0 |
| 465 | 2026-07-21T22:40:37.894Z | Downloaded serde_derive v1.0.228 |
| 466 | 2026-07-21T22:40:37.898Z | Downloaded clap v4.6.1 |
| 467 | 2026-07-21T22:40:37.901Z | Downloaded unicode-ident v1.0.24 |
| 468 | 2026-07-21T22:40:37.904Z | Downloaded serde_core v1.0.228 |
| 469 | 2026-07-21T22:40:37.908Z | Downloaded proc-macro2 v1.0.106 |
| 470 | 2026-07-21T22:40:37.911Z | Downloaded textwrap v0.16.2 |
| 471 | 2026-07-21T22:40:37.930Z | Downloaded toml_edit v0.22.27 |
| 472 | 2026-07-21T22:40:37.936Z | Downloaded indexmap v2.14.0 |
| 473 | 2026-07-21T22:40:37.939Z | Downloaded pest_meta v2.8.6 |
| 474 | 2026-07-21T22:40:37.939Z | Downloaded memchr v2.8.0 |
| 475 | 2026-07-21T22:40:37.942Z | Downloaded serde v1.0.228 |
| 476 | 2026-07-21T22:40:37.960Z | Downloaded typenum v1.20.1 |
| 477 | 2026-07-21T22:40:37.976Z | Downloaded pest v2.8.6 |
| 478 | 2026-07-21T22:40:37.981Z | Downloaded clap_builder v4.6.0 |
| 479 | 2026-07-21T22:40:37.990Z | Downloaded goblin v0.8.2 |
| 480 | 2026-07-21T22:40:37.994Z | Downloaded hashbrown v0.17.0 |
| 481 | 2026-07-21T22:40:38.001Z | Downloaded serde_json v1.0.150 |
| 482 | 2026-07-21T22:40:38.011Z | Downloaded winnow v0.7.14 |
| 483 | 2026-07-21T22:40:38.031Z | Downloaded tabled v0.15.0 |
| 484 | 2026-07-21T22:40:38.040Z | Downloaded syn v2.0.117 |
| 485 | 2026-07-21T22:40:38.048Z | Downloaded unicode-width v0.1.14 |
| 486 | 2026-07-21T22:40:38.051Z | Downloaded syn v1.0.109 |
| 487 | 2026-07-21T22:40:38.055Z | Downloaded unicode-width v0.2.0 |
| 488 | 2026-07-21T22:40:38.077Z | Downloaded rustix v1.1.3 |
| 489 | 2026-07-21T22:40:38.097Z | Downloaded libc v0.2.185 |
| 490 | 2026-07-21T22:40:38.158Z | Compiling proc-macro2 v1.0.106 |
| 491 | 2026-07-21T22:40:38.158Z | Compiling unicode-ident v1.0.24 |
| 492 | 2026-07-21T22:40:38.158Z | Compiling quote v1.0.45 |
| 493 | 2026-07-21T22:40:38.161Z | Compiling serde_core v1.0.228 |
| 494 | 2026-07-21T22:40:38.161Z | Compiling libc v0.2.185 |
| 495 | 2026-07-21T22:40:38.161Z | Compiling version_check v0.9.5 |
| 496 | 2026-07-21T22:40:38.161Z | Compiling memchr v2.8.0 |
| 497 | 2026-07-21T22:40:38.161Z | Compiling serde v1.0.228 |
| 498 | 2026-07-21T22:40:38.472Z | Compiling zmij v1.0.21 |
| 499 | 2026-07-21T22:40:38.746Z | Compiling ucd-trie v0.1.7 |
| 500 | 2026-07-21T22:40:38.749Z | Compiling itoa v1.0.17 |
| 501 | 2026-07-21T22:40:38.749Z | Compiling thiserror v1.0.69 |
| 502 | 2026-07-21T22:40:38.994Z | Compiling pest v2.8.6 |
| 503 | 2026-07-21T22:40:39.010Z | Compiling rustix v1.1.3 |
| 504 | 2026-07-21T22:40:39.201Z | Compiling byteorder v1.5.0 |
| 505 | 2026-07-21T22:40:39.238Z | Compiling errno v0.3.14 |
| 506 | 2026-07-21T22:40:39.431Z | Compiling bitflags v2.11.0 |
| 507 | 2026-07-21T22:40:39.512Z | Compiling serde_json v1.0.150 |
| 508 | 2026-07-21T22:40:39.664Z | Compiling syn v2.0.117 |
| 509 | 2026-07-21T22:40:39.700Z | Compiling thread-id v4.2.2 |
| 510 | 2026-07-21T22:40:39.739Z | Compiling usdt-impl v0.5.0 |
| 511 | 2026-07-21T22:40:39.797Z | Compiling proc-macro-error-attr v1.0.4 |
| 512 | 2026-07-21T22:40:39.815Z | Compiling camino v1.2.2 |
| 513 | 2026-07-21T22:40:39.963Z | Compiling syn v1.0.109 |
| 514 | 2026-07-21T22:40:40.050Z | Compiling pest_meta v2.8.6 |
| 515 | 2026-07-21T22:40:40.222Z | Compiling proc-macro-error v1.0.4 |
| 516 | 2026-07-21T22:40:40.297Z | Compiling getrandom v0.4.1 |
| 517 | 2026-07-21T22:40:40.329Z | Compiling log v0.4.29 |
| 518 | 2026-07-21T22:40:40.416Z | Compiling hashbrown v0.17.0 |
| 519 | 2026-07-21T22:40:40.666Z | Compiling utf8parse v0.2.2 |
| 520 | 2026-07-21T22:40:40.686Z | Compiling plain v0.2.3 |
| 521 | 2026-07-21T22:40:40.765Z | Compiling equivalent v1.0.2 |
| 522 | 2026-07-21T22:40:40.784Z | Compiling anstyle-parse v1.0.0 |
| 523 | 2026-07-21T22:40:40.860Z | Compiling terminal_size v0.4.3 |
| 524 | 2026-07-21T22:40:40.967Z | Compiling indexmap v2.14.0 |
| 525 | 2026-07-21T22:40:41.439Z | Compiling winnow v0.7.14 |
| 526 | 2026-07-21T22:40:41.534Z | Compiling autocfg v1.5.0 |
| 527 | 2026-07-21T22:40:41.589Z | Compiling pretty-hex v0.4.1 |
| 528 | 2026-07-21T22:40:41.607Z | Compiling anstyle v1.0.14 |
| 529 | 2026-07-21T22:40:41.662Z | Compiling thiserror v2.0.18 |
| 530 | 2026-07-21T22:40:41.722Z | Compiling toml_write v0.1.2 |
| 531 | 2026-07-21T22:40:41.839Z | Compiling cfg-if v1.0.4 |
| 532 | 2026-07-21T22:40:41.909Z | Compiling pest_generator v2.8.6 |
| 533 | 2026-07-21T22:40:41.927Z | Compiling colorchoice v1.0.4 |
| 534 | 2026-07-21T22:40:41.981Z | Compiling is_terminal_polyfill v1.70.2 |
| 535 | 2026-07-21T22:40:42.007Z | Compiling anstyle-query v1.1.5 |
| 536 | 2026-07-21T22:40:42.147Z | Compiling fs-err v3.3.0 |
| 537 | 2026-07-21T22:40:42.279Z | Compiling anstream v1.0.0 |
| 538 | 2026-07-21T22:40:42.502Z | Compiling once_cell v1.21.3 |
| 539 | 2026-07-21T22:40:42.631Z | Compiling heck v0.5.0 |
| 540 | 2026-07-21T22:40:42.631Z | Compiling fastrand v2.3.0 |
| 541 | 2026-07-21T22:40:42.631Z | Compiling strsim v0.11.1 |
| 542 | 2026-07-21T22:40:42.718Z | Compiling fnv v1.0.7 |
| 543 | 2026-07-21T22:40:42.718Z | Compiling anyhow v1.0.102 |
| 544 | 2026-07-21T22:40:42.781Z | Compiling bytecount v0.6.9 |
| 545 | 2026-07-21T22:40:42.873Z | Compiling heck v0.4.1 |
| 546 | 2026-07-21T22:40:42.873Z | Compiling clap_lex v1.0.0 |
| 547 | 2026-07-21T22:40:42.950Z | Compiling unicode-width v0.1.14 |
| 548 | 2026-07-21T22:40:42.950Z | Compiling tempfile v3.25.0 |
| 549 | 2026-07-21T22:40:43.041Z | Compiling clap_builder v4.6.0 |
| 550 | 2026-07-21T22:40:43.136Z | Compiling semver v1.0.28 |
| 551 | 2026-07-21T22:40:43.136Z | Compiling cargo-platform v0.3.2 |
| 552 | 2026-07-21T22:40:43.137Z | Compiling tabled_derive v0.7.0 |
| 553 | 2026-07-21T22:40:43.183Z | Compiling papergrid v0.11.0 |
| 554 | 2026-07-21T22:40:43.231Z | Compiling memmap v0.7.0 |
| 555 | 2026-07-21T22:40:43.264Z | Compiling unicode-width v0.2.0 |
| 556 | 2026-07-21T22:40:43.334Z | Compiling smawk v0.3.2 |
| 557 | 2026-07-21T22:40:43.350Z | Compiling unicode-linebreak v0.1.5 |
| 558 | 2026-07-21T22:40:43.479Z | Compiling camino-tempfile v1.4.1 |
| 559 | 2026-07-21T22:40:43.547Z | Compiling textwrap v0.16.2 |
| 560 | 2026-07-21T22:40:43.566Z | Compiling serde_derive v1.0.228 |
| 561 | 2026-07-21T22:40:43.597Z | Compiling thiserror-impl v1.0.69 |
| 562 | 2026-07-21T22:40:43.708Z | Compiling zerocopy-derive v0.7.35 |
| 563 | 2026-07-21T22:40:43.767Z | Compiling pest_derive v2.8.6 |
| 564 | 2026-07-21T22:40:44.003Z | Compiling scroll_derive v0.12.1 |
| 565 | 2026-07-21T22:40:44.021Z | Compiling thiserror-impl v2.0.18 |
| 566 | 2026-07-21T22:40:44.223Z | Compiling clap_derive v4.6.1 |
| 567 | 2026-07-21T22:40:44.551Z | Compiling tabled v0.15.0 |
| 568 | 2026-07-21T22:40:44.583Z | Compiling zerocopy v0.7.35 |
| 569 | 2026-07-21T22:40:44.674Z | Compiling scroll v0.12.0 |
| 570 | 2026-07-21T22:40:44.951Z | Compiling goblin v0.8.2 |
| 571 | 2026-07-21T22:40:44.982Z | Compiling dtrace-parser v0.2.0 |
| 572 | 2026-07-21T22:40:45.421Z | Compiling swrite v0.1.0 |
| 573 | 2026-07-21T22:40:45.954Z | Compiling clap v4.6.1 |
| 574 | 2026-07-21T22:40:46.565Z | Compiling serde_spanned v0.6.9 |
| 575 | 2026-07-21T22:40:46.565Z | Compiling toml_datetime v0.6.11 |
| 576 | 2026-07-21T22:40:46.565Z | Compiling macaddr v1.0.1 |
| 577 | 2026-07-21T22:40:46.568Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 578 | 2026-07-21T22:40:46.568Z | Compiling cargo_metadata v0.23.1 |
| 579 | 2026-07-21T22:40:46.650Z | Compiling dof v0.3.0 |
| 580 | 2026-07-21T22:40:46.665Z | Compiling serde_tokenstream v0.2.3 |
| 581 | 2026-07-21T22:40:46.797Z | Compiling toml_edit v0.22.27 |
| 582 | 2026-07-21T22:40:47.403Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-07-21T22:40:47.452Z | Compiling usdt-attr-macro v0.5.0 |
| 584 | 2026-07-21T22:40:48.052Z | Compiling usdt v0.5.0 |
| 585 | 2026-07-21T22:40:48.181Z | Compiling toml v0.8.23 |
| 586 | 2026-07-21T22:40:48.511Z | Compiling cargo_toml v0.21.0 |
| 587 | 2026-07-21T22:40:49.774Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 588 | 2026-07-21T22:40:51.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.51s |
| 589 | 2026-07-21T22:40:51.944Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 590 | 2026-07-21T22:40:52.443Z | Downloading crates ... |
| 591 | 2026-07-21T22:40:52.541Z | Downloaded allocator-api2 v0.2.21 |
| 592 | 2026-07-21T22:40:52.544Z | Downloaded bitfield-macros v0.19.4 |
| 593 | 2026-07-21T22:40:52.547Z | Downloaded adler2 v2.0.1 |
| 594 | 2026-07-21T22:40:52.547Z | Downloaded ciborium-io v0.2.2 |
| 595 | 2026-07-21T22:40:52.547Z | Downloaded argon2 v0.5.3 |
| 596 | 2026-07-21T22:40:52.556Z | Downloaded castaway v0.2.4 |
| 597 | 2026-07-21T22:40:52.560Z | Downloaded cexpr v0.6.0 |
| 598 | 2026-07-21T22:40:52.563Z | Downloaded cipher v0.5.2 |
| 599 | 2026-07-21T22:40:52.563Z | Downloaded byte-wrapper v0.1.0 |
| 600 | 2026-07-21T22:40:52.566Z | Downloaded crc-catalog v2.4.0 |
| 601 | 2026-07-21T22:40:52.569Z | Downloaded cancel-safe-futures v0.1.5 |
| 602 | 2026-07-21T22:40:52.571Z | Downloaded crypto-bigint v0.5.5 |
| 603 | 2026-07-21T22:40:52.575Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 604 | 2026-07-21T22:40:52.578Z | Downloaded crossbeam-epoch v0.9.18 |
| 605 | 2026-07-21T22:40:52.578Z | Downloaded corncobs v0.1.4 |
| 606 | 2026-07-21T22:40:52.578Z | Downloaded diesel-dtrace v0.5.0 |
| 607 | 2026-07-21T22:40:52.581Z | Downloaded crucible-workspace-hack v0.1.0 |
| 608 | 2026-07-21T22:40:52.581Z | Downloaded crc8 v0.1.1 |
| 609 | 2026-07-21T22:40:52.581Z | Downloaded bb8 v0.8.6 |
| 610 | 2026-07-21T22:40:52.581Z | Downloaded critical-section v1.2.0 |
| 611 | 2026-07-21T22:40:52.584Z | Downloaded assert_matches v1.5.0 |
| 612 | 2026-07-21T22:40:52.585Z | Downloaded aead v0.6.1 |
| 613 | 2026-07-21T22:40:52.588Z | Downloaded crossterm v0.29.0 |
| 614 | 2026-07-21T22:40:52.590Z | Downloaded ctutils v0.4.2 |
| 615 | 2026-07-21T22:40:52.593Z | Downloaded bitfield v0.19.4 |
| 616 | 2026-07-21T22:40:52.593Z | Downloaded async-trait v0.1.89 |
| 617 | 2026-07-21T22:40:52.596Z | Downloaded bit-set v0.8.0 |
| 618 | 2026-07-21T22:40:52.597Z | Downloaded daft v0.1.7 |
| 619 | 2026-07-21T22:40:52.597Z | Downloaded crossterm v0.28.1 |
| 620 | 2026-07-21T22:40:52.600Z | Downloaded bit-set v0.5.3 |
| 621 | 2026-07-21T22:40:52.604Z | Downloaded cpubits v0.1.1 |
| 622 | 2026-07-21T22:40:52.604Z | Downloaded debug-ignore v1.0.5 |
| 623 | 2026-07-21T22:40:52.604Z | Downloaded convert_case v0.4.0 |
| 624 | 2026-07-21T22:40:52.604Z | Downloaded darling_macro v0.21.3 |
| 625 | 2026-07-21T22:40:52.607Z | Downloaded crunchy v0.2.4 |
| 626 | 2026-07-21T22:40:52.607Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 627 | 2026-07-21T22:40:52.607Z | Downloaded async-recursion v1.1.1 |
| 628 | 2026-07-21T22:40:52.610Z | Downloaded ahash v0.8.12 |
| 629 | 2026-07-21T22:40:52.613Z | Downloaded crypto-common v0.2.2 |
| 630 | 2026-07-21T22:40:52.613Z | Downloaded cpufeatures v0.3.0 |
| 631 | 2026-07-21T22:40:52.613Z | Downloaded atty v0.2.14 |
| 632 | 2026-07-21T22:40:52.616Z | Downloaded convert_case v0.10.0 |
| 633 | 2026-07-21T22:40:52.616Z | Downloaded array-init v0.0.4 |
| 634 | 2026-07-21T22:40:52.616Z | Downloaded base16ct v1.0.0 |
| 635 | 2026-07-21T22:40:52.619Z | Downloaded darling_macro v0.13.4 |
| 636 | 2026-07-21T22:40:52.619Z | Downloaded ctr v0.10.1 |
| 637 | 2026-07-21T22:40:52.619Z | Downloaded crc v3.4.0 |
| 638 | 2026-07-21T22:40:52.622Z | Downloaded derive_builder_macro v0.20.2 |
| 639 | 2026-07-21T22:40:52.622Z | Downloaded dof v0.4.0 |
| 640 | 2026-07-21T22:40:52.622Z | Downloaded cstr-argument v0.1.2 |
| 641 | 2026-07-21T22:40:52.625Z | Downloaded display-error-chain v0.2.2 |
| 642 | 2026-07-21T22:40:52.626Z | Downloaded base16ct v0.2.0 |
| 643 | 2026-07-21T22:40:52.626Z | Downloaded arrayref v0.3.9 |
| 644 | 2026-07-21T22:40:52.628Z | Downloaded darling_macro v0.23.0 |
| 645 | 2026-07-21T22:40:52.629Z | Downloaded daft-derive v0.1.7 |
| 646 | 2026-07-21T22:40:52.631Z | Downloaded aead v0.5.2 |
| 647 | 2026-07-21T22:40:52.631Z | Downloaded block-padding v0.4.2 |
| 648 | 2026-07-21T22:40:52.634Z | Downloaded crossbeam-deque v0.8.6 |
| 649 | 2026-07-21T22:40:52.634Z | Downloaded crossbeam-utils v0.8.21 |
| 650 | 2026-07-21T22:40:52.637Z | Downloaded cobs v0.3.0 |
| 651 | 2026-07-21T22:40:52.637Z | Downloaded async-stream-impl v0.3.6 |
| 652 | 2026-07-21T22:40:52.638Z | Downloaded blake2 v0.10.6 |
| 653 | 2026-07-21T22:40:52.640Z | Downloaded dunce v1.0.5 |
| 654 | 2026-07-21T22:40:52.640Z | Downloaded document-features v0.2.12 |
| 655 | 2026-07-21T22:40:52.643Z | Downloaded difflib v0.4.0 |
| 656 | 2026-07-21T22:40:52.643Z | Downloaded aes-gcm v0.11.0 |
| 657 | 2026-07-21T22:40:52.647Z | Downloaded bit-vec v0.6.3 |
| 658 | 2026-07-21T22:40:52.647Z | Downloaded defmt v0.3.100 |
| 659 | 2026-07-21T22:40:52.650Z | Downloaded dyn-clone v1.0.20 |
| 660 | 2026-07-21T22:40:52.650Z | Downloaded atomic-waker v1.1.2 |
| 661 | 2026-07-21T22:40:52.650Z | Downloaded bitfield-struct v0.6.2 |
| 662 | 2026-07-21T22:40:52.654Z | Downloaded darling v0.13.4 |
| 663 | 2026-07-21T22:40:52.658Z | Downloaded atomicwrites v0.4.4 |
| 664 | 2026-07-21T22:40:52.661Z | Downloaded ciborium-ll v0.2.2 |
| 665 | 2026-07-21T22:40:52.664Z | Downloaded cfg_aliases v0.1.1 |
| 666 | 2026-07-21T22:40:52.664Z | Downloaded dsl_auto_type v0.2.0 |
| 667 | 2026-07-21T22:40:52.667Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 668 | 2026-07-21T22:40:52.670Z | Downloaded block-buffer v0.12.1 |
| 669 | 2026-07-21T22:40:52.673Z | Downloaded digest-io v0.1.0 |
| 670 | 2026-07-21T22:40:52.673Z | Downloaded dirs-next v2.0.0 |
| 671 | 2026-07-21T22:40:52.676Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 672 | 2026-07-21T22:40:52.676Z | Downloaded downcast-rs v2.0.2 |
| 673 | 2026-07-21T22:40:52.676Z | Downloaded darling_macro v0.20.11 |
| 674 | 2026-07-21T22:40:52.676Z | Downloaded cfg_aliases v0.2.1 |
| 675 | 2026-07-21T22:40:52.679Z | Downloaded defmt-parser v1.0.0 |
| 676 | 2026-07-21T22:40:52.679Z | Downloaded compression-core v0.4.31 |
| 677 | 2026-07-21T22:40:52.679Z | Downloaded async-stream v0.3.6 |
| 678 | 2026-07-21T22:40:52.682Z | Downloaded dtrace-parser v0.3.0 |
| 679 | 2026-07-21T22:40:52.682Z | Downloaded dirs-sys-next v0.1.2 |
| 680 | 2026-07-21T22:40:52.690Z | Downloaded ascii-canvas v3.0.0 |
| 681 | 2026-07-21T22:40:52.693Z | Downloaded fd-lock v4.0.4 |
| 682 | 2026-07-21T22:40:52.696Z | Downloaded embedded-io v0.4.0 |
| 683 | 2026-07-21T22:40:52.696Z | Downloaded fixedbitset v0.4.2 |
| 684 | 2026-07-21T22:40:52.700Z | Downloaded env_filter v1.0.0 |
| 685 | 2026-07-21T22:40:52.703Z | Downloaded embedded-io v0.6.1 |
| 686 | 2026-07-21T22:40:52.703Z | Downloaded foreign-types-macros v0.2.3 |
| 687 | 2026-07-21T22:40:52.703Z | Downloaded float-ord v0.3.2 |
| 688 | 2026-07-21T22:40:52.703Z | Downloaded enum-as-inner v0.6.1 |
| 689 | 2026-07-21T22:40:52.706Z | Downloaded endian-type v0.1.2 |
| 690 | 2026-07-21T22:40:52.706Z | Downloaded flagset v0.4.7 |
| 691 | 2026-07-21T22:40:52.709Z | Downloaded der_derive v0.7.3 |
| 692 | 2026-07-21T22:40:52.709Z | Downloaded bit-vec v0.8.0 |
| 693 | 2026-07-21T22:40:52.712Z | Downloaded anstream v0.6.21 |
| 694 | 2026-07-21T22:40:52.712Z | Downloaded either v1.15.0 |
| 695 | 2026-07-21T22:40:52.715Z | Downloaded base64ct v1.8.3 |
| 696 | 2026-07-21T22:40:52.715Z | Downloaded arrayvec v0.7.6 |
| 697 | 2026-07-21T22:40:52.718Z | Downloaded futures-core v0.3.32 |
| 698 | 2026-07-21T22:40:52.721Z | Downloaded futures-macro v0.3.32 |
| 699 | 2026-07-21T22:40:52.721Z | Downloaded futures-io v0.3.32 |
| 700 | 2026-07-21T22:40:52.721Z | Downloaded foreign-types v0.5.0 |
| 701 | 2026-07-21T22:40:52.725Z | Downloaded bcs v0.1.6 |
| 702 | 2026-07-21T22:40:52.725Z | Downloaded base64 v0.22.1 |
| 703 | 2026-07-21T22:40:52.728Z | Downloaded data-encoding v2.10.0 |
| 704 | 2026-07-21T22:40:52.728Z | Downloaded ed25519 v2.2.3 |
| 705 | 2026-07-21T22:40:52.728Z | Downloaded defmt-macros v1.0.1 |
| 706 | 2026-07-21T22:40:52.732Z | Downloaded defmt v1.0.1 |
| 707 | 2026-07-21T22:40:52.732Z | Downloaded foreign-types v0.3.2 |
| 708 | 2026-07-21T22:40:52.735Z | Downloaded ghash v0.6.0 |
| 709 | 2026-07-21T22:40:52.735Z | Downloaded gethostname v0.5.0 |
| 710 | 2026-07-21T22:40:52.735Z | Downloaded funty v2.0.0 |
| 711 | 2026-07-21T22:40:52.735Z | Downloaded float-cmp v0.10.0 |
| 712 | 2026-07-21T22:40:52.739Z | Downloaded form_urlencoded v1.2.2 |
| 713 | 2026-07-21T22:40:52.739Z | Downloaded foreign-types-shared v0.3.1 |
| 714 | 2026-07-21T22:40:52.739Z | Downloaded globwalk v0.9.1 |
| 715 | 2026-07-21T22:40:52.739Z | Downloaded git-stub v1.0.0 |
| 716 | 2026-07-21T22:40:52.742Z | Downloaded fxhash v0.2.1 |
| 717 | 2026-07-21T22:40:52.742Z | Downloaded futures-task v0.3.32 |
| 718 | 2026-07-21T22:40:52.742Z | Downloaded futures-sink v0.3.32 |
| 719 | 2026-07-21T22:40:52.742Z | Downloaded foreign-types-shared v0.1.1 |
| 720 | 2026-07-21T22:40:52.745Z | Downloaded hash32 v0.2.1 |
| 721 | 2026-07-21T22:40:52.745Z | Downloaded hash32 v0.3.1 |
| 722 | 2026-07-21T22:40:52.748Z | Downloaded headers-core v0.3.0 |
| 723 | 2026-07-21T22:40:52.748Z | Downloaded digest v0.11.3 |
| 724 | 2026-07-21T22:40:52.751Z | Downloaded delegate v0.13.5 |
| 725 | 2026-07-21T22:40:52.751Z | Downloaded backon v1.6.0 |
| 726 | 2026-07-21T22:40:52.754Z | Downloaded bitflags v1.3.2 |
| 727 | 2026-07-21T22:40:52.754Z | Downloaded deranged v0.5.8 |
| 728 | 2026-07-21T22:40:52.757Z | Downloaded camino-tempfile-ext v0.3.3 |
| 729 | 2026-07-21T22:40:52.760Z | Downloaded constant_time_eq v0.4.2 |
| 730 | 2026-07-21T22:40:52.760Z | Downloaded ecdsa v0.16.9 |
| 731 | 2026-07-21T22:40:52.763Z | Downloaded derive_builder_core v0.20.2 |
| 732 | 2026-07-21T22:40:52.763Z | Downloaded ed25519 v3.0.0 |
| 733 | 2026-07-21T22:40:52.766Z | Downloaded cbc v0.2.1 |
| 734 | 2026-07-21T22:40:52.766Z | Downloaded ff v0.14.0 |
| 735 | 2026-07-21T22:40:52.766Z | Downloaded cassowary v0.3.0 |
| 736 | 2026-07-21T22:40:52.769Z | Downloaded find-msvc-tools v0.1.9 |
| 737 | 2026-07-21T22:40:52.770Z | Downloaded blowfish v0.10.0 |
| 738 | 2026-07-21T22:40:52.773Z | Downloaded fixedbitset v0.5.7 |
| 739 | 2026-07-21T22:40:52.773Z | Downloaded hex-literal v1.1.0 |
| 740 | 2026-07-21T22:40:52.773Z | Downloaded csv-core v0.1.13 |
| 741 | 2026-07-21T22:40:52.773Z | Downloaded cipher v0.4.4 |
| 742 | 2026-07-21T22:40:52.777Z | Downloaded anstyle-parse v0.2.7 |
| 743 | 2026-07-21T22:40:52.777Z | Downloaded cmov v0.5.4 |
| 744 | 2026-07-21T22:40:52.781Z | Downloaded cookie_store v0.22.1 |
| 745 | 2026-07-21T22:40:52.781Z | Downloaded erased-serde v0.3.31 |
| 746 | 2026-07-21T22:40:52.781Z | Downloaded chacha20 v0.9.1 |
| 747 | 2026-07-21T22:40:52.785Z | Downloaded darling v0.23.0 |
| 748 | 2026-07-21T22:40:52.790Z | Downloaded ena v0.14.4 |
| 749 | 2026-07-21T22:40:52.790Z | Downloaded darling v0.20.11 |
| 750 | 2026-07-21T22:40:52.794Z | Downloaded cookie v0.18.1 |
| 751 | 2026-07-21T22:40:52.794Z | Downloaded des v0.9.0 |
| 752 | 2026-07-21T22:40:52.794Z | Downloaded fallible-iterator v0.2.0 |
| 753 | 2026-07-21T22:40:52.794Z | Downloaded crc32fast v1.5.0 |
| 754 | 2026-07-21T22:40:52.797Z | Downloaded hex v0.4.3 |
| 755 | 2026-07-21T22:40:52.797Z | Downloaded cmake v0.1.57 |
| 756 | 2026-07-21T22:40:52.797Z | Downloaded bzip2 v0.4.4 |
| 757 | 2026-07-21T22:40:52.800Z | Downloaded http-body v1.0.1 |
| 758 | 2026-07-21T22:40:52.800Z | Downloaded filetime v0.2.27 |
| 759 | 2026-07-21T22:40:52.803Z | Downloaded hostname v0.4.2 |
| 760 | 2026-07-21T22:40:52.803Z | Downloaded ar_archive_writer v0.5.1 |
| 761 | 2026-07-21T22:40:52.807Z | Downloaded hostname v0.3.1 |
| 762 | 2026-07-21T22:40:52.807Z | Downloaded glob v0.3.3 |
| 763 | 2026-07-21T22:40:52.810Z | Downloaded home v0.5.12 |
| 764 | 2026-07-21T22:40:52.810Z | Downloaded darling_core v0.21.3 |
| 765 | 2026-07-21T22:40:52.813Z | Downloaded hubpack_derive v0.1.1 |
| 766 | 2026-07-21T22:40:52.813Z | Downloaded fs-err v2.11.0 |
| 767 | 2026-07-21T22:40:52.816Z | Downloaded ff v0.13.1 |
| 768 | 2026-07-21T22:40:52.816Z | Downloaded hubpack v0.1.2 |
| 769 | 2026-07-21T22:40:52.816Z | Downloaded group v0.14.0 |
| 770 | 2026-07-21T22:40:52.819Z | Downloaded group v0.13.0 |
| 771 | 2026-07-21T22:40:52.819Z | Downloaded darling v0.21.3 |
| 772 | 2026-07-21T22:40:52.822Z | Downloaded ecdsa v0.17.0-rc.18 |
| 773 | 2026-07-21T22:40:52.825Z | Downloaded displaydoc v0.2.5 |
| 774 | 2026-07-21T22:40:52.828Z | Downloaded httpdate v1.0.3 |
| 775 | 2026-07-21T22:40:52.828Z | Downloaded derive_builder v0.20.2 |
| 776 | 2026-07-21T22:40:52.831Z | Downloaded futures-executor v0.3.32 |
| 777 | 2026-07-21T22:40:52.831Z | Downloaded foldhash v0.2.0 |
| 778 | 2026-07-21T22:40:52.834Z | Downloaded foldhash v0.1.5 |
| 779 | 2026-07-21T22:40:52.834Z | Downloaded idna_adapter v1.2.1 |
| 780 | 2026-07-21T22:40:52.839Z | Downloaded illumos-nvpair v0.3.0 |
| 781 | 2026-07-21T22:40:52.839Z | Downloaded ident_case v1.0.1 |
| 782 | 2026-07-21T22:40:52.839Z | Downloaded indent_write v2.2.0 |
| 783 | 2026-07-21T22:40:52.839Z | Downloaded buf-list v1.1.2 |
| 784 | 2026-07-21T22:40:52.854Z | Downloaded async-bb8-diesel v0.2.1 |
| 785 | 2026-07-21T22:40:52.854Z | Downloaded console v0.16.2 |
| 786 | 2026-07-21T22:40:52.854Z | Downloaded console v0.15.11 |
| 787 | 2026-07-21T22:40:52.854Z | Downloaded const_format_proc_macros v0.2.34 |
| 788 | 2026-07-21T22:40:52.854Z | Downloaded drift v0.2.0 |
| 789 | 2026-07-21T22:40:52.858Z | Downloaded instant v0.1.13 |
| 790 | 2026-07-21T22:40:52.858Z | Downloaded futures-channel v0.3.32 |
| 791 | 2026-07-21T22:40:52.858Z | Downloaded fs_extra v1.3.0 |
| 792 | 2026-07-21T22:40:52.858Z | Downloaded instability v0.3.11 |
| 793 | 2026-07-21T22:40:52.861Z | Downloaded enum_dispatch v0.3.13 |
| 794 | 2026-07-21T22:40:52.861Z | Downloaded env_logger v0.11.9 |
| 795 | 2026-07-21T22:40:52.864Z | Downloaded internet-checksum v0.2.1 |
| 796 | 2026-07-21T22:40:52.864Z | Downloaded http-range v0.1.5 |
| 797 | 2026-07-21T22:40:52.864Z | Downloaded colored v2.2.0 |
| 798 | 2026-07-21T22:40:52.868Z | Downloaded blake2 v0.11.0-rc.6 |
| 799 | 2026-07-21T22:40:52.868Z | Downloaded getrandom v0.2.17 |
| 800 | 2026-07-21T22:40:52.870Z | Downloaded inout v0.1.4 |
| 801 | 2026-07-21T22:40:52.871Z | Downloaded globset v0.4.18 |
| 802 | 2026-07-21T22:40:52.871Z | Downloaded git-stub-vcs v0.1.0 |
| 803 | 2026-07-21T22:40:52.874Z | Downloaded inout v0.2.2 |
| 804 | 2026-07-21T22:40:52.874Z | Downloaded indoc v1.0.9 |
| 805 | 2026-07-21T22:40:52.877Z | Downloaded is-terminal v0.4.17 |
| 806 | 2026-07-21T22:40:52.877Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 807 | 2026-07-21T22:40:52.877Z | Downloaded const-oid v0.9.6 |
| 808 | 2026-07-21T22:40:52.877Z | Downloaded compression-codecs v0.4.37 |
| 809 | 2026-07-21T22:40:52.881Z | Downloaded lalrpop-util v0.19.12 |
| 810 | 2026-07-21T22:40:52.881Z | Downloaded lazy_static v1.5.0 |
| 811 | 2026-07-21T22:40:52.881Z | Downloaded kem v0.3.0 |
| 812 | 2026-07-21T22:40:52.884Z | Downloaded clang-sys v1.8.1 |
| 813 | 2026-07-21T22:40:52.884Z | Downloaded chacha20 v0.10.0 |
| 814 | 2026-07-21T22:40:52.887Z | Downloaded highway v1.3.0 |
| 815 | 2026-07-21T22:40:52.887Z | Downloaded diff v0.1.13 |
| 816 | 2026-07-21T22:40:52.891Z | Downloaded crc-any v2.5.0 |
| 817 | 2026-07-21T22:40:52.891Z | Downloaded derive_more v0.99.20 |
| 818 | 2026-07-21T22:40:52.894Z | Downloaded is_ci v1.2.0 |
| 819 | 2026-07-21T22:40:52.894Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 820 | 2026-07-21T22:40:52.899Z | Downloaded dropshot_endpoint v0.17.1 |
| 821 | 2026-07-21T22:40:52.899Z | Downloaded keccak v0.1.6 |
| 822 | 2026-07-21T22:40:52.902Z | Downloaded backoff v0.4.0 |
| 823 | 2026-07-21T22:40:52.902Z | Downloaded bzip2 v0.6.1 |
| 824 | 2026-07-21T22:40:52.902Z | Downloaded http-body-util v0.1.3 |
| 825 | 2026-07-21T22:40:52.905Z | Downloaded argon2 v0.6.0-rc.8 |
| 826 | 2026-07-21T22:40:52.905Z | Downloaded half v1.8.3 |
| 827 | 2026-07-21T22:40:52.908Z | Downloaded lru-slab v0.1.2 |
| 828 | 2026-07-21T22:40:52.908Z | Downloaded match_cfg v0.1.0 |
| 829 | 2026-07-21T22:40:52.908Z | Downloaded lzss v0.8.2 |
| 830 | 2026-07-21T22:40:52.912Z | Downloaded bs58 v0.5.1 |
| 831 | 2026-07-21T22:40:52.912Z | Downloaded hyper-tls v0.6.0 |
| 832 | 2026-07-21T22:40:52.915Z | Downloaded derive-ex v0.1.8 |
| 833 | 2026-07-21T22:40:52.915Z | Downloaded humantime v2.3.0 |
| 834 | 2026-07-21T22:40:52.915Z | Downloaded derive-where v1.6.0 |
| 835 | 2026-07-21T22:40:52.918Z | Downloaded maplit v1.0.2 |
| 836 | 2026-07-21T22:40:52.918Z | Downloaded lru-cache v0.1.2 |
| 837 | 2026-07-21T22:40:52.918Z | Downloaded indoc v2.0.7 |
| 838 | 2026-07-21T22:40:52.921Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 839 | 2026-07-21T22:40:52.921Z | Downloaded managed v0.8.0 |
| 840 | 2026-07-21T22:40:52.924Z | Downloaded darling_core v0.23.0 |
| 841 | 2026-07-21T22:40:52.928Z | Downloaded lru v0.12.5 |
| 842 | 2026-07-21T22:40:52.928Z | Downloaded darling_core v0.20.11 |
| 843 | 2026-07-21T22:40:52.931Z | Downloaded md5 v0.8.0 |
| 844 | 2026-07-21T22:40:52.931Z | Downloaded md-5 v0.10.6 |
| 845 | 2026-07-21T22:40:52.931Z | Downloaded darling_core v0.13.4 |
| 846 | 2026-07-21T22:40:52.934Z | Downloaded new_debug_unreachable v1.0.6 |
| 847 | 2026-07-21T22:40:52.934Z | Downloaded multimap v0.10.1 |
| 848 | 2026-07-21T22:40:52.937Z | Downloaded const-oid v0.10.2 |
| 849 | 2026-07-21T22:40:52.937Z | Downloaded ciborium v0.2.2 |
| 850 | 2026-07-21T22:40:52.940Z | Downloaded getrandom v0.3.4 |
| 851 | 2026-07-21T22:40:52.943Z | Downloaded iana-time-zone v0.1.65 |
| 852 | 2026-07-21T22:40:52.946Z | Downloaded hyper-rustls v0.27.7 |
| 853 | 2026-07-21T22:40:52.946Z | Downloaded kstat-rs v0.2.4 |
| 854 | 2026-07-21T22:40:52.949Z | Downloaded jobserver v0.1.34 |
| 855 | 2026-07-21T22:40:52.949Z | Downloaded keccak v0.2.0 |
| 856 | 2026-07-21T22:40:52.952Z | Downloaded nodrop v0.1.14 |
| 857 | 2026-07-21T22:40:52.952Z | Downloaded num-derive v0.4.2 |
| 858 | 2026-07-21T22:40:52.955Z | Downloaded num-derive v0.3.3 |
| 859 | 2026-07-21T22:40:52.955Z | Downloaded num-conv v0.2.0 |
| 860 | 2026-07-21T22:40:52.955Z | Downloaded memoffset v0.9.1 |
| 861 | 2026-07-21T22:40:52.960Z | Downloaded mime v0.3.17 |
| 862 | 2026-07-21T22:40:52.960Z | Downloaded half v2.7.1 |
| 863 | 2026-07-21T22:40:52.963Z | Downloaded libscf-sys v1.1.0 |
| 864 | 2026-07-21T22:40:52.963Z | Downloaded elliptic-curve v0.13.8 |
| 865 | 2026-07-21T22:40:52.966Z | Downloaded chacha20poly1305 v0.10.1 |
| 866 | 2026-07-21T22:40:52.967Z | Downloaded fatfs v0.3.6 |
| 867 | 2026-07-21T22:40:52.972Z | Downloaded lock_api v0.4.14 |
| 868 | 2026-07-21T22:40:52.975Z | Downloaded libsw-core v0.3.2 |
| 869 | 2026-07-21T22:40:52.975Z | Downloaded libsw v3.5.0 |
| 870 | 2026-07-21T22:40:52.979Z | Downloaded num_enum_derive v0.5.11 |
| 871 | 2026-07-21T22:40:52.979Z | Downloaded ingot-types v0.1.2 |
| 872 | 2026-07-21T22:40:52.979Z | Downloaded ingot v0.1.1 |
| 873 | 2026-07-21T22:40:52.982Z | Downloaded hmac v0.12.1 |
| 874 | 2026-07-21T22:40:52.982Z | Downloaded der v0.7.10 |
| 875 | 2026-07-21T22:40:52.985Z | Downloaded libloading v0.8.9 |
| 876 | 2026-07-21T22:40:52.985Z | Downloaded nibble_vec v0.1.0 |
| 877 | 2026-07-21T22:40:52.988Z | Downloaded newtype_derive v0.1.6 |
| 878 | 2026-07-21T22:40:52.988Z | Downloaded opaque-debug v0.3.1 |
| 879 | 2026-07-21T22:40:52.988Z | Downloaded futures v0.3.32 |
| 880 | 2026-07-21T22:40:52.991Z | Downloaded newtype-uuid-macros v0.1.0 |
| 881 | 2026-07-21T22:40:52.991Z | Downloaded crossbeam-channel v0.5.15 |
| 882 | 2026-07-21T22:40:52.994Z | Downloaded num-iter v0.1.45 |
| 883 | 2026-07-21T22:40:52.997Z | Downloaded openssl-probe v0.2.1 |
| 884 | 2026-07-21T22:40:52.997Z | Downloaded openssl-macros v0.1.1 |
| 885 | 2026-07-21T22:40:52.997Z | Downloaded num v0.4.3 |
| 886 | 2026-07-21T22:40:52.997Z | Downloaded normalize-line-endings v0.3.0 |
| 887 | 2026-07-21T22:40:53.000Z | Downloaded nonempty v0.12.0 |
| 888 | 2026-07-21T22:40:53.000Z | Downloaded derive_more v2.1.1 |
| 889 | 2026-07-21T22:40:53.018Z | Downloaded openssl-probe v0.1.6 |
| 890 | 2026-07-21T22:40:53.021Z | Downloaded olpc-cjson v0.1.4 |
| 891 | 2026-07-21T22:40:53.021Z | Downloaded num_threads v0.1.7 |
| 892 | 2026-07-21T22:40:53.021Z | Downloaded newtype-uuid v1.3.2 |
| 893 | 2026-07-21T22:40:53.024Z | Downloaded native-tls v0.2.18 |
| 894 | 2026-07-21T22:40:53.024Z | Downloaded module-lattice v0.2.3 |
| 895 | 2026-07-21T22:40:53.024Z | Downloaded linked-hash-map v0.5.6 |
| 896 | 2026-07-21T22:40:53.024Z | Downloaded packed_struct_codegen v0.10.1 |
| 897 | 2026-07-21T22:40:53.027Z | Downloaded parse-display v0.10.0 |
| 898 | 2026-07-21T22:40:53.027Z | Downloaded libefi-sys v0.1.0 |
| 899 | 2026-07-21T22:40:53.027Z | Downloaded const_format v0.2.35 |
| 900 | 2026-07-21T22:40:53.030Z | Downloaded ipnetwork v0.21.1 |
| 901 | 2026-07-21T22:40:53.033Z | Downloaded hyper-staticfile v0.10.1 |
| 902 | 2026-07-21T22:40:53.033Z | Downloaded num-integer v0.1.46 |
| 903 | 2026-07-21T22:40:53.034Z | Downloaded hybrid-array v0.4.13 |
| 904 | 2026-07-21T22:40:53.036Z | Downloaded httparse v1.10.1 |
| 905 | 2026-07-21T22:40:53.036Z | Downloaded colored v3.1.1 |
| 906 | 2026-07-21T22:40:53.039Z | Downloaded headers v0.4.1 |
| 907 | 2026-07-21T22:40:53.042Z | Downloaded flate2 v1.1.9 |
| 908 | 2026-07-21T22:40:53.045Z | Downloaded maybe-uninit v2.0.0 |
| 909 | 2026-07-21T22:40:53.049Z | Downloaded num-complex v0.4.6 |
| 910 | 2026-07-21T22:40:53.049Z | Downloaded linear-map v1.2.0 |
| 911 | 2026-07-21T22:40:53.049Z | Downloaded base64 v0.21.7 |
| 912 | 2026-07-21T22:40:53.053Z | Downloaded ed25519-dalek v2.2.0 |
| 913 | 2026-07-21T22:40:53.053Z | Downloaded oso-derive v0.27.3 |
| 914 | 2026-07-21T22:40:53.056Z | Downloaded path-slash v0.1.5 |
| 915 | 2026-07-21T22:40:53.056Z | Downloaded parse-size v1.1.0 |
| 916 | 2026-07-21T22:40:53.056Z | Downloaded num_enum_derive v0.7.6 |
| 917 | 2026-07-21T22:40:53.056Z | Downloaded num_enum v0.7.6 |
| 918 | 2026-07-21T22:40:53.059Z | Downloaded compact_str v0.8.1 |
| 919 | 2026-07-21T22:40:53.062Z | Downloaded nanorand v0.7.0 |
| 920 | 2026-07-21T22:40:53.062Z | Downloaded ipnet v2.11.0 |
| 921 | 2026-07-21T22:40:53.065Z | Downloaded ingot-macros v0.1.1 |
| 922 | 2026-07-21T22:40:53.065Z | Downloaded hmac v0.13.0 |
| 923 | 2026-07-21T22:40:53.069Z | Downloaded peg-runtime v0.8.5 |
| 924 | 2026-07-21T22:40:53.069Z | Downloaded percent-encoding v2.3.2 |
| 925 | 2026-07-21T22:40:53.069Z | Downloaded multer v3.1.0 |
| 926 | 2026-07-21T22:40:53.072Z | Downloaded memmap2 v0.9.10 |
| 927 | 2026-07-21T22:40:53.072Z | Downloaded phf_shared v0.11.3 |
| 928 | 2026-07-21T22:40:53.072Z | Downloaded password-hash v0.6.1 |
| 929 | 2026-07-21T22:40:53.072Z | Downloaded num-rational v0.4.2 |
| 930 | 2026-07-21T22:40:53.076Z | Downloaded mime_guess v2.0.5 |
| 931 | 2026-07-21T22:40:53.076Z | Downloaded derive_more-impl v2.1.1 |
| 932 | 2026-07-21T22:40:53.079Z | Downloaded generic-array v1.4.3 |
| 933 | 2026-07-21T22:40:53.082Z | Downloaded num_enum v0.5.11 |
| 934 | 2026-07-21T22:40:53.085Z | Downloaded oxide-update-engine-display v0.1.2 |
| 935 | 2026-07-21T22:40:53.085Z | Downloaded oxide-update-engine v0.1.2 |
| 936 | 2026-07-21T22:40:53.085Z | Downloaded oxide-tokio-rt v0.1.4 |
| 937 | 2026-07-21T22:40:53.088Z | Downloaded flume v0.11.1 |
| 938 | 2026-07-21T22:40:53.088Z | Downloaded packed_struct v0.10.1 |
| 939 | 2026-07-21T22:40:53.091Z | Downloaded newline-converter v0.3.0 |
| 940 | 2026-07-21T22:40:53.095Z | Downloaded litrs v1.0.0 |
| 941 | 2026-07-21T22:40:53.098Z | Downloaded litemap v0.8.1 |
| 942 | 2026-07-21T22:40:53.101Z | Downloaded icu_properties v2.1.2 |
| 943 | 2026-07-21T22:40:53.101Z | Downloaded diesel_derives v2.3.7 |
| 944 | 2026-07-21T22:40:53.105Z | Downloaded icu_locale_core v2.1.1 |
| 945 | 2026-07-21T22:40:53.109Z | Downloaded precomputed-hash v0.1.1 |
| 946 | 2026-07-21T22:40:53.112Z | Downloaded powerfmt v0.2.0 |
| 947 | 2026-07-21T22:40:53.112Z | Downloaded ignore v0.4.25 |
| 948 | 2026-07-21T22:40:53.112Z | Downloaded icu_provider v2.1.1 |
| 949 | 2026-07-21T22:40:53.117Z | Downloaded password-hash v0.5.0 |
| 950 | 2026-07-21T22:40:53.117Z | Downloaded icu_normalizer_data v2.1.1 |
| 951 | 2026-07-21T22:40:53.121Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 952 | 2026-07-21T22:40:53.121Z | Downloaded parse-display-derive v0.10.0 |
| 953 | 2026-07-21T22:40:53.121Z | Downloaded icu_normalizer v2.1.1 |
| 954 | 2026-07-21T22:40:53.125Z | Downloaded heapless v0.7.17 |
| 955 | 2026-07-21T22:40:53.125Z | Downloaded proc-macro-crate v3.4.0 |
| 956 | 2026-07-21T22:40:53.125Z | Downloaded peg v0.8.5 |
| 957 | 2026-07-21T22:40:53.131Z | Downloaded indexmap v1.9.3 |
| 958 | 2026-07-21T22:40:53.131Z | Downloaded hickory-resolver v0.25.2 |
| 959 | 2026-07-21T22:40:53.135Z | Downloaded oxnet v0.1.6 |
| 960 | 2026-07-21T22:40:53.135Z | Downloaded proc-macro-crate v1.3.1 |
| 961 | 2026-07-21T22:40:53.135Z | Downloaded potential_utf v0.1.4 |
| 962 | 2026-07-21T22:40:53.135Z | Downloaded phf_shared v0.12.1 |
| 963 | 2026-07-21T22:40:53.135Z | Downloaded phf v0.13.1 |
| 964 | 2026-07-21T22:40:53.138Z | Downloaded predicates-tree v1.0.13 |
| 965 | 2026-07-21T22:40:53.138Z | Downloaded progenitor-macro v0.13.0 |
| 966 | 2026-07-21T22:40:53.138Z | Downloaded predicates-core v1.0.10 |
| 967 | 2026-07-21T22:40:53.138Z | Downloaded heapless v0.8.0 |
| 968 | 2026-07-21T22:40:53.141Z | Downloaded phf v0.12.1 |
| 969 | 2026-07-21T22:40:53.141Z | Downloaded crypto-primes v0.7.2 |
| 970 | 2026-07-21T22:40:53.145Z | Downloaded pem-rfc7468 v0.7.0 |
| 971 | 2026-07-21T22:40:53.148Z | Downloaded pem-rfc7468 v1.0.0 |
| 972 | 2026-07-21T22:40:53.148Z | Downloaded pem v3.0.6 |
| 973 | 2026-07-21T22:40:53.148Z | Downloaded owo-colors v4.3.0 |
| 974 | 2026-07-21T22:40:53.151Z | Downloaded paste v1.0.15 |
| 975 | 2026-07-21T22:40:53.151Z | Downloaded async-compression v0.4.41 |
| 976 | 2026-07-21T22:40:53.154Z | Downloaded parking_lot v0.11.2 |
| 977 | 2026-07-21T22:40:53.157Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 978 | 2026-07-21T22:40:53.161Z | Downloaded progenitor-client v0.14.0 |
| 979 | 2026-07-21T22:40:53.161Z | Downloaded parking_lot_core v0.8.6 |
| 980 | 2026-07-21T22:40:53.161Z | Downloaded pin-project-lite v0.2.17 |
| 981 | 2026-07-21T22:40:53.164Z | Downloaded quick-error v1.2.3 |
| 982 | 2026-07-21T22:40:53.167Z | Downloaded pkcs8 v0.10.2 |
| 983 | 2026-07-21T22:40:53.167Z | Downloaded nu-ansi-term v0.50.3 |
| 984 | 2026-07-21T22:40:53.170Z | Downloaded pin-project-internal v1.1.11 |
| 985 | 2026-07-21T22:40:53.170Z | Downloaded phf_shared v0.13.1 |
| 986 | 2026-07-21T22:40:53.170Z | Downloaded bytes v1.11.1 |
| 987 | 2026-07-21T22:40:53.173Z | Downloaded bumpalo v3.20.2 |
| 988 | 2026-07-21T22:40:53.177Z | Downloaded phc v0.6.1 |
| 989 | 2026-07-21T22:40:53.180Z | Downloaded der v0.8.0 |
| 990 | 2026-07-21T22:40:53.183Z | Downloaded progenitor-macro v0.14.0 |
| 991 | 2026-07-21T22:40:53.183Z | Downloaded ppv-lite86 v0.2.21 |
| 992 | 2026-07-21T22:40:53.186Z | Downloaded port-file v0.1.0 |
| 993 | 2026-07-21T22:40:53.186Z | Downloaded polyval v0.7.1 |
| 994 | 2026-07-21T22:40:53.190Z | Downloaded progenitor v0.13.0 |
| 995 | 2026-07-21T22:40:53.190Z | Downloaded rand_chacha v0.3.1 |
| 996 | 2026-07-21T22:40:53.190Z | Downloaded radium v0.7.0 |
| 997 | 2026-07-21T22:40:53.190Z | Downloaded arc-swap v1.8.2 |
| 998 | 2026-07-21T22:40:53.193Z | Downloaded progenitor-client v0.13.0 |
| 999 | 2026-07-21T22:40:53.196Z | Downloaded proc-macro-error2 v2.0.1 |
| 1000 | 2026-07-21T22:40:53.196Z | Downloaded hickory-resolver v0.24.4 |
| 1001 | 2026-07-21T22:40:53.199Z | Downloaded cc v1.2.56 |
| 1002 | 2026-07-21T22:40:53.203Z | Downloaded omicron-zone-package v0.12.3 |
| 1003 | 2026-07-21T22:40:53.203Z | Downloaded ref-cast v1.0.25 |
| 1004 | 2026-07-21T22:40:53.206Z | Downloaded progenitor-extras v0.2.0 |
| 1005 | 2026-07-21T22:40:53.206Z | Downloaded progenitor v0.14.0 |
| 1006 | 2026-07-21T22:40:53.206Z | Downloaded pkg-config v0.3.32 |
| 1007 | 2026-07-21T22:40:53.209Z | Downloaded peg-macros v0.8.5 |
| 1008 | 2026-07-21T22:40:53.209Z | Downloaded rfc6979 v0.4.0 |
| 1009 | 2026-07-21T22:40:53.209Z | Downloaded rand_xorshift v0.4.0 |
| 1010 | 2026-07-21T22:40:53.209Z | Downloaded pbkdf2 v0.13.0 |
| 1011 | 2026-07-21T22:40:53.212Z | Downloaded indicatif v0.18.4 |
| 1012 | 2026-07-21T22:40:53.215Z | Downloaded jiff-static v0.2.21 |
| 1013 | 2026-07-21T22:40:53.218Z | Downloaded papergrid v0.17.0 |
| 1014 | 2026-07-21T22:40:53.223Z | Downloaded ml-kem v0.3.2 |
| 1015 | 2026-07-21T22:40:53.223Z | Downloaded hashbrown v0.12.3 |
| 1016 | 2026-07-21T22:40:53.226Z | Downloaded pkcs8 v0.11.0 |
| 1017 | 2026-07-21T22:40:53.226Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1018 | 2026-07-21T22:40:53.226Z | Downloaded recursive v0.1.1 |
| 1019 | 2026-07-21T22:40:53.229Z | Downloaded parking_lot_core v0.9.12 |
| 1020 | 2026-07-21T22:40:53.229Z | Downloaded primefield v0.14.0 |
| 1021 | 2026-07-21T22:40:53.232Z | Downloaded rtoolbox v0.0.3 |
| 1022 | 2026-07-21T22:40:53.232Z | Downloaded rfc6979 v0.5.0 |
| 1023 | 2026-07-21T22:40:53.232Z | Downloaded parking_lot v0.12.5 |
| 1024 | 2026-07-21T22:40:53.236Z | Downloaded poly1305 v0.9.0 |
| 1025 | 2026-07-21T22:40:53.238Z | Downloaded ref-cast-impl v1.0.25 |
| 1026 | 2026-07-21T22:40:53.238Z | Downloaded primeorder v0.14.0-rc.10 |
| 1027 | 2026-07-21T22:40:53.242Z | Downloaded primeorder v0.13.6 |
| 1028 | 2026-07-21T22:40:53.242Z | Downloaded predicates v3.1.4 |
| 1029 | 2026-07-21T22:40:53.245Z | Downloaded rustc_version v0.1.7 |
| 1030 | 2026-07-21T22:40:53.248Z | Downloaded rustc_version v0.4.1 |
| 1031 | 2026-07-21T22:40:53.248Z | Downloaded expectorate v1.2.0 |
| 1032 | 2026-07-21T22:40:53.252Z | Downloaded rand_chacha v0.9.0 |
| 1033 | 2026-07-21T22:40:53.255Z | Downloaded rand_core v0.6.4 |
| 1034 | 2026-07-21T22:40:53.258Z | Downloaded icu_collections v2.1.1 |
| 1035 | 2026-07-21T22:40:53.260Z | Downloaded sapling-renderdag v0.1.0 |
| 1036 | 2026-07-21T22:40:53.261Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1037 | 2026-07-21T22:40:53.263Z | Downloaded same-file v1.0.6 |
| 1038 | 2026-07-21T22:40:53.267Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1039 | 2026-07-21T22:40:53.267Z | Downloaded psl-types v2.0.11 |
| 1040 | 2026-07-21T22:40:53.267Z | Downloaded russh-cryptovec v0.61.0 |
| 1041 | 2026-07-21T22:40:53.270Z | Downloaded psm v0.1.30 |
| 1042 | 2026-07-21T22:40:53.274Z | Downloaded hickory-server v0.25.2 |
| 1043 | 2026-07-21T22:40:53.277Z | Downloaded russh-util v0.52.0 |
| 1044 | 2026-07-21T22:40:53.277Z | Downloaded r2d2 v0.8.10 |
| 1045 | 2026-07-21T22:40:53.277Z | Downloaded scopeguard v1.2.0 |
| 1046 | 2026-07-21T22:40:53.280Z | Downloaded resolv-conf v0.7.6 |
| 1047 | 2026-07-21T22:40:53.280Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1048 | 2026-07-21T22:40:53.283Z | Downloaded poly1305 v0.8.0 |
| 1049 | 2026-07-21T22:40:53.283Z | Downloaded pkcs1 v0.7.5 |
| 1050 | 2026-07-21T22:40:53.286Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1051 | 2026-07-21T22:40:53.289Z | Downloaded openssl-sys v0.9.117 |
| 1052 | 2026-07-21T22:40:53.292Z | Downloaded rand_seeder v0.4.0 |
| 1053 | 2026-07-21T22:40:53.292Z | Downloaded rand_core v0.10.0 |
| 1054 | 2026-07-21T22:40:53.295Z | Downloaded rand_core v0.9.5 |
| 1055 | 2026-07-21T22:40:53.295Z | Downloaded quinn-udp v0.5.14 |
| 1056 | 2026-07-21T22:40:53.298Z | Downloaded postgres-types v0.2.12 |
| 1057 | 2026-07-21T22:40:53.298Z | Downloaded pin-project v1.1.11 |
| 1058 | 2026-07-21T22:40:53.303Z | Downloaded serde_spanned v1.1.1 |
| 1059 | 2026-07-21T22:40:53.307Z | Downloaded serde_repr v0.1.20 |
| 1060 | 2026-07-21T22:40:53.307Z | Downloaded serde-big-array v0.5.1 |
| 1061 | 2026-07-21T22:40:53.310Z | Downloaded semver v0.1.20 |
| 1062 | 2026-07-21T22:40:53.310Z | Downloaded secrecy v0.10.3 |
| 1063 | 2026-07-21T22:40:53.310Z | Downloaded secrecy v0.8.0 |
| 1064 | 2026-07-21T22:40:53.310Z | Downloaded scroll_derive v0.13.1 |
| 1065 | 2026-07-21T22:40:53.313Z | Downloaded postgres-protocol v0.6.10 |
| 1066 | 2026-07-21T22:40:53.313Z | Downloaded postcard v1.1.3 |
| 1067 | 2026-07-21T22:40:53.316Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1068 | 2026-07-21T22:40:53.316Z | Downloaded oso v0.27.3 |
| 1069 | 2026-07-21T22:40:53.319Z | Downloaded miniz_oxide v0.8.9 |
| 1070 | 2026-07-21T22:40:53.319Z | Downloaded seq-macro v0.3.6 |
| 1071 | 2026-07-21T22:40:53.322Z | Downloaded rustls-pemfile v2.2.0 |
| 1072 | 2026-07-21T22:40:53.322Z | Downloaded rustls-native-certs v0.8.3 |
| 1073 | 2026-07-21T22:40:53.325Z | Downloaded num-traits v0.2.19 |
| 1074 | 2026-07-21T22:40:53.325Z | Downloaded rpassword v7.5.4 |
| 1075 | 2026-07-21T22:40:53.329Z | Downloaded serde_urlencoded v0.7.1 |
| 1076 | 2026-07-21T22:40:53.336Z | Downloaded hashbrown v0.13.2 |
| 1077 | 2026-07-21T22:40:53.336Z | Downloaded serde_plain v1.0.2 |
| 1078 | 2026-07-21T22:40:53.341Z | Downloaded rustc-hash v2.1.1 |
| 1079 | 2026-07-21T22:40:53.344Z | Downloaded sha1 v0.10.6 |
| 1080 | 2026-07-21T22:40:53.349Z | Downloaded shell-words v1.1.1 |
| 1081 | 2026-07-21T22:40:53.353Z | Downloaded progenitor-impl v0.14.0 |
| 1082 | 2026-07-21T22:40:53.353Z | Downloaded sha1 v0.11.0 |
| 1083 | 2026-07-21T22:40:53.355Z | Downloaded rusty-fork v0.3.1 |
| 1084 | 2026-07-21T22:40:53.359Z | Downloaded signal-hook-mio v0.2.5 |
| 1085 | 2026-07-21T22:40:53.359Z | Downloaded pkcs5 v0.8.1 |
| 1086 | 2026-07-21T22:40:53.363Z | Downloaded sec1 v0.7.3 |
| 1087 | 2026-07-21T22:40:53.368Z | Downloaded scrypt v0.12.0 |
| 1088 | 2026-07-21T22:40:53.368Z | Downloaded p384 v0.14.0-rc.10 |
| 1089 | 2026-07-21T22:40:53.371Z | Downloaded signature v2.2.0 |
| 1090 | 2026-07-21T22:40:53.371Z | Downloaded signal-hook-tokio v0.3.1 |
| 1091 | 2026-07-21T22:40:53.375Z | Downloaded minimal-lexical v0.2.1 |
| 1092 | 2026-07-21T22:40:53.379Z | Downloaded sigpipe v0.1.3 |
| 1093 | 2026-07-21T22:40:53.379Z | Downloaded serde_bytes v0.11.19 |
| 1094 | 2026-07-21T22:40:53.379Z | Downloaded slog-envlogger v2.2.0 |
| 1095 | 2026-07-21T22:40:53.381Z | Downloaded slog-bunyan v2.5.0 |
| 1096 | 2026-07-21T22:40:53.381Z | Downloaded serde-hex v0.1.0 |
| 1097 | 2026-07-21T22:40:53.381Z | Downloaded sec1 v0.8.1 |
| 1098 | 2026-07-21T22:40:53.385Z | Downloaded aes v0.9.1 |
| 1099 | 2026-07-21T22:40:53.385Z | Downloaded scroll v0.13.0 |
| 1100 | 2026-07-21T22:40:53.388Z | Downloaded serde_path_to_error v0.1.20 |
| 1101 | 2026-07-21T22:40:53.388Z | Downloaded dropshot-api-manager v0.7.2 |
| 1102 | 2026-07-21T22:40:53.393Z | Downloaded schemars_derive v0.8.22 |
| 1103 | 2026-07-21T22:40:53.393Z | Downloaded serde_derive_internals v0.29.1 |
| 1104 | 2026-07-21T22:40:53.396Z | Downloaded rustls-pki-types v1.14.0 |
| 1105 | 2026-07-21T22:40:53.399Z | Downloaded rustversion v1.0.22 |
| 1106 | 2026-07-21T22:40:53.408Z | Downloaded prefix-trie v0.7.0 |
| 1107 | 2026-07-21T22:40:53.412Z | Downloaded rcgen v0.12.1 |
| 1108 | 2026-07-21T22:40:53.416Z | Downloaded serdect v0.4.3 |
| 1109 | 2026-07-21T22:40:53.416Z | Downloaded http v1.4.2 |
| 1110 | 2026-07-21T22:40:53.418Z | Downloaded structmeta v0.3.0 |
| 1111 | 2026-07-21T22:40:53.418Z | Downloaded progenitor-impl v0.13.0 |
| 1112 | 2026-07-21T22:40:53.422Z | Downloaded strsim v0.10.0 |
| 1113 | 2026-07-21T22:40:53.422Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1114 | 2026-07-21T22:40:53.424Z | Downloaded hyper-util v0.1.20 |
| 1115 | 2026-07-21T22:40:53.431Z | Downloaded sqlparser_derive v0.5.0 |
| 1116 | 2026-07-21T22:40:53.434Z | Downloaded siphasher v1.0.2 |
| 1117 | 2026-07-21T22:40:53.437Z | Downloaded signal-hook-registry v1.4.8 |
| 1118 | 2026-07-21T22:40:53.439Z | Downloaded strum v0.27.2 |
| 1119 | 2026-07-21T22:40:53.442Z | Downloaded structmeta-derive v0.3.0 |
| 1120 | 2026-07-21T22:40:53.442Z | Downloaded stable_deref_trait v1.2.1 |
| 1121 | 2026-07-21T22:40:53.445Z | Downloaded slab v0.4.12 |
| 1122 | 2026-07-21T22:40:53.448Z | Downloaded p256 v0.14.0-rc.10 |
| 1123 | 2026-07-21T22:40:53.451Z | Downloaded shlex v1.3.0 |
| 1124 | 2026-07-21T22:40:53.457Z | Downloaded subtle v2.6.1 |
| 1125 | 2026-07-21T22:40:53.460Z | Downloaded sync_wrapper v1.0.2 |
| 1126 | 2026-07-21T22:40:53.460Z | Downloaded signature v3.0.0 |
| 1127 | 2026-07-21T22:40:53.463Z | Downloaded slog-stdlog v4.1.1 |
| 1128 | 2026-07-21T22:40:53.464Z | Downloaded slog-dtrace v0.3.0 |
| 1129 | 2026-07-21T22:40:53.467Z | Downloaded nom v7.1.3 |
| 1130 | 2026-07-21T22:40:53.470Z | Downloaded supports-color v3.0.2 |
| 1131 | 2026-07-21T22:40:53.470Z | Downloaded libxml v0.3.3 |
| 1132 | 2026-07-21T22:40:53.473Z | Downloaded strum v0.26.3 |
| 1133 | 2026-07-21T22:40:53.477Z | Downloaded slog-term v2.9.2 |
| 1134 | 2026-07-21T22:40:53.477Z | Downloaded snafu-derive v0.8.9 |
| 1135 | 2026-07-21T22:40:53.480Z | Downloaded smf v0.2.3 |
| 1136 | 2026-07-21T22:40:53.480Z | Downloaded pretty_assertions v1.4.1 |
| 1137 | 2026-07-21T22:40:53.480Z | Downloaded tap v1.0.1 |
| 1138 | 2026-07-21T22:40:53.483Z | Downloaded tabled_derive v0.11.0 |
| 1139 | 2026-07-21T22:40:53.483Z | Downloaded rayon-core v1.13.0 |
| 1140 | 2026-07-21T22:40:53.486Z | Downloaded serde_cbor v0.11.2 |
| 1141 | 2026-07-21T22:40:53.486Z | Downloaded slog-scope v4.4.1 |
| 1142 | 2026-07-21T22:40:53.489Z | Downloaded slog-async v2.8.0 |
| 1143 | 2026-07-21T22:40:53.489Z | Downloaded slog-json v2.6.1 |
| 1144 | 2026-07-21T22:40:53.489Z | Downloaded sync-ptr v0.1.4 |
| 1145 | 2026-07-21T22:40:53.490Z | Downloaded serde_with_macros v3.21.0 |
| 1146 | 2026-07-21T22:40:53.493Z | Downloaded simd-adler32 v0.3.8 |
| 1147 | 2026-07-21T22:40:53.493Z | Downloaded tabwriter v1.4.1 |
| 1148 | 2026-07-21T22:40:53.493Z | Downloaded take_mut v0.2.2 |
| 1149 | 2026-07-21T22:40:53.496Z | Downloaded tagptr v0.2.0 |
| 1150 | 2026-07-21T22:40:53.496Z | Downloaded thread-id v5.1.0 |
| 1151 | 2026-07-21T22:40:53.496Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1152 | 2026-07-21T22:40:53.499Z | Downloaded time-core v0.1.8 |
| 1153 | 2026-07-21T22:40:53.499Z | Downloaded testing_table v0.3.0 |
| 1154 | 2026-07-21T22:40:53.499Z | Downloaded termtree v0.5.1 |
| 1155 | 2026-07-21T22:40:53.499Z | Downloaded sha2 v0.11.0 |
| 1156 | 2026-07-21T22:40:53.503Z | Downloaded hashbrown v0.15.5 |
| 1157 | 2026-07-21T22:40:53.506Z | Downloaded salsa20 v0.11.0 |
| 1158 | 2026-07-21T22:40:53.506Z | Downloaded ron v0.8.1 |
| 1159 | 2026-07-21T22:40:53.512Z | Downloaded stringprep v0.1.5 |
| 1160 | 2026-07-21T22:40:53.517Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1161 | 2026-07-21T22:40:53.520Z | Downloaded strum_macros v0.24.3 |
| 1162 | 2026-07-21T22:40:53.523Z | Downloaded serde_with_macros v1.5.2 |
| 1163 | 2026-07-21T22:40:53.524Z | Downloaded spki v0.8.0 |
| 1164 | 2026-07-21T22:40:53.527Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1165 | 2026-07-21T22:40:53.527Z | Downloaded spki v0.7.3 |
| 1166 | 2026-07-21T22:40:53.531Z | Downloaded quinn v0.11.9 |
| 1167 | 2026-07-21T22:40:53.531Z | Downloaded aho-corasick v1.1.4 |
| 1168 | 2026-07-21T22:40:53.535Z | Downloaded strum_macros v0.27.2 |
| 1169 | 2026-07-21T22:40:53.539Z | Downloaded string_cache v0.8.9 |
| 1170 | 2026-07-21T22:40:53.539Z | Downloaded static_assertions v1.1.0 |
| 1171 | 2026-07-21T22:40:53.539Z | Downloaded tokio-macros v2.7.0 |
| 1172 | 2026-07-21T22:40:53.539Z | Downloaded stacker v0.1.23 |
| 1173 | 2026-07-21T22:40:53.544Z | Downloaded p521 v0.14.0-rc.10 |
| 1174 | 2026-07-21T22:40:53.544Z | Downloaded num-bigint-dig v0.8.6 |
| 1175 | 2026-07-21T22:40:53.548Z | Downloaded schemars v0.8.22 |
| 1176 | 2026-07-21T22:40:53.553Z | Downloaded tinyvec_macros v0.1.1 |
| 1177 | 2026-07-21T22:40:53.553Z | Downloaded support-bundle-viewer v0.1.2 |
| 1178 | 2026-07-21T22:40:53.559Z | Downloaded mio v1.2.0 |
| 1179 | 2026-07-21T22:40:53.559Z | Downloaded tokio-test v0.4.5 |
| 1180 | 2026-07-21T22:40:53.559Z | Downloaded strum_macros v0.26.4 |
| 1181 | 2026-07-21T22:40:53.562Z | Downloaded rand v0.8.6 |
| 1182 | 2026-07-21T22:40:53.562Z | Downloaded num-bigint v0.4.6 |
| 1183 | 2026-07-21T22:40:53.565Z | Downloaded prettyplease v0.2.37 |
| 1184 | 2026-07-21T22:40:53.568Z | Downloaded itertools v0.10.5 |
| 1185 | 2026-07-21T22:40:53.571Z | Downloaded idna v1.1.0 |
| 1186 | 2026-07-21T22:40:53.572Z | Downloaded thread_local v1.1.9 |
| 1187 | 2026-07-21T22:40:53.574Z | Downloaded thiserror-no-std v2.0.2 |
| 1188 | 2026-07-21T22:40:53.578Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1189 | 2026-07-21T22:40:53.578Z | Downloaded hkdf v0.13.0 |
| 1190 | 2026-07-21T22:40:53.581Z | Downloaded topological-sort v0.2.2 |
| 1191 | 2026-07-21T22:40:53.581Z | Downloaded tower-service v0.3.3 |
| 1192 | 2026-07-21T22:40:53.581Z | Downloaded tower-layer v0.3.3 |
| 1193 | 2026-07-21T22:40:53.584Z | Downloaded signal-hook v0.3.18 |
| 1194 | 2026-07-21T22:40:53.584Z | Downloaded termios v0.3.3 |
| 1195 | 2026-07-21T22:40:53.587Z | Downloaded hkdf v0.12.4 |
| 1196 | 2026-07-21T22:40:53.587Z | Downloaded synstructure v0.13.2 |
| 1197 | 2026-07-21T22:40:53.587Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1198 | 2026-07-21T22:40:53.590Z | Downloaded smallvec v1.15.1 |
| 1199 | 2026-07-21T22:40:53.590Z | Downloaded smallvec v0.6.14 |
| 1200 | 2026-07-21T22:40:53.593Z | Downloaded try-lock v0.2.5 |
| 1201 | 2026-07-21T22:40:53.593Z | Downloaded hashbrown v0.16.1 |
| 1202 | 2026-07-21T22:40:53.599Z | Downloaded tinystr v0.8.2 |
| 1203 | 2026-07-21T22:40:53.599Z | Downloaded publicsuffix v2.3.0 |
| 1204 | 2026-07-21T22:40:53.599Z | Downloaded spin v0.9.8 |
| 1205 | 2026-07-21T22:40:53.602Z | Downloaded ryu v1.0.23 |
| 1206 | 2026-07-21T22:40:53.602Z | Downloaded qorb v0.4.1 |
| 1207 | 2026-07-21T22:40:53.606Z | Downloaded itertools v0.13.0 |
| 1208 | 2026-07-21T22:40:53.609Z | Downloaded typify-macro v0.6.2 |
| 1209 | 2026-07-21T22:40:53.609Z | Downloaded trait-variant v0.1.2 |
| 1210 | 2026-07-21T22:40:53.612Z | Downloaded itertools v0.12.1 |
| 1211 | 2026-07-21T22:40:53.615Z | Downloaded universal-hash v0.6.1 |
| 1212 | 2026-07-21T22:40:53.616Z | Downloaded unicode-xid v0.2.6 |
| 1213 | 2026-07-21T22:40:53.619Z | Downloaded unicode-truncate v1.1.0 |
| 1214 | 2026-07-21T22:40:53.619Z | Downloaded tokio-native-tls v0.3.1 |
| 1215 | 2026-07-21T22:40:53.619Z | Downloaded nom v8.0.0 |
| 1216 | 2026-07-21T22:40:53.622Z | Downloaded tls_codec_derive v0.4.2 |
| 1217 | 2026-07-21T22:40:53.626Z | Downloaded tls_codec v0.4.2 |
| 1218 | 2026-07-21T22:40:53.626Z | Downloaded tiny-keccak v2.0.2 |
| 1219 | 2026-07-21T22:40:53.629Z | Downloaded unarray v0.1.4 |
| 1220 | 2026-07-21T22:40:53.629Z | Downloaded slog v2.8.2 |
| 1221 | 2026-07-21T22:40:53.629Z | Downloaded universal-hash v0.5.1 |
| 1222 | 2026-07-21T22:40:53.632Z | Downloaded tokio-tungstenite v0.23.1 |
| 1223 | 2026-07-21T22:40:53.632Z | Downloaded socket2 v0.6.3 |
| 1224 | 2026-07-21T22:40:53.632Z | Downloaded futures-util v0.3.32 |
| 1225 | 2026-07-21T22:40:53.639Z | Downloaded usdt-attr-macro v0.6.0 |
| 1226 | 2026-07-21T22:40:53.656Z | Downloaded untrusted v0.7.1 |
| 1227 | 2026-07-21T22:40:53.656Z | Downloaded unit-prefix v0.5.2 |
| 1228 | 2026-07-21T22:40:53.656Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1229 | 2026-07-21T22:40:53.656Z | Downloaded usdt-macro v0.6.0 |
| 1230 | 2026-07-21T22:40:53.656Z | Downloaded samael v0.0.19 |
| 1231 | 2026-07-21T22:40:53.656Z | Downloaded time-macros v0.2.27 |
| 1232 | 2026-07-21T22:40:53.656Z | Downloaded schemars v0.9.0 |
| 1233 | 2026-07-21T22:40:53.660Z | Downloaded utf-8 v0.7.6 |
| 1234 | 2026-07-21T22:40:53.660Z | Downloaded untrusted v0.9.0 |
| 1235 | 2026-07-21T22:40:53.660Z | Downloaded usdt v0.6.0 |
| 1236 | 2026-07-21T22:40:53.660Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1237 | 2026-07-21T22:40:53.660Z | Downloaded term v1.2.1 |
| 1238 | 2026-07-21T22:40:53.663Z | Downloaded want v0.3.1 |
| 1239 | 2026-07-21T22:40:53.663Z | Downloaded utf8_iter v1.0.4 |
| 1240 | 2026-07-21T22:40:53.663Z | Downloaded term v0.7.0 |
| 1241 | 2026-07-21T22:40:53.666Z | Downloaded wait-timeout v0.2.1 |
| 1242 | 2026-07-21T22:40:53.666Z | Downloaded similar v2.7.0 |
| 1243 | 2026-07-21T22:40:53.669Z | Downloaded rsa v0.9.10 |
| 1244 | 2026-07-21T22:40:53.672Z | Downloaded iri-string v0.7.10 |
| 1245 | 2026-07-21T22:40:53.676Z | Downloaded unicase v2.9.0 |
| 1246 | 2026-07-21T22:40:53.679Z | Downloaded tui-tree-widget v0.23.1 |
| 1247 | 2026-07-21T22:40:53.679Z | Downloaded hyper v1.10.1 |
| 1248 | 2026-07-21T22:40:53.683Z | Downloaded rustls-webpki v0.103.13 |
| 1249 | 2026-07-21T22:40:53.686Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1250 | 2026-07-21T22:40:53.686Z | Downloaded xshell-macros v0.2.7 |
| 1251 | 2026-07-21T22:40:53.686Z | Downloaded sqlformat v0.3.5 |
| 1252 | 2026-07-21T22:40:53.689Z | Downloaded waitgroup v0.1.2 |
| 1253 | 2026-07-21T22:40:53.689Z | Downloaded iddqd v0.4.2 |
| 1254 | 2026-07-21T22:40:53.692Z | Downloaded void v1.0.2 |
| 1255 | 2026-07-21T22:40:53.697Z | Downloaded tokio-tungstenite v0.21.0 |
| 1256 | 2026-07-21T22:40:53.703Z | Downloaded rand v0.9.2 |
| 1257 | 2026-07-21T22:40:53.710Z | Downloaded yoke-derive v0.8.1 |
| 1258 | 2026-07-21T22:40:53.713Z | Downloaded zeroize_derive v1.4.3 |
| 1259 | 2026-07-21T22:40:53.714Z | Downloaded zerofrom-derive v0.1.6 |
| 1260 | 2026-07-21T22:40:53.718Z | Downloaded zerofrom v0.1.6 |
| 1261 | 2026-07-21T22:40:53.718Z | Downloaded tokio-stream v0.1.18 |
| 1262 | 2026-07-21T22:40:53.723Z | Downloaded schemars v1.2.1 |
| 1263 | 2026-07-21T22:40:53.728Z | Downloaded vergen-lib v0.1.6 |
| 1264 | 2026-07-21T22:40:53.732Z | Downloaded tokio-dtrace v0.1.1 |
| 1265 | 2026-07-21T22:40:53.732Z | Downloaded tinyvec v1.10.0 |
| 1266 | 2026-07-21T22:40:53.732Z | Downloaded subprocess v0.2.15 |
| 1267 | 2026-07-21T22:40:53.735Z | Downloaded tokio-rustls v0.26.4 |
| 1268 | 2026-07-21T22:40:53.735Z | Downloaded zone_cfg_derive v0.3.1 |
| 1269 | 2026-07-21T22:40:53.735Z | Downloaded itertools v0.14.0 |
| 1270 | 2026-07-21T22:40:53.738Z | Downloaded vergen-git2 v9.1.0 |
| 1271 | 2026-07-21T22:40:53.742Z | Downloaded socket2 v0.5.10 |
| 1272 | 2026-07-21T22:40:53.742Z | Downloaded twox-hash v2.1.2 |
| 1273 | 2026-07-21T22:40:53.746Z | Downloaded vergen-lib v9.1.0 |
| 1274 | 2026-07-21T22:40:53.746Z | Downloaded vergen-gitcl v1.0.8 |
| 1275 | 2026-07-21T22:40:53.746Z | Downloaded rsa v0.10.0-rc.18 |
| 1276 | 2026-07-21T22:40:53.749Z | Downloaded zone v0.3.1 |
| 1277 | 2026-07-21T22:40:53.749Z | Downloaded uzers v0.12.2 |
| 1278 | 2026-07-21T22:40:53.752Z | Downloaded walkdir v2.5.0 |
| 1279 | 2026-07-21T22:40:53.752Z | Downloaded xattr v1.6.1 |
| 1280 | 2026-07-21T22:40:53.752Z | Downloaded snafu v0.8.9 |
| 1281 | 2026-07-21T22:40:53.755Z | Downloaded icu_properties_data v2.1.2 |
| 1282 | 2026-07-21T22:40:53.762Z | Downloaded wyz v0.5.1 |
| 1283 | 2026-07-21T22:40:53.766Z | Downloaded test-strategy v0.4.5 |
| 1284 | 2026-07-21T22:40:53.771Z | Downloaded whoami v1.6.1 |
| 1285 | 2026-07-21T22:40:53.774Z | Downloaded rustyline v14.0.0 |
| 1286 | 2026-07-21T22:40:53.777Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1287 | 2026-07-21T22:40:53.783Z | Downloaded unicode-properties v0.1.4 |
| 1288 | 2026-07-21T22:40:53.787Z | Downloaded rand v0.10.1 |
| 1289 | 2026-07-21T22:40:53.791Z | Downloaded writeable v0.6.2 |
| 1290 | 2026-07-21T22:40:53.799Z | Downloaded tracing-attributes v0.1.31 |
| 1291 | 2026-07-21T22:40:53.803Z | Downloaded zerovec-derive v0.11.2 |
| 1292 | 2026-07-21T22:40:53.803Z | Downloaded vergen v9.1.0 |
| 1293 | 2026-07-21T22:40:53.803Z | Downloaded tracing-core v0.1.36 |
| 1294 | 2026-07-21T22:40:53.806Z | Downloaded zeroize v1.8.2 |
| 1295 | 2026-07-21T22:40:53.806Z | Downloaded zstd v0.13.3 |
| 1296 | 2026-07-21T22:40:53.806Z | Downloaded tungstenite v0.23.0 |
| 1297 | 2026-07-21T22:40:53.809Z | Downloaded usdt-impl v0.6.0 |
| 1298 | 2026-07-21T22:40:53.809Z | Downloaded zstd-safe v7.2.4 |
| 1299 | 2026-07-21T22:40:53.812Z | Downloaded toml v0.7.8 |
| 1300 | 2026-07-21T22:40:53.816Z | Downloaded tar v0.4.46 |
| 1301 | 2026-07-21T22:40:53.819Z | Downloaded h2 v0.4.15 |
| 1302 | 2026-07-21T22:40:53.819Z | Downloaded unicode-bidi v0.3.18 |
| 1303 | 2026-07-21T22:40:53.824Z | Downloaded tungstenite v0.21.0 |
| 1304 | 2026-07-21T22:40:53.824Z | Downloaded libm v0.2.16 |
| 1305 | 2026-07-21T22:40:53.828Z | Downloaded vsss-rs v3.3.4 |
| 1306 | 2026-07-21T22:40:53.831Z | Downloaded typify v0.6.2 |
| 1307 | 2026-07-21T22:40:53.835Z | Downloaded xshell v0.2.7 |
| 1308 | 2026-07-21T22:40:53.835Z | Downloaded whoami v2.1.0 |
| 1309 | 2026-07-21T22:40:53.838Z | Downloaded bitvec v1.0.1 |
| 1310 | 2026-07-21T22:40:53.846Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1311 | 2026-07-21T22:40:53.849Z | Downloaded serde_with v1.14.0 |
| 1312 | 2026-07-21T22:40:53.855Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1313 | 2026-07-21T22:40:53.858Z | Downloaded yoke v0.8.1 |
| 1314 | 2026-07-21T22:40:53.858Z | Downloaded yasna v0.5.2 |
| 1315 | 2026-07-21T22:40:53.858Z | Downloaded zerocopy v0.6.6 |
| 1316 | 2026-07-21T22:40:53.858Z | Downloaded bindgen v0.71.1 |
| 1317 | 2026-07-21T22:40:53.861Z | Downloaded reedline v0.40.0 |
| 1318 | 2026-07-21T22:40:53.865Z | Downloaded vte v0.14.1 |
| 1319 | 2026-07-21T22:40:53.868Z | Downloaded uuid v1.23.4 |
| 1320 | 2026-07-21T22:40:53.868Z | Downloaded p384 v0.13.1 |
| 1321 | 2026-07-21T22:40:53.871Z | Downloaded git2 v0.20.4 |
| 1322 | 2026-07-21T22:40:53.878Z | Downloaded unsafe-libyaml v0.2.11 |
| 1323 | 2026-07-21T22:40:53.886Z | Downloaded blake3 v1.8.5 |
| 1324 | 2026-07-21T22:40:53.891Z | Downloaded aws-lc-rs v1.16.3 |
| 1325 | 2026-07-21T22:40:53.896Z | Downloaded steno v0.4.1 |
| 1326 | 2026-07-21T22:40:53.900Z | Downloaded toml_edit v0.19.15 |
| 1327 | 2026-07-21T22:40:53.913Z | Downloaded zopfli v0.8.3 |
| 1328 | 2026-07-21T22:40:53.915Z | Downloaded reqwest v0.12.28 |
| 1329 | 2026-07-21T22:40:53.929Z | Downloaded yansi v1.0.1 |
| 1330 | 2026-07-21T22:40:53.935Z | Downloaded crypto-bigint v0.7.5 |
| 1331 | 2026-07-21T22:40:53.940Z | Downloaded url v2.5.8 |
| 1332 | 2026-07-21T22:40:53.943Z | Downloaded moka v0.12.13 |
| 1333 | 2026-07-21T22:40:53.947Z | Downloaded rawzip v0.4.4 |
| 1334 | 2026-07-21T22:40:53.949Z | Downloaded zerotrie v0.2.3 |
| 1335 | 2026-07-21T22:40:53.952Z | Downloaded zip v0.6.6 |
| 1336 | 2026-07-21T22:40:53.956Z | Downloaded tokio-postgres v0.7.16 |
| 1337 | 2026-07-21T22:40:53.959Z | Downloaded reqwest v0.13.2 |
| 1338 | 2026-07-21T22:40:53.963Z | Downloaded unicode_categories v0.1.1 |
| 1339 | 2026-07-21T22:40:53.968Z | Downloaded unicode-segmentation v1.12.0 |
| 1340 | 2026-07-21T22:40:53.968Z | Downloaded goblin v0.10.5 |
| 1341 | 2026-07-21T22:40:53.972Z | Downloaded typed-path v0.9.3 |
| 1342 | 2026-07-21T22:40:53.978Z | Downloaded rayon v1.11.0 |
| 1343 | 2026-07-21T22:40:53.981Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1344 | 2026-07-21T22:40:53.984Z | Downloaded portable-atomic v1.13.1 |
| 1345 | 2026-07-21T22:40:53.990Z | Downloaded zerocopy-derive v0.8.40 |
| 1346 | 2026-07-21T22:40:53.993Z | Downloaded x509-cert v0.2.5 |
| 1347 | 2026-07-21T22:40:53.997Z | Downloaded quick-xml v0.37.5 |
| 1348 | 2026-07-21T22:40:54.001Z | Downloaded bstr v1.12.1 |
| 1349 | 2026-07-21T22:40:54.005Z | Downloaded chrono v0.4.45 |
| 1350 | 2026-07-21T22:40:54.023Z | Downloaded curve25519-dalek v4.1.3 |
| 1351 | 2026-07-21T22:40:54.027Z | Downloaded object v0.30.4 |
| 1352 | 2026-07-21T22:40:54.033Z | Downloaded lalrpop v0.19.12 |
| 1353 | 2026-07-21T22:40:54.046Z | Downloaded tower v0.5.3 |
| 1354 | 2026-07-21T22:40:54.054Z | Downloaded salty v0.3.0 |
| 1355 | 2026-07-21T22:40:54.057Z | Downloaded unicode-normalization v0.1.25 |
| 1356 | 2026-07-21T22:40:54.061Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1357 | 2026-07-21T22:40:54.070Z | Downloaded tough v0.22.0 |
| 1358 | 2026-07-21T22:40:54.074Z | Downloaded tokio-util v0.7.18 |
| 1359 | 2026-07-21T22:40:54.078Z | Downloaded proptest v1.10.0 |
| 1360 | 2026-07-21T22:40:54.084Z | Downloaded russh v0.61.2 |
| 1361 | 2026-07-21T22:40:54.088Z | Downloaded tower-http v0.6.8 |
| 1362 | 2026-07-21T22:40:54.094Z | Downloaded regex v1.12.3 |
| 1363 | 2026-07-21T22:40:54.097Z | Downloaded zip v4.6.1 |
| 1364 | 2026-07-21T22:40:54.100Z | Downloaded quinn-proto v0.11.13 |
| 1365 | 2026-07-21T22:40:54.103Z | Downloaded petname v2.0.2 |
| 1366 | 2026-07-21T22:40:54.110Z | Downloaded winnow v0.5.40 |
| 1367 | 2026-07-21T22:40:54.134Z | Downloaded serde_with v3.21.0 |
| 1368 | 2026-07-21T22:40:54.141Z | Downloaded zerovec v0.11.5 |
| 1369 | 2026-07-21T22:40:54.144Z | Downloaded radix_trie v0.2.1 |
| 1370 | 2026-07-21T22:40:54.150Z | Downloaded winnow v0.6.26 |
| 1371 | 2026-07-21T22:40:54.155Z | Downloaded nix v0.27.1 |
| 1372 | 2026-07-21T22:40:54.162Z | Downloaded polar-core v0.27.3 |
| 1373 | 2026-07-21T22:40:54.167Z | Downloaded dropshot v0.17.1 |
| 1374 | 2026-07-21T22:40:54.180Z | Downloaded time v0.3.47 |
| 1375 | 2026-07-21T22:40:54.186Z | Downloaded tabled v0.20.0 |
| 1376 | 2026-07-21T22:40:54.198Z | Downloaded smoltcp v0.9.1 |
| 1377 | 2026-07-21T22:40:54.204Z | Downloaded object v0.37.3 |
| 1378 | 2026-07-21T22:40:54.212Z | Downloaded hickory-proto v0.24.4 |
| 1379 | 2026-07-21T22:40:54.221Z | Downloaded zlib-rs v0.6.2 |
| 1380 | 2026-07-21T22:40:54.226Z | Downloaded diesel v2.3.7 |
| 1381 | 2026-07-21T22:40:54.239Z | Downloaded nix v0.28.0 |
| 1382 | 2026-07-21T22:40:54.243Z | Downloaded openapiv3 v2.2.0 |
| 1383 | 2026-07-21T22:40:54.250Z | Downloaded winnow v1.0.3 |
| 1384 | 2026-07-21T22:40:54.256Z | Downloaded vcpkg v0.2.15 |
| 1385 | 2026-07-21T22:40:54.281Z | Downloaded regress v0.11.1 |
| 1386 | 2026-07-21T22:40:54.286Z | Downloaded openssl v0.10.81 |
| 1387 | 2026-07-21T22:40:54.292Z | Downloaded regex-syntax v0.6.29 |
| 1388 | 2026-07-21T22:40:54.297Z | Downloaded zerocopy v0.8.40 |
| 1389 | 2026-07-21T22:40:54.302Z | Downloaded smoltcp v0.11.0 |
| 1390 | 2026-07-21T22:40:54.309Z | Downloaded nix v0.31.2 |
| 1391 | 2026-07-21T22:40:54.321Z | Downloaded regress v0.10.5 |
| 1392 | 2026-07-21T22:40:54.327Z | Downloaded rustls v0.23.41 |
| 1393 | 2026-07-21T22:40:54.333Z | Downloaded hickory-proto v0.25.2 |
| 1394 | 2026-07-21T22:40:54.339Z | Downloaded rustix v0.38.44 |
| 1395 | 2026-07-21T22:40:54.361Z | Downloaded regex-syntax v0.8.10 |
| 1396 | 2026-07-21T22:40:54.370Z | Downloaded fiat-crypto v0.3.0 |
| 1397 | 2026-07-21T22:40:54.383Z | Downloaded tracing v0.1.44 |
| 1398 | 2026-07-21T22:40:54.426Z | Downloaded zerocopy-derive v0.6.6 |
| 1399 | 2026-07-21T22:40:54.430Z | Downloaded regex-automata v0.4.14 |
| 1400 | 2026-07-21T22:40:54.442Z | Downloaded sqlparser v0.61.0 |
| 1401 | 2026-07-21T22:40:54.445Z | Downloaded petgraph v0.6.5 |
| 1402 | 2026-07-21T22:40:54.465Z | Downloaded sled v0.34.7 |
| 1403 | 2026-07-21T22:40:54.473Z | Downloaded csv v1.4.0 |
| 1404 | 2026-07-21T22:40:54.486Z | Downloaded typify-impl v0.6.2 |
| 1405 | 2026-07-21T22:40:54.498Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1406 | 2026-07-21T22:40:54.506Z | Downloaded sha3 v0.11.0 |
| 1407 | 2026-07-21T22:40:54.510Z | Downloaded ratatui v0.29.0 |
| 1408 | 2026-07-21T22:40:54.529Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1409 | 2026-07-21T22:40:54.588Z | Downloaded ring v0.17.14 |
| 1410 | 2026-07-21T22:40:54.613Z | Downloaded jiff v0.2.21 |
| 1411 | 2026-07-21T22:40:54.625Z | Downloaded chrono-tz v0.10.4 |
| 1412 | 2026-07-21T22:40:54.637Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1413 | 2026-07-21T22:40:54.670Z | Downloaded petgraph v0.8.3 |
| 1414 | 2026-07-21T22:40:54.689Z | Downloaded libz-sys v1.1.24 |
| 1415 | 2026-07-21T22:40:54.717Z | Downloaded sha3 v0.10.8 |
| 1416 | 2026-07-21T22:40:54.722Z | Downloaded tokio v1.52.1 |
| 1417 | 2026-07-21T22:40:54.779Z | Downloaded encoding_rs v0.8.35 |
| 1418 | 2026-07-21T22:40:55.412Z | Downloaded aws-lc-sys v0.40.0 |
| 1419 | 2026-07-21T22:40:55.662Z | Compiling libc v0.2.185 |
| 1420 | 2026-07-21T22:40:55.662Z | Compiling serde_core v1.0.228 |
| 1421 | 2026-07-21T22:40:55.662Z | Compiling serde v1.0.228 |
| 1422 | 2026-07-21T22:40:55.665Z | Compiling log v0.4.29 |
| 1423 | 2026-07-21T22:40:55.665Z | Compiling smallvec v1.15.1 |
| 1424 | 2026-07-21T22:40:55.665Z | Compiling shlex v1.3.0 |
| 1425 | 2026-07-21T22:40:55.665Z | Compiling find-msvc-tools v0.1.9 |
| 1426 | 2026-07-21T22:40:55.805Z | Compiling syn v2.0.117 |
| 1427 | 2026-07-21T22:40:56.023Z | Compiling subtle v2.6.1 |
| 1428 | 2026-07-21T22:40:56.037Z | Compiling scopeguard v1.2.0 |
| 1429 | 2026-07-21T22:40:56.040Z | Compiling stable_deref_trait v1.2.1 |
| 1430 | 2026-07-21T22:40:56.113Z | Compiling typenum v1.20.1 |
| 1431 | 2026-07-21T22:40:56.140Z | Compiling lock_api v0.4.14 |
| 1432 | 2026-07-21T22:40:56.159Z | Compiling serde_json v1.0.150 |
| 1433 | 2026-07-21T22:40:56.179Z | Compiling portable-atomic v1.13.1 |
| 1434 | 2026-07-21T22:40:56.207Z | Compiling zerocopy v0.8.40 |
| 1435 | 2026-07-21T22:40:56.372Z | Compiling pin-project-lite v0.2.17 |
| 1436 | 2026-07-21T22:40:56.386Z | Compiling parking_lot_core v0.9.12 |
| 1437 | 2026-07-21T22:40:56.467Z | Compiling critical-section v1.2.0 |
| 1438 | 2026-07-21T22:40:56.571Z | Compiling libm v0.2.16 |
| 1439 | 2026-07-21T22:40:56.654Z | Compiling jobserver v0.1.34 |
| 1440 | 2026-07-21T22:40:56.660Z | Compiling errno v0.3.14 |
| 1441 | 2026-07-21T22:40:56.709Z | Compiling getrandom v0.2.17 |
| 1442 | 2026-07-21T22:40:56.800Z | Compiling getrandom v0.4.1 |
| 1443 | 2026-07-21T22:40:56.878Z | Compiling cc v1.2.56 |
| 1444 | 2026-07-21T22:40:56.930Z | Compiling pkg-config v0.3.32 |
| 1445 | 2026-07-21T22:40:56.964Z | Compiling rand_core v0.6.4 |
| 1446 | 2026-07-21T22:40:57.004Z | Compiling signal-hook-registry v1.4.8 |
| 1447 | 2026-07-21T22:40:57.234Z | Compiling once_cell v1.21.3 |
| 1448 | 2026-07-21T22:40:57.325Z | Compiling num-traits v0.2.19 |
| 1449 | 2026-07-21T22:40:57.389Z | Compiling rand_core v0.10.0 |
| 1450 | 2026-07-21T22:40:57.482Z | Compiling futures-core v0.3.32 |
| 1451 | 2026-07-21T22:40:57.594Z | Compiling parking_lot v0.12.5 |
| 1452 | 2026-07-21T22:40:57.630Z | Compiling mio v1.2.0 |
| 1453 | 2026-07-21T22:40:57.682Z | Compiling generic-array v0.14.7 |
| 1454 | 2026-07-21T22:40:57.783Z | Compiling writeable v0.6.2 |
| 1455 | 2026-07-21T22:40:57.940Z | Compiling litemap v0.8.1 |
| 1456 | 2026-07-21T22:40:57.981Z | Compiling percent-encoding v2.3.2 |
| 1457 | 2026-07-21T22:40:57.984Z | Compiling const-oid v0.9.6 |
| 1458 | 2026-07-21T22:40:58.136Z | Compiling bitflags v2.11.0 |
| 1459 | 2026-07-21T22:40:58.160Z | Compiling semver v1.0.28 |
| 1460 | 2026-07-21T22:40:58.227Z | Compiling icu_properties_data v2.1.2 |
| 1461 | 2026-07-21T22:40:58.364Z | Compiling icu_normalizer_data v2.1.1 |
| 1462 | 2026-07-21T22:40:58.510Z | Compiling socket2 v0.6.3 |
| 1463 | 2026-07-21T22:40:58.676Z | Compiling synstructure v0.13.2 |
| 1464 | 2026-07-21T22:40:58.703Z | Compiling futures-sink v0.3.32 |
| 1465 | 2026-07-21T22:40:58.745Z | Compiling futures-io v0.3.32 |
| 1466 | 2026-07-21T22:40:58.757Z | Compiling futures-task v0.3.32 |
| 1467 | 2026-07-21T22:40:58.808Z | Compiling futures-channel v0.3.32 |
| 1468 | 2026-07-21T22:40:58.903Z | Compiling slab v0.4.12 |
| 1469 | 2026-07-21T22:40:58.925Z | Compiling utf8_iter v1.0.4 |
| 1470 | 2026-07-21T22:40:58.939Z | Compiling indexmap v2.14.0 |
| 1471 | 2026-07-21T22:40:59.040Z | Compiling form_urlencoded v1.2.2 |
| 1472 | 2026-07-21T22:40:59.060Z | Compiling rustversion v1.0.22 |
| 1473 | 2026-07-21T22:40:59.074Z | Compiling getrandom v0.3.4 |
| 1474 | 2026-07-21T22:40:59.085Z | Compiling cmake v0.1.57 |
| 1475 | 2026-07-21T22:40:59.217Z | Compiling dunce v1.0.5 |
| 1476 | 2026-07-21T22:40:59.286Z | Compiling iana-time-zone v0.1.65 |
| 1477 | 2026-07-21T22:40:59.289Z | Compiling rustix v1.1.3 |
| 1478 | 2026-07-21T22:40:59.330Z | Compiling ident_case v1.0.1 |
| 1479 | 2026-07-21T22:40:59.463Z | Compiling fs_extra v1.3.0 |
| 1480 | 2026-07-21T22:40:59.492Z | Compiling regex-syntax v0.8.10 |
| 1481 | 2026-07-21T22:40:59.524Z | Compiling uuid v1.23.4 |
| 1482 | 2026-07-21T22:40:59.630Z | Compiling vcpkg v0.2.15 |
| 1483 | 2026-07-21T22:40:59.736Z | Compiling aws-lc-sys v0.40.0 |
| 1484 | 2026-07-21T22:41:00.040Z | Compiling rand_core v0.9.5 |
| 1485 | 2026-07-21T22:41:00.114Z | Compiling base64 v0.22.1 |
| 1486 | 2026-07-21T22:41:00.273Z | Compiling base64ct v1.8.3 |
| 1487 | 2026-07-21T22:41:00.325Z | Compiling rustc_version v0.4.1 |
| 1488 | 2026-07-21T22:41:00.377Z | Compiling openssl-sys v0.9.117 |
| 1489 | 2026-07-21T22:41:00.397Z | Compiling serde_derive v1.0.228 |
| 1490 | 2026-07-21T22:41:00.445Z | Compiling zeroize_derive v1.4.3 |
| 1491 | 2026-07-21T22:41:00.566Z | Compiling zerofrom-derive v0.1.6 |
| 1492 | 2026-07-21T22:41:00.647Z | Compiling yoke-derive v0.8.1 |
| 1493 | 2026-07-21T22:41:00.923Z | Compiling zerovec-derive v0.11.2 |
| 1494 | 2026-07-21T22:41:01.056Z | Compiling displaydoc v0.2.5 |
| 1495 | 2026-07-21T22:41:01.115Z | Compiling zeroize v1.8.2 |
| 1496 | 2026-07-21T22:41:01.328Z | Compiling zerocopy-derive v0.8.40 |
| 1497 | 2026-07-21T22:41:01.847Z | Compiling tokio-macros v2.7.0 |
| 1498 | 2026-07-21T22:41:01.898Z | Compiling futures-macro v0.3.32 |
| 1499 | 2026-07-21T22:41:02.001Z | Compiling zerofrom v0.1.6 |
| 1500 | 2026-07-21T22:41:02.062Z | Compiling pem-rfc7468 v0.7.0 |
| 1501 | 2026-07-21T22:41:02.143Z | Compiling yoke v0.8.1 |
| 1502 | 2026-07-21T22:41:02.388Z | Compiling zerovec v0.11.5 |
| 1503 | 2026-07-21T22:41:02.427Z | Compiling zerotrie v0.2.3 |
| 1504 | 2026-07-21T22:41:02.431Z | Compiling crypto-common v0.1.7 |
| 1505 | 2026-07-21T22:41:02.576Z | Compiling block-buffer v0.10.4 |
| 1506 | 2026-07-21T22:41:02.637Z | Compiling thiserror-impl v2.0.18 |
| 1507 | 2026-07-21T22:41:02.721Z | Compiling futures-util v0.3.32 |
| 1508 | 2026-07-21T22:41:02.740Z | Compiling digest v0.10.7 |
| 1509 | 2026-07-21T22:41:02.756Z | Compiling tracing-attributes v0.1.31 |
| 1510 | 2026-07-21T22:41:02.896Z | Compiling tinystr v0.8.2 |
| 1511 | 2026-07-21T22:41:02.993Z | Compiling potential_utf v0.1.4 |
| 1512 | 2026-07-21T22:41:03.113Z | Compiling icu_locale_core v2.1.1 |
| 1513 | 2026-07-21T22:41:03.160Z | Compiling icu_collections v2.1.1 |
| 1514 | 2026-07-21T22:41:03.646Z | Compiling der_derive v0.7.3 |
| 1515 | 2026-07-21T22:41:03.951Z | Compiling bytes v1.11.1 |
| 1516 | 2026-07-21T22:41:03.991Z | Compiling icu_provider v2.1.1 |
| 1517 | 2026-07-21T22:41:04.037Z | Compiling chrono v0.4.45 |
| 1518 | 2026-07-21T22:41:04.086Z | Compiling tracing-core v0.1.36 |
| 1519 | 2026-07-21T22:41:04.277Z | Compiling icu_properties v2.1.2 |
| 1520 | 2026-07-21T22:41:04.562Z | Compiling tokio v1.52.1 |
| 1521 | 2026-07-21T22:41:04.604Z | Compiling icu_normalizer v2.1.1 |
| 1522 | 2026-07-21T22:41:04.629Z | Compiling http v1.4.2 |
| 1523 | 2026-07-21T22:41:05.022Z | Compiling aws-lc-rs v1.16.3 |
| 1524 | 2026-07-21T22:41:05.135Z | Compiling idna_adapter v1.2.1 |
| 1525 | 2026-07-21T22:41:05.274Z | Compiling idna v1.1.0 |
| 1526 | 2026-07-21T22:41:05.321Z | Compiling flagset v0.4.7 |
| 1527 | 2026-07-21T22:41:05.352Z | Compiling http-body v1.0.1 |
| 1528 | 2026-07-21T22:41:05.396Z | Compiling tracing v0.1.44 |
| 1529 | 2026-07-21T22:41:05.451Z | Compiling der v0.7.10 |
| 1530 | 2026-07-21T22:41:05.501Z | Compiling thiserror v2.0.18 |
| 1531 | 2026-07-21T22:41:05.545Z | Compiling rustls-pki-types v1.14.0 |
| 1532 | 2026-07-21T22:41:05.605Z | Compiling url v2.5.8 |
| 1533 | 2026-07-21T22:41:05.678Z | Compiling ppv-lite86 v0.2.21 |
| 1534 | 2026-07-21T22:41:05.878Z | Compiling serde_derive_internals v0.29.1 |
| 1535 | 2026-07-21T22:41:05.923Z | Compiling httparse v1.10.1 |
| 1536 | 2026-07-21T22:41:05.986Z | Compiling rand_chacha v0.9.0 |
| 1537 | 2026-07-21T22:41:06.003Z | Compiling cmov v0.5.4 |
| 1538 | 2026-07-21T22:41:06.206Z | Compiling tinyvec_macros v0.1.1 |
| 1539 | 2026-07-21T22:41:06.263Z | Compiling schemars v0.8.22 |
| 1540 | 2026-07-21T22:41:06.277Z | Compiling openssl-probe v0.2.1 |
| 1541 | 2026-07-21T22:41:06.393Z | Compiling dyn-clone v1.0.20 |
| 1542 | 2026-07-21T22:41:06.492Z | Compiling tinyvec v1.10.0 |
| 1543 | 2026-07-21T22:41:06.510Z | Compiling spki v0.7.3 |
| 1544 | 2026-07-21T22:41:06.523Z | Compiling rand v0.9.2 |
| 1545 | 2026-07-21T22:41:06.626Z | Compiling ctutils v0.4.2 |
| 1546 | 2026-07-21T22:41:06.653Z | Compiling pest_generator v2.8.6 |
| 1547 | 2026-07-21T22:41:06.703Z | Compiling aho-corasick v1.1.4 |
| 1548 | 2026-07-21T22:41:06.743Z | Compiling schemars_derive v0.8.22 |
| 1549 | 2026-07-21T22:41:06.829Z | Compiling untrusted v0.7.1 |
| 1550 | 2026-07-21T22:41:06.857Z | Compiling tower-service v0.3.3 |
| 1551 | 2026-07-21T22:41:06.949Z | Compiling atomic-waker v1.1.2 |
| 1552 | 2026-07-21T22:41:06.954Z | Compiling try-lock v0.2.5 |
| 1553 | 2026-07-21T22:41:07.053Z | Compiling tower-layer v0.3.3 |
| 1554 | 2026-07-21T22:41:07.081Z | Compiling want v0.3.1 |
| 1555 | 2026-07-21T22:41:07.222Z | Compiling tempfile v3.25.0 |
| 1556 | 2026-07-21T22:41:07.292Z | Compiling hybrid-array v0.4.13 |
| 1557 | 2026-07-21T22:41:07.374Z | Compiling pest_derive v2.8.6 |
| 1558 | 2026-07-21T22:41:07.588Z | Compiling regex-automata v0.4.14 |
| 1559 | 2026-07-21T22:41:07.633Z | Compiling ipnet v2.11.0 |
| 1560 | 2026-07-21T22:41:07.819Z | Compiling scroll_derive v0.13.1 |
| 1561 | 2026-07-21T22:41:08.074Z | Compiling darling_core v0.20.11 |
| 1562 | 2026-07-21T22:41:08.133Z | Compiling cpufeatures v0.2.17 |
| 1563 | 2026-07-21T22:41:08.209Z | Compiling httpdate v1.0.3 |
| 1564 | 2026-07-21T22:41:08.376Z | Compiling tokio-util v0.7.18 |
| 1565 | 2026-07-21T22:41:08.439Z | Compiling untrusted v0.9.0 |
| 1566 | 2026-07-21T22:41:08.560Z | Compiling foreign-types-shared v0.1.1 |
| 1567 | 2026-07-21T22:41:08.633Z | Compiling openssl v0.10.81 |
| 1568 | 2026-07-21T22:41:08.647Z | Compiling rustls v0.23.41 |
| 1569 | 2026-07-21T22:41:08.828Z | Compiling scroll v0.13.0 |
| 1570 | 2026-07-21T22:41:08.889Z | Compiling foreign-types v0.3.2 |
| 1571 | 2026-07-21T22:41:08.962Z | Compiling unicode-normalization v0.1.25 |
| 1572 | 2026-07-21T22:41:09.085Z | Compiling h2 v0.4.15 |
| 1573 | 2026-07-21T22:41:09.283Z | Compiling pkcs8 v0.10.2 |
| 1574 | 2026-07-21T22:41:09.403Z | Compiling openssl-macros v0.1.1 |
| 1575 | 2026-07-21T22:41:09.534Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1576 | 2026-07-21T22:41:09.778Z | Compiling spin v0.9.8 |
| 1577 | 2026-07-21T22:41:09.796Z | Compiling crc32fast v1.5.0 |
| 1578 | 2026-07-21T22:41:09.932Z | Compiling num-conv v0.2.0 |
| 1579 | 2026-07-21T22:41:09.981Z | Compiling powerfmt v0.2.0 |
| 1580 | 2026-07-21T22:41:10.061Z | Compiling time-core v0.1.8 |
| 1581 | 2026-07-21T22:41:10.077Z | Compiling native-tls v0.2.18 |
| 1582 | 2026-07-21T22:41:10.179Z | Compiling deranged v0.5.8 |
| 1583 | 2026-07-21T22:41:10.196Z | Compiling time-macros v0.2.27 |
| 1584 | 2026-07-21T22:41:10.281Z | Compiling darling_macro v0.20.11 |
| 1585 | 2026-07-21T22:41:10.757Z | Compiling darling v0.20.11 |
| 1586 | 2026-07-21T22:41:10.840Z | Compiling goblin v0.10.5 |
| 1587 | 2026-07-21T22:41:11.146Z | Compiling sha2 v0.10.9 |
| 1588 | 2026-07-21T22:41:11.243Z | Compiling hmac v0.12.1 |
| 1589 | 2026-07-21T22:41:11.397Z | Compiling sync_wrapper v1.0.2 |
| 1590 | 2026-07-21T22:41:11.505Z | Compiling wait-timeout v0.2.1 |
| 1591 | 2026-07-21T22:41:11.598Z | Compiling usdt-impl v0.6.0 |
| 1592 | 2026-07-21T22:41:11.762Z | Compiling siphasher v1.0.2 |
| 1593 | 2026-07-21T22:41:11.813Z | Compiling unicode-segmentation v1.12.0 |
| 1594 | 2026-07-21T22:41:11.946Z | Compiling bit-vec v0.8.0 |
| 1595 | 2026-07-21T22:41:12.213Z | Compiling hyper v1.10.1 |
| 1596 | 2026-07-21T22:41:12.233Z | Compiling num_threads v0.1.7 |
| 1597 | 2026-07-21T22:41:12.331Z | Compiling simd-adler32 v0.3.8 |
| 1598 | 2026-07-21T22:41:12.532Z | Compiling crossbeam-utils v0.8.21 |
| 1599 | 2026-07-21T22:41:12.576Z | Compiling syn v1.0.109 |
| 1600 | 2026-07-21T22:41:12.835Z | Compiling quick-error v1.2.3 |
| 1601 | 2026-07-21T22:41:12.939Z | Compiling rusty-fork v0.3.1 |
| 1602 | 2026-07-21T22:41:13.162Z | Compiling time v0.3.47 |
| 1603 | 2026-07-21T22:41:13.252Z | Compiling bit-set v0.8.0 |
| 1604 | 2026-07-21T22:41:13.304Z | Compiling hyper-util v0.1.20 |
| 1605 | 2026-07-21T22:41:13.320Z | Compiling tower v0.5.3 |
| 1606 | 2026-07-21T22:41:13.412Z | Compiling derive_builder_core v0.20.2 |
| 1607 | 2026-07-21T22:41:13.795Z | Compiling dof v0.4.0 |
| 1608 | 2026-07-21T22:41:13.990Z | Compiling dtrace-parser v0.3.0 |
| 1609 | 2026-07-21T22:41:14.275Z | Compiling http-body-util v0.1.3 |
| 1610 | 2026-07-21T22:41:14.512Z | Compiling heapless v0.7.17 |
| 1611 | 2026-07-21T22:41:14.702Z | Compiling scroll_derive v0.12.1 |
| 1612 | 2026-07-21T22:41:14.717Z | Compiling thiserror-impl v1.0.69 |
| 1613 | 2026-07-21T22:41:14.760Z | Compiling rand_xorshift v0.4.0 |
| 1614 | 2026-07-21T22:41:14.921Z | Compiling slog v2.8.2 |
| 1615 | 2026-07-21T22:41:14.934Z | Compiling darling_core v0.23.0 |
| 1616 | 2026-07-21T22:41:15.011Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1617 | 2026-07-21T22:41:15.026Z | Compiling thread-id v5.1.0 |
| 1618 | 2026-07-21T22:41:15.105Z | Compiling cookie v0.18.1 |
| 1619 | 2026-07-21T22:41:15.120Z | Compiling unicode-bidi v0.3.18 |
| 1620 | 2026-07-21T22:41:15.295Z | Compiling unarray v0.1.4 |
| 1621 | 2026-07-21T22:41:15.295Z | Compiling anyhow v1.0.102 |
| 1622 | 2026-07-21T22:41:15.358Z | Compiling unicode-properties v0.1.4 |
| 1623 | 2026-07-21T22:41:15.403Z | Compiling allocator-api2 v0.2.21 |
| 1624 | 2026-07-21T22:41:15.558Z | Compiling paste v1.0.15 |
| 1625 | 2026-07-21T22:41:15.615Z | Compiling signal-hook v0.3.18 |
| 1626 | 2026-07-21T22:41:15.635Z | Compiling zstd-safe v7.2.4 |
| 1627 | 2026-07-21T22:41:15.718Z | Compiling ryu v1.0.23 |
| 1628 | 2026-07-21T22:41:15.797Z | Compiling adler2 v2.0.1 |
| 1629 | 2026-07-21T22:41:15.835Z | Compiling iri-string v0.7.10 |
| 1630 | 2026-07-21T22:41:15.848Z | Compiling serde_urlencoded v0.7.1 |
| 1631 | 2026-07-21T22:41:15.896Z | Compiling miniz_oxide v0.8.9 |
| 1632 | 2026-07-21T22:41:15.962Z | Compiling thiserror v1.0.69 |
| 1633 | 2026-07-21T22:41:16.061Z | Compiling stringprep v0.1.5 |
| 1634 | 2026-07-21T22:41:16.086Z | Compiling proptest v1.10.0 |
| 1635 | 2026-07-21T22:41:16.195Z | Compiling scroll v0.12.0 |
| 1636 | 2026-07-21T22:41:16.576Z | Compiling derive_builder_macro v0.20.2 |
| 1637 | 2026-07-21T22:41:16.903Z | Compiling camino v1.2.2 |
| 1638 | 2026-07-21T22:41:17.028Z | Compiling tower-http v0.6.8 |
| 1639 | 2026-07-21T22:41:17.070Z | Compiling tokio-native-tls v0.3.1 |
| 1640 | 2026-07-21T22:41:17.307Z | Compiling heck v0.4.1 |
| 1641 | 2026-07-21T22:41:17.364Z | Compiling bstr v1.12.1 |
| 1642 | 2026-07-21T22:41:17.433Z | Compiling darling_macro v0.23.0 |
| 1643 | 2026-07-21T22:41:17.481Z | Compiling ipnetwork v0.21.1 |
| 1644 | 2026-07-21T22:41:17.532Z | Compiling block-buffer v0.12.1 |
| 1645 | 2026-07-21T22:41:17.730Z | Compiling crypto-common v0.2.2 |
| 1646 | 2026-07-21T22:41:17.730Z | Compiling block-padding v0.4.2 |
| 1647 | 2026-07-21T22:41:17.877Z | Compiling rustls-native-certs v0.8.3 |
| 1648 | 2026-07-21T22:41:17.907Z | Compiling rand_chacha v0.3.1 |
| 1649 | 2026-07-21T22:41:17.921Z | Compiling serde_tokenstream v0.2.3 |
| 1650 | 2026-07-21T22:41:18.011Z | Compiling hex v0.4.3 |
| 1651 | 2026-07-21T22:41:18.163Z | Compiling erased-serde v0.3.31 |
| 1652 | 2026-07-21T22:41:18.227Z | Compiling toml_datetime v0.6.11 |
| 1653 | 2026-07-21T22:41:18.280Z | Compiling serde_spanned v0.6.9 |
| 1654 | 2026-07-21T22:41:18.423Z | Compiling md-5 v0.10.6 |
| 1655 | 2026-07-21T22:41:18.486Z | Compiling signature v2.2.0 |
| 1656 | 2026-07-21T22:41:18.586Z | Compiling curve25519-dalek v4.1.3 |
| 1657 | 2026-07-21T22:41:18.647Z | Compiling pin-project-internal v1.1.11 |
| 1658 | 2026-07-21T22:41:18.662Z | Compiling async-trait v0.1.89 |
| 1659 | 2026-07-21T22:41:18.688Z | Compiling zerocopy-derive v0.7.35 |
| 1660 | 2026-07-21T22:41:18.926Z | Compiling vergen-lib v9.1.0 |
| 1661 | 2026-07-21T22:41:19.120Z | Compiling hash32 v0.2.1 |
| 1662 | 2026-07-21T22:41:19.313Z | Compiling num-integer v0.1.46 |
| 1663 | 2026-07-21T22:41:19.429Z | Compiling memoffset v0.9.1 |
| 1664 | 2026-07-21T22:41:19.549Z | Compiling encoding_rs v0.8.35 |
| 1665 | 2026-07-21T22:41:19.631Z | Compiling psl-types v2.0.11 |
| 1666 | 2026-07-21T22:41:19.643Z | Compiling litrs v1.0.0 |
| 1667 | 2026-07-21T22:41:19.664Z | Compiling cfg_aliases v0.2.1 |
| 1668 | 2026-07-21T22:41:19.737Z | Compiling rustix v0.38.44 |
| 1669 | 2026-07-21T22:41:19.751Z | Compiling ref-cast v1.0.25 |
| 1670 | 2026-07-21T22:41:19.754Z | Compiling num-bigint-dig v0.8.6 |
| 1671 | 2026-07-21T22:41:19.962Z | Compiling zlib-rs v0.6.2 |
| 1672 | 2026-07-21T22:41:20.058Z | Compiling mime v0.3.17 |
| 1673 | 2026-07-21T22:41:20.085Z | Compiling smoltcp v0.9.1 |
| 1674 | 2026-07-21T22:41:20.141Z | Compiling fallible-iterator v0.2.0 |
| 1675 | 2026-07-21T22:41:20.309Z | Compiling document-features v0.2.12 |
| 1676 | 2026-07-21T22:41:20.445Z | Compiling postgres-protocol v0.6.10 |
| 1677 | 2026-07-21T22:41:20.609Z | Compiling pin-project v1.1.11 |
| 1678 | 2026-07-21T22:41:20.711Z | Compiling nix v0.31.2 |
| 1679 | 2026-07-21T22:41:20.916Z | Compiling publicsuffix v2.3.0 |
| 1680 | 2026-07-21T22:41:21.023Z | Compiling zerocopy v0.7.35 |
| 1681 | 2026-07-21T22:41:21.080Z | Compiling num-iter v0.1.45 |
| 1682 | 2026-07-21T22:41:21.095Z | Compiling hubpack_derive v0.1.1 |
| 1683 | 2026-07-21T22:41:21.209Z | Compiling newtype-uuid v1.3.2 |
| 1684 | 2026-07-21T22:41:21.524Z | Compiling rand v0.8.6 |
| 1685 | 2026-07-21T22:41:21.550Z | Compiling darling v0.23.0 |
| 1686 | 2026-07-21T22:41:21.550Z | Compiling inout v0.2.2 |
| 1687 | 2026-07-21T22:41:21.575Z | Compiling oxnet v0.1.6 |
| 1688 | 2026-07-21T22:41:21.589Z | Compiling snafu-derive v0.8.9 |
| 1689 | 2026-07-21T22:41:21.630Z | Compiling hyper-tls v0.6.0 |
| 1690 | 2026-07-21T22:41:21.829Z | Compiling derive_builder v0.20.2 |
| 1691 | 2026-07-21T22:41:21.994Z | Compiling goblin v0.8.2 |
| 1692 | 2026-07-21T22:41:22.527Z | Compiling phf_shared v0.13.1 |
| 1693 | 2026-07-21T22:41:22.686Z | Compiling lazy_static v1.5.0 |
| 1694 | 2026-07-21T22:41:22.775Z | Compiling regex v1.12.3 |
| 1695 | 2026-07-21T22:41:22.782Z | Compiling anstyle-parse v0.2.7 |
| 1696 | 2026-07-21T22:41:22.952Z | Compiling flate2 v1.1.9 |
| 1697 | 2026-07-21T22:41:22.968Z | Compiling strum_macros v0.27.2 |
| 1698 | 2026-07-21T22:41:23.196Z | Compiling futures-executor v0.3.32 |
| 1699 | 2026-07-21T22:41:23.260Z | Compiling terminal_size v0.4.3 |
| 1700 | 2026-07-21T22:41:23.371Z | Compiling ref-cast-impl v1.0.25 |
| 1701 | 2026-07-21T22:41:23.398Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1702 | 2026-07-21T22:41:23.455Z | Compiling daft-derive v0.1.7 |
| 1703 | 2026-07-21T22:41:23.493Z | Compiling vergen v9.1.0 |
| 1704 | 2026-07-21T22:41:23.689Z | Compiling cargo-platform v0.3.2 |
| 1705 | 2026-07-21T22:41:23.920Z | Compiling ff v0.13.1 |
| 1706 | 2026-07-21T22:41:23.964Z | Compiling fs-err v3.3.0 |
| 1707 | 2026-07-21T22:41:24.038Z | Compiling ahash v0.8.12 |
| 1708 | 2026-07-21T22:41:24.061Z | Compiling bitflags v1.3.2 |
| 1709 | 2026-07-21T22:41:24.137Z | Compiling same-file v1.0.6 |
| 1710 | 2026-07-21T22:41:24.167Z | Compiling libbz2-rs-sys v0.2.2 |
| 1711 | 2026-07-21T22:41:24.180Z | Compiling foldhash v0.2.0 |
| 1712 | 2026-07-21T22:41:24.260Z | Compiling winnow v0.5.40 |
| 1713 | 2026-07-21T22:41:24.299Z | Compiling base16ct v0.2.0 |
| 1714 | 2026-07-21T22:41:24.396Z | Compiling bumpalo v3.20.2 |
| 1715 | 2026-07-21T22:41:24.475Z | Compiling managed v0.8.0 |
| 1716 | 2026-07-21T22:41:24.649Z | Compiling foldhash v0.1.5 |
| 1717 | 2026-07-21T22:41:24.687Z | Compiling object v0.37.3 |
| 1718 | 2026-07-21T22:41:24.820Z | Compiling hashbrown v0.15.5 |
| 1719 | 2026-07-21T22:41:24.930Z | Compiling strum v0.27.2 |
| 1720 | 2026-07-21T22:41:25.017Z | Compiling zopfli v0.8.3 |
| 1721 | 2026-07-21T22:41:25.082Z | Compiling bzip2 v0.6.1 |
| 1722 | 2026-07-21T22:41:25.254Z | Compiling clap_builder v4.6.0 |
| 1723 | 2026-07-21T22:41:25.355Z | Compiling sec1 v0.7.3 |
| 1724 | 2026-07-21T22:41:25.497Z | Compiling hashbrown v0.16.1 |
| 1725 | 2026-07-21T22:41:25.611Z | Compiling toml_edit v0.19.15 |
| 1726 | 2026-07-21T22:41:25.663Z | Compiling dof v0.3.0 |
| 1727 | 2026-07-21T22:41:25.667Z | Compiling walkdir v2.5.0 |
| 1728 | 2026-07-21T22:41:25.678Z | Compiling daft v0.1.7 |
| 1729 | 2026-07-21T22:41:26.068Z | Compiling group v0.13.0 |
| 1730 | 2026-07-21T22:41:26.180Z | Compiling cargo_metadata v0.23.1 |
| 1731 | 2026-07-21T22:41:26.260Z | Compiling snafu v0.8.9 |
| 1732 | 2026-07-21T22:41:26.373Z | Compiling futures v0.3.32 |
| 1733 | 2026-07-21T22:41:26.455Z | Compiling anstream v0.6.21 |
| 1734 | 2026-07-21T22:41:26.754Z | Compiling phf v0.13.1 |
| 1735 | 2026-07-21T22:41:26.921Z | Compiling signal-hook-mio v0.2.5 |
| 1736 | 2026-07-21T22:41:27.040Z | Compiling cookie_store v0.22.1 |
| 1737 | 2026-07-21T22:41:27.310Z | Compiling zstd v0.13.3 |
| 1738 | 2026-07-21T22:41:27.548Z | Compiling bzip2 v0.4.4 |
| 1739 | 2026-07-21T22:41:27.573Z | Compiling reqwest v0.12.28 |
| 1740 | 2026-07-21T22:41:27.731Z | Compiling cipher v0.5.2 |
| 1741 | 2026-07-21T22:41:27.758Z | Compiling serde_with_macros v3.21.0 |
| 1742 | 2026-07-21T22:41:28.037Z | Compiling hubpack v0.1.2 |
| 1743 | 2026-07-21T22:41:28.285Z | Compiling postgres-types v0.2.12 |
| 1744 | 2026-07-21T22:41:28.357Z | Compiling ed25519 v2.2.3 |
| 1745 | 2026-07-21T22:41:28.831Z | Compiling usdt-macro v0.6.0 |
| 1746 | 2026-07-21T22:41:28.900Z | Compiling usdt-attr-macro v0.6.0 |
| 1747 | 2026-07-21T22:41:29.009Z | Compiling globset v0.4.18 |
| 1748 | 2026-07-21T22:41:29.249Z | Compiling dtrace-parser v0.2.0 |
| 1749 | 2026-07-21T22:41:29.380Z | Compiling phf_shared v0.11.3 |
| 1750 | 2026-07-21T22:41:29.570Z | Compiling hkdf v0.12.4 |
| 1751 | 2026-07-21T22:41:29.598Z | Compiling pkcs1 v0.7.5 |
| 1752 | 2026-07-21T22:41:29.685Z | Compiling olpc-cjson v0.1.4 |
| 1753 | 2026-07-21T22:41:29.711Z | Compiling clap_derive v4.6.1 |
| 1754 | 2026-07-21T22:41:29.729Z | Compiling strum_macros v0.26.4 |
| 1755 | 2026-07-21T22:41:29.847Z | Compiling enum-as-inner v0.6.1 |
| 1756 | 2026-07-21T22:41:29.979Z | Compiling serde-big-array v0.5.1 |
| 1757 | 2026-07-21T22:41:30.004Z | Compiling serde_plain v1.0.2 |
| 1758 | 2026-07-21T22:41:30.153Z | Compiling crypto-bigint v0.5.5 |
| 1759 | 2026-07-21T22:41:30.195Z | Compiling serde_repr v0.1.20 |
| 1760 | 2026-07-21T22:41:30.352Z | Compiling async-recursion v1.1.1 |
| 1761 | 2026-07-21T22:41:30.731Z | Compiling pem v3.0.6 |
| 1762 | 2026-07-21T22:41:31.004Z | Compiling float-cmp v0.10.0 |
| 1763 | 2026-07-21T22:41:31.069Z | Compiling memmap2 v0.9.10 |
| 1764 | 2026-07-21T22:41:31.150Z | Compiling thread-id v4.2.2 |
| 1765 | 2026-07-21T22:41:31.231Z | Compiling env_filter v1.0.0 |
| 1766 | 2026-07-21T22:41:31.253Z | Compiling difflib v0.4.0 |
| 1767 | 2026-07-21T22:41:31.274Z | Compiling winnow v1.0.3 |
| 1768 | 2026-07-21T22:41:31.430Z | Compiling precomputed-hash v0.1.1 |
| 1769 | 2026-07-21T22:41:31.447Z | Compiling normalize-line-endings v0.3.0 |
| 1770 | 2026-07-21T22:41:31.516Z | Compiling predicates-core v1.0.10 |
| 1771 | 2026-07-21T22:41:31.533Z | Compiling jiff v0.2.21 |
| 1772 | 2026-07-21T22:41:31.549Z | Compiling new_debug_unreachable v1.0.6 |
| 1773 | 2026-07-21T22:41:31.618Z | Compiling fixedbitset v0.4.2 |
| 1774 | 2026-07-21T22:41:31.633Z | Compiling cpufeatures v0.3.0 |
| 1775 | 2026-07-21T22:41:31.712Z | Compiling keccak v0.1.6 |
| 1776 | 2026-07-21T22:41:31.729Z | Compiling fixedbitset v0.5.7 |
| 1777 | 2026-07-21T22:41:31.818Z | Compiling const-oid v0.10.2 |
| 1778 | 2026-07-21T22:41:31.847Z | Compiling data-encoding v2.10.0 |
| 1779 | 2026-07-21T22:41:32.040Z | Compiling whoami v2.1.0 |
| 1780 | 2026-07-21T22:41:32.054Z | Compiling typed-path v0.9.3 |
| 1781 | 2026-07-21T22:41:32.223Z | Compiling static_assertions v1.1.0 |
| 1782 | 2026-07-21T22:41:32.285Z | Compiling either v1.15.0 |
| 1783 | 2026-07-21T22:41:32.299Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1784 | 2026-07-21T22:41:32.443Z | Compiling tokio-postgres v0.7.16 |
| 1785 | 2026-07-21T22:41:32.490Z | Compiling itertools v0.13.0 |
| 1786 | 2026-07-21T22:41:32.509Z | Compiling hickory-proto v0.25.2 |
| 1787 | 2026-07-21T22:41:32.603Z | Compiling toml_edit v0.22.27 |
| 1788 | 2026-07-21T22:41:33.327Z | Compiling digest v0.11.3 |
| 1789 | 2026-07-21T22:41:33.547Z | Compiling petgraph v0.8.3 |
| 1790 | 2026-07-21T22:41:33.714Z | Compiling sha3 v0.10.8 |
| 1791 | 2026-07-21T22:41:34.162Z | Compiling zip v4.6.1 |
| 1792 | 2026-07-21T22:41:34.655Z | Compiling petgraph v0.6.5 |
| 1793 | 2026-07-21T22:41:35.104Z | Compiling chacha20 v0.10.0 |
| 1794 | 2026-07-21T22:41:35.155Z | Compiling predicates v3.1.4 |
| 1795 | 2026-07-21T22:41:35.359Z | Compiling string_cache v0.8.9 |
| 1796 | 2026-07-21T22:41:35.452Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1797 | 2026-07-21T22:41:35.477Z | Compiling strum v0.26.3 |
| 1798 | 2026-07-21T22:41:35.571Z | Compiling clap v4.6.1 |
| 1799 | 2026-07-21T22:41:35.590Z | Compiling env_logger v0.11.9 |
| 1800 | 2026-07-21T22:41:35.649Z | Compiling usdt v0.6.0 |
| 1801 | 2026-07-21T22:41:35.751Z | Compiling usdt-impl v0.5.0 |
| 1802 | 2026-07-21T22:41:35.785Z | Compiling elliptic-curve v0.13.8 |
| 1803 | 2026-07-21T22:41:35.907Z | Compiling rsa v0.9.10 |
| 1804 | 2026-07-21T22:41:35.950Z | Compiling crossterm v0.28.1 |
| 1805 | 2026-07-21T22:41:36.061Z | Compiling serde_with v3.21.0 |
| 1806 | 2026-07-21T22:41:36.111Z | Compiling ed25519-dalek v2.2.0 |
| 1807 | 2026-07-21T22:41:36.306Z | Compiling zip v0.6.6 |
| 1808 | 2026-07-21T22:41:36.895Z | Compiling toml v0.7.8 |
| 1809 | 2026-07-21T22:41:37.148Z | Compiling iddqd v0.4.2 |
| 1810 | 2026-07-21T22:41:37.525Z | Compiling byte-wrapper v0.1.0 |
| 1811 | 2026-07-21T22:41:37.597Z | Compiling similar v2.7.0 |
| 1812 | 2026-07-21T22:41:37.861Z | Compiling crossbeam-epoch v0.9.18 |
| 1813 | 2026-07-21T22:41:37.877Z | Compiling tokio-stream v0.1.18 |
| 1814 | 2026-07-21T22:41:37.881Z | Compiling buf-list v1.1.2 |
| 1815 | 2026-07-21T22:41:38.155Z | Compiling x509-cert v0.2.5 |
| 1816 | 2026-07-21T22:41:38.187Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1817 | 2026-07-21T22:41:38.348Z | Compiling openapiv3 v2.2.0 |
| 1818 | 2026-07-21T22:41:38.460Z | Compiling lalrpop-util v0.19.12 |
| 1819 | 2026-07-21T22:41:38.479Z | Compiling peg-runtime v0.8.5 |
| 1820 | 2026-07-21T22:41:38.498Z | Compiling thread_local v1.1.9 |
| 1821 | 2026-07-21T22:41:38.651Z | Compiling slog-async v2.8.0 |
| 1822 | 2026-07-21T22:41:38.783Z | Compiling crossbeam-channel v0.5.15 |
| 1823 | 2026-07-21T22:41:38.799Z | Compiling filetime v0.2.27 |
| 1824 | 2026-07-21T22:41:38.937Z | Compiling is-terminal v0.4.17 |
| 1825 | 2026-07-21T22:41:38.971Z | Compiling take_mut v0.2.2 |
| 1826 | 2026-07-21T22:41:39.033Z | Compiling xattr v1.6.1 |
| 1827 | 2026-07-21T22:41:39.079Z | Compiling term v1.2.1 |
| 1828 | 2026-07-21T22:41:39.197Z | Compiling tar v0.4.46 |
| 1829 | 2026-07-21T22:41:39.216Z | Compiling camino-tempfile v1.4.1 |
| 1830 | 2026-07-21T22:41:39.440Z | Compiling slog-term v2.9.2 |
| 1831 | 2026-07-21T22:41:49.462Z | Compiling rustls-webpki v0.103.13 |
| 1832 | 2026-07-21T22:41:52.165Z | Compiling tokio-rustls v0.26.4 |
| 1833 | 2026-07-21T22:41:52.165Z | Compiling rustls-platform-verifier v0.6.2 |
| 1834 | 2026-07-21T22:41:52.168Z | Compiling tough v0.22.0 |
| 1835 | 2026-07-21T22:41:52.377Z | Compiling hyper-rustls v0.27.7 |
| 1836 | 2026-07-21T22:41:52.579Z | Compiling reqwest v0.13.2 |
| 1837 | 2026-07-21T22:41:54.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1838 | 2026-07-21T22:41:55.040Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1839 | 2026-07-21T22:41:57.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1840 | 2026-07-21T22:41:57.973Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1841 | 2026-07-21T22:41:58.025Z | Jul 21 22:41:57.131 INFO Starting download, target: Console |
| 1842 | 2026-07-21T22:41:58.025Z | Jul 21 22:41:57.131 INFO Starting download, target: DendriteStub |
| 1843 | 2026-07-21T22:41:58.025Z | Jul 21 22:41:57.131 INFO Starting download, target: Cockroach |
| 1844 | 2026-07-21T22:41:58.026Z | Jul 21 22:41:57.131 INFO Starting download, target: Clickhouse |
| 1845 | 2026-07-21T22:41:58.035Z | Jul 21 22:41:57.131 INFO Starting download, target: MaghemiteMgd |
| 1846 | 2026-07-21T22:41:58.035Z | Jul 21 22:41:57.131 INFO Starting download, target: MaghemiteDdmd |
| 1847 | 2026-07-21T22:41:58.035Z | Jul 21 22:41:57.131 INFO Starting download, target: TransceiverControl |
| 1848 | 2026-07-21T22:41:58.035Z | Jul 21 22:41:57.132 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1849 | 2026-07-21T22:41:58.035Z | Jul 21 22:41:57.132 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1850 | 2026-07-21T22:41:58.035Z | Jul 21 22:41:57.132 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1851 | 2026-07-21T22:41:58.036Z | Jul 21 22:41:57.132 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1852 | 2026-07-21T22:41:58.036Z | Jul 21 22:41:57.132 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1853 | 2026-07-21T22:41:58.036Z | Jul 21 22:41:57.132 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1854 | 2026-07-21T22:41:58.036Z | Jul 21 22:41:57.132 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1855 | 2026-07-21T22:41:58.792Z | Jul 21 22:41:57.891 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1856 | 2026-07-21T22:41:58.998Z | Jul 21 22:41:58.099 INFO Download complete, target: TransceiverControl |
| 1857 | 2026-07-21T22:41:59.847Z | Jul 21 22:41:58.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1858 | 2026-07-21T22:42:00.094Z | Jul 21 22:41:59.204 INFO Download complete, target: Console |
| 1859 | 2026-07-21T22:42:00.171Z | Jul 21 22:41:59.270 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1860 | 2026-07-21T22:42:00.211Z | Jul 21 22:41:59.317 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1861 | 2026-07-21T22:42:00.456Z | Jul 21 22:41:59.566 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1862 | 2026-07-21T22:42:00.569Z | Jul 21 22:41:59.676 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1863 | 2026-07-21T22:42:01.063Z | Jul 21 22:42:00.175 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1864 | 2026-07-21T22:42:01.063Z | Jul 21 22:42:00.175 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1865 | 2026-07-21T22:42:02.168Z | Jul 21 22:42:01.280 INFO Download complete, target: MaghemiteDdmd |
| 1866 | 2026-07-21T22:42:02.980Z | Jul 21 22:42:02.092 INFO Download complete, target: DendriteStub |
| 1867 | 2026-07-21T22:42:03.235Z | Jul 21 22:42:02.348 INFO Download complete, target: MaghemiteMgd |
| 1868 | 2026-07-21T22:42:05.653Z | Jul 21 22:42:04.766 INFO Checking that binary works, target: Cockroach |
| 1869 | 2026-07-21T22:42:05.769Z | Jul 21 22:42:04.882 INFO Download complete, target: Cockroach |
| 1870 | 2026-07-21T22:42:06.886Z | Jul 21 22:42:05.999 INFO Checking that binary works, target: Clickhouse |
| 1871 | 2026-07-21T22:42:06.978Z | Jul 21 22:42:06.091 INFO Download complete, target: Clickhouse |
| 1872 | 2026-07-21T22:42:06.994Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1873 | 2026-07-21T22:42:06.997Z | |
| 1874 | 2026-07-21T22:42:06.997Z | real 2:02.600666134 |
| 1875 | 2026-07-21T22:42:06.997Z | user 6:36.899673903 |
| 1876 | 2026-07-21T22:42:06.997Z | sys 1:21.081867207 |
| 1877 | 2026-07-21T22:42:06.997Z | trap 0.228256845 |
| 1878 | 2026-07-21T22:42:06.997Z | tflt 0.483933581 |
| 1879 | 2026-07-21T22:42:06.997Z | dflt 0.867949201 |
| 1880 | 2026-07-21T22:42:06.997Z | kflt 0.022730481 |
| 1881 | 2026-07-21T22:42:06.997Z | lock 21:50.942016151 |
| 1882 | 2026-07-21T22:42:06.997Z | slp 20:00.157855126 |
| 1883 | 2026-07-21T22:42:06.997Z | lat 43.334647224 |
| 1884 | 2026-07-21T22:42:06.997Z | stop 2:01.629882456 |
| 1885 | 2026-07-21T22:42:06.997Z | + banner clippy |
| 1886 | 2026-07-21T22:42:06.998Z | |
| 1887 | 2026-07-21T22:42:06.998Z | #### # # ##### ##### # # |
| 1888 | 2026-07-21T22:42:06.998Z | # # # # # # # # # # |
| 1889 | 2026-07-21T22:42:06.998Z | # # # # # # # # |
| 1890 | 2026-07-21T22:42:06.998Z | # # # ##### ##### # |
| 1891 | 2026-07-21T22:42:06.998Z | # # # # # # # |
| 1892 | 2026-07-21T22:42:06.998Z | #### ###### # # # # |
| 1893 | 2026-07-21T22:42:06.998Z | |
| 1894 | 2026-07-21T22:42:06.998Z | + export CARGO_INCREMENTAL=0 |
| 1895 | 2026-07-21T22:42:06.998Z | + CARGO_INCREMENTAL=0 |
| 1896 | 2026-07-21T22:42:06.998Z | + ptime -m cargo xtask clippy |
| 1897 | 2026-07-21T22:42:07.439Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1898 | 2026-07-21T22:42:07.734Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1899 | 2026-07-21T22:42:09.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 1900 | 2026-07-21T22:42:09.519Z | Running `target/debug/xtask clippy` |
| 1901 | 2026-07-21T22:42:09.542Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1902 | 2026-07-21T22:42:10.098Z | Downloading crates ... |
| 1903 | 2026-07-21T22:42:10.300Z | Downloaded addr2line v0.25.1 |
| 1904 | 2026-07-21T22:42:10.305Z | Downloaded fancy-regex v0.14.0 |
| 1905 | 2026-07-21T22:42:10.308Z | Downloaded stringmetrics v2.2.2 |
| 1906 | 2026-07-21T22:42:10.308Z | Downloaded nested v0.1.1 |
| 1907 | 2026-07-21T22:42:10.315Z | Downloaded backtrace-ext v0.2.1 |
| 1908 | 2026-07-21T22:42:10.315Z | Downloaded plotters-backend v0.3.7 |
| 1909 | 2026-07-21T22:42:10.319Z | Downloaded rstest_macros v0.25.0 |
| 1910 | 2026-07-21T22:42:10.319Z | Downloaded httptest v0.16.4 |
| 1911 | 2026-07-21T22:42:10.320Z | Downloaded async-lock v3.4.2 |
| 1912 | 2026-07-21T22:42:10.320Z | Downloaded plotters-svg v0.3.7 |
| 1913 | 2026-07-21T22:42:10.325Z | Downloaded approx v0.5.1 |
| 1914 | 2026-07-21T22:42:10.329Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1915 | 2026-07-21T22:42:10.332Z | Downloaded guppy v0.17.25 |
| 1916 | 2026-07-21T22:42:10.336Z | Downloaded cast v0.3.0 |
| 1917 | 2026-07-21T22:42:10.336Z | Downloaded pathdiff v0.2.3 |
| 1918 | 2026-07-21T22:42:10.336Z | Downloaded async-object-pool v0.2.0 |
| 1919 | 2026-07-21T22:42:10.336Z | Downloaded assert-json-diff v2.0.2 |
| 1920 | 2026-07-21T22:42:10.339Z | Downloaded escape8259 v0.5.3 |
| 1921 | 2026-07-21T22:42:10.344Z | Downloaded miette-derive v5.10.0 |
| 1922 | 2026-07-21T22:42:10.349Z | Downloaded partial-io v0.5.4 |
| 1923 | 2026-07-21T22:42:10.352Z | Downloaded oorandom v11.1.5 |
| 1924 | 2026-07-21T22:42:10.352Z | Downloaded owo-colors v3.5.0 |
| 1925 | 2026-07-21T22:42:10.356Z | Downloaded libtest-mimic v0.8.1 |
| 1926 | 2026-07-21T22:42:10.359Z | Downloaded linkme-impl v0.3.35 |
| 1927 | 2026-07-21T22:42:10.359Z | Downloaded event-listener-strategy v0.5.4 |
| 1928 | 2026-07-21T22:42:10.363Z | Downloaded similar-asserts v1.7.0 |
| 1929 | 2026-07-21T22:42:10.368Z | Downloaded serde_regex v1.1.0 |
| 1930 | 2026-07-21T22:42:10.372Z | Downloaded supports-hyperlinks v2.1.0 |
| 1931 | 2026-07-21T22:42:10.372Z | Downloaded hex-literal v0.4.1 |
| 1932 | 2026-07-21T22:42:10.375Z | Downloaded target-triple v1.0.0 |
| 1933 | 2026-07-21T22:42:10.378Z | Downloaded supports-color v2.1.0 |
| 1934 | 2026-07-21T22:42:10.378Z | Downloaded futures-timer v3.0.3 |
| 1935 | 2026-07-21T22:42:10.378Z | Downloaded event-listener v5.4.1 |
| 1936 | 2026-07-21T22:42:10.378Z | Downloaded parking v2.2.1 |
| 1937 | 2026-07-21T22:42:10.381Z | Downloaded relative-path v1.9.3 |
| 1938 | 2026-07-21T22:42:10.381Z | Downloaded miette v5.10.0 |
| 1939 | 2026-07-21T22:42:10.381Z | Downloaded supports-unicode v2.1.0 |
| 1940 | 2026-07-21T22:42:10.386Z | Downloaded constant_time_eq v0.3.1 |
| 1941 | 2026-07-21T22:42:10.389Z | Downloaded terminal_size v0.1.17 |
| 1942 | 2026-07-21T22:42:10.395Z | Downloaded target-spec v3.5.7 |
| 1943 | 2026-07-21T22:42:10.403Z | Downloaded termcolor v1.4.1 |
| 1944 | 2026-07-21T22:42:10.406Z | Downloaded trybuild v1.0.116 |
| 1945 | 2026-07-21T22:42:10.406Z | Downloaded knuffel-derive v3.2.0 |
| 1946 | 2026-07-21T22:42:10.411Z | Downloaded rustc-demangle v0.1.27 |
| 1947 | 2026-07-21T22:42:10.411Z | Downloaded target-lexicon v0.13.3 |
| 1948 | 2026-07-21T22:42:10.411Z | Downloaded linkme v0.3.35 |
| 1949 | 2026-07-21T22:42:10.414Z | Downloaded criterion-plot v0.6.0 |
| 1950 | 2026-07-21T22:42:10.414Z | Downloaded tinytemplate v1.2.1 |
| 1951 | 2026-07-21T22:42:10.414Z | Downloaded anes v0.1.6 |
| 1952 | 2026-07-21T22:42:10.418Z | Downloaded path-tree v0.8.3 |
| 1953 | 2026-07-21T22:42:10.418Z | Downloaded datatest-stable v0.3.3 |
| 1954 | 2026-07-21T22:42:10.421Z | Downloaded knuffel v3.2.0 |
| 1955 | 2026-07-21T22:42:10.421Z | Downloaded blake2b_simd v1.0.4 |
| 1956 | 2026-07-21T22:42:10.424Z | Downloaded rust-argon2 v2.1.0 |
| 1957 | 2026-07-21T22:42:10.424Z | Downloaded hickory-client v0.25.2 |
| 1958 | 2026-07-21T22:42:10.424Z | Downloaded assert_cmd v2.1.2 |
| 1959 | 2026-07-21T22:42:10.428Z | Downloaded concurrent-queue v2.5.0 |
| 1960 | 2026-07-21T22:42:10.431Z | Downloaded cfg-expr v0.20.6 |
| 1961 | 2026-07-21T22:42:10.434Z | Downloaded textwrap v0.15.2 |
| 1962 | 2026-07-21T22:42:10.437Z | Downloaded chumsky v0.9.3 |
| 1963 | 2026-07-21T22:42:10.443Z | Downloaded rstest v0.25.0 |
| 1964 | 2026-07-21T22:42:10.446Z | Downloaded rand_distr v0.5.1 |
| 1965 | 2026-07-21T22:42:10.453Z | Downloaded backtrace v0.3.76 |
| 1966 | 2026-07-21T22:42:10.456Z | Downloaded hashbrown v0.14.5 |
| 1967 | 2026-07-21T22:42:10.460Z | Downloaded criterion v0.7.0 |
| 1968 | 2026-07-21T22:42:10.464Z | Downloaded plotters v0.3.7 |
| 1969 | 2026-07-21T22:42:10.477Z | Downloaded gimli v0.32.3 |
| 1970 | 2026-07-21T22:42:10.569Z | Downloaded httpmock v0.8.3 |
| 1971 | 2026-07-21T22:42:12.250Z | Checking cfg-if v1.0.4 |
| 1972 | 2026-07-21T22:42:12.615Z | Checking libc v0.2.185 |
| 1973 | 2026-07-21T22:42:12.618Z | Checking serde_core v1.0.228 |
| 1974 | 2026-07-21T22:42:12.688Z | Checking memchr v2.8.0 |
| 1975 | 2026-07-21T22:42:12.728Z | Checking smallvec v1.15.1 |
| 1976 | 2026-07-21T22:42:12.761Z | Checking zeroize v1.8.2 |
| 1977 | 2026-07-21T22:42:12.798Z | Checking rand_core v0.10.0 |
| 1978 | 2026-07-21T22:42:12.837Z | Checking itoa v1.0.17 |
| 1979 | 2026-07-21T22:42:12.871Z | Checking subtle v2.6.1 |
| 1980 | 2026-07-21T22:42:12.941Z | Checking log v0.4.29 |
| 1981 | 2026-07-21T22:42:12.976Z | Checking libm v0.2.16 |
| 1982 | 2026-07-21T22:42:13.022Z | Checking typenum v1.20.1 |
| 1983 | 2026-07-21T22:42:13.061Z | Checking getrandom v0.4.1 |
| 1984 | 2026-07-21T22:42:13.061Z | Checking errno v0.3.14 |
| 1985 | 2026-07-21T22:42:13.130Z | Checking scopeguard v1.2.0 |
| 1986 | 2026-07-21T22:42:13.169Z | Checking stable_deref_trait v1.2.1 |
| 1987 | 2026-07-21T22:42:13.206Z | Checking zmij v1.0.21 |
| 1988 | 2026-07-21T22:42:13.245Z | Checking zerofrom v0.1.6 |
| 1989 | 2026-07-21T22:42:13.282Z | Checking lock_api v0.4.14 |
| 1990 | 2026-07-21T22:42:13.320Z | Checking percent-encoding v2.3.2 |
| 1991 | 2026-07-21T22:42:13.358Z | Checking litemap v0.8.1 |
| 1992 | 2026-07-21T22:42:13.395Z | Checking yoke v0.8.1 |
| 1993 | 2026-07-21T22:42:13.432Z | Checking writeable v0.6.2 |
| 1994 | 2026-07-21T22:42:13.481Z | Checking icu_normalizer_data v2.1.1 |
| 1995 | 2026-07-21T22:42:13.524Z | Checking icu_properties_data v2.1.2 |
| 1996 | 2026-07-21T22:42:13.559Z | Checking form_urlencoded v1.2.2 |
| 1997 | 2026-07-21T22:42:13.596Z | Checking zerovec v0.11.5 |
| 1998 | 2026-07-21T22:42:13.628Z | Checking zerotrie v0.2.3 |
| 1999 | 2026-07-21T22:42:13.667Z | Checking num-traits v0.2.19 |
| 2000 | 2026-07-21T22:42:13.671Z | Checking utf8_iter v1.0.4 |
| 2001 | 2026-07-21T22:42:13.739Z | Checking pin-project-lite v0.2.17 |
| 2002 | 2026-07-21T22:42:13.774Z | Checking zerocopy v0.8.40 |
| 2003 | 2026-07-21T22:42:13.812Z | Checking parking_lot_core v0.9.12 |
| 2004 | 2026-07-21T22:42:13.851Z | Checking portable-atomic v1.13.1 |
| 2005 | 2026-07-21T22:42:13.890Z | Checking critical-section v1.2.0 |
| 2006 | 2026-07-21T22:42:13.940Z | Checking signal-hook-registry v1.4.8 |
| 2007 | 2026-07-21T22:42:14.015Z | Checking mio v1.2.0 |
| 2008 | 2026-07-21T22:42:14.051Z | Checking tinystr v0.8.2 |
| 2009 | 2026-07-21T22:42:14.054Z | Checking potential_utf v0.1.4 |
| 2010 | 2026-07-21T22:42:14.121Z | Checking parking_lot v0.12.5 |
| 2011 | 2026-07-21T22:42:14.162Z | Checking serde v1.0.228 |
| 2012 | 2026-07-21T22:42:14.200Z | Checking bitflags v2.11.0 |
| 2013 | 2026-07-21T22:42:14.234Z | Checking serde_json v1.0.150 |
| 2014 | 2026-07-21T22:42:14.270Z | Checking icu_locale_core v2.1.1 |
| 2015 | 2026-07-21T22:42:14.304Z | Checking icu_collections v2.1.1 |
| 2016 | 2026-07-21T22:42:14.341Z | Checking once_cell v1.21.3 |
| 2017 | 2026-07-21T22:42:14.385Z | Checking iana-time-zone v0.1.65 |
| 2018 | 2026-07-21T22:42:14.431Z | Checking socket2 v0.6.3 |
| 2019 | 2026-07-21T22:42:14.522Z | Checking uuid v1.23.4 |
| 2020 | 2026-07-21T22:42:14.570Z | Checking semver v1.0.28 |
| 2021 | 2026-07-21T22:42:14.609Z | Checking bytes v1.11.1 |
| 2022 | 2026-07-21T22:42:14.645Z | Checking chrono v0.4.45 |
| 2023 | 2026-07-21T22:42:14.697Z | Checking thiserror v2.0.18 |
| 2024 | 2026-07-21T22:42:14.816Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2025 | 2026-07-21T22:42:14.857Z | Checking dyn-clone v1.0.20 |
| 2026 | 2026-07-21T22:42:14.860Z | Checking icu_provider v2.1.1 |
| 2027 | 2026-07-21T22:42:14.926Z | Checking futures-core v0.3.32 |
| 2028 | 2026-07-21T22:42:14.929Z | Checking getrandom v0.2.17 |
| 2029 | 2026-07-21T22:42:14.992Z | Checking equivalent v1.0.2 |
| 2030 | 2026-07-21T22:42:15.089Z | Checking rustix v1.1.3 |
| 2031 | 2026-07-21T22:42:15.093Z | Checking tokio v1.52.1 |
| 2032 | 2026-07-21T22:42:15.157Z | Checking cmov v0.5.4 |
| 2033 | 2026-07-21T22:42:15.188Z | Checking icu_normalizer v2.1.1 |
| 2034 | 2026-07-21T22:42:15.191Z | Checking icu_properties v2.1.2 |
| 2035 | 2026-07-21T22:42:15.191Z | Checking rand_core v0.6.4 |
| 2036 | 2026-07-21T22:42:15.364Z | Checking ctutils v0.4.2 |
| 2037 | 2026-07-21T22:42:15.422Z | Checking byteorder v1.5.0 |
| 2038 | 2026-07-21T22:42:15.485Z | Checking futures-sink v0.3.32 |
| 2039 | 2026-07-21T22:42:15.584Z | Checking generic-array v0.14.7 |
| 2040 | 2026-07-21T22:42:15.619Z | Checking hybrid-array v0.4.13 |
| 2041 | 2026-07-21T22:42:15.619Z | Checking futures-channel v0.3.32 |
| 2042 | 2026-07-21T22:42:15.686Z | Checking futures-task v0.3.32 |
| 2043 | 2026-07-21T22:42:15.847Z | Checking futures-io v0.3.32 |
| 2044 | 2026-07-21T22:42:15.883Z | Checking slab v0.4.12 |
| 2045 | 2026-07-21T22:42:15.934Z | Checking getrandom v0.3.4 |
| 2046 | 2026-07-21T22:42:15.990Z | Checking hashbrown v0.17.0 |
| 2047 | 2026-07-21T22:42:16.023Z | Checking idna_adapter v1.2.1 |
| 2048 | 2026-07-21T22:42:16.056Z | Checking thiserror v1.0.69 |
| 2049 | 2026-07-21T22:42:16.091Z | Checking futures-util v0.3.32 |
| 2050 | 2026-07-21T22:42:16.126Z | Checking base64ct v1.8.3 |
| 2051 | 2026-07-21T22:42:16.162Z | Checking idna v1.1.0 |
| 2052 | 2026-07-21T22:42:16.196Z | Checking fnv v1.0.7 |
| 2053 | 2026-07-21T22:42:16.322Z | Checking const-oid v0.9.6 |
| 2054 | 2026-07-21T22:42:16.393Z | Checking crypto-common v0.2.2 |
| 2055 | 2026-07-21T22:42:16.398Z | Checking crypto-common v0.1.7 |
| 2056 | 2026-07-21T22:42:16.461Z | Checking url v2.5.8 |
| 2057 | 2026-07-21T22:42:16.495Z | Checking indexmap v2.14.0 |
| 2058 | 2026-07-21T22:42:16.530Z | Checking ppv-lite86 v0.2.21 |
| 2059 | 2026-07-21T22:42:16.569Z | Checking regex-syntax v0.8.10 |
| 2060 | 2026-07-21T22:42:16.842Z | Checking block-buffer v0.12.1 |
| 2061 | 2026-07-21T22:42:16.911Z | Checking schemars v0.8.22 |
| 2062 | 2026-07-21T22:42:17.001Z | Checking block-buffer v0.10.4 |
| 2063 | 2026-07-21T22:42:17.036Z | Checking base64 v0.22.1 |
| 2064 | 2026-07-21T22:42:17.039Z | Checking utf8parse v0.2.2 |
| 2065 | 2026-07-21T22:42:17.103Z | Checking anstyle v1.0.14 |
| 2066 | 2026-07-21T22:42:17.164Z | Checking digest v0.10.7 |
| 2067 | 2026-07-21T22:42:17.200Z | Checking http v1.4.2 |
| 2068 | 2026-07-21T22:42:17.295Z | Checking tracing-core v0.1.36 |
| 2069 | 2026-07-21T22:42:17.331Z | Checking is_terminal_polyfill v1.70.2 |
| 2070 | 2026-07-21T22:42:17.386Z | Checking colorchoice v1.0.4 |
| 2071 | 2026-07-21T22:42:17.446Z | Checking anstyle-query v1.1.5 |
| 2072 | 2026-07-21T22:42:17.509Z | Checking anstyle-parse v1.0.0 |
| 2073 | 2026-07-21T22:42:17.577Z | Checking rand_core v0.9.5 |
| 2074 | 2026-07-21T22:42:17.580Z | Checking terminal_size v0.4.3 |
| 2075 | 2026-07-21T22:42:17.644Z | Checking tracing v0.1.44 |
| 2076 | 2026-07-21T22:42:17.684Z | Checking ipnet v2.11.0 |
| 2077 | 2026-07-21T22:42:17.745Z | Checking const-oid v0.10.2 |
| 2078 | 2026-07-21T22:42:17.782Z | Checking anstream v1.0.0 |
| 2079 | 2026-07-21T22:42:17.816Z | Checking strsim v0.11.1 |
| 2080 | 2026-07-21T22:42:17.872Z | Checking clap_lex v1.0.0 |
| 2081 | 2026-07-21T22:42:17.908Z | Checking aho-corasick v1.1.4 |
| 2082 | 2026-07-21T22:42:17.943Z | Checking rand_chacha v0.9.0 |
| 2083 | 2026-07-21T22:42:17.979Z | Checking crossbeam-utils v0.8.21 |
| 2084 | 2026-07-21T22:42:18.014Z | Checking unicode-ident v1.0.24 |
| 2085 | 2026-07-21T22:42:18.018Z | Checking erased-serde v0.3.31 |
| 2086 | 2026-07-21T22:42:18.082Z | Checking clap_builder v4.6.0 |
| 2087 | 2026-07-21T22:42:18.086Z | Checking httparse v1.10.1 |
| 2088 | 2026-07-21T22:42:18.150Z | Checking proc-macro2 v1.0.106 |
| 2089 | 2026-07-21T22:42:18.186Z | Checking rand v0.9.2 |
| 2090 | 2026-07-21T22:42:18.348Z | Checking cpufeatures v0.3.0 |
| 2091 | 2026-07-21T22:42:18.355Z | Checking tokio-util v0.7.18 |
| 2092 | 2026-07-21T22:42:18.406Z | Checking powerfmt v0.2.0 |
| 2093 | 2026-07-21T22:42:18.440Z | Checking digest v0.11.3 |
| 2094 | 2026-07-21T22:42:18.476Z | Checking slog v2.8.2 |
| 2095 | 2026-07-21T22:42:18.508Z | Checking quote v1.0.45 |
| 2096 | 2026-07-21T22:42:18.576Z | Checking deranged v0.5.8 |
| 2097 | 2026-07-21T22:42:18.612Z | Checking regex-automata v0.4.14 |
| 2098 | 2026-07-21T22:42:18.647Z | Checking num-conv v0.2.0 |
| 2099 | 2026-07-21T22:42:18.680Z | Checking fastrand v2.3.0 |
| 2100 | 2026-07-21T22:42:18.716Z | Checking allocator-api2 v0.2.21 |
| 2101 | 2026-07-21T22:42:18.754Z | Checking num_threads v0.1.7 |
| 2102 | 2026-07-21T22:42:18.791Z | Checking cpufeatures v0.2.17 |
| 2103 | 2026-07-21T22:42:18.866Z | Checking time-core v0.1.8 |
| 2104 | 2026-07-21T22:42:18.903Z | Checking syn v2.0.117 |
| 2105 | 2026-07-21T22:42:18.906Z | Checking anyhow v1.0.102 |
| 2106 | 2026-07-21T22:42:18.994Z | Checking http-body v1.0.1 |
| 2107 | 2026-07-21T22:42:19.031Z | Checking atomic-waker v1.1.2 |
| 2108 | 2026-07-21T22:42:19.031Z | Checking tempfile v3.25.0 |
| 2109 | 2026-07-21T22:42:19.150Z | Checking aws-lc-sys v0.40.0 |
| 2110 | 2026-07-21T22:42:19.154Z | Checking rustls-pki-types v1.14.0 |
| 2111 | 2026-07-21T22:42:19.154Z | Checking untrusted v0.7.1 |
| 2112 | 2026-07-21T22:42:19.276Z | Checking httpdate v1.0.3 |
| 2113 | 2026-07-21T22:42:19.321Z | Checking clap v4.6.1 |
| 2114 | 2026-07-21T22:42:19.322Z | Checking try-lock v0.2.5 |
| 2115 | 2026-07-21T22:42:19.426Z | Checking h2 v0.4.15 |
| 2116 | 2026-07-21T22:42:19.464Z | Checking ipnetwork v0.21.1 |
| 2117 | 2026-07-21T22:42:19.497Z | Checking want v0.3.1 |
| 2118 | 2026-07-21T22:42:19.531Z | Checking time v0.3.47 |
| 2119 | 2026-07-21T22:42:19.535Z | Checking hex v0.4.3 |
| 2120 | 2026-07-21T22:42:19.640Z | Checking tower-layer v0.3.3 |
| 2121 | 2026-07-21T22:42:19.676Z | Checking aws-lc-rs v1.16.3 |
| 2122 | 2026-07-21T22:42:19.711Z | Checking tower-service v0.3.3 |
| 2123 | 2026-07-21T22:42:19.775Z | Checking ryu v1.0.23 |
| 2124 | 2026-07-21T22:42:19.812Z | Checking pem-rfc7468 v0.7.0 |
| 2125 | 2026-07-21T22:42:19.848Z | Checking spin v0.9.8 |
| 2126 | 2026-07-21T22:42:19.935Z | Checking flagset v0.4.7 |
| 2127 | 2026-07-21T22:42:19.995Z | Checking untrusted v0.9.0 |
| 2128 | 2026-07-21T22:42:20.056Z | Checking simd-adler32 v0.3.8 |
| 2129 | 2026-07-21T22:42:20.092Z | Checking der v0.7.10 |
| 2130 | 2026-07-21T22:42:20.128Z | Checking mime v0.3.17 |
| 2131 | 2026-07-21T22:42:20.249Z | Checking adler2 v2.0.1 |
| 2132 | 2026-07-21T22:42:20.327Z | Checking http-body-util v0.1.3 |
| 2133 | 2026-07-21T22:42:20.382Z | Checking miniz_oxide v0.8.9 |
| 2134 | 2026-07-21T22:42:20.438Z | Checking block-padding v0.4.2 |
| 2135 | 2026-07-21T22:42:20.527Z | Checking rustls-webpki v0.103.13 |
| 2136 | 2026-07-21T22:42:20.569Z | Checking camino v1.2.2 |
| 2137 | 2026-07-21T22:42:20.605Z | Checking inout v0.2.2 |
| 2138 | 2026-07-21T22:42:20.710Z | Checking pretty-hex v0.4.1 |
| 2139 | 2026-07-21T22:42:20.761Z | Checking openssl-probe v0.2.1 |
| 2140 | 2026-07-21T22:42:20.798Z | Checking serde_urlencoded v0.7.1 |
| 2141 | 2026-07-21T22:42:20.837Z | Checking rand_chacha v0.3.1 |
| 2142 | 2026-07-21T22:42:20.841Z | Checking encoding_rs v0.8.35 |
| 2143 | 2026-07-21T22:42:20.907Z | Checking plain v0.2.3 |
| 2144 | 2026-07-21T22:42:20.910Z | Checking spki v0.7.3 |
| 2145 | 2026-07-21T22:42:20.975Z | Checking rustls v0.23.41 |
| 2146 | 2026-07-21T22:42:21.019Z | Checking cipher v0.5.2 |
| 2147 | 2026-07-21T22:42:21.055Z | Checking regex v1.12.3 |
| 2148 | 2026-07-21T22:42:21.103Z | Checking rand v0.8.6 |
| 2149 | 2026-07-21T22:42:21.138Z | Checking oxnet v0.1.6 |
| 2150 | 2026-07-21T22:42:21.177Z | Checking ucd-trie v0.1.7 |
| 2151 | 2026-07-21T22:42:21.286Z | Checking crc32fast v1.5.0 |
| 2152 | 2026-07-21T22:42:21.362Z | Checking futures-executor v0.3.32 |
| 2153 | 2026-07-21T22:42:21.408Z | Checking pest v2.8.6 |
| 2154 | 2026-07-21T22:42:21.449Z | Checking sync_wrapper v1.0.2 |
| 2155 | 2026-07-21T22:42:21.483Z | Checking pkcs8 v0.10.2 |
| 2156 | 2026-07-21T22:42:21.541Z | Checking futures v0.3.32 |
| 2157 | 2026-07-21T22:42:21.577Z | Checking tower v0.5.3 |
| 2158 | 2026-07-21T22:42:21.643Z | Checking iri-string v0.7.10 |
| 2159 | 2026-07-21T22:42:21.647Z | Checking either v1.15.0 |
| 2160 | 2026-07-21T22:42:21.711Z | Checking zlib-rs v0.6.2 |
| 2161 | 2026-07-21T22:42:21.803Z | Checking sha2 v0.10.9 |
| 2162 | 2026-07-21T22:42:21.884Z | Checking foldhash v0.2.0 |
| 2163 | 2026-07-21T22:42:21.994Z | Checking bit-vec v0.8.0 |
| 2164 | 2026-07-21T22:42:22.063Z | Checking static_assertions v1.1.0 |
| 2165 | 2026-07-21T22:42:22.100Z | Checking hashbrown v0.16.1 |
| 2166 | 2026-07-21T22:42:22.160Z | Checking lazy_static v1.5.0 |
| 2167 | 2026-07-21T22:42:22.216Z | Checking bit-set v0.8.0 |
| 2168 | 2026-07-21T22:42:22.260Z | Checking hyper v1.10.1 |
| 2169 | 2026-07-21T22:42:22.297Z | Checking openapiv3 v2.2.0 |
| 2170 | 2026-07-21T22:42:22.387Z | Checking wait-timeout v0.2.1 |
| 2171 | 2026-07-21T22:42:22.487Z | Checking hubpack v0.1.2 |
| 2172 | 2026-07-21T22:42:22.552Z | Checking strum v0.26.3 |
| 2173 | 2026-07-21T22:42:22.606Z | Checking flate2 v1.1.9 |
| 2174 | 2026-07-21T22:42:22.642Z | Checking quick-error v1.2.3 |
| 2175 | 2026-07-21T22:42:22.687Z | Checking rustls-native-certs v0.8.3 |
| 2176 | 2026-07-21T22:42:22.690Z | Checking rand_xorshift v0.4.0 |
| 2177 | 2026-07-21T22:42:22.751Z | Checking tower-http v0.6.8 |
| 2178 | 2026-07-21T22:42:22.786Z | Checking rusty-fork v0.3.1 |
| 2179 | 2026-07-21T22:42:22.840Z | Checking signature v2.2.0 |
| 2180 | 2026-07-21T22:42:22.875Z | Checking num-integer v0.1.46 |
| 2181 | 2026-07-21T22:42:22.926Z | Checking tinyvec_macros v0.1.1 |
| 2182 | 2026-07-21T22:42:22.980Z | Checking psl-types v2.0.11 |
| 2183 | 2026-07-21T22:42:23.017Z | Checking unarray v0.1.4 |
| 2184 | 2026-07-21T22:42:23.053Z | Checking tinyvec v1.10.0 |
| 2185 | 2026-07-21T22:42:23.057Z | Checking cookie v0.18.1 |
| 2186 | 2026-07-21T22:42:23.123Z | Checking publicsuffix v2.3.0 |
| 2187 | 2026-07-21T22:42:23.127Z | Checking anstyle-parse v0.2.7 |
| 2188 | 2026-07-21T22:42:23.159Z | Checking proptest v1.10.0 |
| 2189 | 2026-07-21T22:42:23.239Z | Checking hyper-util v0.1.20 |
| 2190 | 2026-07-21T22:42:23.243Z | Checking tokio-rustls v0.26.4 |
| 2191 | 2026-07-21T22:42:23.307Z | Checking rustls-platform-verifier v0.6.2 |
| 2192 | 2026-07-21T22:42:23.350Z | Checking cookie_store v0.22.1 |
| 2193 | 2026-07-21T22:42:23.362Z | Checking ahash v0.8.12 |
| 2194 | 2026-07-21T22:42:23.409Z | Checking serde_spanned v0.6.9 |
| 2195 | 2026-07-21T22:42:23.465Z | Checking toml_datetime v0.6.11 |
| 2196 | 2026-07-21T22:42:23.501Z | Checking scroll v0.13.0 |
| 2197 | 2026-07-21T22:42:23.559Z | Checking anstream v0.6.21 |
| 2198 | 2026-07-21T22:42:23.595Z | Checking memmap2 v0.9.10 |
| 2199 | 2026-07-21T22:42:23.630Z | Checking data-encoding v2.10.0 |
| 2200 | 2026-07-21T22:42:23.669Z | Checking dtrace-parser v0.3.0 |
| 2201 | 2026-07-21T22:42:23.705Z | Checking x509-cert v0.2.5 |
| 2202 | 2026-07-21T22:42:23.750Z | Checking goblin v0.10.5 |
| 2203 | 2026-07-21T22:42:23.787Z | Checking bstr v1.12.1 |
| 2204 | 2026-07-21T22:42:23.791Z | Checking hmac v0.12.1 |
| 2205 | 2026-07-21T22:42:23.919Z | Checking thread-id v5.1.0 |
| 2206 | 2026-07-21T22:42:23.956Z | Checking num-iter v0.1.45 |
| 2207 | 2026-07-21T22:42:23.960Z | Checking crossbeam-epoch v0.9.18 |
| 2208 | 2026-07-21T22:42:24.025Z | Checking memoffset v0.9.1 |
| 2209 | 2026-07-21T22:42:24.091Z | Checking scroll v0.12.0 |
| 2210 | 2026-07-21T22:42:24.131Z | Checking env_filter v1.0.0 |
| 2211 | 2026-07-21T22:42:24.232Z | Checking num-bigint-dig v0.8.6 |
| 2212 | 2026-07-21T22:42:24.236Z | Checking pkcs1 v0.7.5 |
| 2213 | 2026-07-21T22:42:24.300Z | Checking env_logger v0.11.9 |
| 2214 | 2026-07-21T22:42:24.340Z | Checking goblin v0.8.2 |
| 2215 | 2026-07-21T22:42:24.375Z | Checking zerocopy v0.7.35 |
| 2216 | 2026-07-21T22:42:24.491Z | Checking rustix v0.38.44 |
| 2217 | 2026-07-21T22:42:24.525Z | Checking foreign-types-shared v0.1.1 |
| 2218 | 2026-07-21T22:42:24.559Z | Checking hyper-rustls v0.27.7 |
| 2219 | 2026-07-21T22:42:24.631Z | Checking unicode-segmentation v1.12.0 |
| 2220 | 2026-07-21T22:42:24.786Z | Checking reqwest v0.13.2 |
| 2221 | 2026-07-21T22:42:24.877Z | Checking foreign-types v0.3.2 |
| 2222 | 2026-07-21T22:42:24.968Z | Checking dtrace-parser v0.2.0 |
| 2223 | 2026-07-21T22:42:24.972Z | Checking ff v0.13.1 |
| 2224 | 2026-07-21T22:42:25.038Z | Checking newtype-uuid v1.3.2 |
| 2225 | 2026-07-21T22:42:25.073Z | Checking rsa v0.9.10 |
| 2226 | 2026-07-21T22:42:25.154Z | Checking openssl-sys v0.9.117 |
| 2227 | 2026-07-21T22:42:25.224Z | Checking thread-id v4.2.2 |
| 2228 | 2026-07-21T22:42:25.262Z | Checking daft v0.1.7 |
| 2229 | 2026-07-21T22:42:25.299Z | Checking winnow v0.5.40 |
| 2230 | 2026-07-21T22:42:25.335Z | Checking same-file v1.0.6 |
| 2231 | 2026-07-21T22:42:25.478Z | Checking base16ct v0.2.0 |
| 2232 | 2026-07-21T22:42:25.522Z | Checking walkdir v2.5.0 |
| 2233 | 2026-07-21T22:42:25.559Z | Checking openssl v0.10.81 |
| 2234 | 2026-07-21T22:42:25.594Z | Checking group v0.13.0 |
| 2235 | 2026-07-21T22:42:25.630Z | Checking sec1 v0.7.3 |
| 2236 | 2026-07-21T22:42:25.680Z | Checking nix v0.31.2 |
| 2237 | 2026-07-21T22:42:25.719Z | Checking hkdf v0.12.4 |
| 2238 | 2026-07-21T22:42:25.763Z | Checking serde_with v3.21.0 |
| 2239 | 2026-07-21T22:42:25.854Z | Checking crypto-bigint v0.5.5 |
| 2240 | 2026-07-21T22:42:25.890Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2241 | 2026-07-21T22:42:25.998Z | Checking winnow v0.7.14 |
| 2242 | 2026-07-21T22:42:26.046Z | Checking dof v0.4.0 |
| 2243 | 2026-07-21T22:42:26.224Z | Checking dof v0.3.0 |
| 2244 | 2026-07-21T22:42:26.472Z | Checking toml_edit v0.19.15 |
| 2245 | 2026-07-21T22:42:26.533Z | Checking usdt-impl v0.5.0 |
| 2246 | 2026-07-21T22:42:26.681Z | Checking usdt-impl v0.6.0 |
| 2247 | 2026-07-21T22:42:26.789Z | Checking keccak v0.1.6 |
| 2248 | 2026-07-21T22:42:26.836Z | Checking foldhash v0.1.5 |
| 2249 | 2026-07-21T22:42:26.909Z | Checking elliptic-curve v0.13.8 |
| 2250 | 2026-07-21T22:42:26.977Z | Checking sha3 v0.10.8 |
| 2251 | 2026-07-21T22:42:27.014Z | Checking hashbrown v0.15.5 |
| 2252 | 2026-07-21T22:42:27.017Z | Checking usdt v0.6.0 |
| 2253 | 2026-07-21T22:42:27.182Z | Checking bzip2 v0.4.4 |
| 2254 | 2026-07-21T22:42:27.218Z | Checking unicode-normalization v0.1.25 |
| 2255 | 2026-07-21T22:42:27.253Z | Checking itertools v0.13.0 |
| 2256 | 2026-07-21T22:42:27.256Z | Checking siphasher v1.0.2 |
| 2257 | 2026-07-21T22:42:27.321Z | Checking bitflags v1.3.2 |
| 2258 | 2026-07-21T22:42:27.365Z | Checking winnow v1.0.3 |
| 2259 | 2026-07-21T22:42:27.421Z | Checking zip v0.6.6 |
| 2260 | 2026-07-21T22:42:27.466Z | Checking signal-hook v0.3.18 |
| 2261 | 2026-07-21T22:42:27.502Z | Checking toml_write v0.1.2 |
| 2262 | 2026-07-21T22:42:27.538Z | Checking toml v0.7.8 |
| 2263 | 2026-07-21T22:42:27.609Z | Checking native-tls v0.2.18 |
| 2264 | 2026-07-21T22:42:27.658Z | Checking managed v0.8.0 |
| 2265 | 2026-07-21T22:42:27.693Z | Checking globset v0.4.18 |
| 2266 | 2026-07-21T22:42:27.696Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2267 | 2026-07-21T22:42:27.696Z | Checking toml_edit v0.22.27 |
| 2268 | 2026-07-21T22:42:27.793Z | Checking chacha20 v0.10.0 |
| 2269 | 2026-07-21T22:42:27.828Z | Checking tokio-native-tls v0.3.1 |
| 2270 | 2026-07-21T22:42:27.865Z | Checking curve25519-dalek v4.1.3 |
| 2271 | 2026-07-21T22:42:27.868Z | Checking object v0.37.3 |
| 2272 | 2026-07-21T22:42:27.971Z | Checking signal-hook-mio v0.2.5 |
| 2273 | 2026-07-21T22:42:28.017Z | Checking hyper-tls v0.6.0 |
| 2274 | 2026-07-21T22:42:28.072Z | Checking ed25519 v2.2.3 |
| 2275 | 2026-07-21T22:42:28.109Z | Checking ref-cast v1.0.25 |
| 2276 | 2026-07-21T22:42:28.113Z | Checking pin-project v1.1.11 |
| 2277 | 2026-07-21T22:42:28.208Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2278 | 2026-07-21T22:42:28.244Z | Checking reqwest v0.12.28 |
| 2279 | 2026-07-21T22:42:28.279Z | Checking pem v3.0.6 |
| 2280 | 2026-07-21T22:42:28.282Z | Checking bumpalo v3.20.2 |
| 2281 | 2026-07-21T22:42:28.346Z | Checking fixedbitset v0.5.7 |
| 2282 | 2026-07-21T22:42:28.349Z | Checking zstd-safe v7.2.4 |
| 2283 | 2026-07-21T22:42:28.458Z | Checking libbz2-rs-sys v0.2.2 |
| 2284 | 2026-07-21T22:42:28.535Z | Checking zopfli v0.8.3 |
| 2285 | 2026-07-21T22:42:28.571Z | Checking petgraph v0.8.3 |
| 2286 | 2026-07-21T22:42:28.575Z | Checking zstd v0.13.3 |
| 2287 | 2026-07-21T22:42:28.643Z | Checking ed25519-dalek v2.2.0 |
| 2288 | 2026-07-21T22:42:28.780Z | Checking snafu v0.8.9 |
| 2289 | 2026-07-21T22:42:28.865Z | Checking bzip2 v0.6.1 |
| 2290 | 2026-07-21T22:42:28.869Z | Checking crossterm v0.28.1 |
| 2291 | 2026-07-21T22:42:28.935Z | Checking olpc-cjson v0.1.4 |
| 2292 | 2026-07-21T22:42:28.939Z | Checking similar v2.7.0 |
| 2293 | 2026-07-21T22:42:29.004Z | Checking fs-err v3.3.0 |
| 2294 | 2026-07-21T22:42:29.039Z | Checking hash32 v0.2.1 |
| 2295 | 2026-07-21T22:42:29.074Z | Checking serde_plain v1.0.2 |
| 2296 | 2026-07-21T22:42:29.109Z | Checking serde-big-array v0.5.1 |
| 2297 | 2026-07-21T22:42:29.216Z | Checking unicode-bidi v0.3.18 |
| 2298 | 2026-07-21T22:42:29.253Z | Checking predicates-core v1.0.10 |
| 2299 | 2026-07-21T22:42:29.287Z | Checking jiff v0.2.21 |
| 2300 | 2026-07-21T22:42:29.322Z | Checking typed-path v0.9.3 |
| 2301 | 2026-07-21T22:42:29.368Z | Checking unicode-properties v0.1.4 |
| 2302 | 2026-07-21T22:42:29.403Z | Checking heapless v0.7.17 |
| 2303 | 2026-07-21T22:42:29.539Z | Checking hickory-proto v0.25.2 |
| 2304 | 2026-07-21T22:42:29.578Z | Checking stringprep v0.1.5 |
| 2305 | 2026-07-21T22:42:29.614Z | Checking byte-wrapper v0.1.0 |
| 2306 | 2026-07-21T22:42:29.754Z | Checking md-5 v0.10.6 |
| 2307 | 2026-07-21T22:42:29.840Z | Checking float-cmp v0.10.0 |
| 2308 | 2026-07-21T22:42:29.874Z | Checking fallible-iterator v0.2.0 |
| 2309 | 2026-07-21T22:42:29.914Z | Checking difflib v0.4.0 |
| 2310 | 2026-07-21T22:42:29.990Z | Checking normalize-line-endings v0.3.0 |
| 2311 | 2026-07-21T22:42:30.110Z | Checking smoltcp v0.9.1 |
| 2312 | 2026-07-21T22:42:30.145Z | Checking predicates v3.1.4 |
| 2313 | 2026-07-21T22:42:30.149Z | Checking tough v0.22.0 |
| 2314 | 2026-07-21T22:42:30.216Z | Checking iddqd v0.4.2 |
| 2315 | 2026-07-21T22:42:30.219Z | Checking postgres-protocol v0.6.10 |
| 2316 | 2026-07-21T22:42:30.219Z | Checking phf_shared v0.13.1 |
| 2317 | 2026-07-21T22:42:30.461Z | Checking phf_shared v0.11.3 |
| 2318 | 2026-07-21T22:42:30.497Z | Checking tokio-stream v0.1.18 |
| 2319 | 2026-07-21T22:42:30.616Z | Checking buf-list v1.1.2 |
| 2320 | 2026-07-21T22:42:30.655Z | Checking strum v0.27.2 |
| 2321 | 2026-07-21T22:42:30.711Z | Checking precomputed-hash v0.1.1 |
| 2322 | 2026-07-21T22:42:30.789Z | Checking new_debug_unreachable v1.0.6 |
| 2323 | 2026-07-21T22:42:30.826Z | Checking fixedbitset v0.4.2 |
| 2324 | 2026-07-21T22:42:30.830Z | Checking lalrpop-util v0.19.12 |
| 2325 | 2026-07-21T22:42:30.895Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2326 | 2026-07-21T22:42:30.898Z | Checking string_cache v0.8.9 |
| 2327 | 2026-07-21T22:42:30.999Z | Checking petgraph v0.6.5 |
| 2328 | 2026-07-21T22:42:31.044Z | Checking postgres-types v0.2.12 |
| 2329 | 2026-07-21T22:42:31.118Z | Checking phf v0.13.1 |
| 2330 | 2026-07-21T22:42:31.154Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2331 | 2026-07-21T22:42:31.297Z | Checking whoami v2.1.0 |
| 2332 | 2026-07-21T22:42:31.378Z | Checking peg-runtime v0.8.5 |
| 2333 | 2026-07-21T22:42:31.514Z | Checking tokio-postgres v0.7.16 |
| 2334 | 2026-07-21T22:42:31.550Z | Checking is-terminal v0.4.17 |
| 2335 | 2026-07-21T22:42:31.554Z | Checking zip v4.6.1 |
| 2336 | 2026-07-21T22:42:31.622Z | Checking crossbeam-channel v0.5.15 |
| 2337 | 2026-07-21T22:42:31.671Z | Checking thread_local v1.1.9 |
| 2338 | 2026-07-21T22:42:31.861Z | Compiling structmeta-derive v0.3.0 |
| 2339 | 2026-07-21T22:42:31.976Z | Checking term v1.2.1 |
| 2340 | 2026-07-21T22:42:32.174Z | Checking take_mut v0.2.2 |
| 2341 | 2026-07-21T22:42:32.211Z | Compiling newtype-uuid-macros v0.1.0 |
| 2342 | 2026-07-21T22:42:32.245Z | Checking slog-term v2.9.2 |
| 2343 | 2026-07-21T22:42:32.279Z | Compiling multer v3.1.0 |
| 2344 | 2026-07-21T22:42:32.313Z | Checking slog-async v2.8.0 |
| 2345 | 2026-07-21T22:42:32.348Z | Compiling async-stream-impl v0.3.6 |
| 2346 | 2026-07-21T22:42:32.541Z | Checking match_cfg v0.1.0 |
| 2347 | 2026-07-21T22:42:32.545Z | Checking slog-json v2.6.1 |
| 2348 | 2026-07-21T22:42:32.607Z | Compiling dropshot v0.17.1 |
| 2349 | 2026-07-21T22:42:32.667Z | Checking hostname v0.3.1 |
| 2350 | 2026-07-21T22:42:32.724Z | Compiling dropshot_endpoint v0.17.1 |
| 2351 | 2026-07-21T22:42:32.790Z | Checking slog-bunyan v2.5.0 |
| 2352 | 2026-07-21T22:42:32.793Z | Checking debug-ignore v1.0.5 |
| 2353 | 2026-07-21T22:42:32.934Z | Checking sha1 v0.11.0 |
| 2354 | 2026-07-21T22:42:32.937Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2355 | 2026-07-21T22:42:33.003Z | Compiling structmeta v0.3.0 |
| 2356 | 2026-07-21T22:42:33.006Z | Checking serde_path_to_error v0.1.20 |
| 2357 | 2026-07-21T22:42:33.033Z | Checking serde_spanned v1.1.1 |
| 2358 | 2026-07-21T22:42:33.099Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2359 | 2026-07-21T22:42:33.147Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2360 | 2026-07-21T22:42:33.219Z | Checking compression-core v0.4.31 |
| 2361 | 2026-07-21T22:42:33.222Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2362 | 2026-07-21T22:42:33.289Z | Compiling derive-ex v0.1.8 |
| 2363 | 2026-07-21T22:42:33.326Z | Checking progenitor-client v0.14.0 |
| 2364 | 2026-07-21T22:42:33.366Z | Checking async-stream v0.3.6 |
| 2365 | 2026-07-21T22:42:33.373Z | Checking compression-codecs v0.4.37 |
| 2366 | 2026-07-21T22:42:33.448Z | Checking toml v1.1.2+spec-1.1.0 |
| 2367 | 2026-07-21T22:42:33.555Z | Checking rustls-pemfile v2.2.0 |
| 2368 | 2026-07-21T22:42:33.589Z | Checking waitgroup v0.1.2 |
| 2369 | 2026-07-21T22:42:33.592Z | Checking async-compression v0.4.41 |
| 2370 | 2026-07-21T22:42:33.621Z | Checking hostname v0.4.2 |
| 2371 | 2026-07-21T22:42:33.712Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2372 | 2026-07-21T22:42:33.716Z | Checking atomicwrites v0.4.4 |
| 2373 | 2026-07-21T22:42:33.782Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2374 | 2026-07-21T22:42:33.786Z | Checking itertools v0.14.0 |
| 2375 | 2026-07-21T22:42:33.849Z | Compiling parse-display-derive v0.10.0 |
| 2376 | 2026-07-21T22:42:33.889Z | Checking macaddr v1.0.1 |
| 2377 | 2026-07-21T22:42:33.925Z | Checking regress v0.10.5 |
| 2378 | 2026-07-21T22:42:33.979Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2379 | 2026-07-21T22:42:34.043Z | Checking instant v0.1.13 |
| 2380 | 2026-07-21T22:42:34.096Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-07-21T22:42:34.155Z | Checking backoff v0.4.0 |
| 2382 | 2026-07-21T22:42:34.351Z | Checking backon v1.6.0 |
| 2383 | 2026-07-21T22:42:34.387Z | Checking humantime v2.3.0 |
| 2384 | 2026-07-21T22:42:34.425Z | Checking unicode-width v0.2.0 |
| 2385 | 2026-07-21T22:42:34.540Z | Checking progenitor-extras v0.2.0 |
| 2386 | 2026-07-21T22:42:34.592Z | Compiling convert_case v0.4.0 |
| 2387 | 2026-07-21T22:42:34.695Z | Checking half v2.7.1 |
| 2388 | 2026-07-21T22:42:34.789Z | Checking ciborium-io v0.2.2 |
| 2389 | 2026-07-21T22:42:34.851Z | Checking heck v0.5.0 |
| 2390 | 2026-07-21T22:42:34.906Z | Checking secrecy v0.10.3 |
| 2391 | 2026-07-21T22:42:34.977Z | Compiling test-strategy v0.4.5 |
| 2392 | 2026-07-21T22:42:35.011Z | Compiling derive_more v0.99.20 |
| 2393 | 2026-07-21T22:42:35.015Z | Checking ciborium-ll v0.2.2 |
| 2394 | 2026-07-21T22:42:35.043Z | Checking indent_write v2.2.0 |
| 2395 | 2026-07-21T22:42:35.110Z | Checking camino-tempfile v1.4.1 |
| 2396 | 2026-07-21T22:42:35.199Z | Compiling regress v0.11.1 |
| 2397 | 2026-07-21T22:42:35.278Z | Checking ciborium v0.2.2 |
| 2398 | 2026-07-21T22:42:35.311Z | Compiling crucible-workspace-hack v0.1.0 |
| 2399 | 2026-07-21T22:42:35.369Z | Checking inout v0.1.4 |
| 2400 | 2026-07-21T22:42:35.528Z | Checking cipher v0.4.4 |
| 2401 | 2026-07-21T22:42:35.594Z | Checking parse-display v0.10.0 |
| 2402 | 2026-07-21T22:42:35.718Z | Checking universal-hash v0.5.1 |
| 2403 | 2026-07-21T22:42:35.722Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2404 | 2026-07-21T22:42:35.788Z | Checking opaque-debug v0.3.1 |
| 2405 | 2026-07-21T22:42:35.792Z | Checking chacha20 v0.9.1 |
| 2406 | 2026-07-21T22:42:35.903Z | Checking poly1305 v0.8.0 |
| 2407 | 2026-07-21T22:42:36.032Z | Checking blake2 v0.10.6 |
| 2408 | 2026-07-21T22:42:36.191Z | Checking aead v0.5.2 |
| 2409 | 2026-07-21T22:42:36.302Z | Checking password-hash v0.5.0 |
| 2410 | 2026-07-21T22:42:36.360Z | Checking chacha20poly1305 v0.10.1 |
| 2411 | 2026-07-21T22:42:36.472Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2412 | 2026-07-21T22:42:36.512Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2413 | 2026-07-21T22:42:36.515Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2414 | 2026-07-21T22:42:36.578Z | Checking argon2 v0.5.3 |
| 2415 | 2026-07-21T22:42:36.847Z | Compiling typify-impl v0.6.2 |
| 2416 | 2026-07-21T22:42:36.885Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2417 | 2026-07-21T22:42:36.938Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-07-21T22:42:36.975Z | Checking thiserror-no-std v2.0.2 |
| 2419 | 2026-07-21T22:42:36.979Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2420 | 2026-07-21T22:42:37.087Z | Checking vsss-rs v3.3.4 |
| 2421 | 2026-07-21T22:42:37.252Z | Compiling unsafe-libyaml v0.2.11 |
| 2422 | 2026-07-21T22:42:37.288Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2423 | 2026-07-21T22:42:37.581Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2424 | 2026-07-21T22:42:38.061Z | Compiling serde_yaml v0.9.34+deprecated |
| 2425 | 2026-07-21T22:42:38.261Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2426 | 2026-07-21T22:42:38.334Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2427 | 2026-07-21T22:42:38.450Z | Checking swrite v0.1.0 |
| 2428 | 2026-07-21T22:42:38.571Z | Checking crossbeam-deque v0.8.6 |
| 2429 | 2026-07-21T22:42:38.608Z | Compiling rayon-core v1.13.0 |
| 2430 | 2026-07-21T22:42:38.643Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2431 | 2026-07-21T22:42:38.821Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2432 | 2026-07-21T22:42:38.934Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2433 | 2026-07-21T22:42:38.968Z | Compiling darling_core v0.21.3 |
| 2434 | 2026-07-21T22:42:39.256Z | Compiling proc-macro-error v1.0.4 |
| 2435 | 2026-07-21T22:42:39.448Z | Checking rayon v1.11.0 |
| 2436 | 2026-07-21T22:42:39.555Z | Compiling proc-macro-crate v3.4.0 |
| 2437 | 2026-07-21T22:42:39.590Z | Checking toml v0.8.23 |
| 2438 | 2026-07-21T22:42:39.939Z | Checking tabwriter v1.4.1 |
| 2439 | 2026-07-21T22:42:39.995Z | Checking glob v0.3.3 |
| 2440 | 2026-07-21T22:42:40.052Z | Checking colored v3.1.1 |
| 2441 | 2026-07-21T22:42:40.112Z | Compiling heapless v0.8.0 |
| 2442 | 2026-07-21T22:42:40.146Z | Compiling num_enum_derive v0.7.6 |
| 2443 | 2026-07-21T22:42:40.201Z | Checking hash32 v0.3.1 |
| 2444 | 2026-07-21T22:42:40.275Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2445 | 2026-07-21T22:42:40.352Z | Compiling smoltcp v0.11.0 |
| 2446 | 2026-07-21T22:42:40.566Z | Checking cobs v0.3.0 |
| 2447 | 2026-07-21T22:42:40.773Z | Compiling usdt-macro v0.5.0 |
| 2448 | 2026-07-21T22:42:40.804Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2449 | 2026-07-21T22:42:40.838Z | Compiling usdt-attr-macro v0.5.0 |
| 2450 | 2026-07-21T22:42:40.911Z | Checking memmap v0.7.0 |
| 2451 | 2026-07-21T22:42:41.030Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2452 | 2026-07-21T22:42:41.198Z | Checking num_enum v0.7.6 |
| 2453 | 2026-07-21T22:42:41.298Z | Checking postcard v1.1.3 |
| 2454 | 2026-07-21T22:42:41.338Z | Checking rand v0.10.1 |
| 2455 | 2026-07-21T22:42:41.381Z | Compiling typify-macro v0.6.2 |
| 2456 | 2026-07-21T22:42:41.452Z | Compiling darling_macro v0.21.3 |
| 2457 | 2026-07-21T22:42:41.530Z | Compiling proc-macro-crate v1.3.1 |
| 2458 | 2026-07-21T22:42:41.607Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2459 | 2026-07-21T22:42:41.642Z | Checking usdt v0.5.0 |
| 2460 | 2026-07-21T22:42:41.833Z | Checking sigpipe v0.1.3 |
| 2461 | 2026-07-21T22:42:41.836Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2462 | 2026-07-21T22:42:41.902Z | Compiling foreign-types-macros v0.2.3 |
| 2463 | 2026-07-21T22:42:41.941Z | Checking foreign-types-shared v0.3.1 |
| 2464 | 2026-07-21T22:42:41.975Z | Compiling num_enum_derive v0.5.11 |
| 2465 | 2026-07-21T22:42:42.009Z | Compiling darling v0.21.3 |
| 2466 | 2026-07-21T22:42:42.128Z | Compiling ingot-macros v0.1.1 |
| 2467 | 2026-07-21T22:42:42.207Z | Checking cstr-argument v0.1.2 |
| 2468 | 2026-07-21T22:42:42.268Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2469 | 2026-07-21T22:42:42.302Z | Compiling num-derive v0.4.2 |
| 2470 | 2026-07-21T22:42:42.346Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2471 | 2026-07-21T22:42:42.511Z | Checking foreign-types v0.5.0 |
| 2472 | 2026-07-21T22:42:42.621Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2473 | 2026-07-21T22:42:42.752Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2474 | 2026-07-21T22:42:42.886Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2475 | 2026-07-21T22:42:42.890Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2476 | 2026-07-21T22:42:42.954Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2477 | 2026-07-21T22:42:43.073Z | Checking num_enum v0.5.11 |
| 2478 | 2026-07-21T22:42:43.108Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2479 | 2026-07-21T22:42:43.112Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2480 | 2026-07-21T22:42:43.175Z | Compiling typify v0.6.2 |
| 2481 | 2026-07-21T22:42:43.242Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2482 | 2026-07-21T22:42:43.280Z | Compiling zone_cfg_derive v0.3.1 |
| 2483 | 2026-07-21T22:42:43.348Z | Checking progenitor-impl v0.14.0 |
| 2484 | 2026-07-21T22:42:43.447Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2485 | 2026-07-21T22:42:43.510Z | Checking itertools v0.12.1 |
| 2486 | 2026-07-21T22:42:43.642Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2487 | 2026-07-21T22:42:43.923Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2488 | 2026-07-21T22:42:44.104Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2489 | 2026-07-21T22:42:44.139Z | Checking smf v0.2.3 |
| 2490 | 2026-07-21T22:42:44.172Z | Checking whoami v1.6.1 |
| 2491 | 2026-07-21T22:42:44.289Z | Compiling derive-where v1.6.0 |
| 2492 | 2026-07-21T22:42:44.353Z | Checking tokio-dtrace v0.1.1 |
| 2493 | 2026-07-21T22:42:44.385Z | Checking console v0.15.11 |
| 2494 | 2026-07-21T22:42:44.418Z | Checking newline-converter v0.3.0 |
| 2495 | 2026-07-21T22:42:44.547Z | Checking zone v0.3.1 |
| 2496 | 2026-07-21T22:42:44.582Z | Checking bytecount v0.6.9 |
| 2497 | 2026-07-21T22:42:44.588Z | Checking oxide-tokio-rt v0.1.4 |
| 2498 | 2026-07-21T22:42:44.680Z | Checking expectorate v1.2.0 |
| 2499 | 2026-07-21T22:42:44.714Z | Checking unicode-width v0.1.14 |
| 2500 | 2026-07-21T22:42:44.805Z | Checking num-rational v0.4.2 |
| 2501 | 2026-07-21T22:42:44.839Z | Checking num-complex v0.4.6 |
| 2502 | 2026-07-21T22:42:44.929Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2503 | 2026-07-21T22:42:44.986Z | Checking float-ord v0.3.2 |
| 2504 | 2026-07-21T22:42:45.024Z | Checking ingot-types v0.1.2 |
| 2505 | 2026-07-21T22:42:45.102Z | Compiling cancel-safe-futures v0.1.5 |
| 2506 | 2026-07-21T22:42:45.138Z | Checking linear-map v1.2.0 |
| 2507 | 2026-07-21T22:42:45.198Z | Checking num v0.4.3 |
| 2508 | 2026-07-21T22:42:45.299Z | Checking gethostname v0.5.0 |
| 2509 | 2026-07-21T22:42:45.333Z | Compiling prettyplease v0.2.37 |
| 2510 | 2026-07-21T22:42:45.405Z | Checking ingot v0.1.1 |
| 2511 | 2026-07-21T22:42:45.440Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2512 | 2026-07-21T22:42:45.617Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2513 | 2026-07-21T22:42:45.652Z | Checking oxide-update-engine-types v0.1.2 |
| 2514 | 2026-07-21T22:42:45.840Z | Compiling owo-colors v4.3.0 |
| 2515 | 2026-07-21T22:42:45.944Z | Checking resolv-conf v0.7.6 |
| 2516 | 2026-07-21T22:42:45.982Z | Compiling progenitor-macro v0.14.0 |
| 2517 | 2026-07-21T22:42:46.158Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2518 | 2026-07-21T22:42:46.563Z | Checking oxide-update-engine v0.1.2 |
| 2519 | 2026-07-21T22:42:46.719Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-07-21T22:42:46.856Z | Checking smawk v0.3.2 |
| 2521 | 2026-07-21T22:42:46.921Z | Checking unicode-linebreak v0.1.5 |
| 2522 | 2026-07-21T22:42:47.012Z | Checking papergrid v0.11.0 |
| 2523 | 2026-07-21T22:42:47.015Z | Compiling tabled_derive v0.7.0 |
| 2524 | 2026-07-21T22:42:47.079Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2525 | 2026-07-21T22:42:47.157Z | Compiling convert_case v0.10.0 |
| 2526 | 2026-07-21T22:42:47.399Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2527 | 2026-07-21T22:42:47.491Z | Compiling slog-dtrace v0.3.0 |
| 2528 | 2026-07-21T22:42:47.707Z | Compiling derive_more-impl v2.1.1 |
| 2529 | 2026-07-21T22:42:47.818Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2530 | 2026-07-21T22:42:47.974Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2531 | 2026-07-21T22:42:48.094Z | Checking tabled v0.15.0 |
| 2532 | 2026-07-21T22:42:48.276Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2533 | 2026-07-21T22:42:48.561Z | Checking derive_more v2.1.1 |
| 2534 | 2026-07-21T22:42:48.667Z | Checking crossterm v0.29.0 |
| 2535 | 2026-07-21T22:42:48.868Z | Checking linked-hash-map v0.5.6 |
| 2536 | 2026-07-21T22:42:49.078Z | Checking lru-cache v0.1.2 |
| 2537 | 2026-07-21T22:42:49.341Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2538 | 2026-07-21T22:42:49.472Z | Checking hickory-proto v0.24.4 |
| 2539 | 2026-07-21T22:42:49.570Z | Checking fd-lock v4.0.4 |
| 2540 | 2026-07-21T22:42:49.654Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2541 | 2026-07-21T22:42:50.130Z | Checking vte v0.14.1 |
| 2542 | 2026-07-21T22:42:50.453Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2543 | 2026-07-21T22:42:50.486Z | Checking display-error-chain v0.2.2 |
| 2544 | 2026-07-21T22:42:50.602Z | Checking strip-ansi-escapes v0.2.1 |
| 2545 | 2026-07-21T22:42:50.829Z | Checking progenitor v0.14.0 |
| 2546 | 2026-07-21T22:42:50.927Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2547 | 2026-07-21T22:42:50.991Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2548 | 2026-07-21T22:42:51.616Z | Checking termtree v0.5.1 |
| 2549 | 2026-07-21T22:42:51.709Z | Checking nu-ansi-term v0.50.3 |
| 2550 | 2026-07-21T22:42:51.825Z | Checking hickory-resolver v0.24.4 |
| 2551 | 2026-07-21T22:42:51.887Z | Checking textwrap v0.16.2 |
| 2552 | 2026-07-21T22:42:51.942Z | Checking reedline v0.40.0 |
| 2553 | 2026-07-21T22:42:52.124Z | Compiling minimal-lexical v0.2.1 |
| 2554 | 2026-07-21T22:42:52.175Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2555 | 2026-07-21T22:42:52.401Z | Compiling nom v7.1.3 |
| 2556 | 2026-07-21T22:42:52.575Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2557 | 2026-07-21T22:42:52.655Z | Checking qorb v0.4.1 |
| 2558 | 2026-07-21T22:42:52.659Z | Compiling unicode-xid v0.2.6 |
| 2559 | 2026-07-21T22:42:52.843Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2560 | 2026-07-21T22:42:53.159Z | Compiling ar_archive_writer v0.5.1 |
| 2561 | 2026-07-21T22:42:53.336Z | Checking csv-core v0.1.13 |
| 2562 | 2026-07-21T22:42:53.456Z | Compiling stacker v0.1.23 |
| 2563 | 2026-07-21T22:42:53.759Z | Checking csv v1.4.0 |
| 2564 | 2026-07-21T22:42:53.794Z | Checking highway v1.3.0 |
| 2565 | 2026-07-21T22:42:53.799Z | Compiling semver v0.1.20 |
| 2566 | 2026-07-21T22:42:53.889Z | Compiling cfg_aliases v0.1.1 |
| 2567 | 2026-07-21T22:42:53.995Z | Compiling nix v0.28.0 |
| 2568 | 2026-07-21T22:42:54.035Z | Compiling psm v0.1.30 |
| 2569 | 2026-07-21T22:42:54.081Z | Compiling rustc_version v0.1.7 |
| 2570 | 2026-07-21T22:42:54.153Z | Checking nibble_vec v0.1.0 |
| 2571 | 2026-07-21T22:42:54.195Z | Checking endian-type v0.1.2 |
| 2572 | 2026-07-21T22:42:54.306Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2573 | 2026-07-21T22:42:54.342Z | Compiling newtype_derive v0.1.6 |
| 2574 | 2026-07-21T22:42:54.375Z | Checking radix_trie v0.2.1 |
| 2575 | 2026-07-21T22:42:54.441Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2576 | 2026-07-21T22:42:54.482Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2577 | 2026-07-21T22:42:54.596Z | Checking phf_shared v0.12.1 |
| 2578 | 2026-07-21T22:42:54.628Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2579 | 2026-07-21T22:42:54.760Z | Compiling chrono-tz v0.10.4 |
| 2580 | 2026-07-21T22:42:54.828Z | Checking phf v0.12.1 |
| 2581 | 2026-07-21T22:42:55.016Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2582 | 2026-07-21T22:42:55.081Z | Checking recursive v0.1.1 |
| 2583 | 2026-07-21T22:42:55.085Z | Compiling const_format_proc_macros v0.2.34 |
| 2584 | 2026-07-21T22:42:55.085Z | Compiling peg-macros v0.8.5 |
| 2585 | 2026-07-21T22:42:55.277Z | Checking winnow v0.6.26 |
| 2586 | 2026-07-21T22:42:55.303Z | Checking nom v8.0.0 |
| 2587 | 2026-07-21T22:42:55.580Z | Compiling sqlparser_derive v0.5.0 |
| 2588 | 2026-07-21T22:42:55.951Z | Checking home v0.5.12 |
| 2589 | 2026-07-21T22:42:56.084Z | Checking unicode_categories v0.1.1 |
| 2590 | 2026-07-21T22:42:56.119Z | Checking rustyline v14.0.0 |
| 2591 | 2026-07-21T22:42:56.268Z | Checking const_format v0.2.35 |
| 2592 | 2026-07-21T22:42:56.364Z | Checking sqlparser v0.61.0 |
| 2593 | 2026-07-21T22:42:56.427Z | Checking sqlformat v0.3.5 |
| 2594 | 2026-07-21T22:42:56.468Z | Checking peg v0.8.5 |
| 2595 | 2026-07-21T22:42:56.700Z | Checking bcs v0.1.6 |
| 2596 | 2026-07-21T22:42:56.820Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2597 | 2026-07-21T22:42:56.873Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2598 | 2026-07-21T22:42:56.916Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2599 | 2026-07-21T22:42:56.958Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2600 | 2026-07-21T22:42:57.077Z | Checking steno v0.4.1 |
| 2601 | 2026-07-21T22:42:57.275Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2602 | 2026-07-21T22:42:57.310Z | Checking sha1 v0.10.6 |
| 2603 | 2026-07-21T22:42:57.414Z | Checking filetime v0.2.27 |
| 2604 | 2026-07-21T22:42:57.499Z | Checking xattr v1.6.1 |
| 2605 | 2026-07-21T22:42:57.677Z | Checking tar v0.4.46 |
| 2606 | 2026-07-21T22:42:57.966Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2607 | 2026-07-21T22:42:58.099Z | Checking base64 v0.21.7 |
| 2608 | 2026-07-21T22:42:58.142Z | Checking subprocess v0.2.15 |
| 2609 | 2026-07-21T22:42:58.177Z | Checking headers-core v0.3.0 |
| 2610 | 2026-07-21T22:42:58.312Z | Checking headers v0.4.1 |
| 2611 | 2026-07-21T22:42:58.366Z | Checking yasna v0.5.2 |
| 2612 | 2026-07-21T22:42:58.455Z | Checking port-file v0.1.0 |
| 2613 | 2026-07-21T22:42:58.665Z | Checking dropshot-api-manager-types v0.7.2 |
| 2614 | 2026-07-21T22:42:58.773Z | Checking rcgen v0.12.1 |
| 2615 | 2026-07-21T22:42:58.808Z | Checking tagptr v0.2.0 |
| 2616 | 2026-07-21T22:42:58.857Z | Checking utf-8 v0.7.6 |
| 2617 | 2026-07-21T22:42:58.971Z | Checking moka v0.12.13 |
| 2618 | 2026-07-21T22:42:59.020Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2619 | 2026-07-21T22:42:59.112Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2620 | 2026-07-21T22:42:59.194Z | Checking tungstenite v0.21.0 |
| 2621 | 2026-07-21T22:42:59.278Z | Compiling radium v0.7.0 |
| 2622 | 2026-07-21T22:42:59.613Z | Checking tap v1.0.1 |
| 2623 | 2026-07-21T22:42:59.649Z | Checking hickory-resolver v0.25.2 |
| 2624 | 2026-07-21T22:42:59.711Z | Checking tokio-tungstenite v0.21.0 |
| 2625 | 2026-07-21T22:42:59.746Z | Compiling maybe-uninit v2.0.0 |
| 2626 | 2026-07-21T22:43:00.009Z | Compiling libefi-sys v0.1.0 |
| 2627 | 2026-07-21T22:43:00.128Z | Checking wyz v0.5.1 |
| 2628 | 2026-07-21T22:43:00.332Z | Compiling zerocopy-derive v0.6.6 |
| 2629 | 2026-07-21T22:43:00.406Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2630 | 2026-07-21T22:43:00.480Z | Compiling bitfield-struct v0.6.2 |
| 2631 | 2026-07-21T22:43:00.732Z | Checking funty v2.0.0 |
| 2632 | 2026-07-21T22:43:00.897Z | Compiling packed_struct v0.10.1 |
| 2633 | 2026-07-21T22:43:00.945Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2634 | 2026-07-21T22:43:01.076Z | Checking crc-catalog v2.4.0 |
| 2635 | 2026-07-21T22:43:01.144Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2636 | 2026-07-21T22:43:01.209Z | Checking zerocopy v0.6.6 |
| 2637 | 2026-07-21T22:43:01.209Z | Checking crc v3.4.0 |
| 2638 | 2026-07-21T22:43:01.307Z | Checking bitvec v1.0.1 |
| 2639 | 2026-07-21T22:43:01.339Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2640 | 2026-07-21T22:43:01.370Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2641 | 2026-07-21T22:43:01.466Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2642 | 2026-07-21T22:43:01.499Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2643 | 2026-07-21T22:43:01.534Z | Compiling packed_struct_codegen v0.10.1 |
| 2644 | 2026-07-21T22:43:01.537Z | Compiling bitfield-macros v0.19.4 |
| 2645 | 2026-07-21T22:43:01.617Z | Compiling indexmap v1.9.3 |
| 2646 | 2026-07-21T22:43:01.842Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2647 | 2026-07-21T22:43:01.946Z | Checking nodrop v0.1.14 |
| 2648 | 2026-07-21T22:43:02.065Z | Checking array-init v0.0.4 |
| 2649 | 2026-07-21T22:43:02.325Z | Checking bitfield v0.19.4 |
| 2650 | 2026-07-21T22:43:02.393Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2651 | 2026-07-21T22:43:02.655Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2652 | 2026-07-21T22:43:02.721Z | Checking smallvec v0.6.14 |
| 2653 | 2026-07-21T22:43:02.724Z | Checking hashbrown v0.12.3 |
| 2654 | 2026-07-21T22:43:02.828Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2655 | 2026-07-21T22:43:02.944Z | Checking serde-hex v0.1.0 |
| 2656 | 2026-07-21T22:43:03.013Z | Checking ron v0.8.1 |
| 2657 | 2026-07-21T22:43:03.228Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2658 | 2026-07-21T22:43:03.544Z | Checking hashbrown v0.13.2 |
| 2659 | 2026-07-21T22:43:03.578Z | Checking crc-any v2.5.0 |
| 2660 | 2026-07-21T22:43:03.782Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2661 | 2026-07-21T22:43:03.817Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2662 | 2026-07-21T22:43:03.976Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2663 | 2026-07-21T22:43:04.010Z | Checking object v0.30.4 |
| 2664 | 2026-07-21T22:43:04.212Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2665 | 2026-07-21T22:43:04.454Z | Checking path-slash v0.1.5 |
| 2666 | 2026-07-21T22:43:04.489Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2667 | 2026-07-21T22:43:04.584Z | Compiling xshell-macros v0.2.7 |
| 2668 | 2026-07-21T22:43:04.618Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2669 | 2026-07-21T22:43:05.003Z | Checking xshell v0.2.7 |
| 2670 | 2026-07-21T22:43:05.037Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2671 | 2026-07-21T22:43:05.308Z | Checking half v1.8.3 |
| 2672 | 2026-07-21T22:43:05.379Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2673 | 2026-07-21T22:43:05.423Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2674 | 2026-07-21T22:43:05.524Z | Checking serde_cbor v0.11.2 |
| 2675 | 2026-07-21T22:43:05.618Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2676 | 2026-07-21T22:43:05.928Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2677 | 2026-07-21T22:43:06.052Z | Compiling proc-macro-error2 v2.0.1 |
| 2678 | 2026-07-21T22:43:06.109Z | Compiling num-derive v0.3.3 |
| 2679 | 2026-07-21T22:43:06.142Z | Checking maplit v1.0.2 |
| 2680 | 2026-07-21T22:43:06.222Z | Checking papergrid v0.17.0 |
| 2681 | 2026-07-21T22:43:06.254Z | Checking testing_table v0.3.0 |
| 2682 | 2026-07-21T22:43:06.372Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2683 | 2026-07-21T22:43:06.405Z | Compiling tabled_derive v0.11.0 |
| 2684 | 2026-07-21T22:43:06.842Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2685 | 2026-07-21T22:43:06.876Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2686 | 2026-07-21T22:43:07.039Z | Checking libscf-sys v1.1.0 |
| 2687 | 2026-07-21T22:43:07.073Z | Compiling progenitor-impl v0.13.0 |
| 2688 | 2026-07-21T22:43:07.196Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2689 | 2026-07-21T22:43:07.279Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2690 | 2026-07-21T22:43:07.427Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2691 | 2026-07-21T22:43:07.624Z | Checking tabled v0.20.0 |
| 2692 | 2026-07-21T22:43:07.803Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2693 | 2026-07-21T22:43:07.844Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2694 | 2026-07-21T22:43:08.097Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2695 | 2026-07-21T22:43:08.428Z | Checking progenitor-client v0.13.0 |
| 2696 | 2026-07-21T22:43:08.700Z | Checking crc8 v0.1.1 |
| 2697 | 2026-07-21T22:43:08.830Z | Checking unicase v2.9.0 |
| 2698 | 2026-07-21T22:43:08.907Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2699 | 2026-07-21T22:43:09.021Z | Checking fxhash v0.2.1 |
| 2700 | 2026-07-21T22:43:09.146Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2701 | 2026-07-21T22:43:09.180Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2702 | 2026-07-21T22:43:09.616Z | Compiling vergen-lib v0.1.6 |
| 2703 | 2026-07-21T22:43:09.658Z | Compiling diesel_derives v2.3.7 |
| 2704 | 2026-07-21T22:43:09.773Z | Compiling progenitor-macro v0.13.0 |
| 2705 | 2026-07-21T22:43:09.806Z | Compiling dsl_auto_type v0.2.0 |
| 2706 | 2026-07-21T22:43:09.910Z | Checking scheduled-thread-pool v0.2.7 |
| 2707 | 2026-07-21T22:43:09.942Z | Compiling vergen-gitcl v1.0.8 |
| 2708 | 2026-07-21T22:43:09.974Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2709 | 2026-07-21T22:43:10.102Z | Checking r2d2 v0.8.10 |
| 2710 | 2026-07-21T22:43:10.135Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2711 | 2026-07-21T22:43:10.202Z | Checking downcast-rs v2.0.2 |
| 2712 | 2026-07-21T22:43:10.245Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2713 | 2026-07-21T22:43:10.341Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2714 | 2026-07-21T22:43:10.388Z | error: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead |
| 2715 | 2026-07-21T22:43:10.389Z | --> certificates/src/openssl_ext.rs:91:39 |
| 2716 | 2026-07-21T22:43:10.389Z | | |
| 2717 | 2026-07-21T22:43:10.389Z | 91 | .map(|entry| entry.data().as_utf8()); |
| 2718 | 2026-07-21T22:43:10.389Z | | ^^^^^^^ |
| 2719 | 2026-07-21T22:43:10.389Z | | |
| 2720 | 2026-07-21T22:43:10.389Z | = note: `-D deprecated` implied by `-D warnings` |
| 2721 | 2026-07-21T22:43:10.389Z | = help: to override `-D warnings` add `#[allow(deprecated)]` |
| 2722 | 2026-07-21T22:43:10.389Z | |
| 2723 | 2026-07-21T22:43:10.564Z | error: could not compile `omicron-certificates` (lib) due to 1 previous error |
| 2724 | 2026-07-21T22:43:10.564Z | warning: build failed, waiting for other jobs to finish... |
| 2725 | 2026-07-21T22:43:16.811Z | Error: failed: exit status: 101 |
| 2726 | 2026-07-21T22:43:16.815Z | |
| 2727 | 2026-07-21T22:43:16.815Z | real 1:09.812995445 |
| 2728 | 2026-07-21T22:43:16.815Z | user 5:41.988852655 |
| 2729 | 2026-07-21T22:43:16.815Z | sys 1:47.207779198 |
| 2730 | 2026-07-21T22:43:16.815Z | trap 0.146339988 |
| 2731 | 2026-07-21T22:43:16.815Z | tflt 0.071180835 |
| 2732 | 2026-07-21T22:43:16.815Z | dflt 0.196962372 |
| 2733 | 2026-07-21T22:43:16.815Z | kflt 0.001364951 |
| 2734 | 2026-07-21T22:43:16.815Z | lock 15:43.017292601 |
| 2735 | 2026-07-21T22:43:16.815Z | slp 13:59.133901323 |
| 2736 | 2026-07-21T22:43:16.815Z | lat 46.366809444 |
| 2737 | 2026-07-21T22:43:16.815Z | stop 5:12.095705678 |
| 2738 | 2026-07-21T22:43:16.815Z | process exited: duration 192470 ms, exit code 1 |
| |
| 2739 | 2026-07-21T22:43:16.822Z | found 0 output files |