|
|
|
| 1 | 2026-05-08T07:40:23.820Z | job assigned to worker 01KR38E113GG9ZYTEBSEQAE279 [factory aws, i-0d3cb29934aabf060] (queued for 59 s) |
| |
| 2 | 2026-05-08T07:40:30.211Z | starting task 0: "setup" |
| 3 | 2026-05-08T07:40:30.217Z | ++ uname -s |
| 4 | 2026-05-08T07:40:30.220Z | + kern=SunOS |
| 5 | 2026-05-08T07:40:30.220Z | + build_user=build |
| 6 | 2026-05-08T07:40:30.220Z | + build_uid=12345 |
| 7 | 2026-05-08T07:40:30.221Z | + work_dir=/work |
| 8 | 2026-05-08T07:40:30.221Z | + input_dir=/input |
| 9 | 2026-05-08T07:40:30.221Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T07:40:30.221Z | + case "$kern" in |
| 11 | 2026-05-08T07:40:30.221Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T07:40:30.221Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T07:40:32.225Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T07:40:32.336Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T07:40:32.338Z | + home_fs=zfs |
| 16 | 2026-05-08T07:40:32.338Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T07:40:32.338Z | + mkdir -p /home/build |
| 18 | 2026-05-08T07:40:32.339Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T07:40:34.340Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T07:40:34.343Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-05-08T07:40:34.348Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T07:40:34.351Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T07:40:34.352Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-08T07:40:34.352Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-08T07:40:34.352Z | * rust toolchain profile = "default" |
| 26 | 2026-05-08T07:40:34.354Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T07:40:34.354Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T07:40:34.354Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T07:40:34.354Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T07:40:34.437Z | info: downloading installer |
| 31 | 2026-05-08T07:40:35.733Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T07:40:35.733Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T07:40:35.733Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T07:40:35.733Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T07:40:35.744Z | info: profile set to default |
| 36 | 2026-05-08T07:40:35.744Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T07:40:35.748Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T07:40:35.878Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T07:40:35.890Z | info: downloading 6 components |
| 40 | 2026-05-08T07:40:49.919Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T07:40:49.922Z | |
| 42 | 2026-05-08T07:40:49.954Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T07:40:49.954Z | |
| 44 | 2026-05-08T07:40:49.955Z | |
| 45 | 2026-05-08T07:40:49.955Z | Rust is installed now. Great! |
| 46 | 2026-05-08T07:40:49.955Z | |
| 47 | 2026-05-08T07:40:49.957Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T07:40:49.957Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T07:40:49.957Z | |
| 50 | 2026-05-08T07:40:49.957Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T07:40:49.957Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T07:40:49.957Z | |
| 53 | 2026-05-08T07:40:49.957Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T07:40:49.957Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T07:40:49.957Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T07:40:49.957Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T07:40:49.957Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T07:40:49.958Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T07:40:49.958Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T07:40:49.958Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T07:40:49.958Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T07:40:50.049Z | + rustup --version |
| 63 | 2026-05-08T07:40:50.057Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T07:40:50.061Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T07:40:50.083Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T07:40:50.090Z | + cargo --version |
| 67 | 2026-05-08T07:40:50.094Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T07:40:50.097Z | + rustc --version |
| 69 | 2026-05-08T07:40:50.117Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T07:40:50.119Z | process exited: duration 15771 ms, exit code 0 |
| |
| 71 | 2026-05-08T07:40:50.125Z | starting task 2: "authentication" |
| 72 | 2026-05-08T07:40:50.140Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-08T07:40:50.145Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T07:40:50.148Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T07:40:50.151Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T07:40:50.187Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T07:40:59.394Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T07:40:59.394Z | + git fetch origin e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed |
| 79 | 2026-05-08T07:40:59.663Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T07:40:59.663Z | * branch e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed -> FETCH_HEAD |
| 81 | 2026-05-08T07:40:59.673Z | + [[ -n zl/ddm-internal-dns ]] |
| 82 | 2026-05-08T07:40:59.676Z | ++ git branch --show-current |
| 83 | 2026-05-08T07:40:59.676Z | + current=main |
| 84 | 2026-05-08T07:40:59.676Z | + [[ main != zl/ddm-internal-dns ]] |
| 85 | 2026-05-08T07:40:59.676Z | + git branch -f zl/ddm-internal-dns e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed |
| 86 | 2026-05-08T07:40:59.678Z | + git checkout -f zl/ddm-internal-dns |
| 87 | 2026-05-08T07:40:59.908Z | Switched to branch 'zl/ddm-internal-dns' |
| 88 | 2026-05-08T07:40:59.911Z | + git reset --hard e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed |
| 89 | 2026-05-08T07:41:00.139Z | HEAD is now at e212660d0 merge main |
| 90 | 2026-05-08T07:41:00.141Z | process exited: duration 9995 ms, exit code 0 |
| |
| 91 | 2026-05-08T07:41:00.147Z | starting task 4: "build" |
| 92 | 2026-05-08T07:41:00.151Z | + source ./env.sh |
| 93 | 2026-05-08T07:41:00.153Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-08T07:41:00.153Z | ++ set -o xtrace |
| 95 | 2026-05-08T07:41:00.153Z | ++++ dirname ./env.sh |
| 96 | 2026-05-08T07:41:00.156Z | +++ readlink -f . |
| 97 | 2026-05-08T07:41:00.159Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-08T07:41:00.159Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-08T07:41:00.159Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-08T07:41:00.159Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-08T07:41:00.159Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-08T07:41:00.159Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-08T07:41:00.159Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-08T07:41:00.159Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-08T07:41:00.159Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-08T07:41:00.159Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-08T07:41:00.159Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-08T07:41:00.159Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-05-08T07:41:00.159Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-05-08T07:41:00.159Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-05-08T07:41:00.159Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-05-08T07:41:00.159Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-05-08T07:41:00.159Z | + cargo --version |
| 114 | 2026-05-08T07:41:00.167Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-08T07:41:00.169Z | + rustc --version |
| 116 | 2026-05-08T07:41:00.189Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-08T07:41:00.192Z | + banner prerequisites |
| 118 | 2026-05-08T07:41:00.195Z | |
| 119 | 2026-05-08T07:41:00.195Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-08T07:41:00.195Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-08T07:41:00.195Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-08T07:41:00.195Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-08T07:41:00.195Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-08T07:41:00.195Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-08T07:41:00.195Z | |
| 126 | 2026-05-08T07:41:00.195Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-08T07:41:01.509Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-08T07:41:01.622Z | Planning: Solver setup ... Done (0.096s) |
| 129 | 2026-05-08T07:41:01.629Z | Planning: Running solver ... Done (0.008s) |
| 130 | 2026-05-08T07:41:01.633Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-05-08T07:41:01.636Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-05-08T07:41:01.652Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-05-08T07:41:01.666Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-05-08T07:41:01.669Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-05-08T07:41:01.851Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 136 | 2026-05-08T07:41:01.854Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-05-08T07:41:02.656Z | Planning: Evaluating mediators ... Done (0.804s) |
| 138 | 2026-05-08T07:41:02.659Z | Planning: Planning completed in 1.15 seconds |
| 139 | 2026-05-08T07:41:02.665Z | Packages to install: 2 |
| 140 | 2026-05-08T07:41:02.668Z | Estimated space available: 156.10 GB |
| 141 | 2026-05-08T07:41:02.668Z | Estimated space to be consumed: 15.55 MB |
| 142 | 2026-05-08T07:41:02.668Z | Create boot environment: No |
| 143 | 2026-05-08T07:41:02.668Z | Create backup boot environment: No |
| 144 | 2026-05-08T07:41:02.668Z | Rebuild boot archive: No |
| 145 | 2026-05-08T07:41:02.668Z | |
| 146 | 2026-05-08T07:41:02.668Z | Changed packages: |
| 147 | 2026-05-08T07:41:02.668Z | helios |
| 148 | 2026-05-08T07:41:02.668Z | developer/build-essential |
| 149 | 2026-05-08T07:41:02.668Z | None -> 11-3.0 |
| 150 | 2026-05-08T07:41:02.668Z | library/libxmlsec1 |
| 151 | 2026-05-08T07:41:02.668Z | None -> 1.2.35-3.0 |
| 152 | 2026-05-08T07:41:02.690Z | |
| 153 | 2026-05-08T07:41:02.690Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-05-08T07:41:03.205Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 155 | 2026-05-08T07:41:03.319Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-05-08T07:41:03.356Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-05-08T07:41:03.363Z | Finalize: Updating package state database ... Done (0.007s) |
| 158 | 2026-05-08T07:41:03.366Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-08T07:41:03.373Z | Finalize: Updating image state ... Done (0.010s) |
| 160 | 2026-05-08T07:41:05.774Z | Finalize: Creating fast lookup database ... Done (2.380s) |
| 161 | 2026-05-08T07:41:05.843Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-05-08T07:41:05.845Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-05-08T07:41:05.923Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-05-08T07:41:06.214Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-05-08T07:41:06.319Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-05-08T07:41:06.322Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-05-08T07:41:06.480Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-05-08T07:41:06.483Z | Planning: Planning completed in 0.27 seconds |
| 169 | 2026-05-08T07:41:06.503Z | Mediators to change: 2 |
| 170 | 2026-05-08T07:41:06.503Z | Create boot environment: No |
| 171 | 2026-05-08T07:41:06.505Z | Create backup boot environment: No |
| 172 | 2026-05-08T07:41:06.569Z | Finalize: Updating package state database ... Done |
| 173 | 2026-05-08T07:41:06.569Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-08T07:41:06.575Z | Finalize: Updating image state ... Done |
| 175 | 2026-05-08T07:41:08.521Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-05-08T07:41:08.582Z | Finalize: Reading search index ... Done |
| 177 | 2026-05-08T07:41:08.585Z | Finalize: Updating search index ... Done |
| 178 | 2026-05-08T07:41:08.670Z | Finalize: Updating package cache ... Done |
| 179 | 2026-05-08T07:41:08.956Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-05-08T07:41:09.062Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-05-08T07:41:09.064Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-05-08T07:41:09.218Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-05-08T07:41:09.220Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-05-08T07:41:09.241Z | Mediators to change: 1 |
| 185 | 2026-05-08T07:41:09.241Z | Create boot environment: No |
| 186 | 2026-05-08T07:41:09.249Z | Create backup boot environment: No |
| 187 | 2026-05-08T07:41:09.358Z | Finalize: Updating package state database ... Done |
| 188 | 2026-05-08T07:41:09.358Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-08T07:41:09.364Z | Finalize: Updating image state ... Done |
| 190 | 2026-05-08T07:41:11.302Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-05-08T07:41:11.369Z | Finalize: Reading search index ... Done |
| 192 | 2026-05-08T07:41:11.372Z | Finalize: Updating search index ... Done |
| 193 | 2026-05-08T07:41:11.461Z | Finalize: Updating package cache ... Done |
| 194 | 2026-05-08T07:41:11.769Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-05-08T07:41:11.769Z | apache system 2.4 system |
| 196 | 2026-05-08T07:41:11.769Z | clang system 15 system |
| 197 | 2026-05-08T07:41:11.769Z | csh system system illumos |
| 198 | 2026-05-08T07:41:11.769Z | ctags system system illumos |
| 199 | 2026-05-08T07:41:11.769Z | file vendor vendor darwinsys |
| 200 | 2026-05-08T07:41:11.769Z | file system system illumos |
| 201 | 2026-05-08T07:41:11.769Z | gcc vendor 14 vendor |
| 202 | 2026-05-08T07:41:11.769Z | gcc system 13 system |
| 203 | 2026-05-08T07:41:11.769Z | gcc system 10 system |
| 204 | 2026-05-08T07:41:11.769Z | go system 1.25 system |
| 205 | 2026-05-08T07:41:11.769Z | llvm system 15 system |
| 206 | 2026-05-08T07:41:11.769Z | mariadb system 11.4 system |
| 207 | 2026-05-08T07:41:11.769Z | mta vendor vendor dma |
| 208 | 2026-05-08T07:41:11.769Z | openjdk system 17 system |
| 209 | 2026-05-08T07:41:11.769Z | openjdk system 11 system |
| 210 | 2026-05-08T07:41:11.769Z | openssl vendor 3 vendor |
| 211 | 2026-05-08T07:41:11.769Z | perl system 5.40 system |
| 212 | 2026-05-08T07:41:11.769Z | postgresql system 18 system |
| 213 | 2026-05-08T07:41:11.770Z | postgresql system 17 system |
| 214 | 2026-05-08T07:41:11.770Z | python vendor 3 vendor |
| 215 | 2026-05-08T07:41:11.770Z | python system 2 system |
| 216 | 2026-05-08T07:41:11.770Z | python3 vendor 3.13 vendor |
| 217 | 2026-05-08T07:41:11.770Z | ruby system 3.4 system |
| 218 | 2026-05-08T07:41:11.770Z | ruby system 3.0 system |
| 219 | 2026-05-08T07:41:11.770Z | words vendor vendor american-english |
| 220 | 2026-05-08T07:41:11.770Z | words system system australian-english |
| 221 | 2026-05-08T07:41:11.770Z | words system system british-english |
| 222 | 2026-05-08T07:41:11.770Z | words system system canadian-english |
| 223 | 2026-05-08T07:41:11.770Z | words system system french |
| 224 | 2026-05-08T07:41:11.770Z | words system system italian |
| 225 | 2026-05-08T07:41:11.770Z | words system system ngerman |
| 226 | 2026-05-08T07:41:11.770Z | words system system ogerman |
| 227 | 2026-05-08T07:41:11.770Z | words system system spanish |
| 228 | 2026-05-08T07:41:12.025Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-05-08T07:41:12.025Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-05-08T07:41:12.287Z | FMRI IFO |
| 231 | 2026-05-08T07:41:12.287Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-05-08T07:41:12.287Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-05-08T07:41:12.288Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-05-08T07:41:12.288Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-05-08T07:41:12.288Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-05-08T07:41:12.288Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-05-08T07:41:12.288Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-05-08T07:41:12.288Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-05-08T07:41:12.288Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-05-08T07:41:12.512Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-05-08T07:41:12.774Z | Updating crates.io index |
| 242 | 2026-05-08T07:41:12.777Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-05-08T07:41:13.226Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 244 | 2026-05-08T07:41:13.519Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-05-08T07:41:13.850Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 246 | 2026-05-08T07:41:14.779Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2026-05-08T07:41:15.252Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-08T07:41:16.951Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 249 | 2026-05-08T07:41:17.705Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 250 | 2026-05-08T07:41:17.956Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-05-08T07:41:18.775Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-05-08T07:41:19.033Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-05-08T07:41:19.417Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2026-05-08T07:41:19.705Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 255 | 2026-05-08T07:41:20.662Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-05-08T07:41:21.155Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-08T07:41:21.465Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-08T07:41:21.811Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-08T07:41:22.219Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-08T07:41:22.545Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-08T07:41:22.753Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-08T07:41:22.981Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-08T07:41:23.422Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-08T07:41:23.725Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-08T07:41:24.237Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-08T07:41:24.550Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-08T07:41:24.841Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-08T07:41:25.118Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-08T07:41:26.191Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-05-08T07:41:26.954Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-08T07:41:27.390Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-08T07:41:27.653Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-08T07:41:28.055Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-08T07:41:28.358Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-08T07:41:28.704Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-08T07:41:29.429Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-08T07:41:29.679Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-08T07:41:29.957Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-08T07:41:30.264Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-08T07:41:41.742Z | Downloading crates ... |
| 281 | 2026-05-08T07:41:41.812Z | Downloaded anstream v0.6.21 |
| 282 | 2026-05-08T07:41:41.820Z | Downloaded heck v0.4.1 |
| 283 | 2026-05-08T07:41:41.822Z | Downloaded serde-untagged v0.1.9 |
| 284 | 2026-05-08T07:41:41.825Z | Downloaded anstyle-parse v0.2.7 |
| 285 | 2026-05-08T07:41:41.837Z | Downloaded ucd-trie v0.1.7 |
| 286 | 2026-05-08T07:41:41.840Z | Downloaded itoa v1.0.17 |
| 287 | 2026-05-08T07:41:41.840Z | Downloaded unicode-linebreak v0.1.5 |
| 288 | 2026-05-08T07:41:41.843Z | Downloaded yoke-derive v0.8.1 |
| 289 | 2026-05-08T07:41:41.843Z | Downloaded icu_properties v2.1.2 |
| 290 | 2026-05-08T07:41:41.846Z | Downloaded anstyle-query v1.1.5 |
| 291 | 2026-05-08T07:41:41.846Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-05-08T07:41:41.848Z | Downloaded toml_edit v0.22.27 |
| 293 | 2026-05-08T07:41:41.851Z | Downloaded toml_datetime v0.6.11 |
| 294 | 2026-05-08T07:41:41.851Z | Downloaded scroll v0.12.0 |
| 295 | 2026-05-08T07:41:41.851Z | Downloaded autocfg v1.5.0 |
| 296 | 2026-05-08T07:41:41.854Z | Downloaded zerofrom-derive v0.1.6 |
| 297 | 2026-05-08T07:41:41.854Z | Downloaded toml_write v0.1.2 |
| 298 | 2026-05-08T07:41:41.854Z | Downloaded anyhow v1.0.102 |
| 299 | 2026-05-08T07:41:41.856Z | Downloaded version_check v0.9.5 |
| 300 | 2026-05-08T07:41:41.856Z | Downloaded thread-id v4.2.2 |
| 301 | 2026-05-08T07:41:41.859Z | Downloaded usdt-macro v0.5.0 |
| 302 | 2026-05-08T07:41:41.861Z | Downloaded unicode-xid v0.2.6 |
| 303 | 2026-05-08T07:41:41.861Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2026-05-08T07:41:41.861Z | Downloaded colorchoice v1.0.4 |
| 305 | 2026-05-08T07:41:41.861Z | Downloaded zerofrom v0.1.6 |
| 306 | 2026-05-08T07:41:41.863Z | Downloaded typeid v1.0.3 |
| 307 | 2026-05-08T07:41:41.868Z | Downloaded is_terminal_polyfill v1.70.2 |
| 308 | 2026-05-08T07:41:41.870Z | Downloaded utf8parse v0.2.2 |
| 309 | 2026-05-08T07:41:41.870Z | Downloaded potential_utf v0.1.4 |
| 310 | 2026-05-08T07:41:41.870Z | Downloaded idna_adapter v1.2.1 |
| 311 | 2026-05-08T07:41:41.870Z | Downloaded cargo-platform v0.2.0 |
| 312 | 2026-05-08T07:41:41.873Z | Downloaded quote v1.0.45 |
| 313 | 2026-05-08T07:41:41.875Z | Downloaded usdt v0.5.0 |
| 314 | 2026-05-08T07:41:41.880Z | Downloaded yoke v0.8.1 |
| 315 | 2026-05-08T07:41:41.882Z | Downloaded typenum v1.19.0 |
| 316 | 2026-05-08T07:41:41.885Z | Downloaded zerovec-derive v0.11.2 |
| 317 | 2026-05-08T07:41:41.885Z | Downloaded utf8_iter v1.0.4 |
| 318 | 2026-05-08T07:41:41.885Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-05-08T07:41:41.887Z | Downloaded thiserror-impl v1.0.69 |
| 320 | 2026-05-08T07:41:41.887Z | Downloaded thiserror v1.0.69 |
| 321 | 2026-05-08T07:41:41.890Z | Downloaded writeable v0.6.2 |
| 322 | 2026-05-08T07:41:41.890Z | Downloaded thiserror v2.0.18 |
| 323 | 2026-05-08T07:41:41.893Z | Downloaded serde-value v0.7.0 |
| 324 | 2026-05-08T07:41:41.895Z | Downloaded proc-macro-error-attr v1.0.4 |
| 325 | 2026-05-08T07:41:41.895Z | Downloaded tinystr v0.8.2 |
| 326 | 2026-05-08T07:41:41.895Z | Downloaded dtrace-parser v0.2.0 |
| 327 | 2026-05-08T07:41:41.898Z | Downloaded zmij v1.0.21 |
| 328 | 2026-05-08T07:41:41.899Z | Downloaded zerocopy-derive v0.7.35 |
| 329 | 2026-05-08T07:41:41.901Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-05-08T07:41:41.901Z | Downloaded macaddr v1.0.1 |
| 331 | 2026-05-08T07:41:41.901Z | Downloaded clap_lex v1.0.0 |
| 332 | 2026-05-08T07:41:41.904Z | Downloaded toml v0.8.23 |
| 333 | 2026-05-08T07:41:41.904Z | Downloaded usdt-impl v0.5.0 |
| 334 | 2026-05-08T07:41:41.906Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-05-08T07:41:41.906Z | Downloaded swrite v0.1.0 |
| 336 | 2026-05-08T07:41:41.906Z | Downloaded ordered-float v2.10.1 |
| 337 | 2026-05-08T07:41:41.911Z | Downloaded anstyle v1.0.13 |
| 338 | 2026-05-08T07:41:41.919Z | Downloaded cfg-if v1.0.4 |
| 339 | 2026-05-08T07:41:41.922Z | Downloaded zerotrie v0.2.3 |
| 340 | 2026-05-08T07:41:41.922Z | Downloaded serde_spanned v0.6.9 |
| 341 | 2026-05-08T07:41:41.922Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-05-08T07:41:41.922Z | Downloaded scroll_derive v0.12.1 |
| 343 | 2026-05-08T07:41:41.922Z | Downloaded crypto-common v0.1.7 |
| 344 | 2026-05-08T07:41:41.925Z | Downloaded strsim v0.11.1 |
| 345 | 2026-05-08T07:41:41.925Z | Downloaded icu_locale_core v2.1.1 |
| 346 | 2026-05-08T07:41:41.927Z | Downloaded url v2.5.8 |
| 347 | 2026-05-08T07:41:41.930Z | Downloaded byteorder v1.5.0 |
| 348 | 2026-05-08T07:41:41.930Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-05-08T07:41:41.933Z | Downloaded dof v0.3.0 |
| 350 | 2026-05-08T07:41:41.935Z | Downloaded heck v0.5.0 |
| 351 | 2026-05-08T07:41:41.940Z | Downloaded form_urlencoded v1.2.2 |
| 352 | 2026-05-08T07:41:41.940Z | Downloaded equivalent v1.0.2 |
| 353 | 2026-05-08T07:41:41.943Z | Downloaded block-buffer v0.10.4 |
| 354 | 2026-05-08T07:41:41.943Z | Downloaded stable_deref_trait v1.2.1 |
| 355 | 2026-05-08T07:41:41.943Z | Downloaded percent-encoding v2.3.2 |
| 356 | 2026-05-08T07:41:41.945Z | Downloaded zerovec v0.11.5 |
| 357 | 2026-05-08T07:41:41.948Z | Downloaded smawk v0.3.2 |
| 358 | 2026-05-08T07:41:41.948Z | Downloaded plain v0.2.3 |
| 359 | 2026-05-08T07:41:41.951Z | Downloaded pretty-hex v0.4.1 |
| 360 | 2026-05-08T07:41:41.951Z | Downloaded zerocopy v0.7.35 |
| 361 | 2026-05-08T07:41:41.959Z | Downloaded winnow v0.7.14 |
| 362 | 2026-05-08T07:41:41.965Z | Downloaded tabled_derive v0.7.0 |
| 363 | 2026-05-08T07:41:41.967Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-05-08T07:41:41.967Z | Downloaded fnv v1.0.7 |
| 365 | 2026-05-08T07:41:41.967Z | Downloaded fastrand v2.3.0 |
| 366 | 2026-05-08T07:41:41.968Z | Downloaded unicode-width v0.2.0 |
| 367 | 2026-05-08T07:41:41.971Z | Downloaded unicode-width v0.1.14 |
| 368 | 2026-05-08T07:41:41.974Z | Downloaded semver v1.0.28 |
| 369 | 2026-05-08T07:41:41.974Z | Downloaded erased-serde v0.4.9 |
| 370 | 2026-05-08T07:41:41.977Z | Downloaded synstructure v0.13.2 |
| 371 | 2026-05-08T07:41:41.977Z | Downloaded camino v1.2.2 |
| 372 | 2026-05-08T07:41:41.977Z | Downloaded pest_derive v2.8.6 |
| 373 | 2026-05-08T07:41:41.980Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-05-08T07:41:41.980Z | Downloaded cargo_toml v0.21.0 |
| 375 | 2026-05-08T07:41:41.983Z | Downloaded displaydoc v0.2.5 |
| 376 | 2026-05-08T07:41:41.983Z | Downloaded digest v0.10.7 |
| 377 | 2026-05-08T07:41:41.983Z | Downloaded camino-tempfile v1.4.1 |
| 378 | 2026-05-08T07:41:41.986Z | Downloaded cargo_metadata v0.21.0 |
| 379 | 2026-05-08T07:41:41.986Z | Downloaded bitflags v2.11.0 |
| 380 | 2026-05-08T07:41:41.989Z | Downloaded memmap v0.7.0 |
| 381 | 2026-05-08T07:41:41.992Z | Downloaded errno v0.3.14 |
| 382 | 2026-05-08T07:41:41.995Z | Downloaded bytecount v0.6.9 |
| 383 | 2026-05-08T07:41:41.995Z | Downloaded sha2 v0.10.9 |
| 384 | 2026-05-08T07:41:42.004Z | Downloaded smallvec v1.15.1 |
| 385 | 2026-05-08T07:41:42.007Z | Downloaded once_cell v1.21.3 |
| 386 | 2026-05-08T07:41:42.011Z | Downloaded pest_generator v2.8.6 |
| 387 | 2026-05-08T07:41:42.014Z | Downloaded num-traits v0.2.19 |
| 388 | 2026-05-08T07:41:42.017Z | Downloaded proc-macro2 v1.0.106 |
| 389 | 2026-05-08T07:41:42.021Z | Downloaded icu_provider v2.1.1 |
| 390 | 2026-05-08T07:41:42.025Z | Downloaded litemap v0.8.1 |
| 391 | 2026-05-08T07:41:42.025Z | Downloaded cargo-util-schemas v0.8.2 |
| 392 | 2026-05-08T07:41:42.025Z | Downloaded tempfile v3.25.0 |
| 393 | 2026-05-08T07:41:42.028Z | Downloaded clap_derive v4.5.55 |
| 394 | 2026-05-08T07:41:42.032Z | Downloaded papergrid v0.11.0 |
| 395 | 2026-05-08T07:41:42.035Z | Downloaded getrandom v0.4.1 |
| 396 | 2026-05-08T07:41:42.039Z | Downloaded icu_normalizer_data v2.1.1 |
| 397 | 2026-05-08T07:41:42.042Z | Downloaded icu_normalizer v2.1.1 |
| 398 | 2026-05-08T07:41:42.045Z | Downloaded fs-err v3.3.0 |
| 399 | 2026-05-08T07:41:42.047Z | Downloaded log v0.4.29 |
| 400 | 2026-05-08T07:41:42.050Z | Downloaded serde_core v1.0.228 |
| 401 | 2026-05-08T07:41:42.061Z | Downloaded pest_meta v2.8.6 |
| 402 | 2026-05-08T07:41:42.065Z | Downloaded serde_derive v1.0.228 |
| 403 | 2026-05-08T07:41:42.073Z | Downloaded serde v1.0.228 |
| 404 | 2026-05-08T07:41:42.076Z | Downloaded memchr v2.8.0 |
| 405 | 2026-05-08T07:41:42.079Z | Downloaded clap v4.5.60 |
| 406 | 2026-05-08T07:41:42.086Z | Downloaded icu_collections v2.1.1 |
| 407 | 2026-05-08T07:41:42.093Z | Downloaded idna v1.1.0 |
| 408 | 2026-05-08T07:41:42.101Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-05-08T07:41:42.111Z | Downloaded icu_properties_data v2.1.2 |
| 410 | 2026-05-08T07:41:42.115Z | Downloaded serde_json v1.0.149 |
| 411 | 2026-05-08T07:41:42.121Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-08T07:41:42.124Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-08T07:41:42.142Z | Downloaded clap_builder v4.5.60 |
| 414 | 2026-05-08T07:41:42.149Z | Downloaded goblin v0.8.2 |
| 415 | 2026-05-08T07:41:42.160Z | Downloaded tabled v0.15.0 |
| 416 | 2026-05-08T07:41:42.175Z | Downloaded syn v2.0.117 |
| 417 | 2026-05-08T07:41:42.180Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-08T07:41:42.189Z | Downloaded rustix v1.1.3 |
| 419 | 2026-05-08T07:41:42.216Z | Downloaded libc v0.2.185 |
| 420 | 2026-05-08T07:41:42.284Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-05-08T07:41:42.284Z | Compiling quote v1.0.45 |
| 422 | 2026-05-08T07:41:42.284Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-05-08T07:41:42.284Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-08T07:41:42.284Z | Compiling libc v0.2.185 |
| 425 | 2026-05-08T07:41:42.287Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-08T07:41:42.287Z | Compiling memchr v2.8.0 |
| 427 | 2026-05-08T07:41:42.287Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-08T07:41:42.599Z | Compiling serde v1.0.228 |
| 429 | 2026-05-08T07:41:42.615Z | Compiling zmij v1.0.21 |
| 430 | 2026-05-08T07:41:42.798Z | Compiling thiserror v1.0.69 |
| 431 | 2026-05-08T07:41:42.860Z | Compiling ucd-trie v0.1.7 |
| 432 | 2026-05-08T07:41:42.963Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-08T07:41:43.076Z | Compiling itoa v1.0.17 |
| 434 | 2026-05-08T07:41:43.213Z | Compiling pest v2.8.6 |
| 435 | 2026-05-08T07:41:43.254Z | Compiling litemap v0.8.1 |
| 436 | 2026-05-08T07:41:43.270Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-08T07:41:43.342Z | Compiling icu_normalizer_data v2.1.1 |
| 438 | 2026-05-08T07:41:43.383Z | Compiling icu_properties_data v2.1.2 |
| 439 | 2026-05-08T07:41:43.445Z | Compiling rustix v1.1.3 |
| 440 | 2026-05-08T07:41:43.460Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-08T07:41:43.694Z | Compiling syn v2.0.117 |
| 442 | 2026-05-08T07:41:43.826Z | Compiling errno v0.3.14 |
| 443 | 2026-05-08T07:41:43.841Z | Compiling bitflags v2.11.0 |
| 444 | 2026-05-08T07:41:43.914Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-08T07:41:44.073Z | Compiling num-traits v0.2.19 |
| 446 | 2026-05-08T07:41:44.189Z | Compiling equivalent v1.0.2 |
| 447 | 2026-05-08T07:41:44.252Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-08T07:41:44.282Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-08T07:41:44.319Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-05-08T07:41:44.432Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-08T07:41:44.688Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-08T07:41:44.754Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-08T07:41:44.854Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-08T07:41:44.940Z | Compiling erased-serde v0.4.9 |
| 455 | 2026-05-08T07:41:44.940Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-08T07:41:45.005Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-08T07:41:45.005Z | Compiling toml_write v0.1.2 |
| 458 | 2026-05-08T07:41:45.114Z | Compiling syn v1.0.109 |
| 459 | 2026-05-08T07:41:45.477Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-05-08T07:41:45.522Z | Compiling thiserror v2.0.18 |
| 461 | 2026-05-08T07:41:45.655Z | Compiling log v0.4.29 |
| 462 | 2026-05-08T07:41:45.837Z | Compiling getrandom v0.4.1 |
| 463 | 2026-05-08T07:41:45.853Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-05-08T07:41:45.856Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-08T07:41:45.885Z | Compiling camino v1.2.2 |
| 466 | 2026-05-08T07:41:46.022Z | Compiling utf8parse v0.2.2 |
| 467 | 2026-05-08T07:41:46.048Z | Compiling plain v0.2.3 |
| 468 | 2026-05-08T07:41:46.128Z | Compiling anstyle-parse v0.2.7 |
| 469 | 2026-05-08T07:41:46.144Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-08T07:41:46.201Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-08T07:41:46.218Z | Compiling synstructure v0.13.2 |
| 472 | 2026-05-08T07:41:46.316Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-05-08T07:41:46.512Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-08T07:41:46.665Z | Compiling anstyle v1.0.13 |
| 475 | 2026-05-08T07:41:46.756Z | Compiling is_terminal_polyfill v1.70.2 |
| 476 | 2026-05-08T07:41:46.859Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-08T07:41:46.877Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-05-08T07:41:46.877Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-08T07:41:46.880Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-05-08T07:41:46.924Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-08T07:41:47.026Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-08T07:41:47.074Z | Compiling semver v1.0.28 |
| 483 | 2026-05-08T07:41:47.134Z | Compiling fs-err v3.3.0 |
| 484 | 2026-05-08T07:41:47.165Z | Compiling fnv v1.0.7 |
| 485 | 2026-05-08T07:41:47.275Z | Compiling strsim v0.11.1 |
| 486 | 2026-05-08T07:41:47.326Z | Compiling clap_lex v1.0.0 |
| 487 | 2026-05-08T07:41:47.343Z | Compiling bytecount v0.6.9 |
| 488 | 2026-05-08T07:41:47.407Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-08T07:41:47.424Z | Compiling unicode-width v0.1.14 |
| 490 | 2026-05-08T07:41:47.477Z | Compiling heck v0.4.1 |
| 491 | 2026-05-08T07:41:47.626Z | Compiling unicode-xid v0.2.6 |
| 492 | 2026-05-08T07:41:47.700Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-08T07:41:47.720Z | Compiling fastrand v2.3.0 |
| 494 | 2026-05-08T07:41:47.734Z | Compiling heck v0.5.0 |
| 495 | 2026-05-08T07:41:47.873Z | Compiling papergrid v0.11.0 |
| 496 | 2026-05-08T07:41:47.920Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-08T07:41:47.974Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-08T07:41:48.008Z | Compiling memmap v0.7.0 |
| 499 | 2026-05-08T07:41:48.011Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-08T07:41:48.077Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-08T07:41:48.188Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-08T07:41:48.295Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-08T07:41:48.497Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-08T07:41:49.212Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-08T07:41:49.271Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-08T07:41:49.322Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-08T07:41:49.374Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-08T07:41:49.441Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-08T07:41:49.572Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-08T07:41:49.739Z | Compiling zerovec v0.11.5 |
| 511 | 2026-05-08T07:41:49.765Z | Compiling zerotrie v0.2.3 |
| 512 | 2026-05-08T07:41:50.028Z | Compiling scroll v0.12.0 |
| 513 | 2026-05-08T07:41:50.075Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-08T07:41:50.116Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-08T07:41:50.247Z | Compiling tinystr v0.8.2 |
| 516 | 2026-05-08T07:41:50.302Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-05-08T07:41:50.472Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-08T07:41:50.488Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-08T07:41:50.568Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-08T07:41:50.665Z | Compiling goblin v0.8.2 |
| 521 | 2026-05-08T07:41:50.965Z | Compiling tabled_derive v0.7.0 |
| 522 | 2026-05-08T07:41:51.018Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-08T07:41:51.316Z | Compiling icu_provider v2.1.1 |
| 524 | 2026-05-08T07:41:51.345Z | Compiling smawk v0.3.2 |
| 525 | 2026-05-08T07:41:51.406Z | Compiling serde_spanned v0.6.9 |
| 526 | 2026-05-08T07:41:51.475Z | Compiling toml_datetime v0.6.11 |
| 527 | 2026-05-08T07:41:51.509Z | Compiling dof v0.3.0 |
| 528 | 2026-05-08T07:41:51.525Z | Compiling serde_tokenstream v0.2.3 |
| 529 | 2026-05-08T07:41:51.608Z | Compiling icu_properties v2.1.2 |
| 530 | 2026-05-08T07:41:51.677Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-05-08T07:41:51.740Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-08T07:41:51.942Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-08T07:41:52.023Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-08T07:41:52.236Z | Compiling unicode-linebreak v0.1.5 |
| 535 | 2026-05-08T07:41:52.298Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-08T07:41:52.301Z | Compiling tabled v0.15.0 |
| 537 | 2026-05-08T07:41:52.470Z | Compiling idna_adapter v1.2.1 |
| 538 | 2026-05-08T07:41:52.489Z | Compiling usdt-attr-macro v0.5.0 |
| 539 | 2026-05-08T07:41:52.594Z | Compiling idna v1.1.0 |
| 540 | 2026-05-08T07:41:52.624Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-08T07:41:52.727Z | Compiling textwrap v0.16.2 |
| 542 | 2026-05-08T07:41:52.843Z | Compiling clap v4.5.60 |
| 543 | 2026-05-08T07:41:53.180Z | Compiling toml v0.8.23 |
| 544 | 2026-05-08T07:41:53.202Z | Compiling url v2.5.8 |
| 545 | 2026-05-08T07:41:53.267Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-08T07:41:53.494Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-08T07:41:53.637Z | Compiling usdt v0.5.0 |
| 548 | 2026-05-08T07:41:53.728Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-05-08T07:41:53.790Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-08T07:41:53.935Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-05-08T07:41:54.145Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-08T07:41:54.619Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-05-08T07:41:55.542Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-05-08T07:41:57.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.28s |
| 555 | 2026-05-08T07:41:57.874Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 556 | 2026-05-08T07:41:58.432Z | Downloading crates ... |
| 557 | 2026-05-08T07:41:58.519Z | Downloaded adler2 v2.0.1 |
| 558 | 2026-05-08T07:41:58.524Z | Downloaded aead v0.5.2 |
| 559 | 2026-05-08T07:41:58.531Z | Downloaded allocator-api2 v0.2.21 |
| 560 | 2026-05-08T07:41:58.533Z | Downloaded array-init v0.0.4 |
| 561 | 2026-05-08T07:41:58.536Z | Downloaded ahash v0.8.12 |
| 562 | 2026-05-08T07:41:58.544Z | Downloaded data-encoding v2.10.0 |
| 563 | 2026-05-08T07:41:58.546Z | Downloaded embedded-io v0.4.0 |
| 564 | 2026-05-08T07:41:58.552Z | Downloaded downcast-rs v2.0.2 |
| 565 | 2026-05-08T07:41:58.554Z | Downloaded ctr v0.9.2 |
| 566 | 2026-05-08T07:41:58.557Z | Downloaded critical-section v1.2.0 |
| 567 | 2026-05-08T07:41:58.557Z | Downloaded cfg_aliases v0.2.1 |
| 568 | 2026-05-08T07:41:58.559Z | Downloaded atomic-waker v1.1.2 |
| 569 | 2026-05-08T07:41:58.559Z | Downloaded async-stream-impl v0.3.6 |
| 570 | 2026-05-08T07:41:58.562Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 571 | 2026-05-08T07:41:58.565Z | Downloaded crc32fast v1.5.0 |
| 572 | 2026-05-08T07:41:58.573Z | Downloaded ciborium-ll v0.2.2 |
| 573 | 2026-05-08T07:41:58.576Z | Downloaded cobs v0.3.0 |
| 574 | 2026-05-08T07:41:58.576Z | Downloaded cargo-platform v0.1.9 |
| 575 | 2026-05-08T07:41:58.579Z | Downloaded bitfield-macros v0.19.4 |
| 576 | 2026-05-08T07:41:58.579Z | Downloaded dirs-sys-next v0.1.2 |
| 577 | 2026-05-08T07:41:58.581Z | Downloaded async-stream v0.3.6 |
| 578 | 2026-05-08T07:41:58.581Z | Downloaded embedded-io v0.6.1 |
| 579 | 2026-05-08T07:41:58.584Z | Downloaded crc v3.4.0 |
| 580 | 2026-05-08T07:41:58.584Z | Downloaded ciborium-io v0.2.2 |
| 581 | 2026-05-08T07:41:58.587Z | Downloaded bit-set v0.5.3 |
| 582 | 2026-05-08T07:41:58.589Z | Downloaded cipher v0.4.4 |
| 583 | 2026-05-08T07:41:58.592Z | Downloaded bitflags v1.3.2 |
| 584 | 2026-05-08T07:41:58.592Z | Downloaded bit-vec v0.8.0 |
| 585 | 2026-05-08T07:41:58.594Z | Downloaded cpufeatures v0.3.0 |
| 586 | 2026-05-08T07:41:58.597Z | Downloaded endian-type v0.1.2 |
| 587 | 2026-05-08T07:41:58.597Z | Downloaded atomicwrites v0.4.4 |
| 588 | 2026-05-08T07:41:58.597Z | Downloaded dunce v1.0.5 |
| 589 | 2026-05-08T07:41:58.599Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 590 | 2026-05-08T07:41:58.599Z | Downloaded fixedbitset v0.4.2 |
| 591 | 2026-05-08T07:41:58.602Z | Downloaded difflib v0.4.0 |
| 592 | 2026-05-08T07:41:58.602Z | Downloaded derive_builder_macro v0.20.2 |
| 593 | 2026-05-08T07:41:58.602Z | Downloaded async-recursion v1.1.1 |
| 594 | 2026-05-08T07:41:58.606Z | Downloaded cfg_aliases v0.1.1 |
| 595 | 2026-05-08T07:41:58.608Z | Downloaded ascii-canvas v3.0.0 |
| 596 | 2026-05-08T07:41:58.608Z | Downloaded derive-ex v0.1.8 |
| 597 | 2026-05-08T07:41:58.609Z | Downloaded csv-core v0.1.13 |
| 598 | 2026-05-08T07:41:58.609Z | Downloaded erased-serde v0.3.31 |
| 599 | 2026-05-08T07:41:58.611Z | Downloaded enum-as-inner v0.6.1 |
| 600 | 2026-05-08T07:41:58.613Z | Downloaded compression-codecs v0.4.37 |
| 601 | 2026-05-08T07:41:58.616Z | Downloaded float-cmp v0.10.0 |
| 602 | 2026-05-08T07:41:58.616Z | Downloaded display-error-chain v0.2.2 |
| 603 | 2026-05-08T07:41:58.616Z | Downloaded cmake v0.1.57 |
| 604 | 2026-05-08T07:41:58.618Z | Downloaded base16ct v0.2.0 |
| 605 | 2026-05-08T07:41:58.619Z | Downloaded float-ord v0.3.2 |
| 606 | 2026-05-08T07:41:58.619Z | Downloaded convert_case v0.4.0 |
| 607 | 2026-05-08T07:41:58.621Z | Downloaded fd-lock v4.0.4 |
| 608 | 2026-05-08T07:41:58.621Z | Downloaded document-features v0.2.12 |
| 609 | 2026-05-08T07:41:58.624Z | Downloaded darling_macro v0.20.11 |
| 610 | 2026-05-08T07:41:58.624Z | Downloaded block-padding v0.3.3 |
| 611 | 2026-05-08T07:41:58.624Z | Downloaded castaway v0.2.4 |
| 612 | 2026-05-08T07:41:58.626Z | Downloaded atty v0.2.14 |
| 613 | 2026-05-08T07:41:58.627Z | Downloaded bitfield-struct v0.6.2 |
| 614 | 2026-05-08T07:41:58.627Z | Downloaded assert_matches v1.5.0 |
| 615 | 2026-05-08T07:41:58.629Z | Downloaded bitfield v0.19.4 |
| 616 | 2026-05-08T07:41:58.629Z | Downloaded dsl_auto_type v0.2.0 |
| 617 | 2026-05-08T07:41:58.631Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 618 | 2026-05-08T07:41:58.632Z | Downloaded argon2 v0.5.3 |
| 619 | 2026-05-08T07:41:58.632Z | Downloaded dtrace-parser v0.3.0 |
| 620 | 2026-05-08T07:41:58.634Z | Downloaded defmt v0.3.100 |
| 621 | 2026-05-08T07:41:58.634Z | Downloaded darling_macro v0.23.0 |
| 622 | 2026-05-08T07:41:58.634Z | Downloaded compression-core v0.4.31 |
| 623 | 2026-05-08T07:41:58.637Z | Downloaded bb8 v0.8.6 |
| 624 | 2026-05-08T07:41:58.637Z | Downloaded either v1.15.0 |
| 625 | 2026-05-08T07:41:58.637Z | Downloaded arrayref v0.3.9 |
| 626 | 2026-05-08T07:41:58.641Z | Downloaded foreign-types-macros v0.2.3 |
| 627 | 2026-05-08T07:41:58.643Z | Downloaded bit-set v0.8.0 |
| 628 | 2026-05-08T07:41:58.646Z | Downloaded buf-list v1.1.2 |
| 629 | 2026-05-08T07:41:58.648Z | Downloaded flagset v0.4.7 |
| 630 | 2026-05-08T07:41:58.648Z | Downloaded async-trait v0.1.89 |
| 631 | 2026-05-08T07:41:58.651Z | Downloaded chacha20 v0.9.1 |
| 632 | 2026-05-08T07:41:58.653Z | Downloaded foreign-types-shared v0.3.1 |
| 633 | 2026-05-08T07:41:58.653Z | Downloaded foreign-types-shared v0.1.1 |
| 634 | 2026-05-08T07:41:58.653Z | Downloaded darling_macro v0.21.3 |
| 635 | 2026-05-08T07:41:58.656Z | Downloaded crunchy v0.2.4 |
| 636 | 2026-05-08T07:41:58.656Z | Downloaded crc8 v0.1.1 |
| 637 | 2026-05-08T07:41:58.656Z | Downloaded base64ct v1.8.3 |
| 638 | 2026-05-08T07:41:58.658Z | Downloaded env_filter v1.0.0 |
| 639 | 2026-05-08T07:41:58.661Z | Downloaded futures-macro v0.3.32 |
| 640 | 2026-05-08T07:41:58.661Z | Downloaded bcs v0.1.6 |
| 641 | 2026-05-08T07:41:58.661Z | Downloaded arc-swap v1.8.2 |
| 642 | 2026-05-08T07:41:58.663Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 643 | 2026-05-08T07:41:58.666Z | Downloaded dirs-next v2.0.0 |
| 644 | 2026-05-08T07:41:58.666Z | Downloaded cookie_store v0.22.1 |
| 645 | 2026-05-08T07:41:58.668Z | Downloaded camino-tempfile-ext v0.3.3 |
| 646 | 2026-05-08T07:41:58.671Z | Downloaded constant_time_eq v0.4.2 |
| 647 | 2026-05-08T07:41:58.671Z | Downloaded cexpr v0.6.0 |
| 648 | 2026-05-08T07:41:58.673Z | Downloaded byte-wrapper v0.1.0 |
| 649 | 2026-05-08T07:41:58.673Z | Downloaded dyn-clone v1.0.20 |
| 650 | 2026-05-08T07:41:58.676Z | Downloaded backoff v0.4.0 |
| 651 | 2026-05-08T07:41:58.676Z | Downloaded fxhash v0.2.1 |
| 652 | 2026-05-08T07:41:58.678Z | Downloaded gethostname v0.5.0 |
| 653 | 2026-05-08T07:41:58.678Z | Downloaded debug-ignore v1.0.5 |
| 654 | 2026-05-08T07:41:58.681Z | Downloaded crucible-workspace-hack v0.1.0 |
| 655 | 2026-05-08T07:41:58.681Z | Downloaded futures-task v0.3.32 |
| 656 | 2026-05-08T07:41:58.681Z | Downloaded futures-io v0.3.32 |
| 657 | 2026-05-08T07:41:58.681Z | Downloaded ghash v0.5.1 |
| 658 | 2026-05-08T07:41:58.684Z | Downloaded cstr-argument v0.1.2 |
| 659 | 2026-05-08T07:41:58.684Z | Downloaded futures-core v0.3.32 |
| 660 | 2026-05-08T07:41:58.686Z | Downloaded globwalk v0.9.1 |
| 661 | 2026-05-08T07:41:58.686Z | Downloaded foreign-types v0.3.2 |
| 662 | 2026-05-08T07:41:58.686Z | Downloaded defmt-parser v1.0.0 |
| 663 | 2026-05-08T07:41:58.689Z | Downloaded crc-catalog v2.4.0 |
| 664 | 2026-05-08T07:41:58.689Z | Downloaded corncobs v0.1.4 |
| 665 | 2026-05-08T07:41:58.689Z | Downloaded const_format_proc_macros v0.2.34 |
| 666 | 2026-05-08T07:41:58.691Z | Downloaded blowfish v0.9.1 |
| 667 | 2026-05-08T07:41:58.691Z | Downloaded colored v3.1.1 |
| 668 | 2026-05-08T07:41:58.694Z | Downloaded funty v2.0.0 |
| 669 | 2026-05-08T07:41:58.696Z | Downloaded crossbeam-channel v0.5.15 |
| 670 | 2026-05-08T07:41:58.699Z | Downloaded cargo_metadata v0.19.2 |
| 671 | 2026-05-08T07:41:58.699Z | Downloaded ar_archive_writer v0.5.1 |
| 672 | 2026-05-08T07:41:58.701Z | Downloaded foreign-types v0.5.0 |
| 673 | 2026-05-08T07:41:58.704Z | Downloaded cassowary v0.3.0 |
| 674 | 2026-05-08T07:41:58.706Z | Downloaded futures-sink v0.3.32 |
| 675 | 2026-05-08T07:41:58.706Z | Downloaded cbc v0.1.2 |
| 676 | 2026-05-08T07:41:58.710Z | Downloaded git-stub v1.0.0 |
| 677 | 2026-05-08T07:41:58.713Z | Downloaded defmt v1.0.1 |
| 678 | 2026-05-08T07:41:58.715Z | Downloaded foldhash v0.2.0 |
| 679 | 2026-05-08T07:41:58.715Z | Downloaded bit-vec v0.6.3 |
| 680 | 2026-05-08T07:41:58.718Z | Downloaded deranged v0.5.8 |
| 681 | 2026-05-08T07:41:58.718Z | Downloaded hex-literal v0.4.1 |
| 682 | 2026-05-08T07:41:58.721Z | Downloaded headers-core v0.3.0 |
| 683 | 2026-05-08T07:41:58.721Z | Downloaded clang-sys v1.8.1 |
| 684 | 2026-05-08T07:41:58.723Z | Downloaded daft-derive v0.1.5 |
| 685 | 2026-05-08T07:41:58.726Z | Downloaded ff v0.13.1 |
| 686 | 2026-05-08T07:41:58.726Z | Downloaded ena v0.14.4 |
| 687 | 2026-05-08T07:41:58.728Z | Downloaded console v0.16.2 |
| 688 | 2026-05-08T07:41:58.728Z | Downloaded blake2 v0.10.6 |
| 689 | 2026-05-08T07:41:58.731Z | Downloaded dof v0.4.0 |
| 690 | 2026-05-08T07:41:58.731Z | Downloaded colored v2.2.0 |
| 691 | 2026-05-08T07:41:58.733Z | Downloaded http-range v0.1.5 |
| 692 | 2026-05-08T07:41:58.736Z | Downloaded crypto-bigint v0.5.5 |
| 693 | 2026-05-08T07:41:58.739Z | Downloaded hash32 v0.2.1 |
| 694 | 2026-05-08T07:41:58.739Z | Downloaded futures-executor v0.3.32 |
| 695 | 2026-05-08T07:41:58.742Z | Downloaded hash32 v0.3.1 |
| 696 | 2026-05-08T07:41:58.742Z | Downloaded git-stub-vcs v0.1.0 |
| 697 | 2026-05-08T07:41:58.744Z | Downloaded hex v0.4.3 |
| 698 | 2026-05-08T07:41:58.744Z | Downloaded hostname v0.4.2 |
| 699 | 2026-05-08T07:41:58.744Z | Downloaded hostname v0.3.1 |
| 700 | 2026-05-08T07:41:58.747Z | Downloaded daft v0.1.5 |
| 701 | 2026-05-08T07:41:58.747Z | Downloaded hyper-tls v0.6.0 |
| 702 | 2026-05-08T07:41:58.749Z | Downloaded ident_case v1.0.1 |
| 703 | 2026-05-08T07:41:58.749Z | Downloaded httpdate v1.0.3 |
| 704 | 2026-05-08T07:41:58.752Z | Downloaded home v0.5.12 |
| 705 | 2026-05-08T07:41:58.752Z | Downloaded indoc v1.0.9 |
| 706 | 2026-05-08T07:41:58.755Z | Downloaded hubpack_derive v0.1.1 |
| 707 | 2026-05-08T07:41:58.755Z | Downloaded hubpack v0.1.2 |
| 708 | 2026-05-08T07:41:58.755Z | Downloaded http-body v1.0.1 |
| 709 | 2026-05-08T07:41:58.758Z | Downloaded bzip2 v0.6.1 |
| 710 | 2026-05-08T07:41:58.758Z | Downloaded arrayvec v0.7.6 |
| 711 | 2026-05-08T07:41:58.760Z | Downloaded ciborium v0.2.2 |
| 712 | 2026-05-08T07:41:58.760Z | Downloaded cancel-safe-futures v0.1.5 |
| 713 | 2026-05-08T07:41:58.763Z | Downloaded diesel-dtrace v0.5.0 |
| 714 | 2026-05-08T07:41:58.765Z | Downloaded glob v0.3.3 |
| 715 | 2026-05-08T07:41:58.765Z | Downloaded filetime v0.2.27 |
| 716 | 2026-05-08T07:41:58.768Z | Downloaded backon v1.6.0 |
| 717 | 2026-05-08T07:41:58.768Z | Downloaded bzip2 v0.4.4 |
| 718 | 2026-05-08T07:41:58.770Z | Downloaded indent_write v2.2.0 |
| 719 | 2026-05-08T07:41:58.770Z | Downloaded async-bb8-diesel v0.2.1 |
| 720 | 2026-05-08T07:41:58.773Z | Downloaded const-oid v0.9.6 |
| 721 | 2026-05-08T07:41:58.773Z | Downloaded fixedbitset v0.5.7 |
| 722 | 2026-05-08T07:41:58.776Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-05-08T07:41:58.779Z | Downloaded instant v0.1.13 |
| 724 | 2026-05-08T07:41:58.779Z | Downloaded ed25519 v2.2.3 |
| 725 | 2026-05-08T07:41:58.781Z | Downloaded der_derive v0.7.3 |
| 726 | 2026-05-08T07:41:58.781Z | Downloaded is-terminal v0.4.17 |
| 727 | 2026-05-08T07:41:58.785Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-05-08T07:41:58.787Z | Downloaded chacha20 v0.10.0 |
| 729 | 2026-05-08T07:41:58.790Z | Downloaded fallible-iterator v0.2.0 |
| 730 | 2026-05-08T07:41:58.790Z | Downloaded kstat-rs v0.2.4 |
| 731 | 2026-05-08T07:41:58.790Z | Downloaded fs-err v2.11.0 |
| 732 | 2026-05-08T07:41:58.792Z | Downloaded console v0.15.11 |
| 733 | 2026-05-08T07:41:58.796Z | Downloaded darling v0.20.11 |
| 734 | 2026-05-08T07:41:58.799Z | Downloaded highway v1.3.0 |
| 735 | 2026-05-08T07:41:58.801Z | Downloaded keccak v0.1.6 |
| 736 | 2026-05-08T07:41:58.804Z | Downloaded drift v0.1.4 |
| 737 | 2026-05-08T07:41:58.808Z | Downloaded env_logger v0.11.9 |
| 738 | 2026-05-08T07:41:58.810Z | Downloaded hyper-staticfile v0.10.1 |
| 739 | 2026-05-08T07:41:58.813Z | Downloaded globset v0.4.18 |
| 740 | 2026-05-08T07:41:58.814Z | Downloaded crossbeam-utils v0.8.21 |
| 741 | 2026-05-08T07:41:58.816Z | Downloaded diff v0.1.13 |
| 742 | 2026-05-08T07:41:58.816Z | Downloaded linked-hash-map v0.5.6 |
| 743 | 2026-05-08T07:41:58.819Z | Downloaded group v0.13.0 |
| 744 | 2026-05-08T07:41:58.819Z | Downloaded instability v0.3.11 |
| 745 | 2026-05-08T07:41:58.821Z | Downloaded lru v0.12.5 |
| 746 | 2026-05-08T07:41:58.821Z | Downloaded inout v0.1.4 |
| 747 | 2026-05-08T07:41:58.821Z | Downloaded match_cfg v0.1.0 |
| 748 | 2026-05-08T07:41:58.824Z | Downloaded convert_case v0.10.0 |
| 749 | 2026-05-08T07:41:58.824Z | Downloaded cookie v0.18.1 |
| 750 | 2026-05-08T07:41:58.826Z | Downloaded indoc v2.0.7 |
| 751 | 2026-05-08T07:41:58.829Z | Downloaded http-body-util v0.1.3 |
| 752 | 2026-05-08T07:41:58.829Z | Downloaded derive_builder v0.20.2 |
| 753 | 2026-05-08T07:41:58.831Z | Downloaded crc-any v2.5.0 |
| 754 | 2026-05-08T07:41:58.834Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 755 | 2026-05-08T07:41:58.836Z | Downloaded lalrpop-util v0.19.12 |
| 756 | 2026-05-08T07:41:58.836Z | Downloaded crossbeam-deque v0.8.6 |
| 757 | 2026-05-08T07:41:58.839Z | Downloaded lru-slab v0.1.2 |
| 758 | 2026-05-08T07:41:58.839Z | Downloaded md-5 v0.10.6 |
| 759 | 2026-05-08T07:41:58.841Z | Downloaded maybe-uninit v2.0.0 |
| 760 | 2026-05-08T07:41:58.841Z | Downloaded mime v0.3.17 |
| 761 | 2026-05-08T07:41:58.850Z | Downloaded is_ci v1.2.0 |
| 762 | 2026-05-08T07:41:58.852Z | Downloaded ipnetwork v0.21.1 |
| 763 | 2026-05-08T07:41:58.852Z | Downloaded foldhash v0.1.5 |
| 764 | 2026-05-08T07:41:58.855Z | Downloaded des v0.8.1 |
| 765 | 2026-05-08T07:41:58.855Z | Downloaded newtype_derive v0.1.6 |
| 766 | 2026-05-08T07:41:58.857Z | Downloaded nonempty v0.12.0 |
| 767 | 2026-05-08T07:41:58.857Z | Downloaded new_debug_unreachable v1.0.6 |
| 768 | 2026-05-08T07:41:58.857Z | Downloaded ipnet v2.11.0 |
| 769 | 2026-05-08T07:41:58.860Z | Downloaded fs_extra v1.3.0 |
| 770 | 2026-05-08T07:41:58.860Z | Downloaded darling v0.23.0 |
| 771 | 2026-05-08T07:41:58.864Z | Downloaded humantime v2.3.0 |
| 772 | 2026-05-08T07:41:58.866Z | Downloaded find-msvc-tools v0.1.9 |
| 773 | 2026-05-08T07:41:58.866Z | Downloaded ecdsa v0.16.9 |
| 774 | 2026-05-08T07:41:58.868Z | Downloaded lru-cache v0.1.2 |
| 775 | 2026-05-08T07:41:58.869Z | Downloaded lzss v0.8.2 |
| 776 | 2026-05-08T07:41:58.871Z | Downloaded jobserver v0.1.34 |
| 777 | 2026-05-08T07:41:58.871Z | Downloaded getrandom v0.2.17 |
| 778 | 2026-05-08T07:41:58.874Z | Downloaded maplit v1.0.2 |
| 779 | 2026-05-08T07:41:58.874Z | Downloaded managed v0.8.0 |
| 780 | 2026-05-08T07:41:58.876Z | Downloaded md5 v0.7.0 |
| 781 | 2026-05-08T07:41:58.876Z | Downloaded defmt-macros v1.0.1 |
| 782 | 2026-05-08T07:41:58.879Z | Downloaded dropshot_endpoint v0.17.0 |
| 783 | 2026-05-08T07:41:58.881Z | Downloaded libefi-sys v0.1.0 |
| 784 | 2026-05-08T07:41:58.881Z | Downloaded ingot v0.1.1 |
| 785 | 2026-05-08T07:41:58.884Z | Downloaded getrandom v0.3.4 |
| 786 | 2026-05-08T07:41:58.886Z | Downloaded num-derive v0.3.3 |
| 787 | 2026-05-08T07:41:58.886Z | Downloaded num-iter v0.1.45 |
| 788 | 2026-05-08T07:41:58.889Z | Downloaded linear-map v1.2.0 |
| 789 | 2026-05-08T07:41:58.889Z | Downloaded libsw-core v0.3.2 |
| 790 | 2026-05-08T07:41:58.891Z | Downloaded libsw v3.5.0 |
| 791 | 2026-05-08T07:41:58.891Z | Downloaded nibble_vec v0.1.0 |
| 792 | 2026-05-08T07:41:58.894Z | Downloaded olpc-cjson v0.1.4 |
| 793 | 2026-05-08T07:41:58.894Z | Downloaded newline-converter v0.3.0 |
| 794 | 2026-05-08T07:41:58.894Z | Downloaded ingot-types v0.1.2 |
| 795 | 2026-05-08T07:41:58.896Z | Downloaded newtype-uuid-macros v0.1.0 |
| 796 | 2026-05-08T07:41:58.896Z | Downloaded libscf-sys v1.1.0 |
| 797 | 2026-05-08T07:41:58.897Z | Downloaded iana-time-zone v0.1.65 |
| 798 | 2026-05-08T07:41:58.899Z | Downloaded normalize-line-endings v0.3.0 |
| 799 | 2026-05-08T07:41:58.899Z | Downloaded half v1.8.3 |
| 800 | 2026-05-08T07:41:58.902Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-05-08T07:41:58.904Z | Downloaded bytes v1.11.1 |
| 802 | 2026-05-08T07:41:58.907Z | Downloaded const_format v0.2.35 |
| 803 | 2026-05-08T07:41:58.909Z | Downloaded base64 v0.22.1 |
| 804 | 2026-05-08T07:41:58.911Z | Downloaded nodrop v0.1.14 |
| 805 | 2026-05-08T07:41:58.914Z | Downloaded hyper-rustls v0.27.7 |
| 806 | 2026-05-08T07:41:58.914Z | Downloaded oso-derive v0.27.3 |
| 807 | 2026-05-08T07:41:58.916Z | Downloaded half v2.7.1 |
| 808 | 2026-05-08T07:41:58.919Z | Downloaded num-derive v0.4.2 |
| 809 | 2026-05-08T07:41:58.919Z | Downloaded num-conv v0.2.0 |
| 810 | 2026-05-08T07:41:58.919Z | Downloaded multer v3.1.0 |
| 811 | 2026-05-08T07:41:58.922Z | Downloaded num v0.4.3 |
| 812 | 2026-05-08T07:41:58.922Z | Downloaded libloading v0.8.9 |
| 813 | 2026-05-08T07:41:58.925Z | Downloaded native-tls v0.2.18 |
| 814 | 2026-05-08T07:41:58.925Z | Downloaded derive_builder_core v0.20.2 |
| 815 | 2026-05-08T07:41:58.927Z | Downloaded derive_more v0.99.20 |
| 816 | 2026-05-08T07:41:58.930Z | Downloaded der v0.7.10 |
| 817 | 2026-05-08T07:41:58.932Z | Downloaded derive-where v1.6.0 |
| 818 | 2026-05-08T07:41:58.935Z | Downloaded crossbeam-epoch v0.9.18 |
| 819 | 2026-05-08T07:41:58.937Z | Downloaded nanorand v0.7.0 |
| 820 | 2026-05-08T07:41:58.939Z | Downloaded chacha20poly1305 v0.10.1 |
| 821 | 2026-05-08T07:41:58.942Z | Downloaded opaque-debug v0.3.1 |
| 822 | 2026-05-08T07:41:58.955Z | Downloaded parse-size v1.1.0 |
| 823 | 2026-05-08T07:41:58.958Z | Downloaded num_threads v0.1.7 |
| 824 | 2026-05-08T07:41:58.958Z | Downloaded num_enum v0.7.5 |
| 825 | 2026-05-08T07:41:58.960Z | Downloaded packed_struct_codegen v0.10.1 |
| 826 | 2026-05-08T07:41:58.963Z | Downloaded fatfs v0.3.6 |
| 827 | 2026-05-08T07:41:58.965Z | Downloaded pbkdf2 v0.12.2 |
| 828 | 2026-05-08T07:41:58.965Z | Downloaded pbkdf2 v0.11.0 |
| 829 | 2026-05-08T07:41:58.968Z | Downloaded flume v0.11.1 |
| 830 | 2026-05-08T07:41:58.970Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-05-08T07:41:58.970Z | Downloaded elliptic-curve v0.13.8 |
| 832 | 2026-05-08T07:41:58.973Z | Downloaded litrs v1.0.0 |
| 833 | 2026-05-08T07:41:58.975Z | Downloaded parse-display v0.10.0 |
| 834 | 2026-05-08T07:41:58.975Z | Downloaded derive_more v2.1.1 |
| 835 | 2026-05-08T07:41:58.982Z | Downloaded pin-utils v0.1.0 |
| 836 | 2026-05-08T07:41:58.985Z | Downloaded memoffset v0.9.1 |
| 837 | 2026-05-08T07:41:58.985Z | Downloaded memmap2 v0.9.10 |
| 838 | 2026-05-08T07:41:58.988Z | Downloaded mime_guess v2.0.5 |
| 839 | 2026-05-08T07:41:58.988Z | Downloaded headers v0.4.1 |
| 840 | 2026-05-08T07:41:58.990Z | Downloaded indexmap v1.9.3 |
| 841 | 2026-05-08T07:41:58.993Z | Downloaded num_enum_derive v0.7.5 |
| 842 | 2026-05-08T07:41:58.995Z | Downloaded num-rational v0.4.2 |
| 843 | 2026-05-08T07:41:58.995Z | Downloaded base64 v0.21.7 |
| 844 | 2026-05-08T07:41:58.998Z | Downloaded phf_shared v0.12.1 |
| 845 | 2026-05-08T07:41:59.000Z | Downloaded peg-runtime v0.8.5 |
| 846 | 2026-05-08T07:41:59.000Z | Downloaded oxnet v0.1.5 |
| 847 | 2026-05-08T07:41:59.001Z | Downloaded powerfmt v0.2.0 |
| 848 | 2026-05-08T07:41:59.003Z | Downloaded derive_more-impl v2.1.1 |
| 849 | 2026-05-08T07:41:59.006Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-05-08T07:41:59.006Z | Downloaded predicates-tree v1.0.13 |
| 851 | 2026-05-08T07:41:59.006Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-05-08T07:41:59.008Z | Downloaded proc-macro-crate v3.4.0 |
| 853 | 2026-05-08T07:41:59.008Z | Downloaded darling_core v0.23.0 |
| 854 | 2026-05-08T07:41:59.011Z | Downloaded darling_core v0.21.3 |
| 855 | 2026-05-08T07:41:59.013Z | Downloaded lock_api v0.4.14 |
| 856 | 2026-05-08T07:41:59.016Z | Downloaded darling_core v0.20.11 |
| 857 | 2026-05-08T07:41:59.019Z | Downloaded phf_shared v0.13.1 |
| 858 | 2026-05-08T07:41:59.019Z | Downloaded phf_shared v0.11.3 |
| 859 | 2026-05-08T07:41:59.021Z | Downloaded path-slash v0.1.5 |
| 860 | 2026-05-08T07:41:59.021Z | Downloaded dropshot_endpoint v0.16.7 |
| 861 | 2026-05-08T07:41:59.024Z | Downloaded ingot-macros v0.1.1 |
| 862 | 2026-05-08T07:41:59.024Z | Downloaded num_enum v0.5.11 |
| 863 | 2026-05-08T07:41:59.026Z | Downloaded num-integer v0.1.46 |
| 864 | 2026-05-08T07:41:59.029Z | Downloaded parse-display-derive v0.10.0 |
| 865 | 2026-05-08T07:41:59.029Z | Downloaded progenitor-client v0.10.0 |
| 866 | 2026-05-08T07:41:59.029Z | Downloaded futures v0.3.32 |
| 867 | 2026-05-08T07:41:59.031Z | Downloaded progenitor-client v0.11.2 |
| 868 | 2026-05-08T07:41:59.034Z | Downloaded parking_lot_core v0.8.6 |
| 869 | 2026-05-08T07:41:59.034Z | Downloaded aes-gcm v0.10.3 |
| 870 | 2026-05-08T07:41:59.037Z | Downloaded openssl-probe v0.2.1 |
| 871 | 2026-05-08T07:41:59.039Z | Downloaded owo-colors v4.3.0 |
| 872 | 2026-05-08T07:41:59.039Z | Downloaded num-complex v0.4.6 |
| 873 | 2026-05-08T07:41:59.042Z | Downloaded progenitor-client v0.14.0 |
| 874 | 2026-05-08T07:41:59.042Z | Downloaded peg v0.8.5 |
| 875 | 2026-05-08T07:41:59.046Z | Downloaded password-hash v0.5.0 |
| 876 | 2026-05-08T07:41:59.046Z | Downloaded multimap v0.10.1 |
| 877 | 2026-05-08T07:41:59.046Z | Downloaded num_enum_derive v0.5.11 |
| 878 | 2026-05-08T07:41:59.046Z | Downloaded openssl-probe v0.1.6 |
| 879 | 2026-05-08T07:41:59.048Z | Downloaded progenitor-macro v0.11.2 |
| 880 | 2026-05-08T07:41:59.049Z | Downloaded openssl-macros v0.1.1 |
| 881 | 2026-05-08T07:41:59.049Z | Downloaded futures-channel v0.3.32 |
| 882 | 2026-05-08T07:41:59.051Z | Downloaded peg-macros v0.8.5 |
| 883 | 2026-05-08T07:41:59.051Z | Downloaded pem-rfc7468 v0.7.0 |
| 884 | 2026-05-08T07:41:59.053Z | Downloaded packed_struct v0.10.1 |
| 885 | 2026-05-08T07:41:59.053Z | Downloaded ignore v0.4.25 |
| 886 | 2026-05-08T07:41:59.056Z | Downloaded cc v1.2.56 |
| 887 | 2026-05-08T07:41:59.056Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 888 | 2026-05-08T07:41:59.059Z | Downloaded proc-macro-crate v1.3.1 |
| 889 | 2026-05-08T07:41:59.060Z | Downloaded bumpalo v3.20.2 |
| 890 | 2026-05-08T07:41:59.060Z | Downloaded pin-project-internal v1.1.11 |
| 891 | 2026-05-08T07:41:59.062Z | Downloaded httparse v1.10.1 |
| 892 | 2026-05-08T07:41:59.062Z | Downloaded hmac v0.12.1 |
| 893 | 2026-05-08T07:41:59.065Z | Downloaded darling v0.21.3 |
| 894 | 2026-05-08T07:41:59.068Z | Downloaded heapless v0.7.17 |
| 895 | 2026-05-08T07:41:59.073Z | Downloaded parking_lot v0.11.2 |
| 896 | 2026-05-08T07:41:59.076Z | Downloaded predicates v3.1.4 |
| 897 | 2026-05-08T07:41:59.078Z | Downloaded ppv-lite86 v0.2.21 |
| 898 | 2026-05-08T07:41:59.078Z | Downloaded rand_chacha v0.3.1 |
| 899 | 2026-05-08T07:41:59.081Z | Downloaded pem v3.0.6 |
| 900 | 2026-05-08T07:41:59.081Z | Downloaded password-hash v0.4.2 |
| 901 | 2026-05-08T07:41:59.081Z | Downloaded progenitor-macro v0.14.0 |
| 902 | 2026-05-08T07:41:59.084Z | Downloaded progenitor-macro v0.10.0 |
| 903 | 2026-05-08T07:41:59.084Z | Downloaded nu-ansi-term v0.50.3 |
| 904 | 2026-05-08T07:41:59.084Z | Downloaded progenitor-macro v0.13.0 |
| 905 | 2026-05-08T07:41:59.086Z | Downloaded recursive v0.1.1 |
| 906 | 2026-05-08T07:41:59.086Z | Downloaded rand_xorshift v0.4.0 |
| 907 | 2026-05-08T07:41:59.086Z | Downloaded quick-error v1.2.3 |
| 908 | 2026-05-08T07:41:59.089Z | Downloaded ref-cast-impl v1.0.25 |
| 909 | 2026-05-08T07:41:59.089Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 910 | 2026-05-08T07:41:59.091Z | Downloaded phf v0.12.1 |
| 911 | 2026-05-08T07:41:59.094Z | Downloaded parking_lot_core v0.9.12 |
| 912 | 2026-05-08T07:41:59.096Z | Downloaded flate2 v1.1.9 |
| 913 | 2026-05-08T07:41:59.099Z | Downloaded async-compression v0.4.41 |
| 914 | 2026-05-08T07:41:59.101Z | Downloaded phf v0.13.1 |
| 915 | 2026-05-08T07:41:59.104Z | Downloaded pin-project-lite v0.2.17 |
| 916 | 2026-05-08T07:41:59.106Z | Downloaded radium v0.7.0 |
| 917 | 2026-05-08T07:41:59.106Z | Downloaded progenitor v0.14.0 |
| 918 | 2026-05-08T07:41:59.109Z | Downloaded pkg-config v0.3.32 |
| 919 | 2026-05-08T07:41:59.109Z | Downloaded parking_lot v0.12.5 |
| 920 | 2026-05-08T07:41:59.112Z | Downloaded omicron-zone-package v0.12.2 |
| 921 | 2026-05-08T07:41:59.114Z | Downloaded expectorate v1.2.0 |
| 922 | 2026-05-08T07:41:59.114Z | Downloaded polyval v0.6.2 |
| 923 | 2026-05-08T07:41:59.119Z | Downloaded progenitor-extras v0.2.0 |
| 924 | 2026-05-08T07:41:59.122Z | Downloaded progenitor-client v0.13.0 |
| 925 | 2026-05-08T07:41:59.122Z | Downloaded paste v1.0.15 |
| 926 | 2026-05-08T07:41:59.124Z | Downloaded poly1305 v0.8.0 |
| 927 | 2026-05-08T07:41:59.127Z | Downloaded psm v0.1.30 |
| 928 | 2026-05-08T07:41:59.127Z | Downloaded oxide-tokio-rt v0.1.4 |
| 929 | 2026-05-08T07:41:59.129Z | Downloaded indicatif v0.18.4 |
| 930 | 2026-05-08T07:41:59.132Z | Downloaded postgres-protocol v0.6.10 |
| 931 | 2026-05-08T07:41:59.134Z | Downloaded ed25519-dalek v2.2.0 |
| 932 | 2026-05-08T07:41:59.137Z | Downloaded diesel_derives v2.3.7 |
| 933 | 2026-05-08T07:41:59.140Z | Downloaded russh-cryptovec v0.7.3 |
| 934 | 2026-05-08T07:41:59.142Z | Downloaded ref-cast v1.0.25 |
| 935 | 2026-05-08T07:41:59.142Z | Downloaded progenitor v0.11.2 |
| 936 | 2026-05-08T07:41:59.145Z | Downloaded primeorder v0.13.6 |
| 937 | 2026-05-08T07:41:59.145Z | Downloaded pkcs1 v0.7.5 |
| 938 | 2026-05-08T07:41:59.149Z | Downloaded rfc6979 v0.4.0 |
| 939 | 2026-05-08T07:41:59.154Z | Downloaded progenitor v0.10.0 |
| 940 | 2026-05-08T07:41:59.162Z | Downloaded heapless v0.8.0 |
| 941 | 2026-05-08T07:41:59.166Z | Downloaded rand_seeder v0.4.0 |
| 942 | 2026-05-08T07:41:59.166Z | Downloaded hickory-resolver v0.25.2 |
| 943 | 2026-05-08T07:41:59.171Z | Downloaded psl-types v2.0.11 |
| 944 | 2026-05-08T07:41:59.173Z | Downloaded libbz2-rs-sys v0.2.2 |
| 945 | 2026-05-08T07:41:59.176Z | Downloaded rustc-hash v2.1.1 |
| 946 | 2026-05-08T07:41:59.179Z | Downloaded aes v0.8.4 |
| 947 | 2026-05-08T07:41:59.182Z | Downloaded rustc_version v0.4.1 |
| 948 | 2026-05-08T07:41:59.184Z | Downloaded rustc_version v0.1.7 |
| 949 | 2026-05-08T07:41:59.184Z | Downloaded hickory-resolver v0.24.4 |
| 950 | 2026-05-08T07:41:59.187Z | Downloaded jiff-static v0.2.21 |
| 951 | 2026-05-08T07:41:59.189Z | Downloaded progenitor v0.13.0 |
| 952 | 2026-05-08T07:41:59.192Z | Downloaded dropshot-api-manager v0.7.1 |
| 953 | 2026-05-08T07:41:59.194Z | Downloaded same-file v1.0.6 |
| 954 | 2026-05-08T07:41:59.196Z | Downloaded salsa20 v0.10.2 |
| 955 | 2026-05-08T07:41:59.197Z | Downloaded r2d2 v0.8.10 |
| 956 | 2026-05-08T07:41:59.199Z | Downloaded pkcs8 v0.10.2 |
| 957 | 2026-05-08T07:41:59.199Z | Downloaded pkcs5 v0.7.1 |
| 958 | 2026-05-08T07:41:59.203Z | Downloaded rand_core v0.6.4 |
| 959 | 2026-05-08T07:41:59.205Z | Downloaded postgres-types v0.2.12 |
| 960 | 2026-05-08T07:41:59.208Z | Downloaded miniz_oxide v0.8.9 |
| 961 | 2026-05-08T07:41:59.208Z | Downloaded scheduled-thread-pool v0.2.7 |
| 962 | 2026-05-08T07:41:59.211Z | Downloaded oso v0.27.3 |
| 963 | 2026-05-08T07:41:59.214Z | Downloaded seq-macro v0.3.6 |
| 964 | 2026-05-08T07:41:59.214Z | Downloaded rand_core v0.10.0 |
| 965 | 2026-05-08T07:41:59.214Z | Downloaded rand_core v0.9.5 |
| 966 | 2026-05-08T07:41:59.217Z | Downloaded semver v0.1.20 |
| 967 | 2026-05-08T07:41:59.217Z | Downloaded rand_chacha v0.9.0 |
| 968 | 2026-05-08T07:41:59.219Z | Downloaded minimal-lexical v0.2.1 |
| 969 | 2026-05-08T07:41:59.221Z | Downloaded papergrid v0.17.0 |
| 970 | 2026-05-08T07:41:59.228Z | Downloaded scopeguard v1.2.0 |
| 971 | 2026-05-08T07:41:59.231Z | Downloaded sapling-renderdag v0.1.0 |
| 972 | 2026-05-08T07:41:59.231Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-05-08T07:41:59.233Z | Downloaded serde_repr v0.1.20 |
| 974 | 2026-05-08T07:41:59.233Z | Downloaded secrecy v0.10.3 |
| 975 | 2026-05-08T07:41:59.236Z | Downloaded scrypt v0.11.0 |
| 976 | 2026-05-08T07:41:59.236Z | Downloaded serde-big-array v0.5.1 |
| 977 | 2026-05-08T07:41:59.238Z | Downloaded proc-macro-error2 v2.0.1 |
| 978 | 2026-05-08T07:41:59.238Z | Downloaded hashbrown v0.13.2 |
| 979 | 2026-05-08T07:41:59.241Z | Downloaded scroll_derive v0.13.1 |
| 980 | 2026-05-08T07:41:59.244Z | Downloaded quinn-udp v0.5.14 |
| 981 | 2026-05-08T07:41:59.246Z | Downloaded postcard v1.1.3 |
| 982 | 2026-05-08T07:41:59.250Z | Downloaded rtoolbox v0.0.3 |
| 983 | 2026-05-08T07:41:59.253Z | Downloaded rustls-pemfile v1.0.4 |
| 984 | 2026-05-08T07:41:59.255Z | Downloaded serde_spanned v1.0.4 |
| 985 | 2026-05-08T07:41:59.258Z | Downloaded serde_plain v1.0.2 |
| 986 | 2026-05-08T07:41:59.258Z | Downloaded sha1 v0.10.6 |
| 987 | 2026-05-08T07:41:59.260Z | Downloaded shell-words v1.1.1 |
| 988 | 2026-05-08T07:41:59.260Z | Downloaded serde_bytes v0.11.19 |
| 989 | 2026-05-08T07:41:59.261Z | Downloaded signal-hook-mio v0.2.5 |
| 990 | 2026-05-08T07:41:59.263Z | Downloaded serde_urlencoded v0.7.1 |
| 991 | 2026-05-08T07:41:59.266Z | Downloaded rustversion v1.0.22 |
| 992 | 2026-05-08T07:41:59.269Z | Downloaded aho-corasick v1.1.4 |
| 993 | 2026-05-08T07:41:59.271Z | Downloaded rustls-native-certs v0.8.3 |
| 994 | 2026-05-08T07:41:59.275Z | Downloaded rusty-fork v0.3.1 |
| 995 | 2026-05-08T07:41:59.278Z | Downloaded rustls-pemfile v2.2.0 |
| 996 | 2026-05-08T07:41:59.278Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-05-08T07:41:59.278Z | Downloaded signal-hook-tokio v0.3.1 |
| 998 | 2026-05-08T07:41:59.281Z | Downloaded openssl-sys v0.9.114 |
| 999 | 2026-05-08T07:41:59.285Z | Downloaded p256 v0.13.2 |
| 1000 | 2026-05-08T07:41:59.289Z | Downloaded hyper-util v0.1.20 |
| 1001 | 2026-05-08T07:41:59.293Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-05-08T07:41:59.296Z | Downloaded siphasher v1.0.2 |
| 1003 | 2026-05-08T07:41:59.296Z | Downloaded secrecy v0.8.0 |
| 1004 | 2026-05-08T07:41:59.296Z | Downloaded scroll v0.13.0 |
| 1005 | 2026-05-08T07:41:59.298Z | Downloaded signature v2.2.0 |
| 1006 | 2026-05-08T07:41:59.298Z | Downloaded progenitor-impl v0.13.0 |
| 1007 | 2026-05-08T07:41:59.301Z | Downloaded progenitor-impl v0.11.2 |
| 1008 | 2026-05-08T07:41:59.303Z | Downloaded crossterm v0.28.1 |
| 1009 | 2026-05-08T07:41:59.306Z | Downloaded sec1 v0.7.3 |
| 1010 | 2026-05-08T07:41:59.309Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2026-05-08T07:41:59.313Z | Downloaded sct v0.7.1 |
| 1012 | 2026-05-08T07:41:59.315Z | Downloaded slog-envlogger v2.2.0 |
| 1013 | 2026-05-08T07:41:59.315Z | Downloaded serde-hex v0.1.0 |
| 1014 | 2026-05-08T07:41:59.316Z | Downloaded schemars_derive v0.8.22 |
| 1015 | 2026-05-08T07:41:59.321Z | Downloaded serde_path_to_error v0.1.20 |
| 1016 | 2026-05-08T07:41:59.328Z | Downloaded progenitor-impl v0.14.0 |
| 1017 | 2026-05-08T07:41:59.334Z | Downloaded http v1.4.0 |
| 1018 | 2026-05-08T07:41:59.337Z | Downloaded serde_derive_internals v0.29.1 |
| 1019 | 2026-05-08T07:41:59.339Z | Downloaded hickory-server v0.25.2 |
| 1020 | 2026-05-08T07:41:59.346Z | Downloaded simd-adler32 v0.3.8 |
| 1021 | 2026-05-08T07:41:59.349Z | Downloaded pin-project v1.1.11 |
| 1022 | 2026-05-08T07:41:59.355Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1023 | 2026-05-08T07:41:59.357Z | Downloaded signal-hook-registry v1.4.8 |
| 1024 | 2026-05-08T07:41:59.360Z | Downloaded ssh-encoding v0.2.0 |
| 1025 | 2026-05-08T07:41:59.363Z | Downloaded ssh-cipher v0.2.0 |
| 1026 | 2026-05-08T07:41:59.365Z | Downloaded sqlparser_derive v0.5.0 |
| 1027 | 2026-05-08T07:41:59.373Z | Downloaded progenitor-impl v0.10.0 |
| 1028 | 2026-05-08T07:41:59.377Z | Downloaded slog-dtrace v0.3.0 |
| 1029 | 2026-05-08T07:41:59.379Z | Downloaded ron v0.8.1 |
| 1030 | 2026-05-08T07:41:59.382Z | Downloaded sync_wrapper v1.0.2 |
| 1031 | 2026-05-08T07:41:59.384Z | Downloaded tap v1.0.1 |
| 1032 | 2026-05-08T07:41:59.384Z | Downloaded tabled_derive v0.11.0 |
| 1033 | 2026-05-08T07:41:59.384Z | Downloaded structmeta v0.3.0 |
| 1034 | 2026-05-08T07:41:59.387Z | Downloaded sync-ptr v0.1.4 |
| 1035 | 2026-05-08T07:41:59.387Z | Downloaded slab v0.4.12 |
| 1036 | 2026-05-08T07:41:59.387Z | Downloaded strum v0.27.2 |
| 1037 | 2026-05-08T07:41:59.389Z | Downloaded strum v0.26.3 |
| 1038 | 2026-05-08T07:41:59.389Z | Downloaded structmeta-derive v0.3.0 |
| 1039 | 2026-05-08T07:41:59.389Z | Downloaded shlex v1.3.0 |
| 1040 | 2026-05-08T07:41:59.392Z | Downloaded prettyplease v0.2.37 |
| 1041 | 2026-05-08T07:41:59.398Z | Downloaded slog-json v2.6.1 |
| 1042 | 2026-05-08T07:41:59.401Z | Downloaded smallvec v0.6.14 |
| 1043 | 2026-05-08T07:41:59.404Z | Downloaded slog-stdlog v4.1.1 |
| 1044 | 2026-05-08T07:41:59.404Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-05-08T07:41:59.404Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-08T07:41:59.406Z | Downloaded serde_cbor v0.11.2 |
| 1047 | 2026-05-08T07:41:59.406Z | Downloaded slog-bunyan v2.5.0 |
| 1048 | 2026-05-08T07:41:59.409Z | Downloaded time-core v0.1.8 |
| 1049 | 2026-05-08T07:41:59.409Z | Downloaded termtree v0.5.1 |
| 1050 | 2026-05-08T07:41:59.411Z | Downloaded tagptr v0.2.0 |
| 1051 | 2026-05-08T07:41:59.411Z | Downloaded take_mut v0.2.2 |
| 1052 | 2026-05-08T07:41:59.411Z | Downloaded supports-color v3.0.2 |
| 1053 | 2026-05-08T07:41:59.414Z | Downloaded subtle v2.6.1 |
| 1054 | 2026-05-08T07:41:59.414Z | Downloaded hashbrown v0.16.1 |
| 1055 | 2026-05-08T07:41:59.417Z | Downloaded itertools v0.10.5 |
| 1056 | 2026-05-08T07:41:59.421Z | Downloaded hashbrown v0.12.3 |
| 1057 | 2026-05-08T07:41:59.424Z | Downloaded pretty_assertions v1.4.1 |
| 1058 | 2026-05-08T07:41:59.426Z | Downloaded smf v0.2.3 |
| 1059 | 2026-05-08T07:41:59.426Z | Downloaded serde_with_macros v3.17.0 |
| 1060 | 2026-05-08T07:41:59.429Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1061 | 2026-05-08T07:41:59.432Z | Downloaded tabwriter v1.4.1 |
| 1062 | 2026-05-08T07:41:59.432Z | Downloaded rustls-pki-types v1.14.0 |
| 1063 | 2026-05-08T07:41:59.441Z | Downloaded spki v0.7.3 |
| 1064 | 2026-05-08T07:41:59.441Z | Downloaded static_assertions v1.1.0 |
| 1065 | 2026-05-08T07:41:59.442Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-05-08T07:41:59.442Z | Downloaded slog-async v2.8.0 |
| 1067 | 2026-05-08T07:41:59.445Z | Downloaded ryu v1.0.23 |
| 1068 | 2026-05-08T07:41:59.452Z | Downloaded thread-id v5.1.0 |
| 1069 | 2026-05-08T07:41:59.454Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1070 | 2026-05-08T07:41:59.454Z | Downloaded testing_table v0.3.0 |
| 1071 | 2026-05-08T07:41:59.454Z | Downloaded num-bigint v0.4.6 |
| 1072 | 2026-05-08T07:41:59.458Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2026-05-08T07:41:59.460Z | Downloaded strum_macros v0.24.3 |
| 1074 | 2026-05-08T07:41:59.465Z | Downloaded stacker v0.1.23 |
| 1075 | 2026-05-08T07:41:59.467Z | Downloaded schemars v0.8.22 |
| 1076 | 2026-05-08T07:41:59.473Z | Downloaded rayon-core v1.13.0 |
| 1077 | 2026-05-08T07:41:59.476Z | Downloaded stringprep v0.1.5 |
| 1078 | 2026-05-08T07:41:59.478Z | Downloaded rcgen v0.12.1 |
| 1079 | 2026-05-08T07:41:59.481Z | Downloaded crossterm v0.29.0 |
| 1080 | 2026-05-08T07:41:59.483Z | Downloaded strum_macros v0.26.4 |
| 1081 | 2026-05-08T07:41:59.486Z | Downloaded thiserror-no-std v2.0.2 |
| 1082 | 2026-05-08T07:41:59.488Z | Downloaded termios v0.3.3 |
| 1083 | 2026-05-08T07:41:59.491Z | Downloaded topological-sort v0.2.2 |
| 1084 | 2026-05-08T07:41:59.491Z | Downloaded support-bundle-viewer v0.1.2 |
| 1085 | 2026-05-08T07:41:59.491Z | Downloaded strum_macros v0.27.2 |
| 1086 | 2026-05-08T07:41:59.493Z | Downloaded slog-term v2.9.2 |
| 1087 | 2026-05-08T07:41:59.496Z | Downloaded mio v1.2.0 |
| 1088 | 2026-05-08T07:41:59.499Z | Downloaded iddqd v0.3.18 |
| 1089 | 2026-05-08T07:41:59.503Z | Downloaded tls_codec_derive v0.4.2 |
| 1090 | 2026-05-08T07:41:59.505Z | Downloaded rand v0.8.5 |
| 1091 | 2026-05-08T07:41:59.508Z | Downloaded qorb v0.4.1 |
| 1092 | 2026-05-08T07:41:59.512Z | Downloaded tiny-keccak v2.0.2 |
| 1093 | 2026-05-08T07:41:59.514Z | Downloaded libxml v0.3.3 |
| 1094 | 2026-05-08T07:41:59.517Z | Downloaded hashbrown v0.15.5 |
| 1095 | 2026-05-08T07:41:59.521Z | Downloaded tokio-native-tls v0.3.1 |
| 1096 | 2026-05-08T07:41:59.525Z | Downloaded quinn v0.11.9 |
| 1097 | 2026-05-08T07:41:59.525Z | Downloaded itertools v0.13.0 |
| 1098 | 2026-05-08T07:41:59.528Z | Downloaded iri-string v0.7.10 |
| 1099 | 2026-05-08T07:41:59.533Z | Downloaded sqlformat v0.3.5 |
| 1100 | 2026-05-08T07:41:59.536Z | Downloaded spin v0.9.8 |
| 1101 | 2026-05-08T07:41:59.536Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-05-08T07:41:59.538Z | Downloaded typify-macro v0.6.2 |
| 1103 | 2026-05-08T07:41:59.538Z | Downloaded typify-macro v0.4.3 |
| 1104 | 2026-05-08T07:41:59.538Z | Downloaded tower-service v0.3.3 |
| 1105 | 2026-05-08T07:41:59.540Z | Downloaded futures-util v0.3.32 |
| 1106 | 2026-05-08T07:41:59.545Z | Downloaded try-lock v0.2.5 |
| 1107 | 2026-05-08T07:41:59.548Z | Downloaded tls_codec v0.4.2 |
| 1108 | 2026-05-08T07:41:59.548Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-05-08T07:41:59.550Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-05-08T07:41:59.550Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1111 | 2026-05-08T07:41:59.550Z | Downloaded untrusted v0.7.1 |
| 1112 | 2026-05-08T07:41:59.553Z | Downloaded term v0.7.0 |
| 1113 | 2026-05-08T07:41:59.553Z | Downloaded usdt-macro v0.6.0 |
| 1114 | 2026-05-08T07:41:59.555Z | Downloaded string_cache v0.8.9 |
| 1115 | 2026-05-08T07:41:59.555Z | Downloaded tokio-dtrace v0.1.1 |
| 1116 | 2026-05-08T07:41:59.555Z | Downloaded signal-hook v0.3.18 |
| 1117 | 2026-05-08T07:41:59.558Z | Downloaded num-bigint-dig v0.8.6 |
| 1118 | 2026-05-08T07:41:59.561Z | Downloaded trait-variant v0.1.2 |
| 1119 | 2026-05-08T07:41:59.561Z | Downloaded tower-layer v0.3.3 |
| 1120 | 2026-05-08T07:41:59.563Z | Downloaded thread_local v1.1.9 |
| 1121 | 2026-05-08T07:41:59.563Z | Downloaded similar v2.7.0 |
| 1122 | 2026-05-08T07:41:59.566Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1123 | 2026-05-08T07:41:59.569Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1124 | 2026-05-08T07:41:59.571Z | Downloaded time-macros v0.2.27 |
| 1125 | 2026-05-08T07:41:59.571Z | Downloaded socket2 v0.5.10 |
| 1126 | 2026-05-08T07:41:59.576Z | Downloaded utf-8 v0.7.6 |
| 1127 | 2026-05-08T07:41:59.578Z | Downloaded slog v2.8.2 |
| 1128 | 2026-05-08T07:41:59.581Z | Downloaded tokio-tungstenite v0.23.1 |
| 1129 | 2026-05-08T07:41:59.583Z | Downloaded tokio-tungstenite v0.21.0 |
| 1130 | 2026-05-08T07:41:59.586Z | Downloaded universal-hash v0.5.1 |
| 1131 | 2026-05-08T07:41:59.586Z | Downloaded rand v0.9.2 |
| 1132 | 2026-05-08T07:41:59.589Z | Downloaded nom v7.1.3 |
| 1133 | 2026-05-08T07:41:59.592Z | Downloaded rustls-webpki v0.103.9 |
| 1134 | 2026-05-08T07:41:59.595Z | Downloaded rsa v0.9.10 |
| 1135 | 2026-05-08T07:41:59.598Z | Downloaded publicsuffix v2.3.0 |
| 1136 | 2026-05-08T07:41:59.600Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1137 | 2026-05-08T07:41:59.600Z | Downloaded term v1.2.1 |
| 1138 | 2026-05-08T07:41:59.604Z | Downloaded usdt v0.6.0 |
| 1139 | 2026-05-08T07:41:59.607Z | Downloaded usdt-attr-macro v0.6.0 |
| 1140 | 2026-05-08T07:41:59.607Z | Downloaded hkdf v0.12.4 |
| 1141 | 2026-05-08T07:41:59.610Z | Downloaded itertools v0.14.0 |
| 1142 | 2026-05-08T07:41:59.614Z | Downloaded tokio-rustls v0.25.0 |
| 1143 | 2026-05-08T07:41:59.616Z | Downloaded hyper v1.8.1 |
| 1144 | 2026-05-08T07:41:59.621Z | Downloaded xattr v1.6.1 |
| 1145 | 2026-05-08T07:41:59.625Z | Downloaded schemars v1.2.1 |
| 1146 | 2026-05-08T07:41:59.633Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-05-08T07:41:59.636Z | Downloaded wait-timeout v0.2.1 |
| 1148 | 2026-05-08T07:41:59.636Z | Downloaded void v1.0.2 |
| 1149 | 2026-05-08T07:41:59.636Z | Downloaded untrusted v0.9.0 |
| 1150 | 2026-05-08T07:41:59.640Z | Downloaded tui-tree-widget v0.23.1 |
| 1151 | 2026-05-08T07:41:59.642Z | Downloaded samael v0.0.19 |
| 1152 | 2026-05-08T07:41:59.645Z | Downloaded tokio-rustls v0.26.4 |
| 1153 | 2026-05-08T07:41:59.648Z | Downloaded tokio-rustls v0.24.1 |
| 1154 | 2026-05-08T07:41:59.648Z | Downloaded socket2 v0.6.3 |
| 1155 | 2026-05-08T07:41:59.651Z | Downloaded unicase v2.9.0 |
| 1156 | 2026-05-08T07:41:59.654Z | Downloaded usdt-impl v0.6.0 |
| 1157 | 2026-05-08T07:41:59.654Z | Downloaded zeroize_derive v1.4.3 |
| 1158 | 2026-05-08T07:41:59.660Z | Downloaded zone_cfg_derive v0.3.1 |
| 1159 | 2026-05-08T07:41:59.662Z | Downloaded zone v0.3.1 |
| 1160 | 2026-05-08T07:41:59.662Z | Downloaded subprocess v0.2.15 |
| 1161 | 2026-05-08T07:41:59.665Z | Downloaded tracing-attributes v0.1.31 |
| 1162 | 2026-05-08T07:41:59.667Z | Downloaded tokio-stream v0.1.18 |
| 1163 | 2026-05-08T07:41:59.670Z | Downloaded p521 v0.13.3 |
| 1164 | 2026-05-08T07:41:59.672Z | Downloaded xshell-macros v0.2.7 |
| 1165 | 2026-05-08T07:41:59.675Z | Downloaded vergen-git2 v1.0.7 |
| 1166 | 2026-05-08T07:41:59.678Z | Downloaded vsss-rs v3.3.4 |
| 1167 | 2026-05-08T07:41:59.680Z | Downloaded snafu v0.8.9 |
| 1168 | 2026-05-08T07:41:59.683Z | Downloaded itertools v0.12.1 |
| 1169 | 2026-05-08T07:41:59.686Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1170 | 2026-05-08T07:41:59.689Z | Downloaded h2 v0.4.13 |
| 1171 | 2026-05-08T07:41:59.692Z | Downloaded vergen-lib v0.1.6 |
| 1172 | 2026-05-08T07:41:59.697Z | Downloaded whoami v2.1.0 |
| 1173 | 2026-05-08T07:41:59.703Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1174 | 2026-05-08T07:41:59.705Z | Downloaded tar v0.4.45 |
| 1175 | 2026-05-08T07:41:59.708Z | Downloaded xshell v0.2.7 |
| 1176 | 2026-05-08T07:41:59.710Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-05-08T07:41:59.710Z | Downloaded test-strategy v0.4.5 |
| 1178 | 2026-05-08T07:41:59.715Z | Downloaded want v0.3.1 |
| 1179 | 2026-05-08T07:41:59.718Z | Downloaded walkdir v2.5.0 |
| 1180 | 2026-05-08T07:41:59.721Z | Downloaded tinyvec v1.10.0 |
| 1181 | 2026-05-08T07:41:59.724Z | Downloaded russh v0.45.0 |
| 1182 | 2026-05-08T07:41:59.730Z | Downloaded twox-hash v2.1.2 |
| 1183 | 2026-05-08T07:41:59.732Z | Downloaded bitvec v1.0.1 |
| 1184 | 2026-05-08T07:41:59.739Z | Downloaded wyz v0.5.1 |
| 1185 | 2026-05-08T07:41:59.742Z | Downloaded unicode-properties v0.1.4 |
| 1186 | 2026-05-08T07:41:59.742Z | Downloaded schemars v0.9.0 |
| 1187 | 2026-05-08T07:41:59.748Z | Downloaded toml v0.7.8 |
| 1188 | 2026-05-08T07:41:59.751Z | Downloaded rand v0.10.0 |
| 1189 | 2026-05-08T07:41:59.763Z | Downloaded typify v0.4.3 |
| 1190 | 2026-05-08T07:41:59.766Z | Downloaded vergen v9.0.6 |
| 1191 | 2026-05-08T07:41:59.768Z | Downloaded typify v0.6.2 |
| 1192 | 2026-05-08T07:41:59.772Z | Downloaded zstd v0.13.3 |
| 1193 | 2026-05-08T07:41:59.772Z | Downloaded uzers v0.12.2 |
| 1194 | 2026-05-08T07:41:59.778Z | Downloaded libm v0.2.16 |
| 1195 | 2026-05-08T07:41:59.783Z | Downloaded yasna v0.5.2 |
| 1196 | 2026-05-08T07:41:59.786Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1197 | 2026-05-08T07:41:59.788Z | Downloaded blake3 v1.8.3 |
| 1198 | 2026-05-08T07:41:59.792Z | Downloaded whoami v1.6.1 |
| 1199 | 2026-05-08T07:41:59.794Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-05-08T07:41:59.797Z | Downloaded rpassword v7.4.0 |
| 1201 | 2026-05-08T07:41:59.799Z | Downloaded tungstenite v0.21.0 |
| 1202 | 2026-05-08T07:41:59.806Z | Downloaded tungstenite v0.23.0 |
| 1203 | 2026-05-08T07:41:59.817Z | Downloaded unsafe-libyaml v0.2.11 |
| 1204 | 2026-05-08T07:41:59.819Z | Downloaded steno v0.4.1 |
| 1205 | 2026-05-08T07:41:59.822Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-05-08T07:41:59.825Z | Downloaded uuid v1.23.0 |
| 1207 | 2026-05-08T07:41:59.825Z | Downloaded zeroize v1.8.2 |
| 1208 | 2026-05-08T07:41:59.832Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-05-08T07:41:59.838Z | Downloaded zstd-safe v7.2.4 |
| 1210 | 2026-05-08T07:41:59.849Z | Downloaded git2 v0.20.4 |
| 1211 | 2026-05-08T07:41:59.854Z | Downloaded vte v0.14.1 |
| 1212 | 2026-05-08T07:41:59.856Z | Downloaded rustyline v14.0.0 |
| 1213 | 2026-05-08T07:41:59.859Z | Downloaded aws-lc-rs v1.16.0 |
| 1214 | 2026-05-08T07:41:59.869Z | Downloaded tokio-postgres v0.7.16 |
| 1215 | 2026-05-08T07:41:59.872Z | Downloaded zopfli v0.8.3 |
| 1216 | 2026-05-08T07:41:59.885Z | Downloaded ssh-key v0.6.7 |
| 1217 | 2026-05-08T07:41:59.889Z | Downloaded toml_edit v0.19.15 |
| 1218 | 2026-05-08T07:41:59.899Z | Downloaded regex v1.12.3 |
| 1219 | 2026-05-08T07:41:59.914Z | Downloaded chrono v0.4.44 |
| 1220 | 2026-05-08T07:41:59.928Z | Downloaded unicode_categories v0.1.1 |
| 1221 | 2026-05-08T07:41:59.931Z | Downloaded unicode-bidi v0.3.18 |
| 1222 | 2026-05-08T07:41:59.931Z | Downloaded yansi v1.0.1 |
| 1223 | 2026-05-08T07:41:59.935Z | Downloaded bindgen v0.71.1 |
| 1224 | 2026-05-08T07:41:59.939Z | Downloaded zip v0.6.6 |
| 1225 | 2026-05-08T07:41:59.942Z | Downloaded portable-atomic v1.13.1 |
| 1226 | 2026-05-08T07:41:59.967Z | Downloaded unicode-segmentation v1.12.0 |
| 1227 | 2026-05-08T07:41:59.971Z | Downloaded goblin v0.10.5 |
| 1228 | 2026-05-08T07:41:59.975Z | Downloaded reedline v0.40.0 |
| 1229 | 2026-05-08T07:41:59.979Z | Downloaded lalrpop v0.19.12 |
| 1230 | 2026-05-08T07:41:59.985Z | Downloaded tower v0.5.3 |
| 1231 | 2026-05-08T07:41:59.990Z | Downloaded p384 v0.13.1 |
| 1232 | 2026-05-08T07:41:59.993Z | Downloaded rustls-webpki v0.101.7 |
| 1233 | 2026-05-08T07:42:00.002Z | Downloaded x509-cert v0.2.5 |
| 1234 | 2026-05-08T07:42:00.005Z | Downloaded curve25519-dalek v4.1.3 |
| 1235 | 2026-05-08T07:42:00.011Z | Downloaded salty v0.3.0 |
| 1236 | 2026-05-08T07:42:00.014Z | Downloaded reqwest v0.12.28 |
| 1237 | 2026-05-08T07:42:00.017Z | Downloaded typed-path v0.9.3 |
| 1238 | 2026-05-08T07:42:00.021Z | Downloaded reqwest v0.13.2 |
| 1239 | 2026-05-08T07:42:00.024Z | Downloaded rayon v1.11.0 |
| 1240 | 2026-05-08T07:42:00.031Z | Downloaded zerocopy-derive v0.8.40 |
| 1241 | 2026-05-08T07:42:00.036Z | Downloaded quick-xml v0.37.5 |
| 1242 | 2026-05-08T07:42:00.040Z | Downloaded moka v0.12.13 |
| 1243 | 2026-05-08T07:42:00.053Z | Downloaded unicode-normalization v0.1.25 |
| 1244 | 2026-05-08T07:42:00.060Z | Downloaded serde_with v3.17.0 |
| 1245 | 2026-05-08T07:42:00.067Z | Downloaded tough v0.20.0 |
| 1246 | 2026-05-08T07:42:00.075Z | Downloaded petname v2.0.2 |
| 1247 | 2026-05-08T07:42:00.079Z | Downloaded tower-http v0.6.8 |
| 1248 | 2026-05-08T07:42:00.083Z | Downloaded rustls-webpki v0.102.8 |
| 1249 | 2026-05-08T07:42:00.093Z | Downloaded zip v4.6.1 |
| 1250 | 2026-05-08T07:42:00.096Z | Downloaded proptest v1.10.0 |
| 1251 | 2026-05-08T07:42:00.103Z | Downloaded nix v0.27.1 |
| 1252 | 2026-05-08T07:42:00.119Z | Downloaded tokio-util v0.7.18 |
| 1253 | 2026-05-08T07:42:00.123Z | Downloaded object v0.30.4 |
| 1254 | 2026-05-08T07:42:00.139Z | Downloaded quinn-proto v0.11.13 |
| 1255 | 2026-05-08T07:42:00.144Z | Downloaded radix_trie v0.2.1 |
| 1256 | 2026-05-08T07:42:00.163Z | Downloaded polar-core v0.27.3 |
| 1257 | 2026-05-08T07:42:00.189Z | Downloaded openssl v0.10.78 |
| 1258 | 2026-05-08T07:42:00.194Z | Downloaded winnow v0.5.40 |
| 1259 | 2026-05-08T07:42:00.202Z | Downloaded nix v0.28.0 |
| 1260 | 2026-05-08T07:42:00.208Z | Downloaded winnow v0.6.26 |
| 1261 | 2026-05-08T07:42:00.228Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-05-08T07:42:00.237Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-05-08T07:42:00.244Z | Downloaded dropshot v0.16.7 |
| 1264 | 2026-05-08T07:42:00.255Z | Downloaded time v0.3.47 |
| 1265 | 2026-05-08T07:42:00.262Z | Downloaded nix v0.29.0 |
| 1266 | 2026-05-08T07:42:00.268Z | Downloaded vcpkg v0.2.15 |
| 1267 | 2026-05-08T07:42:00.290Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-05-08T07:42:00.293Z | Downloaded regex-syntax v0.6.29 |
| 1269 | 2026-05-08T07:42:00.296Z | Downloaded rustls v0.21.12 |
| 1270 | 2026-05-08T07:42:00.303Z | Downloaded hickory-proto v0.24.4 |
| 1271 | 2026-05-08T07:42:00.311Z | Downloaded dropshot v0.17.0 |
| 1272 | 2026-05-08T07:42:00.324Z | Downloaded bstr v1.12.1 |
| 1273 | 2026-05-08T07:42:00.328Z | Downloaded webpki-roots v1.0.6 |
| 1274 | 2026-05-08T07:42:00.331Z | Downloaded diesel v2.3.7 |
| 1275 | 2026-05-08T07:42:00.342Z | Downloaded regress v0.11.1 |
| 1276 | 2026-05-08T07:42:00.347Z | Downloaded openapiv3 v2.2.0 |
| 1277 | 2026-05-08T07:42:00.354Z | Downloaded object v0.37.3 |
| 1278 | 2026-05-08T07:42:00.360Z | Downloaded rustls v0.22.4 |
| 1279 | 2026-05-08T07:42:00.367Z | Downloaded zerocopy v0.8.40 |
| 1280 | 2026-05-08T07:42:00.373Z | Downloaded regress v0.10.5 |
| 1281 | 2026-05-08T07:42:00.377Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-05-08T07:42:00.384Z | Downloaded hickory-proto v0.25.2 |
| 1283 | 2026-05-08T07:42:00.393Z | Downloaded rustls v0.23.37 |
| 1284 | 2026-05-08T07:42:00.399Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-05-08T07:42:00.404Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-05-08T07:42:00.416Z | Downloaded nix v0.31.2 |
| 1287 | 2026-05-08T07:42:00.433Z | Downloaded sqlparser v0.61.0 |
| 1288 | 2026-05-08T07:42:00.443Z | Downloaded sled v0.34.7 |
| 1289 | 2026-05-08T07:42:00.461Z | Downloaded typify-impl v0.6.2 |
| 1290 | 2026-05-08T07:42:00.487Z | Downloaded typify-impl v0.4.3 |
| 1291 | 2026-05-08T07:42:00.507Z | Downloaded ratatui v0.29.0 |
| 1292 | 2026-05-08T07:42:00.518Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-05-08T07:42:00.530Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1294 | 2026-05-08T07:42:00.548Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-05-08T07:42:00.563Z | Downloaded zerocopy-derive v0.6.6 |
| 1296 | 2026-05-08T07:42:00.577Z | Downloaded csv v1.4.0 |
| 1297 | 2026-05-08T07:42:00.598Z | Downloaded jiff v0.2.21 |
| 1298 | 2026-05-08T07:42:00.609Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-05-08T07:42:00.620Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-05-08T07:42:00.632Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-05-08T07:42:00.642Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-05-08T07:42:00.655Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-05-08T07:42:00.673Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-05-08T07:42:00.676Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-08T07:42:00.762Z | Downloaded encoding_rs v0.8.35 |
| 1306 | 2026-05-08T07:42:00.788Z | Downloaded ring v0.17.14 |
| 1307 | 2026-05-08T07:42:00.824Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1308 | 2026-05-08T07:42:01.317Z | Downloaded aws-lc-sys v0.37.1 |
| 1309 | 2026-05-08T07:42:01.571Z | Compiling libc v0.2.185 |
| 1310 | 2026-05-08T07:42:01.571Z | Compiling serde v1.0.228 |
| 1311 | 2026-05-08T07:42:01.575Z | Compiling find-msvc-tools v0.1.9 |
| 1312 | 2026-05-08T07:42:01.575Z | Compiling shlex v1.3.0 |
| 1313 | 2026-05-08T07:42:01.711Z | Compiling log v0.4.29 |
| 1314 | 2026-05-08T07:42:01.725Z | Compiling smallvec v1.15.1 |
| 1315 | 2026-05-08T07:42:01.744Z | Compiling syn v2.0.117 |
| 1316 | 2026-05-08T07:42:01.766Z | Compiling typenum v1.19.0 |
| 1317 | 2026-05-08T07:42:01.925Z | Compiling generic-array v0.14.7 |
| 1318 | 2026-05-08T07:42:01.938Z | Compiling subtle v2.6.1 |
| 1319 | 2026-05-08T07:42:01.957Z | Compiling scopeguard v1.2.0 |
| 1320 | 2026-05-08T07:42:01.987Z | Compiling const-oid v0.9.6 |
| 1321 | 2026-05-08T07:42:02.044Z | Compiling lock_api v0.4.14 |
| 1322 | 2026-05-08T07:42:02.063Z | Compiling portable-atomic v1.13.1 |
| 1323 | 2026-05-08T07:42:02.117Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-05-08T07:42:02.169Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-05-08T07:42:02.276Z | Compiling critical-section v1.2.0 |
| 1326 | 2026-05-08T07:42:02.379Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-05-08T07:42:02.392Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-05-08T07:42:02.580Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-05-08T07:42:02.615Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-05-08T07:42:02.642Z | Compiling errno v0.3.14 |
| 1331 | 2026-05-08T07:42:02.719Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-05-08T07:42:02.768Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-08T07:42:02.813Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-05-08T07:42:02.991Z | Compiling cc v1.2.56 |
| 1335 | 2026-05-08T07:42:03.006Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-05-08T07:42:03.081Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-05-08T07:42:03.093Z | Compiling libm v0.2.16 |
| 1338 | 2026-05-08T07:42:03.093Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-08T07:42:03.216Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-08T07:42:03.338Z | Compiling num-traits v0.2.19 |
| 1341 | 2026-05-08T07:42:03.350Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-08T07:42:03.498Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-05-08T07:42:03.513Z | Compiling socket2 v0.6.3 |
| 1344 | 2026-05-08T07:42:03.688Z | Compiling cpufeatures v0.2.17 |
| 1345 | 2026-05-08T07:42:03.703Z | Compiling futures-sink v0.3.32 |
| 1346 | 2026-05-08T07:42:03.703Z | Compiling futures-task v0.3.32 |
| 1347 | 2026-05-08T07:42:03.727Z | Compiling futures-io v0.3.32 |
| 1348 | 2026-05-08T07:42:03.763Z | Compiling slab v0.4.12 |
| 1349 | 2026-05-08T07:42:03.803Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-05-08T07:42:03.877Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-05-08T07:42:03.891Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-05-08T07:42:03.922Z | Compiling getrandom v0.3.4 |
| 1353 | 2026-05-08T07:42:03.941Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-05-08T07:42:04.029Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-05-08T07:42:04.054Z | Compiling cmake v0.1.57 |
| 1356 | 2026-05-08T07:42:04.534Z | Compiling form_urlencoded v1.2.2 |
| 1357 | 2026-05-08T07:42:04.554Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-05-08T07:42:04.604Z | Compiling synstructure v0.13.2 |
| 1359 | 2026-05-08T07:42:04.696Z | Compiling dunce v1.0.5 |
| 1360 | 2026-05-08T07:42:04.709Z | Compiling base64ct v1.8.3 |
| 1361 | 2026-05-08T07:42:04.795Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-05-08T07:42:04.837Z | Compiling aws-lc-sys v0.37.1 |
| 1363 | 2026-05-08T07:42:04.878Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-08T07:42:04.893Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-05-08T07:42:04.925Z | Compiling rustix v1.1.3 |
| 1366 | 2026-05-08T07:42:05.006Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-05-08T07:42:05.021Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-05-08T07:42:05.107Z | Compiling ring v0.17.14 |
| 1369 | 2026-05-08T07:42:05.171Z | Compiling uuid v1.23.0 |
| 1370 | 2026-05-08T07:42:05.218Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-05-08T07:42:05.234Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-05-08T07:42:05.316Z | Compiling vcpkg v0.2.15 |
| 1373 | 2026-05-08T07:42:05.496Z | Compiling aws-lc-rs v1.16.0 |
| 1374 | 2026-05-08T07:42:05.782Z | Compiling tracing-core v0.1.36 |
| 1375 | 2026-05-08T07:42:05.879Z | Compiling pest_generator v2.8.6 |
| 1376 | 2026-05-08T07:42:06.061Z | Compiling openssl-sys v0.9.114 |
| 1377 | 2026-05-08T07:42:06.331Z | Compiling serde_derive_internals v0.29.1 |
| 1378 | 2026-05-08T07:42:06.346Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-05-08T07:42:06.601Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-05-08T07:42:06.604Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-05-08T07:42:06.728Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-05-08T07:42:07.248Z | Compiling zeroize v1.8.2 |
| 1383 | 2026-05-08T07:42:07.274Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-05-08T07:42:07.626Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-05-08T07:42:07.897Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-05-08T07:42:07.999Z | Compiling crypto-common v0.1.7 |
| 1387 | 2026-05-08T07:42:08.013Z | Compiling zerofrom v0.1.6 |
| 1388 | 2026-05-08T07:42:08.132Z | Compiling yoke v0.8.1 |
| 1389 | 2026-05-08T07:42:08.153Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-05-08T07:42:08.310Z | Compiling digest v0.10.7 |
| 1391 | 2026-05-08T07:42:08.311Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-05-08T07:42:08.550Z | Compiling hmac v0.12.1 |
| 1393 | 2026-05-08T07:42:08.614Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-05-08T07:42:08.703Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-08T07:42:08.719Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-08T07:42:08.904Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-05-08T07:42:09.023Z | Compiling inout v0.1.4 |
| 1398 | 2026-05-08T07:42:09.057Z | Compiling sha2 v0.10.9 |
| 1399 | 2026-05-08T07:42:09.188Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-08T07:42:09.210Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-08T07:42:09.368Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-05-08T07:42:09.383Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-08T07:42:09.484Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-05-08T07:42:09.764Z | Compiling bytes v1.11.1 |
| 1405 | 2026-05-08T07:42:09.809Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-08T07:42:09.847Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-05-08T07:42:10.082Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-05-08T07:42:10.242Z | Compiling tokio v1.52.1 |
| 1409 | 2026-05-08T07:42:10.369Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-05-08T07:42:10.372Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-08T07:42:10.436Z | Compiling http v1.4.0 |
| 1412 | 2026-05-08T07:42:10.787Z | Compiling der v0.7.10 |
| 1413 | 2026-05-08T07:42:10.889Z | Compiling salsa20 v0.10.2 |
| 1414 | 2026-05-08T07:42:11.026Z | Compiling chrono v0.4.44 |
| 1415 | 2026-05-08T07:42:11.307Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-05-08T07:42:11.450Z | Compiling idna v1.1.0 |
| 1417 | 2026-05-08T07:42:11.486Z | Compiling ppv-lite86 v0.2.21 |
| 1418 | 2026-05-08T07:42:11.653Z | Compiling spki v0.7.3 |
| 1419 | 2026-05-08T07:42:11.716Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-08T07:42:11.806Z | Compiling url v2.5.8 |
| 1421 | 2026-05-08T07:42:11.833Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-05-08T07:42:11.856Z | Compiling scrypt v0.11.0 |
| 1423 | 2026-05-08T07:42:12.022Z | Compiling rand_chacha v0.9.0 |
| 1424 | 2026-05-08T07:42:12.099Z | Compiling aes v0.8.4 |
| 1425 | 2026-05-08T07:42:12.113Z | Compiling cbc v0.1.2 |
| 1426 | 2026-05-08T07:42:12.260Z | Compiling rustls-pki-types v1.14.0 |
| 1427 | 2026-05-08T07:42:12.450Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-05-08T07:42:12.601Z | Compiling pkcs5 v0.7.1 |
| 1429 | 2026-05-08T07:42:12.710Z | Compiling rand v0.9.2 |
| 1430 | 2026-05-08T07:42:12.713Z | Compiling http-body v1.0.1 |
| 1431 | 2026-05-08T07:42:12.931Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-05-08T07:42:13.068Z | Compiling base64 v0.22.1 |
| 1433 | 2026-05-08T07:42:13.107Z | Compiling schemars v0.8.22 |
| 1434 | 2026-05-08T07:42:13.140Z | Compiling httparse v1.10.1 |
| 1435 | 2026-05-08T07:42:13.153Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-05-08T07:42:13.254Z | Compiling untrusted v0.9.0 |
| 1437 | 2026-05-08T07:42:13.296Z | Compiling untrusted v0.7.1 |
| 1438 | 2026-05-08T07:42:13.406Z | Compiling pkcs8 v0.10.2 |
| 1439 | 2026-05-08T07:42:13.421Z | Compiling schemars_derive v0.8.22 |
| 1440 | 2026-05-08T07:42:13.479Z | Compiling pest_derive v2.8.6 |
| 1441 | 2026-05-08T07:42:13.510Z | Compiling scroll_derive v0.13.1 |
| 1442 | 2026-05-08T07:42:13.699Z | Compiling darling_core v0.20.11 |
| 1443 | 2026-05-08T07:42:13.735Z | Compiling tracing v0.1.44 |
| 1444 | 2026-05-08T07:42:13.886Z | Compiling tinyvec_macros v0.1.1 |
| 1445 | 2026-05-08T07:42:13.958Z | Compiling tokio-util v0.7.18 |
| 1446 | 2026-05-08T07:42:13.997Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-08T07:42:14.093Z | Compiling rustls v0.23.37 |
| 1448 | 2026-05-08T07:42:14.266Z | Compiling try-lock v0.2.5 |
| 1449 | 2026-05-08T07:42:14.290Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-05-08T07:42:14.372Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-05-08T07:42:14.424Z | Compiling atomic-waker v1.1.2 |
| 1452 | 2026-05-08T07:42:14.531Z | Compiling want v0.3.1 |
| 1453 | 2026-05-08T07:42:14.548Z | Compiling scroll v0.13.0 |
| 1454 | 2026-05-08T07:42:14.691Z | Compiling h2 v0.4.13 |
| 1455 | 2026-05-08T07:42:14.809Z | Compiling tinyvec v1.10.0 |
| 1456 | 2026-05-08T07:42:15.115Z | Compiling ipnet v2.11.0 |
| 1457 | 2026-05-08T07:42:15.146Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1458 | 2026-05-08T07:42:15.267Z | Compiling spin v0.9.8 |
| 1459 | 2026-05-08T07:42:15.474Z | Compiling aho-corasick v1.1.4 |
| 1460 | 2026-05-08T07:42:15.523Z | Compiling time-core v0.1.8 |
| 1461 | 2026-05-08T07:42:15.603Z | Compiling openssl v0.10.78 |
| 1462 | 2026-05-08T07:42:15.668Z | Compiling crc32fast v1.5.0 |
| 1463 | 2026-05-08T07:42:15.830Z | Compiling powerfmt v0.2.0 |
| 1464 | 2026-05-08T07:42:15.846Z | Compiling num-conv v0.2.0 |
| 1465 | 2026-05-08T07:42:15.908Z | Compiling httpdate v1.0.3 |
| 1466 | 2026-05-08T07:42:15.922Z | Compiling darling_macro v0.20.11 |
| 1467 | 2026-05-08T07:42:15.936Z | Compiling foreign-types-shared v0.1.1 |
| 1468 | 2026-05-08T07:42:15.970Z | Compiling pin-utils v0.1.0 |
| 1469 | 2026-05-08T07:42:16.018Z | Compiling tempfile v3.25.0 |
| 1470 | 2026-05-08T07:42:16.032Z | Compiling foreign-types v0.3.2 |
| 1471 | 2026-05-08T07:42:16.044Z | Compiling time-macros v0.2.27 |
| 1472 | 2026-05-08T07:42:16.099Z | Compiling deranged v0.5.8 |
| 1473 | 2026-05-08T07:42:16.375Z | Compiling darling v0.20.11 |
| 1474 | 2026-05-08T07:42:16.375Z | Compiling regex-automata v0.4.14 |
| 1475 | 2026-05-08T07:42:16.492Z | Compiling goblin v0.10.5 |
| 1476 | 2026-05-08T07:42:17.154Z | Compiling openssl-macros v0.1.1 |
| 1477 | 2026-05-08T07:42:17.199Z | Compiling wait-timeout v0.2.1 |
| 1478 | 2026-05-08T07:42:17.471Z | Compiling num_threads v0.1.7 |
| 1479 | 2026-05-08T07:42:17.541Z | Compiling siphasher v1.0.2 |
| 1480 | 2026-05-08T07:42:17.567Z | Compiling syn v1.0.109 |
| 1481 | 2026-05-08T07:42:17.652Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-08T07:42:17.728Z | Compiling quick-error v1.2.3 |
| 1483 | 2026-05-08T07:42:17.839Z | Compiling native-tls v0.2.18 |
| 1484 | 2026-05-08T07:42:17.868Z | Compiling usdt-impl v0.6.0 |
| 1485 | 2026-05-08T07:42:18.038Z | Compiling bit-vec v0.8.0 |
| 1486 | 2026-05-08T07:42:18.071Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-05-08T07:42:18.264Z | Compiling crossbeam-utils v0.8.21 |
| 1488 | 2026-05-08T07:42:18.311Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-05-08T07:42:18.559Z | Compiling rusty-fork v0.3.1 |
| 1490 | 2026-05-08T07:42:18.621Z | Compiling time v0.3.47 |
| 1491 | 2026-05-08T07:42:18.863Z | Compiling hyper-util v0.1.20 |
| 1492 | 2026-05-08T07:42:19.201Z | Compiling dof v0.4.0 |
| 1493 | 2026-05-08T07:42:20.155Z | Compiling derive_builder_core v0.20.2 |
| 1494 | 2026-05-08T07:42:20.426Z | Compiling unicode-normalization v0.1.25 |
| 1495 | 2026-05-08T07:42:20.531Z | Compiling dtrace-parser v0.3.0 |
| 1496 | 2026-05-08T07:42:20.566Z | Compiling rustls-native-certs v0.8.3 |
| 1497 | 2026-05-08T07:42:20.691Z | Compiling signature v2.2.0 |
| 1498 | 2026-05-08T07:42:20.843Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-05-08T07:42:20.866Z | Compiling scroll_derive v0.12.1 |
| 1500 | 2026-05-08T07:42:20.880Z | Compiling heapless v0.7.17 |
| 1501 | 2026-05-08T07:42:21.000Z | Compiling slog v2.8.2 |
| 1502 | 2026-05-08T07:42:21.117Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-05-08T07:42:21.181Z | Compiling darling_core v0.21.3 |
| 1504 | 2026-05-08T07:42:21.253Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1505 | 2026-05-08T07:42:21.280Z | Compiling sync_wrapper v1.0.2 |
| 1506 | 2026-05-08T07:42:21.387Z | Compiling thread-id v5.1.0 |
| 1507 | 2026-05-08T07:42:21.446Z | Compiling cookie v0.18.1 |
| 1508 | 2026-05-08T07:42:21.498Z | Compiling adler2 v2.0.1 |
| 1509 | 2026-05-08T07:42:21.542Z | Compiling unicode-properties v0.1.4 |
| 1510 | 2026-05-08T07:42:21.556Z | Compiling signal-hook v0.3.18 |
| 1511 | 2026-05-08T07:42:21.627Z | Compiling paste v1.0.15 |
| 1512 | 2026-05-08T07:42:21.630Z | Compiling allocator-api2 v0.2.21 |
| 1513 | 2026-05-08T07:42:21.723Z | Compiling zstd-safe v7.2.4 |
| 1514 | 2026-05-08T07:42:21.750Z | Compiling unarray v0.1.4 |
| 1515 | 2026-05-08T07:42:21.859Z | Compiling anyhow v1.0.102 |
| 1516 | 2026-05-08T07:42:21.892Z | Compiling unicode-bidi v0.3.18 |
| 1517 | 2026-05-08T07:42:21.959Z | Compiling proptest v1.10.0 |
| 1518 | 2026-05-08T07:42:22.038Z | Compiling miniz_oxide v0.8.9 |
| 1519 | 2026-05-08T07:42:22.141Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-05-08T07:42:22.242Z | Compiling stringprep v0.1.5 |
| 1521 | 2026-05-08T07:42:22.428Z | Compiling scroll v0.12.0 |
| 1522 | 2026-05-08T07:42:22.673Z | Compiling tower v0.5.3 |
| 1523 | 2026-05-08T07:42:22.778Z | Compiling derive_builder_macro v0.20.2 |
| 1524 | 2026-05-08T07:42:23.135Z | Compiling ipnetwork v0.21.1 |
| 1525 | 2026-05-08T07:42:23.208Z | Compiling http-body-util v0.1.3 |
| 1526 | 2026-05-08T07:42:23.222Z | Compiling webpki-roots v1.0.6 |
| 1527 | 2026-05-08T07:42:23.340Z | Compiling rand_chacha v0.3.1 |
| 1528 | 2026-05-08T07:42:23.445Z | Compiling toml_datetime v0.6.11 |
| 1529 | 2026-05-08T07:42:23.526Z | Compiling serde_tokenstream v0.2.3 |
| 1530 | 2026-05-08T07:42:23.591Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-05-08T07:42:23.655Z | Compiling darling_macro v0.21.3 |
| 1532 | 2026-05-08T07:42:23.699Z | Compiling erased-serde v0.3.31 |
| 1533 | 2026-05-08T07:42:23.732Z | Compiling md-5 v0.10.6 |
| 1534 | 2026-05-08T07:42:23.830Z | Compiling zerocopy-derive v0.7.35 |
| 1535 | 2026-05-08T07:42:23.892Z | Compiling curve25519-dalek v4.1.3 |
| 1536 | 2026-05-08T07:42:24.118Z | Compiling vergen-lib v0.1.6 |
| 1537 | 2026-05-08T07:42:24.131Z | Compiling num-integer v0.1.46 |
| 1538 | 2026-05-08T07:42:24.180Z | Compiling hash32 v0.2.1 |
| 1539 | 2026-05-08T07:42:24.223Z | Compiling ff v0.13.1 |
| 1540 | 2026-05-08T07:42:24.294Z | Compiling memoffset v0.9.1 |
| 1541 | 2026-05-08T07:42:24.360Z | Compiling iri-string v0.7.10 |
| 1542 | 2026-05-08T07:42:24.374Z | Compiling zlib-rs v0.6.2 |
| 1543 | 2026-05-08T07:42:24.448Z | Compiling psl-types v2.0.11 |
| 1544 | 2026-05-08T07:42:24.482Z | Compiling smoltcp v0.9.1 |
| 1545 | 2026-05-08T07:42:24.570Z | Compiling ref-cast v1.0.25 |
| 1546 | 2026-05-08T07:42:24.688Z | Compiling litrs v1.0.0 |
| 1547 | 2026-05-08T07:42:24.810Z | Compiling rustix v0.38.44 |
| 1548 | 2026-05-08T07:42:24.868Z | Compiling cfg_aliases v0.2.1 |
| 1549 | 2026-05-08T07:42:24.944Z | Compiling num-bigint-dig v0.8.6 |
| 1550 | 2026-05-08T07:42:25.134Z | Compiling fallible-iterator v0.2.0 |
| 1551 | 2026-05-08T07:42:25.150Z | Compiling ryu v1.0.23 |
| 1552 | 2026-05-08T07:42:25.179Z | Compiling base16ct v0.2.0 |
| 1553 | 2026-05-08T07:42:25.329Z | Compiling sec1 v0.7.3 |
| 1554 | 2026-05-08T07:42:25.352Z | Compiling serde_urlencoded v0.7.1 |
| 1555 | 2026-05-08T07:42:25.439Z | Compiling postgres-protocol v0.6.10 |
| 1556 | 2026-05-08T07:42:25.589Z | Compiling tower-http v0.6.8 |
| 1557 | 2026-05-08T07:42:25.604Z | Compiling document-features v0.2.12 |
| 1558 | 2026-05-08T07:42:25.943Z | Compiling nix v0.31.2 |
| 1559 | 2026-05-08T07:42:26.003Z | Compiling zerocopy v0.7.35 |
| 1560 | 2026-05-08T07:42:26.017Z | Compiling publicsuffix v2.3.0 |
| 1561 | 2026-05-08T07:42:26.181Z | Compiling num-iter v0.1.45 |
| 1562 | 2026-05-08T07:42:26.263Z | Compiling group v0.13.0 |
| 1563 | 2026-05-08T07:42:26.328Z | Compiling newtype-uuid v1.3.2 |
| 1564 | 2026-05-08T07:42:26.560Z | Compiling darling v0.21.3 |
| 1565 | 2026-05-08T07:42:26.643Z | Compiling rand v0.8.5 |
| 1566 | 2026-05-08T07:42:26.706Z | Compiling oxnet v0.1.5 |
| 1567 | 2026-05-08T07:42:26.824Z | Compiling derive_builder v0.20.2 |
| 1568 | 2026-05-08T07:42:26.913Z | Compiling hubpack_derive v0.1.1 |
| 1569 | 2026-05-08T07:42:26.968Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-05-08T07:42:27.101Z | Compiling goblin v0.8.2 |
| 1571 | 2026-05-08T07:42:27.263Z | Compiling flate2 v1.1.9 |
| 1572 | 2026-05-08T07:42:27.618Z | Compiling regex v1.12.3 |
| 1573 | 2026-05-08T07:42:27.681Z | Compiling phf_shared v0.13.1 |
| 1574 | 2026-05-08T07:42:27.803Z | Compiling lazy_static v1.5.0 |
| 1575 | 2026-05-08T07:42:27.894Z | Compiling cargo-platform v0.1.9 |
| 1576 | 2026-05-08T07:42:27.897Z | Compiling hkdf v0.12.4 |
| 1577 | 2026-05-08T07:42:27.922Z | Compiling crypto-bigint v0.5.5 |
| 1578 | 2026-05-08T07:42:28.012Z | Compiling terminal_size v0.4.3 |
| 1579 | 2026-05-08T07:42:28.057Z | Compiling ref-cast-impl v1.0.25 |
| 1580 | 2026-05-08T07:42:28.070Z | Compiling daft-derive v0.1.5 |
| 1581 | 2026-05-08T07:42:28.143Z | Compiling async-trait v0.1.89 |
| 1582 | 2026-05-08T07:42:28.146Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1583 | 2026-05-08T07:42:28.587Z | Compiling strum_macros v0.27.2 |
| 1584 | 2026-05-08T07:42:28.760Z | Compiling vergen v9.0.6 |
| 1585 | 2026-05-08T07:42:28.790Z | Compiling fs-err v3.3.0 |
| 1586 | 2026-05-08T07:42:28.939Z | Compiling ahash v0.8.12 |
| 1587 | 2026-05-08T07:42:28.975Z | Compiling unicode-segmentation v1.12.0 |
| 1588 | 2026-05-08T07:42:29.138Z | Compiling foldhash v0.1.5 |
| 1589 | 2026-05-08T07:42:29.153Z | Compiling bitflags v1.3.2 |
| 1590 | 2026-05-08T07:42:29.230Z | Compiling object v0.37.3 |
| 1591 | 2026-05-08T07:42:29.310Z | Compiling foldhash v0.2.0 |
| 1592 | 2026-05-08T07:42:29.357Z | Compiling managed v0.8.0 |
| 1593 | 2026-05-08T07:42:29.497Z | Compiling winnow v0.5.40 |
| 1594 | 2026-05-08T07:42:29.543Z | Compiling libbz2-rs-sys v0.2.2 |
| 1595 | 2026-05-08T07:42:29.569Z | Compiling bumpalo v3.20.2 |
| 1596 | 2026-05-08T07:42:29.827Z | Compiling zopfli v0.8.3 |
| 1597 | 2026-05-08T07:42:30.030Z | Compiling bzip2 v0.6.1 |
| 1598 | 2026-05-08T07:42:30.240Z | Compiling clap_builder v4.5.60 |
| 1599 | 2026-05-08T07:42:30.533Z | Compiling strum v0.27.2 |
| 1600 | 2026-05-08T07:42:30.547Z | Compiling hashbrown v0.16.1 |
| 1601 | 2026-05-08T07:42:30.561Z | Compiling dof v0.3.0 |
| 1602 | 2026-05-08T07:42:30.663Z | Compiling hashbrown v0.15.5 |
| 1603 | 2026-05-08T07:42:30.884Z | Compiling toml_edit v0.19.15 |
| 1604 | 2026-05-08T07:42:31.144Z | Compiling elliptic-curve v0.13.8 |
| 1605 | 2026-05-08T07:42:31.208Z | Compiling daft v0.1.5 |
| 1606 | 2026-05-08T07:42:31.362Z | Compiling cargo_metadata v0.19.2 |
| 1607 | 2026-05-08T07:42:31.581Z | Compiling phf v0.13.1 |
| 1608 | 2026-05-08T07:42:31.743Z | Compiling signal-hook-mio v0.2.5 |
| 1609 | 2026-05-08T07:42:31.863Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-05-08T07:42:32.514Z | Compiling hubpack v0.1.2 |
| 1611 | 2026-05-08T07:42:32.737Z | Compiling zstd v0.13.3 |
| 1612 | 2026-05-08T07:42:32.842Z | Compiling hyper-tls v0.6.0 |
| 1613 | 2026-05-08T07:42:33.011Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-05-08T07:42:33.074Z | Compiling serde_with_macros v3.17.0 |
| 1615 | 2026-05-08T07:42:33.216Z | Compiling postgres-types v0.2.12 |
| 1616 | 2026-05-08T07:42:33.243Z | Compiling usdt-macro v0.6.0 |
| 1617 | 2026-05-08T07:42:33.540Z | Compiling usdt-attr-macro v0.6.0 |
| 1618 | 2026-05-08T07:42:33.755Z | Compiling dtrace-parser v0.2.0 |
| 1619 | 2026-05-08T07:42:33.964Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-05-08T07:42:34.157Z | Compiling bstr v1.12.1 |
| 1621 | 2026-05-08T07:42:34.177Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-08T07:42:34.274Z | Compiling pkcs1 v0.7.5 |
| 1623 | 2026-05-08T07:42:34.304Z | Compiling serde-big-array v0.5.1 |
| 1624 | 2026-05-08T07:42:34.358Z | Compiling hex v0.4.3 |
| 1625 | 2026-05-08T07:42:34.445Z | Compiling rfc6979 v0.4.0 |
| 1626 | 2026-05-08T07:42:34.502Z | Compiling serde_repr v0.1.20 |
| 1627 | 2026-05-08T07:42:34.570Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-05-08T07:42:34.622Z | Compiling clap_derive v4.5.55 |
| 1629 | 2026-05-08T07:42:34.666Z | Compiling strum_macros v0.26.4 |
| 1630 | 2026-05-08T07:42:34.798Z | Compiling float-cmp v0.10.0 |
| 1631 | 2026-05-08T07:42:34.864Z | Compiling thread-id v4.2.2 |
| 1632 | 2026-05-08T07:42:34.943Z | Compiling memmap2 v0.9.10 |
| 1633 | 2026-05-08T07:42:34.957Z | Compiling env_filter v1.0.0 |
| 1634 | 2026-05-08T07:42:35.023Z | Compiling encoding_rs v0.8.35 |
| 1635 | 2026-05-08T07:42:35.063Z | Compiling precomputed-hash v0.1.1 |
| 1636 | 2026-05-08T07:42:35.148Z | Compiling fixedbitset v0.4.2 |
| 1637 | 2026-05-08T07:42:35.151Z | Compiling predicates-core v1.0.10 |
| 1638 | 2026-05-08T07:42:35.251Z | Compiling mime v0.3.17 |
| 1639 | 2026-05-08T07:42:35.330Z | Compiling new_debug_unreachable v1.0.6 |
| 1640 | 2026-05-08T07:42:35.358Z | Compiling normalize-line-endings v0.3.0 |
| 1641 | 2026-05-08T07:42:35.402Z | Compiling keccak v0.1.6 |
| 1642 | 2026-05-08T07:42:35.453Z | Compiling fixedbitset v0.5.7 |
| 1643 | 2026-05-08T07:42:35.504Z | Compiling either v1.15.0 |
| 1644 | 2026-05-08T07:42:35.708Z | Compiling rustc-hash v2.1.1 |
| 1645 | 2026-05-08T07:42:35.748Z | Compiling whoami v2.1.0 |
| 1646 | 2026-05-08T07:42:35.832Z | Compiling difflib v0.4.0 |
| 1647 | 2026-05-08T07:42:36.115Z | Compiling static_assertions v1.1.0 |
| 1648 | 2026-05-08T07:42:36.192Z | Compiling data-encoding v2.10.0 |
| 1649 | 2026-05-08T07:42:36.205Z | Compiling jiff v0.2.21 |
| 1650 | 2026-05-08T07:42:36.353Z | Compiling clap v4.5.60 |
| 1651 | 2026-05-08T07:42:36.379Z | Compiling strum v0.26.3 |
| 1652 | 2026-05-08T07:42:36.396Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1653 | 2026-05-08T07:42:36.475Z | Compiling predicates v3.1.4 |
| 1654 | 2026-05-08T07:42:36.512Z | Compiling tokio-postgres v0.7.16 |
| 1655 | 2026-05-08T07:42:36.571Z | Compiling hickory-proto v0.25.2 |
| 1656 | 2026-05-08T07:42:36.927Z | Compiling iddqd v0.3.18 |
| 1657 | 2026-05-08T07:42:37.091Z | Compiling itertools v0.13.0 |
| 1658 | 2026-05-08T07:42:37.129Z | Compiling petgraph v0.8.3 |
| 1659 | 2026-05-08T07:42:38.056Z | Compiling sha3 v0.10.8 |
| 1660 | 2026-05-08T07:42:38.312Z | Compiling toml_edit v0.22.27 |
| 1661 | 2026-05-08T07:42:38.509Z | Compiling string_cache v0.8.9 |
| 1662 | 2026-05-08T07:42:38.713Z | Compiling petgraph v0.6.5 |
| 1663 | 2026-05-08T07:42:38.736Z | Compiling env_logger v0.11.9 |
| 1664 | 2026-05-08T07:42:39.002Z | Compiling zip v4.6.1 |
| 1665 | 2026-05-08T07:42:39.090Z | Compiling usdt v0.6.0 |
| 1666 | 2026-05-08T07:42:39.187Z | Compiling usdt-impl v0.5.0 |
| 1667 | 2026-05-08T07:42:39.351Z | Compiling serde_with v3.17.0 |
| 1668 | 2026-05-08T07:42:39.764Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-08T07:42:39.943Z | Compiling ecdsa v0.16.9 |
| 1670 | 2026-05-08T07:42:40.189Z | Compiling rsa v0.9.10 |
| 1671 | 2026-05-08T07:42:40.342Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-05-08T07:42:40.407Z | Compiling crossterm v0.28.1 |
| 1673 | 2026-05-08T07:42:41.001Z | Compiling zip v0.6.6 |
| 1674 | 2026-05-08T07:42:41.058Z | Compiling toml v0.7.8 |
| 1675 | 2026-05-08T07:42:41.631Z | Compiling heck v0.4.1 |
| 1676 | 2026-05-08T07:42:41.665Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1677 | 2026-05-08T07:42:41.683Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-08T07:42:41.726Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-05-08T07:42:41.864Z | Compiling buf-list v1.1.2 |
| 1680 | 2026-05-08T07:42:42.007Z | Compiling x509-cert v0.2.5 |
| 1681 | 2026-05-08T07:42:42.054Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1682 | 2026-05-08T07:42:42.147Z | Compiling openapiv3 v2.2.0 |
| 1683 | 2026-05-08T07:42:42.204Z | Compiling sha1 v0.10.6 |
| 1684 | 2026-05-08T07:42:42.301Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1685 | 2026-05-08T07:42:42.355Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2026-05-08T07:42:42.427Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2026-05-08T07:42:42.548Z | Compiling thread_local v1.1.9 |
| 1688 | 2026-05-08T07:42:42.596Z | Compiling slog-async v2.8.0 |
| 1689 | 2026-05-08T07:42:42.709Z | Compiling crossbeam-channel v0.5.15 |
| 1690 | 2026-05-08T07:42:42.805Z | Compiling futures-executor v0.3.32 |
| 1691 | 2026-05-08T07:42:42.918Z | Compiling filetime v0.2.27 |
| 1692 | 2026-05-08T07:42:43.072Z | Compiling is-terminal v0.4.17 |
| 1693 | 2026-05-08T07:42:43.098Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-05-08T07:42:43.159Z | Compiling term v1.2.1 |
| 1695 | 2026-05-08T07:42:43.173Z | Compiling xattr v1.6.1 |
| 1696 | 2026-05-08T07:42:43.338Z | Compiling tar v0.4.45 |
| 1697 | 2026-05-08T07:42:43.508Z | Compiling slog-term v2.9.2 |
| 1698 | 2026-05-08T07:42:43.612Z | Compiling futures v0.3.32 |
| 1699 | 2026-05-08T07:42:52.841Z | Compiling rustls-webpki v0.103.9 |
| 1700 | 2026-05-08T07:42:55.613Z | Compiling tokio-rustls v0.26.4 |
| 1701 | 2026-05-08T07:42:55.613Z | Compiling rustls-platform-verifier v0.6.2 |
| 1702 | 2026-05-08T07:42:55.819Z | Compiling hyper-rustls v0.27.7 |
| 1703 | 2026-05-08T07:42:56.021Z | Compiling reqwest v0.13.2 |
| 1704 | 2026-05-08T07:42:56.021Z | Compiling reqwest v0.12.28 |
| 1705 | 2026-05-08T07:42:58.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-05-08T07:42:58.334Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-05-08T07:43:01.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 1708 | 2026-05-08T07:43:01.332Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-05-08T07:43:01.386Z | May 08 07:43:00.357 INFO Starting download, target: Clickhouse |
| 1710 | 2026-05-08T07:43:01.386Z | May 08 07:43:00.358 INFO Starting download, target: DendriteStub |
| 1711 | 2026-05-08T07:43:01.386Z | May 08 07:43:00.358 INFO Starting download, target: Cockroach |
| 1712 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Starting download, target: Console |
| 1713 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Starting download, target: MaghemiteMgd |
| 1714 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1717 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1719 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1720 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1721 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-05-08T07:43:01.389Z | May 08 07:43:00.358 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-05-08T07:43:01.961Z | May 08 07:43:00.920 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-05-08T07:43:02.169Z | May 08 07:43:01.134 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-05-08T07:43:02.485Z | May 08 07:43:01.444 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1726 | 2026-05-08T07:43:02.710Z | May 08 07:43:01.677 INFO Download complete, target: Console |
| 1727 | 2026-05-08T07:43:03.072Z | May 08 07:43:02.041 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1728 | 2026-05-08T07:43:03.249Z | May 08 07:43:02.216 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1729 | 2026-05-08T07:43:03.338Z | May 08 07:43:02.302 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-05-08T07:43:03.506Z | May 08 07:43:02.474 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1731 | 2026-05-08T07:43:03.622Z | May 08 07:43:02.594 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-05-08T07:43:03.622Z | May 08 07:43:02.594 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-05-08T07:43:04.800Z | May 08 07:43:03.771 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-05-08T07:43:05.694Z | May 08 07:43:04.666 INFO Download complete, target: MaghemiteMgd |
| 1735 | 2026-05-08T07:43:05.725Z | May 08 07:43:04.697 INFO Download complete, target: DendriteStub |
| 1736 | 2026-05-08T07:43:08.229Z | May 08 07:43:07.193 INFO Checking that binary works, target: Cockroach |
| 1737 | 2026-05-08T07:43:08.338Z | May 08 07:43:07.309 INFO Download complete, target: Cockroach |
| 1738 | 2026-05-08T07:43:10.196Z | May 08 07:43:09.168 INFO Checking that binary works, target: Clickhouse |
| 1739 | 2026-05-08T07:43:10.297Z | May 08 07:43:09.268 INFO Download complete, target: Clickhouse |
| 1740 | 2026-05-08T07:43:10.313Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1741 | 2026-05-08T07:43:10.316Z | |
| 1742 | 2026-05-08T07:43:10.316Z | real 2:10.117347621 |
| 1743 | 2026-05-08T07:43:10.316Z | user 6:44.275806953 |
| 1744 | 2026-05-08T07:43:10.316Z | sys 1:21.687660831 |
| 1745 | 2026-05-08T07:43:10.316Z | trap 0.231489167 |
| 1746 | 2026-05-08T07:43:10.316Z | tflt 0.595851139 |
| 1747 | 2026-05-08T07:43:10.316Z | dflt 0.491487446 |
| 1748 | 2026-05-08T07:43:10.316Z | kflt 0.025649496 |
| 1749 | 2026-05-08T07:43:10.316Z | lock 21:07.981096177 |
| 1750 | 2026-05-08T07:43:10.316Z | slp 20:34.427746832 |
| 1751 | 2026-05-08T07:43:10.316Z | lat 43.029864215 |
| 1752 | 2026-05-08T07:43:10.316Z | stop 1:51.731712576 |
| 1753 | 2026-05-08T07:43:10.316Z | + banner clippy |
| 1754 | 2026-05-08T07:43:10.316Z | |
| 1755 | 2026-05-08T07:43:10.316Z | #### # # ##### ##### # # |
| 1756 | 2026-05-08T07:43:10.317Z | # # # # # # # # # # |
| 1757 | 2026-05-08T07:43:10.317Z | # # # # # # # # |
| 1758 | 2026-05-08T07:43:10.317Z | # # # ##### ##### # |
| 1759 | 2026-05-08T07:43:10.317Z | # # # # # # # |
| 1760 | 2026-05-08T07:43:10.317Z | #### ###### # # # # |
| 1761 | 2026-05-08T07:43:10.317Z | |
| 1762 | 2026-05-08T07:43:10.319Z | + export CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-08T07:43:10.319Z | + CARGO_INCREMENTAL=0 |
| 1764 | 2026-05-08T07:43:10.319Z | + ptime -m cargo xtask clippy |
| 1765 | 2026-05-08T07:43:10.842Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1766 | 2026-05-08T07:43:11.055Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1767 | 2026-05-08T07:43:12.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1768 | 2026-05-08T07:43:12.980Z | Running `target/debug/xtask clippy` |
| 1769 | 2026-05-08T07:43:13.007Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1770 | 2026-05-08T07:43:13.630Z | Downloading crates ... |
| 1771 | 2026-05-08T07:43:13.814Z | Downloaded async-lock v3.4.2 |
| 1772 | 2026-05-08T07:43:13.820Z | Downloaded cfg-expr v0.20.6 |
| 1773 | 2026-05-08T07:43:13.823Z | Downloaded partial-io v0.5.4 |
| 1774 | 2026-05-08T07:43:13.826Z | Downloaded approx v0.5.1 |
| 1775 | 2026-05-08T07:43:13.830Z | Downloaded assert-json-diff v2.0.2 |
| 1776 | 2026-05-08T07:43:13.830Z | Downloaded hashbrown v0.14.5 |
| 1777 | 2026-05-08T07:43:13.832Z | Downloaded addr2line v0.25.1 |
| 1778 | 2026-05-08T07:43:13.835Z | Downloaded supports-color v2.1.0 |
| 1779 | 2026-05-08T07:43:13.835Z | Downloaded anes v0.1.6 |
| 1780 | 2026-05-08T07:43:13.835Z | Downloaded criterion-plot v0.6.0 |
| 1781 | 2026-05-08T07:43:13.838Z | Downloaded async-object-pool v0.2.0 |
| 1782 | 2026-05-08T07:43:13.840Z | Downloaded linkme v0.3.35 |
| 1783 | 2026-05-08T07:43:13.840Z | Downloaded plotters-backend v0.3.7 |
| 1784 | 2026-05-08T07:43:13.843Z | Downloaded backtrace-ext v0.2.1 |
| 1785 | 2026-05-08T07:43:13.843Z | Downloaded termcolor v1.4.1 |
| 1786 | 2026-05-08T07:43:13.853Z | Downloaded cargo-platform v0.3.2 |
| 1787 | 2026-05-08T07:43:13.858Z | Downloaded pathdiff v0.2.3 |
| 1788 | 2026-05-08T07:43:13.860Z | Downloaded supports-unicode v2.1.0 |
| 1789 | 2026-05-08T07:43:13.860Z | Downloaded linkme-impl v0.3.35 |
| 1790 | 2026-05-08T07:43:13.863Z | Downloaded libtest-mimic v0.8.1 |
| 1791 | 2026-05-08T07:43:13.867Z | Downloaded rust-argon2 v2.1.0 |
| 1792 | 2026-05-08T07:43:13.869Z | Downloaded plotters-svg v0.3.7 |
| 1793 | 2026-05-08T07:43:13.869Z | Downloaded supports-hyperlinks v2.1.0 |
| 1794 | 2026-05-08T07:43:13.869Z | Downloaded similar-asserts v1.7.0 |
| 1795 | 2026-05-08T07:43:13.869Z | Downloaded escape8259 v0.5.3 |
| 1796 | 2026-05-08T07:43:13.869Z | Downloaded nested v0.1.1 |
| 1797 | 2026-05-08T07:43:13.873Z | Downloaded tokio-test v0.4.5 |
| 1798 | 2026-05-08T07:43:13.877Z | Downloaded constant_time_eq v0.3.1 |
| 1799 | 2026-05-08T07:43:13.880Z | Downloaded miette-derive v5.10.0 |
| 1800 | 2026-05-08T07:43:13.883Z | Downloaded target-triple v1.0.0 |
| 1801 | 2026-05-08T07:43:13.883Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1802 | 2026-05-08T07:43:13.886Z | Downloaded serde_regex v1.1.0 |
| 1803 | 2026-05-08T07:43:13.889Z | Downloaded terminal_size v0.1.17 |
| 1804 | 2026-05-08T07:43:13.889Z | Downloaded cast v0.3.0 |
| 1805 | 2026-05-08T07:43:13.892Z | Downloaded concurrent-queue v2.5.0 |
| 1806 | 2026-05-08T07:43:13.895Z | Downloaded target-spec v3.5.7 |
| 1807 | 2026-05-08T07:43:13.895Z | Downloaded cargo_metadata v0.23.1 |
| 1808 | 2026-05-08T07:43:13.898Z | Downloaded owo-colors v3.5.0 |
| 1809 | 2026-05-08T07:43:13.898Z | Downloaded stringmetrics v2.2.2 |
| 1810 | 2026-05-08T07:43:13.900Z | Downloaded oorandom v11.1.5 |
| 1811 | 2026-05-08T07:43:13.900Z | Downloaded assert_cmd v2.1.2 |
| 1812 | 2026-05-08T07:43:13.900Z | Downloaded parking v2.2.1 |
| 1813 | 2026-05-08T07:43:13.905Z | Downloaded futures-timer v3.0.3 |
| 1814 | 2026-05-08T07:43:13.908Z | Downloaded relative-path v1.9.3 |
| 1815 | 2026-05-08T07:43:13.911Z | Downloaded knuffel-derive v3.2.0 |
| 1816 | 2026-05-08T07:43:13.914Z | Downloaded trybuild v1.0.116 |
| 1817 | 2026-05-08T07:43:13.916Z | Downloaded path-tree v0.8.3 |
| 1818 | 2026-05-08T07:43:13.919Z | Downloaded target-lexicon v0.13.3 |
| 1819 | 2026-05-08T07:43:13.919Z | Downloaded tinytemplate v1.2.1 |
| 1820 | 2026-05-08T07:43:13.922Z | Downloaded rstest v0.25.0 |
| 1821 | 2026-05-08T07:43:13.924Z | Downloaded blake2b_simd v1.0.4 |
| 1822 | 2026-05-08T07:43:13.927Z | Downloaded event-listener-strategy v0.5.4 |
| 1823 | 2026-05-08T07:43:13.927Z | Downloaded rustc-demangle v0.1.27 |
| 1824 | 2026-05-08T07:43:13.930Z | Downloaded event-listener v5.4.1 |
| 1825 | 2026-05-08T07:43:13.930Z | Downloaded hickory-client v0.25.2 |
| 1826 | 2026-05-08T07:43:13.932Z | Downloaded datatest-stable v0.3.3 |
| 1827 | 2026-05-08T07:43:13.936Z | Downloaded httptest v0.16.4 |
| 1828 | 2026-05-08T07:43:13.939Z | Downloaded textwrap v0.15.2 |
| 1829 | 2026-05-08T07:43:13.945Z | Downloaded rand_distr v0.5.1 |
| 1830 | 2026-05-08T07:43:13.954Z | Downloaded chumsky v0.9.3 |
| 1831 | 2026-05-08T07:43:13.958Z | Downloaded knuffel v3.2.0 |
| 1832 | 2026-05-08T07:43:13.958Z | Downloaded backtrace v0.3.76 |
| 1833 | 2026-05-08T07:43:13.958Z | Downloaded miette v5.10.0 |
| 1834 | 2026-05-08T07:43:13.958Z | Downloaded rstest_macros v0.25.0 |
| 1835 | 2026-05-08T07:43:13.961Z | Downloaded fancy-regex v0.14.0 |
| 1836 | 2026-05-08T07:43:13.966Z | Downloaded plotters v0.3.7 |
| 1837 | 2026-05-08T07:43:13.971Z | Downloaded guppy v0.17.25 |
| 1838 | 2026-05-08T07:43:13.974Z | Downloaded criterion v0.7.0 |
| 1839 | 2026-05-08T07:43:13.981Z | Downloaded gimli v0.32.3 |
| 1840 | 2026-05-08T07:43:14.067Z | Downloaded httpmock v0.8.3 |
| 1841 | 2026-05-08T07:43:15.672Z | Checking cfg-if v1.0.4 |
| 1842 | 2026-05-08T07:43:16.013Z | Checking libc v0.2.185 |
| 1843 | 2026-05-08T07:43:16.016Z | Checking serde_core v1.0.228 |
| 1844 | 2026-05-08T07:43:16.084Z | Checking memchr v2.8.0 |
| 1845 | 2026-05-08T07:43:16.122Z | Checking smallvec v1.15.1 |
| 1846 | 2026-05-08T07:43:16.158Z | Checking itoa v1.0.17 |
| 1847 | 2026-05-08T07:43:16.158Z | Checking log v0.4.29 |
| 1848 | 2026-05-08T07:43:16.233Z | Checking zeroize v1.8.2 |
| 1849 | 2026-05-08T07:43:16.266Z | Checking libm v0.2.16 |
| 1850 | 2026-05-08T07:43:16.317Z | Checking scopeguard v1.2.0 |
| 1851 | 2026-05-08T07:43:16.356Z | Checking stable_deref_trait v1.2.1 |
| 1852 | 2026-05-08T07:43:16.394Z | Checking zmij v1.0.21 |
| 1853 | 2026-05-08T07:43:16.430Z | Checking zerofrom v0.1.6 |
| 1854 | 2026-05-08T07:43:16.465Z | Checking lock_api v0.4.14 |
| 1855 | 2026-05-08T07:43:16.497Z | Checking errno v0.3.14 |
| 1856 | 2026-05-08T07:43:16.500Z | Checking getrandom v0.2.17 |
| 1857 | 2026-05-08T07:43:16.563Z | Checking yoke v0.8.1 |
| 1858 | 2026-05-08T07:43:16.600Z | Checking percent-encoding v2.3.2 |
| 1859 | 2026-05-08T07:43:16.635Z | Checking writeable v0.6.2 |
| 1860 | 2026-05-08T07:43:16.638Z | Checking litemap v0.8.1 |
| 1861 | 2026-05-08T07:43:16.700Z | Checking icu_properties_data v2.1.2 |
| 1862 | 2026-05-08T07:43:16.703Z | Checking icu_normalizer_data v2.1.1 |
| 1863 | 2026-05-08T07:43:16.764Z | Checking zerovec v0.11.5 |
| 1864 | 2026-05-08T07:43:16.768Z | Checking zerotrie v0.2.3 |
| 1865 | 2026-05-08T07:43:16.827Z | Checking subtle v2.6.1 |
| 1866 | 2026-05-08T07:43:16.861Z | Checking form_urlencoded v1.2.2 |
| 1867 | 2026-05-08T07:43:16.892Z | Checking utf8_iter v1.0.4 |
| 1868 | 2026-05-08T07:43:16.926Z | Checking pin-project-lite v0.2.17 |
| 1869 | 2026-05-08T07:43:16.958Z | Checking num-traits v0.2.19 |
| 1870 | 2026-05-08T07:43:16.996Z | Checking parking_lot_core v0.9.12 |
| 1871 | 2026-05-08T07:43:17.032Z | Checking portable-atomic v1.13.1 |
| 1872 | 2026-05-08T07:43:17.065Z | Checking rand_core v0.6.4 |
| 1873 | 2026-05-08T07:43:17.099Z | Checking rand_core v0.10.0 |
| 1874 | 2026-05-08T07:43:17.099Z | Checking critical-section v1.2.0 |
| 1875 | 2026-05-08T07:43:17.206Z | Checking parking_lot v0.12.5 |
| 1876 | 2026-05-08T07:43:17.240Z | Checking tinystr v0.8.2 |
| 1877 | 2026-05-08T07:43:17.244Z | Checking potential_utf v0.1.4 |
| 1878 | 2026-05-08T07:43:17.306Z | Checking zerocopy v0.8.40 |
| 1879 | 2026-05-08T07:43:17.342Z | Checking getrandom v0.4.1 |
| 1880 | 2026-05-08T07:43:17.411Z | Checking signal-hook-registry v1.4.8 |
| 1881 | 2026-05-08T07:43:17.445Z | Checking icu_collections v2.1.1 |
| 1882 | 2026-05-08T07:43:17.448Z | Checking icu_locale_core v2.1.1 |
| 1883 | 2026-05-08T07:43:17.508Z | Checking serde v1.0.228 |
| 1884 | 2026-05-08T07:43:17.508Z | Checking serde_json v1.0.149 |
| 1885 | 2026-05-08T07:43:17.511Z | Checking bitflags v2.11.0 |
| 1886 | 2026-05-08T07:43:17.511Z | Checking once_cell v1.21.3 |
| 1887 | 2026-05-08T07:43:17.634Z | Checking mio v1.2.0 |
| 1888 | 2026-05-08T07:43:17.762Z | Checking socket2 v0.6.3 |
| 1889 | 2026-05-08T07:43:17.802Z | Checking typenum v1.19.0 |
| 1890 | 2026-05-08T07:43:17.845Z | Checking iana-time-zone v0.1.65 |
| 1891 | 2026-05-08T07:43:17.922Z | Checking bytes v1.11.1 |
| 1892 | 2026-05-08T07:43:17.964Z | Checking thiserror v2.0.18 |
| 1893 | 2026-05-08T07:43:17.999Z | Checking chrono v0.4.44 |
| 1894 | 2026-05-08T07:43:18.037Z | Checking uuid v1.23.0 |
| 1895 | 2026-05-08T07:43:18.073Z | Checking icu_provider v2.1.1 |
| 1896 | 2026-05-08T07:43:18.107Z | Checking semver v1.0.28 |
| 1897 | 2026-05-08T07:43:18.231Z | Checking futures-core v0.3.32 |
| 1898 | 2026-05-08T07:43:18.331Z | Checking icu_normalizer v2.1.1 |
| 1899 | 2026-05-08T07:43:18.331Z | Checking icu_properties v2.1.2 |
| 1900 | 2026-05-08T07:43:18.397Z | Checking generic-array v0.14.7 |
| 1901 | 2026-05-08T07:43:18.400Z | Checking tokio v1.52.1 |
| 1902 | 2026-05-08T07:43:18.471Z | Checking equivalent v1.0.2 |
| 1903 | 2026-05-08T07:43:18.519Z | Checking dyn-clone v1.0.20 |
| 1904 | 2026-05-08T07:43:18.594Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1905 | 2026-05-08T07:43:18.648Z | Checking const-oid v0.9.6 |
| 1906 | 2026-05-08T07:43:18.682Z | Checking futures-sink v0.3.32 |
| 1907 | 2026-05-08T07:43:18.805Z | Checking futures-channel v0.3.32 |
| 1908 | 2026-05-08T07:43:18.879Z | Checking crypto-common v0.1.7 |
| 1909 | 2026-05-08T07:43:18.882Z | Checking block-buffer v0.10.4 |
| 1910 | 2026-05-08T07:43:18.946Z | Checking futures-io v0.3.32 |
| 1911 | 2026-05-08T07:43:19.020Z | Checking slab v0.4.12 |
| 1912 | 2026-05-08T07:43:19.054Z | Checking futures-task v0.3.32 |
| 1913 | 2026-05-08T07:43:19.087Z | Checking hashbrown v0.17.0 |
| 1914 | 2026-05-08T07:43:19.090Z | Checking byteorder v1.5.0 |
| 1915 | 2026-05-08T07:43:19.151Z | Checking idna_adapter v1.2.1 |
| 1916 | 2026-05-08T07:43:19.199Z | Checking rustix v1.1.3 |
| 1917 | 2026-05-08T07:43:19.234Z | Checking futures-util v0.3.32 |
| 1918 | 2026-05-08T07:43:19.299Z | Checking idna v1.1.0 |
| 1919 | 2026-05-08T07:43:19.336Z | Checking digest v0.10.7 |
| 1920 | 2026-05-08T07:43:19.371Z | Checking cpufeatures v0.2.17 |
| 1921 | 2026-05-08T07:43:19.468Z | Checking thiserror v1.0.69 |
| 1922 | 2026-05-08T07:43:19.554Z | Checking getrandom v0.3.4 |
| 1923 | 2026-05-08T07:43:19.589Z | Checking url v2.5.8 |
| 1924 | 2026-05-08T07:43:19.591Z | Checking indexmap v2.14.0 |
| 1925 | 2026-05-08T07:43:19.621Z | Checking fnv v1.0.7 |
| 1926 | 2026-05-08T07:43:19.725Z | Checking regex-syntax v0.8.10 |
| 1927 | 2026-05-08T07:43:19.759Z | Checking http v1.4.0 |
| 1928 | 2026-05-08T07:43:20.023Z | Checking ppv-lite86 v0.2.21 |
| 1929 | 2026-05-08T07:43:20.058Z | Checking schemars v0.8.22 |
| 1930 | 2026-05-08T07:43:20.093Z | Checking tracing-core v0.1.36 |
| 1931 | 2026-05-08T07:43:20.236Z | Checking base64 v0.22.1 |
| 1932 | 2026-05-08T07:43:20.351Z | Checking ipnet v2.11.0 |
| 1933 | 2026-05-08T07:43:20.353Z | Checking unicode-ident v1.0.24 |
| 1934 | 2026-05-08T07:43:20.425Z | Checking tracing v0.1.44 |
| 1935 | 2026-05-08T07:43:20.505Z | Checking untrusted v0.9.0 |
| 1936 | 2026-05-08T07:43:20.540Z | Checking proc-macro2 v1.0.106 |
| 1937 | 2026-05-08T07:43:20.635Z | Checking aho-corasick v1.1.4 |
| 1938 | 2026-05-08T07:43:20.672Z | Checking ring v0.17.14 |
| 1939 | 2026-05-08T07:43:20.675Z | Checking utf8parse v0.2.2 |
| 1940 | 2026-05-08T07:43:20.736Z | Checking anstyle v1.0.13 |
| 1941 | 2026-05-08T07:43:20.800Z | Checking rustls-pki-types v1.14.0 |
| 1942 | 2026-05-08T07:43:20.868Z | Checking quote v1.0.45 |
| 1943 | 2026-05-08T07:43:20.940Z | Checking httparse v1.10.1 |
| 1944 | 2026-05-08T07:43:21.054Z | Checking base64ct v1.8.3 |
| 1945 | 2026-05-08T07:43:21.089Z | Checking syn v2.0.117 |
| 1946 | 2026-05-08T07:43:21.123Z | Checking anstyle-parse v0.2.7 |
| 1947 | 2026-05-08T07:43:21.169Z | Checking block-padding v0.3.3 |
| 1948 | 2026-05-08T07:43:21.172Z | Checking is_terminal_polyfill v1.70.2 |
| 1949 | 2026-05-08T07:43:21.295Z | Checking anstyle-query v1.1.5 |
| 1950 | 2026-05-08T07:43:21.329Z | Checking colorchoice v1.0.4 |
| 1951 | 2026-05-08T07:43:21.332Z | Checking regex-automata v0.4.14 |
| 1952 | 2026-05-08T07:43:21.358Z | Checking inout v0.1.4 |
| 1953 | 2026-05-08T07:43:21.360Z | Checking crossbeam-utils v0.8.21 |
| 1954 | 2026-05-08T07:43:21.453Z | Checking allocator-api2 v0.2.21 |
| 1955 | 2026-05-08T07:43:21.456Z | Checking anstream v0.6.21 |
| 1956 | 2026-05-08T07:43:21.524Z | Checking cipher v0.4.4 |
| 1957 | 2026-05-08T07:43:21.630Z | Checking tokio-util v0.7.18 |
| 1958 | 2026-05-08T07:43:21.697Z | Checking http-body v1.0.1 |
| 1959 | 2026-05-08T07:43:21.733Z | Checking terminal_size v0.4.3 |
| 1960 | 2026-05-08T07:43:21.766Z | Checking atomic-waker v1.1.2 |
| 1961 | 2026-05-08T07:43:21.768Z | Checking clap_lex v1.0.0 |
| 1962 | 2026-05-08T07:43:21.768Z | Checking httpdate v1.0.3 |
| 1963 | 2026-05-08T07:43:21.859Z | Checking try-lock v0.2.5 |
| 1964 | 2026-05-08T07:43:21.893Z | Checking strsim v0.11.1 |
| 1965 | 2026-05-08T07:43:21.895Z | Checking pem-rfc7468 v0.7.0 |
| 1966 | 2026-05-08T07:43:21.970Z | Checking sha2 v0.10.9 |
| 1967 | 2026-05-08T07:43:22.008Z | Checking want v0.3.1 |
| 1968 | 2026-05-08T07:43:22.011Z | Checking tower-layer v0.3.3 |
| 1969 | 2026-05-08T07:43:22.077Z | Checking clap_builder v4.5.60 |
| 1970 | 2026-05-08T07:43:22.112Z | Checking pin-utils v0.1.0 |
| 1971 | 2026-05-08T07:43:22.178Z | Checking ryu v1.0.23 |
| 1972 | 2026-05-08T07:43:22.181Z | Checking tower-service v0.3.3 |
| 1973 | 2026-05-08T07:43:22.242Z | Checking rand_core v0.9.5 |
| 1974 | 2026-05-08T07:43:22.275Z | Checking hmac v0.12.1 |
| 1975 | 2026-05-08T07:43:22.278Z | Checking h2 v0.4.13 |
| 1976 | 2026-05-08T07:43:22.341Z | Checking powerfmt v0.2.0 |
| 1977 | 2026-05-08T07:43:22.343Z | Checking num_threads v0.1.7 |
| 1978 | 2026-05-08T07:43:22.431Z | Checking num-conv v0.2.0 |
| 1979 | 2026-05-08T07:43:22.466Z | Checking flagset v0.4.7 |
| 1980 | 2026-05-08T07:43:22.469Z | Checking time-core v0.1.8 |
| 1981 | 2026-05-08T07:43:22.543Z | Checking deranged v0.5.8 |
| 1982 | 2026-05-08T07:43:22.576Z | Checking erased-serde v0.3.31 |
| 1983 | 2026-05-08T07:43:22.614Z | Checking der v0.7.10 |
| 1984 | 2026-05-08T07:43:22.661Z | Checking rand_chacha v0.9.0 |
| 1985 | 2026-05-08T07:43:22.888Z | Checking http-body-util v0.1.3 |
| 1986 | 2026-05-08T07:43:22.976Z | Checking slog v2.8.2 |
| 1987 | 2026-05-08T07:43:23.134Z | Checking spin v0.9.8 |
| 1988 | 2026-05-08T07:43:23.182Z | Checking rand v0.9.2 |
| 1989 | 2026-05-08T07:43:23.258Z | Checking aws-lc-sys v0.37.1 |
| 1990 | 2026-05-08T07:43:23.293Z | Checking clap v4.5.60 |
| 1991 | 2026-05-08T07:43:23.341Z | Checking anyhow v1.0.102 |
| 1992 | 2026-05-08T07:43:23.375Z | Checking untrusted v0.7.1 |
| 1993 | 2026-05-08T07:43:23.378Z | Checking serde_urlencoded v0.7.1 |
| 1994 | 2026-05-08T07:43:23.442Z | Checking openssl-probe v0.2.1 |
| 1995 | 2026-05-08T07:43:23.476Z | Checking time v0.3.47 |
| 1996 | 2026-05-08T07:43:23.513Z | Checking regex v1.12.3 |
| 1997 | 2026-05-08T07:43:23.563Z | Checking fastrand v2.3.0 |
| 1998 | 2026-05-08T07:43:23.598Z | Checking spki v0.7.3 |
| 1999 | 2026-05-08T07:43:23.634Z | Checking pbkdf2 v0.12.2 |
| 2000 | 2026-05-08T07:43:23.672Z | Checking aes v0.8.4 |
| 2001 | 2026-05-08T07:43:23.767Z | Checking pretty-hex v0.4.1 |
| 2002 | 2026-05-08T07:43:23.769Z | Checking cbc v0.1.2 |
| 2003 | 2026-05-08T07:43:23.839Z | Checking aws-lc-rs v1.16.0 |
| 2004 | 2026-05-08T07:43:23.848Z | Checking salsa20 v0.10.2 |
| 2005 | 2026-05-08T07:43:23.864Z | Checking rand_chacha v0.3.1 |
| 2006 | 2026-05-08T07:43:23.934Z | Checking hex v0.4.3 |
| 2007 | 2026-05-08T07:43:23.970Z | Checking plain v0.2.3 |
| 2008 | 2026-05-08T07:43:24.029Z | Checking scrypt v0.11.0 |
| 2009 | 2026-05-08T07:43:24.076Z | Checking tempfile v3.25.0 |
| 2010 | 2026-05-08T07:43:24.109Z | Checking rustls-native-certs v0.8.3 |
| 2011 | 2026-05-08T07:43:24.142Z | Checking rand v0.8.5 |
| 2012 | 2026-05-08T07:43:24.182Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-05-08T07:43:24.216Z | Checking sync_wrapper v1.0.2 |
| 2014 | 2026-05-08T07:43:24.262Z | Checking ucd-trie v0.1.7 |
| 2015 | 2026-05-08T07:43:24.295Z | Checking foldhash v0.2.0 |
| 2016 | 2026-05-08T07:43:24.349Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-05-08T07:43:24.437Z | Checking pest v2.8.6 |
| 2018 | 2026-05-08T07:43:24.439Z | Checking tower v0.5.3 |
| 2019 | 2026-05-08T07:43:24.503Z | Checking hashbrown v0.16.1 |
| 2020 | 2026-05-08T07:43:24.592Z | Checking pkcs5 v0.7.1 |
| 2021 | 2026-05-08T07:43:24.636Z | Checking webpki-roots v1.0.6 |
| 2022 | 2026-05-08T07:43:24.678Z | Checking camino v1.2.2 |
| 2023 | 2026-05-08T07:43:24.715Z | Checking rustls-webpki v0.103.9 |
| 2024 | 2026-05-08T07:43:24.774Z | Checking adler2 v2.0.1 |
| 2025 | 2026-05-08T07:43:24.879Z | Checking iri-string v0.7.10 |
| 2026 | 2026-05-08T07:43:24.884Z | Checking pkcs8 v0.10.2 |
| 2027 | 2026-05-08T07:43:24.915Z | Checking miniz_oxide v0.8.9 |
| 2028 | 2026-05-08T07:43:24.977Z | Checking openapiv3 v2.2.0 |
| 2029 | 2026-05-08T07:43:25.010Z | Checking hyper v1.8.1 |
| 2030 | 2026-05-08T07:43:25.046Z | Checking mime v0.3.17 |
| 2031 | 2026-05-08T07:43:25.115Z | Checking either v1.15.0 |
| 2032 | 2026-05-08T07:43:25.152Z | Checking rustls v0.23.37 |
| 2033 | 2026-05-08T07:43:25.240Z | Checking winnow v0.7.14 |
| 2034 | 2026-05-08T07:43:25.330Z | Checking crc32fast v1.5.0 |
| 2035 | 2026-05-08T07:43:25.366Z | Checking static_assertions v1.1.0 |
| 2036 | 2026-05-08T07:43:25.463Z | Checking oxnet v0.1.5 |
| 2037 | 2026-05-08T07:43:25.503Z | Checking lazy_static v1.5.0 |
| 2038 | 2026-05-08T07:43:25.536Z | Checking signature v2.2.0 |
| 2039 | 2026-05-08T07:43:25.617Z | Checking hubpack v0.1.2 |
| 2040 | 2026-05-08T07:43:25.693Z | Checking encoding_rs v0.8.35 |
| 2041 | 2026-05-08T07:43:25.731Z | Checking strum v0.26.3 |
| 2042 | 2026-05-08T07:43:25.810Z | Checking foreign-types-shared v0.1.1 |
| 2043 | 2026-05-08T07:43:25.867Z | Checking zlib-rs v0.6.2 |
| 2044 | 2026-05-08T07:43:25.921Z | Checking foreign-types v0.3.2 |
| 2045 | 2026-05-08T07:43:25.956Z | Checking tower-http v0.6.8 |
| 2046 | 2026-05-08T07:43:25.963Z | Checking hyper-util v0.1.20 |
| 2047 | 2026-05-08T07:43:26.027Z | Checking sha1 v0.10.6 |
| 2048 | 2026-05-08T07:43:26.214Z | Checking scroll v0.13.0 |
| 2049 | 2026-05-08T07:43:26.263Z | Checking openssl-sys v0.9.114 |
| 2050 | 2026-05-08T07:43:26.294Z | Checking tinyvec_macros v0.1.1 |
| 2051 | 2026-05-08T07:43:26.389Z | Checking tinyvec v1.10.0 |
| 2052 | 2026-05-08T07:43:26.459Z | Checking serde_spanned v0.6.9 |
| 2053 | 2026-05-08T07:43:26.489Z | Checking goblin v0.10.5 |
| 2054 | 2026-05-08T07:43:26.610Z | Checking toml_datetime v0.6.11 |
| 2055 | 2026-05-08T07:43:26.675Z | Checking num-integer v0.1.46 |
| 2056 | 2026-05-08T07:43:26.732Z | Checking memmap2 v0.9.10 |
| 2057 | 2026-05-08T07:43:26.772Z | Checking flate2 v1.1.9 |
| 2058 | 2026-05-08T07:43:26.805Z | Checking openssl v0.10.78 |
| 2059 | 2026-05-08T07:43:26.839Z | Checking data-encoding v2.10.0 |
| 2060 | 2026-05-08T07:43:26.915Z | Checking dtrace-parser v0.3.0 |
| 2061 | 2026-05-08T07:43:26.918Z | Checking thread-id v5.1.0 |
| 2062 | 2026-05-08T07:43:27.054Z | Checking base16ct v0.2.0 |
| 2063 | 2026-05-08T07:43:27.091Z | Checking psl-types v2.0.11 |
| 2064 | 2026-05-08T07:43:27.137Z | Checking bit-vec v0.8.0 |
| 2065 | 2026-05-08T07:43:27.182Z | Checking cookie v0.18.1 |
| 2066 | 2026-05-08T07:43:27.214Z | Checking sec1 v0.7.3 |
| 2067 | 2026-05-08T07:43:27.247Z | Checking publicsuffix v2.3.0 |
| 2068 | 2026-05-08T07:43:27.249Z | Checking ff v0.13.1 |
| 2069 | 2026-05-08T07:43:27.350Z | Checking bit-set v0.8.0 |
| 2070 | 2026-05-08T07:43:27.428Z | Checking wait-timeout v0.2.1 |
| 2071 | 2026-05-08T07:43:27.432Z | Checking cookie_store v0.22.1 |
| 2072 | 2026-05-08T07:43:27.432Z | Checking group v0.13.0 |
| 2073 | 2026-05-08T07:43:27.496Z | Checking num-iter v0.1.45 |
| 2074 | 2026-05-08T07:43:27.556Z | Checking bstr v1.12.1 |
| 2075 | 2026-05-08T07:43:27.559Z | Checking tokio-rustls v0.26.4 |
| 2076 | 2026-05-08T07:43:27.620Z | Checking rustls-platform-verifier v0.6.2 |
| 2077 | 2026-05-08T07:43:27.655Z | Checking hkdf v0.12.4 |
| 2078 | 2026-05-08T07:43:27.658Z | Checking crossbeam-epoch v0.9.18 |
| 2079 | 2026-05-08T07:43:27.784Z | Checking ahash v0.8.12 |
| 2080 | 2026-05-08T07:43:27.818Z | Checking crypto-bigint v0.5.5 |
| 2081 | 2026-05-08T07:43:27.851Z | Checking hyper-rustls v0.27.7 |
| 2082 | 2026-05-08T07:43:27.859Z | Checking quick-error v1.2.3 |
| 2083 | 2026-05-08T07:43:27.928Z | Checking rand_xorshift v0.4.0 |
| 2084 | 2026-05-08T07:43:27.963Z | Checking scroll v0.12.0 |
| 2085 | 2026-05-08T07:43:28.002Z | Checking unarray v0.1.4 |
| 2086 | 2026-05-08T07:43:28.038Z | Checking rusty-fork v0.3.1 |
| 2087 | 2026-05-08T07:43:28.075Z | Checking num-bigint-dig v0.8.6 |
| 2088 | 2026-05-08T07:43:28.110Z | Checking reqwest v0.13.2 |
| 2089 | 2026-05-08T07:43:28.143Z | Checking pkcs1 v0.7.5 |
| 2090 | 2026-05-08T07:43:28.210Z | Checking goblin v0.8.2 |
| 2091 | 2026-05-08T07:43:28.244Z | Checking proptest v1.10.0 |
| 2092 | 2026-05-08T07:43:28.381Z | Checking x509-cert v0.2.5 |
| 2093 | 2026-05-08T07:43:28.723Z | Checking elliptic-curve v0.13.8 |
| 2094 | 2026-05-08T07:43:28.809Z | Checking dof v0.4.0 |
| 2095 | 2026-05-08T07:43:28.845Z | Checking native-tls v0.2.18 |
| 2096 | 2026-05-08T07:43:28.894Z | Checking zerocopy v0.7.35 |
| 2097 | 2026-05-08T07:43:28.982Z | Checking unicode-segmentation v1.12.0 |
| 2098 | 2026-05-08T07:43:29.045Z | Checking tokio-native-tls v0.3.1 |
| 2099 | 2026-05-08T07:43:29.081Z | Checking rsa v0.9.10 |
| 2100 | 2026-05-08T07:43:29.084Z | Checking dtrace-parser v0.2.0 |
| 2101 | 2026-05-08T07:43:29.228Z | Checking hyper-tls v0.6.0 |
| 2102 | 2026-05-08T07:43:29.319Z | Checking rfc6979 v0.4.0 |
| 2103 | 2026-05-08T07:43:29.367Z | Checking thread-id v4.2.2 |
| 2104 | 2026-05-08T07:43:29.402Z | Checking toml_write v0.1.2 |
| 2105 | 2026-05-08T07:43:29.434Z | Checking reqwest v0.12.28 |
| 2106 | 2026-05-08T07:43:29.468Z | Checking usdt-impl v0.6.0 |
| 2107 | 2026-05-08T07:43:29.472Z | Checking ecdsa v0.16.9 |
| 2108 | 2026-05-08T07:43:29.472Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2109 | 2026-05-08T07:43:29.567Z | Checking curve25519-dalek v4.1.3 |
| 2110 | 2026-05-08T07:43:29.602Z | Checking toml_edit v0.22.27 |
| 2111 | 2026-05-08T07:43:29.768Z | Checking usdt v0.6.0 |
| 2112 | 2026-05-08T07:43:29.854Z | Checking memoffset v0.9.1 |
| 2113 | 2026-05-08T07:43:29.888Z | Checking rustix v0.38.44 |
| 2114 | 2026-05-08T07:43:29.959Z | Checking env_filter v1.0.0 |
| 2115 | 2026-05-08T07:43:29.962Z | Checking keccak v0.1.6 |
| 2116 | 2026-05-08T07:43:30.032Z | Checking newtype-uuid v1.3.2 |
| 2117 | 2026-05-08T07:43:30.120Z | Checking dof v0.3.0 |
| 2118 | 2026-05-08T07:43:30.155Z | Checking sha3 v0.10.8 |
| 2119 | 2026-05-08T07:43:30.190Z | Checking env_logger v0.11.9 |
| 2120 | 2026-05-08T07:43:30.256Z | Checking daft v0.1.5 |
| 2121 | 2026-05-08T07:43:30.304Z | Checking ed25519 v2.2.3 |
| 2122 | 2026-05-08T07:43:30.374Z | Checking itertools v0.13.0 |
| 2123 | 2026-05-08T07:43:30.409Z | Checking serde_with v3.17.0 |
| 2124 | 2026-05-08T07:43:30.443Z | Checking siphasher v1.0.2 |
| 2125 | 2026-05-08T07:43:30.446Z | Checking usdt-impl v0.5.0 |
| 2126 | 2026-05-08T07:43:30.516Z | Checking bitflags v1.3.2 |
| 2127 | 2026-05-08T07:43:30.551Z | Checking ed25519-dalek v2.2.0 |
| 2128 | 2026-05-08T07:43:30.616Z | Checking unicode-normalization v0.1.25 |
| 2129 | 2026-05-08T07:43:30.652Z | Checking signal-hook v0.3.18 |
| 2130 | 2026-05-08T07:43:30.717Z | Checking managed v0.8.0 |
| 2131 | 2026-05-08T07:43:30.752Z | Checking winnow v0.5.40 |
| 2132 | 2026-05-08T07:43:30.786Z | Checking nix v0.31.2 |
| 2133 | 2026-05-08T07:43:30.819Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2134 | 2026-05-08T07:43:30.868Z | Checking object v0.37.3 |
| 2135 | 2026-05-08T07:43:30.928Z | Checking foldhash v0.1.5 |
| 2136 | 2026-05-08T07:43:30.931Z | Checking bzip2 v0.4.4 |
| 2137 | 2026-05-08T07:43:31.042Z | Checking signal-hook-mio v0.2.5 |
| 2138 | 2026-05-08T07:43:31.087Z | Checking hashbrown v0.15.5 |
| 2139 | 2026-05-08T07:43:31.145Z | Checking ref-cast v1.0.25 |
| 2140 | 2026-05-08T07:43:31.179Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2141 | 2026-05-08T07:43:31.268Z | Checking zip v0.6.6 |
| 2142 | 2026-05-08T07:43:31.318Z | Checking zstd-safe v7.2.4 |
| 2143 | 2026-05-08T07:43:31.421Z | Checking libbz2-rs-sys v0.2.2 |
| 2144 | 2026-05-08T07:43:31.507Z | Checking bumpalo v3.20.2 |
| 2145 | 2026-05-08T07:43:31.571Z | Checking zstd v0.13.3 |
| 2146 | 2026-05-08T07:43:31.609Z | Checking crossterm v0.28.1 |
| 2147 | 2026-05-08T07:43:31.728Z | Checking zopfli v0.8.3 |
| 2148 | 2026-05-08T07:43:31.788Z | Checking similar v2.7.0 |
| 2149 | 2026-05-08T07:43:31.823Z | Checking tokio-stream v0.1.18 |
| 2150 | 2026-05-08T07:43:31.857Z | Checking bzip2 v0.6.1 |
| 2151 | 2026-05-08T07:43:31.860Z | Checking fs-err v3.3.0 |
| 2152 | 2026-05-08T07:43:31.921Z | Checking toml_edit v0.19.15 |
| 2153 | 2026-05-08T07:43:32.042Z | Checking hash32 v0.2.1 |
| 2154 | 2026-05-08T07:43:32.079Z | Checking serde-big-array v0.5.1 |
| 2155 | 2026-05-08T07:43:32.189Z | Checking predicates-core v1.0.10 |
| 2156 | 2026-05-08T07:43:32.224Z | Checking unicode-properties v0.1.4 |
| 2157 | 2026-05-08T07:43:32.227Z | Checking unicode-bidi v0.3.18 |
| 2158 | 2026-05-08T07:43:32.227Z | Checking jiff v0.2.21 |
| 2159 | 2026-05-08T07:43:32.319Z | Checking heapless v0.7.17 |
| 2160 | 2026-05-08T07:43:32.354Z | Checking hickory-proto v0.25.2 |
| 2161 | 2026-05-08T07:43:32.357Z | Checking md-5 v0.10.6 |
| 2162 | 2026-05-08T07:43:32.432Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2163 | 2026-05-08T07:43:32.518Z | Checking float-cmp v0.10.0 |
| 2164 | 2026-05-08T07:43:32.598Z | Checking stringprep v0.1.5 |
| 2165 | 2026-05-08T07:43:32.657Z | Checking fallible-iterator v0.2.0 |
| 2166 | 2026-05-08T07:43:32.691Z | Checking rustc-hash v2.1.1 |
| 2167 | 2026-05-08T07:43:32.749Z | Checking difflib v0.4.0 |
| 2168 | 2026-05-08T07:43:32.783Z | Checking normalize-line-endings v0.3.0 |
| 2169 | 2026-05-08T07:43:32.825Z | Checking iddqd v0.3.18 |
| 2170 | 2026-05-08T07:43:32.899Z | Checking smoltcp v0.9.1 |
| 2171 | 2026-05-08T07:43:32.941Z | Checking toml v0.7.8 |
| 2172 | 2026-05-08T07:43:32.976Z | Checking postgres-protocol v0.6.10 |
| 2173 | 2026-05-08T07:43:32.979Z | Checking predicates v3.1.4 |
| 2174 | 2026-05-08T07:43:33.179Z | Checking phf_shared v0.13.1 |
| 2175 | 2026-05-08T07:43:33.270Z | Checking phf_shared v0.11.3 |
| 2176 | 2026-05-08T07:43:33.318Z | Checking buf-list v1.1.2 |
| 2177 | 2026-05-08T07:43:33.358Z | Checking strum v0.27.2 |
| 2178 | 2026-05-08T07:43:33.402Z | Checking precomputed-hash v0.1.1 |
| 2179 | 2026-05-08T07:43:33.443Z | Checking new_debug_unreachable v1.0.6 |
| 2180 | 2026-05-08T07:43:33.499Z | Checking lalrpop-util v0.19.12 |
| 2181 | 2026-05-08T07:43:33.530Z | Checking fixedbitset v0.4.2 |
| 2182 | 2026-05-08T07:43:33.535Z | Checking fixedbitset v0.5.7 |
| 2183 | 2026-05-08T07:43:33.535Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2184 | 2026-05-08T07:43:33.626Z | Checking string_cache v0.8.9 |
| 2185 | 2026-05-08T07:43:33.677Z | Checking phf v0.13.1 |
| 2186 | 2026-05-08T07:43:33.712Z | Checking petgraph v0.6.5 |
| 2187 | 2026-05-08T07:43:33.714Z | Checking postgres-types v0.2.12 |
| 2188 | 2026-05-08T07:43:33.783Z | Checking petgraph v0.8.3 |
| 2189 | 2026-05-08T07:43:33.817Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2190 | 2026-05-08T07:43:33.853Z | Checking whoami v2.1.0 |
| 2191 | 2026-05-08T07:43:34.074Z | Checking peg-runtime v0.8.5 |
| 2192 | 2026-05-08T07:43:34.111Z | Checking tokio-postgres v0.7.16 |
| 2193 | 2026-05-08T07:43:34.243Z | Checking futures-executor v0.3.32 |
| 2194 | 2026-05-08T07:43:34.282Z | Checking is-terminal v0.4.17 |
| 2195 | 2026-05-08T07:43:34.400Z | Checking crossbeam-channel v0.5.15 |
| 2196 | 2026-05-08T07:43:34.435Z | Checking futures v0.3.32 |
| 2197 | 2026-05-08T07:43:34.492Z | Checking zip v4.6.1 |
| 2198 | 2026-05-08T07:43:34.538Z | Compiling structmeta-derive v0.3.0 |
| 2199 | 2026-05-08T07:43:34.753Z | Checking thread_local v1.1.9 |
| 2200 | 2026-05-08T07:43:34.951Z | Checking take_mut v0.2.2 |
| 2201 | 2026-05-08T07:43:34.986Z | Checking term v1.2.1 |
| 2202 | 2026-05-08T07:43:35.081Z | Checking slog-async v2.8.0 |
| 2203 | 2026-05-08T07:43:35.084Z | Compiling newtype-uuid-macros v0.1.0 |
| 2204 | 2026-05-08T07:43:35.170Z | Compiling rustls v0.22.4 |
| 2205 | 2026-05-08T07:43:35.232Z | Checking slog-term v2.9.2 |
| 2206 | 2026-05-08T07:43:35.288Z | Compiling multer v3.1.0 |
| 2207 | 2026-05-08T07:43:35.363Z | Compiling async-stream-impl v0.3.6 |
| 2208 | 2026-05-08T07:43:35.399Z | Compiling dropshot v0.17.0 |
| 2209 | 2026-05-08T07:43:35.475Z | Compiling dropshot_endpoint v0.17.0 |
| 2210 | 2026-05-08T07:43:35.543Z | Checking match_cfg v0.1.0 |
| 2211 | 2026-05-08T07:43:35.586Z | Checking slog-json v2.6.1 |
| 2212 | 2026-05-08T07:43:35.639Z | Checking hostname v0.3.1 |
| 2213 | 2026-05-08T07:43:35.675Z | Compiling structmeta v0.3.0 |
| 2214 | 2026-05-08T07:43:35.763Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-05-08T07:43:35.798Z | Checking debug-ignore v1.0.5 |
| 2216 | 2026-05-08T07:43:35.801Z | Checking slog-bunyan v2.5.0 |
| 2217 | 2026-05-08T07:43:35.916Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2218 | 2026-05-08T07:43:35.919Z | Compiling derive-ex v0.1.8 |
| 2219 | 2026-05-08T07:43:35.984Z | Checking serde_spanned v1.0.4 |
| 2220 | 2026-05-08T07:43:35.987Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2221 | 2026-05-08T07:43:35.987Z | Checking rustls-webpki v0.102.8 |
| 2222 | 2026-05-08T07:43:36.081Z | Checking serde_path_to_error v0.1.20 |
| 2223 | 2026-05-08T07:43:36.141Z | Checking async-stream v0.3.6 |
| 2224 | 2026-05-08T07:43:36.246Z | Checking waitgroup v0.1.2 |
| 2225 | 2026-05-08T07:43:36.298Z | Checking rustls-pemfile v2.2.0 |
| 2226 | 2026-05-08T07:43:36.377Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2227 | 2026-05-08T07:43:36.407Z | Checking hostname v0.4.2 |
| 2228 | 2026-05-08T07:43:36.410Z | Checking compression-core v0.4.31 |
| 2229 | 2026-05-08T07:43:36.474Z | Checking progenitor-client v0.14.0 |
| 2230 | 2026-05-08T07:43:36.474Z | Checking regress v0.10.5 |
| 2231 | 2026-05-08T07:43:36.565Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2232 | 2026-05-08T07:43:36.599Z | Checking compression-codecs v0.4.37 |
| 2233 | 2026-05-08T07:43:36.602Z | Checking toml v1.0.6+spec-1.1.0 |
| 2234 | 2026-05-08T07:43:36.702Z | Compiling parse-display-derive v0.10.0 |
| 2235 | 2026-05-08T07:43:36.790Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2236 | 2026-05-08T07:43:36.825Z | Checking async-compression v0.4.41 |
| 2237 | 2026-05-08T07:43:36.962Z | Checking itertools v0.14.0 |
| 2238 | 2026-05-08T07:43:37.093Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2239 | 2026-05-08T07:43:37.229Z | Checking macaddr v1.0.1 |
| 2240 | 2026-05-08T07:43:37.264Z | Checking instant v0.1.13 |
| 2241 | 2026-05-08T07:43:37.377Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2242 | 2026-05-08T07:43:37.435Z | Checking progenitor-client v0.10.0 |
| 2243 | 2026-05-08T07:43:37.516Z | Checking backoff v0.4.0 |
| 2244 | 2026-05-08T07:43:37.609Z | Compiling test-strategy v0.4.5 |
| 2245 | 2026-05-08T07:43:37.643Z | Checking backon v1.6.0 |
| 2246 | 2026-05-08T07:43:37.685Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2247 | 2026-05-08T07:43:37.719Z | Checking unicode-width v0.2.0 |
| 2248 | 2026-05-08T07:43:37.835Z | Checking progenitor-extras v0.2.0 |
| 2249 | 2026-05-08T07:43:37.927Z | Checking tokio-rustls v0.25.0 |
| 2250 | 2026-05-08T07:43:37.963Z | Checking heck v0.5.0 |
| 2251 | 2026-05-08T07:43:37.994Z | Compiling convert_case v0.4.0 |
| 2252 | 2026-05-08T07:43:38.026Z | Checking half v2.7.1 |
| 2253 | 2026-05-08T07:43:38.078Z | Checking ciborium-io v0.2.2 |
| 2254 | 2026-05-08T07:43:38.112Z | Checking secrecy v0.10.3 |
| 2255 | 2026-05-08T07:43:38.187Z | Compiling regress v0.11.1 |
| 2256 | 2026-05-08T07:43:38.219Z | Checking indent_write v2.2.0 |
| 2257 | 2026-05-08T07:43:38.253Z | Compiling unsafe-libyaml v0.2.11 |
| 2258 | 2026-05-08T07:43:38.305Z | Checking ciborium-ll v0.2.2 |
| 2259 | 2026-05-08T07:43:38.369Z | Checking camino-tempfile v1.4.1 |
| 2260 | 2026-05-08T07:43:38.402Z | Checking parse-display v0.10.0 |
| 2261 | 2026-05-08T07:43:38.405Z | Compiling derive_more v0.99.20 |
| 2262 | 2026-05-08T07:43:38.501Z | Checking ciborium v0.2.2 |
| 2263 | 2026-05-08T07:43:38.548Z | Checking universal-hash v0.5.1 |
| 2264 | 2026-05-08T07:43:38.607Z | Checking opaque-debug v0.3.1 |
| 2265 | 2026-05-08T07:43:38.697Z | Compiling crucible-workspace-hack v0.1.0 |
| 2266 | 2026-05-08T07:43:38.732Z | Checking aead v0.5.2 |
| 2267 | 2026-05-08T07:43:38.896Z | Compiling serde_yaml v0.9.34+deprecated |
| 2268 | 2026-05-08T07:43:38.962Z | Checking poly1305 v0.8.0 |
| 2269 | 2026-05-08T07:43:39.112Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2270 | 2026-05-08T07:43:39.146Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2271 | 2026-05-08T07:43:39.252Z | Checking chacha20 v0.9.1 |
| 2272 | 2026-05-08T07:43:39.473Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2273 | 2026-05-08T07:43:39.508Z | Checking password-hash v0.5.0 |
| 2274 | 2026-05-08T07:43:39.543Z | Checking blake2 v0.10.6 |
| 2275 | 2026-05-08T07:43:39.760Z | Compiling typify-impl v0.6.2 |
| 2276 | 2026-05-08T07:43:39.804Z | Checking argon2 v0.5.3 |
| 2277 | 2026-05-08T07:43:40.074Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2278 | 2026-05-08T07:43:40.181Z | Checking chacha20poly1305 v0.10.1 |
| 2279 | 2026-05-08T07:43:40.383Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2280 | 2026-05-08T07:43:40.418Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2281 | 2026-05-08T07:43:40.708Z | Checking byte-wrapper v0.1.0 |
| 2282 | 2026-05-08T07:43:40.743Z | Checking thiserror-no-std v2.0.2 |
| 2283 | 2026-05-08T07:43:40.746Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2284 | 2026-05-08T07:43:40.861Z | Checking vsss-rs v3.3.4 |
| 2285 | 2026-05-08T07:43:40.953Z | Checking swrite v0.1.0 |
| 2286 | 2026-05-08T07:43:41.007Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2287 | 2026-05-08T07:43:41.049Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2288 | 2026-05-08T07:43:41.082Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2289 | 2026-05-08T07:43:41.416Z | Checking crossbeam-deque v0.8.6 |
| 2290 | 2026-05-08T07:43:41.625Z | Compiling rayon-core v1.13.0 |
| 2291 | 2026-05-08T07:43:41.693Z | Checking toml v0.8.23 |
| 2292 | 2026-05-08T07:43:41.752Z | Compiling proc-macro-error v1.0.4 |
| 2293 | 2026-05-08T07:43:41.991Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2294 | 2026-05-08T07:43:42.033Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2295 | 2026-05-08T07:43:42.086Z | Checking unicode-width v0.1.14 |
| 2296 | 2026-05-08T07:43:42.231Z | Checking rayon v1.11.0 |
| 2297 | 2026-05-08T07:43:42.365Z | Checking glob v0.3.3 |
| 2298 | 2026-05-08T07:43:42.500Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2299 | 2026-05-08T07:43:42.569Z | Checking tabwriter v1.4.1 |
| 2300 | 2026-05-08T07:43:42.602Z | Compiling proc-macro-crate v3.4.0 |
| 2301 | 2026-05-08T07:43:42.633Z | Compiling heapless v0.8.0 |
| 2302 | 2026-05-08T07:43:42.742Z | Compiling ingot-macros v0.1.1 |
| 2303 | 2026-05-08T07:43:43.113Z | Checking hash32 v0.3.1 |
| 2304 | 2026-05-08T07:43:43.146Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2305 | 2026-05-08T07:43:43.177Z | Compiling smoltcp v0.11.0 |
| 2306 | 2026-05-08T07:43:43.211Z | Checking cobs v0.3.0 |
| 2307 | 2026-05-08T07:43:43.407Z | Compiling usdt-macro v0.5.0 |
| 2308 | 2026-05-08T07:43:43.448Z | Compiling usdt-attr-macro v0.5.0 |
| 2309 | 2026-05-08T07:43:43.583Z | Checking memmap v0.7.0 |
| 2310 | 2026-05-08T07:43:43.667Z | Checking colored v3.1.1 |
| 2311 | 2026-05-08T07:43:43.700Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2312 | 2026-05-08T07:43:43.895Z | Checking postcard v1.1.3 |
| 2313 | 2026-05-08T07:43:43.972Z | Compiling num_enum_derive v0.7.5 |
| 2314 | 2026-05-08T07:43:44.161Z | Compiling proc-macro-crate v1.3.1 |
| 2315 | 2026-05-08T07:43:44.219Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2316 | 2026-05-08T07:43:44.252Z | Checking usdt v0.5.0 |
| 2317 | 2026-05-08T07:43:44.338Z | Compiling typify-macro v0.6.2 |
| 2318 | 2026-05-08T07:43:44.375Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2319 | 2026-05-08T07:43:44.439Z | Checking sigpipe v0.1.3 |
| 2320 | 2026-05-08T07:43:44.473Z | Compiling foreign-types-macros v0.2.3 |
| 2321 | 2026-05-08T07:43:44.545Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2322 | 2026-05-08T07:43:44.603Z | Checking foreign-types-shared v0.3.1 |
| 2323 | 2026-05-08T07:43:44.723Z | Checking cpufeatures v0.3.0 |
| 2324 | 2026-05-08T07:43:44.827Z | Checking chacha20 v0.10.0 |
| 2325 | 2026-05-08T07:43:44.860Z | Compiling num_enum_derive v0.5.11 |
| 2326 | 2026-05-08T07:43:45.051Z | Checking num_enum v0.7.5 |
| 2327 | 2026-05-08T07:43:45.084Z | Checking foreign-types v0.5.0 |
| 2328 | 2026-05-08T07:43:45.084Z | Checking cstr-argument v0.1.2 |
| 2329 | 2026-05-08T07:43:45.190Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-05-08T07:43:45.223Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2331 | 2026-05-08T07:43:45.255Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2332 | 2026-05-08T07:43:45.286Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2333 | 2026-05-08T07:43:45.527Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2334 | 2026-05-08T07:43:45.568Z | Checking rand v0.10.0 |
| 2335 | 2026-05-08T07:43:45.619Z | Checking ingot-types v0.1.2 |
| 2336 | 2026-05-08T07:43:45.666Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2337 | 2026-05-08T07:43:45.719Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2338 | 2026-05-08T07:43:45.750Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2339 | 2026-05-08T07:43:45.802Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2340 | 2026-05-08T07:43:45.901Z | Compiling zone_cfg_derive v0.3.1 |
| 2341 | 2026-05-08T07:43:45.935Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2342 | 2026-05-08T07:43:45.969Z | Checking num_enum v0.5.11 |
| 2343 | 2026-05-08T07:43:46.009Z | Checking ingot v0.1.1 |
| 2344 | 2026-05-08T07:43:46.108Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2345 | 2026-05-08T07:43:46.171Z | Checking itertools v0.12.1 |
| 2346 | 2026-05-08T07:43:46.174Z | Compiling typify v0.6.2 |
| 2347 | 2026-05-08T07:43:46.333Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-05-08T07:43:46.336Z | Checking progenitor-impl v0.14.0 |
| 2349 | 2026-05-08T07:43:46.563Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2350 | 2026-05-08T07:43:46.943Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2351 | 2026-05-08T07:43:47.004Z | Checking smf v0.2.3 |
| 2352 | 2026-05-08T07:43:47.121Z | Checking whoami v1.6.1 |
| 2353 | 2026-05-08T07:43:47.193Z | Checking zone v0.3.1 |
| 2354 | 2026-05-08T07:43:47.244Z | Checking tokio-dtrace v0.1.1 |
| 2355 | 2026-05-08T07:43:47.278Z | Compiling derive-where v1.6.0 |
| 2356 | 2026-05-08T07:43:47.309Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2357 | 2026-05-08T07:43:47.342Z | Checking console v0.15.11 |
| 2358 | 2026-05-08T07:43:47.452Z | Checking oxide-tokio-rt v0.1.4 |
| 2359 | 2026-05-08T07:43:47.553Z | Checking atomicwrites v0.4.4 |
| 2360 | 2026-05-08T07:43:47.587Z | Checking newline-converter v0.3.0 |
| 2361 | 2026-05-08T07:43:47.643Z | Checking num-rational v0.4.2 |
| 2362 | 2026-05-08T07:43:47.646Z | Checking num-complex v0.4.6 |
| 2363 | 2026-05-08T07:43:47.708Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2364 | 2026-05-08T07:43:47.711Z | Checking bytecount v0.6.9 |
| 2365 | 2026-05-08T07:43:47.771Z | Checking expectorate v1.2.0 |
| 2366 | 2026-05-08T07:43:47.868Z | Checking float-ord v0.3.2 |
| 2367 | 2026-05-08T07:43:47.956Z | Compiling owo-colors v4.3.0 |
| 2368 | 2026-05-08T07:43:47.998Z | Compiling cancel-safe-futures v0.1.5 |
| 2369 | 2026-05-08T07:43:48.036Z | Checking num v0.4.3 |
| 2370 | 2026-05-08T07:43:48.135Z | Checking libsw-core v0.3.2 |
| 2371 | 2026-05-08T07:43:48.272Z | Compiling prettyplease v0.2.37 |
| 2372 | 2026-05-08T07:43:48.336Z | Checking libsw v3.5.0 |
| 2373 | 2026-05-08T07:43:48.595Z | Checking same-file v1.0.6 |
| 2374 | 2026-05-08T07:43:48.598Z | Checking linear-map v1.2.0 |
| 2375 | 2026-05-08T07:43:48.740Z | Checking walkdir v2.5.0 |
| 2376 | 2026-05-08T07:43:48.817Z | Checking gethostname v0.5.0 |
| 2377 | 2026-05-08T07:43:48.850Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2378 | 2026-05-08T07:43:48.884Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2379 | 2026-05-08T07:43:48.928Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2380 | 2026-05-08T07:43:48.961Z | Compiling async-recursion v1.1.1 |
| 2381 | 2026-05-08T07:43:48.964Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2382 | 2026-05-08T07:43:49.026Z | Compiling progenitor-macro v0.14.0 |
| 2383 | 2026-05-08T07:43:49.640Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2384 | 2026-05-08T07:43:49.935Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2385 | 2026-05-08T07:43:51.137Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2386 | 2026-05-08T07:43:52.265Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2387 | 2026-05-08T07:43:52.717Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2388 | 2026-05-08T07:43:53.702Z | Checking smawk v0.3.2 |
| 2389 | 2026-05-08T07:43:53.833Z | Checking unicode-linebreak v0.1.5 |
| 2390 | 2026-05-08T07:43:53.865Z | Checking resolv-conf v0.7.6 |
| 2391 | 2026-05-08T07:43:53.946Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2392 | 2026-05-08T07:43:53.979Z | Checking progenitor v0.14.0 |
| 2393 | 2026-05-08T07:43:54.069Z | Checking papergrid v0.11.0 |
| 2394 | 2026-05-08T07:43:54.133Z | Compiling tabled_derive v0.7.0 |
| 2395 | 2026-05-08T07:43:54.166Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2396 | 2026-05-08T07:43:54.202Z | Checking globset v0.4.18 |
| 2397 | 2026-05-08T07:43:54.205Z | Compiling convert_case v0.10.0 |
| 2398 | 2026-05-08T07:43:54.375Z | Compiling slog-dtrace v0.3.0 |
| 2399 | 2026-05-08T07:43:54.574Z | Compiling derive_more-impl v2.1.1 |
| 2400 | 2026-05-08T07:43:54.639Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2401 | 2026-05-08T07:43:54.727Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2402 | 2026-05-08T07:43:54.879Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2403 | 2026-05-08T07:43:55.123Z | Checking tabled v0.15.0 |
| 2404 | 2026-05-08T07:43:55.413Z | Checking derive_more v2.1.1 |
| 2405 | 2026-05-08T07:43:55.521Z | Checking crossterm v0.29.0 |
| 2406 | 2026-05-08T07:43:55.566Z | Compiling pin-project-internal v1.1.11 |
| 2407 | 2026-05-08T07:43:55.599Z | Checking pem v3.0.6 |
| 2408 | 2026-05-08T07:43:55.662Z | Checking fd-lock v4.0.4 |
| 2409 | 2026-05-08T07:43:55.790Z | Checking vte v0.14.1 |
| 2410 | 2026-05-08T07:43:55.824Z | Checking display-error-chain v0.2.2 |
| 2411 | 2026-05-08T07:43:55.973Z | Checking strip-ansi-escapes v0.2.1 |
| 2412 | 2026-05-08T07:43:55.975Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2413 | 2026-05-08T07:43:56.099Z | Compiling snafu-derive v0.8.9 |
| 2414 | 2026-05-08T07:43:56.133Z | Checking termtree v0.5.1 |
| 2415 | 2026-05-08T07:43:56.171Z | Checking nu-ansi-term v0.50.3 |
| 2416 | 2026-05-08T07:43:56.302Z | Checking linked-hash-map v0.5.6 |
| 2417 | 2026-05-08T07:43:56.353Z | Checking textwrap v0.16.2 |
| 2418 | 2026-05-08T07:43:56.414Z | Checking reedline v0.40.0 |
| 2419 | 2026-05-08T07:43:56.501Z | Checking lru-cache v0.1.2 |
| 2420 | 2026-05-08T07:43:56.591Z | Checking olpc-cjson v0.1.4 |
| 2421 | 2026-05-08T07:43:56.650Z | Checking hickory-proto v0.24.4 |
| 2422 | 2026-05-08T07:43:56.725Z | Checking pin-project v1.1.11 |
| 2423 | 2026-05-08T07:43:56.757Z | Checking serde_plain v1.0.2 |
| 2424 | 2026-05-08T07:43:56.790Z | Compiling minimal-lexical v0.2.1 |
| 2425 | 2026-05-08T07:43:56.847Z | Checking typed-path v0.9.3 |
| 2426 | 2026-05-08T07:43:56.930Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2427 | 2026-05-08T07:43:57.075Z | Compiling nom v7.1.3 |
| 2428 | 2026-05-08T07:43:57.496Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2429 | 2026-05-08T07:43:57.587Z | Compiling ar_archive_writer v0.5.1 |
| 2430 | 2026-05-08T07:43:57.636Z | Checking humantime v2.3.0 |
| 2431 | 2026-05-08T07:43:57.847Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2432 | 2026-05-08T07:43:58.029Z | Checking snafu v0.8.9 |
| 2433 | 2026-05-08T07:43:58.071Z | Checking csv-core v0.1.13 |
| 2434 | 2026-05-08T07:43:58.106Z | Compiling stacker v0.1.23 |
| 2435 | 2026-05-08T07:43:58.278Z | Checking csv v1.4.0 |
| 2436 | 2026-05-08T07:43:58.310Z | Checking tough v0.20.0 |
| 2437 | 2026-05-08T07:43:58.344Z | Compiling semver v0.1.20 |
| 2438 | 2026-05-08T07:43:58.389Z | Checking highway v1.3.0 |
| 2439 | 2026-05-08T07:43:58.422Z | Compiling cfg_aliases v0.1.1 |
| 2440 | 2026-05-08T07:43:58.425Z | Checking hickory-resolver v0.24.4 |
| 2441 | 2026-05-08T07:43:58.513Z | Compiling psm v0.1.30 |
| 2442 | 2026-05-08T07:43:58.529Z | Compiling nix v0.28.0 |
| 2443 | 2026-05-08T07:43:58.636Z | Compiling rustc_version v0.1.7 |
| 2444 | 2026-05-08T07:43:58.670Z | Checking nibble_vec v0.1.0 |
| 2445 | 2026-05-08T07:43:58.743Z | Checking endian-type v0.1.2 |
| 2446 | 2026-05-08T07:43:58.856Z | Checking home v0.5.12 |
| 2447 | 2026-05-08T07:43:58.893Z | Compiling newtype_derive v0.1.6 |
| 2448 | 2026-05-08T07:43:58.927Z | Checking radix_trie v0.2.1 |
| 2449 | 2026-05-08T07:43:58.989Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2450 | 2026-05-08T07:43:59.054Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2451 | 2026-05-08T07:43:59.131Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2452 | 2026-05-08T07:43:59.162Z | Checking phf_shared v0.12.1 |
| 2453 | 2026-05-08T07:43:59.212Z | Checking qorb v0.4.1 |
| 2454 | 2026-05-08T07:43:59.326Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2455 | 2026-05-08T07:43:59.396Z | Compiling chrono-tz v0.10.4 |
| 2456 | 2026-05-08T07:43:59.492Z | Checking phf v0.12.1 |
| 2457 | 2026-05-08T07:43:59.704Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2458 | 2026-05-08T07:43:59.735Z | Compiling const_format_proc_macros v0.2.34 |
| 2459 | 2026-05-08T07:43:59.766Z | Checking recursive v0.1.1 |
| 2460 | 2026-05-08T07:43:59.886Z | Compiling peg-macros v0.8.5 |
| 2461 | 2026-05-08T07:43:59.920Z | Checking winnow v0.6.26 |
| 2462 | 2026-05-08T07:44:00.298Z | Compiling sqlparser_derive v0.5.0 |
| 2463 | 2026-05-08T07:44:00.438Z | Checking unicode_categories v0.1.1 |
| 2464 | 2026-05-08T07:44:00.634Z | Checking const_format v0.2.35 |
| 2465 | 2026-05-08T07:44:00.666Z | Checking rustyline v14.0.0 |
| 2466 | 2026-05-08T07:44:01.122Z | Checking sqlparser v0.61.0 |
| 2467 | 2026-05-08T07:44:01.157Z | Checking sqlformat v0.3.5 |
| 2468 | 2026-05-08T07:44:01.327Z | Checking peg v0.8.5 |
| 2469 | 2026-05-08T07:44:01.403Z | Checking bcs v0.1.6 |
| 2470 | 2026-05-08T07:44:01.435Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2471 | 2026-05-08T07:44:01.620Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2472 | 2026-05-08T07:44:01.653Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389) |
| 2473 | 2026-05-08T07:44:01.685Z | Checking steno v0.4.1 |
| 2474 | 2026-05-08T07:44:01.854Z | Checking filetime v0.2.27 |
| 2475 | 2026-05-08T07:44:01.930Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389) |
| 2476 | 2026-05-08T07:44:01.962Z | Checking xattr v1.6.1 |
| 2477 | 2026-05-08T07:44:02.017Z | Checking subprocess v0.2.15 |
| 2478 | 2026-05-08T07:44:02.117Z | Checking tar v0.4.45 |
| 2479 | 2026-05-08T07:44:02.531Z | Checking base64 v0.21.7 |
| 2480 | 2026-05-08T07:44:02.619Z | Checking headers-core v0.3.0 |
| 2481 | 2026-05-08T07:44:02.712Z | Checking yasna v0.5.2 |
| 2482 | 2026-05-08T07:44:02.750Z | Checking headers v0.4.1 |
| 2483 | 2026-05-08T07:44:02.797Z | Checking dropshot-api-manager-types v0.7.1 |
| 2484 | 2026-05-08T07:44:02.998Z | Compiling progenitor-impl v0.13.0 |
| 2485 | 2026-05-08T07:44:03.120Z | Checking rcgen v0.12.1 |
| 2486 | 2026-05-08T07:44:03.339Z | Checking progenitor-client v0.13.0 |
| 2487 | 2026-05-08T07:44:03.455Z | Checking tagptr v0.2.0 |
| 2488 | 2026-05-08T07:44:03.605Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2489 | 2026-05-08T07:44:03.638Z | Checking moka v0.12.13 |
| 2490 | 2026-05-08T07:44:03.811Z | Checking utf-8 v0.7.6 |
| 2491 | 2026-05-08T07:44:03.979Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2492 | 2026-05-08T07:44:04.156Z | Compiling libefi-sys v0.1.0 |
| 2493 | 2026-05-08T07:44:04.190Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2494 | 2026-05-08T07:44:04.194Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2495 | 2026-05-08T07:44:04.301Z | Checking hickory-resolver v0.25.2 |
| 2496 | 2026-05-08T07:44:04.415Z | Compiling bitfield-struct v0.6.2 |
| 2497 | 2026-05-08T07:44:04.863Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2498 | 2026-05-08T07:44:04.976Z | Compiling radium v0.7.0 |
| 2499 | 2026-05-08T07:44:05.031Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2500 | 2026-05-08T07:44:05.071Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2501 | 2026-05-08T07:44:05.333Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2502 | 2026-05-08T07:44:05.368Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2503 | 2026-05-08T07:44:05.469Z | Checking tungstenite v0.21.0 |
| 2504 | 2026-05-08T07:44:05.515Z | Checking tap v1.0.1 |
| 2505 | 2026-05-08T07:44:05.573Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2506 | 2026-05-08T07:44:05.575Z | Compiling maybe-uninit v2.0.0 |
| 2507 | 2026-05-08T07:44:05.669Z | Compiling progenitor-macro v0.13.0 |
| 2508 | 2026-05-08T07:44:05.673Z | Checking wyz v0.5.1 |
| 2509 | 2026-05-08T07:44:05.838Z | Compiling zerocopy-derive v0.6.6 |
| 2510 | 2026-05-08T07:44:05.902Z | Compiling packed_struct v0.10.1 |
| 2511 | 2026-05-08T07:44:05.968Z | Checking tokio-tungstenite v0.21.0 |
| 2512 | 2026-05-08T07:44:05.998Z | Checking funty v2.0.0 |
| 2513 | 2026-05-08T07:44:06.219Z | Checking crc-catalog v2.4.0 |
| 2514 | 2026-05-08T07:44:06.357Z | Checking bitvec v1.0.1 |
| 2515 | 2026-05-08T07:44:06.360Z | Checking crc v3.4.0 |
| 2516 | 2026-05-08T07:44:06.428Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2517 | 2026-05-08T07:44:06.593Z | Compiling packed_struct_codegen v0.10.1 |
| 2518 | 2026-05-08T07:44:06.727Z | Checking zerocopy v0.6.6 |
| 2519 | 2026-05-08T07:44:07.057Z | Compiling bitfield-macros v0.19.4 |
| 2520 | 2026-05-08T07:44:07.193Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2521 | 2026-05-08T07:44:07.406Z | Compiling indexmap v1.9.3 |
| 2522 | 2026-05-08T07:44:07.466Z | Checking nodrop v0.1.14 |
| 2523 | 2026-05-08T07:44:07.589Z | Checking array-init v0.0.4 |
| 2524 | 2026-05-08T07:44:07.680Z | Checking smallvec v0.6.14 |
| 2525 | 2026-05-08T07:44:07.683Z | Checking hashbrown v0.12.3 |
| 2526 | 2026-05-08T07:44:07.794Z | Checking bitfield v0.19.4 |
| 2527 | 2026-05-08T07:44:07.902Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2528 | 2026-05-08T07:44:07.935Z | Checking serde-hex v0.1.0 |
| 2529 | 2026-05-08T07:44:08.085Z | Checking ron v0.8.1 |
| 2530 | 2026-05-08T07:44:08.117Z | Checking hashbrown v0.13.2 |
| 2531 | 2026-05-08T07:44:08.502Z | Checking crc-any v2.5.0 |
| 2532 | 2026-05-08T07:44:08.561Z | Checking object v0.30.4 |
| 2533 | 2026-05-08T07:44:08.633Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2534 | 2026-05-08T07:44:08.710Z | Checking path-slash v0.1.5 |
| 2535 | 2026-05-08T07:44:08.825Z | Compiling xshell-macros v0.2.7 |
| 2536 | 2026-05-08T07:44:08.827Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2537 | 2026-05-08T07:44:08.889Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2538 | 2026-05-08T07:44:09.227Z | Checking xshell v0.2.7 |
| 2539 | 2026-05-08T07:44:09.288Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2540 | 2026-05-08T07:44:09.441Z | Checking half v1.8.3 |
| 2541 | 2026-05-08T07:44:09.474Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2542 | 2026-05-08T07:44:09.669Z | Checking serde_cbor v0.11.2 |
| 2543 | 2026-05-08T07:44:09.958Z | Compiling num-derive v0.3.3 |
| 2544 | 2026-05-08T07:44:10.088Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2545 | 2026-05-08T07:44:10.262Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2546 | 2026-05-08T07:44:10.567Z | Compiling proc-macro-error2 v2.0.1 |
| 2547 | 2026-05-08T07:44:10.570Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2548 | 2026-05-08T07:44:10.632Z | Checking progenitor v0.13.0 |
| 2549 | 2026-05-08T07:44:10.798Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2550 | 2026-05-08T07:44:10.831Z | Checking papergrid v0.17.0 |
| 2551 | 2026-05-08T07:44:10.877Z | Checking testing_table v0.3.0 |
| 2552 | 2026-05-08T07:44:10.912Z | Compiling tabled_derive v0.11.0 |
| 2553 | 2026-05-08T07:44:10.941Z | Checking libscf-sys v1.1.0 |
| 2554 | 2026-05-08T07:44:10.995Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2555 | 2026-05-08T07:44:11.100Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2556 | 2026-05-08T07:44:11.337Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2557 | 2026-05-08T07:44:11.561Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2558 | 2026-05-08T07:44:11.651Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2559 | 2026-05-08T07:44:11.742Z | Checking maplit v1.0.2 |
| 2560 | 2026-05-08T07:44:11.856Z | Checking crc8 v0.1.1 |
| 2561 | 2026-05-08T07:44:11.962Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2562 | 2026-05-08T07:44:11.995Z | Checking fxhash v0.2.1 |
| 2563 | 2026-05-08T07:44:12.025Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2564 | 2026-05-08T07:44:12.108Z | Checking tabled v0.20.0 |
| 2565 | 2026-05-08T07:44:12.146Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2566 | 2026-05-08T07:44:12.351Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-08T07:44:12.385Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2568 | 2026-05-08T07:44:12.716Z | Checking unicase v2.9.0 |
| 2569 | 2026-05-08T07:44:12.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2570 | 2026-05-08T07:44:12.903Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2571 | 2026-05-08T07:44:13.021Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2572 | 2026-05-08T07:44:13.227Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2573 | 2026-05-08T07:44:13.230Z | Compiling typify-impl v0.4.3 |
| 2574 | 2026-05-08T07:44:13.387Z | Checking kstat-rs v0.2.4 |
| 2575 | 2026-05-08T07:44:13.434Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2576 | 2026-05-08T07:44:13.515Z | Compiling diesel_derives v2.3.7 |
| 2577 | 2026-05-08T07:44:13.605Z | Compiling dsl_auto_type v0.2.0 |
| 2578 | 2026-05-08T07:44:13.770Z | Checking scheduled-thread-pool v0.2.7 |
| 2579 | 2026-05-08T07:44:13.950Z | Compiling vergen-gitcl v1.0.8 |
| 2580 | 2026-05-08T07:44:14.158Z | Checking arc-swap v1.8.2 |
| 2581 | 2026-05-08T07:44:14.190Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2582 | 2026-05-08T07:44:14.221Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2583 | 2026-05-08T07:44:14.260Z | Compiling parking_lot_core v0.8.6 |
| 2584 | 2026-05-08T07:44:14.408Z | Checking slog-scope v4.4.1 |
| 2585 | 2026-05-08T07:44:14.580Z | Checking r2d2 v0.8.10 |
| 2586 | 2026-05-08T07:44:14.654Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2587 | 2026-05-08T07:44:14.781Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2588 | 2026-05-08T07:44:14.992Z | Compiling git-stub v1.0.0 |
| 2589 | 2026-05-08T07:44:15.041Z | Checking downcast-rs v2.0.2 |
| 2590 | 2026-05-08T07:44:15.276Z | Compiling git-stub-vcs v0.1.0 |
| 2591 | 2026-05-08T07:44:15.620Z | Checking slog-stdlog v4.1.1 |
| 2592 | 2026-05-08T07:44:15.666Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2593 | 2026-05-08T07:44:15.773Z | Checking slog-envlogger v2.2.0 |
| 2594 | 2026-05-08T07:44:15.804Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2595 | 2026-05-08T07:44:15.836Z | Checking parking_lot v0.11.2 |
| 2596 | 2026-05-08T07:44:15.959Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2597 | 2026-05-08T07:44:15.992Z | Checking prefix-trie v0.7.0 |
| 2598 | 2026-05-08T07:44:16.062Z | Checking sled v0.34.7 |
| 2599 | 2026-05-08T07:44:16.341Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2600 | 2026-05-08T07:44:16.374Z | Checking hickory-server v0.25.2 |
| 2601 | 2026-05-08T07:44:16.451Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2602 | 2026-05-08T07:44:16.532Z | Checking nanorand v0.7.0 |
| 2603 | 2026-05-08T07:44:16.762Z | Compiling dirs-sys-next v0.1.2 |
| 2604 | 2026-05-08T07:44:17.085Z | Compiling crunchy v0.2.4 |
| 2605 | 2026-05-08T07:44:17.325Z | Compiling salty v0.3.0 |
| 2606 | 2026-05-08T07:44:17.419Z | Compiling dirs-next v2.0.0 |
| 2607 | 2026-05-08T07:44:17.462Z | Checking flume v0.11.1 |
| 2608 | 2026-05-08T07:44:17.575Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2609 | 2026-05-08T07:44:17.638Z | Compiling clang-sys v1.8.1 |
| 2610 | 2026-05-08T07:44:17.678Z | Checking primeorder v0.13.6 |
| 2611 | 2026-05-08T07:44:17.738Z | Compiling tiny-keccak v2.0.2 |
| 2612 | 2026-05-08T07:44:17.801Z | Compiling typify-macro v0.4.3 |
| 2613 | 2026-05-08T07:44:18.088Z | Compiling term v0.7.0 |
| 2614 | 2026-05-08T07:44:18.241Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2615 | 2026-05-08T07:44:18.319Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389) |
| 2616 | 2026-05-08T07:44:18.670Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2617 | 2026-05-08T07:44:18.828Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2618 | 2026-05-08T07:44:18.911Z | Compiling bit-vec v0.6.3 |
| 2619 | 2026-05-08T07:44:18.970Z | Compiling ascii-canvas v3.0.0 |
| 2620 | 2026-05-08T07:44:19.168Z | Compiling bit-set v0.5.3 |
| 2621 | 2026-05-08T07:44:19.245Z | Compiling itertools v0.10.5 |
| 2622 | 2026-05-08T07:44:19.358Z | Compiling ena v0.14.4 |
| 2623 | 2026-05-08T07:44:19.435Z | Compiling libloading v0.8.9 |
| 2624 | 2026-05-08T07:44:19.484Z | Compiling fs-err v2.11.0 |
| 2625 | 2026-05-08T07:44:19.537Z | Compiling typify v0.4.3 |
| 2626 | 2026-05-08T07:44:19.631Z | Compiling diff v0.1.13 |
| 2627 | 2026-05-08T07:44:19.671Z | Compiling bindgen v0.71.1 |
| 2628 | 2026-05-08T07:44:19.674Z | Compiling regex-syntax v0.6.29 |
| 2629 | 2026-05-08T07:44:19.734Z | Checking diesel v2.3.7 |
| 2630 | 2026-05-08T07:44:19.861Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2631 | 2026-05-08T07:44:19.916Z | Checking p384 v0.13.1 |
| 2632 | 2026-05-08T07:44:20.154Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2633 | 2026-05-08T07:44:20.278Z | Compiling cexpr v0.6.0 |
| 2634 | 2026-05-08T07:44:20.323Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2635 | 2026-05-08T07:44:20.617Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2636 | 2026-05-08T07:44:20.702Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2637 | 2026-05-08T07:44:20.929Z | Compiling libxml v0.3.3 |
| 2638 | 2026-05-08T07:44:20.992Z | Checking parse-size v1.1.0 |
| 2639 | 2026-05-08T07:44:21.068Z | Compiling progenitor-impl v0.11.2 |
| 2640 | 2026-05-08T07:44:21.149Z | Compiling lalrpop v0.19.12 |
| 2641 | 2026-05-08T07:44:21.236Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2642 | 2026-05-08T07:44:22.112Z | Compiling strum_macros v0.24.3 |
| 2643 | 2026-05-08T07:44:22.651Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2644 | 2026-05-08T07:44:23.279Z | Compiling indoc v1.0.9 |
| 2645 | 2026-05-08T07:44:23.468Z | Checking assert_matches v1.5.0 |
| 2646 | 2026-05-08T07:44:23.685Z | Compiling progenitor-macro v0.11.2 |
| 2647 | 2026-05-08T07:44:23.737Z | Compiling progenitor-impl v0.10.0 |
| 2648 | 2026-05-08T07:44:24.097Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2649 | 2026-05-08T07:44:24.497Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2650 | 2026-05-08T07:44:24.724Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2651 | 2026-05-08T07:44:25.090Z | Checking predicates-tree v1.0.13 |
| 2652 | 2026-05-08T07:44:25.240Z | Checking progenitor-client v0.11.2 |
| 2653 | 2026-05-08T07:44:25.304Z | Checking derive_builder v0.20.2 |
| 2654 | 2026-05-08T07:44:25.376Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2655 | 2026-05-08T07:44:25.450Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2656 | 2026-05-08T07:44:25.535Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2657 | 2026-05-08T07:44:26.372Z | Checking quick-xml v0.37.5 |
| 2658 | 2026-05-08T07:44:27.249Z | Compiling oso-derive v0.27.3 |
| 2659 | 2026-05-08T07:44:27.282Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2660 | 2026-05-08T07:44:27.327Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2661 | 2026-05-08T07:44:27.502Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2662 | 2026-05-08T07:44:27.772Z | Compiling trait-variant v0.1.2 |
| 2663 | 2026-05-08T07:44:28.227Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2664 | 2026-05-08T07:44:28.356Z | Checking openssl-probe v0.1.6 |
| 2665 | 2026-05-08T07:44:28.500Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2666 | 2026-05-08T07:44:28.502Z | Compiling progenitor-macro v0.10.0 |
| 2667 | 2026-05-08T07:44:28.563Z | Checking progenitor v0.11.2 |
| 2668 | 2026-05-08T07:44:28.596Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2669 | 2026-05-08T07:44:28.732Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2670 | 2026-05-08T07:44:29.302Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2671 | 2026-05-08T07:44:30.375Z | Compiling mime_guess v2.0.5 |
| 2672 | 2026-05-08T07:44:30.958Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2673 | 2026-05-08T07:44:31.452Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2674 | 2026-05-08T07:44:31.719Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2675 | 2026-05-08T07:44:31.887Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2676 | 2026-05-08T07:44:32.057Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2677 | 2026-05-08T07:44:32.118Z | Checking http-range v0.1.5 |
| 2678 | 2026-05-08T07:44:32.280Z | Checking corncobs v0.1.4 |
| 2679 | 2026-05-08T07:44:32.355Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2680 | 2026-05-08T07:44:32.421Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2681 | 2026-05-08T07:44:32.452Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2682 | 2026-05-08T07:44:32.802Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2683 | 2026-05-08T07:44:33.283Z | Checking ignore v0.4.25 |
| 2684 | 2026-05-08T07:44:33.480Z | Checking progenitor v0.10.0 |
| 2685 | 2026-05-08T07:44:33.651Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2686 | 2026-05-08T07:44:33.713Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2687 | 2026-05-08T07:44:34.274Z | Checking atty v0.2.14 |
| 2688 | 2026-05-08T07:44:34.310Z | Checking secrecy v0.8.0 |
| 2689 | 2026-05-08T07:44:34.411Z | Checking globwalk v0.9.1 |
| 2690 | 2026-05-08T07:44:34.630Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2691 | 2026-05-08T07:44:35.194Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2692 | 2026-05-08T07:44:35.239Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-05-08T07:44:35.271Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2694 | 2026-05-08T07:44:35.494Z | Checking bb8 v0.8.6 |
| 2695 | 2026-05-08T07:44:35.572Z | Checking hyper-staticfile v0.10.1 |
| 2696 | 2026-05-08T07:44:35.605Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2697 | 2026-05-08T07:44:35.777Z | Checking camino-tempfile-ext v0.3.3 |
| 2698 | 2026-05-08T07:44:35.810Z | Checking async-bb8-diesel v0.2.1 |
| 2699 | 2026-05-08T07:44:35.898Z | Checking diesel-dtrace v0.5.0 |
| 2700 | 2026-05-08T07:44:36.011Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2701 | 2026-05-08T07:44:36.180Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2702 | 2026-05-08T07:44:36.211Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2703 | 2026-05-08T07:44:36.333Z | Checking signal-hook-tokio v0.3.1 |
| 2704 | 2026-05-08T07:44:36.407Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2705 | 2026-05-08T07:44:36.539Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2706 | 2026-05-08T07:44:36.592Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2707 | 2026-05-08T07:44:36.696Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2026-05-08T07:44:37.445Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2709 | 2026-05-08T07:44:37.484Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2710 | 2026-05-08T07:44:37.778Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2711 | 2026-05-08T07:44:37.827Z | Checking nonempty v0.12.0 |
| 2712 | 2026-05-08T07:44:38.023Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2713 | 2026-05-08T07:44:38.055Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2714 | 2026-05-08T07:44:38.089Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2715 | 2026-05-08T07:44:38.449Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2716 | 2026-05-08T07:44:38.482Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2717 | 2026-05-08T07:44:38.855Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2718 | 2026-05-08T07:44:38.892Z | Checking tungstenite v0.23.0 |
| 2719 | 2026-05-08T07:44:39.150Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2720 | 2026-05-08T07:44:39.343Z | Checking tokio-tungstenite v0.23.1 |
| 2721 | 2026-05-08T07:44:39.647Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2722 | 2026-05-08T07:44:39.875Z | Checking rand_seeder v0.4.0 |
| 2723 | 2026-05-08T07:44:39.942Z | Checking void v1.0.2 |
| 2724 | 2026-05-08T07:44:40.016Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2725 | 2026-05-08T07:44:40.056Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2726 | 2026-05-08T07:44:40.087Z | Checking lzss v0.8.2 |
| 2727 | 2026-05-08T07:44:40.253Z | Checking nix v0.27.1 |
| 2728 | 2026-05-08T07:44:40.312Z | Checking serde_bytes v0.11.19 |
| 2729 | 2026-05-08T07:44:40.344Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2730 | 2026-05-08T07:44:40.437Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2731 | 2026-05-08T07:44:40.522Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2732 | 2026-05-08T07:44:40.556Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2733 | 2026-05-08T07:44:40.804Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2734 | 2026-05-08T07:44:41.130Z | Checking is_ci v1.2.0 |
| 2735 | 2026-05-08T07:44:41.266Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2736 | 2026-05-08T07:44:41.299Z | Checking yansi v1.0.1 |
| 2737 | 2026-05-08T07:44:41.462Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2738 | 2026-05-08T07:44:41.596Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2739 | 2026-05-08T07:44:41.735Z | Checking pretty_assertions v1.4.1 |
| 2740 | 2026-05-08T07:44:41.863Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2741 | 2026-05-08T07:44:41.903Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2742 | 2026-05-08T07:44:42.165Z | Compiling darling_core v0.23.0 |
| 2743 | 2026-05-08T07:44:42.222Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2744 | 2026-05-08T07:44:42.507Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2745 | 2026-05-08T07:44:43.415Z | Compiling indoc v2.0.7 |
| 2746 | 2026-05-08T07:44:43.455Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2747 | 2026-05-08T07:44:43.687Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-05-08T07:44:43.903Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-05-08T07:44:44.080Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2750 | 2026-05-08T07:44:44.135Z | Compiling instability v0.3.11 |
| 2751 | 2026-05-08T07:44:44.511Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-05-08T07:44:44.544Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2753 | 2026-05-08T07:44:44.575Z | Compiling libz-sys v1.1.24 |
| 2754 | 2026-05-08T07:44:44.690Z | Compiling darling_macro v0.23.0 |
| 2755 | 2026-05-08T07:44:44.978Z | Checking castaway v0.2.4 |
| 2756 | 2026-05-08T07:44:45.126Z | Checking compact_str v0.8.1 |
| 2757 | 2026-05-08T07:44:45.217Z | Compiling darling v0.23.0 |
| 2758 | 2026-05-08T07:44:45.559Z | Checking supports-color v3.0.2 |
| 2759 | 2026-05-08T07:44:45.725Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2760 | 2026-05-08T07:44:45.960Z | Checking unicode-truncate v1.1.0 |
| 2761 | 2026-05-08T07:44:46.103Z | Checking console v0.16.2 |
| 2762 | 2026-05-08T07:44:46.136Z | Checking lru v0.12.5 |
| 2763 | 2026-05-08T07:44:46.165Z | Checking cassowary v0.3.0 |
| 2764 | 2026-05-08T07:44:46.261Z | Checking unit-prefix v0.5.2 |
| 2765 | 2026-05-08T07:44:46.377Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2766 | 2026-05-08T07:44:46.423Z | Checking ratatui v0.29.0 |
| 2767 | 2026-05-08T07:44:46.453Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2768 | 2026-05-08T07:44:46.483Z | Checking indicatif v0.18.4 |
| 2769 | 2026-05-08T07:44:46.624Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2770 | 2026-05-08T07:44:47.047Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2771 | 2026-05-08T07:44:47.763Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2772 | 2026-05-08T07:44:47.995Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2773 | 2026-05-08T07:44:48.293Z | Compiling vergen-git2 v1.0.7 |
| 2774 | 2026-05-08T07:44:48.327Z | Checking plotters-backend v0.3.7 |
| 2775 | 2026-05-08T07:44:48.359Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2776 | 2026-05-08T07:44:48.561Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2777 | 2026-05-08T07:44:48.564Z | Checking plotters-svg v0.3.7 |
| 2778 | 2026-05-08T07:44:48.625Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2779 | 2026-05-08T07:44:48.736Z | Checking colored v2.2.0 |
| 2780 | 2026-05-08T07:44:48.818Z | Compiling rustls v0.21.12 |
| 2781 | 2026-05-08T07:44:48.969Z | Checking shell-words v1.1.1 |
| 2782 | 2026-05-08T07:44:49.034Z | Checking cast v0.3.0 |
| 2783 | 2026-05-08T07:44:49.217Z | Checking plotters v0.3.7 |
| 2784 | 2026-05-08T07:44:49.247Z | Checking criterion-plot v0.6.0 |
| 2785 | 2026-05-08T07:44:49.321Z | Checking typeid v1.0.3 |
| 2786 | 2026-05-08T07:44:49.458Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2787 | 2026-05-08T07:44:49.520Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2788 | 2026-05-08T07:44:49.745Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2789 | 2026-05-08T07:44:49.971Z | Checking sct v0.7.1 |
| 2790 | 2026-05-08T07:44:50.004Z | Checking rustls-webpki v0.101.7 |
| 2791 | 2026-05-08T07:44:50.143Z | Checking tinytemplate v1.2.1 |
| 2792 | 2026-05-08T07:44:50.381Z | Compiling nix v0.29.0 |
| 2793 | 2026-05-08T07:44:50.415Z | Compiling dropshot v0.16.7 |
| 2794 | 2026-05-08T07:44:50.448Z | Checking anes v0.1.6 |
| 2795 | 2026-05-08T07:44:50.647Z | Checking oorandom v11.1.5 |
| 2796 | 2026-05-08T07:44:50.678Z | Checking hex-literal v0.4.1 |
| 2797 | 2026-05-08T07:44:50.794Z | Checking criterion v0.7.0 |
| 2798 | 2026-05-08T07:44:50.902Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-08T07:44:52.110Z | Checking erased-serde v0.4.9 |
| 2800 | 2026-05-08T07:44:52.241Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2801 | 2026-05-08T07:44:52.497Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2802 | 2026-05-08T07:44:53.266Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2803 | 2026-05-08T07:44:54.076Z | Checking toml v0.9.12+spec-1.1.0 |
| 2804 | 2026-05-08T07:44:54.696Z | Checking ordered-float v2.10.1 |
| 2805 | 2026-05-08T07:44:54.958Z | Compiling dropshot_endpoint v0.16.7 |
| 2806 | 2026-05-08T07:44:55.239Z | Checking serde-value v0.7.0 |
| 2807 | 2026-05-08T07:44:55.505Z | Checking serde-untagged v0.1.9 |
| 2808 | 2026-05-08T07:44:55.740Z | Checking tokio-rustls v0.24.1 |
| 2809 | 2026-05-08T07:44:56.244Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2810 | 2026-05-08T07:44:57.066Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2811 | 2026-05-08T07:44:57.098Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2812 | 2026-05-08T07:44:57.280Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-05-08T07:44:57.315Z | Checking twox-hash v2.1.2 |
| 2814 | 2026-05-08T07:44:57.456Z | Checking unicode-xid v0.2.6 |
| 2815 | 2026-05-08T07:44:57.597Z | Checking cargo-util-schemas v0.8.2 |
| 2816 | 2026-05-08T07:44:57.693Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2817 | 2026-05-08T07:44:57.858Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2818 | 2026-05-08T07:44:58.488Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-05-08T07:44:58.678Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2820 | 2026-05-08T07:44:58.869Z | Checking fatfs v0.3.6 |
| 2821 | 2026-05-08T07:44:59.008Z | Checking cargo-platform v0.2.0 |
| 2822 | 2026-05-08T07:44:59.206Z | Compiling petname v2.0.2 |
| 2823 | 2026-05-08T07:44:59.238Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2824 | 2026-05-08T07:44:59.348Z | Compiling seq-macro v0.3.6 |
| 2825 | 2026-05-08T07:44:59.873Z | Checking cargo_metadata v0.21.0 |
| 2826 | 2026-05-08T07:44:59.905Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2827 | 2026-05-08T07:45:00.569Z | Checking concurrent-queue v2.5.0 |
| 2828 | 2026-05-08T07:45:00.678Z | Checking rtoolbox v0.0.3 |
| 2829 | 2026-05-08T07:45:00.792Z | Checking parking v2.2.1 |
| 2830 | 2026-05-08T07:45:00.848Z | Checking rpassword v7.4.0 |
| 2831 | 2026-05-08T07:45:00.947Z | Checking event-listener v5.4.1 |
| 2832 | 2026-05-08T07:45:01.198Z | Checking tui-tree-widget v0.23.1 |
| 2833 | 2026-05-08T07:45:01.399Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2834 | 2026-05-08T07:45:01.431Z | Checking polyval v0.6.2 |
| 2835 | 2026-05-08T07:45:01.595Z | Checking sapling-renderdag v0.1.0 |
| 2836 | 2026-05-08T07:45:01.630Z | Checking sync-ptr v0.1.4 |
| 2837 | 2026-05-08T07:45:01.780Z | Checking ghash v0.5.1 |
| 2838 | 2026-05-08T07:45:01.864Z | Checking event-listener-strategy v0.5.4 |
| 2839 | 2026-05-08T07:45:01.930Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2840 | 2026-05-08T07:45:02.015Z | Checking ctr v0.9.2 |
| 2841 | 2026-05-08T07:45:02.049Z | Checking constant_time_eq v0.4.2 |
| 2842 | 2026-05-08T07:45:02.147Z | Checking futures-timer v3.0.3 |
| 2843 | 2026-05-08T07:45:02.211Z | Checking arrayvec v0.7.6 |
| 2844 | 2026-05-08T07:45:02.214Z | Checking arrayref v0.3.9 |
| 2845 | 2026-05-08T07:45:02.348Z | Checking aes-gcm v0.10.3 |
| 2846 | 2026-05-08T07:45:02.423Z | Checking async-lock v3.4.2 |
| 2847 | 2026-05-08T07:45:02.455Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2848 | 2026-05-08T07:45:02.533Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2849 | 2026-05-08T07:45:02.837Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2850 | 2026-05-08T07:45:02.871Z | Compiling samael v0.0.19 |
| 2851 | 2026-05-08T07:45:03.505Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2852 | 2026-05-08T07:45:03.507Z | Checking ssh-encoding v0.2.0 |
| 2853 | 2026-05-08T07:45:03.764Z | Checking blowfish v0.9.1 |
| 2854 | 2026-05-08T07:45:03.946Z | Checking bcrypt-pbkdf v0.10.0 |
| 2855 | 2026-05-08T07:45:04.144Z | Checking ssh-cipher v0.2.0 |
| 2856 | 2026-05-08T07:45:04.350Z | Checking async-object-pool v0.2.0 |
| 2857 | 2026-05-08T07:45:04.498Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2858 | 2026-05-08T07:45:04.706Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2859 | 2026-05-08T07:45:04.835Z | Checking serde_regex v1.1.0 |
| 2860 | 2026-05-08T07:45:05.046Z | Checking password-hash v0.4.2 |
| 2861 | 2026-05-08T07:45:05.121Z | Checking assert-json-diff v2.0.2 |
| 2862 | 2026-05-08T07:45:05.293Z | Checking path-tree v0.8.3 |
| 2863 | 2026-05-08T07:45:05.324Z | Checking gimli v0.32.3 |
| 2864 | 2026-05-08T07:45:05.405Z | Compiling target-lexicon v0.13.3 |
| 2865 | 2026-05-08T07:45:05.525Z | Checking stringmetrics v2.2.2 |
| 2866 | 2026-05-08T07:45:05.713Z | Checking httpmock v0.8.3 |
| 2867 | 2026-05-08T07:45:05.987Z | Checking pbkdf2 v0.11.0 |
| 2868 | 2026-05-08T07:45:06.193Z | Checking ssh-key v0.6.7 |
| 2869 | 2026-05-08T07:45:06.901Z | Checking addr2line v0.25.1 |
| 2870 | 2026-05-08T07:45:07.205Z | Checking p256 v0.13.2 |
| 2871 | 2026-05-08T07:45:07.489Z | Checking p521 v0.13.3 |
| 2872 | 2026-05-08T07:45:07.893Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2873 | 2026-05-08T07:45:07.954Z | Checking russh-cryptovec v0.7.3 |
| 2874 | 2026-05-08T07:45:08.121Z | Checking rustc-demangle v0.1.27 |
| 2875 | 2026-05-08T07:45:08.124Z | Checking md5 v0.7.0 |
| 2876 | 2026-05-08T07:45:08.187Z | Compiling guppy-workspace-hack v0.1.0 |
| 2877 | 2026-05-08T07:45:08.360Z | Checking russh-keys v0.45.0 |
| 2878 | 2026-05-08T07:45:08.392Z | Checking backtrace v0.3.76 |
| 2879 | 2026-05-08T07:45:08.722Z | Checking num-bigint v0.4.6 |
| 2880 | 2026-05-08T07:45:08.754Z | Checking des v0.8.1 |
| 2881 | 2026-05-08T07:45:08.941Z | Compiling blake3 v1.8.3 |
| 2882 | 2026-05-08T07:45:08.994Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2883 | 2026-05-08T07:45:09.026Z | Compiling target-spec v3.5.7 |
| 2884 | 2026-05-08T07:45:09.433Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2885 | 2026-05-08T07:45:09.531Z | Checking backtrace-ext v0.2.1 |
| 2886 | 2026-05-08T07:45:09.673Z | Checking cfg-expr v0.20.6 |
| 2887 | 2026-05-08T07:45:09.704Z | Checking russh v0.45.0 |
| 2888 | 2026-05-08T07:45:09.939Z | Checking supports-color v2.1.0 |
| 2889 | 2026-05-08T07:45:10.082Z | Checking textwrap v0.15.2 |
| 2890 | 2026-05-08T07:45:10.115Z | Checking supports-unicode v2.1.0 |
| 2891 | 2026-05-08T07:45:10.117Z | Checking supports-hyperlinks v2.1.0 |
| 2892 | 2026-05-08T07:45:10.264Z | Checking hashbrown v0.14.5 |
| 2893 | 2026-05-08T07:45:10.295Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2894 | 2026-05-08T07:45:10.326Z | Checking cargo-platform v0.3.2 |
| 2895 | 2026-05-08T07:45:10.533Z | Checking socket2 v0.5.10 |
| 2896 | 2026-05-08T07:45:10.565Z | Checking terminal_size v0.1.17 |
| 2897 | 2026-05-08T07:45:10.706Z | Compiling miette-derive v5.10.0 |
| 2898 | 2026-05-08T07:45:10.790Z | Checking internet-checksum v0.2.1 |
| 2899 | 2026-05-08T07:45:10.826Z | Checking owo-colors v3.5.0 |
| 2900 | 2026-05-08T07:45:10.944Z | Checking chumsky v0.9.3 |
| 2901 | 2026-05-08T07:45:11.389Z | Checking cargo_metadata v0.23.1 |
| 2902 | 2026-05-08T07:45:11.847Z | Checking miette v5.10.0 |
| 2903 | 2026-05-08T07:45:12.157Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2904 | 2026-05-08T07:45:12.204Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2905 | 2026-05-08T07:45:12.258Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2906 | 2026-05-08T07:45:12.343Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2907 | 2026-05-08T07:45:12.551Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2908 | 2026-05-08T07:45:12.588Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2909 | 2026-05-08T07:45:12.829Z | Compiling knuffel-derive v3.2.0 |
| 2910 | 2026-05-08T07:45:13.005Z | Checking httptest v0.16.4 |
| 2911 | 2026-05-08T07:45:13.142Z | Checking pathdiff v0.2.3 |
| 2912 | 2026-05-08T07:45:13.284Z | Checking topological-sort v0.2.2 |
| 2913 | 2026-05-08T07:45:13.405Z | Checking nested v0.1.1 |
| 2914 | 2026-05-08T07:45:13.447Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2915 | 2026-05-08T07:45:13.480Z | Checking omicron-zone-package v0.12.2 |
| 2916 | 2026-05-08T07:45:13.574Z | Checking guppy v0.17.25 |
| 2917 | 2026-05-08T07:45:13.691Z | Checking similar-asserts v1.7.0 |
| 2918 | 2026-05-08T07:45:13.877Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2919 | 2026-05-08T07:45:14.046Z | Compiling target-triple v1.0.0 |
| 2920 | 2026-05-08T07:45:14.318Z | Checking knuffel v3.2.0 |
| 2921 | 2026-05-08T07:45:14.401Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2922 | 2026-05-08T07:45:14.443Z | Compiling git2 v0.20.4 |
| 2923 | 2026-05-08T07:45:14.523Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2924 | 2026-05-08T07:45:14.555Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2925 | 2026-05-08T07:45:14.782Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2926 | 2026-05-08T07:45:14.970Z | Checking hickory-client v0.25.2 |
| 2927 | 2026-05-08T07:45:15.285Z | Checking tokio-test v0.4.5 |
| 2928 | 2026-05-08T07:45:15.438Z | Compiling assert_cmd v2.1.2 |
| 2929 | 2026-05-08T07:45:15.534Z | Checking escape8259 v0.5.3 |
| 2930 | 2026-05-08T07:45:15.705Z | Checking libtest-mimic v0.8.1 |
| 2931 | 2026-05-08T07:45:15.942Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2932 | 2026-05-08T07:45:15.985Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2933 | 2026-05-08T07:45:16.081Z | Checking blake2b_simd v1.0.4 |
| 2934 | 2026-05-08T07:45:16.230Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2935 | 2026-05-08T07:45:16.502Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2936 | 2026-05-08T07:45:16.702Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2937 | 2026-05-08T07:45:16.918Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2938 | 2026-05-08T07:45:17.161Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2939 | 2026-05-08T07:45:17.263Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2940 | 2026-05-08T07:45:17.390Z | Checking fancy-regex v0.14.0 |
| 2941 | 2026-05-08T07:45:17.498Z | Checking serde_tokenstream v0.2.3 |
| 2942 | 2026-05-08T07:45:17.665Z | Checking approx v0.5.1 |
| 2943 | 2026-05-08T07:45:17.751Z | Compiling rstest_macros v0.25.0 |
| 2944 | 2026-05-08T07:45:17.783Z | Checking uzers v0.12.2 |
| 2945 | 2026-05-08T07:45:17.836Z | Checking termcolor v1.4.1 |
| 2946 | 2026-05-08T07:45:17.869Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2947 | 2026-05-08T07:45:18.029Z | Compiling linkme-impl v0.3.35 |
| 2948 | 2026-05-08T07:45:18.059Z | Checking constant_time_eq v0.3.1 |
| 2949 | 2026-05-08T07:45:18.090Z | Checking trybuild v1.0.116 |
| 2950 | 2026-05-08T07:45:18.118Z | Compiling polar-core v0.27.3 |
| 2951 | 2026-05-08T07:45:18.191Z | Checking rust-argon2 v2.1.0 |
| 2952 | 2026-05-08T07:45:18.456Z | Checking datatest-stable v0.3.3 |
| 2953 | 2026-05-08T07:45:18.780Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2954 | 2026-05-08T07:45:18.874Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2955 | 2026-05-08T07:45:19.140Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2956 | 2026-05-08T07:45:19.171Z | Checking support-bundle-viewer v0.1.2 |
| 2957 | 2026-05-08T07:45:19.441Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2958 | 2026-05-08T07:45:19.674Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2959 | 2026-05-08T07:45:19.799Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2960 | 2026-05-08T07:45:19.901Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2961 | 2026-05-08T07:45:20.026Z | Checking drift v0.1.4 |
| 2962 | 2026-05-08T07:45:20.131Z | Checking rand_distr v0.5.1 |
| 2963 | 2026-05-08T07:45:20.439Z | Checking multimap v0.10.1 |
| 2964 | 2026-05-08T07:45:20.653Z | Compiling linkme v0.3.35 |
| 2965 | 2026-05-08T07:45:20.716Z | Compiling relative-path v1.9.3 |
| 2966 | 2026-05-08T07:45:21.012Z | Checking dropshot-api-manager v0.7.1 |
| 2967 | 2026-05-08T07:45:22.291Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2968 | 2026-05-08T07:45:22.496Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2969 | 2026-05-08T07:45:22.674Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2970 | 2026-05-08T07:45:22.804Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2971 | 2026-05-08T07:45:23.211Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2972 | 2026-05-08T07:45:23.451Z | Checking oso v0.27.3 |
| 2973 | 2026-05-08T07:45:23.484Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2974 | 2026-05-08T07:45:23.515Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2975 | 2026-05-08T07:45:23.548Z | Checking partial-io v0.5.4 |
| 2976 | 2026-05-08T07:45:23.580Z | Checking cargo_toml v0.21.0 |
| 2977 | 2026-05-08T07:45:23.790Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2978 | 2026-05-08T07:45:24.047Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2979 | 2026-05-08T07:45:24.231Z | Checking termios v0.3.3 |
| 2980 | 2026-05-08T07:45:24.394Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2981 | 2026-05-08T07:45:24.459Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2982 | 2026-05-08T07:45:24.490Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2983 | 2026-05-08T07:45:24.737Z | Checking rstest v0.25.0 |
| 2984 | 2026-05-08T07:45:25.682Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2985 | 2026-05-08T07:45:29.276Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2986 | 2026-05-08T07:45:32.490Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2987 | 2026-05-08T07:45:33.493Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2988 | 2026-05-08T07:45:36.377Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2989 | 2026-05-08T07:45:40.105Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2990 | 2026-05-08T07:45:45.987Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2991 | 2026-05-08T07:45:48.808Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2992 | 2026-05-08T07:45:50.125Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2993 | 2026-05-08T07:45:50.529Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2994 | 2026-05-08T07:45:51.252Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2995 | 2026-05-08T07:46:00.235Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2996 | 2026-05-08T07:47:13.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s |
| 2997 | 2026-05-08T07:47:14.465Z | |
| 2998 | 2026-05-08T07:47:14.465Z | real 4:04.144514707 |
| 2999 | 2026-05-08T07:47:14.465Z | user 20:43.049447866 |
| 3000 | 2026-05-08T07:47:14.465Z | sys 4:50.580220341 |
| 3001 | 2026-05-08T07:47:14.465Z | trap 0.496541220 |
| 3002 | 2026-05-08T07:47:14.465Z | tflt 0.566144152 |
| 3003 | 2026-05-08T07:47:14.465Z | dflt 0.456370008 |
| 3004 | 2026-05-08T07:47:14.465Z | kflt 0.004994472 |
| 3005 | 2026-05-08T07:47:14.465Z | lock 57:22.085459927 |
| 3006 | 2026-05-08T07:47:14.465Z | slp 57:25.263302698 |
| 3007 | 2026-05-08T07:47:14.465Z | lat 1:51.174314540 |
| 3008 | 2026-05-08T07:47:14.469Z | stop 10:22.719506590 |
| 3009 | 2026-05-08T07:47:14.469Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3010 | 2026-05-08T07:47:14.469Z | + ptime -m cargo doc --workspace --no-deps |
| 3011 | 2026-05-08T07:47:15.341Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3012 | 2026-05-08T07:47:15.341Z | | |
| 3013 | 2026-05-08T07:47:15.341Z | = 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)` |
| 3014 | 2026-05-08T07:47:15.341Z | = 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> |
| 3015 | 2026-05-08T07:47:16.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3016 | 2026-05-08T07:47:16.524Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3017 | 2026-05-08T07:47:16.571Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3018 | 2026-05-08T07:47:16.634Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3019 | 2026-05-08T07:47:16.750Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3020 | 2026-05-08T07:47:16.801Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3021 | 2026-05-08T07:47:16.827Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3022 | 2026-05-08T07:47:16.856Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3023 | 2026-05-08T07:47:16.900Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3024 | 2026-05-08T07:47:17.004Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3025 | 2026-05-08T07:47:17.078Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3026 | 2026-05-08T07:47:17.100Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3027 | 2026-05-08T07:47:17.123Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3028 | 2026-05-08T07:47:17.186Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3029 | 2026-05-08T07:47:17.208Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3030 | 2026-05-08T07:47:17.230Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3031 | 2026-05-08T07:47:17.251Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3032 | 2026-05-08T07:47:17.283Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3033 | 2026-05-08T07:47:17.307Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3034 | 2026-05-08T07:47:17.350Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3035 | 2026-05-08T07:47:17.604Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3036 | 2026-05-08T07:47:17.901Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3037 | 2026-05-08T07:47:17.976Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3038 | 2026-05-08T07:47:18.038Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3039 | 2026-05-08T07:47:18.061Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3040 | 2026-05-08T07:47:18.120Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3041 | 2026-05-08T07:47:18.230Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3042 | 2026-05-08T07:47:18.302Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3043 | 2026-05-08T07:47:18.353Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3044 | 2026-05-08T07:47:18.420Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3045 | 2026-05-08T07:47:18.468Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3046 | 2026-05-08T07:47:18.659Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3047 | 2026-05-08T07:47:18.723Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3048 | 2026-05-08T07:47:18.771Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3049 | 2026-05-08T07:47:18.914Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3050 | 2026-05-08T07:47:18.937Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3051 | 2026-05-08T07:47:19.006Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3052 | 2026-05-08T07:47:19.169Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3053 | 2026-05-08T07:47:19.217Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3054 | 2026-05-08T07:47:19.404Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3055 | 2026-05-08T07:47:19.495Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3056 | 2026-05-08T07:47:19.736Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3057 | 2026-05-08T07:47:19.758Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3058 | 2026-05-08T07:47:19.779Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3059 | 2026-05-08T07:47:19.907Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3060 | 2026-05-08T07:47:20.030Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3061 | 2026-05-08T07:47:20.056Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3062 | 2026-05-08T07:47:20.080Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3063 | 2026-05-08T07:47:20.146Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3064 | 2026-05-08T07:47:20.261Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3065 | 2026-05-08T07:47:20.285Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3066 | 2026-05-08T07:47:20.333Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3067 | 2026-05-08T07:47:20.354Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3068 | 2026-05-08T07:47:20.586Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3069 | 2026-05-08T07:47:20.587Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3070 | 2026-05-08T07:47:20.630Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3071 | 2026-05-08T07:47:20.650Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3072 | 2026-05-08T07:47:20.787Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3073 | 2026-05-08T07:47:20.790Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3074 | 2026-05-08T07:47:20.834Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3075 | 2026-05-08T07:47:20.836Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3076 | 2026-05-08T07:47:21.157Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3077 | 2026-05-08T07:47:21.565Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3078 | 2026-05-08T07:47:22.014Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3079 | 2026-05-08T07:47:22.128Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3080 | 2026-05-08T07:47:22.370Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3081 | 2026-05-08T07:47:22.413Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3082 | 2026-05-08T07:47:22.491Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3083 | 2026-05-08T07:47:22.646Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3084 | 2026-05-08T07:47:22.707Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3085 | 2026-05-08T07:47:22.779Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3086 | 2026-05-08T07:47:23.137Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3087 | 2026-05-08T07:47:23.183Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3088 | 2026-05-08T07:47:23.510Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3089 | 2026-05-08T07:47:23.764Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3090 | 2026-05-08T07:47:24.357Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3091 | 2026-05-08T07:47:24.623Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3092 | 2026-05-08T07:47:24.666Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3093 | 2026-05-08T07:47:24.953Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3094 | 2026-05-08T07:47:25.201Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3095 | 2026-05-08T07:47:25.735Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3096 | 2026-05-08T07:47:25.738Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3097 | 2026-05-08T07:47:26.127Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3098 | 2026-05-08T07:47:26.381Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3099 | 2026-05-08T07:47:26.457Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3100 | 2026-05-08T07:47:26.643Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3101 | 2026-05-08T07:47:26.804Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3102 | 2026-05-08T07:47:26.851Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3103 | 2026-05-08T07:47:26.929Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3104 | 2026-05-08T07:47:27.128Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3105 | 2026-05-08T07:47:27.182Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3106 | 2026-05-08T07:47:27.245Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3107 | 2026-05-08T07:47:27.381Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3108 | 2026-05-08T07:47:27.404Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3109 | 2026-05-08T07:47:27.486Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3110 | 2026-05-08T07:47:27.563Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3111 | 2026-05-08T07:47:27.612Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3112 | 2026-05-08T07:47:27.640Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3113 | 2026-05-08T07:47:27.742Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3114 | 2026-05-08T07:47:27.839Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3115 | 2026-05-08T07:47:27.841Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3116 | 2026-05-08T07:47:27.884Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3117 | 2026-05-08T07:47:27.914Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3118 | 2026-05-08T07:47:27.942Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3119 | 2026-05-08T07:47:28.119Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3120 | 2026-05-08T07:47:28.164Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3121 | 2026-05-08T07:47:28.327Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3122 | 2026-05-08T07:47:28.552Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3123 | 2026-05-08T07:47:28.993Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3124 | 2026-05-08T07:47:29.165Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3125 | 2026-05-08T07:47:29.830Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3126 | 2026-05-08T07:47:30.005Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3127 | 2026-05-08T07:47:30.137Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3128 | 2026-05-08T07:47:30.273Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3129 | 2026-05-08T07:47:30.423Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3130 | 2026-05-08T07:47:30.710Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3131 | 2026-05-08T07:47:31.177Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3132 | 2026-05-08T07:47:31.290Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3133 | 2026-05-08T07:47:31.314Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3134 | 2026-05-08T07:47:31.396Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3135 | 2026-05-08T07:47:32.092Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3136 | 2026-05-08T07:47:32.336Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3137 | 2026-05-08T07:47:32.599Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3138 | 2026-05-08T07:47:32.740Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3139 | 2026-05-08T07:47:32.894Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3140 | 2026-05-08T07:47:33.341Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3141 | 2026-05-08T07:47:33.841Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3142 | 2026-05-08T07:47:34.104Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3143 | 2026-05-08T07:47:34.907Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3144 | 2026-05-08T07:47:35.318Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3145 | 2026-05-08T07:47:36.256Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3146 | 2026-05-08T07:47:36.301Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3147 | 2026-05-08T07:47:36.553Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3148 | 2026-05-08T07:47:36.827Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3149 | 2026-05-08T07:47:36.942Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3150 | 2026-05-08T07:47:37.008Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3151 | 2026-05-08T07:47:37.056Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3152 | 2026-05-08T07:47:37.079Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3153 | 2026-05-08T07:47:37.328Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3154 | 2026-05-08T07:47:37.355Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3155 | 2026-05-08T07:47:37.468Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3156 | 2026-05-08T07:47:37.675Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3157 | 2026-05-08T07:47:38.503Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3158 | 2026-05-08T07:47:38.542Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3159 | 2026-05-08T07:47:38.706Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3160 | 2026-05-08T07:47:38.806Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3161 | 2026-05-08T07:47:38.930Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3162 | 2026-05-08T07:47:39.017Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3163 | 2026-05-08T07:47:39.475Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3164 | 2026-05-08T07:47:39.710Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3165 | 2026-05-08T07:47:40.703Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3166 | 2026-05-08T07:47:41.386Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3167 | 2026-05-08T07:47:41.618Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3168 | 2026-05-08T07:47:43.233Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3169 | 2026-05-08T07:47:43.645Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3170 | 2026-05-08T07:47:44.665Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3171 | 2026-05-08T07:47:44.978Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3172 | 2026-05-08T07:47:45.241Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3173 | 2026-05-08T07:47:45.428Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3174 | 2026-05-08T07:47:45.639Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3175 | 2026-05-08T07:47:45.984Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3176 | 2026-05-08T07:47:46.183Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3177 | 2026-05-08T07:47:46.288Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3178 | 2026-05-08T07:47:46.358Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3179 | 2026-05-08T07:47:46.579Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3180 | 2026-05-08T07:47:46.840Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3181 | 2026-05-08T07:47:47.026Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3182 | 2026-05-08T07:47:47.028Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3183 | 2026-05-08T07:47:47.326Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3184 | 2026-05-08T07:47:47.579Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3185 | 2026-05-08T07:47:47.734Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3186 | 2026-05-08T07:47:47.737Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3187 | 2026-05-08T07:47:48.162Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3188 | 2026-05-08T07:47:48.590Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3189 | 2026-05-08T07:47:48.765Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3190 | 2026-05-08T07:47:48.861Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3191 | 2026-05-08T07:47:49.309Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3192 | 2026-05-08T07:47:49.841Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3193 | 2026-05-08T07:47:50.558Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3194 | 2026-05-08T07:47:51.106Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3195 | 2026-05-08T07:47:51.447Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3196 | 2026-05-08T07:47:52.970Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3197 | 2026-05-08T07:47:52.992Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3198 | 2026-05-08T07:47:53.500Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3199 | 2026-05-08T07:47:54.913Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3200 | 2026-05-08T07:47:55.199Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3201 | 2026-05-08T07:47:55.514Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3202 | 2026-05-08T07:47:56.097Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3203 | 2026-05-08T07:47:57.873Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3204 | 2026-05-08T07:47:59.441Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3205 | 2026-05-08T07:47:59.660Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3206 | 2026-05-08T07:48:00.499Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3207 | 2026-05-08T07:48:01.538Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3208 | 2026-05-08T07:48:01.656Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3209 | 2026-05-08T07:48:03.002Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3210 | 2026-05-08T07:48:03.418Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-05-08T07:48:04.029Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3212 | 2026-05-08T07:48:05.301Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3213 | 2026-05-08T07:48:05.594Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3214 | 2026-05-08T07:48:05.784Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3215 | 2026-05-08T07:48:06.137Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3216 | 2026-05-08T07:48:08.103Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3217 | 2026-05-08T07:48:08.816Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3218 | 2026-05-08T07:48:09.665Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3219 | 2026-05-08T07:48:11.944Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3220 | 2026-05-08T07:48:12.635Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3221 | 2026-05-08T07:48:13.511Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3222 | 2026-05-08T07:48:14.309Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3223 | 2026-05-08T07:48:14.708Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3224 | 2026-05-08T07:48:15.125Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3225 | 2026-05-08T07:48:16.829Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3226 | 2026-05-08T07:48:18.284Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3227 | 2026-05-08T07:48:18.675Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3228 | 2026-05-08T07:48:19.067Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3229 | 2026-05-08T07:48:19.537Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3230 | 2026-05-08T07:48:20.096Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3231 | 2026-05-08T07:48:20.811Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3232 | 2026-05-08T07:48:21.232Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3233 | 2026-05-08T07:48:21.464Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3234 | 2026-05-08T07:48:22.130Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3235 | 2026-05-08T07:48:24.013Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3236 | 2026-05-08T07:48:24.650Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3237 | 2026-05-08T07:48:25.191Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3238 | 2026-05-08T07:48:27.110Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3239 | 2026-05-08T07:48:27.839Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3240 | 2026-05-08T07:48:28.250Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3241 | 2026-05-08T07:48:30.588Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3242 | 2026-05-08T07:48:31.022Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3243 | 2026-05-08T07:48:31.411Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3244 | 2026-05-08T07:48:32.245Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3245 | 2026-05-08T07:48:33.174Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3246 | 2026-05-08T07:48:35.620Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3247 | 2026-05-08T07:48:35.912Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3248 | 2026-05-08T07:48:37.133Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3249 | 2026-05-08T07:48:38.601Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3250 | 2026-05-08T07:48:39.767Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3251 | 2026-05-08T07:48:41.279Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3252 | 2026-05-08T07:48:43.607Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3253 | 2026-05-08T07:48:44.286Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3254 | 2026-05-08T07:48:45.867Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3255 | 2026-05-08T07:48:47.446Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3256 | 2026-05-08T07:48:48.991Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3257 | 2026-05-08T07:48:50.602Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3258 | 2026-05-08T07:48:52.056Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3259 | 2026-05-08T07:48:53.740Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3260 | 2026-05-08T07:48:57.348Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3261 | 2026-05-08T07:48:58.822Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3262 | 2026-05-08T07:48:59.246Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3263 | 2026-05-08T07:49:00.403Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3264 | 2026-05-08T07:49:02.108Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3265 | 2026-05-08T07:49:04.111Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3266 | 2026-05-08T07:49:05.902Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3267 | 2026-05-08T07:49:07.895Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3268 | 2026-05-08T07:49:09.608Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3269 | 2026-05-08T07:49:11.734Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3270 | 2026-05-08T07:49:13.259Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3271 | 2026-05-08T07:49:15.033Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3272 | 2026-05-08T07:49:16.844Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3273 | 2026-05-08T07:49:18.651Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3274 | 2026-05-08T07:49:20.398Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3275 | 2026-05-08T07:49:21.876Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3276 | 2026-05-08T07:49:24.066Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3277 | 2026-05-08T07:49:25.662Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3278 | 2026-05-08T07:49:27.803Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3279 | 2026-05-08T07:49:29.582Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3280 | 2026-05-08T07:49:31.730Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3281 | 2026-05-08T07:49:33.660Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3282 | 2026-05-08T07:49:35.520Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3283 | 2026-05-08T07:49:38.200Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3284 | 2026-05-08T07:49:39.833Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3285 | 2026-05-08T07:49:41.915Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-08T07:49:43.971Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3287 | 2026-05-08T07:49:46.064Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3288 | 2026-05-08T07:49:48.695Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3289 | 2026-05-08T07:49:50.596Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3290 | 2026-05-08T07:49:52.882Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3291 | 2026-05-08T07:49:55.179Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3292 | 2026-05-08T07:49:57.341Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3293 | 2026-05-08T07:49:59.568Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3294 | 2026-05-08T07:50:01.889Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3295 | 2026-05-08T07:50:04.062Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3296 | 2026-05-08T07:50:06.623Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3297 | 2026-05-08T07:50:08.636Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3298 | 2026-05-08T07:50:11.258Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3299 | 2026-05-08T07:50:12.983Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3300 | 2026-05-08T07:50:15.293Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3301 | 2026-05-08T07:50:17.522Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3302 | 2026-05-08T07:50:19.854Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3303 | 2026-05-08T07:50:22.152Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3304 | 2026-05-08T07:50:24.408Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3305 | 2026-05-08T07:50:26.609Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3306 | 2026-05-08T07:50:28.758Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3307 | 2026-05-08T07:50:31.130Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3308 | 2026-05-08T07:50:33.492Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3309 | 2026-05-08T07:50:35.733Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3310 | 2026-05-08T07:50:38.535Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3311 | 2026-05-08T07:50:40.797Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3312 | 2026-05-08T07:50:43.127Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3313 | 2026-05-08T07:50:45.515Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3314 | 2026-05-08T07:50:48.073Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3315 | 2026-05-08T07:50:50.427Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3316 | 2026-05-08T07:50:52.821Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3317 | 2026-05-08T07:50:55.248Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3318 | 2026-05-08T07:50:57.718Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3319 | 2026-05-08T07:51:00.234Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3320 | 2026-05-08T07:51:02.697Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3321 | 2026-05-08T07:51:05.111Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3322 | 2026-05-08T07:51:07.502Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3323 | 2026-05-08T07:51:09.992Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3324 | 2026-05-08T07:51:12.716Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3325 | 2026-05-08T07:51:15.207Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3326 | 2026-05-08T07:51:17.739Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3327 | 2026-05-08T07:51:20.178Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3328 | 2026-05-08T07:51:22.759Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3329 | 2026-05-08T07:51:25.317Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3330 | 2026-05-08T07:51:28.278Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3331 | 2026-05-08T07:51:30.627Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3332 | 2026-05-08T07:51:33.186Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3333 | 2026-05-08T07:51:40.513Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3334 | 2026-05-08T07:51:40.734Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3335 | 2026-05-08T07:51:44.097Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3336 | 2026-05-08T07:51:47.497Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3337 | 2026-05-08T07:51:50.661Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3338 | 2026-05-08T07:51:55.282Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3339 | 2026-05-08T07:51:58.080Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3340 | 2026-05-08T07:52:01.809Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3341 | 2026-05-08T07:52:05.354Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3342 | 2026-05-08T07:52:08.957Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3343 | 2026-05-08T07:52:12.621Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3344 | 2026-05-08T07:52:16.332Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3345 | 2026-05-08T07:52:19.921Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3346 | 2026-05-08T07:52:23.507Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3347 | 2026-05-08T07:52:27.208Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3348 | 2026-05-08T07:52:30.810Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3349 | 2026-05-08T07:52:34.511Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3350 | 2026-05-08T07:52:38.182Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3351 | 2026-05-08T07:52:41.821Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3352 | 2026-05-08T07:52:45.594Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3353 | 2026-05-08T07:52:49.198Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3354 | 2026-05-08T07:52:52.793Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3355 | 2026-05-08T07:52:56.472Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3356 | 2026-05-08T07:53:00.120Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3357 | 2026-05-08T07:53:03.802Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3358 | 2026-05-08T07:53:07.440Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3359 | 2026-05-08T07:53:36.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
| 3360 | 2026-05-08T07:53:36.925Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 194 other files |
| 3361 | 2026-05-08T07:53:37.029Z | |
| 3362 | 2026-05-08T07:53:37.029Z | real 6:22.477242543 |
| 3363 | 2026-05-08T07:53:37.029Z | user 17:18.840803380 |
| 3364 | 2026-05-08T07:53:37.029Z | sys 3:44.357256182 |
| 3365 | 2026-05-08T07:53:37.029Z | trap 0.257808871 |
| 3366 | 2026-05-08T07:53:37.029Z | tflt 0.052751584 |
| 3367 | 2026-05-08T07:53:37.029Z | dflt 0.066063701 |
| 3368 | 2026-05-08T07:53:37.030Z | kflt 0.000026870 |
| 3369 | 2026-05-08T07:53:37.030Z | lock 5:48:26.810077285 |
| 3370 | 2026-05-08T07:53:37.033Z | slp 2:07:49.253141106 |
| 3371 | 2026-05-08T07:53:37.033Z | lat 39.531677906 |
| 3372 | 2026-05-08T07:53:37.033Z | stop 1:36.714538162 |
| 3373 | 2026-05-08T07:53:37.033Z | process exited: duration 756878 ms, exit code 0 |
| |
| 3374 | 2026-05-08T07:53:37.039Z | found 0 output files |