|
|
|
| 1 | 2026-05-27T02:06:08.131Z | job assigned to worker 01KSKJVWYP0NYG3CRD126D33F8 [factory aws, i-01f3a0502a2141c3d] (queued for 49 s) |
| |
| 2 | 2026-05-27T02:06:15.232Z | starting task 0: "setup" |
| 3 | 2026-05-27T02:06:15.235Z | ++ uname -s |
| 4 | 2026-05-27T02:06:15.239Z | + kern=SunOS |
| 5 | 2026-05-27T02:06:15.239Z | + build_user=build |
| 6 | 2026-05-27T02:06:15.239Z | + build_uid=12345 |
| 7 | 2026-05-27T02:06:15.239Z | + work_dir=/work |
| 8 | 2026-05-27T02:06:15.239Z | + input_dir=/input |
| 9 | 2026-05-27T02:06:15.239Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T02:06:15.239Z | + case "$kern" in |
| 11 | 2026-05-27T02:06:15.239Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T02:06:15.251Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T02:06:17.256Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T02:06:17.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T02:06:17.318Z | + home_fs=zfs |
| 16 | 2026-05-27T02:06:17.318Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T02:06:17.318Z | + mkdir -p /home/build |
| 18 | 2026-05-27T02:06:17.318Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T02:06:19.319Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T02:06:19.322Z | process exited: duration 4090 ms, exit code 0 |
| |
| 21 | 2026-05-27T02:06:19.328Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T02:06:19.331Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T02:06:19.331Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-27T02:06:19.331Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-27T02:06:19.331Z | * rust toolchain profile = "default" |
| 26 | 2026-05-27T02:06:19.331Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-27T02:06:19.331Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-27T02:06:19.334Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T02:06:19.334Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T02:06:19.436Z | info: downloading installer |
| 31 | 2026-05-27T02:06:20.836Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T02:06:20.836Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T02:06:20.836Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T02:06:20.836Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T02:06:20.849Z | info: profile set to default |
| 36 | 2026-05-27T02:06:20.849Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T02:06:20.852Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T02:06:20.998Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T02:06:21.001Z | info: downloading 6 components |
| 40 | 2026-05-27T02:06:37.007Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-27T02:06:37.007Z | |
| 42 | 2026-05-27T02:06:37.036Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T02:06:37.036Z | |
| 44 | 2026-05-27T02:06:37.036Z | |
| 45 | 2026-05-27T02:06:37.036Z | Rust is installed now. Great! |
| 46 | 2026-05-27T02:06:37.036Z | |
| 47 | 2026-05-27T02:06:37.036Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T02:06:37.036Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T02:06:37.036Z | |
| 50 | 2026-05-27T02:06:37.036Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T02:06:37.036Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T02:06:37.036Z | |
| 53 | 2026-05-27T02:06:37.036Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T02:06:37.039Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T02:06:37.039Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T02:06:37.039Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T02:06:37.039Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T02:06:37.039Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T02:06:37.039Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T02:06:37.039Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T02:06:37.039Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T02:06:37.125Z | + rustup --version |
| 63 | 2026-05-27T02:06:37.133Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T02:06:37.136Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T02:06:37.155Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T02:06:37.158Z | + cargo --version |
| 67 | 2026-05-27T02:06:37.170Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T02:06:37.173Z | + rustc --version |
| 69 | 2026-05-27T02:06:37.193Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T02:06:37.196Z | process exited: duration 17867 ms, exit code 0 |
| |
| 71 | 2026-05-27T02:06:37.202Z | starting task 2: "authentication" |
| 72 | 2026-05-27T02:06:37.219Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-27T02:06:37.225Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T02:06:37.228Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T02:06:37.231Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T02:06:37.281Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T02:06:47.540Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T02:06:47.540Z | + git fetch origin 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 |
| 79 | 2026-05-27T02:06:47.814Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T02:06:47.814Z | * branch 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 -> FETCH_HEAD |
| 81 | 2026-05-27T02:06:47.825Z | + [[ -n '' ]] |
| 82 | 2026-05-27T02:06:47.825Z | + git reset --hard 61f3025dc1c6309f0a8fcb0fadd3a799c572a840 |
| 83 | 2026-05-27T02:06:48.017Z | HEAD is now at 61f3025dc [spr] initial version |
| 84 | 2026-05-27T02:06:48.020Z | process exited: duration 10793 ms, exit code 0 |
| |
| 85 | 2026-05-27T02:06:48.025Z | starting task 4: "build" |
| 86 | 2026-05-27T02:06:48.029Z | + source ./env.sh |
| 87 | 2026-05-27T02:06:48.032Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-05-27T02:06:48.032Z | ++ set -o xtrace |
| 89 | 2026-05-27T02:06:48.032Z | ++++ dirname ./env.sh |
| 90 | 2026-05-27T02:06:48.045Z | +++ readlink -f . |
| 91 | 2026-05-27T02:06:48.049Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-05-27T02:06:48.052Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-05-27T02:06:48.052Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-05-27T02:06:48.052Z | ++ 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 |
| 95 | 2026-05-27T02:06:48.052Z | ++ 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 |
| 96 | 2026-05-27T02:06:48.052Z | ++ 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 |
| 97 | 2026-05-27T02:06:48.052Z | ++ 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 |
| 98 | 2026-05-27T02:06:48.052Z | ++ 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 |
| 99 | 2026-05-27T02:06:48.052Z | ++ 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 |
| 100 | 2026-05-27T02:06:48.052Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2026-05-27T02:06:48.052Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2026-05-27T02:06:48.052Z | + source .github/buildomat/ci-env.sh |
| 103 | 2026-05-27T02:06:48.052Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2026-05-27T02:06:48.052Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2026-05-27T02:06:48.052Z | + cargo --version |
| 106 | 2026-05-27T02:06:48.058Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 107 | 2026-05-27T02:06:48.061Z | + rustc --version |
| 108 | 2026-05-27T02:06:48.081Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 109 | 2026-05-27T02:06:48.084Z | + banner prerequisites |
| 110 | 2026-05-27T02:06:48.087Z | |
| 111 | 2026-05-27T02:06:48.087Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 112 | 2026-05-27T02:06:48.087Z | # # # # # # # # # # # # # # # |
| 113 | 2026-05-27T02:06:48.087Z | # # # # ##### # # ##### # # # # # #### # |
| 114 | 2026-05-27T02:06:48.087Z | ##### ##### # ##### # # # # # # # # # |
| 115 | 2026-05-27T02:06:48.087Z | # # # # # # # # # # # # # # # |
| 116 | 2026-05-27T02:06:48.087Z | # # # ###### # # ###### ### # #### # #### # |
| 117 | 2026-05-27T02:06:48.087Z | |
| 118 | 2026-05-27T02:06:48.087Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 119 | 2026-05-27T02:06:50.248Z | Startup: Refreshing catalog 'helios' ... Done |
| 120 | 2026-05-27T02:06:50.327Z | Startup: Caching catalogs ... Done |
| 121 | 2026-05-27T02:06:50.592Z | Planning: Solver setup ... Done (0.228s) |
| 122 | 2026-05-27T02:06:50.610Z | Planning: Running solver ... Done (0.018s) |
| 123 | 2026-05-27T02:06:50.617Z | Planning: Finding local manifests ... Done (0.004s) |
| 124 | 2026-05-27T02:06:50.628Z | Planning: Fetching manifests: 0/2 0% complete |
| 125 | 2026-05-27T02:06:50.642Z | Planning: Fetching manifests: 2/2 100% complete |
| 126 | 2026-05-27T02:06:50.655Z | Planning: Package planning ... Done (0.013s) |
| 127 | 2026-05-27T02:06:50.658Z | Planning: Merging actions ... Done (0.001s) |
| 128 | 2026-05-27T02:06:50.845Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 129 | 2026-05-27T02:06:50.848Z | Planning: Consolidating action changes ... Done (0.001s) |
| 130 | 2026-05-27T02:06:52.147Z | Planning: Evaluating mediators ... Done (1.300s) |
| 131 | 2026-05-27T02:06:52.150Z | Planning: Planning completed in 1.80 seconds |
| 132 | 2026-05-27T02:06:52.156Z | Packages to install: 2 |
| 133 | 2026-05-27T02:06:52.156Z | Estimated space available: 156.07 GB |
| 134 | 2026-05-27T02:06:52.159Z | Estimated space to be consumed: 22.53 MB |
| 135 | 2026-05-27T02:06:52.159Z | Create boot environment: No |
| 136 | 2026-05-27T02:06:52.159Z | Create backup boot environment: No |
| 137 | 2026-05-27T02:06:52.159Z | Rebuild boot archive: No |
| 138 | 2026-05-27T02:06:52.159Z | |
| 139 | 2026-05-27T02:06:52.159Z | Changed packages: |
| 140 | 2026-05-27T02:06:52.159Z | helios |
| 141 | 2026-05-27T02:06:52.159Z | developer/build-essential |
| 142 | 2026-05-27T02:06:52.159Z | None -> 11-3.0 |
| 143 | 2026-05-27T02:06:52.159Z | library/libxmlsec1 |
| 144 | 2026-05-27T02:06:52.159Z | None -> 1.2.35-3.0 |
| 145 | 2026-05-27T02:06:52.202Z | |
| 146 | 2026-05-27T02:06:52.203Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 147 | 2026-05-27T02:06:52.672Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 148 | 2026-05-27T02:06:52.728Z | Actions: 1/268 actions (Installing new actions) |
| 149 | 2026-05-27T02:06:52.775Z | Actions: Completed 268 actions in 0.05 seconds. |
| 150 | 2026-05-27T02:06:52.806Z | Finalize: Updating package state database ... Done (0.031s) |
| 151 | 2026-05-27T02:06:52.807Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-05-27T02:06:52.825Z | Finalize: Updating image state ... Done (0.019s) |
| 153 | 2026-05-27T02:06:55.439Z | Finalize: Creating fast lookup database ... Done (2.590s) |
| 154 | 2026-05-27T02:06:55.518Z | Finalize: Reading search index ... Done (0.023s) |
| 155 | 2026-05-27T02:06:55.521Z | Finalize: Updating search index ... Done (0.000s) |
| 156 | 2026-05-27T02:06:55.589Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-05-27T02:06:55.893Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-05-27T02:06:55.998Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-05-27T02:06:56.002Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-05-27T02:06:56.160Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-05-27T02:06:56.163Z | Planning: Planning completed in 0.27 seconds |
| 162 | 2026-05-27T02:06:56.183Z | Mediators to change: 2 |
| 163 | 2026-05-27T02:06:56.183Z | Create boot environment: No |
| 164 | 2026-05-27T02:06:56.186Z | Create backup boot environment: No |
| 165 | 2026-05-27T02:06:56.236Z | Finalize: Updating package state database ... Done |
| 166 | 2026-05-27T02:06:56.236Z | Finalize: Updating package cache ... Done |
| 167 | 2026-05-27T02:06:56.247Z | Finalize: Updating image state ... Done |
| 168 | 2026-05-27T02:06:58.186Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-05-27T02:06:58.248Z | Finalize: Reading search index ... Done |
| 170 | 2026-05-27T02:06:58.251Z | Finalize: Updating search index ... Done |
| 171 | 2026-05-27T02:06:58.298Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-27T02:06:58.580Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-05-27T02:06:58.685Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-05-27T02:06:58.688Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-27T02:06:58.847Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-27T02:06:58.850Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-05-27T02:06:58.870Z | Mediators to change: 1 |
| 178 | 2026-05-27T02:06:58.870Z | Create boot environment: No |
| 179 | 2026-05-27T02:06:58.870Z | Create backup boot environment: No |
| 180 | 2026-05-27T02:06:58.912Z | Finalize: Updating package state database ... Done |
| 181 | 2026-05-27T02:06:58.913Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-27T02:06:58.923Z | Finalize: Updating image state ... Done |
| 183 | 2026-05-27T02:07:00.885Z | Finalize: Creating fast lookup database ... Done |
| 184 | 2026-05-27T02:07:00.948Z | Finalize: Reading search index ... Done |
| 185 | 2026-05-27T02:07:00.951Z | Finalize: Updating search index ... Done |
| 186 | 2026-05-27T02:07:01.003Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-27T02:07:01.316Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-05-27T02:07:01.316Z | apache system 2.4 system |
| 189 | 2026-05-27T02:07:01.316Z | clang system 15 system |
| 190 | 2026-05-27T02:07:01.316Z | csh system system illumos |
| 191 | 2026-05-27T02:07:01.316Z | ctags system system illumos |
| 192 | 2026-05-27T02:07:01.316Z | file vendor vendor darwinsys |
| 193 | 2026-05-27T02:07:01.316Z | file system system illumos |
| 194 | 2026-05-27T02:07:01.316Z | gcc vendor 14 vendor |
| 195 | 2026-05-27T02:07:01.316Z | gcc system 13 system |
| 196 | 2026-05-27T02:07:01.316Z | gcc system 10 system |
| 197 | 2026-05-27T02:07:01.316Z | go system 1.25 system |
| 198 | 2026-05-27T02:07:01.316Z | llvm system 15 system |
| 199 | 2026-05-27T02:07:01.316Z | mariadb system 11.4 system |
| 200 | 2026-05-27T02:07:01.316Z | mta vendor vendor dma |
| 201 | 2026-05-27T02:07:01.316Z | openjdk system 17 system |
| 202 | 2026-05-27T02:07:01.316Z | openjdk system 11 system |
| 203 | 2026-05-27T02:07:01.316Z | openssl vendor 3 vendor |
| 204 | 2026-05-27T02:07:01.316Z | perl system 5.40 system |
| 205 | 2026-05-27T02:07:01.316Z | postgresql system 18 system |
| 206 | 2026-05-27T02:07:01.316Z | postgresql system 17 system |
| 207 | 2026-05-27T02:07:01.316Z | python vendor 3 vendor |
| 208 | 2026-05-27T02:07:01.316Z | python system 2 system |
| 209 | 2026-05-27T02:07:01.316Z | python3 vendor 3.13 vendor |
| 210 | 2026-05-27T02:07:01.316Z | ruby system 3.4 system |
| 211 | 2026-05-27T02:07:01.316Z | ruby system 3.0 system |
| 212 | 2026-05-27T02:07:01.316Z | words vendor vendor american-english |
| 213 | 2026-05-27T02:07:01.316Z | words system system australian-english |
| 214 | 2026-05-27T02:07:01.317Z | words system system british-english |
| 215 | 2026-05-27T02:07:01.317Z | words system system canadian-english |
| 216 | 2026-05-27T02:07:01.317Z | words system system french |
| 217 | 2026-05-27T02:07:01.317Z | words system system italian |
| 218 | 2026-05-27T02:07:01.317Z | words system system ngerman |
| 219 | 2026-05-27T02:07:01.317Z | words system system ogerman |
| 220 | 2026-05-27T02:07:01.317Z | words system system spanish |
| 221 | 2026-05-27T02:07:01.572Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-05-27T02:07:01.572Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 223 | 2026-05-27T02:07:01.853Z | FMRI IFO |
| 224 | 2026-05-27T02:07:01.853Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 225 | 2026-05-27T02:07:01.853Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 226 | 2026-05-27T02:07:01.853Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 227 | 2026-05-27T02:07:01.853Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 228 | 2026-05-27T02:07:01.853Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 229 | 2026-05-27T02:07:01.853Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 230 | 2026-05-27T02:07:01.854Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 231 | 2026-05-27T02:07:01.854Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 232 | 2026-05-27T02:07:01.854Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 233 | 2026-05-27T02:07:02.089Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 234 | 2026-05-27T02:07:02.358Z | Updating crates.io index |
| 235 | 2026-05-27T02:07:02.361Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 236 | 2026-05-27T02:07:02.854Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-05-27T02:07:03.222Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 238 | 2026-05-27T02:07:03.728Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 239 | 2026-05-27T02:07:04.577Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 240 | 2026-05-27T02:07:05.067Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-05-27T02:07:06.572Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 242 | 2026-05-27T02:07:07.374Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 243 | 2026-05-27T02:07:07.691Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 244 | 2026-05-27T02:07:08.557Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 245 | 2026-05-27T02:07:08.935Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 246 | 2026-05-27T02:07:09.267Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 247 | 2026-05-27T02:07:09.609Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-05-27T02:07:10.528Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 249 | 2026-05-27T02:07:11.031Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 250 | 2026-05-27T02:07:11.357Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-27T02:07:11.676Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 252 | 2026-05-27T02:07:11.989Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 253 | 2026-05-27T02:07:12.343Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 254 | 2026-05-27T02:07:12.683Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 255 | 2026-05-27T02:07:12.896Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 256 | 2026-05-27T02:07:13.132Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-05-27T02:07:13.571Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 258 | 2026-05-27T02:07:14.010Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 259 | 2026-05-27T02:07:14.269Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 260 | 2026-05-27T02:07:14.687Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 261 | 2026-05-27T02:07:14.965Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 262 | 2026-05-27T02:07:15.237Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 263 | 2026-05-27T02:07:16.289Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-05-27T02:07:16.883Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 265 | 2026-05-27T02:07:17.303Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 266 | 2026-05-27T02:07:17.595Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 267 | 2026-05-27T02:07:17.891Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 268 | 2026-05-27T02:07:18.349Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 269 | 2026-05-27T02:07:18.819Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 270 | 2026-05-27T02:07:19.274Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 271 | 2026-05-27T02:07:19.511Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 272 | 2026-05-27T02:07:19.747Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 273 | 2026-05-27T02:07:20.063Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 274 | 2026-05-27T02:07:20.373Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 275 | 2026-05-27T02:07:31.896Z | Downloading crates ... |
| 276 | 2026-05-27T02:07:31.952Z | Downloaded fnv v1.0.7 |
| 277 | 2026-05-27T02:07:31.957Z | Downloaded semver v1.0.28 |
| 278 | 2026-05-27T02:07:31.975Z | Downloaded errno v0.3.14 |
| 279 | 2026-05-27T02:07:31.977Z | Downloaded thiserror-impl v1.0.69 |
| 280 | 2026-05-27T02:07:31.982Z | Downloaded macaddr v1.0.1 |
| 281 | 2026-05-27T02:07:31.985Z | Downloaded plain v0.2.3 |
| 282 | 2026-05-27T02:07:31.986Z | Downloaded equivalent v1.0.2 |
| 283 | 2026-05-27T02:07:31.986Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-05-27T02:07:31.986Z | Downloaded dtrace-parser v0.2.0 |
| 285 | 2026-05-27T02:07:31.989Z | Downloaded crypto-common v0.1.7 |
| 286 | 2026-05-27T02:07:31.989Z | Downloaded unicode-xid v0.2.6 |
| 287 | 2026-05-27T02:07:31.992Z | Downloaded percent-encoding v2.3.2 |
| 288 | 2026-05-27T02:07:31.992Z | Downloaded scroll_derive v0.12.1 |
| 289 | 2026-05-27T02:07:31.992Z | Downloaded fastrand v2.3.0 |
| 290 | 2026-05-27T02:07:31.992Z | Downloaded toml v0.8.23 |
| 291 | 2026-05-27T02:07:31.995Z | Downloaded fs-err v3.3.0 |
| 292 | 2026-05-27T02:07:31.995Z | Downloaded utf8parse v0.2.2 |
| 293 | 2026-05-27T02:07:31.995Z | Downloaded typeid v1.0.3 |
| 294 | 2026-05-27T02:07:31.998Z | Downloaded version_check v0.9.5 |
| 295 | 2026-05-27T02:07:31.998Z | Downloaded sha2 v0.10.9 |
| 296 | 2026-05-27T02:07:31.998Z | Downloaded autocfg v1.5.0 |
| 297 | 2026-05-27T02:07:32.001Z | Downloaded icu_locale_core v2.1.1 |
| 298 | 2026-05-27T02:07:32.004Z | Downloaded usdt v0.5.0 |
| 299 | 2026-05-27T02:07:32.004Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-05-27T02:07:32.005Z | Downloaded unicode-linebreak v0.1.5 |
| 301 | 2026-05-27T02:07:32.005Z | Downloaded heck v0.4.1 |
| 302 | 2026-05-27T02:07:32.007Z | Downloaded zerofrom-derive v0.1.6 |
| 303 | 2026-05-27T02:07:32.007Z | Downloaded dof v0.3.0 |
| 304 | 2026-05-27T02:07:32.008Z | Downloaded stable_deref_trait v1.2.1 |
| 305 | 2026-05-27T02:07:32.011Z | Downloaded usdt-macro v0.5.0 |
| 306 | 2026-05-27T02:07:32.011Z | Downloaded serde-value v0.7.0 |
| 307 | 2026-05-27T02:07:32.011Z | Downloaded ordered-float v2.10.1 |
| 308 | 2026-05-27T02:07:32.011Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-05-27T02:07:32.014Z | Downloaded anstyle v1.0.13 |
| 310 | 2026-05-27T02:07:32.014Z | Downloaded once_cell v1.21.3 |
| 311 | 2026-05-27T02:07:32.016Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-05-27T02:07:32.019Z | Downloaded zmij v1.0.21 |
| 313 | 2026-05-27T02:07:32.019Z | Downloaded utf8_iter v1.0.4 |
| 314 | 2026-05-27T02:07:32.022Z | Downloaded toml_write v0.1.2 |
| 315 | 2026-05-27T02:07:32.022Z | Downloaded generic-array v0.14.7 |
| 316 | 2026-05-27T02:07:32.024Z | Downloaded quote v1.0.45 |
| 317 | 2026-05-27T02:07:32.026Z | Downloaded yoke v0.8.1 |
| 318 | 2026-05-27T02:07:32.030Z | Downloaded heck v0.5.0 |
| 319 | 2026-05-27T02:07:32.034Z | Downloaded zerofrom v0.1.6 |
| 320 | 2026-05-27T02:07:32.034Z | Downloaded usdt-attr-macro v0.5.0 |
| 321 | 2026-05-27T02:07:32.034Z | Downloaded num-traits v0.2.19 |
| 322 | 2026-05-27T02:07:32.036Z | Downloaded yoke-derive v0.8.1 |
| 323 | 2026-05-27T02:07:32.036Z | Downloaded writeable v0.6.2 |
| 324 | 2026-05-27T02:07:32.039Z | Downloaded thiserror v1.0.69 |
| 325 | 2026-05-27T02:07:32.042Z | Downloaded unicode-ident v1.0.24 |
| 326 | 2026-05-27T02:07:32.042Z | Downloaded proc-macro-error-attr v1.0.4 |
| 327 | 2026-05-27T02:07:32.042Z | Downloaded zerocopy-derive v0.7.35 |
| 328 | 2026-05-27T02:07:32.045Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-05-27T02:07:32.045Z | Downloaded terminal_size v0.4.3 |
| 330 | 2026-05-27T02:07:32.048Z | Downloaded swrite v0.1.0 |
| 331 | 2026-05-27T02:07:32.048Z | Downloaded is_terminal_polyfill v1.70.2 |
| 332 | 2026-05-27T02:07:32.048Z | Downloaded pretty-hex v0.4.1 |
| 333 | 2026-05-27T02:07:32.048Z | Downloaded cfg-if v1.0.4 |
| 334 | 2026-05-27T02:07:32.050Z | Downloaded anstyle-query v1.1.5 |
| 335 | 2026-05-27T02:07:32.050Z | Downloaded memmap v0.7.0 |
| 336 | 2026-05-27T02:07:32.053Z | Downloaded tinystr v0.8.2 |
| 337 | 2026-05-27T02:07:32.053Z | Downloaded zerovec-derive v0.11.2 |
| 338 | 2026-05-27T02:07:32.055Z | Downloaded itoa v1.0.17 |
| 339 | 2026-05-27T02:07:32.055Z | Downloaded textwrap v0.16.2 |
| 340 | 2026-05-27T02:07:32.058Z | Downloaded smawk v0.3.2 |
| 341 | 2026-05-27T02:07:32.058Z | Downloaded clap_lex v1.0.0 |
| 342 | 2026-05-27T02:07:32.061Z | Downloaded toml_edit v0.22.27 |
| 343 | 2026-05-27T02:07:32.064Z | Downloaded colorchoice v1.0.4 |
| 344 | 2026-05-27T02:07:32.064Z | Downloaded typenum v1.19.0 |
| 345 | 2026-05-27T02:07:32.064Z | Downloaded serde v1.0.228 |
| 346 | 2026-05-27T02:07:32.066Z | Downloaded potential_utf v0.1.4 |
| 347 | 2026-05-27T02:07:32.066Z | Downloaded pest v2.8.6 |
| 348 | 2026-05-27T02:07:32.069Z | Downloaded thiserror v2.0.18 |
| 349 | 2026-05-27T02:07:32.072Z | Downloaded serde_spanned v0.6.9 |
| 350 | 2026-05-27T02:07:32.072Z | Downloaded log v0.4.29 |
| 351 | 2026-05-27T02:07:32.075Z | Downloaded zerotrie v0.2.3 |
| 352 | 2026-05-27T02:07:32.077Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-05-27T02:07:32.077Z | Downloaded getrandom v0.4.1 |
| 354 | 2026-05-27T02:07:32.080Z | Downloaded cpufeatures v0.2.17 |
| 355 | 2026-05-27T02:07:32.080Z | Downloaded url v2.5.8 |
| 356 | 2026-05-27T02:07:32.083Z | Downloaded cargo-platform v0.2.0 |
| 357 | 2026-05-27T02:07:32.083Z | Downloaded strsim v0.11.1 |
| 358 | 2026-05-27T02:07:32.083Z | Downloaded zerovec v0.11.5 |
| 359 | 2026-05-27T02:07:32.085Z | Downloaded tabled_derive v0.7.0 |
| 360 | 2026-05-27T02:07:32.085Z | Downloaded idna_adapter v1.2.1 |
| 361 | 2026-05-27T02:07:32.088Z | Downloaded winnow v0.7.14 |
| 362 | 2026-05-27T02:07:32.091Z | Downloaded zerocopy v0.7.35 |
| 363 | 2026-05-27T02:07:32.100Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-05-27T02:07:32.103Z | Downloaded anstyle-parse v0.2.7 |
| 365 | 2026-05-27T02:07:32.103Z | Downloaded scroll v0.12.0 |
| 366 | 2026-05-27T02:07:32.103Z | Downloaded form_urlencoded v1.2.2 |
| 367 | 2026-05-27T02:07:32.103Z | Downloaded displaydoc v0.2.5 |
| 368 | 2026-05-27T02:07:32.105Z | Downloaded synstructure v0.13.2 |
| 369 | 2026-05-27T02:07:32.106Z | Downloaded digest v0.10.7 |
| 370 | 2026-05-27T02:07:32.106Z | Downloaded unicode-width v0.2.0 |
| 371 | 2026-05-27T02:07:32.108Z | Downloaded unicode-width v0.1.14 |
| 372 | 2026-05-27T02:07:32.111Z | Downloaded pest_derive v2.8.6 |
| 373 | 2026-05-27T02:07:32.114Z | Downloaded cargo_toml v0.21.0 |
| 374 | 2026-05-27T02:07:32.117Z | Downloaded anstream v0.6.21 |
| 375 | 2026-05-27T02:07:32.120Z | Downloaded camino-tempfile v1.4.1 |
| 376 | 2026-05-27T02:07:32.123Z | Downloaded cargo_metadata v0.21.0 |
| 377 | 2026-05-27T02:07:32.126Z | Downloaded serde_core v1.0.228 |
| 378 | 2026-05-27T02:07:32.130Z | Downloaded cargo-util-schemas v0.8.2 |
| 379 | 2026-05-27T02:07:32.133Z | Downloaded anyhow v1.0.102 |
| 380 | 2026-05-27T02:07:32.136Z | Downloaded proc-macro-error v1.0.4 |
| 381 | 2026-05-27T02:07:32.139Z | Downloaded clap_derive v4.5.55 |
| 382 | 2026-05-27T02:07:32.142Z | Downloaded byteorder v1.5.0 |
| 383 | 2026-05-27T02:07:32.144Z | Downloaded erased-serde v0.4.9 |
| 384 | 2026-05-27T02:07:32.147Z | Downloaded litemap v0.8.1 |
| 385 | 2026-05-27T02:07:32.147Z | Downloaded bytecount v0.6.9 |
| 386 | 2026-05-27T02:07:32.150Z | Downloaded camino v1.2.2 |
| 387 | 2026-05-27T02:07:32.153Z | Downloaded smallvec v1.15.1 |
| 388 | 2026-05-27T02:07:32.153Z | Downloaded serde-untagged v0.1.9 |
| 389 | 2026-05-27T02:07:32.153Z | Downloaded pest_generator v2.8.6 |
| 390 | 2026-05-27T02:07:32.156Z | Downloaded tempfile v3.25.0 |
| 391 | 2026-05-27T02:07:32.158Z | Downloaded icu_provider v2.1.1 |
| 392 | 2026-05-27T02:07:32.158Z | Downloaded papergrid v0.11.0 |
| 393 | 2026-05-27T02:07:32.162Z | Downloaded proc-macro2 v1.0.106 |
| 394 | 2026-05-27T02:07:32.167Z | Downloaded icu_properties v2.1.2 |
| 395 | 2026-05-27T02:07:32.170Z | Downloaded bitflags v2.11.0 |
| 396 | 2026-05-27T02:07:32.180Z | Downloaded icu_normalizer v2.1.1 |
| 397 | 2026-05-27T02:07:32.183Z | Downloaded serde_derive v1.0.228 |
| 398 | 2026-05-27T02:07:32.188Z | Downloaded clap v4.5.60 |
| 399 | 2026-05-27T02:07:32.193Z | Downloaded pest_meta v2.8.6 |
| 400 | 2026-05-27T02:07:32.196Z | Downloaded icu_normalizer_data v2.1.1 |
| 401 | 2026-05-27T02:07:32.199Z | Downloaded icu_collections v2.1.1 |
| 402 | 2026-05-27T02:07:32.206Z | Downloaded memchr v2.8.0 |
| 403 | 2026-05-27T02:07:32.209Z | Downloaded indexmap v2.14.0 |
| 404 | 2026-05-27T02:07:32.219Z | Downloaded idna v1.1.0 |
| 405 | 2026-05-27T02:07:32.249Z | Downloaded icu_properties_data v2.1.2 |
| 406 | 2026-05-27T02:07:32.254Z | Downloaded serde_json v1.0.149 |
| 407 | 2026-05-27T02:07:32.258Z | Downloaded hashbrown v0.17.0 |
| 408 | 2026-05-27T02:07:32.260Z | Downloaded clap_builder v4.5.60 |
| 409 | 2026-05-27T02:07:32.264Z | Downloaded goblin v0.8.2 |
| 410 | 2026-05-27T02:07:32.267Z | Downloaded tabled v0.15.0 |
| 411 | 2026-05-27T02:07:32.280Z | Downloaded syn v1.0.109 |
| 412 | 2026-05-27T02:07:32.288Z | Downloaded syn v2.0.117 |
| 413 | 2026-05-27T02:07:32.295Z | Downloaded rustix v1.1.3 |
| 414 | 2026-05-27T02:07:32.325Z | Downloaded libc v0.2.185 |
| 415 | 2026-05-27T02:07:32.393Z | Compiling proc-macro2 v1.0.106 |
| 416 | 2026-05-27T02:07:32.393Z | Compiling unicode-ident v1.0.24 |
| 417 | 2026-05-27T02:07:32.393Z | Compiling quote v1.0.45 |
| 418 | 2026-05-27T02:07:32.396Z | Compiling serde_core v1.0.228 |
| 419 | 2026-05-27T02:07:32.396Z | Compiling libc v0.2.185 |
| 420 | 2026-05-27T02:07:32.396Z | Compiling version_check v0.9.5 |
| 421 | 2026-05-27T02:07:32.396Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-05-27T02:07:32.396Z | Compiling serde v1.0.228 |
| 423 | 2026-05-27T02:07:32.712Z | Compiling memchr v2.8.0 |
| 424 | 2026-05-27T02:07:32.728Z | Compiling zmij v1.0.21 |
| 425 | 2026-05-27T02:07:33.179Z | Compiling thiserror v1.0.69 |
| 426 | 2026-05-27T02:07:33.287Z | Compiling ucd-trie v0.1.7 |
| 427 | 2026-05-27T02:07:33.335Z | Compiling itoa v1.0.17 |
| 428 | 2026-05-27T02:07:33.339Z | Compiling autocfg v1.5.0 |
| 429 | 2026-05-27T02:07:33.519Z | Compiling pest v2.8.6 |
| 430 | 2026-05-27T02:07:33.590Z | Compiling writeable v0.6.2 |
| 431 | 2026-05-27T02:07:33.607Z | Compiling litemap v0.8.1 |
| 432 | 2026-05-27T02:07:33.688Z | Compiling byteorder v1.5.0 |
| 433 | 2026-05-27T02:07:33.786Z | Compiling icu_properties_data v2.1.2 |
| 434 | 2026-05-27T02:07:33.820Z | Compiling rustix v1.1.3 |
| 435 | 2026-05-27T02:07:34.004Z | Compiling icu_normalizer_data v2.1.1 |
| 436 | 2026-05-27T02:07:34.146Z | Compiling syn v2.0.117 |
| 437 | 2026-05-27T02:07:34.212Z | Compiling errno v0.3.14 |
| 438 | 2026-05-27T02:07:34.245Z | Compiling bitflags v2.11.0 |
| 439 | 2026-05-27T02:07:34.260Z | Compiling serde_json v1.0.149 |
| 440 | 2026-05-27T02:07:34.485Z | Compiling num-traits v0.2.19 |
| 441 | 2026-05-27T02:07:34.513Z | Compiling smallvec v1.15.1 |
| 442 | 2026-05-27T02:07:34.544Z | Compiling hashbrown v0.17.0 |
| 443 | 2026-05-27T02:07:34.670Z | Compiling pest_meta v2.8.6 |
| 444 | 2026-05-27T02:07:34.721Z | Compiling equivalent v1.0.2 |
| 445 | 2026-05-27T02:07:34.812Z | Compiling typeid v1.0.3 |
| 446 | 2026-05-27T02:07:35.096Z | Compiling indexmap v2.14.0 |
| 447 | 2026-05-27T02:07:35.127Z | Compiling thread-id v4.2.2 |
| 448 | 2026-05-27T02:07:35.151Z | Compiling usdt-impl v0.5.0 |
| 449 | 2026-05-27T02:07:35.168Z | Compiling proc-macro-error-attr v1.0.4 |
| 450 | 2026-05-27T02:07:35.212Z | Compiling toml_write v0.1.2 |
| 451 | 2026-05-27T02:07:35.367Z | Compiling erased-serde v0.4.9 |
| 452 | 2026-05-27T02:07:35.416Z | Compiling winnow v0.7.14 |
| 453 | 2026-05-27T02:07:35.463Z | Compiling syn v1.0.109 |
| 454 | 2026-05-27T02:07:35.806Z | Compiling proc-macro-error v1.0.4 |
| 455 | 2026-05-27T02:07:35.821Z | Compiling camino v1.2.2 |
| 456 | 2026-05-27T02:07:36.054Z | Compiling percent-encoding v2.3.2 |
| 457 | 2026-05-27T02:07:36.201Z | Compiling getrandom v0.4.1 |
| 458 | 2026-05-27T02:07:36.256Z | Compiling utf8_iter v1.0.4 |
| 459 | 2026-05-27T02:07:36.325Z | Compiling thiserror v2.0.18 |
| 460 | 2026-05-27T02:07:36.345Z | Compiling plain v0.2.3 |
| 461 | 2026-05-27T02:07:36.394Z | Compiling log v0.4.29 |
| 462 | 2026-05-27T02:07:36.412Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-05-27T02:07:36.459Z | Compiling ordered-float v2.10.1 |
| 464 | 2026-05-27T02:07:36.529Z | Compiling anstyle-parse v0.2.7 |
| 465 | 2026-05-27T02:07:36.598Z | Compiling form_urlencoded v1.2.2 |
| 466 | 2026-05-27T02:07:36.780Z | Compiling terminal_size v0.4.3 |
| 467 | 2026-05-27T02:07:36.807Z | Compiling synstructure v0.13.2 |
| 468 | 2026-05-27T02:07:36.875Z | Compiling pest_generator v2.8.6 |
| 469 | 2026-05-27T02:07:36.978Z | Compiling colorchoice v1.0.4 |
| 470 | 2026-05-27T02:07:37.102Z | Compiling anstyle v1.0.13 |
| 471 | 2026-05-27T02:07:37.154Z | Compiling pretty-hex v0.4.1 |
| 472 | 2026-05-27T02:07:37.204Z | Compiling anstyle-query v1.1.5 |
| 473 | 2026-05-27T02:07:37.222Z | Compiling cfg-if v1.0.4 |
| 474 | 2026-05-27T02:07:37.299Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-27T02:07:37.353Z | Compiling serde-untagged v0.1.9 |
| 476 | 2026-05-27T02:07:37.402Z | Compiling anstream v0.6.21 |
| 477 | 2026-05-27T02:07:37.444Z | Compiling semver v1.0.28 |
| 478 | 2026-05-27T02:07:37.598Z | Compiling fs-err v3.3.0 |
| 479 | 2026-05-27T02:07:37.621Z | Compiling unicode-width v0.1.14 |
| 480 | 2026-05-27T02:07:37.708Z | Compiling anyhow v1.0.102 |
| 481 | 2026-05-27T02:07:37.786Z | Compiling heck v0.5.0 |
| 482 | 2026-05-27T02:07:37.804Z | Compiling once_cell v1.21.3 |
| 483 | 2026-05-27T02:07:37.826Z | Compiling bytecount v0.6.9 |
| 484 | 2026-05-27T02:07:37.966Z | Compiling unicode-xid v0.2.6 |
| 485 | 2026-05-27T02:07:38.017Z | Compiling strsim v0.11.1 |
| 486 | 2026-05-27T02:07:38.021Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-27T02:07:38.052Z | Compiling heck v0.4.1 |
| 488 | 2026-05-27T02:07:38.090Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-27T02:07:38.139Z | Compiling fastrand v2.3.0 |
| 490 | 2026-05-27T02:07:38.210Z | Compiling papergrid v0.11.0 |
| 491 | 2026-05-27T02:07:38.274Z | Compiling clap_builder v4.5.60 |
| 492 | 2026-05-27T02:07:38.324Z | Compiling tempfile v3.25.0 |
| 493 | 2026-05-27T02:07:38.513Z | Compiling memmap v0.7.0 |
| 494 | 2026-05-27T02:07:38.540Z | Compiling serde_derive v1.0.228 |
| 495 | 2026-05-27T02:07:38.584Z | Compiling zerofrom-derive v0.1.6 |
| 496 | 2026-05-27T02:07:38.696Z | Compiling yoke-derive v0.8.1 |
| 497 | 2026-05-27T02:07:38.714Z | Compiling zerovec-derive v0.11.2 |
| 498 | 2026-05-27T02:07:38.796Z | Compiling displaydoc v0.2.5 |
| 499 | 2026-05-27T02:07:39.544Z | Compiling thiserror-impl v1.0.69 |
| 500 | 2026-05-27T02:07:39.625Z | Compiling zerocopy-derive v0.7.35 |
| 501 | 2026-05-27T02:07:39.813Z | Compiling pest_derive v2.8.6 |
| 502 | 2026-05-27T02:07:39.855Z | Compiling scroll_derive v0.12.1 |
| 503 | 2026-05-27T02:07:39.982Z | Compiling zerofrom v0.1.6 |
| 504 | 2026-05-27T02:07:40.123Z | Compiling yoke v0.8.1 |
| 505 | 2026-05-27T02:07:40.248Z | Compiling thiserror-impl v2.0.18 |
| 506 | 2026-05-27T02:07:40.322Z | Compiling zerovec v0.11.5 |
| 507 | 2026-05-27T02:07:40.500Z | Compiling zerotrie v0.2.3 |
| 508 | 2026-05-27T02:07:40.526Z | Compiling zerocopy v0.7.35 |
| 509 | 2026-05-27T02:07:40.799Z | Compiling tinystr v0.8.2 |
| 510 | 2026-05-27T02:07:40.836Z | Compiling potential_utf v0.1.4 |
| 511 | 2026-05-27T02:07:40.928Z | Compiling dtrace-parser v0.2.0 |
| 512 | 2026-05-27T02:07:41.066Z | Compiling icu_locale_core v2.1.1 |
| 513 | 2026-05-27T02:07:41.084Z | Compiling icu_collections v2.1.1 |
| 514 | 2026-05-27T02:07:41.130Z | Compiling scroll v0.12.0 |
| 515 | 2026-05-27T02:07:41.330Z | Compiling tabled_derive v0.7.0 |
| 516 | 2026-05-27T02:07:41.408Z | Compiling goblin v0.8.2 |
| 517 | 2026-05-27T02:07:41.427Z | Compiling clap_derive v4.5.55 |
| 518 | 2026-05-27T02:07:41.716Z | Compiling icu_provider v2.1.1 |
| 519 | 2026-05-27T02:07:41.777Z | Compiling unicode-width v0.2.0 |
| 520 | 2026-05-27T02:07:42.001Z | Compiling toml_datetime v0.6.11 |
| 521 | 2026-05-27T02:07:42.087Z | Compiling serde_spanned v0.6.9 |
| 522 | 2026-05-27T02:07:42.088Z | Compiling icu_normalizer v2.1.1 |
| 523 | 2026-05-27T02:07:42.115Z | Compiling icu_properties v2.1.2 |
| 524 | 2026-05-27T02:07:42.147Z | Compiling dof v0.3.0 |
| 525 | 2026-05-27T02:07:42.195Z | Compiling toml_edit v0.22.27 |
| 526 | 2026-05-27T02:07:42.268Z | Compiling serde_tokenstream v0.2.3 |
| 527 | 2026-05-27T02:07:42.338Z | Compiling serde-value v0.7.0 |
| 528 | 2026-05-27T02:07:42.577Z | Compiling cargo-platform v0.2.0 |
| 529 | 2026-05-27T02:07:42.628Z | Compiling smawk v0.3.2 |
| 530 | 2026-05-27T02:07:42.709Z | Compiling unicode-linebreak v0.1.5 |
| 531 | 2026-05-27T02:07:42.834Z | Compiling tabled v0.15.0 |
| 532 | 2026-05-27T02:07:42.898Z | Compiling textwrap v0.16.2 |
| 533 | 2026-05-27T02:07:42.950Z | Compiling macaddr v1.0.1 |
| 534 | 2026-05-27T02:07:43.127Z | Compiling idna_adapter v1.2.1 |
| 535 | 2026-05-27T02:07:43.140Z | Compiling usdt-macro v0.5.0 |
| 536 | 2026-05-27T02:07:43.179Z | Compiling usdt-attr-macro v0.5.0 |
| 537 | 2026-05-27T02:07:43.210Z | Compiling clap v4.5.60 |
| 538 | 2026-05-27T02:07:43.262Z | Compiling idna v1.1.0 |
| 539 | 2026-05-27T02:07:43.310Z | Compiling camino-tempfile v1.4.1 |
| 540 | 2026-05-27T02:07:43.537Z | Compiling url v2.5.8 |
| 541 | 2026-05-27T02:07:43.647Z | Compiling toml v0.8.23 |
| 542 | 2026-05-27T02:07:43.904Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 543 | 2026-05-27T02:07:44.160Z | Compiling cargo-util-schemas v0.8.2 |
| 544 | 2026-05-27T02:07:44.264Z | Compiling cargo_toml v0.21.0 |
| 545 | 2026-05-27T02:07:44.293Z | Compiling swrite v0.1.0 |
| 546 | 2026-05-27T02:07:44.450Z | Compiling usdt v0.5.0 |
| 547 | 2026-05-27T02:07:45.066Z | Compiling cargo_metadata v0.21.0 |
| 548 | 2026-05-27T02:07:46.003Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 549 | 2026-05-27T02:07:48.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.18s |
| 550 | 2026-05-27T02:07:48.367Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 551 | 2026-05-27T02:07:48.937Z | Downloading crates ... |
| 552 | 2026-05-27T02:07:49.043Z | Downloaded arrayvec v0.7.6 |
| 553 | 2026-05-27T02:07:49.054Z | Downloaded cfg_aliases v0.1.1 |
| 554 | 2026-05-27T02:07:49.055Z | Downloaded bit-set v0.5.3 |
| 555 | 2026-05-27T02:07:49.055Z | Downloaded bitfield-struct v0.6.2 |
| 556 | 2026-05-27T02:07:49.055Z | Downloaded cstr-argument v0.1.2 |
| 557 | 2026-05-27T02:07:49.072Z | Downloaded darling_macro v0.23.0 |
| 558 | 2026-05-27T02:07:49.072Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 559 | 2026-05-27T02:07:49.072Z | Downloaded cmake v0.1.57 |
| 560 | 2026-05-27T02:07:49.072Z | Downloaded ciborium-ll v0.2.2 |
| 561 | 2026-05-27T02:07:49.073Z | Downloaded atty v0.2.14 |
| 562 | 2026-05-27T02:07:49.073Z | Downloaded cbc v0.1.2 |
| 563 | 2026-05-27T02:07:49.073Z | Downloaded dirs-sys-next v0.1.2 |
| 564 | 2026-05-27T02:07:49.073Z | Downloaded const_format_proc_macros v0.2.34 |
| 565 | 2026-05-27T02:07:49.073Z | Downloaded cookie_store v0.22.1 |
| 566 | 2026-05-27T02:07:49.073Z | Downloaded console v0.16.2 |
| 567 | 2026-05-27T02:07:49.086Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 568 | 2026-05-27T02:07:49.087Z | Downloaded base64 v0.22.1 |
| 569 | 2026-05-27T02:07:49.087Z | Downloaded embedded-io v0.6.1 |
| 570 | 2026-05-27T02:07:49.087Z | Downloaded chacha20 v0.10.0 |
| 571 | 2026-05-27T02:07:49.087Z | Downloaded fd-lock v4.0.4 |
| 572 | 2026-05-27T02:07:49.087Z | Downloaded funty v2.0.0 |
| 573 | 2026-05-27T02:07:49.087Z | Downloaded foreign-types v0.5.0 |
| 574 | 2026-05-27T02:07:49.087Z | Downloaded env_logger v0.11.9 |
| 575 | 2026-05-27T02:07:49.087Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 576 | 2026-05-27T02:07:49.088Z | Downloaded defmt v0.3.100 |
| 577 | 2026-05-27T02:07:49.088Z | Downloaded darling_macro v0.13.4 |
| 578 | 2026-05-27T02:07:49.088Z | Downloaded crunchy v0.2.4 |
| 579 | 2026-05-27T02:07:49.088Z | Downloaded crucible-workspace-hack v0.1.0 |
| 580 | 2026-05-27T02:07:49.088Z | Downloaded async-stream v0.3.6 |
| 581 | 2026-05-27T02:07:49.101Z | Downloaded futures-macro v0.3.32 |
| 582 | 2026-05-27T02:07:49.101Z | Downloaded deranged v0.5.8 |
| 583 | 2026-05-27T02:07:49.101Z | Downloaded const-oid v0.9.6 |
| 584 | 2026-05-27T02:07:49.101Z | Downloaded ascii-canvas v3.0.0 |
| 585 | 2026-05-27T02:07:49.101Z | Downloaded dtrace-parser v0.3.0 |
| 586 | 2026-05-27T02:07:49.101Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 587 | 2026-05-27T02:07:49.101Z | Downloaded arrayref v0.3.9 |
| 588 | 2026-05-27T02:07:49.101Z | Downloaded crossbeam-utils v0.8.21 |
| 589 | 2026-05-27T02:07:49.101Z | Downloaded csv-core v0.1.13 |
| 590 | 2026-05-27T02:07:49.101Z | Downloaded async-bb8-diesel v0.2.1 |
| 591 | 2026-05-27T02:07:49.101Z | Downloaded derive_builder_macro v0.20.2 |
| 592 | 2026-05-27T02:07:49.101Z | Downloaded crc32fast v1.5.0 |
| 593 | 2026-05-27T02:07:49.101Z | Downloaded adler2 v2.0.1 |
| 594 | 2026-05-27T02:07:49.113Z | Downloaded atomicwrites v0.4.4 |
| 595 | 2026-05-27T02:07:49.113Z | Downloaded aho-corasick v1.1.4 |
| 596 | 2026-05-27T02:07:49.113Z | Downloaded futures-channel v0.3.32 |
| 597 | 2026-05-27T02:07:49.113Z | Downloaded cargo-platform v0.3.2 |
| 598 | 2026-05-27T02:07:49.113Z | Downloaded downcast-rs v2.0.2 |
| 599 | 2026-05-27T02:07:49.113Z | Downloaded diff v0.1.13 |
| 600 | 2026-05-27T02:07:49.113Z | Downloaded async-recursion v1.1.1 |
| 601 | 2026-05-27T02:07:49.125Z | Downloaded bit-set v0.8.0 |
| 602 | 2026-05-27T02:07:49.125Z | Downloaded dunce v1.0.5 |
| 603 | 2026-05-27T02:07:49.125Z | Downloaded darling v0.13.4 |
| 604 | 2026-05-27T02:07:49.125Z | Downloaded critical-section v1.2.0 |
| 605 | 2026-05-27T02:07:49.125Z | Downloaded clang-sys v1.8.1 |
| 606 | 2026-05-27T02:07:49.125Z | Downloaded corncobs v0.1.4 |
| 607 | 2026-05-27T02:07:49.125Z | Downloaded async-stream-impl v0.3.6 |
| 608 | 2026-05-27T02:07:49.125Z | Downloaded ahash v0.8.12 |
| 609 | 2026-05-27T02:07:49.138Z | Downloaded foreign-types-shared v0.3.1 |
| 610 | 2026-05-27T02:07:49.138Z | Downloaded colored v2.2.0 |
| 611 | 2026-05-27T02:07:49.138Z | Downloaded enum-as-inner v0.6.1 |
| 612 | 2026-05-27T02:07:49.138Z | Downloaded float-ord v0.3.2 |
| 613 | 2026-05-27T02:07:49.139Z | Downloaded env_filter v1.0.0 |
| 614 | 2026-05-27T02:07:49.139Z | Downloaded cpufeatures v0.3.0 |
| 615 | 2026-05-27T02:07:49.139Z | Downloaded embedded-io v0.4.0 |
| 616 | 2026-05-27T02:07:49.139Z | Downloaded darling_macro v0.21.3 |
| 617 | 2026-05-27T02:07:49.139Z | Downloaded base16ct v0.2.0 |
| 618 | 2026-05-27T02:07:49.139Z | Downloaded find-msvc-tools v0.1.9 |
| 619 | 2026-05-27T02:07:49.139Z | Downloaded crc-catalog v2.4.0 |
| 620 | 2026-05-27T02:07:49.142Z | Downloaded difflib v0.4.0 |
| 621 | 2026-05-27T02:07:49.142Z | Downloaded crc8 v0.1.1 |
| 622 | 2026-05-27T02:07:49.142Z | Downloaded bb8 v0.8.6 |
| 623 | 2026-05-27T02:07:49.142Z | Downloaded cfg_aliases v0.2.1 |
| 624 | 2026-05-27T02:07:49.142Z | Downloaded document-features v0.2.12 |
| 625 | 2026-05-27T02:07:49.142Z | Downloaded dirs-next v2.0.0 |
| 626 | 2026-05-27T02:07:49.142Z | Downloaded derive_builder v0.20.2 |
| 627 | 2026-05-27T02:07:49.142Z | Downloaded flagset v0.4.7 |
| 628 | 2026-05-27T02:07:49.142Z | Downloaded aead v0.5.2 |
| 629 | 2026-05-27T02:07:49.145Z | Downloaded debug-ignore v1.0.5 |
| 630 | 2026-05-27T02:07:49.145Z | Downloaded darling_macro v0.20.11 |
| 631 | 2026-05-27T02:07:49.145Z | Downloaded float-cmp v0.10.0 |
| 632 | 2026-05-27T02:07:49.149Z | Downloaded ciborium-io v0.2.2 |
| 633 | 2026-05-27T02:07:49.149Z | Downloaded dyn-clone v1.0.20 |
| 634 | 2026-05-27T02:07:49.149Z | Downloaded foreign-types-shared v0.1.1 |
| 635 | 2026-05-27T02:07:49.152Z | Downloaded fixedbitset v0.4.2 |
| 636 | 2026-05-27T02:07:49.152Z | Downloaded compression-core v0.4.31 |
| 637 | 2026-05-27T02:07:49.152Z | Downloaded arc-swap v1.8.2 |
| 638 | 2026-05-27T02:07:49.155Z | Downloaded atomic-waker v1.1.2 |
| 639 | 2026-05-27T02:07:49.155Z | Downloaded futures-core v0.3.32 |
| 640 | 2026-05-27T02:07:49.158Z | Downloaded endian-type v0.1.2 |
| 641 | 2026-05-27T02:07:49.158Z | Downloaded git-stub v1.0.0 |
| 642 | 2026-05-27T02:07:49.158Z | Downloaded crc v3.4.0 |
| 643 | 2026-05-27T02:07:49.161Z | Downloaded buf-list v1.1.2 |
| 644 | 2026-05-27T02:07:49.161Z | Downloaded bit-vec v0.8.0 |
| 645 | 2026-05-27T02:07:49.164Z | Downloaded dsl_auto_type v0.2.0 |
| 646 | 2026-05-27T02:07:49.164Z | Downloaded daft v0.1.7 |
| 647 | 2026-05-27T02:07:49.168Z | Downloaded colored v3.1.1 |
| 648 | 2026-05-27T02:07:49.168Z | Downloaded fxhash v0.2.1 |
| 649 | 2026-05-27T02:07:49.168Z | Downloaded cobs v0.3.0 |
| 650 | 2026-05-27T02:07:49.171Z | Downloaded ciborium v0.2.2 |
| 651 | 2026-05-27T02:07:49.171Z | Downloaded hash32 v0.2.1 |
| 652 | 2026-05-27T02:07:49.174Z | Downloaded ghash v0.5.1 |
| 653 | 2026-05-27T02:07:49.174Z | Downloaded hash32 v0.3.1 |
| 654 | 2026-05-27T02:07:49.177Z | Downloaded gethostname v0.5.0 |
| 655 | 2026-05-27T02:07:49.177Z | Downloaded fixedbitset v0.5.7 |
| 656 | 2026-05-27T02:07:49.177Z | Downloaded array-init v0.0.4 |
| 657 | 2026-05-27T02:07:49.180Z | Downloaded ecdsa v0.16.9 |
| 658 | 2026-05-27T02:07:49.180Z | Downloaded assert_matches v1.5.0 |
| 659 | 2026-05-27T02:07:49.180Z | Downloaded futures-task v0.3.32 |
| 660 | 2026-05-27T02:07:49.184Z | Downloaded bit-vec v0.6.3 |
| 661 | 2026-05-27T02:07:49.184Z | Downloaded crypto-bigint v0.5.5 |
| 662 | 2026-05-27T02:07:49.187Z | Downloaded headers-core v0.3.0 |
| 663 | 2026-05-27T02:07:49.188Z | Downloaded convert_case v0.4.0 |
| 664 | 2026-05-27T02:07:49.190Z | Downloaded camino-tempfile-ext v0.3.3 |
| 665 | 2026-05-27T02:07:49.191Z | Downloaded ff v0.13.1 |
| 666 | 2026-05-27T02:07:49.191Z | Downloaded display-error-chain v0.2.2 |
| 667 | 2026-05-27T02:07:49.197Z | Downloaded fallible-iterator v0.2.0 |
| 668 | 2026-05-27T02:07:49.197Z | Downloaded foldhash v0.1.5 |
| 669 | 2026-05-27T02:07:49.197Z | Downloaded chacha20 v0.9.1 |
| 670 | 2026-05-27T02:07:49.207Z | Downloaded ed25519 v2.2.3 |
| 671 | 2026-05-27T02:07:49.207Z | Downloaded fs-err v2.11.0 |
| 672 | 2026-05-27T02:07:49.207Z | Downloaded defmt-macros v1.0.1 |
| 673 | 2026-05-27T02:07:49.207Z | Downloaded hex-literal v0.4.1 |
| 674 | 2026-05-27T02:07:49.207Z | Downloaded console v0.15.11 |
| 675 | 2026-05-27T02:07:49.216Z | Downloaded bitfield-macros v0.19.4 |
| 676 | 2026-05-27T02:07:49.216Z | Downloaded http-body v1.0.1 |
| 677 | 2026-05-27T02:07:49.216Z | Downloaded hubpack_derive v0.1.1 |
| 678 | 2026-05-27T02:07:49.216Z | Downloaded hostname v0.4.2 |
| 679 | 2026-05-27T02:07:49.216Z | Downloaded httpdate v1.0.3 |
| 680 | 2026-05-27T02:07:49.216Z | Downloaded filetime v0.2.27 |
| 681 | 2026-05-27T02:07:49.216Z | Downloaded data-encoding v2.10.0 |
| 682 | 2026-05-27T02:07:49.216Z | Downloaded cookie v0.18.1 |
| 683 | 2026-05-27T02:07:49.216Z | Downloaded darling_core v0.20.11 |
| 684 | 2026-05-27T02:07:49.220Z | Downloaded hyper-tls v0.6.0 |
| 685 | 2026-05-27T02:07:49.220Z | Downloaded hubpack v0.1.2 |
| 686 | 2026-05-27T02:07:49.220Z | Downloaded hostname v0.3.1 |
| 687 | 2026-05-27T02:07:49.220Z | Downloaded ident_case v1.0.1 |
| 688 | 2026-05-27T02:07:49.220Z | Downloaded either v1.15.0 |
| 689 | 2026-05-27T02:07:49.221Z | Downloaded castaway v0.2.4 |
| 690 | 2026-05-27T02:07:49.225Z | Downloaded futures-io v0.3.32 |
| 691 | 2026-05-27T02:07:49.225Z | Downloaded glob v0.3.3 |
| 692 | 2026-05-27T02:07:49.225Z | Downloaded foreign-types-macros v0.2.3 |
| 693 | 2026-05-27T02:07:49.225Z | Downloaded foreign-types v0.3.2 |
| 694 | 2026-05-27T02:07:49.228Z | Downloaded indoc v1.0.9 |
| 695 | 2026-05-27T02:07:49.228Z | Downloaded derive-ex v0.1.8 |
| 696 | 2026-05-27T02:07:49.228Z | Downloaded globset v0.4.18 |
| 697 | 2026-05-27T02:07:49.231Z | Downloaded futures-executor v0.3.32 |
| 698 | 2026-05-27T02:07:49.231Z | Downloaded blowfish v0.9.1 |
| 699 | 2026-05-27T02:07:49.231Z | Downloaded crossbeam-channel v0.5.15 |
| 700 | 2026-05-27T02:07:49.234Z | Downloaded block-padding v0.3.3 |
| 701 | 2026-05-27T02:07:49.237Z | Downloaded darling v0.20.11 |
| 702 | 2026-05-27T02:07:49.240Z | Downloaded der_derive v0.7.3 |
| 703 | 2026-05-27T02:07:49.240Z | Downloaded cargo_metadata v0.23.1 |
| 704 | 2026-05-27T02:07:49.243Z | Downloaded hex v0.4.3 |
| 705 | 2026-05-27T02:07:49.243Z | Downloaded daft-derive v0.1.7 |
| 706 | 2026-05-27T02:07:49.246Z | Downloaded internet-checksum v0.2.1 |
| 707 | 2026-05-27T02:07:49.246Z | Downloaded constant_time_eq v0.4.2 |
| 708 | 2026-05-27T02:07:49.249Z | Downloaded darling v0.21.3 |
| 709 | 2026-05-27T02:07:49.252Z | Downloaded illumos-nvpair v0.3.0 |
| 710 | 2026-05-27T02:07:49.252Z | Downloaded futures-sink v0.3.32 |
| 711 | 2026-05-27T02:07:49.255Z | Downloaded des v0.8.1 |
| 712 | 2026-05-27T02:07:49.255Z | Downloaded globwalk v0.9.1 |
| 713 | 2026-05-27T02:07:49.255Z | Downloaded bzip2 v0.6.1 |
| 714 | 2026-05-27T02:07:49.258Z | Downloaded instability v0.3.11 |
| 715 | 2026-05-27T02:07:49.258Z | Downloaded flume v0.11.1 |
| 716 | 2026-05-27T02:07:49.261Z | Downloaded is_ci v1.2.0 |
| 717 | 2026-05-27T02:07:49.261Z | Downloaded keccak v0.1.6 |
| 718 | 2026-05-27T02:07:49.266Z | Downloaded instant v0.1.13 |
| 719 | 2026-05-27T02:07:49.266Z | Downloaded bcs v0.1.6 |
| 720 | 2026-05-27T02:07:49.270Z | Downloaded crossbeam-epoch v0.9.18 |
| 721 | 2026-05-27T02:07:49.270Z | Downloaded is-terminal v0.4.17 |
| 722 | 2026-05-27T02:07:49.270Z | Downloaded indent_write v2.2.0 |
| 723 | 2026-05-27T02:07:49.270Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 724 | 2026-05-27T02:07:49.276Z | Downloaded home v0.5.12 |
| 725 | 2026-05-27T02:07:49.276Z | Downloaded highway v1.3.0 |
| 726 | 2026-05-27T02:07:49.276Z | Downloaded libscf-sys v1.1.0 |
| 727 | 2026-05-27T02:07:49.276Z | Downloaded cipher v0.4.4 |
| 728 | 2026-05-27T02:07:49.276Z | Downloaded cassowary v0.3.0 |
| 729 | 2026-05-27T02:07:49.279Z | Downloaded fs_extra v1.3.0 |
| 730 | 2026-05-27T02:07:49.279Z | Downloaded inout v0.1.4 |
| 731 | 2026-05-27T02:07:49.279Z | Downloaded humantime v2.3.0 |
| 732 | 2026-05-27T02:07:49.279Z | Downloaded http-range v0.1.5 |
| 733 | 2026-05-27T02:07:49.280Z | Downloaded lazy_static v1.5.0 |
| 734 | 2026-05-27T02:07:49.283Z | Downloaded expectorate v1.2.0 |
| 735 | 2026-05-27T02:07:49.283Z | Downloaded lalrpop-util v0.19.12 |
| 736 | 2026-05-27T02:07:49.286Z | Downloaded convert_case v0.10.0 |
| 737 | 2026-05-27T02:07:49.286Z | Downloaded ingot-types v0.1.2 |
| 738 | 2026-05-27T02:07:49.286Z | Downloaded ingot v0.1.1 |
| 739 | 2026-05-27T02:07:49.289Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 740 | 2026-05-27T02:07:49.289Z | Downloaded half v1.8.3 |
| 741 | 2026-05-27T02:07:49.293Z | Downloaded fatfs v0.3.6 |
| 742 | 2026-05-27T02:07:49.296Z | Downloaded dropshot_endpoint v0.17.0 |
| 743 | 2026-05-27T02:07:49.296Z | Downloaded drift v0.2.0 |
| 744 | 2026-05-27T02:07:49.301Z | Downloaded memoffset v0.9.1 |
| 745 | 2026-05-27T02:07:49.305Z | Downloaded lru-slab v0.1.2 |
| 746 | 2026-05-27T02:07:49.305Z | Downloaded lru-cache v0.1.2 |
| 747 | 2026-05-27T02:07:49.305Z | Downloaded bzip2 v0.4.4 |
| 748 | 2026-05-27T02:07:49.310Z | Downloaded elliptic-curve v0.13.8 |
| 749 | 2026-05-27T02:07:49.313Z | Downloaded lzss v0.8.2 |
| 750 | 2026-05-27T02:07:49.313Z | Downloaded md5 v0.7.0 |
| 751 | 2026-05-27T02:07:49.313Z | Downloaded maplit v1.0.2 |
| 752 | 2026-05-27T02:07:49.313Z | Downloaded hmac v0.12.1 |
| 753 | 2026-05-27T02:07:49.316Z | Downloaded indoc v2.0.7 |
| 754 | 2026-05-27T02:07:49.316Z | Downloaded newline-converter v0.3.0 |
| 755 | 2026-05-27T02:07:49.316Z | Downloaded new_debug_unreachable v1.0.6 |
| 756 | 2026-05-27T02:07:49.319Z | Downloaded ipnet v2.11.0 |
| 757 | 2026-05-27T02:07:49.319Z | Downloaded md-5 v0.10.6 |
| 758 | 2026-05-27T02:07:49.323Z | Downloaded multimap v0.10.1 |
| 759 | 2026-05-27T02:07:49.323Z | Downloaded match_cfg v0.1.0 |
| 760 | 2026-05-27T02:07:49.323Z | Downloaded linked-hash-map v0.5.6 |
| 761 | 2026-05-27T02:07:49.323Z | Downloaded jobserver v0.1.34 |
| 762 | 2026-05-27T02:07:49.326Z | Downloaded diesel-dtrace v0.5.0 |
| 763 | 2026-05-27T02:07:49.326Z | Downloaded derive_more-impl v2.1.1 |
| 764 | 2026-05-27T02:07:49.329Z | Downloaded nibble_vec v0.1.0 |
| 765 | 2026-05-27T02:07:49.333Z | Downloaded httparse v1.10.1 |
| 766 | 2026-05-27T02:07:49.333Z | Downloaded num v0.4.3 |
| 767 | 2026-05-27T02:07:49.333Z | Downloaded nodrop v0.1.14 |
| 768 | 2026-05-27T02:07:49.337Z | Downloaded ipnetwork v0.21.1 |
| 769 | 2026-05-27T02:07:49.337Z | Downloaded hyper-staticfile v0.10.1 |
| 770 | 2026-05-27T02:07:49.337Z | Downloaded foldhash v0.2.0 |
| 771 | 2026-05-27T02:07:49.342Z | Downloaded cexpr v0.6.0 |
| 772 | 2026-05-27T02:07:49.342Z | Downloaded cancel-safe-futures v0.1.5 |
| 773 | 2026-05-27T02:07:49.346Z | Downloaded normalize-line-endings v0.3.0 |
| 774 | 2026-05-27T02:07:49.346Z | Downloaded newtype_derive v0.1.6 |
| 775 | 2026-05-27T02:07:49.346Z | Downloaded crc-any v2.5.0 |
| 776 | 2026-05-27T02:07:49.346Z | Downloaded bitfield v0.19.4 |
| 777 | 2026-05-27T02:07:49.350Z | Downloaded ingot-macros v0.1.1 |
| 778 | 2026-05-27T02:07:49.350Z | Downloaded getrandom v0.3.4 |
| 779 | 2026-05-27T02:07:49.353Z | Downloaded num-iter v0.1.45 |
| 780 | 2026-05-27T02:07:49.353Z | Downloaded num-derive v0.3.3 |
| 781 | 2026-05-27T02:07:49.353Z | Downloaded futures v0.3.32 |
| 782 | 2026-05-27T02:07:49.356Z | Downloaded num-derive v0.4.2 |
| 783 | 2026-05-27T02:07:49.360Z | Downloaded hyper-rustls v0.27.7 |
| 784 | 2026-05-27T02:07:49.360Z | Downloaded num-conv v0.2.0 |
| 785 | 2026-05-27T02:07:49.360Z | Downloaded darling_core v0.21.3 |
| 786 | 2026-05-27T02:07:49.363Z | Downloaded num_threads v0.1.7 |
| 787 | 2026-05-27T02:07:49.366Z | Downloaded nonempty v0.12.0 |
| 788 | 2026-05-27T02:07:49.366Z | Downloaded libefi-sys v0.1.0 |
| 789 | 2026-05-27T02:07:49.366Z | Downloaded openssl-macros v0.1.1 |
| 790 | 2026-05-27T02:07:49.369Z | Downloaded olpc-cjson v0.1.4 |
| 791 | 2026-05-27T02:07:49.369Z | Downloaded libloading v0.8.9 |
| 792 | 2026-05-27T02:07:49.369Z | Downloaded openssl-probe v0.2.1 |
| 793 | 2026-05-27T02:07:49.372Z | Downloaded libsw v3.5.0 |
| 794 | 2026-05-27T02:07:49.372Z | Downloaded multer v3.1.0 |
| 795 | 2026-05-27T02:07:49.376Z | Downloaded getrandom v0.2.17 |
| 796 | 2026-05-27T02:07:49.380Z | Downloaded num_enum_derive v0.5.11 |
| 797 | 2026-05-27T02:07:49.380Z | Downloaded iana-time-zone v0.1.65 |
| 798 | 2026-05-27T02:07:49.380Z | Downloaded derive_more v0.99.20 |
| 799 | 2026-05-27T02:07:49.384Z | Downloaded mime_guess v2.0.5 |
| 800 | 2026-05-27T02:07:49.387Z | Downloaded opaque-debug v0.3.1 |
| 801 | 2026-05-27T02:07:49.387Z | Downloaded libsw-core v0.3.2 |
| 802 | 2026-05-27T02:07:49.387Z | Downloaded half v2.7.1 |
| 803 | 2026-05-27T02:07:49.391Z | Downloaded native-tls v0.2.18 |
| 804 | 2026-05-27T02:07:49.391Z | Downloaded mime v0.3.17 |
| 805 | 2026-05-27T02:07:49.392Z | Downloaded lock_api v0.4.14 |
| 806 | 2026-05-27T02:07:49.395Z | Downloaded pbkdf2 v0.11.0 |
| 807 | 2026-05-27T02:07:49.395Z | Downloaded kstat-rs v0.2.4 |
| 808 | 2026-05-27T02:07:49.395Z | Downloaded aes v0.8.4 |
| 809 | 2026-05-27T02:07:49.399Z | Downloaded path-slash v0.1.5 |
| 810 | 2026-05-27T02:07:49.399Z | Downloaded newtype-uuid v1.3.2 |
| 811 | 2026-05-27T02:07:49.403Z | Downloaded heapless v0.7.17 |
| 812 | 2026-05-27T02:07:49.403Z | Downloaded nanorand v0.7.0 |
| 813 | 2026-05-27T02:07:49.408Z | Downloaded dof v0.4.0 |
| 814 | 2026-05-27T02:07:49.408Z | Downloaded oso-derive v0.27.3 |
| 815 | 2026-05-27T02:07:49.408Z | Downloaded peg-runtime v0.8.5 |
| 816 | 2026-05-27T02:07:49.408Z | Downloaded packed_struct_codegen v0.10.1 |
| 817 | 2026-05-27T02:07:49.408Z | Downloaded openssl-probe v0.1.6 |
| 818 | 2026-05-27T02:07:49.411Z | Downloaded darling_core v0.13.4 |
| 819 | 2026-05-27T02:07:49.411Z | Downloaded num_enum v0.5.11 |
| 820 | 2026-05-27T02:07:49.414Z | Downloaded num_enum v0.7.5 |
| 821 | 2026-05-27T02:07:49.418Z | Downloaded phf_shared v0.13.1 |
| 822 | 2026-05-27T02:07:49.422Z | Downloaded phf_shared v0.11.3 |
| 823 | 2026-05-27T02:07:49.423Z | Downloaded headers v0.4.1 |
| 824 | 2026-05-27T02:07:49.426Z | Downloaded pin-utils v0.1.0 |
| 825 | 2026-05-27T02:07:49.426Z | Downloaded nu-ansi-term v0.50.3 |
| 826 | 2026-05-27T02:07:49.426Z | Downloaded blake2 v0.10.6 |
| 827 | 2026-05-27T02:07:49.429Z | Downloaded allocator-api2 v0.2.21 |
| 828 | 2026-05-27T02:07:49.447Z | Downloaded parse-size v1.1.0 |
| 829 | 2026-05-27T02:07:49.451Z | Downloaded derive_more v2.1.1 |
| 830 | 2026-05-27T02:07:49.455Z | Downloaded precomputed-hash v0.1.1 |
| 831 | 2026-05-27T02:07:49.458Z | Downloaded phf_shared v0.12.1 |
| 832 | 2026-05-27T02:07:49.458Z | Downloaded parking_lot_core v0.8.6 |
| 833 | 2026-05-27T02:07:49.458Z | Downloaded defmt-parser v1.0.0 |
| 834 | 2026-05-27T02:07:49.463Z | Downloaded base64 v0.21.7 |
| 835 | 2026-05-27T02:07:49.466Z | Downloaded proc-macro-crate v3.4.0 |
| 836 | 2026-05-27T02:07:49.466Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-05-27T02:07:49.466Z | Downloaded powerfmt v0.2.0 |
| 838 | 2026-05-27T02:07:49.466Z | Downloaded const_format v0.2.35 |
| 839 | 2026-05-27T02:07:49.469Z | Downloaded peg-macros v0.8.5 |
| 840 | 2026-05-27T02:07:49.472Z | Downloaded progenitor-client v0.10.0 |
| 841 | 2026-05-27T02:07:49.472Z | Downloaded oxide-tokio-rt v0.1.4 |
| 842 | 2026-05-27T02:07:49.472Z | Downloaded pbkdf2 v0.12.2 |
| 843 | 2026-05-27T02:07:49.475Z | Downloaded paste v1.0.15 |
| 844 | 2026-05-27T02:07:49.475Z | Downloaded flate2 v1.1.9 |
| 845 | 2026-05-27T02:07:49.478Z | Downloaded predicates-tree v1.0.13 |
| 846 | 2026-05-27T02:07:49.482Z | Downloaded predicates-core v1.0.10 |
| 847 | 2026-05-27T02:07:49.482Z | Downloaded phf v0.13.1 |
| 848 | 2026-05-27T02:07:49.482Z | Downloaded phf v0.12.1 |
| 849 | 2026-05-27T02:07:49.485Z | Downloaded pem-rfc7468 v0.7.0 |
| 850 | 2026-05-27T02:07:49.486Z | Downloaded quick-error v1.2.3 |
| 851 | 2026-05-27T02:07:49.486Z | Downloaded owo-colors v4.3.0 |
| 852 | 2026-05-27T02:07:49.486Z | Downloaded pem v3.0.6 |
| 853 | 2026-05-27T02:07:49.489Z | Downloaded diesel_derives v2.3.7 |
| 854 | 2026-05-27T02:07:49.503Z | Downloaded radium v0.7.0 |
| 855 | 2026-05-27T02:07:49.503Z | Downloaded psl-types v2.0.11 |
| 856 | 2026-05-27T02:07:49.503Z | Downloaded der v0.7.10 |
| 857 | 2026-05-27T02:07:49.503Z | Downloaded libbz2-rs-sys v0.2.2 |
| 858 | 2026-05-27T02:07:49.503Z | Downloaded num-complex v0.4.6 |
| 859 | 2026-05-27T02:07:49.503Z | Downloaded hickory-resolver v0.24.4 |
| 860 | 2026-05-27T02:07:49.503Z | Downloaded predicates v3.1.4 |
| 861 | 2026-05-27T02:07:49.506Z | Downloaded progenitor-macro v0.13.0 |
| 862 | 2026-05-27T02:07:49.506Z | Downloaded async-compression v0.4.41 |
| 863 | 2026-05-27T02:07:49.509Z | Downloaded progenitor-macro v0.14.0 |
| 864 | 2026-05-27T02:07:49.512Z | Downloaded crossterm v0.28.1 |
| 865 | 2026-05-27T02:07:49.515Z | Downloaded progenitor-macro v0.11.2 |
| 866 | 2026-05-27T02:07:49.520Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 867 | 2026-05-27T02:07:49.520Z | Downloaded parse-display-derive v0.10.0 |
| 868 | 2026-05-27T02:07:49.520Z | Downloaded rand_xorshift v0.4.0 |
| 869 | 2026-05-27T02:07:49.524Z | Downloaded rand_chacha v0.3.1 |
| 870 | 2026-05-27T02:07:49.525Z | Downloaded progenitor-client v0.14.0 |
| 871 | 2026-05-27T02:07:49.525Z | Downloaded peg v0.8.5 |
| 872 | 2026-05-27T02:07:49.525Z | Downloaded proc-macro-error2 v2.0.1 |
| 873 | 2026-05-27T02:07:49.528Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 874 | 2026-05-27T02:07:49.528Z | Downloaded hashbrown v0.13.2 |
| 875 | 2026-05-27T02:07:49.531Z | Downloaded progenitor v0.11.2 |
| 876 | 2026-05-27T02:07:49.531Z | Downloaded polyval v0.6.2 |
| 877 | 2026-05-27T02:07:49.534Z | Downloaded byte-wrapper v0.1.0 |
| 878 | 2026-05-27T02:07:49.534Z | Downloaded ed25519-dalek v2.2.0 |
| 879 | 2026-05-27T02:07:49.537Z | Downloaded progenitor v0.14.0 |
| 880 | 2026-05-27T02:07:49.537Z | Downloaded hashbrown v0.12.3 |
| 881 | 2026-05-27T02:07:49.540Z | Downloaded progenitor-extras v0.2.0 |
| 882 | 2026-05-27T02:07:49.545Z | Downloaded pkg-config v0.3.32 |
| 883 | 2026-05-27T02:07:49.545Z | Downloaded ref-cast-impl v1.0.25 |
| 884 | 2026-05-27T02:07:49.545Z | Downloaded pkcs8 v0.10.2 |
| 885 | 2026-05-27T02:07:49.548Z | Downloaded omicron-zone-package v0.12.2 |
| 886 | 2026-05-27T02:07:49.548Z | Downloaded rtoolbox v0.0.3 |
| 887 | 2026-05-27T02:07:49.550Z | Downloaded ref-cast v1.0.25 |
| 888 | 2026-05-27T02:07:49.550Z | Downloaded pkcs1 v0.7.5 |
| 889 | 2026-05-27T02:07:49.555Z | Downloaded jiff-static v0.2.21 |
| 890 | 2026-05-27T02:07:49.557Z | Downloaded crossterm v0.29.0 |
| 891 | 2026-05-27T02:07:49.557Z | Downloaded rustc_version v0.1.7 |
| 892 | 2026-05-27T02:07:49.560Z | Downloaded rand_core v0.10.0 |
| 893 | 2026-05-27T02:07:49.560Z | Downloaded rand_chacha v0.9.0 |
| 894 | 2026-05-27T02:07:49.563Z | Downloaded r2d2 v0.8.10 |
| 895 | 2026-05-27T02:07:49.564Z | Downloaded rand_core v0.9.5 |
| 896 | 2026-05-27T02:07:49.564Z | Downloaded ppv-lite86 v0.2.21 |
| 897 | 2026-05-27T02:07:49.566Z | Downloaded russh-cryptovec v0.7.3 |
| 898 | 2026-05-27T02:07:49.566Z | Downloaded progenitor v0.13.0 |
| 899 | 2026-05-27T02:07:49.566Z | Downloaded rustc_version v0.4.1 |
| 900 | 2026-05-27T02:07:49.569Z | Downloaded parking_lot_core v0.9.12 |
| 901 | 2026-05-27T02:07:49.569Z | Downloaded parking_lot v0.12.5 |
| 902 | 2026-05-27T02:07:49.572Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-27T02:07:49.572Z | Downloaded progenitor-client v0.11.2 |
| 904 | 2026-05-27T02:07:49.573Z | Downloaded bumpalo v3.20.2 |
| 905 | 2026-05-27T02:07:49.575Z | Downloaded postgres-types v0.2.12 |
| 906 | 2026-05-27T02:07:49.578Z | Downloaded postcard v1.1.3 |
| 907 | 2026-05-27T02:07:49.578Z | Downloaded pkcs5 v0.7.1 |
| 908 | 2026-05-27T02:07:49.581Z | Downloaded progenitor-client v0.13.0 |
| 909 | 2026-05-27T02:07:49.584Z | Downloaded rustc-hash v2.1.1 |
| 910 | 2026-05-27T02:07:49.584Z | Downloaded recursive v0.1.1 |
| 911 | 2026-05-27T02:07:49.584Z | Downloaded salsa20 v0.10.2 |
| 912 | 2026-05-27T02:07:49.587Z | Downloaded primeorder v0.13.6 |
| 913 | 2026-05-27T02:07:49.587Z | Downloaded sapling-renderdag v0.1.0 |
| 914 | 2026-05-27T02:07:49.587Z | Downloaded litrs v1.0.0 |
| 915 | 2026-05-27T02:07:49.590Z | Downloaded cc v1.2.56 |
| 916 | 2026-05-27T02:07:49.593Z | Downloaded scheduled-thread-pool v0.2.7 |
| 917 | 2026-05-27T02:07:49.593Z | Downloaded same-file v1.0.6 |
| 918 | 2026-05-27T02:07:49.593Z | Downloaded resolv-conf v0.7.6 |
| 919 | 2026-05-27T02:07:49.598Z | Downloaded rand_core v0.6.4 |
| 920 | 2026-05-27T02:07:49.598Z | Downloaded managed v0.8.0 |
| 921 | 2026-05-27T02:07:49.598Z | Downloaded http v1.4.0 |
| 922 | 2026-05-27T02:07:49.601Z | Downloaded poly1305 v0.8.0 |
| 923 | 2026-05-27T02:07:49.601Z | Downloaded pin-project-lite v0.2.17 |
| 924 | 2026-05-27T02:07:49.604Z | Downloaded oso v0.27.3 |
| 925 | 2026-05-27T02:07:49.608Z | Downloaded scrypt v0.11.0 |
| 926 | 2026-05-27T02:07:49.611Z | Downloaded quinn-udp v0.5.14 |
| 927 | 2026-05-27T02:07:49.611Z | Downloaded postgres-protocol v0.6.10 |
| 928 | 2026-05-27T02:07:49.611Z | Downloaded psm v0.1.30 |
| 929 | 2026-05-27T02:07:49.614Z | Downloaded secrecy v0.10.3 |
| 930 | 2026-05-27T02:07:49.614Z | Downloaded scroll_derive v0.13.1 |
| 931 | 2026-05-27T02:07:49.618Z | Downloaded openssl-sys v0.9.115 |
| 932 | 2026-05-27T02:07:49.621Z | Downloaded seq-macro v0.3.6 |
| 933 | 2026-05-27T02:07:49.621Z | Downloaded parking_lot v0.11.2 |
| 934 | 2026-05-27T02:07:49.621Z | Downloaded miniz_oxide v0.8.9 |
| 935 | 2026-05-27T02:07:49.624Z | Downloaded pin-project-internal v1.1.11 |
| 936 | 2026-05-27T02:07:49.627Z | Downloaded semver v0.1.20 |
| 937 | 2026-05-27T02:07:49.627Z | Downloaded serde_plain v1.0.2 |
| 938 | 2026-05-27T02:07:49.627Z | Downloaded secrecy v0.8.0 |
| 939 | 2026-05-27T02:07:49.630Z | Downloaded shell-words v1.1.1 |
| 940 | 2026-05-27T02:07:49.630Z | Downloaded rustls-pemfile v2.2.0 |
| 941 | 2026-05-27T02:07:49.630Z | Downloaded heapless v0.8.0 |
| 942 | 2026-05-27T02:07:49.633Z | Downloaded rustls-pemfile v1.0.4 |
| 943 | 2026-05-27T02:07:49.636Z | Downloaded serde-big-array v0.5.1 |
| 944 | 2026-05-27T02:07:49.636Z | Downloaded p256 v0.13.2 |
| 945 | 2026-05-27T02:07:49.639Z | Downloaded serde_bytes v0.11.19 |
| 946 | 2026-05-27T02:07:49.639Z | Downloaded password-hash v0.5.0 |
| 947 | 2026-05-27T02:07:49.642Z | Downloaded serde_spanned v1.0.4 |
| 948 | 2026-05-27T02:07:49.642Z | Downloaded serde_repr v0.1.20 |
| 949 | 2026-05-27T02:07:49.642Z | Downloaded password-hash v0.4.2 |
| 950 | 2026-05-27T02:07:49.645Z | Downloaded hickory-resolver v0.25.2 |
| 951 | 2026-05-27T02:07:49.649Z | Downloaded rustversion v1.0.22 |
| 952 | 2026-05-27T02:07:49.649Z | Downloaded compact_str v0.8.1 |
| 953 | 2026-05-27T02:07:49.653Z | Downloaded parse-display v0.10.0 |
| 954 | 2026-05-27T02:07:49.653Z | Downloaded signal-hook-mio v0.2.5 |
| 955 | 2026-05-27T02:07:49.655Z | Downloaded packed_struct v0.10.1 |
| 956 | 2026-05-27T02:07:49.656Z | Downloaded signature v2.2.0 |
| 957 | 2026-05-27T02:07:49.656Z | Downloaded oxnet v0.1.4 |
| 958 | 2026-05-27T02:07:49.656Z | Downloaded progenitor-impl v0.11.2 |
| 959 | 2026-05-27T02:07:49.659Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2026-05-27T02:07:49.659Z | Downloaded num_enum_derive v0.7.5 |
| 961 | 2026-05-27T02:07:49.662Z | Downloaded signal-hook-tokio v0.3.1 |
| 962 | 2026-05-27T02:07:49.662Z | Downloaded sha1 v0.10.6 |
| 963 | 2026-05-27T02:07:49.666Z | Downloaded num-integer v0.1.46 |
| 964 | 2026-05-27T02:07:49.666Z | Downloaded progenitor-impl v0.14.0 |
| 965 | 2026-05-27T02:07:49.666Z | Downloaded rusty-fork v0.3.1 |
| 966 | 2026-05-27T02:07:49.669Z | Downloaded progenitor-impl v0.13.0 |
| 967 | 2026-05-27T02:07:49.669Z | Downloaded rustls-native-certs v0.8.3 |
| 968 | 2026-05-27T02:07:49.672Z | Downloaded linear-map v1.2.0 |
| 969 | 2026-05-27T02:07:49.672Z | Downloaded siphasher v1.0.2 |
| 970 | 2026-05-27T02:07:49.672Z | Downloaded indicatif v0.18.4 |
| 971 | 2026-05-27T02:07:49.675Z | Downloaded slog-envlogger v2.2.0 |
| 972 | 2026-05-27T02:07:49.675Z | Downloaded russh-keys v0.45.0 |
| 973 | 2026-05-27T02:07:49.678Z | Downloaded scopeguard v1.2.0 |
| 974 | 2026-05-27T02:07:49.678Z | Downloaded itertools v0.10.5 |
| 975 | 2026-05-27T02:07:49.682Z | Downloaded slog-bunyan v2.5.0 |
| 976 | 2026-05-27T02:07:49.685Z | Downloaded sigpipe v0.1.3 |
| 977 | 2026-05-27T02:07:49.685Z | Downloaded sct v0.7.1 |
| 978 | 2026-05-27T02:07:49.688Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-05-27T02:07:49.691Z | Downloaded schemars_derive v0.8.22 |
| 980 | 2026-05-27T02:07:49.691Z | Downloaded papergrid v0.17.0 |
| 981 | 2026-05-27T02:07:49.694Z | Downloaded minimal-lexical v0.2.1 |
| 982 | 2026-05-27T02:07:49.696Z | Downloaded ignore v0.4.25 |
| 983 | 2026-05-27T02:07:49.699Z | Downloaded num-rational v0.4.2 |
| 984 | 2026-05-27T02:07:49.699Z | Downloaded memmap2 v0.9.10 |
| 985 | 2026-05-27T02:07:49.702Z | Downloaded indexmap v1.9.3 |
| 986 | 2026-05-27T02:07:49.702Z | Downloaded scroll v0.13.0 |
| 987 | 2026-05-27T02:07:49.706Z | Downloaded bytes v1.11.1 |
| 988 | 2026-05-27T02:07:49.711Z | Downloaded serde_with_macros v1.5.2 |
| 989 | 2026-05-27T02:07:49.711Z | Downloaded newtype-uuid-macros v0.1.0 |
| 990 | 2026-05-27T02:07:49.711Z | Downloaded sec1 v0.7.3 |
| 991 | 2026-05-27T02:07:49.711Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-05-27T02:07:49.715Z | Downloaded maybe-uninit v2.0.0 |
| 993 | 2026-05-27T02:07:49.715Z | Downloaded derive-where v1.6.0 |
| 994 | 2026-05-27T02:07:49.715Z | Downloaded sqlparser_derive v0.5.0 |
| 995 | 2026-05-27T02:07:49.715Z | Downloaded hashbrown v0.15.5 |
| 996 | 2026-05-27T02:07:49.718Z | Downloaded pin-project v1.1.11 |
| 997 | 2026-05-27T02:07:49.727Z | Downloaded structmeta-derive v0.3.0 |
| 998 | 2026-05-27T02:07:49.731Z | Downloaded serde_path_to_error v0.1.20 |
| 999 | 2026-05-27T02:07:49.731Z | Downloaded darling_core v0.23.0 |
| 1000 | 2026-05-27T02:07:49.734Z | Downloaded ssh-cipher v0.2.0 |
| 1001 | 2026-05-27T02:07:49.734Z | Downloaded ssh-encoding v0.2.0 |
| 1002 | 2026-05-27T02:07:49.734Z | Downloaded dropshot-api-manager v0.7.2 |
| 1003 | 2026-05-27T02:07:49.737Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1004 | 2026-05-27T02:07:49.741Z | Downloaded sync-ptr v0.1.4 |
| 1005 | 2026-05-27T02:07:49.741Z | Downloaded supports-color v3.0.2 |
| 1006 | 2026-05-27T02:07:49.741Z | Downloaded strum v0.27.2 |
| 1007 | 2026-05-27T02:07:49.744Z | Downloaded strum v0.26.3 |
| 1008 | 2026-05-27T02:07:49.744Z | Downloaded slog-async v2.8.0 |
| 1009 | 2026-05-27T02:07:49.744Z | Downloaded signal-hook-registry v1.4.8 |
| 1010 | 2026-05-27T02:07:49.744Z | Downloaded shlex v1.3.0 |
| 1011 | 2026-05-27T02:07:49.747Z | Downloaded slog-stdlog v4.1.1 |
| 1012 | 2026-05-27T02:07:49.747Z | Downloaded smf v0.2.3 |
| 1013 | 2026-05-27T02:07:49.747Z | Downloaded smallvec v0.6.14 |
| 1014 | 2026-05-27T02:07:49.752Z | Downloaded snafu-derive v0.8.9 |
| 1015 | 2026-05-27T02:07:49.752Z | Downloaded slog-term v2.9.2 |
| 1016 | 2026-05-27T02:07:49.756Z | Downloaded tagptr v0.2.0 |
| 1017 | 2026-05-27T02:07:49.756Z | Downloaded tabled_derive v0.11.0 |
| 1018 | 2026-05-27T02:07:49.756Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-05-27T02:07:49.756Z | Downloaded structmeta v0.3.0 |
| 1020 | 2026-05-27T02:07:49.759Z | Downloaded prettyplease v0.2.37 |
| 1021 | 2026-05-27T02:07:49.759Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-05-27T02:07:49.762Z | Downloaded pretty_assertions v1.4.1 |
| 1023 | 2026-05-27T02:07:49.762Z | Downloaded slab v0.4.12 |
| 1024 | 2026-05-27T02:07:49.762Z | Downloaded rcgen v0.12.1 |
| 1025 | 2026-05-27T02:07:49.765Z | Downloaded sqlformat v0.3.5 |
| 1026 | 2026-05-27T02:07:49.768Z | Downloaded termtree v0.5.1 |
| 1027 | 2026-05-27T02:07:49.768Z | Downloaded sync_wrapper v1.0.2 |
| 1028 | 2026-05-27T02:07:49.768Z | Downloaded num-bigint v0.4.6 |
| 1029 | 2026-05-27T02:07:49.771Z | Downloaded tap v1.0.1 |
| 1030 | 2026-05-27T02:07:49.777Z | Downloaded take_mut v0.2.2 |
| 1031 | 2026-05-27T02:07:49.777Z | Downloaded stacker v0.1.23 |
| 1032 | 2026-05-27T02:07:49.777Z | Downloaded hashbrown v0.16.1 |
| 1033 | 2026-05-27T02:07:49.780Z | Downloaded strsim v0.10.0 |
| 1034 | 2026-05-27T02:07:49.780Z | Downloaded simd-adler32 v0.3.8 |
| 1035 | 2026-05-27T02:07:49.783Z | Downloaded serde_cbor v0.11.2 |
| 1036 | 2026-05-27T02:07:49.783Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-05-27T02:07:49.786Z | Downloaded slog-dtrace v0.3.0 |
| 1038 | 2026-05-27T02:07:49.786Z | Downloaded slog-scope v4.4.1 |
| 1039 | 2026-05-27T02:07:49.786Z | Downloaded ryu v1.0.23 |
| 1040 | 2026-05-27T02:07:49.789Z | Downloaded spki v0.7.3 |
| 1041 | 2026-05-27T02:07:49.789Z | Downloaded stringprep v0.1.5 |
| 1042 | 2026-05-27T02:07:49.792Z | Downloaded tinyvec_macros v0.1.1 |
| 1043 | 2026-05-27T02:07:49.792Z | Downloaded testing_table v0.3.0 |
| 1044 | 2026-05-27T02:07:49.792Z | Downloaded rand_seeder v0.4.0 |
| 1045 | 2026-05-27T02:07:49.792Z | Downloaded serde_derive_internals v0.29.1 |
| 1046 | 2026-05-27T02:07:49.795Z | Downloaded hickory-server v0.25.2 |
| 1047 | 2026-05-27T02:07:49.798Z | Downloaded http-body-util v0.1.3 |
| 1048 | 2026-05-27T02:07:49.798Z | Downloaded chacha20poly1305 v0.10.1 |
| 1049 | 2026-05-27T02:07:49.798Z | Downloaded publicsuffix v2.3.0 |
| 1050 | 2026-05-27T02:07:49.802Z | Downloaded lru v0.12.5 |
| 1051 | 2026-05-27T02:07:49.802Z | Downloaded group v0.13.0 |
| 1052 | 2026-05-27T02:07:49.804Z | Downloaded git-stub-vcs v0.1.0 |
| 1053 | 2026-05-27T02:07:49.804Z | Downloaded time-core v0.1.8 |
| 1054 | 2026-05-27T02:07:49.805Z | Downloaded thread-id v5.1.0 |
| 1055 | 2026-05-27T02:07:49.805Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1056 | 2026-05-27T02:07:49.807Z | Downloaded hyper-util v0.1.20 |
| 1057 | 2026-05-27T02:07:49.810Z | Downloaded support-bundle-viewer v0.1.2 |
| 1058 | 2026-05-27T02:07:49.810Z | Downloaded string_cache v0.8.9 |
| 1059 | 2026-05-27T02:07:49.813Z | Downloaded iri-string v0.7.10 |
| 1060 | 2026-05-27T02:07:49.816Z | Downloaded strum_macros v0.27.2 |
| 1061 | 2026-05-27T02:07:49.819Z | Downloaded strum_macros v0.26.4 |
| 1062 | 2026-05-27T02:07:49.819Z | Downloaded aes-gcm v0.10.3 |
| 1063 | 2026-05-27T02:07:49.822Z | Downloaded libxml v0.3.3 |
| 1064 | 2026-05-27T02:07:49.825Z | Downloaded subtle v2.6.1 |
| 1065 | 2026-05-27T02:07:49.825Z | Downloaded strum_macros v0.24.3 |
| 1066 | 2026-05-27T02:07:49.830Z | Downloaded tokio-macros v2.7.0 |
| 1067 | 2026-05-27T02:07:49.830Z | Downloaded rayon-core v1.13.0 |
| 1068 | 2026-05-27T02:07:49.833Z | Downloaded nom v7.1.3 |
| 1069 | 2026-05-27T02:07:49.833Z | Downloaded serde_with_macros v3.17.0 |
| 1070 | 2026-05-27T02:07:49.836Z | Downloaded iddqd v0.4.1 |
| 1071 | 2026-05-27T02:07:49.839Z | Downloaded thread_local v1.1.9 |
| 1072 | 2026-05-27T02:07:49.841Z | Downloaded termios v0.3.3 |
| 1073 | 2026-05-27T02:07:49.841Z | Downloaded defmt v1.0.1 |
| 1074 | 2026-05-27T02:07:49.844Z | Downloaded bitflags v1.3.2 |
| 1075 | 2026-05-27T02:07:49.844Z | Downloaded backoff v0.4.0 |
| 1076 | 2026-05-27T02:07:49.847Z | Downloaded erased-serde v0.3.31 |
| 1077 | 2026-05-27T02:07:49.847Z | Downloaded derive_builder_core v0.20.2 |
| 1078 | 2026-05-27T02:07:49.850Z | Downloaded base64ct v1.8.3 |
| 1079 | 2026-05-27T02:07:49.853Z | Downloaded spin v0.9.8 |
| 1080 | 2026-05-27T02:07:49.853Z | Downloaded schemars v0.8.22 |
| 1081 | 2026-05-27T02:07:49.858Z | Downloaded try-lock v0.2.5 |
| 1082 | 2026-05-27T02:07:49.861Z | Downloaded tiny-keccak v2.0.2 |
| 1083 | 2026-05-27T02:07:49.861Z | Downloaded tokio-dtrace v0.1.1 |
| 1084 | 2026-05-27T02:07:49.865Z | Downloaded tls_codec v0.4.2 |
| 1085 | 2026-05-27T02:07:49.866Z | Downloaded quinn v0.11.9 |
| 1086 | 2026-05-27T02:07:49.868Z | Downloaded qorb v0.4.1 |
| 1087 | 2026-05-27T02:07:49.869Z | Downloaded tower-layer v0.3.3 |
| 1088 | 2026-05-27T02:07:49.869Z | Downloaded similar v2.7.0 |
| 1089 | 2026-05-27T02:07:49.871Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-05-27T02:07:49.874Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-05-27T02:07:49.874Z | Downloaded typify-macro v0.6.2 |
| 1092 | 2026-05-27T02:07:49.877Z | Downloaded h2 v0.4.13 |
| 1093 | 2026-05-27T02:07:49.880Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1094 | 2026-05-27T02:07:49.883Z | Downloaded itertools v0.13.0 |
| 1095 | 2026-05-27T02:07:49.886Z | Downloaded mio v1.2.0 |
| 1096 | 2026-05-27T02:07:49.889Z | Downloaded unicode-truncate v1.1.0 |
| 1097 | 2026-05-27T02:07:49.889Z | Downloaded ar_archive_writer v0.5.1 |
| 1098 | 2026-05-27T02:07:49.892Z | Downloaded unarray v0.1.4 |
| 1099 | 2026-05-27T02:07:49.892Z | Downloaded typify-macro v0.4.3 |
| 1100 | 2026-05-27T02:07:49.896Z | Downloaded thiserror-no-std v2.0.2 |
| 1101 | 2026-05-27T02:07:49.896Z | Downloaded hyper v1.8.1 |
| 1102 | 2026-05-27T02:07:49.899Z | Downloaded static_assertions v1.1.0 |
| 1103 | 2026-05-27T02:07:49.902Z | Downloaded tls_codec_derive v0.4.2 |
| 1104 | 2026-05-27T02:07:49.902Z | Downloaded unit-prefix v0.5.2 |
| 1105 | 2026-05-27T02:07:49.902Z | Downloaded crossbeam-deque v0.8.6 |
| 1106 | 2026-05-27T02:07:49.905Z | Downloaded ena v0.14.4 |
| 1107 | 2026-05-27T02:07:49.905Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-05-27T02:07:49.905Z | Downloaded trait-variant v0.1.2 |
| 1109 | 2026-05-27T02:07:49.908Z | Downloaded utf-8 v0.7.6 |
| 1110 | 2026-05-27T02:07:49.908Z | Downloaded darling v0.23.0 |
| 1111 | 2026-05-27T02:07:49.911Z | Downloaded untrusted v0.7.1 |
| 1112 | 2026-05-27T02:07:49.911Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1113 | 2026-05-27T02:07:49.911Z | Downloaded term v0.7.0 |
| 1114 | 2026-05-27T02:07:49.914Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1115 | 2026-05-27T02:07:49.917Z | Downloaded socket2 v0.5.10 |
| 1116 | 2026-05-27T02:07:49.917Z | Downloaded universal-hash v0.5.1 |
| 1117 | 2026-05-27T02:07:49.920Z | Downloaded tokio-rustls v0.25.0 |
| 1118 | 2026-05-27T02:07:49.920Z | Downloaded socket2 v0.6.3 |
| 1119 | 2026-05-27T02:07:49.920Z | Downloaded usdt-macro v0.6.0 |
| 1120 | 2026-05-27T02:07:49.920Z | Downloaded usdt v0.6.0 |
| 1121 | 2026-05-27T02:07:49.923Z | Downloaded futures-util v0.3.32 |
| 1122 | 2026-05-27T02:07:49.928Z | Downloaded usdt-attr-macro v0.6.0 |
| 1123 | 2026-05-27T02:07:49.931Z | Downloaded tui-tree-widget v0.23.1 |
| 1124 | 2026-05-27T02:07:49.931Z | Downloaded rand v0.8.6 |
| 1125 | 2026-05-27T02:07:49.931Z | Downloaded tower-service v0.3.3 |
| 1126 | 2026-05-27T02:07:49.934Z | Downloaded tokio-tungstenite v0.23.1 |
| 1127 | 2026-05-27T02:07:49.934Z | Downloaded tokio-native-tls v0.3.1 |
| 1128 | 2026-05-27T02:07:49.934Z | Downloaded schemars v1.2.1 |
| 1129 | 2026-05-27T02:07:49.942Z | Downloaded waitgroup v0.1.2 |
| 1130 | 2026-05-27T02:07:49.945Z | Downloaded wait-timeout v0.2.1 |
| 1131 | 2026-05-27T02:07:49.945Z | Downloaded rand v0.9.2 |
| 1132 | 2026-05-27T02:07:49.948Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1133 | 2026-05-27T02:07:49.948Z | Downloaded subprocess v0.2.15 |
| 1134 | 2026-05-27T02:07:49.952Z | Downloaded hkdf v0.12.4 |
| 1135 | 2026-05-27T02:07:49.952Z | Downloaded samael v0.0.19 |
| 1136 | 2026-05-27T02:07:49.955Z | Downloaded xattr v1.6.1 |
| 1137 | 2026-05-27T02:07:49.955Z | Downloaded want v0.3.1 |
| 1138 | 2026-05-27T02:07:49.955Z | Downloaded void v1.0.2 |
| 1139 | 2026-05-27T02:07:49.958Z | Downloaded tokio-stream v0.1.18 |
| 1140 | 2026-05-27T02:07:49.958Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1141 | 2026-05-27T02:07:49.961Z | Downloaded russh v0.45.0 |
| 1142 | 2026-05-27T02:07:49.964Z | Downloaded test-strategy v0.4.5 |
| 1143 | 2026-05-27T02:07:49.967Z | Downloaded snafu v0.8.9 |
| 1144 | 2026-05-27T02:07:49.970Z | Downloaded itertools v0.12.1 |
| 1145 | 2026-05-27T02:07:49.973Z | Downloaded rsa v0.9.10 |
| 1146 | 2026-05-27T02:07:49.976Z | Downloaded zeroize_derive v1.4.3 |
| 1147 | 2026-05-27T02:07:49.976Z | Downloaded slog v2.8.2 |
| 1148 | 2026-05-27T02:07:49.978Z | Downloaded unicase v2.9.0 |
| 1149 | 2026-05-27T02:07:49.979Z | Downloaded rustls-webpki v0.103.9 |
| 1150 | 2026-05-27T02:07:49.982Z | Downloaded tokio-rustls v0.26.4 |
| 1151 | 2026-05-27T02:07:49.982Z | Downloaded tokio-tungstenite v0.21.0 |
| 1152 | 2026-05-27T02:07:49.984Z | Downloaded time-macros v0.2.27 |
| 1153 | 2026-05-27T02:07:49.984Z | Downloaded num-bigint-dig v0.8.6 |
| 1154 | 2026-05-27T02:07:49.988Z | Downloaded uzers v0.12.2 |
| 1155 | 2026-05-27T02:07:49.990Z | Downloaded libm v0.2.16 |
| 1156 | 2026-05-27T02:07:49.994Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-05-27T02:07:49.996Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-05-27T02:07:49.996Z | Downloaded term v1.2.1 |
| 1159 | 2026-05-27T02:07:50.001Z | Downloaded ron v0.8.1 |
| 1160 | 2026-05-27T02:07:50.004Z | Downloaded tinyvec v1.10.0 |
| 1161 | 2026-05-27T02:07:50.004Z | Downloaded ctr v0.9.2 |
| 1162 | 2026-05-27T02:07:50.004Z | Downloaded zone_cfg_derive v0.3.1 |
| 1163 | 2026-05-27T02:07:50.004Z | Downloaded walkdir v2.5.0 |
| 1164 | 2026-05-27T02:07:50.007Z | Downloaded twox-hash v2.1.2 |
| 1165 | 2026-05-27T02:07:50.007Z | Downloaded vergen-gitcl v1.0.8 |
| 1166 | 2026-05-27T02:07:50.007Z | Downloaded rand v0.10.0 |
| 1167 | 2026-05-27T02:07:50.010Z | Downloaded compression-codecs v0.4.37 |
| 1168 | 2026-05-27T02:07:50.013Z | Downloaded vergen-lib v9.1.0 |
| 1169 | 2026-05-27T02:07:50.014Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-05-27T02:07:50.014Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1171 | 2026-05-27T02:07:50.018Z | Downloaded chrono v0.4.44 |
| 1172 | 2026-05-27T02:07:50.021Z | Downloaded whoami v2.1.0 |
| 1173 | 2026-05-27T02:07:50.021Z | Downloaded schemars v0.9.0 |
| 1174 | 2026-05-27T02:07:50.027Z | Downloaded zone v0.3.1 |
| 1175 | 2026-05-27T02:07:50.032Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-05-27T02:07:50.032Z | Downloaded tokio-rustls v0.24.1 |
| 1177 | 2026-05-27T02:07:50.032Z | Downloaded p521 v0.13.3 |
| 1178 | 2026-05-27T02:07:50.035Z | Downloaded vsss-rs v3.3.4 |
| 1179 | 2026-05-27T02:07:50.036Z | Downloaded toml v0.7.8 |
| 1180 | 2026-05-27T02:07:50.036Z | Downloaded xshell v0.2.7 |
| 1181 | 2026-05-27T02:07:50.039Z | Downloaded async-trait v0.1.89 |
| 1182 | 2026-05-27T02:07:50.039Z | Downloaded argon2 v0.5.3 |
| 1183 | 2026-05-27T02:07:50.039Z | Downloaded backon v1.6.0 |
| 1184 | 2026-05-27T02:07:50.043Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-05-27T02:07:50.046Z | Downloaded usdt-impl v0.6.0 |
| 1186 | 2026-05-27T02:07:50.050Z | Downloaded zeroize v1.8.2 |
| 1187 | 2026-05-27T02:07:50.050Z | Downloaded unicode-properties v0.1.4 |
| 1188 | 2026-05-27T02:07:50.055Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1189 | 2026-05-27T02:07:50.058Z | Downloaded vergen-git2 v9.1.0 |
| 1190 | 2026-05-27T02:07:50.058Z | Downloaded zstd v0.13.3 |
| 1191 | 2026-05-27T02:07:50.061Z | Downloaded zstd-safe v7.2.4 |
| 1192 | 2026-05-27T02:07:50.061Z | Downloaded tracing-core v0.1.36 |
| 1193 | 2026-05-27T02:07:50.065Z | Downloaded itertools v0.14.0 |
| 1194 | 2026-05-27T02:07:50.069Z | Downloaded unicode-bidi v0.3.18 |
| 1195 | 2026-05-27T02:07:50.072Z | Downloaded typify v0.4.3 |
| 1196 | 2026-05-27T02:07:50.075Z | Downloaded wyz v0.5.1 |
| 1197 | 2026-05-27T02:07:50.075Z | Downloaded tungstenite v0.23.0 |
| 1198 | 2026-05-27T02:07:50.078Z | Downloaded tungstenite v0.21.0 |
| 1199 | 2026-05-27T02:07:50.082Z | Downloaded typify v0.6.2 |
| 1200 | 2026-05-27T02:07:50.084Z | Downloaded unsafe-libyaml v0.2.11 |
| 1201 | 2026-05-27T02:07:50.087Z | Downloaded yasna v0.5.2 |
| 1202 | 2026-05-27T02:07:50.087Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1203 | 2026-05-27T02:07:50.090Z | Downloaded tar v0.4.45 |
| 1204 | 2026-05-27T02:07:50.093Z | Downloaded blake3 v1.8.3 |
| 1205 | 2026-05-27T02:07:50.098Z | Downloaded steno v0.4.1 |
| 1206 | 2026-05-27T02:07:50.101Z | Downloaded rpassword v7.4.0 |
| 1207 | 2026-05-27T02:07:50.117Z | Downloaded vte v0.14.1 |
| 1208 | 2026-05-27T02:07:50.127Z | Downloaded serde_with v1.14.0 |
| 1209 | 2026-05-27T02:07:50.132Z | Downloaded uuid v1.23.0 |
| 1210 | 2026-05-27T02:07:50.135Z | Downloaded zerocopy v0.6.6 |
| 1211 | 2026-05-27T02:07:50.138Z | Downloaded aws-lc-rs v1.16.3 |
| 1212 | 2026-05-27T02:07:50.141Z | Downloaded regex v1.12.3 |
| 1213 | 2026-05-27T02:07:50.145Z | Downloaded reedline v0.40.0 |
| 1214 | 2026-05-27T02:07:50.158Z | Downloaded zopfli v0.8.3 |
| 1215 | 2026-05-27T02:07:50.161Z | Downloaded tokio-postgres v0.7.16 |
| 1216 | 2026-05-27T02:07:50.167Z | Downloaded bindgen v0.71.1 |
| 1217 | 2026-05-27T02:07:50.170Z | Downloaded curve25519-dalek v4.1.3 |
| 1218 | 2026-05-27T02:07:50.175Z | Downloaded yansi v1.0.1 |
| 1219 | 2026-05-27T02:07:50.178Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-05-27T02:07:50.186Z | Downloaded ssh-key v0.6.7 |
| 1221 | 2026-05-27T02:07:50.189Z | Downloaded bitvec v1.0.1 |
| 1222 | 2026-05-27T02:07:50.209Z | Downloaded zip v0.6.6 |
| 1223 | 2026-05-27T02:07:50.214Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-05-27T02:07:50.214Z | Downloaded reqwest v0.12.28 |
| 1225 | 2026-05-27T02:07:50.214Z | Downloaded git2 v0.20.4 |
| 1226 | 2026-05-27T02:07:50.218Z | Downloaded lalrpop v0.19.12 |
| 1227 | 2026-05-27T02:07:50.223Z | Downloaded reqwest v0.13.2 |
| 1228 | 2026-05-27T02:07:50.227Z | Downloaded unicode_categories v0.1.1 |
| 1229 | 2026-05-27T02:07:50.227Z | Downloaded tower v0.5.3 |
| 1230 | 2026-05-27T02:07:50.230Z | Downloaded rustls-webpki v0.101.7 |
| 1231 | 2026-05-27T02:07:50.238Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-05-27T02:07:50.242Z | Downloaded salty v0.3.0 |
| 1233 | 2026-05-27T02:07:50.246Z | Downloaded quick-xml v0.37.5 |
| 1234 | 2026-05-27T02:07:50.249Z | Downloaded p384 v0.13.1 |
| 1235 | 2026-05-27T02:07:50.252Z | Downloaded moka v0.12.13 |
| 1236 | 2026-05-27T02:07:50.256Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-05-27T02:07:50.259Z | Downloaded unicode-segmentation v1.12.0 |
| 1238 | 2026-05-27T02:07:50.263Z | Downloaded goblin v0.10.5 |
| 1239 | 2026-05-27T02:07:50.270Z | Downloaded petname v2.0.2 |
| 1240 | 2026-05-27T02:07:50.273Z | Downloaded tokio-util v0.7.18 |
| 1241 | 2026-05-27T02:07:50.277Z | Downloaded proptest v1.10.0 |
| 1242 | 2026-05-27T02:07:50.284Z | Downloaded tough v0.22.0 |
| 1243 | 2026-05-27T02:07:50.290Z | Downloaded zerocopy-derive v0.8.40 |
| 1244 | 2026-05-27T02:07:50.295Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-05-27T02:07:50.301Z | Downloaded object v0.30.4 |
| 1246 | 2026-05-27T02:07:50.310Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-05-27T02:07:50.321Z | Downloaded rustls-webpki v0.102.8 |
| 1248 | 2026-05-27T02:07:50.331Z | Downloaded winnow v0.6.26 |
| 1249 | 2026-05-27T02:07:50.337Z | Downloaded dropshot v0.17.0 |
| 1250 | 2026-05-27T02:07:50.349Z | Downloaded serde_with v3.17.0 |
| 1251 | 2026-05-27T02:07:50.356Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-05-27T02:07:50.359Z | Downloaded bstr v1.12.1 |
| 1253 | 2026-05-27T02:07:50.364Z | Downloaded radix_trie v0.2.1 |
| 1254 | 2026-05-27T02:07:50.367Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-05-27T02:07:50.371Z | Downloaded nix v0.27.1 |
| 1256 | 2026-05-27T02:07:50.381Z | Downloaded zip v4.6.1 |
| 1257 | 2026-05-27T02:07:50.393Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-05-27T02:07:50.396Z | Downloaded time v0.3.47 |
| 1259 | 2026-05-27T02:07:50.403Z | Downloaded vcpkg v0.2.15 |
| 1260 | 2026-05-27T02:07:50.426Z | Downloaded tabled v0.20.0 |
| 1261 | 2026-05-27T02:07:50.437Z | Downloaded nix v0.28.0 |
| 1262 | 2026-05-27T02:07:50.441Z | Downloaded webpki-roots v1.0.6 |
| 1263 | 2026-05-27T02:07:50.444Z | Downloaded regex-syntax v0.6.29 |
| 1264 | 2026-05-27T02:07:50.448Z | Downloaded polar-core v0.27.3 |
| 1265 | 2026-05-27T02:07:50.453Z | Downloaded openssl v0.10.79 |
| 1266 | 2026-05-27T02:07:50.458Z | Downloaded object v0.37.3 |
| 1267 | 2026-05-27T02:07:50.465Z | Downloaded smoltcp v0.9.1 |
| 1268 | 2026-05-27T02:07:50.470Z | Downloaded hickory-proto v0.24.4 |
| 1269 | 2026-05-27T02:07:50.481Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-05-27T02:07:50.485Z | Downloaded diesel v2.3.7 |
| 1271 | 2026-05-27T02:07:50.493Z | Downloaded vergen v9.1.0 |
| 1272 | 2026-05-27T02:07:50.496Z | Downloaded rustls v0.23.37 |
| 1273 | 2026-05-27T02:07:50.501Z | Downloaded rustls v0.21.12 |
| 1274 | 2026-05-27T02:07:50.507Z | Downloaded rustls v0.22.4 |
| 1275 | 2026-05-27T02:07:50.515Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-05-27T02:07:50.521Z | Downloaded regress v0.10.5 |
| 1277 | 2026-05-27T02:07:50.524Z | Downloaded hickory-proto v0.25.2 |
| 1278 | 2026-05-27T02:07:50.533Z | Downloaded rustix v0.38.44 |
| 1279 | 2026-05-27T02:07:50.546Z | Downloaded regress v0.11.1 |
| 1280 | 2026-05-27T02:07:50.552Z | Downloaded sqlparser v0.61.0 |
| 1281 | 2026-05-27T02:07:50.557Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-05-27T02:07:50.561Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-05-27T02:07:50.567Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-05-27T02:07:50.574Z | Downloaded nix v0.31.2 |
| 1285 | 2026-05-27T02:07:50.580Z | Downloaded typify-impl v0.6.2 |
| 1286 | 2026-05-27T02:07:50.596Z | Downloaded sled v0.34.7 |
| 1287 | 2026-05-27T02:07:50.601Z | Downloaded typify-impl v0.4.3 |
| 1288 | 2026-05-27T02:07:50.609Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1289 | 2026-05-27T02:07:50.625Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-05-27T02:07:50.637Z | Downloaded ratatui v0.29.0 |
| 1291 | 2026-05-27T02:07:50.664Z | Downloaded zerocopy-derive v0.6.6 |
| 1292 | 2026-05-27T02:07:50.676Z | Downloaded jiff v0.2.21 |
| 1293 | 2026-05-27T02:07:50.686Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-27T02:07:50.693Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-05-27T02:07:50.704Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-05-27T02:07:50.716Z | Downloaded petgraph v0.8.3 |
| 1297 | 2026-05-27T02:07:50.744Z | Downloaded libz-sys v1.1.24 |
| 1298 | 2026-05-27T02:07:50.754Z | Downloaded csv v1.4.0 |
| 1299 | 2026-05-27T02:07:50.766Z | Downloaded tokio v1.52.1 |
| 1300 | 2026-05-27T02:07:50.789Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-05-27T02:07:50.798Z | Downloaded sha3 v0.10.8 |
| 1302 | 2026-05-27T02:07:50.853Z | Downloaded encoding_rs v0.8.35 |
| 1303 | 2026-05-27T02:07:50.870Z | Downloaded ring v0.17.14 |
| 1304 | 2026-05-27T02:07:50.895Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1305 | 2026-05-27T02:07:51.429Z | Downloaded aws-lc-sys v0.40.0 |
| 1306 | 2026-05-27T02:07:51.671Z | Compiling libc v0.2.185 |
| 1307 | 2026-05-27T02:07:51.671Z | Compiling serde v1.0.228 |
| 1308 | 2026-05-27T02:07:51.675Z | Compiling log v0.4.29 |
| 1309 | 2026-05-27T02:07:51.676Z | Compiling find-msvc-tools v0.1.9 |
| 1310 | 2026-05-27T02:07:51.829Z | Compiling shlex v1.3.0 |
| 1311 | 2026-05-27T02:07:51.842Z | Compiling syn v2.0.117 |
| 1312 | 2026-05-27T02:07:51.848Z | Compiling smallvec v1.15.1 |
| 1313 | 2026-05-27T02:07:51.848Z | Compiling typenum v1.19.0 |
| 1314 | 2026-05-27T02:07:52.024Z | Compiling generic-array v0.14.7 |
| 1315 | 2026-05-27T02:07:52.041Z | Compiling subtle v2.6.1 |
| 1316 | 2026-05-27T02:07:52.068Z | Compiling scopeguard v1.2.0 |
| 1317 | 2026-05-27T02:07:52.095Z | Compiling const-oid v0.9.6 |
| 1318 | 2026-05-27T02:07:52.141Z | Compiling serde_json v1.0.149 |
| 1319 | 2026-05-27T02:07:52.173Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-05-27T02:07:52.219Z | Compiling zerocopy v0.8.40 |
| 1321 | 2026-05-27T02:07:52.263Z | Compiling parking_lot_core v0.9.12 |
| 1322 | 2026-05-27T02:07:52.402Z | Compiling portable-atomic v1.13.1 |
| 1323 | 2026-05-27T02:07:52.500Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-05-27T02:07:52.613Z | Compiling pkg-config v0.3.32 |
| 1325 | 2026-05-27T02:07:52.627Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-05-27T02:07:52.696Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-05-27T02:07:52.822Z | Compiling rand_core v0.6.4 |
| 1328 | 2026-05-27T02:07:52.856Z | Compiling errno v0.3.14 |
| 1329 | 2026-05-27T02:07:53.006Z | Compiling cc v1.2.56 |
| 1330 | 2026-05-27T02:07:53.085Z | Compiling signal-hook-registry v1.4.8 |
| 1331 | 2026-05-27T02:07:53.106Z | Compiling bitflags v2.11.0 |
| 1332 | 2026-05-27T02:07:53.183Z | Compiling libm v0.2.16 |
| 1333 | 2026-05-27T02:07:53.207Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-05-27T02:07:53.320Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-05-27T02:07:53.338Z | Compiling parking_lot v0.12.5 |
| 1336 | 2026-05-27T02:07:53.355Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-27T02:07:53.439Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-27T02:07:53.475Z | Compiling num-traits v0.2.19 |
| 1339 | 2026-05-27T02:07:53.514Z | Compiling percent-encoding v2.3.2 |
| 1340 | 2026-05-27T02:07:53.583Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-05-27T02:07:53.715Z | Compiling futures-sink v0.3.32 |
| 1342 | 2026-05-27T02:07:53.733Z | Compiling futures-io v0.3.32 |
| 1343 | 2026-05-27T02:07:53.815Z | Compiling futures-channel v0.3.32 |
| 1344 | 2026-05-27T02:07:53.845Z | Compiling futures-task v0.3.32 |
| 1345 | 2026-05-27T02:07:53.888Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-05-27T02:07:53.942Z | Compiling slab v0.4.12 |
| 1347 | 2026-05-27T02:07:53.963Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-05-27T02:07:54.002Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-05-27T02:07:54.015Z | Compiling indexmap v2.14.0 |
| 1350 | 2026-05-27T02:07:54.047Z | Compiling rustversion v1.0.22 |
| 1351 | 2026-05-27T02:07:54.125Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-05-27T02:07:54.170Z | Compiling cmake v0.1.57 |
| 1353 | 2026-05-27T02:07:54.624Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-05-27T02:07:54.637Z | Compiling fs_extra v1.3.0 |
| 1355 | 2026-05-27T02:07:54.651Z | Compiling dunce v1.0.5 |
| 1356 | 2026-05-27T02:07:54.695Z | Compiling ident_case v1.0.1 |
| 1357 | 2026-05-27T02:07:54.741Z | Compiling synstructure v0.13.2 |
| 1358 | 2026-05-27T02:07:54.797Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-05-27T02:07:54.812Z | Compiling regex-syntax v0.8.10 |
| 1360 | 2026-05-27T02:07:54.901Z | Compiling aws-lc-sys v0.40.0 |
| 1361 | 2026-05-27T02:07:54.958Z | Compiling iana-time-zone v0.1.65 |
| 1362 | 2026-05-27T02:07:55.079Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-05-27T02:07:55.094Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-27T02:07:55.158Z | Compiling rustix v1.1.3 |
| 1365 | 2026-05-27T02:07:55.220Z | Compiling rand_core v0.9.5 |
| 1366 | 2026-05-27T02:07:55.241Z | Compiling ring v0.17.14 |
| 1367 | 2026-05-27T02:07:55.343Z | Compiling vcpkg v0.2.15 |
| 1368 | 2026-05-27T02:07:55.378Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-05-27T02:07:55.501Z | Compiling uuid v1.23.0 |
| 1370 | 2026-05-27T02:07:55.661Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-05-27T02:07:56.006Z | Compiling tracing-core v0.1.36 |
| 1372 | 2026-05-27T02:07:56.111Z | Compiling openssl-sys v0.9.115 |
| 1373 | 2026-05-27T02:07:56.233Z | Compiling base64 v0.22.1 |
| 1374 | 2026-05-27T02:07:56.499Z | Compiling serde_derive v1.0.228 |
| 1375 | 2026-05-27T02:07:56.568Z | Compiling zeroize_derive v1.4.3 |
| 1376 | 2026-05-27T02:07:56.594Z | Compiling zerofrom-derive v0.1.6 |
| 1377 | 2026-05-27T02:07:56.648Z | Compiling yoke-derive v0.8.1 |
| 1378 | 2026-05-27T02:07:56.916Z | Compiling zerocopy-derive v0.8.40 |
| 1379 | 2026-05-27T02:07:57.202Z | Compiling zerovec-derive v0.11.2 |
| 1380 | 2026-05-27T02:07:57.218Z | Compiling zeroize v1.8.2 |
| 1381 | 2026-05-27T02:07:57.805Z | Compiling displaydoc v0.2.5 |
| 1382 | 2026-05-27T02:07:57.964Z | Compiling crypto-common v0.1.7 |
| 1383 | 2026-05-27T02:07:57.978Z | Compiling zerofrom v0.1.6 |
| 1384 | 2026-05-27T02:07:58.100Z | Compiling yoke v0.8.1 |
| 1385 | 2026-05-27T02:07:58.113Z | Compiling block-buffer v0.10.4 |
| 1386 | 2026-05-27T02:07:58.276Z | Compiling digest v0.10.7 |
| 1387 | 2026-05-27T02:07:58.290Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-05-27T02:07:58.302Z | Compiling zerovec v0.11.5 |
| 1389 | 2026-05-27T02:07:58.521Z | Compiling futures-macro v0.3.32 |
| 1390 | 2026-05-27T02:07:58.533Z | Compiling zerotrie v0.2.3 |
| 1391 | 2026-05-27T02:07:58.799Z | Compiling tinystr v0.8.2 |
| 1392 | 2026-05-27T02:07:58.830Z | Compiling potential_utf v0.1.4 |
| 1393 | 2026-05-27T02:07:58.994Z | Compiling icu_locale_core v2.1.1 |
| 1394 | 2026-05-27T02:07:58.997Z | Compiling icu_collections v2.1.1 |
| 1395 | 2026-05-27T02:07:58.997Z | Compiling hmac v0.12.1 |
| 1396 | 2026-05-27T02:07:59.166Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-05-27T02:07:59.308Z | Compiling futures-util v0.3.32 |
| 1398 | 2026-05-27T02:07:59.322Z | Compiling inout v0.1.4 |
| 1399 | 2026-05-27T02:07:59.464Z | Compiling cipher v0.4.4 |
| 1400 | 2026-05-27T02:07:59.483Z | Compiling sha2 v0.10.9 |
| 1401 | 2026-05-27T02:07:59.719Z | Compiling icu_provider v2.1.1 |
| 1402 | 2026-05-27T02:07:59.872Z | Compiling bytes v1.11.1 |
| 1403 | 2026-05-27T02:07:59.908Z | Compiling der_derive v0.7.3 |
| 1404 | 2026-05-27T02:08:00.012Z | Compiling icu_properties v2.1.2 |
| 1405 | 2026-05-27T02:08:00.466Z | Compiling tokio v1.52.1 |
| 1406 | 2026-05-27T02:08:00.716Z | Compiling icu_normalizer v2.1.1 |
| 1407 | 2026-05-27T02:08:00.829Z | Compiling der v0.7.10 |
| 1408 | 2026-05-27T02:08:00.984Z | Compiling http v1.4.0 |
| 1409 | 2026-05-27T02:08:01.110Z | Compiling idna_adapter v1.2.1 |
| 1410 | 2026-05-27T02:08:01.255Z | Compiling idna v1.1.0 |
| 1411 | 2026-05-27T02:08:01.306Z | Compiling ppv-lite86 v0.2.21 |
| 1412 | 2026-05-27T02:08:01.319Z | Compiling chrono v0.4.44 |
| 1413 | 2026-05-27T02:08:01.628Z | Compiling url v2.5.8 |
| 1414 | 2026-05-27T02:08:01.643Z | Compiling salsa20 v0.10.2 |
| 1415 | 2026-05-27T02:08:01.791Z | Compiling spki v0.7.3 |
| 1416 | 2026-05-27T02:08:01.903Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-05-27T02:08:01.957Z | Compiling rustls-pki-types v1.14.0 |
| 1418 | 2026-05-27T02:08:01.997Z | Compiling thiserror-impl v2.0.18 |
| 1419 | 2026-05-27T02:08:02.025Z | Compiling tracing-attributes v0.1.31 |
| 1420 | 2026-05-27T02:08:02.064Z | Compiling scrypt v0.11.0 |
| 1421 | 2026-05-27T02:08:02.313Z | Compiling http-body v1.0.1 |
| 1422 | 2026-05-27T02:08:02.398Z | Compiling rand_chacha v0.9.0 |
| 1423 | 2026-05-27T02:08:02.420Z | Compiling aes v0.8.4 |
| 1424 | 2026-05-27T02:08:02.467Z | Compiling cbc v0.1.2 |
| 1425 | 2026-05-27T02:08:02.684Z | Compiling untrusted v0.9.0 |
| 1426 | 2026-05-27T02:08:02.713Z | Compiling untrusted v0.7.1 |
| 1427 | 2026-05-27T02:08:02.804Z | Compiling httparse v1.10.1 |
| 1428 | 2026-05-27T02:08:02.835Z | Compiling tinyvec_macros v0.1.1 |
| 1429 | 2026-05-27T02:08:02.907Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-05-27T02:08:03.081Z | Compiling tinyvec v1.10.0 |
| 1431 | 2026-05-27T02:08:03.084Z | Compiling pkcs5 v0.7.1 |
| 1432 | 2026-05-27T02:08:03.301Z | Compiling thiserror v2.0.18 |
| 1433 | 2026-05-27T02:08:03.303Z | Compiling tracing v0.1.44 |
| 1434 | 2026-05-27T02:08:03.408Z | Compiling pest_generator v2.8.6 |
| 1435 | 2026-05-27T02:08:03.421Z | Compiling rand v0.9.2 |
| 1436 | 2026-05-27T02:08:03.463Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-05-27T02:08:03.561Z | Compiling aho-corasick v1.1.4 |
| 1438 | 2026-05-27T02:08:03.574Z | Compiling try-lock v0.2.5 |
| 1439 | 2026-05-27T02:08:03.681Z | Compiling schemars v0.8.22 |
| 1440 | 2026-05-27T02:08:03.877Z | Compiling tower-service v0.3.3 |
| 1441 | 2026-05-27T02:08:03.974Z | Compiling rustls v0.23.37 |
| 1442 | 2026-05-27T02:08:04.100Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-05-27T02:08:04.145Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-05-27T02:08:04.190Z | Compiling atomic-waker v1.1.2 |
| 1445 | 2026-05-27T02:08:04.261Z | Compiling tokio-util v0.7.18 |
| 1446 | 2026-05-27T02:08:04.274Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-05-27T02:08:04.330Z | Compiling want v0.3.1 |
| 1448 | 2026-05-27T02:08:04.345Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-27T02:08:04.492Z | Compiling regex-automata v0.4.14 |
| 1450 | 2026-05-27T02:08:04.694Z | Compiling pkcs8 v0.10.2 |
| 1451 | 2026-05-27T02:08:04.928Z | Compiling h2 v0.4.13 |
| 1452 | 2026-05-27T02:08:05.221Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-05-27T02:08:05.272Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-05-27T02:08:05.285Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-05-27T02:08:05.564Z | Compiling openssl v0.10.79 |
| 1456 | 2026-05-27T02:08:05.714Z | Compiling pin-utils v0.1.0 |
| 1457 | 2026-05-27T02:08:05.786Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-05-27T02:08:05.802Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-05-27T02:08:05.872Z | Compiling foreign-types v0.3.2 |
| 1460 | 2026-05-27T02:08:05.964Z | Compiling tempfile v3.25.0 |
| 1461 | 2026-05-27T02:08:06.119Z | Compiling scroll v0.13.0 |
| 1462 | 2026-05-27T02:08:06.152Z | Compiling unicode-normalization v0.1.25 |
| 1463 | 2026-05-27T02:08:06.385Z | Compiling openssl-macros v0.1.1 |
| 1464 | 2026-05-27T02:08:06.607Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1465 | 2026-05-27T02:08:06.753Z | Compiling spin v0.9.8 |
| 1466 | 2026-05-27T02:08:06.772Z | Compiling crc32fast v1.5.0 |
| 1467 | 2026-05-27T02:08:06.962Z | Compiling time-core v0.1.8 |
| 1468 | 2026-05-27T02:08:06.995Z | Compiling native-tls v0.2.18 |
| 1469 | 2026-05-27T02:08:07.038Z | Compiling num-conv v0.2.0 |
| 1470 | 2026-05-27T02:08:07.110Z | Compiling powerfmt v0.2.0 |
| 1471 | 2026-05-27T02:08:07.170Z | Compiling time-macros v0.2.27 |
| 1472 | 2026-05-27T02:08:07.259Z | Compiling deranged v0.5.8 |
| 1473 | 2026-05-27T02:08:07.592Z | Compiling darling_macro v0.20.11 |
| 1474 | 2026-05-27T02:08:08.048Z | Compiling hyper v1.8.1 |
| 1475 | 2026-05-27T02:08:08.210Z | Compiling darling v0.20.11 |
| 1476 | 2026-05-27T02:08:08.226Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-27T02:08:08.290Z | Compiling rustls-native-certs v0.8.3 |
| 1478 | 2026-05-27T02:08:08.575Z | Compiling sync_wrapper v1.0.2 |
| 1479 | 2026-05-27T02:08:08.598Z | Compiling wait-timeout v0.2.1 |
| 1480 | 2026-05-27T02:08:08.681Z | Compiling num_threads v0.1.7 |
| 1481 | 2026-05-27T02:08:08.777Z | Compiling quick-error v1.2.3 |
| 1482 | 2026-05-27T02:08:08.861Z | Compiling usdt-impl v0.6.0 |
| 1483 | 2026-05-27T02:08:08.881Z | Compiling syn v1.0.109 |
| 1484 | 2026-05-27T02:08:08.898Z | Compiling simd-adler32 v0.3.8 |
| 1485 | 2026-05-27T02:08:09.060Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-05-27T02:08:09.132Z | Compiling hyper-util v0.1.20 |
| 1487 | 2026-05-27T02:08:09.176Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-05-27T02:08:09.339Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-05-27T02:08:09.448Z | Compiling rusty-fork v0.3.1 |
| 1490 | 2026-05-27T02:08:09.599Z | Compiling bit-set v0.8.0 |
| 1491 | 2026-05-27T02:08:09.760Z | Compiling time v0.3.47 |
| 1492 | 2026-05-27T02:08:09.760Z | Compiling tower v0.5.3 |
| 1493 | 2026-05-27T02:08:09.879Z | Compiling derive_builder_core v0.20.2 |
| 1494 | 2026-05-27T02:08:10.329Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-05-27T02:08:10.423Z | Compiling http-body-util v0.1.3 |
| 1496 | 2026-05-27T02:08:10.665Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-05-27T02:08:10.741Z | Compiling signature v2.2.0 |
| 1498 | 2026-05-27T02:08:10.785Z | Compiling scroll_derive v0.12.1 |
| 1499 | 2026-05-27T02:08:10.850Z | Compiling thiserror-impl v1.0.69 |
| 1500 | 2026-05-27T02:08:10.921Z | Compiling dof v0.4.0 |
| 1501 | 2026-05-27T02:08:11.132Z | Compiling heapless v0.7.17 |
| 1502 | 2026-05-27T02:08:11.376Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-05-27T02:08:11.391Z | Compiling slog v2.8.2 |
| 1504 | 2026-05-27T02:08:11.474Z | Compiling darling_core v0.21.3 |
| 1505 | 2026-05-27T02:08:11.535Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1506 | 2026-05-27T02:08:11.572Z | Compiling thread-id v5.1.0 |
| 1507 | 2026-05-27T02:08:11.652Z | Compiling cookie v0.18.1 |
| 1508 | 2026-05-27T02:08:11.809Z | Compiling zstd-safe v7.2.4 |
| 1509 | 2026-05-27T02:08:11.837Z | Compiling adler2 v2.0.1 |
| 1510 | 2026-05-27T02:08:11.964Z | Compiling anyhow v1.0.102 |
| 1511 | 2026-05-27T02:08:12.002Z | Compiling allocator-api2 v0.2.21 |
| 1512 | 2026-05-27T02:08:12.134Z | Compiling ryu v1.0.23 |
| 1513 | 2026-05-27T02:08:12.152Z | Compiling unicode-bidi v0.3.18 |
| 1514 | 2026-05-27T02:08:12.270Z | Compiling paste v1.0.15 |
| 1515 | 2026-05-27T02:08:12.316Z | Compiling unarray v0.1.4 |
| 1516 | 2026-05-27T02:08:12.334Z | Compiling unicode-properties v0.1.4 |
| 1517 | 2026-05-27T02:08:12.422Z | Compiling signal-hook v0.3.18 |
| 1518 | 2026-05-27T02:08:12.504Z | Compiling iri-string v0.7.10 |
| 1519 | 2026-05-27T02:08:12.544Z | Compiling stringprep v0.1.5 |
| 1520 | 2026-05-27T02:08:12.575Z | Compiling proptest v1.10.0 |
| 1521 | 2026-05-27T02:08:12.686Z | Compiling serde_urlencoded v0.7.1 |
| 1522 | 2026-05-27T02:08:12.816Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-05-27T02:08:12.922Z | Compiling miniz_oxide v0.8.9 |
| 1524 | 2026-05-27T02:08:13.523Z | Compiling scroll v0.12.0 |
| 1525 | 2026-05-27T02:08:13.586Z | Compiling derive_builder_macro v0.20.2 |
| 1526 | 2026-05-27T02:08:13.724Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-05-27T02:08:13.779Z | Compiling tokio-native-tls v0.3.1 |
| 1528 | 2026-05-27T02:08:13.992Z | Compiling ipnetwork v0.21.1 |
| 1529 | 2026-05-27T02:08:13.995Z | Compiling darling_macro v0.21.3 |
| 1530 | 2026-05-27T02:08:14.034Z | Compiling bstr v1.12.1 |
| 1531 | 2026-05-27T02:08:14.122Z | Compiling rand_chacha v0.3.1 |
| 1532 | 2026-05-27T02:08:14.378Z | Compiling erased-serde v0.3.31 |
| 1533 | 2026-05-27T02:08:14.442Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-05-27T02:08:14.471Z | Compiling serde_tokenstream v0.2.3 |
| 1535 | 2026-05-27T02:08:14.674Z | Compiling serde_spanned v0.6.9 |
| 1536 | 2026-05-27T02:08:14.695Z | Compiling md-5 v0.10.6 |
| 1537 | 2026-05-27T02:08:14.774Z | Compiling async-trait v0.1.89 |
| 1538 | 2026-05-27T02:08:14.816Z | Compiling zerocopy-derive v0.7.35 |
| 1539 | 2026-05-27T02:08:14.854Z | Compiling pin-project-internal v1.1.11 |
| 1540 | 2026-05-27T02:08:14.857Z | Compiling curve25519-dalek v4.1.3 |
| 1541 | 2026-05-27T02:08:14.926Z | Compiling vergen-lib v9.1.0 |
| 1542 | 2026-05-27T02:08:15.106Z | Compiling num-integer v0.1.46 |
| 1543 | 2026-05-27T02:08:15.195Z | Compiling hash32 v0.2.1 |
| 1544 | 2026-05-27T02:08:15.389Z | Compiling ff v0.13.1 |
| 1545 | 2026-05-27T02:08:15.427Z | Compiling memoffset v0.9.1 |
| 1546 | 2026-05-27T02:08:15.526Z | Compiling encoding_rs v0.8.35 |
| 1547 | 2026-05-27T02:08:15.630Z | Compiling fallible-iterator v0.2.0 |
| 1548 | 2026-05-27T02:08:15.674Z | Compiling zlib-rs v0.6.2 |
| 1549 | 2026-05-27T02:08:15.786Z | Compiling smoltcp v0.9.1 |
| 1550 | 2026-05-27T02:08:15.939Z | Compiling cfg_aliases v0.2.1 |
| 1551 | 2026-05-27T02:08:15.953Z | Compiling mime v0.3.17 |
| 1552 | 2026-05-27T02:08:16.061Z | Compiling base16ct v0.2.0 |
| 1553 | 2026-05-27T02:08:16.181Z | Compiling litrs v1.0.0 |
| 1554 | 2026-05-27T02:08:16.238Z | Compiling rustix v0.38.44 |
| 1555 | 2026-05-27T02:08:16.268Z | Compiling ref-cast v1.0.25 |
| 1556 | 2026-05-27T02:08:16.574Z | Compiling num-bigint-dig v0.8.6 |
| 1557 | 2026-05-27T02:08:16.587Z | Compiling psl-types v2.0.11 |
| 1558 | 2026-05-27T02:08:16.695Z | Compiling document-features v0.2.12 |
| 1559 | 2026-05-27T02:08:16.712Z | Compiling publicsuffix v2.3.0 |
| 1560 | 2026-05-27T02:08:16.902Z | Compiling sec1 v0.7.3 |
| 1561 | 2026-05-27T02:08:16.918Z | Compiling nix v0.31.2 |
| 1562 | 2026-05-27T02:08:17.084Z | Compiling pin-project v1.1.11 |
| 1563 | 2026-05-27T02:08:17.178Z | Compiling postgres-protocol v0.6.10 |
| 1564 | 2026-05-27T02:08:17.192Z | Compiling zerocopy v0.7.35 |
| 1565 | 2026-05-27T02:08:17.283Z | Compiling group v0.13.0 |
| 1566 | 2026-05-27T02:08:17.461Z | Compiling num-iter v0.1.45 |
| 1567 | 2026-05-27T02:08:17.684Z | Compiling newtype-uuid v1.3.2 |
| 1568 | 2026-05-27T02:08:17.735Z | Compiling darling v0.21.3 |
| 1569 | 2026-05-27T02:08:17.814Z | Compiling rand v0.8.6 |
| 1570 | 2026-05-27T02:08:17.846Z | Compiling hubpack_derive v0.1.1 |
| 1571 | 2026-05-27T02:08:17.867Z | Compiling oxnet v0.1.4 |
| 1572 | 2026-05-27T02:08:18.014Z | Compiling derive_builder v0.20.2 |
| 1573 | 2026-05-27T02:08:18.140Z | Compiling hyper-tls v0.6.0 |
| 1574 | 2026-05-27T02:08:18.256Z | Compiling goblin v0.8.2 |
| 1575 | 2026-05-27T02:08:18.646Z | Compiling flate2 v1.1.9 |
| 1576 | 2026-05-27T02:08:18.725Z | Compiling phf_shared v0.13.1 |
| 1577 | 2026-05-27T02:08:18.837Z | Compiling lazy_static v1.5.0 |
| 1578 | 2026-05-27T02:08:18.923Z | Compiling regex v1.12.3 |
| 1579 | 2026-05-27T02:08:18.936Z | Compiling futures-executor v0.3.32 |
| 1580 | 2026-05-27T02:08:18.963Z | Compiling hex v0.4.3 |
| 1581 | 2026-05-27T02:08:19.046Z | Compiling hkdf v0.12.4 |
| 1582 | 2026-05-27T02:08:19.189Z | Compiling crypto-bigint v0.5.5 |
| 1583 | 2026-05-27T02:08:19.193Z | Compiling terminal_size v0.4.3 |
| 1584 | 2026-05-27T02:08:19.220Z | Compiling snafu-derive v0.8.9 |
| 1585 | 2026-05-27T02:08:19.230Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1586 | 2026-05-27T02:08:19.339Z | Compiling ref-cast-impl v1.0.25 |
| 1587 | 2026-05-27T02:08:19.353Z | Compiling daft-derive v0.1.7 |
| 1588 | 2026-05-27T02:08:19.873Z | Compiling strum_macros v0.27.2 |
| 1589 | 2026-05-27T02:08:19.876Z | Compiling vergen v9.1.0 |
| 1590 | 2026-05-27T02:08:20.062Z | Compiling fs-err v3.3.0 |
| 1591 | 2026-05-27T02:08:20.065Z | Compiling cargo-platform v0.3.2 |
| 1592 | 2026-05-27T02:08:20.250Z | Compiling ahash v0.8.12 |
| 1593 | 2026-05-27T02:08:20.345Z | Compiling libbz2-rs-sys v0.2.2 |
| 1594 | 2026-05-27T02:08:20.456Z | Compiling foldhash v0.1.5 |
| 1595 | 2026-05-27T02:08:20.631Z | Compiling unicode-segmentation v1.12.0 |
| 1596 | 2026-05-27T02:08:21.051Z | Compiling bitflags v1.3.2 |
| 1597 | 2026-05-27T02:08:21.073Z | Compiling same-file v1.0.6 |
| 1598 | 2026-05-27T02:08:21.126Z | Compiling object v0.37.3 |
| 1599 | 2026-05-27T02:08:21.140Z | Compiling foldhash v0.2.0 |
| 1600 | 2026-05-27T02:08:21.237Z | Compiling winnow v0.5.40 |
| 1601 | 2026-05-27T02:08:21.315Z | Compiling managed v0.8.0 |
| 1602 | 2026-05-27T02:08:21.361Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-05-27T02:08:21.442Z | Compiling hashbrown v0.16.1 |
| 1604 | 2026-05-27T02:08:21.613Z | Compiling zopfli v0.8.3 |
| 1605 | 2026-05-27T02:08:21.795Z | Compiling walkdir v2.5.0 |
| 1606 | 2026-05-27T02:08:21.898Z | Compiling strum v0.27.2 |
| 1607 | 2026-05-27T02:08:22.035Z | Compiling snafu v0.8.9 |
| 1608 | 2026-05-27T02:08:22.047Z | Compiling clap_builder v4.5.60 |
| 1609 | 2026-05-27T02:08:22.112Z | Compiling bzip2 v0.6.1 |
| 1610 | 2026-05-27T02:08:22.291Z | Compiling hashbrown v0.15.5 |
| 1611 | 2026-05-27T02:08:22.320Z | Compiling dof v0.3.0 |
| 1612 | 2026-05-27T02:08:22.394Z | Compiling cargo_metadata v0.23.1 |
| 1613 | 2026-05-27T02:08:22.486Z | Compiling elliptic-curve v0.13.8 |
| 1614 | 2026-05-27T02:08:22.667Z | Compiling toml_edit v0.19.15 |
| 1615 | 2026-05-27T02:08:22.846Z | Compiling daft v0.1.7 |
| 1616 | 2026-05-27T02:08:23.029Z | Compiling futures v0.3.32 |
| 1617 | 2026-05-27T02:08:23.108Z | Compiling phf v0.13.1 |
| 1618 | 2026-05-27T02:08:23.578Z | Compiling signal-hook-mio v0.2.5 |
| 1619 | 2026-05-27T02:08:23.631Z | Compiling cookie_store v0.22.1 |
| 1620 | 2026-05-27T02:08:23.693Z | Compiling bzip2 v0.4.4 |
| 1621 | 2026-05-27T02:08:23.742Z | Compiling hubpack v0.1.2 |
| 1622 | 2026-05-27T02:08:23.899Z | Compiling zstd v0.13.3 |
| 1623 | 2026-05-27T02:08:23.952Z | Compiling serde_with_macros v3.17.0 |
| 1624 | 2026-05-27T02:08:24.162Z | Compiling postgres-types v0.2.12 |
| 1625 | 2026-05-27T02:08:24.715Z | Compiling usdt-attr-macro v0.6.0 |
| 1626 | 2026-05-27T02:08:25.029Z | Compiling usdt-macro v0.6.0 |
| 1627 | 2026-05-27T02:08:25.064Z | Compiling globset v0.4.18 |
| 1628 | 2026-05-27T02:08:25.298Z | Compiling dtrace-parser v0.2.0 |
| 1629 | 2026-05-27T02:08:25.474Z | Compiling ed25519 v2.2.3 |
| 1630 | 2026-05-27T02:08:25.505Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-05-27T02:08:25.689Z | Compiling olpc-cjson v0.1.4 |
| 1632 | 2026-05-27T02:08:25.739Z | Compiling pkcs1 v0.7.5 |
| 1633 | 2026-05-27T02:08:25.761Z | Compiling serde_plain v1.0.2 |
| 1634 | 2026-05-27T02:08:25.848Z | Compiling serde-big-array v0.5.1 |
| 1635 | 2026-05-27T02:08:25.941Z | Compiling rfc6979 v0.4.0 |
| 1636 | 2026-05-27T02:08:25.955Z | Compiling strum_macros v0.26.4 |
| 1637 | 2026-05-27T02:08:26.006Z | Compiling serde_repr v0.1.20 |
| 1638 | 2026-05-27T02:08:26.081Z | Compiling clap_derive v4.5.55 |
| 1639 | 2026-05-27T02:08:26.095Z | Compiling enum-as-inner v0.6.1 |
| 1640 | 2026-05-27T02:08:26.160Z | Compiling async-recursion v1.1.1 |
| 1641 | 2026-05-27T02:08:26.448Z | Compiling pem v3.0.6 |
| 1642 | 2026-05-27T02:08:26.558Z | Compiling float-cmp v0.10.0 |
| 1643 | 2026-05-27T02:08:26.600Z | Compiling memmap2 v0.9.10 |
| 1644 | 2026-05-27T02:08:26.705Z | Compiling thread-id v4.2.2 |
| 1645 | 2026-05-27T02:08:26.783Z | Compiling env_filter v1.0.0 |
| 1646 | 2026-05-27T02:08:26.796Z | Compiling jiff v0.2.21 |
| 1647 | 2026-05-27T02:08:26.811Z | Compiling new_debug_unreachable v1.0.6 |
| 1648 | 2026-05-27T02:08:26.814Z | Compiling fixedbitset v0.5.7 |
| 1649 | 2026-05-27T02:08:26.885Z | Compiling static_assertions v1.1.0 |
| 1650 | 2026-05-27T02:08:26.961Z | Compiling keccak v0.1.6 |
| 1651 | 2026-05-27T02:08:27.082Z | Compiling typed-path v0.9.3 |
| 1652 | 2026-05-27T02:08:27.128Z | Compiling precomputed-hash v0.1.1 |
| 1653 | 2026-05-27T02:08:27.223Z | Compiling either v1.15.0 |
| 1654 | 2026-05-27T02:08:27.436Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-05-27T02:08:27.613Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-05-27T02:08:27.715Z | Compiling whoami v2.1.0 |
| 1657 | 2026-05-27T02:08:27.777Z | Compiling fixedbitset v0.4.2 |
| 1658 | 2026-05-27T02:08:27.865Z | Compiling difflib v0.4.0 |
| 1659 | 2026-05-27T02:08:27.992Z | Compiling normalize-line-endings v0.3.0 |
| 1660 | 2026-05-27T02:08:28.083Z | Compiling predicates v3.1.4 |
| 1661 | 2026-05-27T02:08:28.097Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-05-27T02:08:28.293Z | Compiling hickory-proto v0.25.2 |
| 1663 | 2026-05-27T02:08:28.296Z | Compiling tokio-postgres v0.7.16 |
| 1664 | 2026-05-27T02:08:28.419Z | Compiling clap v4.5.60 |
| 1665 | 2026-05-27T02:08:28.504Z | Compiling strum v0.26.3 |
| 1666 | 2026-05-27T02:08:28.639Z | Compiling itertools v0.13.0 |
| 1667 | 2026-05-27T02:08:28.731Z | Compiling string_cache v0.8.9 |
| 1668 | 2026-05-27T02:08:28.763Z | Compiling sha3 v0.10.8 |
| 1669 | 2026-05-27T02:08:28.953Z | Compiling toml_edit v0.22.27 |
| 1670 | 2026-05-27T02:08:29.220Z | Compiling petgraph v0.8.3 |
| 1671 | 2026-05-27T02:08:29.583Z | Compiling zip v4.6.1 |
| 1672 | 2026-05-27T02:08:29.872Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-05-27T02:08:30.495Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-05-27T02:08:30.544Z | Compiling usdt-impl v0.5.0 |
| 1675 | 2026-05-27T02:08:30.849Z | Compiling usdt v0.6.0 |
| 1676 | 2026-05-27T02:08:30.963Z | Compiling ecdsa v0.16.9 |
| 1677 | 2026-05-27T02:08:31.138Z | Compiling rsa v0.9.10 |
| 1678 | 2026-05-27T02:08:31.156Z | Compiling ed25519-dalek v2.2.0 |
| 1679 | 2026-05-27T02:08:31.169Z | Compiling crossterm v0.28.1 |
| 1680 | 2026-05-27T02:08:31.382Z | Compiling serde_with v3.17.0 |
| 1681 | 2026-05-27T02:08:31.837Z | Compiling toml v0.7.8 |
| 1682 | 2026-05-27T02:08:32.453Z | Compiling zip v0.6.6 |
| 1683 | 2026-05-27T02:08:32.794Z | Compiling iddqd v0.4.1 |
| 1684 | 2026-05-27T02:08:33.126Z | Compiling heck v0.4.1 |
| 1685 | 2026-05-27T02:08:33.217Z | Compiling similar v2.7.0 |
| 1686 | 2026-05-27T02:08:33.247Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1687 | 2026-05-27T02:08:33.290Z | Compiling crossbeam-epoch v0.9.18 |
| 1688 | 2026-05-27T02:08:33.354Z | Compiling tokio-stream v0.1.18 |
| 1689 | 2026-05-27T02:08:33.619Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-05-27T02:08:33.822Z | Compiling x509-cert v0.2.5 |
| 1691 | 2026-05-27T02:08:33.881Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-05-27T02:08:33.901Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-05-27T02:08:34.004Z | Compiling sha1 v0.10.6 |
| 1694 | 2026-05-27T02:08:34.081Z | Compiling lalrpop-util v0.19.12 |
| 1695 | 2026-05-27T02:08:34.181Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-05-27T02:08:34.230Z | Compiling thread_local v1.1.9 |
| 1697 | 2026-05-27T02:08:34.273Z | Compiling slog-async v2.8.0 |
| 1698 | 2026-05-27T02:08:34.465Z | Compiling crossbeam-channel v0.5.15 |
| 1699 | 2026-05-27T02:08:34.478Z | Compiling is-terminal v0.4.17 |
| 1700 | 2026-05-27T02:08:34.487Z | Compiling filetime v0.2.27 |
| 1701 | 2026-05-27T02:08:34.601Z | Compiling xattr v1.6.1 |
| 1702 | 2026-05-27T02:08:34.647Z | Compiling take_mut v0.2.2 |
| 1703 | 2026-05-27T02:08:34.680Z | Compiling term v1.2.1 |
| 1704 | 2026-05-27T02:08:34.718Z | Compiling tar v0.4.45 |
| 1705 | 2026-05-27T02:08:35.280Z | Compiling slog-term v2.9.2 |
| 1706 | 2026-05-27T02:08:44.918Z | Compiling rustls-webpki v0.103.9 |
| 1707 | 2026-05-27T02:08:47.713Z | Compiling tokio-rustls v0.26.4 |
| 1708 | 2026-05-27T02:08:47.713Z | Compiling rustls-platform-verifier v0.6.2 |
| 1709 | 2026-05-27T02:08:47.914Z | Compiling hyper-rustls v0.27.7 |
| 1710 | 2026-05-27T02:08:48.129Z | Compiling reqwest v0.12.28 |
| 1711 | 2026-05-27T02:08:48.129Z | Compiling reqwest v0.13.2 |
| 1712 | 2026-05-27T02:08:49.421Z | Compiling tough v0.22.0 |
| 1713 | 2026-05-27T02:08:51.997Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1714 | 2026-05-27T02:08:52.207Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1715 | 2026-05-27T02:08:55.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1716 | 2026-05-27T02:08:55.198Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1717 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Starting download, target: Cockroach |
| 1718 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Starting download, target: DendriteStub |
| 1719 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Starting download, target: Console |
| 1720 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Starting download, target: Clickhouse |
| 1721 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Starting download, target: MaghemiteMgd |
| 1722 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Starting download, target: TransceiverControl |
| 1723 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1724 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1725 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1726 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.904 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1727 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.905 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1728 | 2026-05-27T02:08:55.264Z | May 27 02:08:53.905 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1729 | 2026-05-27T02:08:56.098Z | May 27 02:08:54.743 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1730 | 2026-05-27T02:08:56.312Z | May 27 02:08:54.968 INFO Download complete, target: TransceiverControl |
| 1731 | 2026-05-27T02:08:56.378Z | May 27 02:08:55.014 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1732 | 2026-05-27T02:08:56.686Z | May 27 02:08:55.251 INFO Download complete, target: Console |
| 1733 | 2026-05-27T02:08:57.047Z | May 27 02:08:55.671 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1734 | 2026-05-27T02:08:58.547Z | May 27 02:08:57.214 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1735 | 2026-05-27T02:08:59.046Z | May 27 02:08:57.697 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1736 | 2026-05-27T02:08:59.446Z | May 27 02:08:58.114 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1737 | 2026-05-27T02:08:59.446Z | May 27 02:08:58.114 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1738 | 2026-05-27T02:09:00.858Z | May 27 02:08:59.521 INFO Download complete, target: DendriteStub |
| 1739 | 2026-05-27T02:09:01.492Z | May 27 02:09:00.161 INFO Download complete, target: MaghemiteMgd |
| 1740 | 2026-05-27T02:09:03.750Z | May 27 02:09:02.418 INFO Checking that binary works, target: Clickhouse |
| 1741 | 2026-05-27T02:09:03.907Z | May 27 02:09:02.575 INFO Download complete, target: Clickhouse |
| 1742 | 2026-05-27T02:09:04.142Z | May 27 02:09:02.811 INFO Checking that binary works, target: Cockroach |
| 1743 | 2026-05-27T02:09:04.400Z | May 27 02:09:03.068 INFO Download complete, target: Cockroach |
| 1744 | 2026-05-27T02:09:04.487Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1745 | 2026-05-27T02:09:04.490Z | |
| 1746 | 2026-05-27T02:09:04.490Z | real 2:16.374743251 |
| 1747 | 2026-05-27T02:09:04.490Z | user 6:57.621765268 |
| 1748 | 2026-05-27T02:09:04.490Z | sys 1:22.309672365 |
| 1749 | 2026-05-27T02:09:04.490Z | trap 0.216656706 |
| 1750 | 2026-05-27T02:09:04.490Z | tflt 1.110593013 |
| 1751 | 2026-05-27T02:09:04.490Z | dflt 1.534350076 |
| 1752 | 2026-05-27T02:09:04.490Z | kflt 0.065341604 |
| 1753 | 2026-05-27T02:09:04.490Z | lock 23:34.215238529 |
| 1754 | 2026-05-27T02:09:04.490Z | slp 21:33.827596553 |
| 1755 | 2026-05-27T02:09:04.490Z | lat 41.145082847 |
| 1756 | 2026-05-27T02:09:04.490Z | stop 1:56.694862116 |
| 1757 | 2026-05-27T02:09:04.490Z | + banner clippy |
| 1758 | 2026-05-27T02:09:04.490Z | |
| 1759 | 2026-05-27T02:09:04.490Z | #### # # ##### ##### # # |
| 1760 | 2026-05-27T02:09:04.490Z | # # # # # # # # # # |
| 1761 | 2026-05-27T02:09:04.490Z | # # # # # # # # |
| 1762 | 2026-05-27T02:09:04.490Z | # # # ##### ##### # |
| 1763 | 2026-05-27T02:09:04.490Z | # # # # # # # |
| 1764 | 2026-05-27T02:09:04.490Z | #### ###### # # # # |
| 1765 | 2026-05-27T02:09:04.490Z | |
| 1766 | 2026-05-27T02:09:04.490Z | + export CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-27T02:09:04.490Z | + CARGO_INCREMENTAL=0 |
| 1768 | 2026-05-27T02:09:04.490Z | + ptime -m cargo xtask clippy |
| 1769 | 2026-05-27T02:09:05.025Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1770 | 2026-05-27T02:09:05.246Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1771 | 2026-05-27T02:09:07.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s |
| 1772 | 2026-05-27T02:09:07.258Z | Running `target/debug/xtask clippy` |
| 1773 | 2026-05-27T02:09:07.287Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1774 | 2026-05-27T02:09:07.897Z | Downloading crates ... |
| 1775 | 2026-05-27T02:09:08.099Z | Downloaded addr2line v0.25.1 |
| 1776 | 2026-05-27T02:09:08.102Z | Downloaded oorandom v11.1.5 |
| 1777 | 2026-05-27T02:09:08.103Z | Downloaded supports-unicode v2.1.0 |
| 1778 | 2026-05-27T02:09:08.116Z | Downloaded assert-json-diff v2.0.2 |
| 1779 | 2026-05-27T02:09:08.119Z | Downloaded termcolor v1.4.1 |
| 1780 | 2026-05-27T02:09:08.126Z | Downloaded rust-argon2 v2.1.0 |
| 1781 | 2026-05-27T02:09:08.130Z | Downloaded knuffel-derive v3.2.0 |
| 1782 | 2026-05-27T02:09:08.130Z | Downloaded trybuild v1.0.116 |
| 1783 | 2026-05-27T02:09:08.132Z | Downloaded target-lexicon v0.13.3 |
| 1784 | 2026-05-27T02:09:08.132Z | Downloaded supports-hyperlinks v2.1.0 |
| 1785 | 2026-05-27T02:09:08.135Z | Downloaded parking v2.2.1 |
| 1786 | 2026-05-27T02:09:08.138Z | Downloaded terminal_size v0.1.17 |
| 1787 | 2026-05-27T02:09:08.138Z | Downloaded target-triple v1.0.0 |
| 1788 | 2026-05-27T02:09:08.138Z | Downloaded hickory-client v0.25.2 |
| 1789 | 2026-05-27T02:09:08.141Z | Downloaded escape8259 v0.5.3 |
| 1790 | 2026-05-27T02:09:08.144Z | Downloaded plotters-svg v0.3.7 |
| 1791 | 2026-05-27T02:09:08.144Z | Downloaded linkme v0.3.35 |
| 1792 | 2026-05-27T02:09:08.147Z | Downloaded concurrent-queue v2.5.0 |
| 1793 | 2026-05-27T02:09:08.147Z | Downloaded datatest-stable v0.3.3 |
| 1794 | 2026-05-27T02:09:08.150Z | Downloaded blake2b_simd v1.0.4 |
| 1795 | 2026-05-27T02:09:08.154Z | Downloaded rstest v0.25.0 |
| 1796 | 2026-05-27T02:09:08.157Z | Downloaded pathdiff v0.2.3 |
| 1797 | 2026-05-27T02:09:08.157Z | Downloaded backtrace v0.3.76 |
| 1798 | 2026-05-27T02:09:08.160Z | Downloaded linkme-impl v0.3.35 |
| 1799 | 2026-05-27T02:09:08.163Z | Downloaded serde_regex v1.1.0 |
| 1800 | 2026-05-27T02:09:08.163Z | Downloaded assert_cmd v2.1.2 |
| 1801 | 2026-05-27T02:09:08.163Z | Downloaded criterion-plot v0.6.0 |
| 1802 | 2026-05-27T02:09:08.166Z | Downloaded async-lock v3.4.2 |
| 1803 | 2026-05-27T02:09:08.166Z | Downloaded backtrace-ext v0.2.1 |
| 1804 | 2026-05-27T02:09:08.166Z | Downloaded tokio-test v0.4.5 |
| 1805 | 2026-05-27T02:09:08.169Z | Downloaded supports-color v2.1.0 |
| 1806 | 2026-05-27T02:09:08.175Z | Downloaded approx v0.5.1 |
| 1807 | 2026-05-27T02:09:08.178Z | Downloaded relative-path v1.9.3 |
| 1808 | 2026-05-27T02:09:08.181Z | Downloaded constant_time_eq v0.3.1 |
| 1809 | 2026-05-27T02:09:08.186Z | Downloaded cast v0.3.0 |
| 1810 | 2026-05-27T02:09:08.189Z | Downloaded miette-derive v5.10.0 |
| 1811 | 2026-05-27T02:09:08.189Z | Downloaded tinytemplate v1.2.1 |
| 1812 | 2026-05-27T02:09:08.192Z | Downloaded owo-colors v3.5.0 |
| 1813 | 2026-05-27T02:09:08.195Z | Downloaded rand_distr v0.5.1 |
| 1814 | 2026-05-27T02:09:08.198Z | Downloaded similar-asserts v1.7.0 |
| 1815 | 2026-05-27T02:09:08.198Z | Downloaded async-object-pool v0.2.0 |
| 1816 | 2026-05-27T02:09:08.201Z | Downloaded nested v0.1.1 |
| 1817 | 2026-05-27T02:09:08.201Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1818 | 2026-05-27T02:09:08.204Z | Downloaded event-listener-strategy v0.5.4 |
| 1819 | 2026-05-27T02:09:08.204Z | Downloaded rustc-demangle v0.1.27 |
| 1820 | 2026-05-27T02:09:08.204Z | Downloaded plotters-backend v0.3.7 |
| 1821 | 2026-05-27T02:09:08.210Z | Downloaded futures-timer v3.0.3 |
| 1822 | 2026-05-27T02:09:08.216Z | Downloaded anes v0.1.6 |
| 1823 | 2026-05-27T02:09:08.219Z | Downloaded partial-io v0.5.4 |
| 1824 | 2026-05-27T02:09:08.222Z | Downloaded path-tree v0.8.3 |
| 1825 | 2026-05-27T02:09:08.225Z | Downloaded target-spec v3.5.7 |
| 1826 | 2026-05-27T02:09:08.229Z | Downloaded stringmetrics v2.2.2 |
| 1827 | 2026-05-27T02:09:08.232Z | Downloaded httptest v0.16.4 |
| 1828 | 2026-05-27T02:09:08.232Z | Downloaded miette v5.10.0 |
| 1829 | 2026-05-27T02:09:08.234Z | Downloaded libtest-mimic v0.8.1 |
| 1830 | 2026-05-27T02:09:08.234Z | Downloaded event-listener v5.4.1 |
| 1831 | 2026-05-27T02:09:08.238Z | Downloaded cfg-expr v0.20.6 |
| 1832 | 2026-05-27T02:09:08.238Z | Downloaded textwrap v0.15.2 |
| 1833 | 2026-05-27T02:09:08.249Z | Downloaded rstest_macros v0.25.0 |
| 1834 | 2026-05-27T02:09:08.253Z | Downloaded chumsky v0.9.3 |
| 1835 | 2026-05-27T02:09:08.255Z | Downloaded knuffel v3.2.0 |
| 1836 | 2026-05-27T02:09:08.255Z | Downloaded fancy-regex v0.14.0 |
| 1837 | 2026-05-27T02:09:08.267Z | Downloaded guppy v0.17.25 |
| 1838 | 2026-05-27T02:09:08.270Z | Downloaded criterion v0.7.0 |
| 1839 | 2026-05-27T02:09:08.275Z | Downloaded hashbrown v0.14.5 |
| 1840 | 2026-05-27T02:09:08.278Z | Downloaded plotters v0.3.7 |
| 1841 | 2026-05-27T02:09:08.294Z | Downloaded gimli v0.32.3 |
| 1842 | 2026-05-27T02:09:08.391Z | Downloaded httpmock v0.8.3 |
| 1843 | 2026-05-27T02:09:10.045Z | Checking cfg-if v1.0.4 |
| 1844 | 2026-05-27T02:09:10.382Z | Checking libc v0.2.185 |
| 1845 | 2026-05-27T02:09:10.390Z | Checking serde_core v1.0.228 |
| 1846 | 2026-05-27T02:09:10.453Z | Checking memchr v2.8.0 |
| 1847 | 2026-05-27T02:09:10.495Z | Checking smallvec v1.15.1 |
| 1848 | 2026-05-27T02:09:10.530Z | Checking itoa v1.0.17 |
| 1849 | 2026-05-27T02:09:10.533Z | Checking log v0.4.29 |
| 1850 | 2026-05-27T02:09:10.614Z | Checking zeroize v1.8.2 |
| 1851 | 2026-05-27T02:09:10.653Z | Checking libm v0.2.16 |
| 1852 | 2026-05-27T02:09:10.691Z | Checking scopeguard v1.2.0 |
| 1853 | 2026-05-27T02:09:10.734Z | Checking stable_deref_trait v1.2.1 |
| 1854 | 2026-05-27T02:09:10.772Z | Checking zmij v1.0.21 |
| 1855 | 2026-05-27T02:09:10.814Z | Checking errno v0.3.14 |
| 1856 | 2026-05-27T02:09:10.818Z | Checking getrandom v0.2.17 |
| 1857 | 2026-05-27T02:09:10.879Z | Checking lock_api v0.4.14 |
| 1858 | 2026-05-27T02:09:10.914Z | Checking zerofrom v0.1.6 |
| 1859 | 2026-05-27T02:09:10.952Z | Checking percent-encoding v2.3.2 |
| 1860 | 2026-05-27T02:09:10.989Z | Checking writeable v0.6.2 |
| 1861 | 2026-05-27T02:09:11.022Z | Checking litemap v0.8.1 |
| 1862 | 2026-05-27T02:09:11.057Z | Checking yoke v0.8.1 |
| 1863 | 2026-05-27T02:09:11.100Z | Checking icu_properties_data v2.1.2 |
| 1864 | 2026-05-27T02:09:11.141Z | Checking icu_normalizer_data v2.1.1 |
| 1865 | 2026-05-27T02:09:11.176Z | Checking subtle v2.6.1 |
| 1866 | 2026-05-27T02:09:11.208Z | Checking form_urlencoded v1.2.2 |
| 1867 | 2026-05-27T02:09:11.245Z | Checking zerovec v0.11.5 |
| 1868 | 2026-05-27T02:09:11.246Z | Checking zerotrie v0.2.3 |
| 1869 | 2026-05-27T02:09:11.282Z | Checking pin-project-lite v0.2.17 |
| 1870 | 2026-05-27T02:09:11.344Z | Checking utf8_iter v1.0.4 |
| 1871 | 2026-05-27T02:09:11.382Z | Checking num-traits v0.2.19 |
| 1872 | 2026-05-27T02:09:11.422Z | Checking rand_core v0.6.4 |
| 1873 | 2026-05-27T02:09:11.422Z | Checking parking_lot_core v0.9.12 |
| 1874 | 2026-05-27T02:09:11.494Z | Checking zerocopy v0.8.40 |
| 1875 | 2026-05-27T02:09:11.528Z | Checking rand_core v0.10.0 |
| 1876 | 2026-05-27T02:09:11.571Z | Checking portable-atomic v1.13.1 |
| 1877 | 2026-05-27T02:09:11.647Z | Checking parking_lot v0.12.5 |
| 1878 | 2026-05-27T02:09:11.679Z | Checking signal-hook-registry v1.4.8 |
| 1879 | 2026-05-27T02:09:11.716Z | Checking getrandom v0.4.1 |
| 1880 | 2026-05-27T02:09:11.721Z | Checking tinystr v0.8.2 |
| 1881 | 2026-05-27T02:09:11.863Z | Checking potential_utf v0.1.4 |
| 1882 | 2026-05-27T02:09:11.901Z | Checking critical-section v1.2.0 |
| 1883 | 2026-05-27T02:09:11.936Z | Checking icu_locale_core v2.1.1 |
| 1884 | 2026-05-27T02:09:11.973Z | Checking serde v1.0.228 |
| 1885 | 2026-05-27T02:09:11.973Z | Checking serde_json v1.0.149 |
| 1886 | 2026-05-27T02:09:11.973Z | Checking bitflags v2.11.0 |
| 1887 | 2026-05-27T02:09:12.072Z | Checking icu_collections v2.1.1 |
| 1888 | 2026-05-27T02:09:12.072Z | Checking once_cell v1.21.3 |
| 1889 | 2026-05-27T02:09:12.142Z | Checking mio v1.2.0 |
| 1890 | 2026-05-27T02:09:12.233Z | Checking socket2 v0.6.3 |
| 1891 | 2026-05-27T02:09:12.281Z | Checking typenum v1.19.0 |
| 1892 | 2026-05-27T02:09:12.427Z | Checking bytes v1.11.1 |
| 1893 | 2026-05-27T02:09:12.479Z | Checking iana-time-zone v0.1.65 |
| 1894 | 2026-05-27T02:09:12.519Z | Checking icu_provider v2.1.1 |
| 1895 | 2026-05-27T02:09:12.561Z | Checking thiserror v2.0.18 |
| 1896 | 2026-05-27T02:09:12.605Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1897 | 2026-05-27T02:09:12.643Z | Checking chrono v0.4.44 |
| 1898 | 2026-05-27T02:09:12.677Z | Checking uuid v1.23.0 |
| 1899 | 2026-05-27T02:09:12.713Z | Checking semver v1.0.28 |
| 1900 | 2026-05-27T02:09:12.773Z | Checking icu_properties v2.1.2 |
| 1901 | 2026-05-27T02:09:12.833Z | Checking icu_normalizer v2.1.1 |
| 1902 | 2026-05-27T02:09:12.836Z | Checking generic-array v0.14.7 |
| 1903 | 2026-05-27T02:09:12.901Z | Checking tokio v1.52.1 |
| 1904 | 2026-05-27T02:09:12.992Z | Checking futures-core v0.3.32 |
| 1905 | 2026-05-27T02:09:13.030Z | Checking equivalent v1.0.2 |
| 1906 | 2026-05-27T02:09:13.140Z | Checking dyn-clone v1.0.20 |
| 1907 | 2026-05-27T02:09:13.144Z | Checking const-oid v0.9.6 |
| 1908 | 2026-05-27T02:09:13.207Z | Checking futures-sink v0.3.32 |
| 1909 | 2026-05-27T02:09:13.272Z | Checking futures-task v0.3.32 |
| 1910 | 2026-05-27T02:09:13.314Z | Checking crypto-common v0.1.7 |
| 1911 | 2026-05-27T02:09:13.349Z | Checking block-buffer v0.10.4 |
| 1912 | 2026-05-27T02:09:13.437Z | Checking futures-channel v0.3.32 |
| 1913 | 2026-05-27T02:09:13.473Z | Checking futures-io v0.3.32 |
| 1914 | 2026-05-27T02:09:13.510Z | Checking slab v0.4.12 |
| 1915 | 2026-05-27T02:09:13.546Z | Checking rustix v1.1.3 |
| 1916 | 2026-05-27T02:09:13.606Z | Checking idna_adapter v1.2.1 |
| 1917 | 2026-05-27T02:09:13.610Z | Checking byteorder v1.5.0 |
| 1918 | 2026-05-27T02:09:13.672Z | Checking hashbrown v0.17.0 |
| 1919 | 2026-05-27T02:09:13.706Z | Checking futures-util v0.3.32 |
| 1920 | 2026-05-27T02:09:13.753Z | Checking idna v1.1.0 |
| 1921 | 2026-05-27T02:09:13.875Z | Checking cpufeatures v0.2.17 |
| 1922 | 2026-05-27T02:09:13.911Z | Checking digest v0.10.7 |
| 1923 | 2026-05-27T02:09:13.974Z | Checking thiserror v1.0.69 |
| 1924 | 2026-05-27T02:09:14.029Z | Checking url v2.5.8 |
| 1925 | 2026-05-27T02:09:14.100Z | Checking getrandom v0.3.4 |
| 1926 | 2026-05-27T02:09:14.136Z | Checking fnv v1.0.7 |
| 1927 | 2026-05-27T02:09:14.171Z | Checking indexmap v2.14.0 |
| 1928 | 2026-05-27T02:09:14.258Z | Checking regex-syntax v0.8.10 |
| 1929 | 2026-05-27T02:09:14.297Z | Checking ppv-lite86 v0.2.21 |
| 1930 | 2026-05-27T02:09:14.300Z | Checking http v1.4.0 |
| 1931 | 2026-05-27T02:09:14.412Z | Checking tracing-core v0.1.36 |
| 1932 | 2026-05-27T02:09:14.479Z | Checking schemars v0.8.22 |
| 1933 | 2026-05-27T02:09:14.611Z | Checking base64 v0.22.1 |
| 1934 | 2026-05-27T02:09:14.743Z | Checking tracing v0.1.44 |
| 1935 | 2026-05-27T02:09:14.780Z | Checking ipnet v2.11.0 |
| 1936 | 2026-05-27T02:09:14.873Z | Checking untrusted v0.9.0 |
| 1937 | 2026-05-27T02:09:14.916Z | Checking unicode-ident v1.0.24 |
| 1938 | 2026-05-27T02:09:14.976Z | Checking anstyle v1.0.13 |
| 1939 | 2026-05-27T02:09:15.012Z | Checking utf8parse v0.2.2 |
| 1940 | 2026-05-27T02:09:15.053Z | Checking proc-macro2 v1.0.106 |
| 1941 | 2026-05-27T02:09:15.087Z | Checking ring v0.17.14 |
| 1942 | 2026-05-27T02:09:15.140Z | Checking base64ct v1.8.3 |
| 1943 | 2026-05-27T02:09:15.144Z | Checking anstyle-parse v0.2.7 |
| 1944 | 2026-05-27T02:09:15.207Z | Checking block-padding v0.3.3 |
| 1945 | 2026-05-27T02:09:15.351Z | Checking aho-corasick v1.1.4 |
| 1946 | 2026-05-27T02:09:15.388Z | Checking is_terminal_polyfill v1.70.2 |
| 1947 | 2026-05-27T02:09:15.392Z | Checking quote v1.0.45 |
| 1948 | 2026-05-27T02:09:15.454Z | Checking anstyle-query v1.1.5 |
| 1949 | 2026-05-27T02:09:15.509Z | Checking colorchoice v1.0.4 |
| 1950 | 2026-05-27T02:09:15.574Z | Checking inout v0.1.4 |
| 1951 | 2026-05-27T02:09:15.619Z | Checking syn v2.0.117 |
| 1952 | 2026-05-27T02:09:15.619Z | Checking rustls-pki-types v1.14.0 |
| 1953 | 2026-05-27T02:09:15.622Z | Checking httparse v1.10.1 |
| 1954 | 2026-05-27T02:09:15.718Z | Checking anstream v0.6.21 |
| 1955 | 2026-05-27T02:09:15.753Z | Checking cipher v0.4.4 |
| 1956 | 2026-05-27T02:09:15.922Z | Checking terminal_size v0.4.3 |
| 1957 | 2026-05-27T02:09:15.957Z | Checking crossbeam-utils v0.8.21 |
| 1958 | 2026-05-27T02:09:15.962Z | Checking allocator-api2 v0.2.21 |
| 1959 | 2026-05-27T02:09:16.023Z | Checking clap_lex v1.0.0 |
| 1960 | 2026-05-27T02:09:16.060Z | Checking regex-automata v0.4.14 |
| 1961 | 2026-05-27T02:09:16.117Z | Checking strsim v0.11.1 |
| 1962 | 2026-05-27T02:09:16.127Z | Checking pem-rfc7468 v0.7.0 |
| 1963 | 2026-05-27T02:09:16.164Z | Checking tokio-util v0.7.18 |
| 1964 | 2026-05-27T02:09:16.212Z | Checking http-body v1.0.1 |
| 1965 | 2026-05-27T02:09:16.279Z | Checking clap_builder v4.5.60 |
| 1966 | 2026-05-27T02:09:16.315Z | Checking sha2 v0.10.9 |
| 1967 | 2026-05-27T02:09:16.318Z | Checking atomic-waker v1.1.2 |
| 1968 | 2026-05-27T02:09:16.383Z | Checking powerfmt v0.2.0 |
| 1969 | 2026-05-27T02:09:16.386Z | Checking rand_core v0.9.5 |
| 1970 | 2026-05-27T02:09:16.449Z | Checking hmac v0.12.1 |
| 1971 | 2026-05-27T02:09:16.593Z | Checking num-conv v0.2.0 |
| 1972 | 2026-05-27T02:09:16.596Z | Checking deranged v0.5.8 |
| 1973 | 2026-05-27T02:09:16.661Z | Checking try-lock v0.2.5 |
| 1974 | 2026-05-27T02:09:16.665Z | Checking httpdate v1.0.3 |
| 1975 | 2026-05-27T02:09:16.738Z | Checking time-core v0.1.8 |
| 1976 | 2026-05-27T02:09:16.787Z | Checking num_threads v0.1.7 |
| 1977 | 2026-05-27T02:09:16.823Z | Checking h2 v0.4.13 |
| 1978 | 2026-05-27T02:09:16.863Z | Checking want v0.3.1 |
| 1979 | 2026-05-27T02:09:16.902Z | Checking tower-layer v0.3.3 |
| 1980 | 2026-05-27T02:09:16.905Z | Checking pin-utils v0.1.0 |
| 1981 | 2026-05-27T02:09:17.012Z | Checking ryu v1.0.23 |
| 1982 | 2026-05-27T02:09:17.047Z | Checking tower-service v0.3.3 |
| 1983 | 2026-05-27T02:09:17.080Z | Checking flagset v0.4.7 |
| 1984 | 2026-05-27T02:09:17.164Z | Checking rand_chacha v0.9.0 |
| 1985 | 2026-05-27T02:09:17.199Z | Checking erased-serde v0.3.31 |
| 1986 | 2026-05-27T02:09:17.235Z | Checking der v0.7.10 |
| 1987 | 2026-05-27T02:09:17.396Z | Checking mime v0.3.17 |
| 1988 | 2026-05-27T02:09:17.527Z | Checking clap v4.5.60 |
| 1989 | 2026-05-27T02:09:17.564Z | Checking time v0.3.47 |
| 1990 | 2026-05-27T02:09:17.599Z | Checking rand v0.9.2 |
| 1991 | 2026-05-27T02:09:17.632Z | Checking slog v2.8.2 |
| 1992 | 2026-05-27T02:09:17.635Z | Checking spin v0.9.8 |
| 1993 | 2026-05-27T02:09:17.872Z | Checking anyhow v1.0.102 |
| 1994 | 2026-05-27T02:09:17.909Z | Checking http-body-util v0.1.3 |
| 1995 | 2026-05-27T02:09:17.944Z | Checking aws-lc-sys v0.40.0 |
| 1996 | 2026-05-27T02:09:17.981Z | Checking untrusted v0.7.1 |
| 1997 | 2026-05-27T02:09:18.017Z | Checking fastrand v2.3.0 |
| 1998 | 2026-05-27T02:09:18.094Z | Checking openssl-probe v0.2.1 |
| 1999 | 2026-05-27T02:09:18.134Z | Checking spki v0.7.3 |
| 2000 | 2026-05-27T02:09:18.137Z | Checking serde_urlencoded v0.7.1 |
| 2001 | 2026-05-27T02:09:18.200Z | Checking pbkdf2 v0.12.2 |
| 2002 | 2026-05-27T02:09:18.235Z | Checking aes v0.8.4 |
| 2003 | 2026-05-27T02:09:18.238Z | Checking encoding_rs v0.8.35 |
| 2004 | 2026-05-27T02:09:18.324Z | Checking regex v1.12.3 |
| 2005 | 2026-05-27T02:09:18.360Z | Checking salsa20 v0.10.2 |
| 2006 | 2026-05-27T02:09:18.395Z | Checking cbc v0.1.2 |
| 2007 | 2026-05-27T02:09:18.480Z | Checking aws-lc-rs v1.16.3 |
| 2008 | 2026-05-27T02:09:18.520Z | Checking rand_chacha v0.3.1 |
| 2009 | 2026-05-27T02:09:18.554Z | Checking hex v0.4.3 |
| 2010 | 2026-05-27T02:09:18.629Z | Checking simd-adler32 v0.3.8 |
| 2011 | 2026-05-27T02:09:18.643Z | Checking pretty-hex v0.4.1 |
| 2012 | 2026-05-27T02:09:18.760Z | Checking rand v0.8.6 |
| 2013 | 2026-05-27T02:09:18.763Z | Checking scrypt v0.11.0 |
| 2014 | 2026-05-27T02:09:18.829Z | Checking tempfile v3.25.0 |
| 2015 | 2026-05-27T02:09:18.868Z | Checking ipnetwork v0.21.1 |
| 2016 | 2026-05-27T02:09:18.905Z | Checking plain v0.2.3 |
| 2017 | 2026-05-27T02:09:18.962Z | Checking adler2 v2.0.1 |
| 2018 | 2026-05-27T02:09:19.038Z | Checking pkcs5 v0.7.1 |
| 2019 | 2026-05-27T02:09:19.075Z | Checking rustls-native-certs v0.8.3 |
| 2020 | 2026-05-27T02:09:19.108Z | Checking miniz_oxide v0.8.9 |
| 2021 | 2026-05-27T02:09:19.144Z | Checking sync_wrapper v1.0.2 |
| 2022 | 2026-05-27T02:09:19.229Z | Checking ucd-trie v0.1.7 |
| 2023 | 2026-05-27T02:09:19.232Z | Checking webpki-roots v1.0.6 |
| 2024 | 2026-05-27T02:09:19.297Z | Checking tower v0.5.3 |
| 2025 | 2026-05-27T02:09:19.356Z | Checking camino v1.2.2 |
| 2026 | 2026-05-27T02:09:19.361Z | Checking pkcs8 v0.10.2 |
| 2027 | 2026-05-27T02:09:19.404Z | Checking pest v2.8.6 |
| 2028 | 2026-05-27T02:09:19.407Z | Checking rustls-webpki v0.103.9 |
| 2029 | 2026-05-27T02:09:19.407Z | Checking iri-string v0.7.10 |
| 2030 | 2026-05-27T02:09:19.504Z | Checking foldhash v0.2.0 |
| 2031 | 2026-05-27T02:09:19.507Z | Checking hyper v1.8.1 |
| 2032 | 2026-05-27T02:09:19.571Z | Checking futures-executor v0.3.32 |
| 2033 | 2026-05-27T02:09:19.605Z | Checking either v1.15.0 |
| 2034 | 2026-05-27T02:09:19.688Z | Checking hashbrown v0.16.1 |
| 2035 | 2026-05-27T02:09:19.722Z | Checking openapiv3 v2.2.0 |
| 2036 | 2026-05-27T02:09:19.758Z | Checking futures v0.3.32 |
| 2037 | 2026-05-27T02:09:19.818Z | Checking crc32fast v1.5.0 |
| 2038 | 2026-05-27T02:09:19.864Z | Checking static_assertions v1.1.0 |
| 2039 | 2026-05-27T02:09:19.911Z | Checking rustls v0.23.37 |
| 2040 | 2026-05-27T02:09:19.964Z | Checking oxnet v0.1.4 |
| 2041 | 2026-05-27T02:09:20.000Z | Checking lazy_static v1.5.0 |
| 2042 | 2026-05-27T02:09:20.118Z | Checking signature v2.2.0 |
| 2043 | 2026-05-27T02:09:20.209Z | Checking winnow v0.7.14 |
| 2044 | 2026-05-27T02:09:20.246Z | Checking hubpack v0.1.2 |
| 2045 | 2026-05-27T02:09:20.279Z | Checking zlib-rs v0.6.2 |
| 2046 | 2026-05-27T02:09:20.439Z | Checking strum v0.26.3 |
| 2047 | 2026-05-27T02:09:20.475Z | Checking hyper-util v0.1.20 |
| 2048 | 2026-05-27T02:09:20.511Z | Checking tinyvec_macros v0.1.1 |
| 2049 | 2026-05-27T02:09:20.514Z | Checking tower-http v0.6.8 |
| 2050 | 2026-05-27T02:09:20.577Z | Checking psl-types v2.0.11 |
| 2051 | 2026-05-27T02:09:20.621Z | Checking tinyvec v1.10.0 |
| 2052 | 2026-05-27T02:09:20.720Z | Checking publicsuffix v2.3.0 |
| 2053 | 2026-05-27T02:09:20.838Z | Checking cookie v0.18.1 |
| 2054 | 2026-05-27T02:09:20.912Z | Checking sha1 v0.10.6 |
| 2055 | 2026-05-27T02:09:20.957Z | Checking num-integer v0.1.46 |
| 2056 | 2026-05-27T02:09:21.033Z | Checking scroll v0.13.0 |
| 2057 | 2026-05-27T02:09:21.106Z | Checking data-encoding v2.10.0 |
| 2058 | 2026-05-27T02:09:21.110Z | Checking cookie_store v0.22.1 |
| 2059 | 2026-05-27T02:09:21.186Z | Checking flate2 v1.1.9 |
| 2060 | 2026-05-27T02:09:21.219Z | Checking toml_datetime v0.6.11 |
| 2061 | 2026-05-27T02:09:21.299Z | Checking goblin v0.10.5 |
| 2062 | 2026-05-27T02:09:21.424Z | Checking serde_spanned v0.6.9 |
| 2063 | 2026-05-27T02:09:21.461Z | Checking memmap2 v0.9.10 |
| 2064 | 2026-05-27T02:09:21.464Z | Checking base16ct v0.2.0 |
| 2065 | 2026-05-27T02:09:21.531Z | Checking bit-vec v0.8.0 |
| 2066 | 2026-05-27T02:09:21.534Z | Checking foreign-types-shared v0.1.1 |
| 2067 | 2026-05-27T02:09:21.599Z | Checking dtrace-parser v0.3.0 |
| 2068 | 2026-05-27T02:09:21.644Z | Checking foreign-types v0.3.2 |
| 2069 | 2026-05-27T02:09:21.647Z | Checking sec1 v0.7.3 |
| 2070 | 2026-05-27T02:09:21.647Z | Checking ff v0.13.1 |
| 2071 | 2026-05-27T02:09:21.745Z | Checking openssl-sys v0.9.115 |
| 2072 | 2026-05-27T02:09:21.780Z | Checking thread-id v5.1.0 |
| 2073 | 2026-05-27T02:09:21.814Z | Checking bit-set v0.8.0 |
| 2074 | 2026-05-27T02:09:21.851Z | Checking wait-timeout v0.2.1 |
| 2075 | 2026-05-27T02:09:21.883Z | Checking group v0.13.0 |
| 2076 | 2026-05-27T02:09:21.917Z | Checking num-iter v0.1.45 |
| 2077 | 2026-05-27T02:09:21.953Z | Checking bstr v1.12.1 |
| 2078 | 2026-05-27T02:09:21.989Z | Checking hkdf v0.12.4 |
| 2079 | 2026-05-27T02:09:22.025Z | Checking crossbeam-epoch v0.9.18 |
| 2080 | 2026-05-27T02:09:22.059Z | Checking ahash v0.8.12 |
| 2081 | 2026-05-27T02:09:22.063Z | Checking crypto-bigint v0.5.5 |
| 2082 | 2026-05-27T02:09:22.146Z | Checking openssl v0.10.79 |
| 2083 | 2026-05-27T02:09:22.181Z | Checking quick-error v1.2.3 |
| 2084 | 2026-05-27T02:09:22.278Z | Checking rand_xorshift v0.4.0 |
| 2085 | 2026-05-27T02:09:22.282Z | Checking scroll v0.12.0 |
| 2086 | 2026-05-27T02:09:22.344Z | Checking rusty-fork v0.3.1 |
| 2087 | 2026-05-27T02:09:22.347Z | Checking tokio-rustls v0.26.4 |
| 2088 | 2026-05-27T02:09:22.412Z | Checking rustls-platform-verifier v0.6.2 |
| 2089 | 2026-05-27T02:09:22.446Z | Checking unarray v0.1.4 |
| 2090 | 2026-05-27T02:09:22.541Z | Checking num-bigint-dig v0.8.6 |
| 2091 | 2026-05-27T02:09:22.578Z | Checking goblin v0.8.2 |
| 2092 | 2026-05-27T02:09:22.581Z | Checking proptest v1.10.0 |
| 2093 | 2026-05-27T02:09:22.581Z | Checking pkcs1 v0.7.5 |
| 2094 | 2026-05-27T02:09:22.676Z | Checking hyper-rustls v0.27.7 |
| 2095 | 2026-05-27T02:09:22.848Z | Checking x509-cert v0.2.5 |
| 2096 | 2026-05-27T02:09:22.907Z | Checking reqwest v0.13.2 |
| 2097 | 2026-05-27T02:09:23.004Z | Checking elliptic-curve v0.13.8 |
| 2098 | 2026-05-27T02:09:23.333Z | Checking zerocopy v0.7.35 |
| 2099 | 2026-05-27T02:09:23.377Z | Checking unicode-segmentation v1.12.0 |
| 2100 | 2026-05-27T02:09:23.522Z | Checking rsa v0.9.10 |
| 2101 | 2026-05-27T02:09:23.621Z | Checking dof v0.4.0 |
| 2102 | 2026-05-27T02:09:23.718Z | Checking dtrace-parser v0.2.0 |
| 2103 | 2026-05-27T02:09:23.771Z | Checking rfc6979 v0.4.0 |
| 2104 | 2026-05-27T02:09:23.846Z | Checking memoffset v0.9.1 |
| 2105 | 2026-05-27T02:09:23.916Z | Checking thread-id v4.2.2 |
| 2106 | 2026-05-27T02:09:23.958Z | Checking ecdsa v0.16.9 |
| 2107 | 2026-05-27T02:09:23.993Z | Checking curve25519-dalek v4.1.3 |
| 2108 | 2026-05-27T02:09:24.026Z | Checking rustix v0.38.44 |
| 2109 | 2026-05-27T02:09:24.061Z | Checking env_filter v1.0.0 |
| 2110 | 2026-05-27T02:09:24.199Z | Checking native-tls v0.2.18 |
| 2111 | 2026-05-27T02:09:24.236Z | Checking same-file v1.0.6 |
| 2112 | 2026-05-27T02:09:24.277Z | Checking usdt-impl v0.6.0 |
| 2113 | 2026-05-27T02:09:24.325Z | Checking toml_write v0.1.2 |
| 2114 | 2026-05-27T02:09:24.381Z | Checking keccak v0.1.6 |
| 2115 | 2026-05-27T02:09:24.416Z | Checking tokio-native-tls v0.3.1 |
| 2116 | 2026-05-27T02:09:24.450Z | Checking newtype-uuid v1.3.2 |
| 2117 | 2026-05-27T02:09:24.494Z | Checking dof v0.3.0 |
| 2118 | 2026-05-27T02:09:24.530Z | Checking toml_edit v0.22.27 |
| 2119 | 2026-05-27T02:09:24.570Z | Checking sha3 v0.10.8 |
| 2120 | 2026-05-27T02:09:24.607Z | Checking usdt v0.6.0 |
| 2121 | 2026-05-27T02:09:24.610Z | Checking hyper-tls v0.6.0 |
| 2122 | 2026-05-27T02:09:24.675Z | Checking daft v0.1.7 |
| 2123 | 2026-05-27T02:09:24.796Z | Checking walkdir v2.5.0 |
| 2124 | 2026-05-27T02:09:24.830Z | Checking usdt-impl v0.5.0 |
| 2125 | 2026-05-27T02:09:24.834Z | Checking env_logger v0.11.9 |
| 2126 | 2026-05-27T02:09:24.834Z | Checking ed25519 v2.2.3 |
| 2127 | 2026-05-27T02:09:24.933Z | Checking itertools v0.13.0 |
| 2128 | 2026-05-27T02:09:24.936Z | Checking reqwest v0.12.28 |
| 2129 | 2026-05-27T02:09:24.936Z | Checking serde_with v3.17.0 |
| 2130 | 2026-05-27T02:09:25.031Z | Checking siphasher v1.0.2 |
| 2131 | 2026-05-27T02:09:25.076Z | Checking bitflags v1.3.2 |
| 2132 | 2026-05-27T02:09:25.112Z | Checking ed25519-dalek v2.2.0 |
| 2133 | 2026-05-27T02:09:25.148Z | Checking nix v0.31.2 |
| 2134 | 2026-05-27T02:09:25.184Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2135 | 2026-05-27T02:09:25.221Z | Checking unicode-normalization v0.1.25 |
| 2136 | 2026-05-27T02:09:25.371Z | Checking signal-hook v0.3.18 |
| 2137 | 2026-05-27T02:09:25.538Z | Checking managed v0.8.0 |
| 2138 | 2026-05-27T02:09:25.591Z | Checking winnow v0.5.40 |
| 2139 | 2026-05-27T02:09:25.637Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2140 | 2026-05-27T02:09:25.674Z | Checking object v0.37.3 |
| 2141 | 2026-05-27T02:09:25.749Z | Checking foldhash v0.1.5 |
| 2142 | 2026-05-27T02:09:25.752Z | Checking bzip2 v0.4.4 |
| 2143 | 2026-05-27T02:09:25.829Z | Checking signal-hook-mio v0.2.5 |
| 2144 | 2026-05-27T02:09:25.916Z | Checking hashbrown v0.15.5 |
| 2145 | 2026-05-27T02:09:25.962Z | Checking globset v0.4.18 |
| 2146 | 2026-05-27T02:09:25.999Z | Checking ref-cast v1.0.25 |
| 2147 | 2026-05-27T02:09:26.006Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2148 | 2026-05-27T02:09:26.128Z | Checking zip v0.6.6 |
| 2149 | 2026-05-27T02:09:26.186Z | Checking zstd-safe v7.2.4 |
| 2150 | 2026-05-27T02:09:26.248Z | Checking pin-project v1.1.11 |
| 2151 | 2026-05-27T02:09:26.285Z | Checking libbz2-rs-sys v0.2.2 |
| 2152 | 2026-05-27T02:09:26.376Z | Checking bumpalo v3.20.2 |
| 2153 | 2026-05-27T02:09:26.412Z | Checking zstd v0.13.3 |
| 2154 | 2026-05-27T02:09:26.446Z | Checking crossterm v0.28.1 |
| 2155 | 2026-05-27T02:09:26.483Z | Checking similar v2.7.0 |
| 2156 | 2026-05-27T02:09:26.486Z | Checking tokio-stream v0.1.18 |
| 2157 | 2026-05-27T02:09:26.603Z | Checking zopfli v0.8.3 |
| 2158 | 2026-05-27T02:09:26.639Z | Checking fs-err v3.3.0 |
| 2159 | 2026-05-27T02:09:26.709Z | Checking bzip2 v0.6.1 |
| 2160 | 2026-05-27T02:09:26.784Z | Checking toml_edit v0.19.15 |
| 2161 | 2026-05-27T02:09:26.900Z | Checking pem v3.0.6 |
| 2162 | 2026-05-27T02:09:26.938Z | Checking hash32 v0.2.1 |
| 2163 | 2026-05-27T02:09:26.941Z | Checking serde-big-array v0.5.1 |
| 2164 | 2026-05-27T02:09:27.012Z | Checking unicode-properties v0.1.4 |
| 2165 | 2026-05-27T02:09:27.016Z | Checking jiff v0.2.21 |
| 2166 | 2026-05-27T02:09:27.081Z | Checking unicode-bidi v0.3.18 |
| 2167 | 2026-05-27T02:09:27.123Z | Checking predicates-core v1.0.10 |
| 2168 | 2026-05-27T02:09:27.160Z | Checking heapless v0.7.17 |
| 2169 | 2026-05-27T02:09:27.198Z | Checking snafu v0.8.9 |
| 2170 | 2026-05-27T02:09:27.234Z | Checking olpc-cjson v0.1.4 |
| 2171 | 2026-05-27T02:09:27.277Z | Checking hickory-proto v0.25.2 |
| 2172 | 2026-05-27T02:09:27.398Z | Checking md-5 v0.10.6 |
| 2173 | 2026-05-27T02:09:27.433Z | Checking stringprep v0.1.5 |
| 2174 | 2026-05-27T02:09:27.466Z | Checking serde_plain v1.0.2 |
| 2175 | 2026-05-27T02:09:27.562Z | Checking float-cmp v0.10.0 |
| 2176 | 2026-05-27T02:09:27.598Z | Checking typed-path v0.9.3 |
| 2177 | 2026-05-27T02:09:27.632Z | Checking fallible-iterator v0.2.0 |
| 2178 | 2026-05-27T02:09:27.668Z | Checking normalize-line-endings v0.3.0 |
| 2179 | 2026-05-27T02:09:27.717Z | Checking difflib v0.4.0 |
| 2180 | 2026-05-27T02:09:27.785Z | Checking smoltcp v0.9.1 |
| 2181 | 2026-05-27T02:09:27.844Z | Checking toml v0.7.8 |
| 2182 | 2026-05-27T02:09:27.924Z | Checking predicates v3.1.4 |
| 2183 | 2026-05-27T02:09:27.960Z | Checking postgres-protocol v0.6.10 |
| 2184 | 2026-05-27T02:09:28.027Z | Checking iddqd v0.4.1 |
| 2185 | 2026-05-27T02:09:28.175Z | Checking phf_shared v0.11.3 |
| 2186 | 2026-05-27T02:09:28.246Z | Checking phf_shared v0.13.1 |
| 2187 | 2026-05-27T02:09:28.301Z | Checking buf-list v1.1.2 |
| 2188 | 2026-05-27T02:09:28.360Z | Checking strum v0.27.2 |
| 2189 | 2026-05-27T02:09:28.399Z | Checking tough v0.22.0 |
| 2190 | 2026-05-27T02:09:28.402Z | Checking fixedbitset v0.5.7 |
| 2191 | 2026-05-27T02:09:28.471Z | Checking new_debug_unreachable v1.0.6 |
| 2192 | 2026-05-27T02:09:28.506Z | Checking fixedbitset v0.4.2 |
| 2193 | 2026-05-27T02:09:28.541Z | Checking precomputed-hash v0.1.1 |
| 2194 | 2026-05-27T02:09:28.576Z | Checking lalrpop-util v0.19.12 |
| 2195 | 2026-05-27T02:09:28.652Z | Checking string_cache v0.8.9 |
| 2196 | 2026-05-27T02:09:28.655Z | Checking petgraph v0.8.3 |
| 2197 | 2026-05-27T02:09:28.722Z | Checking petgraph v0.6.5 |
| 2198 | 2026-05-27T02:09:28.763Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2199 | 2026-05-27T02:09:28.852Z | Checking phf v0.13.1 |
| 2200 | 2026-05-27T02:09:28.959Z | Checking postgres-types v0.2.12 |
| 2201 | 2026-05-27T02:09:29.029Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-05-27T02:09:29.309Z | Checking peg-runtime v0.8.5 |
| 2203 | 2026-05-27T02:09:29.346Z | Checking whoami v2.1.0 |
| 2204 | 2026-05-27T02:09:29.349Z | Checking zip v4.6.1 |
| 2205 | 2026-05-27T02:09:29.569Z | Checking tokio-postgres v0.7.16 |
| 2206 | 2026-05-27T02:09:29.614Z | Checking is-terminal v0.4.17 |
| 2207 | 2026-05-27T02:09:29.730Z | Checking crossbeam-channel v0.5.15 |
| 2208 | 2026-05-27T02:09:29.970Z | Compiling structmeta-derive v0.3.0 |
| 2209 | 2026-05-27T02:09:30.008Z | Checking thread_local v1.1.9 |
| 2210 | 2026-05-27T02:09:30.087Z | Checking term v1.2.1 |
| 2211 | 2026-05-27T02:09:30.123Z | Checking take_mut v0.2.2 |
| 2212 | 2026-05-27T02:09:30.200Z | Compiling newtype-uuid-macros v0.1.0 |
| 2213 | 2026-05-27T02:09:30.258Z | Checking slog-async v2.8.0 |
| 2214 | 2026-05-27T02:09:30.304Z | Compiling rustls v0.22.4 |
| 2215 | 2026-05-27T02:09:30.339Z | Checking slog-term v2.9.2 |
| 2216 | 2026-05-27T02:09:30.450Z | Compiling multer v3.1.0 |
| 2217 | 2026-05-27T02:09:30.485Z | Compiling async-stream-impl v0.3.6 |
| 2218 | 2026-05-27T02:09:30.563Z | Compiling dropshot v0.17.0 |
| 2219 | 2026-05-27T02:09:30.627Z | Compiling dropshot_endpoint v0.17.0 |
| 2220 | 2026-05-27T02:09:30.743Z | Checking match_cfg v0.1.0 |
| 2221 | 2026-05-27T02:09:30.841Z | Checking hostname v0.3.1 |
| 2222 | 2026-05-27T02:09:30.876Z | Checking slog-json v2.6.1 |
| 2223 | 2026-05-27T02:09:30.909Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2224 | 2026-05-27T02:09:30.967Z | Checking debug-ignore v1.0.5 |
| 2225 | 2026-05-27T02:09:31.001Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2226 | 2026-05-27T02:09:31.060Z | Compiling structmeta v0.3.0 |
| 2227 | 2026-05-27T02:09:31.097Z | Checking slog-bunyan v2.5.0 |
| 2228 | 2026-05-27T02:09:31.164Z | Checking rustls-webpki v0.102.8 |
| 2229 | 2026-05-27T02:09:31.194Z | Checking serde_spanned v1.0.4 |
| 2230 | 2026-05-27T02:09:31.237Z | Checking serde_path_to_error v0.1.20 |
| 2231 | 2026-05-27T02:09:31.278Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2232 | 2026-05-27T02:09:31.314Z | Compiling derive-ex v0.1.8 |
| 2233 | 2026-05-27T02:09:31.356Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2234 | 2026-05-27T02:09:31.359Z | Checking compression-core v0.4.31 |
| 2235 | 2026-05-27T02:09:31.490Z | Checking progenitor-client v0.14.0 |
| 2236 | 2026-05-27T02:09:31.526Z | Checking async-stream v0.3.6 |
| 2237 | 2026-05-27T02:09:31.560Z | Checking compression-codecs v0.4.37 |
| 2238 | 2026-05-27T02:09:31.659Z | Checking toml v1.0.6+spec-1.1.0 |
| 2239 | 2026-05-27T02:09:31.693Z | Checking waitgroup v0.1.2 |
| 2240 | 2026-05-27T02:09:31.746Z | Checking rustls-pemfile v2.2.0 |
| 2241 | 2026-05-27T02:09:31.811Z | Checking hostname v0.4.2 |
| 2242 | 2026-05-27T02:09:31.848Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2243 | 2026-05-27T02:09:31.851Z | Checking async-compression v0.4.41 |
| 2244 | 2026-05-27T02:09:31.916Z | Compiling parse-display-derive v0.10.0 |
| 2245 | 2026-05-27T02:09:31.950Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2246 | 2026-05-27T02:09:31.988Z | Checking regress v0.10.5 |
| 2247 | 2026-05-27T02:09:32.118Z | Checking itertools v0.14.0 |
| 2248 | 2026-05-27T02:09:32.156Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2249 | 2026-05-27T02:09:32.274Z | Checking macaddr v1.0.1 |
| 2250 | 2026-05-27T02:09:32.461Z | Checking instant v0.1.13 |
| 2251 | 2026-05-27T02:09:32.497Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2252 | 2026-05-27T02:09:32.578Z | Checking backoff v0.4.0 |
| 2253 | 2026-05-27T02:09:32.619Z | Checking backon v1.6.0 |
| 2254 | 2026-05-27T02:09:32.760Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2255 | 2026-05-27T02:09:32.796Z | Checking humantime v2.3.0 |
| 2256 | 2026-05-27T02:09:32.830Z | Checking progenitor-extras v0.2.0 |
| 2257 | 2026-05-27T02:09:33.007Z | Checking progenitor-client v0.10.0 |
| 2258 | 2026-05-27T02:09:33.044Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-05-27T02:09:33.086Z | Checking unicode-width v0.2.0 |
| 2260 | 2026-05-27T02:09:33.090Z | Checking tokio-rustls v0.25.0 |
| 2261 | 2026-05-27T02:09:33.207Z | Checking heck v0.5.0 |
| 2262 | 2026-05-27T02:09:33.256Z | Compiling convert_case v0.4.0 |
| 2263 | 2026-05-27T02:09:33.259Z | Checking half v2.7.1 |
| 2264 | 2026-05-27T02:09:33.379Z | Checking ciborium-io v0.2.2 |
| 2265 | 2026-05-27T02:09:33.382Z | Checking secrecy v0.10.3 |
| 2266 | 2026-05-27T02:09:33.445Z | Compiling regress v0.11.1 |
| 2267 | 2026-05-27T02:09:33.499Z | Checking indent_write v2.2.0 |
| 2268 | 2026-05-27T02:09:33.556Z | Checking universal-hash v0.5.1 |
| 2269 | 2026-05-27T02:09:33.588Z | Checking ciborium-ll v0.2.2 |
| 2270 | 2026-05-27T02:09:33.624Z | Checking parse-display v0.10.0 |
| 2271 | 2026-05-27T02:09:33.657Z | Compiling derive_more v0.99.20 |
| 2272 | 2026-05-27T02:09:33.660Z | Compiling unsafe-libyaml v0.2.11 |
| 2273 | 2026-05-27T02:09:33.721Z | Checking opaque-debug v0.3.1 |
| 2274 | 2026-05-27T02:09:33.789Z | Checking ciborium v0.2.2 |
| 2275 | 2026-05-27T02:09:33.826Z | Checking camino-tempfile v1.4.1 |
| 2276 | 2026-05-27T02:09:34.041Z | Compiling crucible-workspace-hack v0.1.0 |
| 2277 | 2026-05-27T02:09:34.242Z | Compiling serde_yaml v0.9.34+deprecated |
| 2278 | 2026-05-27T02:09:34.324Z | Checking aead v0.5.2 |
| 2279 | 2026-05-27T02:09:34.497Z | Checking poly1305 v0.8.0 |
| 2280 | 2026-05-27T02:09:34.554Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2281 | 2026-05-27T02:09:34.557Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2282 | 2026-05-27T02:09:34.784Z | Checking chacha20 v0.9.1 |
| 2283 | 2026-05-27T02:09:34.926Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2284 | 2026-05-27T02:09:34.965Z | Checking password-hash v0.5.0 |
| 2285 | 2026-05-27T02:09:35.011Z | Compiling typify-impl v0.6.2 |
| 2286 | 2026-05-27T02:09:35.223Z | Checking blake2 v0.10.6 |
| 2287 | 2026-05-27T02:09:35.298Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2288 | 2026-05-27T02:09:35.491Z | Checking argon2 v0.5.3 |
| 2289 | 2026-05-27T02:09:35.733Z | Checking chacha20poly1305 v0.10.1 |
| 2290 | 2026-05-27T02:09:35.864Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2291 | 2026-05-27T02:09:35.898Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2292 | 2026-05-27T02:09:36.164Z | Checking thiserror-no-std v2.0.2 |
| 2293 | 2026-05-27T02:09:36.239Z | Checking byte-wrapper v0.1.0 |
| 2294 | 2026-05-27T02:09:36.276Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2295 | 2026-05-27T02:09:36.309Z | Checking vsss-rs v3.3.4 |
| 2296 | 2026-05-27T02:09:36.342Z | Checking swrite v0.1.0 |
| 2297 | 2026-05-27T02:09:36.464Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2298 | 2026-05-27T02:09:36.503Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2299 | 2026-05-27T02:09:36.544Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2300 | 2026-05-27T02:09:36.716Z | Checking crossbeam-deque v0.8.6 |
| 2301 | 2026-05-27T02:09:36.754Z | Compiling rayon-core v1.13.0 |
| 2302 | 2026-05-27T02:09:36.929Z | Checking toml v0.8.23 |
| 2303 | 2026-05-27T02:09:37.243Z | Compiling proc-macro-error v1.0.4 |
| 2304 | 2026-05-27T02:09:37.279Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2305 | 2026-05-27T02:09:37.358Z | Checking rayon v1.11.0 |
| 2306 | 2026-05-27T02:09:37.465Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2307 | 2026-05-27T02:09:37.559Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2308 | 2026-05-27T02:09:37.594Z | Checking tabwriter v1.4.1 |
| 2309 | 2026-05-27T02:09:37.772Z | Checking glob v0.3.3 |
| 2310 | 2026-05-27T02:09:37.856Z | Checking colored v3.1.1 |
| 2311 | 2026-05-27T02:09:37.983Z | Compiling heapless v0.8.0 |
| 2312 | 2026-05-27T02:09:38.019Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2313 | 2026-05-27T02:09:38.084Z | Compiling ingot-macros v0.1.1 |
| 2314 | 2026-05-27T02:09:38.146Z | Compiling proc-macro-crate v3.4.0 |
| 2315 | 2026-05-27T02:09:38.501Z | Checking hash32 v0.3.1 |
| 2316 | 2026-05-27T02:09:38.643Z | Checking unicode-width v0.1.14 |
| 2317 | 2026-05-27T02:09:38.681Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2026-05-27T02:09:38.685Z | Compiling smoltcp v0.11.0 |
| 2319 | 2026-05-27T02:09:38.816Z | Checking cobs v0.3.0 |
| 2320 | 2026-05-27T02:09:38.955Z | Compiling usdt-attr-macro v0.5.0 |
| 2321 | 2026-05-27T02:09:38.992Z | Compiling usdt-macro v0.5.0 |
| 2322 | 2026-05-27T02:09:39.038Z | Checking memmap v0.7.0 |
| 2323 | 2026-05-27T02:09:39.123Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2324 | 2026-05-27T02:09:39.205Z | Checking postcard v1.1.3 |
| 2325 | 2026-05-27T02:09:39.383Z | Compiling num_enum_derive v0.7.5 |
| 2326 | 2026-05-27T02:09:39.537Z | Compiling proc-macro-crate v1.3.1 |
| 2327 | 2026-05-27T02:09:39.639Z | Compiling typify-macro v0.6.2 |
| 2328 | 2026-05-27T02:09:39.676Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2329 | 2026-05-27T02:09:39.747Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2330 | 2026-05-27T02:09:39.750Z | Checking usdt v0.5.0 |
| 2331 | 2026-05-27T02:09:39.973Z | Checking sigpipe v0.1.3 |
| 2332 | 2026-05-27T02:09:39.976Z | Compiling foreign-types-macros v0.2.3 |
| 2333 | 2026-05-27T02:09:40.040Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-05-27T02:09:40.083Z | Checking cpufeatures v0.3.0 |
| 2335 | 2026-05-27T02:09:40.187Z | Checking foreign-types-shared v0.3.1 |
| 2336 | 2026-05-27T02:09:40.312Z | Checking chacha20 v0.10.0 |
| 2337 | 2026-05-27T02:09:40.346Z | Compiling num_enum_derive v0.5.11 |
| 2338 | 2026-05-27T02:09:40.453Z | Checking num_enum v0.7.5 |
| 2339 | 2026-05-27T02:09:40.561Z | Checking cstr-argument v0.1.2 |
| 2340 | 2026-05-27T02:09:40.599Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2341 | 2026-05-27T02:09:40.633Z | Checking foreign-types v0.5.0 |
| 2342 | 2026-05-27T02:09:40.666Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-05-27T02:09:40.712Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2344 | 2026-05-27T02:09:40.746Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2345 | 2026-05-27T02:09:40.907Z | Checking ingot-types v0.1.2 |
| 2346 | 2026-05-27T02:09:41.003Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-05-27T02:09:41.051Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2348 | 2026-05-27T02:09:41.201Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2349 | 2026-05-27T02:09:41.237Z | Checking rand v0.10.0 |
| 2350 | 2026-05-27T02:09:41.240Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2351 | 2026-05-27T02:09:41.372Z | Checking ingot v0.1.1 |
| 2352 | 2026-05-27T02:09:41.406Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2353 | 2026-05-27T02:09:41.461Z | Compiling typify v0.6.2 |
| 2354 | 2026-05-27T02:09:41.498Z | Checking num_enum v0.5.11 |
| 2355 | 2026-05-27T02:09:41.562Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2356 | 2026-05-27T02:09:41.600Z | Compiling progenitor-impl v0.14.0 |
| 2357 | 2026-05-27T02:09:41.667Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2358 | 2026-05-27T02:09:41.701Z | Compiling zone_cfg_derive v0.3.1 |
| 2359 | 2026-05-27T02:09:41.865Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2360 | 2026-05-27T02:09:41.932Z | Checking itertools v0.12.1 |
| 2361 | 2026-05-27T02:09:42.075Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2362 | 2026-05-27T02:09:42.346Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2363 | 2026-05-27T02:09:42.530Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2364 | 2026-05-27T02:09:42.572Z | Checking smf v0.2.3 |
| 2365 | 2026-05-27T02:09:42.609Z | Checking whoami v1.6.1 |
| 2366 | 2026-05-27T02:09:42.642Z | Checking tokio-dtrace v0.1.1 |
| 2367 | 2026-05-27T02:09:42.786Z | Compiling derive-where v1.6.0 |
| 2368 | 2026-05-27T02:09:42.820Z | Checking console v0.15.11 |
| 2369 | 2026-05-27T02:09:42.855Z | Checking atomicwrites v0.4.4 |
| 2370 | 2026-05-27T02:09:42.859Z | Checking oxide-tokio-rt v0.1.4 |
| 2371 | 2026-05-27T02:09:42.988Z | Checking zone v0.3.1 |
| 2372 | 2026-05-27T02:09:43.024Z | Checking newline-converter v0.3.0 |
| 2373 | 2026-05-27T02:09:43.057Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2374 | 2026-05-27T02:09:43.092Z | Checking num-rational v0.4.2 |
| 2375 | 2026-05-27T02:09:43.127Z | Checking num-complex v0.4.6 |
| 2376 | 2026-05-27T02:09:43.162Z | Checking expectorate v1.2.0 |
| 2377 | 2026-05-27T02:09:43.318Z | Checking bytecount v0.6.9 |
| 2378 | 2026-05-27T02:09:43.366Z | Checking float-ord v0.3.2 |
| 2379 | 2026-05-27T02:09:43.401Z | Compiling owo-colors v4.3.0 |
| 2380 | 2026-05-27T02:09:43.452Z | Compiling prettyplease v0.2.37 |
| 2381 | 2026-05-27T02:09:43.494Z | Checking num v0.4.3 |
| 2382 | 2026-05-27T02:09:43.528Z | Compiling cancel-safe-futures v0.1.5 |
| 2383 | 2026-05-27T02:09:43.596Z | Compiling progenitor-impl v0.13.0 |
| 2384 | 2026-05-27T02:09:43.726Z | Checking libsw-core v0.3.2 |
| 2385 | 2026-05-27T02:09:43.904Z | Checking libsw v3.5.0 |
| 2386 | 2026-05-27T02:09:44.146Z | Checking progenitor-client v0.13.0 |
| 2387 | 2026-05-27T02:09:44.149Z | Checking linear-map v1.2.0 |
| 2388 | 2026-05-27T02:09:44.241Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2389 | 2026-05-27T02:09:44.277Z | Compiling progenitor-macro v0.14.0 |
| 2390 | 2026-05-27T02:09:44.408Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2391 | 2026-05-27T02:09:44.440Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2392 | 2026-05-27T02:09:45.034Z | Checking gethostname v0.5.0 |
| 2393 | 2026-05-27T02:09:45.155Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2394 | 2026-05-27T02:09:45.330Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2395 | 2026-05-27T02:09:46.250Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2396 | 2026-05-27T02:09:46.253Z | Compiling progenitor-macro v0.13.0 |
| 2397 | 2026-05-27T02:09:46.981Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2398 | 2026-05-27T02:09:48.343Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2399 | 2026-05-27T02:09:49.237Z | Checking progenitor v0.14.0 |
| 2400 | 2026-05-27T02:09:49.704Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2401 | 2026-05-27T02:09:50.332Z | Checking resolv-conf v0.7.6 |
| 2402 | 2026-05-27T02:09:50.451Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2403 | 2026-05-27T02:09:50.542Z | Checking smawk v0.3.2 |
| 2404 | 2026-05-27T02:09:50.652Z | Checking unicode-linebreak v0.1.5 |
| 2405 | 2026-05-27T02:09:50.703Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2406 | 2026-05-27T02:09:50.901Z | Checking papergrid v0.11.0 |
| 2407 | 2026-05-27T02:09:50.936Z | Compiling tabled_derive v0.7.0 |
| 2408 | 2026-05-27T02:09:51.036Z | Compiling convert_case v0.10.0 |
| 2409 | 2026-05-27T02:09:51.235Z | Checking progenitor v0.13.0 |
| 2410 | 2026-05-27T02:09:51.384Z | Compiling slog-dtrace v0.3.0 |
| 2411 | 2026-05-27T02:09:51.421Z | Compiling derive_more-impl v2.1.1 |
| 2412 | 2026-05-27T02:09:51.424Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2413 | 2026-05-27T02:09:51.953Z | Checking tabled v0.15.0 |
| 2414 | 2026-05-27T02:09:52.022Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2415 | 2026-05-27T02:09:52.102Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2416 | 2026-05-27T02:09:52.240Z | Checking linked-hash-map v0.5.6 |
| 2417 | 2026-05-27T02:09:52.277Z | Checking derive_more v2.1.1 |
| 2418 | 2026-05-27T02:09:52.314Z | Checking hickory-proto v0.24.4 |
| 2419 | 2026-05-27T02:09:52.346Z | Checking fd-lock v4.0.4 |
| 2420 | 2026-05-27T02:09:52.387Z | Checking crossterm v0.29.0 |
| 2421 | 2026-05-27T02:09:52.438Z | Checking lru-cache v0.1.2 |
| 2422 | 2026-05-27T02:09:52.499Z | Checking vte v0.14.1 |
| 2423 | 2026-05-27T02:09:52.591Z | Checking display-error-chain v0.2.2 |
| 2424 | 2026-05-27T02:09:52.683Z | Checking strip-ansi-escapes v0.2.1 |
| 2425 | 2026-05-27T02:09:52.745Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2426 | 2026-05-27T02:09:52.779Z | Checking nu-ansi-term v0.50.3 |
| 2427 | 2026-05-27T02:09:52.817Z | Checking termtree v0.5.1 |
| 2428 | 2026-05-27T02:09:52.904Z | Checking textwrap v0.16.2 |
| 2429 | 2026-05-27T02:09:52.963Z | Compiling minimal-lexical v0.2.1 |
| 2430 | 2026-05-27T02:09:52.997Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2431 | 2026-05-27T02:09:53.029Z | Checking reedline v0.40.0 |
| 2432 | 2026-05-27T02:09:53.169Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2433 | 2026-05-27T02:09:53.181Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2434 | 2026-05-27T02:09:53.245Z | Compiling nom v7.1.3 |
| 2435 | 2026-05-27T02:09:53.480Z | Compiling ar_archive_writer v0.5.1 |
| 2436 | 2026-05-27T02:09:53.720Z | Checking csv-core v0.1.13 |
| 2437 | 2026-05-27T02:09:53.799Z | Compiling stacker v0.1.23 |
| 2438 | 2026-05-27T02:09:53.925Z | Checking csv v1.4.0 |
| 2439 | 2026-05-27T02:09:54.095Z | Checking highway v1.3.0 |
| 2440 | 2026-05-27T02:09:54.149Z | Checking hickory-resolver v0.24.4 |
| 2441 | 2026-05-27T02:09:54.212Z | Compiling cfg_aliases v0.1.1 |
| 2442 | 2026-05-27T02:09:54.320Z | Compiling semver v0.1.20 |
| 2443 | 2026-05-27T02:09:54.354Z | Compiling nix v0.28.0 |
| 2444 | 2026-05-27T02:09:54.387Z | Compiling psm v0.1.30 |
| 2445 | 2026-05-27T02:09:54.391Z | Checking nibble_vec v0.1.0 |
| 2446 | 2026-05-27T02:09:54.496Z | Checking endian-type v0.1.2 |
| 2447 | 2026-05-27T02:09:54.600Z | Compiling rustc_version v0.1.7 |
| 2448 | 2026-05-27T02:09:54.634Z | Checking home v0.5.12 |
| 2449 | 2026-05-27T02:09:54.637Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2450 | 2026-05-27T02:09:54.697Z | Checking radix_trie v0.2.1 |
| 2451 | 2026-05-27T02:09:54.767Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2452 | 2026-05-27T02:09:54.811Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2453 | 2026-05-27T02:09:54.851Z | Compiling newtype_derive v0.1.6 |
| 2454 | 2026-05-27T02:09:54.945Z | Checking phf_shared v0.12.1 |
| 2455 | 2026-05-27T02:09:54.948Z | Checking qorb v0.4.1 |
| 2456 | 2026-05-27T02:09:55.063Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2457 | 2026-05-27T02:09:55.113Z | Compiling chrono-tz v0.10.4 |
| 2458 | 2026-05-27T02:09:55.274Z | Checking phf v0.12.1 |
| 2459 | 2026-05-27T02:09:55.407Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2460 | 2026-05-27T02:09:55.445Z | Compiling const_format_proc_macros v0.2.34 |
| 2461 | 2026-05-27T02:09:55.476Z | Compiling peg-macros v0.8.5 |
| 2462 | 2026-05-27T02:09:55.511Z | Checking recursive v0.1.1 |
| 2463 | 2026-05-27T02:09:55.543Z | Checking winnow v0.6.26 |
| 2464 | 2026-05-27T02:09:55.634Z | Compiling sqlparser_derive v0.5.0 |
| 2465 | 2026-05-27T02:09:56.187Z | Checking unicode_categories v0.1.1 |
| 2466 | 2026-05-27T02:09:56.334Z | Checking const_format v0.2.35 |
| 2467 | 2026-05-27T02:09:56.369Z | Checking rustyline v14.0.0 |
| 2468 | 2026-05-27T02:09:56.483Z | Checking sqlparser v0.61.0 |
| 2469 | 2026-05-27T02:09:56.743Z | Checking sqlformat v0.3.5 |
| 2470 | 2026-05-27T02:09:56.867Z | Checking peg v0.8.5 |
| 2471 | 2026-05-27T02:09:56.970Z | Checking bcs v0.1.6 |
| 2472 | 2026-05-27T02:09:57.116Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2473 | 2026-05-27T02:09:57.228Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2474 | 2026-05-27T02:09:57.262Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2475 | 2026-05-27T02:09:57.344Z | Checking steno v0.4.1 |
| 2476 | 2026-05-27T02:09:57.399Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2477 | 2026-05-27T02:09:57.444Z | Checking filetime v0.2.27 |
| 2478 | 2026-05-27T02:09:57.612Z | Checking xattr v1.6.1 |
| 2479 | 2026-05-27T02:09:57.780Z | Checking tar v0.4.45 |
| 2480 | 2026-05-27T02:09:58.191Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2481 | 2026-05-27T02:09:58.250Z | Checking subprocess v0.2.15 |
| 2482 | 2026-05-27T02:09:58.373Z | Checking base64 v0.21.7 |
| 2483 | 2026-05-27T02:09:58.405Z | Checking headers-core v0.3.0 |
| 2484 | 2026-05-27T02:09:58.461Z | Checking yasna v0.5.2 |
| 2485 | 2026-05-27T02:09:58.539Z | Checking headers v0.4.1 |
| 2486 | 2026-05-27T02:09:58.573Z | Checking dropshot-api-manager-types v0.7.2 |
| 2487 | 2026-05-27T02:09:58.641Z | Checking tagptr v0.2.0 |
| 2488 | 2026-05-27T02:09:58.816Z | Checking moka v0.12.13 |
| 2489 | 2026-05-27T02:09:58.870Z | Checking rcgen v0.12.1 |
| 2490 | 2026-05-27T02:09:59.116Z | Checking utf-8 v0.7.6 |
| 2491 | 2026-05-27T02:09:59.209Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2492 | 2026-05-27T02:09:59.283Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2493 | 2026-05-27T02:09:59.389Z | Compiling libefi-sys v0.1.0 |
| 2494 | 2026-05-27T02:09:59.508Z | Checking hickory-resolver v0.25.2 |
| 2495 | 2026-05-27T02:09:59.661Z | Checking tungstenite v0.21.0 |
| 2496 | 2026-05-27T02:09:59.837Z | Compiling bitfield-struct v0.6.2 |
| 2497 | 2026-05-27T02:10:00.077Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2498 | 2026-05-27T02:10:00.119Z | Checking tokio-tungstenite v0.21.0 |
| 2499 | 2026-05-27T02:10:00.185Z | Compiling radium v0.7.0 |
| 2500 | 2026-05-27T02:10:00.257Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2501 | 2026-05-27T02:10:00.423Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2502 | 2026-05-27T02:10:00.506Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2503 | 2026-05-27T02:10:00.551Z | Checking tap v1.0.1 |
| 2504 | 2026-05-27T02:10:00.601Z | Compiling maybe-uninit v2.0.0 |
| 2505 | 2026-05-27T02:10:00.636Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2506 | 2026-05-27T02:10:00.685Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2507 | 2026-05-27T02:10:00.756Z | Checking wyz v0.5.1 |
| 2508 | 2026-05-27T02:10:00.790Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-05-27T02:10:00.963Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2510 | 2026-05-27T02:10:01.001Z | Compiling zerocopy-derive v0.6.6 |
| 2511 | 2026-05-27T02:10:01.028Z | Compiling packed_struct v0.10.1 |
| 2512 | 2026-05-27T02:10:01.061Z | Checking crc-catalog v2.4.0 |
| 2513 | 2026-05-27T02:10:01.114Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2514 | 2026-05-27T02:10:01.115Z | Checking funty v2.0.0 |
| 2515 | 2026-05-27T02:10:01.198Z | Checking crc v3.4.0 |
| 2516 | 2026-05-27T02:10:01.376Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2517 | 2026-05-27T02:10:01.461Z | Checking bitvec v1.0.1 |
| 2518 | 2026-05-27T02:10:01.512Z | Compiling packed_struct_codegen v0.10.1 |
| 2519 | 2026-05-27T02:10:01.884Z | Checking zerocopy v0.6.6 |
| 2520 | 2026-05-27T02:10:02.216Z | Compiling bitfield-macros v0.19.4 |
| 2521 | 2026-05-27T02:10:02.386Z | Compiling indexmap v1.9.3 |
| 2522 | 2026-05-27T02:10:02.616Z | Checking nodrop v0.1.14 |
| 2523 | 2026-05-27T02:10:02.693Z | Checking smallvec v0.6.14 |
| 2524 | 2026-05-27T02:10:02.741Z | Checking array-init v0.0.4 |
| 2525 | 2026-05-27T02:10:02.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2526 | 2026-05-27T02:10:02.922Z | Checking hashbrown v0.12.3 |
| 2527 | 2026-05-27T02:10:02.970Z | Checking bitfield v0.19.4 |
| 2528 | 2026-05-27T02:10:03.067Z | Checking serde-hex v0.1.0 |
| 2529 | 2026-05-27T02:10:03.272Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2530 | 2026-05-27T02:10:03.486Z | Checking ron v0.8.1 |
| 2531 | 2026-05-27T02:10:03.717Z | Checking hashbrown v0.13.2 |
| 2532 | 2026-05-27T02:10:03.813Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2533 | 2026-05-27T02:10:03.908Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2534 | 2026-05-27T02:10:04.030Z | Checking crc-any v2.5.0 |
| 2535 | 2026-05-27T02:10:04.091Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-27T02:10:04.171Z | Checking object v0.30.4 |
| 2537 | 2026-05-27T02:10:04.240Z | Checking path-slash v0.1.5 |
| 2538 | 2026-05-27T02:10:04.283Z | Compiling xshell-macros v0.2.7 |
| 2539 | 2026-05-27T02:10:04.370Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2540 | 2026-05-27T02:10:04.596Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2541 | 2026-05-27T02:10:04.675Z | Checking xshell v0.2.7 |
| 2542 | 2026-05-27T02:10:05.005Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2543 | 2026-05-27T02:10:05.047Z | Checking half v1.8.3 |
| 2544 | 2026-05-27T02:10:05.081Z | Compiling num-derive v0.3.3 |
| 2545 | 2026-05-27T02:10:05.271Z | Checking serde_cbor v0.11.2 |
| 2546 | 2026-05-27T02:10:05.685Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2547 | 2026-05-27T02:10:05.985Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2548 | 2026-05-27T02:10:06.017Z | Checking libscf-sys v1.1.0 |
| 2549 | 2026-05-27T02:10:06.175Z | Compiling proc-macro-error2 v2.0.1 |
| 2550 | 2026-05-27T02:10:06.208Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2551 | 2026-05-27T02:10:06.313Z | Checking papergrid v0.17.0 |
| 2552 | 2026-05-27T02:10:06.363Z | Checking testing_table v0.3.0 |
| 2553 | 2026-05-27T02:10:06.467Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2554 | 2026-05-27T02:10:06.500Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2555 | 2026-05-27T02:10:06.531Z | Compiling tabled_derive v0.11.0 |
| 2556 | 2026-05-27T02:10:06.684Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2557 | 2026-05-27T02:10:06.988Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2558 | 2026-05-27T02:10:07.068Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2559 | 2026-05-27T02:10:07.140Z | Checking maplit v1.0.2 |
| 2560 | 2026-05-27T02:10:07.316Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2561 | 2026-05-27T02:10:07.477Z | Compiling git-stub v1.0.0 |
| 2562 | 2026-05-27T02:10:07.528Z | Checking crc8 v0.1.1 |
| 2563 | 2026-05-27T02:10:07.658Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2564 | 2026-05-27T02:10:07.721Z | Checking tabled v0.20.0 |
| 2565 | 2026-05-27T02:10:07.773Z | Compiling git-stub-vcs v0.1.0 |
| 2566 | 2026-05-27T02:10:08.087Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2567 | 2026-05-27T02:10:08.149Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2568 | 2026-05-27T02:10:08.213Z | Checking fxhash v0.2.1 |
| 2569 | 2026-05-27T02:10:08.275Z | Checking unicase v2.9.0 |
| 2570 | 2026-05-27T02:10:08.363Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2571 | 2026-05-27T02:10:08.462Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2572 | 2026-05-27T02:10:08.494Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2573 | 2026-05-27T02:10:08.788Z | Compiling vergen-lib v0.1.6 |
| 2574 | 2026-05-27T02:10:08.875Z | Compiling diesel_derives v2.3.7 |
| 2575 | 2026-05-27T02:10:08.913Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2576 | 2026-05-27T02:10:09.043Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2577 | 2026-05-27T02:10:09.112Z | Checking scheduled-thread-pool v0.2.7 |
| 2578 | 2026-05-27T02:10:09.156Z | Compiling dsl_auto_type v0.2.0 |
| 2579 | 2026-05-27T02:10:09.196Z | Compiling vergen-gitcl v1.0.8 |
| 2580 | 2026-05-27T02:10:09.254Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2581 | 2026-05-27T02:10:09.286Z | Checking r2d2 v0.8.10 |
| 2582 | 2026-05-27T02:10:09.493Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2583 | 2026-05-27T02:10:09.525Z | Checking kstat-rs v0.2.4 |
| 2584 | 2026-05-27T02:10:09.747Z | Checking arc-swap v1.8.2 |
| 2585 | 2026-05-27T02:10:09.790Z | Checking downcast-rs v2.0.2 |
| 2586 | 2026-05-27T02:10:09.890Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2587 | 2026-05-27T02:10:09.953Z | Compiling parking_lot_core v0.8.6 |
| 2588 | 2026-05-27T02:10:09.994Z | Checking slog-scope v4.4.1 |
| 2589 | 2026-05-27T02:10:10.175Z | Checking slog-stdlog v4.1.1 |
| 2590 | 2026-05-27T02:10:10.271Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2591 | 2026-05-27T02:10:10.306Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2592 | 2026-05-27T02:10:10.342Z | Checking slog-envlogger v2.2.0 |
| 2593 | 2026-05-27T02:10:10.481Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2594 | 2026-05-27T02:10:10.561Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2595 | 2026-05-27T02:10:10.594Z | Compiling dirs-sys-next v0.1.2 |
| 2596 | 2026-05-27T02:10:10.627Z | Compiling crunchy v0.2.4 |
| 2597 | 2026-05-27T02:10:10.730Z | Checking parking_lot v0.11.2 |
| 2598 | 2026-05-27T02:10:10.766Z | Compiling dirs-next v2.0.0 |
| 2599 | 2026-05-27T02:10:10.797Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2600 | 2026-05-27T02:10:10.902Z | Compiling clang-sys v1.8.1 |
| 2601 | 2026-05-27T02:10:10.936Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2602 | 2026-05-27T02:10:11.000Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2603 | 2026-05-27T02:10:11.041Z | Checking prefix-trie v0.7.0 |
| 2604 | 2026-05-27T02:10:11.298Z | Compiling tiny-keccak v2.0.2 |
| 2605 | 2026-05-27T02:10:11.411Z | Checking hickory-server v0.25.2 |
| 2606 | 2026-05-27T02:10:11.608Z | Checking sled v0.34.7 |
| 2607 | 2026-05-27T02:10:11.611Z | Compiling term v0.7.0 |
| 2608 | 2026-05-27T02:10:11.673Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2609 | 2026-05-27T02:10:11.676Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2610 | 2026-05-27T02:10:11.738Z | Compiling typify-impl v0.4.3 |
| 2611 | 2026-05-27T02:10:12.127Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2612 | 2026-05-27T02:10:12.233Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2613 | 2026-05-27T02:10:12.365Z | Checking nanorand v0.7.0 |
| 2614 | 2026-05-27T02:10:12.538Z | Compiling salty v0.3.0 |
| 2615 | 2026-05-27T02:10:12.599Z | Compiling bit-vec v0.6.3 |
| 2616 | 2026-05-27T02:10:12.686Z | Checking flume v0.11.1 |
| 2617 | 2026-05-27T02:10:12.852Z | Compiling bit-set v0.5.3 |
| 2618 | 2026-05-27T02:10:12.855Z | Compiling ascii-canvas v3.0.0 |
| 2619 | 2026-05-27T02:10:12.956Z | Checking primeorder v0.13.6 |
| 2620 | 2026-05-27T02:10:13.042Z | Compiling itertools v0.10.5 |
| 2621 | 2026-05-27T02:10:13.083Z | Compiling ena v0.14.4 |
| 2622 | 2026-05-27T02:10:13.159Z | Compiling libloading v0.8.9 |
| 2623 | 2026-05-27T02:10:13.227Z | Compiling bindgen v0.71.1 |
| 2624 | 2026-05-27T02:10:13.322Z | Compiling regex-syntax v0.6.29 |
| 2625 | 2026-05-27T02:10:13.354Z | Compiling diff v0.1.13 |
| 2626 | 2026-05-27T02:10:14.025Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2627 | 2026-05-27T02:10:14.370Z | Compiling cexpr v0.6.0 |
| 2628 | 2026-05-27T02:10:14.432Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2629 | 2026-05-27T02:10:14.538Z | Compiling fs-err v2.11.0 |
| 2630 | 2026-05-27T02:10:14.767Z | Compiling lalrpop v0.19.12 |
| 2631 | 2026-05-27T02:10:15.072Z | Compiling rustc-hash v2.1.1 |
| 2632 | 2026-05-27T02:10:15.155Z | Checking diesel v2.3.7 |
| 2633 | 2026-05-27T02:10:15.269Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2634 | 2026-05-27T02:10:15.432Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2635 | 2026-05-27T02:10:15.490Z | Compiling libxml v0.3.3 |
| 2636 | 2026-05-27T02:10:15.869Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2637 | 2026-05-27T02:10:16.030Z | Checking p384 v0.13.1 |
| 2638 | 2026-05-27T02:10:16.275Z | Compiling typify-macro v0.4.3 |
| 2639 | 2026-05-27T02:10:16.514Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2640 | 2026-05-27T02:10:17.128Z | Compiling strum_macros v0.24.3 |
| 2641 | 2026-05-27T02:10:18.061Z | Compiling typify v0.4.3 |
| 2642 | 2026-05-27T02:10:18.100Z | Checking assert_matches v1.5.0 |
| 2643 | 2026-05-27T02:10:18.204Z | Compiling indoc v1.0.9 |
| 2644 | 2026-05-27T02:10:18.207Z | Checking parse-size v1.1.0 |
| 2645 | 2026-05-27T02:10:18.392Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2646 | 2026-05-27T02:10:18.426Z | Compiling progenitor-impl v0.11.2 |
| 2647 | 2026-05-27T02:10:18.688Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2648 | 2026-05-27T02:10:18.914Z | Checking quick-xml v0.37.5 |
| 2649 | 2026-05-27T02:10:19.267Z | Checking derive_builder v0.20.2 |
| 2650 | 2026-05-27T02:10:19.302Z | Compiling oso-derive v0.27.3 |
| 2651 | 2026-05-27T02:10:19.414Z | Compiling trait-variant v0.1.2 |
| 2652 | 2026-05-27T02:10:19.818Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2653 | 2026-05-27T02:10:19.821Z | Checking openssl-probe v0.1.6 |
| 2654 | 2026-05-27T02:10:19.983Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2655 | 2026-05-27T02:10:20.794Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2656 | 2026-05-27T02:10:20.997Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2657 | 2026-05-27T02:10:21.063Z | Compiling progenitor-macro v0.11.2 |
| 2658 | 2026-05-27T02:10:21.416Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2659 | 2026-05-27T02:10:21.450Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2660 | 2026-05-27T02:10:21.482Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2661 | 2026-05-27T02:10:21.826Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2662 | 2026-05-27T02:10:22.848Z | Checking progenitor-client v0.11.2 |
| 2663 | 2026-05-27T02:10:23.130Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2664 | 2026-05-27T02:10:23.284Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2665 | 2026-05-27T02:10:23.409Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2666 | 2026-05-27T02:10:23.492Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2667 | 2026-05-27T02:10:23.854Z | Checking predicates-tree v1.0.13 |
| 2668 | 2026-05-27T02:10:24.004Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2669 | 2026-05-27T02:10:24.314Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2670 | 2026-05-27T02:10:24.479Z | Compiling mime_guess v2.0.5 |
| 2671 | 2026-05-27T02:10:25.048Z | Checking http-range v0.1.5 |
| 2672 | 2026-05-27T02:10:25.440Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2673 | 2026-05-27T02:10:25.865Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2674 | 2026-05-27T02:10:25.972Z | Checking progenitor v0.11.2 |
| 2675 | 2026-05-27T02:10:26.171Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2676 | 2026-05-27T02:10:26.232Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2677 | 2026-05-27T02:10:26.466Z | Checking bb8 v0.8.6 |
| 2678 | 2026-05-27T02:10:26.608Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-27T02:10:26.785Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2680 | 2026-05-27T02:10:26.846Z | Checking atty v0.2.14 |
| 2681 | 2026-05-27T02:10:26.974Z | Checking corncobs v0.1.4 |
| 2682 | 2026-05-27T02:10:27.138Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-05-27T02:10:27.181Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-27T02:10:27.558Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2685 | 2026-05-27T02:10:27.611Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2686 | 2026-05-27T02:10:27.657Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2687 | 2026-05-27T02:10:27.793Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2688 | 2026-05-27T02:10:27.834Z | Checking ignore v0.4.25 |
| 2689 | 2026-05-27T02:10:28.272Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2690 | 2026-05-27T02:10:28.419Z | Checking secrecy v0.8.0 |
| 2691 | 2026-05-27T02:10:28.838Z | Checking globwalk v0.9.1 |
| 2692 | 2026-05-27T02:10:29.099Z | Checking hyper-staticfile v0.10.1 |
| 2693 | 2026-05-27T02:10:29.205Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2694 | 2026-05-27T02:10:29.438Z | Checking diesel-dtrace v0.5.0 |
| 2695 | 2026-05-27T02:10:29.528Z | Checking async-bb8-diesel v0.2.1 |
| 2696 | 2026-05-27T02:10:29.695Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2697 | 2026-05-27T02:10:29.727Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2698 | 2026-05-27T02:10:29.915Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2699 | 2026-05-27T02:10:30.154Z | Checking nonempty v0.12.0 |
| 2700 | 2026-05-27T02:10:30.315Z | Checking camino-tempfile-ext v0.3.3 |
| 2701 | 2026-05-27T02:10:30.348Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2702 | 2026-05-27T02:10:30.352Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2703 | 2026-05-27T02:10:30.545Z | Checking signal-hook-tokio v0.3.1 |
| 2704 | 2026-05-27T02:10:30.706Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2705 | 2026-05-27T02:10:30.709Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-05-27T02:10:31.006Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2707 | 2026-05-27T02:10:31.191Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2708 | 2026-05-27T02:10:31.234Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2709 | 2026-05-27T02:10:31.652Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2710 | 2026-05-27T02:10:31.687Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2711 | 2026-05-27T02:10:32.012Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2712 | 2026-05-27T02:10:32.015Z | Checking illumos-nvpair v0.3.0 |
| 2713 | 2026-05-27T02:10:32.244Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2714 | 2026-05-27T02:10:32.277Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2715 | 2026-05-27T02:10:32.449Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2716 | 2026-05-27T02:10:32.716Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2717 | 2026-05-27T02:10:32.719Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2718 | 2026-05-27T02:10:32.782Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2719 | 2026-05-27T02:10:32.953Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2720 | 2026-05-27T02:10:33.130Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2721 | 2026-05-27T02:10:33.367Z | Checking tungstenite v0.23.0 |
| 2722 | 2026-05-27T02:10:33.424Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2723 | 2026-05-27T02:10:33.815Z | Checking tokio-tungstenite v0.23.1 |
| 2724 | 2026-05-27T02:10:34.117Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2725 | 2026-05-27T02:10:34.541Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2726 | 2026-05-27T02:10:34.623Z | Checking rand_seeder v0.4.0 |
| 2727 | 2026-05-27T02:10:34.659Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2728 | 2026-05-27T02:10:34.805Z | Checking void v1.0.2 |
| 2729 | 2026-05-27T02:10:34.879Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2730 | 2026-05-27T02:10:34.913Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2731 | 2026-05-27T02:10:34.945Z | Checking lzss v0.8.2 |
| 2732 | 2026-05-27T02:10:35.070Z | Checking nix v0.27.1 |
| 2733 | 2026-05-27T02:10:35.136Z | Checking serde_bytes v0.11.19 |
| 2734 | 2026-05-27T02:10:35.215Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2735 | 2026-05-27T02:10:35.348Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2736 | 2026-05-27T02:10:35.624Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2737 | 2026-05-27T02:10:35.996Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2738 | 2026-05-27T02:10:36.098Z | Checking is_ci v1.2.0 |
| 2739 | 2026-05-27T02:10:36.236Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2740 | 2026-05-27T02:10:36.370Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2741 | 2026-05-27T02:10:36.713Z | Checking yansi v1.0.1 |
| 2742 | 2026-05-27T02:10:36.778Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2743 | 2026-05-27T02:10:37.007Z | Checking pretty_assertions v1.4.1 |
| 2744 | 2026-05-27T02:10:37.092Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2745 | 2026-05-27T02:10:37.134Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2746 | 2026-05-27T02:10:37.173Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2747 | 2026-05-27T02:10:37.440Z | Compiling darling_core v0.23.0 |
| 2748 | 2026-05-27T02:10:38.017Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2749 | 2026-05-27T02:10:38.373Z | Compiling indoc v2.0.7 |
| 2750 | 2026-05-27T02:10:38.729Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2751 | 2026-05-27T02:10:38.873Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-05-27T02:10:38.959Z | Compiling libz-sys v1.1.24 |
| 2753 | 2026-05-27T02:10:39.381Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2754 | 2026-05-27T02:10:39.423Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-05-27T02:10:39.656Z | Compiling instability v0.3.11 |
| 2756 | 2026-05-27T02:10:39.690Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-05-27T02:10:40.043Z | Compiling darling_macro v0.23.0 |
| 2758 | 2026-05-27T02:10:40.146Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2759 | 2026-05-27T02:10:40.197Z | Checking castaway v0.2.4 |
| 2760 | 2026-05-27T02:10:40.368Z | Checking compact_str v0.8.1 |
| 2761 | 2026-05-27T02:10:40.569Z | Compiling darling v0.23.0 |
| 2762 | 2026-05-27T02:10:40.789Z | Checking supports-color v3.0.2 |
| 2763 | 2026-05-27T02:10:40.952Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2764 | 2026-05-27T02:10:41.206Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2765 | 2026-05-27T02:10:41.209Z | Checking unicode-truncate v1.1.0 |
| 2766 | 2026-05-27T02:10:41.427Z | Checking console v0.16.2 |
| 2767 | 2026-05-27T02:10:41.461Z | Checking lru v0.12.5 |
| 2768 | 2026-05-27T02:10:41.495Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2769 | 2026-05-27T02:10:41.497Z | Checking cassowary v0.3.0 |
| 2770 | 2026-05-27T02:10:41.655Z | Checking unit-prefix v0.5.2 |
| 2771 | 2026-05-27T02:10:41.804Z | Checking ratatui v0.29.0 |
| 2772 | 2026-05-27T02:10:41.838Z | Checking indicatif v0.18.4 |
| 2773 | 2026-05-27T02:10:42.065Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2774 | 2026-05-27T02:10:42.250Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2775 | 2026-05-27T02:10:42.505Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2776 | 2026-05-27T02:10:43.160Z | Compiling vergen-git2 v9.1.0 |
| 2777 | 2026-05-27T02:10:43.312Z | Checking plotters-backend v0.3.7 |
| 2778 | 2026-05-27T02:10:43.429Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2779 | 2026-05-27T02:10:43.551Z | Checking plotters-svg v0.3.7 |
| 2780 | 2026-05-27T02:10:43.663Z | Compiling rustls v0.21.12 |
| 2781 | 2026-05-27T02:10:43.728Z | Checking cast v0.3.0 |
| 2782 | 2026-05-27T02:10:43.921Z | Checking criterion-plot v0.6.0 |
| 2783 | 2026-05-27T02:10:43.963Z | Checking plotters v0.3.7 |
| 2784 | 2026-05-27T02:10:44.211Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2785 | 2026-05-27T02:10:44.255Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2786 | 2026-05-27T02:10:44.487Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2787 | 2026-05-27T02:10:44.719Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2788 | 2026-05-27T02:10:44.755Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2789 | 2026-05-27T02:10:44.958Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2790 | 2026-05-27T02:10:44.994Z | Checking colored v2.2.0 |
| 2791 | 2026-05-27T02:10:45.196Z | Checking rustls-webpki v0.101.7 |
| 2792 | 2026-05-27T02:10:45.232Z | Checking sct v0.7.1 |
| 2793 | 2026-05-27T02:10:45.401Z | Checking tinytemplate v1.2.1 |
| 2794 | 2026-05-27T02:10:45.570Z | Checking shell-words v1.1.1 |
| 2795 | 2026-05-27T02:10:45.633Z | Checking anes v0.1.6 |
| 2796 | 2026-05-27T02:10:45.667Z | Checking oorandom v11.1.5 |
| 2797 | 2026-05-27T02:10:45.816Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2798 | 2026-05-27T02:10:45.849Z | Checking criterion v0.7.0 |
| 2799 | 2026-05-27T02:10:47.249Z | Checking typeid v1.0.3 |
| 2800 | 2026-05-27T02:10:47.294Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2801 | 2026-05-27T02:10:47.390Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2802 | 2026-05-27T02:10:48.122Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2803 | 2026-05-27T02:10:48.196Z | Checking hex-literal v0.4.1 |
| 2804 | 2026-05-27T02:10:48.331Z | Checking erased-serde v0.4.9 |
| 2805 | 2026-05-27T02:10:48.728Z | Checking tokio-rustls v0.24.1 |
| 2806 | 2026-05-27T02:10:48.972Z | Checking rustls-pemfile v1.0.4 |
| 2807 | 2026-05-27T02:10:49.148Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2808 | 2026-05-27T02:10:49.388Z | Checking twox-hash v2.1.2 |
| 2809 | 2026-05-27T02:10:49.737Z | Checking ordered-float v2.10.1 |
| 2810 | 2026-05-27T02:10:50.010Z | Checking serde-value v0.7.0 |
| 2811 | 2026-05-27T02:10:50.306Z | Checking serde-untagged v0.1.9 |
| 2812 | 2026-05-27T02:10:50.540Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2813 | 2026-05-27T02:10:51.281Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2814 | 2026-05-27T02:10:51.319Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2815 | 2026-05-27T02:10:51.513Z | Checking fatfs v0.3.6 |
| 2816 | 2026-05-27T02:10:52.011Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2817 | 2026-05-27T02:10:52.234Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2818 | 2026-05-27T02:10:52.321Z | Compiling seq-macro v0.3.6 |
| 2819 | 2026-05-27T02:10:52.414Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2820 | 2026-05-27T02:10:52.857Z | Checking unicode-xid v0.2.6 |
| 2821 | 2026-05-27T02:10:53.002Z | Checking cargo-util-schemas v0.8.2 |
| 2822 | 2026-05-27T02:10:53.264Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2823 | 2026-05-27T02:10:53.369Z | Checking cargo-platform v0.2.0 |
| 2824 | 2026-05-27T02:10:53.589Z | Compiling petname v2.0.2 |
| 2825 | 2026-05-27T02:10:53.750Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2826 | 2026-05-27T02:10:53.906Z | Checking cargo_metadata v0.21.0 |
| 2827 | 2026-05-27T02:10:54.263Z | Checking concurrent-queue v2.5.0 |
| 2828 | 2026-05-27T02:10:54.484Z | Checking rtoolbox v0.0.3 |
| 2829 | 2026-05-27T02:10:54.653Z | Checking parking v2.2.1 |
| 2830 | 2026-05-27T02:10:54.701Z | Checking rpassword v7.4.0 |
| 2831 | 2026-05-27T02:10:54.806Z | Checking event-listener v5.4.1 |
| 2832 | 2026-05-27T02:10:55.059Z | Checking tui-tree-widget v0.23.1 |
| 2833 | 2026-05-27T02:10:55.251Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2834 | 2026-05-27T02:10:55.283Z | Checking polyval v0.6.2 |
| 2835 | 2026-05-27T02:10:55.446Z | Checking sapling-renderdag v0.1.0 |
| 2836 | 2026-05-27T02:10:55.487Z | Checking sync-ptr v0.1.4 |
| 2837 | 2026-05-27T02:10:55.637Z | Checking ghash v0.5.1 |
| 2838 | 2026-05-27T02:10:55.715Z | Checking event-listener-strategy v0.5.4 |
| 2839 | 2026-05-27T02:10:55.788Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2840 | 2026-05-27T02:10:55.884Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2841 | 2026-05-27T02:10:56.120Z | Checking ctr v0.9.2 |
| 2842 | 2026-05-27T02:10:56.326Z | Checking constant_time_eq v0.4.2 |
| 2843 | 2026-05-27T02:10:56.504Z | Checking arrayref v0.3.9 |
| 2844 | 2026-05-27T02:10:56.538Z | Checking futures-timer v3.0.3 |
| 2845 | 2026-05-27T02:10:56.611Z | Checking arrayvec v0.7.6 |
| 2846 | 2026-05-27T02:10:56.754Z | Checking aes-gcm v0.10.3 |
| 2847 | 2026-05-27T02:10:56.880Z | Checking async-lock v3.4.2 |
| 2848 | 2026-05-27T02:10:56.944Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2849 | 2026-05-27T02:10:57.069Z | Compiling samael v0.0.19 |
| 2850 | 2026-05-27T02:10:57.290Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2851 | 2026-05-27T02:10:57.493Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2852 | 2026-05-27T02:10:57.935Z | Checking ssh-encoding v0.2.0 |
| 2853 | 2026-05-27T02:10:58.160Z | Checking blowfish v0.9.1 |
| 2854 | 2026-05-27T02:10:58.339Z | Compiling strsim v0.10.0 |
| 2855 | 2026-05-27T02:10:58.522Z | Checking bcrypt-pbkdf v0.10.0 |
| 2856 | 2026-05-27T02:10:58.700Z | Compiling darling_core v0.13.4 |
| 2857 | 2026-05-27T02:10:58.733Z | Checking ssh-cipher v0.2.0 |
| 2858 | 2026-05-27T02:10:58.936Z | Checking async-object-pool v0.2.0 |
| 2859 | 2026-05-27T02:10:59.079Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2860 | 2026-05-27T02:10:59.469Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2861 | 2026-05-27T02:11:00.138Z | Checking serde_regex v1.1.0 |
| 2862 | 2026-05-27T02:11:00.202Z | Checking password-hash v0.4.2 |
| 2863 | 2026-05-27T02:11:00.326Z | Checking assert-json-diff v2.0.2 |
| 2864 | 2026-05-27T02:11:00.451Z | Checking path-tree v0.8.3 |
| 2865 | 2026-05-27T02:11:00.523Z | Compiling target-lexicon v0.13.3 |
| 2866 | 2026-05-27T02:11:00.560Z | Checking gimli v0.32.3 |
| 2867 | 2026-05-27T02:11:00.662Z | Checking stringmetrics v2.2.2 |
| 2868 | 2026-05-27T02:11:00.842Z | Checking httpmock v0.8.3 |
| 2869 | 2026-05-27T02:11:01.115Z | Compiling darling_macro v0.13.4 |
| 2870 | 2026-05-27T02:11:01.628Z | Checking pbkdf2 v0.11.0 |
| 2871 | 2026-05-27T02:11:01.829Z | Checking ssh-key v0.6.7 |
| 2872 | 2026-05-27T02:11:02.143Z | Checking addr2line v0.25.1 |
| 2873 | 2026-05-27T02:11:02.562Z | Checking p521 v0.13.3 |
| 2874 | 2026-05-27T02:11:03.094Z | Checking p256 v0.13.2 |
| 2875 | 2026-05-27T02:11:03.188Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2876 | 2026-05-27T02:11:03.379Z | Checking russh-cryptovec v0.7.3 |
| 2877 | 2026-05-27T02:11:03.458Z | Compiling guppy-workspace-hack v0.1.0 |
| 2878 | 2026-05-27T02:11:03.548Z | Checking rustc-demangle v0.1.27 |
| 2879 | 2026-05-27T02:11:03.672Z | Checking md5 v0.7.0 |
| 2880 | 2026-05-27T02:11:03.808Z | Checking backtrace v0.3.76 |
| 2881 | 2026-05-27T02:11:03.881Z | Checking russh-keys v0.45.0 |
| 2882 | 2026-05-27T02:11:04.189Z | Compiling darling v0.13.4 |
| 2883 | 2026-05-27T02:11:04.344Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2884 | 2026-05-27T02:11:04.519Z | Checking num-bigint v0.4.6 |
| 2885 | 2026-05-27T02:11:04.560Z | Checking des v0.8.1 |
| 2886 | 2026-05-27T02:11:04.597Z | Compiling blake3 v1.8.3 |
| 2887 | 2026-05-27T02:11:04.747Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2888 | 2026-05-27T02:11:04.750Z | Compiling target-spec v3.5.7 |
| 2889 | 2026-05-27T02:11:05.183Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2890 | 2026-05-27T02:11:05.307Z | Checking cfg-expr v0.20.6 |
| 2891 | 2026-05-27T02:11:05.498Z | Checking russh v0.45.0 |
| 2892 | 2026-05-27T02:11:05.530Z | Compiling serde_with_macros v1.5.2 |
| 2893 | 2026-05-27T02:11:05.824Z | Checking backtrace-ext v0.2.1 |
| 2894 | 2026-05-27T02:11:05.857Z | Checking supports-color v2.1.0 |
| 2895 | 2026-05-27T02:11:05.971Z | Checking textwrap v0.15.2 |
| 2896 | 2026-05-27T02:11:06.024Z | Checking supports-hyperlinks v2.1.0 |
| 2897 | 2026-05-27T02:11:06.194Z | Checking supports-unicode v2.1.0 |
| 2898 | 2026-05-27T02:11:06.236Z | Checking hashbrown v0.14.5 |
| 2899 | 2026-05-27T02:11:06.346Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2900 | 2026-05-27T02:11:06.414Z | Checking cargo-platform v0.3.2 |
| 2901 | 2026-05-27T02:11:06.576Z | Checking socket2 v0.5.10 |
| 2902 | 2026-05-27T02:11:06.630Z | Checking terminal_size v0.1.17 |
| 2903 | 2026-05-27T02:11:06.753Z | Compiling miette-derive v5.10.0 |
| 2904 | 2026-05-27T02:11:06.787Z | Checking internet-checksum v0.2.1 |
| 2905 | 2026-05-27T02:11:06.937Z | Checking owo-colors v3.5.0 |
| 2906 | 2026-05-27T02:11:07.475Z | Checking chumsky v0.9.3 |
| 2907 | 2026-05-27T02:11:07.509Z | Checking cargo_metadata v0.23.1 |
| 2908 | 2026-05-27T02:11:07.911Z | Checking miette v5.10.0 |
| 2909 | 2026-05-27T02:11:08.191Z | Compiling serde_with v1.14.0 |
| 2910 | 2026-05-27T02:11:08.562Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2911 | 2026-05-27T02:11:08.748Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2912 | 2026-05-27T02:11:08.790Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2913 | 2026-05-27T02:11:09.126Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2914 | 2026-05-27T02:11:09.343Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2915 | 2026-05-27T02:11:09.376Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2916 | 2026-05-27T02:11:09.562Z | Compiling knuffel-derive v3.2.0 |
| 2917 | 2026-05-27T02:11:09.565Z | Checking httptest v0.16.4 |
| 2918 | 2026-05-27T02:11:09.632Z | Checking pathdiff v0.2.3 |
| 2919 | 2026-05-27T02:11:09.768Z | Checking topological-sort v0.2.2 |
| 2920 | 2026-05-27T02:11:09.942Z | Checking nested v0.1.1 |
| 2921 | 2026-05-27T02:11:10.002Z | Checking omicron-zone-package v0.12.2 |
| 2922 | 2026-05-27T02:11:10.112Z | Compiling git2 v0.20.4 |
| 2923 | 2026-05-27T02:11:10.147Z | Checking guppy v0.17.25 |
| 2924 | 2026-05-27T02:11:10.230Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2925 | 2026-05-27T02:11:10.933Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2926 | 2026-05-27T02:11:11.100Z | Checking knuffel v3.2.0 |
| 2927 | 2026-05-27T02:11:11.144Z | Checking similar-asserts v1.7.0 |
| 2928 | 2026-05-27T02:11:11.225Z | Compiling target-triple v1.0.0 |
| 2929 | 2026-05-27T02:11:11.334Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2930 | 2026-05-27T02:11:11.506Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2931 | 2026-05-27T02:11:11.600Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2932 | 2026-05-27T02:11:11.770Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2933 | 2026-05-27T02:11:11.944Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2934 | 2026-05-27T02:11:12.002Z | Checking hickory-client v0.25.2 |
| 2935 | 2026-05-27T02:11:12.315Z | Checking tokio-test v0.4.5 |
| 2936 | 2026-05-27T02:11:12.500Z | Compiling polar-core v0.27.3 |
| 2937 | 2026-05-27T02:11:12.586Z | Compiling assert_cmd v2.1.2 |
| 2938 | 2026-05-27T02:11:12.863Z | Checking escape8259 v0.5.3 |
| 2939 | 2026-05-27T02:11:13.032Z | Checking libtest-mimic v0.8.1 |
| 2940 | 2026-05-27T02:11:13.364Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2941 | 2026-05-27T02:11:13.442Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2942 | 2026-05-27T02:11:13.499Z | Checking blake2b_simd v1.0.4 |
| 2943 | 2026-05-27T02:11:13.542Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2944 | 2026-05-27T02:11:13.907Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2945 | 2026-05-27T02:11:14.141Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2946 | 2026-05-27T02:11:14.341Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2947 | 2026-05-27T02:11:14.555Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2948 | 2026-05-27T02:11:14.789Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2949 | 2026-05-27T02:11:14.888Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2950 | 2026-05-27T02:11:15.116Z | Checking fancy-regex v0.14.0 |
| 2951 | 2026-05-27T02:11:15.370Z | Checking serde_tokenstream v0.2.3 |
| 2952 | 2026-05-27T02:11:15.509Z | Checking approx v0.5.1 |
| 2953 | 2026-05-27T02:11:15.612Z | Checking uzers v0.12.2 |
| 2954 | 2026-05-27T02:11:15.673Z | Compiling rstest_macros v0.25.0 |
| 2955 | 2026-05-27T02:11:15.853Z | Checking constant_time_eq v0.3.1 |
| 2956 | 2026-05-27T02:11:15.976Z | Compiling linkme-impl v0.3.35 |
| 2957 | 2026-05-27T02:11:16.009Z | Checking termcolor v1.4.1 |
| 2958 | 2026-05-27T02:11:16.287Z | Checking trybuild v1.0.116 |
| 2959 | 2026-05-27T02:11:16.396Z | Checking rust-argon2 v2.1.0 |
| 2960 | 2026-05-27T02:11:16.778Z | Checking datatest-stable v0.3.3 |
| 2961 | 2026-05-27T02:11:17.199Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2962 | 2026-05-27T02:11:17.550Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2963 | 2026-05-27T02:11:17.585Z | Checking oso v0.27.3 |
| 2964 | 2026-05-27T02:11:17.588Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2965 | 2026-05-27T02:11:17.759Z | Checking support-bundle-viewer v0.1.2 |
| 2966 | 2026-05-27T02:11:18.034Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2967 | 2026-05-27T02:11:18.293Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2968 | 2026-05-27T02:11:18.325Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2969 | 2026-05-27T02:11:18.518Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2970 | 2026-05-27T02:11:18.553Z | Checking drift v0.2.0 |
| 2971 | 2026-05-27T02:11:18.589Z | Checking rand_distr v0.5.1 |
| 2972 | 2026-05-27T02:11:18.589Z | Checking multimap v0.10.1 |
| 2973 | 2026-05-27T02:11:18.741Z | Compiling linkme v0.3.35 |
| 2974 | 2026-05-27T02:11:18.824Z | Compiling relative-path v1.9.3 |
| 2975 | 2026-05-27T02:11:18.946Z | Checking dropshot-api-manager v0.7.2 |
| 2976 | 2026-05-27T02:11:19.732Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2977 | 2026-05-27T02:11:20.144Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2978 | 2026-05-27T02:11:20.177Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2979 | 2026-05-27T02:11:20.616Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2980 | 2026-05-27T02:11:20.762Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2981 | 2026-05-27T02:11:20.827Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2982 | 2026-05-27T02:11:20.861Z | Checking cargo_toml v0.21.0 |
| 2983 | 2026-05-27T02:11:20.893Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2984 | 2026-05-27T02:11:21.305Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2985 | 2026-05-27T02:11:21.534Z | Checking partial-io v0.5.4 |
| 2986 | 2026-05-27T02:11:21.590Z | Checking termios v0.3.3 |
| 2987 | 2026-05-27T02:11:21.735Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2988 | 2026-05-27T02:11:22.250Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2989 | 2026-05-27T02:11:22.763Z | Checking rstest v0.25.0 |
| 2990 | 2026-05-27T02:11:23.869Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2991 | 2026-05-27T02:11:24.100Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2992 | 2026-05-27T02:11:27.481Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2993 | 2026-05-27T02:11:29.040Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2994 | 2026-05-27T02:11:33.812Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2995 | 2026-05-27T02:11:33.952Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2996 | 2026-05-27T02:11:35.669Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2997 | 2026-05-27T02:11:40.754Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2998 | 2026-05-27T02:11:46.075Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2999 | 2026-05-27T02:11:49.042Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3000 | 2026-05-27T02:11:50.402Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3001 | 2026-05-27T02:11:51.514Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3002 | 2026-05-27T02:11:52.529Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3003 | 2026-05-27T02:12:00.864Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3004 | 2026-05-27T02:13:12.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s |
| 3005 | 2026-05-27T02:13:12.739Z | |
| 3006 | 2026-05-27T02:13:12.739Z | real 4:08.247016767 |
| 3007 | 2026-05-27T02:13:12.739Z | user 21:26.098570115 |
| 3008 | 2026-05-27T02:13:12.739Z | sys 4:58.408735752 |
| 3009 | 2026-05-27T02:13:12.739Z | trap 0.510505306 |
| 3010 | 2026-05-27T02:13:12.739Z | tflt 1.777675493 |
| 3011 | 2026-05-27T02:13:12.740Z | dflt 0.959014502 |
| 3012 | 2026-05-27T02:13:12.740Z | kflt 0.038035436 |
| 3013 | 2026-05-27T02:13:12.740Z | lock 58:53.246136261 |
| 3014 | 2026-05-27T02:13:12.740Z | slp 59:03.987821639 |
| 3015 | 2026-05-27T02:13:12.740Z | lat 1:49.784722595 |
| 3016 | 2026-05-27T02:13:12.740Z | stop 10:56.814990325 |
| 3017 | 2026-05-27T02:13:12.743Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3018 | 2026-05-27T02:13:12.744Z | + ptime -m cargo doc --workspace --no-deps |
| 3019 | 2026-05-27T02:13:13.618Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3020 | 2026-05-27T02:13:13.618Z | | |
| 3021 | 2026-05-27T02:13:13.618Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3022 | 2026-05-27T02:13:13.618Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3023 | 2026-05-27T02:13:14.615Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3024 | 2026-05-27T02:13:14.849Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3025 | 2026-05-27T02:13:14.894Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3026 | 2026-05-27T02:13:14.959Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3027 | 2026-05-27T02:13:15.072Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3028 | 2026-05-27T02:13:15.118Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3029 | 2026-05-27T02:13:15.145Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3030 | 2026-05-27T02:13:15.170Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3031 | 2026-05-27T02:13:15.226Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3032 | 2026-05-27T02:13:15.348Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3033 | 2026-05-27T02:13:15.381Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3034 | 2026-05-27T02:13:15.427Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3035 | 2026-05-27T02:13:15.450Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3036 | 2026-05-27T02:13:15.512Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3037 | 2026-05-27T02:13:15.536Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3038 | 2026-05-27T02:13:15.559Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3039 | 2026-05-27T02:13:15.582Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3040 | 2026-05-27T02:13:15.585Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3041 | 2026-05-27T02:13:15.627Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3042 | 2026-05-27T02:13:15.670Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3043 | 2026-05-27T02:13:15.935Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3044 | 2026-05-27T02:13:16.218Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3045 | 2026-05-27T02:13:16.314Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3046 | 2026-05-27T02:13:16.365Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3047 | 2026-05-27T02:13:16.389Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3048 | 2026-05-27T02:13:16.457Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3049 | 2026-05-27T02:13:16.559Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3050 | 2026-05-27T02:13:16.682Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3051 | 2026-05-27T02:13:16.737Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3052 | 2026-05-27T02:13:16.797Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3053 | 2026-05-27T02:13:16.980Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3054 | 2026-05-27T02:13:17.002Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3055 | 2026-05-27T02:13:17.064Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3056 | 2026-05-27T02:13:17.251Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3057 | 2026-05-27T02:13:17.276Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3058 | 2026-05-27T02:13:17.410Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3059 | 2026-05-27T02:13:17.484Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3060 | 2026-05-27T02:13:17.528Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3061 | 2026-05-27T02:13:17.717Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3062 | 2026-05-27T02:13:17.971Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3063 | 2026-05-27T02:13:18.019Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3064 | 2026-05-27T02:13:18.153Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3065 | 2026-05-27T02:13:18.295Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3066 | 2026-05-27T02:13:18.320Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3067 | 2026-05-27T02:13:18.489Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3068 | 2026-05-27T02:13:18.516Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3069 | 2026-05-27T02:13:18.591Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3070 | 2026-05-27T02:13:18.718Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3071 | 2026-05-27T02:13:18.748Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3072 | 2026-05-27T02:13:18.816Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3073 | 2026-05-27T02:13:18.846Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3074 | 2026-05-27T02:13:18.944Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3075 | 2026-05-27T02:13:18.997Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3076 | 2026-05-27T02:13:19.069Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3077 | 2026-05-27T02:13:19.097Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3078 | 2026-05-27T02:13:19.168Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3079 | 2026-05-27T02:13:19.196Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3080 | 2026-05-27T02:13:19.222Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3081 | 2026-05-27T02:13:19.269Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3082 | 2026-05-27T02:13:19.300Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3083 | 2026-05-27T02:13:19.368Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3084 | 2026-05-27T02:13:19.398Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3085 | 2026-05-27T02:13:19.544Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3086 | 2026-05-27T02:13:19.936Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3087 | 2026-05-27T02:13:19.961Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3088 | 2026-05-27T02:13:20.230Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3089 | 2026-05-27T02:13:20.415Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3090 | 2026-05-27T02:13:20.650Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3091 | 2026-05-27T02:13:20.739Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3092 | 2026-05-27T02:13:20.889Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3093 | 2026-05-27T02:13:20.938Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3094 | 2026-05-27T02:13:21.235Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3095 | 2026-05-27T02:13:21.325Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3096 | 2026-05-27T02:13:21.347Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3097 | 2026-05-27T02:13:21.531Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3098 | 2026-05-27T02:13:22.076Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3099 | 2026-05-27T02:13:22.101Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3100 | 2026-05-27T02:13:22.380Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3101 | 2026-05-27T02:13:22.731Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3102 | 2026-05-27T02:13:23.008Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3103 | 2026-05-27T02:13:23.423Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3104 | 2026-05-27T02:13:23.449Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3105 | 2026-05-27T02:13:23.476Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3106 | 2026-05-27T02:13:23.545Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3107 | 2026-05-27T02:13:23.781Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3108 | 2026-05-27T02:13:23.885Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3109 | 2026-05-27T02:13:24.036Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3110 | 2026-05-27T02:13:24.131Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3111 | 2026-05-27T02:13:24.157Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3112 | 2026-05-27T02:13:24.332Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3113 | 2026-05-27T02:13:24.367Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3114 | 2026-05-27T02:13:24.506Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3115 | 2026-05-27T02:13:24.559Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3116 | 2026-05-27T02:13:24.580Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3117 | 2026-05-27T02:13:24.600Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3118 | 2026-05-27T02:13:24.661Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3119 | 2026-05-27T02:13:24.754Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3120 | 2026-05-27T02:13:24.795Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3121 | 2026-05-27T02:13:24.896Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3122 | 2026-05-27T02:13:24.994Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3123 | 2026-05-27T02:13:25.046Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3124 | 2026-05-27T02:13:25.069Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3125 | 2026-05-27T02:13:25.107Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3126 | 2026-05-27T02:13:25.220Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3127 | 2026-05-27T02:13:25.309Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3128 | 2026-05-27T02:13:25.373Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3129 | 2026-05-27T02:13:25.425Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3130 | 2026-05-27T02:13:25.510Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3131 | 2026-05-27T02:13:25.630Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3132 | 2026-05-27T02:13:25.852Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3133 | 2026-05-27T02:13:25.874Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3134 | 2026-05-27T02:13:26.332Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3135 | 2026-05-27T02:13:26.484Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3136 | 2026-05-27T02:13:26.531Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3137 | 2026-05-27T02:13:26.580Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3138 | 2026-05-27T02:13:27.259Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3139 | 2026-05-27T02:13:27.672Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3140 | 2026-05-27T02:13:27.876Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3141 | 2026-05-27T02:13:28.527Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3142 | 2026-05-27T02:13:28.551Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3143 | 2026-05-27T02:13:28.764Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3144 | 2026-05-27T02:13:28.821Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3145 | 2026-05-27T02:13:29.065Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3146 | 2026-05-27T02:13:29.166Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3147 | 2026-05-27T02:13:29.376Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3148 | 2026-05-27T02:13:29.798Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3149 | 2026-05-27T02:13:30.165Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3150 | 2026-05-27T02:13:30.198Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3151 | 2026-05-27T02:13:30.224Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3152 | 2026-05-27T02:13:30.801Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3153 | 2026-05-27T02:13:30.898Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3154 | 2026-05-27T02:13:31.409Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3155 | 2026-05-27T02:13:31.535Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3156 | 2026-05-27T02:13:31.940Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3157 | 2026-05-27T02:13:32.159Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3158 | 2026-05-27T02:13:32.210Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3159 | 2026-05-27T02:13:32.927Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3160 | 2026-05-27T02:13:33.015Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3161 | 2026-05-27T02:13:33.420Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3162 | 2026-05-27T02:13:34.325Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3163 | 2026-05-27T02:13:35.126Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3164 | 2026-05-27T02:13:35.343Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3165 | 2026-05-27T02:13:35.577Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3166 | 2026-05-27T02:13:35.696Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3167 | 2026-05-27T02:13:35.828Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3168 | 2026-05-27T02:13:36.017Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3169 | 2026-05-27T02:13:36.096Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3170 | 2026-05-27T02:13:36.178Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3171 | 2026-05-27T02:13:36.707Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3172 | 2026-05-27T02:13:36.734Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3173 | 2026-05-27T02:13:36.979Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3174 | 2026-05-27T02:13:37.086Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3175 | 2026-05-27T02:13:37.128Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-05-27T02:13:37.186Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3177 | 2026-05-27T02:13:37.354Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3178 | 2026-05-27T02:13:37.505Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3179 | 2026-05-27T02:13:38.198Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3180 | 2026-05-27T02:13:38.579Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3181 | 2026-05-27T02:13:39.263Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3182 | 2026-05-27T02:13:40.159Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3183 | 2026-05-27T02:13:41.962Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3184 | 2026-05-27T02:13:44.754Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3185 | 2026-05-27T02:13:44.861Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3186 | 2026-05-27T02:13:44.913Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3187 | 2026-05-27T02:13:44.983Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3188 | 2026-05-27T02:13:45.192Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3189 | 2026-05-27T02:13:45.703Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3190 | 2026-05-27T02:13:46.084Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3191 | 2026-05-27T02:13:46.721Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3192 | 2026-05-27T02:13:47.215Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3193 | 2026-05-27T02:13:47.503Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3194 | 2026-05-27T02:13:47.898Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3195 | 2026-05-27T02:13:47.950Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3196 | 2026-05-27T02:13:48.104Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3197 | 2026-05-27T02:13:48.231Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3198 | 2026-05-27T02:13:49.114Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3199 | 2026-05-27T02:13:49.219Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3200 | 2026-05-27T02:13:49.588Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3201 | 2026-05-27T02:13:49.678Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3202 | 2026-05-27T02:13:49.887Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3203 | 2026-05-27T02:13:50.376Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3204 | 2026-05-27T02:13:50.429Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3205 | 2026-05-27T02:13:50.504Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3206 | 2026-05-27T02:13:50.507Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3207 | 2026-05-27T02:13:51.148Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3208 | 2026-05-27T02:13:51.312Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3209 | 2026-05-27T02:13:52.084Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3210 | 2026-05-27T02:13:52.190Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3211 | 2026-05-27T02:13:52.215Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3212 | 2026-05-27T02:13:55.234Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3213 | 2026-05-27T02:13:56.522Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3214 | 2026-05-27T02:13:56.846Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3215 | 2026-05-27T02:13:57.381Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3216 | 2026-05-27T02:13:59.218Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3217 | 2026-05-27T02:14:00.129Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3218 | 2026-05-27T02:14:01.223Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3219 | 2026-05-27T02:14:01.673Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3220 | 2026-05-27T02:14:02.790Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3221 | 2026-05-27T02:14:04.570Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3222 | 2026-05-27T02:14:04.899Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3223 | 2026-05-27T02:14:05.714Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3224 | 2026-05-27T02:14:06.783Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3225 | 2026-05-27T02:14:06.937Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3226 | 2026-05-27T02:14:07.529Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3227 | 2026-05-27T02:14:08.810Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3228 | 2026-05-27T02:14:10.840Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3229 | 2026-05-27T02:14:13.415Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3230 | 2026-05-27T02:14:14.141Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3231 | 2026-05-27T02:14:15.448Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3232 | 2026-05-27T02:14:16.165Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3233 | 2026-05-27T02:14:16.848Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3234 | 2026-05-27T02:14:17.720Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3235 | 2026-05-27T02:14:18.410Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3236 | 2026-05-27T02:14:19.142Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3237 | 2026-05-27T02:14:19.830Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3238 | 2026-05-27T02:14:21.023Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3239 | 2026-05-27T02:14:21.773Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3240 | 2026-05-27T02:14:22.403Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3241 | 2026-05-27T02:14:23.182Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3242 | 2026-05-27T02:14:23.991Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3243 | 2026-05-27T02:14:24.751Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3244 | 2026-05-27T02:14:26.200Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3245 | 2026-05-27T02:14:28.201Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3246 | 2026-05-27T02:14:29.394Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3247 | 2026-05-27T02:14:30.770Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3248 | 2026-05-27T02:14:31.603Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3249 | 2026-05-27T02:14:32.374Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3250 | 2026-05-27T02:14:33.632Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3251 | 2026-05-27T02:14:36.104Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3252 | 2026-05-27T02:14:36.452Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3253 | 2026-05-27T02:14:37.256Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3254 | 2026-05-27T02:14:38.544Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3255 | 2026-05-27T02:14:39.843Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3256 | 2026-05-27T02:14:41.052Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3257 | 2026-05-27T02:14:43.453Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3258 | 2026-05-27T02:14:44.274Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3259 | 2026-05-27T02:14:45.655Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3260 | 2026-05-27T02:14:47.401Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3261 | 2026-05-27T02:14:48.840Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3262 | 2026-05-27T02:14:53.415Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3263 | 2026-05-27T02:14:55.127Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3264 | 2026-05-27T02:14:59.295Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3265 | 2026-05-27T02:14:59.685Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3266 | 2026-05-27T02:15:01.321Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3267 | 2026-05-27T02:15:01.623Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3268 | 2026-05-27T02:15:03.221Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3269 | 2026-05-27T02:15:04.848Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3270 | 2026-05-27T02:15:06.646Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3271 | 2026-05-27T02:15:08.628Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3272 | 2026-05-27T02:15:10.286Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3273 | 2026-05-27T02:15:11.907Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3274 | 2026-05-27T02:15:13.926Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3275 | 2026-05-27T02:15:17.015Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3276 | 2026-05-27T02:15:18.683Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3277 | 2026-05-27T02:15:20.367Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3278 | 2026-05-27T02:15:21.636Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3279 | 2026-05-27T02:15:23.754Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3280 | 2026-05-27T02:15:25.401Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3281 | 2026-05-27T02:15:26.753Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3282 | 2026-05-27T02:15:28.873Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3283 | 2026-05-27T02:15:30.462Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3284 | 2026-05-27T02:15:32.394Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3285 | 2026-05-27T02:15:34.067Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3286 | 2026-05-27T02:15:35.829Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3287 | 2026-05-27T02:15:37.981Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3288 | 2026-05-27T02:15:39.732Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3289 | 2026-05-27T02:15:41.832Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3290 | 2026-05-27T02:15:43.596Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3291 | 2026-05-27T02:15:46.920Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3292 | 2026-05-27T02:15:48.079Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3293 | 2026-05-27T02:15:49.842Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3294 | 2026-05-27T02:15:52.874Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3295 | 2026-05-27T02:15:54.494Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3296 | 2026-05-27T02:15:57.066Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3297 | 2026-05-27T02:15:59.125Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3298 | 2026-05-27T02:16:01.371Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3299 | 2026-05-27T02:16:03.567Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3300 | 2026-05-27T02:16:06.070Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3301 | 2026-05-27T02:16:07.984Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3302 | 2026-05-27T02:16:10.246Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3303 | 2026-05-27T02:16:12.914Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3304 | 2026-05-27T02:16:14.623Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3305 | 2026-05-27T02:16:16.835Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3306 | 2026-05-27T02:16:19.146Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3307 | 2026-05-27T02:16:21.369Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3308 | 2026-05-27T02:16:23.546Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3309 | 2026-05-27T02:16:25.934Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3310 | 2026-05-27T02:16:28.210Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3311 | 2026-05-27T02:16:30.419Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3312 | 2026-05-27T02:16:32.720Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3313 | 2026-05-27T02:16:35.034Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3314 | 2026-05-27T02:16:37.310Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3315 | 2026-05-27T02:16:39.628Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3316 | 2026-05-27T02:16:41.919Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3317 | 2026-05-27T02:16:44.205Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3318 | 2026-05-27T02:16:46.474Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3319 | 2026-05-27T02:16:48.883Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3320 | 2026-05-27T02:16:51.060Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3321 | 2026-05-27T02:16:53.973Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3322 | 2026-05-27T02:16:56.103Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3323 | 2026-05-27T02:16:58.594Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3324 | 2026-05-27T02:17:01.011Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3325 | 2026-05-27T02:17:03.456Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3326 | 2026-05-27T02:17:06.088Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3327 | 2026-05-27T02:17:08.457Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3328 | 2026-05-27T02:17:10.847Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3329 | 2026-05-27T02:17:13.409Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3330 | 2026-05-27T02:17:15.902Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3331 | 2026-05-27T02:17:18.317Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3332 | 2026-05-27T02:17:20.823Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3333 | 2026-05-27T02:17:23.470Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3334 | 2026-05-27T02:17:25.812Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3335 | 2026-05-27T02:17:28.240Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3336 | 2026-05-27T02:17:30.783Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3337 | 2026-05-27T02:17:33.454Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3338 | 2026-05-27T02:17:35.932Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3339 | 2026-05-27T02:17:38.516Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3340 | 2026-05-27T02:17:41.235Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3341 | 2026-05-27T02:17:43.728Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3342 | 2026-05-27T02:17:46.276Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3343 | 2026-05-27T02:17:48.741Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3344 | 2026-05-27T02:17:51.348Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3345 | 2026-05-27T02:17:53.931Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3346 | 2026-05-27T02:17:56.912Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3347 | 2026-05-27T02:17:59.383Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3348 | 2026-05-27T02:18:01.948Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3349 | 2026-05-27T02:18:09.490Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3350 | 2026-05-27T02:18:09.817Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3351 | 2026-05-27T02:18:13.242Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3352 | 2026-05-27T02:18:16.491Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3353 | 2026-05-27T02:18:19.935Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3354 | 2026-05-27T02:18:24.622Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3355 | 2026-05-27T02:18:27.465Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3356 | 2026-05-27T02:18:31.210Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3357 | 2026-05-27T02:18:34.840Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3358 | 2026-05-27T02:18:38.502Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3359 | 2026-05-27T02:18:42.281Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3360 | 2026-05-27T02:18:45.895Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3361 | 2026-05-27T02:18:49.621Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3362 | 2026-05-27T02:18:53.364Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3363 | 2026-05-27T02:18:57.019Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3364 | 2026-05-27T02:19:00.701Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3365 | 2026-05-27T02:19:04.405Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3366 | 2026-05-27T02:19:08.110Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3367 | 2026-05-27T02:19:11.833Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3368 | 2026-05-27T02:19:15.629Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3369 | 2026-05-27T02:19:19.268Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3370 | 2026-05-27T02:19:23.068Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3371 | 2026-05-27T02:19:26.691Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3372 | 2026-05-27T02:19:30.373Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3373 | 2026-05-27T02:20:00.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
| 3374 | 2026-05-27T02:20:00.188Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3375 | 2026-05-27T02:20:00.297Z | |
| 3376 | 2026-05-27T02:20:00.297Z | real 6:47.468093817 |
| 3377 | 2026-05-27T02:20:00.297Z | user 18:08.582431532 |
| 3378 | 2026-05-27T02:20:00.302Z | sys 3:53.055224718 |
| 3379 | 2026-05-27T02:20:00.302Z | trap 0.269657098 |
| 3380 | 2026-05-27T02:20:00.302Z | tflt 0.045983445 |
| 3381 | 2026-05-27T02:20:00.302Z | dflt 0.064657394 |
| 3382 | 2026-05-27T02:20:00.302Z | kflt 0.000023610 |
| 3383 | 2026-05-27T02:20:00.302Z | lock 6:16:50.071141639 |
| 3384 | 2026-05-27T02:20:00.302Z | slp 2:16:59.129348997 |
| 3385 | 2026-05-27T02:20:00.302Z | lat 32.869543579 |
| 3386 | 2026-05-27T02:20:00.302Z | stop 1:40.809712798 |
| 3387 | 2026-05-27T02:20:00.302Z | process exited: duration 792269 ms, exit code 0 |
| |
| 3388 | 2026-05-27T02:20:00.310Z | found 0 output files |