|
|
|
| 1 | 2026-05-20T15:24:19.377Z | job assigned to worker 01KS2ZRBY9FPV8J86PXRE8EPWN [factory aws, i-027eb2a55dd273808] (queued for 47 s) |
| |
| 2 | 2026-05-20T15:24:26.582Z | starting task 0: "setup" |
| 3 | 2026-05-20T15:24:26.588Z | ++ uname -s |
| 4 | 2026-05-20T15:24:26.591Z | + kern=SunOS |
| 5 | 2026-05-20T15:24:26.591Z | + build_user=build |
| 6 | 2026-05-20T15:24:26.591Z | + build_uid=12345 |
| 7 | 2026-05-20T15:24:26.591Z | + work_dir=/work |
| 8 | 2026-05-20T15:24:26.591Z | + input_dir=/input |
| 9 | 2026-05-20T15:24:26.591Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T15:24:26.591Z | + case "$kern" in |
| 11 | 2026-05-20T15:24:26.592Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T15:24:26.592Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T15:24:28.596Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T15:24:28.676Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T15:24:28.679Z | + home_fs=zfs |
| 16 | 2026-05-20T15:24:28.679Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T15:24:28.679Z | + mkdir -p /home/build |
| 18 | 2026-05-20T15:24:28.679Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T15:24:30.680Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T15:24:30.683Z | process exited: duration 4099 ms, exit code 0 |
| |
| 21 | 2026-05-20T15:24:30.688Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T15:24:30.692Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-20T15:24:30.692Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-20T15:24:30.692Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-20T15:24:30.695Z | * rust toolchain profile = "default" |
| 26 | 2026-05-20T15:24:30.695Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T15:24:30.695Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T15:24:30.695Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T15:24:30.695Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-20T15:24:30.850Z | info: downloading installer |
| 31 | 2026-05-20T15:24:32.478Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T15:24:32.478Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T15:24:32.478Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T15:24:32.478Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T15:24:32.491Z | info: profile set to default |
| 36 | 2026-05-20T15:24:32.491Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T15:24:32.493Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T15:24:32.622Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-20T15:24:32.625Z | info: downloading 6 components |
| 40 | 2026-05-20T15:24:46.864Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T15:24:46.864Z | |
| 42 | 2026-05-20T15:24:46.894Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-20T15:24:46.894Z | |
| 44 | 2026-05-20T15:24:46.894Z | |
| 45 | 2026-05-20T15:24:46.894Z | Rust is installed now. Great! |
| 46 | 2026-05-20T15:24:46.894Z | |
| 47 | 2026-05-20T15:24:46.894Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T15:24:46.894Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T15:24:46.894Z | |
| 50 | 2026-05-20T15:24:46.894Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T15:24:46.894Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T15:24:46.897Z | |
| 53 | 2026-05-20T15:24:46.897Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T15:24:46.897Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T15:24:46.897Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T15:24:46.897Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T15:24:46.897Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T15:24:46.897Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T15:24:46.897Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T15:24:46.897Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T15:24:46.897Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T15:24:46.982Z | + rustup --version |
| 63 | 2026-05-20T15:24:46.991Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T15:24:46.994Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T15:24:47.013Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-20T15:24:47.016Z | + cargo --version |
| 67 | 2026-05-20T15:24:47.030Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-20T15:24:47.033Z | + rustc --version |
| 69 | 2026-05-20T15:24:47.052Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-20T15:24:47.055Z | process exited: duration 16364 ms, exit code 0 |
| |
| 71 | 2026-05-20T15:24:47.060Z | starting task 2: "authentication" |
| 72 | 2026-05-20T15:24:47.076Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-20T15:24:47.081Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T15:24:47.085Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-20T15:24:47.087Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-20T15:24:47.127Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-20T15:24:58.438Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-20T15:24:58.438Z | + git fetch origin 002f7b62d0543a658e42e9e2351f9a07a70ea552 |
| 79 | 2026-05-20T15:24:58.760Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-20T15:24:58.760Z | * branch 002f7b62d0543a658e42e9e2351f9a07a70ea552 -> FETCH_HEAD |
| 81 | 2026-05-20T15:24:58.769Z | + [[ -n zl/ddm-internal-dns ]] |
| 82 | 2026-05-20T15:24:58.772Z | ++ git branch --show-current |
| 83 | 2026-05-20T15:24:58.772Z | + current=main |
| 84 | 2026-05-20T15:24:58.772Z | + [[ main != zl/ddm-internal-dns ]] |
| 85 | 2026-05-20T15:24:58.772Z | + git branch -f zl/ddm-internal-dns 002f7b62d0543a658e42e9e2351f9a07a70ea552 |
| 86 | 2026-05-20T15:24:58.775Z | + git checkout -f zl/ddm-internal-dns |
| 87 | 2026-05-20T15:24:59.008Z | Switched to branch 'zl/ddm-internal-dns' |
| 88 | 2026-05-20T15:24:59.011Z | + git reset --hard 002f7b62d0543a658e42e9e2351f9a07a70ea552 |
| 89 | 2026-05-20T15:24:59.245Z | HEAD is now at 002f7b62d merge main + bump maghemite to 9bb5037 + oxlog patch |
| 90 | 2026-05-20T15:24:59.248Z | process exited: duration 12165 ms, exit code 0 |
| |
| 91 | 2026-05-20T15:24:59.255Z | starting task 4: "build" |
| 92 | 2026-05-20T15:24:59.259Z | + source ./env.sh |
| 93 | 2026-05-20T15:24:59.261Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-20T15:24:59.261Z | ++ set -o xtrace |
| 95 | 2026-05-20T15:24:59.261Z | ++++ dirname ./env.sh |
| 96 | 2026-05-20T15:24:59.275Z | +++ readlink -f . |
| 97 | 2026-05-20T15:24:59.278Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ 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-20T15:24:59.279Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-05-20T15:24:59.279Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-05-20T15:24:59.279Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-05-20T15:24:59.279Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-05-20T15:24:59.279Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-05-20T15:24:59.279Z | + cargo --version |
| 114 | 2026-05-20T15:24:59.288Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-20T15:24:59.291Z | + rustc --version |
| 116 | 2026-05-20T15:24:59.325Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-20T15:24:59.325Z | + banner prerequisites |
| 118 | 2026-05-20T15:24:59.325Z | |
| 119 | 2026-05-20T15:24:59.325Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-20T15:24:59.325Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-20T15:24:59.325Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-20T15:24:59.325Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-20T15:24:59.325Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-20T15:24:59.325Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-20T15:24:59.325Z | |
| 126 | 2026-05-20T15:24:59.325Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-20T15:25:01.097Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-20T15:25:01.156Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-20T15:25:01.365Z | Planning: Solver setup ... Done (0.176s) |
| 130 | 2026-05-20T15:25:01.381Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-20T15:25:01.386Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-20T15:25:01.396Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-20T15:25:01.416Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-20T15:25:01.426Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-20T15:25:01.429Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-20T15:25:01.615Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 137 | 2026-05-20T15:25:01.618Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-20T15:25:02.468Z | Planning: Evaluating mediators ... Done (0.851s) |
| 139 | 2026-05-20T15:25:02.471Z | Planning: Planning completed in 1.29 seconds |
| 140 | 2026-05-20T15:25:02.477Z | Packages to install: 2 |
| 141 | 2026-05-20T15:25:02.480Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-20T15:25:02.480Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-20T15:25:02.480Z | Create boot environment: No |
| 144 | 2026-05-20T15:25:02.480Z | Create backup boot environment: No |
| 145 | 2026-05-20T15:25:02.480Z | Rebuild boot archive: No |
| 146 | 2026-05-20T15:25:02.480Z | |
| 147 | 2026-05-20T15:25:02.480Z | Changed packages: |
| 148 | 2026-05-20T15:25:02.480Z | helios |
| 149 | 2026-05-20T15:25:02.480Z | developer/build-essential |
| 150 | 2026-05-20T15:25:02.480Z | None -> 11-3.0 |
| 151 | 2026-05-20T15:25:02.480Z | library/libxmlsec1 |
| 152 | 2026-05-20T15:25:02.480Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-20T15:25:02.503Z | |
| 154 | 2026-05-20T15:25:02.503Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-20T15:25:03.087Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 156 | 2026-05-20T15:25:03.154Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-20T15:25:03.192Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-20T15:25:03.198Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-20T15:25:03.198Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-20T15:25:03.215Z | Finalize: Updating image state ... Done (0.017s) |
| 161 | 2026-05-20T15:25:05.734Z | Finalize: Creating fast lookup database ... Done (2.498s) |
| 162 | 2026-05-20T15:25:05.810Z | Finalize: Reading search index ... Done (0.014s) |
| 163 | 2026-05-20T15:25:05.813Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-20T15:25:05.900Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-20T15:25:06.199Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-20T15:25:06.304Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-20T15:25:06.307Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-20T15:25:06.464Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-20T15:25:06.467Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-20T15:25:06.486Z | Mediators to change: 2 |
| 171 | 2026-05-20T15:25:06.487Z | Create boot environment: No |
| 172 | 2026-05-20T15:25:06.489Z | Create backup boot environment: No |
| 173 | 2026-05-20T15:25:06.536Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-20T15:25:06.536Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-20T15:25:06.545Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-20T15:25:08.514Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-20T15:25:08.577Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-20T15:25:08.580Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-20T15:25:08.644Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-20T15:25:08.929Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-20T15:25:09.035Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-20T15:25:09.038Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-20T15:25:09.194Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-20T15:25:09.197Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-20T15:25:09.221Z | Mediators to change: 1 |
| 186 | 2026-05-20T15:25:09.221Z | Create boot environment: No |
| 187 | 2026-05-20T15:25:09.221Z | Create backup boot environment: No |
| 188 | 2026-05-20T15:25:09.263Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-20T15:25:09.266Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-20T15:25:09.272Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-20T15:25:11.225Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-20T15:25:11.287Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-20T15:25:11.290Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-20T15:25:11.361Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-20T15:25:11.673Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-20T15:25:11.673Z | apache system 2.4 system |
| 197 | 2026-05-20T15:25:11.673Z | clang system 15 system |
| 198 | 2026-05-20T15:25:11.673Z | csh system system illumos |
| 199 | 2026-05-20T15:25:11.673Z | ctags system system illumos |
| 200 | 2026-05-20T15:25:11.673Z | file vendor vendor darwinsys |
| 201 | 2026-05-20T15:25:11.673Z | file system system illumos |
| 202 | 2026-05-20T15:25:11.673Z | gcc vendor 14 vendor |
| 203 | 2026-05-20T15:25:11.673Z | gcc system 13 system |
| 204 | 2026-05-20T15:25:11.673Z | gcc system 10 system |
| 205 | 2026-05-20T15:25:11.673Z | go system 1.25 system |
| 206 | 2026-05-20T15:25:11.673Z | llvm system 15 system |
| 207 | 2026-05-20T15:25:11.673Z | mariadb system 11.4 system |
| 208 | 2026-05-20T15:25:11.673Z | mta vendor vendor dma |
| 209 | 2026-05-20T15:25:11.673Z | openjdk system 17 system |
| 210 | 2026-05-20T15:25:11.673Z | openjdk system 11 system |
| 211 | 2026-05-20T15:25:11.673Z | openssl vendor 3 vendor |
| 212 | 2026-05-20T15:25:11.673Z | perl system 5.40 system |
| 213 | 2026-05-20T15:25:11.673Z | postgresql system 18 system |
| 214 | 2026-05-20T15:25:11.673Z | postgresql system 17 system |
| 215 | 2026-05-20T15:25:11.673Z | python vendor 3 vendor |
| 216 | 2026-05-20T15:25:11.673Z | python system 2 system |
| 217 | 2026-05-20T15:25:11.673Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-20T15:25:11.673Z | ruby system 3.4 system |
| 219 | 2026-05-20T15:25:11.673Z | ruby system 3.0 system |
| 220 | 2026-05-20T15:25:11.673Z | words vendor vendor american-english |
| 221 | 2026-05-20T15:25:11.673Z | words system system australian-english |
| 222 | 2026-05-20T15:25:11.673Z | words system system british-english |
| 223 | 2026-05-20T15:25:11.673Z | words system system canadian-english |
| 224 | 2026-05-20T15:25:11.673Z | words system system french |
| 225 | 2026-05-20T15:25:11.673Z | words system system italian |
| 226 | 2026-05-20T15:25:11.673Z | words system system ngerman |
| 227 | 2026-05-20T15:25:11.673Z | words system system ogerman |
| 228 | 2026-05-20T15:25:11.673Z | words system system spanish |
| 229 | 2026-05-20T15:25:11.926Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-20T15:25:11.926Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-20T15:25:12.193Z | FMRI IFO |
| 232 | 2026-05-20T15:25:12.193Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-20T15:25:12.193Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-20T15:25:12.193Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-20T15:25:12.193Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-20T15:25:12.193Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-20T15:25:12.193Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-20T15:25:12.193Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-20T15:25:12.193Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-20T15:25:12.193Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-20T15:25:12.437Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-20T15:25:12.722Z | Updating crates.io index |
| 243 | 2026-05-20T15:25:12.725Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-20T15:25:13.008Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-20T15:25:13.897Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-20T15:25:14.306Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-20T15:25:15.338Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-20T15:25:16.124Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-20T15:25:17.811Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-20T15:25:18.540Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-20T15:25:19.018Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-20T15:25:20.265Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-20T15:25:20.844Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-20T15:25:21.383Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-20T15:25:21.618Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-20T15:25:22.616Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-20T15:25:23.199Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-20T15:25:23.454Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-20T15:25:23.809Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-20T15:25:24.258Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-20T15:25:24.550Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-20T15:25:24.975Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-20T15:25:25.214Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-20T15:25:25.474Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-20T15:25:25.891Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-20T15:25:26.442Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-20T15:25:26.843Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-20T15:25:27.158Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-20T15:25:27.449Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-20T15:25:27.743Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-20T15:25:29.042Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-20T15:25:29.542Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-20T15:25:30.058Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-05-20T15:25:30.509Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-05-20T15:25:30.772Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-05-20T15:25:31.111Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-05-20T15:25:31.462Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-05-20T15:25:31.966Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-20T15:25:32.216Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-20T15:25:32.466Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-20T15:25:32.707Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-20T15:25:44.737Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-05-20T15:25:45.217Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 284 | 2026-05-20T15:25:47.056Z | Downloading crates ... |
| 285 | 2026-05-20T15:25:47.111Z | Downloaded cargo_toml v0.21.0 |
| 286 | 2026-05-20T15:25:47.117Z | Downloaded equivalent v1.0.2 |
| 287 | 2026-05-20T15:25:47.124Z | Downloaded scroll_derive v0.12.1 |
| 288 | 2026-05-20T15:25:47.127Z | Downloaded cpufeatures v0.2.17 |
| 289 | 2026-05-20T15:25:47.130Z | Downloaded serde_core v1.0.228 |
| 290 | 2026-05-20T15:25:47.133Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-05-20T15:25:47.133Z | Downloaded errno v0.3.14 |
| 292 | 2026-05-20T15:25:47.136Z | Downloaded cargo-platform v0.2.0 |
| 293 | 2026-05-20T15:25:47.136Z | Downloaded stable_deref_trait v1.2.1 |
| 294 | 2026-05-20T15:25:47.141Z | Downloaded serde-value v0.7.0 |
| 295 | 2026-05-20T15:25:47.144Z | Downloaded cfg-if v1.0.4 |
| 296 | 2026-05-20T15:25:47.147Z | Downloaded utf8parse v0.2.2 |
| 297 | 2026-05-20T15:25:47.147Z | Downloaded thread-id v4.2.2 |
| 298 | 2026-05-20T15:25:47.147Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-05-20T15:25:47.152Z | Downloaded typeid v1.0.3 |
| 300 | 2026-05-20T15:25:47.156Z | Downloaded zerovec-derive v0.11.2 |
| 301 | 2026-05-20T15:25:47.156Z | Downloaded url v2.5.8 |
| 302 | 2026-05-20T15:25:47.156Z | Downloaded yoke-derive v0.8.1 |
| 303 | 2026-05-20T15:25:47.156Z | Downloaded getrandom v0.4.1 |
| 304 | 2026-05-20T15:25:47.159Z | Downloaded usdt-macro v0.5.0 |
| 305 | 2026-05-20T15:25:47.159Z | Downloaded tabled_derive v0.7.0 |
| 306 | 2026-05-20T15:25:47.159Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-05-20T15:25:47.159Z | Downloaded unicode-linebreak v0.1.5 |
| 308 | 2026-05-20T15:25:47.159Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-05-20T15:25:47.163Z | Downloaded toml_datetime v0.6.11 |
| 310 | 2026-05-20T15:25:47.163Z | Downloaded version_check v0.9.5 |
| 311 | 2026-05-20T15:25:47.163Z | Downloaded zerofrom v0.1.6 |
| 312 | 2026-05-20T15:25:47.163Z | Downloaded serde-untagged v0.1.9 |
| 313 | 2026-05-20T15:25:47.166Z | Downloaded cargo_metadata v0.21.0 |
| 314 | 2026-05-20T15:25:47.166Z | Downloaded generic-array v0.14.7 |
| 315 | 2026-05-20T15:25:47.166Z | Downloaded writeable v0.6.2 |
| 316 | 2026-05-20T15:25:47.166Z | Downloaded smawk v0.3.2 |
| 317 | 2026-05-20T15:25:47.169Z | Downloaded unicode-xid v0.2.6 |
| 318 | 2026-05-20T15:25:47.169Z | Downloaded utf8_iter v1.0.4 |
| 319 | 2026-05-20T15:25:47.169Z | Downloaded anstyle-query v1.1.5 |
| 320 | 2026-05-20T15:25:47.172Z | Downloaded plain v0.2.3 |
| 321 | 2026-05-20T15:25:47.175Z | Downloaded ordered-float v2.10.1 |
| 322 | 2026-05-20T15:25:47.175Z | Downloaded percent-encoding v2.3.2 |
| 323 | 2026-05-20T15:25:47.180Z | Downloaded usdt v0.5.0 |
| 324 | 2026-05-20T15:25:47.183Z | Downloaded zmij v1.0.21 |
| 325 | 2026-05-20T15:25:47.183Z | Downloaded yoke v0.8.1 |
| 326 | 2026-05-20T15:25:47.183Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-05-20T15:25:47.186Z | Downloaded heck v0.4.1 |
| 328 | 2026-05-20T15:25:47.190Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-05-20T15:25:47.190Z | Downloaded thiserror v2.0.18 |
| 330 | 2026-05-20T15:25:47.195Z | Downloaded tinystr v0.8.2 |
| 331 | 2026-05-20T15:25:47.195Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-05-20T15:25:47.195Z | Downloaded terminal_size v0.4.3 |
| 333 | 2026-05-20T15:25:47.195Z | Downloaded thiserror v1.0.69 |
| 334 | 2026-05-20T15:25:47.199Z | Downloaded potential_utf v0.1.4 |
| 335 | 2026-05-20T15:25:47.199Z | Downloaded textwrap v0.16.2 |
| 336 | 2026-05-20T15:25:47.199Z | Downloaded clap_lex v1.0.0 |
| 337 | 2026-05-20T15:25:47.238Z | Downloaded zerocopy-derive v0.7.35 |
| 338 | 2026-05-20T15:25:47.238Z | Downloaded toml v0.8.23 |
| 339 | 2026-05-20T15:25:47.238Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-05-20T15:25:47.243Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-05-20T15:25:47.243Z | Downloaded is_terminal_polyfill v1.70.2 |
| 342 | 2026-05-20T15:25:47.243Z | Downloaded fnv v1.0.7 |
| 343 | 2026-05-20T15:25:47.243Z | Downloaded dof v0.3.0 |
| 344 | 2026-05-20T15:25:47.243Z | Downloaded crypto-common v0.1.7 |
| 345 | 2026-05-20T15:25:47.243Z | Downloaded pretty-hex v0.4.1 |
| 346 | 2026-05-20T15:25:47.243Z | Downloaded form_urlencoded v1.2.2 |
| 347 | 2026-05-20T15:25:47.243Z | Downloaded fastrand v2.3.0 |
| 348 | 2026-05-20T15:25:47.243Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-05-20T15:25:47.243Z | Downloaded heck v0.5.0 |
| 350 | 2026-05-20T15:25:47.243Z | Downloaded dtrace-parser v0.2.0 |
| 351 | 2026-05-20T15:25:47.244Z | Downloaded itoa v1.0.17 |
| 352 | 2026-05-20T15:25:47.244Z | Downloaded swrite v0.1.0 |
| 353 | 2026-05-20T15:25:47.244Z | Downloaded macaddr v1.0.1 |
| 354 | 2026-05-20T15:25:47.244Z | Downloaded zerotrie v0.2.3 |
| 355 | 2026-05-20T15:25:47.244Z | Downloaded idna_adapter v1.2.1 |
| 356 | 2026-05-20T15:25:47.244Z | Downloaded typenum v1.19.0 |
| 357 | 2026-05-20T15:25:47.244Z | Downloaded strsim v0.11.1 |
| 358 | 2026-05-20T15:25:47.244Z | Downloaded block-buffer v0.10.4 |
| 359 | 2026-05-20T15:25:47.244Z | Downloaded serde_tokenstream v0.2.3 |
| 360 | 2026-05-20T15:25:47.244Z | Downloaded zerovec v0.11.5 |
| 361 | 2026-05-20T15:25:47.244Z | Downloaded erased-serde v0.4.9 |
| 362 | 2026-05-20T15:25:47.244Z | Downloaded quote v1.0.45 |
| 363 | 2026-05-20T15:25:47.244Z | Downloaded synstructure v0.13.2 |
| 364 | 2026-05-20T15:25:47.244Z | Downloaded scroll v0.12.0 |
| 365 | 2026-05-20T15:25:47.244Z | Downloaded fs-err v3.3.0 |
| 366 | 2026-05-20T15:25:47.244Z | Downloaded zerocopy v0.7.35 |
| 367 | 2026-05-20T15:25:47.249Z | Downloaded icu_normalizer_data v2.1.1 |
| 368 | 2026-05-20T15:25:47.254Z | Downloaded winnow v0.7.14 |
| 369 | 2026-05-20T15:25:47.256Z | Downloaded memmap v0.7.0 |
| 370 | 2026-05-20T15:25:47.257Z | Downloaded digest v0.10.7 |
| 371 | 2026-05-20T15:25:47.257Z | Downloaded bytecount v0.6.9 |
| 372 | 2026-05-20T15:25:47.257Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-05-20T15:25:47.260Z | Downloaded unicode-width v0.1.14 |
| 374 | 2026-05-20T15:25:47.263Z | Downloaded sha2 v0.10.9 |
| 375 | 2026-05-20T15:25:47.267Z | Downloaded proc-macro-error-attr v1.0.4 |
| 376 | 2026-05-20T15:25:47.267Z | Downloaded proc-macro-error v1.0.4 |
| 377 | 2026-05-20T15:25:47.270Z | Downloaded displaydoc v0.2.5 |
| 378 | 2026-05-20T15:25:47.270Z | Downloaded byteorder v1.5.0 |
| 379 | 2026-05-20T15:25:47.270Z | Downloaded anstyle v1.0.14 |
| 380 | 2026-05-20T15:25:47.270Z | Downloaded autocfg v1.5.0 |
| 381 | 2026-05-20T15:25:47.270Z | Downloaded anstream v1.0.0 |
| 382 | 2026-05-20T15:25:47.276Z | Downloaded smallvec v1.15.1 |
| 383 | 2026-05-20T15:25:47.282Z | Downloaded serde v1.0.228 |
| 384 | 2026-05-20T15:25:47.287Z | Downloaded bitflags v2.11.0 |
| 385 | 2026-05-20T15:25:47.289Z | Downloaded anstyle-parse v1.0.0 |
| 386 | 2026-05-20T15:25:47.292Z | Downloaded cargo-util-schemas v0.8.2 |
| 387 | 2026-05-20T15:25:47.292Z | Downloaded serde_spanned v0.6.9 |
| 388 | 2026-05-20T15:25:47.296Z | Downloaded anyhow v1.0.102 |
| 389 | 2026-05-20T15:25:47.296Z | Downloaded litemap v0.8.1 |
| 390 | 2026-05-20T15:25:47.299Z | Downloaded pest_generator v2.8.6 |
| 391 | 2026-05-20T15:25:47.299Z | Downloaded camino-tempfile v1.4.1 |
| 392 | 2026-05-20T15:25:47.302Z | Downloaded once_cell v1.21.3 |
| 393 | 2026-05-20T15:25:47.302Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-05-20T15:25:47.305Z | Downloaded tempfile v3.25.0 |
| 395 | 2026-05-20T15:25:47.311Z | Downloaded semver v1.0.28 |
| 396 | 2026-05-20T15:25:47.311Z | Downloaded clap v4.6.1 |
| 397 | 2026-05-20T15:25:47.313Z | Downloaded icu_provider v2.1.1 |
| 398 | 2026-05-20T15:25:47.317Z | Downloaded serde_derive v1.0.228 |
| 399 | 2026-05-20T15:25:47.317Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-05-20T15:25:47.320Z | Downloaded camino v1.2.2 |
| 401 | 2026-05-20T15:25:47.320Z | Downloaded clap_derive v4.6.1 |
| 402 | 2026-05-20T15:25:47.320Z | Downloaded log v0.4.29 |
| 403 | 2026-05-20T15:25:47.323Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-05-20T15:25:47.327Z | Downloaded pest_derive v2.8.6 |
| 405 | 2026-05-20T15:25:47.330Z | Downloaded num-traits v0.2.19 |
| 406 | 2026-05-20T15:25:47.334Z | Downloaded indexmap v2.14.0 |
| 407 | 2026-05-20T15:25:47.338Z | Downloaded pest_meta v2.8.6 |
| 408 | 2026-05-20T15:25:47.338Z | Downloaded clap_builder v4.6.0 |
| 409 | 2026-05-20T15:25:47.341Z | Downloaded icu_locale_core v2.1.1 |
| 410 | 2026-05-20T15:25:47.348Z | Downloaded memchr v2.8.0 |
| 411 | 2026-05-20T15:25:47.360Z | Downloaded icu_collections v2.1.1 |
| 412 | 2026-05-20T15:25:47.366Z | Downloaded icu_normalizer v2.1.1 |
| 413 | 2026-05-20T15:25:47.374Z | Downloaded pest v2.8.6 |
| 414 | 2026-05-20T15:25:47.391Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-05-20T15:25:47.395Z | Downloaded idna v1.1.0 |
| 416 | 2026-05-20T15:25:47.397Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-05-20T15:25:47.400Z | Downloaded icu_properties_data v2.1.2 |
| 418 | 2026-05-20T15:25:47.412Z | Downloaded goblin v0.8.2 |
| 419 | 2026-05-20T15:25:47.420Z | Downloaded tabled v0.15.0 |
| 420 | 2026-05-20T15:25:47.428Z | Downloaded syn v1.0.109 |
| 421 | 2026-05-20T15:25:47.435Z | Downloaded syn v2.0.117 |
| 422 | 2026-05-20T15:25:47.450Z | Downloaded rustix v1.1.3 |
| 423 | 2026-05-20T15:25:47.475Z | Downloaded libc v0.2.185 |
| 424 | 2026-05-20T15:25:47.543Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-05-20T15:25:47.543Z | Compiling quote v1.0.45 |
| 426 | 2026-05-20T15:25:47.543Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-05-20T15:25:47.546Z | Compiling serde_core v1.0.228 |
| 428 | 2026-05-20T15:25:47.546Z | Compiling libc v0.2.185 |
| 429 | 2026-05-20T15:25:47.546Z | Compiling version_check v0.9.5 |
| 430 | 2026-05-20T15:25:47.546Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-20T15:25:47.546Z | Compiling serde v1.0.228 |
| 432 | 2026-05-20T15:25:47.878Z | Compiling memchr v2.8.0 |
| 433 | 2026-05-20T15:25:47.893Z | Compiling zmij v1.0.21 |
| 434 | 2026-05-20T15:25:48.103Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-20T15:25:48.320Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-20T15:25:48.360Z | Compiling thiserror v1.0.69 |
| 437 | 2026-05-20T15:25:48.491Z | Compiling itoa v1.0.17 |
| 438 | 2026-05-20T15:25:48.555Z | Compiling pest v2.8.6 |
| 439 | 2026-05-20T15:25:48.630Z | Compiling litemap v0.8.1 |
| 440 | 2026-05-20T15:25:48.647Z | Compiling writeable v0.6.2 |
| 441 | 2026-05-20T15:25:48.743Z | Compiling byteorder v1.5.0 |
| 442 | 2026-05-20T15:25:48.827Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-05-20T15:25:48.850Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-05-20T15:25:48.854Z | Compiling rustix v1.1.3 |
| 445 | 2026-05-20T15:25:49.076Z | Compiling errno v0.3.14 |
| 446 | 2026-05-20T15:25:49.175Z | Compiling syn v2.0.117 |
| 447 | 2026-05-20T15:25:49.228Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-20T15:25:49.266Z | Compiling serde_json v1.0.149 |
| 449 | 2026-05-20T15:25:49.463Z | Compiling num-traits v0.2.19 |
| 450 | 2026-05-20T15:25:49.499Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-20T15:25:49.580Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-20T15:25:49.648Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-05-20T15:25:49.790Z | Compiling typeid v1.0.3 |
| 454 | 2026-05-20T15:25:50.005Z | Compiling equivalent v1.0.2 |
| 455 | 2026-05-20T15:25:50.077Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-20T15:25:50.109Z | Compiling thread-id v4.2.2 |
| 457 | 2026-05-20T15:25:50.166Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-05-20T15:25:50.190Z | Compiling proc-macro-error-attr v1.0.4 |
| 459 | 2026-05-20T15:25:50.252Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-20T15:25:50.373Z | Compiling syn v1.0.109 |
| 461 | 2026-05-20T15:25:50.488Z | Compiling winnow v0.7.14 |
| 462 | 2026-05-20T15:25:50.518Z | Compiling toml_write v0.1.2 |
| 463 | 2026-05-20T15:25:50.731Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-05-20T15:25:50.827Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-20T15:25:50.934Z | Compiling plain v0.2.3 |
| 466 | 2026-05-20T15:25:50.979Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-20T15:25:51.046Z | Compiling camino v1.2.2 |
| 468 | 2026-05-20T15:25:51.264Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-05-20T15:25:51.300Z | Compiling log v0.4.29 |
| 470 | 2026-05-20T15:25:51.342Z | Compiling percent-encoding v2.3.2 |
| 471 | 2026-05-20T15:25:51.398Z | Compiling getrandom v0.4.1 |
| 472 | 2026-05-20T15:25:51.466Z | Compiling anstyle-parse v1.0.0 |
| 473 | 2026-05-20T15:25:51.506Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-05-20T15:25:51.580Z | Compiling form_urlencoded v1.2.2 |
| 475 | 2026-05-20T15:25:51.801Z | Compiling synstructure v0.13.2 |
| 476 | 2026-05-20T15:25:51.815Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-05-20T15:25:51.851Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-05-20T15:25:52.032Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-20T15:25:52.109Z | Compiling anstyle v1.0.14 |
| 480 | 2026-05-20T15:25:52.181Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-20T15:25:52.211Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-05-20T15:25:52.234Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-05-20T15:25:52.301Z | Compiling is_terminal_polyfill v1.70.2 |
| 484 | 2026-05-20T15:25:52.346Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-05-20T15:25:52.400Z | Compiling anstream v1.0.0 |
| 486 | 2026-05-20T15:25:52.449Z | Compiling semver v1.0.28 |
| 487 | 2026-05-20T15:25:52.570Z | Compiling fs-err v3.3.0 |
| 488 | 2026-05-20T15:25:52.612Z | Compiling once_cell v1.21.3 |
| 489 | 2026-05-20T15:25:52.721Z | Compiling fnv v1.0.7 |
| 490 | 2026-05-20T15:25:52.763Z | Compiling heck v0.5.0 |
| 491 | 2026-05-20T15:25:52.787Z | Compiling fastrand v2.3.0 |
| 492 | 2026-05-20T15:25:52.815Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-05-20T15:25:52.831Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-20T15:25:52.846Z | Compiling clap_lex v1.0.0 |
| 495 | 2026-05-20T15:25:53.011Z | Compiling strsim v0.11.1 |
| 496 | 2026-05-20T15:25:53.052Z | Compiling unicode-width v0.1.14 |
| 497 | 2026-05-20T15:25:53.080Z | Compiling bytecount v0.6.9 |
| 498 | 2026-05-20T15:25:53.145Z | Compiling heck v0.4.1 |
| 499 | 2026-05-20T15:25:53.216Z | Compiling clap_builder v4.6.0 |
| 500 | 2026-05-20T15:25:53.322Z | Compiling papergrid v0.11.0 |
| 501 | 2026-05-20T15:25:53.365Z | Compiling tempfile v3.25.0 |
| 502 | 2026-05-20T15:25:53.461Z | Compiling memmap v0.7.0 |
| 503 | 2026-05-20T15:25:53.485Z | Compiling unicode-width v0.2.0 |
| 504 | 2026-05-20T15:25:53.527Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-20T15:25:53.639Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-05-20T15:25:53.740Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-05-20T15:25:53.758Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-05-20T15:25:53.868Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-05-20T15:25:54.606Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-05-20T15:25:54.717Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-05-20T15:25:54.858Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-05-20T15:25:54.898Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-05-20T15:25:55.026Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-05-20T15:25:55.195Z | Compiling yoke v0.8.1 |
| 515 | 2026-05-20T15:25:55.348Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-05-20T15:25:55.406Z | Compiling zerovec v0.11.5 |
| 517 | 2026-05-20T15:25:55.591Z | Compiling zerotrie v0.2.3 |
| 518 | 2026-05-20T15:25:55.681Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-05-20T15:25:55.918Z | Compiling tinystr v0.8.2 |
| 520 | 2026-05-20T15:25:55.973Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-05-20T15:25:56.049Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-20T15:25:56.132Z | Compiling icu_locale_core v2.1.1 |
| 523 | 2026-05-20T15:25:56.132Z | Compiling icu_collections v2.1.1 |
| 524 | 2026-05-20T15:25:56.175Z | Compiling scroll v0.12.0 |
| 525 | 2026-05-20T15:25:56.211Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-05-20T15:25:56.477Z | Compiling goblin v0.8.2 |
| 527 | 2026-05-20T15:25:56.606Z | Compiling clap_derive v4.6.1 |
| 528 | 2026-05-20T15:25:56.749Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-05-20T15:25:56.801Z | Compiling unicode-linebreak v0.1.5 |
| 530 | 2026-05-20T15:25:56.983Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-05-20T15:25:57.003Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-05-20T15:25:57.039Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-20T15:25:57.056Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-05-20T15:25:57.056Z | Compiling dof v0.3.0 |
| 535 | 2026-05-20T15:25:57.168Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-05-20T15:25:57.208Z | Compiling serde-value v0.7.0 |
| 537 | 2026-05-20T15:25:57.308Z | Compiling toml_edit v0.22.27 |
| 538 | 2026-05-20T15:25:57.493Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-05-20T15:25:57.527Z | Compiling smawk v0.3.2 |
| 540 | 2026-05-20T15:25:57.580Z | Compiling tabled v0.15.0 |
| 541 | 2026-05-20T15:25:57.672Z | Compiling textwrap v0.16.2 |
| 542 | 2026-05-20T15:25:57.768Z | Compiling macaddr v1.0.1 |
| 543 | 2026-05-20T15:25:58.022Z | Compiling idna_adapter v1.2.1 |
| 544 | 2026-05-20T15:25:58.111Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2026-05-20T15:25:58.116Z | Compiling usdt-macro v0.5.0 |
| 546 | 2026-05-20T15:25:58.147Z | Compiling idna v1.1.0 |
| 547 | 2026-05-20T15:25:58.167Z | Compiling usdt-attr-macro v0.5.0 |
| 548 | 2026-05-20T15:25:58.390Z | Compiling clap v4.6.1 |
| 549 | 2026-05-20T15:25:58.476Z | Compiling url v2.5.8 |
| 550 | 2026-05-20T15:25:58.737Z | Compiling toml v0.8.23 |
| 551 | 2026-05-20T15:25:58.836Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-20T15:25:58.990Z | Compiling swrite v0.1.0 |
| 553 | 2026-05-20T15:25:59.105Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-05-20T15:25:59.304Z | Compiling cargo_toml v0.21.0 |
| 555 | 2026-05-20T15:25:59.576Z | Compiling usdt v0.5.0 |
| 556 | 2026-05-20T15:26:00.017Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-05-20T15:26:00.947Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-05-20T15:26:03.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.77s |
| 559 | 2026-05-20T15:26:03.313Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 560 | 2026-05-20T15:26:03.907Z | Downloading crates ... |
| 561 | 2026-05-20T15:26:04.002Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-05-20T15:26:04.006Z | Downloaded backoff v0.4.0 |
| 563 | 2026-05-20T15:26:04.009Z | Downloaded buf-list v1.1.2 |
| 564 | 2026-05-20T15:26:04.011Z | Downloaded anstream v0.6.21 |
| 565 | 2026-05-20T15:26:04.014Z | Downloaded bzip2 v0.6.1 |
| 566 | 2026-05-20T15:26:04.016Z | Downloaded blowfish v0.9.1 |
| 567 | 2026-05-20T15:26:04.019Z | Downloaded bb8 v0.8.6 |
| 568 | 2026-05-20T15:26:04.022Z | Downloaded crossbeam-epoch v0.9.18 |
| 569 | 2026-05-20T15:26:04.022Z | Downloaded dirs-next v2.0.0 |
| 570 | 2026-05-20T15:26:04.025Z | Downloaded critical-section v1.2.0 |
| 571 | 2026-05-20T15:26:04.028Z | Downloaded crossbeam-utils v0.8.21 |
| 572 | 2026-05-20T15:26:04.028Z | Downloaded ahash v0.8.12 |
| 573 | 2026-05-20T15:26:04.031Z | Downloaded endian-type v0.1.2 |
| 574 | 2026-05-20T15:26:04.031Z | Downloaded darling_macro v0.21.3 |
| 575 | 2026-05-20T15:26:04.031Z | Downloaded bzip2 v0.4.4 |
| 576 | 2026-05-20T15:26:04.033Z | Downloaded blake2 v0.10.6 |
| 577 | 2026-05-20T15:26:04.033Z | Downloaded dunce v1.0.5 |
| 578 | 2026-05-20T15:26:04.036Z | Downloaded byte-wrapper v0.1.0 |
| 579 | 2026-05-20T15:26:04.036Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 580 | 2026-05-20T15:26:04.036Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 581 | 2026-05-20T15:26:04.039Z | Downloaded bit-vec v0.6.3 |
| 582 | 2026-05-20T15:26:04.039Z | Downloaded async-trait v0.1.89 |
| 583 | 2026-05-20T15:26:04.042Z | Downloaded debug-ignore v1.0.5 |
| 584 | 2026-05-20T15:26:04.042Z | Downloaded crc8 v0.1.1 |
| 585 | 2026-05-20T15:26:04.044Z | Downloaded csv-core v0.1.13 |
| 586 | 2026-05-20T15:26:04.044Z | Downloaded async-stream-impl v0.3.6 |
| 587 | 2026-05-20T15:26:04.047Z | Downloaded env_logger v0.11.9 |
| 588 | 2026-05-20T15:26:04.047Z | Downloaded aes-gcm v0.10.3 |
| 589 | 2026-05-20T15:26:04.050Z | Downloaded derive_builder_core v0.20.2 |
| 590 | 2026-05-20T15:26:04.052Z | Downloaded defmt-macros v1.0.1 |
| 591 | 2026-05-20T15:26:04.053Z | Downloaded crc-catalog v2.4.0 |
| 592 | 2026-05-20T15:26:04.055Z | Downloaded castaway v0.2.4 |
| 593 | 2026-05-20T15:26:04.055Z | Downloaded ciborium-io v0.2.2 |
| 594 | 2026-05-20T15:26:04.055Z | Downloaded crc-any v2.5.0 |
| 595 | 2026-05-20T15:26:04.058Z | Downloaded bitfield-macros v0.19.4 |
| 596 | 2026-05-20T15:26:04.058Z | Downloaded bitfield v0.19.4 |
| 597 | 2026-05-20T15:26:04.058Z | Downloaded atty v0.2.14 |
| 598 | 2026-05-20T15:26:04.061Z | Downloaded ed25519 v2.2.3 |
| 599 | 2026-05-20T15:26:04.061Z | Downloaded cpufeatures v0.3.0 |
| 600 | 2026-05-20T15:26:04.064Z | Downloaded derive_builder v0.20.2 |
| 601 | 2026-05-20T15:26:04.067Z | Downloaded compression-core v0.4.31 |
| 602 | 2026-05-20T15:26:04.070Z | Downloaded derive_builder_macro v0.20.2 |
| 603 | 2026-05-20T15:26:04.070Z | Downloaded cstr-argument v0.1.2 |
| 604 | 2026-05-20T15:26:04.073Z | Downloaded arrayref v0.3.9 |
| 605 | 2026-05-20T15:26:04.073Z | Downloaded bitflags v1.3.2 |
| 606 | 2026-05-20T15:26:04.073Z | Downloaded base64ct v1.8.3 |
| 607 | 2026-05-20T15:26:04.075Z | Downloaded dropshot_endpoint v0.17.0 |
| 608 | 2026-05-20T15:26:04.078Z | Downloaded defmt v0.3.100 |
| 609 | 2026-05-20T15:26:04.078Z | Downloaded bitfield-struct v0.6.2 |
| 610 | 2026-05-20T15:26:04.081Z | Downloaded crypto-bigint v0.5.5 |
| 611 | 2026-05-20T15:26:04.084Z | Downloaded float-cmp v0.10.0 |
| 612 | 2026-05-20T15:26:04.084Z | Downloaded fallible-iterator v0.2.0 |
| 613 | 2026-05-20T15:26:04.086Z | Downloaded embedded-io v0.4.0 |
| 614 | 2026-05-20T15:26:04.086Z | Downloaded cargo-platform v0.1.9 |
| 615 | 2026-05-20T15:26:04.089Z | Downloaded async-stream v0.3.6 |
| 616 | 2026-05-20T15:26:04.089Z | Downloaded der_derive v0.7.3 |
| 617 | 2026-05-20T15:26:04.089Z | Downloaded atomic-waker v1.1.2 |
| 618 | 2026-05-20T15:26:04.092Z | Downloaded darling_macro v0.20.11 |
| 619 | 2026-05-20T15:26:04.092Z | Downloaded assert_matches v1.5.0 |
| 620 | 2026-05-20T15:26:04.092Z | Downloaded darling_macro v0.23.0 |
| 621 | 2026-05-20T15:26:04.102Z | Downloaded foreign-types v0.5.0 |
| 622 | 2026-05-20T15:26:04.102Z | Downloaded bcs v0.1.6 |
| 623 | 2026-05-20T15:26:04.102Z | Downloaded display-error-chain v0.2.2 |
| 624 | 2026-05-20T15:26:04.105Z | Downloaded ascii-canvas v3.0.0 |
| 625 | 2026-05-20T15:26:04.105Z | Downloaded cobs v0.3.0 |
| 626 | 2026-05-20T15:26:04.105Z | Downloaded fd-lock v4.0.4 |
| 627 | 2026-05-20T15:26:04.105Z | Downloaded ciborium-ll v0.2.2 |
| 628 | 2026-05-20T15:26:04.105Z | Downloaded cargo_metadata v0.19.2 |
| 629 | 2026-05-20T15:26:04.105Z | Downloaded bit-vec v0.8.0 |
| 630 | 2026-05-20T15:26:04.105Z | Downloaded float-ord v0.3.2 |
| 631 | 2026-05-20T15:26:04.105Z | Downloaded env_filter v1.0.0 |
| 632 | 2026-05-20T15:26:04.105Z | Downloaded document-features v0.2.12 |
| 633 | 2026-05-20T15:26:04.105Z | Downloaded base16ct v0.2.0 |
| 634 | 2026-05-20T15:26:04.108Z | Downloaded dirs-sys-next v0.1.2 |
| 635 | 2026-05-20T15:26:04.108Z | Downloaded aes v0.8.4 |
| 636 | 2026-05-20T15:26:04.110Z | Downloaded flagset v0.4.7 |
| 637 | 2026-05-20T15:26:04.110Z | Downloaded enum-as-inner v0.6.1 |
| 638 | 2026-05-20T15:26:04.110Z | Downloaded bit-set v0.8.0 |
| 639 | 2026-05-20T15:26:04.113Z | Downloaded embedded-io v0.6.1 |
| 640 | 2026-05-20T15:26:04.113Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-05-20T15:26:04.113Z | Downloaded foreign-types v0.3.2 |
| 642 | 2026-05-20T15:26:04.116Z | Downloaded dof v0.4.0 |
| 643 | 2026-05-20T15:26:04.116Z | Downloaded array-init v0.0.4 |
| 644 | 2026-05-20T15:26:04.116Z | Downloaded convert_case v0.4.0 |
| 645 | 2026-05-20T15:26:04.116Z | Downloaded crucible-workspace-hack v0.1.0 |
| 646 | 2026-05-20T15:26:04.119Z | Downloaded block-padding v0.3.3 |
| 647 | 2026-05-20T15:26:04.119Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 648 | 2026-05-20T15:26:04.119Z | Downloaded cfg_aliases v0.2.1 |
| 649 | 2026-05-20T15:26:04.121Z | Downloaded crunchy v0.2.4 |
| 650 | 2026-05-20T15:26:04.121Z | Downloaded atomicwrites v0.4.4 |
| 651 | 2026-05-20T15:26:04.121Z | Downloaded diesel-dtrace v0.5.0 |
| 652 | 2026-05-20T15:26:04.126Z | Downloaded difflib v0.4.0 |
| 653 | 2026-05-20T15:26:04.128Z | Downloaded dtrace-parser v0.3.0 |
| 654 | 2026-05-20T15:26:04.131Z | Downloaded downcast-rs v2.0.2 |
| 655 | 2026-05-20T15:26:04.135Z | Downloaded funty v2.0.0 |
| 656 | 2026-05-20T15:26:04.168Z | Downloaded futures-io v0.3.32 |
| 657 | 2026-05-20T15:26:04.168Z | Downloaded foreign-types-shared v0.1.1 |
| 658 | 2026-05-20T15:26:04.168Z | Downloaded fixedbitset v0.4.2 |
| 659 | 2026-05-20T15:26:04.168Z | Downloaded foreign-types-shared v0.3.1 |
| 660 | 2026-05-20T15:26:04.168Z | Downloaded defmt v1.0.1 |
| 661 | 2026-05-20T15:26:04.168Z | Downloaded defmt-parser v1.0.0 |
| 662 | 2026-05-20T15:26:04.168Z | Downloaded crc v3.4.0 |
| 663 | 2026-05-20T15:26:04.168Z | Downloaded futures-core v0.3.32 |
| 664 | 2026-05-20T15:26:04.168Z | Downloaded futures-task v0.3.32 |
| 665 | 2026-05-20T15:26:04.168Z | Downloaded futures-sink v0.3.32 |
| 666 | 2026-05-20T15:26:04.168Z | Downloaded convert_case v0.10.0 |
| 667 | 2026-05-20T15:26:04.168Z | Downloaded foreign-types-macros v0.2.3 |
| 668 | 2026-05-20T15:26:04.168Z | Downloaded cfg_aliases v0.1.1 |
| 669 | 2026-05-20T15:26:04.168Z | Downloaded cmake v0.1.57 |
| 670 | 2026-05-20T15:26:04.168Z | Downloaded dsl_auto_type v0.2.0 |
| 671 | 2026-05-20T15:26:04.168Z | Downloaded chacha20 v0.9.1 |
| 672 | 2026-05-20T15:26:04.168Z | Downloaded ghash v0.5.1 |
| 673 | 2026-05-20T15:26:04.168Z | Downloaded gethostname v0.5.0 |
| 674 | 2026-05-20T15:26:04.168Z | Downloaded cexpr v0.6.0 |
| 675 | 2026-05-20T15:26:04.168Z | Downloaded arrayvec v0.7.6 |
| 676 | 2026-05-20T15:26:04.168Z | Downloaded hash32 v0.2.1 |
| 677 | 2026-05-20T15:26:04.168Z | Downloaded hash32 v0.3.1 |
| 678 | 2026-05-20T15:26:04.168Z | Downloaded globwalk v0.9.1 |
| 679 | 2026-05-20T15:26:04.168Z | Downloaded fxhash v0.2.1 |
| 680 | 2026-05-20T15:26:04.169Z | Downloaded aead v0.5.2 |
| 681 | 2026-05-20T15:26:04.169Z | Downloaded argon2 v0.5.3 |
| 682 | 2026-05-20T15:26:04.169Z | Downloaded der v0.7.10 |
| 683 | 2026-05-20T15:26:04.173Z | Downloaded either v1.15.0 |
| 684 | 2026-05-20T15:26:04.173Z | Downloaded find-msvc-tools v0.1.9 |
| 685 | 2026-05-20T15:26:04.173Z | Downloaded corncobs v0.1.4 |
| 686 | 2026-05-20T15:26:04.175Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 687 | 2026-05-20T15:26:04.175Z | Downloaded derive-ex v0.1.8 |
| 688 | 2026-05-20T15:26:04.175Z | Downloaded ctr v0.9.2 |
| 689 | 2026-05-20T15:26:04.178Z | Downloaded bit-set v0.5.3 |
| 690 | 2026-05-20T15:26:04.178Z | Downloaded camino-tempfile-ext v0.3.3 |
| 691 | 2026-05-20T15:26:04.181Z | Downloaded git-stub v1.0.0 |
| 692 | 2026-05-20T15:26:04.181Z | Downloaded hex-literal v0.4.1 |
| 693 | 2026-05-20T15:26:04.181Z | Downloaded data-encoding v2.10.0 |
| 694 | 2026-05-20T15:26:04.183Z | Downloaded daft v0.1.7 |
| 695 | 2026-05-20T15:26:04.183Z | Downloaded hex v0.4.3 |
| 696 | 2026-05-20T15:26:04.186Z | Downloaded ecdsa v0.16.9 |
| 697 | 2026-05-20T15:26:04.186Z | Downloaded headers-core v0.3.0 |
| 698 | 2026-05-20T15:26:04.186Z | Downloaded foldhash v0.2.0 |
| 699 | 2026-05-20T15:26:04.189Z | Downloaded compression-codecs v0.4.37 |
| 700 | 2026-05-20T15:26:04.191Z | Downloaded filetime v0.2.27 |
| 701 | 2026-05-20T15:26:04.191Z | Downloaded dyn-clone v1.0.20 |
| 702 | 2026-05-20T15:26:04.194Z | Downloaded hostname v0.4.2 |
| 703 | 2026-05-20T15:26:04.194Z | Downloaded hostname v0.3.1 |
| 704 | 2026-05-20T15:26:04.194Z | Downloaded futures-executor v0.3.32 |
| 705 | 2026-05-20T15:26:04.196Z | Downloaded foldhash v0.1.5 |
| 706 | 2026-05-20T15:26:04.196Z | Downloaded deranged v0.5.8 |
| 707 | 2026-05-20T15:26:04.199Z | Downloaded hubpack_derive v0.1.1 |
| 708 | 2026-05-20T15:26:04.199Z | Downloaded http-body v1.0.1 |
| 709 | 2026-05-20T15:26:04.199Z | Downloaded cassowary v0.3.0 |
| 710 | 2026-05-20T15:26:04.202Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 711 | 2026-05-20T15:26:04.202Z | Downloaded http-range v0.1.5 |
| 712 | 2026-05-20T15:26:04.202Z | Downloaded ident_case v1.0.1 |
| 713 | 2026-05-20T15:26:04.202Z | Downloaded indent_write v2.2.0 |
| 714 | 2026-05-20T15:26:04.204Z | Downloaded illumos-nvpair v0.3.0 |
| 715 | 2026-05-20T15:26:04.204Z | Downloaded hubpack v0.1.2 |
| 716 | 2026-05-20T15:26:04.204Z | Downloaded httpdate v1.0.3 |
| 717 | 2026-05-20T15:26:04.207Z | Downloaded crossbeam-deque v0.8.6 |
| 718 | 2026-05-20T15:26:04.207Z | Downloaded hyper-tls v0.6.0 |
| 719 | 2026-05-20T15:26:04.207Z | Downloaded async-bb8-diesel v0.2.1 |
| 720 | 2026-05-20T15:26:04.210Z | Downloaded ff v0.13.1 |
| 721 | 2026-05-20T15:26:04.210Z | Downloaded dropshot-api-manager v0.7.1 |
| 722 | 2026-05-20T15:26:04.212Z | Downloaded colored v2.2.0 |
| 723 | 2026-05-20T15:26:04.215Z | Downloaded cookie v0.18.1 |
| 724 | 2026-05-20T15:26:04.215Z | Downloaded console v0.15.11 |
| 725 | 2026-05-20T15:26:04.218Z | Downloaded globset v0.4.18 |
| 726 | 2026-05-20T15:26:04.218Z | Downloaded daft-derive v0.1.7 |
| 727 | 2026-05-20T15:26:04.220Z | Downloaded group v0.13.0 |
| 728 | 2026-05-20T15:26:04.223Z | Downloaded fixedbitset v0.5.7 |
| 729 | 2026-05-20T15:26:04.223Z | Downloaded git-stub-vcs v0.1.0 |
| 730 | 2026-05-20T15:26:04.226Z | Downloaded ena v0.14.4 |
| 731 | 2026-05-20T15:26:04.226Z | Downloaded erased-serde v0.3.31 |
| 732 | 2026-05-20T15:26:04.228Z | Downloaded is-terminal v0.4.17 |
| 733 | 2026-05-20T15:26:04.228Z | Downloaded instant v0.1.13 |
| 734 | 2026-05-20T15:26:04.228Z | Downloaded indoc v1.0.9 |
| 735 | 2026-05-20T15:26:04.231Z | Downloaded backon v1.6.0 |
| 736 | 2026-05-20T15:26:04.234Z | Downloaded fs-err v2.11.0 |
| 737 | 2026-05-20T15:26:04.234Z | Downloaded instability v0.3.11 |
| 738 | 2026-05-20T15:26:04.234Z | Downloaded fs_extra v1.3.0 |
| 739 | 2026-05-20T15:26:04.236Z | Downloaded glob v0.3.3 |
| 740 | 2026-05-20T15:26:04.236Z | Downloaded ciborium v0.2.2 |
| 741 | 2026-05-20T15:26:04.239Z | Downloaded cancel-safe-futures v0.1.5 |
| 742 | 2026-05-20T15:26:04.241Z | Downloaded console v0.16.2 |
| 743 | 2026-05-20T15:26:04.241Z | Downloaded diff v0.1.13 |
| 744 | 2026-05-20T15:26:04.244Z | Downloaded colored v3.1.1 |
| 745 | 2026-05-20T15:26:04.244Z | Downloaded bumpalo v3.20.2 |
| 746 | 2026-05-20T15:26:04.247Z | Downloaded kstat-rs v0.2.4 |
| 747 | 2026-05-20T15:26:04.247Z | Downloaded keccak v0.1.6 |
| 748 | 2026-05-20T15:26:04.249Z | Downloaded constant_time_eq v0.4.2 |
| 749 | 2026-05-20T15:26:04.249Z | Downloaded is_ci v1.2.0 |
| 750 | 2026-05-20T15:26:04.252Z | Downloaded internet-checksum v0.2.1 |
| 751 | 2026-05-20T15:26:04.252Z | Downloaded const_format_proc_macros v0.2.34 |
| 752 | 2026-05-20T15:26:04.252Z | Downloaded lazy_static v1.5.0 |
| 753 | 2026-05-20T15:26:04.255Z | Downloaded cipher v0.4.4 |
| 754 | 2026-05-20T15:26:04.255Z | Downloaded des v0.8.1 |
| 755 | 2026-05-20T15:26:04.257Z | Downloaded cbc v0.1.2 |
| 756 | 2026-05-20T15:26:04.257Z | Downloaded home v0.5.12 |
| 757 | 2026-05-20T15:26:04.257Z | Downloaded async-recursion v1.1.1 |
| 758 | 2026-05-20T15:26:04.260Z | Downloaded highway v1.3.0 |
| 759 | 2026-05-20T15:26:04.263Z | Downloaded futures-channel v0.3.32 |
| 760 | 2026-05-20T15:26:04.263Z | Downloaded anstyle-parse v0.2.7 |
| 761 | 2026-05-20T15:26:04.266Z | Downloaded lalrpop-util v0.19.12 |
| 762 | 2026-05-20T15:26:04.266Z | Downloaded hyper-staticfile v0.10.1 |
| 763 | 2026-05-20T15:26:04.266Z | Downloaded clang-sys v1.8.1 |
| 764 | 2026-05-20T15:26:04.268Z | Downloaded linked-hash-map v0.5.6 |
| 765 | 2026-05-20T15:26:04.268Z | Downloaded humantime v2.3.0 |
| 766 | 2026-05-20T15:26:04.271Z | Downloaded maplit v1.0.2 |
| 767 | 2026-05-20T15:26:04.271Z | Downloaded http-body-util v0.1.3 |
| 768 | 2026-05-20T15:26:04.271Z | Downloaded derive-where v1.6.0 |
| 769 | 2026-05-20T15:26:04.274Z | Downloaded mime v0.3.17 |
| 770 | 2026-05-20T15:26:04.274Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 771 | 2026-05-20T15:26:04.277Z | Downloaded getrandom v0.2.17 |
| 772 | 2026-05-20T15:26:04.277Z | Downloaded darling v0.20.11 |
| 773 | 2026-05-20T15:26:04.280Z | Downloaded match_cfg v0.1.0 |
| 774 | 2026-05-20T15:26:04.285Z | Downloaded managed v0.8.0 |
| 775 | 2026-05-20T15:26:04.285Z | Downloaded lru-cache v0.1.2 |
| 776 | 2026-05-20T15:26:04.285Z | Downloaded darling v0.21.3 |
| 777 | 2026-05-20T15:26:04.288Z | Downloaded ingot-types v0.1.2 |
| 778 | 2026-05-20T15:26:04.288Z | Downloaded ingot v0.1.1 |
| 779 | 2026-05-20T15:26:04.288Z | Downloaded inout v0.1.4 |
| 780 | 2026-05-20T15:26:04.291Z | Downloaded indoc v2.0.7 |
| 781 | 2026-05-20T15:26:04.291Z | Downloaded darling_core v0.20.11 |
| 782 | 2026-05-20T15:26:04.294Z | Downloaded new_debug_unreachable v1.0.6 |
| 783 | 2026-05-20T15:26:04.294Z | Downloaded lru v0.12.5 |
| 784 | 2026-05-20T15:26:04.297Z | Downloaded multimap v0.10.1 |
| 785 | 2026-05-20T15:26:04.297Z | Downloaded md5 v0.7.0 |
| 786 | 2026-05-20T15:26:04.297Z | Downloaded md-5 v0.10.6 |
| 787 | 2026-05-20T15:26:04.297Z | Downloaded chacha20 v0.10.0 |
| 788 | 2026-05-20T15:26:04.300Z | Downloaded ipnetwork v0.21.1 |
| 789 | 2026-05-20T15:26:04.302Z | Downloaded memoffset v0.9.1 |
| 790 | 2026-05-20T15:26:04.302Z | Downloaded half v1.8.3 |
| 791 | 2026-05-20T15:26:04.302Z | Downloaded nodrop v0.1.14 |
| 792 | 2026-05-20T15:26:04.305Z | Downloaded lzss v0.8.2 |
| 793 | 2026-05-20T15:26:04.305Z | Downloaded crc32fast v1.5.0 |
| 794 | 2026-05-20T15:26:04.308Z | Downloaded maybe-uninit v2.0.0 |
| 795 | 2026-05-20T15:26:04.308Z | Downloaded dropshot_endpoint v0.16.7 |
| 796 | 2026-05-20T15:26:04.311Z | Downloaded newline-converter v0.3.0 |
| 797 | 2026-05-20T15:26:04.311Z | Downloaded ipnet v2.11.0 |
| 798 | 2026-05-20T15:26:04.311Z | Downloaded fatfs v0.3.6 |
| 799 | 2026-05-20T15:26:04.314Z | Downloaded cookie_store v0.22.1 |
| 800 | 2026-05-20T15:26:04.314Z | Downloaded num-derive v0.3.3 |
| 801 | 2026-05-20T15:26:04.316Z | Downloaded num-derive v0.4.2 |
| 802 | 2026-05-20T15:26:04.316Z | Downloaded num-conv v0.2.0 |
| 803 | 2026-05-20T15:26:04.316Z | Downloaded normalize-line-endings v0.3.0 |
| 804 | 2026-05-20T15:26:04.319Z | Downloaded num v0.4.3 |
| 805 | 2026-05-20T15:26:04.322Z | Downloaded num_enum_derive v0.5.11 |
| 806 | 2026-05-20T15:26:04.325Z | Downloaded hmac v0.12.1 |
| 807 | 2026-05-20T15:26:04.328Z | Downloaded libloading v0.8.9 |
| 808 | 2026-05-20T15:26:04.328Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-05-20T15:26:04.330Z | Downloaded linear-map v1.2.0 |
| 810 | 2026-05-20T15:26:04.330Z | Downloaded httparse v1.10.1 |
| 811 | 2026-05-20T15:26:04.333Z | Downloaded libefi-sys v0.1.0 |
| 812 | 2026-05-20T15:26:04.333Z | Downloaded oso-derive v0.27.3 |
| 813 | 2026-05-20T15:26:04.336Z | Downloaded openssl-macros v0.1.1 |
| 814 | 2026-05-20T15:26:04.336Z | Downloaded opaque-debug v0.3.1 |
| 815 | 2026-05-20T15:26:04.336Z | Downloaded olpc-cjson v0.1.4 |
| 816 | 2026-05-20T15:26:04.336Z | Downloaded num_threads v0.1.7 |
| 817 | 2026-05-20T15:26:04.339Z | Downloaded lock_api v0.4.14 |
| 818 | 2026-05-20T15:26:04.339Z | Downloaded jobserver v0.1.34 |
| 819 | 2026-05-20T15:26:04.339Z | Downloaded nonempty v0.12.0 |
| 820 | 2026-05-20T15:26:04.342Z | Downloaded derive_more-impl v2.1.1 |
| 821 | 2026-05-20T15:26:04.345Z | Downloaded arc-swap v1.8.2 |
| 822 | 2026-05-20T15:26:04.345Z | Downloaded half v2.7.1 |
| 823 | 2026-05-20T15:26:04.348Z | Downloaded futures v0.3.32 |
| 824 | 2026-05-20T15:26:04.351Z | Downloaded ingot-macros v0.1.1 |
| 825 | 2026-05-20T15:26:04.353Z | Downloaded openssl-probe v0.1.6 |
| 826 | 2026-05-20T15:26:04.353Z | Downloaded newtype_derive v0.1.6 |
| 827 | 2026-05-20T15:26:04.353Z | Downloaded lru-slab v0.1.2 |
| 828 | 2026-05-20T15:26:04.353Z | Downloaded getrandom v0.3.4 |
| 829 | 2026-05-20T15:26:04.357Z | Downloaded drift v0.1.4 |
| 830 | 2026-05-20T15:26:04.361Z | Downloaded libsw-core v0.3.2 |
| 831 | 2026-05-20T15:26:04.366Z | Downloaded compact_str v0.8.1 |
| 832 | 2026-05-20T15:26:04.368Z | Downloaded flume v0.11.1 |
| 833 | 2026-05-20T15:26:04.368Z | Downloaded nibble_vec v0.1.0 |
| 834 | 2026-05-20T15:26:04.368Z | Downloaded multer v3.1.0 |
| 835 | 2026-05-20T15:26:04.371Z | Downloaded native-tls v0.2.18 |
| 836 | 2026-05-20T15:26:04.371Z | Downloaded cc v1.2.56 |
| 837 | 2026-05-20T15:26:04.374Z | Downloaded packed_struct_codegen v0.10.1 |
| 838 | 2026-05-20T15:26:04.374Z | Downloaded bytes v1.11.1 |
| 839 | 2026-05-20T15:26:04.377Z | Downloaded const_format v0.2.35 |
| 840 | 2026-05-20T15:26:04.380Z | Downloaded libsw v3.5.0 |
| 841 | 2026-05-20T15:26:04.380Z | Downloaded newtype-uuid v1.3.2 |
| 842 | 2026-05-20T15:26:04.395Z | Downloaded phf_shared v0.11.3 |
| 843 | 2026-05-20T15:26:04.398Z | Downloaded num_enum v0.5.11 |
| 844 | 2026-05-20T15:26:04.402Z | Downloaded const-oid v0.9.6 |
| 845 | 2026-05-20T15:26:04.402Z | Downloaded peg-runtime v0.8.5 |
| 846 | 2026-05-20T15:26:04.402Z | Downloaded pbkdf2 v0.12.2 |
| 847 | 2026-05-20T15:26:04.402Z | Downloaded chacha20poly1305 v0.10.1 |
| 848 | 2026-05-20T15:26:04.405Z | Downloaded phf_shared v0.13.1 |
| 849 | 2026-05-20T15:26:04.405Z | Downloaded num_enum_derive v0.7.6 |
| 850 | 2026-05-20T15:26:04.405Z | Downloaded num-rational v0.4.2 |
| 851 | 2026-05-20T15:26:04.408Z | Downloaded pbkdf2 v0.11.0 |
| 852 | 2026-05-20T15:26:04.408Z | Downloaded path-slash v0.1.5 |
| 853 | 2026-05-20T15:26:04.408Z | Downloaded parse-size v1.1.0 |
| 854 | 2026-05-20T15:26:04.411Z | Downloaded phf_shared v0.12.1 |
| 855 | 2026-05-20T15:26:04.411Z | Downloaded darling_core v0.21.3 |
| 856 | 2026-05-20T15:26:04.414Z | Downloaded mime_guess v2.0.5 |
| 857 | 2026-05-20T15:26:04.414Z | Downloaded elliptic-curve v0.13.8 |
| 858 | 2026-05-20T15:26:04.417Z | Downloaded oxide-tokio-rt v0.1.4 |
| 859 | 2026-05-20T15:26:04.420Z | Downloaded parse-display v0.10.0 |
| 860 | 2026-05-20T15:26:04.420Z | Downloaded num-iter v0.1.45 |
| 861 | 2026-05-20T15:26:04.420Z | Downloaded num-complex v0.4.6 |
| 862 | 2026-05-20T15:26:04.420Z | Downloaded precomputed-hash v0.1.1 |
| 863 | 2026-05-20T15:26:04.423Z | Downloaded darling_core v0.23.0 |
| 864 | 2026-05-20T15:26:04.426Z | Downloaded oxnet v0.1.5 |
| 865 | 2026-05-20T15:26:04.426Z | Downloaded packed_struct v0.10.1 |
| 866 | 2026-05-20T15:26:04.429Z | Downloaded flate2 v1.1.9 |
| 867 | 2026-05-20T15:26:04.432Z | Downloaded memmap2 v0.9.10 |
| 868 | 2026-05-20T15:26:04.432Z | Downloaded powerfmt v0.2.0 |
| 869 | 2026-05-20T15:26:04.432Z | Downloaded heapless v0.7.17 |
| 870 | 2026-05-20T15:26:04.435Z | Downloaded nanorand v0.7.0 |
| 871 | 2026-05-20T15:26:04.435Z | Downloaded headers v0.4.1 |
| 872 | 2026-05-20T15:26:04.438Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 873 | 2026-05-20T15:26:04.441Z | Downloaded parking_lot_core v0.8.6 |
| 874 | 2026-05-20T15:26:04.441Z | Downloaded parse-display-derive v0.10.0 |
| 875 | 2026-05-20T15:26:04.441Z | Downloaded pin-utils v0.1.0 |
| 876 | 2026-05-20T15:26:04.444Z | Downloaded derive_more v2.1.1 |
| 877 | 2026-05-20T15:26:04.448Z | Downloaded proc-macro-crate v3.4.0 |
| 878 | 2026-05-20T15:26:04.451Z | Downloaded proc-macro-crate v1.3.1 |
| 879 | 2026-05-20T15:26:04.451Z | Downloaded peg v0.8.5 |
| 880 | 2026-05-20T15:26:04.454Z | Downloaded progenitor-macro v0.14.0 |
| 881 | 2026-05-20T15:26:04.454Z | Downloaded progenitor-client v0.11.2 |
| 882 | 2026-05-20T15:26:04.456Z | Downloaded paste v1.0.15 |
| 883 | 2026-05-20T15:26:04.456Z | Downloaded password-hash v0.5.0 |
| 884 | 2026-05-20T15:26:04.459Z | Downloaded progenitor-macro v0.13.0 |
| 885 | 2026-05-20T15:26:04.459Z | Downloaded phf v0.12.1 |
| 886 | 2026-05-20T15:26:04.459Z | Downloaded pem-rfc7468 v0.7.0 |
| 887 | 2026-05-20T15:26:04.462Z | Downloaded pem v3.0.6 |
| 888 | 2026-05-20T15:26:04.462Z | Downloaded num-integer v0.1.46 |
| 889 | 2026-05-20T15:26:04.465Z | Downloaded ar_archive_writer v0.5.1 |
| 890 | 2026-05-20T15:26:04.465Z | Downloaded polyval v0.6.2 |
| 891 | 2026-05-20T15:26:04.467Z | Downloaded num_enum v0.7.6 |
| 892 | 2026-05-20T15:26:04.470Z | Downloaded phf v0.13.1 |
| 893 | 2026-05-20T15:26:04.470Z | Downloaded password-hash v0.4.2 |
| 894 | 2026-05-20T15:26:04.473Z | Downloaded radium v0.7.0 |
| 895 | 2026-05-20T15:26:04.473Z | Downloaded progenitor-macro v0.10.0 |
| 896 | 2026-05-20T15:26:04.473Z | Downloaded pin-project-internal v1.1.11 |
| 897 | 2026-05-20T15:26:04.476Z | Downloaded progenitor-client v0.10.0 |
| 898 | 2026-05-20T15:26:04.476Z | Downloaded litrs v1.0.0 |
| 899 | 2026-05-20T15:26:04.479Z | Downloaded quick-error v1.2.3 |
| 900 | 2026-05-20T15:26:04.479Z | Downloaded poly1305 v0.8.0 |
| 901 | 2026-05-20T15:26:04.479Z | Downloaded psl-types v2.0.11 |
| 902 | 2026-05-20T15:26:04.482Z | Downloaded allocator-api2 v0.2.21 |
| 903 | 2026-05-20T15:26:04.482Z | Downloaded pin-project-lite v0.2.17 |
| 904 | 2026-05-20T15:26:04.485Z | Downloaded predicates v3.1.4 |
| 905 | 2026-05-20T15:26:04.487Z | Downloaded indicatif v0.18.4 |
| 906 | 2026-05-20T15:26:04.490Z | Downloaded indexmap v1.9.3 |
| 907 | 2026-05-20T15:26:04.490Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 908 | 2026-05-20T15:26:04.493Z | Downloaded recursive v0.1.1 |
| 909 | 2026-05-20T15:26:04.493Z | Downloaded pkg-config v0.3.32 |
| 910 | 2026-05-20T15:26:04.493Z | Downloaded omicron-zone-package v0.12.2 |
| 911 | 2026-05-20T15:26:04.495Z | Downloaded ignore v0.4.25 |
| 912 | 2026-05-20T15:26:04.498Z | Downloaded ed25519-dalek v2.2.0 |
| 913 | 2026-05-20T15:26:04.498Z | Downloaded progenitor-macro v0.11.2 |
| 914 | 2026-05-20T15:26:04.501Z | Downloaded diesel_derives v2.3.7 |
| 915 | 2026-05-20T15:26:04.503Z | Downloaded progenitor v0.13.0 |
| 916 | 2026-05-20T15:26:04.503Z | Downloaded ref-cast v1.0.25 |
| 917 | 2026-05-20T15:26:04.506Z | Downloaded hickory-resolver v0.24.4 |
| 918 | 2026-05-20T15:26:04.509Z | Downloaded parking_lot v0.11.2 |
| 919 | 2026-05-20T15:26:04.511Z | Downloaded postgres-protocol v0.6.10 |
| 920 | 2026-05-20T15:26:04.511Z | Downloaded pkcs8 v0.10.2 |
| 921 | 2026-05-20T15:26:04.514Z | Downloaded progenitor v0.11.2 |
| 922 | 2026-05-20T15:26:04.514Z | Downloaded progenitor-client v0.14.0 |
| 923 | 2026-05-20T15:26:04.514Z | Downloaded primeorder v0.13.6 |
| 924 | 2026-05-20T15:26:04.517Z | Downloaded rand_xorshift v0.4.0 |
| 925 | 2026-05-20T15:26:04.517Z | Downloaded ppv-lite86 v0.2.21 |
| 926 | 2026-05-20T15:26:04.517Z | Downloaded ref-cast-impl v1.0.25 |
| 927 | 2026-05-20T15:26:04.520Z | Downloaded async-compression v0.4.41 |
| 928 | 2026-05-20T15:26:04.522Z | Downloaded peg-macros v0.8.5 |
| 929 | 2026-05-20T15:26:04.522Z | Downloaded progenitor v0.10.0 |
| 930 | 2026-05-20T15:26:04.525Z | Downloaded psm v0.1.30 |
| 931 | 2026-05-20T15:26:04.527Z | Downloaded progenitor v0.14.0 |
| 932 | 2026-05-20T15:26:04.527Z | Downloaded proc-macro-error2 v2.0.1 |
| 933 | 2026-05-20T15:26:04.530Z | Downloaded hickory-resolver v0.25.2 |
| 934 | 2026-05-20T15:26:04.533Z | Downloaded russh-cryptovec v0.7.3 |
| 935 | 2026-05-20T15:26:04.533Z | Downloaded rtoolbox v0.0.3 |
| 936 | 2026-05-20T15:26:04.533Z | Downloaded r2d2 v0.8.10 |
| 937 | 2026-05-20T15:26:04.536Z | Downloaded parking_lot_core v0.9.12 |
| 938 | 2026-05-20T15:26:04.536Z | Downloaded progenitor-extras v0.2.0 |
| 939 | 2026-05-20T15:26:04.538Z | Downloaded progenitor-client v0.13.0 |
| 940 | 2026-05-20T15:26:04.538Z | Downloaded pkcs1 v0.7.5 |
| 941 | 2026-05-20T15:26:04.538Z | Downloaded expectorate v1.2.0 |
| 942 | 2026-05-20T15:26:04.541Z | Downloaded libbz2-rs-sys v0.2.2 |
| 943 | 2026-05-20T15:26:04.544Z | Downloaded predicates-tree v1.0.13 |
| 944 | 2026-05-20T15:26:04.544Z | Downloaded predicates-core v1.0.10 |
| 945 | 2026-05-20T15:26:04.544Z | Downloaded heapless v0.8.0 |
| 946 | 2026-05-20T15:26:04.546Z | Downloaded rustc_version v0.1.7 |
| 947 | 2026-05-20T15:26:04.546Z | Downloaded base64 v0.21.7 |
| 948 | 2026-05-20T15:26:04.549Z | Downloaded base64 v0.22.1 |
| 949 | 2026-05-20T15:26:04.551Z | Downloaded owo-colors v4.3.0 |
| 950 | 2026-05-20T15:26:04.551Z | Downloaded openssl-probe v0.2.1 |
| 951 | 2026-05-20T15:26:04.554Z | Downloaded crossbeam-channel v0.5.15 |
| 952 | 2026-05-20T15:26:04.557Z | Downloaded p256 v0.13.2 |
| 953 | 2026-05-20T15:26:04.559Z | Downloaded salsa20 v0.10.2 |
| 954 | 2026-05-20T15:26:04.559Z | Downloaded rand_seeder v0.4.0 |
| 955 | 2026-05-20T15:26:04.559Z | Downloaded rand_core v0.10.0 |
| 956 | 2026-05-20T15:26:04.562Z | Downloaded rand_core v0.9.5 |
| 957 | 2026-05-20T15:26:04.562Z | Downloaded rand_core v0.6.4 |
| 958 | 2026-05-20T15:26:04.562Z | Downloaded miniz_oxide v0.8.9 |
| 959 | 2026-05-20T15:26:04.565Z | Downloaded same-file v1.0.6 |
| 960 | 2026-05-20T15:26:04.565Z | Downloaded rand_chacha v0.9.0 |
| 961 | 2026-05-20T15:26:04.568Z | Downloaded postcard v1.1.3 |
| 962 | 2026-05-20T15:26:04.568Z | Downloaded jiff-static v0.2.21 |
| 963 | 2026-05-20T15:26:04.570Z | Downloaded rustc-hash v2.1.1 |
| 964 | 2026-05-20T15:26:04.570Z | Downloaded papergrid v0.17.0 |
| 965 | 2026-05-20T15:26:04.573Z | Downloaded oso v0.27.3 |
| 966 | 2026-05-20T15:26:04.576Z | Downloaded nu-ansi-term v0.50.3 |
| 967 | 2026-05-20T15:26:04.579Z | Downloaded sapling-renderdag v0.1.0 |
| 968 | 2026-05-20T15:26:04.579Z | Downloaded newtype-uuid-macros v0.1.0 |
| 969 | 2026-05-20T15:26:04.579Z | Downloaded scheduled-thread-pool v0.2.7 |
| 970 | 2026-05-20T15:26:04.582Z | Downloaded parking_lot v0.12.5 |
| 971 | 2026-05-20T15:26:04.582Z | Downloaded derive_more v0.99.20 |
| 972 | 2026-05-20T15:26:04.584Z | Downloaded serde_bytes v0.11.19 |
| 973 | 2026-05-20T15:26:04.587Z | Downloaded semver v0.1.20 |
| 974 | 2026-05-20T15:26:04.587Z | Downloaded scroll_derive v0.13.1 |
| 975 | 2026-05-20T15:26:04.587Z | Downloaded darling v0.23.0 |
| 976 | 2026-05-20T15:26:04.589Z | Downloaded hyper-rustls v0.27.7 |
| 977 | 2026-05-20T15:26:04.592Z | Downloaded libscf-sys v1.1.0 |
| 978 | 2026-05-20T15:26:04.595Z | Downloaded rustc_version v0.4.1 |
| 979 | 2026-05-20T15:26:04.595Z | Downloaded rfc6979 v0.4.0 |
| 980 | 2026-05-20T15:26:04.595Z | Downloaded secrecy v0.8.0 |
| 981 | 2026-05-20T15:26:04.598Z | Downloaded sha1 v0.10.6 |
| 982 | 2026-05-20T15:26:04.598Z | Downloaded serde_plain v1.0.2 |
| 983 | 2026-05-20T15:26:04.598Z | Downloaded scrypt v0.11.0 |
| 984 | 2026-05-20T15:26:04.602Z | Downloaded serde_repr v0.1.20 |
| 985 | 2026-05-20T15:26:04.609Z | Downloaded openssl-sys v0.9.115 |
| 986 | 2026-05-20T15:26:04.613Z | Downloaded rand_chacha v0.3.1 |
| 987 | 2026-05-20T15:26:04.615Z | Downloaded hashbrown v0.13.2 |
| 988 | 2026-05-20T15:26:04.618Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-05-20T15:26:04.618Z | Downloaded rustls-native-certs v0.8.3 |
| 990 | 2026-05-20T15:26:04.620Z | Downloaded shell-words v1.1.1 |
| 991 | 2026-05-20T15:26:04.621Z | Downloaded serde_urlencoded v0.7.1 |
| 992 | 2026-05-20T15:26:04.623Z | Downloaded serde-big-array v0.5.1 |
| 993 | 2026-05-20T15:26:04.623Z | Downloaded secrecy v0.10.3 |
| 994 | 2026-05-20T15:26:04.623Z | Downloaded resolv-conf v0.7.6 |
| 995 | 2026-05-20T15:26:04.626Z | Downloaded prefix-trie v0.7.0 |
| 996 | 2026-05-20T15:26:04.626Z | Downloaded serde_spanned v1.0.4 |
| 997 | 2026-05-20T15:26:04.629Z | Downloaded pkcs5 v0.7.1 |
| 998 | 2026-05-20T15:26:04.629Z | Downloaded hyper-util v0.1.20 |
| 999 | 2026-05-20T15:26:04.632Z | Downloaded slog-envlogger v2.2.0 |
| 1000 | 2026-05-20T15:26:04.635Z | Downloaded sigpipe v0.1.3 |
| 1001 | 2026-05-20T15:26:04.635Z | Downloaded signature v2.2.0 |
| 1002 | 2026-05-20T15:26:04.638Z | Downloaded signal-hook-tokio v0.3.1 |
| 1003 | 2026-05-20T15:26:04.638Z | Downloaded siphasher v1.0.2 |
| 1004 | 2026-05-20T15:26:04.640Z | Downloaded quinn-udp v0.5.14 |
| 1005 | 2026-05-20T15:26:04.643Z | Downloaded progenitor-impl v0.13.0 |
| 1006 | 2026-05-20T15:26:04.646Z | Downloaded scroll v0.13.0 |
| 1007 | 2026-05-20T15:26:04.646Z | Downloaded scopeguard v1.2.0 |
| 1008 | 2026-05-20T15:26:04.649Z | Downloaded slog-bunyan v2.5.0 |
| 1009 | 2026-05-20T15:26:04.652Z | Downloaded serde_path_to_error v0.1.20 |
| 1010 | 2026-05-20T15:26:04.654Z | Downloaded rusty-fork v0.3.1 |
| 1011 | 2026-05-20T15:26:04.657Z | Downloaded postgres-types v0.2.12 |
| 1012 | 2026-05-20T15:26:04.657Z | Downloaded serde-hex v0.1.0 |
| 1013 | 2026-05-20T15:26:04.660Z | Downloaded pin-project v1.1.11 |
| 1014 | 2026-05-20T15:26:04.666Z | Downloaded schemars_derive v0.8.22 |
| 1015 | 2026-05-20T15:26:04.669Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-05-20T15:26:04.669Z | Downloaded sct v0.7.1 |
| 1017 | 2026-05-20T15:26:04.672Z | Downloaded seq-macro v0.3.6 |
| 1018 | 2026-05-20T15:26:04.672Z | Downloaded sec1 v0.7.3 |
| 1019 | 2026-05-20T15:26:04.675Z | Downloaded rustls-pemfile v2.2.0 |
| 1020 | 2026-05-20T15:26:04.678Z | Downloaded hickory-server v0.25.2 |
| 1021 | 2026-05-20T15:26:04.681Z | Downloaded ssh-encoding v0.2.0 |
| 1022 | 2026-05-20T15:26:04.681Z | Downloaded ssh-cipher v0.2.0 |
| 1023 | 2026-05-20T15:26:04.681Z | Downloaded signal-hook-registry v1.4.8 |
| 1024 | 2026-05-20T15:26:04.683Z | Downloaded shlex v1.3.0 |
| 1025 | 2026-05-20T15:26:04.683Z | Downloaded progenitor-impl v0.10.0 |
| 1026 | 2026-05-20T15:26:04.686Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1027 | 2026-05-20T15:26:04.686Z | Downloaded slab v0.4.12 |
| 1028 | 2026-05-20T15:26:04.686Z | Downloaded rustls-pemfile v1.0.4 |
| 1029 | 2026-05-20T15:26:04.689Z | Downloaded sqlparser_derive v0.5.0 |
| 1030 | 2026-05-20T15:26:04.692Z | Downloaded prettyplease v0.2.37 |
| 1031 | 2026-05-20T15:26:04.696Z | Downloaded minimal-lexical v0.2.1 |
| 1032 | 2026-05-20T15:26:04.699Z | Downloaded slog-json v2.6.1 |
| 1033 | 2026-05-20T15:26:04.699Z | Downloaded slog-async v2.8.0 |
| 1034 | 2026-05-20T15:26:04.699Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-05-20T15:26:04.703Z | Downloaded structmeta v0.3.0 |
| 1036 | 2026-05-20T15:26:04.706Z | Downloaded itertools v0.10.5 |
| 1037 | 2026-05-20T15:26:04.709Z | Downloaded strum v0.27.2 |
| 1038 | 2026-05-20T15:26:04.709Z | Downloaded strum v0.26.3 |
| 1039 | 2026-05-20T15:26:04.712Z | Downloaded structmeta-derive v0.3.0 |
| 1040 | 2026-05-20T15:26:04.712Z | Downloaded hashbrown v0.12.3 |
| 1041 | 2026-05-20T15:26:04.716Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-05-20T15:26:04.716Z | Downloaded subtle v2.6.1 |
| 1043 | 2026-05-20T15:26:04.716Z | Downloaded slog-dtrace v0.3.0 |
| 1044 | 2026-05-20T15:26:04.719Z | Downloaded russh-keys v0.45.0 |
| 1045 | 2026-05-20T15:26:04.719Z | Downloaded http v1.4.0 |
| 1046 | 2026-05-20T15:26:04.722Z | Downloaded crossterm v0.28.1 |
| 1047 | 2026-05-20T15:26:04.725Z | Downloaded rustls-pki-types v1.14.0 |
| 1048 | 2026-05-20T15:26:04.728Z | Downloaded slog-stdlog v4.1.1 |
| 1049 | 2026-05-20T15:26:04.728Z | Downloaded simd-adler32 v0.3.8 |
| 1050 | 2026-05-20T15:26:04.728Z | Downloaded serde_cbor v0.11.2 |
| 1051 | 2026-05-20T15:26:04.731Z | Downloaded supports-color v3.0.2 |
| 1052 | 2026-05-20T15:26:04.731Z | Downloaded pretty_assertions v1.4.1 |
| 1053 | 2026-05-20T15:26:04.731Z | Downloaded thread-id v5.1.0 |
| 1054 | 2026-05-20T15:26:04.734Z | Downloaded sync_wrapper v1.0.2 |
| 1055 | 2026-05-20T15:26:04.734Z | Downloaded rcgen v0.12.1 |
| 1056 | 2026-05-20T15:26:04.737Z | Downloaded progenitor-impl v0.14.0 |
| 1057 | 2026-05-20T15:26:04.737Z | Downloaded progenitor-impl v0.11.2 |
| 1058 | 2026-05-20T15:26:04.739Z | Downloaded take_mut v0.2.2 |
| 1059 | 2026-05-20T15:26:04.739Z | Downloaded tabled_derive v0.11.0 |
| 1060 | 2026-05-20T15:26:04.739Z | Downloaded smf v0.2.3 |
| 1061 | 2026-05-20T15:26:04.742Z | Downloaded tagptr v0.2.0 |
| 1062 | 2026-05-20T15:26:04.742Z | Downloaded tabwriter v1.4.1 |
| 1063 | 2026-05-20T15:26:04.743Z | Downloaded tap v1.0.1 |
| 1064 | 2026-05-20T15:26:04.745Z | Downloaded ron v0.8.1 |
| 1065 | 2026-05-20T15:26:04.748Z | Downloaded termtree v0.5.1 |
| 1066 | 2026-05-20T15:26:04.748Z | Downloaded rustversion v1.0.22 |
| 1067 | 2026-05-20T15:26:04.751Z | Downloaded sqlformat v0.3.5 |
| 1068 | 2026-05-20T15:26:04.751Z | Downloaded static_assertions v1.1.0 |
| 1069 | 2026-05-20T15:26:04.755Z | Downloaded stringprep v0.1.5 |
| 1070 | 2026-05-20T15:26:04.755Z | Downloaded time-core v0.1.8 |
| 1071 | 2026-05-20T15:26:04.756Z | Downloaded stacker v0.1.23 |
| 1072 | 2026-05-20T15:26:04.758Z | Downloaded snafu-derive v0.8.9 |
| 1073 | 2026-05-20T15:26:04.762Z | Downloaded ryu v1.0.23 |
| 1074 | 2026-05-20T15:26:04.767Z | Downloaded testing_table v0.3.0 |
| 1075 | 2026-05-20T15:26:04.774Z | Downloaded crossterm v0.29.0 |
| 1076 | 2026-05-20T15:26:04.778Z | Downloaded strum_macros v0.26.4 |
| 1077 | 2026-05-20T15:26:04.782Z | Downloaded support-bundle-viewer v0.1.2 |
| 1078 | 2026-05-20T15:26:04.782Z | Downloaded strum_macros v0.24.3 |
| 1079 | 2026-05-20T15:26:04.787Z | Downloaded tinyvec_macros v0.1.1 |
| 1080 | 2026-05-20T15:26:04.790Z | Downloaded mio v1.2.0 |
| 1081 | 2026-05-20T15:26:04.792Z | Downloaded quinn v0.11.9 |
| 1082 | 2026-05-20T15:26:04.795Z | Downloaded tokio-macros v2.7.0 |
| 1083 | 2026-05-20T15:26:04.797Z | Downloaded hashbrown v0.15.5 |
| 1084 | 2026-05-20T15:26:04.800Z | Downloaded spki v0.7.3 |
| 1085 | 2026-05-20T15:26:04.800Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1086 | 2026-05-20T15:26:04.802Z | Downloaded serde_with_macros v3.17.0 |
| 1087 | 2026-05-20T15:26:04.806Z | Downloaded slog-term v2.9.2 |
| 1088 | 2026-05-20T15:26:04.809Z | Downloaded strum_macros v0.27.2 |
| 1089 | 2026-05-20T15:26:04.811Z | Downloaded thread_local v1.1.9 |
| 1090 | 2026-05-20T15:26:04.814Z | Downloaded spin v0.9.8 |
| 1091 | 2026-05-20T15:26:04.816Z | Downloaded nom v7.1.3 |
| 1092 | 2026-05-20T15:26:04.819Z | Downloaded aho-corasick v1.1.4 |
| 1093 | 2026-05-20T15:26:04.821Z | Downloaded thiserror-no-std v2.0.2 |
| 1094 | 2026-05-20T15:26:04.824Z | Downloaded string_cache v0.8.9 |
| 1095 | 2026-05-20T15:26:04.826Z | Downloaded trait-variant v0.1.2 |
| 1096 | 2026-05-20T15:26:04.826Z | Downloaded hashbrown v0.16.1 |
| 1097 | 2026-05-20T15:26:04.832Z | Downloaded schemars v0.9.0 |
| 1098 | 2026-05-20T15:26:04.839Z | Downloaded topological-sort v0.2.2 |
| 1099 | 2026-05-20T15:26:04.842Z | Downloaded smallvec v0.6.14 |
| 1100 | 2026-05-20T15:26:04.845Z | Downloaded itertools v0.12.1 |
| 1101 | 2026-05-20T15:26:04.849Z | Downloaded try-lock v0.2.5 |
| 1102 | 2026-05-20T15:26:04.852Z | Downloaded tower-service v0.3.3 |
| 1103 | 2026-05-20T15:26:04.852Z | Downloaded tower-layer v0.3.3 |
| 1104 | 2026-05-20T15:26:04.852Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1105 | 2026-05-20T15:26:04.856Z | Downloaded termios v0.3.3 |
| 1106 | 2026-05-20T15:26:04.856Z | Downloaded tokio-rustls v0.25.0 |
| 1107 | 2026-05-20T15:26:04.856Z | Downloaded typify-macro v0.4.3 |
| 1108 | 2026-05-20T15:26:04.859Z | Downloaded universal-hash v0.5.1 |
| 1109 | 2026-05-20T15:26:04.859Z | Downloaded unit-prefix v0.5.2 |
| 1110 | 2026-05-20T15:26:04.865Z | Downloaded hyper v1.8.1 |
| 1111 | 2026-05-20T15:26:04.869Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-05-20T15:26:04.872Z | Downloaded time-macros v0.2.27 |
| 1113 | 2026-05-20T15:26:04.872Z | Downloaded unarray v0.1.4 |
| 1114 | 2026-05-20T15:26:04.875Z | Downloaded typify-macro v0.6.2 |
| 1115 | 2026-05-20T15:26:04.875Z | Downloaded signal-hook v0.3.18 |
| 1116 | 2026-05-20T15:26:04.878Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-05-20T15:26:04.878Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-05-20T15:26:04.881Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1119 | 2026-05-20T15:26:04.881Z | Downloaded untrusted v0.9.0 |
| 1120 | 2026-05-20T15:26:04.881Z | Downloaded tls_codec_derive v0.4.2 |
| 1121 | 2026-05-20T15:26:04.884Z | Downloaded similar v2.7.0 |
| 1122 | 2026-05-20T15:26:04.887Z | Downloaded usdt-attr-macro v0.6.0 |
| 1123 | 2026-05-20T15:26:04.887Z | Downloaded usdt v0.6.0 |
| 1124 | 2026-05-20T15:26:04.887Z | Downloaded socket2 v0.6.3 |
| 1125 | 2026-05-20T15:26:04.889Z | Downloaded unicode-truncate v1.1.0 |
| 1126 | 2026-05-20T15:26:04.889Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1127 | 2026-05-20T15:26:04.889Z | Downloaded tokio-native-tls v0.3.1 |
| 1128 | 2026-05-20T15:26:04.892Z | Downloaded tokio-dtrace v0.1.1 |
| 1129 | 2026-05-20T15:26:04.892Z | Downloaded rand v0.8.6 |
| 1130 | 2026-05-20T15:26:04.895Z | Downloaded rayon-core v1.13.0 |
| 1131 | 2026-05-20T15:26:04.897Z | Downloaded utf-8 v0.7.6 |
| 1132 | 2026-05-20T15:26:04.897Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1133 | 2026-05-20T15:26:04.900Z | Downloaded libxml v0.3.3 |
| 1134 | 2026-05-20T15:26:04.903Z | Downloaded usdt-macro v0.6.0 |
| 1135 | 2026-05-20T15:26:04.905Z | Downloaded slog v2.8.2 |
| 1136 | 2026-05-20T15:26:04.905Z | Downloaded term v0.7.0 |
| 1137 | 2026-05-20T15:26:04.908Z | Downloaded samael v0.0.19 |
| 1138 | 2026-05-20T15:26:04.911Z | Downloaded itertools v0.14.0 |
| 1139 | 2026-05-20T15:26:04.915Z | Downloaded schemars v0.8.22 |
| 1140 | 2026-05-20T15:26:04.921Z | Downloaded tui-tree-widget v0.23.1 |
| 1141 | 2026-05-20T15:26:04.924Z | Downloaded tokio-stream v0.1.18 |
| 1142 | 2026-05-20T15:26:04.926Z | Downloaded want v0.3.1 |
| 1143 | 2026-05-20T15:26:04.926Z | Downloaded wait-timeout v0.2.1 |
| 1144 | 2026-05-20T15:26:04.926Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-05-20T15:26:04.929Z | Downloaded void v1.0.2 |
| 1146 | 2026-05-20T15:26:04.929Z | Downloaded tokio-rustls v0.26.4 |
| 1147 | 2026-05-20T15:26:04.929Z | Downloaded tokio-rustls v0.24.1 |
| 1148 | 2026-05-20T15:26:04.932Z | Downloaded rsa v0.9.10 |
| 1149 | 2026-05-20T15:26:04.934Z | Downloaded publicsuffix v2.3.0 |
| 1150 | 2026-05-20T15:26:04.937Z | Downloaded iddqd v0.4.1 |
| 1151 | 2026-05-20T15:26:04.940Z | Downloaded qorb v0.4.1 |
| 1152 | 2026-05-20T15:26:04.942Z | Downloaded socket2 v0.5.10 |
| 1153 | 2026-05-20T15:26:04.945Z | Downloaded hkdf v0.12.4 |
| 1154 | 2026-05-20T15:26:04.945Z | Downloaded nom v8.0.0 |
| 1155 | 2026-05-20T15:26:04.949Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-05-20T15:26:04.952Z | Downloaded unicase v2.9.0 |
| 1157 | 2026-05-20T15:26:04.952Z | Downloaded rand v0.9.2 |
| 1158 | 2026-05-20T15:26:04.952Z | Downloaded term v1.2.1 |
| 1159 | 2026-05-20T15:26:04.955Z | Downloaded tls_codec v0.4.2 |
| 1160 | 2026-05-20T15:26:04.955Z | Downloaded snafu v0.8.9 |
| 1161 | 2026-05-20T15:26:04.958Z | Downloaded num-bigint v0.4.6 |
| 1162 | 2026-05-20T15:26:04.961Z | Downloaded itertools v0.13.0 |
| 1163 | 2026-05-20T15:26:04.965Z | Downloaded tokio-tungstenite v0.21.0 |
| 1164 | 2026-05-20T15:26:04.967Z | Downloaded rustls-webpki v0.103.9 |
| 1165 | 2026-05-20T15:26:04.970Z | Downloaded uzers v0.12.2 |
| 1166 | 2026-05-20T15:26:04.970Z | Downloaded usdt-impl v0.6.0 |
| 1167 | 2026-05-20T15:26:04.972Z | Downloaded schemars v1.2.1 |
| 1168 | 2026-05-20T15:26:04.979Z | Downloaded zeroize_derive v1.4.3 |
| 1169 | 2026-05-20T15:26:04.982Z | Downloaded xshell-macros v0.2.7 |
| 1170 | 2026-05-20T15:26:04.982Z | Downloaded vergen-git2 v1.0.7 |
| 1171 | 2026-05-20T15:26:04.982Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1172 | 2026-05-20T15:26:04.982Z | Downloaded tinyvec v1.10.0 |
| 1173 | 2026-05-20T15:26:04.985Z | Downloaded subprocess v0.2.15 |
| 1174 | 2026-05-20T15:26:04.987Z | Downloaded num-bigint-dig v0.8.6 |
| 1175 | 2026-05-20T15:26:04.990Z | Downloaded bitvec v1.0.1 |
| 1176 | 2026-05-20T15:26:04.995Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-05-20T15:26:04.998Z | Downloaded whoami v1.6.1 |
| 1178 | 2026-05-20T15:26:04.998Z | Downloaded vsss-rs v3.3.4 |
| 1179 | 2026-05-20T15:26:05.001Z | Downloaded zone v0.3.1 |
| 1180 | 2026-05-20T15:26:05.001Z | Downloaded vergen-lib v0.1.6 |
| 1181 | 2026-05-20T15:26:05.001Z | Downloaded zone_cfg_derive v0.3.1 |
| 1182 | 2026-05-20T15:26:05.004Z | Downloaded test-strategy v0.4.5 |
| 1183 | 2026-05-20T15:26:05.004Z | Downloaded twox-hash v2.1.2 |
| 1184 | 2026-05-20T15:26:05.007Z | Downloaded toml v0.7.8 |
| 1185 | 2026-05-20T15:26:05.007Z | Downloaded russh v0.45.0 |
| 1186 | 2026-05-20T15:26:05.010Z | Downloaded wyz v0.5.1 |
| 1187 | 2026-05-20T15:26:05.013Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1188 | 2026-05-20T15:26:05.016Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1189 | 2026-05-20T15:26:05.018Z | Downloaded futures-util v0.3.32 |
| 1190 | 2026-05-20T15:26:05.022Z | Downloaded xshell v0.2.7 |
| 1191 | 2026-05-20T15:26:05.026Z | Downloaded unicode-properties v0.1.4 |
| 1192 | 2026-05-20T15:26:05.026Z | Downloaded rand v0.10.1 |
| 1193 | 2026-05-20T15:26:05.029Z | Downloaded blake3 v1.8.3 |
| 1194 | 2026-05-20T15:26:05.032Z | Downloaded p521 v0.13.3 |
| 1195 | 2026-05-20T15:26:05.035Z | Downloaded tracing-core v0.1.36 |
| 1196 | 2026-05-20T15:26:05.037Z | Downloaded zeroize v1.8.2 |
| 1197 | 2026-05-20T15:26:05.038Z | Downloaded tungstenite v0.21.0 |
| 1198 | 2026-05-20T15:26:05.040Z | Downloaded h2 v0.4.13 |
| 1199 | 2026-05-20T15:26:05.043Z | Downloaded typify v0.4.3 |
| 1200 | 2026-05-20T15:26:05.046Z | Downloaded vergen v9.0.6 |
| 1201 | 2026-05-20T15:26:05.048Z | Downloaded tracing-attributes v0.1.31 |
| 1202 | 2026-05-20T15:26:05.048Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1203 | 2026-05-20T15:26:05.051Z | Downloaded zstd-safe v7.2.4 |
| 1204 | 2026-05-20T15:26:05.053Z | Downloaded libm v0.2.16 |
| 1205 | 2026-05-20T15:26:05.056Z | Downloaded tungstenite v0.23.0 |
| 1206 | 2026-05-20T15:26:05.059Z | Downloaded vergen-gitcl v1.0.8 |
| 1207 | 2026-05-20T15:26:05.062Z | Downloaded unsafe-libyaml v0.2.11 |
| 1208 | 2026-05-20T15:26:05.067Z | Downloaded steno v0.4.1 |
| 1209 | 2026-05-20T15:26:05.072Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1210 | 2026-05-20T15:26:05.075Z | Downloaded typify v0.6.2 |
| 1211 | 2026-05-20T15:26:05.081Z | Downloaded rustyline v14.0.0 |
| 1212 | 2026-05-20T15:26:05.090Z | Downloaded tar v0.4.45 |
| 1213 | 2026-05-20T15:26:05.093Z | Downloaded vte v0.14.1 |
| 1214 | 2026-05-20T15:26:05.096Z | Downloaded zerocopy v0.6.6 |
| 1215 | 2026-05-20T15:26:05.096Z | Downloaded zstd v0.13.3 |
| 1216 | 2026-05-20T15:26:05.098Z | Downloaded yasna v0.5.2 |
| 1217 | 2026-05-20T15:26:05.098Z | Downloaded iri-string v0.7.10 |
| 1218 | 2026-05-20T15:26:05.103Z | Downloaded walkdir v2.5.0 |
| 1219 | 2026-05-20T15:26:05.108Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-05-20T15:26:05.117Z | Downloaded uuid v1.23.0 |
| 1221 | 2026-05-20T15:26:05.120Z | Downloaded bindgen v0.71.1 |
| 1222 | 2026-05-20T15:26:05.123Z | Downloaded p384 v0.13.1 |
| 1223 | 2026-05-20T15:26:05.126Z | Downloaded unicode-bidi v0.3.18 |
| 1224 | 2026-05-20T15:26:05.129Z | Downloaded rpassword v7.4.0 |
| 1225 | 2026-05-20T15:26:05.129Z | Downloaded reedline v0.40.0 |
| 1226 | 2026-05-20T15:26:05.138Z | Downloaded chrono v0.4.44 |
| 1227 | 2026-05-20T15:26:05.143Z | Downloaded aws-lc-rs v1.16.3 |
| 1228 | 2026-05-20T15:26:05.184Z | Downloaded curve25519-dalek v4.1.3 |
| 1229 | 2026-05-20T15:26:05.185Z | Downloaded ssh-key v0.6.7 |
| 1230 | 2026-05-20T15:26:05.185Z | Downloaded zip v0.6.6 |
| 1231 | 2026-05-20T15:26:05.185Z | Downloaded tokio-postgres v0.7.16 |
| 1232 | 2026-05-20T15:26:05.185Z | Downloaded unicode_categories v0.1.1 |
| 1233 | 2026-05-20T15:26:05.187Z | Downloaded regex v1.12.3 |
| 1234 | 2026-05-20T15:26:05.201Z | Downloaded salty v0.3.0 |
| 1235 | 2026-05-20T15:26:05.205Z | Downloaded lalrpop v0.19.12 |
| 1236 | 2026-05-20T15:26:05.212Z | Downloaded zopfli v0.8.3 |
| 1237 | 2026-05-20T15:26:05.214Z | Downloaded unicode-segmentation v1.12.0 |
| 1238 | 2026-05-20T15:26:05.217Z | Downloaded x509-cert v0.2.5 |
| 1239 | 2026-05-20T15:26:05.219Z | Downloaded reqwest v0.13.2 |
| 1240 | 2026-05-20T15:26:05.222Z | Downloaded git2 v0.20.4 |
| 1241 | 2026-05-20T15:26:05.230Z | Downloaded tower v0.5.3 |
| 1242 | 2026-05-20T15:26:05.236Z | Downloaded yansi v1.0.1 |
| 1243 | 2026-05-20T15:26:05.238Z | Downloaded typed-path v0.9.3 |
| 1244 | 2026-05-20T15:26:05.244Z | Downloaded quick-xml v0.37.5 |
| 1245 | 2026-05-20T15:26:05.254Z | Downloaded petname v2.0.2 |
| 1246 | 2026-05-20T15:26:05.257Z | Downloaded rustls-webpki v0.102.8 |
| 1247 | 2026-05-20T15:26:05.267Z | Downloaded tough v0.22.0 |
| 1248 | 2026-05-20T15:26:05.272Z | Downloaded tokio-util v0.7.18 |
| 1249 | 2026-05-20T15:26:05.276Z | Downloaded zerocopy-derive v0.8.40 |
| 1250 | 2026-05-20T15:26:05.281Z | Downloaded serde_with v3.17.0 |
| 1251 | 2026-05-20T15:26:05.288Z | Downloaded moka v0.12.13 |
| 1252 | 2026-05-20T15:26:05.292Z | Downloaded rustls-webpki v0.101.7 |
| 1253 | 2026-05-20T15:26:05.300Z | Downloaded unicode-normalization v0.1.25 |
| 1254 | 2026-05-20T15:26:05.302Z | Downloaded nix v0.27.1 |
| 1255 | 2026-05-20T15:26:05.308Z | Downloaded winnow v0.6.26 |
| 1256 | 2026-05-20T15:26:05.312Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-05-20T15:26:05.315Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-05-20T15:26:05.320Z | Downloaded polar-core v0.27.3 |
| 1259 | 2026-05-20T15:26:05.325Z | Downloaded rayon v1.11.0 |
| 1260 | 2026-05-20T15:26:05.329Z | Downloaded quinn-proto v0.11.13 |
| 1261 | 2026-05-20T15:26:05.333Z | Downloaded portable-atomic v1.13.1 |
| 1262 | 2026-05-20T15:26:05.338Z | Downloaded openssl v0.10.79 |
| 1263 | 2026-05-20T15:26:05.343Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-05-20T15:26:05.348Z | Downloaded reqwest v0.12.28 |
| 1265 | 2026-05-20T15:26:05.352Z | Downloaded winnow v1.0.3 |
| 1266 | 2026-05-20T15:26:05.357Z | Downloaded tower-http v0.6.8 |
| 1267 | 2026-05-20T15:26:05.362Z | Downloaded proptest v1.10.0 |
| 1268 | 2026-05-20T15:26:05.372Z | Downloaded object v0.30.4 |
| 1269 | 2026-05-20T15:26:05.376Z | Downloaded goblin v0.10.5 |
| 1270 | 2026-05-20T15:26:05.386Z | Downloaded rustls v0.21.12 |
| 1271 | 2026-05-20T15:26:05.400Z | Downloaded zip v4.6.1 |
| 1272 | 2026-05-20T15:26:05.425Z | Downloaded openapiv3 v2.2.0 |
| 1273 | 2026-05-20T15:26:05.460Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-05-20T15:26:05.464Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-05-20T15:26:05.494Z | Downloaded tabled v0.20.0 |
| 1276 | 2026-05-20T15:26:05.504Z | Downloaded time v0.3.47 |
| 1277 | 2026-05-20T15:26:05.511Z | Downloaded diesel v2.3.7 |
| 1278 | 2026-05-20T15:26:05.522Z | Downloaded regex-syntax v0.6.29 |
| 1279 | 2026-05-20T15:26:05.528Z | Downloaded smoltcp v0.9.1 |
| 1280 | 2026-05-20T15:26:05.531Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1281 | 2026-05-20T15:26:05.539Z | Downloaded object v0.37.3 |
| 1282 | 2026-05-20T15:26:05.545Z | Downloaded vcpkg v0.2.15 |
| 1283 | 2026-05-20T15:26:05.567Z | Downloaded typify-impl v0.6.2 |
| 1284 | 2026-05-20T15:26:05.575Z | Downloaded zlib-rs v0.6.2 |
| 1285 | 2026-05-20T15:26:05.578Z | Downloaded webpki-roots v1.0.6 |
| 1286 | 2026-05-20T15:26:05.582Z | Downloaded smoltcp v0.11.0 |
| 1287 | 2026-05-20T15:26:05.587Z | Downloaded zerocopy v0.8.40 |
| 1288 | 2026-05-20T15:26:05.593Z | Downloaded typify-impl v0.4.3 |
| 1289 | 2026-05-20T15:26:05.602Z | Downloaded regress v0.11.1 |
| 1290 | 2026-05-20T15:26:05.607Z | Downloaded rustls v0.23.37 |
| 1291 | 2026-05-20T15:26:05.613Z | Downloaded hickory-proto v0.25.2 |
| 1292 | 2026-05-20T15:26:05.625Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-05-20T15:26:05.628Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-20T15:26:05.637Z | Downloaded regress v0.10.5 |
| 1295 | 2026-05-20T15:26:05.644Z | Downloaded rustls v0.22.4 |
| 1296 | 2026-05-20T15:26:05.650Z | Downloaded nix v0.31.2 |
| 1297 | 2026-05-20T15:26:05.655Z | Downloaded dropshot v0.16.7 |
| 1298 | 2026-05-20T15:26:05.667Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-05-20T15:26:05.681Z | Downloaded chrono-tz v0.10.4 |
| 1300 | 2026-05-20T15:26:05.688Z | Downloaded sqlparser v0.61.0 |
| 1301 | 2026-05-20T15:26:05.694Z | Downloaded hickory-proto v0.24.4 |
| 1302 | 2026-05-20T15:26:05.702Z | Downloaded dropshot v0.17.0 |
| 1303 | 2026-05-20T15:26:05.714Z | Downloaded tracing v0.1.44 |
| 1304 | 2026-05-20T15:26:05.727Z | Downloaded ratatui v0.29.0 |
| 1305 | 2026-05-20T15:26:05.737Z | Downloaded sled v0.34.7 |
| 1306 | 2026-05-20T15:26:05.742Z | Downloaded nix v0.28.0 |
| 1307 | 2026-05-20T15:26:05.749Z | Downloaded nix v0.29.0 |
| 1308 | 2026-05-20T15:26:05.758Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-05-20T15:26:05.764Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1310 | 2026-05-20T15:26:05.783Z | Downloaded jiff v0.2.21 |
| 1311 | 2026-05-20T15:26:05.819Z | Downloaded libz-sys v1.1.24 |
| 1312 | 2026-05-20T15:26:05.832Z | Downloaded petgraph v0.8.3 |
| 1313 | 2026-05-20T15:26:05.844Z | Downloaded csv v1.4.0 |
| 1314 | 2026-05-20T15:26:05.857Z | Downloaded tokio v1.52.1 |
| 1315 | 2026-05-20T15:26:05.900Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-05-20T15:26:05.911Z | Downloaded ring v0.17.14 |
| 1317 | 2026-05-20T15:26:05.954Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1318 | 2026-05-20T15:26:06.434Z | Downloaded aws-lc-sys v0.40.0 |
| 1319 | 2026-05-20T15:26:06.679Z | Compiling libc v0.2.185 |
| 1320 | 2026-05-20T15:26:06.679Z | Compiling serde v1.0.228 |
| 1321 | 2026-05-20T15:26:06.683Z | Compiling log v0.4.29 |
| 1322 | 2026-05-20T15:26:06.683Z | Compiling find-msvc-tools v0.1.9 |
| 1323 | 2026-05-20T15:26:06.683Z | Compiling shlex v1.3.0 |
| 1324 | 2026-05-20T15:26:06.817Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-05-20T15:26:06.836Z | Compiling syn v2.0.117 |
| 1326 | 2026-05-20T15:26:06.854Z | Compiling typenum v1.19.0 |
| 1327 | 2026-05-20T15:26:07.034Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-05-20T15:26:07.060Z | Compiling subtle v2.6.1 |
| 1329 | 2026-05-20T15:26:07.073Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-05-20T15:26:07.103Z | Compiling const-oid v0.9.6 |
| 1331 | 2026-05-20T15:26:07.167Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-05-20T15:26:07.180Z | Compiling serde_json v1.0.149 |
| 1333 | 2026-05-20T15:26:07.239Z | Compiling zerocopy v0.8.40 |
| 1334 | 2026-05-20T15:26:07.281Z | Compiling pin-project-lite v0.2.17 |
| 1335 | 2026-05-20T15:26:07.376Z | Compiling portable-atomic v1.13.1 |
| 1336 | 2026-05-20T15:26:07.392Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-05-20T15:26:07.648Z | Compiling pkg-config v0.3.32 |
| 1338 | 2026-05-20T15:26:07.707Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-05-20T15:26:07.741Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-05-20T15:26:07.842Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-05-20T15:26:07.857Z | Compiling errno v0.3.14 |
| 1342 | 2026-05-20T15:26:08.002Z | Compiling cc v1.2.56 |
| 1343 | 2026-05-20T15:26:08.122Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-20T15:26:08.135Z | Compiling bitflags v2.11.0 |
| 1345 | 2026-05-20T15:26:08.217Z | Compiling libm v0.2.16 |
| 1346 | 2026-05-20T15:26:08.238Z | Compiling critical-section v1.2.0 |
| 1347 | 2026-05-20T15:26:08.352Z | Compiling futures-core v0.3.32 |
| 1348 | 2026-05-20T15:26:08.366Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-05-20T15:26:08.441Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-05-20T15:26:08.457Z | Compiling mio v1.2.0 |
| 1351 | 2026-05-20T15:26:08.522Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-05-20T15:26:08.579Z | Compiling percent-encoding v2.3.2 |
| 1353 | 2026-05-20T15:26:08.593Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-05-20T15:26:08.775Z | Compiling futures-sink v0.3.32 |
| 1355 | 2026-05-20T15:26:08.821Z | Compiling getrandom v0.4.1 |
| 1356 | 2026-05-20T15:26:08.875Z | Compiling futures-channel v0.3.32 |
| 1357 | 2026-05-20T15:26:08.890Z | Compiling futures-task v0.3.32 |
| 1358 | 2026-05-20T15:26:08.925Z | Compiling slab v0.4.12 |
| 1359 | 2026-05-20T15:26:09.016Z | Compiling futures-io v0.3.32 |
| 1360 | 2026-05-20T15:26:09.059Z | Compiling cpufeatures v0.2.17 |
| 1361 | 2026-05-20T15:26:09.103Z | Compiling rand_core v0.10.0 |
| 1362 | 2026-05-20T15:26:09.107Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-05-20T15:26:09.139Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-05-20T15:26:09.170Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-05-20T15:26:09.184Z | Compiling cmake v0.1.57 |
| 1366 | 2026-05-20T15:26:09.566Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-05-20T15:26:09.587Z | Compiling dunce v1.0.5 |
| 1368 | 2026-05-20T15:26:09.622Z | Compiling fs_extra v1.3.0 |
| 1369 | 2026-05-20T15:26:09.709Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-05-20T15:26:09.746Z | Compiling synstructure v0.13.2 |
| 1371 | 2026-05-20T15:26:09.791Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-05-20T15:26:09.832Z | Compiling rustix v1.1.3 |
| 1373 | 2026-05-20T15:26:09.898Z | Compiling aws-lc-sys v0.40.0 |
| 1374 | 2026-05-20T15:26:10.102Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2026-05-20T15:26:10.149Z | Compiling flagset v0.4.7 |
| 1376 | 2026-05-20T15:26:10.163Z | Compiling regex-syntax v0.8.10 |
| 1377 | 2026-05-20T15:26:10.208Z | Compiling iana-time-zone v0.1.65 |
| 1378 | 2026-05-20T15:26:10.328Z | Compiling rand_core v0.9.5 |
| 1379 | 2026-05-20T15:26:10.389Z | Compiling ring v0.17.14 |
| 1380 | 2026-05-20T15:26:10.408Z | Compiling aws-lc-rs v1.16.3 |
| 1381 | 2026-05-20T15:26:10.408Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-05-20T15:26:10.602Z | Compiling uuid v1.23.0 |
| 1383 | 2026-05-20T15:26:10.690Z | Compiling rustc_version v0.4.1 |
| 1384 | 2026-05-20T15:26:11.014Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-05-20T15:26:11.137Z | Compiling openssl-sys v0.9.115 |
| 1386 | 2026-05-20T15:26:11.286Z | Compiling base64 v0.22.1 |
| 1387 | 2026-05-20T15:26:11.501Z | Compiling serde_derive v1.0.228 |
| 1388 | 2026-05-20T15:26:11.591Z | Compiling zeroize_derive v1.4.3 |
| 1389 | 2026-05-20T15:26:11.646Z | Compiling zerofrom-derive v0.1.6 |
| 1390 | 2026-05-20T15:26:11.674Z | Compiling yoke-derive v0.8.1 |
| 1391 | 2026-05-20T15:26:11.703Z | Compiling zerocopy-derive v0.8.40 |
| 1392 | 2026-05-20T15:26:12.239Z | Compiling zeroize v1.8.2 |
| 1393 | 2026-05-20T15:26:12.521Z | Compiling zerovec-derive v0.11.2 |
| 1394 | 2026-05-20T15:26:12.840Z | Compiling displaydoc v0.2.5 |
| 1395 | 2026-05-20T15:26:12.984Z | Compiling crypto-common v0.1.7 |
| 1396 | 2026-05-20T15:26:13.032Z | Compiling zerofrom v0.1.6 |
| 1397 | 2026-05-20T15:26:13.127Z | Compiling block-buffer v0.10.4 |
| 1398 | 2026-05-20T15:26:13.156Z | Compiling yoke v0.8.1 |
| 1399 | 2026-05-20T15:26:13.297Z | Compiling digest v0.10.7 |
| 1400 | 2026-05-20T15:26:13.336Z | Compiling tokio-macros v2.7.0 |
| 1401 | 2026-05-20T15:26:13.542Z | Compiling futures-macro v0.3.32 |
| 1402 | 2026-05-20T15:26:13.585Z | Compiling zerotrie v0.2.3 |
| 1403 | 2026-05-20T15:26:13.615Z | Compiling zerovec v0.11.5 |
| 1404 | 2026-05-20T15:26:13.881Z | Compiling hmac v0.12.1 |
| 1405 | 2026-05-20T15:26:14.042Z | Compiling block-padding v0.3.3 |
| 1406 | 2026-05-20T15:26:14.060Z | Compiling tinystr v0.8.2 |
| 1407 | 2026-05-20T15:26:14.122Z | Compiling potential_utf v0.1.4 |
| 1408 | 2026-05-20T15:26:14.205Z | Compiling inout v0.1.4 |
| 1409 | 2026-05-20T15:26:14.265Z | Compiling icu_locale_core v2.1.1 |
| 1410 | 2026-05-20T15:26:14.283Z | Compiling icu_collections v2.1.1 |
| 1411 | 2026-05-20T15:26:14.334Z | Compiling futures-util v0.3.32 |
| 1412 | 2026-05-20T15:26:14.369Z | Compiling cipher v0.4.4 |
| 1413 | 2026-05-20T15:26:14.622Z | Compiling sha2 v0.10.9 |
| 1414 | 2026-05-20T15:26:14.752Z | Compiling der_derive v0.7.3 |
| 1415 | 2026-05-20T15:26:14.954Z | Compiling bytes v1.11.1 |
| 1416 | 2026-05-20T15:26:15.131Z | Compiling icu_provider v2.1.1 |
| 1417 | 2026-05-20T15:26:15.433Z | Compiling tokio v1.52.1 |
| 1418 | 2026-05-20T15:26:15.568Z | Compiling icu_properties v2.1.2 |
| 1419 | 2026-05-20T15:26:15.675Z | Compiling icu_normalizer v2.1.1 |
| 1420 | 2026-05-20T15:26:15.699Z | Compiling der v0.7.10 |
| 1421 | 2026-05-20T15:26:15.989Z | Compiling ppv-lite86 v0.2.21 |
| 1422 | 2026-05-20T15:26:16.123Z | Compiling http v1.4.0 |
| 1423 | 2026-05-20T15:26:16.212Z | Compiling chrono v0.4.44 |
| 1424 | 2026-05-20T15:26:16.303Z | Compiling salsa20 v0.10.2 |
| 1425 | 2026-05-20T15:26:16.489Z | Compiling idna_adapter v1.2.1 |
| 1426 | 2026-05-20T15:26:16.614Z | Compiling idna v1.1.0 |
| 1427 | 2026-05-20T15:26:16.629Z | Compiling spki v0.7.3 |
| 1428 | 2026-05-20T15:26:16.712Z | Compiling pbkdf2 v0.12.2 |
| 1429 | 2026-05-20T15:26:16.829Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-05-20T15:26:16.832Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-05-20T15:26:16.901Z | Compiling url v2.5.8 |
| 1432 | 2026-05-20T15:26:17.082Z | Compiling tracing-attributes v0.1.31 |
| 1433 | 2026-05-20T15:26:17.260Z | Compiling scrypt v0.11.0 |
| 1434 | 2026-05-20T15:26:17.274Z | Compiling http-body v1.0.1 |
| 1435 | 2026-05-20T15:26:17.425Z | Compiling rand_chacha v0.9.0 |
| 1436 | 2026-05-20T15:26:17.512Z | Compiling cbc v0.1.2 |
| 1437 | 2026-05-20T15:26:17.623Z | Compiling aes v0.8.4 |
| 1438 | 2026-05-20T15:26:17.695Z | Compiling untrusted v0.9.0 |
| 1439 | 2026-05-20T15:26:17.732Z | Compiling httparse v1.10.1 |
| 1440 | 2026-05-20T15:26:17.815Z | Compiling openssl-probe v0.2.1 |
| 1441 | 2026-05-20T15:26:17.988Z | Compiling untrusted v0.7.1 |
| 1442 | 2026-05-20T15:26:18.063Z | Compiling tinyvec_macros v0.1.1 |
| 1443 | 2026-05-20T15:26:18.111Z | Compiling pkcs5 v0.7.1 |
| 1444 | 2026-05-20T15:26:18.138Z | Compiling tinyvec v1.10.0 |
| 1445 | 2026-05-20T15:26:18.169Z | Compiling thiserror v2.0.18 |
| 1446 | 2026-05-20T15:26:18.270Z | Compiling pest_generator v2.8.6 |
| 1447 | 2026-05-20T15:26:18.389Z | Compiling tracing v0.1.44 |
| 1448 | 2026-05-20T15:26:18.469Z | Compiling rand v0.9.2 |
| 1449 | 2026-05-20T15:26:18.595Z | Compiling serde_derive_internals v0.29.1 |
| 1450 | 2026-05-20T15:26:18.657Z | Compiling aho-corasick v1.1.4 |
| 1451 | 2026-05-20T15:26:18.671Z | Compiling rustls v0.23.37 |
| 1452 | 2026-05-20T15:26:18.837Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-05-20T15:26:18.955Z | Compiling schemars v0.8.22 |
| 1454 | 2026-05-20T15:26:18.969Z | Compiling try-lock v0.2.5 |
| 1455 | 2026-05-20T15:26:19.076Z | Compiling tower-service v0.3.3 |
| 1456 | 2026-05-20T15:26:19.155Z | Compiling dyn-clone v1.0.20 |
| 1457 | 2026-05-20T15:26:19.173Z | Compiling tower-layer v0.3.3 |
| 1458 | 2026-05-20T15:26:19.246Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-05-20T15:26:19.307Z | Compiling want v0.3.1 |
| 1460 | 2026-05-20T15:26:19.331Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-05-20T15:26:19.470Z | Compiling regex-automata v0.4.14 |
| 1462 | 2026-05-20T15:26:19.473Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-05-20T15:26:19.746Z | Compiling pkcs8 v0.10.2 |
| 1464 | 2026-05-20T15:26:19.906Z | Compiling h2 v0.4.13 |
| 1465 | 2026-05-20T15:26:20.253Z | Compiling ipnet v2.11.0 |
| 1466 | 2026-05-20T15:26:20.326Z | Compiling scroll_derive v0.13.1 |
| 1467 | 2026-05-20T15:26:20.339Z | Compiling darling_core v0.20.11 |
| 1468 | 2026-05-20T15:26:20.704Z | Compiling foreign-types-shared v0.1.1 |
| 1469 | 2026-05-20T15:26:20.744Z | Compiling pin-utils v0.1.0 |
| 1470 | 2026-05-20T15:26:20.790Z | Compiling httpdate v1.0.3 |
| 1471 | 2026-05-20T15:26:20.815Z | Compiling openssl v0.10.79 |
| 1472 | 2026-05-20T15:26:21.009Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-05-20T15:26:21.064Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-05-20T15:26:21.107Z | Compiling scroll v0.13.0 |
| 1475 | 2026-05-20T15:26:21.124Z | Compiling unicode-normalization v0.1.25 |
| 1476 | 2026-05-20T15:26:21.470Z | Compiling openssl-macros v0.1.1 |
| 1477 | 2026-05-20T15:26:21.604Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1478 | 2026-05-20T15:26:21.841Z | Compiling socket2 v0.5.10 |
| 1479 | 2026-05-20T15:26:21.856Z | Compiling spin v0.9.8 |
| 1480 | 2026-05-20T15:26:21.997Z | Compiling native-tls v0.2.18 |
| 1481 | 2026-05-20T15:26:22.060Z | Compiling time-core v0.1.8 |
| 1482 | 2026-05-20T15:26:22.196Z | Compiling powerfmt v0.2.0 |
| 1483 | 2026-05-20T15:26:22.212Z | Compiling num-conv v0.2.0 |
| 1484 | 2026-05-20T15:26:22.239Z | Compiling crc32fast v1.5.0 |
| 1485 | 2026-05-20T15:26:22.341Z | Compiling time-macros v0.2.27 |
| 1486 | 2026-05-20T15:26:22.398Z | Compiling deranged v0.5.8 |
| 1487 | 2026-05-20T15:26:22.617Z | Compiling darling_macro v0.20.11 |
| 1488 | 2026-05-20T15:26:23.070Z | Compiling hyper v1.8.1 |
| 1489 | 2026-05-20T15:26:23.369Z | Compiling darling v0.20.11 |
| 1490 | 2026-05-20T15:26:23.383Z | Compiling goblin v0.10.5 |
| 1491 | 2026-05-20T15:26:23.450Z | Compiling rustls-native-certs v0.8.3 |
| 1492 | 2026-05-20T15:26:23.566Z | Compiling sync_wrapper v1.0.2 |
| 1493 | 2026-05-20T15:26:23.677Z | Compiling wait-timeout v0.2.1 |
| 1494 | 2026-05-20T15:26:23.737Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-05-20T15:26:23.831Z | Compiling unicode-segmentation v1.12.0 |
| 1496 | 2026-05-20T15:26:23.867Z | Compiling syn v1.0.109 |
| 1497 | 2026-05-20T15:26:23.937Z | Compiling bit-vec v0.8.0 |
| 1498 | 2026-05-20T15:26:24.155Z | Compiling hyper-util v0.1.20 |
| 1499 | 2026-05-20T15:26:24.165Z | Compiling usdt-impl v0.6.0 |
| 1500 | 2026-05-20T15:26:24.209Z | Compiling crossbeam-utils v0.8.21 |
| 1501 | 2026-05-20T15:26:24.360Z | Compiling siphasher v1.0.2 |
| 1502 | 2026-05-20T15:26:24.488Z | Compiling simd-adler32 v0.3.8 |
| 1503 | 2026-05-20T15:26:24.547Z | Compiling num_threads v0.1.7 |
| 1504 | 2026-05-20T15:26:24.629Z | Compiling time v0.3.47 |
| 1505 | 2026-05-20T15:26:24.706Z | Compiling bit-set v0.8.0 |
| 1506 | 2026-05-20T15:26:24.867Z | Compiling rusty-fork v0.3.1 |
| 1507 | 2026-05-20T15:26:25.036Z | Compiling tower v0.5.3 |
| 1508 | 2026-05-20T15:26:25.177Z | Compiling derive_builder_core v0.20.2 |
| 1509 | 2026-05-20T15:26:25.509Z | Compiling dtrace-parser v0.3.0 |
| 1510 | 2026-05-20T15:26:25.676Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-05-20T15:26:25.857Z | Compiling webpki-roots v1.0.6 |
| 1512 | 2026-05-20T15:26:25.919Z | Compiling signature v2.2.0 |
| 1513 | 2026-05-20T15:26:25.977Z | Compiling scroll_derive v0.12.1 |
| 1514 | 2026-05-20T15:26:26.036Z | Compiling dof v0.4.0 |
| 1515 | 2026-05-20T15:26:26.095Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-05-20T15:26:26.199Z | Compiling heapless v0.7.17 |
| 1517 | 2026-05-20T15:26:26.245Z | Compiling rand_xorshift v0.4.0 |
| 1518 | 2026-05-20T15:26:26.426Z | Compiling slog v2.8.2 |
| 1519 | 2026-05-20T15:26:26.483Z | Compiling darling_core v0.21.3 |
| 1520 | 2026-05-20T15:26:26.611Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1521 | 2026-05-20T15:26:26.683Z | Compiling thread-id v5.1.0 |
| 1522 | 2026-05-20T15:26:26.768Z | Compiling cookie v0.18.1 |
| 1523 | 2026-05-20T15:26:26.885Z | Compiling allocator-api2 v0.2.21 |
| 1524 | 2026-05-20T15:26:26.948Z | Compiling unicode-properties v0.1.4 |
| 1525 | 2026-05-20T15:26:27.162Z | Compiling unicode-bidi v0.3.18 |
| 1526 | 2026-05-20T15:26:27.212Z | Compiling adler2 v2.0.1 |
| 1527 | 2026-05-20T15:26:27.251Z | Compiling zstd-safe v7.2.4 |
| 1528 | 2026-05-20T15:26:27.346Z | Compiling anyhow v1.0.102 |
| 1529 | 2026-05-20T15:26:27.363Z | Compiling iri-string v0.7.10 |
| 1530 | 2026-05-20T15:26:27.445Z | Compiling signal-hook v0.3.18 |
| 1531 | 2026-05-20T15:26:27.614Z | Compiling ryu v1.0.23 |
| 1532 | 2026-05-20T15:26:27.646Z | Compiling paste v1.0.15 |
| 1533 | 2026-05-20T15:26:27.649Z | Compiling unarray v0.1.4 |
| 1534 | 2026-05-20T15:26:27.765Z | Compiling proptest v1.10.0 |
| 1535 | 2026-05-20T15:26:27.785Z | Compiling serde_urlencoded v0.7.1 |
| 1536 | 2026-05-20T15:26:27.927Z | Compiling stringprep v0.1.5 |
| 1537 | 2026-05-20T15:26:27.956Z | Compiling thiserror v1.0.69 |
| 1538 | 2026-05-20T15:26:28.030Z | Compiling miniz_oxide v0.8.9 |
| 1539 | 2026-05-20T15:26:28.613Z | Compiling tower-http v0.6.8 |
| 1540 | 2026-05-20T15:26:28.822Z | Compiling scroll v0.12.0 |
| 1541 | 2026-05-20T15:26:28.921Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-05-20T15:26:28.935Z | Compiling tokio-native-tls v0.3.1 |
| 1543 | 2026-05-20T15:26:28.980Z | Compiling darling_macro v0.21.3 |
| 1544 | 2026-05-20T15:26:29.081Z | Compiling heck v0.4.1 |
| 1545 | 2026-05-20T15:26:29.094Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-05-20T15:26:29.302Z | Compiling bstr v1.12.1 |
| 1547 | 2026-05-20T15:26:29.363Z | Compiling rand_chacha v0.3.1 |
| 1548 | 2026-05-20T15:26:29.448Z | Compiling erased-serde v0.3.31 |
| 1549 | 2026-05-20T15:26:29.478Z | Compiling serde_spanned v0.6.9 |
| 1550 | 2026-05-20T15:26:29.548Z | Compiling serde_tokenstream v0.2.3 |
| 1551 | 2026-05-20T15:26:29.620Z | Compiling toml_datetime v0.6.11 |
| 1552 | 2026-05-20T15:26:29.860Z | Compiling md-5 v0.10.6 |
| 1553 | 2026-05-20T15:26:29.882Z | Compiling async-trait v0.1.89 |
| 1554 | 2026-05-20T15:26:29.930Z | Compiling zerocopy-derive v0.7.35 |
| 1555 | 2026-05-20T15:26:29.943Z | Compiling pin-project-internal v1.1.11 |
| 1556 | 2026-05-20T15:26:30.024Z | Compiling curve25519-dalek v4.1.3 |
| 1557 | 2026-05-20T15:26:30.163Z | Compiling vergen-lib v0.1.6 |
| 1558 | 2026-05-20T15:26:30.345Z | Compiling num-integer v0.1.46 |
| 1559 | 2026-05-20T15:26:30.363Z | Compiling hash32 v0.2.1 |
| 1560 | 2026-05-20T15:26:30.557Z | Compiling ff v0.13.1 |
| 1561 | 2026-05-20T15:26:30.662Z | Compiling memoffset v0.9.1 |
| 1562 | 2026-05-20T15:26:30.694Z | Compiling encoding_rs v0.8.35 |
| 1563 | 2026-05-20T15:26:30.785Z | Compiling litrs v1.0.0 |
| 1564 | 2026-05-20T15:26:30.859Z | Compiling base16ct v0.2.0 |
| 1565 | 2026-05-20T15:26:30.886Z | Compiling zlib-rs v0.6.2 |
| 1566 | 2026-05-20T15:26:31.035Z | Compiling cfg_aliases v0.2.1 |
| 1567 | 2026-05-20T15:26:31.038Z | Compiling ref-cast v1.0.25 |
| 1568 | 2026-05-20T15:26:31.123Z | Compiling fallible-iterator v0.2.0 |
| 1569 | 2026-05-20T15:26:31.299Z | Compiling rustix v0.38.44 |
| 1570 | 2026-05-20T15:26:31.407Z | Compiling psl-types v2.0.11 |
| 1571 | 2026-05-20T15:26:31.498Z | Compiling smoltcp v0.9.1 |
| 1572 | 2026-05-20T15:26:31.539Z | Compiling num-bigint-dig v0.8.6 |
| 1573 | 2026-05-20T15:26:31.673Z | Compiling mime v0.3.17 |
| 1574 | 2026-05-20T15:26:31.856Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-05-20T15:26:31.873Z | Compiling postgres-protocol v0.6.10 |
| 1576 | 2026-05-20T15:26:31.987Z | Compiling document-features v0.2.12 |
| 1577 | 2026-05-20T15:26:32.027Z | Compiling nix v0.31.2 |
| 1578 | 2026-05-20T15:26:32.243Z | Compiling pin-project v1.1.11 |
| 1579 | 2026-05-20T15:26:32.345Z | Compiling sec1 v0.7.3 |
| 1580 | 2026-05-20T15:26:32.417Z | Compiling zerocopy v0.7.35 |
| 1581 | 2026-05-20T15:26:32.497Z | Compiling group v0.13.0 |
| 1582 | 2026-05-20T15:26:32.572Z | Compiling num-iter v0.1.45 |
| 1583 | 2026-05-20T15:26:32.711Z | Compiling newtype-uuid v1.3.2 |
| 1584 | 2026-05-20T15:26:32.924Z | Compiling hubpack_derive v0.1.1 |
| 1585 | 2026-05-20T15:26:32.961Z | Compiling rand v0.8.6 |
| 1586 | 2026-05-20T15:26:33.038Z | Compiling darling v0.21.3 |
| 1587 | 2026-05-20T15:26:33.084Z | Compiling derive_builder v0.20.2 |
| 1588 | 2026-05-20T15:26:33.120Z | Compiling oxnet v0.1.5 |
| 1589 | 2026-05-20T15:26:33.138Z | Compiling snafu-derive v0.8.9 |
| 1590 | 2026-05-20T15:26:33.206Z | Compiling hyper-tls v0.6.0 |
| 1591 | 2026-05-20T15:26:33.431Z | Compiling goblin v0.8.2 |
| 1592 | 2026-05-20T15:26:33.800Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-05-20T15:26:34.147Z | Compiling phf_shared v0.13.1 |
| 1594 | 2026-05-20T15:26:34.204Z | Compiling lazy_static v1.5.0 |
| 1595 | 2026-05-20T15:26:34.301Z | Compiling regex v1.12.3 |
| 1596 | 2026-05-20T15:26:34.385Z | Compiling anstyle-parse v0.2.7 |
| 1597 | 2026-05-20T15:26:34.400Z | Compiling strum_macros v0.27.2 |
| 1598 | 2026-05-20T15:26:34.461Z | Compiling futures-executor v0.3.32 |
| 1599 | 2026-05-20T15:26:34.566Z | Compiling hex v0.4.3 |
| 1600 | 2026-05-20T15:26:34.721Z | Compiling cargo-platform v0.1.9 |
| 1601 | 2026-05-20T15:26:34.735Z | Compiling hkdf v0.12.4 |
| 1602 | 2026-05-20T15:26:34.836Z | Compiling crypto-bigint v0.5.5 |
| 1603 | 2026-05-20T15:26:34.893Z | Compiling daft-derive v0.1.7 |
| 1604 | 2026-05-20T15:26:34.975Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1605 | 2026-05-20T15:26:35.002Z | Compiling ref-cast-impl v1.0.25 |
| 1606 | 2026-05-20T15:26:35.541Z | Compiling terminal_size v0.4.3 |
| 1607 | 2026-05-20T15:26:35.607Z | Compiling vergen v9.0.6 |
| 1608 | 2026-05-20T15:26:35.610Z | Compiling fs-err v3.3.0 |
| 1609 | 2026-05-20T15:26:35.679Z | Compiling ahash v0.8.12 |
| 1610 | 2026-05-20T15:26:35.796Z | Compiling bitflags v1.3.2 |
| 1611 | 2026-05-20T15:26:35.810Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-05-20T15:26:35.875Z | Compiling foldhash v0.2.0 |
| 1613 | 2026-05-20T15:26:35.890Z | Compiling managed v0.8.0 |
| 1614 | 2026-05-20T15:26:35.979Z | Compiling object v0.37.3 |
| 1615 | 2026-05-20T15:26:36.099Z | Compiling bumpalo v3.20.2 |
| 1616 | 2026-05-20T15:26:36.113Z | Compiling libbz2-rs-sys v0.2.2 |
| 1617 | 2026-05-20T15:26:36.248Z | Compiling winnow v0.5.40 |
| 1618 | 2026-05-20T15:26:36.349Z | Compiling same-file v1.0.6 |
| 1619 | 2026-05-20T15:26:36.399Z | Compiling strum v0.27.2 |
| 1620 | 2026-05-20T15:26:36.534Z | Compiling walkdir v2.5.0 |
| 1621 | 2026-05-20T15:26:36.548Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-05-20T15:26:36.853Z | Compiling bzip2 v0.6.1 |
| 1623 | 2026-05-20T15:26:36.945Z | Compiling hashbrown v0.16.1 |
| 1624 | 2026-05-20T15:26:37.008Z | Compiling hashbrown v0.15.5 |
| 1625 | 2026-05-20T15:26:37.107Z | Compiling clap_builder v4.6.0 |
| 1626 | 2026-05-20T15:26:37.340Z | Compiling elliptic-curve v0.13.8 |
| 1627 | 2026-05-20T15:26:37.540Z | Compiling dof v0.3.0 |
| 1628 | 2026-05-20T15:26:37.720Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-05-20T15:26:37.723Z | Compiling daft v0.1.7 |
| 1630 | 2026-05-20T15:26:37.857Z | Compiling snafu v0.8.9 |
| 1631 | 2026-05-20T15:26:38.009Z | Compiling cargo_metadata v0.19.2 |
| 1632 | 2026-05-20T15:26:38.213Z | Compiling futures v0.3.32 |
| 1633 | 2026-05-20T15:26:38.250Z | Compiling anstream v0.6.21 |
| 1634 | 2026-05-20T15:26:38.296Z | Compiling phf v0.13.1 |
| 1635 | 2026-05-20T15:26:38.552Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-05-20T15:26:38.762Z | Compiling cookie_store v0.22.1 |
| 1637 | 2026-05-20T15:26:38.814Z | Compiling bzip2 v0.4.4 |
| 1638 | 2026-05-20T15:26:39.016Z | Compiling zstd v0.13.3 |
| 1639 | 2026-05-20T15:26:39.293Z | Compiling hubpack v0.1.2 |
| 1640 | 2026-05-20T15:26:39.335Z | Compiling serde_with_macros v3.17.0 |
| 1641 | 2026-05-20T15:26:39.514Z | Compiling postgres-types v0.2.12 |
| 1642 | 2026-05-20T15:26:40.058Z | Compiling usdt-macro v0.6.0 |
| 1643 | 2026-05-20T15:26:40.096Z | Compiling usdt-attr-macro v0.6.0 |
| 1644 | 2026-05-20T15:26:40.324Z | Compiling globset v0.4.18 |
| 1645 | 2026-05-20T15:26:40.448Z | Compiling dtrace-parser v0.2.0 |
| 1646 | 2026-05-20T15:26:40.541Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-05-20T15:26:40.632Z | Compiling phf_shared v0.11.3 |
| 1648 | 2026-05-20T15:26:40.788Z | Compiling olpc-cjson v0.1.4 |
| 1649 | 2026-05-20T15:26:40.817Z | Compiling pkcs1 v0.7.5 |
| 1650 | 2026-05-20T15:26:40.880Z | Compiling clap_derive v4.6.1 |
| 1651 | 2026-05-20T15:26:40.949Z | Compiling strum_macros v0.26.4 |
| 1652 | 2026-05-20T15:26:41.003Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-05-20T15:26:41.199Z | Compiling serde-big-array v0.5.1 |
| 1654 | 2026-05-20T15:26:41.213Z | Compiling serde_plain v1.0.2 |
| 1655 | 2026-05-20T15:26:41.387Z | Compiling rfc6979 v0.4.0 |
| 1656 | 2026-05-20T15:26:41.440Z | Compiling pem v3.0.6 |
| 1657 | 2026-05-20T15:26:41.466Z | Compiling serde_repr v0.1.20 |
| 1658 | 2026-05-20T15:26:41.512Z | Compiling async-recursion v1.1.1 |
| 1659 | 2026-05-20T15:26:41.537Z | Compiling float-cmp v0.10.0 |
| 1660 | 2026-05-20T15:26:41.689Z | Compiling memmap2 v0.9.10 |
| 1661 | 2026-05-20T15:26:41.771Z | Compiling thread-id v4.2.2 |
| 1662 | 2026-05-20T15:26:41.861Z | Compiling env_filter v1.0.0 |
| 1663 | 2026-05-20T15:26:41.899Z | Compiling normalize-line-endings v0.3.0 |
| 1664 | 2026-05-20T15:26:41.995Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-20T15:26:41.995Z | Compiling new_debug_unreachable v1.0.6 |
| 1666 | 2026-05-20T15:26:42.070Z | Compiling keccak v0.1.6 |
| 1667 | 2026-05-20T15:26:42.085Z | Compiling whoami v2.1.0 |
| 1668 | 2026-05-20T15:26:42.151Z | Compiling difflib v0.4.0 |
| 1669 | 2026-05-20T15:26:42.165Z | Compiling fixedbitset v0.5.7 |
| 1670 | 2026-05-20T15:26:42.458Z | Compiling data-encoding v2.10.0 |
| 1671 | 2026-05-20T15:26:42.471Z | Compiling precomputed-hash v0.1.1 |
| 1672 | 2026-05-20T15:26:42.560Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-05-20T15:26:42.671Z | Compiling jiff v0.2.21 |
| 1674 | 2026-05-20T15:26:42.697Z | Compiling fixedbitset v0.4.2 |
| 1675 | 2026-05-20T15:26:42.711Z | Compiling predicates-core v1.0.10 |
| 1676 | 2026-05-20T15:26:42.882Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-05-20T15:26:42.896Z | Compiling predicates v3.1.4 |
| 1678 | 2026-05-20T15:26:42.908Z | Compiling hickory-proto v0.25.2 |
| 1679 | 2026-05-20T15:26:43.145Z | Compiling strum v0.26.3 |
| 1680 | 2026-05-20T15:26:43.277Z | Compiling clap v4.6.1 |
| 1681 | 2026-05-20T15:26:43.362Z | Compiling string_cache v0.8.9 |
| 1682 | 2026-05-20T15:26:43.535Z | Compiling petgraph v0.8.3 |
| 1683 | 2026-05-20T15:26:43.620Z | Compiling tokio-postgres v0.7.16 |
| 1684 | 2026-05-20T15:26:43.763Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-05-20T15:26:44.221Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1686 | 2026-05-20T15:26:44.310Z | Compiling env_logger v0.11.9 |
| 1687 | 2026-05-20T15:26:44.352Z | Compiling toml_edit v0.22.27 |
| 1688 | 2026-05-20T15:26:44.657Z | Compiling usdt-impl v0.5.0 |
| 1689 | 2026-05-20T15:26:45.231Z | Compiling zip v4.6.1 |
| 1690 | 2026-05-20T15:26:45.480Z | Compiling usdt v0.6.0 |
| 1691 | 2026-05-20T15:26:45.747Z | Compiling ecdsa v0.16.9 |
| 1692 | 2026-05-20T15:26:45.781Z | Compiling rsa v0.9.10 |
| 1693 | 2026-05-20T15:26:46.138Z | Compiling ed25519-dalek v2.2.0 |
| 1694 | 2026-05-20T15:26:46.181Z | Compiling serde_with v3.17.0 |
| 1695 | 2026-05-20T15:26:46.837Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-05-20T15:26:47.062Z | Compiling toml v0.7.8 |
| 1697 | 2026-05-20T15:26:47.083Z | Compiling zip v0.6.6 |
| 1698 | 2026-05-20T15:26:47.661Z | Compiling iddqd v0.4.1 |
| 1699 | 2026-05-20T15:26:48.091Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1700 | 2026-05-20T15:26:48.138Z | Compiling similar v2.7.0 |
| 1701 | 2026-05-20T15:26:48.169Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2026-05-20T15:26:48.282Z | Compiling tokio-stream v0.1.18 |
| 1703 | 2026-05-20T15:26:48.495Z | Compiling buf-list v1.1.2 |
| 1704 | 2026-05-20T15:26:48.722Z | Compiling x509-cert v0.2.5 |
| 1705 | 2026-05-20T15:26:48.745Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1706 | 2026-05-20T15:26:48.771Z | Compiling openapiv3 v2.2.0 |
| 1707 | 2026-05-20T15:26:48.905Z | Compiling sha1 v0.10.6 |
| 1708 | 2026-05-20T15:26:49.014Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1709 | 2026-05-20T15:26:49.042Z | Compiling peg-runtime v0.8.5 |
| 1710 | 2026-05-20T15:26:49.118Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-05-20T15:26:49.161Z | Compiling either v1.15.0 |
| 1712 | 2026-05-20T15:26:49.290Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-05-20T15:26:49.304Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-05-20T15:26:49.328Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-05-20T15:26:49.372Z | Compiling filetime v0.2.27 |
| 1716 | 2026-05-20T15:26:49.535Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-05-20T15:26:49.536Z | Compiling term v1.2.1 |
| 1718 | 2026-05-20T15:26:49.612Z | Compiling take_mut v0.2.2 |
| 1719 | 2026-05-20T15:26:49.650Z | Compiling xattr v1.6.1 |
| 1720 | 2026-05-20T15:26:49.784Z | Compiling tar v0.4.45 |
| 1721 | 2026-05-20T15:26:49.813Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-05-20T15:26:59.611Z | Compiling rustls-webpki v0.103.9 |
| 1723 | 2026-05-20T15:27:02.421Z | Compiling tokio-rustls v0.26.4 |
| 1724 | 2026-05-20T15:27:02.421Z | Compiling rustls-platform-verifier v0.6.2 |
| 1725 | 2026-05-20T15:27:02.629Z | Compiling hyper-rustls v0.27.7 |
| 1726 | 2026-05-20T15:27:02.830Z | Compiling reqwest v0.12.28 |
| 1727 | 2026-05-20T15:27:02.847Z | Compiling reqwest v0.13.2 |
| 1728 | 2026-05-20T15:27:04.079Z | Compiling tough v0.22.0 |
| 1729 | 2026-05-20T15:27:06.637Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-05-20T15:27:06.854Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-05-20T15:27:09.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1732 | 2026-05-20T15:27:09.922Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-05-20T15:27:09.980Z | May 20 15:27:08.831 INFO Starting download, target: DendriteStub |
| 1734 | 2026-05-20T15:27:09.980Z | May 20 15:27:08.831 INFO Starting download, target: Clickhouse |
| 1735 | 2026-05-20T15:27:09.980Z | May 20 15:27:08.831 INFO Starting download, target: Cockroach |
| 1736 | 2026-05-20T15:27:09.980Z | May 20 15:27:08.831 INFO Starting download, target: Console |
| 1737 | 2026-05-20T15:27:09.980Z | May 20 15:27:08.831 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1741 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1742 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1743 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1744 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1745 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1746 | 2026-05-20T15:27:09.983Z | May 20 15:27:08.831 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1747 | 2026-05-20T15:27:10.472Z | May 20 15:27:09.289 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-05-20T15:27:10.664Z | May 20 15:27:09.499 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-05-20T15:27:10.997Z | May 20 15:27:09.841 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1750 | 2026-05-20T15:27:11.264Z | May 20 15:27:10.096 INFO Download complete, target: Console |
| 1751 | 2026-05-20T15:27:11.849Z | May 20 15:27:10.683 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1752 | 2026-05-20T15:27:11.997Z | May 20 15:27:10.829 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1753 | 2026-05-20T15:27:12.025Z | May 20 15:27:10.867 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1754 | 2026-05-20T15:27:12.133Z | May 20 15:27:10.971 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1755 | 2026-05-20T15:27:12.748Z | May 20 15:27:11.599 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-05-20T15:27:12.748Z | May 20 15:27:11.599 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-05-20T15:27:14.040Z | May 20 15:27:12.890 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-05-20T15:27:14.604Z | May 20 15:27:13.410 INFO Download complete, target: DendriteStub |
| 1759 | 2026-05-20T15:27:14.680Z | May 20 15:27:13.437 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-05-20T15:27:17.534Z | May 20 15:27:16.368 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-05-20T15:27:17.649Z | May 20 15:27:16.486 INFO Download complete, target: Cockroach |
| 1762 | 2026-05-20T15:27:18.617Z | May 20 15:27:17.468 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-05-20T15:27:18.735Z | May 20 15:27:17.579 INFO Download complete, target: Clickhouse |
| 1764 | 2026-05-20T15:27:18.758Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-05-20T15:27:18.764Z | |
| 1766 | 2026-05-20T15:27:18.764Z | real 2:19.416157991 |
| 1767 | 2026-05-20T15:27:18.764Z | user 6:58.874425911 |
| 1768 | 2026-05-20T15:27:18.764Z | sys 1:23.571405965 |
| 1769 | 2026-05-20T15:27:18.764Z | trap 0.234957303 |
| 1770 | 2026-05-20T15:27:18.764Z | tflt 1.098305706 |
| 1771 | 2026-05-20T15:27:18.764Z | dflt 0.840017395 |
| 1772 | 2026-05-20T15:27:18.764Z | kflt 0.034914900 |
| 1773 | 2026-05-20T15:27:18.765Z | lock 21:49.872054369 |
| 1774 | 2026-05-20T15:27:18.765Z | slp 21:30.019615118 |
| 1775 | 2026-05-20T15:27:18.765Z | lat 43.527978421 |
| 1776 | 2026-05-20T15:27:18.765Z | stop 1:53.886720178 |
| 1777 | 2026-05-20T15:27:18.765Z | + banner clippy |
| 1778 | 2026-05-20T15:27:18.765Z | |
| 1779 | 2026-05-20T15:27:18.765Z | #### # # ##### ##### # # |
| 1780 | 2026-05-20T15:27:18.765Z | # # # # # # # # # # |
| 1781 | 2026-05-20T15:27:18.765Z | # # # # # # # # |
| 1782 | 2026-05-20T15:27:18.765Z | # # # ##### ##### # |
| 1783 | 2026-05-20T15:27:18.765Z | # # # # # # # |
| 1784 | 2026-05-20T15:27:18.765Z | #### ###### # # # # |
| 1785 | 2026-05-20T15:27:18.765Z | |
| 1786 | 2026-05-20T15:27:18.766Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-05-20T15:27:18.766Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-05-20T15:27:18.766Z | + ptime -m cargo xtask clippy |
| 1789 | 2026-05-20T15:27:19.299Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-05-20T15:27:19.541Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-05-20T15:27:21.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
| 1792 | 2026-05-20T15:27:21.484Z | Running `target/debug/xtask clippy` |
| 1793 | 2026-05-20T15:27:21.513Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1794 | 2026-05-20T15:27:22.148Z | Downloading crates ... |
| 1795 | 2026-05-20T15:27:22.342Z | Downloaded anes v0.1.6 |
| 1796 | 2026-05-20T15:27:22.351Z | Downloaded addr2line v0.25.1 |
| 1797 | 2026-05-20T15:27:22.351Z | Downloaded assert-json-diff v2.0.2 |
| 1798 | 2026-05-20T15:27:22.351Z | Downloaded plotters-backend v0.3.7 |
| 1799 | 2026-05-20T15:27:22.357Z | Downloaded constant_time_eq v0.3.1 |
| 1800 | 2026-05-20T15:27:22.357Z | Downloaded path-tree v0.8.3 |
| 1801 | 2026-05-20T15:27:22.357Z | Downloaded rustc-demangle v0.1.27 |
| 1802 | 2026-05-20T15:27:22.363Z | Downloaded parking v2.2.1 |
| 1803 | 2026-05-20T15:27:22.366Z | Downloaded termcolor v1.4.1 |
| 1804 | 2026-05-20T15:27:22.366Z | Downloaded partial-io v0.5.4 |
| 1805 | 2026-05-20T15:27:22.371Z | Downloaded owo-colors v3.5.0 |
| 1806 | 2026-05-20T15:27:22.371Z | Downloaded supports-hyperlinks v2.1.0 |
| 1807 | 2026-05-20T15:27:22.371Z | Downloaded target-triple v1.0.0 |
| 1808 | 2026-05-20T15:27:22.371Z | Downloaded backtrace-ext v0.2.1 |
| 1809 | 2026-05-20T15:27:22.375Z | Downloaded plotters-svg v0.3.7 |
| 1810 | 2026-05-20T15:27:22.378Z | Downloaded similar-asserts v1.7.0 |
| 1811 | 2026-05-20T15:27:22.386Z | Downloaded serde_regex v1.1.0 |
| 1812 | 2026-05-20T15:27:22.399Z | Downloaded terminal_size v0.1.17 |
| 1813 | 2026-05-20T15:27:22.403Z | Downloaded cargo_metadata v0.23.1 |
| 1814 | 2026-05-20T15:27:22.403Z | Downloaded nested v0.1.1 |
| 1815 | 2026-05-20T15:27:22.406Z | Downloaded approx v0.5.1 |
| 1816 | 2026-05-20T15:27:22.410Z | Downloaded linkme-impl v0.3.35 |
| 1817 | 2026-05-20T15:27:22.413Z | Downloaded pathdiff v0.2.3 |
| 1818 | 2026-05-20T15:27:22.420Z | Downloaded textwrap v0.15.2 |
| 1819 | 2026-05-20T15:27:22.420Z | Downloaded supports-color v2.1.0 |
| 1820 | 2026-05-20T15:27:22.420Z | Downloaded escape8259 v0.5.3 |
| 1821 | 2026-05-20T15:27:22.420Z | Downloaded async-lock v3.4.2 |
| 1822 | 2026-05-20T15:27:22.420Z | Downloaded relative-path v1.9.3 |
| 1823 | 2026-05-20T15:27:22.420Z | Downloaded knuffel-derive v3.2.0 |
| 1824 | 2026-05-20T15:27:22.423Z | Downloaded supports-unicode v2.1.0 |
| 1825 | 2026-05-20T15:27:22.427Z | Downloaded async-object-pool v0.2.0 |
| 1826 | 2026-05-20T15:27:22.430Z | Downloaded cargo-platform v0.3.2 |
| 1827 | 2026-05-20T15:27:22.436Z | Downloaded tokio-test v0.4.5 |
| 1828 | 2026-05-20T15:27:22.436Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1829 | 2026-05-20T15:27:22.442Z | Downloaded miette-derive v5.10.0 |
| 1830 | 2026-05-20T15:27:22.449Z | Downloaded target-spec v3.5.7 |
| 1831 | 2026-05-20T15:27:22.449Z | Downloaded futures-timer v3.0.3 |
| 1832 | 2026-05-20T15:27:22.449Z | Downloaded assert_cmd v2.1.2 |
| 1833 | 2026-05-20T15:27:22.449Z | Downloaded linkme v0.3.35 |
| 1834 | 2026-05-20T15:27:22.460Z | Downloaded stringmetrics v2.2.2 |
| 1835 | 2026-05-20T15:27:22.460Z | Downloaded oorandom v11.1.5 |
| 1836 | 2026-05-20T15:27:22.460Z | Downloaded httptest v0.16.4 |
| 1837 | 2026-05-20T15:27:22.460Z | Downloaded backtrace v0.3.76 |
| 1838 | 2026-05-20T15:27:22.460Z | Downloaded rust-argon2 v2.1.0 |
| 1839 | 2026-05-20T15:27:22.460Z | Downloaded rand_distr v0.5.1 |
| 1840 | 2026-05-20T15:27:22.460Z | Downloaded event-listener-strategy v0.5.4 |
| 1841 | 2026-05-20T15:27:22.460Z | Downloaded criterion-plot v0.6.0 |
| 1842 | 2026-05-20T15:27:22.473Z | Downloaded target-lexicon v0.13.3 |
| 1843 | 2026-05-20T15:27:22.473Z | Downloaded tinytemplate v1.2.1 |
| 1844 | 2026-05-20T15:27:22.473Z | Downloaded cast v0.3.0 |
| 1845 | 2026-05-20T15:27:22.473Z | Downloaded blake2b_simd v1.0.4 |
| 1846 | 2026-05-20T15:27:22.480Z | Downloaded libtest-mimic v0.8.1 |
| 1847 | 2026-05-20T15:27:22.480Z | Downloaded concurrent-queue v2.5.0 |
| 1848 | 2026-05-20T15:27:22.480Z | Downloaded event-listener v5.4.1 |
| 1849 | 2026-05-20T15:27:22.484Z | Downloaded datatest-stable v0.3.3 |
| 1850 | 2026-05-20T15:27:22.494Z | Downloaded rstest_macros v0.25.0 |
| 1851 | 2026-05-20T15:27:22.497Z | Downloaded rstest v0.25.0 |
| 1852 | 2026-05-20T15:27:22.497Z | Downloaded hickory-client v0.25.2 |
| 1853 | 2026-05-20T15:27:22.497Z | Downloaded cfg-expr v0.20.6 |
| 1854 | 2026-05-20T15:27:22.497Z | Downloaded guppy v0.17.25 |
| 1855 | 2026-05-20T15:27:22.503Z | Downloaded trybuild v1.0.116 |
| 1856 | 2026-05-20T15:27:22.503Z | Downloaded knuffel v3.2.0 |
| 1857 | 2026-05-20T15:27:22.503Z | Downloaded chumsky v0.9.3 |
| 1858 | 2026-05-20T15:27:22.509Z | Downloaded miette v5.10.0 |
| 1859 | 2026-05-20T15:27:22.512Z | Downloaded fancy-regex v0.14.0 |
| 1860 | 2026-05-20T15:27:22.516Z | Downloaded plotters v0.3.7 |
| 1861 | 2026-05-20T15:27:22.522Z | Downloaded criterion v0.7.0 |
| 1862 | 2026-05-20T15:27:22.525Z | Downloaded hashbrown v0.14.5 |
| 1863 | 2026-05-20T15:27:22.546Z | Downloaded gimli v0.32.3 |
| 1864 | 2026-05-20T15:27:22.635Z | Downloaded httpmock v0.8.3 |
| 1865 | 2026-05-20T15:27:24.391Z | Checking cfg-if v1.0.4 |
| 1866 | 2026-05-20T15:27:24.764Z | Checking libc v0.2.185 |
| 1867 | 2026-05-20T15:27:24.772Z | Checking serde_core v1.0.228 |
| 1868 | 2026-05-20T15:27:24.834Z | Checking memchr v2.8.0 |
| 1869 | 2026-05-20T15:27:24.872Z | Checking smallvec v1.15.1 |
| 1870 | 2026-05-20T15:27:24.911Z | Checking itoa v1.0.17 |
| 1871 | 2026-05-20T15:27:24.947Z | Checking log v0.4.29 |
| 1872 | 2026-05-20T15:27:24.989Z | Checking libm v0.2.16 |
| 1873 | 2026-05-20T15:27:25.028Z | Checking zeroize v1.8.2 |
| 1874 | 2026-05-20T15:27:25.085Z | Checking stable_deref_trait v1.2.1 |
| 1875 | 2026-05-20T15:27:25.113Z | Checking scopeguard v1.2.0 |
| 1876 | 2026-05-20T15:27:25.149Z | Checking zmij v1.0.21 |
| 1877 | 2026-05-20T15:27:25.190Z | Checking errno v0.3.14 |
| 1878 | 2026-05-20T15:27:25.194Z | Checking getrandom v0.2.17 |
| 1879 | 2026-05-20T15:27:25.255Z | Checking lock_api v0.4.14 |
| 1880 | 2026-05-20T15:27:25.287Z | Checking zerofrom v0.1.6 |
| 1881 | 2026-05-20T15:27:25.329Z | Checking percent-encoding v2.3.2 |
| 1882 | 2026-05-20T15:27:25.366Z | Checking writeable v0.6.2 |
| 1883 | 2026-05-20T15:27:25.401Z | Checking litemap v0.8.1 |
| 1884 | 2026-05-20T15:27:25.437Z | Checking yoke v0.8.1 |
| 1885 | 2026-05-20T15:27:25.534Z | Checking icu_properties_data v2.1.2 |
| 1886 | 2026-05-20T15:27:25.539Z | Checking icu_normalizer_data v2.1.1 |
| 1887 | 2026-05-20T15:27:25.547Z | Checking form_urlencoded v1.2.2 |
| 1888 | 2026-05-20T15:27:25.580Z | Checking utf8_iter v1.0.4 |
| 1889 | 2026-05-20T15:27:25.614Z | Checking subtle v2.6.1 |
| 1890 | 2026-05-20T15:27:25.649Z | Checking rand_core v0.10.0 |
| 1891 | 2026-05-20T15:27:25.654Z | Checking zerovec v0.11.5 |
| 1892 | 2026-05-20T15:27:25.654Z | Checking zerotrie v0.2.3 |
| 1893 | 2026-05-20T15:27:25.746Z | Checking num-traits v0.2.19 |
| 1894 | 2026-05-20T15:27:25.784Z | Checking pin-project-lite v0.2.17 |
| 1895 | 2026-05-20T15:27:25.818Z | Checking getrandom v0.4.1 |
| 1896 | 2026-05-20T15:27:25.856Z | Checking parking_lot_core v0.9.12 |
| 1897 | 2026-05-20T15:27:25.892Z | Checking rand_core v0.6.4 |
| 1898 | 2026-05-20T15:27:25.929Z | Checking zerocopy v0.8.40 |
| 1899 | 2026-05-20T15:27:25.972Z | Checking portable-atomic v1.13.1 |
| 1900 | 2026-05-20T15:27:26.011Z | Checking signal-hook-registry v1.4.8 |
| 1901 | 2026-05-20T15:27:26.071Z | Checking parking_lot v0.12.5 |
| 1902 | 2026-05-20T15:27:26.106Z | Checking critical-section v1.2.0 |
| 1903 | 2026-05-20T15:27:26.141Z | Checking tinystr v0.8.2 |
| 1904 | 2026-05-20T15:27:26.198Z | Checking potential_utf v0.1.4 |
| 1905 | 2026-05-20T15:27:26.238Z | Checking mio v1.2.0 |
| 1906 | 2026-05-20T15:27:26.273Z | Checking serde v1.0.228 |
| 1907 | 2026-05-20T15:27:26.308Z | Checking serde_json v1.0.149 |
| 1908 | 2026-05-20T15:27:26.315Z | Checking bitflags v2.11.0 |
| 1909 | 2026-05-20T15:27:26.375Z | Checking icu_collections v2.1.1 |
| 1910 | 2026-05-20T15:27:26.380Z | Checking icu_locale_core v2.1.1 |
| 1911 | 2026-05-20T15:27:26.441Z | Checking once_cell v1.21.3 |
| 1912 | 2026-05-20T15:27:26.550Z | Checking iana-time-zone v0.1.65 |
| 1913 | 2026-05-20T15:27:26.646Z | Checking socket2 v0.6.3 |
| 1914 | 2026-05-20T15:27:26.669Z | Checking uuid v1.23.0 |
| 1915 | 2026-05-20T15:27:26.711Z | Checking typenum v1.19.0 |
| 1916 | 2026-05-20T15:27:26.726Z | Checking bytes v1.11.1 |
| 1917 | 2026-05-20T15:27:26.753Z | Checking chrono v0.4.44 |
| 1918 | 2026-05-20T15:27:26.856Z | Checking semver v1.0.28 |
| 1919 | 2026-05-20T15:27:26.965Z | Checking icu_provider v2.1.1 |
| 1920 | 2026-05-20T15:27:27.028Z | Checking thiserror v2.0.18 |
| 1921 | 2026-05-20T15:27:27.063Z | Checking futures-core v0.3.32 |
| 1922 | 2026-05-20T15:27:27.122Z | Checking dyn-clone v1.0.20 |
| 1923 | 2026-05-20T15:27:27.149Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1924 | 2026-05-20T15:27:27.211Z | Checking tokio v1.52.1 |
| 1925 | 2026-05-20T15:27:27.239Z | Checking equivalent v1.0.2 |
| 1926 | 2026-05-20T15:27:27.242Z | Checking icu_normalizer v2.1.1 |
| 1927 | 2026-05-20T15:27:27.322Z | Checking icu_properties v2.1.2 |
| 1928 | 2026-05-20T15:27:27.363Z | Checking generic-array v0.14.7 |
| 1929 | 2026-05-20T15:27:27.389Z | Checking const-oid v0.9.6 |
| 1930 | 2026-05-20T15:27:27.470Z | Checking futures-sink v0.3.32 |
| 1931 | 2026-05-20T15:27:27.602Z | Checking futures-channel v0.3.32 |
| 1932 | 2026-05-20T15:27:27.628Z | Checking slab v0.4.12 |
| 1933 | 2026-05-20T15:27:27.680Z | Checking futures-task v0.3.32 |
| 1934 | 2026-05-20T15:27:27.808Z | Checking futures-io v0.3.32 |
| 1935 | 2026-05-20T15:27:27.823Z | Checking crypto-common v0.1.7 |
| 1936 | 2026-05-20T15:27:27.823Z | Checking block-buffer v0.10.4 |
| 1937 | 2026-05-20T15:27:27.906Z | Checking byteorder v1.5.0 |
| 1938 | 2026-05-20T15:27:27.958Z | Checking futures-util v0.3.32 |
| 1939 | 2026-05-20T15:27:28.015Z | Checking hashbrown v0.17.0 |
| 1940 | 2026-05-20T15:27:28.051Z | Checking rustix v1.1.3 |
| 1941 | 2026-05-20T15:27:28.102Z | Checking digest v0.10.7 |
| 1942 | 2026-05-20T15:27:28.135Z | Checking cpufeatures v0.2.17 |
| 1943 | 2026-05-20T15:27:28.169Z | Checking idna_adapter v1.2.1 |
| 1944 | 2026-05-20T15:27:28.234Z | Checking thiserror v1.0.69 |
| 1945 | 2026-05-20T15:27:28.317Z | Checking idna v1.1.0 |
| 1946 | 2026-05-20T15:27:28.352Z | Checking getrandom v0.3.4 |
| 1947 | 2026-05-20T15:27:28.386Z | Checking fnv v1.0.7 |
| 1948 | 2026-05-20T15:27:28.522Z | Checking indexmap v2.14.0 |
| 1949 | 2026-05-20T15:27:28.544Z | Checking regex-syntax v0.8.10 |
| 1950 | 2026-05-20T15:27:28.550Z | Checking http v1.4.0 |
| 1951 | 2026-05-20T15:27:28.612Z | Checking url v2.5.8 |
| 1952 | 2026-05-20T15:27:28.722Z | Checking ppv-lite86 v0.2.21 |
| 1953 | 2026-05-20T15:27:28.950Z | Checking tracing-core v0.1.36 |
| 1954 | 2026-05-20T15:27:29.041Z | Checking base64 v0.22.1 |
| 1955 | 2026-05-20T15:27:29.088Z | Checking schemars v0.8.22 |
| 1956 | 2026-05-20T15:27:29.113Z | Checking ipnet v2.11.0 |
| 1957 | 2026-05-20T15:27:29.156Z | Checking unicode-ident v1.0.24 |
| 1958 | 2026-05-20T15:27:29.286Z | Checking tracing v0.1.44 |
| 1959 | 2026-05-20T15:27:29.297Z | Checking proc-macro2 v1.0.106 |
| 1960 | 2026-05-20T15:27:29.333Z | Checking utf8parse v0.2.2 |
| 1961 | 2026-05-20T15:27:29.399Z | Checking untrusted v0.9.0 |
| 1962 | 2026-05-20T15:27:29.464Z | Checking anstyle v1.0.14 |
| 1963 | 2026-05-20T15:27:29.487Z | Checking aho-corasick v1.1.4 |
| 1964 | 2026-05-20T15:27:29.538Z | Checking ring v0.17.14 |
| 1965 | 2026-05-20T15:27:29.632Z | Checking quote v1.0.45 |
| 1966 | 2026-05-20T15:27:29.672Z | Checking rustls-pki-types v1.14.0 |
| 1967 | 2026-05-20T15:27:29.748Z | Checking httparse v1.10.1 |
| 1968 | 2026-05-20T15:27:29.829Z | Checking syn v2.0.117 |
| 1969 | 2026-05-20T15:27:29.864Z | Checking colorchoice v1.0.4 |
| 1970 | 2026-05-20T15:27:29.911Z | Checking anstyle-query v1.1.5 |
| 1971 | 2026-05-20T15:27:29.974Z | Checking base64ct v1.8.3 |
| 1972 | 2026-05-20T15:27:30.013Z | Checking is_terminal_polyfill v1.70.2 |
| 1973 | 2026-05-20T15:27:30.035Z | Checking block-padding v0.3.3 |
| 1974 | 2026-05-20T15:27:30.076Z | Checking crossbeam-utils v0.8.21 |
| 1975 | 2026-05-20T15:27:30.161Z | Checking allocator-api2 v0.2.21 |
| 1976 | 2026-05-20T15:27:30.197Z | Checking inout v0.1.4 |
| 1977 | 2026-05-20T15:27:30.228Z | Checking regex-automata v0.4.14 |
| 1978 | 2026-05-20T15:27:30.269Z | Checking anstyle-parse v1.0.0 |
| 1979 | 2026-05-20T15:27:30.360Z | Checking cipher v0.4.4 |
| 1980 | 2026-05-20T15:27:30.430Z | Checking http-body v1.0.1 |
| 1981 | 2026-05-20T15:27:30.467Z | Checking terminal_size v0.4.3 |
| 1982 | 2026-05-20T15:27:30.482Z | Checking tokio-util v0.7.18 |
| 1983 | 2026-05-20T15:27:30.508Z | Checking atomic-waker v1.1.2 |
| 1984 | 2026-05-20T15:27:30.578Z | Checking anstream v1.0.0 |
| 1985 | 2026-05-20T15:27:30.603Z | Checking try-lock v0.2.5 |
| 1986 | 2026-05-20T15:27:30.610Z | Checking clap_lex v1.0.0 |
| 1987 | 2026-05-20T15:27:30.668Z | Checking httpdate v1.0.3 |
| 1988 | 2026-05-20T15:27:30.673Z | Checking strsim v0.11.1 |
| 1989 | 2026-05-20T15:27:30.734Z | Checking want v0.3.1 |
| 1990 | 2026-05-20T15:27:30.782Z | Checking pem-rfc7468 v0.7.0 |
| 1991 | 2026-05-20T15:27:30.817Z | Checking sha2 v0.10.9 |
| 1992 | 2026-05-20T15:27:30.852Z | Checking pin-utils v0.1.0 |
| 1993 | 2026-05-20T15:27:30.903Z | Checking clap_builder v4.6.0 |
| 1994 | 2026-05-20T15:27:30.909Z | Checking tower-service v0.3.3 |
| 1995 | 2026-05-20T15:27:30.951Z | Checking ryu v1.0.23 |
| 1996 | 2026-05-20T15:27:30.988Z | Checking tower-layer v0.3.3 |
| 1997 | 2026-05-20T15:27:31.081Z | Checking rand_core v0.9.5 |
| 1998 | 2026-05-20T15:27:31.179Z | Checking hmac v0.12.1 |
| 1999 | 2026-05-20T15:27:31.194Z | Checking erased-serde v0.3.31 |
| 2000 | 2026-05-20T15:27:31.195Z | Checking h2 v0.4.13 |
| 2001 | 2026-05-20T15:27:31.251Z | Checking powerfmt v0.2.0 |
| 2002 | 2026-05-20T15:27:31.263Z | Checking socket2 v0.5.10 |
| 2003 | 2026-05-20T15:27:31.287Z | Checking num_threads v0.1.7 |
| 2004 | 2026-05-20T15:27:31.395Z | Checking deranged v0.5.8 |
| 2005 | 2026-05-20T15:27:31.435Z | Checking flagset v0.4.7 |
| 2006 | 2026-05-20T15:27:31.517Z | Checking time-core v0.1.8 |
| 2007 | 2026-05-20T15:27:31.557Z | Checking slog v2.8.2 |
| 2008 | 2026-05-20T15:27:31.585Z | Checking num-conv v0.2.0 |
| 2009 | 2026-05-20T15:27:31.688Z | Checking mime v0.3.17 |
| 2010 | 2026-05-20T15:27:31.729Z | Checking der v0.7.10 |
| 2011 | 2026-05-20T15:27:31.845Z | Checking rand_chacha v0.9.0 |
| 2012 | 2026-05-20T15:27:31.892Z | Checking http-body-util v0.1.3 |
| 2013 | 2026-05-20T15:27:32.070Z | Checking spin v0.9.8 |
| 2014 | 2026-05-20T15:27:32.108Z | Checking anyhow v1.0.102 |
| 2015 | 2026-05-20T15:27:32.113Z | Checking rand v0.9.2 |
| 2016 | 2026-05-20T15:27:32.175Z | Checking clap v4.6.1 |
| 2017 | 2026-05-20T15:27:32.179Z | Checking aws-lc-sys v0.40.0 |
| 2018 | 2026-05-20T15:27:32.280Z | Checking untrusted v0.7.1 |
| 2019 | 2026-05-20T15:27:32.316Z | Checking serde_urlencoded v0.7.1 |
| 2020 | 2026-05-20T15:27:32.351Z | Checking ipnetwork v0.21.1 |
| 2021 | 2026-05-20T15:27:32.387Z | Checking time v0.3.47 |
| 2022 | 2026-05-20T15:27:32.425Z | Checking encoding_rs v0.8.35 |
| 2023 | 2026-05-20T15:27:32.497Z | Checking openssl-probe v0.2.1 |
| 2024 | 2026-05-20T15:27:32.552Z | Checking regex v1.12.3 |
| 2025 | 2026-05-20T15:27:32.599Z | Checking fastrand v2.3.0 |
| 2026 | 2026-05-20T15:27:32.653Z | Checking spki v0.7.3 |
| 2027 | 2026-05-20T15:27:32.657Z | Checking pbkdf2 v0.12.2 |
| 2028 | 2026-05-20T15:27:32.745Z | Checking aws-lc-rs v1.16.3 |
| 2029 | 2026-05-20T15:27:32.810Z | Checking aes v0.8.4 |
| 2030 | 2026-05-20T15:27:32.848Z | Checking pretty-hex v0.4.1 |
| 2031 | 2026-05-20T15:27:32.879Z | Checking cbc v0.1.2 |
| 2032 | 2026-05-20T15:27:32.883Z | Checking salsa20 v0.10.2 |
| 2033 | 2026-05-20T15:27:32.992Z | Checking rand_chacha v0.3.1 |
| 2034 | 2026-05-20T15:27:33.041Z | Checking hex v0.4.3 |
| 2035 | 2026-05-20T15:27:33.071Z | Checking plain v0.2.3 |
| 2036 | 2026-05-20T15:27:33.209Z | Checking scrypt v0.11.0 |
| 2037 | 2026-05-20T15:27:33.247Z | Checking rand v0.8.6 |
| 2038 | 2026-05-20T15:27:33.247Z | Checking tempfile v3.25.0 |
| 2039 | 2026-05-20T15:27:33.378Z | Checking rustls-native-certs v0.8.3 |
| 2040 | 2026-05-20T15:27:33.415Z | Checking sync_wrapper v1.0.2 |
| 2041 | 2026-05-20T15:27:33.419Z | Checking ucd-trie v0.1.7 |
| 2042 | 2026-05-20T15:27:33.556Z | Checking simd-adler32 v0.3.8 |
| 2043 | 2026-05-20T15:27:33.574Z | Checking foldhash v0.2.0 |
| 2044 | 2026-05-20T15:27:33.583Z | Checking tower v0.5.3 |
| 2045 | 2026-05-20T15:27:33.599Z | Checking pkcs5 v0.7.1 |
| 2046 | 2026-05-20T15:27:33.636Z | Checking rustls-webpki v0.103.9 |
| 2047 | 2026-05-20T15:27:33.699Z | Checking pest v2.8.6 |
| 2048 | 2026-05-20T15:27:33.741Z | Checking webpki-roots v1.0.6 |
| 2049 | 2026-05-20T15:27:33.773Z | Checking hashbrown v0.16.1 |
| 2050 | 2026-05-20T15:27:33.830Z | Checking camino v1.2.2 |
| 2051 | 2026-05-20T15:27:33.879Z | Checking adler2 v2.0.1 |
| 2052 | 2026-05-20T15:27:33.915Z | Checking hyper v1.8.1 |
| 2053 | 2026-05-20T15:27:33.949Z | Checking iri-string v0.7.10 |
| 2054 | 2026-05-20T15:27:34.022Z | Checking miniz_oxide v0.8.9 |
| 2055 | 2026-05-20T15:27:34.030Z | Checking pkcs8 v0.10.2 |
| 2056 | 2026-05-20T15:27:34.105Z | Checking openapiv3 v2.2.0 |
| 2057 | 2026-05-20T15:27:34.142Z | Checking rustls v0.23.37 |
| 2058 | 2026-05-20T15:27:34.253Z | Checking oxnet v0.1.5 |
| 2059 | 2026-05-20T15:27:34.296Z | Checking futures-executor v0.3.32 |
| 2060 | 2026-05-20T15:27:34.405Z | Checking either v1.15.0 |
| 2061 | 2026-05-20T15:27:34.474Z | Checking futures v0.3.32 |
| 2062 | 2026-05-20T15:27:34.516Z | Checking crc32fast v1.5.0 |
| 2063 | 2026-05-20T15:27:34.587Z | Checking static_assertions v1.1.0 |
| 2064 | 2026-05-20T15:27:34.624Z | Checking lazy_static v1.5.0 |
| 2065 | 2026-05-20T15:27:34.681Z | Checking signature v2.2.0 |
| 2066 | 2026-05-20T15:27:34.717Z | Checking winnow v0.7.14 |
| 2067 | 2026-05-20T15:27:34.750Z | Checking hubpack v0.1.2 |
| 2068 | 2026-05-20T15:27:34.782Z | Checking strum v0.26.3 |
| 2069 | 2026-05-20T15:27:34.839Z | Checking zlib-rs v0.6.2 |
| 2070 | 2026-05-20T15:27:34.894Z | Checking hyper-util v0.1.20 |
| 2071 | 2026-05-20T15:27:34.925Z | Checking sha1 v0.10.6 |
| 2072 | 2026-05-20T15:27:34.955Z | Checking scroll v0.13.0 |
| 2073 | 2026-05-20T15:27:34.990Z | Checking tower-http v0.6.8 |
| 2074 | 2026-05-20T15:27:35.114Z | Checking tinyvec_macros v0.1.1 |
| 2075 | 2026-05-20T15:27:35.209Z | Checking foreign-types-shared v0.1.1 |
| 2076 | 2026-05-20T15:27:35.216Z | Checking goblin v0.10.5 |
| 2077 | 2026-05-20T15:27:35.289Z | Checking tinyvec v1.10.0 |
| 2078 | 2026-05-20T15:27:35.328Z | Checking foreign-types v0.3.2 |
| 2079 | 2026-05-20T15:27:35.405Z | Checking serde_spanned v0.6.9 |
| 2080 | 2026-05-20T15:27:35.442Z | Checking toml_datetime v0.6.11 |
| 2081 | 2026-05-20T15:27:35.570Z | Checking num-integer v0.1.46 |
| 2082 | 2026-05-20T15:27:35.618Z | Checking openssl-sys v0.9.115 |
| 2083 | 2026-05-20T15:27:35.653Z | Checking memmap2 v0.9.10 |
| 2084 | 2026-05-20T15:27:35.751Z | Checking flate2 v1.1.9 |
| 2085 | 2026-05-20T15:27:35.810Z | Checking data-encoding v2.10.0 |
| 2086 | 2026-05-20T15:27:35.847Z | Checking dtrace-parser v0.3.0 |
| 2087 | 2026-05-20T15:27:35.927Z | Checking thread-id v5.1.0 |
| 2088 | 2026-05-20T15:27:36.035Z | Checking openssl v0.10.79 |
| 2089 | 2026-05-20T15:27:36.043Z | Checking psl-types v2.0.11 |
| 2090 | 2026-05-20T15:27:36.104Z | Checking bit-vec v0.8.0 |
| 2091 | 2026-05-20T15:27:36.108Z | Checking base16ct v0.2.0 |
| 2092 | 2026-05-20T15:27:36.108Z | Checking cookie v0.18.1 |
| 2093 | 2026-05-20T15:27:36.200Z | Checking ff v0.13.1 |
| 2094 | 2026-05-20T15:27:36.235Z | Checking publicsuffix v2.3.0 |
| 2095 | 2026-05-20T15:27:36.338Z | Checking sec1 v0.7.3 |
| 2096 | 2026-05-20T15:27:36.345Z | Checking bit-set v0.8.0 |
| 2097 | 2026-05-20T15:27:36.362Z | Checking wait-timeout v0.2.1 |
| 2098 | 2026-05-20T15:27:36.418Z | Checking group v0.13.0 |
| 2099 | 2026-05-20T15:27:36.422Z | Checking cookie_store v0.22.1 |
| 2100 | 2026-05-20T15:27:36.489Z | Checking tokio-rustls v0.26.4 |
| 2101 | 2026-05-20T15:27:36.522Z | Checking rustls-platform-verifier v0.6.2 |
| 2102 | 2026-05-20T15:27:36.527Z | Checking num-iter v0.1.45 |
| 2103 | 2026-05-20T15:27:36.527Z | Checking bstr v1.12.1 |
| 2104 | 2026-05-20T15:27:36.619Z | Checking hkdf v0.12.4 |
| 2105 | 2026-05-20T15:27:36.690Z | Checking crossbeam-epoch v0.9.18 |
| 2106 | 2026-05-20T15:27:36.694Z | Checking anstyle-parse v0.2.7 |
| 2107 | 2026-05-20T15:27:36.758Z | Checking hyper-rustls v0.27.7 |
| 2108 | 2026-05-20T15:27:36.822Z | Checking ahash v0.8.12 |
| 2109 | 2026-05-20T15:27:36.860Z | Checking crypto-bigint v0.5.5 |
| 2110 | 2026-05-20T15:27:36.903Z | Checking quick-error v1.2.3 |
| 2111 | 2026-05-20T15:27:36.942Z | Checking anstream v0.6.21 |
| 2112 | 2026-05-20T15:27:36.993Z | Checking reqwest v0.13.2 |
| 2113 | 2026-05-20T15:27:37.032Z | Checking rand_xorshift v0.4.0 |
| 2114 | 2026-05-20T15:27:37.037Z | Checking scroll v0.12.0 |
| 2115 | 2026-05-20T15:27:37.098Z | Checking rusty-fork v0.3.1 |
| 2116 | 2026-05-20T15:27:37.168Z | Checking unarray v0.1.4 |
| 2117 | 2026-05-20T15:27:37.205Z | Checking num-bigint-dig v0.8.6 |
| 2118 | 2026-05-20T15:27:37.301Z | Checking pkcs1 v0.7.5 |
| 2119 | 2026-05-20T15:27:37.667Z | Checking proptest v1.10.0 |
| 2120 | 2026-05-20T15:27:37.684Z | Checking goblin v0.8.2 |
| 2121 | 2026-05-20T15:27:37.684Z | Checking x509-cert v0.2.5 |
| 2122 | 2026-05-20T15:27:37.684Z | Checking dof v0.4.0 |
| 2123 | 2026-05-20T15:27:37.769Z | Checking elliptic-curve v0.13.8 |
| 2124 | 2026-05-20T15:27:37.883Z | Checking zerocopy v0.7.35 |
| 2125 | 2026-05-20T15:27:38.060Z | Checking unicode-segmentation v1.12.0 |
| 2126 | 2026-05-20T15:27:38.074Z | Checking native-tls v0.2.18 |
| 2127 | 2026-05-20T15:27:38.112Z | Checking rsa v0.9.10 |
| 2128 | 2026-05-20T15:27:38.217Z | Checking dtrace-parser v0.2.0 |
| 2129 | 2026-05-20T15:27:38.255Z | Checking usdt-impl v0.6.0 |
| 2130 | 2026-05-20T15:27:38.292Z | Checking tokio-native-tls v0.3.1 |
| 2131 | 2026-05-20T15:27:38.374Z | Checking rfc6979 v0.4.0 |
| 2132 | 2026-05-20T15:27:38.423Z | Checking thread-id v4.2.2 |
| 2133 | 2026-05-20T15:27:38.472Z | Checking toml_write v0.1.2 |
| 2134 | 2026-05-20T15:27:38.480Z | Checking hyper-tls v0.6.0 |
| 2135 | 2026-05-20T15:27:38.541Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2136 | 2026-05-20T15:27:38.547Z | Checking ecdsa v0.16.9 |
| 2137 | 2026-05-20T15:27:38.634Z | Checking usdt v0.6.0 |
| 2138 | 2026-05-20T15:27:38.732Z | Checking curve25519-dalek v4.1.3 |
| 2139 | 2026-05-20T15:27:38.839Z | Checking toml_edit v0.22.27 |
| 2140 | 2026-05-20T15:27:38.839Z | Checking reqwest v0.12.28 |
| 2141 | 2026-05-20T15:27:38.856Z | Checking memoffset v0.9.1 |
| 2142 | 2026-05-20T15:27:38.894Z | Checking rustix v0.38.44 |
| 2143 | 2026-05-20T15:27:38.929Z | Checking env_filter v1.0.0 |
| 2144 | 2026-05-20T15:27:38.964Z | Checking same-file v1.0.6 |
| 2145 | 2026-05-20T15:27:39.106Z | Checking keccak v0.1.6 |
| 2146 | 2026-05-20T15:27:39.140Z | Checking walkdir v2.5.0 |
| 2147 | 2026-05-20T15:27:39.143Z | Checking newtype-uuid v1.3.2 |
| 2148 | 2026-05-20T15:27:39.278Z | Checking dof v0.3.0 |
| 2149 | 2026-05-20T15:27:39.317Z | Checking sha3 v0.10.8 |
| 2150 | 2026-05-20T15:27:39.346Z | Checking env_logger v0.11.9 |
| 2151 | 2026-05-20T15:27:39.425Z | Checking daft v0.1.7 |
| 2152 | 2026-05-20T15:27:39.456Z | Checking ed25519 v2.2.3 |
| 2153 | 2026-05-20T15:27:39.542Z | Checking serde_with v3.17.0 |
| 2154 | 2026-05-20T15:27:39.577Z | Checking siphasher v1.0.2 |
| 2155 | 2026-05-20T15:27:39.581Z | Checking bitflags v1.3.2 |
| 2156 | 2026-05-20T15:27:39.647Z | Checking usdt-impl v0.5.0 |
| 2157 | 2026-05-20T15:27:39.681Z | Checking ed25519-dalek v2.2.0 |
| 2158 | 2026-05-20T15:27:39.684Z | Checking unicode-normalization v0.1.25 |
| 2159 | 2026-05-20T15:27:39.745Z | Checking signal-hook v0.3.18 |
| 2160 | 2026-05-20T15:27:39.748Z | Checking managed v0.8.0 |
| 2161 | 2026-05-20T15:27:39.811Z | Checking winnow v0.5.40 |
| 2162 | 2026-05-20T15:27:39.815Z | Checking nix v0.31.2 |
| 2163 | 2026-05-20T15:27:40.158Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2164 | 2026-05-20T15:27:40.206Z | Checking object v0.37.3 |
| 2165 | 2026-05-20T15:27:40.206Z | Checking foldhash v0.1.5 |
| 2166 | 2026-05-20T15:27:40.206Z | Checking signal-hook-mio v0.2.5 |
| 2167 | 2026-05-20T15:27:40.206Z | Checking bzip2 v0.4.4 |
| 2168 | 2026-05-20T15:27:40.206Z | Checking globset v0.4.18 |
| 2169 | 2026-05-20T15:27:40.206Z | Checking hashbrown v0.15.5 |
| 2170 | 2026-05-20T15:27:40.206Z | Checking ref-cast v1.0.25 |
| 2171 | 2026-05-20T15:27:40.263Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2172 | 2026-05-20T15:27:40.320Z | Checking zip v0.6.6 |
| 2173 | 2026-05-20T15:27:40.402Z | Checking zstd-safe v7.2.4 |
| 2174 | 2026-05-20T15:27:40.431Z | Checking pin-project v1.1.11 |
| 2175 | 2026-05-20T15:27:40.555Z | Checking libbz2-rs-sys v0.2.2 |
| 2176 | 2026-05-20T15:27:40.592Z | Checking bumpalo v3.20.2 |
| 2177 | 2026-05-20T15:27:40.650Z | Checking zstd v0.13.3 |
| 2178 | 2026-05-20T15:27:40.687Z | Checking crossterm v0.28.1 |
| 2179 | 2026-05-20T15:27:40.817Z | Checking zopfli v0.8.3 |
| 2180 | 2026-05-20T15:27:40.852Z | Checking similar v2.7.0 |
| 2181 | 2026-05-20T15:27:40.892Z | Checking tokio-stream v0.1.18 |
| 2182 | 2026-05-20T15:27:40.955Z | Checking toml_edit v0.19.15 |
| 2183 | 2026-05-20T15:27:40.958Z | Checking fs-err v3.3.0 |
| 2184 | 2026-05-20T15:27:41.024Z | Checking bzip2 v0.6.1 |
| 2185 | 2026-05-20T15:27:41.390Z | Checking pem v3.0.6 |
| 2186 | 2026-05-20T15:27:41.414Z | Checking hash32 v0.2.1 |
| 2187 | 2026-05-20T15:27:41.414Z | Checking serde-big-array v0.5.1 |
| 2188 | 2026-05-20T15:27:41.414Z | Checking unicode-bidi v0.3.18 |
| 2189 | 2026-05-20T15:27:41.414Z | Checking unicode-properties v0.1.4 |
| 2190 | 2026-05-20T15:27:41.414Z | Checking jiff v0.2.21 |
| 2191 | 2026-05-20T15:27:41.414Z | Checking predicates-core v1.0.10 |
| 2192 | 2026-05-20T15:27:41.446Z | Checking heapless v0.7.17 |
| 2193 | 2026-05-20T15:27:41.456Z | Checking snafu v0.8.9 |
| 2194 | 2026-05-20T15:27:41.753Z | Checking olpc-cjson v0.1.4 |
| 2195 | 2026-05-20T15:27:41.757Z | Checking hickory-proto v0.25.2 |
| 2196 | 2026-05-20T15:27:41.764Z | Checking stringprep v0.1.5 |
| 2197 | 2026-05-20T15:27:41.764Z | Checking md-5 v0.10.6 |
| 2198 | 2026-05-20T15:27:41.765Z | Checking serde_plain v1.0.2 |
| 2199 | 2026-05-20T15:27:41.803Z | Checking float-cmp v0.10.0 |
| 2200 | 2026-05-20T15:27:41.982Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2201 | 2026-05-20T15:27:41.987Z | Checking typed-path v0.9.3 |
| 2202 | 2026-05-20T15:27:41.987Z | Checking normalize-line-endings v0.3.0 |
| 2203 | 2026-05-20T15:27:41.987Z | Checking fallible-iterator v0.2.0 |
| 2204 | 2026-05-20T15:27:42.004Z | Checking toml v0.7.8 |
| 2205 | 2026-05-20T15:27:42.049Z | Checking difflib v0.4.0 |
| 2206 | 2026-05-20T15:27:42.104Z | Checking smoltcp v0.9.1 |
| 2207 | 2026-05-20T15:27:42.262Z | Checking predicates v3.1.4 |
| 2208 | 2026-05-20T15:27:42.270Z | Checking postgres-protocol v0.6.10 |
| 2209 | 2026-05-20T15:27:42.329Z | Checking iddqd v0.4.1 |
| 2210 | 2026-05-20T15:27:42.363Z | Checking phf_shared v0.11.3 |
| 2211 | 2026-05-20T15:27:42.537Z | Checking phf_shared v0.13.1 |
| 2212 | 2026-05-20T15:27:42.588Z | Checking buf-list v1.1.2 |
| 2213 | 2026-05-20T15:27:42.652Z | Checking strum v0.27.2 |
| 2214 | 2026-05-20T15:27:42.756Z | Checking tough v0.22.0 |
| 2215 | 2026-05-20T15:27:42.756Z | Checking new_debug_unreachable v1.0.6 |
| 2216 | 2026-05-20T15:27:42.777Z | Checking fixedbitset v0.5.7 |
| 2217 | 2026-05-20T15:27:42.783Z | Checking lalrpop-util v0.19.12 |
| 2218 | 2026-05-20T15:27:42.843Z | Checking precomputed-hash v0.1.1 |
| 2219 | 2026-05-20T15:27:42.852Z | Checking fixedbitset v0.4.2 |
| 2220 | 2026-05-20T15:27:42.958Z | Checking string_cache v0.8.9 |
| 2221 | 2026-05-20T15:27:43.001Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2222 | 2026-05-20T15:27:43.010Z | Checking petgraph v0.8.3 |
| 2223 | 2026-05-20T15:27:43.067Z | Checking petgraph v0.6.5 |
| 2224 | 2026-05-20T15:27:43.155Z | Checking phf v0.13.1 |
| 2225 | 2026-05-20T15:27:43.260Z | Checking postgres-types v0.2.12 |
| 2226 | 2026-05-20T15:27:43.334Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2227 | 2026-05-20T15:27:43.605Z | Checking peg-runtime v0.8.5 |
| 2228 | 2026-05-20T15:27:43.646Z | Checking whoami v2.1.0 |
| 2229 | 2026-05-20T15:27:43.655Z | Checking zip v4.6.1 |
| 2230 | 2026-05-20T15:27:43.874Z | Checking tokio-postgres v0.7.16 |
| 2231 | 2026-05-20T15:27:43.907Z | Checking is-terminal v0.4.17 |
| 2232 | 2026-05-20T15:27:44.032Z | Checking crossbeam-channel v0.5.15 |
| 2233 | 2026-05-20T15:27:44.277Z | Compiling structmeta-derive v0.3.0 |
| 2234 | 2026-05-20T15:27:44.329Z | Compiling newtype-uuid-macros v0.1.0 |
| 2235 | 2026-05-20T15:27:44.389Z | Checking thread_local v1.1.9 |
| 2236 | 2026-05-20T15:27:44.424Z | Checking take_mut v0.2.2 |
| 2237 | 2026-05-20T15:27:44.562Z | Checking term v1.2.1 |
| 2238 | 2026-05-20T15:27:44.668Z | Checking slog-async v2.8.0 |
| 2239 | 2026-05-20T15:27:47.672Z | Compiling rustls v0.22.4 |
| 2240 | 2026-05-20T15:27:47.672Z | Compiling multer v3.1.0 |
| 2241 | 2026-05-20T15:27:47.672Z | Compiling async-stream-impl v0.3.6 |
| 2242 | 2026-05-20T15:27:47.672Z | Checking slog-term v2.9.2 |
| 2243 | 2026-05-20T15:27:47.672Z | Compiling dropshot v0.17.0 |
| 2244 | 2026-05-20T15:27:47.672Z | Compiling dropshot_endpoint v0.17.0 |
| 2245 | 2026-05-20T15:27:47.672Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2246 | 2026-05-20T15:27:47.672Z | Checking match_cfg v0.1.0 |
| 2247 | 2026-05-20T15:27:47.672Z | Checking slog-json v2.6.1 |
| 2248 | 2026-05-20T15:27:47.672Z | Checking hostname v0.3.1 |
| 2249 | 2026-05-20T15:27:47.672Z | Checking debug-ignore v1.0.5 |
| 2250 | 2026-05-20T15:27:47.672Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-05-20T15:27:47.672Z | Compiling structmeta v0.3.0 |
| 2252 | 2026-05-20T15:27:47.672Z | Checking serde_spanned v1.0.4 |
| 2253 | 2026-05-20T15:27:47.672Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2254 | 2026-05-20T15:27:47.672Z | Checking slog-bunyan v2.5.0 |
| 2255 | 2026-05-20T15:27:47.672Z | Checking rustls-webpki v0.102.8 |
| 2256 | 2026-05-20T15:27:47.672Z | Checking serde_path_to_error v0.1.20 |
| 2257 | 2026-05-20T15:27:47.672Z | Checking async-stream v0.3.6 |
| 2258 | 2026-05-20T15:27:47.672Z | Compiling derive-ex v0.1.8 |
| 2259 | 2026-05-20T15:27:47.672Z | Checking waitgroup v0.1.2 |
| 2260 | 2026-05-20T15:27:47.672Z | Checking rustls-pemfile v2.2.0 |
| 2261 | 2026-05-20T15:27:47.672Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2262 | 2026-05-20T15:27:47.672Z | Checking hostname v0.4.2 |
| 2263 | 2026-05-20T15:27:47.672Z | Checking compression-core v0.4.31 |
| 2264 | 2026-05-20T15:27:47.672Z | Checking progenitor-client v0.14.0 |
| 2265 | 2026-05-20T15:27:47.672Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2266 | 2026-05-20T15:27:47.673Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2267 | 2026-05-20T15:27:47.673Z | Checking compression-codecs v0.4.37 |
| 2268 | 2026-05-20T15:27:47.673Z | Checking toml v1.0.6+spec-1.1.0 |
| 2269 | 2026-05-20T15:27:47.673Z | Checking regress v0.10.5 |
| 2270 | 2026-05-20T15:27:47.673Z | Compiling parse-display-derive v0.10.0 |
| 2271 | 2026-05-20T15:27:47.673Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2272 | 2026-05-20T15:27:47.673Z | Checking async-compression v0.4.41 |
| 2273 | 2026-05-20T15:27:47.673Z | Checking itertools v0.14.0 |
| 2274 | 2026-05-20T15:27:47.703Z | Checking macaddr v1.0.1 |
| 2275 | 2026-05-20T15:27:47.703Z | Checking instant v0.1.13 |
| 2276 | 2026-05-20T15:27:47.703Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2277 | 2026-05-20T15:27:47.703Z | Checking progenitor-client v0.10.0 |
| 2278 | 2026-05-20T15:27:47.703Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2279 | 2026-05-20T15:27:47.703Z | Checking backoff v0.4.0 |
| 2280 | 2026-05-20T15:27:47.703Z | Checking backon v1.6.0 |
| 2281 | 2026-05-20T15:27:47.703Z | Checking unicode-width v0.2.0 |
| 2282 | 2026-05-20T15:27:47.703Z | Checking progenitor-extras v0.2.0 |
| 2283 | 2026-05-20T15:27:47.703Z | Compiling test-strategy v0.4.5 |
| 2284 | 2026-05-20T15:27:47.703Z | Checking heck v0.5.0 |
| 2285 | 2026-05-20T15:27:47.703Z | Checking tokio-rustls v0.25.0 |
| 2286 | 2026-05-20T15:27:47.704Z | Compiling convert_case v0.4.0 |
| 2287 | 2026-05-20T15:27:47.704Z | Checking half v2.7.1 |
| 2288 | 2026-05-20T15:27:47.704Z | Checking ciborium-io v0.2.2 |
| 2289 | 2026-05-20T15:27:47.704Z | Checking secrecy v0.10.3 |
| 2290 | 2026-05-20T15:27:47.720Z | Checking indent_write v2.2.0 |
| 2291 | 2026-05-20T15:27:47.788Z | Checking universal-hash v0.5.1 |
| 2292 | 2026-05-20T15:27:47.840Z | Checking opaque-debug v0.3.1 |
| 2293 | 2026-05-20T15:27:47.882Z | Checking camino-tempfile v1.4.1 |
| 2294 | 2026-05-20T15:27:47.916Z | Checking ciborium-ll v0.2.2 |
| 2295 | 2026-05-20T15:27:47.951Z | Checking parse-display v0.10.0 |
| 2296 | 2026-05-20T15:27:47.953Z | Compiling regress v0.11.1 |
| 2297 | 2026-05-20T15:27:48.019Z | Compiling unsafe-libyaml v0.2.11 |
| 2298 | 2026-05-20T15:27:48.023Z | Compiling derive_more v0.99.20 |
| 2299 | 2026-05-20T15:27:48.088Z | Checking aead v0.5.2 |
| 2300 | 2026-05-20T15:27:48.121Z | Checking ciborium v0.2.2 |
| 2301 | 2026-05-20T15:27:48.155Z | Compiling crucible-workspace-hack v0.1.0 |
| 2302 | 2026-05-20T15:27:48.262Z | Checking poly1305 v0.8.0 |
| 2303 | 2026-05-20T15:27:48.411Z | Checking chacha20 v0.9.1 |
| 2304 | 2026-05-20T15:27:48.589Z | Compiling serde_yaml v0.9.34+deprecated |
| 2305 | 2026-05-20T15:27:48.672Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2306 | 2026-05-20T15:27:48.797Z | Checking byte-wrapper v0.1.0 |
| 2307 | 2026-05-20T15:27:48.935Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2308 | 2026-05-20T15:27:49.045Z | Checking password-hash v0.5.0 |
| 2309 | 2026-05-20T15:27:49.305Z | Checking blake2 v0.10.6 |
| 2310 | 2026-05-20T15:27:49.345Z | Checking chacha20poly1305 v0.10.1 |
| 2311 | 2026-05-20T15:27:49.505Z | Checking swrite v0.1.0 |
| 2312 | 2026-05-20T15:27:49.580Z | Compiling typify-impl v0.6.2 |
| 2313 | 2026-05-20T15:27:49.629Z | Checking argon2 v0.5.3 |
| 2314 | 2026-05-20T15:27:49.692Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2315 | 2026-05-20T15:27:49.877Z | Checking thiserror-no-std v2.0.2 |
| 2316 | 2026-05-20T15:27:49.997Z | Checking vsss-rs v3.3.4 |
| 2317 | 2026-05-20T15:27:50.032Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2318 | 2026-05-20T15:27:50.072Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2319 | 2026-05-20T15:27:50.340Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2320 | 2026-05-20T15:27:50.374Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2321 | 2026-05-20T15:27:50.692Z | Checking crossbeam-deque v0.8.6 |
| 2322 | 2026-05-20T15:27:50.905Z | Compiling rayon-core v1.13.0 |
| 2323 | 2026-05-20T15:27:51.155Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2324 | 2026-05-20T15:27:51.244Z | Checking toml v0.8.23 |
| 2325 | 2026-05-20T15:27:51.360Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2326 | 2026-05-20T15:27:51.479Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2327 | 2026-05-20T15:27:51.549Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2328 | 2026-05-20T15:27:51.628Z | Compiling proc-macro-error v1.0.4 |
| 2329 | 2026-05-20T15:27:51.805Z | Checking rayon v1.11.0 |
| 2330 | 2026-05-20T15:27:51.854Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2331 | 2026-05-20T15:27:51.908Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2332 | 2026-05-20T15:27:51.973Z | Checking glob v0.3.3 |
| 2333 | 2026-05-20T15:27:52.023Z | Checking unicode-width v0.1.14 |
| 2334 | 2026-05-20T15:27:52.204Z | Compiling heapless v0.8.0 |
| 2335 | 2026-05-20T15:27:52.243Z | Compiling ingot-macros v0.1.1 |
| 2336 | 2026-05-20T15:27:52.309Z | Checking tabwriter v1.4.1 |
| 2337 | 2026-05-20T15:27:52.491Z | Compiling proc-macro-crate v3.4.0 |
| 2338 | 2026-05-20T15:27:52.564Z | Checking hash32 v0.3.1 |
| 2339 | 2026-05-20T15:27:52.728Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-05-20T15:27:52.732Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-05-20T15:27:53.046Z | Checking memmap v0.7.0 |
| 2342 | 2026-05-20T15:27:53.090Z | Compiling num_enum_derive v0.7.6 |
| 2343 | 2026-05-20T15:27:53.213Z | Compiling smoltcp v0.11.0 |
| 2344 | 2026-05-20T15:27:53.329Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2345 | 2026-05-20T15:27:53.569Z | Checking usdt v0.5.0 |
| 2346 | 2026-05-20T15:27:53.663Z | Checking cobs v0.3.0 |
| 2347 | 2026-05-20T15:27:53.704Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2348 | 2026-05-20T15:27:53.794Z | Compiling proc-macro-crate v1.3.1 |
| 2349 | 2026-05-20T15:27:53.837Z | Checking postcard v1.1.3 |
| 2350 | 2026-05-20T15:27:53.992Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2351 | 2026-05-20T15:27:54.032Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2352 | 2026-05-20T15:27:54.155Z | Checking num_enum v0.7.6 |
| 2353 | 2026-05-20T15:27:54.159Z | Compiling typify-macro v0.6.2 |
| 2354 | 2026-05-20T15:27:54.159Z | Checking sigpipe v0.1.3 |
| 2355 | 2026-05-20T15:27:54.257Z | Compiling foreign-types-macros v0.2.3 |
| 2356 | 2026-05-20T15:27:54.260Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2357 | 2026-05-20T15:27:54.320Z | Checking cpufeatures v0.3.0 |
| 2358 | 2026-05-20T15:27:54.354Z | Checking colored v3.1.1 |
| 2359 | 2026-05-20T15:27:54.423Z | Checking foreign-types-shared v0.3.1 |
| 2360 | 2026-05-20T15:27:54.544Z | Checking chacha20 v0.10.0 |
| 2361 | 2026-05-20T15:27:54.579Z | Compiling num_enum_derive v0.5.11 |
| 2362 | 2026-05-20T15:27:54.792Z | Checking cstr-argument v0.1.2 |
| 2363 | 2026-05-20T15:27:54.893Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-05-20T15:27:54.922Z | Checking foreign-types v0.5.0 |
| 2365 | 2026-05-20T15:27:54.955Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2366 | 2026-05-20T15:27:55.029Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 2367 | 2026-05-20T15:27:55.103Z | Checking ingot-types v0.1.2 |
| 2368 | 2026-05-20T15:27:55.136Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2369 | 2026-05-20T15:27:55.288Z | Checking rand v0.10.1 |
| 2370 | 2026-05-20T15:27:55.339Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2371 | 2026-05-20T15:27:55.373Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2372 | 2026-05-20T15:27:55.432Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2373 | 2026-05-20T15:27:55.488Z | Checking ingot v0.1.1 |
| 2374 | 2026-05-20T15:27:55.522Z | Checking itertools v0.12.1 |
| 2375 | 2026-05-20T15:27:55.557Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2376 | 2026-05-20T15:27:55.634Z | Checking winnow v1.0.3 |
| 2377 | 2026-05-20T15:27:55.670Z | Checking num_enum v0.5.11 |
| 2378 | 2026-05-20T15:27:55.800Z | Compiling zone_cfg_derive v0.3.1 |
| 2379 | 2026-05-20T15:27:55.835Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2380 | 2026-05-20T15:27:55.929Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2381 | 2026-05-20T15:27:55.964Z | Compiling typify v0.6.2 |
| 2382 | 2026-05-20T15:27:56.104Z | Compiling progenitor-impl v0.14.0 |
| 2383 | 2026-05-20T15:27:56.140Z | Compiling num-derive v0.4.2 |
| 2384 | 2026-05-20T15:27:56.463Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2385 | 2026-05-20T15:27:56.557Z | Checking zone v0.3.1 |
| 2386 | 2026-05-20T15:27:56.833Z | Checking smf v0.2.3 |
| 2387 | 2026-05-20T15:27:56.937Z | Checking whoami v1.6.1 |
| 2388 | 2026-05-20T15:27:57.149Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2389 | 2026-05-20T15:27:57.185Z | Checking tokio-dtrace v0.1.1 |
| 2390 | 2026-05-20T15:27:57.188Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2391 | 2026-05-20T15:27:57.251Z | Compiling derive-where v1.6.0 |
| 2392 | 2026-05-20T15:27:57.255Z | Checking console v0.15.11 |
| 2393 | 2026-05-20T15:27:57.400Z | Checking atomicwrites v0.4.4 |
| 2394 | 2026-05-20T15:27:57.404Z | Checking oxide-tokio-rt v0.1.4 |
| 2395 | 2026-05-20T15:27:57.469Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2396 | 2026-05-20T15:27:57.563Z | Checking newline-converter v0.3.0 |
| 2397 | 2026-05-20T15:27:57.598Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2398 | 2026-05-20T15:27:57.632Z | Checking num-rational v0.4.2 |
| 2399 | 2026-05-20T15:27:57.665Z | Checking num-complex v0.4.6 |
| 2400 | 2026-05-20T15:27:57.705Z | Checking expectorate v1.2.0 |
| 2401 | 2026-05-20T15:27:57.866Z | Checking float-ord v0.3.2 |
| 2402 | 2026-05-20T15:27:57.871Z | Checking itertools v0.13.0 |
| 2403 | 2026-05-20T15:27:57.941Z | Compiling owo-colors v4.3.0 |
| 2404 | 2026-05-20T15:27:58.006Z | Checking bytecount v0.6.9 |
| 2405 | 2026-05-20T15:27:58.041Z | Checking num v0.4.3 |
| 2406 | 2026-05-20T15:27:58.144Z | Compiling cancel-safe-futures v0.1.5 |
| 2407 | 2026-05-20T15:27:58.454Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2408 | 2026-05-20T15:27:58.497Z | Checking libsw-core v0.3.2 |
| 2409 | 2026-05-20T15:27:58.617Z | Compiling prettyplease v0.2.37 |
| 2410 | 2026-05-20T15:27:58.674Z | Checking libsw v3.5.0 |
| 2411 | 2026-05-20T15:27:58.802Z | Compiling progenitor-macro v0.14.0 |
| 2412 | 2026-05-20T15:27:58.928Z | Checking linear-map v1.2.0 |
| 2413 | 2026-05-20T15:27:58.996Z | Compiling progenitor-impl v0.13.0 |
| 2414 | 2026-05-20T15:27:59.126Z | Checking gethostname v0.5.0 |
| 2415 | 2026-05-20T15:27:59.160Z | Checking progenitor-client v0.13.0 |
| 2416 | 2026-05-20T15:27:59.249Z | Compiling num-derive v0.3.3 |
| 2417 | 2026-05-20T15:27:59.517Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2418 | 2026-05-20T15:28:00.169Z | Checking libscf-sys v1.1.0 |
| 2419 | 2026-05-20T15:28:00.822Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2420 | 2026-05-20T15:28:01.621Z | Compiling progenitor-macro v0.13.0 |
| 2421 | 2026-05-20T15:28:02.749Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2422 | 2026-05-20T15:28:03.783Z | Checking progenitor v0.14.0 |
| 2423 | 2026-05-20T15:28:03.956Z | Checking resolv-conf v0.7.6 |
| 2424 | 2026-05-20T15:28:04.298Z | Compiling slog-dtrace v0.3.0 |
| 2425 | 2026-05-20T15:28:04.313Z | Checking unicode-linebreak v0.1.5 |
| 2426 | 2026-05-20T15:28:04.313Z | Checking smawk v0.3.2 |
| 2427 | 2026-05-20T15:28:04.313Z | Checking papergrid v0.11.0 |
| 2428 | 2026-05-20T15:28:04.435Z | Compiling tabled_derive v0.7.0 |
| 2429 | 2026-05-20T15:28:04.471Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2430 | 2026-05-20T15:28:04.752Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2431 | 2026-05-20T15:28:05.183Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2432 | 2026-05-20T15:28:05.218Z | Checking linked-hash-map v0.5.6 |
| 2433 | 2026-05-20T15:28:05.427Z | Compiling minimal-lexical v0.2.1 |
| 2434 | 2026-05-20T15:28:05.461Z | Checking tabled v0.15.0 |
| 2435 | 2026-05-20T15:28:05.717Z | Compiling nom v7.1.3 |
| 2436 | 2026-05-20T15:28:05.721Z | Checking lru-cache v0.1.2 |
| 2437 | 2026-05-20T15:28:05.904Z | Checking hickory-proto v0.24.4 |
| 2438 | 2026-05-20T15:28:06.267Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2439 | 2026-05-20T15:28:06.481Z | Checking termtree v0.5.1 |
| 2440 | 2026-05-20T15:28:06.601Z | Checking progenitor v0.13.0 |
| 2441 | 2026-05-20T15:28:06.641Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2442 | 2026-05-20T15:28:06.676Z | Checking textwrap v0.16.2 |
| 2443 | 2026-05-20T15:28:06.769Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2444 | 2026-05-20T15:28:06.929Z | Checking csv-core v0.1.13 |
| 2445 | 2026-05-20T15:28:07.076Z | Checking tagptr v0.2.0 |
| 2446 | 2026-05-20T15:28:07.124Z | Checking humantime v2.3.0 |
| 2447 | 2026-05-20T15:28:07.162Z | Checking csv v1.4.0 |
| 2448 | 2026-05-20T15:28:07.253Z | Checking moka v0.12.13 |
| 2449 | 2026-05-20T15:28:07.347Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2450 | 2026-05-20T15:28:07.568Z | Compiling convert_case v0.10.0 |
| 2451 | 2026-05-20T15:28:07.604Z | Checking highway v1.3.0 |
| 2452 | 2026-05-20T15:28:07.815Z | Checking hickory-resolver v0.24.4 |
| 2453 | 2026-05-20T15:28:07.871Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2454 | 2026-05-20T15:28:07.919Z | Compiling derive_more-impl v2.1.1 |
| 2455 | 2026-05-20T15:28:07.954Z | Checking hickory-resolver v0.25.2 |
| 2456 | 2026-05-20T15:28:08.258Z | Compiling semver v0.1.20 |
| 2457 | 2026-05-20T15:28:08.303Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2458 | 2026-05-20T15:28:08.503Z | Compiling rustc_version v0.1.7 |
| 2459 | 2026-05-20T15:28:08.538Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2460 | 2026-05-20T15:28:08.571Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2461 | 2026-05-20T15:28:08.605Z | Checking qorb v0.4.1 |
| 2462 | 2026-05-20T15:28:08.682Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2463 | 2026-05-20T15:28:08.760Z | Checking phf_shared v0.12.1 |
| 2464 | 2026-05-20T15:28:08.764Z | Checking derive_more v2.1.1 |
| 2465 | 2026-05-20T15:28:08.899Z | Compiling chrono-tz v0.10.4 |
| 2466 | 2026-05-20T15:28:08.933Z | Checking phf v0.12.1 |
| 2467 | 2026-05-20T15:28:08.973Z | Checking crossterm v0.29.0 |
| 2468 | 2026-05-20T15:28:09.086Z | Compiling newtype_derive v0.1.6 |
| 2469 | 2026-05-20T15:28:09.120Z | Compiling const_format_proc_macros v0.2.34 |
| 2470 | 2026-05-20T15:28:09.198Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2471 | 2026-05-20T15:28:09.233Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2472 | 2026-05-20T15:28:09.547Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2473 | 2026-05-20T15:28:09.787Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2474 | 2026-05-20T15:28:09.879Z | Checking fd-lock v4.0.4 |
| 2475 | 2026-05-20T15:28:09.973Z | Checking const_format v0.2.35 |
| 2476 | 2026-05-20T15:28:10.023Z | Checking bcs v0.1.6 |
| 2477 | 2026-05-20T15:28:10.059Z | Checking vte v0.14.1 |
| 2478 | 2026-05-20T15:28:10.063Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2479 | 2026-05-20T15:28:10.231Z | Checking display-error-chain v0.2.2 |
| 2480 | 2026-05-20T15:28:10.267Z | Checking strip-ansi-escapes v0.2.1 |
| 2481 | 2026-05-20T15:28:10.335Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2482 | 2026-05-20T15:28:10.402Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2483 | 2026-05-20T15:28:10.434Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2484 | 2026-05-20T15:28:10.473Z | Checking nu-ansi-term v0.50.3 |
| 2485 | 2026-05-20T15:28:10.567Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2486 | 2026-05-20T15:28:10.639Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2487 | 2026-05-20T15:28:10.716Z | Checking reedline v0.40.0 |
| 2488 | 2026-05-20T15:28:10.922Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2489 | 2026-05-20T15:28:11.179Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2490 | 2026-05-20T15:28:11.421Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2491 | 2026-05-20T15:28:11.476Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2492 | 2026-05-20T15:28:11.761Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2493 | 2026-05-20T15:28:11.908Z | Compiling ar_archive_writer v0.5.1 |
| 2494 | 2026-05-20T15:28:12.005Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2495 | 2026-05-20T15:28:12.416Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2496 | 2026-05-20T15:28:12.844Z | Compiling psm v0.1.30 |
| 2497 | 2026-05-20T15:28:12.931Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2498 | 2026-05-20T15:28:13.163Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2499 | 2026-05-20T15:28:13.373Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2500 | 2026-05-20T15:28:13.749Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2501 | 2026-05-20T15:28:13.788Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2502 | 2026-05-20T15:28:13.822Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2503 | 2026-05-20T15:28:14.075Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2504 | 2026-05-20T15:28:14.118Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2505 | 2026-05-20T15:28:14.194Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2506 | 2026-05-20T15:28:14.273Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2507 | 2026-05-20T15:28:14.431Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2508 | 2026-05-20T15:28:14.434Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2509 | 2026-05-20T15:28:14.553Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2510 | 2026-05-20T15:28:14.666Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2511 | 2026-05-20T15:28:14.699Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2512 | 2026-05-20T15:28:14.829Z | Compiling stacker v0.1.23 |
| 2513 | 2026-05-20T15:28:14.876Z | Compiling cfg_aliases v0.1.1 |
| 2514 | 2026-05-20T15:28:14.911Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2515 | 2026-05-20T15:28:14.982Z | Compiling nix v0.28.0 |
| 2516 | 2026-05-20T15:28:15.114Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2517 | 2026-05-20T15:28:15.150Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2518 | 2026-05-20T15:28:15.357Z | Checking steno v0.4.1 |
| 2519 | 2026-05-20T15:28:15.393Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2520 | 2026-05-20T15:28:15.396Z | Checking nibble_vec v0.1.0 |
| 2521 | 2026-05-20T15:28:15.554Z | Checking home v0.5.12 |
| 2522 | 2026-05-20T15:28:15.694Z | Checking endian-type v0.1.2 |
| 2523 | 2026-05-20T15:28:15.861Z | Checking radix_trie v0.2.1 |
| 2524 | 2026-05-20T15:28:16.335Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2525 | 2026-05-20T15:28:16.446Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2526 | 2026-05-20T15:28:16.733Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2527 | 2026-05-20T15:28:17.007Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2528 | 2026-05-20T15:28:17.214Z | Checking recursive v0.1.1 |
| 2529 | 2026-05-20T15:28:17.247Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2530 | 2026-05-20T15:28:17.340Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2531 | 2026-05-20T15:28:17.454Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2532 | 2026-05-20T15:28:17.620Z | Compiling peg-macros v0.8.5 |
| 2533 | 2026-05-20T15:28:17.705Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2534 | 2026-05-20T15:28:17.708Z | Checking nom v8.0.0 |
| 2535 | 2026-05-20T15:28:17.770Z | Checking winnow v0.6.26 |
| 2536 | 2026-05-20T15:28:17.974Z | Compiling sqlparser_derive v0.5.0 |
| 2537 | 2026-05-20T15:28:18.009Z | Checking unicode_categories v0.1.1 |
| 2538 | 2026-05-20T15:28:18.043Z | Checking rustyline v14.0.0 |
| 2539 | 2026-05-20T15:28:18.250Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2540 | 2026-05-20T15:28:18.380Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2541 | 2026-05-20T15:28:18.625Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2542 | 2026-05-20T15:28:18.698Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2543 | 2026-05-20T15:28:18.776Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2544 | 2026-05-20T15:28:18.779Z | Checking sqlparser v0.61.0 |
| 2545 | 2026-05-20T15:28:18.846Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2546 | 2026-05-20T15:28:18.940Z | Checking sqlformat v0.3.5 |
| 2547 | 2026-05-20T15:28:19.029Z | Checking peg v0.8.5 |
| 2548 | 2026-05-20T15:28:19.136Z | Checking filetime v0.2.27 |
| 2549 | 2026-05-20T15:28:19.244Z | Checking xattr v1.6.1 |
| 2550 | 2026-05-20T15:28:19.301Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2551 | 2026-05-20T15:28:19.381Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2552 | 2026-05-20T15:28:19.416Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2553 | 2026-05-20T15:28:19.505Z | Checking tar v0.4.45 |
| 2554 | 2026-05-20T15:28:19.660Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2555 | 2026-05-20T15:28:19.819Z | Checking subprocess v0.2.15 |
| 2556 | 2026-05-20T15:28:19.918Z | Checking base64 v0.21.7 |
| 2557 | 2026-05-20T15:28:20.018Z | Checking headers-core v0.3.0 |
| 2558 | 2026-05-20T15:28:20.133Z | Checking yasna v0.5.2 |
| 2559 | 2026-05-20T15:28:20.169Z | Checking headers v0.4.1 |
| 2560 | 2026-05-20T15:28:20.201Z | Checking dropshot-api-manager-types v0.7.1 |
| 2561 | 2026-05-20T15:28:20.234Z | Checking utf-8 v0.7.6 |
| 2562 | 2026-05-20T15:28:20.398Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2563 | 2026-05-20T15:28:20.431Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2564 | 2026-05-20T15:28:20.548Z | Checking rcgen v0.12.1 |
| 2565 | 2026-05-20T15:28:20.583Z | Compiling libefi-sys v0.1.0 |
| 2566 | 2026-05-20T15:28:20.646Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-20T15:28:21.197Z | Compiling bitfield-struct v0.6.2 |
| 2568 | 2026-05-20T15:28:21.207Z | Compiling radium v0.7.0 |
| 2569 | 2026-05-20T15:28:21.207Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2570 | 2026-05-20T15:28:21.207Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2571 | 2026-05-20T15:28:21.215Z | Checking tungstenite v0.21.0 |
| 2572 | 2026-05-20T15:28:21.305Z | Compiling maybe-uninit v2.0.0 |
| 2573 | 2026-05-20T15:28:21.324Z | Checking tap v1.0.1 |
| 2574 | 2026-05-20T15:28:21.461Z | Checking wyz v0.5.1 |
| 2575 | 2026-05-20T15:28:21.508Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2576 | 2026-05-20T15:28:21.561Z | Compiling zerocopy-derive v0.6.6 |
| 2577 | 2026-05-20T15:28:21.664Z | Checking tokio-tungstenite v0.21.0 |
| 2578 | 2026-05-20T15:28:21.699Z | Checking crc-catalog v2.4.0 |
| 2579 | 2026-05-20T15:28:21.702Z | Compiling packed_struct v0.10.1 |
| 2580 | 2026-05-20T15:28:21.773Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2581 | 2026-05-20T15:28:21.821Z | Checking funty v2.0.0 |
| 2582 | 2026-05-20T15:28:22.011Z | Checking crc v3.4.0 |
| 2583 | 2026-05-20T15:28:22.095Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2584 | 2026-05-20T15:28:22.225Z | Compiling packed_struct_codegen v0.10.1 |
| 2585 | 2026-05-20T15:28:22.228Z | Checking bitvec v1.0.1 |
| 2586 | 2026-05-20T15:28:22.228Z | Compiling bitfield-macros v0.19.4 |
| 2587 | 2026-05-20T15:28:22.480Z | Checking zerocopy v0.6.6 |
| 2588 | 2026-05-20T15:28:22.812Z | Compiling indexmap v1.9.3 |
| 2589 | 2026-05-20T15:28:22.998Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2590 | 2026-05-20T15:28:23.032Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2591 | 2026-05-20T15:28:23.063Z | Checking nodrop v0.1.14 |
| 2592 | 2026-05-20T15:28:23.148Z | Checking bitfield v0.19.4 |
| 2593 | 2026-05-20T15:28:23.182Z | Checking smallvec v0.6.14 |
| 2594 | 2026-05-20T15:28:23.185Z | Checking array-init v0.0.4 |
| 2595 | 2026-05-20T15:28:23.290Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2596 | 2026-05-20T15:28:23.333Z | Checking hashbrown v0.12.3 |
| 2597 | 2026-05-20T15:28:23.400Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2598 | 2026-05-20T15:28:23.444Z | Checking ron v0.8.1 |
| 2599 | 2026-05-20T15:28:23.538Z | Checking serde-hex v0.1.0 |
| 2600 | 2026-05-20T15:28:23.591Z | Checking hashbrown v0.13.2 |
| 2601 | 2026-05-20T15:28:24.001Z | Checking crc-any v2.5.0 |
| 2602 | 2026-05-20T15:28:24.050Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-05-20T15:28:24.117Z | Checking object v0.30.4 |
| 2604 | 2026-05-20T15:28:24.209Z | Compiling xshell-macros v0.2.7 |
| 2605 | 2026-05-20T15:28:24.244Z | Checking path-slash v0.1.5 |
| 2606 | 2026-05-20T15:28:24.376Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2607 | 2026-05-20T15:28:24.611Z | Checking xshell v0.2.7 |
| 2608 | 2026-05-20T15:28:24.696Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2609 | 2026-05-20T15:28:24.788Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2610 | 2026-05-20T15:28:24.830Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2611 | 2026-05-20T15:28:24.863Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2612 | 2026-05-20T15:28:25.209Z | Checking half v1.8.3 |
| 2613 | 2026-05-20T15:28:25.441Z | Checking serde_cbor v0.11.2 |
| 2614 | 2026-05-20T15:28:25.474Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2615 | 2026-05-20T15:28:25.608Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2616 | 2026-05-20T15:28:25.848Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2617 | 2026-05-20T15:28:25.913Z | Compiling proc-macro-error2 v2.0.1 |
| 2618 | 2026-05-20T15:28:26.049Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2619 | 2026-05-20T15:28:26.080Z | Checking papergrid v0.17.0 |
| 2620 | 2026-05-20T15:28:26.221Z | Checking testing_table v0.3.0 |
| 2621 | 2026-05-20T15:28:26.257Z | Compiling tabled_derive v0.11.0 |
| 2622 | 2026-05-20T15:28:26.289Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2623 | 2026-05-20T15:28:26.343Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2624 | 2026-05-20T15:28:26.829Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2625 | 2026-05-20T15:28:27.128Z | Compiling git-stub v1.0.0 |
| 2626 | 2026-05-20T15:28:27.160Z | Checking maplit v1.0.2 |
| 2627 | 2026-05-20T15:28:27.163Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2628 | 2026-05-20T15:28:27.279Z | Checking crc8 v0.1.1 |
| 2629 | 2026-05-20T15:28:27.411Z | Compiling git-stub-vcs v0.1.0 |
| 2630 | 2026-05-20T15:28:27.444Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2631 | 2026-05-20T15:28:27.477Z | Checking tabled v0.20.0 |
| 2632 | 2026-05-20T15:28:27.773Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2633 | 2026-05-20T15:28:27.809Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2634 | 2026-05-20T15:28:27.841Z | Checking fxhash v0.2.1 |
| 2635 | 2026-05-20T15:28:27.995Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2636 | 2026-05-20T15:28:28.108Z | Checking unicase v2.9.0 |
| 2637 | 2026-05-20T15:28:28.218Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2638 | 2026-05-20T15:28:28.299Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2639 | 2026-05-20T15:28:28.614Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2640 | 2026-05-20T15:28:28.654Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2641 | 2026-05-20T15:28:28.705Z | Compiling typify-impl v0.4.3 |
| 2642 | 2026-05-20T15:28:28.785Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2643 | 2026-05-20T15:28:28.924Z | Checking kstat-rs v0.2.4 |
| 2644 | 2026-05-20T15:28:29.146Z | Compiling diesel_derives v2.3.7 |
| 2645 | 2026-05-20T15:28:29.179Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2646 | 2026-05-20T15:28:29.182Z | Checking scheduled-thread-pool v0.2.7 |
| 2647 | 2026-05-20T15:28:29.390Z | Compiling dsl_auto_type v0.2.0 |
| 2648 | 2026-05-20T15:28:29.432Z | Compiling vergen-gitcl v1.0.8 |
| 2649 | 2026-05-20T15:28:29.559Z | Checking arc-swap v1.8.2 |
| 2650 | 2026-05-20T15:28:29.652Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2651 | 2026-05-20T15:28:29.818Z | Compiling parking_lot_core v0.8.6 |
| 2652 | 2026-05-20T15:28:29.898Z | Checking slog-scope v4.4.1 |
| 2653 | 2026-05-20T15:28:29.994Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2654 | 2026-05-20T15:28:30.156Z | Checking r2d2 v0.8.10 |
| 2655 | 2026-05-20T15:28:30.202Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2656 | 2026-05-20T15:28:30.377Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2657 | 2026-05-20T15:28:30.731Z | Checking downcast-rs v2.0.2 |
| 2658 | 2026-05-20T15:28:31.127Z | Checking slog-stdlog v4.1.1 |
| 2659 | 2026-05-20T15:28:31.229Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2660 | 2026-05-20T15:28:31.282Z | Checking slog-envlogger v2.2.0 |
| 2661 | 2026-05-20T15:28:31.374Z | Checking parking_lot v0.11.2 |
| 2662 | 2026-05-20T15:28:31.464Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2663 | 2026-05-20T15:28:31.554Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2664 | 2026-05-20T15:28:31.601Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2665 | 2026-05-20T15:28:31.687Z | Checking prefix-trie v0.7.0 |
| 2666 | 2026-05-20T15:28:31.823Z | Compiling itertools v0.10.5 |
| 2667 | 2026-05-20T15:28:32.053Z | Checking sled v0.34.7 |
| 2668 | 2026-05-20T15:28:32.087Z | Checking hickory-server v0.25.2 |
| 2669 | 2026-05-20T15:28:32.161Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2670 | 2026-05-20T15:28:32.365Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2671 | 2026-05-20T15:28:32.569Z | Checking nanorand v0.7.0 |
| 2672 | 2026-05-20T15:28:32.808Z | Compiling dirs-sys-next v0.1.2 |
| 2673 | 2026-05-20T15:28:32.842Z | Compiling salty v0.3.0 |
| 2674 | 2026-05-20T15:28:32.930Z | Compiling crunchy v0.2.4 |
| 2675 | 2026-05-20T15:28:33.141Z | Compiling dirs-next v2.0.0 |
| 2676 | 2026-05-20T15:28:33.184Z | Checking flume v0.11.1 |
| 2677 | 2026-05-20T15:28:33.216Z | Compiling typify-macro v0.4.3 |
| 2678 | 2026-05-20T15:28:33.293Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2679 | 2026-05-20T15:28:33.296Z | Compiling clang-sys v1.8.1 |
| 2680 | 2026-05-20T15:28:33.398Z | Checking primeorder v0.13.6 |
| 2681 | 2026-05-20T15:28:33.452Z | Compiling tiny-keccak v2.0.2 |
| 2682 | 2026-05-20T15:28:33.823Z | Compiling term v0.7.0 |
| 2683 | 2026-05-20T15:28:33.960Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2684 | 2026-05-20T15:28:34.201Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2685 | 2026-05-20T15:28:34.432Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2686 | 2026-05-20T15:28:34.466Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2687 | 2026-05-20T15:28:34.530Z | Compiling bit-vec v0.6.3 |
| 2688 | 2026-05-20T15:28:34.738Z | Compiling bit-set v0.5.3 |
| 2689 | 2026-05-20T15:28:34.785Z | Compiling ascii-canvas v3.0.0 |
| 2690 | 2026-05-20T15:28:34.924Z | Compiling ena v0.14.4 |
| 2691 | 2026-05-20T15:28:34.956Z | Compiling typify v0.4.3 |
| 2692 | 2026-05-20T15:28:35.103Z | Compiling libloading v0.8.9 |
| 2693 | 2026-05-20T15:28:35.135Z | Compiling fs-err v2.11.0 |
| 2694 | 2026-05-20T15:28:35.180Z | Compiling regex-syntax v0.6.29 |
| 2695 | 2026-05-20T15:28:35.212Z | Compiling bindgen v0.71.1 |
| 2696 | 2026-05-20T15:28:35.252Z | Compiling diff v0.1.13 |
| 2697 | 2026-05-20T15:28:35.404Z | Checking diesel v2.3.7 |
| 2698 | 2026-05-20T15:28:35.528Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2699 | 2026-05-20T15:28:35.560Z | Checking p384 v0.13.1 |
| 2700 | 2026-05-20T15:28:35.596Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2701 | 2026-05-20T15:28:35.599Z | Compiling cexpr v0.6.0 |
| 2702 | 2026-05-20T15:28:35.707Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2703 | 2026-05-20T15:28:36.008Z | Compiling rustc-hash v2.1.1 |
| 2704 | 2026-05-20T15:28:36.169Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2705 | 2026-05-20T15:28:36.277Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2706 | 2026-05-20T15:28:36.324Z | Compiling libxml v0.3.3 |
| 2707 | 2026-05-20T15:28:36.502Z | Compiling lalrpop v0.19.12 |
| 2708 | 2026-05-20T15:28:36.544Z | Checking parse-size v1.1.0 |
| 2709 | 2026-05-20T15:28:36.675Z | Compiling strum_macros v0.24.3 |
| 2710 | 2026-05-20T15:28:36.707Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2711 | 2026-05-20T15:28:37.439Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2712 | 2026-05-20T15:28:37.667Z | Checking assert_matches v1.5.0 |
| 2713 | 2026-05-20T15:28:37.773Z | Compiling indoc v1.0.9 |
| 2714 | 2026-05-20T15:28:37.984Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2715 | 2026-05-20T15:28:38.144Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2716 | 2026-05-20T15:28:38.246Z | Compiling progenitor-impl v0.10.0 |
| 2717 | 2026-05-20T15:28:38.600Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2718 | 2026-05-20T15:28:38.717Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2719 | 2026-05-20T15:28:38.935Z | Checking predicates-tree v1.0.13 |
| 2720 | 2026-05-20T15:28:38.969Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 2721 | 2026-05-20T15:28:39.070Z | Checking quick-xml v0.37.5 |
| 2722 | 2026-05-20T15:28:39.102Z | Checking derive_builder v0.20.2 |
| 2723 | 2026-05-20T15:28:39.243Z | Compiling oso-derive v0.27.3 |
| 2724 | 2026-05-20T15:28:39.588Z | Compiling trait-variant v0.1.2 |
| 2725 | 2026-05-20T15:28:39.756Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2726 | 2026-05-20T15:28:39.965Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2727 | 2026-05-20T15:28:40.154Z | Checking openssl-probe v0.1.6 |
| 2728 | 2026-05-20T15:28:40.232Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2729 | 2026-05-20T15:28:40.296Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2730 | 2026-05-20T15:28:40.843Z | Compiling progenitor-macro v0.10.0 |
| 2731 | 2026-05-20T15:28:41.313Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2732 | 2026-05-20T15:28:42.290Z | Compiling mime_guess v2.0.5 |
| 2733 | 2026-05-20T15:28:42.323Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2734 | 2026-05-20T15:28:42.612Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2735 | 2026-05-20T15:28:42.752Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2736 | 2026-05-20T15:28:42.881Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2737 | 2026-05-20T15:28:43.090Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2738 | 2026-05-20T15:28:43.123Z | Checking corncobs v0.1.4 |
| 2739 | 2026-05-20T15:28:43.290Z | Checking http-range v0.1.5 |
| 2740 | 2026-05-20T15:28:43.383Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2741 | 2026-05-20T15:28:43.506Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2742 | 2026-05-20T15:28:43.680Z | Compiling progenitor-impl v0.11.2 |
| 2743 | 2026-05-20T15:28:43.889Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2744 | 2026-05-20T15:28:44.533Z | Checking ignore v0.4.25 |
| 2745 | 2026-05-20T15:28:44.972Z | Checking secrecy v0.8.0 |
| 2746 | 2026-05-20T15:28:45.134Z | Checking atty v0.2.14 |
| 2747 | 2026-05-20T15:28:45.778Z | Checking progenitor v0.10.0 |
| 2748 | 2026-05-20T15:28:45.882Z | Checking globwalk v0.9.1 |
| 2749 | 2026-05-20T15:28:45.954Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2750 | 2026-05-20T15:28:46.393Z | Compiling progenitor-macro v0.11.2 |
| 2751 | 2026-05-20T15:28:46.461Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2752 | 2026-05-20T15:28:46.878Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2753 | 2026-05-20T15:28:46.990Z | Checking progenitor-client v0.11.2 |
| 2754 | 2026-05-20T15:28:47.114Z | Checking bb8 v0.8.6 |
| 2755 | 2026-05-20T15:28:47.272Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2756 | 2026-05-20T15:28:47.476Z | Checking hyper-staticfile v0.10.1 |
| 2757 | 2026-05-20T15:28:47.510Z | Checking camino-tempfile-ext v0.3.3 |
| 2758 | 2026-05-20T15:28:47.583Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2759 | 2026-05-20T15:28:47.773Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2760 | 2026-05-20T15:28:47.805Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2761 | 2026-05-20T15:28:47.903Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2762 | 2026-05-20T15:28:48.032Z | Checking signal-hook-tokio v0.3.1 |
| 2763 | 2026-05-20T15:28:48.197Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2764 | 2026-05-20T15:28:48.679Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2765 | 2026-05-20T15:28:48.713Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2766 | 2026-05-20T15:28:49.197Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2767 | 2026-05-20T15:28:49.512Z | Checking async-bb8-diesel v0.2.1 |
| 2768 | 2026-05-20T15:28:49.606Z | Checking diesel-dtrace v0.5.0 |
| 2769 | 2026-05-20T15:28:49.888Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2770 | 2026-05-20T15:28:49.922Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2771 | 2026-05-20T15:28:49.955Z | Checking nonempty v0.12.0 |
| 2772 | 2026-05-20T15:28:50.151Z | Checking illumos-nvpair v0.3.0 |
| 2773 | 2026-05-20T15:28:50.237Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2774 | 2026-05-20T15:28:50.340Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2775 | 2026-05-20T15:28:50.411Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2776 | 2026-05-20T15:28:50.686Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2777 | 2026-05-20T15:28:50.718Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2778 | 2026-05-20T15:28:50.760Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2779 | 2026-05-20T15:28:50.890Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2780 | 2026-05-20T15:28:51.143Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2781 | 2026-05-20T15:28:51.320Z | Checking progenitor v0.11.2 |
| 2782 | 2026-05-20T15:28:51.353Z | Checking tungstenite v0.23.0 |
| 2783 | 2026-05-20T15:28:51.434Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2784 | 2026-05-20T15:28:51.493Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2785 | 2026-05-20T15:28:51.808Z | Checking tokio-tungstenite v0.23.1 |
| 2786 | 2026-05-20T15:28:52.154Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2787 | 2026-05-20T15:28:52.537Z | Checking rand_seeder v0.4.0 |
| 2788 | 2026-05-20T15:28:52.595Z | Checking void v1.0.2 |
| 2789 | 2026-05-20T15:28:52.670Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2790 | 2026-05-20T15:28:52.721Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2791 | 2026-05-20T15:28:52.753Z | Checking lzss v0.8.2 |
| 2792 | 2026-05-20T15:28:52.918Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2793 | 2026-05-20T15:28:52.977Z | Checking nix v0.27.1 |
| 2794 | 2026-05-20T15:28:53.083Z | Checking serde_bytes v0.11.19 |
| 2795 | 2026-05-20T15:28:53.192Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2796 | 2026-05-20T15:28:53.295Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2797 | 2026-05-20T15:28:53.402Z | Checking is_ci v1.2.0 |
| 2798 | 2026-05-20T15:28:53.533Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2799 | 2026-05-20T15:28:53.564Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2800 | 2026-05-20T15:28:53.866Z | Checking yansi v1.0.1 |
| 2801 | 2026-05-20T15:28:53.938Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2802 | 2026-05-20T15:28:54.167Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2803 | 2026-05-20T15:28:54.238Z | Checking pretty_assertions v1.4.1 |
| 2804 | 2026-05-20T15:28:54.422Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2805 | 2026-05-20T15:28:54.466Z | Compiling darling_core v0.23.0 |
| 2806 | 2026-05-20T15:28:54.691Z | Compiling indoc v2.0.7 |
| 2807 | 2026-05-20T15:28:54.959Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2808 | 2026-05-20T15:28:55.184Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2809 | 2026-05-20T15:28:55.220Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2810 | 2026-05-20T15:28:55.448Z | Compiling instability v0.3.11 |
| 2811 | 2026-05-20T15:28:55.845Z | Compiling libz-sys v1.1.24 |
| 2812 | 2026-05-20T15:28:56.022Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2813 | 2026-05-20T15:28:56.260Z | Checking castaway v0.2.4 |
| 2814 | 2026-05-20T15:28:56.409Z | Checking compact_str v0.8.1 |
| 2815 | 2026-05-20T15:28:57.067Z | Compiling darling_macro v0.23.0 |
| 2816 | 2026-05-20T15:28:57.541Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2817 | 2026-05-20T15:28:57.601Z | Compiling darling v0.23.0 |
| 2818 | 2026-05-20T15:28:57.701Z | Checking supports-color v3.0.2 |
| 2819 | 2026-05-20T15:28:57.803Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2820 | 2026-05-20T15:28:57.864Z | Checking unicode-truncate v1.1.0 |
| 2821 | 2026-05-20T15:28:58.029Z | Checking console v0.16.2 |
| 2822 | 2026-05-20T15:28:58.077Z | Checking lru v0.12.5 |
| 2823 | 2026-05-20T15:28:58.257Z | Checking cassowary v0.3.0 |
| 2824 | 2026-05-20T15:28:58.379Z | Checking unit-prefix v0.5.2 |
| 2825 | 2026-05-20T15:28:58.478Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2826 | 2026-05-20T15:28:58.510Z | Checking ratatui v0.29.0 |
| 2827 | 2026-05-20T15:28:58.543Z | Checking indicatif v0.18.4 |
| 2828 | 2026-05-20T15:28:58.546Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2829 | 2026-05-20T15:28:58.723Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2830 | 2026-05-20T15:28:59.129Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2831 | 2026-05-20T15:28:59.357Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2832 | 2026-05-20T15:28:59.679Z | Compiling vergen-git2 v1.0.7 |
| 2833 | 2026-05-20T15:28:59.851Z | Checking plotters-backend v0.3.7 |
| 2834 | 2026-05-20T15:28:59.951Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2835 | 2026-05-20T15:29:00.088Z | Checking plotters-svg v0.3.7 |
| 2836 | 2026-05-20T15:29:00.184Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2837 | 2026-05-20T15:29:00.261Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-05-20T15:29:00.331Z | Checking colored v2.2.0 |
| 2839 | 2026-05-20T15:29:00.409Z | Checking shell-words v1.1.1 |
| 2840 | 2026-05-20T15:29:00.563Z | Compiling rustls v0.21.12 |
| 2841 | 2026-05-20T15:29:00.566Z | Checking cast v0.3.0 |
| 2842 | 2026-05-20T15:29:00.780Z | Checking criterion-plot v0.6.0 |
| 2843 | 2026-05-20T15:29:00.904Z | Checking plotters v0.3.7 |
| 2844 | 2026-05-20T15:29:00.981Z | Checking typeid v1.0.3 |
| 2845 | 2026-05-20T15:29:01.057Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 2846 | 2026-05-20T15:29:01.116Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2847 | 2026-05-20T15:29:01.346Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2848 | 2026-05-20T15:29:01.571Z | Checking sct v0.7.1 |
| 2849 | 2026-05-20T15:29:01.662Z | Checking rustls-webpki v0.101.7 |
| 2850 | 2026-05-20T15:29:01.737Z | Checking tinytemplate v1.2.1 |
| 2851 | 2026-05-20T15:29:02.017Z | Compiling nix v0.29.0 |
| 2852 | 2026-05-20T15:29:02.066Z | Compiling dropshot v0.16.7 |
| 2853 | 2026-05-20T15:29:02.100Z | Checking hex-literal v0.4.1 |
| 2854 | 2026-05-20T15:29:02.231Z | Checking anes v0.1.6 |
| 2855 | 2026-05-20T15:29:02.297Z | Checking oorandom v11.1.5 |
| 2856 | 2026-05-20T15:29:02.465Z | Checking criterion v0.7.0 |
| 2857 | 2026-05-20T15:29:02.530Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 2858 | 2026-05-20T15:29:03.300Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2859 | 2026-05-20T15:29:03.739Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2860 | 2026-05-20T15:29:03.881Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2861 | 2026-05-20T15:29:05.418Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2862 | 2026-05-20T15:29:05.723Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2863 | 2026-05-20T15:29:06.026Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2864 | 2026-05-20T15:29:06.793Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2865 | 2026-05-20T15:29:06.873Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2866 | 2026-05-20T15:29:08.737Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2867 | 2026-05-20T15:29:08.973Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2868 | 2026-05-20T15:29:09.305Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2869 | 2026-05-20T15:29:10.123Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2870 | 2026-05-20T15:29:10.650Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2871 | 2026-05-20T15:29:10.823Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2872 | 2026-05-20T15:29:11.437Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2873 | 2026-05-20T15:29:11.687Z | Checking erased-serde v0.4.9 |
| 2874 | 2026-05-20T15:29:12.087Z | Checking toml v0.9.12+spec-1.1.0 |
| 2875 | 2026-05-20T15:29:12.405Z | Checking ordered-float v2.10.1 |
| 2876 | 2026-05-20T15:29:12.674Z | Compiling dropshot_endpoint v0.16.7 |
| 2877 | 2026-05-20T15:29:12.707Z | Checking serde-value v0.7.0 |
| 2878 | 2026-05-20T15:29:12.842Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2879 | 2026-05-20T15:29:12.951Z | Checking serde-untagged v0.1.9 |
| 2880 | 2026-05-20T15:29:13.179Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2881 | 2026-05-20T15:29:13.361Z | Checking tokio-rustls v0.24.1 |
| 2882 | 2026-05-20T15:29:13.855Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2883 | 2026-05-20T15:29:14.017Z | Checking rustls-pemfile v1.0.4 |
| 2884 | 2026-05-20T15:29:14.186Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2885 | 2026-05-20T15:29:14.412Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2886 | 2026-05-20T15:29:14.667Z | Checking twox-hash v2.1.2 |
| 2887 | 2026-05-20T15:29:14.817Z | Checking unicode-xid v0.2.6 |
| 2888 | 2026-05-20T15:29:14.962Z | Checking cargo-util-schemas v0.8.2 |
| 2889 | 2026-05-20T15:29:15.051Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2890 | 2026-05-20T15:29:15.905Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2891 | 2026-05-20T15:29:16.277Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2892 | 2026-05-20T15:29:16.345Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2893 | 2026-05-20T15:29:16.537Z | Checking fatfs v0.3.6 |
| 2894 | 2026-05-20T15:29:16.749Z | Checking cargo-platform v0.2.0 |
| 2895 | 2026-05-20T15:29:16.970Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2896 | 2026-05-20T15:29:17.029Z | Compiling petname v2.0.2 |
| 2897 | 2026-05-20T15:29:17.551Z | Compiling seq-macro v0.3.6 |
| 2898 | 2026-05-20T15:29:18.239Z | Checking cargo_metadata v0.21.0 |
| 2899 | 2026-05-20T15:29:18.311Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2900 | 2026-05-20T15:29:18.791Z | Compiling samael v0.0.19 |
| 2901 | 2026-05-20T15:29:19.014Z | Checking concurrent-queue v2.5.0 |
| 2902 | 2026-05-20T15:29:19.231Z | Checking rtoolbox v0.0.3 |
| 2903 | 2026-05-20T15:29:19.398Z | Checking parking v2.2.1 |
| 2904 | 2026-05-20T15:29:19.557Z | Checking event-listener v5.4.1 |
| 2905 | 2026-05-20T15:29:19.819Z | Checking rpassword v7.4.0 |
| 2906 | 2026-05-20T15:29:20.385Z | Checking tui-tree-widget v0.23.1 |
| 2907 | 2026-05-20T15:29:20.472Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2908 | 2026-05-20T15:29:20.602Z | Checking polyval v0.6.2 |
| 2909 | 2026-05-20T15:29:20.667Z | Checking sapling-renderdag v0.1.0 |
| 2910 | 2026-05-20T15:29:20.800Z | Checking sync-ptr v0.1.4 |
| 2911 | 2026-05-20T15:29:20.938Z | Checking ghash v0.5.1 |
| 2912 | 2026-05-20T15:29:20.971Z | Checking event-listener-strategy v0.5.4 |
| 2913 | 2026-05-20T15:29:21.168Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2914 | 2026-05-20T15:29:21.171Z | Checking ctr v0.9.2 |
| 2915 | 2026-05-20T15:29:21.322Z | Checking futures-timer v3.0.3 |
| 2916 | 2026-05-20T15:29:21.354Z | Checking arrayref v0.3.9 |
| 2917 | 2026-05-20T15:29:21.460Z | Checking arrayvec v0.7.6 |
| 2918 | 2026-05-20T15:29:21.534Z | Checking constant_time_eq v0.4.2 |
| 2919 | 2026-05-20T15:29:21.675Z | Checking aes-gcm v0.10.3 |
| 2920 | 2026-05-20T15:29:21.750Z | Checking async-lock v3.4.2 |
| 2921 | 2026-05-20T15:29:21.860Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2922 | 2026-05-20T15:29:22.184Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2923 | 2026-05-20T15:29:23.004Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2924 | 2026-05-20T15:29:23.826Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2925 | 2026-05-20T15:29:24.859Z | Checking ssh-encoding v0.2.0 |
| 2926 | 2026-05-20T15:29:24.904Z | Checking blowfish v0.9.1 |
| 2927 | 2026-05-20T15:29:25.059Z | Checking async-object-pool v0.2.0 |
| 2928 | 2026-05-20T15:29:25.094Z | Checking bcrypt-pbkdf v0.10.0 |
| 2929 | 2026-05-20T15:29:25.094Z | Checking ssh-cipher v0.2.0 |
| 2930 | 2026-05-20T15:29:25.208Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2931 | 2026-05-20T15:29:25.302Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2932 | 2026-05-20T15:29:25.335Z | Checking serde_regex v1.1.0 |
| 2933 | 2026-05-20T15:29:25.526Z | Checking password-hash v0.4.2 |
| 2934 | 2026-05-20T15:29:25.599Z | Checking assert-json-diff v2.0.2 |
| 2935 | 2026-05-20T15:29:25.778Z | Checking path-tree v0.8.3 |
| 2936 | 2026-05-20T15:29:25.810Z | Checking gimli v0.32.3 |
| 2937 | 2026-05-20T15:29:25.962Z | Checking stringmetrics v2.2.2 |
| 2938 | 2026-05-20T15:29:26.001Z | Compiling target-lexicon v0.13.3 |
| 2939 | 2026-05-20T15:29:26.153Z | Checking httpmock v0.8.3 |
| 2940 | 2026-05-20T15:29:26.411Z | Compiling git2 v0.20.4 |
| 2941 | 2026-05-20T15:29:26.598Z | Checking pbkdf2 v0.11.0 |
| 2942 | 2026-05-20T15:29:26.807Z | Checking ssh-key v0.6.7 |
| 2943 | 2026-05-20T15:29:27.425Z | Checking addr2line v0.25.1 |
| 2944 | 2026-05-20T15:29:27.737Z | Checking p256 v0.13.2 |
| 2945 | 2026-05-20T15:29:28.026Z | Checking p521 v0.13.3 |
| 2946 | 2026-05-20T15:29:28.100Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2947 | 2026-05-20T15:29:28.381Z | Checking russh-cryptovec v0.7.3 |
| 2948 | 2026-05-20T15:29:28.417Z | Checking md5 v0.7.0 |
| 2949 | 2026-05-20T15:29:28.556Z | Checking rustc-demangle v0.1.27 |
| 2950 | 2026-05-20T15:29:28.664Z | Compiling guppy-workspace-hack v0.1.0 |
| 2951 | 2026-05-20T15:29:28.820Z | Checking backtrace v0.3.76 |
| 2952 | 2026-05-20T15:29:28.925Z | Checking russh-keys v0.45.0 |
| 2953 | 2026-05-20T15:29:29.253Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2954 | 2026-05-20T15:29:29.436Z | Checking num-bigint v0.4.6 |
| 2955 | 2026-05-20T15:29:29.487Z | Checking des v0.8.1 |
| 2956 | 2026-05-20T15:29:29.648Z | Compiling blake3 v1.8.3 |
| 2957 | 2026-05-20T15:29:29.679Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2958 | 2026-05-20T15:29:29.773Z | Compiling target-spec v3.5.7 |
| 2959 | 2026-05-20T15:29:29.806Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2960 | 2026-05-20T15:29:30.180Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2961 | 2026-05-20T15:29:30.330Z | Checking cfg-expr v0.20.6 |
| 2962 | 2026-05-20T15:29:30.411Z | Checking russh v0.45.0 |
| 2963 | 2026-05-20T15:29:30.535Z | Checking backtrace-ext v0.2.1 |
| 2964 | 2026-05-20T15:29:30.749Z | Checking supports-color v2.1.0 |
| 2965 | 2026-05-20T15:29:30.781Z | Checking textwrap v0.15.2 |
| 2966 | 2026-05-20T15:29:30.813Z | Checking supports-hyperlinks v2.1.0 |
| 2967 | 2026-05-20T15:29:30.915Z | Checking supports-unicode v2.1.0 |
| 2968 | 2026-05-20T15:29:30.963Z | Checking hashbrown v0.14.5 |
| 2969 | 2026-05-20T15:29:31.018Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2970 | 2026-05-20T15:29:31.063Z | Checking cargo-platform v0.3.2 |
| 2971 | 2026-05-20T15:29:31.254Z | Checking terminal_size v0.1.17 |
| 2972 | 2026-05-20T15:29:31.288Z | Compiling miette-derive v5.10.0 |
| 2973 | 2026-05-20T15:29:31.397Z | Checking owo-colors v3.5.0 |
| 2974 | 2026-05-20T15:29:31.482Z | Checking internet-checksum v0.2.1 |
| 2975 | 2026-05-20T15:29:31.640Z | Checking chumsky v0.9.3 |
| 2976 | 2026-05-20T15:29:31.960Z | Checking cargo_metadata v0.23.1 |
| 2977 | 2026-05-20T15:29:32.504Z | Checking miette v5.10.0 |
| 2978 | 2026-05-20T15:29:32.855Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2979 | 2026-05-20T15:29:32.953Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2980 | 2026-05-20T15:29:33.043Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2981 | 2026-05-20T15:29:33.097Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2982 | 2026-05-20T15:29:33.337Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2983 | 2026-05-20T15:29:33.403Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2984 | 2026-05-20T15:29:33.646Z | Compiling knuffel-derive v3.2.0 |
| 2985 | 2026-05-20T15:29:33.796Z | Checking httptest v0.16.4 |
| 2986 | 2026-05-20T15:29:33.861Z | Compiling polar-core v0.27.3 |
| 2987 | 2026-05-20T15:29:33.916Z | Checking pathdiff v0.2.3 |
| 2988 | 2026-05-20T15:29:34.063Z | Checking nested v0.1.1 |
| 2989 | 2026-05-20T15:29:34.229Z | Checking topological-sort v0.2.2 |
| 2990 | 2026-05-20T15:29:34.232Z | Checking guppy v0.17.25 |
| 2991 | 2026-05-20T15:29:34.294Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2992 | 2026-05-20T15:29:34.402Z | Checking omicron-zone-package v0.12.2 |
| 2993 | 2026-05-20T15:29:34.576Z | Checking similar-asserts v1.7.0 |
| 2994 | 2026-05-20T15:29:34.765Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2995 | 2026-05-20T15:29:34.938Z | Compiling target-triple v1.0.0 |
| 2996 | 2026-05-20T15:29:35.186Z | Checking knuffel v3.2.0 |
| 2997 | 2026-05-20T15:29:35.284Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2998 | 2026-05-20T15:29:35.330Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2999 | 2026-05-20T15:29:35.365Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3000 | 2026-05-20T15:29:35.963Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3001 | 2026-05-20T15:29:35.967Z | Checking hickory-client v0.25.2 |
| 3002 | 2026-05-20T15:29:36.197Z | Checking tokio-test v0.4.5 |
| 3003 | 2026-05-20T15:29:36.329Z | Checking escape8259 v0.5.3 |
| 3004 | 2026-05-20T15:29:36.447Z | Compiling assert_cmd v2.1.2 |
| 3005 | 2026-05-20T15:29:36.503Z | Checking libtest-mimic v0.8.1 |
| 3006 | 2026-05-20T15:29:36.862Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3007 | 2026-05-20T15:29:36.934Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3008 | 2026-05-20T15:29:37.004Z | Checking blake2b_simd v1.0.4 |
| 3009 | 2026-05-20T15:29:37.248Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3010 | 2026-05-20T15:29:37.444Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3011 | 2026-05-20T15:29:37.700Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3012 | 2026-05-20T15:29:37.778Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3013 | 2026-05-20T15:29:37.888Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3014 | 2026-05-20T15:29:38.017Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3015 | 2026-05-20T15:29:38.253Z | Checking fancy-regex v0.14.0 |
| 3016 | 2026-05-20T15:29:38.320Z | Checking serde_tokenstream v0.2.3 |
| 3017 | 2026-05-20T15:29:38.492Z | Checking approx v0.5.1 |
| 3018 | 2026-05-20T15:29:38.587Z | Compiling rstest_macros v0.25.0 |
| 3019 | 2026-05-20T15:29:38.661Z | Checking uzers v0.12.2 |
| 3020 | 2026-05-20T15:29:38.693Z | Checking constant_time_eq v0.3.1 |
| 3021 | 2026-05-20T15:29:38.831Z | Compiling linkme-impl v0.3.35 |
| 3022 | 2026-05-20T15:29:38.903Z | Checking termcolor v1.4.1 |
| 3023 | 2026-05-20T15:29:39.046Z | Checking rust-argon2 v2.1.0 |
| 3024 | 2026-05-20T15:29:39.087Z | Checking oso v0.27.3 |
| 3025 | 2026-05-20T15:29:39.150Z | Checking trybuild v1.0.116 |
| 3026 | 2026-05-20T15:29:39.242Z | Checking datatest-stable v0.3.3 |
| 3027 | 2026-05-20T15:29:39.654Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3028 | 2026-05-20T15:29:39.687Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3029 | 2026-05-20T15:29:39.862Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3030 | 2026-05-20T15:29:39.956Z | Checking support-bundle-viewer v0.1.2 |
| 3031 | 2026-05-20T15:29:40.013Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3032 | 2026-05-20T15:29:40.082Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3033 | 2026-05-20T15:29:40.239Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3034 | 2026-05-20T15:29:40.272Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3035 | 2026-05-20T15:29:40.316Z | Checking drift v0.1.4 |
| 3036 | 2026-05-20T15:29:40.474Z | Checking rand_distr v0.5.1 |
| 3037 | 2026-05-20T15:29:40.511Z | Checking multimap v0.10.1 |
| 3038 | 2026-05-20T15:29:40.552Z | Compiling relative-path v1.9.3 |
| 3039 | 2026-05-20T15:29:40.664Z | Compiling linkme v0.3.35 |
| 3040 | 2026-05-20T15:29:40.723Z | Checking dropshot-api-manager v0.7.1 |
| 3041 | 2026-05-20T15:29:41.175Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3042 | 2026-05-20T15:29:41.803Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3043 | 2026-05-20T15:29:42.006Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3044 | 2026-05-20T15:29:42.122Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3045 | 2026-05-20T15:29:42.378Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3046 | 2026-05-20T15:29:42.587Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3047 | 2026-05-20T15:29:42.622Z | Checking cargo_toml v0.21.0 |
| 3048 | 2026-05-20T15:29:42.708Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3049 | 2026-05-20T15:29:42.930Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3050 | 2026-05-20T15:29:43.143Z | Checking partial-io v0.5.4 |
| 3051 | 2026-05-20T15:29:43.294Z | Checking termios v0.3.3 |
| 3052 | 2026-05-20T15:29:43.366Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3053 | 2026-05-20T15:29:43.463Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3054 | 2026-05-20T15:29:43.527Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3055 | 2026-05-20T15:29:44.486Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3056 | 2026-05-20T15:29:44.489Z | Checking rstest v0.25.0 |
| 3057 | 2026-05-20T15:29:48.057Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3058 | 2026-05-20T15:29:49.197Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3059 | 2026-05-20T15:29:53.224Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3060 | 2026-05-20T15:29:56.031Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3061 | 2026-05-20T15:30:00.383Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3062 | 2026-05-20T15:30:03.255Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3063 | 2026-05-20T15:30:06.233Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3064 | 2026-05-20T15:30:06.701Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3065 | 2026-05-20T15:30:06.747Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3066 | 2026-05-20T15:30:18.024Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3067 | 2026-05-20T15:30:21.461Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3068 | 2026-05-20T15:31:34.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s |
| 3069 | 2026-05-20T15:31:35.488Z | |
| 3070 | 2026-05-20T15:31:35.488Z | real 4:16.733447377 |
| 3071 | 2026-05-20T15:31:35.488Z | user 22:01.983371961 |
| 3072 | 2026-05-20T15:31:35.488Z | sys 5:12.609346787 |
| 3073 | 2026-05-20T15:31:35.488Z | trap 0.530770175 |
| 3074 | 2026-05-20T15:31:35.488Z | tflt 1.068776763 |
| 3075 | 2026-05-20T15:31:35.488Z | dflt 0.698195141 |
| 3076 | 2026-05-20T15:31:35.488Z | kflt 0.028724019 |
| 3077 | 2026-05-20T15:31:35.488Z | lock 1:00:58.039510320 |
| 3078 | 2026-05-20T15:31:35.488Z | slp 1:00:51.358379566 |
| 3079 | 2026-05-20T15:31:35.488Z | lat 1:57.961606031 |
| 3080 | 2026-05-20T15:31:35.488Z | stop 11:08.842754532 |
| 3081 | 2026-05-20T15:31:35.491Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3082 | 2026-05-20T15:31:35.492Z | + ptime -m cargo doc --workspace --no-deps |
| 3083 | 2026-05-20T15:31:36.391Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3084 | 2026-05-20T15:31:36.391Z | | |
| 3085 | 2026-05-20T15:31:36.391Z | = 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-20T15:31:36.391Z | = 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-20T15:31:37.454Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3088 | 2026-05-20T15:31:37.701Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3089 | 2026-05-20T15:31:37.747Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3090 | 2026-05-20T15:31:37.813Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3091 | 2026-05-20T15:31:37.929Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3092 | 2026-05-20T15:31:37.980Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3093 | 2026-05-20T15:31:38.007Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3094 | 2026-05-20T15:31:38.060Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3095 | 2026-05-20T15:31:38.084Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3096 | 2026-05-20T15:31:38.266Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3097 | 2026-05-20T15:31:38.289Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3098 | 2026-05-20T15:31:38.312Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3099 | 2026-05-20T15:31:38.371Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3100 | 2026-05-20T15:31:38.393Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3101 | 2026-05-20T15:31:38.415Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3102 | 2026-05-20T15:31:38.437Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3103 | 2026-05-20T15:31:38.468Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3104 | 2026-05-20T15:31:38.518Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3105 | 2026-05-20T15:31:38.521Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3106 | 2026-05-20T15:31:38.565Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3107 | 2026-05-20T15:31:38.822Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3108 | 2026-05-20T15:31:38.873Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3109 | 2026-05-20T15:31:39.007Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3110 | 2026-05-20T15:31:39.182Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3111 | 2026-05-20T15:31:39.208Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3112 | 2026-05-20T15:31:39.252Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3113 | 2026-05-20T15:31:39.356Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3114 | 2026-05-20T15:31:39.525Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3115 | 2026-05-20T15:31:39.586Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3116 | 2026-05-20T15:31:39.728Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3117 | 2026-05-20T15:31:39.851Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3118 | 2026-05-20T15:31:39.963Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3119 | 2026-05-20T15:31:40.005Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3120 | 2026-05-20T15:31:40.083Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3121 | 2026-05-20T15:31:40.162Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3122 | 2026-05-20T15:31:40.296Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3123 | 2026-05-20T15:31:40.423Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3124 | 2026-05-20T15:31:40.449Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3125 | 2026-05-20T15:31:40.449Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3126 | 2026-05-20T15:31:40.554Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3127 | 2026-05-20T15:31:40.698Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3128 | 2026-05-20T15:31:40.722Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3129 | 2026-05-20T15:31:40.854Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3130 | 2026-05-20T15:31:40.886Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3131 | 2026-05-20T15:31:41.085Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3132 | 2026-05-20T15:31:41.130Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3133 | 2026-05-20T15:31:41.139Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3134 | 2026-05-20T15:31:41.279Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3135 | 2026-05-20T15:31:41.302Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3136 | 2026-05-20T15:31:41.323Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3137 | 2026-05-20T15:31:41.348Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3138 | 2026-05-20T15:31:41.874Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3139 | 2026-05-20T15:31:41.913Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3140 | 2026-05-20T15:31:42.040Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3141 | 2026-05-20T15:31:42.080Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3142 | 2026-05-20T15:31:42.116Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3143 | 2026-05-20T15:31:42.431Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3144 | 2026-05-20T15:31:42.587Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3145 | 2026-05-20T15:31:43.354Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3146 | 2026-05-20T15:31:43.622Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3147 | 2026-05-20T15:31:43.646Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3148 | 2026-05-20T15:31:43.850Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3149 | 2026-05-20T15:31:43.987Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3150 | 2026-05-20T15:31:44.264Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3151 | 2026-05-20T15:31:44.289Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3152 | 2026-05-20T15:31:44.405Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3153 | 2026-05-20T15:31:44.732Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3154 | 2026-05-20T15:31:44.809Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3155 | 2026-05-20T15:31:45.393Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3156 | 2026-05-20T15:31:45.996Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3157 | 2026-05-20T15:31:46.119Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3158 | 2026-05-20T15:31:46.231Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3159 | 2026-05-20T15:31:46.493Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3160 | 2026-05-20T15:31:46.697Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3161 | 2026-05-20T15:31:46.773Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3162 | 2026-05-20T15:31:46.893Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3163 | 2026-05-20T15:31:46.917Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3164 | 2026-05-20T15:31:47.145Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3165 | 2026-05-20T15:31:47.203Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3166 | 2026-05-20T15:31:47.262Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3167 | 2026-05-20T15:31:47.439Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3168 | 2026-05-20T15:31:47.550Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3169 | 2026-05-20T15:31:47.698Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3170 | 2026-05-20T15:31:47.819Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3171 | 2026-05-20T15:31:48.004Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3172 | 2026-05-20T15:31:48.060Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3173 | 2026-05-20T15:31:48.280Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3174 | 2026-05-20T15:31:48.346Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3175 | 2026-05-20T15:31:48.401Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3176 | 2026-05-20T15:31:48.654Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3177 | 2026-05-20T15:31:48.846Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3178 | 2026-05-20T15:31:49.351Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3179 | 2026-05-20T15:31:49.453Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3180 | 2026-05-20T15:31:49.743Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3181 | 2026-05-20T15:31:49.769Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3182 | 2026-05-20T15:31:49.793Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3183 | 2026-05-20T15:31:50.010Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3184 | 2026-05-20T15:31:50.106Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3185 | 2026-05-20T15:31:50.109Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3186 | 2026-05-20T15:31:50.220Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3187 | 2026-05-20T15:31:50.403Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3188 | 2026-05-20T15:31:50.451Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3189 | 2026-05-20T15:31:50.701Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3190 | 2026-05-20T15:31:50.726Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3191 | 2026-05-20T15:31:50.792Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3192 | 2026-05-20T15:31:50.975Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3193 | 2026-05-20T15:31:51.504Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3194 | 2026-05-20T15:31:51.637Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3195 | 2026-05-20T15:31:51.989Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3196 | 2026-05-20T15:31:52.333Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3197 | 2026-05-20T15:31:52.359Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3198 | 2026-05-20T15:31:52.612Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3199 | 2026-05-20T15:31:53.053Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3200 | 2026-05-20T15:31:53.229Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3201 | 2026-05-20T15:31:53.483Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3202 | 2026-05-20T15:31:53.567Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3203 | 2026-05-20T15:31:53.787Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3204 | 2026-05-20T15:31:53.915Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3205 | 2026-05-20T15:31:53.947Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3206 | 2026-05-20T15:31:54.263Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3207 | 2026-05-20T15:31:54.362Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3208 | 2026-05-20T15:31:54.443Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3209 | 2026-05-20T15:31:54.492Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3210 | 2026-05-20T15:31:54.672Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3211 | 2026-05-20T15:31:54.923Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3212 | 2026-05-20T15:31:55.077Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3213 | 2026-05-20T15:31:55.240Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3214 | 2026-05-20T15:31:55.271Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3215 | 2026-05-20T15:31:55.342Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3216 | 2026-05-20T15:31:55.521Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3217 | 2026-05-20T15:31:55.640Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3218 | 2026-05-20T15:31:55.770Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3219 | 2026-05-20T15:31:55.839Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3220 | 2026-05-20T15:31:55.884Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3221 | 2026-05-20T15:31:56.003Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3222 | 2026-05-20T15:31:56.086Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3223 | 2026-05-20T15:31:56.109Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3224 | 2026-05-20T15:31:56.206Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3225 | 2026-05-20T15:31:56.319Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3226 | 2026-05-20T15:31:56.390Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3227 | 2026-05-20T15:31:56.510Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3228 | 2026-05-20T15:31:56.554Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3229 | 2026-05-20T15:31:56.584Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-05-20T15:31:56.640Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3231 | 2026-05-20T15:31:56.825Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3232 | 2026-05-20T15:31:56.853Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3233 | 2026-05-20T15:31:56.909Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3234 | 2026-05-20T15:31:57.121Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3235 | 2026-05-20T15:31:57.365Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3236 | 2026-05-20T15:31:57.774Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3237 | 2026-05-20T15:31:57.989Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3238 | 2026-05-20T15:31:58.150Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3239 | 2026-05-20T15:31:58.203Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3240 | 2026-05-20T15:31:58.439Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3241 | 2026-05-20T15:31:58.463Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3242 | 2026-05-20T15:31:58.714Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3243 | 2026-05-20T15:31:58.940Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3244 | 2026-05-20T15:31:59.065Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3245 | 2026-05-20T15:31:59.214Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3246 | 2026-05-20T15:31:59.271Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3247 | 2026-05-20T15:31:59.476Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3248 | 2026-05-20T15:31:59.817Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3249 | 2026-05-20T15:32:00.035Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3250 | 2026-05-20T15:32:00.038Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3251 | 2026-05-20T15:32:00.121Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3252 | 2026-05-20T15:32:00.239Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3253 | 2026-05-20T15:32:00.263Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3254 | 2026-05-20T15:32:00.287Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3255 | 2026-05-20T15:32:00.430Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3256 | 2026-05-20T15:32:00.487Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3257 | 2026-05-20T15:32:00.626Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3258 | 2026-05-20T15:32:00.670Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3259 | 2026-05-20T15:32:00.715Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3260 | 2026-05-20T15:32:01.206Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3261 | 2026-05-20T15:32:01.239Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3262 | 2026-05-20T15:32:01.454Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3263 | 2026-05-20T15:32:02.008Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3264 | 2026-05-20T15:32:02.077Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3265 | 2026-05-20T15:32:02.172Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3266 | 2026-05-20T15:32:02.344Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3267 | 2026-05-20T15:32:02.656Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3268 | 2026-05-20T15:32:02.889Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3269 | 2026-05-20T15:32:02.951Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3270 | 2026-05-20T15:32:04.531Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3271 | 2026-05-20T15:32:04.951Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3272 | 2026-05-20T15:32:05.577Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3273 | 2026-05-20T15:32:07.888Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3274 | 2026-05-20T15:32:07.947Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3275 | 2026-05-20T15:32:08.458Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3276 | 2026-05-20T15:32:09.040Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3277 | 2026-05-20T15:32:09.272Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3278 | 2026-05-20T15:32:09.583Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3279 | 2026-05-20T15:32:09.691Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3280 | 2026-05-20T15:32:09.760Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3281 | 2026-05-20T15:32:10.249Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3282 | 2026-05-20T15:32:10.316Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3283 | 2026-05-20T15:32:10.409Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3284 | 2026-05-20T15:32:10.550Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3285 | 2026-05-20T15:32:11.250Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3286 | 2026-05-20T15:32:13.222Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3287 | 2026-05-20T15:32:13.245Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3288 | 2026-05-20T15:32:13.308Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3289 | 2026-05-20T15:32:13.446Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3290 | 2026-05-20T15:32:13.555Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3291 | 2026-05-20T15:32:14.308Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3292 | 2026-05-20T15:32:14.944Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3293 | 2026-05-20T15:32:14.986Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3294 | 2026-05-20T15:32:14.989Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3295 | 2026-05-20T15:32:15.848Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3296 | 2026-05-20T15:32:16.041Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3297 | 2026-05-20T15:32:16.758Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3298 | 2026-05-20T15:32:17.134Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3299 | 2026-05-20T15:32:17.187Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3300 | 2026-05-20T15:32:17.211Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3301 | 2026-05-20T15:32:18.085Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3302 | 2026-05-20T15:32:19.720Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3303 | 2026-05-20T15:32:21.190Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3304 | 2026-05-20T15:32:21.194Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3305 | 2026-05-20T15:32:21.194Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3306 | 2026-05-20T15:32:21.194Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3307 | 2026-05-20T15:32:21.194Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3308 | 2026-05-20T15:32:22.324Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3309 | 2026-05-20T15:32:22.837Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3310 | 2026-05-20T15:32:23.930Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3311 | 2026-05-20T15:32:24.229Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3312 | 2026-05-20T15:32:24.368Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3313 | 2026-05-20T15:32:24.406Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3314 | 2026-05-20T15:32:24.815Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3315 | 2026-05-20T15:32:25.552Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3316 | 2026-05-20T15:32:25.843Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3317 | 2026-05-20T15:32:26.424Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3318 | 2026-05-20T15:32:26.910Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3319 | 2026-05-20T15:32:27.523Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3320 | 2026-05-20T15:32:27.922Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3321 | 2026-05-20T15:32:28.554Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3322 | 2026-05-20T15:32:29.024Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3323 | 2026-05-20T15:32:30.649Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3324 | 2026-05-20T15:32:31.457Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3325 | 2026-05-20T15:32:31.802Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3326 | 2026-05-20T15:32:32.261Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3327 | 2026-05-20T15:32:32.668Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3328 | 2026-05-20T15:32:33.476Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3329 | 2026-05-20T15:32:34.078Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3330 | 2026-05-20T15:32:34.399Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3331 | 2026-05-20T15:32:35.386Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3332 | 2026-05-20T15:32:35.421Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3333 | 2026-05-20T15:32:35.679Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3334 | 2026-05-20T15:32:36.225Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3335 | 2026-05-20T15:32:36.269Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3336 | 2026-05-20T15:32:36.973Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3337 | 2026-05-20T15:32:36.996Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3338 | 2026-05-20T15:32:37.181Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3339 | 2026-05-20T15:32:37.903Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3340 | 2026-05-20T15:32:38.125Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3341 | 2026-05-20T15:32:38.149Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3342 | 2026-05-20T15:32:38.533Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3343 | 2026-05-20T15:32:38.596Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3344 | 2026-05-20T15:32:38.812Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3345 | 2026-05-20T15:32:38.883Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3346 | 2026-05-20T15:32:39.378Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3347 | 2026-05-20T15:32:39.667Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3348 | 2026-05-20T15:32:40.151Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3349 | 2026-05-20T15:32:40.654Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3350 | 2026-05-20T15:32:40.889Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3351 | 2026-05-20T15:32:44.764Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3352 | 2026-05-20T15:32:47.860Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3353 | 2026-05-20T15:32:48.814Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3354 | 2026-05-20T15:32:49.977Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3355 | 2026-05-20T15:32:50.779Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3356 | 2026-05-20T15:32:52.535Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3357 | 2026-05-20T15:32:53.797Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3358 | 2026-05-20T15:32:54.537Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3359 | 2026-05-20T15:32:55.899Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3360 | 2026-05-20T15:32:56.827Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3361 | 2026-05-20T15:32:57.927Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3362 | 2026-05-20T15:32:58.870Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3363 | 2026-05-20T15:33:06.542Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3364 | 2026-05-20T15:33:07.751Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3365 | 2026-05-20T15:33:08.845Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3366 | 2026-05-20T15:33:09.764Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3367 | 2026-05-20T15:33:10.347Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3368 | 2026-05-20T15:33:11.623Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3369 | 2026-05-20T15:33:12.925Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3370 | 2026-05-20T15:33:14.093Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3371 | 2026-05-20T15:33:15.525Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3372 | 2026-05-20T15:33:16.962Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3373 | 2026-05-20T15:33:18.615Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3374 | 2026-05-20T15:33:19.696Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3375 | 2026-05-20T15:33:20.907Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3376 | 2026-05-20T15:33:22.507Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3377 | 2026-05-20T15:33:23.784Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3378 | 2026-05-20T15:33:25.051Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3379 | 2026-05-20T15:33:26.544Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3380 | 2026-05-20T15:33:28.095Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3381 | 2026-05-20T15:33:30.511Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3382 | 2026-05-20T15:33:31.473Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3383 | 2026-05-20T15:33:33.142Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3384 | 2026-05-20T15:33:34.942Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3385 | 2026-05-20T15:33:36.635Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3386 | 2026-05-20T15:33:38.689Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3387 | 2026-05-20T15:33:40.250Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3388 | 2026-05-20T15:33:42.039Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3389 | 2026-05-20T15:33:43.930Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3390 | 2026-05-20T15:33:48.197Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3391 | 2026-05-20T15:33:48.969Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3392 | 2026-05-20T15:33:50.119Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3393 | 2026-05-20T15:33:53.067Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3394 | 2026-05-20T15:33:53.392Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3395 | 2026-05-20T15:33:55.518Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3396 | 2026-05-20T15:33:57.675Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3397 | 2026-05-20T15:34:00.217Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3398 | 2026-05-20T15:34:02.595Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3399 | 2026-05-20T15:34:04.452Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3400 | 2026-05-20T15:34:06.589Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3401 | 2026-05-20T15:34:11.734Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3402 | 2026-05-20T15:34:11.740Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3403 | 2026-05-20T15:34:12.988Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3404 | 2026-05-20T15:34:14.774Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3405 | 2026-05-20T15:34:17.214Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3406 | 2026-05-20T15:34:19.254Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3407 | 2026-05-20T15:34:21.018Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3408 | 2026-05-20T15:34:23.159Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3409 | 2026-05-20T15:34:25.396Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3410 | 2026-05-20T15:34:27.583Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3411 | 2026-05-20T15:34:29.643Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3412 | 2026-05-20T15:34:31.872Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3413 | 2026-05-20T15:34:34.065Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3414 | 2026-05-20T15:34:36.195Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3415 | 2026-05-20T15:34:38.339Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3416 | 2026-05-20T15:34:39.550Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3417 | 2026-05-20T15:34:43.060Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3418 | 2026-05-20T15:34:45.403Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3419 | 2026-05-20T15:34:47.726Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3420 | 2026-05-20T15:34:50.032Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3421 | 2026-05-20T15:34:52.285Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3422 | 2026-05-20T15:34:54.583Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3423 | 2026-05-20T15:34:56.927Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3424 | 2026-05-20T15:34:59.683Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3425 | 2026-05-20T15:35:01.731Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3426 | 2026-05-20T15:35:04.232Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3427 | 2026-05-20T15:35:06.458Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3428 | 2026-05-20T15:35:08.811Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3429 | 2026-05-20T15:35:11.194Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3430 | 2026-05-20T15:35:13.761Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3431 | 2026-05-20T15:35:16.220Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3432 | 2026-05-20T15:35:18.698Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3433 | 2026-05-20T15:35:21.413Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3434 | 2026-05-20T15:35:23.681Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3435 | 2026-05-20T15:35:26.295Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3436 | 2026-05-20T15:35:28.924Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3437 | 2026-05-20T15:35:31.344Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3438 | 2026-05-20T15:35:33.758Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3439 | 2026-05-20T15:35:36.425Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3440 | 2026-05-20T15:35:38.966Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3441 | 2026-05-20T15:35:41.474Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3442 | 2026-05-20T15:35:44.022Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3443 | 2026-05-20T15:35:51.522Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3444 | 2026-05-20T15:35:52.012Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3445 | 2026-05-20T15:35:55.160Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3446 | 2026-05-20T15:35:58.472Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3447 | 2026-05-20T15:36:01.810Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3448 | 2026-05-20T15:36:06.654Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3449 | 2026-05-20T15:36:09.476Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3450 | 2026-05-20T15:36:13.328Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3451 | 2026-05-20T15:36:16.907Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3452 | 2026-05-20T15:36:20.635Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3453 | 2026-05-20T15:36:24.220Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3454 | 2026-05-20T15:36:27.963Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3455 | 2026-05-20T15:36:31.720Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3456 | 2026-05-20T15:36:35.336Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3457 | 2026-05-20T15:36:39.105Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3458 | 2026-05-20T15:36:42.833Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3459 | 2026-05-20T15:36:46.608Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3460 | 2026-05-20T15:36:50.331Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3461 | 2026-05-20T15:36:54.117Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3462 | 2026-05-20T15:36:57.820Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3463 | 2026-05-20T15:37:01.567Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3464 | 2026-05-20T15:37:05.427Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3465 | 2026-05-20T15:37:09.057Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3466 | 2026-05-20T15:37:12.763Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3467 | 2026-05-20T15:37:16.696Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3468 | 2026-05-20T15:37:20.276Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3469 | 2026-05-20T15:37:24.032Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3470 | 2026-05-20T15:37:53.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 18s |
| 3471 | 2026-05-20T15:37:53.823Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3472 | 2026-05-20T15:37:53.937Z | |
| 3473 | 2026-05-20T15:37:53.937Z | real 6:18.352164092 |
| 3474 | 2026-05-20T15:37:53.937Z | user 19:01.579681882 |
| 3475 | 2026-05-20T15:37:53.937Z | sys 4:03.311727225 |
| 3476 | 2026-05-20T15:37:53.937Z | trap 0.281411814 |
| 3477 | 2026-05-20T15:37:53.938Z | tflt 0.069731884 |
| 3478 | 2026-05-20T15:37:53.938Z | dflt 0.042546779 |
| 3479 | 2026-05-20T15:37:53.938Z | kflt 0.000083590 |
| 3480 | 2026-05-20T15:37:53.938Z | lock 5:26:24.263523278 |
| 3481 | 2026-05-20T15:37:53.938Z | slp 2:03:26.071344467 |
| 3482 | 2026-05-20T15:37:53.938Z | lat 38.732949812 |
| 3483 | 2026-05-20T15:37:53.941Z | stop 1:54.410099652 |
| 3484 | 2026-05-20T15:37:53.941Z | process exited: duration 774675 ms, exit code 0 |
| |
| 3485 | 2026-05-20T15:37:53.947Z | found 0 output files |