|
|
|
| 1 | 2026-05-21T09:50:47.087Z | job assigned to worker 01KS4Z2E3QKFC7QZY1YGD1HGS1 [factory aws, i-046b4cd38ebe5d608] (queued for 51 s) |
| |
| 2 | 2026-05-21T09:50:53.176Z | starting task 0: "setup" |
| 3 | 2026-05-21T09:50:53.183Z | ++ uname -s |
| 4 | 2026-05-21T09:50:53.186Z | + kern=SunOS |
| 5 | 2026-05-21T09:50:53.186Z | + build_user=build |
| 6 | 2026-05-21T09:50:53.186Z | + build_uid=12345 |
| 7 | 2026-05-21T09:50:53.186Z | + work_dir=/work |
| 8 | 2026-05-21T09:50:53.186Z | + input_dir=/input |
| 9 | 2026-05-21T09:50:53.186Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T09:50:53.186Z | + case "$kern" in |
| 11 | 2026-05-21T09:50:53.186Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T09:50:53.189Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T09:50:55.193Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T09:50:55.310Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T09:50:55.312Z | + home_fs=zfs |
| 16 | 2026-05-21T09:50:55.312Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T09:50:55.313Z | + mkdir -p /home/build |
| 18 | 2026-05-21T09:50:55.313Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T09:50:57.314Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T09:50:57.316Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2026-05-21T09:50:57.327Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T09:50:57.332Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T09:50:57.332Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-21T09:50:57.332Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-21T09:50:57.332Z | * rust toolchain profile = "default" |
| 26 | 2026-05-21T09:50:57.332Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-21T09:50:57.337Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T09:50:57.337Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T09:50:57.337Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T09:50:57.446Z | info: downloading installer |
| 31 | 2026-05-21T09:50:58.852Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T09:50:58.852Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T09:50:58.852Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T09:50:58.852Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T09:50:58.863Z | info: profile set to default |
| 36 | 2026-05-21T09:50:58.863Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T09:50:58.866Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T09:50:58.993Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T09:50:58.996Z | info: downloading 6 components |
| 40 | 2026-05-21T09:51:14.564Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T09:51:14.564Z | |
| 42 | 2026-05-21T09:51:14.591Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T09:51:14.591Z | |
| 44 | 2026-05-21T09:51:14.591Z | |
| 45 | 2026-05-21T09:51:14.591Z | Rust is installed now. Great! |
| 46 | 2026-05-21T09:51:14.591Z | |
| 47 | 2026-05-21T09:51:14.595Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T09:51:14.595Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T09:51:14.595Z | |
| 50 | 2026-05-21T09:51:14.595Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T09:51:14.595Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T09:51:14.595Z | |
| 53 | 2026-05-21T09:51:14.595Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T09:51:14.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T09:51:14.595Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T09:51:14.595Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T09:51:14.595Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T09:51:14.595Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T09:51:14.595Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T09:51:14.595Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T09:51:14.595Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T09:51:14.672Z | + rustup --version |
| 63 | 2026-05-21T09:51:14.680Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T09:51:14.684Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T09:51:14.702Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T09:51:14.704Z | + cargo --version |
| 67 | 2026-05-21T09:51:14.717Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T09:51:14.720Z | + rustc --version |
| 69 | 2026-05-21T09:51:14.738Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T09:51:14.741Z | process exited: duration 17414 ms, exit code 0 |
| |
| 71 | 2026-05-21T09:51:14.747Z | starting task 2: "authentication" |
| 72 | 2026-05-21T09:51:14.763Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-21T09:51:14.770Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T09:51:14.773Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T09:51:14.775Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T09:51:14.810Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T09:51:24.866Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T09:51:24.866Z | + git fetch origin d250ae7ce411a976ea6048fe767b6cfd0e70894f |
| 79 | 2026-05-21T09:51:25.143Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T09:51:25.143Z | * branch d250ae7ce411a976ea6048fe767b6cfd0e70894f -> FETCH_HEAD |
| 81 | 2026-05-21T09:51:25.152Z | + [[ -n zl/ddm-internal-dns ]] |
| 82 | 2026-05-21T09:51:25.156Z | ++ git branch --show-current |
| 83 | 2026-05-21T09:51:25.156Z | + current=main |
| 84 | 2026-05-21T09:51:25.156Z | + [[ main != zl/ddm-internal-dns ]] |
| 85 | 2026-05-21T09:51:25.156Z | + git branch -f zl/ddm-internal-dns d250ae7ce411a976ea6048fe767b6cfd0e70894f |
| 86 | 2026-05-21T09:51:25.159Z | + git checkout -f zl/ddm-internal-dns |
| 87 | 2026-05-21T09:51:25.390Z | Switched to branch 'zl/ddm-internal-dns' |
| 88 | 2026-05-21T09:51:25.393Z | + git reset --hard d250ae7ce411a976ea6048fe767b6cfd0e70894f |
| 89 | 2026-05-21T09:51:25.418Z | HEAD is now at d250ae7ce merge main + bump maghemite to 9bb5037 + oxlog patch |
| 90 | 2026-05-21T09:51:25.421Z | process exited: duration 10650 ms, exit code 0 |
| |
| 91 | 2026-05-21T09:51:25.427Z | starting task 4: "build" |
| 92 | 2026-05-21T09:51:25.431Z | + source ./env.sh |
| 93 | 2026-05-21T09:51:25.435Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-21T09:51:25.435Z | ++ set -o xtrace |
| 95 | 2026-05-21T09:51:25.435Z | ++++ dirname ./env.sh |
| 96 | 2026-05-21T09:51:25.438Z | +++ readlink -f . |
| 97 | 2026-05-21T09:51:25.441Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ 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-21T09:51:25.441Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-05-21T09:51:25.441Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-05-21T09:51:25.441Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-05-21T09:51:25.441Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-05-21T09:51:25.441Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-05-21T09:51:25.441Z | + cargo --version |
| 114 | 2026-05-21T09:51:25.448Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-21T09:51:25.451Z | + rustc --version |
| 116 | 2026-05-21T09:51:25.470Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-21T09:51:25.473Z | + banner prerequisites |
| 118 | 2026-05-21T09:51:25.476Z | |
| 119 | 2026-05-21T09:51:25.476Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-21T09:51:25.476Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-21T09:51:25.476Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-21T09:51:25.476Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-21T09:51:25.476Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-21T09:51:25.476Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-21T09:51:25.476Z | |
| 126 | 2026-05-21T09:51:25.476Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-21T09:51:27.457Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-21T09:51:27.514Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-21T09:51:27.719Z | Planning: Solver setup ... Done (0.173s) |
| 130 | 2026-05-21T09:51:27.736Z | Planning: Running solver ... Done (0.017s) |
| 131 | 2026-05-21T09:51:27.745Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-21T09:51:27.753Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-21T09:51:27.774Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-21T09:51:27.790Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-21T09:51:27.793Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-21T09:51:27.978Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 137 | 2026-05-21T09:51:27.981Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-21T09:51:28.782Z | Planning: Evaluating mediators ... Done (0.802s) |
| 139 | 2026-05-21T09:51:28.785Z | Planning: Planning completed in 1.25 seconds |
| 140 | 2026-05-21T09:51:28.791Z | Packages to install: 2 |
| 141 | 2026-05-21T09:51:28.794Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-21T09:51:28.794Z | Estimated space to be consumed: 19.75 MB |
| 143 | 2026-05-21T09:51:28.795Z | Create boot environment: No |
| 144 | 2026-05-21T09:51:28.795Z | Create backup boot environment: No |
| 145 | 2026-05-21T09:51:28.795Z | Rebuild boot archive: No |
| 146 | 2026-05-21T09:51:28.795Z | |
| 147 | 2026-05-21T09:51:28.795Z | Changed packages: |
| 148 | 2026-05-21T09:51:28.795Z | helios |
| 149 | 2026-05-21T09:51:28.795Z | developer/build-essential |
| 150 | 2026-05-21T09:51:28.795Z | None -> 11-3.0 |
| 151 | 2026-05-21T09:51:28.795Z | library/libxmlsec1 |
| 152 | 2026-05-21T09:51:28.795Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-21T09:51:28.815Z | |
| 154 | 2026-05-21T09:51:28.815Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-21T09:51:29.281Z | Download: Completed 1.28 MB in 0.46 seconds (2.8M/s) |
| 156 | 2026-05-21T09:51:29.345Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-21T09:51:29.384Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-21T09:51:29.390Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-21T09:51:29.392Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-21T09:51:29.407Z | Finalize: Updating image state ... Done (0.016s) |
| 161 | 2026-05-21T09:51:31.778Z | Finalize: Creating fast lookup database ... Done (2.352s) |
| 162 | 2026-05-21T09:51:31.846Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-21T09:51:31.849Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-21T09:51:31.942Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-21T09:51:32.232Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-21T09:51:32.337Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-21T09:51:32.340Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-21T09:51:32.495Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-21T09:51:32.499Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-21T09:51:32.519Z | Mediators to change: 2 |
| 171 | 2026-05-21T09:51:32.519Z | Create boot environment: No |
| 172 | 2026-05-21T09:51:32.522Z | Create backup boot environment: No |
| 173 | 2026-05-21T09:51:32.580Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-21T09:51:32.580Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-21T09:51:32.589Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-21T09:51:34.527Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-21T09:51:34.591Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-21T09:51:34.595Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-21T09:51:34.676Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-21T09:51:34.959Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-21T09:51:35.064Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-21T09:51:35.067Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-21T09:51:35.225Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-21T09:51:35.228Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-21T09:51:35.248Z | Mediators to change: 1 |
| 186 | 2026-05-21T09:51:35.248Z | Create boot environment: No |
| 187 | 2026-05-21T09:51:35.248Z | Create backup boot environment: No |
| 188 | 2026-05-21T09:51:35.298Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-21T09:51:35.298Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-21T09:51:35.307Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-21T09:51:37.264Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-21T09:51:37.329Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-21T09:51:37.332Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-21T09:51:37.406Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-21T09:51:37.716Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-21T09:51:37.716Z | apache system 2.4 system |
| 197 | 2026-05-21T09:51:37.716Z | clang system 15 system |
| 198 | 2026-05-21T09:51:37.716Z | csh system system illumos |
| 199 | 2026-05-21T09:51:37.716Z | ctags system system illumos |
| 200 | 2026-05-21T09:51:37.716Z | file vendor vendor darwinsys |
| 201 | 2026-05-21T09:51:37.716Z | file system system illumos |
| 202 | 2026-05-21T09:51:37.716Z | gcc vendor 14 vendor |
| 203 | 2026-05-21T09:51:37.716Z | gcc system 13 system |
| 204 | 2026-05-21T09:51:37.716Z | gcc system 10 system |
| 205 | 2026-05-21T09:51:37.717Z | go system 1.25 system |
| 206 | 2026-05-21T09:51:37.717Z | llvm system 15 system |
| 207 | 2026-05-21T09:51:37.717Z | mariadb system 11.4 system |
| 208 | 2026-05-21T09:51:37.717Z | mta vendor vendor dma |
| 209 | 2026-05-21T09:51:37.717Z | openjdk system 17 system |
| 210 | 2026-05-21T09:51:37.717Z | openjdk system 11 system |
| 211 | 2026-05-21T09:51:37.717Z | openssl vendor 3 vendor |
| 212 | 2026-05-21T09:51:37.717Z | perl system 5.40 system |
| 213 | 2026-05-21T09:51:37.717Z | postgresql system 18 system |
| 214 | 2026-05-21T09:51:37.717Z | postgresql system 17 system |
| 215 | 2026-05-21T09:51:37.717Z | python vendor 3 vendor |
| 216 | 2026-05-21T09:51:37.717Z | python system 2 system |
| 217 | 2026-05-21T09:51:37.717Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-21T09:51:37.717Z | ruby system 3.4 system |
| 219 | 2026-05-21T09:51:37.717Z | ruby system 3.0 system |
| 220 | 2026-05-21T09:51:37.717Z | words vendor vendor american-english |
| 221 | 2026-05-21T09:51:37.717Z | words system system australian-english |
| 222 | 2026-05-21T09:51:37.717Z | words system system british-english |
| 223 | 2026-05-21T09:51:37.717Z | words system system canadian-english |
| 224 | 2026-05-21T09:51:37.717Z | words system system french |
| 225 | 2026-05-21T09:51:37.717Z | words system system italian |
| 226 | 2026-05-21T09:51:37.717Z | words system system ngerman |
| 227 | 2026-05-21T09:51:37.717Z | words system system ogerman |
| 228 | 2026-05-21T09:51:37.717Z | words system system spanish |
| 229 | 2026-05-21T09:51:37.969Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-21T09:51:37.969Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-21T09:51:38.241Z | FMRI IFO |
| 232 | 2026-05-21T09:51:38.241Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-21T09:51:38.241Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-21T09:51:38.241Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-21T09:51:38.241Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-21T09:51:38.241Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-21T09:51:38.241Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-21T09:51:38.241Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-21T09:51:38.241Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-21T09:51:38.241Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-21T09:51:38.469Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-21T09:51:38.734Z | Updating crates.io index |
| 243 | 2026-05-21T09:51:38.737Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-21T09:51:39.033Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-21T09:51:39.863Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-21T09:51:40.302Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-21T09:51:41.341Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-21T09:51:41.827Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-21T09:51:43.157Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-21T09:51:43.880Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-21T09:51:44.298Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-21T09:51:45.268Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-21T09:51:45.618Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-21T09:51:46.049Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-21T09:51:46.332Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-21T09:51:47.373Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-21T09:51:47.850Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-21T09:51:48.100Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-21T09:51:48.478Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-21T09:51:48.846Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-21T09:51:49.265Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-21T09:51:49.610Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-21T09:51:49.833Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-21T09:51:50.069Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-21T09:51:50.436Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-21T09:51:50.810Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-21T09:51:51.522Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-21T09:51:51.777Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-21T09:51:52.094Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-21T09:51:52.380Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-21T09:51:53.385Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-21T09:51:54.247Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-21T09:51:54.684Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-05-21T09:51:55.115Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-05-21T09:51:55.379Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-05-21T09:51:55.838Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-05-21T09:51:56.162Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-05-21T09:51:56.530Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-21T09:51:57.097Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-21T09:51:57.357Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-21T09:51:57.584Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-21T09:52:09.782Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-05-21T09:52:10.303Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 284 | 2026-05-21T09:52:12.250Z | Downloading crates ... |
| 285 | 2026-05-21T09:52:12.299Z | Downloaded autocfg v1.5.0 |
| 286 | 2026-05-21T09:52:12.302Z | Downloaded anstream v1.0.0 |
| 287 | 2026-05-21T09:52:12.305Z | Downloaded anstyle-query v1.1.5 |
| 288 | 2026-05-21T09:52:12.305Z | Downloaded heck v0.5.0 |
| 289 | 2026-05-21T09:52:12.308Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-05-21T09:52:12.312Z | Downloaded fs-err v3.3.0 |
| 291 | 2026-05-21T09:52:12.312Z | Downloaded thiserror-impl v1.0.69 |
| 292 | 2026-05-21T09:52:12.314Z | Downloaded dof v0.3.0 |
| 293 | 2026-05-21T09:52:12.314Z | Downloaded anstyle-parse v1.0.0 |
| 294 | 2026-05-21T09:52:12.314Z | Downloaded dtrace-parser v0.2.0 |
| 295 | 2026-05-21T09:52:12.314Z | Downloaded digest v0.10.7 |
| 296 | 2026-05-21T09:52:12.317Z | Downloaded writeable v0.6.2 |
| 297 | 2026-05-21T09:52:12.317Z | Downloaded thread-id v4.2.2 |
| 298 | 2026-05-21T09:52:12.317Z | Downloaded anstyle v1.0.14 |
| 299 | 2026-05-21T09:52:12.320Z | Downloaded utf8parse v0.2.2 |
| 300 | 2026-05-21T09:52:12.320Z | Downloaded form_urlencoded v1.2.2 |
| 301 | 2026-05-21T09:52:12.320Z | Downloaded equivalent v1.0.2 |
| 302 | 2026-05-21T09:52:12.320Z | Downloaded colorchoice v1.0.4 |
| 303 | 2026-05-21T09:52:12.323Z | Downloaded unicode-linebreak v0.1.5 |
| 304 | 2026-05-21T09:52:12.326Z | Downloaded anyhow v1.0.102 |
| 305 | 2026-05-21T09:52:12.326Z | Downloaded generic-array v0.14.7 |
| 306 | 2026-05-21T09:52:12.329Z | Downloaded heck v0.4.1 |
| 307 | 2026-05-21T09:52:12.329Z | Downloaded usdt-impl v0.5.0 |
| 308 | 2026-05-21T09:52:12.329Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-05-21T09:52:12.331Z | Downloaded fastrand v2.3.0 |
| 310 | 2026-05-21T09:52:12.336Z | Downloaded zerofrom v0.1.6 |
| 311 | 2026-05-21T09:52:12.339Z | Downloaded scroll_derive v0.12.1 |
| 312 | 2026-05-21T09:52:12.339Z | Downloaded fnv v1.0.7 |
| 313 | 2026-05-21T09:52:12.342Z | Downloaded usdt-macro v0.5.0 |
| 314 | 2026-05-21T09:52:12.345Z | Downloaded ordered-float v2.10.1 |
| 315 | 2026-05-21T09:52:12.345Z | Downloaded utf8_iter v1.0.4 |
| 316 | 2026-05-21T09:52:12.348Z | Downloaded zerofrom-derive v0.1.6 |
| 317 | 2026-05-21T09:52:12.348Z | Downloaded usdt-attr-macro v0.5.0 |
| 318 | 2026-05-21T09:52:12.348Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2026-05-21T09:52:12.348Z | Downloaded usdt v0.5.0 |
| 320 | 2026-05-21T09:52:12.348Z | Downloaded yoke-derive v0.8.1 |
| 321 | 2026-05-21T09:52:12.351Z | Downloaded version_check v0.9.5 |
| 322 | 2026-05-21T09:52:12.355Z | Downloaded unicode-xid v0.2.6 |
| 323 | 2026-05-21T09:52:12.355Z | Downloaded icu_properties v2.1.2 |
| 324 | 2026-05-21T09:52:12.358Z | Downloaded zerovec-derive v0.11.2 |
| 325 | 2026-05-21T09:52:12.358Z | Downloaded zerotrie v0.2.3 |
| 326 | 2026-05-21T09:52:12.361Z | Downloaded zmij v1.0.21 |
| 327 | 2026-05-21T09:52:12.361Z | Downloaded crypto-common v0.1.7 |
| 328 | 2026-05-21T09:52:12.361Z | Downloaded typeid v1.0.3 |
| 329 | 2026-05-21T09:52:12.364Z | Downloaded thiserror v2.0.18 |
| 330 | 2026-05-21T09:52:12.367Z | Downloaded yoke v0.8.1 |
| 331 | 2026-05-21T09:52:12.367Z | Downloaded strsim v0.11.1 |
| 332 | 2026-05-21T09:52:12.369Z | Downloaded itoa v1.0.17 |
| 333 | 2026-05-21T09:52:12.369Z | Downloaded thiserror-impl v2.0.18 |
| 334 | 2026-05-21T09:52:12.369Z | Downloaded serde-untagged v0.1.9 |
| 335 | 2026-05-21T09:52:12.377Z | Downloaded potential_utf v0.1.4 |
| 336 | 2026-05-21T09:52:12.377Z | Downloaded errno v0.3.14 |
| 337 | 2026-05-21T09:52:12.377Z | Downloaded displaydoc v0.2.5 |
| 338 | 2026-05-21T09:52:12.379Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-05-21T09:52:12.379Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-05-21T09:52:12.380Z | Downloaded clap_lex v1.0.0 |
| 341 | 2026-05-21T09:52:12.380Z | Downloaded percent-encoding v2.3.2 |
| 342 | 2026-05-21T09:52:12.380Z | Downloaded pretty-hex v0.4.1 |
| 343 | 2026-05-21T09:52:12.380Z | Downloaded plain v0.2.3 |
| 344 | 2026-05-21T09:52:12.380Z | Downloaded thiserror v1.0.69 |
| 345 | 2026-05-21T09:52:12.382Z | Downloaded zerocopy-derive v0.7.35 |
| 346 | 2026-05-21T09:52:12.385Z | Downloaded macaddr v1.0.1 |
| 347 | 2026-05-21T09:52:12.385Z | Downloaded toml v0.8.23 |
| 348 | 2026-05-21T09:52:12.388Z | Downloaded idna_adapter v1.2.1 |
| 349 | 2026-05-21T09:52:12.388Z | Downloaded textwrap v0.16.2 |
| 350 | 2026-05-21T09:52:12.388Z | Downloaded pest_generator v2.8.6 |
| 351 | 2026-05-21T09:52:12.391Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-05-21T09:52:12.391Z | Downloaded erased-serde v0.4.9 |
| 353 | 2026-05-21T09:52:12.394Z | Downloaded tinystr v0.8.2 |
| 354 | 2026-05-21T09:52:12.394Z | Downloaded getrandom v0.4.1 |
| 355 | 2026-05-21T09:52:12.396Z | Downloaded typenum v1.19.0 |
| 356 | 2026-05-21T09:52:12.399Z | Downloaded serde_spanned v0.6.9 |
| 357 | 2026-05-21T09:52:12.399Z | Downloaded serde-value v0.7.0 |
| 358 | 2026-05-21T09:52:12.399Z | Downloaded cargo-platform v0.2.0 |
| 359 | 2026-05-21T09:52:12.402Z | Downloaded toml_edit v0.22.27 |
| 360 | 2026-05-21T09:52:12.404Z | Downloaded memmap v0.7.0 |
| 361 | 2026-05-21T09:52:12.407Z | Downloaded url v2.5.8 |
| 362 | 2026-05-21T09:52:12.407Z | Downloaded terminal_size v0.4.3 |
| 363 | 2026-05-21T09:52:12.409Z | Downloaded zerocopy v0.7.35 |
| 364 | 2026-05-21T09:52:12.417Z | Downloaded zerovec v0.11.5 |
| 365 | 2026-05-21T09:52:12.419Z | Downloaded block-buffer v0.10.4 |
| 366 | 2026-05-21T09:52:12.422Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2026-05-21T09:52:12.422Z | Downloaded swrite v0.1.0 |
| 368 | 2026-05-21T09:52:12.422Z | Downloaded smawk v0.3.2 |
| 369 | 2026-05-21T09:52:12.423Z | Downloaded proc-macro-error-attr v1.0.4 |
| 370 | 2026-05-21T09:52:12.426Z | Downloaded cfg-if v1.0.4 |
| 371 | 2026-05-21T09:52:12.426Z | Downloaded winnow v0.7.14 |
| 372 | 2026-05-21T09:52:12.432Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-05-21T09:52:12.436Z | Downloaded unicode-width v0.1.14 |
| 374 | 2026-05-21T09:52:12.439Z | Downloaded quote v1.0.45 |
| 375 | 2026-05-21T09:52:12.442Z | Downloaded cargo_metadata v0.21.0 |
| 376 | 2026-05-21T09:52:12.442Z | Downloaded byteorder v1.5.0 |
| 377 | 2026-05-21T09:52:12.451Z | Downloaded pest_derive v2.8.6 |
| 378 | 2026-05-21T09:52:12.453Z | Downloaded sha2 v0.10.9 |
| 379 | 2026-05-21T09:52:12.453Z | Downloaded camino-tempfile v1.4.1 |
| 380 | 2026-05-21T09:52:12.457Z | Downloaded synstructure v0.13.2 |
| 381 | 2026-05-21T09:52:12.460Z | Downloaded stable_deref_trait v1.2.1 |
| 382 | 2026-05-21T09:52:12.460Z | Downloaded cargo_toml v0.21.0 |
| 383 | 2026-05-21T09:52:12.460Z | Downloaded bytecount v0.6.9 |
| 384 | 2026-05-21T09:52:12.466Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2026-05-21T09:52:12.473Z | Downloaded serde_tokenstream v0.2.3 |
| 386 | 2026-05-21T09:52:12.476Z | Downloaded bitflags v2.11.0 |
| 387 | 2026-05-21T09:52:12.478Z | Downloaded semver v1.0.28 |
| 388 | 2026-05-21T09:52:12.479Z | Downloaded scroll v0.12.0 |
| 389 | 2026-05-21T09:52:12.481Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-05-21T09:52:12.485Z | Downloaded clap_derive v4.6.1 |
| 391 | 2026-05-21T09:52:12.488Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-21T09:52:12.488Z | Downloaded litemap v0.8.1 |
| 393 | 2026-05-21T09:52:12.490Z | Downloaded camino v1.2.2 |
| 394 | 2026-05-21T09:52:12.490Z | Downloaded clap v4.6.1 |
| 395 | 2026-05-21T09:52:12.495Z | Downloaded log v0.4.29 |
| 396 | 2026-05-21T09:52:12.498Z | Downloaded cargo-util-schemas v0.8.2 |
| 397 | 2026-05-21T09:52:12.504Z | Downloaded icu_provider v2.1.1 |
| 398 | 2026-05-21T09:52:12.508Z | Downloaded proc-macro2 v1.0.106 |
| 399 | 2026-05-21T09:52:12.511Z | Downloaded serde_derive v1.0.228 |
| 400 | 2026-05-21T09:52:12.514Z | Downloaded icu_collections v2.1.1 |
| 401 | 2026-05-21T09:52:12.516Z | Downloaded tempfile v3.25.0 |
| 402 | 2026-05-21T09:52:12.516Z | Downloaded papergrid v0.11.0 |
| 403 | 2026-05-21T09:52:12.519Z | Downloaded icu_normalizer v2.1.1 |
| 404 | 2026-05-21T09:52:12.522Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-05-21T09:52:12.525Z | Downloaded serde_core v1.0.228 |
| 406 | 2026-05-21T09:52:12.528Z | Downloaded num-traits v0.2.19 |
| 407 | 2026-05-21T09:52:12.528Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-05-21T09:52:12.544Z | Downloaded memchr v2.8.0 |
| 409 | 2026-05-21T09:52:12.547Z | Downloaded serde v1.0.228 |
| 410 | 2026-05-21T09:52:12.550Z | Downloaded pest_meta v2.8.6 |
| 411 | 2026-05-21T09:52:12.566Z | Downloaded hashbrown v0.17.0 |
| 412 | 2026-05-21T09:52:12.569Z | Downloaded goblin v0.8.2 |
| 413 | 2026-05-21T09:52:12.584Z | Downloaded indexmap v2.14.0 |
| 414 | 2026-05-21T09:52:12.587Z | Downloaded idna v1.1.0 |
| 415 | 2026-05-21T09:52:12.596Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-05-21T09:52:12.601Z | Downloaded serde_json v1.0.149 |
| 417 | 2026-05-21T09:52:12.605Z | Downloaded pest v2.8.6 |
| 418 | 2026-05-21T09:52:12.608Z | Downloaded clap_builder v4.6.0 |
| 419 | 2026-05-21T09:52:12.618Z | Downloaded tabled v0.15.0 |
| 420 | 2026-05-21T09:52:12.632Z | Downloaded syn v2.0.117 |
| 421 | 2026-05-21T09:52:12.638Z | Downloaded syn v1.0.109 |
| 422 | 2026-05-21T09:52:12.653Z | Downloaded rustix v1.1.3 |
| 423 | 2026-05-21T09:52:12.680Z | Downloaded libc v0.2.185 |
| 424 | 2026-05-21T09:52:12.751Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-05-21T09:52:12.751Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-05-21T09:52:12.754Z | Compiling quote v1.0.45 |
| 427 | 2026-05-21T09:52:12.754Z | Compiling serde_core v1.0.228 |
| 428 | 2026-05-21T09:52:12.754Z | Compiling libc v0.2.185 |
| 429 | 2026-05-21T09:52:12.754Z | Compiling version_check v0.9.5 |
| 430 | 2026-05-21T09:52:12.754Z | Compiling serde v1.0.228 |
| 431 | 2026-05-21T09:52:12.754Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-05-21T09:52:13.057Z | Compiling memchr v2.8.0 |
| 433 | 2026-05-21T09:52:13.075Z | Compiling zmij v1.0.21 |
| 434 | 2026-05-21T09:52:13.328Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-21T09:52:13.331Z | Compiling thiserror v1.0.69 |
| 436 | 2026-05-21T09:52:13.369Z | Compiling autocfg v1.5.0 |
| 437 | 2026-05-21T09:52:13.632Z | Compiling itoa v1.0.17 |
| 438 | 2026-05-21T09:52:13.672Z | Compiling pest v2.8.6 |
| 439 | 2026-05-21T09:52:13.785Z | Compiling litemap v0.8.1 |
| 440 | 2026-05-21T09:52:13.788Z | Compiling writeable v0.6.2 |
| 441 | 2026-05-21T09:52:13.814Z | Compiling byteorder v1.5.0 |
| 442 | 2026-05-21T09:52:13.993Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-05-21T09:52:14.037Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-05-21T09:52:14.133Z | Compiling rustix v1.1.3 |
| 445 | 2026-05-21T09:52:14.170Z | Compiling syn v2.0.117 |
| 446 | 2026-05-21T09:52:14.270Z | Compiling errno v0.3.14 |
| 447 | 2026-05-21T09:52:14.283Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-21T09:52:14.301Z | Compiling serde_json v1.0.149 |
| 449 | 2026-05-21T09:52:14.535Z | Compiling num-traits v0.2.19 |
| 450 | 2026-05-21T09:52:14.558Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-21T09:52:14.593Z | Compiling equivalent v1.0.2 |
| 452 | 2026-05-21T09:52:14.684Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-05-21T09:52:14.719Z | Compiling typeid v1.0.3 |
| 454 | 2026-05-21T09:52:14.764Z | Compiling hashbrown v0.17.0 |
| 455 | 2026-05-21T09:52:15.106Z | Compiling thread-id v4.2.2 |
| 456 | 2026-05-21T09:52:15.185Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-05-21T09:52:15.202Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-05-21T09:52:15.214Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-21T09:52:15.309Z | Compiling indexmap v2.14.0 |
| 460 | 2026-05-21T09:52:15.369Z | Compiling syn v1.0.109 |
| 461 | 2026-05-21T09:52:15.404Z | Compiling winnow v0.7.14 |
| 462 | 2026-05-21T09:52:15.408Z | Compiling erased-serde v0.4.9 |
| 463 | 2026-05-21T09:52:15.911Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-05-21T09:52:15.940Z | Compiling plain v0.2.3 |
| 465 | 2026-05-21T09:52:16.061Z | Compiling log v0.4.29 |
| 466 | 2026-05-21T09:52:16.102Z | Compiling percent-encoding v2.3.2 |
| 467 | 2026-05-21T09:52:16.246Z | Compiling camino v1.2.2 |
| 468 | 2026-05-21T09:52:16.292Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-21T09:52:16.295Z | Compiling getrandom v0.4.1 |
| 470 | 2026-05-21T09:52:16.407Z | Compiling thiserror v2.0.18 |
| 471 | 2026-05-21T09:52:16.441Z | Compiling utf8parse v0.2.2 |
| 472 | 2026-05-21T09:52:16.556Z | Compiling anstyle-parse v1.0.0 |
| 473 | 2026-05-21T09:52:16.620Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-05-21T09:52:16.668Z | Compiling form_urlencoded v1.2.2 |
| 475 | 2026-05-21T09:52:16.739Z | Compiling synstructure v0.13.2 |
| 476 | 2026-05-21T09:52:16.755Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-05-21T09:52:16.886Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-05-21T09:52:17.023Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-21T09:52:17.101Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-05-21T09:52:17.202Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-21T09:52:17.218Z | Compiling anstyle v1.0.14 |
| 482 | 2026-05-21T09:52:17.235Z | Compiling pretty-hex v0.4.1 |
| 483 | 2026-05-21T09:52:17.305Z | Compiling anstyle-query v1.1.5 |
| 484 | 2026-05-21T09:52:17.337Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-05-21T09:52:17.472Z | Compiling anstream v1.0.0 |
| 486 | 2026-05-21T09:52:17.513Z | Compiling semver v1.0.28 |
| 487 | 2026-05-21T09:52:17.615Z | Compiling fs-err v3.3.0 |
| 488 | 2026-05-21T09:52:17.644Z | Compiling unicode-xid v0.2.6 |
| 489 | 2026-05-21T09:52:17.776Z | Compiling bytecount v0.6.9 |
| 490 | 2026-05-21T09:52:17.791Z | Compiling unicode-width v0.1.14 |
| 491 | 2026-05-21T09:52:17.806Z | Compiling strsim v0.11.1 |
| 492 | 2026-05-21T09:52:17.841Z | Compiling clap_lex v1.0.0 |
| 493 | 2026-05-21T09:52:17.886Z | Compiling once_cell v1.21.3 |
| 494 | 2026-05-21T09:52:17.915Z | Compiling heck v0.5.0 |
| 495 | 2026-05-21T09:52:18.091Z | Compiling fnv v1.0.7 |
| 496 | 2026-05-21T09:52:18.105Z | Compiling fastrand v2.3.0 |
| 497 | 2026-05-21T09:52:18.162Z | Compiling heck v0.4.1 |
| 498 | 2026-05-21T09:52:18.165Z | Compiling anyhow v1.0.102 |
| 499 | 2026-05-21T09:52:18.193Z | Compiling papergrid v0.11.0 |
| 500 | 2026-05-21T09:52:18.365Z | Compiling tempfile v3.25.0 |
| 501 | 2026-05-21T09:52:18.385Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-05-21T09:52:18.469Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-21T09:52:18.484Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-21T09:52:18.503Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-21T09:52:18.747Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-21T09:52:18.967Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-21T09:52:19.668Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-21T09:52:19.764Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-21T09:52:19.856Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-21T09:52:19.959Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-21T09:52:19.959Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-21T09:52:20.079Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-21T09:52:20.177Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-21T09:52:20.250Z | Compiling zerovec v0.11.5 |
| 515 | 2026-05-21T09:52:20.533Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-05-21T09:52:20.533Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-21T09:52:20.732Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-21T09:52:20.844Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-21T09:52:20.943Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-21T09:52:20.986Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-21T09:52:21.015Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-21T09:52:21.085Z | Compiling scroll v0.12.0 |
| 523 | 2026-05-21T09:52:21.367Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-21T09:52:21.437Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-21T09:52:21.566Z | Compiling clap_derive v4.6.1 |
| 526 | 2026-05-21T09:52:21.686Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-21T09:52:21.762Z | Compiling memmap v0.7.0 |
| 528 | 2026-05-21T09:52:21.822Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-21T09:52:21.885Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-05-21T09:52:21.920Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-21T09:52:21.947Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-21T09:52:21.984Z | Compiling dof v0.3.0 |
| 533 | 2026-05-21T09:52:22.035Z | Compiling toml_edit v0.22.27 |
| 534 | 2026-05-21T09:52:22.080Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-05-21T09:52:22.425Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-21T09:52:22.470Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-05-21T09:52:22.550Z | Compiling smawk v0.3.2 |
| 538 | 2026-05-21T09:52:22.711Z | Compiling unicode-width v0.2.0 |
| 539 | 2026-05-21T09:52:22.754Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2026-05-21T09:52:22.823Z | Compiling tabled v0.15.0 |
| 541 | 2026-05-21T09:52:22.973Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-21T09:52:22.988Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-05-21T09:52:22.988Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-21T09:52:23.062Z | Compiling textwrap v0.16.2 |
| 545 | 2026-05-21T09:52:23.118Z | Compiling idna v1.1.0 |
| 546 | 2026-05-21T09:52:23.401Z | Compiling clap v4.6.1 |
| 547 | 2026-05-21T09:52:23.493Z | Compiling toml v0.8.23 |
| 548 | 2026-05-21T09:52:23.539Z | Compiling url v2.5.8 |
| 549 | 2026-05-21T09:52:23.674Z | Compiling macaddr v1.0.1 |
| 550 | 2026-05-21T09:52:23.901Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-21T09:52:24.141Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-21T09:52:24.295Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-05-21T09:52:24.528Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-21T09:52:24.621Z | Compiling swrite v0.1.0 |
| 555 | 2026-05-21T09:52:24.725Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 556 | 2026-05-21T09:52:25.059Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-05-21T09:52:25.978Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-05-21T09:52:28.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.73s |
| 559 | 2026-05-21T09:52:28.297Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 560 | 2026-05-21T09:52:28.872Z | Downloading crates ... |
| 561 | 2026-05-21T09:52:28.956Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-05-21T09:52:28.968Z | Downloaded bit-vec v0.6.3 |
| 563 | 2026-05-21T09:52:28.971Z | Downloaded base16ct v0.2.0 |
| 564 | 2026-05-21T09:52:28.974Z | Downloaded backoff v0.4.0 |
| 565 | 2026-05-21T09:52:28.977Z | Downloaded async-bb8-diesel v0.2.1 |
| 566 | 2026-05-21T09:52:28.977Z | Downloaded crc v3.4.0 |
| 567 | 2026-05-21T09:52:28.981Z | Downloaded atty v0.2.14 |
| 568 | 2026-05-21T09:52:28.981Z | Downloaded ascii-canvas v3.0.0 |
| 569 | 2026-05-21T09:52:28.994Z | Downloaded crossbeam-deque v0.8.6 |
| 570 | 2026-05-21T09:52:28.997Z | Downloaded array-init v0.0.4 |
| 571 | 2026-05-21T09:52:29.000Z | Downloaded crossbeam-utils v0.8.21 |
| 572 | 2026-05-21T09:52:29.003Z | Downloaded cstr-argument v0.1.2 |
| 573 | 2026-05-21T09:52:29.003Z | Downloaded bit-set v0.5.3 |
| 574 | 2026-05-21T09:52:29.006Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 575 | 2026-05-21T09:52:29.006Z | Downloaded crunchy v0.2.4 |
| 576 | 2026-05-21T09:52:29.006Z | Downloaded assert_matches v1.5.0 |
| 577 | 2026-05-21T09:52:29.010Z | Downloaded crc8 v0.1.1 |
| 578 | 2026-05-21T09:52:29.010Z | Downloaded compression-core v0.4.31 |
| 579 | 2026-05-21T09:52:29.012Z | Downloaded cpufeatures v0.3.0 |
| 580 | 2026-05-21T09:52:29.012Z | Downloaded async-stream-impl v0.3.6 |
| 581 | 2026-05-21T09:52:29.013Z | Downloaded arrayref v0.3.9 |
| 582 | 2026-05-21T09:52:29.017Z | Downloaded atomicwrites v0.4.4 |
| 583 | 2026-05-21T09:52:29.017Z | Downloaded endian-type v0.1.2 |
| 584 | 2026-05-21T09:52:29.017Z | Downloaded dyn-clone v1.0.20 |
| 585 | 2026-05-21T09:52:29.019Z | Downloaded dtrace-parser v0.3.0 |
| 586 | 2026-05-21T09:52:29.019Z | Downloaded difflib v0.4.0 |
| 587 | 2026-05-21T09:52:29.019Z | Downloaded atomic-waker v1.1.2 |
| 588 | 2026-05-21T09:52:29.022Z | Downloaded float-cmp v0.10.0 |
| 589 | 2026-05-21T09:52:29.022Z | Downloaded env_filter v1.0.0 |
| 590 | 2026-05-21T09:52:29.022Z | Downloaded derive_builder_macro v0.20.2 |
| 591 | 2026-05-21T09:52:29.025Z | Downloaded enum-as-inner v0.6.1 |
| 592 | 2026-05-21T09:52:29.025Z | Downloaded float-ord v0.3.2 |
| 593 | 2026-05-21T09:52:29.025Z | Downloaded aead v0.5.2 |
| 594 | 2026-05-21T09:52:29.028Z | Downloaded cobs v0.3.0 |
| 595 | 2026-05-21T09:52:29.028Z | Downloaded block-padding v0.3.3 |
| 596 | 2026-05-21T09:52:29.028Z | Downloaded embedded-io v0.4.0 |
| 597 | 2026-05-21T09:52:29.031Z | Downloaded darling_macro v0.23.0 |
| 598 | 2026-05-21T09:52:29.031Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 599 | 2026-05-21T09:52:29.031Z | Downloaded bit-set v0.8.0 |
| 600 | 2026-05-21T09:52:29.050Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-05-21T09:52:29.050Z | Downloaded crucible-workspace-hack v0.1.0 |
| 602 | 2026-05-21T09:52:29.055Z | Downloaded buf-list v1.1.2 |
| 603 | 2026-05-21T09:52:29.056Z | Downloaded bit-vec v0.8.0 |
| 604 | 2026-05-21T09:52:29.056Z | Downloaded base64ct v1.8.3 |
| 605 | 2026-05-21T09:52:29.056Z | Downloaded document-features v0.2.12 |
| 606 | 2026-05-21T09:52:29.056Z | Downloaded ciborium-ll v0.2.2 |
| 607 | 2026-05-21T09:52:29.056Z | Downloaded defmt v0.3.100 |
| 608 | 2026-05-21T09:52:29.056Z | Downloaded cfg_aliases v0.2.1 |
| 609 | 2026-05-21T09:52:29.056Z | Downloaded bitfield-macros v0.19.4 |
| 610 | 2026-05-21T09:52:29.056Z | Downloaded async-stream v0.3.6 |
| 611 | 2026-05-21T09:52:29.056Z | Downloaded ciborium-io v0.2.2 |
| 612 | 2026-05-21T09:52:29.056Z | Downloaded async-recursion v1.1.1 |
| 613 | 2026-05-21T09:52:29.056Z | Downloaded defmt-parser v1.0.0 |
| 614 | 2026-05-21T09:52:29.056Z | Downloaded darling_macro v0.20.11 |
| 615 | 2026-05-21T09:52:29.059Z | Downloaded castaway v0.2.4 |
| 616 | 2026-05-21T09:52:29.059Z | Downloaded convert_case v0.4.0 |
| 617 | 2026-05-21T09:52:29.063Z | Downloaded flagset v0.4.7 |
| 618 | 2026-05-21T09:52:29.063Z | Downloaded dirs-sys-next v0.1.2 |
| 619 | 2026-05-21T09:52:29.067Z | Downloaded debug-ignore v1.0.5 |
| 620 | 2026-05-21T09:52:29.067Z | Downloaded dunce v1.0.5 |
| 621 | 2026-05-21T09:52:29.067Z | Downloaded crossbeam-epoch v0.9.18 |
| 622 | 2026-05-21T09:52:29.070Z | Downloaded critical-section v1.2.0 |
| 623 | 2026-05-21T09:52:29.070Z | Downloaded display-error-chain v0.2.2 |
| 624 | 2026-05-21T09:52:29.070Z | Downloaded crc-catalog v2.4.0 |
| 625 | 2026-05-21T09:52:29.070Z | Downloaded cfg_aliases v0.1.1 |
| 626 | 2026-05-21T09:52:29.070Z | Downloaded cargo-platform v0.1.9 |
| 627 | 2026-05-21T09:52:29.073Z | Downloaded foreign-types-shared v0.1.1 |
| 628 | 2026-05-21T09:52:29.074Z | Downloaded foreign-types v0.3.2 |
| 629 | 2026-05-21T09:52:29.074Z | Downloaded dof v0.4.0 |
| 630 | 2026-05-21T09:52:29.074Z | Downloaded foreign-types-shared v0.3.1 |
| 631 | 2026-05-21T09:52:29.077Z | Downloaded foreign-types v0.5.0 |
| 632 | 2026-05-21T09:52:29.077Z | Downloaded dsl_auto_type v0.2.0 |
| 633 | 2026-05-21T09:52:29.077Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 634 | 2026-05-21T09:52:29.077Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 635 | 2026-05-21T09:52:29.080Z | Downloaded cassowary v0.3.0 |
| 636 | 2026-05-21T09:52:29.080Z | Downloaded byte-wrapper v0.1.0 |
| 637 | 2026-05-21T09:52:29.083Z | Downloaded bitfield v0.19.4 |
| 638 | 2026-05-21T09:52:29.083Z | Downloaded darling_macro v0.21.3 |
| 639 | 2026-05-21T09:52:29.084Z | Downloaded bitflags v1.3.2 |
| 640 | 2026-05-21T09:52:29.086Z | Downloaded const_format_proc_macros v0.2.34 |
| 641 | 2026-05-21T09:52:29.086Z | Downloaded blowfish v0.9.1 |
| 642 | 2026-05-21T09:52:29.089Z | Downloaded async-trait v0.1.89 |
| 643 | 2026-05-21T09:52:29.093Z | Downloaded argon2 v0.5.3 |
| 644 | 2026-05-21T09:52:29.093Z | Downloaded downcast-rs v2.0.2 |
| 645 | 2026-05-21T09:52:29.095Z | Downloaded bitfield-struct v0.6.2 |
| 646 | 2026-05-21T09:52:29.099Z | Downloaded camino-tempfile-ext v0.3.3 |
| 647 | 2026-05-21T09:52:29.099Z | Downloaded funty v2.0.0 |
| 648 | 2026-05-21T09:52:29.103Z | Downloaded dirs-next v2.0.0 |
| 649 | 2026-05-21T09:52:29.103Z | Downloaded fixedbitset v0.4.2 |
| 650 | 2026-05-21T09:52:29.103Z | Downloaded async-compression v0.4.41 |
| 651 | 2026-05-21T09:52:29.106Z | Downloaded gethostname v0.5.0 |
| 652 | 2026-05-21T09:52:29.106Z | Downloaded futures-task v0.3.32 |
| 653 | 2026-05-21T09:52:29.109Z | Downloaded hash32 v0.3.1 |
| 654 | 2026-05-21T09:52:29.109Z | Downloaded futures-io v0.3.32 |
| 655 | 2026-05-21T09:52:29.112Z | Downloaded bb8 v0.8.6 |
| 656 | 2026-05-21T09:52:29.112Z | Downloaded futures-sink v0.3.32 |
| 657 | 2026-05-21T09:52:29.112Z | Downloaded anstream v0.6.21 |
| 658 | 2026-05-21T09:52:29.114Z | Downloaded ahash v0.8.12 |
| 659 | 2026-05-21T09:52:29.114Z | Downloaded futures-core v0.3.32 |
| 660 | 2026-05-21T09:52:29.117Z | Downloaded crc-any v2.5.0 |
| 661 | 2026-05-21T09:52:29.120Z | Downloaded corncobs v0.1.4 |
| 662 | 2026-05-21T09:52:29.120Z | Downloaded fd-lock v4.0.4 |
| 663 | 2026-05-21T09:52:29.123Z | Downloaded filetime v0.2.27 |
| 664 | 2026-05-21T09:52:29.123Z | Downloaded compression-codecs v0.4.37 |
| 665 | 2026-05-21T09:52:29.126Z | Downloaded ctr v0.9.2 |
| 666 | 2026-05-21T09:52:29.126Z | Downloaded csv-core v0.1.13 |
| 667 | 2026-05-21T09:52:29.129Z | Downloaded chacha20 v0.9.1 |
| 668 | 2026-05-21T09:52:29.129Z | Downloaded arrayvec v0.7.6 |
| 669 | 2026-05-21T09:52:29.135Z | Downloaded foreign-types-macros v0.2.3 |
| 670 | 2026-05-21T09:52:29.135Z | Downloaded bcs v0.1.6 |
| 671 | 2026-05-21T09:52:29.135Z | Downloaded derive_builder_core v0.20.2 |
| 672 | 2026-05-21T09:52:29.139Z | Downloaded fs-err v2.11.0 |
| 673 | 2026-05-21T09:52:29.139Z | Downloaded embedded-io v0.6.1 |
| 674 | 2026-05-21T09:52:29.139Z | Downloaded foldhash v0.2.0 |
| 675 | 2026-05-21T09:52:29.139Z | Downloaded hash32 v0.2.1 |
| 676 | 2026-05-21T09:52:29.139Z | Downloaded headers-core v0.3.0 |
| 677 | 2026-05-21T09:52:29.144Z | Downloaded ena v0.14.4 |
| 678 | 2026-05-21T09:52:29.144Z | Downloaded env_logger v0.11.9 |
| 679 | 2026-05-21T09:52:29.144Z | Downloaded hex-literal v0.4.1 |
| 680 | 2026-05-21T09:52:29.148Z | Downloaded ghash v0.5.1 |
| 681 | 2026-05-21T09:52:29.148Z | Downloaded futures-macro v0.3.32 |
| 682 | 2026-05-21T09:52:29.148Z | Downloaded hex v0.4.3 |
| 683 | 2026-05-21T09:52:29.148Z | Downloaded deranged v0.5.8 |
| 684 | 2026-05-21T09:52:29.148Z | Downloaded cipher v0.4.4 |
| 685 | 2026-05-21T09:52:29.152Z | Downloaded git-stub v1.0.0 |
| 686 | 2026-05-21T09:52:29.152Z | Downloaded blake2 v0.10.6 |
| 687 | 2026-05-21T09:52:29.156Z | Downloaded globwalk v0.9.1 |
| 688 | 2026-05-21T09:52:29.156Z | Downloaded const-oid v0.9.6 |
| 689 | 2026-05-21T09:52:29.156Z | Downloaded console v0.15.11 |
| 690 | 2026-05-21T09:52:29.159Z | Downloaded colored v3.1.1 |
| 691 | 2026-05-21T09:52:29.159Z | Downloaded cookie v0.18.1 |
| 692 | 2026-05-21T09:52:29.164Z | Downloaded console v0.16.2 |
| 693 | 2026-05-21T09:52:29.165Z | Downloaded bzip2 v0.4.4 |
| 694 | 2026-05-21T09:52:29.165Z | Downloaded anstyle-parse v0.2.7 |
| 695 | 2026-05-21T09:52:29.171Z | Downloaded hostname v0.3.1 |
| 696 | 2026-05-21T09:52:29.171Z | Downloaded http-range v0.1.5 |
| 697 | 2026-05-21T09:52:29.171Z | Downloaded glob v0.3.3 |
| 698 | 2026-05-21T09:52:29.171Z | Downloaded hubpack_derive v0.1.1 |
| 699 | 2026-05-21T09:52:29.171Z | Downloaded fxhash v0.2.1 |
| 700 | 2026-05-21T09:52:29.171Z | Downloaded home v0.5.12 |
| 701 | 2026-05-21T09:52:29.171Z | Downloaded ecdsa v0.16.9 |
| 702 | 2026-05-21T09:52:29.175Z | Downloaded der_derive v0.7.3 |
| 703 | 2026-05-21T09:52:29.175Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 704 | 2026-05-21T09:52:29.175Z | Downloaded ff v0.13.1 |
| 705 | 2026-05-21T09:52:29.175Z | Downloaded fallible-iterator v0.2.0 |
| 706 | 2026-05-21T09:52:29.179Z | Downloaded ed25519 v2.2.3 |
| 707 | 2026-05-21T09:52:29.179Z | Downloaded find-msvc-tools v0.1.9 |
| 708 | 2026-05-21T09:52:29.179Z | Downloaded defmt-macros v1.0.1 |
| 709 | 2026-05-21T09:52:29.182Z | Downloaded colored v2.2.0 |
| 710 | 2026-05-21T09:52:29.183Z | Downloaded fixedbitset v0.5.7 |
| 711 | 2026-05-21T09:52:29.187Z | Downloaded clang-sys v1.8.1 |
| 712 | 2026-05-21T09:52:29.187Z | Downloaded cbc v0.1.2 |
| 713 | 2026-05-21T09:52:29.187Z | Downloaded either v1.15.0 |
| 714 | 2026-05-21T09:52:29.187Z | Downloaded data-encoding v2.10.0 |
| 715 | 2026-05-21T09:52:29.191Z | Downloaded daft v0.1.7 |
| 716 | 2026-05-21T09:52:29.191Z | Downloaded ciborium v0.2.2 |
| 717 | 2026-05-21T09:52:29.194Z | Downloaded cancel-safe-futures v0.1.5 |
| 718 | 2026-05-21T09:52:29.194Z | Downloaded hostname v0.4.2 |
| 719 | 2026-05-21T09:52:29.197Z | Downloaded fs_extra v1.3.0 |
| 720 | 2026-05-21T09:52:29.197Z | Downloaded bzip2 v0.6.1 |
| 721 | 2026-05-21T09:52:29.197Z | Downloaded backon v1.6.0 |
| 722 | 2026-05-21T09:52:29.200Z | Downloaded defmt v1.0.1 |
| 723 | 2026-05-21T09:52:29.204Z | Downloaded hubpack v0.1.2 |
| 724 | 2026-05-21T09:52:29.204Z | Downloaded instability v0.3.11 |
| 725 | 2026-05-21T09:52:29.207Z | Downloaded inout v0.1.4 |
| 726 | 2026-05-21T09:52:29.207Z | Downloaded indent_write v2.2.0 |
| 727 | 2026-05-21T09:52:29.207Z | Downloaded allocator-api2 v0.2.21 |
| 728 | 2026-05-21T09:52:29.211Z | Downloaded httpdate v1.0.3 |
| 729 | 2026-05-21T09:52:29.211Z | Downloaded http-body v1.0.1 |
| 730 | 2026-05-21T09:52:29.211Z | Downloaded chacha20 v0.10.0 |
| 731 | 2026-05-21T09:52:29.211Z | Downloaded derive-ex v0.1.8 |
| 732 | 2026-05-21T09:52:29.214Z | Downloaded illumos-nvpair v0.3.0 |
| 733 | 2026-05-21T09:52:29.214Z | Downloaded ident_case v1.0.1 |
| 734 | 2026-05-21T09:52:29.214Z | Downloaded hyper-tls v0.6.0 |
| 735 | 2026-05-21T09:52:29.214Z | Downloaded foldhash v0.1.5 |
| 736 | 2026-05-21T09:52:29.217Z | Downloaded erased-serde v0.3.31 |
| 737 | 2026-05-21T09:52:29.221Z | Downloaded constant_time_eq v0.4.2 |
| 738 | 2026-05-21T09:52:29.221Z | Downloaded is_ci v1.2.0 |
| 739 | 2026-05-21T09:52:29.221Z | Downloaded is-terminal v0.4.17 |
| 740 | 2026-05-21T09:52:29.221Z | Downloaded crc32fast v1.5.0 |
| 741 | 2026-05-21T09:52:29.225Z | Downloaded convert_case v0.10.0 |
| 742 | 2026-05-21T09:52:29.225Z | Downloaded cmake v0.1.57 |
| 743 | 2026-05-21T09:52:29.225Z | Downloaded drift v0.1.4 |
| 744 | 2026-05-21T09:52:29.229Z | Downloaded lazy_static v1.5.0 |
| 745 | 2026-05-21T09:52:29.232Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 746 | 2026-05-21T09:52:29.235Z | Downloaded internet-checksum v0.2.1 |
| 747 | 2026-05-21T09:52:29.235Z | Downloaded globset v0.4.18 |
| 748 | 2026-05-21T09:52:29.238Z | Downloaded indoc v1.0.9 |
| 749 | 2026-05-21T09:52:29.238Z | Downloaded indoc v2.0.7 |
| 750 | 2026-05-21T09:52:29.241Z | Downloaded lru-cache v0.1.2 |
| 751 | 2026-05-21T09:52:29.241Z | Downloaded linked-hash-map v0.5.6 |
| 752 | 2026-05-21T09:52:29.241Z | Downloaded git-stub-vcs v0.1.0 |
| 753 | 2026-05-21T09:52:29.244Z | Downloaded getrandom v0.2.17 |
| 754 | 2026-05-21T09:52:29.247Z | Downloaded maplit v1.0.2 |
| 755 | 2026-05-21T09:52:29.247Z | Downloaded mime v0.3.17 |
| 756 | 2026-05-21T09:52:29.247Z | Downloaded match_cfg v0.1.0 |
| 757 | 2026-05-21T09:52:29.250Z | Downloaded lru-slab v0.1.2 |
| 758 | 2026-05-21T09:52:29.251Z | Downloaded keccak v0.1.6 |
| 759 | 2026-05-21T09:52:29.251Z | Downloaded instant v0.1.13 |
| 760 | 2026-05-21T09:52:29.251Z | Downloaded kstat-rs v0.2.4 |
| 761 | 2026-05-21T09:52:29.254Z | Downloaded lalrpop-util v0.19.12 |
| 762 | 2026-05-21T09:52:29.254Z | Downloaded cookie_store v0.22.1 |
| 763 | 2026-05-21T09:52:29.254Z | Downloaded libscf-sys v1.1.0 |
| 764 | 2026-05-21T09:52:29.254Z | Downloaded cargo_metadata v0.19.2 |
| 765 | 2026-05-21T09:52:29.256Z | Downloaded futures-channel v0.3.32 |
| 766 | 2026-05-21T09:52:29.256Z | Downloaded managed v0.8.0 |
| 767 | 2026-05-21T09:52:29.260Z | Downloaded lru v0.12.5 |
| 768 | 2026-05-21T09:52:29.265Z | Downloaded memoffset v0.9.1 |
| 769 | 2026-05-21T09:52:29.268Z | Downloaded md-5 v0.10.6 |
| 770 | 2026-05-21T09:52:29.268Z | Downloaded darling v0.21.3 |
| 771 | 2026-05-21T09:52:29.271Z | Downloaded diesel-dtrace v0.5.0 |
| 772 | 2026-05-21T09:52:29.276Z | Downloaded md5 v0.7.0 |
| 773 | 2026-05-21T09:52:29.276Z | Downloaded compact_str v0.8.1 |
| 774 | 2026-05-21T09:52:29.278Z | Downloaded darling v0.20.11 |
| 775 | 2026-05-21T09:52:29.278Z | Downloaded hmac v0.12.1 |
| 776 | 2026-05-21T09:52:29.281Z | Downloaded hyper-staticfile v0.10.1 |
| 777 | 2026-05-21T09:52:29.283Z | Downloaded humantime v2.3.0 |
| 778 | 2026-05-21T09:52:29.283Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-05-21T09:52:29.286Z | Downloaded lzss v0.8.2 |
| 780 | 2026-05-21T09:52:29.286Z | Downloaded num v0.4.3 |
| 781 | 2026-05-21T09:52:29.289Z | Downloaded newline-converter v0.3.0 |
| 782 | 2026-05-21T09:52:29.289Z | Downloaded newtype_derive v0.1.6 |
| 783 | 2026-05-21T09:52:29.289Z | Downloaded new_debug_unreachable v1.0.6 |
| 784 | 2026-05-21T09:52:29.292Z | Downloaded maybe-uninit v2.0.0 |
| 785 | 2026-05-21T09:52:29.292Z | Downloaded num-derive v0.4.2 |
| 786 | 2026-05-21T09:52:29.292Z | Downloaded diff v0.1.13 |
| 787 | 2026-05-21T09:52:29.295Z | Downloaded jobserver v0.1.34 |
| 788 | 2026-05-21T09:52:29.295Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-21T09:52:29.298Z | Downloaded derive-where v1.6.0 |
| 790 | 2026-05-21T09:52:29.298Z | Downloaded ingot v0.1.1 |
| 791 | 2026-05-21T09:52:29.301Z | Downloaded nonempty v0.12.0 |
| 792 | 2026-05-21T09:52:29.301Z | Downloaded num_threads v0.1.7 |
| 793 | 2026-05-21T09:52:29.303Z | Downloaded getrandom v0.3.4 |
| 794 | 2026-05-21T09:52:29.304Z | Downloaded httparse v1.10.1 |
| 795 | 2026-05-21T09:52:29.307Z | Downloaded nibble_vec v0.1.0 |
| 796 | 2026-05-21T09:52:29.311Z | Downloaded nodrop v0.1.14 |
| 797 | 2026-05-21T09:52:29.311Z | Downloaded libsw v3.5.0 |
| 798 | 2026-05-21T09:52:29.311Z | Downloaded hyper-rustls v0.27.7 |
| 799 | 2026-05-21T09:52:29.314Z | Downloaded darling v0.23.0 |
| 800 | 2026-05-21T09:52:29.315Z | Downloaded num-derive v0.3.3 |
| 801 | 2026-05-21T09:52:29.318Z | Downloaded num-conv v0.2.0 |
| 802 | 2026-05-21T09:52:29.318Z | Downloaded opaque-debug v0.3.1 |
| 803 | 2026-05-21T09:52:29.318Z | Downloaded num_enum_derive v0.5.11 |
| 804 | 2026-05-21T09:52:29.318Z | Downloaded openssl-probe v0.2.1 |
| 805 | 2026-05-21T09:52:29.323Z | Downloaded openssl-probe v0.1.6 |
| 806 | 2026-05-21T09:52:29.323Z | Downloaded olpc-cjson v0.1.4 |
| 807 | 2026-05-21T09:52:29.323Z | Downloaded bytes v1.11.1 |
| 808 | 2026-05-21T09:52:29.333Z | Downloaded num-iter v0.1.45 |
| 809 | 2026-05-21T09:52:29.333Z | Downloaded group v0.13.0 |
| 810 | 2026-05-21T09:52:29.333Z | Downloaded const_format v0.2.35 |
| 811 | 2026-05-21T09:52:29.333Z | Downloaded half v1.8.3 |
| 812 | 2026-05-21T09:52:29.333Z | Downloaded chacha20poly1305 v0.10.1 |
| 813 | 2026-05-21T09:52:29.333Z | Downloaded arc-swap v1.8.2 |
| 814 | 2026-05-21T09:52:29.337Z | Downloaded ipnetwork v0.21.1 |
| 815 | 2026-05-21T09:52:29.337Z | Downloaded http-body-util v0.1.3 |
| 816 | 2026-05-21T09:52:29.337Z | Downloaded linear-map v1.2.0 |
| 817 | 2026-05-21T09:52:29.337Z | Downloaded ingot-macros v0.1.1 |
| 818 | 2026-05-21T09:52:29.341Z | Downloaded libloading v0.8.9 |
| 819 | 2026-05-21T09:52:29.341Z | Downloaded oso-derive v0.27.3 |
| 820 | 2026-05-21T09:52:29.343Z | Downloaded nanorand v0.7.0 |
| 821 | 2026-05-21T09:52:29.343Z | Downloaded openssl-macros v0.1.1 |
| 822 | 2026-05-21T09:52:29.343Z | Downloaded crossterm v0.29.0 |
| 823 | 2026-05-21T09:52:29.347Z | Downloaded multer v3.1.0 |
| 824 | 2026-05-21T09:52:29.350Z | Downloaded bumpalo v3.20.2 |
| 825 | 2026-05-21T09:52:29.354Z | Downloaded fatfs v0.3.6 |
| 826 | 2026-05-21T09:52:29.356Z | Downloaded newtype-uuid-macros v0.1.0 |
| 827 | 2026-05-21T09:52:29.356Z | Downloaded newtype-uuid v1.3.2 |
| 828 | 2026-05-21T09:52:29.356Z | Downloaded native-tls v0.2.18 |
| 829 | 2026-05-21T09:52:29.359Z | Downloaded packed_struct_codegen v0.10.1 |
| 830 | 2026-05-21T09:52:29.374Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-05-21T09:52:29.376Z | Downloaded darling_core v0.20.11 |
| 832 | 2026-05-21T09:52:29.379Z | Downloaded indexmap v1.9.3 |
| 833 | 2026-05-21T09:52:29.382Z | Downloaded pbkdf2 v0.11.0 |
| 834 | 2026-05-21T09:52:29.382Z | Downloaded num_enum_derive v0.7.6 |
| 835 | 2026-05-21T09:52:29.385Z | Downloaded darling_core v0.21.3 |
| 836 | 2026-05-21T09:52:29.389Z | Downloaded path-slash v0.1.5 |
| 837 | 2026-05-21T09:52:29.389Z | Downloaded parse-size v1.1.0 |
| 838 | 2026-05-21T09:52:29.392Z | Downloaded parse-display v0.10.0 |
| 839 | 2026-05-21T09:52:29.392Z | Downloaded pin-utils v0.1.0 |
| 840 | 2026-05-21T09:52:29.392Z | Downloaded phf_shared v0.13.1 |
| 841 | 2026-05-21T09:52:29.392Z | Downloaded nu-ansi-term v0.50.3 |
| 842 | 2026-05-21T09:52:29.395Z | Downloaded ignore v0.4.25 |
| 843 | 2026-05-21T09:52:29.395Z | Downloaded darling_core v0.23.0 |
| 844 | 2026-05-21T09:52:29.398Z | Downloaded ar_archive_writer v0.5.1 |
| 845 | 2026-05-21T09:52:29.401Z | Downloaded peg-runtime v0.8.5 |
| 846 | 2026-05-21T09:52:29.404Z | Downloaded phf_shared v0.12.1 |
| 847 | 2026-05-21T09:52:29.404Z | Downloaded phf_shared v0.11.3 |
| 848 | 2026-05-21T09:52:29.404Z | Downloaded base64 v0.22.1 |
| 849 | 2026-05-21T09:52:29.409Z | Downloaded memmap2 v0.9.10 |
| 850 | 2026-05-21T09:52:29.409Z | Downloaded num_enum v0.7.6 |
| 851 | 2026-05-21T09:52:29.412Z | Downloaded half v2.7.1 |
| 852 | 2026-05-21T09:52:29.412Z | Downloaded num-rational v0.4.2 |
| 853 | 2026-05-21T09:52:29.414Z | Downloaded num-complex v0.4.6 |
| 854 | 2026-05-21T09:52:29.414Z | Downloaded headers v0.4.1 |
| 855 | 2026-05-21T09:52:29.417Z | Downloaded predicates-tree v1.0.13 |
| 856 | 2026-05-21T09:52:29.420Z | Downloaded precomputed-hash v0.1.1 |
| 857 | 2026-05-21T09:52:29.420Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-05-21T09:52:29.420Z | Downloaded iana-time-zone v0.1.65 |
| 859 | 2026-05-21T09:52:29.428Z | Downloaded elliptic-curve v0.13.8 |
| 860 | 2026-05-21T09:52:29.428Z | Downloaded dropshot_endpoint v0.17.0 |
| 861 | 2026-05-21T09:52:29.432Z | Downloaded packed_struct v0.10.1 |
| 862 | 2026-05-21T09:52:29.432Z | Downloaded dropshot_endpoint v0.16.7 |
| 863 | 2026-05-21T09:52:29.432Z | Downloaded des v0.8.1 |
| 864 | 2026-05-21T09:52:29.436Z | Downloaded proc-macro-crate v3.4.0 |
| 865 | 2026-05-21T09:52:29.436Z | Downloaded proc-macro-crate v1.3.1 |
| 866 | 2026-05-21T09:52:29.436Z | Downloaded derive_builder v0.20.2 |
| 867 | 2026-05-21T09:52:29.442Z | Downloaded progenitor-client v0.10.0 |
| 868 | 2026-05-21T09:52:29.442Z | Downloaded libbz2-rs-sys v0.2.2 |
| 869 | 2026-05-21T09:52:29.442Z | Downloaded progenitor-client v0.11.2 |
| 870 | 2026-05-21T09:52:29.442Z | Downloaded num-integer v0.1.46 |
| 871 | 2026-05-21T09:52:29.444Z | Downloaded oxnet v0.1.5 |
| 872 | 2026-05-21T09:52:29.444Z | Downloaded predicates-core v1.0.10 |
| 873 | 2026-05-21T09:52:29.454Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 874 | 2026-05-21T09:52:29.454Z | Downloaded indicatif v0.18.4 |
| 875 | 2026-05-21T09:52:29.454Z | Downloaded litrs v1.0.0 |
| 876 | 2026-05-21T09:52:29.457Z | Downloaded omicron-zone-package v0.12.2 |
| 877 | 2026-05-21T09:52:29.457Z | Downloaded pem v3.0.6 |
| 878 | 2026-05-21T09:52:29.457Z | Downloaded pin-project-lite v0.2.17 |
| 879 | 2026-05-21T09:52:29.457Z | Downloaded crypto-bigint v0.5.5 |
| 880 | 2026-05-21T09:52:29.468Z | Downloaded radium v0.7.0 |
| 881 | 2026-05-21T09:52:29.468Z | Downloaded parse-display-derive v0.10.0 |
| 882 | 2026-05-21T09:52:29.468Z | Downloaded paste v1.0.15 |
| 883 | 2026-05-21T09:52:29.468Z | Downloaded password-hash v0.5.0 |
| 884 | 2026-05-21T09:52:29.468Z | Downloaded password-hash v0.4.2 |
| 885 | 2026-05-21T09:52:29.468Z | Downloaded derive_more v0.99.20 |
| 886 | 2026-05-21T09:52:29.472Z | Downloaded progenitor-macro v0.10.0 |
| 887 | 2026-05-21T09:52:29.472Z | Downloaded progenitor-macro v0.11.2 |
| 888 | 2026-05-21T09:52:29.472Z | Downloaded progenitor-macro v0.14.0 |
| 889 | 2026-05-21T09:52:29.472Z | Downloaded progenitor-client v0.14.0 |
| 890 | 2026-05-21T09:52:29.472Z | Downloaded pin-project-internal v1.1.11 |
| 891 | 2026-05-21T09:52:29.475Z | Downloaded quick-error v1.2.3 |
| 892 | 2026-05-21T09:52:29.475Z | Downloaded psl-types v2.0.11 |
| 893 | 2026-05-21T09:52:29.475Z | Downloaded pem-rfc7468 v0.7.0 |
| 894 | 2026-05-21T09:52:29.475Z | Downloaded oxide-tokio-rt v0.1.4 |
| 895 | 2026-05-21T09:52:29.480Z | Downloaded owo-colors v4.3.0 |
| 896 | 2026-05-21T09:52:29.480Z | Downloaded peg-macros v0.8.5 |
| 897 | 2026-05-21T09:52:29.480Z | Downloaded num_enum v0.5.11 |
| 898 | 2026-05-21T09:52:29.483Z | Downloaded libefi-sys v0.1.0 |
| 899 | 2026-05-21T09:52:29.483Z | Downloaded mime_guess v2.0.5 |
| 900 | 2026-05-21T09:52:29.483Z | Downloaded polyval v0.6.2 |
| 901 | 2026-05-21T09:52:29.486Z | Downloaded pkg-config v0.3.32 |
| 902 | 2026-05-21T09:52:29.486Z | Downloaded progenitor-macro v0.13.0 |
| 903 | 2026-05-21T09:52:29.488Z | Downloaded phf v0.13.1 |
| 904 | 2026-05-21T09:52:29.488Z | Downloaded ppv-lite86 v0.2.21 |
| 905 | 2026-05-21T09:52:29.488Z | Downloaded futures v0.3.32 |
| 906 | 2026-05-21T09:52:29.493Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-05-21T09:52:29.493Z | Downloaded flume v0.11.1 |
| 908 | 2026-05-21T09:52:29.499Z | Downloaded heapless v0.8.0 |
| 909 | 2026-05-21T09:52:29.499Z | Downloaded heapless v0.7.17 |
| 910 | 2026-05-21T09:52:29.499Z | Downloaded cc v1.2.56 |
| 911 | 2026-05-21T09:52:29.502Z | Downloaded parking_lot_core v0.8.6 |
| 912 | 2026-05-21T09:52:29.506Z | Downloaded parking_lot v0.12.5 |
| 913 | 2026-05-21T09:52:29.506Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 914 | 2026-05-21T09:52:29.509Z | Downloaded progenitor v0.11.2 |
| 915 | 2026-05-21T09:52:29.509Z | Downloaded progenitor v0.10.0 |
| 916 | 2026-05-21T09:52:29.509Z | Downloaded poly1305 v0.8.0 |
| 917 | 2026-05-21T09:52:29.509Z | Downloaded pkcs8 v0.10.2 |
| 918 | 2026-05-21T09:52:29.512Z | Downloaded base64 v0.21.7 |
| 919 | 2026-05-21T09:52:29.514Z | Downloaded recursive v0.1.1 |
| 920 | 2026-05-21T09:52:29.514Z | Downloaded ref-cast v1.0.25 |
| 921 | 2026-05-21T09:52:29.517Z | Downloaded rand_xorshift v0.4.0 |
| 922 | 2026-05-21T09:52:29.517Z | Downloaded progenitor v0.13.0 |
| 923 | 2026-05-21T09:52:29.517Z | Downloaded rfc6979 v0.4.0 |
| 924 | 2026-05-21T09:52:29.522Z | Downloaded derive_more v2.1.1 |
| 925 | 2026-05-21T09:52:29.527Z | Downloaded ed25519-dalek v2.2.0 |
| 926 | 2026-05-21T09:52:29.530Z | Downloaded multimap v0.10.1 |
| 927 | 2026-05-21T09:52:29.530Z | Downloaded primeorder v0.13.6 |
| 928 | 2026-05-21T09:52:29.530Z | Downloaded ref-cast-impl v1.0.25 |
| 929 | 2026-05-21T09:52:29.530Z | Downloaded r2d2 v0.8.10 |
| 930 | 2026-05-21T09:52:29.533Z | Downloaded proc-macro-error2 v2.0.1 |
| 931 | 2026-05-21T09:52:29.533Z | Downloaded predicates v3.1.4 |
| 932 | 2026-05-21T09:52:29.536Z | Downloaded psm v0.1.30 |
| 933 | 2026-05-21T09:52:29.536Z | Downloaded parking_lot v0.11.2 |
| 934 | 2026-05-21T09:52:29.538Z | Downloaded rustc_version v0.1.7 |
| 935 | 2026-05-21T09:52:29.538Z | Downloaded lock_api v0.4.14 |
| 936 | 2026-05-21T09:52:29.541Z | Downloaded libsw-core v0.3.2 |
| 937 | 2026-05-21T09:52:29.541Z | Downloaded pkcs1 v0.7.5 |
| 938 | 2026-05-21T09:52:29.544Z | Downloaded highway v1.3.0 |
| 939 | 2026-05-21T09:52:29.544Z | Downloaded hashbrown v0.13.2 |
| 940 | 2026-05-21T09:52:29.547Z | Downloaded progenitor-extras v0.2.0 |
| 941 | 2026-05-21T09:52:29.549Z | Downloaded hickory-server v0.25.2 |
| 942 | 2026-05-21T09:52:29.553Z | Downloaded miniz_oxide v0.8.9 |
| 943 | 2026-05-21T09:52:29.553Z | Downloaded progenitor-client v0.13.0 |
| 944 | 2026-05-21T09:52:29.553Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-05-21T09:52:29.556Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-05-21T09:52:29.556Z | Downloaded rand_core v0.6.4 |
| 947 | 2026-05-21T09:52:29.556Z | Downloaded phf v0.12.1 |
| 948 | 2026-05-21T09:52:29.558Z | Downloaded peg v0.8.5 |
| 949 | 2026-05-21T09:52:29.561Z | Downloaded rustc_version v0.4.1 |
| 950 | 2026-05-21T09:52:29.561Z | Downloaded rustc-hash v2.1.1 |
| 951 | 2026-05-21T09:52:29.561Z | Downloaded postcard v1.1.3 |
| 952 | 2026-05-21T09:52:29.564Z | Downloaded progenitor v0.14.0 |
| 953 | 2026-05-21T09:52:29.564Z | Downloaded hickory-resolver v0.24.4 |
| 954 | 2026-05-21T09:52:29.567Z | Downloaded rand_chacha v0.9.0 |
| 955 | 2026-05-21T09:52:29.567Z | Downloaded oso v0.27.3 |
| 956 | 2026-05-21T09:52:29.569Z | Downloaded papergrid v0.17.0 |
| 957 | 2026-05-21T09:52:29.572Z | Downloaded dropshot-api-manager v0.7.1 |
| 958 | 2026-05-21T09:52:29.574Z | Downloaded expectorate v1.2.0 |
| 959 | 2026-05-21T09:52:29.576Z | Downloaded derive_more-impl v2.1.1 |
| 960 | 2026-05-21T09:52:29.579Z | Downloaded crossbeam-channel v0.5.15 |
| 961 | 2026-05-21T09:52:29.582Z | Downloaded futures-executor v0.3.32 |
| 962 | 2026-05-21T09:52:29.582Z | Downloaded parking_lot_core v0.9.12 |
| 963 | 2026-05-21T09:52:29.585Z | Downloaded scheduled-thread-pool v0.2.7 |
| 964 | 2026-05-21T09:52:29.585Z | Downloaded pkcs5 v0.7.1 |
| 965 | 2026-05-21T09:52:29.588Z | Downloaded secrecy v0.8.0 |
| 966 | 2026-05-21T09:52:29.588Z | Downloaded scrypt v0.11.0 |
| 967 | 2026-05-21T09:52:29.590Z | Downloaded rand_seeder v0.4.0 |
| 968 | 2026-05-21T09:52:29.590Z | Downloaded rand_core v0.10.0 |
| 969 | 2026-05-21T09:52:29.590Z | Downloaded scroll_derive v0.13.1 |
| 970 | 2026-05-21T09:52:29.593Z | Downloaded daft-derive v0.1.7 |
| 971 | 2026-05-21T09:52:29.596Z | Downloaded same-file v1.0.6 |
| 972 | 2026-05-21T09:52:29.596Z | Downloaded sapling-renderdag v0.1.0 |
| 973 | 2026-05-21T09:52:29.596Z | Downloaded salsa20 v0.10.2 |
| 974 | 2026-05-21T09:52:29.599Z | Downloaded ingot-types v0.1.2 |
| 975 | 2026-05-21T09:52:29.604Z | Downloaded scopeguard v1.2.0 |
| 976 | 2026-05-21T09:52:29.606Z | Downloaded flate2 v1.1.9 |
| 977 | 2026-05-21T09:52:29.606Z | Downloaded resolv-conf v0.7.6 |
| 978 | 2026-05-21T09:52:29.609Z | Downloaded serde-big-array v0.5.1 |
| 979 | 2026-05-21T09:52:29.613Z | Downloaded secrecy v0.10.3 |
| 980 | 2026-05-21T09:52:29.613Z | Downloaded serde_bytes v0.11.19 |
| 981 | 2026-05-21T09:52:29.615Z | Downloaded serde_spanned v1.0.4 |
| 982 | 2026-05-21T09:52:29.615Z | Downloaded rustls-pemfile v1.0.4 |
| 983 | 2026-05-21T09:52:29.619Z | Downloaded hickory-resolver v0.25.2 |
| 984 | 2026-05-21T09:52:29.623Z | Downloaded p256 v0.13.2 |
| 985 | 2026-05-21T09:52:29.626Z | Downloaded russh-cryptovec v0.7.3 |
| 986 | 2026-05-21T09:52:29.626Z | Downloaded rtoolbox v0.0.3 |
| 987 | 2026-05-21T09:52:29.629Z | Downloaded prefix-trie v0.7.0 |
| 988 | 2026-05-21T09:52:29.629Z | Downloaded minimal-lexical v0.2.1 |
| 989 | 2026-05-21T09:52:29.632Z | Downloaded serde_repr v0.1.20 |
| 990 | 2026-05-21T09:52:29.632Z | Downloaded seq-macro v0.3.6 |
| 991 | 2026-05-21T09:52:29.635Z | Downloaded serde_urlencoded v0.7.1 |
| 992 | 2026-05-21T09:52:29.635Z | Downloaded serde_plain v1.0.2 |
| 993 | 2026-05-21T09:52:29.639Z | Downloaded diesel_derives v2.3.7 |
| 994 | 2026-05-21T09:52:29.647Z | Downloaded rusty-fork v0.3.1 |
| 995 | 2026-05-21T09:52:29.651Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-05-21T09:52:29.653Z | Downloaded quinn-udp v0.5.14 |
| 997 | 2026-05-21T09:52:29.657Z | Downloaded slog-envlogger v2.2.0 |
| 998 | 2026-05-21T09:52:29.657Z | Downloaded sigpipe v0.1.3 |
| 999 | 2026-05-21T09:52:29.660Z | Downloaded signature v2.2.0 |
| 1000 | 2026-05-21T09:52:29.661Z | Downloaded rustls-native-certs v0.8.3 |
| 1001 | 2026-05-21T09:52:29.664Z | Downloaded hyper-util v0.1.20 |
| 1002 | 2026-05-21T09:52:29.668Z | Downloaded shell-words v1.1.1 |
| 1003 | 2026-05-21T09:52:29.670Z | Downloaded sha1 v0.10.6 |
| 1004 | 2026-05-21T09:52:29.670Z | Downloaded rustversion v1.0.22 |
| 1005 | 2026-05-21T09:52:29.670Z | Downloaded signal-hook-mio v0.2.5 |
| 1006 | 2026-05-21T09:52:29.673Z | Downloaded progenitor-impl v0.11.2 |
| 1007 | 2026-05-21T09:52:29.673Z | Downloaded siphasher v1.0.2 |
| 1008 | 2026-05-21T09:52:29.676Z | Downloaded progenitor-impl v0.10.0 |
| 1009 | 2026-05-21T09:52:29.676Z | Downloaded progenitor-impl v0.13.0 |
| 1010 | 2026-05-21T09:52:29.678Z | Downloaded rustls-pemfile v2.2.0 |
| 1011 | 2026-05-21T09:52:29.681Z | Downloaded serde_derive_internals v0.29.1 |
| 1012 | 2026-05-21T09:52:29.686Z | Downloaded postgres-protocol v0.6.10 |
| 1013 | 2026-05-21T09:52:29.689Z | Downloaded pin-project v1.1.11 |
| 1014 | 2026-05-21T09:52:29.694Z | Downloaded ssh-cipher v0.2.0 |
| 1015 | 2026-05-21T09:52:29.696Z | Downloaded aes-gcm v0.10.3 |
| 1016 | 2026-05-21T09:52:29.699Z | Downloaded scroll v0.13.0 |
| 1017 | 2026-05-21T09:52:29.699Z | Downloaded schemars_derive v0.8.22 |
| 1018 | 2026-05-21T09:52:29.702Z | Downloaded slog-bunyan v2.5.0 |
| 1019 | 2026-05-21T09:52:29.702Z | Downloaded serde-hex v0.1.0 |
| 1020 | 2026-05-21T09:52:29.702Z | Downloaded hashbrown v0.12.3 |
| 1021 | 2026-05-21T09:52:29.704Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-05-21T09:52:29.707Z | Downloaded sec1 v0.7.3 |
| 1023 | 2026-05-21T09:52:29.707Z | Downloaded openssl-sys v0.9.115 |
| 1024 | 2026-05-21T09:52:29.710Z | Downloaded sqlparser_derive v0.5.0 |
| 1025 | 2026-05-21T09:52:29.712Z | Downloaded der v0.7.10 |
| 1026 | 2026-05-21T09:52:29.715Z | Downloaded signal-hook-registry v1.4.8 |
| 1027 | 2026-05-21T09:52:29.717Z | Downloaded sct v0.7.1 |
| 1028 | 2026-05-21T09:52:29.717Z | Downloaded aes v0.8.4 |
| 1029 | 2026-05-21T09:52:29.721Z | Downloaded serde_path_to_error v0.1.20 |
| 1030 | 2026-05-21T09:52:29.723Z | Downloaded semver v0.1.20 |
| 1031 | 2026-05-21T09:52:29.723Z | Downloaded ssh-encoding v0.2.0 |
| 1032 | 2026-05-21T09:52:29.725Z | Downloaded structmeta-derive v0.3.0 |
| 1033 | 2026-05-21T09:52:29.725Z | Downloaded structmeta v0.3.0 |
| 1034 | 2026-05-21T09:52:29.729Z | Downloaded rcgen v0.12.1 |
| 1035 | 2026-05-21T09:52:29.732Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-05-21T09:52:29.732Z | Downloaded strum v0.27.2 |
| 1037 | 2026-05-21T09:52:29.732Z | Downloaded strum v0.26.3 |
| 1038 | 2026-05-21T09:52:29.734Z | Downloaded smallvec v0.6.14 |
| 1039 | 2026-05-21T09:52:29.734Z | Downloaded slog-term v2.9.2 |
| 1040 | 2026-05-21T09:52:29.737Z | Downloaded slog-stdlog v4.1.1 |
| 1041 | 2026-05-21T09:52:29.737Z | Downloaded slog-scope v4.4.1 |
| 1042 | 2026-05-21T09:52:29.740Z | Downloaded supports-color v3.0.2 |
| 1043 | 2026-05-21T09:52:29.740Z | Downloaded sync-ptr v0.1.4 |
| 1044 | 2026-05-21T09:52:29.740Z | Downloaded subtle v2.6.1 |
| 1045 | 2026-05-21T09:52:29.743Z | Downloaded progenitor-impl v0.14.0 |
| 1046 | 2026-05-21T09:52:29.750Z | Downloaded serde_cbor v0.11.2 |
| 1047 | 2026-05-21T09:52:29.752Z | Downloaded snafu-derive v0.8.9 |
| 1048 | 2026-05-21T09:52:29.756Z | Downloaded russh-keys v0.45.0 |
| 1049 | 2026-05-21T09:52:29.758Z | Downloaded spki v0.7.3 |
| 1050 | 2026-05-21T09:52:29.758Z | Downloaded take_mut v0.2.2 |
| 1051 | 2026-05-21T09:52:29.759Z | Downloaded tagptr v0.2.0 |
| 1052 | 2026-05-21T09:52:29.762Z | Downloaded shlex v1.3.0 |
| 1053 | 2026-05-21T09:52:29.762Z | Downloaded sync_wrapper v1.0.2 |
| 1054 | 2026-05-21T09:52:29.762Z | Downloaded slog-async v2.8.0 |
| 1055 | 2026-05-21T09:52:29.765Z | Downloaded slab v0.4.12 |
| 1056 | 2026-05-21T09:52:29.765Z | Downloaded mio v1.2.0 |
| 1057 | 2026-05-21T09:52:29.768Z | Downloaded smf v0.2.3 |
| 1058 | 2026-05-21T09:52:29.770Z | Downloaded jiff-static v0.2.21 |
| 1059 | 2026-05-21T09:52:29.773Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1060 | 2026-05-21T09:52:29.776Z | Downloaded serde_with_macros v3.17.0 |
| 1061 | 2026-05-21T09:52:29.776Z | Downloaded hashbrown v0.15.5 |
| 1062 | 2026-05-21T09:52:29.781Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-05-21T09:52:29.784Z | Downloaded tabwriter v1.4.1 |
| 1064 | 2026-05-21T09:52:29.788Z | Downloaded tap v1.0.1 |
| 1065 | 2026-05-21T09:52:29.788Z | Downloaded tabled_derive v0.11.0 |
| 1066 | 2026-05-21T09:52:29.788Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1067 | 2026-05-21T09:52:29.788Z | Downloaded slog-dtrace v0.3.0 |
| 1068 | 2026-05-21T09:52:29.791Z | Downloaded slog-json v2.6.1 |
| 1069 | 2026-05-21T09:52:29.794Z | Downloaded prettyplease v0.2.37 |
| 1070 | 2026-05-21T09:52:29.796Z | Downloaded pretty_assertions v1.4.1 |
| 1071 | 2026-05-21T09:52:29.799Z | Downloaded strum_macros v0.24.3 |
| 1072 | 2026-05-21T09:52:29.799Z | Downloaded strum_macros v0.27.2 |
| 1073 | 2026-05-21T09:52:29.802Z | Downloaded strum_macros v0.26.4 |
| 1074 | 2026-05-21T09:52:29.802Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1075 | 2026-05-21T09:52:29.804Z | Downloaded testing_table v0.3.0 |
| 1076 | 2026-05-21T09:52:29.807Z | Downloaded thread-id v5.1.0 |
| 1077 | 2026-05-21T09:52:29.810Z | Downloaded time-core v0.1.8 |
| 1078 | 2026-05-21T09:52:29.810Z | Downloaded static_assertions v1.1.0 |
| 1079 | 2026-05-21T09:52:29.813Z | Downloaded stacker v0.1.23 |
| 1080 | 2026-05-21T09:52:29.813Z | Downloaded sqlformat v0.3.5 |
| 1081 | 2026-05-21T09:52:29.815Z | Downloaded crossterm v0.28.1 |
| 1082 | 2026-05-21T09:52:29.818Z | Downloaded tinyvec_macros v0.1.1 |
| 1083 | 2026-05-21T09:52:29.818Z | Downloaded tokio-macros v2.7.0 |
| 1084 | 2026-05-21T09:52:29.823Z | Downloaded stringprep v0.1.5 |
| 1085 | 2026-05-21T09:52:29.823Z | Downloaded string_cache v0.8.9 |
| 1086 | 2026-05-21T09:52:29.823Z | Downloaded ron v0.8.1 |
| 1087 | 2026-05-21T09:52:29.825Z | Downloaded rand v0.8.6 |
| 1088 | 2026-05-21T09:52:29.830Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-05-21T09:52:29.834Z | Downloaded hashbrown v0.16.1 |
| 1090 | 2026-05-21T09:52:29.841Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1091 | 2026-05-21T09:52:29.843Z | Downloaded termtree v0.5.1 |
| 1092 | 2026-05-21T09:52:29.846Z | Downloaded support-bundle-viewer v0.1.2 |
| 1093 | 2026-05-21T09:52:29.848Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-05-21T09:52:29.854Z | Downloaded thread_local v1.1.9 |
| 1095 | 2026-05-21T09:52:29.856Z | Downloaded aho-corasick v1.1.4 |
| 1096 | 2026-05-21T09:52:29.859Z | Downloaded itertools v0.10.5 |
| 1097 | 2026-05-21T09:52:29.862Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-05-21T09:52:29.865Z | Downloaded tokio-dtrace v0.1.1 |
| 1099 | 2026-05-21T09:52:29.865Z | Downloaded rayon-core v1.13.0 |
| 1100 | 2026-05-21T09:52:29.868Z | Downloaded tls_codec v0.4.2 |
| 1101 | 2026-05-21T09:52:29.868Z | Downloaded itertools v0.13.0 |
| 1102 | 2026-05-21T09:52:29.872Z | Downloaded tokio-tungstenite v0.23.1 |
| 1103 | 2026-05-21T09:52:29.875Z | Downloaded termios v0.3.3 |
| 1104 | 2026-05-21T09:52:29.875Z | Downloaded tls_codec_derive v0.4.2 |
| 1105 | 2026-05-21T09:52:29.880Z | Downloaded typify-macro v0.4.3 |
| 1106 | 2026-05-21T09:52:29.880Z | Downloaded schemars v0.8.22 |
| 1107 | 2026-05-21T09:52:29.883Z | Downloaded http v1.4.0 |
| 1108 | 2026-05-21T09:52:29.889Z | Downloaded libxml v0.3.3 |
| 1109 | 2026-05-21T09:52:29.889Z | Downloaded num-bigint v0.4.6 |
| 1110 | 2026-05-21T09:52:29.891Z | Downloaded unarray v0.1.4 |
| 1111 | 2026-05-21T09:52:29.894Z | Downloaded term v1.2.1 |
| 1112 | 2026-05-21T09:52:29.897Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1113 | 2026-05-21T09:52:29.897Z | Downloaded term v0.7.0 |
| 1114 | 2026-05-21T09:52:29.900Z | Downloaded untrusted v0.9.0 |
| 1115 | 2026-05-21T09:52:29.900Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-05-21T09:52:29.900Z | Downloaded untrusted v0.7.1 |
| 1117 | 2026-05-21T09:52:29.902Z | Downloaded unit-prefix v0.5.2 |
| 1118 | 2026-05-21T09:52:29.902Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-05-21T09:52:29.902Z | Downloaded unicode-truncate v1.1.0 |
| 1120 | 2026-05-21T09:52:29.904Z | Downloaded topological-sort v0.2.2 |
| 1121 | 2026-05-21T09:52:29.904Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1122 | 2026-05-21T09:52:29.904Z | Downloaded usdt-macro v0.6.0 |
| 1123 | 2026-05-21T09:52:29.907Z | Downloaded tokio-native-tls v0.3.1 |
| 1124 | 2026-05-21T09:52:29.907Z | Downloaded spin v0.9.8 |
| 1125 | 2026-05-21T09:52:29.909Z | Downloaded socket2 v0.6.3 |
| 1126 | 2026-05-21T09:52:29.912Z | Downloaded thiserror-no-std v2.0.2 |
| 1127 | 2026-05-21T09:52:29.912Z | Downloaded tokio-rustls v0.25.0 |
| 1128 | 2026-05-21T09:52:29.914Z | Downloaded socket2 v0.5.10 |
| 1129 | 2026-05-21T09:52:29.914Z | Downloaded rsa v0.9.10 |
| 1130 | 2026-05-21T09:52:29.917Z | Downloaded usdt-attr-macro v0.6.0 |
| 1131 | 2026-05-21T09:52:29.920Z | Downloaded usdt v0.6.0 |
| 1132 | 2026-05-21T09:52:29.920Z | Downloaded publicsuffix v2.3.0 |
| 1133 | 2026-05-21T09:52:29.922Z | Downloaded quinn v0.11.9 |
| 1134 | 2026-05-21T09:52:29.925Z | Downloaded qorb v0.4.1 |
| 1135 | 2026-05-21T09:52:29.925Z | Downloaded nom v7.1.3 |
| 1136 | 2026-05-21T09:52:29.928Z | Downloaded waitgroup v0.1.2 |
| 1137 | 2026-05-21T09:52:29.930Z | Downloaded iri-string v0.7.10 |
| 1138 | 2026-05-21T09:52:29.933Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1139 | 2026-05-21T09:52:29.936Z | Downloaded utf-8 v0.7.6 |
| 1140 | 2026-05-21T09:52:29.936Z | Downloaded tokio-tungstenite v0.21.0 |
| 1141 | 2026-05-21T09:52:29.936Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2026-05-21T09:52:29.938Z | Downloaded unicase v2.9.0 |
| 1143 | 2026-05-21T09:52:29.938Z | Downloaded signal-hook v0.3.18 |
| 1144 | 2026-05-21T09:52:29.941Z | Downloaded itertools v0.14.0 |
| 1145 | 2026-05-21T09:52:29.945Z | Downloaded want v0.3.1 |
| 1146 | 2026-05-21T09:52:29.947Z | Downloaded libm v0.2.16 |
| 1147 | 2026-05-21T09:52:29.951Z | Downloaded hyper v1.8.1 |
| 1148 | 2026-05-21T09:52:29.955Z | Downloaded snafu v0.8.9 |
| 1149 | 2026-05-21T09:52:29.958Z | Downloaded wait-timeout v0.2.1 |
| 1150 | 2026-05-21T09:52:29.961Z | Downloaded void v1.0.2 |
| 1151 | 2026-05-21T09:52:29.961Z | Downloaded schemars v0.9.0 |
| 1152 | 2026-05-21T09:52:29.966Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-05-21T09:52:29.969Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-05-21T09:52:29.969Z | Downloaded slog v2.8.2 |
| 1155 | 2026-05-21T09:52:29.972Z | Downloaded futures-util v0.3.32 |
| 1156 | 2026-05-21T09:52:29.977Z | Downloaded tui-tree-widget v0.23.1 |
| 1157 | 2026-05-21T09:52:29.979Z | Downloaded rand v0.10.1 |
| 1158 | 2026-05-21T09:52:29.982Z | Downloaded itertools v0.12.1 |
| 1159 | 2026-05-21T09:52:29.985Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1160 | 2026-05-21T09:52:29.985Z | Downloaded tracing-attributes v0.1.31 |
| 1161 | 2026-05-21T09:52:29.988Z | Downloaded trait-variant v0.1.2 |
| 1162 | 2026-05-21T09:52:29.988Z | Downloaded tiny-keccak v2.0.2 |
| 1163 | 2026-05-21T09:52:29.991Z | Downloaded time-macros v0.2.27 |
| 1164 | 2026-05-21T09:52:29.991Z | Downloaded p521 v0.13.3 |
| 1165 | 2026-05-21T09:52:29.994Z | Downloaded zone v0.3.1 |
| 1166 | 2026-05-21T09:52:29.997Z | Downloaded vergen-gitcl v1.0.8 |
| 1167 | 2026-05-21T09:52:29.997Z | Downloaded rustls-webpki v0.103.9 |
| 1168 | 2026-05-21T09:52:30.000Z | Downloaded walkdir v2.5.0 |
| 1169 | 2026-05-21T09:52:30.000Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-05-21T09:52:30.002Z | Downloaded zeroize_derive v1.4.3 |
| 1171 | 2026-05-21T09:52:30.002Z | Downloaded twox-hash v2.1.2 |
| 1172 | 2026-05-21T09:52:30.007Z | Downloaded zone_cfg_derive v0.3.1 |
| 1173 | 2026-05-21T09:52:30.013Z | Downloaded num-bigint-dig v0.8.6 |
| 1174 | 2026-05-21T09:52:30.016Z | Downloaded whoami v2.1.0 |
| 1175 | 2026-05-21T09:52:30.018Z | Downloaded rand v0.9.2 |
| 1176 | 2026-05-21T09:52:30.020Z | Downloaded tar v0.4.45 |
| 1177 | 2026-05-21T09:52:30.023Z | Downloaded tokio-rustls v0.26.4 |
| 1178 | 2026-05-21T09:52:30.028Z | Downloaded xshell v0.2.7 |
| 1179 | 2026-05-21T09:52:30.031Z | Downloaded usdt-impl v0.6.0 |
| 1180 | 2026-05-21T09:52:30.031Z | Downloaded wyz v0.5.1 |
| 1181 | 2026-05-21T09:52:30.033Z | Downloaded blake3 v1.8.3 |
| 1182 | 2026-05-21T09:52:30.038Z | Downloaded vergen-git2 v1.0.7 |
| 1183 | 2026-05-21T09:52:30.040Z | Downloaded similar v2.7.0 |
| 1184 | 2026-05-21T09:52:30.046Z | Downloaded zeroize v1.8.2 |
| 1185 | 2026-05-21T09:52:30.050Z | Downloaded bitvec v1.0.1 |
| 1186 | 2026-05-21T09:52:30.059Z | Downloaded vsss-rs v3.3.4 |
| 1187 | 2026-05-21T09:52:30.061Z | Downloaded tungstenite v0.21.0 |
| 1188 | 2026-05-21T09:52:30.064Z | Downloaded unicode-bidi v0.3.18 |
| 1189 | 2026-05-21T09:52:30.064Z | Downloaded tungstenite v0.23.0 |
| 1190 | 2026-05-21T09:52:30.067Z | Downloaded subprocess v0.2.15 |
| 1191 | 2026-05-21T09:52:30.067Z | Downloaded test-strategy v0.4.5 |
| 1192 | 2026-05-21T09:52:30.071Z | Downloaded aws-lc-rs v1.16.3 |
| 1193 | 2026-05-21T09:52:30.075Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-05-21T09:52:30.079Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1195 | 2026-05-21T09:52:30.082Z | Downloaded uzers v0.12.2 |
| 1196 | 2026-05-21T09:52:30.082Z | Downloaded rpassword v7.4.0 |
| 1197 | 2026-05-21T09:52:30.082Z | Downloaded yasna v0.5.2 |
| 1198 | 2026-05-21T09:52:30.084Z | Downloaded tinyvec v1.10.0 |
| 1199 | 2026-05-21T09:52:30.084Z | Downloaded unicode-properties v0.1.4 |
| 1200 | 2026-05-21T09:52:30.087Z | Downloaded tracing-core v0.1.36 |
| 1201 | 2026-05-21T09:52:30.087Z | Downloaded zerocopy v0.6.6 |
| 1202 | 2026-05-21T09:52:30.091Z | Downloaded tokio-stream v0.1.18 |
| 1203 | 2026-05-21T09:52:30.096Z | Downloaded nom v8.0.0 |
| 1204 | 2026-05-21T09:52:30.103Z | Downloaded bindgen v0.71.1 |
| 1205 | 2026-05-21T09:52:30.107Z | Downloaded toml v0.7.8 |
| 1206 | 2026-05-21T09:52:30.109Z | Downloaded vergen v9.0.6 |
| 1207 | 2026-05-21T09:52:30.111Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1208 | 2026-05-21T09:52:30.114Z | Downloaded zstd v0.13.3 |
| 1209 | 2026-05-21T09:52:30.114Z | Downloaded rustyline v14.0.0 |
| 1210 | 2026-05-21T09:52:30.116Z | Downloaded reedline v0.40.0 |
| 1211 | 2026-05-21T09:52:30.122Z | Downloaded samael v0.0.19 |
| 1212 | 2026-05-21T09:52:30.125Z | Downloaded toml_edit v0.19.15 |
| 1213 | 2026-05-21T09:52:30.135Z | Downloaded schemars v1.2.1 |
| 1214 | 2026-05-21T09:52:30.142Z | Downloaded iddqd v0.4.1 |
| 1215 | 2026-05-21T09:52:30.147Z | Downloaded typify v0.6.2 |
| 1216 | 2026-05-21T09:52:30.149Z | Downloaded typify v0.4.3 |
| 1217 | 2026-05-21T09:52:30.152Z | Downloaded chrono v0.4.44 |
| 1218 | 2026-05-21T09:52:30.155Z | Downloaded zopfli v0.8.3 |
| 1219 | 2026-05-21T09:52:30.157Z | Downloaded unsafe-libyaml v0.2.11 |
| 1220 | 2026-05-21T09:52:30.159Z | Downloaded steno v0.4.1 |
| 1221 | 2026-05-21T09:52:30.166Z | Downloaded yansi v1.0.1 |
| 1222 | 2026-05-21T09:52:30.173Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1223 | 2026-05-21T09:52:30.175Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-05-21T09:52:30.178Z | Downloaded uuid v1.23.0 |
| 1225 | 2026-05-21T09:52:30.180Z | Downloaded russh v0.45.0 |
| 1226 | 2026-05-21T09:52:30.185Z | Downloaded h2 v0.4.13 |
| 1227 | 2026-05-21T09:52:30.188Z | Downloaded reqwest v0.12.28 |
| 1228 | 2026-05-21T09:52:30.192Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-05-21T09:52:30.197Z | Downloaded hkdf v0.12.4 |
| 1230 | 2026-05-21T09:52:30.214Z | Downloaded rustls-webpki v0.101.7 |
| 1231 | 2026-05-21T09:52:30.222Z | Downloaded zerocopy-derive v0.8.40 |
| 1232 | 2026-05-21T09:52:30.238Z | Downloaded zstd-safe v7.2.4 |
| 1233 | 2026-05-21T09:52:30.250Z | Downloaded tower v0.5.3 |
| 1234 | 2026-05-21T09:52:30.261Z | Downloaded vte v0.14.1 |
| 1235 | 2026-05-21T09:52:30.267Z | Downloaded x509-cert v0.2.5 |
| 1236 | 2026-05-21T09:52:30.270Z | Downloaded tokio-util v0.7.18 |
| 1237 | 2026-05-21T09:52:30.277Z | Downloaded tokio-postgres v0.7.16 |
| 1238 | 2026-05-21T09:52:30.283Z | Downloaded tower-http v0.6.8 |
| 1239 | 2026-05-21T09:52:30.287Z | Downloaded rustls-webpki v0.102.8 |
| 1240 | 2026-05-21T09:52:30.297Z | Downloaded proptest v1.10.0 |
| 1241 | 2026-05-21T09:52:30.303Z | Downloaded object v0.30.4 |
| 1242 | 2026-05-21T09:52:30.307Z | Downloaded tough v0.22.0 |
| 1243 | 2026-05-21T09:52:30.312Z | Downloaded zip v4.6.1 |
| 1244 | 2026-05-21T09:52:30.314Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-05-21T09:52:30.323Z | Downloaded winnow v0.5.40 |
| 1246 | 2026-05-21T09:52:30.328Z | Downloaded zip v0.6.6 |
| 1247 | 2026-05-21T09:52:30.331Z | Downloaded unicode_categories v0.1.1 |
| 1248 | 2026-05-21T09:52:30.335Z | Downloaded ssh-key v0.6.7 |
| 1249 | 2026-05-21T09:52:30.339Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-05-21T09:52:30.346Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-05-21T09:52:30.353Z | Downloaded lalrpop v0.19.12 |
| 1252 | 2026-05-21T09:52:30.359Z | Downloaded portable-atomic v1.13.1 |
| 1253 | 2026-05-21T09:52:30.364Z | Downloaded radix_trie v0.2.1 |
| 1254 | 2026-05-21T09:52:30.367Z | Downloaded polar-core v0.27.3 |
| 1255 | 2026-05-21T09:52:30.371Z | Downloaded reqwest v0.13.2 |
| 1256 | 2026-05-21T09:52:30.375Z | Downloaded typed-path v0.9.3 |
| 1257 | 2026-05-21T09:52:30.378Z | Downloaded regex v1.12.3 |
| 1258 | 2026-05-21T09:52:30.381Z | Downloaded unicode-segmentation v1.12.0 |
| 1259 | 2026-05-21T09:52:30.392Z | Downloaded git2 v0.20.4 |
| 1260 | 2026-05-21T09:52:30.397Z | Downloaded time v0.3.47 |
| 1261 | 2026-05-21T09:52:30.426Z | Downloaded moka v0.12.13 |
| 1262 | 2026-05-21T09:52:30.429Z | Downloaded quick-xml v0.37.5 |
| 1263 | 2026-05-21T09:52:30.437Z | Downloaded salty v0.3.0 |
| 1264 | 2026-05-21T09:52:30.451Z | Downloaded hickory-proto v0.24.4 |
| 1265 | 2026-05-21T09:52:30.460Z | Downloaded serde_with v3.17.0 |
| 1266 | 2026-05-21T09:52:30.466Z | Downloaded webpki-roots v1.0.6 |
| 1267 | 2026-05-21T09:52:30.472Z | Downloaded goblin v0.10.5 |
| 1268 | 2026-05-21T09:52:30.475Z | Downloaded openapiv3 v2.2.0 |
| 1269 | 2026-05-21T09:52:30.481Z | Downloaded regex-syntax v0.8.10 |
| 1270 | 2026-05-21T09:52:30.486Z | Downloaded smoltcp v0.11.0 |
| 1271 | 2026-05-21T09:52:30.503Z | Downloaded petname v2.0.2 |
| 1272 | 2026-05-21T09:52:30.506Z | Downloaded rustix v0.38.44 |
| 1273 | 2026-05-21T09:52:30.527Z | Downloaded nix v0.27.1 |
| 1274 | 2026-05-21T09:52:30.538Z | Downloaded quinn-proto v0.11.13 |
| 1275 | 2026-05-21T09:52:30.554Z | Downloaded curve25519-dalek v4.1.3 |
| 1276 | 2026-05-21T09:52:30.584Z | Downloaded sqlparser v0.61.0 |
| 1277 | 2026-05-21T09:52:30.596Z | Downloaded winnow v1.0.3 |
| 1278 | 2026-05-21T09:52:30.606Z | Downloaded tabled v0.20.0 |
| 1279 | 2026-05-21T09:52:30.620Z | Downloaded sled v0.34.7 |
| 1280 | 2026-05-21T09:52:30.628Z | Downloaded nix v0.29.0 |
| 1281 | 2026-05-21T09:52:30.634Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-05-21T09:52:30.645Z | Downloaded typify-impl v0.6.2 |
| 1283 | 2026-05-21T09:52:30.653Z | Downloaded tracing v0.1.44 |
| 1284 | 2026-05-21T09:52:30.667Z | Downloaded regex-syntax v0.6.29 |
| 1285 | 2026-05-21T09:52:30.670Z | Downloaded zlib-rs v0.6.2 |
| 1286 | 2026-05-21T09:52:30.673Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-05-21T09:52:30.680Z | Downloaded vcpkg v0.2.15 |
| 1288 | 2026-05-21T09:52:30.702Z | Downloaded zerocopy-derive v0.6.6 |
| 1289 | 2026-05-21T09:52:30.708Z | Downloaded nix v0.28.0 |
| 1290 | 2026-05-21T09:52:30.714Z | Downloaded nix v0.31.2 |
| 1291 | 2026-05-21T09:52:30.721Z | Downloaded dropshot v0.17.0 |
| 1292 | 2026-05-21T09:52:30.732Z | Downloaded hickory-proto v0.25.2 |
| 1293 | 2026-05-21T09:52:30.742Z | Downloaded zerocopy v0.8.40 |
| 1294 | 2026-05-21T09:52:30.747Z | Downloaded regress v0.11.1 |
| 1295 | 2026-05-21T09:52:30.752Z | Downloaded diesel v2.3.7 |
| 1296 | 2026-05-21T09:52:30.764Z | Downloaded regress v0.10.5 |
| 1297 | 2026-05-21T09:52:30.769Z | Downloaded rustls v0.23.37 |
| 1298 | 2026-05-21T09:52:30.775Z | Downloaded chrono-tz v0.10.4 |
| 1299 | 2026-05-21T09:52:30.785Z | Downloaded object v0.37.3 |
| 1300 | 2026-05-21T09:52:30.792Z | Downloaded rustls v0.22.4 |
| 1301 | 2026-05-21T09:52:30.799Z | Downloaded smoltcp v0.9.1 |
| 1302 | 2026-05-21T09:52:30.804Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-05-21T09:52:30.817Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1304 | 2026-05-21T09:52:30.827Z | Downloaded libz-sys v1.1.24 |
| 1305 | 2026-05-21T09:52:30.839Z | Downloaded dropshot v0.16.7 |
| 1306 | 2026-05-21T09:52:30.851Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-05-21T09:52:30.873Z | Downloaded openssl v0.10.79 |
| 1308 | 2026-05-21T09:52:30.878Z | Downloaded rustls v0.21.12 |
| 1309 | 2026-05-21T09:52:30.886Z | Downloaded typify-impl v0.4.3 |
| 1310 | 2026-05-21T09:52:30.913Z | Downloaded regex-automata v0.4.14 |
| 1311 | 2026-05-21T09:52:30.937Z | Downloaded petgraph v0.6.5 |
| 1312 | 2026-05-21T09:52:30.948Z | Downloaded jiff v0.2.21 |
| 1313 | 2026-05-21T09:52:30.959Z | Downloaded ring v0.17.14 |
| 1314 | 2026-05-21T09:52:30.983Z | Downloaded csv v1.4.0 |
| 1315 | 2026-05-21T09:52:31.021Z | Downloaded sha3 v0.10.8 |
| 1316 | 2026-05-21T09:52:31.079Z | Downloaded encoding_rs v0.8.35 |
| 1317 | 2026-05-21T09:52:31.112Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1318 | 2026-05-21T09:52:31.475Z | Downloaded aws-lc-sys v0.40.0 |
| 1319 | 2026-05-21T09:52:31.727Z | Compiling libc v0.2.185 |
| 1320 | 2026-05-21T09:52:31.727Z | Compiling serde v1.0.228 |
| 1321 | 2026-05-21T09:52:31.730Z | Compiling log v0.4.29 |
| 1322 | 2026-05-21T09:52:31.730Z | Compiling shlex v1.3.0 |
| 1323 | 2026-05-21T09:52:31.730Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-05-21T09:52:31.730Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-05-21T09:52:31.876Z | Compiling syn v2.0.117 |
| 1326 | 2026-05-21T09:52:31.882Z | Compiling typenum v1.19.0 |
| 1327 | 2026-05-21T09:52:32.054Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-05-21T09:52:32.076Z | Compiling subtle v2.6.1 |
| 1329 | 2026-05-21T09:52:32.089Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-05-21T09:52:32.157Z | Compiling const-oid v0.9.6 |
| 1331 | 2026-05-21T09:52:32.185Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-05-21T09:52:32.198Z | Compiling serde_json v1.0.149 |
| 1333 | 2026-05-21T09:52:32.240Z | Compiling zerocopy v0.8.40 |
| 1334 | 2026-05-21T09:52:32.305Z | Compiling pin-project-lite v0.2.17 |
| 1335 | 2026-05-21T09:52:32.435Z | Compiling portable-atomic v1.13.1 |
| 1336 | 2026-05-21T09:52:32.510Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-05-21T09:52:32.773Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-21T09:52:32.786Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-21T09:52:32.848Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-21T09:52:32.942Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-05-21T09:52:33.005Z | Compiling cc v1.2.56 |
| 1342 | 2026-05-21T09:52:33.032Z | Compiling pkg-config v0.3.32 |
| 1343 | 2026-05-21T09:52:33.044Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-21T09:52:33.223Z | Compiling bitflags v2.11.0 |
| 1345 | 2026-05-21T09:52:33.319Z | Compiling libm v0.2.16 |
| 1346 | 2026-05-21T09:52:33.461Z | Compiling futures-core v0.3.32 |
| 1347 | 2026-05-21T09:52:33.475Z | Compiling critical-section v1.2.0 |
| 1348 | 2026-05-21T09:52:33.579Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-05-21T09:52:33.594Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-05-21T09:52:33.605Z | Compiling mio v1.2.0 |
| 1351 | 2026-05-21T09:52:33.618Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-05-21T09:52:33.742Z | Compiling percent-encoding v2.3.2 |
| 1353 | 2026-05-21T09:52:33.791Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-05-21T09:52:33.939Z | Compiling futures-sink v0.3.32 |
| 1355 | 2026-05-21T09:52:33.966Z | Compiling futures-io v0.3.32 |
| 1356 | 2026-05-21T09:52:33.979Z | Compiling futures-task v0.3.32 |
| 1357 | 2026-05-21T09:52:34.045Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-05-21T09:52:34.095Z | Compiling cpufeatures v0.2.17 |
| 1359 | 2026-05-21T09:52:34.145Z | Compiling slab v0.4.12 |
| 1360 | 2026-05-21T09:52:34.167Z | Compiling getrandom v0.4.1 |
| 1361 | 2026-05-21T09:52:34.188Z | Compiling rand_core v0.10.0 |
| 1362 | 2026-05-21T09:52:34.223Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-05-21T09:52:34.301Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-05-21T09:52:34.326Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-05-21T09:52:34.353Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-05-21T09:52:34.611Z | Compiling cmake v0.1.57 |
| 1367 | 2026-05-21T09:52:34.717Z | Compiling fs_extra v1.3.0 |
| 1368 | 2026-05-21T09:52:34.778Z | Compiling dunce v1.0.5 |
| 1369 | 2026-05-21T09:52:34.878Z | Compiling synstructure v0.13.2 |
| 1370 | 2026-05-21T09:52:34.893Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-05-21T09:52:34.991Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-05-21T09:52:35.019Z | Compiling rustix v1.1.3 |
| 1373 | 2026-05-21T09:52:35.032Z | Compiling aws-lc-sys v0.40.0 |
| 1374 | 2026-05-21T09:52:35.144Z | Compiling iana-time-zone v0.1.65 |
| 1375 | 2026-05-21T09:52:35.283Z | Compiling pem-rfc7468 v0.7.0 |
| 1376 | 2026-05-21T09:52:35.297Z | Compiling regex-syntax v0.8.10 |
| 1377 | 2026-05-21T09:52:35.352Z | Compiling flagset v0.4.7 |
| 1378 | 2026-05-21T09:52:35.391Z | Compiling rand_core v0.9.5 |
| 1379 | 2026-05-21T09:52:35.485Z | Compiling ring v0.17.14 |
| 1380 | 2026-05-21T09:52:35.501Z | Compiling vcpkg v0.2.15 |
| 1381 | 2026-05-21T09:52:35.590Z | Compiling aws-lc-rs v1.16.3 |
| 1382 | 2026-05-21T09:52:35.682Z | Compiling uuid v1.23.0 |
| 1383 | 2026-05-21T09:52:35.881Z | Compiling rustc_version v0.4.1 |
| 1384 | 2026-05-21T09:52:36.226Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-05-21T09:52:36.261Z | Compiling openssl-sys v0.9.115 |
| 1386 | 2026-05-21T09:52:36.405Z | Compiling base64 v0.22.1 |
| 1387 | 2026-05-21T09:52:36.647Z | Compiling serde_derive v1.0.228 |
| 1388 | 2026-05-21T09:52:36.741Z | Compiling zeroize_derive v1.4.3 |
| 1389 | 2026-05-21T09:52:36.764Z | Compiling zerofrom-derive v0.1.6 |
| 1390 | 2026-05-21T09:52:36.780Z | Compiling yoke-derive v0.8.1 |
| 1391 | 2026-05-21T09:52:36.794Z | Compiling zerocopy-derive v0.8.40 |
| 1392 | 2026-05-21T09:52:37.413Z | Compiling zeroize v1.8.2 |
| 1393 | 2026-05-21T09:52:37.659Z | Compiling zerovec-derive v0.11.2 |
| 1394 | 2026-05-21T09:52:37.946Z | Compiling displaydoc v0.2.5 |
| 1395 | 2026-05-21T09:52:38.155Z | Compiling crypto-common v0.1.7 |
| 1396 | 2026-05-21T09:52:38.176Z | Compiling zerofrom v0.1.6 |
| 1397 | 2026-05-21T09:52:38.300Z | Compiling yoke v0.8.1 |
| 1398 | 2026-05-21T09:52:38.300Z | Compiling block-buffer v0.10.4 |
| 1399 | 2026-05-21T09:52:38.471Z | Compiling digest v0.10.7 |
| 1400 | 2026-05-21T09:52:38.497Z | Compiling tokio-macros v2.7.0 |
| 1401 | 2026-05-21T09:52:38.684Z | Compiling zerotrie v0.2.3 |
| 1402 | 2026-05-21T09:52:38.722Z | Compiling futures-macro v0.3.32 |
| 1403 | 2026-05-21T09:52:38.771Z | Compiling zerovec v0.11.5 |
| 1404 | 2026-05-21T09:52:38.977Z | Compiling hmac v0.12.1 |
| 1405 | 2026-05-21T09:52:39.137Z | Compiling block-padding v0.3.3 |
| 1406 | 2026-05-21T09:52:39.202Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-05-21T09:52:39.267Z | Compiling tinystr v0.8.2 |
| 1408 | 2026-05-21T09:52:39.297Z | Compiling potential_utf v0.1.4 |
| 1409 | 2026-05-21T09:52:39.461Z | Compiling icu_locale_core v2.1.1 |
| 1410 | 2026-05-21T09:52:39.474Z | Compiling icu_collections v2.1.1 |
| 1411 | 2026-05-21T09:52:39.511Z | Compiling futures-util v0.3.32 |
| 1412 | 2026-05-21T09:52:39.934Z | Compiling inout v0.1.4 |
| 1413 | 2026-05-21T09:52:40.102Z | Compiling bytes v1.11.1 |
| 1414 | 2026-05-21T09:52:40.102Z | Compiling icu_provider v2.1.1 |
| 1415 | 2026-05-21T09:52:40.172Z | Compiling cipher v0.4.4 |
| 1416 | 2026-05-21T09:52:40.320Z | Compiling der_derive v0.7.3 |
| 1417 | 2026-05-21T09:52:40.409Z | Compiling icu_normalizer v2.1.1 |
| 1418 | 2026-05-21T09:52:40.440Z | Compiling icu_properties v2.1.2 |
| 1419 | 2026-05-21T09:52:40.569Z | Compiling tokio v1.52.1 |
| 1420 | 2026-05-21T09:52:40.704Z | Compiling http v1.4.0 |
| 1421 | 2026-05-21T09:52:40.948Z | Compiling chrono v0.4.44 |
| 1422 | 2026-05-21T09:52:41.230Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-05-21T09:52:41.268Z | Compiling idna_adapter v1.2.1 |
| 1424 | 2026-05-21T09:52:41.408Z | Compiling idna v1.1.0 |
| 1425 | 2026-05-21T09:52:41.508Z | Compiling der v0.7.10 |
| 1426 | 2026-05-21T09:52:41.546Z | Compiling salsa20 v0.10.2 |
| 1427 | 2026-05-21T09:52:41.591Z | Compiling pbkdf2 v0.12.2 |
| 1428 | 2026-05-21T09:52:41.687Z | Compiling url v2.5.8 |
| 1429 | 2026-05-21T09:52:41.707Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-05-21T09:52:41.739Z | Compiling tracing-attributes v0.1.31 |
| 1431 | 2026-05-21T09:52:42.045Z | Compiling thiserror-impl v2.0.18 |
| 1432 | 2026-05-21T09:52:42.151Z | Compiling scrypt v0.11.0 |
| 1433 | 2026-05-21T09:52:42.290Z | Compiling rand_chacha v0.9.0 |
| 1434 | 2026-05-21T09:52:42.450Z | Compiling spki v0.7.3 |
| 1435 | 2026-05-21T09:52:42.504Z | Compiling http-body v1.0.1 |
| 1436 | 2026-05-21T09:52:42.656Z | Compiling cbc v0.1.2 |
| 1437 | 2026-05-21T09:52:42.656Z | Compiling aes v0.8.4 |
| 1438 | 2026-05-21T09:52:42.793Z | Compiling openssl-probe v0.2.1 |
| 1439 | 2026-05-21T09:52:42.806Z | Compiling tinyvec_macros v0.1.1 |
| 1440 | 2026-05-21T09:52:42.876Z | Compiling httparse v1.10.1 |
| 1441 | 2026-05-21T09:52:42.971Z | Compiling untrusted v0.7.1 |
| 1442 | 2026-05-21T09:52:43.026Z | Compiling untrusted v0.9.0 |
| 1443 | 2026-05-21T09:52:43.039Z | Compiling tracing v0.1.44 |
| 1444 | 2026-05-21T09:52:43.093Z | Compiling pkcs5 v0.7.1 |
| 1445 | 2026-05-21T09:52:43.261Z | Compiling tinyvec v1.10.0 |
| 1446 | 2026-05-21T09:52:43.306Z | Compiling pest_generator v2.8.6 |
| 1447 | 2026-05-21T09:52:43.416Z | Compiling thiserror v2.0.18 |
| 1448 | 2026-05-21T09:52:43.528Z | Compiling rand v0.9.2 |
| 1449 | 2026-05-21T09:52:43.572Z | Compiling serde_derive_internals v0.29.1 |
| 1450 | 2026-05-21T09:52:43.608Z | Compiling aho-corasick v1.1.4 |
| 1451 | 2026-05-21T09:52:43.721Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-05-21T09:52:43.831Z | Compiling tower-layer v0.3.3 |
| 1453 | 2026-05-21T09:52:43.992Z | Compiling atomic-waker v1.1.2 |
| 1454 | 2026-05-21T09:52:44.007Z | Compiling tower-service v0.3.3 |
| 1455 | 2026-05-21T09:52:44.103Z | Compiling dyn-clone v1.0.20 |
| 1456 | 2026-05-21T09:52:44.117Z | Compiling rustls v0.23.37 |
| 1457 | 2026-05-21T09:52:44.240Z | Compiling tokio-util v0.7.18 |
| 1458 | 2026-05-21T09:52:44.292Z | Compiling schemars v0.8.22 |
| 1459 | 2026-05-21T09:52:44.307Z | Compiling pest_derive v2.8.6 |
| 1460 | 2026-05-21T09:52:44.450Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2026-05-21T09:52:44.506Z | Compiling regex-automata v0.4.14 |
| 1462 | 2026-05-21T09:52:44.719Z | Compiling want v0.3.1 |
| 1463 | 2026-05-21T09:52:44.891Z | Compiling h2 v0.4.13 |
| 1464 | 2026-05-21T09:52:44.905Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-05-21T09:52:45.249Z | Compiling ipnet v2.11.0 |
| 1466 | 2026-05-21T09:52:45.270Z | Compiling scroll_derive v0.13.1 |
| 1467 | 2026-05-21T09:52:45.498Z | Compiling darling_core v0.20.11 |
| 1468 | 2026-05-21T09:52:45.666Z | Compiling httpdate v1.0.3 |
| 1469 | 2026-05-21T09:52:45.741Z | Compiling pin-utils v0.1.0 |
| 1470 | 2026-05-21T09:52:45.817Z | Compiling openssl v0.10.79 |
| 1471 | 2026-05-21T09:52:45.888Z | Compiling foreign-types-shared v0.1.1 |
| 1472 | 2026-05-21T09:52:45.977Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-05-21T09:52:46.050Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-05-21T09:52:46.064Z | Compiling scroll v0.13.0 |
| 1475 | 2026-05-21T09:52:46.183Z | Compiling unicode-normalization v0.1.25 |
| 1476 | 2026-05-21T09:52:46.424Z | Compiling openssl-macros v0.1.1 |
| 1477 | 2026-05-21T09:52:46.641Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1478 | 2026-05-21T09:52:46.745Z | Compiling spin v0.9.8 |
| 1479 | 2026-05-21T09:52:46.811Z | Compiling native-tls v0.2.18 |
| 1480 | 2026-05-21T09:52:46.954Z | Compiling powerfmt v0.2.0 |
| 1481 | 2026-05-21T09:52:47.012Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-05-21T09:52:47.027Z | Compiling num-conv v0.2.0 |
| 1483 | 2026-05-21T09:52:47.155Z | Compiling time-core v0.1.8 |
| 1484 | 2026-05-21T09:52:47.155Z | Compiling deranged v0.5.8 |
| 1485 | 2026-05-21T09:52:47.303Z | Compiling time-macros v0.2.27 |
| 1486 | 2026-05-21T09:52:47.772Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-05-21T09:52:48.163Z | Compiling hyper v1.8.1 |
| 1488 | 2026-05-21T09:52:48.234Z | Compiling darling v0.20.11 |
| 1489 | 2026-05-21T09:52:48.319Z | Compiling goblin v0.10.5 |
| 1490 | 2026-05-21T09:52:48.369Z | Compiling rustls-native-certs v0.8.3 |
| 1491 | 2026-05-21T09:52:48.591Z | Compiling sync_wrapper v1.0.2 |
| 1492 | 2026-05-21T09:52:48.670Z | Compiling wait-timeout v0.2.1 |
| 1493 | 2026-05-21T09:52:48.698Z | Compiling crossbeam-utils v0.8.21 |
| 1494 | 2026-05-21T09:52:48.791Z | Compiling bit-vec v0.8.0 |
| 1495 | 2026-05-21T09:52:48.939Z | Compiling usdt-impl v0.6.0 |
| 1496 | 2026-05-21T09:52:48.981Z | Compiling quick-error v1.2.3 |
| 1497 | 2026-05-21T09:52:49.023Z | Compiling syn v1.0.109 |
| 1498 | 2026-05-21T09:52:49.088Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-05-21T09:52:49.137Z | Compiling siphasher v1.0.2 |
| 1500 | 2026-05-21T09:52:49.185Z | Compiling simd-adler32 v0.3.8 |
| 1501 | 2026-05-21T09:52:49.318Z | Compiling hyper-util v0.1.20 |
| 1502 | 2026-05-21T09:52:49.381Z | Compiling time v0.3.47 |
| 1503 | 2026-05-21T09:52:49.445Z | Compiling rusty-fork v0.3.1 |
| 1504 | 2026-05-21T09:52:49.780Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-05-21T09:52:49.942Z | Compiling tower v0.5.3 |
| 1506 | 2026-05-21T09:52:50.040Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-05-21T09:52:50.409Z | Compiling dtrace-parser v0.3.0 |
| 1508 | 2026-05-21T09:52:50.575Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-05-21T09:52:50.820Z | Compiling webpki-roots v1.0.6 |
| 1510 | 2026-05-21T09:52:50.893Z | Compiling signature v2.2.0 |
| 1511 | 2026-05-21T09:52:50.921Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-05-21T09:52:50.942Z | Compiling scroll_derive v0.12.1 |
| 1513 | 2026-05-21T09:52:51.015Z | Compiling dof v0.4.0 |
| 1514 | 2026-05-21T09:52:51.070Z | Compiling heapless v0.7.17 |
| 1515 | 2026-05-21T09:52:51.152Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-05-21T09:52:51.309Z | Compiling slog v2.8.2 |
| 1517 | 2026-05-21T09:52:51.324Z | Compiling darling_core v0.21.3 |
| 1518 | 2026-05-21T09:52:51.492Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-05-21T09:52:51.603Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-05-21T09:52:51.688Z | Compiling cookie v0.18.1 |
| 1521 | 2026-05-21T09:52:51.767Z | Compiling paste v1.0.15 |
| 1522 | 2026-05-21T09:52:51.870Z | Compiling unicode-properties v0.1.4 |
| 1523 | 2026-05-21T09:52:52.031Z | Compiling zstd-safe v7.2.4 |
| 1524 | 2026-05-21T09:52:52.081Z | Compiling unarray v0.1.4 |
| 1525 | 2026-05-21T09:52:52.153Z | Compiling anyhow v1.0.102 |
| 1526 | 2026-05-21T09:52:52.167Z | Compiling adler2 v2.0.1 |
| 1527 | 2026-05-21T09:52:52.192Z | Compiling iri-string v0.7.10 |
| 1528 | 2026-05-21T09:52:52.225Z | Compiling unicode-bidi v0.3.18 |
| 1529 | 2026-05-21T09:52:52.295Z | Compiling allocator-api2 v0.2.21 |
| 1530 | 2026-05-21T09:52:52.509Z | Compiling signal-hook v0.3.18 |
| 1531 | 2026-05-21T09:52:52.534Z | Compiling ryu v1.0.23 |
| 1532 | 2026-05-21T09:52:52.626Z | Compiling stringprep v0.1.5 |
| 1533 | 2026-05-21T09:52:52.695Z | Compiling serde_urlencoded v0.7.1 |
| 1534 | 2026-05-21T09:52:52.800Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-05-21T09:52:52.930Z | Compiling proptest v1.10.0 |
| 1536 | 2026-05-21T09:52:52.944Z | Compiling thiserror v1.0.69 |
| 1537 | 2026-05-21T09:52:53.437Z | Compiling tower-http v0.6.8 |
| 1538 | 2026-05-21T09:52:53.700Z | Compiling scroll v0.12.0 |
| 1539 | 2026-05-21T09:52:53.807Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-05-21T09:52:53.812Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-05-21T09:52:53.850Z | Compiling darling_macro v0.21.3 |
| 1542 | 2026-05-21T09:52:53.987Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-05-21T09:52:53.999Z | Compiling bstr v1.12.1 |
| 1544 | 2026-05-21T09:52:54.251Z | Compiling rand_chacha v0.3.1 |
| 1545 | 2026-05-21T09:52:54.331Z | Compiling serde_tokenstream v0.2.3 |
| 1546 | 2026-05-21T09:52:54.334Z | Compiling erased-serde v0.3.31 |
| 1547 | 2026-05-21T09:52:54.370Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-05-21T09:52:54.517Z | Compiling toml_datetime v0.6.11 |
| 1549 | 2026-05-21T09:52:54.631Z | Compiling md-5 v0.10.6 |
| 1550 | 2026-05-21T09:52:54.645Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-05-21T09:52:54.773Z | Compiling pin-project-internal v1.1.11 |
| 1552 | 2026-05-21T09:52:54.797Z | Compiling async-trait v0.1.89 |
| 1553 | 2026-05-21T09:52:54.822Z | Compiling curve25519-dalek v4.1.3 |
| 1554 | 2026-05-21T09:52:55.051Z | Compiling vergen-lib v0.1.6 |
| 1555 | 2026-05-21T09:52:55.152Z | Compiling num-integer v0.1.46 |
| 1556 | 2026-05-21T09:52:55.231Z | Compiling hash32 v0.2.1 |
| 1557 | 2026-05-21T09:52:55.423Z | Compiling ff v0.13.1 |
| 1558 | 2026-05-21T09:52:55.471Z | Compiling memoffset v0.9.1 |
| 1559 | 2026-05-21T09:52:55.492Z | Compiling encoding_rs v0.8.35 |
| 1560 | 2026-05-21T09:52:55.561Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-05-21T09:52:55.662Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2026-05-21T09:52:55.749Z | Compiling fallible-iterator v0.2.0 |
| 1563 | 2026-05-21T09:52:55.763Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-05-21T09:52:55.808Z | Compiling rustix v0.38.44 |
| 1565 | 2026-05-21T09:52:55.883Z | Compiling base16ct v0.2.0 |
| 1566 | 2026-05-21T09:52:55.887Z | Compiling mime v0.3.17 |
| 1567 | 2026-05-21T09:52:56.055Z | Compiling litrs v1.0.0 |
| 1568 | 2026-05-21T09:52:56.068Z | Compiling smoltcp v0.9.1 |
| 1569 | 2026-05-21T09:52:56.145Z | Compiling ref-cast v1.0.25 |
| 1570 | 2026-05-21T09:52:56.148Z | Compiling zlib-rs v0.6.2 |
| 1571 | 2026-05-21T09:52:56.494Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-05-21T09:52:56.508Z | Compiling sec1 v0.7.3 |
| 1573 | 2026-05-21T09:52:56.555Z | Compiling document-features v0.2.12 |
| 1574 | 2026-05-21T09:52:56.778Z | Compiling pin-project v1.1.11 |
| 1575 | 2026-05-21T09:52:56.883Z | Compiling publicsuffix v2.3.0 |
| 1576 | 2026-05-21T09:52:57.013Z | Compiling nix v0.31.2 |
| 1577 | 2026-05-21T09:52:57.054Z | Compiling group v0.13.0 |
| 1578 | 2026-05-21T09:52:57.130Z | Compiling zerocopy v0.7.35 |
| 1579 | 2026-05-21T09:52:57.144Z | Compiling num-iter v0.1.45 |
| 1580 | 2026-05-21T09:52:57.282Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-05-21T09:52:57.638Z | Compiling rand v0.8.6 |
| 1582 | 2026-05-21T09:52:57.695Z | Compiling darling v0.21.3 |
| 1583 | 2026-05-21T09:52:57.720Z | Compiling derive_builder v0.20.2 |
| 1584 | 2026-05-21T09:52:57.754Z | Compiling hubpack_derive v0.1.1 |
| 1585 | 2026-05-21T09:52:57.777Z | Compiling oxnet v0.1.5 |
| 1586 | 2026-05-21T09:52:57.891Z | Compiling hyper-tls v0.6.0 |
| 1587 | 2026-05-21T09:52:58.054Z | Compiling goblin v0.8.2 |
| 1588 | 2026-05-21T09:52:58.561Z | Compiling phf_shared v0.13.1 |
| 1589 | 2026-05-21T09:52:58.695Z | Compiling lazy_static v1.5.0 |
| 1590 | 2026-05-21T09:52:58.710Z | Compiling regex v1.12.3 |
| 1591 | 2026-05-21T09:52:58.779Z | Compiling anstyle-parse v0.2.7 |
| 1592 | 2026-05-21T09:52:58.793Z | Compiling futures-executor v0.3.32 |
| 1593 | 2026-05-21T09:52:58.812Z | Compiling hex v0.4.3 |
| 1594 | 2026-05-21T09:52:58.966Z | Compiling cargo-platform v0.1.9 |
| 1595 | 2026-05-21T09:52:59.046Z | Compiling flate2 v1.1.9 |
| 1596 | 2026-05-21T09:52:59.074Z | Compiling hkdf v0.12.4 |
| 1597 | 2026-05-21T09:52:59.127Z | Compiling crypto-bigint v0.5.5 |
| 1598 | 2026-05-21T09:52:59.223Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-05-21T09:52:59.242Z | Compiling ref-cast-impl v1.0.25 |
| 1600 | 2026-05-21T09:52:59.405Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-05-21T09:52:59.448Z | Compiling snafu-derive v0.8.9 |
| 1602 | 2026-05-21T09:52:59.774Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1603 | 2026-05-21T09:53:00.114Z | Compiling terminal_size v0.4.3 |
| 1604 | 2026-05-21T09:53:00.259Z | Compiling vergen v9.0.6 |
| 1605 | 2026-05-21T09:53:00.403Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-05-21T09:53:00.439Z | Compiling ahash v0.8.12 |
| 1607 | 2026-05-21T09:53:00.594Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-05-21T09:53:00.641Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-05-21T09:53:00.815Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-05-21T09:53:00.844Z | Compiling managed v0.8.0 |
| 1611 | 2026-05-21T09:53:01.063Z | Compiling foldhash v0.2.0 |
| 1612 | 2026-05-21T09:53:01.152Z | Compiling same-file v1.0.6 |
| 1613 | 2026-05-21T09:53:01.227Z | Compiling bitflags v1.3.2 |
| 1614 | 2026-05-21T09:53:01.286Z | Compiling object v0.37.3 |
| 1615 | 2026-05-21T09:53:01.306Z | Compiling winnow v0.5.40 |
| 1616 | 2026-05-21T09:53:01.320Z | Compiling unicode-segmentation v1.12.0 |
| 1617 | 2026-05-21T09:53:01.323Z | Compiling snafu v0.8.9 |
| 1618 | 2026-05-21T09:53:01.505Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-05-21T09:53:01.597Z | Compiling bzip2 v0.6.1 |
| 1620 | 2026-05-21T09:53:01.682Z | Compiling hashbrown v0.16.1 |
| 1621 | 2026-05-21T09:53:01.702Z | Compiling strum v0.27.2 |
| 1622 | 2026-05-21T09:53:01.801Z | Compiling clap_builder v4.6.0 |
| 1623 | 2026-05-21T09:53:01.818Z | Compiling zopfli v0.8.3 |
| 1624 | 2026-05-21T09:53:01.835Z | Compiling hashbrown v0.15.5 |
| 1625 | 2026-05-21T09:53:02.379Z | Compiling dof v0.3.0 |
| 1626 | 2026-05-21T09:53:02.438Z | Compiling daft v0.1.7 |
| 1627 | 2026-05-21T09:53:02.569Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-05-21T09:53:02.706Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-05-21T09:53:02.851Z | Compiling cargo_metadata v0.19.2 |
| 1630 | 2026-05-21T09:53:02.920Z | Compiling futures v0.3.32 |
| 1631 | 2026-05-21T09:53:03.013Z | Compiling anstream v0.6.21 |
| 1632 | 2026-05-21T09:53:03.312Z | Compiling phf v0.13.1 |
| 1633 | 2026-05-21T09:53:03.479Z | Compiling signal-hook-mio v0.2.5 |
| 1634 | 2026-05-21T09:53:03.603Z | Compiling cookie_store v0.22.1 |
| 1635 | 2026-05-21T09:53:04.176Z | Compiling hubpack v0.1.2 |
| 1636 | 2026-05-21T09:53:04.249Z | Compiling bzip2 v0.4.4 |
| 1637 | 2026-05-21T09:53:04.271Z | Compiling zstd v0.13.3 |
| 1638 | 2026-05-21T09:53:04.398Z | Compiling serde_with_macros v3.17.0 |
| 1639 | 2026-05-21T09:53:04.533Z | Compiling postgres-types v0.2.12 |
| 1640 | 2026-05-21T09:53:04.793Z | Compiling usdt-macro v0.6.0 |
| 1641 | 2026-05-21T09:53:05.089Z | Compiling usdt-attr-macro v0.6.0 |
| 1642 | 2026-05-21T09:53:05.330Z | Compiling globset v0.4.18 |
| 1643 | 2026-05-21T09:53:05.349Z | Compiling dtrace-parser v0.2.0 |
| 1644 | 2026-05-21T09:53:05.524Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-05-21T09:53:05.539Z | Compiling phf_shared v0.11.3 |
| 1646 | 2026-05-21T09:53:05.641Z | Compiling olpc-cjson v0.1.4 |
| 1647 | 2026-05-21T09:53:05.707Z | Compiling pkcs1 v0.7.5 |
| 1648 | 2026-05-21T09:53:05.800Z | Compiling serde_plain v1.0.2 |
| 1649 | 2026-05-21T09:53:05.870Z | Compiling serde-big-array v0.5.1 |
| 1650 | 2026-05-21T09:53:05.997Z | Compiling rfc6979 v0.4.0 |
| 1651 | 2026-05-21T09:53:06.012Z | Compiling pem v3.0.6 |
| 1652 | 2026-05-21T09:53:06.013Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-05-21T09:53:06.079Z | Compiling clap_derive v4.6.1 |
| 1654 | 2026-05-21T09:53:06.109Z | Compiling strum_macros v0.26.4 |
| 1655 | 2026-05-21T09:53:06.121Z | Compiling serde_repr v0.1.20 |
| 1656 | 2026-05-21T09:53:06.335Z | Compiling async-recursion v1.1.1 |
| 1657 | 2026-05-21T09:53:06.396Z | Compiling float-cmp v0.10.0 |
| 1658 | 2026-05-21T09:53:06.512Z | Compiling memmap2 v0.9.10 |
| 1659 | 2026-05-21T09:53:06.546Z | Compiling thread-id v4.2.2 |
| 1660 | 2026-05-21T09:53:06.637Z | Compiling env_filter v1.0.0 |
| 1661 | 2026-05-21T09:53:06.650Z | Compiling difflib v0.4.0 |
| 1662 | 2026-05-21T09:53:06.727Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-05-21T09:53:06.907Z | Compiling typed-path v0.9.3 |
| 1664 | 2026-05-21T09:53:06.935Z | Compiling fixedbitset v0.4.2 |
| 1665 | 2026-05-21T09:53:07.000Z | Compiling data-encoding v2.10.0 |
| 1666 | 2026-05-21T09:53:07.160Z | Compiling either v1.15.0 |
| 1667 | 2026-05-21T09:53:07.205Z | Compiling jiff v0.2.21 |
| 1668 | 2026-05-21T09:53:07.407Z | Compiling new_debug_unreachable v1.0.6 |
| 1669 | 2026-05-21T09:53:07.491Z | Compiling keccak v0.1.6 |
| 1670 | 2026-05-21T09:53:07.734Z | Compiling normalize-line-endings v0.3.0 |
| 1671 | 2026-05-21T09:53:07.835Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-05-21T09:53:07.850Z | Compiling fixedbitset v0.5.7 |
| 1673 | 2026-05-21T09:53:07.876Z | Compiling whoami v2.1.0 |
| 1674 | 2026-05-21T09:53:07.914Z | Compiling precomputed-hash v0.1.1 |
| 1675 | 2026-05-21T09:53:08.006Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-05-21T09:53:08.155Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-05-21T09:53:08.185Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-05-21T09:53:08.238Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1679 | 2026-05-21T09:53:08.256Z | Compiling clap v4.6.1 |
| 1680 | 2026-05-21T09:53:08.303Z | Compiling strum v0.26.3 |
| 1681 | 2026-05-21T09:53:08.340Z | Compiling predicates v3.1.4 |
| 1682 | 2026-05-21T09:53:08.438Z | Compiling sha3 v0.10.8 |
| 1683 | 2026-05-21T09:53:08.742Z | Compiling itertools v0.13.0 |
| 1684 | 2026-05-21T09:53:08.909Z | Compiling hickory-proto v0.25.2 |
| 1685 | 2026-05-21T09:53:09.001Z | Compiling toml_edit v0.22.27 |
| 1686 | 2026-05-21T09:53:09.938Z | Compiling zip v4.6.1 |
| 1687 | 2026-05-21T09:53:10.115Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-05-21T09:53:10.358Z | Compiling env_logger v0.11.9 |
| 1689 | 2026-05-21T09:53:10.710Z | Compiling usdt v0.6.0 |
| 1690 | 2026-05-21T09:53:10.874Z | Compiling usdt-impl v0.5.0 |
| 1691 | 2026-05-21T09:53:10.977Z | Compiling ecdsa v0.16.9 |
| 1692 | 2026-05-21T09:53:11.022Z | Compiling rsa v0.9.10 |
| 1693 | 2026-05-21T09:53:11.369Z | Compiling ed25519-dalek v2.2.0 |
| 1694 | 2026-05-21T09:53:11.397Z | Compiling serde_with v3.17.0 |
| 1695 | 2026-05-21T09:53:11.450Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-05-21T09:53:11.678Z | Compiling zip v0.6.6 |
| 1697 | 2026-05-21T09:53:12.259Z | Compiling toml v0.7.8 |
| 1698 | 2026-05-21T09:53:12.459Z | Compiling iddqd v0.4.1 |
| 1699 | 2026-05-21T09:53:13.011Z | Compiling similar v2.7.0 |
| 1700 | 2026-05-21T09:53:13.152Z | Compiling heck v0.4.1 |
| 1701 | 2026-05-21T09:53:13.208Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1702 | 2026-05-21T09:53:13.385Z | Compiling crossbeam-epoch v0.9.18 |
| 1703 | 2026-05-21T09:53:13.574Z | Compiling tokio-stream v0.1.18 |
| 1704 | 2026-05-21T09:53:13.709Z | Compiling buf-list v1.1.2 |
| 1705 | 2026-05-21T09:53:13.723Z | Compiling x509-cert v0.2.5 |
| 1706 | 2026-05-21T09:53:13.837Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1707 | 2026-05-21T09:53:13.885Z | Compiling openapiv3 v2.2.0 |
| 1708 | 2026-05-21T09:53:13.984Z | Compiling sha1 v0.10.6 |
| 1709 | 2026-05-21T09:53:14.038Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1710 | 2026-05-21T09:53:14.138Z | Compiling peg-runtime v0.8.5 |
| 1711 | 2026-05-21T09:53:14.207Z | Compiling lalrpop-util v0.19.12 |
| 1712 | 2026-05-21T09:53:14.325Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-05-21T09:53:14.342Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-05-21T09:53:14.399Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-05-21T09:53:14.421Z | Compiling filetime v0.2.27 |
| 1716 | 2026-05-21T09:53:14.577Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-05-21T09:53:14.598Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-05-21T09:53:14.647Z | Compiling xattr v1.6.1 |
| 1719 | 2026-05-21T09:53:14.671Z | Compiling term v1.2.1 |
| 1720 | 2026-05-21T09:53:14.813Z | Compiling tar v0.4.45 |
| 1721 | 2026-05-21T09:53:15.248Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-05-21T09:53:24.874Z | Compiling rustls-webpki v0.103.9 |
| 1723 | 2026-05-21T09:53:27.642Z | Compiling tokio-rustls v0.26.4 |
| 1724 | 2026-05-21T09:53:27.642Z | Compiling rustls-platform-verifier v0.6.2 |
| 1725 | 2026-05-21T09:53:27.842Z | Compiling hyper-rustls v0.27.7 |
| 1726 | 2026-05-21T09:53:28.044Z | Compiling reqwest v0.12.28 |
| 1727 | 2026-05-21T09:53:28.047Z | Compiling reqwest v0.13.2 |
| 1728 | 2026-05-21T09:53:29.296Z | Compiling tough v0.22.0 |
| 1729 | 2026-05-21T09:53:31.827Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-05-21T09:53:32.047Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-05-21T09:53:34.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1732 | 2026-05-21T09:53:35.081Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-05-21T09:53:35.134Z | May 21 09:53:34.248 INFO Starting download, target: Cockroach |
| 1734 | 2026-05-21T09:53:35.134Z | May 21 09:53:34.249 INFO Starting download, target: Console |
| 1735 | 2026-05-21T09:53:35.134Z | May 21 09:53:34.249 INFO Starting download, target: DendriteStub |
| 1736 | 2026-05-21T09:53:35.134Z | May 21 09:53:34.249 INFO Starting download, target: Clickhouse |
| 1737 | 2026-05-21T09:53:35.137Z | May 21 09:53:34.249 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1741 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1742 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1743 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1744 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1745 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1746 | 2026-05-21T09:53:35.138Z | May 21 09:53:34.249 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1747 | 2026-05-21T09:53:35.513Z | May 21 09:53:34.624 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-05-21T09:53:35.740Z | May 21 09:53:34.842 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-05-21T09:53:36.147Z | May 21 09:53:35.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1750 | 2026-05-21T09:53:36.452Z | May 21 09:53:35.566 INFO Download complete, target: Console |
| 1751 | 2026-05-21T09:53:37.065Z | May 21 09:53:36.179 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1752 | 2026-05-21T09:53:37.230Z | May 21 09:53:36.344 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1753 | 2026-05-21T09:53:37.313Z | May 21 09:53:36.423 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1754 | 2026-05-21T09:53:37.337Z | May 21 09:53:36.451 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1755 | 2026-05-21T09:53:37.867Z | May 21 09:53:36.982 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-05-21T09:53:37.867Z | May 21 09:53:36.982 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-05-21T09:53:39.428Z | May 21 09:53:38.541 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-05-21T09:53:39.771Z | May 21 09:53:38.885 INFO Download complete, target: DendriteStub |
| 1759 | 2026-05-21T09:53:39.889Z | May 21 09:53:39.002 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-05-21T09:53:42.704Z | May 21 09:53:41.819 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-05-21T09:53:42.824Z | May 21 09:53:41.938 INFO Download complete, target: Cockroach |
| 1762 | 2026-05-21T09:53:44.058Z | May 21 09:53:43.170 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-05-21T09:53:44.180Z | May 21 09:53:43.294 INFO Download complete, target: Clickhouse |
| 1764 | 2026-05-21T09:53:44.198Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-05-21T09:53:44.202Z | |
| 1766 | 2026-05-21T09:53:44.202Z | real 2:18.720002313 |
| 1767 | 2026-05-21T09:53:44.202Z | user 6:57.860035922 |
| 1768 | 2026-05-21T09:53:44.202Z | sys 1:23.583160630 |
| 1769 | 2026-05-21T09:53:44.202Z | trap 0.236610985 |
| 1770 | 2026-05-21T09:53:44.202Z | tflt 0.713385280 |
| 1771 | 2026-05-21T09:53:44.202Z | dflt 0.582604787 |
| 1772 | 2026-05-21T09:53:44.202Z | kflt 0.028092610 |
| 1773 | 2026-05-21T09:53:44.202Z | lock 21:52.602575691 |
| 1774 | 2026-05-21T09:53:44.202Z | slp 21:26.968432906 |
| 1775 | 2026-05-21T09:53:44.202Z | lat 41.861412734 |
| 1776 | 2026-05-21T09:53:44.202Z | stop 1:53.958333958 |
| 1777 | 2026-05-21T09:53:44.202Z | + banner clippy |
| 1778 | 2026-05-21T09:53:44.202Z | |
| 1779 | 2026-05-21T09:53:44.202Z | #### # # ##### ##### # # |
| 1780 | 2026-05-21T09:53:44.202Z | # # # # # # # # # # |
| 1781 | 2026-05-21T09:53:44.202Z | # # # # # # # # |
| 1782 | 2026-05-21T09:53:44.202Z | # # # ##### ##### # |
| 1783 | 2026-05-21T09:53:44.202Z | # # # # # # # |
| 1784 | 2026-05-21T09:53:44.202Z | #### ###### # # # # |
| 1785 | 2026-05-21T09:53:44.202Z | |
| 1786 | 2026-05-21T09:53:44.202Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-05-21T09:53:44.202Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-05-21T09:53:44.202Z | + ptime -m cargo xtask clippy |
| 1789 | 2026-05-21T09:53:44.752Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-05-21T09:53:44.979Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-05-21T09:53:46.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1792 | 2026-05-21T09:53:46.907Z | Running `target/debug/xtask clippy` |
| 1793 | 2026-05-21T09:53:46.936Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1794 | 2026-05-21T09:53:47.569Z | Downloading crates ... |
| 1795 | 2026-05-21T09:53:47.759Z | Downloaded assert-json-diff v2.0.2 |
| 1796 | 2026-05-21T09:53:47.767Z | Downloaded addr2line v0.25.1 |
| 1797 | 2026-05-21T09:53:47.770Z | Downloaded approx v0.5.1 |
| 1798 | 2026-05-21T09:53:47.771Z | Downloaded anes v0.1.6 |
| 1799 | 2026-05-21T09:53:47.773Z | Downloaded assert_cmd v2.1.2 |
| 1800 | 2026-05-21T09:53:47.776Z | Downloaded tokio-test v0.4.5 |
| 1801 | 2026-05-21T09:53:47.779Z | Downloaded nested v0.1.1 |
| 1802 | 2026-05-21T09:53:47.782Z | Downloaded linkme-impl v0.3.35 |
| 1803 | 2026-05-21T09:53:47.782Z | Downloaded pathdiff v0.2.3 |
| 1804 | 2026-05-21T09:53:47.785Z | Downloaded supports-hyperlinks v2.1.0 |
| 1805 | 2026-05-21T09:53:47.785Z | Downloaded serde_regex v1.1.0 |
| 1806 | 2026-05-21T09:53:47.788Z | Downloaded similar-asserts v1.7.0 |
| 1807 | 2026-05-21T09:53:47.791Z | Downloaded constant_time_eq v0.3.1 |
| 1808 | 2026-05-21T09:53:47.793Z | Downloaded backtrace-ext v0.2.1 |
| 1809 | 2026-05-21T09:53:47.796Z | Downloaded parking v2.2.1 |
| 1810 | 2026-05-21T09:53:47.799Z | Downloaded event-listener-strategy v0.5.4 |
| 1811 | 2026-05-21T09:53:47.802Z | Downloaded supports-color v2.1.0 |
| 1812 | 2026-05-21T09:53:47.804Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1813 | 2026-05-21T09:53:47.808Z | Downloaded terminal_size v0.1.17 |
| 1814 | 2026-05-21T09:53:47.814Z | Downloaded cargo-platform v0.3.2 |
| 1815 | 2026-05-21T09:53:47.817Z | Downloaded escape8259 v0.5.3 |
| 1816 | 2026-05-21T09:53:47.817Z | Downloaded cast v0.3.0 |
| 1817 | 2026-05-21T09:53:47.817Z | Downloaded plotters-svg v0.3.7 |
| 1818 | 2026-05-21T09:53:47.817Z | Downloaded plotters-backend v0.3.7 |
| 1819 | 2026-05-21T09:53:47.820Z | Downloaded target-triple v1.0.0 |
| 1820 | 2026-05-21T09:53:47.824Z | Downloaded supports-unicode v2.1.0 |
| 1821 | 2026-05-21T09:53:47.827Z | Downloaded async-object-pool v0.2.0 |
| 1822 | 2026-05-21T09:53:47.830Z | Downloaded oorandom v11.1.5 |
| 1823 | 2026-05-21T09:53:47.832Z | Downloaded chumsky v0.9.3 |
| 1824 | 2026-05-21T09:53:47.841Z | Downloaded partial-io v0.5.4 |
| 1825 | 2026-05-21T09:53:47.844Z | Downloaded owo-colors v3.5.0 |
| 1826 | 2026-05-21T09:53:47.847Z | Downloaded miette-derive v5.10.0 |
| 1827 | 2026-05-21T09:53:47.847Z | Downloaded stringmetrics v2.2.2 |
| 1828 | 2026-05-21T09:53:47.849Z | Downloaded concurrent-queue v2.5.0 |
| 1829 | 2026-05-21T09:53:47.852Z | Downloaded criterion-plot v0.6.0 |
| 1830 | 2026-05-21T09:53:47.852Z | Downloaded rustc-demangle v0.1.27 |
| 1831 | 2026-05-21T09:53:47.855Z | Downloaded rust-argon2 v2.1.0 |
| 1832 | 2026-05-21T09:53:47.857Z | Downloaded termcolor v1.4.1 |
| 1833 | 2026-05-21T09:53:47.857Z | Downloaded target-spec v3.5.7 |
| 1834 | 2026-05-21T09:53:47.860Z | Downloaded cargo_metadata v0.23.1 |
| 1835 | 2026-05-21T09:53:47.860Z | Downloaded tinytemplate v1.2.1 |
| 1836 | 2026-05-21T09:53:47.864Z | Downloaded target-lexicon v0.13.3 |
| 1837 | 2026-05-21T09:53:47.867Z | Downloaded linkme v0.3.35 |
| 1838 | 2026-05-21T09:53:47.867Z | Downloaded event-listener v5.4.1 |
| 1839 | 2026-05-21T09:53:47.870Z | Downloaded cfg-expr v0.20.6 |
| 1840 | 2026-05-21T09:53:47.870Z | Downloaded libtest-mimic v0.8.1 |
| 1841 | 2026-05-21T09:53:47.872Z | Downloaded knuffel-derive v3.2.0 |
| 1842 | 2026-05-21T09:53:47.872Z | Downloaded path-tree v0.8.3 |
| 1843 | 2026-05-21T09:53:47.872Z | Downloaded async-lock v3.4.2 |
| 1844 | 2026-05-21T09:53:47.875Z | Downloaded httptest v0.16.4 |
| 1845 | 2026-05-21T09:53:47.875Z | Downloaded hickory-client v0.25.2 |
| 1846 | 2026-05-21T09:53:47.878Z | Downloaded blake2b_simd v1.0.4 |
| 1847 | 2026-05-21T09:53:47.881Z | Downloaded relative-path v1.9.3 |
| 1848 | 2026-05-21T09:53:47.884Z | Downloaded futures-timer v3.0.3 |
| 1849 | 2026-05-21T09:53:47.884Z | Downloaded datatest-stable v0.3.3 |
| 1850 | 2026-05-21T09:53:47.887Z | Downloaded trybuild v1.0.116 |
| 1851 | 2026-05-21T09:53:47.890Z | Downloaded textwrap v0.15.2 |
| 1852 | 2026-05-21T09:53:47.893Z | Downloaded rstest_macros v0.25.0 |
| 1853 | 2026-05-21T09:53:47.897Z | Downloaded rand_distr v0.5.1 |
| 1854 | 2026-05-21T09:53:47.900Z | Downloaded knuffel v3.2.0 |
| 1855 | 2026-05-21T09:53:47.900Z | Downloaded rstest v0.25.0 |
| 1856 | 2026-05-21T09:53:47.911Z | Downloaded fancy-regex v0.14.0 |
| 1857 | 2026-05-21T09:53:47.914Z | Downloaded plotters v0.3.7 |
| 1858 | 2026-05-21T09:53:47.918Z | Downloaded miette v5.10.0 |
| 1859 | 2026-05-21T09:53:47.922Z | Downloaded backtrace v0.3.76 |
| 1860 | 2026-05-21T09:53:47.926Z | Downloaded hashbrown v0.14.5 |
| 1861 | 2026-05-21T09:53:47.928Z | Downloaded guppy v0.17.25 |
| 1862 | 2026-05-21T09:53:47.931Z | Downloaded criterion v0.7.0 |
| 1863 | 2026-05-21T09:53:47.951Z | Downloaded gimli v0.32.3 |
| 1864 | 2026-05-21T09:53:48.051Z | Downloaded httpmock v0.8.3 |
| 1865 | 2026-05-21T09:53:49.825Z | Checking cfg-if v1.0.4 |
| 1866 | 2026-05-21T09:53:50.178Z | Checking libc v0.2.185 |
| 1867 | 2026-05-21T09:53:50.182Z | Checking serde_core v1.0.228 |
| 1868 | 2026-05-21T09:53:50.243Z | Checking memchr v2.8.0 |
| 1869 | 2026-05-21T09:53:50.311Z | Checking smallvec v1.15.1 |
| 1870 | 2026-05-21T09:53:50.329Z | Checking itoa v1.0.17 |
| 1871 | 2026-05-21T09:53:50.361Z | Checking log v0.4.29 |
| 1872 | 2026-05-21T09:53:50.405Z | Checking libm v0.2.16 |
| 1873 | 2026-05-21T09:53:50.446Z | Checking zeroize v1.8.2 |
| 1874 | 2026-05-21T09:53:50.500Z | Checking stable_deref_trait v1.2.1 |
| 1875 | 2026-05-21T09:53:50.534Z | Checking scopeguard v1.2.0 |
| 1876 | 2026-05-21T09:53:50.581Z | Checking zmij v1.0.21 |
| 1877 | 2026-05-21T09:53:50.611Z | Checking errno v0.3.14 |
| 1878 | 2026-05-21T09:53:50.611Z | Checking getrandom v0.2.17 |
| 1879 | 2026-05-21T09:53:50.686Z | Checking lock_api v0.4.14 |
| 1880 | 2026-05-21T09:53:50.697Z | Checking zerofrom v0.1.6 |
| 1881 | 2026-05-21T09:53:50.778Z | Checking percent-encoding v2.3.2 |
| 1882 | 2026-05-21T09:53:50.803Z | Checking litemap v0.8.1 |
| 1883 | 2026-05-21T09:53:50.834Z | Checking writeable v0.6.2 |
| 1884 | 2026-05-21T09:53:50.871Z | Checking yoke v0.8.1 |
| 1885 | 2026-05-21T09:53:50.902Z | Checking icu_normalizer_data v2.1.1 |
| 1886 | 2026-05-21T09:53:50.940Z | Checking icu_properties_data v2.1.2 |
| 1887 | 2026-05-21T09:53:50.976Z | Checking form_urlencoded v1.2.2 |
| 1888 | 2026-05-21T09:53:51.011Z | Checking utf8_iter v1.0.4 |
| 1889 | 2026-05-21T09:53:51.062Z | Checking rand_core v0.10.0 |
| 1890 | 2026-05-21T09:53:51.062Z | Checking subtle v2.6.1 |
| 1891 | 2026-05-21T09:53:51.122Z | Checking zerovec v0.11.5 |
| 1892 | 2026-05-21T09:53:51.126Z | Checking num-traits v0.2.19 |
| 1893 | 2026-05-21T09:53:51.126Z | Checking zerotrie v0.2.3 |
| 1894 | 2026-05-21T09:53:51.226Z | Checking getrandom v0.4.1 |
| 1895 | 2026-05-21T09:53:51.260Z | Checking pin-project-lite v0.2.17 |
| 1896 | 2026-05-21T09:53:51.296Z | Checking parking_lot_core v0.9.12 |
| 1897 | 2026-05-21T09:53:51.341Z | Checking rand_core v0.6.4 |
| 1898 | 2026-05-21T09:53:51.390Z | Checking zerocopy v0.8.40 |
| 1899 | 2026-05-21T09:53:51.430Z | Checking portable-atomic v1.13.1 |
| 1900 | 2026-05-21T09:53:51.476Z | Checking signal-hook-registry v1.4.8 |
| 1901 | 2026-05-21T09:53:51.525Z | Checking parking_lot v0.12.5 |
| 1902 | 2026-05-21T09:53:51.576Z | Checking critical-section v1.2.0 |
| 1903 | 2026-05-21T09:53:51.609Z | Checking tinystr v0.8.2 |
| 1904 | 2026-05-21T09:53:51.685Z | Checking potential_utf v0.1.4 |
| 1905 | 2026-05-21T09:53:51.708Z | Checking serde v1.0.228 |
| 1906 | 2026-05-21T09:53:51.741Z | Checking serde_json v1.0.149 |
| 1907 | 2026-05-21T09:53:51.747Z | Checking bitflags v2.11.0 |
| 1908 | 2026-05-21T09:53:51.815Z | Checking icu_locale_core v2.1.1 |
| 1909 | 2026-05-21T09:53:51.850Z | Checking icu_collections v2.1.1 |
| 1910 | 2026-05-21T09:53:51.888Z | Checking once_cell v1.21.3 |
| 1911 | 2026-05-21T09:53:51.923Z | Checking mio v1.2.0 |
| 1912 | 2026-05-21T09:53:51.983Z | Checking iana-time-zone v0.1.65 |
| 1913 | 2026-05-21T09:53:52.096Z | Checking socket2 v0.6.3 |
| 1914 | 2026-05-21T09:53:52.135Z | Checking bytes v1.11.1 |
| 1915 | 2026-05-21T09:53:52.135Z | Checking chrono v0.4.44 |
| 1916 | 2026-05-21T09:53:52.209Z | Checking uuid v1.23.0 |
| 1917 | 2026-05-21T09:53:52.248Z | Checking typenum v1.19.0 |
| 1918 | 2026-05-21T09:53:52.370Z | Checking semver v1.0.28 |
| 1919 | 2026-05-21T09:53:52.409Z | Checking icu_provider v2.1.1 |
| 1920 | 2026-05-21T09:53:52.459Z | Checking thiserror v2.0.18 |
| 1921 | 2026-05-21T09:53:52.573Z | Checking futures-core v0.3.32 |
| 1922 | 2026-05-21T09:53:52.623Z | Checking tokio v1.52.1 |
| 1923 | 2026-05-21T09:53:52.660Z | Checking icu_properties v2.1.2 |
| 1924 | 2026-05-21T09:53:52.660Z | Checking icu_normalizer v2.1.1 |
| 1925 | 2026-05-21T09:53:52.738Z | Checking dyn-clone v1.0.20 |
| 1926 | 2026-05-21T09:53:52.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1927 | 2026-05-21T09:53:52.803Z | Checking generic-array v0.14.7 |
| 1928 | 2026-05-21T09:53:52.874Z | Checking equivalent v1.0.2 |
| 1929 | 2026-05-21T09:53:52.988Z | Checking const-oid v0.9.6 |
| 1930 | 2026-05-21T09:53:53.026Z | Checking futures-sink v0.3.32 |
| 1931 | 2026-05-21T09:53:53.065Z | Checking futures-task v0.3.32 |
| 1932 | 2026-05-21T09:53:53.142Z | Checking slab v0.4.12 |
| 1933 | 2026-05-21T09:53:53.182Z | Checking futures-channel v0.3.32 |
| 1934 | 2026-05-21T09:53:53.278Z | Checking futures-io v0.3.32 |
| 1935 | 2026-05-21T09:53:53.305Z | Checking crypto-common v0.1.7 |
| 1936 | 2026-05-21T09:53:53.337Z | Checking block-buffer v0.10.4 |
| 1937 | 2026-05-21T09:53:53.406Z | Checking byteorder v1.5.0 |
| 1938 | 2026-05-21T09:53:53.436Z | Checking futures-util v0.3.32 |
| 1939 | 2026-05-21T09:53:53.471Z | Checking hashbrown v0.17.0 |
| 1940 | 2026-05-21T09:53:53.503Z | Checking rustix v1.1.3 |
| 1941 | 2026-05-21T09:53:53.537Z | Checking idna_adapter v1.2.1 |
| 1942 | 2026-05-21T09:53:53.624Z | Checking cpufeatures v0.2.17 |
| 1943 | 2026-05-21T09:53:53.685Z | Checking digest v0.10.7 |
| 1944 | 2026-05-21T09:53:53.688Z | Checking idna v1.1.0 |
| 1945 | 2026-05-21T09:53:53.757Z | Checking thiserror v1.0.69 |
| 1946 | 2026-05-21T09:53:53.886Z | Checking getrandom v0.3.4 |
| 1947 | 2026-05-21T09:53:53.947Z | Checking fnv v1.0.7 |
| 1948 | 2026-05-21T09:53:53.985Z | Checking url v2.5.8 |
| 1949 | 2026-05-21T09:53:53.988Z | Checking indexmap v2.14.0 |
| 1950 | 2026-05-21T09:53:54.078Z | Checking regex-syntax v0.8.10 |
| 1951 | 2026-05-21T09:53:54.081Z | Checking http v1.4.0 |
| 1952 | 2026-05-21T09:53:54.150Z | Checking ppv-lite86 v0.2.21 |
| 1953 | 2026-05-21T09:53:54.365Z | Checking tracing-core v0.1.36 |
| 1954 | 2026-05-21T09:53:54.467Z | Checking schemars v0.8.22 |
| 1955 | 2026-05-21T09:53:54.505Z | Checking base64 v0.22.1 |
| 1956 | 2026-05-21T09:53:54.614Z | Checking ipnet v2.11.0 |
| 1957 | 2026-05-21T09:53:54.704Z | Checking tracing v0.1.44 |
| 1958 | 2026-05-21T09:53:54.742Z | Checking unicode-ident v1.0.24 |
| 1959 | 2026-05-21T09:53:54.779Z | Checking utf8parse v0.2.2 |
| 1960 | 2026-05-21T09:53:54.883Z | Checking proc-macro2 v1.0.106 |
| 1961 | 2026-05-21T09:53:54.921Z | Checking untrusted v0.9.0 |
| 1962 | 2026-05-21T09:53:54.924Z | Checking anstyle v1.0.14 |
| 1963 | 2026-05-21T09:53:54.991Z | Checking aho-corasick v1.1.4 |
| 1964 | 2026-05-21T09:53:55.064Z | Checking ring v0.17.14 |
| 1965 | 2026-05-21T09:53:55.137Z | Checking rustls-pki-types v1.14.0 |
| 1966 | 2026-05-21T09:53:55.175Z | Checking httparse v1.10.1 |
| 1967 | 2026-05-21T09:53:55.219Z | Checking quote v1.0.45 |
| 1968 | 2026-05-21T09:53:55.357Z | Checking anstyle-query v1.1.5 |
| 1969 | 2026-05-21T09:53:55.412Z | Checking colorchoice v1.0.4 |
| 1970 | 2026-05-21T09:53:55.415Z | Checking is_terminal_polyfill v1.70.2 |
| 1971 | 2026-05-21T09:53:55.483Z | Checking syn v2.0.117 |
| 1972 | 2026-05-21T09:53:55.486Z | Checking base64ct v1.8.3 |
| 1973 | 2026-05-21T09:53:55.486Z | Checking block-padding v0.3.3 |
| 1974 | 2026-05-21T09:53:55.585Z | Checking crossbeam-utils v0.8.21 |
| 1975 | 2026-05-21T09:53:55.590Z | Checking allocator-api2 v0.2.21 |
| 1976 | 2026-05-21T09:53:55.681Z | Checking regex-automata v0.4.14 |
| 1977 | 2026-05-21T09:53:55.717Z | Checking inout v0.1.4 |
| 1978 | 2026-05-21T09:53:55.777Z | Checking tokio-util v0.7.18 |
| 1979 | 2026-05-21T09:53:55.780Z | Checking anstyle-parse v1.0.0 |
| 1980 | 2026-05-21T09:53:55.885Z | Checking cipher v0.4.4 |
| 1981 | 2026-05-21T09:53:55.921Z | Checking http-body v1.0.1 |
| 1982 | 2026-05-21T09:53:55.976Z | Checking terminal_size v0.4.3 |
| 1983 | 2026-05-21T09:53:56.013Z | Checking atomic-waker v1.1.2 |
| 1984 | 2026-05-21T09:53:56.082Z | Checking anstream v1.0.0 |
| 1985 | 2026-05-21T09:53:56.120Z | Checking clap_lex v1.0.0 |
| 1986 | 2026-05-21T09:53:56.123Z | Checking try-lock v0.2.5 |
| 1987 | 2026-05-21T09:53:56.154Z | Checking httpdate v1.0.3 |
| 1988 | 2026-05-21T09:53:56.228Z | Checking strsim v0.11.1 |
| 1989 | 2026-05-21T09:53:56.284Z | Checking want v0.3.1 |
| 1990 | 2026-05-21T09:53:56.322Z | Checking pem-rfc7468 v0.7.0 |
| 1991 | 2026-05-21T09:53:56.324Z | Checking sha2 v0.10.9 |
| 1992 | 2026-05-21T09:53:56.390Z | Checking pin-utils v0.1.0 |
| 1993 | 2026-05-21T09:53:56.425Z | Checking clap_builder v4.6.0 |
| 1994 | 2026-05-21T09:53:56.428Z | Checking h2 v0.4.13 |
| 1995 | 2026-05-21T09:53:56.495Z | Checking tower-layer v0.3.3 |
| 1996 | 2026-05-21T09:53:56.498Z | Checking ryu v1.0.23 |
| 1997 | 2026-05-21T09:53:56.564Z | Checking tower-service v0.3.3 |
| 1998 | 2026-05-21T09:53:56.650Z | Checking rand_core v0.9.5 |
| 1999 | 2026-05-21T09:53:56.686Z | Checking hmac v0.12.1 |
| 2000 | 2026-05-21T09:53:56.689Z | Checking erased-serde v0.3.31 |
| 2001 | 2026-05-21T09:53:56.754Z | Checking powerfmt v0.2.0 |
| 2002 | 2026-05-21T09:53:56.855Z | Checking time-core v0.1.8 |
| 2003 | 2026-05-21T09:53:56.893Z | Checking num-conv v0.2.0 |
| 2004 | 2026-05-21T09:53:56.932Z | Checking deranged v0.5.8 |
| 2005 | 2026-05-21T09:53:57.030Z | Checking flagset v0.4.7 |
| 2006 | 2026-05-21T09:53:57.067Z | Checking mime v0.3.17 |
| 2007 | 2026-05-21T09:53:57.100Z | Checking slog v2.8.2 |
| 2008 | 2026-05-21T09:53:57.185Z | Checking num_threads v0.1.7 |
| 2009 | 2026-05-21T09:53:57.271Z | Checking der v0.7.10 |
| 2010 | 2026-05-21T09:53:57.307Z | Checking rand_chacha v0.9.0 |
| 2011 | 2026-05-21T09:53:57.392Z | Checking http-body-util v0.1.3 |
| 2012 | 2026-05-21T09:53:57.500Z | Checking spin v0.9.8 |
| 2013 | 2026-05-21T09:53:57.538Z | Checking anyhow v1.0.102 |
| 2014 | 2026-05-21T09:53:57.643Z | Checking rand v0.9.2 |
| 2015 | 2026-05-21T09:53:57.681Z | Checking clap v4.6.1 |
| 2016 | 2026-05-21T09:53:57.717Z | Checking aws-lc-sys v0.40.0 |
| 2017 | 2026-05-21T09:53:57.755Z | Checking untrusted v0.7.1 |
| 2018 | 2026-05-21T09:53:57.791Z | Checking serde_urlencoded v0.7.1 |
| 2019 | 2026-05-21T09:53:57.794Z | Checking ipnetwork v0.21.1 |
| 2020 | 2026-05-21T09:53:57.864Z | Checking time v0.3.47 |
| 2021 | 2026-05-21T09:53:57.900Z | Checking encoding_rs v0.8.35 |
| 2022 | 2026-05-21T09:53:58.020Z | Checking openssl-probe v0.2.1 |
| 2023 | 2026-05-21T09:53:58.058Z | Checking regex v1.12.3 |
| 2024 | 2026-05-21T09:53:58.094Z | Checking fastrand v2.3.0 |
| 2025 | 2026-05-21T09:53:58.147Z | Checking spki v0.7.3 |
| 2026 | 2026-05-21T09:53:58.185Z | Checking pbkdf2 v0.12.2 |
| 2027 | 2026-05-21T09:53:58.252Z | Checking aws-lc-rs v1.16.3 |
| 2028 | 2026-05-21T09:53:58.304Z | Checking aes v0.8.4 |
| 2029 | 2026-05-21T09:53:58.341Z | Checking pretty-hex v0.4.1 |
| 2030 | 2026-05-21T09:53:58.376Z | Checking cbc v0.1.2 |
| 2031 | 2026-05-21T09:53:58.379Z | Checking salsa20 v0.10.2 |
| 2032 | 2026-05-21T09:53:58.489Z | Checking rand_chacha v0.3.1 |
| 2033 | 2026-05-21T09:53:58.538Z | Checking hex v0.4.3 |
| 2034 | 2026-05-21T09:53:58.575Z | Checking plain v0.2.3 |
| 2035 | 2026-05-21T09:53:58.707Z | Checking scrypt v0.11.0 |
| 2036 | 2026-05-21T09:53:58.747Z | Checking rand v0.8.6 |
| 2037 | 2026-05-21T09:53:58.750Z | Checking tempfile v3.25.0 |
| 2038 | 2026-05-21T09:53:58.882Z | Checking rustls-native-certs v0.8.3 |
| 2039 | 2026-05-21T09:53:58.885Z | Checking sync_wrapper v1.0.2 |
| 2040 | 2026-05-21T09:53:58.885Z | Checking ucd-trie v0.1.7 |
| 2041 | 2026-05-21T09:53:58.997Z | Checking foldhash v0.2.0 |
| 2042 | 2026-05-21T09:53:59.050Z | Checking simd-adler32 v0.3.8 |
| 2043 | 2026-05-21T09:53:59.089Z | Checking tower v0.5.3 |
| 2044 | 2026-05-21T09:53:59.092Z | Checking rustls-webpki v0.103.9 |
| 2045 | 2026-05-21T09:53:59.092Z | Checking pest v2.8.6 |
| 2046 | 2026-05-21T09:53:59.193Z | Checking hyper v1.8.1 |
| 2047 | 2026-05-21T09:53:59.196Z | Checking hashbrown v0.16.1 |
| 2048 | 2026-05-21T09:53:59.196Z | Checking pkcs5 v0.7.1 |
| 2049 | 2026-05-21T09:53:59.296Z | Checking webpki-roots v1.0.6 |
| 2050 | 2026-05-21T09:53:59.364Z | Checking camino v1.2.2 |
| 2051 | 2026-05-21T09:53:59.443Z | Checking iri-string v0.7.10 |
| 2052 | 2026-05-21T09:53:59.510Z | Checking adler2 v2.0.1 |
| 2053 | 2026-05-21T09:53:59.550Z | Checking pkcs8 v0.10.2 |
| 2054 | 2026-05-21T09:53:59.587Z | Checking rustls v0.23.37 |
| 2055 | 2026-05-21T09:53:59.646Z | Checking openapiv3 v2.2.0 |
| 2056 | 2026-05-21T09:53:59.648Z | Checking miniz_oxide v0.8.9 |
| 2057 | 2026-05-21T09:53:59.753Z | Checking oxnet v0.1.5 |
| 2058 | 2026-05-21T09:53:59.792Z | Checking futures-executor v0.3.32 |
| 2059 | 2026-05-21T09:53:59.968Z | Checking futures v0.3.32 |
| 2060 | 2026-05-21T09:54:00.019Z | Checking either v1.15.0 |
| 2061 | 2026-05-21T09:54:00.059Z | Checking crc32fast v1.5.0 |
| 2062 | 2026-05-21T09:54:00.097Z | Checking static_assertions v1.1.0 |
| 2063 | 2026-05-21T09:54:00.138Z | Checking hyper-util v0.1.20 |
| 2064 | 2026-05-21T09:54:00.198Z | Checking lazy_static v1.5.0 |
| 2065 | 2026-05-21T09:54:00.235Z | Checking signature v2.2.0 |
| 2066 | 2026-05-21T09:54:00.240Z | Checking winnow v0.7.14 |
| 2067 | 2026-05-21T09:54:00.240Z | Checking hubpack v0.1.2 |
| 2068 | 2026-05-21T09:54:00.337Z | Checking strum v0.26.3 |
| 2069 | 2026-05-21T09:54:00.395Z | Checking zlib-rs v0.6.2 |
| 2070 | 2026-05-21T09:54:00.466Z | Checking sha1 v0.10.6 |
| 2071 | 2026-05-21T09:54:00.505Z | Checking scroll v0.13.0 |
| 2072 | 2026-05-21T09:54:00.507Z | Checking tower-http v0.6.8 |
| 2073 | 2026-05-21T09:54:00.661Z | Checking foreign-types-shared v0.1.1 |
| 2074 | 2026-05-21T09:54:00.763Z | Checking tinyvec_macros v0.1.1 |
| 2075 | 2026-05-21T09:54:00.800Z | Checking foreign-types v0.3.2 |
| 2076 | 2026-05-21T09:54:00.841Z | Checking goblin v0.10.5 |
| 2077 | 2026-05-21T09:54:00.888Z | Checking tinyvec v1.10.0 |
| 2078 | 2026-05-21T09:54:00.926Z | Checking serde_spanned v0.6.9 |
| 2079 | 2026-05-21T09:54:00.961Z | Checking toml_datetime v0.6.11 |
| 2080 | 2026-05-21T09:54:01.084Z | Checking num-integer v0.1.46 |
| 2081 | 2026-05-21T09:54:01.173Z | Checking openssl-sys v0.9.115 |
| 2082 | 2026-05-21T09:54:01.230Z | Checking memmap2 v0.9.10 |
| 2083 | 2026-05-21T09:54:01.301Z | Checking flate2 v1.1.9 |
| 2084 | 2026-05-21T09:54:01.346Z | Checking data-encoding v2.10.0 |
| 2085 | 2026-05-21T09:54:01.408Z | Checking dtrace-parser v0.3.0 |
| 2086 | 2026-05-21T09:54:01.445Z | Checking thread-id v5.1.0 |
| 2087 | 2026-05-21T09:54:01.491Z | Checking psl-types v2.0.11 |
| 2088 | 2026-05-21T09:54:01.555Z | Checking bit-vec v0.8.0 |
| 2089 | 2026-05-21T09:54:01.601Z | Checking openssl v0.10.79 |
| 2090 | 2026-05-21T09:54:01.639Z | Checking base16ct v0.2.0 |
| 2091 | 2026-05-21T09:54:01.643Z | Checking publicsuffix v2.3.0 |
| 2092 | 2026-05-21T09:54:01.709Z | Checking cookie v0.18.1 |
| 2093 | 2026-05-21T09:54:01.713Z | Checking ff v0.13.1 |
| 2094 | 2026-05-21T09:54:01.777Z | Checking bit-set v0.8.0 |
| 2095 | 2026-05-21T09:54:01.812Z | Checking sec1 v0.7.3 |
| 2096 | 2026-05-21T09:54:01.862Z | Checking wait-timeout v0.2.1 |
| 2097 | 2026-05-21T09:54:01.898Z | Checking group v0.13.0 |
| 2098 | 2026-05-21T09:54:01.951Z | Checking num-iter v0.1.45 |
| 2099 | 2026-05-21T09:54:01.954Z | Checking tokio-rustls v0.26.4 |
| 2100 | 2026-05-21T09:54:02.022Z | Checking cookie_store v0.22.1 |
| 2101 | 2026-05-21T09:54:02.025Z | Checking rustls-platform-verifier v0.6.2 |
| 2102 | 2026-05-21T09:54:02.093Z | Checking bstr v1.12.1 |
| 2103 | 2026-05-21T09:54:02.096Z | Checking hkdf v0.12.4 |
| 2104 | 2026-05-21T09:54:02.096Z | Checking crossbeam-epoch v0.9.18 |
| 2105 | 2026-05-21T09:54:02.225Z | Checking anstyle-parse v0.2.7 |
| 2106 | 2026-05-21T09:54:02.262Z | Checking hyper-rustls v0.27.7 |
| 2107 | 2026-05-21T09:54:02.321Z | Checking ahash v0.8.12 |
| 2108 | 2026-05-21T09:54:02.373Z | Checking crypto-bigint v0.5.5 |
| 2109 | 2026-05-21T09:54:02.411Z | Checking quick-error v1.2.3 |
| 2110 | 2026-05-21T09:54:02.414Z | Checking anstream v0.6.21 |
| 2111 | 2026-05-21T09:54:02.491Z | Checking reqwest v0.13.2 |
| 2112 | 2026-05-21T09:54:02.530Z | Checking rand_xorshift v0.4.0 |
| 2113 | 2026-05-21T09:54:02.568Z | Checking scroll v0.12.0 |
| 2114 | 2026-05-21T09:54:02.570Z | Checking rusty-fork v0.3.1 |
| 2115 | 2026-05-21T09:54:02.665Z | Checking unarray v0.1.4 |
| 2116 | 2026-05-21T09:54:02.703Z | Checking num-bigint-dig v0.8.6 |
| 2117 | 2026-05-21T09:54:02.799Z | Checking pkcs1 v0.7.5 |
| 2118 | 2026-05-21T09:54:02.802Z | Checking proptest v1.10.0 |
| 2119 | 2026-05-21T09:54:02.871Z | Checking goblin v0.8.2 |
| 2120 | 2026-05-21T09:54:03.043Z | Checking x509-cert v0.2.5 |
| 2121 | 2026-05-21T09:54:03.151Z | Checking dof v0.4.0 |
| 2122 | 2026-05-21T09:54:03.275Z | Checking elliptic-curve v0.13.8 |
| 2123 | 2026-05-21T09:54:03.364Z | Checking zerocopy v0.7.35 |
| 2124 | 2026-05-21T09:54:03.533Z | Checking unicode-segmentation v1.12.0 |
| 2125 | 2026-05-21T09:54:03.611Z | Checking native-tls v0.2.18 |
| 2126 | 2026-05-21T09:54:03.614Z | Checking rsa v0.9.10 |
| 2127 | 2026-05-21T09:54:03.717Z | Checking dtrace-parser v0.2.0 |
| 2128 | 2026-05-21T09:54:03.814Z | Checking usdt-impl v0.6.0 |
| 2129 | 2026-05-21T09:54:03.851Z | Checking tokio-native-tls v0.3.1 |
| 2130 | 2026-05-21T09:54:03.886Z | Checking rfc6979 v0.4.0 |
| 2131 | 2026-05-21T09:54:03.889Z | Checking thread-id v4.2.2 |
| 2132 | 2026-05-21T09:54:03.982Z | Checking toml_write v0.1.2 |
| 2133 | 2026-05-21T09:54:04.019Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2134 | 2026-05-21T09:54:04.054Z | Checking hyper-tls v0.6.0 |
| 2135 | 2026-05-21T09:54:04.091Z | Checking ecdsa v0.16.9 |
| 2136 | 2026-05-21T09:54:04.130Z | Checking usdt v0.6.0 |
| 2137 | 2026-05-21T09:54:04.169Z | Checking curve25519-dalek v4.1.3 |
| 2138 | 2026-05-21T09:54:04.205Z | Checking toml_edit v0.22.27 |
| 2139 | 2026-05-21T09:54:04.258Z | Checking reqwest v0.12.28 |
| 2140 | 2026-05-21T09:54:04.328Z | Checking memoffset v0.9.1 |
| 2141 | 2026-05-21T09:54:04.389Z | Checking rustix v0.38.44 |
| 2142 | 2026-05-21T09:54:04.443Z | Checking env_filter v1.0.0 |
| 2143 | 2026-05-21T09:54:04.480Z | Checking keccak v0.1.6 |
| 2144 | 2026-05-21T09:54:04.621Z | Checking same-file v1.0.6 |
| 2145 | 2026-05-21T09:54:04.659Z | Checking newtype-uuid v1.3.2 |
| 2146 | 2026-05-21T09:54:04.696Z | Checking sha3 v0.10.8 |
| 2147 | 2026-05-21T09:54:04.769Z | Checking walkdir v2.5.0 |
| 2148 | 2026-05-21T09:54:04.807Z | Checking dof v0.3.0 |
| 2149 | 2026-05-21T09:54:04.892Z | Checking daft v0.1.7 |
| 2150 | 2026-05-21T09:54:04.934Z | Checking env_logger v0.11.9 |
| 2151 | 2026-05-21T09:54:04.972Z | Checking ed25519 v2.2.3 |
| 2152 | 2026-05-21T09:54:04.975Z | Checking itertools v0.13.0 |
| 2153 | 2026-05-21T09:54:05.121Z | Checking usdt-impl v0.5.0 |
| 2154 | 2026-05-21T09:54:05.159Z | Checking serde_with v3.17.0 |
| 2155 | 2026-05-21T09:54:05.162Z | Checking siphasher v1.0.2 |
| 2156 | 2026-05-21T09:54:05.192Z | Checking bitflags v1.3.2 |
| 2157 | 2026-05-21T09:54:05.196Z | Checking ed25519-dalek v2.2.0 |
| 2158 | 2026-05-21T09:54:05.297Z | Checking unicode-normalization v0.1.25 |
| 2159 | 2026-05-21T09:54:05.300Z | Checking signal-hook v0.3.18 |
| 2160 | 2026-05-21T09:54:05.365Z | Checking managed v0.8.0 |
| 2161 | 2026-05-21T09:54:05.410Z | Checking winnow v0.5.40 |
| 2162 | 2026-05-21T09:54:05.447Z | Checking nix v0.31.2 |
| 2163 | 2026-05-21T09:54:05.515Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2164 | 2026-05-21T09:54:05.552Z | Checking object v0.37.3 |
| 2165 | 2026-05-21T09:54:05.587Z | Checking foldhash v0.1.5 |
| 2166 | 2026-05-21T09:54:05.631Z | Checking bzip2 v0.4.4 |
| 2167 | 2026-05-21T09:54:05.719Z | Checking signal-hook-mio v0.2.5 |
| 2168 | 2026-05-21T09:54:05.757Z | Checking hashbrown v0.15.5 |
| 2169 | 2026-05-21T09:54:05.823Z | Checking globset v0.4.18 |
| 2170 | 2026-05-21T09:54:05.861Z | Checking ref-cast v1.0.25 |
| 2171 | 2026-05-21T09:54:05.993Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2172 | 2026-05-21T09:54:06.049Z | Checking zip v0.6.6 |
| 2173 | 2026-05-21T09:54:06.103Z | Checking pin-project v1.1.11 |
| 2174 | 2026-05-21T09:54:06.140Z | Checking zstd-safe v7.2.4 |
| 2175 | 2026-05-21T09:54:06.231Z | Checking libbz2-rs-sys v0.2.2 |
| 2176 | 2026-05-21T09:54:06.269Z | Checking bumpalo v3.20.2 |
| 2177 | 2026-05-21T09:54:06.336Z | Checking zstd v0.13.3 |
| 2178 | 2026-05-21T09:54:06.397Z | Checking crossterm v0.28.1 |
| 2179 | 2026-05-21T09:54:06.462Z | Checking similar v2.7.0 |
| 2180 | 2026-05-21T09:54:06.499Z | Checking zopfli v0.8.3 |
| 2181 | 2026-05-21T09:54:06.554Z | Checking tokio-stream v0.1.18 |
| 2182 | 2026-05-21T09:54:06.592Z | Checking toml_edit v0.19.15 |
| 2183 | 2026-05-21T09:54:06.595Z | Checking fs-err v3.3.0 |
| 2184 | 2026-05-21T09:54:06.662Z | Checking bzip2 v0.6.1 |
| 2185 | 2026-05-21T09:54:06.852Z | Checking pem v3.0.6 |
| 2186 | 2026-05-21T09:54:06.855Z | Checking hash32 v0.2.1 |
| 2187 | 2026-05-21T09:54:06.925Z | Checking serde-big-array v0.5.1 |
| 2188 | 2026-05-21T09:54:06.960Z | Checking unicode-bidi v0.3.18 |
| 2189 | 2026-05-21T09:54:06.997Z | Checking predicates-core v1.0.10 |
| 2190 | 2026-05-21T09:54:07.042Z | Checking jiff v0.2.21 |
| 2191 | 2026-05-21T09:54:07.079Z | Checking unicode-properties v0.1.4 |
| 2192 | 2026-05-21T09:54:07.115Z | Checking heapless v0.7.17 |
| 2193 | 2026-05-21T09:54:07.118Z | Checking snafu v0.8.9 |
| 2194 | 2026-05-21T09:54:07.184Z | Checking olpc-cjson v0.1.4 |
| 2195 | 2026-05-21T09:54:07.279Z | Checking hickory-proto v0.25.2 |
| 2196 | 2026-05-21T09:54:07.316Z | Checking stringprep v0.1.5 |
| 2197 | 2026-05-21T09:54:07.352Z | Checking md-5 v0.10.6 |
| 2198 | 2026-05-21T09:54:07.412Z | Checking serde_plain v1.0.2 |
| 2199 | 2026-05-21T09:54:07.499Z | Checking float-cmp v0.10.0 |
| 2200 | 2026-05-21T09:54:07.536Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2201 | 2026-05-21T09:54:07.572Z | Checking typed-path v0.9.3 |
| 2202 | 2026-05-21T09:54:07.607Z | Checking fallible-iterator v0.2.0 |
| 2203 | 2026-05-21T09:54:07.641Z | Checking toml v0.7.8 |
| 2204 | 2026-05-21T09:54:07.677Z | Checking normalize-line-endings v0.3.0 |
| 2205 | 2026-05-21T09:54:07.758Z | Checking difflib v0.4.0 |
| 2206 | 2026-05-21T09:54:07.800Z | Checking smoltcp v0.9.1 |
| 2207 | 2026-05-21T09:54:07.858Z | Checking iddqd v0.4.1 |
| 2208 | 2026-05-21T09:54:07.906Z | Checking postgres-protocol v0.6.10 |
| 2209 | 2026-05-21T09:54:07.964Z | Checking predicates v3.1.4 |
| 2210 | 2026-05-21T09:54:08.002Z | Checking phf_shared v0.13.1 |
| 2211 | 2026-05-21T09:54:08.231Z | Checking phf_shared v0.11.3 |
| 2212 | 2026-05-21T09:54:08.269Z | Checking buf-list v1.1.2 |
| 2213 | 2026-05-21T09:54:08.304Z | Checking strum v0.27.2 |
| 2214 | 2026-05-21T09:54:08.355Z | Checking tough v0.22.0 |
| 2215 | 2026-05-21T09:54:08.398Z | Checking fixedbitset v0.4.2 |
| 2216 | 2026-05-21T09:54:08.435Z | Checking precomputed-hash v0.1.1 |
| 2217 | 2026-05-21T09:54:08.469Z | Checking new_debug_unreachable v1.0.6 |
| 2218 | 2026-05-21T09:54:08.505Z | Checking lalrpop-util v0.19.12 |
| 2219 | 2026-05-21T09:54:08.548Z | Checking fixedbitset v0.5.7 |
| 2220 | 2026-05-21T09:54:08.588Z | Checking string_cache v0.8.9 |
| 2221 | 2026-05-21T09:54:08.591Z | Checking petgraph v0.6.5 |
| 2222 | 2026-05-21T09:54:08.697Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2223 | 2026-05-21T09:54:08.776Z | Checking petgraph v0.8.3 |
| 2224 | 2026-05-21T09:54:08.814Z | Checking postgres-types v0.2.12 |
| 2225 | 2026-05-21T09:54:08.817Z | Checking phf v0.13.1 |
| 2226 | 2026-05-21T09:54:09.029Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2227 | 2026-05-21T09:54:09.169Z | Checking peg-runtime v0.8.5 |
| 2228 | 2026-05-21T09:54:09.308Z | Checking zip v4.6.1 |
| 2229 | 2026-05-21T09:54:09.345Z | Checking whoami v2.1.0 |
| 2230 | 2026-05-21T09:54:09.496Z | Checking is-terminal v0.4.17 |
| 2231 | 2026-05-21T09:54:09.570Z | Checking tokio-postgres v0.7.16 |
| 2232 | 2026-05-21T09:54:09.625Z | Checking crossbeam-channel v0.5.15 |
| 2233 | 2026-05-21T09:54:09.894Z | Compiling structmeta-derive v0.3.0 |
| 2234 | 2026-05-21T09:54:09.932Z | Compiling newtype-uuid-macros v0.1.0 |
| 2235 | 2026-05-21T09:54:09.991Z | Checking thread_local v1.1.9 |
| 2236 | 2026-05-21T09:54:10.049Z | Checking term v1.2.1 |
| 2237 | 2026-05-21T09:54:10.191Z | Checking take_mut v0.2.2 |
| 2238 | 2026-05-21T09:54:10.306Z | Checking slog-term v2.9.2 |
| 2239 | 2026-05-21T09:54:10.343Z | Checking slog-async v2.8.0 |
| 2240 | 2026-05-21T09:54:10.378Z | Compiling rustls v0.22.4 |
| 2241 | 2026-05-21T09:54:10.382Z | Compiling multer v3.1.0 |
| 2242 | 2026-05-21T09:54:10.545Z | Compiling async-stream-impl v0.3.6 |
| 2243 | 2026-05-21T09:54:10.623Z | Compiling dropshot v0.17.0 |
| 2244 | 2026-05-21T09:54:10.695Z | Compiling dropshot_endpoint v0.17.0 |
| 2245 | 2026-05-21T09:54:10.730Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2246 | 2026-05-21T09:54:10.765Z | Checking match_cfg v0.1.0 |
| 2247 | 2026-05-21T09:54:10.841Z | Checking slog-json v2.6.1 |
| 2248 | 2026-05-21T09:54:10.911Z | Checking hostname v0.3.1 |
| 2249 | 2026-05-21T09:54:10.954Z | Checking debug-ignore v1.0.5 |
| 2250 | 2026-05-21T09:54:10.991Z | Compiling structmeta v0.3.0 |
| 2251 | 2026-05-21T09:54:11.059Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2252 | 2026-05-21T09:54:11.063Z | Checking slog-bunyan v2.5.0 |
| 2253 | 2026-05-21T09:54:11.128Z | Checking serde_spanned v1.0.4 |
| 2254 | 2026-05-21T09:54:11.167Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2255 | 2026-05-21T09:54:11.206Z | Checking rustls-webpki v0.102.8 |
| 2256 | 2026-05-21T09:54:11.242Z | Checking serde_path_to_error v0.1.20 |
| 2257 | 2026-05-21T09:54:11.246Z | Checking async-stream v0.3.6 |
| 2258 | 2026-05-21T09:54:11.311Z | Compiling derive-ex v0.1.8 |
| 2259 | 2026-05-21T09:54:11.379Z | Checking waitgroup v0.1.2 |
| 2260 | 2026-05-21T09:54:11.437Z | Checking rustls-pemfile v2.2.0 |
| 2261 | 2026-05-21T09:54:11.474Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2262 | 2026-05-21T09:54:11.510Z | Checking hostname v0.4.2 |
| 2263 | 2026-05-21T09:54:11.545Z | Checking compression-core v0.4.31 |
| 2264 | 2026-05-21T09:54:11.592Z | Checking progenitor-client v0.14.0 |
| 2265 | 2026-05-21T09:54:11.665Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2266 | 2026-05-21T09:54:11.668Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2267 | 2026-05-21T09:54:11.732Z | Checking compression-codecs v0.4.37 |
| 2268 | 2026-05-21T09:54:11.735Z | Checking toml v1.0.6+spec-1.1.0 |
| 2269 | 2026-05-21T09:54:11.805Z | Checking regress v0.10.5 |
| 2270 | 2026-05-21T09:54:11.867Z | Compiling parse-display-derive v0.10.0 |
| 2271 | 2026-05-21T09:54:11.904Z | Checking itertools v0.14.0 |
| 2272 | 2026-05-21T09:54:11.939Z | Checking async-compression v0.4.41 |
| 2273 | 2026-05-21T09:54:12.219Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2274 | 2026-05-21T09:54:12.371Z | Checking macaddr v1.0.1 |
| 2275 | 2026-05-21T09:54:12.453Z | Checking instant v0.1.13 |
| 2276 | 2026-05-21T09:54:12.573Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2277 | 2026-05-21T09:54:12.612Z | Checking progenitor-client v0.10.0 |
| 2278 | 2026-05-21T09:54:12.661Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2279 | 2026-05-21T09:54:12.842Z | Checking backoff v0.4.0 |
| 2280 | 2026-05-21T09:54:12.880Z | Checking backon v1.6.0 |
| 2281 | 2026-05-21T09:54:12.964Z | Checking unicode-width v0.2.0 |
| 2282 | 2026-05-21T09:54:13.001Z | Compiling test-strategy v0.4.5 |
| 2283 | 2026-05-21T09:54:13.050Z | Checking tokio-rustls v0.25.0 |
| 2284 | 2026-05-21T09:54:13.053Z | Checking heck v0.5.0 |
| 2285 | 2026-05-21T09:54:13.119Z | Checking progenitor-extras v0.2.0 |
| 2286 | 2026-05-21T09:54:13.172Z | Compiling convert_case v0.4.0 |
| 2287 | 2026-05-21T09:54:13.236Z | Checking half v2.7.1 |
| 2288 | 2026-05-21T09:54:13.239Z | Checking ciborium-io v0.2.2 |
| 2289 | 2026-05-21T09:54:13.270Z | Checking secrecy v0.10.3 |
| 2290 | 2026-05-21T09:54:13.376Z | Checking indent_write v2.2.0 |
| 2291 | 2026-05-21T09:54:13.411Z | Checking universal-hash v0.5.1 |
| 2292 | 2026-05-21T09:54:13.454Z | Checking opaque-debug v0.3.1 |
| 2293 | 2026-05-21T09:54:13.524Z | Checking ciborium-ll v0.2.2 |
| 2294 | 2026-05-21T09:54:13.561Z | Checking camino-tempfile v1.4.1 |
| 2295 | 2026-05-21T09:54:13.564Z | Checking parse-display v0.10.0 |
| 2296 | 2026-05-21T09:54:13.593Z | Compiling regress v0.11.1 |
| 2297 | 2026-05-21T09:54:13.597Z | Compiling unsafe-libyaml v0.2.11 |
| 2298 | 2026-05-21T09:54:13.597Z | Compiling derive_more v0.99.20 |
| 2299 | 2026-05-21T09:54:13.729Z | Checking ciborium v0.2.2 |
| 2300 | 2026-05-21T09:54:13.765Z | Checking aead v0.5.2 |
| 2301 | 2026-05-21T09:54:13.803Z | Compiling crucible-workspace-hack v0.1.0 |
| 2302 | 2026-05-21T09:54:13.942Z | Checking poly1305 v0.8.0 |
| 2303 | 2026-05-21T09:54:14.058Z | Checking chacha20 v0.9.1 |
| 2304 | 2026-05-21T09:54:14.222Z | Compiling serde_yaml v0.9.34+deprecated |
| 2305 | 2026-05-21T09:54:14.381Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2306 | 2026-05-21T09:54:14.431Z | Checking byte-wrapper v0.1.0 |
| 2307 | 2026-05-21T09:54:14.507Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2308 | 2026-05-21T09:54:14.679Z | Checking password-hash v0.5.0 |
| 2309 | 2026-05-21T09:54:14.925Z | Checking blake2 v0.10.6 |
| 2310 | 2026-05-21T09:54:14.964Z | Checking chacha20poly1305 v0.10.1 |
| 2311 | 2026-05-21T09:54:15.126Z | Checking swrite v0.1.0 |
| 2312 | 2026-05-21T09:54:15.206Z | Checking argon2 v0.5.3 |
| 2313 | 2026-05-21T09:54:15.252Z | Compiling typify-impl v0.6.2 |
| 2314 | 2026-05-21T09:54:15.333Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2315 | 2026-05-21T09:54:15.595Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2316 | 2026-05-21T09:54:15.632Z | Checking thiserror-no-std v2.0.2 |
| 2317 | 2026-05-21T09:54:15.719Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2318 | 2026-05-21T09:54:15.755Z | Checking vsss-rs v3.3.4 |
| 2319 | 2026-05-21T09:54:15.919Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2320 | 2026-05-21T09:54:15.989Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2321 | 2026-05-21T09:54:16.313Z | Checking crossbeam-deque v0.8.6 |
| 2322 | 2026-05-21T09:54:16.528Z | Compiling rayon-core v1.13.0 |
| 2323 | 2026-05-21T09:54:16.795Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2324 | 2026-05-21T09:54:16.882Z | Checking toml v0.8.23 |
| 2325 | 2026-05-21T09:54:16.955Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2326 | 2026-05-21T09:54:17.113Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2327 | 2026-05-21T09:54:17.230Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2328 | 2026-05-21T09:54:17.407Z | Compiling proc-macro-error v1.0.4 |
| 2329 | 2026-05-21T09:54:17.443Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2330 | 2026-05-21T09:54:17.482Z | Checking rayon v1.11.0 |
| 2331 | 2026-05-21T09:54:17.521Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2332 | 2026-05-21T09:54:17.571Z | Checking unicode-width v0.1.14 |
| 2333 | 2026-05-21T09:54:17.744Z | Checking glob v0.3.3 |
| 2334 | 2026-05-21T09:54:17.848Z | Compiling heapless v0.8.0 |
| 2335 | 2026-05-21T09:54:17.886Z | Compiling ingot-macros v0.1.1 |
| 2336 | 2026-05-21T09:54:17.953Z | Checking tabwriter v1.4.1 |
| 2337 | 2026-05-21T09:54:18.135Z | Compiling proc-macro-crate v3.4.0 |
| 2338 | 2026-05-21T09:54:18.174Z | Checking hash32 v0.3.1 |
| 2339 | 2026-05-21T09:54:18.368Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-05-21T09:54:18.406Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-05-21T09:54:18.597Z | Checking memmap v0.7.0 |
| 2342 | 2026-05-21T09:54:18.715Z | Compiling num_enum_derive v0.7.6 |
| 2343 | 2026-05-21T09:54:18.767Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2344 | 2026-05-21T09:54:18.935Z | Compiling smoltcp v0.11.0 |
| 2345 | 2026-05-21T09:54:19.165Z | Checking cobs v0.3.0 |
| 2346 | 2026-05-21T09:54:19.172Z | Checking usdt v0.5.0 |
| 2347 | 2026-05-21T09:54:19.365Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2348 | 2026-05-21T09:54:19.406Z | Checking postcard v1.1.3 |
| 2349 | 2026-05-21T09:54:19.442Z | Compiling proc-macro-crate v1.3.1 |
| 2350 | 2026-05-21T09:54:19.622Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2351 | 2026-05-21T09:54:19.669Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2352 | 2026-05-21T09:54:19.729Z | Checking sigpipe v0.1.3 |
| 2353 | 2026-05-21T09:54:19.829Z | Checking num_enum v0.7.6 |
| 2354 | 2026-05-21T09:54:19.832Z | Compiling typify-macro v0.6.2 |
| 2355 | 2026-05-21T09:54:19.899Z | Compiling foreign-types-macros v0.2.3 |
| 2356 | 2026-05-21T09:54:19.902Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2357 | 2026-05-21T09:54:19.966Z | Checking colored v3.1.1 |
| 2358 | 2026-05-21T09:54:20.001Z | Checking foreign-types-shared v0.3.1 |
| 2359 | 2026-05-21T09:54:20.120Z | Checking cpufeatures v0.3.0 |
| 2360 | 2026-05-21T09:54:20.195Z | Compiling num_enum_derive v0.5.11 |
| 2361 | 2026-05-21T09:54:20.230Z | Checking chacha20 v0.10.0 |
| 2362 | 2026-05-21T09:54:20.478Z | Checking cstr-argument v0.1.2 |
| 2363 | 2026-05-21T09:54:20.543Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-05-21T09:54:20.580Z | Checking foreign-types v0.5.0 |
| 2365 | 2026-05-21T09:54:20.633Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2366 | 2026-05-21T09:54:20.690Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 2367 | 2026-05-21T09:54:20.726Z | Checking ingot-types v0.1.2 |
| 2368 | 2026-05-21T09:54:20.730Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2369 | 2026-05-21T09:54:20.949Z | Checking rand v0.10.1 |
| 2370 | 2026-05-21T09:54:20.983Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2371 | 2026-05-21T09:54:21.017Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2372 | 2026-05-21T09:54:21.103Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2373 | 2026-05-21T09:54:21.138Z | Checking ingot v0.1.1 |
| 2374 | 2026-05-21T09:54:21.171Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2375 | 2026-05-21T09:54:21.205Z | Checking winnow v1.0.3 |
| 2376 | 2026-05-21T09:54:21.242Z | Checking num_enum v0.5.11 |
| 2377 | 2026-05-21T09:54:21.310Z | Compiling zone_cfg_derive v0.3.1 |
| 2378 | 2026-05-21T09:54:21.384Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2379 | 2026-05-21T09:54:21.449Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2380 | 2026-05-21T09:54:21.579Z | Checking itertools v0.12.1 |
| 2381 | 2026-05-21T09:54:21.616Z | Compiling typify v0.6.2 |
| 2382 | 2026-05-21T09:54:21.684Z | Compiling num-derive v0.4.2 |
| 2383 | 2026-05-21T09:54:21.758Z | Compiling progenitor-impl v0.14.0 |
| 2384 | 2026-05-21T09:54:21.985Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2385 | 2026-05-21T09:54:22.353Z | Checking smf v0.2.3 |
| 2386 | 2026-05-21T09:54:22.619Z | Checking whoami v1.6.1 |
| 2387 | 2026-05-21T09:54:22.622Z | Checking zone v0.3.1 |
| 2388 | 2026-05-21T09:54:22.622Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2389 | 2026-05-21T09:54:22.720Z | Checking tokio-dtrace v0.1.1 |
| 2390 | 2026-05-21T09:54:22.758Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2391 | 2026-05-21T09:54:22.824Z | Compiling derive-where v1.6.0 |
| 2392 | 2026-05-21T09:54:22.902Z | Checking console v0.15.11 |
| 2393 | 2026-05-21T09:54:22.938Z | Checking atomicwrites v0.4.4 |
| 2394 | 2026-05-21T09:54:22.941Z | Checking oxide-tokio-rt v0.1.4 |
| 2395 | 2026-05-21T09:54:23.037Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2396 | 2026-05-21T09:54:23.097Z | Checking newline-converter v0.3.0 |
| 2397 | 2026-05-21T09:54:23.166Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2398 | 2026-05-21T09:54:23.204Z | Checking num-rational v0.4.2 |
| 2399 | 2026-05-21T09:54:23.207Z | Checking num-complex v0.4.6 |
| 2400 | 2026-05-21T09:54:23.273Z | Checking expectorate v1.2.0 |
| 2401 | 2026-05-21T09:54:23.436Z | Checking float-ord v0.3.2 |
| 2402 | 2026-05-21T09:54:23.472Z | Checking bytecount v0.6.9 |
| 2403 | 2026-05-21T09:54:23.514Z | Compiling owo-colors v4.3.0 |
| 2404 | 2026-05-21T09:54:23.620Z | Checking num v0.4.3 |
| 2405 | 2026-05-21T09:54:23.622Z | Compiling cancel-safe-futures v0.1.5 |
| 2406 | 2026-05-21T09:54:23.723Z | Checking libsw-core v0.3.2 |
| 2407 | 2026-05-21T09:54:23.900Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2408 | 2026-05-21T09:54:23.900Z | Compiling prettyplease v0.2.37 |
| 2409 | 2026-05-21T09:54:24.246Z | Checking libsw v3.5.0 |
| 2410 | 2026-05-21T09:54:24.291Z | Checking linear-map v1.2.0 |
| 2411 | 2026-05-21T09:54:24.333Z | Compiling progenitor-impl v0.13.0 |
| 2412 | 2026-05-21T09:54:24.466Z | Compiling progenitor-macro v0.14.0 |
| 2413 | 2026-05-21T09:54:24.502Z | Checking gethostname v0.5.0 |
| 2414 | 2026-05-21T09:54:24.623Z | Checking progenitor-client v0.13.0 |
| 2415 | 2026-05-21T09:54:24.659Z | Compiling num-derive v0.3.3 |
| 2416 | 2026-05-21T09:54:25.079Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2417 | 2026-05-21T09:54:25.577Z | Checking libscf-sys v1.1.0 |
| 2418 | 2026-05-21T09:54:26.227Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2419 | 2026-05-21T09:54:26.983Z | Compiling progenitor-macro v0.13.0 |
| 2420 | 2026-05-21T09:54:28.211Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2421 | 2026-05-21T09:54:29.405Z | Checking resolv-conf v0.7.6 |
| 2422 | 2026-05-21T09:54:29.408Z | Checking progenitor v0.14.0 |
| 2423 | 2026-05-21T09:54:29.624Z | Compiling slog-dtrace v0.3.0 |
| 2424 | 2026-05-21T09:54:29.691Z | Checking smawk v0.3.2 |
| 2425 | 2026-05-21T09:54:29.778Z | Checking unicode-linebreak v0.1.5 |
| 2426 | 2026-05-21T09:54:29.854Z | Checking papergrid v0.11.0 |
| 2427 | 2026-05-21T09:54:29.923Z | Compiling tabled_derive v0.7.0 |
| 2428 | 2026-05-21T09:54:29.969Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2429 | 2026-05-21T09:54:30.280Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2430 | 2026-05-21T09:54:30.702Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2431 | 2026-05-21T09:54:30.770Z | Checking linked-hash-map v0.5.6 |
| 2432 | 2026-05-21T09:54:30.902Z | Checking tabled v0.15.0 |
| 2433 | 2026-05-21T09:54:31.158Z | Compiling minimal-lexical v0.2.1 |
| 2434 | 2026-05-21T09:54:31.229Z | Checking lru-cache v0.1.2 |
| 2435 | 2026-05-21T09:54:31.383Z | Compiling nom v7.1.3 |
| 2436 | 2026-05-21T09:54:31.447Z | Checking hickory-proto v0.24.4 |
| 2437 | 2026-05-21T09:54:31.764Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2438 | 2026-05-21T09:54:31.893Z | Checking progenitor v0.13.0 |
| 2439 | 2026-05-21T09:54:31.976Z | Checking termtree v0.5.1 |
| 2440 | 2026-05-21T09:54:32.055Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2441 | 2026-05-21T09:54:32.092Z | Checking textwrap v0.16.2 |
| 2442 | 2026-05-21T09:54:32.145Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2443 | 2026-05-21T09:54:32.343Z | Checking csv-core v0.1.13 |
| 2444 | 2026-05-21T09:54:32.500Z | Checking tagptr v0.2.0 |
| 2445 | 2026-05-21T09:54:32.556Z | Checking csv v1.4.0 |
| 2446 | 2026-05-21T09:54:32.677Z | Checking moka v0.12.13 |
| 2447 | 2026-05-21T09:54:32.738Z | Checking humantime v2.3.0 |
| 2448 | 2026-05-21T09:54:32.950Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2449 | 2026-05-21T09:54:32.986Z | Compiling convert_case v0.10.0 |
| 2450 | 2026-05-21T09:54:33.203Z | Checking highway v1.3.0 |
| 2451 | 2026-05-21T09:54:33.274Z | Checking hickory-resolver v0.24.4 |
| 2452 | 2026-05-21T09:54:33.330Z | Compiling derive_more-impl v2.1.1 |
| 2453 | 2026-05-21T09:54:33.367Z | Checking hickory-resolver v0.25.2 |
| 2454 | 2026-05-21T09:54:33.462Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2455 | 2026-05-21T09:54:33.534Z | Compiling semver v0.1.20 |
| 2456 | 2026-05-21T09:54:33.577Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2457 | 2026-05-21T09:54:33.827Z | Compiling rustc_version v0.1.7 |
| 2458 | 2026-05-21T09:54:33.864Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2459 | 2026-05-21T09:54:34.038Z | Checking qorb v0.4.1 |
| 2460 | 2026-05-21T09:54:34.092Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2461 | 2026-05-21T09:54:34.116Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2462 | 2026-05-21T09:54:34.163Z | Checking phf_shared v0.12.1 |
| 2463 | 2026-05-21T09:54:34.224Z | Checking derive_more v2.1.1 |
| 2464 | 2026-05-21T09:54:34.335Z | Compiling chrono-tz v0.10.4 |
| 2465 | 2026-05-21T09:54:34.338Z | Checking crossterm v0.29.0 |
| 2466 | 2026-05-21T09:54:34.427Z | Checking phf v0.12.1 |
| 2467 | 2026-05-21T09:54:34.598Z | Compiling newtype_derive v0.1.6 |
| 2468 | 2026-05-21T09:54:34.637Z | Compiling const_format_proc_macros v0.2.34 |
| 2469 | 2026-05-21T09:54:34.640Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2470 | 2026-05-21T09:54:34.640Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2471 | 2026-05-21T09:54:35.029Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2472 | 2026-05-21T09:54:35.264Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2473 | 2026-05-21T09:54:35.357Z | Checking fd-lock v4.0.4 |
| 2474 | 2026-05-21T09:54:35.420Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2475 | 2026-05-21T09:54:35.477Z | Checking const_format v0.2.35 |
| 2476 | 2026-05-21T09:54:35.513Z | Checking bcs v0.1.6 |
| 2477 | 2026-05-21T09:54:35.516Z | Checking vte v0.14.1 |
| 2478 | 2026-05-21T09:54:35.683Z | Checking display-error-chain v0.2.2 |
| 2479 | 2026-05-21T09:54:35.732Z | Checking strip-ansi-escapes v0.2.1 |
| 2480 | 2026-05-21T09:54:35.768Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2481 | 2026-05-21T09:54:35.833Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2482 | 2026-05-21T09:54:35.872Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2483 | 2026-05-21T09:54:35.909Z | Checking nu-ansi-term v0.50.3 |
| 2484 | 2026-05-21T09:54:36.002Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2485 | 2026-05-21T09:54:36.110Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2486 | 2026-05-21T09:54:36.153Z | Checking reedline v0.40.0 |
| 2487 | 2026-05-21T09:54:36.357Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2488 | 2026-05-21T09:54:36.652Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2489 | 2026-05-21T09:54:36.853Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2490 | 2026-05-21T09:54:36.891Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2491 | 2026-05-21T09:54:37.226Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2492 | 2026-05-21T09:54:37.352Z | Compiling ar_archive_writer v0.5.1 |
| 2493 | 2026-05-21T09:54:37.437Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2494 | 2026-05-21T09:54:37.850Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2495 | 2026-05-21T09:54:38.249Z | Compiling psm v0.1.30 |
| 2496 | 2026-05-21T09:54:38.367Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2497 | 2026-05-21T09:54:38.488Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2498 | 2026-05-21T09:54:38.777Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2499 | 2026-05-21T09:54:39.063Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2500 | 2026-05-21T09:54:39.124Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2501 | 2026-05-21T09:54:39.336Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2502 | 2026-05-21T09:54:39.379Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2503 | 2026-05-21T09:54:39.492Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2504 | 2026-05-21T09:54:39.645Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2505 | 2026-05-21T09:54:39.726Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2506 | 2026-05-21T09:54:39.887Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2507 | 2026-05-21T09:54:39.889Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2508 | 2026-05-21T09:54:39.957Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2509 | 2026-05-21T09:54:40.072Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2510 | 2026-05-21T09:54:40.108Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2511 | 2026-05-21T09:54:40.287Z | Compiling stacker v0.1.23 |
| 2512 | 2026-05-21T09:54:40.324Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2513 | 2026-05-21T09:54:40.360Z | Compiling cfg_aliases v0.1.1 |
| 2514 | 2026-05-21T09:54:40.466Z | Compiling nix v0.28.0 |
| 2515 | 2026-05-21T09:54:40.522Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2516 | 2026-05-21T09:54:40.558Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2517 | 2026-05-21T09:54:40.758Z | Checking steno v0.4.1 |
| 2518 | 2026-05-21T09:54:40.794Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2519 | 2026-05-21T09:54:40.845Z | Checking nibble_vec v0.1.0 |
| 2520 | 2026-05-21T09:54:41.006Z | Checking home v0.5.12 |
| 2521 | 2026-05-21T09:54:41.147Z | Checking endian-type v0.1.2 |
| 2522 | 2026-05-21T09:54:41.320Z | Checking radix_trie v0.2.1 |
| 2523 | 2026-05-21T09:54:41.777Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2524 | 2026-05-21T09:54:41.780Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2525 | 2026-05-21T09:54:42.070Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2526 | 2026-05-21T09:54:42.227Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2527 | 2026-05-21T09:54:42.549Z | Checking recursive v0.1.1 |
| 2528 | 2026-05-21T09:54:42.670Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2529 | 2026-05-21T09:54:42.706Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2530 | 2026-05-21T09:54:42.781Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2531 | 2026-05-21T09:54:42.980Z | Compiling peg-macros v0.8.5 |
| 2532 | 2026-05-21T09:54:43.017Z | Checking nom v8.0.0 |
| 2533 | 2026-05-21T09:54:43.081Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2534 | 2026-05-21T09:54:43.120Z | Checking winnow v0.6.26 |
| 2535 | 2026-05-21T09:54:43.278Z | Compiling sqlparser_derive v0.5.0 |
| 2536 | 2026-05-21T09:54:43.314Z | Checking unicode_categories v0.1.1 |
| 2537 | 2026-05-21T09:54:43.410Z | Checking rustyline v14.0.0 |
| 2538 | 2026-05-21T09:54:43.504Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2539 | 2026-05-21T09:54:43.634Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2540 | 2026-05-21T09:54:43.873Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2541 | 2026-05-21T09:54:43.979Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2542 | 2026-05-21T09:54:44.063Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2543 | 2026-05-21T09:54:44.178Z | Checking sqlparser v0.61.0 |
| 2544 | 2026-05-21T09:54:44.218Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2545 | 2026-05-21T09:54:44.356Z | Checking sqlformat v0.3.5 |
| 2546 | 2026-05-21T09:54:44.427Z | Checking peg v0.8.5 |
| 2547 | 2026-05-21T09:54:44.484Z | Checking filetime v0.2.27 |
| 2548 | 2026-05-21T09:54:44.533Z | Checking xattr v1.6.1 |
| 2549 | 2026-05-21T09:54:44.654Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2550 | 2026-05-21T09:54:44.698Z | Checking tar v0.4.45 |
| 2551 | 2026-05-21T09:54:44.817Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2552 | 2026-05-21T09:54:44.859Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2553 | 2026-05-21T09:54:45.047Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2554 | 2026-05-21T09:54:45.114Z | Checking subprocess v0.2.15 |
| 2555 | 2026-05-21T09:54:45.220Z | Checking base64 v0.21.7 |
| 2556 | 2026-05-21T09:54:45.430Z | Checking headers-core v0.3.0 |
| 2557 | 2026-05-21T09:54:45.467Z | Checking yasna v0.5.2 |
| 2558 | 2026-05-21T09:54:45.502Z | Checking dropshot-api-manager-types v0.7.1 |
| 2559 | 2026-05-21T09:54:45.571Z | Checking headers v0.4.1 |
| 2560 | 2026-05-21T09:54:45.637Z | Checking utf-8 v0.7.6 |
| 2561 | 2026-05-21T09:54:45.699Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2562 | 2026-05-21T09:54:45.805Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2563 | 2026-05-21T09:54:45.879Z | Checking rcgen v0.12.1 |
| 2564 | 2026-05-21T09:54:45.884Z | Compiling libefi-sys v0.1.0 |
| 2565 | 2026-05-21T09:54:46.058Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2566 | 2026-05-21T09:54:46.181Z | Compiling bitfield-struct v0.6.2 |
| 2567 | 2026-05-21T09:54:46.312Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2568 | 2026-05-21T09:54:46.426Z | Compiling radium v0.7.0 |
| 2569 | 2026-05-21T09:54:46.459Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2570 | 2026-05-21T09:54:46.561Z | Checking tungstenite v0.21.0 |
| 2571 | 2026-05-21T09:54:46.643Z | Checking tap v1.0.1 |
| 2572 | 2026-05-21T09:54:46.679Z | Compiling maybe-uninit v2.0.0 |
| 2573 | 2026-05-21T09:54:46.804Z | Checking wyz v0.5.1 |
| 2574 | 2026-05-21T09:54:46.846Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2575 | 2026-05-21T09:54:46.977Z | Compiling zerocopy-derive v0.6.6 |
| 2576 | 2026-05-21T09:54:47.012Z | Checking tokio-tungstenite v0.21.0 |
| 2577 | 2026-05-21T09:54:47.012Z | Compiling packed_struct v0.10.1 |
| 2578 | 2026-05-21T09:54:47.110Z | Checking crc-catalog v2.4.0 |
| 2579 | 2026-05-21T09:54:47.143Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2580 | 2026-05-21T09:54:47.235Z | Checking funty v2.0.0 |
| 2581 | 2026-05-21T09:54:47.373Z | Checking crc v3.4.0 |
| 2582 | 2026-05-21T09:54:47.408Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2583 | 2026-05-21T09:54:47.545Z | Compiling packed_struct_codegen v0.10.1 |
| 2584 | 2026-05-21T09:54:47.579Z | Compiling bitfield-macros v0.19.4 |
| 2585 | 2026-05-21T09:54:47.582Z | Checking bitvec v1.0.1 |
| 2586 | 2026-05-21T09:54:47.849Z | Checking zerocopy v0.6.6 |
| 2587 | 2026-05-21T09:54:48.175Z | Compiling indexmap v1.9.3 |
| 2588 | 2026-05-21T09:54:48.311Z | Checking nodrop v0.1.14 |
| 2589 | 2026-05-21T09:54:48.345Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2590 | 2026-05-21T09:54:48.381Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2591 | 2026-05-21T09:54:48.444Z | Checking array-init v0.0.4 |
| 2592 | 2026-05-21T09:54:48.478Z | Checking bitfield v0.19.4 |
| 2593 | 2026-05-21T09:54:48.512Z | Checking smallvec v0.6.14 |
| 2594 | 2026-05-21T09:54:48.631Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2595 | 2026-05-21T09:54:48.675Z | Checking hashbrown v0.12.3 |
| 2596 | 2026-05-21T09:54:48.729Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2597 | 2026-05-21T09:54:48.770Z | Checking serde-hex v0.1.0 |
| 2598 | 2026-05-21T09:54:48.806Z | Checking ron v0.8.1 |
| 2599 | 2026-05-21T09:54:48.915Z | Checking hashbrown v0.13.2 |
| 2600 | 2026-05-21T09:54:49.381Z | Checking crc-any v2.5.0 |
| 2601 | 2026-05-21T09:54:49.423Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2602 | 2026-05-21T09:54:49.492Z | Checking object v0.30.4 |
| 2603 | 2026-05-21T09:54:49.603Z | Checking path-slash v0.1.5 |
| 2604 | 2026-05-21T09:54:49.639Z | Compiling xshell-macros v0.2.7 |
| 2605 | 2026-05-21T09:54:49.745Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2606 | 2026-05-21T09:54:50.035Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2607 | 2026-05-21T09:54:50.068Z | Checking xshell v0.2.7 |
| 2608 | 2026-05-21T09:54:50.162Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-05-21T09:54:50.203Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2610 | 2026-05-21T09:54:50.285Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2611 | 2026-05-21T09:54:50.477Z | Checking half v1.8.3 |
| 2612 | 2026-05-21T09:54:50.707Z | Checking serde_cbor v0.11.2 |
| 2613 | 2026-05-21T09:54:50.836Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2614 | 2026-05-21T09:54:51.063Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2615 | 2026-05-21T09:54:51.119Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2616 | 2026-05-21T09:54:51.263Z | Compiling proc-macro-error2 v2.0.1 |
| 2617 | 2026-05-21T09:54:51.350Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2618 | 2026-05-21T09:54:51.487Z | Checking papergrid v0.17.0 |
| 2619 | 2026-05-21T09:54:51.593Z | Checking testing_table v0.3.0 |
| 2620 | 2026-05-21T09:54:51.628Z | Compiling tabled_derive v0.11.0 |
| 2621 | 2026-05-21T09:54:51.631Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2622 | 2026-05-21T09:54:51.720Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2623 | 2026-05-21T09:54:52.191Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2624 | 2026-05-21T09:54:52.504Z | Compiling git-stub v1.0.0 |
| 2625 | 2026-05-21T09:54:52.540Z | Checking crc8 v0.1.1 |
| 2626 | 2026-05-21T09:54:52.543Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2627 | 2026-05-21T09:54:52.672Z | Checking maplit v1.0.2 |
| 2628 | 2026-05-21T09:54:52.789Z | Compiling git-stub-vcs v0.1.0 |
| 2629 | 2026-05-21T09:54:52.824Z | Checking tabled v0.20.0 |
| 2630 | 2026-05-21T09:54:52.827Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2631 | 2026-05-21T09:54:53.049Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2632 | 2026-05-21T09:54:53.085Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2633 | 2026-05-21T09:54:53.172Z | Checking fxhash v0.2.1 |
| 2634 | 2026-05-21T09:54:53.330Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2635 | 2026-05-21T09:54:53.471Z | Checking unicase v2.9.0 |
| 2636 | 2026-05-21T09:54:53.614Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2637 | 2026-05-21T09:54:53.667Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2638 | 2026-05-21T09:54:53.957Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2639 | 2026-05-21T09:54:54.047Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2640 | 2026-05-21T09:54:54.078Z | Compiling typify-impl v0.4.3 |
| 2641 | 2026-05-21T09:54:54.132Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2642 | 2026-05-21T09:54:54.350Z | Checking kstat-rs v0.2.4 |
| 2643 | 2026-05-21T09:54:54.505Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2644 | 2026-05-21T09:54:54.541Z | Compiling diesel_derives v2.3.7 |
| 2645 | 2026-05-21T09:54:54.578Z | Checking scheduled-thread-pool v0.2.7 |
| 2646 | 2026-05-21T09:54:54.756Z | Compiling dsl_auto_type v0.2.0 |
| 2647 | 2026-05-21T09:54:54.836Z | Compiling vergen-gitcl v1.0.8 |
| 2648 | 2026-05-21T09:54:54.999Z | Checking arc-swap v1.8.2 |
| 2649 | 2026-05-21T09:54:55.059Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2650 | 2026-05-21T09:54:55.260Z | Compiling parking_lot_core v0.8.6 |
| 2651 | 2026-05-21T09:54:55.305Z | Checking slog-scope v4.4.1 |
| 2652 | 2026-05-21T09:54:55.340Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2653 | 2026-05-21T09:54:55.523Z | Checking r2d2 v0.8.10 |
| 2654 | 2026-05-21T09:54:55.602Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2655 | 2026-05-21T09:54:55.740Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-05-21T09:54:56.101Z | Checking downcast-rs v2.0.2 |
| 2657 | 2026-05-21T09:54:56.539Z | Checking slog-stdlog v4.1.1 |
| 2658 | 2026-05-21T09:54:56.573Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2659 | 2026-05-21T09:54:56.653Z | Checking parking_lot v0.11.2 |
| 2660 | 2026-05-21T09:54:56.698Z | Checking slog-envlogger v2.2.0 |
| 2661 | 2026-05-21T09:54:56.877Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2662 | 2026-05-21T09:54:56.913Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2663 | 2026-05-21T09:54:56.918Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2664 | 2026-05-21T09:54:57.067Z | Checking prefix-trie v0.7.0 |
| 2665 | 2026-05-21T09:54:57.223Z | Checking sled v0.34.7 |
| 2666 | 2026-05-21T09:54:57.424Z | Checking hickory-server v0.25.2 |
| 2667 | 2026-05-21T09:54:57.458Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2668 | 2026-05-21T09:54:57.492Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2669 | 2026-05-21T09:54:57.692Z | Checking nanorand v0.7.0 |
| 2670 | 2026-05-21T09:54:57.807Z | Compiling dirs-sys-next v0.1.2 |
| 2671 | 2026-05-21T09:54:57.928Z | Compiling salty v0.3.0 |
| 2672 | 2026-05-21T09:54:58.097Z | Compiling crunchy v0.2.4 |
| 2673 | 2026-05-21T09:54:58.130Z | Compiling dirs-next v2.0.0 |
| 2674 | 2026-05-21T09:54:58.246Z | Checking flume v0.11.1 |
| 2675 | 2026-05-21T09:54:58.288Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-05-21T09:54:58.439Z | Compiling clang-sys v1.8.1 |
| 2677 | 2026-05-21T09:54:58.514Z | Compiling typify-macro v0.4.3 |
| 2678 | 2026-05-21T09:54:58.550Z | Checking primeorder v0.13.6 |
| 2679 | 2026-05-21T09:54:58.691Z | Compiling tiny-keccak v2.0.2 |
| 2680 | 2026-05-21T09:54:59.031Z | Compiling term v0.7.0 |
| 2681 | 2026-05-21T09:54:59.079Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2682 | 2026-05-21T09:54:59.322Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2683 | 2026-05-21T09:54:59.607Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2684 | 2026-05-21T09:54:59.646Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2685 | 2026-05-21T09:54:59.688Z | Compiling bit-vec v0.6.3 |
| 2686 | 2026-05-21T09:54:59.913Z | Compiling bit-set v0.5.3 |
| 2687 | 2026-05-21T09:54:59.948Z | Compiling ascii-canvas v3.0.0 |
| 2688 | 2026-05-21T09:55:00.111Z | Compiling itertools v0.10.5 |
| 2689 | 2026-05-21T09:55:00.226Z | Compiling ena v0.14.4 |
| 2690 | 2026-05-21T09:55:00.279Z | Compiling typify v0.4.3 |
| 2691 | 2026-05-21T09:55:00.422Z | Compiling libloading v0.8.9 |
| 2692 | 2026-05-21T09:55:00.456Z | Compiling fs-err v2.11.0 |
| 2693 | 2026-05-21T09:55:00.459Z | Compiling bindgen v0.71.1 |
| 2694 | 2026-05-21T09:55:00.522Z | Compiling diff v0.1.13 |
| 2695 | 2026-05-21T09:55:00.660Z | Compiling regex-syntax v0.6.29 |
| 2696 | 2026-05-21T09:55:00.663Z | Checking diesel v2.3.7 |
| 2697 | 2026-05-21T09:55:00.801Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2698 | 2026-05-21T09:55:00.834Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2699 | 2026-05-21T09:55:00.869Z | Checking p384 v0.13.1 |
| 2700 | 2026-05-21T09:55:00.982Z | Compiling cexpr v0.6.0 |
| 2701 | 2026-05-21T09:55:01.191Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2702 | 2026-05-21T09:55:01.304Z | Compiling rustc-hash v2.1.1 |
| 2703 | 2026-05-21T09:55:01.554Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2704 | 2026-05-21T09:55:01.674Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2705 | 2026-05-21T09:55:01.707Z | Compiling libxml v0.3.3 |
| 2706 | 2026-05-21T09:55:01.899Z | Checking parse-size v1.1.0 |
| 2707 | 2026-05-21T09:55:02.009Z | Compiling lalrpop v0.19.12 |
| 2708 | 2026-05-21T09:55:02.043Z | Compiling strum_macros v0.24.3 |
| 2709 | 2026-05-21T09:55:02.077Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2710 | 2026-05-21T09:55:02.574Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2711 | 2026-05-21T09:55:02.944Z | Compiling indoc v1.0.9 |
| 2712 | 2026-05-21T09:55:03.242Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2713 | 2026-05-21T09:55:03.278Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2714 | 2026-05-21T09:55:03.402Z | Checking assert_matches v1.5.0 |
| 2715 | 2026-05-21T09:55:03.541Z | Compiling progenitor-impl v0.10.0 |
| 2716 | 2026-05-21T09:55:03.841Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2717 | 2026-05-21T09:55:04.004Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2718 | 2026-05-21T09:55:04.068Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2719 | 2026-05-21T09:55:04.274Z | Checking predicates-tree v1.0.13 |
| 2720 | 2026-05-21T09:55:04.421Z | Checking quick-xml v0.37.5 |
| 2721 | 2026-05-21T09:55:04.477Z | Checking derive_builder v0.20.2 |
| 2722 | 2026-05-21T09:55:04.623Z | Compiling oso-derive v0.27.3 |
| 2723 | 2026-05-21T09:55:04.863Z | Compiling trait-variant v0.1.2 |
| 2724 | 2026-05-21T09:55:05.146Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2725 | 2026-05-21T09:55:05.335Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2726 | 2026-05-21T09:55:05.450Z | Checking openssl-probe v0.1.6 |
| 2727 | 2026-05-21T09:55:05.596Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2728 | 2026-05-21T09:55:05.641Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2729 | 2026-05-21T09:55:06.202Z | Compiling progenitor-macro v0.10.0 |
| 2730 | 2026-05-21T09:55:06.704Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2731 | 2026-05-21T09:55:07.595Z | Compiling mime_guess v2.0.5 |
| 2732 | 2026-05-21T09:55:07.674Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2733 | 2026-05-21T09:55:07.725Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2734 | 2026-05-21T09:55:08.088Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2735 | 2026-05-21T09:55:08.176Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2736 | 2026-05-21T09:55:08.406Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2737 | 2026-05-21T09:55:08.441Z | Checking corncobs v0.1.4 |
| 2738 | 2026-05-21T09:55:08.606Z | Checking http-range v0.1.5 |
| 2739 | 2026-05-21T09:55:08.698Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2740 | 2026-05-21T09:55:08.823Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2741 | 2026-05-21T09:55:08.994Z | Compiling progenitor-impl v0.11.2 |
| 2742 | 2026-05-21T09:55:09.243Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2743 | 2026-05-21T09:55:09.880Z | Checking ignore v0.4.25 |
| 2744 | 2026-05-21T09:55:10.328Z | Checking secrecy v0.8.0 |
| 2745 | 2026-05-21T09:55:10.489Z | Checking atty v0.2.14 |
| 2746 | 2026-05-21T09:55:11.127Z | Checking progenitor v0.10.0 |
| 2747 | 2026-05-21T09:55:11.246Z | Checking globwalk v0.9.1 |
| 2748 | 2026-05-21T09:55:11.308Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2749 | 2026-05-21T09:55:11.700Z | Compiling progenitor-macro v0.11.2 |
| 2750 | 2026-05-21T09:55:11.836Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2751 | 2026-05-21T09:55:12.112Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2752 | 2026-05-21T09:55:12.342Z | Checking progenitor-client v0.11.2 |
| 2753 | 2026-05-21T09:55:12.379Z | Checking bb8 v0.8.6 |
| 2754 | 2026-05-21T09:55:12.622Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2755 | 2026-05-21T09:55:12.739Z | Checking hyper-staticfile v0.10.1 |
| 2756 | 2026-05-21T09:55:12.798Z | Checking camino-tempfile-ext v0.3.3 |
| 2757 | 2026-05-21T09:55:12.898Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2758 | 2026-05-21T09:55:13.036Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2759 | 2026-05-21T09:55:13.070Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2760 | 2026-05-21T09:55:13.222Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2761 | 2026-05-21T09:55:13.303Z | Checking signal-hook-tokio v0.3.1 |
| 2762 | 2026-05-21T09:55:13.469Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2763 | 2026-05-21T09:55:13.968Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2764 | 2026-05-21T09:55:14.005Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2765 | 2026-05-21T09:55:14.525Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2766 | 2026-05-21T09:55:14.809Z | Checking diesel-dtrace v0.5.0 |
| 2767 | 2026-05-21T09:55:14.939Z | Checking async-bb8-diesel v0.2.1 |
| 2768 | 2026-05-21T09:55:15.090Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2769 | 2026-05-21T09:55:15.240Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2770 | 2026-05-21T09:55:15.329Z | Checking nonempty v0.12.0 |
| 2771 | 2026-05-21T09:55:15.440Z | Checking illumos-nvpair v0.3.0 |
| 2772 | 2026-05-21T09:55:15.563Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2773 | 2026-05-21T09:55:15.633Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2774 | 2026-05-21T09:55:15.697Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2775 | 2026-05-21T09:55:15.971Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2776 | 2026-05-21T09:55:16.005Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2777 | 2026-05-21T09:55:16.060Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2778 | 2026-05-21T09:55:16.177Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2779 | 2026-05-21T09:55:16.435Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2780 | 2026-05-21T09:55:16.602Z | Checking progenitor v0.11.2 |
| 2781 | 2026-05-21T09:55:16.637Z | Checking tungstenite v0.23.0 |
| 2782 | 2026-05-21T09:55:16.722Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2783 | 2026-05-21T09:55:16.780Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2784 | 2026-05-21T09:55:17.092Z | Checking tokio-tungstenite v0.23.1 |
| 2785 | 2026-05-21T09:55:17.393Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2786 | 2026-05-21T09:55:17.793Z | Checking rand_seeder v0.4.0 |
| 2787 | 2026-05-21T09:55:17.849Z | Checking void v1.0.2 |
| 2788 | 2026-05-21T09:55:17.898Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2789 | 2026-05-21T09:55:17.977Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2790 | 2026-05-21T09:55:18.016Z | Checking lzss v0.8.2 |
| 2791 | 2026-05-21T09:55:18.182Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2792 | 2026-05-21T09:55:18.243Z | Checking nix v0.27.1 |
| 2793 | 2026-05-21T09:55:18.311Z | Checking serde_bytes v0.11.19 |
| 2794 | 2026-05-21T09:55:18.459Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-05-21T09:55:18.531Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2796 | 2026-05-21T09:55:18.668Z | Checking is_ci v1.2.0 |
| 2797 | 2026-05-21T09:55:18.787Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2798 | 2026-05-21T09:55:18.821Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2799 | 2026-05-21T09:55:19.005Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2800 | 2026-05-21T09:55:19.146Z | Checking yansi v1.0.1 |
| 2801 | 2026-05-21T09:55:19.450Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2802 | 2026-05-21T09:55:19.513Z | Checking pretty_assertions v1.4.1 |
| 2803 | 2026-05-21T09:55:19.683Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2804 | 2026-05-21T09:55:19.766Z | Compiling darling_core v0.23.0 |
| 2805 | 2026-05-21T09:55:19.965Z | Compiling indoc v2.0.7 |
| 2806 | 2026-05-21T09:55:20.240Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2807 | 2026-05-21T09:55:20.443Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2808 | 2026-05-21T09:55:20.480Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2809 | 2026-05-21T09:55:20.707Z | Compiling instability v0.3.11 |
| 2810 | 2026-05-21T09:55:21.105Z | Compiling libz-sys v1.1.24 |
| 2811 | 2026-05-21T09:55:21.249Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2812 | 2026-05-21T09:55:21.513Z | Checking castaway v0.2.4 |
| 2813 | 2026-05-21T09:55:21.664Z | Checking compact_str v0.8.1 |
| 2814 | 2026-05-21T09:55:22.343Z | Compiling darling_macro v0.23.0 |
| 2815 | 2026-05-21T09:55:22.692Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2816 | 2026-05-21T09:55:22.874Z | Compiling darling v0.23.0 |
| 2817 | 2026-05-21T09:55:22.938Z | Checking supports-color v3.0.2 |
| 2818 | 2026-05-21T09:55:22.988Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2819 | 2026-05-21T09:55:23.103Z | Checking unicode-truncate v1.1.0 |
| 2820 | 2026-05-21T09:55:23.218Z | Checking console v0.16.2 |
| 2821 | 2026-05-21T09:55:23.288Z | Checking lru v0.12.5 |
| 2822 | 2026-05-21T09:55:23.482Z | Checking cassowary v0.3.0 |
| 2823 | 2026-05-21T09:55:23.559Z | Checking unit-prefix v0.5.2 |
| 2824 | 2026-05-21T09:55:23.644Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2825 | 2026-05-21T09:55:23.720Z | Checking indicatif v0.18.4 |
| 2826 | 2026-05-21T09:55:23.723Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2827 | 2026-05-21T09:55:23.787Z | Checking ratatui v0.29.0 |
| 2828 | 2026-05-21T09:55:23.891Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2829 | 2026-05-21T09:55:24.333Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2830 | 2026-05-21T09:55:24.568Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2831 | 2026-05-21T09:55:24.899Z | Compiling vergen-git2 v1.0.7 |
| 2832 | 2026-05-21T09:55:25.128Z | Checking plotters-backend v0.3.7 |
| 2833 | 2026-05-21T09:55:25.212Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2834 | 2026-05-21T09:55:25.367Z | Checking plotters-svg v0.3.7 |
| 2835 | 2026-05-21T09:55:25.443Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2836 | 2026-05-21T09:55:25.539Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2837 | 2026-05-21T09:55:25.575Z | Checking colored v2.2.0 |
| 2838 | 2026-05-21T09:55:25.670Z | Checking cast v0.3.0 |
| 2839 | 2026-05-21T09:55:25.810Z | Compiling rustls v0.21.12 |
| 2840 | 2026-05-21T09:55:25.862Z | Checking shell-words v1.1.1 |
| 2841 | 2026-05-21T09:55:26.022Z | Checking criterion-plot v0.6.0 |
| 2842 | 2026-05-21T09:55:26.150Z | Checking plotters v0.3.7 |
| 2843 | 2026-05-21T09:55:26.256Z | Checking typeid v1.0.3 |
| 2844 | 2026-05-21T09:55:26.299Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 2845 | 2026-05-21T09:55:26.395Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2846 | 2026-05-21T09:55:26.627Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2847 | 2026-05-21T09:55:26.863Z | Checking sct v0.7.1 |
| 2848 | 2026-05-21T09:55:26.906Z | Checking rustls-webpki v0.101.7 |
| 2849 | 2026-05-21T09:55:27.039Z | Checking tinytemplate v1.2.1 |
| 2850 | 2026-05-21T09:55:27.270Z | Compiling nix v0.29.0 |
| 2851 | 2026-05-21T09:55:27.273Z | Compiling dropshot v0.16.7 |
| 2852 | 2026-05-21T09:55:27.339Z | Checking anes v0.1.6 |
| 2853 | 2026-05-21T09:55:27.540Z | Checking hex-literal v0.4.1 |
| 2854 | 2026-05-21T09:55:27.575Z | Checking oorandom v11.1.5 |
| 2855 | 2026-05-21T09:55:27.743Z | Checking criterion v0.7.0 |
| 2856 | 2026-05-21T09:55:27.788Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 2857 | 2026-05-21T09:55:28.315Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2858 | 2026-05-21T09:55:28.957Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2859 | 2026-05-21T09:55:29.143Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2860 | 2026-05-21T09:55:30.472Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2861 | 2026-05-21T09:55:30.941Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2862 | 2026-05-21T09:55:31.293Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2863 | 2026-05-21T09:55:31.863Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2864 | 2026-05-21T09:55:32.130Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2865 | 2026-05-21T09:55:33.783Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2866 | 2026-05-21T09:55:34.273Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2867 | 2026-05-21T09:55:34.508Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2868 | 2026-05-21T09:55:35.317Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2869 | 2026-05-21T09:55:35.890Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2870 | 2026-05-21T09:55:35.964Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2871 | 2026-05-21T09:55:36.629Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2872 | 2026-05-21T09:55:36.905Z | Checking erased-serde v0.4.9 |
| 2873 | 2026-05-21T09:55:37.299Z | Checking toml v0.9.12+spec-1.1.0 |
| 2874 | 2026-05-21T09:55:37.592Z | Checking ordered-float v2.10.1 |
| 2875 | 2026-05-21T09:55:37.864Z | Compiling dropshot_endpoint v0.16.7 |
| 2876 | 2026-05-21T09:55:37.915Z | Checking serde-value v0.7.0 |
| 2877 | 2026-05-21T09:55:38.053Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2878 | 2026-05-21T09:55:38.159Z | Checking serde-untagged v0.1.9 |
| 2879 | 2026-05-21T09:55:38.389Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2880 | 2026-05-21T09:55:38.578Z | Checking tokio-rustls v0.24.1 |
| 2881 | 2026-05-21T09:55:39.088Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2882 | 2026-05-21T09:55:39.123Z | Checking rustls-pemfile v1.0.4 |
| 2883 | 2026-05-21T09:55:39.299Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2884 | 2026-05-21T09:55:39.543Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2885 | 2026-05-21T09:55:39.910Z | Checking twox-hash v2.1.2 |
| 2886 | 2026-05-21T09:55:39.946Z | Checking unicode-xid v0.2.6 |
| 2887 | 2026-05-21T09:55:40.094Z | Checking cargo-util-schemas v0.8.2 |
| 2888 | 2026-05-21T09:55:40.242Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2889 | 2026-05-21T09:55:41.042Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2890 | 2026-05-21T09:55:41.542Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2891 | 2026-05-21T09:55:41.545Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2892 | 2026-05-21T09:55:41.776Z | Checking fatfs v0.3.6 |
| 2893 | 2026-05-21T09:55:41.893Z | Checking cargo-platform v0.2.0 |
| 2894 | 2026-05-21T09:55:42.118Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2895 | 2026-05-21T09:55:42.275Z | Compiling petname v2.0.2 |
| 2896 | 2026-05-21T09:55:42.790Z | Compiling seq-macro v0.3.6 |
| 2897 | 2026-05-21T09:55:43.447Z | Checking cargo_metadata v0.21.0 |
| 2898 | 2026-05-21T09:55:43.490Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2899 | 2026-05-21T09:55:43.977Z | Compiling samael v0.0.19 |
| 2900 | 2026-05-21T09:55:44.251Z | Checking concurrent-queue v2.5.0 |
| 2901 | 2026-05-21T09:55:44.482Z | Checking rtoolbox v0.0.3 |
| 2902 | 2026-05-21T09:55:44.657Z | Checking parking v2.2.1 |
| 2903 | 2026-05-21T09:55:44.821Z | Checking event-listener v5.4.1 |
| 2904 | 2026-05-21T09:55:45.078Z | Checking rpassword v7.4.0 |
| 2905 | 2026-05-21T09:55:45.642Z | Checking tui-tree-widget v0.23.1 |
| 2906 | 2026-05-21T09:55:45.711Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2907 | 2026-05-21T09:55:45.867Z | Checking polyval v0.6.2 |
| 2908 | 2026-05-21T09:55:45.909Z | Checking sapling-renderdag v0.1.0 |
| 2909 | 2026-05-21T09:55:46.072Z | Checking sync-ptr v0.1.4 |
| 2910 | 2026-05-21T09:55:46.186Z | Checking ghash v0.5.1 |
| 2911 | 2026-05-21T09:55:46.230Z | Checking event-listener-strategy v0.5.4 |
| 2912 | 2026-05-21T09:55:46.343Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2913 | 2026-05-21T09:55:46.404Z | Checking ctr v0.9.2 |
| 2914 | 2026-05-21T09:55:46.574Z | Checking arrayvec v0.7.6 |
| 2915 | 2026-05-21T09:55:46.612Z | Checking arrayref v0.3.9 |
| 2916 | 2026-05-21T09:55:46.720Z | Checking constant_time_eq v0.4.2 |
| 2917 | 2026-05-21T09:55:46.797Z | Checking futures-timer v3.0.3 |
| 2918 | 2026-05-21T09:55:46.900Z | Checking aes-gcm v0.10.3 |
| 2919 | 2026-05-21T09:55:47.063Z | Checking async-lock v3.4.2 |
| 2920 | 2026-05-21T09:55:47.096Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2921 | 2026-05-21T09:55:47.480Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2922 | 2026-05-21T09:55:48.213Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2923 | 2026-05-21T09:55:49.036Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2924 | 2026-05-21T09:55:49.146Z | Checking ssh-encoding v0.2.0 |
| 2925 | 2026-05-21T09:55:49.383Z | Checking blowfish v0.9.1 |
| 2926 | 2026-05-21T09:55:49.591Z | Checking bcrypt-pbkdf v0.10.0 |
| 2927 | 2026-05-21T09:55:49.800Z | Checking ssh-cipher v0.2.0 |
| 2928 | 2026-05-21T09:55:50.017Z | Checking async-object-pool v0.2.0 |
| 2929 | 2026-05-21T09:55:50.168Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2930 | 2026-05-21T09:55:50.214Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2931 | 2026-05-21T09:55:50.269Z | Checking serde_regex v1.1.0 |
| 2932 | 2026-05-21T09:55:50.468Z | Checking password-hash v0.4.2 |
| 2933 | 2026-05-21T09:55:50.559Z | Checking assert-json-diff v2.0.2 |
| 2934 | 2026-05-21T09:55:50.726Z | Checking path-tree v0.8.3 |
| 2935 | 2026-05-21T09:55:50.766Z | Compiling target-lexicon v0.13.3 |
| 2936 | 2026-05-21T09:55:50.881Z | Checking gimli v0.32.3 |
| 2937 | 2026-05-21T09:55:50.951Z | Checking stringmetrics v2.2.2 |
| 2938 | 2026-05-21T09:55:51.143Z | Checking httpmock v0.8.3 |
| 2939 | 2026-05-21T09:55:51.364Z | Checking pbkdf2 v0.11.0 |
| 2940 | 2026-05-21T09:55:51.578Z | Compiling git2 v0.20.4 |
| 2941 | 2026-05-21T09:55:51.634Z | Checking ssh-key v0.6.7 |
| 2942 | 2026-05-21T09:55:52.432Z | Checking addr2line v0.25.1 |
| 2943 | 2026-05-21T09:55:52.738Z | Checking p521 v0.13.3 |
| 2944 | 2026-05-21T09:55:53.087Z | Checking p256 v0.13.2 |
| 2945 | 2026-05-21T09:55:53.356Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2946 | 2026-05-21T09:55:53.392Z | Checking russh-cryptovec v0.7.3 |
| 2947 | 2026-05-21T09:55:53.395Z | Checking rustc-demangle v0.1.27 |
| 2948 | 2026-05-21T09:55:53.566Z | Compiling guppy-workspace-hack v0.1.0 |
| 2949 | 2026-05-21T09:55:53.635Z | Checking md5 v0.7.0 |
| 2950 | 2026-05-21T09:55:53.695Z | Checking backtrace v0.3.76 |
| 2951 | 2026-05-21T09:55:53.850Z | Checking russh-keys v0.45.0 |
| 2952 | 2026-05-21T09:55:54.383Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2953 | 2026-05-21T09:55:54.426Z | Checking num-bigint v0.4.6 |
| 2954 | 2026-05-21T09:55:54.461Z | Checking des v0.8.1 |
| 2955 | 2026-05-21T09:55:54.616Z | Compiling blake3 v1.8.3 |
| 2956 | 2026-05-21T09:55:54.655Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2957 | 2026-05-21T09:55:54.708Z | Compiling target-spec v3.5.7 |
| 2958 | 2026-05-21T09:55:54.984Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2959 | 2026-05-21T09:55:55.132Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2960 | 2026-05-21T09:55:55.279Z | Checking cfg-expr v0.20.6 |
| 2961 | 2026-05-21T09:55:55.419Z | Checking russh v0.45.0 |
| 2962 | 2026-05-21T09:55:55.635Z | Checking backtrace-ext v0.2.1 |
| 2963 | 2026-05-21T09:55:55.701Z | Checking supports-color v2.1.0 |
| 2964 | 2026-05-21T09:55:55.803Z | Checking textwrap v0.15.2 |
| 2965 | 2026-05-21T09:55:55.806Z | Checking supports-hyperlinks v2.1.0 |
| 2966 | 2026-05-21T09:55:55.870Z | Checking supports-unicode v2.1.0 |
| 2967 | 2026-05-21T09:55:55.984Z | Checking hashbrown v0.14.5 |
| 2968 | 2026-05-21T09:55:56.019Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2969 | 2026-05-21T09:55:56.051Z | Checking cargo-platform v0.3.2 |
| 2970 | 2026-05-21T09:55:56.250Z | Checking socket2 v0.5.10 |
| 2971 | 2026-05-21T09:55:56.284Z | Checking terminal_size v0.1.17 |
| 2972 | 2026-05-21T09:55:56.432Z | Compiling miette-derive v5.10.0 |
| 2973 | 2026-05-21T09:55:56.501Z | Checking internet-checksum v0.2.1 |
| 2974 | 2026-05-21T09:55:56.541Z | Checking owo-colors v3.5.0 |
| 2975 | 2026-05-21T09:55:56.658Z | Checking chumsky v0.9.3 |
| 2976 | 2026-05-21T09:55:57.119Z | Checking cargo_metadata v0.23.1 |
| 2977 | 2026-05-21T09:55:57.646Z | Checking miette v5.10.0 |
| 2978 | 2026-05-21T09:55:57.934Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2979 | 2026-05-21T09:55:57.968Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2980 | 2026-05-21T09:55:58.025Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2981 | 2026-05-21T09:55:58.174Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2982 | 2026-05-21T09:55:58.398Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2983 | 2026-05-21T09:55:58.437Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2984 | 2026-05-21T09:55:58.703Z | Compiling knuffel-derive v3.2.0 |
| 2985 | 2026-05-21T09:55:58.785Z | Checking httptest v0.16.4 |
| 2986 | 2026-05-21T09:55:58.960Z | Checking pathdiff v0.2.3 |
| 2987 | 2026-05-21T09:55:59.207Z | Checking nested v0.1.1 |
| 2988 | 2026-05-21T09:55:59.246Z | Compiling polar-core v0.27.3 |
| 2989 | 2026-05-21T09:55:59.298Z | Checking topological-sort v0.2.2 |
| 2990 | 2026-05-21T09:55:59.391Z | Checking guppy v0.17.25 |
| 2991 | 2026-05-21T09:55:59.427Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2992 | 2026-05-21T09:55:59.492Z | Checking omicron-zone-package v0.12.2 |
| 2993 | 2026-05-21T09:55:59.707Z | Checking similar-asserts v1.7.0 |
| 2994 | 2026-05-21T09:55:59.906Z | Compiling target-triple v1.0.0 |
| 2995 | 2026-05-21T09:56:00.248Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2996 | 2026-05-21T09:56:00.454Z | Checking knuffel v3.2.0 |
| 2997 | 2026-05-21T09:56:00.458Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2998 | 2026-05-21T09:56:00.523Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2999 | 2026-05-21T09:56:00.526Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3000 | 2026-05-21T09:56:01.115Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3001 | 2026-05-21T09:56:01.149Z | Checking hickory-client v0.25.2 |
| 3002 | 2026-05-21T09:56:01.356Z | Checking tokio-test v0.4.5 |
| 3003 | 2026-05-21T09:56:01.475Z | Checking escape8259 v0.5.3 |
| 3004 | 2026-05-21T09:56:01.599Z | Compiling assert_cmd v2.1.2 |
| 3005 | 2026-05-21T09:56:01.645Z | Checking libtest-mimic v0.8.1 |
| 3006 | 2026-05-21T09:56:02.022Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3007 | 2026-05-21T09:56:02.120Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3008 | 2026-05-21T09:56:02.259Z | Checking blake2b_simd v1.0.4 |
| 3009 | 2026-05-21T09:56:02.404Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3010 | 2026-05-21T09:56:02.707Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3011 | 2026-05-21T09:56:02.917Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3012 | 2026-05-21T09:56:02.952Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3013 | 2026-05-21T09:56:03.129Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3014 | 2026-05-21T09:56:03.190Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3015 | 2026-05-21T09:56:03.430Z | Checking fancy-regex v0.14.0 |
| 3016 | 2026-05-21T09:56:03.544Z | Checking serde_tokenstream v0.2.3 |
| 3017 | 2026-05-21T09:56:03.682Z | Checking approx v0.5.1 |
| 3018 | 2026-05-21T09:56:03.804Z | Compiling rstest_macros v0.25.0 |
| 3019 | 2026-05-21T09:56:03.846Z | Checking uzers v0.12.2 |
| 3020 | 2026-05-21T09:56:03.881Z | Checking termcolor v1.4.1 |
| 3021 | 2026-05-21T09:56:04.097Z | Checking constant_time_eq v0.3.1 |
| 3022 | 2026-05-21T09:56:04.131Z | Compiling linkme-impl v0.3.35 |
| 3023 | 2026-05-21T09:56:04.235Z | Checking rust-argon2 v2.1.0 |
| 3024 | 2026-05-21T09:56:04.283Z | Checking trybuild v1.0.116 |
| 3025 | 2026-05-21T09:56:04.393Z | Checking oso v0.27.3 |
| 3026 | 2026-05-21T09:56:04.511Z | Checking datatest-stable v0.3.3 |
| 3027 | 2026-05-21T09:56:04.818Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3028 | 2026-05-21T09:56:04.888Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3029 | 2026-05-21T09:56:04.924Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3030 | 2026-05-21T09:56:05.123Z | Checking support-bundle-viewer v0.1.2 |
| 3031 | 2026-05-21T09:56:05.184Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3032 | 2026-05-21T09:56:05.359Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3033 | 2026-05-21T09:56:05.403Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3034 | 2026-05-21T09:56:05.436Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3035 | 2026-05-21T09:56:05.594Z | Checking drift v0.1.4 |
| 3036 | 2026-05-21T09:56:05.629Z | Checking rand_distr v0.5.1 |
| 3037 | 2026-05-21T09:56:05.664Z | Checking multimap v0.10.1 |
| 3038 | 2026-05-21T09:56:05.733Z | Compiling linkme v0.3.35 |
| 3039 | 2026-05-21T09:56:05.907Z | Compiling relative-path v1.9.3 |
| 3040 | 2026-05-21T09:56:05.941Z | Checking dropshot-api-manager v0.7.1 |
| 3041 | 2026-05-21T09:56:06.293Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3042 | 2026-05-21T09:56:06.979Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3043 | 2026-05-21T09:56:07.067Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3044 | 2026-05-21T09:56:07.321Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3045 | 2026-05-21T09:56:07.595Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3046 | 2026-05-21T09:56:07.689Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3047 | 2026-05-21T09:56:07.759Z | Checking cargo_toml v0.21.0 |
| 3048 | 2026-05-21T09:56:07.805Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3049 | 2026-05-21T09:56:08.138Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3050 | 2026-05-21T09:56:08.290Z | Checking partial-io v0.5.4 |
| 3051 | 2026-05-21T09:56:08.401Z | Checking termios v0.3.3 |
| 3052 | 2026-05-21T09:56:08.485Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3053 | 2026-05-21T09:56:08.587Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3054 | 2026-05-21T09:56:08.620Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3055 | 2026-05-21T09:56:09.668Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3056 | 2026-05-21T09:56:09.881Z | Checking rstest v0.25.0 |
| 3057 | 2026-05-21T09:56:13.147Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3058 | 2026-05-21T09:56:14.155Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3059 | 2026-05-21T09:56:18.300Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3060 | 2026-05-21T09:56:21.385Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3061 | 2026-05-21T09:56:25.790Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3062 | 2026-05-21T09:56:28.118Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3063 | 2026-05-21T09:56:32.515Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3064 | 2026-05-21T09:56:32.930Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3065 | 2026-05-21T09:56:34.380Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3066 | 2026-05-21T09:56:42.806Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3067 | 2026-05-21T09:56:46.468Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3068 | 2026-05-21T09:58:00.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s |
| 3069 | 2026-05-21T09:58:00.749Z | |
| 3070 | 2026-05-21T09:58:00.749Z | real 4:16.544547326 |
| 3071 | 2026-05-21T09:58:00.749Z | user 21:51.227806976 |
| 3072 | 2026-05-21T09:58:00.749Z | sys 5:15.042295452 |
| 3073 | 2026-05-21T09:58:00.749Z | trap 0.506027594 |
| 3074 | 2026-05-21T09:58:00.749Z | tflt 0.495778133 |
| 3075 | 2026-05-21T09:58:00.749Z | dflt 0.424233866 |
| 3076 | 2026-05-21T09:58:00.753Z | kflt 0.005756541 |
| 3077 | 2026-05-21T09:58:00.753Z | lock 1:00:27.275358288 |
| 3078 | 2026-05-21T09:58:00.753Z | slp 1:00:10.503421469 |
| 3079 | 2026-05-21T09:58:00.753Z | lat 1:55.087584226 |
| 3080 | 2026-05-21T09:58:00.753Z | stop 11:27.492508216 |
| 3081 | 2026-05-21T09:58:00.753Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3082 | 2026-05-21T09:58:00.753Z | + ptime -m cargo doc --workspace --no-deps |
| 3083 | 2026-05-21T09:58:01.661Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3084 | 2026-05-21T09:58:01.661Z | | |
| 3085 | 2026-05-21T09:58:01.661Z | = 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)` |
| 3086 | 2026-05-21T09:58:01.661Z | = 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> |
| 3087 | 2026-05-21T09:58:02.730Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3088 | 2026-05-21T09:58:02.976Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3089 | 2026-05-21T09:58:03.023Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3090 | 2026-05-21T09:58:03.089Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3091 | 2026-05-21T09:58:03.157Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3092 | 2026-05-21T09:58:03.253Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3093 | 2026-05-21T09:58:03.284Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3094 | 2026-05-21T09:58:03.284Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3095 | 2026-05-21T09:58:03.335Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3096 | 2026-05-21T09:58:03.360Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3097 | 2026-05-21T09:58:03.536Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3098 | 2026-05-21T09:58:03.565Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3099 | 2026-05-21T09:58:03.568Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3100 | 2026-05-21T09:58:03.614Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3101 | 2026-05-21T09:58:03.668Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3102 | 2026-05-21T09:58:03.711Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3103 | 2026-05-21T09:58:03.734Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3104 | 2026-05-21T09:58:03.758Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3105 | 2026-05-21T09:58:03.762Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3106 | 2026-05-21T09:58:03.805Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3107 | 2026-05-21T09:58:04.085Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3108 | 2026-05-21T09:58:04.138Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3109 | 2026-05-21T09:58:04.266Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3110 | 2026-05-21T09:58:04.293Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3111 | 2026-05-21T09:58:04.439Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3112 | 2026-05-21T09:58:04.465Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3113 | 2026-05-21T09:58:04.497Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3114 | 2026-05-21T09:58:04.666Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3115 | 2026-05-21T09:58:04.691Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3116 | 2026-05-21T09:58:04.981Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3117 | 2026-05-21T09:58:05.089Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3118 | 2026-05-21T09:58:05.207Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3119 | 2026-05-21T09:58:05.232Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3120 | 2026-05-21T09:58:05.257Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3121 | 2026-05-21T09:58:05.428Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3122 | 2026-05-21T09:58:05.524Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3123 | 2026-05-21T09:58:05.595Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3124 | 2026-05-21T09:58:05.618Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3125 | 2026-05-21T09:58:05.641Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3126 | 2026-05-21T09:58:05.726Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3127 | 2026-05-21T09:58:05.867Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3128 | 2026-05-21T09:58:05.939Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3129 | 2026-05-21T09:58:06.019Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3130 | 2026-05-21T09:58:06.049Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3131 | 2026-05-21T09:58:06.173Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3132 | 2026-05-21T09:58:06.247Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3133 | 2026-05-21T09:58:06.278Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3134 | 2026-05-21T09:58:06.369Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3135 | 2026-05-21T09:58:06.438Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3136 | 2026-05-21T09:58:06.462Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3137 | 2026-05-21T09:58:06.544Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3138 | 2026-05-21T09:58:07.030Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3139 | 2026-05-21T09:58:07.108Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3140 | 2026-05-21T09:58:07.312Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3141 | 2026-05-21T09:58:07.312Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3142 | 2026-05-21T09:58:07.360Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3143 | 2026-05-21T09:58:07.736Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3144 | 2026-05-21T09:58:07.797Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3145 | 2026-05-21T09:58:08.610Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3146 | 2026-05-21T09:58:08.847Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3147 | 2026-05-21T09:58:08.874Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3148 | 2026-05-21T09:58:09.110Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3149 | 2026-05-21T09:58:09.349Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3150 | 2026-05-21T09:58:09.596Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3151 | 2026-05-21T09:58:09.655Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3152 | 2026-05-21T09:58:09.723Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3153 | 2026-05-21T09:58:10.120Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3154 | 2026-05-21T09:58:10.742Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3155 | 2026-05-21T09:58:11.145Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3156 | 2026-05-21T09:58:11.568Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3157 | 2026-05-21T09:58:11.594Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3158 | 2026-05-21T09:58:11.782Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3159 | 2026-05-21T09:58:11.981Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3160 | 2026-05-21T09:58:12.048Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3161 | 2026-05-21T09:58:12.148Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3162 | 2026-05-21T09:58:12.236Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3163 | 2026-05-21T09:58:12.326Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3164 | 2026-05-21T09:58:12.350Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3165 | 2026-05-21T09:58:12.681Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3166 | 2026-05-21T09:58:12.706Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3167 | 2026-05-21T09:58:12.764Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3168 | 2026-05-21T09:58:12.971Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3169 | 2026-05-21T09:58:13.200Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3170 | 2026-05-21T09:58:13.349Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3171 | 2026-05-21T09:58:13.505Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3172 | 2026-05-21T09:58:13.595Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3173 | 2026-05-21T09:58:13.781Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3174 | 2026-05-21T09:58:13.840Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3175 | 2026-05-21T09:58:13.940Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3176 | 2026-05-21T09:58:14.151Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3177 | 2026-05-21T09:58:14.387Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3178 | 2026-05-21T09:58:14.532Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3179 | 2026-05-21T09:58:14.908Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3180 | 2026-05-21T09:58:14.944Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3181 | 2026-05-21T09:58:15.181Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3182 | 2026-05-21T09:58:15.206Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3183 | 2026-05-21T09:58:15.231Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3184 | 2026-05-21T09:58:15.280Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3185 | 2026-05-21T09:58:15.283Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3186 | 2026-05-21T09:58:15.404Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3187 | 2026-05-21T09:58:15.827Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3188 | 2026-05-21T09:58:15.865Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3189 | 2026-05-21T09:58:15.890Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3190 | 2026-05-21T09:58:16.233Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3191 | 2026-05-21T09:58:16.554Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3192 | 2026-05-21T09:58:17.078Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3193 | 2026-05-21T09:58:17.163Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3194 | 2026-05-21T09:58:17.227Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3195 | 2026-05-21T09:58:17.454Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3196 | 2026-05-21T09:58:17.760Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3197 | 2026-05-21T09:58:18.124Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3198 | 2026-05-21T09:58:18.195Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3199 | 2026-05-21T09:58:18.499Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3200 | 2026-05-21T09:58:18.684Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3201 | 2026-05-21T09:58:18.806Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3202 | 2026-05-21T09:58:18.835Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3203 | 2026-05-21T09:58:18.854Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3204 | 2026-05-21T09:58:19.114Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3205 | 2026-05-21T09:58:19.139Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3206 | 2026-05-21T09:58:19.337Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3207 | 2026-05-21T09:58:19.394Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3208 | 2026-05-21T09:58:19.418Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3209 | 2026-05-21T09:58:19.502Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3210 | 2026-05-21T09:58:19.758Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3211 | 2026-05-21T09:58:20.010Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3212 | 2026-05-21T09:58:20.052Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3213 | 2026-05-21T09:58:20.104Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3214 | 2026-05-21T09:58:20.261Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3215 | 2026-05-21T09:58:20.444Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3216 | 2026-05-21T09:58:20.507Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3217 | 2026-05-21T09:58:20.718Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3218 | 2026-05-21T09:58:20.777Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3219 | 2026-05-21T09:58:20.804Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3220 | 2026-05-21T09:58:20.878Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3221 | 2026-05-21T09:58:20.955Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3222 | 2026-05-21T09:58:21.198Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3223 | 2026-05-21T09:58:21.269Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3224 | 2026-05-21T09:58:21.360Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3225 | 2026-05-21T09:58:21.411Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3226 | 2026-05-21T09:58:21.482Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3227 | 2026-05-21T09:58:21.676Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3228 | 2026-05-21T09:58:21.701Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3229 | 2026-05-21T09:58:21.747Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-05-21T09:58:21.773Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3231 | 2026-05-21T09:58:21.988Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3232 | 2026-05-21T09:58:22.018Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3233 | 2026-05-21T09:58:22.079Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3234 | 2026-05-21T09:58:22.308Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3235 | 2026-05-21T09:58:22.556Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3236 | 2026-05-21T09:58:22.954Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3237 | 2026-05-21T09:58:22.954Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3238 | 2026-05-21T09:58:23.170Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3239 | 2026-05-21T09:58:23.380Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3240 | 2026-05-21T09:58:23.532Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3241 | 2026-05-21T09:58:23.618Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3242 | 2026-05-21T09:58:23.649Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3243 | 2026-05-21T09:58:24.011Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3244 | 2026-05-21T09:58:24.480Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3245 | 2026-05-21T09:58:24.575Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3246 | 2026-05-21T09:58:24.607Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3247 | 2026-05-21T09:58:24.766Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3248 | 2026-05-21T09:58:24.905Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3249 | 2026-05-21T09:58:25.099Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3250 | 2026-05-21T09:58:25.179Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3251 | 2026-05-21T09:58:25.307Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3252 | 2026-05-21T09:58:25.329Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3253 | 2026-05-21T09:58:25.354Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3254 | 2026-05-21T09:58:25.387Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3255 | 2026-05-21T09:58:25.445Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3256 | 2026-05-21T09:58:25.560Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3257 | 2026-05-21T09:58:25.750Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3258 | 2026-05-21T09:58:25.754Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3259 | 2026-05-21T09:58:25.797Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3260 | 2026-05-21T09:58:26.287Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3261 | 2026-05-21T09:58:26.338Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3262 | 2026-05-21T09:58:26.553Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3263 | 2026-05-21T09:58:27.115Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3264 | 2026-05-21T09:58:27.163Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3265 | 2026-05-21T09:58:27.359Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3266 | 2026-05-21T09:58:27.432Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3267 | 2026-05-21T09:58:27.704Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3268 | 2026-05-21T09:58:27.980Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3269 | 2026-05-21T09:58:28.131Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3270 | 2026-05-21T09:58:29.544Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3271 | 2026-05-21T09:58:30.021Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3272 | 2026-05-21T09:58:30.797Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3273 | 2026-05-21T09:58:32.445Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3274 | 2026-05-21T09:58:32.970Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3275 | 2026-05-21T09:58:33.450Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3276 | 2026-05-21T09:58:33.658Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3277 | 2026-05-21T09:58:33.709Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3278 | 2026-05-21T09:58:34.250Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3279 | 2026-05-21T09:58:34.280Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3280 | 2026-05-21T09:58:35.011Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3281 | 2026-05-21T09:58:35.255Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3282 | 2026-05-21T09:58:35.354Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3283 | 2026-05-21T09:58:35.505Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3284 | 2026-05-21T09:58:35.563Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3285 | 2026-05-21T09:58:35.838Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3286 | 2026-05-21T09:58:38.183Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3287 | 2026-05-21T09:58:38.327Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3288 | 2026-05-21T09:58:38.451Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3289 | 2026-05-21T09:58:38.615Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3290 | 2026-05-21T09:58:38.695Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3291 | 2026-05-21T09:58:39.041Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3292 | 2026-05-21T09:58:39.094Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3293 | 2026-05-21T09:58:39.487Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3294 | 2026-05-21T09:58:39.846Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3295 | 2026-05-21T09:58:40.110Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3296 | 2026-05-21T09:58:40.724Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3297 | 2026-05-21T09:58:41.369Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3298 | 2026-05-21T09:58:41.495Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3299 | 2026-05-21T09:58:42.207Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3300 | 2026-05-21T09:58:42.633Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3301 | 2026-05-21T09:58:42.878Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3302 | 2026-05-21T09:58:44.383Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3303 | 2026-05-21T09:58:44.457Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3304 | 2026-05-21T09:58:44.734Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3305 | 2026-05-21T09:58:45.188Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3306 | 2026-05-21T09:58:45.392Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3307 | 2026-05-21T09:58:45.824Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3308 | 2026-05-21T09:58:47.124Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3309 | 2026-05-21T09:58:47.547Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3310 | 2026-05-21T09:58:47.904Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3311 | 2026-05-21T09:58:48.167Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3312 | 2026-05-21T09:58:48.459Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3313 | 2026-05-21T09:58:48.693Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3314 | 2026-05-21T09:58:48.864Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3315 | 2026-05-21T09:58:49.959Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3316 | 2026-05-21T09:58:50.064Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3317 | 2026-05-21T09:58:50.529Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3318 | 2026-05-21T09:58:51.095Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3319 | 2026-05-21T09:58:51.861Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3320 | 2026-05-21T09:58:52.268Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3321 | 2026-05-21T09:58:52.715Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3322 | 2026-05-21T09:58:53.757Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3323 | 2026-05-21T09:58:54.165Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3324 | 2026-05-21T09:58:54.716Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3325 | 2026-05-21T09:58:55.423Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3326 | 2026-05-21T09:58:56.288Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3327 | 2026-05-21T09:58:56.659Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3328 | 2026-05-21T09:58:56.762Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3329 | 2026-05-21T09:58:57.407Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3330 | 2026-05-21T09:58:58.485Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3331 | 2026-05-21T09:58:58.635Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3332 | 2026-05-21T09:58:59.333Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3333 | 2026-05-21T09:58:59.887Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3334 | 2026-05-21T09:58:59.926Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3335 | 2026-05-21T09:59:00.228Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3336 | 2026-05-21T09:59:00.722Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3337 | 2026-05-21T09:59:01.144Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3338 | 2026-05-21T09:59:01.530Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3339 | 2026-05-21T09:59:02.116Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3340 | 2026-05-21T09:59:02.222Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3341 | 2026-05-21T09:59:02.997Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3342 | 2026-05-21T09:59:03.040Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3343 | 2026-05-21T09:59:03.043Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3344 | 2026-05-21T09:59:03.121Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3345 | 2026-05-21T09:59:03.193Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3346 | 2026-05-21T09:59:03.231Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3347 | 2026-05-21T09:59:03.836Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3348 | 2026-05-21T09:59:03.861Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3349 | 2026-05-21T09:59:04.040Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3350 | 2026-05-21T09:59:05.793Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3351 | 2026-05-21T09:59:05.844Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3352 | 2026-05-21T09:59:06.104Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3353 | 2026-05-21T09:59:09.256Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3354 | 2026-05-21T09:59:12.447Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3355 | 2026-05-21T09:59:13.350Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3356 | 2026-05-21T09:59:14.498Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3357 | 2026-05-21T09:59:15.314Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3358 | 2026-05-21T09:59:16.555Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3359 | 2026-05-21T09:59:18.389Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3360 | 2026-05-21T09:59:19.462Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3361 | 2026-05-21T09:59:20.930Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3362 | 2026-05-21T09:59:21.217Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3363 | 2026-05-21T09:59:22.205Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3364 | 2026-05-21T09:59:23.238Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3365 | 2026-05-21T09:59:27.255Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3366 | 2026-05-21T09:59:32.068Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3367 | 2026-05-21T09:59:33.230Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3368 | 2026-05-21T09:59:33.887Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3369 | 2026-05-21T09:59:34.450Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3370 | 2026-05-21T09:59:35.872Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3371 | 2026-05-21T09:59:37.204Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3372 | 2026-05-21T09:59:38.503Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3373 | 2026-05-21T09:59:39.773Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3374 | 2026-05-21T09:59:41.503Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3375 | 2026-05-21T09:59:42.531Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3376 | 2026-05-21T09:59:43.890Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3377 | 2026-05-21T09:59:45.278Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3378 | 2026-05-21T09:59:46.443Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3379 | 2026-05-21T09:59:47.905Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3380 | 2026-05-21T09:59:49.159Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3381 | 2026-05-21T09:59:50.600Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3382 | 2026-05-21T09:59:52.105Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3383 | 2026-05-21T09:59:54.455Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3384 | 2026-05-21T09:59:55.398Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3385 | 2026-05-21T09:59:56.999Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3386 | 2026-05-21T09:59:58.743Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3387 | 2026-05-21T10:00:00.755Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3388 | 2026-05-21T10:00:02.262Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3389 | 2026-05-21T10:00:04.018Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3390 | 2026-05-21T10:00:05.818Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3391 | 2026-05-21T10:00:07.519Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3392 | 2026-05-21T10:00:11.487Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3393 | 2026-05-21T10:00:12.880Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3394 | 2026-05-21T10:00:13.621Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3395 | 2026-05-21T10:00:14.369Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3396 | 2026-05-21T10:00:18.520Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3397 | 2026-05-21T10:00:18.769Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3398 | 2026-05-21T10:00:20.821Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3399 | 2026-05-21T10:00:23.286Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3400 | 2026-05-21T10:00:25.304Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3401 | 2026-05-21T10:00:27.685Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3402 | 2026-05-21T10:00:29.510Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3403 | 2026-05-21T10:00:31.614Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3404 | 2026-05-21T10:00:33.665Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3405 | 2026-05-21T10:00:35.721Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3406 | 2026-05-21T10:00:37.802Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3407 | 2026-05-21T10:00:39.623Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3408 | 2026-05-21T10:00:41.685Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3409 | 2026-05-21T10:00:44.124Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3410 | 2026-05-21T10:00:45.923Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3411 | 2026-05-21T10:00:48.136Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3412 | 2026-05-21T10:00:50.207Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3413 | 2026-05-21T10:00:52.313Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3414 | 2026-05-21T10:00:54.515Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3415 | 2026-05-21T10:00:56.634Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3416 | 2026-05-21T10:00:58.763Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3417 | 2026-05-21T10:01:00.958Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3418 | 2026-05-21T10:01:01.618Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3419 | 2026-05-21T10:01:05.607Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3420 | 2026-05-21T10:01:07.852Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3421 | 2026-05-21T10:01:10.228Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3422 | 2026-05-21T10:01:12.623Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3423 | 2026-05-21T10:01:15.353Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3424 | 2026-05-21T10:01:17.400Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3425 | 2026-05-21T10:01:19.861Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3426 | 2026-05-21T10:01:22.814Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3427 | 2026-05-21T10:01:24.751Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3428 | 2026-05-21T10:01:27.452Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3429 | 2026-05-21T10:01:29.461Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3430 | 2026-05-21T10:01:31.936Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3431 | 2026-05-21T10:01:34.340Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3432 | 2026-05-21T10:01:36.871Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3433 | 2026-05-21T10:01:39.463Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3434 | 2026-05-21T10:01:41.886Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3435 | 2026-05-21T10:01:44.384Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3436 | 2026-05-21T10:01:46.986Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3437 | 2026-05-21T10:01:49.398Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3438 | 2026-05-21T10:01:51.812Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3439 | 2026-05-21T10:01:54.467Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3440 | 2026-05-21T10:01:56.978Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3441 | 2026-05-21T10:01:59.461Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3442 | 2026-05-21T10:02:02.373Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3443 | 2026-05-21T10:02:04.667Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3444 | 2026-05-21T10:02:12.068Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3445 | 2026-05-21T10:02:12.356Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3446 | 2026-05-21T10:02:15.660Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3447 | 2026-05-21T10:02:19.038Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3448 | 2026-05-21T10:02:23.580Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3449 | 2026-05-21T10:02:26.385Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3450 | 2026-05-21T10:02:29.981Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3451 | 2026-05-21T10:02:33.731Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3452 | 2026-05-21T10:02:37.277Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3453 | 2026-05-21T10:02:40.963Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3454 | 2026-05-21T10:02:44.580Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3455 | 2026-05-21T10:02:48.187Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3456 | 2026-05-21T10:02:51.801Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3457 | 2026-05-21T10:02:55.409Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3458 | 2026-05-21T10:02:59.245Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3459 | 2026-05-21T10:03:02.801Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3460 | 2026-05-21T10:03:06.401Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3461 | 2026-05-21T10:03:10.057Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3462 | 2026-05-21T10:03:13.741Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3463 | 2026-05-21T10:03:17.490Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3464 | 2026-05-21T10:03:21.042Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3465 | 2026-05-21T10:03:24.915Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3466 | 2026-05-21T10:03:28.422Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3467 | 2026-05-21T10:03:32.168Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3468 | 2026-05-21T10:03:35.882Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3469 | 2026-05-21T10:03:39.595Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3470 | 2026-05-21T10:04:08.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 08s |
| 3471 | 2026-05-21T10:04:09.129Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3472 | 2026-05-21T10:04:09.240Z | |
| 3473 | 2026-05-21T10:04:09.240Z | real 6:08.398025934 |
| 3474 | 2026-05-21T10:04:09.241Z | user 18:39.811083847 |
| 3475 | 2026-05-21T10:04:09.241Z | sys 3:59.608697240 |
| 3476 | 2026-05-21T10:04:09.241Z | trap 0.285246167 |
| 3477 | 2026-05-21T10:04:09.241Z | tflt 0.085782073 |
| 3478 | 2026-05-21T10:04:09.241Z | dflt 0.034233020 |
| 3479 | 2026-05-21T10:04:09.241Z | kflt 0.000035347 |
| 3480 | 2026-05-21T10:04:09.250Z | lock 5:15:47.153434475 |
| 3481 | 2026-05-21T10:04:09.250Z | slp 1:59:48.143516456 |
| 3482 | 2026-05-21T10:04:09.250Z | lat 41.163693944 |
| 3483 | 2026-05-21T10:04:09.250Z | stop 1:51.528296732 |
| 3484 | 2026-05-21T10:04:09.250Z | process exited: duration 763811 ms, exit code 0 |
| |
| 3485 | 2026-05-21T10:04:09.266Z | found 0 output files |