|
|
|
| 1 | 2026-05-28T05:44:26.692Z | job assigned to worker 01KSPHR9G4K46XQ800DT9QG6FB [factory aws, i-012c441bcebd29aa6] (queued for 47 s) |
| |
| 2 | 2026-05-28T05:44:33.661Z | starting task 0: "setup" |
| 3 | 2026-05-28T05:44:33.668Z | ++ uname -s |
| 4 | 2026-05-28T05:44:33.671Z | + kern=SunOS |
| 5 | 2026-05-28T05:44:33.671Z | + build_user=build |
| 6 | 2026-05-28T05:44:33.671Z | + build_uid=12345 |
| 7 | 2026-05-28T05:44:33.671Z | + work_dir=/work |
| 8 | 2026-05-28T05:44:33.671Z | + input_dir=/input |
| 9 | 2026-05-28T05:44:33.671Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T05:44:33.671Z | + case "$kern" in |
| 11 | 2026-05-28T05:44:33.671Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T05:44:33.681Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T05:44:35.689Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T05:44:35.759Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T05:44:35.762Z | + home_fs=zfs |
| 16 | 2026-05-28T05:44:35.762Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T05:44:35.762Z | + mkdir -p /home/build |
| 18 | 2026-05-28T05:44:35.762Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T05:44:37.764Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T05:44:37.767Z | process exited: duration 4104 ms, exit code 0 |
| |
| 21 | 2026-05-28T05:44:37.774Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T05:44:37.778Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T05:44:37.778Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T05:44:37.778Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-28T05:44:37.778Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-28T05:44:37.778Z | * rust toolchain profile = "default" |
| 27 | 2026-05-28T05:44:37.779Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T05:44:37.782Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T05:44:37.782Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T05:44:37.848Z | info: downloading installer |
| 31 | 2026-05-28T05:44:39.177Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T05:44:39.177Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T05:44:39.177Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T05:44:39.177Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T05:44:39.190Z | info: profile set to default |
| 36 | 2026-05-28T05:44:39.190Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T05:44:39.193Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T05:44:39.322Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T05:44:39.325Z | info: downloading 6 components |
| 40 | 2026-05-28T05:44:53.204Z | |
| 41 | 2026-05-28T05:44:53.204Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-28T05:44:53.249Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T05:44:53.249Z | |
| 44 | 2026-05-28T05:44:53.249Z | |
| 45 | 2026-05-28T05:44:53.249Z | Rust is installed now. Great! |
| 46 | 2026-05-28T05:44:53.249Z | |
| 47 | 2026-05-28T05:44:53.249Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T05:44:53.249Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T05:44:53.249Z | |
| 50 | 2026-05-28T05:44:53.249Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T05:44:53.249Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T05:44:53.249Z | |
| 53 | 2026-05-28T05:44:53.249Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T05:44:53.252Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T05:44:53.252Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T05:44:53.252Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T05:44:53.252Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T05:44:53.252Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T05:44:53.252Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T05:44:53.252Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T05:44:53.252Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T05:44:53.347Z | + rustup --version |
| 63 | 2026-05-28T05:44:53.354Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T05:44:53.358Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T05:44:53.377Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T05:44:53.380Z | + cargo --version |
| 67 | 2026-05-28T05:44:53.392Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T05:44:53.395Z | + rustc --version |
| 69 | 2026-05-28T05:44:53.415Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T05:44:53.418Z | process exited: duration 15643 ms, exit code 0 |
| |
| 71 | 2026-05-28T05:44:53.424Z | starting task 2: "authentication" |
| 72 | 2026-05-28T05:44:53.440Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-28T05:44:53.446Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T05:44:53.448Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T05:44:53.451Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T05:44:53.490Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T05:45:03.760Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T05:45:03.761Z | + git fetch origin 8df7de9ca8b31854ab4f4140ea75ceb739d63093 |
| 79 | 2026-05-28T05:45:04.297Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T05:45:04.297Z | * branch 8df7de9ca8b31854ab4f4140ea75ceb739d63093 -> FETCH_HEAD |
| 81 | 2026-05-28T05:45:04.307Z | + [[ -n '' ]] |
| 82 | 2026-05-28T05:45:04.307Z | + git reset --hard 8df7de9ca8b31854ab4f4140ea75ceb739d63093 |
| 83 | 2026-05-28T05:45:04.435Z | HEAD is now at 8df7de9ca add more comments |
| 84 | 2026-05-28T05:45:04.438Z | process exited: duration 10991 ms, exit code 0 |
| |
| 85 | 2026-05-28T05:45:04.443Z | starting task 4: "build" |
| 86 | 2026-05-28T05:45:04.448Z | + source ./env.sh |
| 87 | 2026-05-28T05:45:04.448Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-05-28T05:45:04.448Z | ++ set -o xtrace |
| 89 | 2026-05-28T05:45:04.451Z | ++++ dirname ./env.sh |
| 90 | 2026-05-28T05:45:04.463Z | +++ readlink -f . |
| 91 | 2026-05-28T05:45:04.467Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-05-28T05:45:04.467Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-05-28T05:45:04.467Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-05-28T05:45:04.468Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2026-05-28T05:45:04.468Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2026-05-28T05:45:04.468Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2026-05-28T05:45:04.468Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2026-05-28T05:45:04.471Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-28T05:45:04.471Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-28T05:45:04.471Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2026-05-28T05:45:04.471Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2026-05-28T05:45:04.471Z | + source .github/buildomat/ci-env.sh |
| 103 | 2026-05-28T05:45:04.471Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2026-05-28T05:45:04.471Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2026-05-28T05:45:04.471Z | + cargo --version |
| 106 | 2026-05-28T05:45:04.477Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 107 | 2026-05-28T05:45:04.480Z | + rustc --version |
| 108 | 2026-05-28T05:45:04.500Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 109 | 2026-05-28T05:45:04.503Z | + banner prerequisites |
| 110 | 2026-05-28T05:45:04.506Z | |
| 111 | 2026-05-28T05:45:04.506Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 112 | 2026-05-28T05:45:04.506Z | # # # # # # # # # # # # # # # |
| 113 | 2026-05-28T05:45:04.506Z | # # # # ##### # # ##### # # # # # #### # |
| 114 | 2026-05-28T05:45:04.506Z | ##### ##### # ##### # # # # # # # # # |
| 115 | 2026-05-28T05:45:04.506Z | # # # # # # # # # # # # # # # |
| 116 | 2026-05-28T05:45:04.506Z | # # # ###### # # ###### ### # #### # #### # |
| 117 | 2026-05-28T05:45:04.506Z | |
| 118 | 2026-05-28T05:45:04.506Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 119 | 2026-05-28T05:45:06.116Z | Startup: Refreshing catalog 'helios' ... Done |
| 120 | 2026-05-28T05:45:06.185Z | Startup: Caching catalogs ... Done |
| 121 | 2026-05-28T05:45:06.445Z | Planning: Solver setup ... Done (0.224s) |
| 122 | 2026-05-28T05:45:06.463Z | Planning: Running solver ... Done (0.019s) |
| 123 | 2026-05-28T05:45:06.469Z | Planning: Finding local manifests ... Done (0.003s) |
| 124 | 2026-05-28T05:45:06.480Z | Planning: Fetching manifests: 0/2 0% complete |
| 125 | 2026-05-28T05:45:06.499Z | Planning: Fetching manifests: 2/2 100% complete |
| 126 | 2026-05-28T05:45:06.513Z | Planning: Package planning ... Done (0.013s) |
| 127 | 2026-05-28T05:45:06.516Z | Planning: Merging actions ... Done (0.002s) |
| 128 | 2026-05-28T05:45:06.703Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 129 | 2026-05-28T05:45:06.706Z | Planning: Consolidating action changes ... Done (0.001s) |
| 130 | 2026-05-28T05:45:07.400Z | Planning: Evaluating mediators ... Done (0.696s) |
| 131 | 2026-05-28T05:45:07.403Z | Planning: Planning completed in 1.20 seconds |
| 132 | 2026-05-28T05:45:07.408Z | Packages to install: 2 |
| 133 | 2026-05-28T05:45:07.412Z | Estimated space available: 156.07 GB |
| 134 | 2026-05-28T05:45:07.412Z | Estimated space to be consumed: 22.53 MB |
| 135 | 2026-05-28T05:45:07.412Z | Create boot environment: No |
| 136 | 2026-05-28T05:45:07.412Z | Create backup boot environment: No |
| 137 | 2026-05-28T05:45:07.412Z | Rebuild boot archive: No |
| 138 | 2026-05-28T05:45:07.412Z | |
| 139 | 2026-05-28T05:45:07.412Z | Changed packages: |
| 140 | 2026-05-28T05:45:07.412Z | helios |
| 141 | 2026-05-28T05:45:07.412Z | developer/build-essential |
| 142 | 2026-05-28T05:45:07.412Z | None -> 11-3.0 |
| 143 | 2026-05-28T05:45:07.412Z | library/libxmlsec1 |
| 144 | 2026-05-28T05:45:07.412Z | None -> 1.2.35-3.0 |
| 145 | 2026-05-28T05:45:07.433Z | |
| 146 | 2026-05-28T05:45:07.433Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 147 | 2026-05-28T05:45:08.013Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 148 | 2026-05-28T05:45:08.056Z | Actions: 1/268 actions (Installing new actions) |
| 149 | 2026-05-28T05:45:08.104Z | Actions: Completed 268 actions in 0.05 seconds. |
| 150 | 2026-05-28T05:45:08.135Z | Finalize: Updating package state database ... Done (0.031s) |
| 151 | 2026-05-28T05:45:08.135Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-05-28T05:45:08.153Z | Finalize: Updating image state ... Done (0.018s) |
| 153 | 2026-05-28T05:45:10.489Z | Finalize: Creating fast lookup database ... Done (2.313s) |
| 154 | 2026-05-28T05:45:10.557Z | Finalize: Reading search index ... Done (0.012s) |
| 155 | 2026-05-28T05:45:10.561Z | Finalize: Updating search index ... Done (0.000s) |
| 156 | 2026-05-28T05:45:10.622Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-05-28T05:45:10.918Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-05-28T05:45:11.019Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-05-28T05:45:11.023Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-05-28T05:45:11.176Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-05-28T05:45:11.179Z | Planning: Planning completed in 0.26 seconds |
| 162 | 2026-05-28T05:45:11.199Z | Mediators to change: 2 |
| 163 | 2026-05-28T05:45:11.199Z | Create boot environment: No |
| 164 | 2026-05-28T05:45:11.199Z | Create backup boot environment: No |
| 165 | 2026-05-28T05:45:11.239Z | Finalize: Updating package state database ... Done |
| 166 | 2026-05-28T05:45:11.239Z | Finalize: Updating package cache ... Done |
| 167 | 2026-05-28T05:45:11.250Z | Finalize: Updating image state ... Done |
| 168 | 2026-05-28T05:45:13.170Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-05-28T05:45:13.232Z | Finalize: Reading search index ... Done |
| 170 | 2026-05-28T05:45:13.235Z | Finalize: Updating search index ... Done |
| 171 | 2026-05-28T05:45:13.310Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-28T05:45:13.594Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-05-28T05:45:13.699Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-05-28T05:45:13.702Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-28T05:45:13.858Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-28T05:45:13.861Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-05-28T05:45:13.882Z | Mediators to change: 1 |
| 178 | 2026-05-28T05:45:13.882Z | Create boot environment: No |
| 179 | 2026-05-28T05:45:13.882Z | Create backup boot environment: No |
| 180 | 2026-05-28T05:45:13.920Z | Finalize: Updating package state database ... Done |
| 181 | 2026-05-28T05:45:13.920Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-28T05:45:13.932Z | Finalize: Updating image state ... Done |
| 183 | 2026-05-28T05:45:15.857Z | Finalize: Creating fast lookup database ... Done |
| 184 | 2026-05-28T05:45:15.926Z | Finalize: Reading search index ... Done |
| 185 | 2026-05-28T05:45:15.929Z | Finalize: Updating search index ... Done |
| 186 | 2026-05-28T05:45:15.992Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-28T05:45:16.301Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-05-28T05:45:16.301Z | apache system 2.4 system |
| 189 | 2026-05-28T05:45:16.301Z | clang system 15 system |
| 190 | 2026-05-28T05:45:16.301Z | csh system system illumos |
| 191 | 2026-05-28T05:45:16.301Z | ctags system system illumos |
| 192 | 2026-05-28T05:45:16.301Z | file vendor vendor darwinsys |
| 193 | 2026-05-28T05:45:16.301Z | file system system illumos |
| 194 | 2026-05-28T05:45:16.301Z | gcc vendor 14 vendor |
| 195 | 2026-05-28T05:45:16.301Z | gcc system 13 system |
| 196 | 2026-05-28T05:45:16.301Z | gcc system 10 system |
| 197 | 2026-05-28T05:45:16.301Z | go system 1.25 system |
| 198 | 2026-05-28T05:45:16.301Z | llvm system 15 system |
| 199 | 2026-05-28T05:45:16.301Z | mariadb system 11.4 system |
| 200 | 2026-05-28T05:45:16.301Z | mta vendor vendor dma |
| 201 | 2026-05-28T05:45:16.301Z | openjdk system 17 system |
| 202 | 2026-05-28T05:45:16.301Z | openjdk system 11 system |
| 203 | 2026-05-28T05:45:16.301Z | openssl vendor 3 vendor |
| 204 | 2026-05-28T05:45:16.301Z | perl system 5.40 system |
| 205 | 2026-05-28T05:45:16.301Z | postgresql system 18 system |
| 206 | 2026-05-28T05:45:16.301Z | postgresql system 17 system |
| 207 | 2026-05-28T05:45:16.301Z | python vendor 3 vendor |
| 208 | 2026-05-28T05:45:16.301Z | python system 2 system |
| 209 | 2026-05-28T05:45:16.301Z | python3 vendor 3.13 vendor |
| 210 | 2026-05-28T05:45:16.301Z | ruby system 3.4 system |
| 211 | 2026-05-28T05:45:16.301Z | ruby system 3.0 system |
| 212 | 2026-05-28T05:45:16.302Z | words vendor vendor american-english |
| 213 | 2026-05-28T05:45:16.302Z | words system system australian-english |
| 214 | 2026-05-28T05:45:16.302Z | words system system british-english |
| 215 | 2026-05-28T05:45:16.302Z | words system system canadian-english |
| 216 | 2026-05-28T05:45:16.302Z | words system system french |
| 217 | 2026-05-28T05:45:16.302Z | words system system italian |
| 218 | 2026-05-28T05:45:16.302Z | words system system ngerman |
| 219 | 2026-05-28T05:45:16.302Z | words system system ogerman |
| 220 | 2026-05-28T05:45:16.302Z | words system system spanish |
| 221 | 2026-05-28T05:45:16.552Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-05-28T05:45:16.552Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 223 | 2026-05-28T05:45:16.828Z | FMRI IFO |
| 224 | 2026-05-28T05:45:16.828Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 225 | 2026-05-28T05:45:16.828Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 226 | 2026-05-28T05:45:16.828Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 227 | 2026-05-28T05:45:16.828Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 228 | 2026-05-28T05:45:16.828Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 229 | 2026-05-28T05:45:16.828Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 230 | 2026-05-28T05:45:16.828Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 231 | 2026-05-28T05:45:16.828Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 232 | 2026-05-28T05:45:16.829Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 233 | 2026-05-28T05:45:17.071Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 234 | 2026-05-28T05:45:17.335Z | Updating crates.io index |
| 235 | 2026-05-28T05:45:17.369Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 236 | 2026-05-28T05:45:18.076Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-05-28T05:45:18.517Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 238 | 2026-05-28T05:45:19.118Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 239 | 2026-05-28T05:45:19.908Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 240 | 2026-05-28T05:45:20.382Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-05-28T05:45:21.845Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 242 | 2026-05-28T05:45:22.713Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 243 | 2026-05-28T05:45:22.990Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 244 | 2026-05-28T05:45:23.812Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 245 | 2026-05-28T05:45:24.141Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 246 | 2026-05-28T05:45:24.482Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 247 | 2026-05-28T05:45:24.805Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-05-28T05:45:25.686Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 249 | 2026-05-28T05:45:26.159Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 250 | 2026-05-28T05:45:26.444Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-28T05:45:26.738Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 252 | 2026-05-28T05:45:27.018Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 253 | 2026-05-28T05:45:27.362Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 254 | 2026-05-28T05:45:27.592Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 255 | 2026-05-28T05:45:27.800Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 256 | 2026-05-28T05:45:28.027Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-05-28T05:45:28.427Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 258 | 2026-05-28T05:45:28.737Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 259 | 2026-05-28T05:45:29.271Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 260 | 2026-05-28T05:45:29.513Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 261 | 2026-05-28T05:45:30.018Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2026-05-28T05:45:30.917Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-05-28T05:45:31.446Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-05-28T05:45:31.952Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 265 | 2026-05-28T05:45:32.420Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 266 | 2026-05-28T05:45:32.911Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 267 | 2026-05-28T05:45:33.208Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 268 | 2026-05-28T05:45:33.562Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 269 | 2026-05-28T05:45:34.142Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 270 | 2026-05-28T05:45:34.617Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 271 | 2026-05-28T05:45:34.854Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 272 | 2026-05-28T05:45:35.099Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 273 | 2026-05-28T05:45:35.452Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 274 | 2026-05-28T05:45:46.900Z | Downloading crates ... |
| 275 | 2026-05-28T05:45:46.964Z | Downloaded cfg-if v1.0.4 |
| 276 | 2026-05-28T05:45:46.973Z | Downloaded cargo-util-schemas v0.8.2 |
| 277 | 2026-05-28T05:45:46.975Z | Downloaded cargo-platform v0.2.0 |
| 278 | 2026-05-28T05:45:46.975Z | Downloaded cpufeatures v0.2.17 |
| 279 | 2026-05-28T05:45:46.978Z | Downloaded sha2 v0.10.9 |
| 280 | 2026-05-28T05:45:46.981Z | Downloaded clap_lex v1.0.0 |
| 281 | 2026-05-28T05:45:46.981Z | Downloaded crypto-common v0.1.7 |
| 282 | 2026-05-28T05:45:46.981Z | Downloaded thiserror v2.0.18 |
| 283 | 2026-05-28T05:45:46.984Z | Downloaded colorchoice v1.0.4 |
| 284 | 2026-05-28T05:45:46.984Z | Downloaded anstream v0.6.21 |
| 285 | 2026-05-28T05:45:46.987Z | Downloaded camino-tempfile v1.4.1 |
| 286 | 2026-05-28T05:45:46.987Z | Downloaded fnv v1.0.7 |
| 287 | 2026-05-28T05:45:46.987Z | Downloaded autocfg v1.5.0 |
| 288 | 2026-05-28T05:45:46.990Z | Downloaded yoke v0.8.1 |
| 289 | 2026-05-28T05:45:46.993Z | Downloaded memmap v0.7.0 |
| 290 | 2026-05-28T05:45:46.993Z | Downloaded clap_derive v4.5.55 |
| 291 | 2026-05-28T05:45:46.993Z | Downloaded camino v1.2.2 |
| 292 | 2026-05-28T05:45:46.996Z | Downloaded byteorder v1.5.0 |
| 293 | 2026-05-28T05:45:46.996Z | Downloaded unicode-linebreak v0.1.5 |
| 294 | 2026-05-28T05:45:46.999Z | Downloaded version_check v0.9.5 |
| 295 | 2026-05-28T05:45:47.003Z | Downloaded form_urlencoded v1.2.2 |
| 296 | 2026-05-28T05:45:47.003Z | Downloaded zerofrom-derive v0.1.6 |
| 297 | 2026-05-28T05:45:47.006Z | Downloaded utf8_iter v1.0.4 |
| 298 | 2026-05-28T05:45:47.006Z | Downloaded unicode-xid v0.2.6 |
| 299 | 2026-05-28T05:45:47.009Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-05-28T05:45:47.012Z | Downloaded typeid v1.0.3 |
| 301 | 2026-05-28T05:45:47.013Z | Downloaded zerofrom v0.1.6 |
| 302 | 2026-05-28T05:45:47.013Z | Downloaded yoke-derive v0.8.1 |
| 303 | 2026-05-28T05:45:47.015Z | Downloaded icu_properties v2.1.2 |
| 304 | 2026-05-28T05:45:47.018Z | Downloaded ordered-float v2.10.1 |
| 305 | 2026-05-28T05:45:47.018Z | Downloaded thread-id v4.2.2 |
| 306 | 2026-05-28T05:45:47.021Z | Downloaded toml_write v0.1.2 |
| 307 | 2026-05-28T05:45:47.021Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-05-28T05:45:47.021Z | Downloaded usdt v0.5.0 |
| 309 | 2026-05-28T05:45:47.024Z | Downloaded getrandom v0.4.1 |
| 310 | 2026-05-28T05:45:47.027Z | Downloaded heck v0.4.1 |
| 311 | 2026-05-28T05:45:47.029Z | Downloaded toml_datetime v0.6.11 |
| 312 | 2026-05-28T05:45:47.030Z | Downloaded zmij v1.0.21 |
| 313 | 2026-05-28T05:45:47.032Z | Downloaded thiserror-impl v2.0.18 |
| 314 | 2026-05-28T05:45:47.032Z | Downloaded toml v0.8.23 |
| 315 | 2026-05-28T05:45:47.032Z | Downloaded percent-encoding v2.3.2 |
| 316 | 2026-05-28T05:45:47.036Z | Downloaded utf8parse v0.2.2 |
| 317 | 2026-05-28T05:45:47.039Z | Downloaded zerovec-derive v0.11.2 |
| 318 | 2026-05-28T05:45:47.039Z | Downloaded writeable v0.6.2 |
| 319 | 2026-05-28T05:45:47.039Z | Downloaded tinystr v0.8.2 |
| 320 | 2026-05-28T05:45:47.042Z | Downloaded thiserror-impl v1.0.69 |
| 321 | 2026-05-28T05:45:47.045Z | Downloaded scroll_derive v0.12.1 |
| 322 | 2026-05-28T05:45:47.048Z | Downloaded pretty-hex v0.4.1 |
| 323 | 2026-05-28T05:45:47.048Z | Downloaded macaddr v1.0.1 |
| 324 | 2026-05-28T05:45:47.050Z | Downloaded strsim v0.11.1 |
| 325 | 2026-05-28T05:45:47.050Z | Downloaded zerocopy-derive v0.7.35 |
| 326 | 2026-05-28T05:45:47.053Z | Downloaded usdt-impl v0.5.0 |
| 327 | 2026-05-28T05:45:47.053Z | Downloaded heck v0.5.0 |
| 328 | 2026-05-28T05:45:47.053Z | Downloaded smawk v0.3.2 |
| 329 | 2026-05-28T05:45:47.056Z | Downloaded ucd-trie v0.1.7 |
| 330 | 2026-05-28T05:45:47.056Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-05-28T05:45:47.056Z | Downloaded thiserror v1.0.69 |
| 332 | 2026-05-28T05:45:47.059Z | Downloaded swrite v0.1.0 |
| 333 | 2026-05-28T05:45:47.062Z | Downloaded plain v0.2.3 |
| 334 | 2026-05-28T05:45:47.065Z | Downloaded potential_utf v0.1.4 |
| 335 | 2026-05-28T05:45:47.065Z | Downloaded fastrand v2.3.0 |
| 336 | 2026-05-28T05:45:47.067Z | Downloaded textwrap v0.16.2 |
| 337 | 2026-05-28T05:45:47.067Z | Downloaded stable_deref_trait v1.2.1 |
| 338 | 2026-05-28T05:45:47.070Z | Downloaded errno v0.3.14 |
| 339 | 2026-05-28T05:45:47.070Z | Downloaded generic-array v0.14.7 |
| 340 | 2026-05-28T05:45:47.070Z | Downloaded unicode-ident v1.0.24 |
| 341 | 2026-05-28T05:45:47.073Z | Downloaded toml_edit v0.22.27 |
| 342 | 2026-05-28T05:45:47.076Z | Downloaded typenum v1.19.0 |
| 343 | 2026-05-28T05:45:47.076Z | Downloaded terminal_size v0.4.3 |
| 344 | 2026-05-28T05:45:47.076Z | Downloaded equivalent v1.0.2 |
| 345 | 2026-05-28T05:45:47.079Z | Downloaded serde-value v0.7.0 |
| 346 | 2026-05-28T05:45:47.079Z | Downloaded is_terminal_polyfill v1.70.2 |
| 347 | 2026-05-28T05:45:47.079Z | Downloaded serde_spanned v0.6.9 |
| 348 | 2026-05-28T05:45:47.082Z | Downloaded serde_tokenstream v0.2.3 |
| 349 | 2026-05-28T05:45:47.082Z | Downloaded zerotrie v0.2.3 |
| 350 | 2026-05-28T05:45:47.085Z | Downloaded url v2.5.8 |
| 351 | 2026-05-28T05:45:47.091Z | Downloaded dtrace-parser v0.2.0 |
| 352 | 2026-05-28T05:45:47.096Z | Downloaded itoa v1.0.17 |
| 353 | 2026-05-28T05:45:47.099Z | Downloaded idna_adapter v1.2.1 |
| 354 | 2026-05-28T05:45:47.099Z | Downloaded zerovec v0.11.5 |
| 355 | 2026-05-28T05:45:47.102Z | Downloaded dof v0.3.0 |
| 356 | 2026-05-28T05:45:47.105Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2026-05-28T05:45:47.108Z | Downloaded fs-err v3.3.0 |
| 358 | 2026-05-28T05:45:47.108Z | Downloaded zerocopy v0.7.35 |
| 359 | 2026-05-28T05:45:47.115Z | Downloaded serde-untagged v0.1.9 |
| 360 | 2026-05-28T05:45:47.118Z | Downloaded winnow v0.7.14 |
| 361 | 2026-05-28T05:45:47.121Z | Downloaded displaydoc v0.2.5 |
| 362 | 2026-05-28T05:45:47.123Z | Downloaded proc-macro-error-attr v1.0.4 |
| 363 | 2026-05-28T05:45:47.123Z | Downloaded proc-macro-error v1.0.4 |
| 364 | 2026-05-28T05:45:47.126Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-05-28T05:45:47.129Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-05-28T05:45:47.132Z | Downloaded semver v1.0.28 |
| 367 | 2026-05-28T05:45:47.132Z | Downloaded anstyle-parse v0.2.7 |
| 368 | 2026-05-28T05:45:47.134Z | Downloaded cargo_toml v0.21.0 |
| 369 | 2026-05-28T05:45:47.134Z | Downloaded block-buffer v0.10.4 |
| 370 | 2026-05-28T05:45:47.134Z | Downloaded anstyle v1.0.13 |
| 371 | 2026-05-28T05:45:47.137Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-05-28T05:45:47.137Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-05-28T05:45:47.140Z | Downloaded bytecount v0.6.9 |
| 374 | 2026-05-28T05:45:47.140Z | Downloaded scroll v0.12.0 |
| 375 | 2026-05-28T05:45:47.143Z | Downloaded synstructure v0.13.2 |
| 376 | 2026-05-28T05:45:47.146Z | Downloaded erased-serde v0.4.9 |
| 377 | 2026-05-28T05:45:47.146Z | Downloaded cargo_metadata v0.21.0 |
| 378 | 2026-05-28T05:45:47.149Z | Downloaded smallvec v1.15.1 |
| 379 | 2026-05-28T05:45:47.152Z | Downloaded icu_locale_core v2.1.1 |
| 380 | 2026-05-28T05:45:47.155Z | Downloaded once_cell v1.21.3 |
| 381 | 2026-05-28T05:45:47.158Z | Downloaded anyhow v1.0.102 |
| 382 | 2026-05-28T05:45:47.161Z | Downloaded litemap v0.8.1 |
| 383 | 2026-05-28T05:45:47.165Z | Downloaded quote v1.0.45 |
| 384 | 2026-05-28T05:45:47.168Z | Downloaded num-traits v0.2.19 |
| 385 | 2026-05-28T05:45:47.171Z | Downloaded pest_generator v2.8.6 |
| 386 | 2026-05-28T05:45:47.176Z | Downloaded digest v0.10.7 |
| 387 | 2026-05-28T05:45:47.178Z | Downloaded bitflags v2.11.0 |
| 388 | 2026-05-28T05:45:47.181Z | Downloaded icu_provider v2.1.1 |
| 389 | 2026-05-28T05:45:47.184Z | Downloaded log v0.4.29 |
| 390 | 2026-05-28T05:45:47.184Z | Downloaded clap v4.5.60 |
| 391 | 2026-05-28T05:45:47.189Z | Downloaded serde_core v1.0.228 |
| 392 | 2026-05-28T05:45:47.200Z | Downloaded tempfile v3.25.0 |
| 393 | 2026-05-28T05:45:47.203Z | Downloaded icu_collections v2.1.1 |
| 394 | 2026-05-28T05:45:47.207Z | Downloaded icu_normalizer v2.1.1 |
| 395 | 2026-05-28T05:45:47.210Z | Downloaded pest_derive v2.8.6 |
| 396 | 2026-05-28T05:45:47.220Z | Downloaded pest_meta v2.8.6 |
| 397 | 2026-05-28T05:45:47.225Z | Downloaded serde v1.0.228 |
| 398 | 2026-05-28T05:45:47.228Z | Downloaded papergrid v0.11.0 |
| 399 | 2026-05-28T05:45:47.231Z | Downloaded indexmap v2.14.0 |
| 400 | 2026-05-28T05:45:47.235Z | Downloaded icu_normalizer_data v2.1.1 |
| 401 | 2026-05-28T05:45:47.238Z | Downloaded memchr v2.8.0 |
| 402 | 2026-05-28T05:45:47.244Z | Downloaded icu_properties_data v2.1.2 |
| 403 | 2026-05-28T05:45:47.248Z | Downloaded clap_builder v4.5.60 |
| 404 | 2026-05-28T05:45:47.257Z | Downloaded serde_json v1.0.149 |
| 405 | 2026-05-28T05:45:47.260Z | Downloaded idna v1.1.0 |
| 406 | 2026-05-28T05:45:47.263Z | Downloaded hashbrown v0.17.0 |
| 407 | 2026-05-28T05:45:47.268Z | Downloaded pest v2.8.6 |
| 408 | 2026-05-28T05:45:47.274Z | Downloaded goblin v0.8.2 |
| 409 | 2026-05-28T05:45:47.286Z | Downloaded tabled v0.15.0 |
| 410 | 2026-05-28T05:45:47.297Z | Downloaded syn v1.0.109 |
| 411 | 2026-05-28T05:45:47.313Z | Downloaded syn v2.0.117 |
| 412 | 2026-05-28T05:45:47.329Z | Downloaded rustix v1.1.3 |
| 413 | 2026-05-28T05:45:47.356Z | Downloaded libc v0.2.185 |
| 414 | 2026-05-28T05:45:47.424Z | Compiling proc-macro2 v1.0.106 |
| 415 | 2026-05-28T05:45:47.424Z | Compiling unicode-ident v1.0.24 |
| 416 | 2026-05-28T05:45:47.427Z | Compiling quote v1.0.45 |
| 417 | 2026-05-28T05:45:47.427Z | Compiling serde_core v1.0.228 |
| 418 | 2026-05-28T05:45:47.427Z | Compiling libc v0.2.185 |
| 419 | 2026-05-28T05:45:47.427Z | Compiling version_check v0.9.5 |
| 420 | 2026-05-28T05:45:47.427Z | Compiling serde v1.0.228 |
| 421 | 2026-05-28T05:45:47.427Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-05-28T05:45:47.715Z | Compiling memchr v2.8.0 |
| 423 | 2026-05-28T05:45:47.750Z | Compiling zmij v1.0.21 |
| 424 | 2026-05-28T05:45:47.984Z | Compiling ucd-trie v0.1.7 |
| 425 | 2026-05-28T05:45:48.061Z | Compiling autocfg v1.5.0 |
| 426 | 2026-05-28T05:45:48.239Z | Compiling itoa v1.0.17 |
| 427 | 2026-05-28T05:45:48.332Z | Compiling thiserror v1.0.69 |
| 428 | 2026-05-28T05:45:48.410Z | Compiling pest v2.8.6 |
| 429 | 2026-05-28T05:45:48.441Z | Compiling litemap v0.8.1 |
| 430 | 2026-05-28T05:45:48.472Z | Compiling writeable v0.6.2 |
| 431 | 2026-05-28T05:45:48.497Z | Compiling byteorder v1.5.0 |
| 432 | 2026-05-28T05:45:48.632Z | Compiling icu_normalizer_data v2.1.1 |
| 433 | 2026-05-28T05:45:48.798Z | Compiling rustix v1.1.3 |
| 434 | 2026-05-28T05:45:48.815Z | Compiling icu_properties_data v2.1.2 |
| 435 | 2026-05-28T05:45:48.970Z | Compiling syn v2.0.117 |
| 436 | 2026-05-28T05:45:49.035Z | Compiling errno v0.3.14 |
| 437 | 2026-05-28T05:45:49.051Z | Compiling serde_json v1.0.149 |
| 438 | 2026-05-28T05:45:49.065Z | Compiling bitflags v2.11.0 |
| 439 | 2026-05-28T05:45:49.272Z | Compiling num-traits v0.2.19 |
| 440 | 2026-05-28T05:45:49.289Z | Compiling hashbrown v0.17.0 |
| 441 | 2026-05-28T05:45:49.456Z | Compiling pest_meta v2.8.6 |
| 442 | 2026-05-28T05:45:49.580Z | Compiling smallvec v1.15.1 |
| 443 | 2026-05-28T05:45:49.626Z | Compiling equivalent v1.0.2 |
| 444 | 2026-05-28T05:45:49.723Z | Compiling typeid v1.0.3 |
| 445 | 2026-05-28T05:45:49.793Z | Compiling indexmap v2.14.0 |
| 446 | 2026-05-28T05:45:49.915Z | Compiling thread-id v4.2.2 |
| 447 | 2026-05-28T05:45:50.002Z | Compiling proc-macro-error-attr v1.0.4 |
| 448 | 2026-05-28T05:45:50.017Z | Compiling usdt-impl v0.5.0 |
| 449 | 2026-05-28T05:45:50.036Z | Compiling erased-serde v0.4.9 |
| 450 | 2026-05-28T05:45:50.228Z | Compiling toml_write v0.1.2 |
| 451 | 2026-05-28T05:45:50.274Z | Compiling winnow v0.7.14 |
| 452 | 2026-05-28T05:45:50.295Z | Compiling syn v1.0.109 |
| 453 | 2026-05-28T05:45:50.577Z | Compiling proc-macro-error v1.0.4 |
| 454 | 2026-05-28T05:45:50.647Z | Compiling plain v0.2.3 |
| 455 | 2026-05-28T05:45:50.763Z | Compiling percent-encoding v2.3.2 |
| 456 | 2026-05-28T05:45:50.768Z | Compiling utf8_iter v1.0.4 |
| 457 | 2026-05-28T05:45:50.929Z | Compiling log v0.4.29 |
| 458 | 2026-05-28T05:45:50.959Z | Compiling thiserror v2.0.18 |
| 459 | 2026-05-28T05:45:51.106Z | Compiling getrandom v0.4.1 |
| 460 | 2026-05-28T05:45:51.150Z | Compiling camino v1.2.2 |
| 461 | 2026-05-28T05:45:51.167Z | Compiling utf8parse v0.2.2 |
| 462 | 2026-05-28T05:45:51.241Z | Compiling ordered-float v2.10.1 |
| 463 | 2026-05-28T05:45:51.289Z | Compiling anstyle-parse v0.2.7 |
| 464 | 2026-05-28T05:45:51.488Z | Compiling form_urlencoded v1.2.2 |
| 465 | 2026-05-28T05:45:51.583Z | Compiling synstructure v0.13.2 |
| 466 | 2026-05-28T05:45:51.611Z | Compiling pest_generator v2.8.6 |
| 467 | 2026-05-28T05:45:51.673Z | Compiling terminal_size v0.4.3 |
| 468 | 2026-05-28T05:45:51.831Z | Compiling anstyle v1.0.13 |
| 469 | 2026-05-28T05:45:52.020Z | Compiling anstyle-query v1.1.5 |
| 470 | 2026-05-28T05:45:52.023Z | Compiling cfg-if v1.0.4 |
| 471 | 2026-05-28T05:45:52.056Z | Compiling pretty-hex v0.4.1 |
| 472 | 2026-05-28T05:45:52.072Z | Compiling is_terminal_polyfill v1.70.2 |
| 473 | 2026-05-28T05:45:52.115Z | Compiling colorchoice v1.0.4 |
| 474 | 2026-05-28T05:45:52.191Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-05-28T05:45:52.231Z | Compiling anstream v0.6.21 |
| 476 | 2026-05-28T05:45:52.274Z | Compiling semver v1.0.28 |
| 477 | 2026-05-28T05:45:52.329Z | Compiling fs-err v3.3.0 |
| 478 | 2026-05-28T05:45:52.437Z | Compiling strsim v0.11.1 |
| 479 | 2026-05-28T05:45:52.521Z | Compiling fnv v1.0.7 |
| 480 | 2026-05-28T05:45:52.539Z | Compiling heck v0.5.0 |
| 481 | 2026-05-28T05:45:52.587Z | Compiling unicode-xid v0.2.6 |
| 482 | 2026-05-28T05:45:52.604Z | Compiling unicode-width v0.1.14 |
| 483 | 2026-05-28T05:45:52.626Z | Compiling once_cell v1.21.3 |
| 484 | 2026-05-28T05:45:52.784Z | Compiling fastrand v2.3.0 |
| 485 | 2026-05-28T05:45:52.801Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-28T05:45:52.845Z | Compiling heck v0.4.1 |
| 487 | 2026-05-28T05:45:52.881Z | Compiling bytecount v0.6.9 |
| 488 | 2026-05-28T05:45:53.018Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-28T05:45:53.036Z | Compiling papergrid v0.11.0 |
| 490 | 2026-05-28T05:45:53.053Z | Compiling tempfile v3.25.0 |
| 491 | 2026-05-28T05:45:53.172Z | Compiling clap_builder v4.5.60 |
| 492 | 2026-05-28T05:45:53.247Z | Compiling memmap v0.7.0 |
| 493 | 2026-05-28T05:45:53.296Z | Compiling serde_derive v1.0.228 |
| 494 | 2026-05-28T05:45:53.320Z | Compiling zerofrom-derive v0.1.6 |
| 495 | 2026-05-28T05:45:53.423Z | Compiling yoke-derive v0.8.1 |
| 496 | 2026-05-28T05:45:53.441Z | Compiling zerovec-derive v0.11.2 |
| 497 | 2026-05-28T05:45:53.580Z | Compiling displaydoc v0.2.5 |
| 498 | 2026-05-28T05:45:54.309Z | Compiling thiserror-impl v1.0.69 |
| 499 | 2026-05-28T05:45:54.427Z | Compiling zerocopy-derive v0.7.35 |
| 500 | 2026-05-28T05:45:54.526Z | Compiling pest_derive v2.8.6 |
| 501 | 2026-05-28T05:45:54.576Z | Compiling scroll_derive v0.12.1 |
| 502 | 2026-05-28T05:45:54.667Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-28T05:45:54.800Z | Compiling yoke v0.8.1 |
| 504 | 2026-05-28T05:45:54.947Z | Compiling thiserror-impl v2.0.18 |
| 505 | 2026-05-28T05:45:54.995Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-28T05:45:55.233Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-28T05:45:55.293Z | Compiling zerocopy v0.7.35 |
| 508 | 2026-05-28T05:45:55.492Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-28T05:45:55.538Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-28T05:45:55.674Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-28T05:45:55.701Z | Compiling icu_collections v2.1.1 |
| 512 | 2026-05-28T05:45:55.719Z | Compiling dtrace-parser v0.2.0 |
| 513 | 2026-05-28T05:45:55.850Z | Compiling scroll v0.12.0 |
| 514 | 2026-05-28T05:45:56.170Z | Compiling goblin v0.8.2 |
| 515 | 2026-05-28T05:45:56.207Z | Compiling tabled_derive v0.7.0 |
| 516 | 2026-05-28T05:45:56.210Z | Compiling clap_derive v4.5.55 |
| 517 | 2026-05-28T05:45:56.210Z | Compiling smawk v0.3.2 |
| 518 | 2026-05-28T05:45:56.366Z | Compiling icu_provider v2.1.1 |
| 519 | 2026-05-28T05:45:56.620Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-28T05:45:56.638Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-28T05:45:56.666Z | Compiling unicode-linebreak v0.1.5 |
| 522 | 2026-05-28T05:45:56.834Z | Compiling toml_datetime v0.6.11 |
| 523 | 2026-05-28T05:45:56.853Z | Compiling serde_spanned v0.6.9 |
| 524 | 2026-05-28T05:45:56.913Z | Compiling dof v0.3.0 |
| 525 | 2026-05-28T05:45:57.002Z | Compiling serde_tokenstream v0.2.3 |
| 526 | 2026-05-28T05:45:57.097Z | Compiling toml_edit v0.22.27 |
| 527 | 2026-05-28T05:45:57.125Z | Compiling serde-value v0.7.0 |
| 528 | 2026-05-28T05:45:57.313Z | Compiling cargo-platform v0.2.0 |
| 529 | 2026-05-28T05:45:57.331Z | Compiling unicode-width v0.2.0 |
| 530 | 2026-05-28T05:45:57.525Z | Compiling idna_adapter v1.2.1 |
| 531 | 2026-05-28T05:45:57.612Z | Compiling textwrap v0.16.2 |
| 532 | 2026-05-28T05:45:57.633Z | Compiling tabled v0.15.0 |
| 533 | 2026-05-28T05:45:57.675Z | Compiling idna v1.1.0 |
| 534 | 2026-05-28T05:45:57.733Z | Compiling macaddr v1.0.1 |
| 535 | 2026-05-28T05:45:57.809Z | Compiling usdt-attr-macro v0.5.0 |
| 536 | 2026-05-28T05:45:57.965Z | Compiling url v2.5.8 |
| 537 | 2026-05-28T05:45:58.010Z | Compiling usdt-macro v0.5.0 |
| 538 | 2026-05-28T05:45:58.070Z | Compiling clap v4.5.60 |
| 539 | 2026-05-28T05:45:58.326Z | Compiling camino-tempfile v1.4.1 |
| 540 | 2026-05-28T05:45:58.515Z | Compiling toml v0.8.23 |
| 541 | 2026-05-28T05:45:58.619Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 542 | 2026-05-28T05:45:58.714Z | Compiling swrite v0.1.0 |
| 543 | 2026-05-28T05:45:58.872Z | Compiling cargo-util-schemas v0.8.2 |
| 544 | 2026-05-28T05:45:59.081Z | Compiling cargo_toml v0.21.0 |
| 545 | 2026-05-28T05:45:59.131Z | Compiling usdt v0.5.0 |
| 546 | 2026-05-28T05:45:59.772Z | Compiling cargo_metadata v0.21.0 |
| 547 | 2026-05-28T05:46:00.717Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 548 | 2026-05-28T05:46:02.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.91s |
| 549 | 2026-05-28T05:46:03.057Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 550 | 2026-05-28T05:46:03.627Z | Downloading crates ... |
| 551 | 2026-05-28T05:46:03.715Z | Downloaded adler2 v2.0.1 |
| 552 | 2026-05-28T05:46:03.718Z | Downloaded ascii-canvas v3.0.0 |
| 553 | 2026-05-28T05:46:03.720Z | Downloaded base16ct v0.2.0 |
| 554 | 2026-05-28T05:46:03.720Z | Downloaded bitfield-struct v0.6.2 |
| 555 | 2026-05-28T05:46:03.739Z | Downloaded crc32fast v1.5.0 |
| 556 | 2026-05-28T05:46:03.742Z | Downloaded chacha20 v0.9.1 |
| 557 | 2026-05-28T05:46:03.745Z | Downloaded cfg_aliases v0.1.1 |
| 558 | 2026-05-28T05:46:03.745Z | Downloaded defmt-parser v1.0.0 |
| 559 | 2026-05-28T05:46:03.751Z | Downloaded darling_macro v0.20.11 |
| 560 | 2026-05-28T05:46:03.754Z | Downloaded darling v0.23.0 |
| 561 | 2026-05-28T05:46:03.756Z | Downloaded cexpr v0.6.0 |
| 562 | 2026-05-28T05:46:03.761Z | Downloaded cobs v0.3.0 |
| 563 | 2026-05-28T05:46:03.764Z | Downloaded defmt-macros v1.0.1 |
| 564 | 2026-05-28T05:46:03.767Z | Downloaded crc8 v0.1.1 |
| 565 | 2026-05-28T05:46:03.767Z | Downloaded darling v0.20.11 |
| 566 | 2026-05-28T05:46:03.770Z | Downloaded darling v0.21.3 |
| 567 | 2026-05-28T05:46:03.774Z | Downloaded defmt v1.0.1 |
| 568 | 2026-05-28T05:46:03.782Z | Downloaded endian-type v0.1.2 |
| 569 | 2026-05-28T05:46:03.785Z | Downloaded darling_core v0.21.3 |
| 570 | 2026-05-28T05:46:03.788Z | Downloaded darling_core v0.23.0 |
| 571 | 2026-05-28T05:46:03.791Z | Downloaded crc v3.4.0 |
| 572 | 2026-05-28T05:46:03.791Z | Downloaded fallible-iterator v0.2.0 |
| 573 | 2026-05-28T05:46:03.793Z | Downloaded env_logger v0.11.9 |
| 574 | 2026-05-28T05:46:03.796Z | Downloaded der v0.7.10 |
| 575 | 2026-05-28T05:46:03.799Z | Downloaded flagset v0.4.7 |
| 576 | 2026-05-28T05:46:03.799Z | Downloaded darling_macro v0.21.3 |
| 577 | 2026-05-28T05:46:03.799Z | Downloaded bcs v0.1.6 |
| 578 | 2026-05-28T05:46:03.802Z | Downloaded dirs-sys-next v0.1.2 |
| 579 | 2026-05-28T05:46:03.802Z | Downloaded document-features v0.2.12 |
| 580 | 2026-05-28T05:46:03.802Z | Downloaded debug-ignore v1.0.5 |
| 581 | 2026-05-28T05:46:03.805Z | Downloaded embedded-io v0.6.1 |
| 582 | 2026-05-28T05:46:03.805Z | Downloaded crc-catalog v2.4.0 |
| 583 | 2026-05-28T05:46:03.805Z | Downloaded ciborium-io v0.2.2 |
| 584 | 2026-05-28T05:46:03.809Z | Downloaded bit-set v0.8.0 |
| 585 | 2026-05-28T05:46:03.809Z | Downloaded embedded-io v0.4.0 |
| 586 | 2026-05-28T05:46:03.809Z | Downloaded float-cmp v0.10.0 |
| 587 | 2026-05-28T05:46:03.809Z | Downloaded downcast-rs v2.0.2 |
| 588 | 2026-05-28T05:46:03.812Z | Downloaded env_filter v1.0.0 |
| 589 | 2026-05-28T05:46:03.812Z | Downloaded castaway v0.2.4 |
| 590 | 2026-05-28T05:46:03.812Z | Downloaded dunce v1.0.5 |
| 591 | 2026-05-28T05:46:03.812Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 592 | 2026-05-28T05:46:03.815Z | Downloaded array-init v0.0.4 |
| 593 | 2026-05-28T05:46:03.815Z | Downloaded assert_matches v1.5.0 |
| 594 | 2026-05-28T05:46:03.815Z | Downloaded fatfs v0.3.6 |
| 595 | 2026-05-28T05:46:03.818Z | Downloaded dof v0.4.0 |
| 596 | 2026-05-28T05:46:03.818Z | Downloaded async-stream-impl v0.3.6 |
| 597 | 2026-05-28T05:46:03.818Z | Downloaded async-stream v0.3.6 |
| 598 | 2026-05-28T05:46:03.821Z | Downloaded bit-set v0.5.3 |
| 599 | 2026-05-28T05:46:03.821Z | Downloaded crucible-workspace-hack v0.1.0 |
| 600 | 2026-05-28T05:46:03.821Z | Downloaded ctr v0.9.2 |
| 601 | 2026-05-28T05:46:03.824Z | Downloaded enum-as-inner v0.6.1 |
| 602 | 2026-05-28T05:46:03.824Z | Downloaded dsl_auto_type v0.2.0 |
| 603 | 2026-05-28T05:46:03.824Z | Downloaded cstr-argument v0.1.2 |
| 604 | 2026-05-28T05:46:03.827Z | Downloaded defmt v0.3.100 |
| 605 | 2026-05-28T05:46:03.827Z | Downloaded cargo-platform v0.1.9 |
| 606 | 2026-05-28T05:46:03.827Z | Downloaded atomic-waker v1.1.2 |
| 607 | 2026-05-28T05:46:03.827Z | Downloaded ciborium-ll v0.2.2 |
| 608 | 2026-05-28T05:46:03.830Z | Downloaded block-padding v0.3.3 |
| 609 | 2026-05-28T05:46:03.830Z | Downloaded cpufeatures v0.3.0 |
| 610 | 2026-05-28T05:46:03.830Z | Downloaded cfg_aliases v0.2.1 |
| 611 | 2026-05-28T05:46:03.830Z | Downloaded atomicwrites v0.4.4 |
| 612 | 2026-05-28T05:46:03.833Z | Downloaded arrayref v0.3.9 |
| 613 | 2026-05-28T05:46:03.833Z | Downloaded darling_core v0.20.11 |
| 614 | 2026-05-28T05:46:03.835Z | Downloaded display-error-chain v0.2.2 |
| 615 | 2026-05-28T05:46:03.835Z | Downloaded fixedbitset v0.4.2 |
| 616 | 2026-05-28T05:46:03.838Z | Downloaded derive_builder_macro v0.20.2 |
| 617 | 2026-05-28T05:46:03.838Z | Downloaded crunchy v0.2.4 |
| 618 | 2026-05-28T05:46:03.838Z | Downloaded difflib v0.4.0 |
| 619 | 2026-05-28T05:46:03.838Z | Downloaded compression-core v0.4.31 |
| 620 | 2026-05-28T05:46:03.841Z | Downloaded foreign-types v0.3.2 |
| 621 | 2026-05-28T05:46:03.841Z | Downloaded atty v0.2.14 |
| 622 | 2026-05-28T05:46:03.841Z | Downloaded foreign-types v0.5.0 |
| 623 | 2026-05-28T05:46:03.844Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 624 | 2026-05-28T05:46:03.844Z | Downloaded foreign-types-shared v0.3.1 |
| 625 | 2026-05-28T05:46:03.844Z | Downloaded convert_case v0.4.0 |
| 626 | 2026-05-28T05:46:03.847Z | Downloaded darling_macro v0.23.0 |
| 627 | 2026-05-28T05:46:03.847Z | Downloaded float-ord v0.3.2 |
| 628 | 2026-05-28T05:46:03.847Z | Downloaded bb8 v0.8.6 |
| 629 | 2026-05-28T05:46:03.847Z | Downloaded dtrace-parser v0.3.0 |
| 630 | 2026-05-28T05:46:03.850Z | Downloaded funty v2.0.0 |
| 631 | 2026-05-28T05:46:03.850Z | Downloaded fd-lock v4.0.4 |
| 632 | 2026-05-28T05:46:03.850Z | Downloaded dirs-next v2.0.0 |
| 633 | 2026-05-28T05:46:03.853Z | Downloaded cipher v0.4.4 |
| 634 | 2026-05-28T05:46:03.856Z | Downloaded dyn-clone v1.0.20 |
| 635 | 2026-05-28T05:46:03.856Z | Downloaded cassowary v0.3.0 |
| 636 | 2026-05-28T05:46:03.859Z | Downloaded cmake v0.1.57 |
| 637 | 2026-05-28T05:46:03.862Z | Downloaded bitfield-macros v0.19.4 |
| 638 | 2026-05-28T05:46:03.865Z | Downloaded foreign-types-shared v0.1.1 |
| 639 | 2026-05-28T05:46:03.865Z | Downloaded futures-sink v0.3.32 |
| 640 | 2026-05-28T05:46:03.865Z | Downloaded critical-section v1.2.0 |
| 641 | 2026-05-28T05:46:03.865Z | Downloaded futures-io v0.3.32 |
| 642 | 2026-05-28T05:46:03.868Z | Downloaded ff v0.13.1 |
| 643 | 2026-05-28T05:46:03.868Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 644 | 2026-05-28T05:46:03.868Z | Downloaded csv-core v0.1.13 |
| 645 | 2026-05-28T05:46:03.871Z | Downloaded foreign-types-macros v0.2.3 |
| 646 | 2026-05-28T05:46:03.871Z | Downloaded ghash v0.5.1 |
| 647 | 2026-05-28T05:46:03.871Z | Downloaded gethostname v0.5.0 |
| 648 | 2026-05-28T05:46:03.874Z | Downloaded globwalk v0.9.1 |
| 649 | 2026-05-28T05:46:03.874Z | Downloaded git-stub v1.0.0 |
| 650 | 2026-05-28T05:46:03.874Z | Downloaded fxhash v0.2.1 |
| 651 | 2026-05-28T05:46:03.874Z | Downloaded futures-macro v0.3.32 |
| 652 | 2026-05-28T05:46:03.876Z | Downloaded futures-core v0.3.32 |
| 653 | 2026-05-28T05:46:03.879Z | Downloaded cargo_metadata v0.19.2 |
| 654 | 2026-05-28T05:46:03.882Z | Downloaded arrayvec v0.7.6 |
| 655 | 2026-05-28T05:46:03.886Z | Downloaded home v0.5.12 |
| 656 | 2026-05-28T05:46:03.889Z | Downloaded async-trait v0.1.89 |
| 657 | 2026-05-28T05:46:03.889Z | Downloaded convert_case v0.10.0 |
| 658 | 2026-05-28T05:46:03.892Z | Downloaded filetime v0.2.27 |
| 659 | 2026-05-28T05:46:03.892Z | Downloaded diesel-dtrace v0.5.0 |
| 660 | 2026-05-28T05:46:03.895Z | Downloaded backoff v0.4.0 |
| 661 | 2026-05-28T05:46:03.897Z | Downloaded buf-list v1.1.2 |
| 662 | 2026-05-28T05:46:03.897Z | Downloaded fixedbitset v0.5.7 |
| 663 | 2026-05-28T05:46:03.901Z | Downloaded erased-serde v0.3.31 |
| 664 | 2026-05-28T05:46:03.901Z | Downloaded derive_builder_core v0.20.2 |
| 665 | 2026-05-28T05:46:03.904Z | Downloaded bitfield v0.19.4 |
| 666 | 2026-05-28T05:46:03.904Z | Downloaded compression-codecs v0.4.37 |
| 667 | 2026-05-28T05:46:03.906Z | Downloaded foldhash v0.1.5 |
| 668 | 2026-05-28T05:46:03.906Z | Downloaded find-msvc-tools v0.1.9 |
| 669 | 2026-05-28T05:46:03.906Z | Downloaded bitflags v1.3.2 |
| 670 | 2026-05-28T05:46:03.909Z | Downloaded aead v0.5.2 |
| 671 | 2026-05-28T05:46:03.909Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 672 | 2026-05-28T05:46:03.912Z | Downloaded derive-ex v0.1.8 |
| 673 | 2026-05-28T05:46:03.912Z | Downloaded ena v0.14.4 |
| 674 | 2026-05-28T05:46:03.912Z | Downloaded ed25519 v2.2.3 |
| 675 | 2026-05-28T05:46:03.915Z | Downloaded hex v0.4.3 |
| 676 | 2026-05-28T05:46:03.915Z | Downloaded blowfish v0.9.1 |
| 677 | 2026-05-28T05:46:03.918Z | Downloaded hostname v0.3.1 |
| 678 | 2026-05-28T05:46:03.918Z | Downloaded ecdsa v0.16.9 |
| 679 | 2026-05-28T05:46:03.918Z | Downloaded crossbeam-deque v0.8.6 |
| 680 | 2026-05-28T05:46:03.921Z | Downloaded constant_time_eq v0.4.2 |
| 681 | 2026-05-28T05:46:03.921Z | Downloaded corncobs v0.1.4 |
| 682 | 2026-05-28T05:46:03.923Z | Downloaded console v0.15.11 |
| 683 | 2026-05-28T05:46:03.924Z | Downloaded argon2 v0.5.3 |
| 684 | 2026-05-28T05:46:03.926Z | Downloaded bumpalo v3.20.2 |
| 685 | 2026-05-28T05:46:03.926Z | Downloaded httpdate v1.0.3 |
| 686 | 2026-05-28T05:46:03.930Z | Downloaded hash32 v0.2.1 |
| 687 | 2026-05-28T05:46:03.930Z | Downloaded hex-literal v0.4.1 |
| 688 | 2026-05-28T05:46:03.930Z | Downloaded ciborium v0.2.2 |
| 689 | 2026-05-28T05:46:03.933Z | Downloaded hostname v0.4.2 |
| 690 | 2026-05-28T05:46:03.933Z | Downloaded http-range v0.1.5 |
| 691 | 2026-05-28T05:46:03.933Z | Downloaded futures-task v0.3.32 |
| 692 | 2026-05-28T05:46:03.933Z | Downloaded daft-derive v0.1.7 |
| 693 | 2026-05-28T05:46:03.936Z | Downloaded glob v0.3.3 |
| 694 | 2026-05-28T05:46:03.939Z | Downloaded hubpack_derive v0.1.1 |
| 695 | 2026-05-28T05:46:03.940Z | Downloaded hash32 v0.3.1 |
| 696 | 2026-05-28T05:46:03.940Z | Downloaded group v0.13.0 |
| 697 | 2026-05-28T05:46:03.943Z | Downloaded indent_write v2.2.0 |
| 698 | 2026-05-28T05:46:03.943Z | Downloaded illumos-nvpair v0.3.0 |
| 699 | 2026-05-28T05:46:03.943Z | Downloaded hubpack v0.1.2 |
| 700 | 2026-05-28T05:46:03.943Z | Downloaded git-stub-vcs v0.1.0 |
| 701 | 2026-05-28T05:46:03.943Z | Downloaded futures-executor v0.3.32 |
| 702 | 2026-05-28T05:46:03.946Z | Downloaded fs-err v2.11.0 |
| 703 | 2026-05-28T05:46:03.946Z | Downloaded byte-wrapper v0.1.0 |
| 704 | 2026-05-28T05:46:03.949Z | Downloaded instability v0.3.11 |
| 705 | 2026-05-28T05:46:03.949Z | Downloaded colored v2.2.0 |
| 706 | 2026-05-28T05:46:03.952Z | Downloaded ident_case v1.0.1 |
| 707 | 2026-05-28T05:46:03.952Z | Downloaded bzip2 v0.4.4 |
| 708 | 2026-05-28T05:46:03.952Z | Downloaded base64ct v1.8.3 |
| 709 | 2026-05-28T05:46:03.955Z | Downloaded indoc v1.0.9 |
| 710 | 2026-05-28T05:46:03.955Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 711 | 2026-05-28T05:46:03.955Z | Downloaded inout v0.1.4 |
| 712 | 2026-05-28T05:46:03.958Z | Downloaded is-terminal v0.4.17 |
| 713 | 2026-05-28T05:46:03.958Z | Downloaded const-oid v0.9.6 |
| 714 | 2026-05-28T05:46:03.958Z | Downloaded hyper-tls v0.6.0 |
| 715 | 2026-05-28T05:46:03.961Z | Downloaded is_ci v1.2.0 |
| 716 | 2026-05-28T05:46:03.961Z | Downloaded daft v0.1.7 |
| 717 | 2026-05-28T05:46:03.961Z | Downloaded crossbeam-epoch v0.9.18 |
| 718 | 2026-05-28T05:46:03.966Z | Downloaded cookie_store v0.22.1 |
| 719 | 2026-05-28T05:46:03.966Z | Downloaded colored v3.1.1 |
| 720 | 2026-05-28T05:46:03.969Z | Downloaded bzip2 v0.6.1 |
| 721 | 2026-05-28T05:46:03.969Z | Downloaded blake2 v0.10.6 |
| 722 | 2026-05-28T05:46:03.969Z | Downloaded console v0.16.2 |
| 723 | 2026-05-28T05:46:03.972Z | Downloaded des v0.8.1 |
| 724 | 2026-05-28T05:46:03.972Z | Downloaded fs_extra v1.3.0 |
| 725 | 2026-05-28T05:46:03.975Z | Downloaded async-bb8-diesel v0.2.1 |
| 726 | 2026-05-28T05:46:03.975Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-05-28T05:46:03.975Z | Downloaded instant v0.1.13 |
| 728 | 2026-05-28T05:46:03.977Z | Downloaded der_derive v0.7.3 |
| 729 | 2026-05-28T05:46:03.977Z | Downloaded crossbeam-utils v0.8.21 |
| 730 | 2026-05-28T05:46:03.980Z | Downloaded foldhash v0.2.0 |
| 731 | 2026-05-28T05:46:03.980Z | Downloaded chacha20 v0.10.0 |
| 732 | 2026-05-28T05:46:03.983Z | Downloaded diff v0.1.13 |
| 733 | 2026-05-28T05:46:03.983Z | Downloaded futures-channel v0.3.32 |
| 734 | 2026-05-28T05:46:03.986Z | Downloaded derive_more v0.99.20 |
| 735 | 2026-05-28T05:46:03.989Z | Downloaded const_format_proc_macros v0.2.34 |
| 736 | 2026-05-28T05:46:03.989Z | Downloaded bit-vec v0.8.0 |
| 737 | 2026-05-28T05:46:03.992Z | Downloaded kstat-rs v0.2.4 |
| 738 | 2026-05-28T05:46:03.992Z | Downloaded http-body v1.0.1 |
| 739 | 2026-05-28T05:46:03.992Z | Downloaded bit-vec v0.6.3 |
| 740 | 2026-05-28T05:46:03.992Z | Downloaded lazy_static v1.5.0 |
| 741 | 2026-05-28T05:46:03.995Z | Downloaded headers-core v0.3.0 |
| 742 | 2026-05-28T05:46:03.995Z | Downloaded lalrpop-util v0.19.12 |
| 743 | 2026-05-28T05:46:03.995Z | Downloaded data-encoding v2.10.0 |
| 744 | 2026-05-28T05:46:03.998Z | Downloaded globset v0.4.18 |
| 745 | 2026-05-28T05:46:03.998Z | Downloaded either v1.15.0 |
| 746 | 2026-05-28T05:46:03.998Z | Downloaded camino-tempfile-ext v0.3.3 |
| 747 | 2026-05-28T05:46:04.001Z | Downloaded async-recursion v1.1.1 |
| 748 | 2026-05-28T05:46:04.001Z | Downloaded lru v0.12.5 |
| 749 | 2026-05-28T05:46:04.004Z | Downloaded deranged v0.5.8 |
| 750 | 2026-05-28T05:46:04.004Z | Downloaded lru-slab v0.1.2 |
| 751 | 2026-05-28T05:46:04.004Z | Downloaded half v1.8.3 |
| 752 | 2026-05-28T05:46:04.007Z | Downloaded lru-cache v0.1.2 |
| 753 | 2026-05-28T05:46:04.007Z | Downloaded memoffset v0.9.1 |
| 754 | 2026-05-28T05:46:04.007Z | Downloaded lzss v0.8.2 |
| 755 | 2026-05-28T05:46:04.009Z | Downloaded mime v0.3.17 |
| 756 | 2026-05-28T05:46:04.009Z | Downloaded managed v0.8.0 |
| 757 | 2026-05-28T05:46:04.010Z | Downloaded libscf-sys v1.1.0 |
| 758 | 2026-05-28T05:46:04.012Z | Downloaded getrandom v0.2.17 |
| 759 | 2026-05-28T05:46:04.012Z | Downloaded humantime v2.3.0 |
| 760 | 2026-05-28T05:46:04.015Z | Downloaded http-body-util v0.1.3 |
| 761 | 2026-05-28T05:46:04.015Z | Downloaded ingot v0.1.1 |
| 762 | 2026-05-28T05:46:04.018Z | Downloaded hyper-staticfile v0.10.1 |
| 763 | 2026-05-28T05:46:04.018Z | Downloaded ahash v0.8.12 |
| 764 | 2026-05-28T05:46:04.021Z | Downloaded highway v1.3.0 |
| 765 | 2026-05-28T05:46:04.021Z | Downloaded indoc v2.0.7 |
| 766 | 2026-05-28T05:46:04.024Z | Downloaded crc-any v2.5.0 |
| 767 | 2026-05-28T05:46:04.024Z | Downloaded md5 v0.7.0 |
| 768 | 2026-05-28T05:46:04.024Z | Downloaded maybe-uninit v2.0.0 |
| 769 | 2026-05-28T05:46:04.027Z | Downloaded match_cfg v0.1.0 |
| 770 | 2026-05-28T05:46:04.027Z | Downloaded linked-hash-map v0.5.6 |
| 771 | 2026-05-28T05:46:04.027Z | Downloaded ipnetwork v0.21.1 |
| 772 | 2026-05-28T05:46:04.030Z | Downloaded maplit v1.0.2 |
| 773 | 2026-05-28T05:46:04.030Z | Downloaded ingot-types v0.1.2 |
| 774 | 2026-05-28T05:46:04.030Z | Downloaded dropshot_endpoint v0.16.7 |
| 775 | 2026-05-28T05:46:04.033Z | Downloaded newline-converter v0.3.0 |
| 776 | 2026-05-28T05:46:04.033Z | Downloaded derive-where v1.6.0 |
| 777 | 2026-05-28T05:46:04.036Z | Downloaded new_debug_unreachable v1.0.6 |
| 778 | 2026-05-28T05:46:04.036Z | Downloaded multimap v0.10.1 |
| 779 | 2026-05-28T05:46:04.036Z | Downloaded compact_str v0.8.1 |
| 780 | 2026-05-28T05:46:04.039Z | Downloaded keccak v0.1.6 |
| 781 | 2026-05-28T05:46:04.039Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 782 | 2026-05-28T05:46:04.042Z | Downloaded num v0.4.3 |
| 783 | 2026-05-28T05:46:04.042Z | Downloaded num-derive v0.3.3 |
| 784 | 2026-05-28T05:46:04.045Z | Downloaded newtype-uuid-macros v0.1.0 |
| 785 | 2026-05-28T05:46:04.045Z | Downloaded elliptic-curve v0.13.8 |
| 786 | 2026-05-28T05:46:04.048Z | Downloaded nodrop v0.1.14 |
| 787 | 2026-05-28T05:46:04.048Z | Downloaded futures v0.3.32 |
| 788 | 2026-05-28T05:46:04.051Z | Downloaded newtype_derive v0.1.6 |
| 789 | 2026-05-28T05:46:04.051Z | Downloaded jobserver v0.1.34 |
| 790 | 2026-05-28T05:46:04.054Z | Downloaded drift v0.1.4 |
| 791 | 2026-05-28T05:46:04.057Z | Downloaded num_enum_derive v0.5.11 |
| 792 | 2026-05-28T05:46:04.060Z | Downloaded num-iter v0.1.45 |
| 793 | 2026-05-28T05:46:04.060Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-05-28T05:46:04.060Z | Downloaded httparse v1.10.1 |
| 795 | 2026-05-28T05:46:04.063Z | Downloaded libloading v0.8.9 |
| 796 | 2026-05-28T05:46:04.063Z | Downloaded ingot-macros v0.1.1 |
| 797 | 2026-05-28T05:46:04.066Z | Downloaded libefi-sys v0.1.0 |
| 798 | 2026-05-28T05:46:04.066Z | Downloaded iana-time-zone v0.1.65 |
| 799 | 2026-05-28T05:46:04.070Z | Downloaded olpc-cjson v0.1.4 |
| 800 | 2026-05-28T05:46:04.071Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-28T05:46:04.071Z | Downloaded opaque-debug v0.3.1 |
| 802 | 2026-05-28T05:46:04.071Z | Downloaded libsw-core v0.3.2 |
| 803 | 2026-05-28T05:46:04.075Z | Downloaded openssl-probe v0.2.1 |
| 804 | 2026-05-28T05:46:04.076Z | Downloaded openssl-probe v0.1.6 |
| 805 | 2026-05-28T05:46:04.076Z | Downloaded oso-derive v0.27.3 |
| 806 | 2026-05-28T05:46:04.076Z | Downloaded openssl-macros v0.1.1 |
| 807 | 2026-05-28T05:46:04.076Z | Downloaded libsw v3.5.0 |
| 808 | 2026-05-28T05:46:04.076Z | Downloaded getrandom v0.3.4 |
| 809 | 2026-05-28T05:46:04.078Z | Downloaded half v2.7.1 |
| 810 | 2026-05-28T05:46:04.078Z | Downloaded cancel-safe-futures v0.1.5 |
| 811 | 2026-05-28T05:46:04.083Z | Downloaded nanorand v0.7.0 |
| 812 | 2026-05-28T05:46:04.083Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-05-28T05:46:04.090Z | Downloaded multer v3.1.0 |
| 814 | 2026-05-28T05:46:04.090Z | Downloaded chacha20poly1305 v0.10.1 |
| 815 | 2026-05-28T05:46:04.095Z | Downloaded allocator-api2 v0.2.21 |
| 816 | 2026-05-28T05:46:04.096Z | Downloaded md-5 v0.10.6 |
| 817 | 2026-05-28T05:46:04.096Z | Downloaded lock_api v0.4.14 |
| 818 | 2026-05-28T05:46:04.096Z | Downloaded ipnet v2.11.0 |
| 819 | 2026-05-28T05:46:04.096Z | Downloaded const_format v0.2.35 |
| 820 | 2026-05-28T05:46:04.106Z | Downloaded normalize-line-endings v0.3.0 |
| 821 | 2026-05-28T05:46:04.106Z | Downloaded nonempty v0.12.0 |
| 822 | 2026-05-28T05:46:04.106Z | Downloaded packed_struct_codegen v0.10.1 |
| 823 | 2026-05-28T05:46:04.106Z | Downloaded derive_builder v0.20.2 |
| 824 | 2026-05-28T05:46:04.106Z | Downloaded parse-display v0.10.0 |
| 825 | 2026-05-28T05:46:04.106Z | Downloaded ar_archive_writer v0.5.1 |
| 826 | 2026-05-28T05:46:04.107Z | Downloaded newtype-uuid v1.3.2 |
| 827 | 2026-05-28T05:46:04.107Z | Downloaded cc v1.2.56 |
| 828 | 2026-05-28T05:46:04.114Z | Downloaded cookie v0.18.1 |
| 829 | 2026-05-28T05:46:04.114Z | Downloaded nibble_vec v0.1.0 |
| 830 | 2026-05-28T05:46:04.114Z | Downloaded nu-ansi-term v0.50.3 |
| 831 | 2026-05-28T05:46:04.114Z | Downloaded peg-runtime v0.8.5 |
| 832 | 2026-05-28T05:46:04.115Z | Downloaded pbkdf2 v0.12.2 |
| 833 | 2026-05-28T05:46:04.115Z | Downloaded flume v0.11.1 |
| 834 | 2026-05-28T05:46:04.120Z | Downloaded clang-sys v1.8.1 |
| 835 | 2026-05-28T05:46:04.120Z | Downloaded backon v1.6.0 |
| 836 | 2026-05-28T05:46:04.120Z | Downloaded path-slash v0.1.5 |
| 837 | 2026-05-28T05:46:04.120Z | Downloaded parse-size v1.1.0 |
| 838 | 2026-05-28T05:46:04.121Z | Downloaded num-conv v0.2.0 |
| 839 | 2026-05-28T05:46:04.121Z | Downloaded cbc v0.1.2 |
| 840 | 2026-05-28T05:46:04.128Z | Downloaded num_enum_derive v0.7.5 |
| 841 | 2026-05-28T05:46:04.128Z | Downloaded num_enum v0.7.5 |
| 842 | 2026-05-28T05:46:04.138Z | Downloaded pin-utils v0.1.0 |
| 843 | 2026-05-28T05:46:04.144Z | Downloaded phf_shared v0.12.1 |
| 844 | 2026-05-28T05:46:04.144Z | Downloaded phf_shared v0.13.1 |
| 845 | 2026-05-28T05:46:04.144Z | Downloaded oxide-tokio-rt v0.1.4 |
| 846 | 2026-05-28T05:46:04.144Z | Downloaded num_threads v0.1.7 |
| 847 | 2026-05-28T05:46:04.144Z | Downloaded num_enum v0.5.11 |
| 848 | 2026-05-28T05:46:04.153Z | Downloaded num-complex v0.4.6 |
| 849 | 2026-05-28T05:46:04.153Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-05-28T05:46:04.153Z | Downloaded precomputed-hash v0.1.1 |
| 851 | 2026-05-28T05:46:04.153Z | Downloaded mime_guess v2.0.5 |
| 852 | 2026-05-28T05:46:04.153Z | Downloaded indexmap v1.9.3 |
| 853 | 2026-05-28T05:46:04.153Z | Downloaded hmac v0.12.1 |
| 854 | 2026-05-28T05:46:04.158Z | Downloaded owo-colors v4.3.0 |
| 855 | 2026-05-28T05:46:04.158Z | Downloaded litrs v1.0.0 |
| 856 | 2026-05-28T05:46:04.158Z | Downloaded headers v0.4.1 |
| 857 | 2026-05-28T05:46:04.161Z | Downloaded base64 v0.22.1 |
| 858 | 2026-05-28T05:46:04.162Z | Downloaded ignore v0.4.25 |
| 859 | 2026-05-28T05:46:04.168Z | Downloaded heapless v0.8.0 |
| 860 | 2026-05-28T05:46:04.168Z | Downloaded bytes v1.11.1 |
| 861 | 2026-05-28T05:46:04.168Z | Downloaded progenitor-client v0.11.2 |
| 862 | 2026-05-28T05:46:04.172Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 863 | 2026-05-28T05:46:04.172Z | Downloaded proc-macro-crate v3.4.0 |
| 864 | 2026-05-28T05:46:04.172Z | Downloaded predicates-core v1.0.10 |
| 865 | 2026-05-28T05:46:04.173Z | Downloaded packed_struct v0.10.1 |
| 866 | 2026-05-28T05:46:04.173Z | Downloaded oxnet v0.1.4 |
| 867 | 2026-05-28T05:46:04.176Z | Downloaded ed25519-dalek v2.2.0 |
| 868 | 2026-05-28T05:46:04.176Z | Downloaded pem-rfc7468 v0.7.0 |
| 869 | 2026-05-28T05:46:04.176Z | Downloaded crossbeam-channel v0.5.15 |
| 870 | 2026-05-28T05:46:04.180Z | Downloaded paste v1.0.15 |
| 871 | 2026-05-28T05:46:04.183Z | Downloaded progenitor-macro v0.13.0 |
| 872 | 2026-05-28T05:46:04.183Z | Downloaded flate2 v1.1.9 |
| 873 | 2026-05-28T05:46:04.184Z | Downloaded pbkdf2 v0.11.0 |
| 874 | 2026-05-28T05:46:04.186Z | Downloaded password-hash v0.4.2 |
| 875 | 2026-05-28T05:46:04.187Z | Downloaded password-hash v0.5.0 |
| 876 | 2026-05-28T05:46:04.191Z | Downloaded progenitor-macro v0.14.0 |
| 877 | 2026-05-28T05:46:04.192Z | Downloaded progenitor-macro v0.10.0 |
| 878 | 2026-05-28T05:46:04.192Z | Downloaded num-rational v0.4.2 |
| 879 | 2026-05-28T05:46:04.192Z | Downloaded progenitor-client v0.14.0 |
| 880 | 2026-05-28T05:46:04.198Z | Downloaded progenitor-client v0.10.0 |
| 881 | 2026-05-28T05:46:04.199Z | Downloaded parse-display-derive v0.10.0 |
| 882 | 2026-05-28T05:46:04.199Z | Downloaded psl-types v2.0.11 |
| 883 | 2026-05-28T05:46:04.199Z | Downloaded phf v0.12.1 |
| 884 | 2026-05-28T05:46:04.200Z | Downloaded libbz2-rs-sys v0.2.2 |
| 885 | 2026-05-28T05:46:04.200Z | Downloaded parking_lot_core v0.8.6 |
| 886 | 2026-05-28T05:46:04.206Z | Downloaded quick-error v1.2.3 |
| 887 | 2026-05-28T05:46:04.206Z | Downloaded memmap2 v0.9.10 |
| 888 | 2026-05-28T05:46:04.206Z | Downloaded crypto-bigint v0.5.5 |
| 889 | 2026-05-28T05:46:04.206Z | Downloaded poly1305 v0.8.0 |
| 890 | 2026-05-28T05:46:04.206Z | Downloaded pkg-config v0.3.32 |
| 891 | 2026-05-28T05:46:04.206Z | Downloaded phf_shared v0.11.3 |
| 892 | 2026-05-28T05:46:04.209Z | Downloaded pem v3.0.6 |
| 893 | 2026-05-28T05:46:04.209Z | Downloaded radium v0.7.0 |
| 894 | 2026-05-28T05:46:04.209Z | Downloaded powerfmt v0.2.0 |
| 895 | 2026-05-28T05:46:04.209Z | Downloaded postgres-protocol v0.6.10 |
| 896 | 2026-05-28T05:46:04.213Z | Downloaded phf v0.13.1 |
| 897 | 2026-05-28T05:46:04.213Z | Downloaded peg v0.8.5 |
| 898 | 2026-05-28T05:46:04.216Z | Downloaded pin-project-lite v0.2.17 |
| 899 | 2026-05-28T05:46:04.216Z | Downloaded predicates v3.1.4 |
| 900 | 2026-05-28T05:46:04.220Z | Downloaded pkcs8 v0.10.2 |
| 901 | 2026-05-28T05:46:04.220Z | Downloaded rand_xorshift v0.4.0 |
| 902 | 2026-05-28T05:46:04.223Z | Downloaded ppv-lite86 v0.2.21 |
| 903 | 2026-05-28T05:46:04.223Z | Downloaded rand_chacha v0.3.1 |
| 904 | 2026-05-28T05:46:04.223Z | Downloaded pin-project-internal v1.1.11 |
| 905 | 2026-05-28T05:46:04.223Z | Downloaded omicron-zone-package v0.12.2 |
| 906 | 2026-05-28T05:46:04.227Z | Downloaded base64 v0.21.7 |
| 907 | 2026-05-28T05:46:04.231Z | Downloaded proc-macro-crate v1.3.1 |
| 908 | 2026-05-28T05:46:04.231Z | Downloaded primeorder v0.13.6 |
| 909 | 2026-05-28T05:46:04.232Z | Downloaded parking_lot v0.12.5 |
| 910 | 2026-05-28T05:46:04.236Z | Downloaded parking_lot v0.11.2 |
| 911 | 2026-05-28T05:46:04.236Z | Downloaded native-tls v0.2.18 |
| 912 | 2026-05-28T05:46:04.236Z | Downloaded arc-swap v1.8.2 |
| 913 | 2026-05-28T05:46:04.243Z | Downloaded progenitor v0.14.0 |
| 914 | 2026-05-28T05:46:04.243Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-05-28T05:46:04.243Z | Downloaded indicatif v0.18.4 |
| 916 | 2026-05-28T05:46:04.258Z | Downloaded expectorate v1.2.0 |
| 917 | 2026-05-28T05:46:04.258Z | Downloaded recursive v0.1.1 |
| 918 | 2026-05-28T05:46:04.259Z | Downloaded ref-cast-impl v1.0.25 |
| 919 | 2026-05-28T05:46:04.259Z | Downloaded derive_more v2.1.1 |
| 920 | 2026-05-28T05:46:04.274Z | Downloaded rfc6979 v0.4.0 |
| 921 | 2026-05-28T05:46:04.274Z | Downloaded psm v0.1.30 |
| 922 | 2026-05-28T05:46:04.274Z | Downloaded progenitor-macro v0.11.2 |
| 923 | 2026-05-28T05:46:04.274Z | Downloaded progenitor-extras v0.2.0 |
| 924 | 2026-05-28T05:46:04.275Z | Downloaded ref-cast v1.0.25 |
| 925 | 2026-05-28T05:46:04.275Z | Downloaded rustc_version v0.1.7 |
| 926 | 2026-05-28T05:46:04.275Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-05-28T05:46:04.275Z | Downloaded progenitor-client v0.13.0 |
| 928 | 2026-05-28T05:46:04.275Z | Downloaded dropshot-api-manager v0.7.1 |
| 929 | 2026-05-28T05:46:04.275Z | Downloaded progenitor v0.11.2 |
| 930 | 2026-05-28T05:46:04.275Z | Downloaded postgres-types v0.2.12 |
| 931 | 2026-05-28T05:46:04.275Z | Downloaded rand_chacha v0.9.0 |
| 932 | 2026-05-28T05:46:04.275Z | Downloaded postcard v1.1.3 |
| 933 | 2026-05-28T05:46:04.275Z | Downloaded rand_core v0.9.5 |
| 934 | 2026-05-28T05:46:04.275Z | Downloaded rand_core v0.6.4 |
| 935 | 2026-05-28T05:46:04.275Z | Downloaded rustc_version v0.4.1 |
| 936 | 2026-05-28T05:46:04.275Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 937 | 2026-05-28T05:46:04.275Z | Downloaded derive_more-impl v2.1.1 |
| 938 | 2026-05-28T05:46:04.282Z | Downloaded progenitor v0.10.0 |
| 939 | 2026-05-28T05:46:04.282Z | Downloaded proc-macro-error2 v2.0.1 |
| 940 | 2026-05-28T05:46:04.282Z | Downloaded russh-cryptovec v0.7.3 |
| 941 | 2026-05-28T05:46:04.282Z | Downloaded hickory-resolver v0.25.2 |
| 942 | 2026-05-28T05:46:04.282Z | Downloaded async-compression v0.4.41 |
| 943 | 2026-05-28T05:46:04.282Z | Downloaded r2d2 v0.8.10 |
| 944 | 2026-05-28T05:46:04.286Z | Downloaded peg-macros v0.8.5 |
| 945 | 2026-05-28T05:46:04.286Z | Downloaded parking_lot_core v0.9.12 |
| 946 | 2026-05-28T05:46:04.286Z | Downloaded pkcs5 v0.7.1 |
| 947 | 2026-05-28T05:46:04.289Z | Downloaded scheduled-thread-pool v0.2.7 |
| 948 | 2026-05-28T05:46:04.289Z | Downloaded salsa20 v0.10.2 |
| 949 | 2026-05-28T05:46:04.289Z | Downloaded hickory-resolver v0.24.4 |
| 950 | 2026-05-28T05:46:04.292Z | Downloaded rand_core v0.10.0 |
| 951 | 2026-05-28T05:46:04.294Z | Downloaded polyval v0.6.2 |
| 952 | 2026-05-28T05:46:04.294Z | Downloaded heapless v0.7.17 |
| 953 | 2026-05-28T05:46:04.297Z | Downloaded dropshot_endpoint v0.17.0 |
| 954 | 2026-05-28T05:46:04.300Z | Downloaded sapling-renderdag v0.1.0 |
| 955 | 2026-05-28T05:46:04.300Z | Downloaded scopeguard v1.2.0 |
| 956 | 2026-05-28T05:46:04.300Z | Downloaded same-file v1.0.6 |
| 957 | 2026-05-28T05:46:04.300Z | Downloaded num-integer v0.1.46 |
| 958 | 2026-05-28T05:46:04.303Z | Downloaded oso v0.27.3 |
| 959 | 2026-05-28T05:46:04.306Z | Downloaded hashbrown v0.12.3 |
| 960 | 2026-05-28T05:46:04.310Z | Downloaded rustc-hash v2.1.1 |
| 961 | 2026-05-28T05:46:04.312Z | Downloaded papergrid v0.17.0 |
| 962 | 2026-05-28T05:46:04.315Z | Downloaded secrecy v0.8.0 |
| 963 | 2026-05-28T05:46:04.315Z | Downloaded scroll_derive v0.13.1 |
| 964 | 2026-05-28T05:46:04.315Z | Downloaded scrypt v0.11.0 |
| 965 | 2026-05-28T05:46:04.318Z | Downloaded miniz_oxide v0.8.9 |
| 966 | 2026-05-28T05:46:04.318Z | Downloaded diesel_derives v2.3.7 |
| 967 | 2026-05-28T05:46:04.321Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-05-28T05:46:04.324Z | Downloaded resolv-conf v0.7.6 |
| 969 | 2026-05-28T05:46:04.324Z | Downloaded openssl-sys v0.9.115 |
| 970 | 2026-05-28T05:46:04.331Z | Downloaded secrecy v0.10.3 |
| 971 | 2026-05-28T05:46:04.334Z | Downloaded rustls-native-certs v0.8.3 |
| 972 | 2026-05-28T05:46:04.334Z | Downloaded serde_spanned v1.0.4 |
| 973 | 2026-05-28T05:46:04.337Z | Downloaded serde-big-array v0.5.1 |
| 974 | 2026-05-28T05:46:04.337Z | Downloaded seq-macro v0.3.6 |
| 975 | 2026-05-28T05:46:04.337Z | Downloaded shell-words v1.1.1 |
| 976 | 2026-05-28T05:46:04.340Z | Downloaded semver v0.1.20 |
| 977 | 2026-05-28T05:46:04.340Z | Downloaded signal-hook-mio v0.2.5 |
| 978 | 2026-05-28T05:46:04.340Z | Downloaded sha1 v0.10.6 |
| 979 | 2026-05-28T05:46:04.343Z | Downloaded serde_plain v1.0.2 |
| 980 | 2026-05-28T05:46:04.347Z | Downloaded aes v0.8.4 |
| 981 | 2026-05-28T05:46:04.353Z | Downloaded serde_bytes v0.11.19 |
| 982 | 2026-05-28T05:46:04.356Z | Downloaded signature v2.2.0 |
| 983 | 2026-05-28T05:46:04.359Z | Downloaded signal-hook-tokio v0.3.1 |
| 984 | 2026-05-28T05:46:04.362Z | Downloaded rustls-pemfile v1.0.4 |
| 985 | 2026-05-28T05:46:04.365Z | Downloaded siphasher v1.0.2 |
| 986 | 2026-05-28T05:46:04.367Z | Downloaded pin-project v1.1.11 |
| 987 | 2026-05-28T05:46:04.373Z | Downloaded pkcs1 v0.7.5 |
| 988 | 2026-05-28T05:46:04.377Z | Downloaded rustversion v1.0.22 |
| 989 | 2026-05-28T05:46:04.377Z | Downloaded rand_seeder v0.4.0 |
| 990 | 2026-05-28T05:46:04.382Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-05-28T05:46:04.382Z | Downloaded scroll v0.13.0 |
| 992 | 2026-05-28T05:46:04.382Z | Downloaded slog-envlogger v2.2.0 |
| 993 | 2026-05-28T05:46:04.395Z | Downloaded sec1 v0.7.3 |
| 994 | 2026-05-28T05:46:04.401Z | Downloaded sct v0.7.1 |
| 995 | 2026-05-28T05:46:04.401Z | Downloaded prefix-trie v0.7.0 |
| 996 | 2026-05-28T05:46:04.401Z | Downloaded serde_repr v0.1.20 |
| 997 | 2026-05-28T05:46:04.401Z | Downloaded progenitor-impl v0.13.0 |
| 998 | 2026-05-28T05:46:04.401Z | Downloaded serde_derive_internals v0.29.1 |
| 999 | 2026-05-28T05:46:04.404Z | Downloaded schemars_derive v0.8.22 |
| 1000 | 2026-05-28T05:46:04.404Z | Downloaded p256 v0.13.2 |
| 1001 | 2026-05-28T05:46:04.404Z | Downloaded minimal-lexical v0.2.1 |
| 1002 | 2026-05-28T05:46:04.408Z | Downloaded serde_path_to_error v0.1.20 |
| 1003 | 2026-05-28T05:46:04.408Z | Downloaded russh-keys v0.45.0 |
| 1004 | 2026-05-28T05:46:04.416Z | Downloaded progenitor-impl v0.14.0 |
| 1005 | 2026-05-28T05:46:04.416Z | Downloaded progenitor-impl v0.11.2 |
| 1006 | 2026-05-28T05:46:04.416Z | Downloaded ssh-encoding v0.2.0 |
| 1007 | 2026-05-28T05:46:04.416Z | Downloaded hyper-util v0.1.20 |
| 1008 | 2026-05-28T05:46:04.433Z | Downloaded sqlparser_derive v0.5.0 |
| 1009 | 2026-05-28T05:46:04.433Z | Downloaded ssh-cipher v0.2.0 |
| 1010 | 2026-05-28T05:46:04.433Z | Downloaded prettyplease v0.2.37 |
| 1011 | 2026-05-28T05:46:04.434Z | Downloaded aes-gcm v0.10.3 |
| 1012 | 2026-05-28T05:46:04.452Z | Downloaded crossterm v0.28.1 |
| 1013 | 2026-05-28T05:46:04.452Z | Downloaded slab v0.4.12 |
| 1014 | 2026-05-28T05:46:04.452Z | Downloaded quinn-udp v0.5.14 |
| 1015 | 2026-05-28T05:46:04.452Z | Downloaded structmeta-derive v0.3.0 |
| 1016 | 2026-05-28T05:46:04.452Z | Downloaded structmeta v0.3.0 |
| 1017 | 2026-05-28T05:46:04.452Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1018 | 2026-05-28T05:46:04.452Z | Downloaded shlex v1.3.0 |
| 1019 | 2026-05-28T05:46:04.452Z | Downloaded subtle v2.6.1 |
| 1020 | 2026-05-28T05:46:04.452Z | Downloaded strum v0.27.2 |
| 1021 | 2026-05-28T05:46:04.452Z | Downloaded sigpipe v0.1.3 |
| 1022 | 2026-05-28T05:46:04.452Z | Downloaded tabled_derive v0.11.0 |
| 1023 | 2026-05-28T05:46:04.471Z | Downloaded sync-ptr v0.1.4 |
| 1024 | 2026-05-28T05:46:04.471Z | Downloaded simd-adler32 v0.3.8 |
| 1025 | 2026-05-28T05:46:04.471Z | Downloaded signal-hook-registry v1.4.8 |
| 1026 | 2026-05-28T05:46:04.471Z | Downloaded rustls-pki-types v1.14.0 |
| 1027 | 2026-05-28T05:46:04.471Z | Downloaded slog-dtrace v0.3.0 |
| 1028 | 2026-05-28T05:46:04.472Z | Downloaded hickory-server v0.25.2 |
| 1029 | 2026-05-28T05:46:04.472Z | Downloaded strum v0.26.3 |
| 1030 | 2026-05-28T05:46:04.472Z | Downloaded jiff-static v0.2.21 |
| 1031 | 2026-05-28T05:46:04.472Z | Downloaded slog-term v2.9.2 |
| 1032 | 2026-05-28T05:46:04.472Z | Downloaded sync_wrapper v1.0.2 |
| 1033 | 2026-05-28T05:46:04.472Z | Downloaded slog-bunyan v2.5.0 |
| 1034 | 2026-05-28T05:46:04.472Z | Downloaded pretty_assertions v1.4.1 |
| 1035 | 2026-05-28T05:46:04.472Z | Downloaded rusty-fork v0.3.1 |
| 1036 | 2026-05-28T05:46:04.472Z | Downloaded slog-stdlog v4.1.1 |
| 1037 | 2026-05-28T05:46:04.472Z | Downloaded slog-scope v4.4.1 |
| 1038 | 2026-05-28T05:46:04.472Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-05-28T05:46:04.490Z | Downloaded snafu-derive v0.8.9 |
| 1040 | 2026-05-28T05:46:04.490Z | Downloaded slog-async v2.8.0 |
| 1041 | 2026-05-28T05:46:04.490Z | Downloaded tap v1.0.1 |
| 1042 | 2026-05-28T05:46:04.490Z | Downloaded tabwriter v1.4.1 |
| 1043 | 2026-05-28T05:46:04.490Z | Downloaded take_mut v0.2.2 |
| 1044 | 2026-05-28T05:46:04.490Z | Downloaded tagptr v0.2.0 |
| 1045 | 2026-05-28T05:46:04.490Z | Downloaded smf v0.2.3 |
| 1046 | 2026-05-28T05:46:04.490Z | Downloaded crossterm v0.29.0 |
| 1047 | 2026-05-28T05:46:04.490Z | Downloaded spki v0.7.3 |
| 1048 | 2026-05-28T05:46:04.490Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-05-28T05:46:04.490Z | Downloaded thread-id v5.1.0 |
| 1050 | 2026-05-28T05:46:04.490Z | Downloaded rayon-core v1.13.0 |
| 1051 | 2026-05-28T05:46:04.502Z | Downloaded sqlformat v0.3.5 |
| 1052 | 2026-05-28T05:46:04.502Z | Downloaded time-core v0.1.8 |
| 1053 | 2026-05-28T05:46:04.502Z | Downloaded testing_table v0.3.0 |
| 1054 | 2026-05-28T05:46:04.502Z | Downloaded strum_macros v0.24.3 |
| 1055 | 2026-05-28T05:46:04.502Z | Downloaded strum_macros v0.26.4 |
| 1056 | 2026-05-28T05:46:04.502Z | Downloaded static_assertions v1.1.0 |
| 1057 | 2026-05-28T05:46:04.502Z | Downloaded serde-hex v0.1.0 |
| 1058 | 2026-05-28T05:46:04.503Z | Downloaded stacker v0.1.23 |
| 1059 | 2026-05-28T05:46:04.513Z | Downloaded tinyvec_macros v0.1.1 |
| 1060 | 2026-05-28T05:46:04.514Z | Downloaded itertools v0.10.5 |
| 1061 | 2026-05-28T05:46:04.514Z | Downloaded termtree v0.5.1 |
| 1062 | 2026-05-28T05:46:04.514Z | Downloaded itertools v0.13.0 |
| 1063 | 2026-05-28T05:46:04.514Z | Downloaded supports-color v3.0.2 |
| 1064 | 2026-05-28T05:46:04.514Z | Downloaded stringprep v0.1.5 |
| 1065 | 2026-05-28T05:46:04.527Z | Downloaded string_cache v0.8.9 |
| 1066 | 2026-05-28T05:46:04.528Z | Downloaded tokio-macros v2.7.0 |
| 1067 | 2026-05-28T05:46:04.528Z | Downloaded smallvec v0.6.14 |
| 1068 | 2026-05-28T05:46:04.528Z | Downloaded serde_cbor v0.11.2 |
| 1069 | 2026-05-28T05:46:04.528Z | Downloaded rcgen v0.12.1 |
| 1070 | 2026-05-28T05:46:04.540Z | Downloaded qorb v0.4.1 |
| 1071 | 2026-05-28T05:46:04.540Z | Downloaded num-bigint v0.4.6 |
| 1072 | 2026-05-28T05:46:04.540Z | Downloaded support-bundle-viewer v0.1.2 |
| 1073 | 2026-05-28T05:46:04.540Z | Downloaded ryu v1.0.23 |
| 1074 | 2026-05-28T05:46:04.540Z | Downloaded publicsuffix v2.3.0 |
| 1075 | 2026-05-28T05:46:04.540Z | Downloaded http v1.4.0 |
| 1076 | 2026-05-28T05:46:04.540Z | Downloaded tower-layer v0.3.3 |
| 1077 | 2026-05-28T05:46:04.540Z | Downloaded rand v0.8.6 |
| 1078 | 2026-05-28T05:46:04.540Z | Downloaded spin v0.9.8 |
| 1079 | 2026-05-28T05:46:04.555Z | Downloaded progenitor-impl v0.10.0 |
| 1080 | 2026-05-28T05:46:04.555Z | Downloaded topological-sort v0.2.2 |
| 1081 | 2026-05-28T05:46:04.555Z | Downloaded thiserror-no-std v2.0.2 |
| 1082 | 2026-05-28T05:46:04.555Z | Downloaded hashbrown v0.16.1 |
| 1083 | 2026-05-28T05:46:04.555Z | Downloaded hashbrown v0.15.5 |
| 1084 | 2026-05-28T05:46:04.566Z | Downloaded try-lock v0.2.5 |
| 1085 | 2026-05-28T05:46:04.566Z | Downloaded serde_with_macros v3.17.0 |
| 1086 | 2026-05-28T05:46:04.566Z | Downloaded hashbrown v0.13.2 |
| 1087 | 2026-05-28T05:46:04.566Z | Downloaded aho-corasick v1.1.4 |
| 1088 | 2026-05-28T05:46:04.566Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-05-28T05:46:04.566Z | Downloaded strum_macros v0.27.2 |
| 1090 | 2026-05-28T05:46:04.566Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-05-28T05:46:04.566Z | Downloaded time-macros v0.2.27 |
| 1092 | 2026-05-28T05:46:04.569Z | Downloaded termios v0.3.3 |
| 1093 | 2026-05-28T05:46:04.569Z | Downloaded signal-hook v0.3.18 |
| 1094 | 2026-05-28T05:46:04.569Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-05-28T05:46:04.569Z | Downloaded ron v0.8.1 |
| 1096 | 2026-05-28T05:46:04.572Z | Downloaded mio v1.2.0 |
| 1097 | 2026-05-28T05:46:04.576Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1098 | 2026-05-28T05:46:04.578Z | Downloaded typify-macro v0.4.3 |
| 1099 | 2026-05-28T05:46:04.581Z | Downloaded schemars v0.9.0 |
| 1100 | 2026-05-28T05:46:04.586Z | Downloaded tokio-dtrace v0.1.1 |
| 1101 | 2026-05-28T05:46:04.589Z | Downloaded tls_codec_derive v0.4.2 |
| 1102 | 2026-05-28T05:46:04.589Z | Downloaded tls_codec v0.4.2 |
| 1103 | 2026-05-28T05:46:04.593Z | Downloaded slog v2.8.2 |
| 1104 | 2026-05-28T05:46:04.593Z | Downloaded typify-macro v0.6.2 |
| 1105 | 2026-05-28T05:46:04.596Z | Downloaded num-bigint-dig v0.8.6 |
| 1106 | 2026-05-28T05:46:04.596Z | Downloaded nom v7.1.3 |
| 1107 | 2026-05-28T05:46:04.599Z | Downloaded tokio-rustls v0.25.0 |
| 1108 | 2026-05-28T05:46:04.602Z | Downloaded tokio-tungstenite v0.21.0 |
| 1109 | 2026-05-28T05:46:04.602Z | Downloaded untrusted v0.7.1 |
| 1110 | 2026-05-28T05:46:04.602Z | Downloaded unit-prefix v0.5.2 |
| 1111 | 2026-05-28T05:46:04.604Z | Downloaded unicode-truncate v1.1.0 |
| 1112 | 2026-05-28T05:46:04.604Z | Downloaded untrusted v0.9.0 |
| 1113 | 2026-05-28T05:46:04.604Z | Downloaded tokio-native-tls v0.3.1 |
| 1114 | 2026-05-28T05:46:04.607Z | Downloaded libxml v0.3.3 |
| 1115 | 2026-05-28T05:46:04.610Z | Downloaded usdt v0.6.0 |
| 1116 | 2026-05-28T05:46:04.610Z | Downloaded term v0.7.0 |
| 1117 | 2026-05-28T05:46:04.613Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1118 | 2026-05-28T05:46:04.613Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1119 | 2026-05-28T05:46:04.615Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1120 | 2026-05-28T05:46:04.616Z | Downloaded tokio-tungstenite v0.23.1 |
| 1121 | 2026-05-28T05:46:04.618Z | Downloaded schemars v0.8.22 |
| 1122 | 2026-05-28T05:46:04.623Z | Downloaded utf-8 v0.7.6 |
| 1123 | 2026-05-28T05:46:04.626Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-05-28T05:46:04.626Z | Downloaded rustls-webpki v0.103.9 |
| 1125 | 2026-05-28T05:46:04.626Z | Downloaded socket2 v0.6.3 |
| 1126 | 2026-05-28T05:46:04.630Z | Downloaded socket2 v0.5.10 |
| 1127 | 2026-05-28T05:46:04.630Z | Downloaded term v1.2.1 |
| 1128 | 2026-05-28T05:46:04.670Z | Downloaded rsa v0.9.10 |
| 1129 | 2026-05-28T05:46:04.670Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1130 | 2026-05-28T05:46:04.670Z | Downloaded wait-timeout v0.2.1 |
| 1131 | 2026-05-28T05:46:04.670Z | Downloaded tui-tree-widget v0.23.1 |
| 1132 | 2026-05-28T05:46:04.671Z | Downloaded void v1.0.2 |
| 1133 | 2026-05-28T05:46:04.671Z | Downloaded chrono v0.4.44 |
| 1134 | 2026-05-28T05:46:04.671Z | Downloaded tokio-rustls v0.24.1 |
| 1135 | 2026-05-28T05:46:04.671Z | Downloaded similar v2.7.0 |
| 1136 | 2026-05-28T05:46:04.671Z | Downloaded samael v0.0.19 |
| 1137 | 2026-05-28T05:46:04.671Z | Downloaded waitgroup v0.1.2 |
| 1138 | 2026-05-28T05:46:04.671Z | Downloaded subprocess v0.2.15 |
| 1139 | 2026-05-28T05:46:04.671Z | Downloaded want v0.3.1 |
| 1140 | 2026-05-28T05:46:04.671Z | Downloaded unicase v2.9.0 |
| 1141 | 2026-05-28T05:46:04.671Z | Downloaded quinn v0.11.9 |
| 1142 | 2026-05-28T05:46:04.671Z | Downloaded thread_local v1.1.9 |
| 1143 | 2026-05-28T05:46:04.671Z | Downloaded rand v0.9.2 |
| 1144 | 2026-05-28T05:46:04.671Z | Downloaded xattr v1.6.1 |
| 1145 | 2026-05-28T05:46:04.671Z | Downloaded tokio-rustls v0.26.4 |
| 1146 | 2026-05-28T05:46:04.679Z | Downloaded universal-hash v0.5.1 |
| 1147 | 2026-05-28T05:46:04.679Z | Downloaded unarray v0.1.4 |
| 1148 | 2026-05-28T05:46:04.679Z | Downloaded futures-util v0.3.32 |
| 1149 | 2026-05-28T05:46:04.691Z | Downloaded xshell-macros v0.2.7 |
| 1150 | 2026-05-28T05:46:04.691Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1151 | 2026-05-28T05:46:04.691Z | Downloaded usdt-impl v0.6.0 |
| 1152 | 2026-05-28T05:46:04.691Z | Downloaded libm v0.2.16 |
| 1153 | 2026-05-28T05:46:04.691Z | Downloaded zone v0.3.1 |
| 1154 | 2026-05-28T05:46:04.713Z | Downloaded rand v0.10.0 |
| 1155 | 2026-05-28T05:46:04.713Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-05-28T05:46:04.713Z | Downloaded usdt-macro v0.6.0 |
| 1157 | 2026-05-28T05:46:04.713Z | Downloaded hkdf v0.12.4 |
| 1158 | 2026-05-28T05:46:04.713Z | Downloaded zone_cfg_derive v0.3.1 |
| 1159 | 2026-05-28T05:46:04.713Z | Downloaded iddqd v0.4.1 |
| 1160 | 2026-05-28T05:46:04.713Z | Downloaded vergen-git2 v1.0.7 |
| 1161 | 2026-05-28T05:46:04.713Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-05-28T05:46:04.713Z | Downloaded p521 v0.13.3 |
| 1163 | 2026-05-28T05:46:04.713Z | Downloaded uzers v0.12.2 |
| 1164 | 2026-05-28T05:46:04.713Z | Downloaded dropshot v0.17.0 |
| 1165 | 2026-05-28T05:46:04.727Z | Downloaded vsss-rs v3.3.4 |
| 1166 | 2026-05-28T05:46:04.727Z | Downloaded vergen-lib v0.1.6 |
| 1167 | 2026-05-28T05:46:04.727Z | Downloaded twox-hash v2.1.2 |
| 1168 | 2026-05-28T05:46:04.727Z | Downloaded whoami v2.1.0 |
| 1169 | 2026-05-28T05:46:04.727Z | Downloaded snafu v0.8.9 |
| 1170 | 2026-05-28T05:46:04.727Z | Downloaded unicode-properties v0.1.4 |
| 1171 | 2026-05-28T05:46:04.736Z | Downloaded xshell v0.2.7 |
| 1172 | 2026-05-28T05:46:04.736Z | Downloaded wyz v0.5.1 |
| 1173 | 2026-05-28T05:46:04.736Z | Downloaded whoami v1.6.1 |
| 1174 | 2026-05-28T05:46:04.736Z | Downloaded walkdir v2.5.0 |
| 1175 | 2026-05-28T05:46:04.736Z | Downloaded schemars v1.2.1 |
| 1176 | 2026-05-28T05:46:04.739Z | Downloaded zeroize v1.8.2 |
| 1177 | 2026-05-28T05:46:04.739Z | Downloaded toml v0.7.8 |
| 1178 | 2026-05-28T05:46:04.741Z | Downloaded tokio-stream v0.1.18 |
| 1179 | 2026-05-28T05:46:04.742Z | Downloaded hyper v1.8.1 |
| 1180 | 2026-05-28T05:46:04.745Z | Downloaded tracing-attributes v0.1.31 |
| 1181 | 2026-05-28T05:46:04.748Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1182 | 2026-05-28T05:46:04.751Z | Downloaded vergen-gitcl v1.0.8 |
| 1183 | 2026-05-28T05:46:04.751Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1184 | 2026-05-28T05:46:04.754Z | Downloaded h2 v0.4.13 |
| 1185 | 2026-05-28T05:46:04.757Z | Downloaded tar v0.4.45 |
| 1186 | 2026-05-28T05:46:04.759Z | Downloaded unicode-bidi v0.3.18 |
| 1187 | 2026-05-28T05:46:04.759Z | Downloaded typify v0.6.2 |
| 1188 | 2026-05-28T05:46:04.762Z | Downloaded zstd-safe v7.2.4 |
| 1189 | 2026-05-28T05:46:04.765Z | Downloaded tinyvec v1.10.0 |
| 1190 | 2026-05-28T05:46:04.765Z | Downloaded itertools v0.12.1 |
| 1191 | 2026-05-28T05:46:04.768Z | Downloaded iri-string v0.7.10 |
| 1192 | 2026-05-28T05:46:04.776Z | Downloaded unsafe-libyaml v0.2.11 |
| 1193 | 2026-05-28T05:46:04.779Z | Downloaded yasna v0.5.2 |
| 1194 | 2026-05-28T05:46:04.782Z | Downloaded russh v0.45.0 |
| 1195 | 2026-05-28T05:46:04.785Z | Downloaded typify v0.4.3 |
| 1196 | 2026-05-28T05:46:04.788Z | Downloaded itertools v0.14.0 |
| 1197 | 2026-05-28T05:46:04.791Z | Downloaded steno v0.4.1 |
| 1198 | 2026-05-28T05:46:04.794Z | Downloaded blake3 v1.8.3 |
| 1199 | 2026-05-28T05:46:04.798Z | Downloaded rustyline v14.0.0 |
| 1200 | 2026-05-28T05:46:04.801Z | Downloaded vergen v9.0.6 |
| 1201 | 2026-05-28T05:46:04.804Z | Downloaded aws-lc-rs v1.16.3 |
| 1202 | 2026-05-28T05:46:04.807Z | Downloaded reedline v0.40.0 |
| 1203 | 2026-05-28T05:46:04.811Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-05-28T05:46:04.819Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1205 | 2026-05-28T05:46:04.823Z | Downloaded zstd v0.13.3 |
| 1206 | 2026-05-28T05:46:04.827Z | Downloaded vte v0.14.1 |
| 1207 | 2026-05-28T05:46:04.827Z | Downloaded tungstenite v0.23.0 |
| 1208 | 2026-05-28T05:46:04.830Z | Downloaded bitvec v1.0.1 |
| 1209 | 2026-05-28T05:46:04.835Z | Downloaded zopfli v0.8.3 |
| 1210 | 2026-05-28T05:46:04.839Z | Downloaded tracing-core v0.1.36 |
| 1211 | 2026-05-28T05:46:04.839Z | Downloaded tokio-postgres v0.7.16 |
| 1212 | 2026-05-28T05:46:04.842Z | Downloaded rpassword v7.4.0 |
| 1213 | 2026-05-28T05:46:04.842Z | Downloaded bindgen v0.71.1 |
| 1214 | 2026-05-28T05:46:04.846Z | Downloaded tungstenite v0.21.0 |
| 1215 | 2026-05-28T05:46:04.857Z | Downloaded uuid v1.23.0 |
| 1216 | 2026-05-28T05:46:04.860Z | Downloaded toml_edit v0.19.15 |
| 1217 | 2026-05-28T05:46:04.874Z | Downloaded ssh-key v0.6.7 |
| 1218 | 2026-05-28T05:46:04.877Z | Downloaded lalrpop v0.19.12 |
| 1219 | 2026-05-28T05:46:04.884Z | Downloaded portable-atomic v1.13.1 |
| 1220 | 2026-05-28T05:46:04.888Z | Downloaded rayon v1.11.0 |
| 1221 | 2026-05-28T05:46:04.894Z | Downloaded moka v0.12.13 |
| 1222 | 2026-05-28T05:46:04.900Z | Downloaded yansi v1.0.1 |
| 1223 | 2026-05-28T05:46:04.903Z | Downloaded zip v0.6.6 |
| 1224 | 2026-05-28T05:46:04.905Z | Downloaded git2 v0.20.4 |
| 1225 | 2026-05-28T05:46:04.911Z | Downloaded tokio-util v0.7.18 |
| 1226 | 2026-05-28T05:46:04.914Z | Downloaded reqwest v0.13.2 |
| 1227 | 2026-05-28T05:46:04.918Z | Downloaded rustls-webpki v0.101.7 |
| 1228 | 2026-05-28T05:46:04.927Z | Downloaded salty v0.3.0 |
| 1229 | 2026-05-28T05:46:04.932Z | Downloaded quick-xml v0.37.5 |
| 1230 | 2026-05-28T05:46:04.936Z | Downloaded zerocopy-derive v0.8.40 |
| 1231 | 2026-05-28T05:46:04.939Z | Downloaded zip v4.6.1 |
| 1232 | 2026-05-28T05:46:04.942Z | Downloaded unicode-normalization v0.1.25 |
| 1233 | 2026-05-28T05:46:04.948Z | Downloaded tower v0.5.3 |
| 1234 | 2026-05-28T05:46:04.951Z | Downloaded rustls-webpki v0.102.8 |
| 1235 | 2026-05-28T05:46:04.961Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-05-28T05:46:04.965Z | Downloaded serde_with v3.17.0 |
| 1237 | 2026-05-28T05:46:04.974Z | Downloaded unicode-segmentation v1.12.0 |
| 1238 | 2026-05-28T05:46:04.976Z | Downloaded nix v0.27.1 |
| 1239 | 2026-05-28T05:46:04.981Z | Downloaded reqwest v0.12.28 |
| 1240 | 2026-05-28T05:46:04.985Z | Downloaded regex v1.12.3 |
| 1241 | 2026-05-28T05:46:04.988Z | Downloaded x509-cert v0.2.5 |
| 1242 | 2026-05-28T05:46:04.993Z | Downloaded winnow v0.5.40 |
| 1243 | 2026-05-28T05:46:04.999Z | Downloaded radix_trie v0.2.1 |
| 1244 | 2026-05-28T05:46:05.004Z | Downloaded unicode_categories v0.1.1 |
| 1245 | 2026-05-28T05:46:05.004Z | Downloaded p384 v0.13.1 |
| 1246 | 2026-05-28T05:46:05.007Z | Downloaded goblin v0.10.5 |
| 1247 | 2026-05-28T05:46:05.013Z | Downloaded tower-http v0.6.8 |
| 1248 | 2026-05-28T05:46:05.035Z | Downloaded bstr v1.12.1 |
| 1249 | 2026-05-28T05:46:05.041Z | Downloaded tabled v0.20.0 |
| 1250 | 2026-05-28T05:46:05.053Z | Downloaded tough v0.22.0 |
| 1251 | 2026-05-28T05:46:05.058Z | Downloaded object v0.30.4 |
| 1252 | 2026-05-28T05:46:05.065Z | Downloaded proptest v1.10.0 |
| 1253 | 2026-05-28T05:46:05.072Z | Downloaded petname v2.0.2 |
| 1254 | 2026-05-28T05:46:05.075Z | Downloaded smoltcp v0.9.1 |
| 1255 | 2026-05-28T05:46:05.081Z | Downloaded winnow v0.6.26 |
| 1256 | 2026-05-28T05:46:05.088Z | Downloaded hickory-proto v0.24.4 |
| 1257 | 2026-05-28T05:46:05.095Z | Downloaded curve25519-dalek v4.1.3 |
| 1258 | 2026-05-28T05:46:05.101Z | Downloaded quinn-proto v0.11.13 |
| 1259 | 2026-05-28T05:46:05.115Z | Downloaded zerocopy v0.8.40 |
| 1260 | 2026-05-28T05:46:05.121Z | Downloaded hickory-proto v0.25.2 |
| 1261 | 2026-05-28T05:46:05.131Z | Downloaded regress v0.11.1 |
| 1262 | 2026-05-28T05:46:05.136Z | Downloaded polar-core v0.27.3 |
| 1263 | 2026-05-28T05:46:05.146Z | Downloaded nix v0.28.0 |
| 1264 | 2026-05-28T05:46:05.152Z | Downloaded time v0.3.47 |
| 1265 | 2026-05-28T05:46:05.159Z | Downloaded regex-syntax v0.6.29 |
| 1266 | 2026-05-28T05:46:05.162Z | Downloaded rustls v0.23.37 |
| 1267 | 2026-05-28T05:46:05.171Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-05-28T05:46:05.175Z | Downloaded rustls v0.21.12 |
| 1269 | 2026-05-28T05:46:05.181Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-05-28T05:46:05.185Z | Downloaded vcpkg v0.2.15 |
| 1271 | 2026-05-28T05:46:05.205Z | Downloaded webpki-roots v1.0.6 |
| 1272 | 2026-05-28T05:46:05.208Z | Downloaded object v0.37.3 |
| 1273 | 2026-05-28T05:46:05.214Z | Downloaded nix v0.31.2 |
| 1274 | 2026-05-28T05:46:05.220Z | Downloaded nix v0.29.0 |
| 1275 | 2026-05-28T05:46:05.226Z | Downloaded regress v0.10.5 |
| 1276 | 2026-05-28T05:46:05.232Z | Downloaded diesel v2.3.7 |
| 1277 | 2026-05-28T05:46:05.243Z | Downloaded smoltcp v0.11.0 |
| 1278 | 2026-05-28T05:46:05.251Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-05-28T05:46:05.257Z | Downloaded dropshot v0.16.7 |
| 1280 | 2026-05-28T05:46:05.268Z | Downloaded tracing v0.1.44 |
| 1281 | 2026-05-28T05:46:05.283Z | Downloaded sled v0.34.7 |
| 1282 | 2026-05-28T05:46:05.287Z | Downloaded rustls v0.22.4 |
| 1283 | 2026-05-28T05:46:05.293Z | Downloaded ratatui v0.29.0 |
| 1284 | 2026-05-28T05:46:05.304Z | Downloaded typify-impl v0.4.3 |
| 1285 | 2026-05-28T05:46:05.313Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1286 | 2026-05-28T05:46:05.320Z | Downloaded rustix v0.38.44 |
| 1287 | 2026-05-28T05:46:05.332Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-05-28T05:46:05.337Z | Downloaded sqlparser v0.61.0 |
| 1289 | 2026-05-28T05:46:05.358Z | Downloaded typify-impl v0.6.2 |
| 1290 | 2026-05-28T05:46:05.369Z | Downloaded petgraph v0.6.5 |
| 1291 | 2026-05-28T05:46:05.377Z | Downloaded chrono-tz v0.10.4 |
| 1292 | 2026-05-28T05:46:05.400Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-05-28T05:46:05.404Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-28T05:46:05.412Z | Downloaded libz-sys v1.1.24 |
| 1295 | 2026-05-28T05:46:05.437Z | Downloaded petgraph v0.8.3 |
| 1296 | 2026-05-28T05:46:05.441Z | Downloaded sha3 v0.10.8 |
| 1297 | 2026-05-28T05:46:05.441Z | Downloaded tokio v1.52.1 |
| 1298 | 2026-05-28T05:46:05.463Z | Downloaded jiff v0.2.21 |
| 1299 | 2026-05-28T05:46:05.489Z | Downloaded csv v1.4.0 |
| 1300 | 2026-05-28T05:46:05.499Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-05-28T05:46:05.536Z | Downloaded ring v0.17.14 |
| 1302 | 2026-05-28T05:46:05.560Z | Downloaded encoding_rs v0.8.35 |
| 1303 | 2026-05-28T05:46:05.602Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1304 | 2026-05-28T05:46:06.046Z | Downloaded aws-lc-sys v0.40.0 |
| 1305 | 2026-05-28T05:46:06.286Z | Compiling libc v0.2.185 |
| 1306 | 2026-05-28T05:46:06.286Z | Compiling serde v1.0.228 |
| 1307 | 2026-05-28T05:46:06.289Z | Compiling log v0.4.29 |
| 1308 | 2026-05-28T05:46:06.289Z | Compiling shlex v1.3.0 |
| 1309 | 2026-05-28T05:46:06.289Z | Compiling find-msvc-tools v0.1.9 |
| 1310 | 2026-05-28T05:46:06.429Z | Compiling smallvec v1.15.1 |
| 1311 | 2026-05-28T05:46:06.440Z | Compiling syn v2.0.117 |
| 1312 | 2026-05-28T05:46:06.450Z | Compiling typenum v1.19.0 |
| 1313 | 2026-05-28T05:46:06.635Z | Compiling generic-array v0.14.7 |
| 1314 | 2026-05-28T05:46:06.638Z | Compiling subtle v2.6.1 |
| 1315 | 2026-05-28T05:46:06.664Z | Compiling scopeguard v1.2.0 |
| 1316 | 2026-05-28T05:46:06.756Z | Compiling lock_api v0.4.14 |
| 1317 | 2026-05-28T05:46:06.769Z | Compiling const-oid v0.9.6 |
| 1318 | 2026-05-28T05:46:06.773Z | Compiling serde_json v1.0.149 |
| 1319 | 2026-05-28T05:46:06.839Z | Compiling zerocopy v0.8.40 |
| 1320 | 2026-05-28T05:46:06.877Z | Compiling pin-project-lite v0.2.17 |
| 1321 | 2026-05-28T05:46:06.980Z | Compiling portable-atomic v1.13.1 |
| 1322 | 2026-05-28T05:46:06.994Z | Compiling parking_lot_core v0.9.12 |
| 1323 | 2026-05-28T05:46:07.260Z | Compiling pkg-config v0.3.32 |
| 1324 | 2026-05-28T05:46:07.293Z | Compiling getrandom v0.2.17 |
| 1325 | 2026-05-28T05:46:07.349Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-05-28T05:46:07.436Z | Compiling rand_core v0.6.4 |
| 1327 | 2026-05-28T05:46:07.441Z | Compiling errno v0.3.14 |
| 1328 | 2026-05-28T05:46:07.559Z | Compiling cc v1.2.56 |
| 1329 | 2026-05-28T05:46:07.705Z | Compiling signal-hook-registry v1.4.8 |
| 1330 | 2026-05-28T05:46:07.741Z | Compiling bitflags v2.11.0 |
| 1331 | 2026-05-28T05:46:07.820Z | Compiling critical-section v1.2.0 |
| 1332 | 2026-05-28T05:46:07.833Z | Compiling libm v0.2.16 |
| 1333 | 2026-05-28T05:46:07.943Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-05-28T05:46:07.986Z | Compiling parking_lot v0.12.5 |
| 1335 | 2026-05-28T05:46:08.021Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-28T05:46:08.103Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-28T05:46:08.119Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-05-28T05:46:08.163Z | Compiling percent-encoding v2.3.2 |
| 1339 | 2026-05-28T05:46:08.317Z | Compiling socket2 v0.6.3 |
| 1340 | 2026-05-28T05:46:08.352Z | Compiling futures-sink v0.3.32 |
| 1341 | 2026-05-28T05:46:08.366Z | Compiling slab v0.4.12 |
| 1342 | 2026-05-28T05:46:08.455Z | Compiling futures-channel v0.3.32 |
| 1343 | 2026-05-28T05:46:08.469Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-05-28T05:46:08.481Z | Compiling futures-task v0.3.32 |
| 1345 | 2026-05-28T05:46:08.540Z | Compiling getrandom v0.4.1 |
| 1346 | 2026-05-28T05:46:08.619Z | Compiling cpufeatures v0.2.17 |
| 1347 | 2026-05-28T05:46:08.657Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-05-28T05:46:08.680Z | Compiling indexmap v2.14.0 |
| 1349 | 2026-05-28T05:46:08.695Z | Compiling getrandom v0.3.4 |
| 1350 | 2026-05-28T05:46:08.725Z | Compiling rustversion v1.0.22 |
| 1351 | 2026-05-28T05:46:08.826Z | Compiling cmake v0.1.57 |
| 1352 | 2026-05-28T05:46:09.141Z | Compiling form_urlencoded v1.2.2 |
| 1353 | 2026-05-28T05:46:09.172Z | Compiling dunce v1.0.5 |
| 1354 | 2026-05-28T05:46:09.228Z | Compiling fs_extra v1.3.0 |
| 1355 | 2026-05-28T05:46:09.298Z | Compiling synstructure v0.13.2 |
| 1356 | 2026-05-28T05:46:09.311Z | Compiling base64ct v1.8.3 |
| 1357 | 2026-05-28T05:46:09.324Z | Compiling ident_case v1.0.1 |
| 1358 | 2026-05-28T05:46:09.455Z | Compiling iana-time-zone v0.1.65 |
| 1359 | 2026-05-28T05:46:09.510Z | Compiling aws-lc-sys v0.40.0 |
| 1360 | 2026-05-28T05:46:09.608Z | Compiling pem-rfc7468 v0.7.0 |
| 1361 | 2026-05-28T05:46:09.654Z | Compiling regex-syntax v0.8.10 |
| 1362 | 2026-05-28T05:46:09.676Z | Compiling rustix v1.1.3 |
| 1363 | 2026-05-28T05:46:09.704Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-28T05:46:09.836Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-05-28T05:46:09.850Z | Compiling ring v0.17.14 |
| 1366 | 2026-05-28T05:46:09.908Z | Compiling aws-lc-rs v1.16.3 |
| 1367 | 2026-05-28T05:46:09.912Z | Compiling vcpkg v0.2.15 |
| 1368 | 2026-05-28T05:46:10.103Z | Compiling uuid v1.23.0 |
| 1369 | 2026-05-28T05:46:10.189Z | Compiling rustc_version v0.4.1 |
| 1370 | 2026-05-28T05:46:10.508Z | Compiling tracing-core v0.1.36 |
| 1371 | 2026-05-28T05:46:10.636Z | Compiling openssl-sys v0.9.115 |
| 1372 | 2026-05-28T05:46:10.791Z | Compiling base64 v0.22.1 |
| 1373 | 2026-05-28T05:46:11.021Z | Compiling serde_derive v1.0.228 |
| 1374 | 2026-05-28T05:46:11.078Z | Compiling zeroize_derive v1.4.3 |
| 1375 | 2026-05-28T05:46:11.160Z | Compiling zerofrom-derive v0.1.6 |
| 1376 | 2026-05-28T05:46:11.181Z | Compiling yoke-derive v0.8.1 |
| 1377 | 2026-05-28T05:46:11.415Z | Compiling zerovec-derive v0.11.2 |
| 1378 | 2026-05-28T05:46:11.725Z | Compiling zeroize v1.8.2 |
| 1379 | 2026-05-28T05:46:12.015Z | Compiling zerocopy-derive v0.8.40 |
| 1380 | 2026-05-28T05:46:12.338Z | Compiling displaydoc v0.2.5 |
| 1381 | 2026-05-28T05:46:12.485Z | Compiling crypto-common v0.1.7 |
| 1382 | 2026-05-28T05:46:12.531Z | Compiling block-buffer v0.10.4 |
| 1383 | 2026-05-28T05:46:12.554Z | Compiling zerofrom v0.1.6 |
| 1384 | 2026-05-28T05:46:12.634Z | Compiling tokio-macros v2.7.0 |
| 1385 | 2026-05-28T05:46:12.677Z | Compiling yoke v0.8.1 |
| 1386 | 2026-05-28T05:46:12.701Z | Compiling digest v0.10.7 |
| 1387 | 2026-05-28T05:46:12.861Z | Compiling zerovec v0.11.5 |
| 1388 | 2026-05-28T05:46:12.963Z | Compiling futures-macro v0.3.32 |
| 1389 | 2026-05-28T05:46:13.074Z | Compiling zerotrie v0.2.3 |
| 1390 | 2026-05-28T05:46:13.341Z | Compiling tinystr v0.8.2 |
| 1391 | 2026-05-28T05:46:13.354Z | Compiling potential_utf v0.1.4 |
| 1392 | 2026-05-28T05:46:13.370Z | Compiling hmac v0.12.1 |
| 1393 | 2026-05-28T05:46:13.509Z | Compiling icu_locale_core v2.1.1 |
| 1394 | 2026-05-28T05:46:13.523Z | Compiling icu_collections v2.1.1 |
| 1395 | 2026-05-28T05:46:13.535Z | Compiling block-padding v0.3.3 |
| 1396 | 2026-05-28T05:46:13.685Z | Compiling inout v0.1.4 |
| 1397 | 2026-05-28T05:46:13.725Z | Compiling futures-util v0.3.32 |
| 1398 | 2026-05-28T05:46:13.849Z | Compiling cipher v0.4.4 |
| 1399 | 2026-05-28T05:46:13.982Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-05-28T05:46:14.111Z | Compiling der_derive v0.7.3 |
| 1401 | 2026-05-28T05:46:14.375Z | Compiling bytes v1.11.1 |
| 1402 | 2026-05-28T05:46:14.449Z | Compiling icu_provider v2.1.1 |
| 1403 | 2026-05-28T05:46:14.735Z | Compiling icu_properties v2.1.2 |
| 1404 | 2026-05-28T05:46:14.797Z | Compiling icu_normalizer v2.1.1 |
| 1405 | 2026-05-28T05:46:14.985Z | Compiling tokio v1.52.1 |
| 1406 | 2026-05-28T05:46:15.053Z | Compiling der v0.7.10 |
| 1407 | 2026-05-28T05:46:15.341Z | Compiling http v1.4.0 |
| 1408 | 2026-05-28T05:46:15.341Z | Compiling chrono v0.4.44 |
| 1409 | 2026-05-28T05:46:15.814Z | Compiling idna_adapter v1.2.1 |
| 1410 | 2026-05-28T05:46:15.975Z | Compiling idna v1.1.0 |
| 1411 | 2026-05-28T05:46:16.012Z | Compiling spki v0.7.3 |
| 1412 | 2026-05-28T05:46:16.217Z | Compiling ppv-lite86 v0.2.21 |
| 1413 | 2026-05-28T05:46:16.250Z | Compiling salsa20 v0.10.2 |
| 1414 | 2026-05-28T05:46:16.271Z | Compiling pbkdf2 v0.12.2 |
| 1415 | 2026-05-28T05:46:16.387Z | Compiling url v2.5.8 |
| 1416 | 2026-05-28T05:46:16.390Z | Compiling rustls-pki-types v1.14.0 |
| 1417 | 2026-05-28T05:46:16.414Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-05-28T05:46:16.538Z | Compiling tracing-attributes v0.1.31 |
| 1419 | 2026-05-28T05:46:16.640Z | Compiling rand_chacha v0.9.0 |
| 1420 | 2026-05-28T05:46:16.768Z | Compiling scrypt v0.11.0 |
| 1421 | 2026-05-28T05:46:16.853Z | Compiling http-body v1.0.1 |
| 1422 | 2026-05-28T05:46:17.007Z | Compiling aes v0.8.4 |
| 1423 | 2026-05-28T05:46:17.023Z | Compiling cbc v0.1.2 |
| 1424 | 2026-05-28T05:46:17.184Z | Compiling untrusted v0.9.0 |
| 1425 | 2026-05-28T05:46:17.261Z | Compiling httparse v1.10.1 |
| 1426 | 2026-05-28T05:46:17.307Z | Compiling untrusted v0.7.1 |
| 1427 | 2026-05-28T05:46:17.336Z | Compiling openssl-probe v0.2.1 |
| 1428 | 2026-05-28T05:46:17.430Z | Compiling tinyvec_macros v0.1.1 |
| 1429 | 2026-05-28T05:46:17.499Z | Compiling tinyvec v1.10.0 |
| 1430 | 2026-05-28T05:46:17.512Z | Compiling pkcs5 v0.7.1 |
| 1431 | 2026-05-28T05:46:17.739Z | Compiling thiserror v2.0.18 |
| 1432 | 2026-05-28T05:46:17.831Z | Compiling pest_generator v2.8.6 |
| 1433 | 2026-05-28T05:46:17.834Z | Compiling tracing v0.1.44 |
| 1434 | 2026-05-28T05:46:17.859Z | Compiling rand v0.9.2 |
| 1435 | 2026-05-28T05:46:17.977Z | Compiling serde_derive_internals v0.29.1 |
| 1436 | 2026-05-28T05:46:18.045Z | Compiling aho-corasick v1.1.4 |
| 1437 | 2026-05-28T05:46:18.102Z | Compiling atomic-waker v1.1.2 |
| 1438 | 2026-05-28T05:46:18.224Z | Compiling try-lock v0.2.5 |
| 1439 | 2026-05-28T05:46:18.334Z | Compiling dyn-clone v1.0.20 |
| 1440 | 2026-05-28T05:46:18.471Z | Compiling tower-service v0.3.3 |
| 1441 | 2026-05-28T05:46:18.513Z | Compiling tower-layer v0.3.3 |
| 1442 | 2026-05-28T05:46:18.566Z | Compiling schemars v0.8.22 |
| 1443 | 2026-05-28T05:46:18.642Z | Compiling rustls v0.23.37 |
| 1444 | 2026-05-28T05:46:18.674Z | Compiling pest_derive v2.8.6 |
| 1445 | 2026-05-28T05:46:18.759Z | Compiling tokio-util v0.7.18 |
| 1446 | 2026-05-28T05:46:18.825Z | Compiling regex-automata v0.4.14 |
| 1447 | 2026-05-28T05:46:18.844Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-05-28T05:46:19.086Z | Compiling want v0.3.1 |
| 1449 | 2026-05-28T05:46:19.251Z | Compiling pkcs8 v0.10.2 |
| 1450 | 2026-05-28T05:46:19.552Z | Compiling h2 v0.4.13 |
| 1451 | 2026-05-28T05:46:19.651Z | Compiling ipnet v2.11.0 |
| 1452 | 2026-05-28T05:46:19.689Z | Compiling scroll_derive v0.13.1 |
| 1453 | 2026-05-28T05:46:19.760Z | Compiling darling_core v0.20.11 |
| 1454 | 2026-05-28T05:46:20.061Z | Compiling httpdate v1.0.3 |
| 1455 | 2026-05-28T05:46:20.136Z | Compiling pin-utils v0.1.0 |
| 1456 | 2026-05-28T05:46:20.212Z | Compiling openssl v0.10.79 |
| 1457 | 2026-05-28T05:46:20.277Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-05-28T05:46:20.365Z | Compiling foreign-types v0.3.2 |
| 1459 | 2026-05-28T05:46:20.437Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-05-28T05:46:20.469Z | Compiling scroll v0.13.0 |
| 1461 | 2026-05-28T05:46:20.660Z | Compiling unicode-normalization v0.1.25 |
| 1462 | 2026-05-28T05:46:20.797Z | Compiling openssl-macros v0.1.1 |
| 1463 | 2026-05-28T05:46:21.143Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1464 | 2026-05-28T05:46:21.186Z | Compiling spin v0.9.8 |
| 1465 | 2026-05-28T05:46:21.233Z | Compiling crc32fast v1.5.0 |
| 1466 | 2026-05-28T05:46:21.393Z | Compiling num-conv v0.2.0 |
| 1467 | 2026-05-28T05:46:21.498Z | Compiling native-tls v0.2.18 |
| 1468 | 2026-05-28T05:46:21.526Z | Compiling time-core v0.1.8 |
| 1469 | 2026-05-28T05:46:21.529Z | Compiling powerfmt v0.2.0 |
| 1470 | 2026-05-28T05:46:21.673Z | Compiling time-macros v0.2.27 |
| 1471 | 2026-05-28T05:46:21.715Z | Compiling deranged v0.5.8 |
| 1472 | 2026-05-28T05:46:22.055Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-28T05:46:22.511Z | Compiling hyper v1.8.1 |
| 1474 | 2026-05-28T05:46:22.675Z | Compiling darling v0.20.11 |
| 1475 | 2026-05-28T05:46:22.718Z | Compiling goblin v0.10.5 |
| 1476 | 2026-05-28T05:46:22.754Z | Compiling rustls-native-certs v0.8.3 |
| 1477 | 2026-05-28T05:46:22.898Z | Compiling sync_wrapper v1.0.2 |
| 1478 | 2026-05-28T05:46:23.005Z | Compiling wait-timeout v0.2.1 |
| 1479 | 2026-05-28T05:46:23.041Z | Compiling crossbeam-utils v0.8.21 |
| 1480 | 2026-05-28T05:46:23.262Z | Compiling siphasher v1.0.2 |
| 1481 | 2026-05-28T05:46:23.318Z | Compiling num_threads v0.1.7 |
| 1482 | 2026-05-28T05:46:23.414Z | Compiling quick-error v1.2.3 |
| 1483 | 2026-05-28T05:46:23.447Z | Compiling syn v1.0.109 |
| 1484 | 2026-05-28T05:46:23.466Z | Compiling bit-vec v0.8.0 |
| 1485 | 2026-05-28T05:46:23.515Z | Compiling simd-adler32 v0.3.8 |
| 1486 | 2026-05-28T05:46:23.694Z | Compiling hyper-util v0.1.20 |
| 1487 | 2026-05-28T05:46:23.734Z | Compiling usdt-impl v0.6.0 |
| 1488 | 2026-05-28T05:46:23.797Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-05-28T05:46:23.954Z | Compiling rusty-fork v0.3.1 |
| 1490 | 2026-05-28T05:46:23.967Z | Compiling time v0.3.47 |
| 1491 | 2026-05-28T05:46:24.278Z | Compiling tower v0.5.3 |
| 1492 | 2026-05-28T05:46:24.358Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-05-28T05:46:24.783Z | Compiling dtrace-parser v0.3.0 |
| 1494 | 2026-05-28T05:46:24.934Z | Compiling http-body-util v0.1.3 |
| 1495 | 2026-05-28T05:46:25.178Z | Compiling webpki-roots v1.0.6 |
| 1496 | 2026-05-28T05:46:25.213Z | Compiling signature v2.2.0 |
| 1497 | 2026-05-28T05:46:25.302Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-05-28T05:46:25.389Z | Compiling dof v0.4.0 |
| 1499 | 2026-05-28T05:46:25.404Z | Compiling thiserror-impl v1.0.69 |
| 1500 | 2026-05-28T05:46:25.484Z | Compiling heapless v0.7.17 |
| 1501 | 2026-05-28T05:46:25.522Z | Compiling rand_xorshift v0.4.0 |
| 1502 | 2026-05-28T05:46:25.685Z | Compiling slog v2.8.2 |
| 1503 | 2026-05-28T05:46:25.723Z | Compiling darling_core v0.21.3 |
| 1504 | 2026-05-28T05:46:25.863Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1505 | 2026-05-28T05:46:25.950Z | Compiling thread-id v5.1.0 |
| 1506 | 2026-05-28T05:46:26.078Z | Compiling cookie v0.18.1 |
| 1507 | 2026-05-28T05:46:26.168Z | Compiling zstd-safe v7.2.4 |
| 1508 | 2026-05-28T05:46:26.257Z | Compiling paste v1.0.15 |
| 1509 | 2026-05-28T05:46:26.361Z | Compiling allocator-api2 v0.2.21 |
| 1510 | 2026-05-28T05:46:26.521Z | Compiling anyhow v1.0.102 |
| 1511 | 2026-05-28T05:46:26.590Z | Compiling signal-hook v0.3.18 |
| 1512 | 2026-05-28T05:46:26.672Z | Compiling unicode-properties v0.1.4 |
| 1513 | 2026-05-28T05:46:26.687Z | Compiling iri-string v0.7.10 |
| 1514 | 2026-05-28T05:46:26.759Z | Compiling unarray v0.1.4 |
| 1515 | 2026-05-28T05:46:26.822Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-05-28T05:46:26.867Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-05-28T05:46:26.881Z | Compiling ryu v1.0.23 |
| 1518 | 2026-05-28T05:46:26.884Z | Compiling proptest v1.10.0 |
| 1519 | 2026-05-28T05:46:26.993Z | Compiling miniz_oxide v0.8.9 |
| 1520 | 2026-05-28T05:46:27.055Z | Compiling serde_urlencoded v0.7.1 |
| 1521 | 2026-05-28T05:46:27.301Z | Compiling stringprep v0.1.5 |
| 1522 | 2026-05-28T05:46:27.584Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-05-28T05:46:27.733Z | Compiling scroll v0.12.0 |
| 1524 | 2026-05-28T05:46:27.988Z | Compiling tower-http v0.6.8 |
| 1525 | 2026-05-28T05:46:28.215Z | Compiling derive_builder_macro v0.20.2 |
| 1526 | 2026-05-28T05:46:28.249Z | Compiling darling_macro v0.21.3 |
| 1527 | 2026-05-28T05:46:28.345Z | Compiling tokio-native-tls v0.3.1 |
| 1528 | 2026-05-28T05:46:28.427Z | Compiling ipnetwork v0.21.1 |
| 1529 | 2026-05-28T05:46:28.508Z | Compiling bstr v1.12.1 |
| 1530 | 2026-05-28T05:46:28.651Z | Compiling rand_chacha v0.3.1 |
| 1531 | 2026-05-28T05:46:28.720Z | Compiling serde_tokenstream v0.2.3 |
| 1532 | 2026-05-28T05:46:28.760Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-05-28T05:46:28.815Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-05-28T05:46:28.898Z | Compiling erased-serde v0.3.31 |
| 1535 | 2026-05-28T05:46:29.029Z | Compiling md-5 v0.10.6 |
| 1536 | 2026-05-28T05:46:29.069Z | Compiling zerocopy-derive v0.7.35 |
| 1537 | 2026-05-28T05:46:29.143Z | Compiling pin-project-internal v1.1.11 |
| 1538 | 2026-05-28T05:46:29.193Z | Compiling async-trait v0.1.89 |
| 1539 | 2026-05-28T05:46:29.379Z | Compiling curve25519-dalek v4.1.3 |
| 1540 | 2026-05-28T05:46:29.439Z | Compiling vergen-lib v0.1.6 |
| 1541 | 2026-05-28T05:46:29.618Z | Compiling num-integer v0.1.46 |
| 1542 | 2026-05-28T05:46:29.707Z | Compiling hash32 v0.2.1 |
| 1543 | 2026-05-28T05:46:29.899Z | Compiling ff v0.13.1 |
| 1544 | 2026-05-28T05:46:29.928Z | Compiling memoffset v0.9.1 |
| 1545 | 2026-05-28T05:46:29.941Z | Compiling fallible-iterator v0.2.0 |
| 1546 | 2026-05-28T05:46:30.032Z | Compiling cfg_aliases v0.2.1 |
| 1547 | 2026-05-28T05:46:30.109Z | Compiling litrs v1.0.0 |
| 1548 | 2026-05-28T05:46:30.123Z | Compiling ref-cast v1.0.25 |
| 1549 | 2026-05-28T05:46:30.197Z | Compiling num-bigint-dig v0.8.6 |
| 1550 | 2026-05-28T05:46:30.234Z | Compiling base16ct v0.2.0 |
| 1551 | 2026-05-28T05:46:30.248Z | Compiling smoltcp v0.9.1 |
| 1552 | 2026-05-28T05:46:30.380Z | Compiling zlib-rs v0.6.2 |
| 1553 | 2026-05-28T05:46:30.412Z | Compiling psl-types v2.0.11 |
| 1554 | 2026-05-28T05:46:30.425Z | Compiling rustix v0.38.44 |
| 1555 | 2026-05-28T05:46:30.537Z | Compiling publicsuffix v2.3.0 |
| 1556 | 2026-05-28T05:46:30.611Z | Compiling document-features v0.2.12 |
| 1557 | 2026-05-28T05:46:30.658Z | Compiling sec1 v0.7.3 |
| 1558 | 2026-05-28T05:46:30.710Z | Compiling pin-project v1.1.11 |
| 1559 | 2026-05-28T05:46:30.809Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-05-28T05:46:30.931Z | Compiling nix v0.31.2 |
| 1561 | 2026-05-28T05:46:30.979Z | Compiling group v0.13.0 |
| 1562 | 2026-05-28T05:46:31.204Z | Compiling zerocopy v0.7.35 |
| 1563 | 2026-05-28T05:46:31.346Z | Compiling num-iter v0.1.45 |
| 1564 | 2026-05-28T05:46:31.485Z | Compiling newtype-uuid v1.3.2 |
| 1565 | 2026-05-28T05:46:31.733Z | Compiling rand v0.8.6 |
| 1566 | 2026-05-28T05:46:31.761Z | Compiling darling v0.21.3 |
| 1567 | 2026-05-28T05:46:31.821Z | Compiling derive_builder v0.20.2 |
| 1568 | 2026-05-28T05:46:31.836Z | Compiling oxnet v0.1.4 |
| 1569 | 2026-05-28T05:46:31.873Z | Compiling hyper-tls v0.6.0 |
| 1570 | 2026-05-28T05:46:32.092Z | Compiling goblin v0.8.2 |
| 1571 | 2026-05-28T05:46:32.202Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2026-05-28T05:46:32.750Z | Compiling phf_shared v0.13.1 |
| 1573 | 2026-05-28T05:46:32.784Z | Compiling lazy_static v1.5.0 |
| 1574 | 2026-05-28T05:46:32.854Z | Compiling regex v1.12.3 |
| 1575 | 2026-05-28T05:46:32.869Z | Compiling futures-executor v0.3.32 |
| 1576 | 2026-05-28T05:46:32.979Z | Compiling hex v0.4.3 |
| 1577 | 2026-05-28T05:46:32.983Z | Compiling cargo-platform v0.1.9 |
| 1578 | 2026-05-28T05:46:33.119Z | Compiling hkdf v0.12.4 |
| 1579 | 2026-05-28T05:46:33.239Z | Compiling crypto-bigint v0.5.5 |
| 1580 | 2026-05-28T05:46:33.239Z | Compiling terminal_size v0.4.3 |
| 1581 | 2026-05-28T05:46:33.267Z | Compiling ref-cast-impl v1.0.25 |
| 1582 | 2026-05-28T05:46:33.282Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-05-28T05:46:33.383Z | Compiling daft-derive v0.1.7 |
| 1584 | 2026-05-28T05:46:33.649Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1585 | 2026-05-28T05:46:33.684Z | Compiling snafu-derive v0.8.9 |
| 1586 | 2026-05-28T05:46:33.789Z | Compiling strum_macros v0.27.2 |
| 1587 | 2026-05-28T05:46:34.103Z | Compiling vergen v9.0.6 |
| 1588 | 2026-05-28T05:46:34.278Z | Compiling fs-err v3.3.0 |
| 1589 | 2026-05-28T05:46:34.281Z | Compiling ahash v0.8.12 |
| 1590 | 2026-05-28T05:46:34.466Z | Compiling encoding_rs v0.8.35 |
| 1591 | 2026-05-28T05:46:34.491Z | Compiling bumpalo v3.20.2 |
| 1592 | 2026-05-28T05:46:34.746Z | Compiling managed v0.8.0 |
| 1593 | 2026-05-28T05:46:34.979Z | Compiling same-file v1.0.6 |
| 1594 | 2026-05-28T05:46:35.144Z | Compiling object v0.37.3 |
| 1595 | 2026-05-28T05:46:35.351Z | Compiling winnow v0.5.40 |
| 1596 | 2026-05-28T05:46:35.409Z | Compiling foldhash v0.2.0 |
| 1597 | 2026-05-28T05:46:35.523Z | Compiling bitflags v1.3.2 |
| 1598 | 2026-05-28T05:46:35.573Z | Compiling foldhash v0.1.5 |
| 1599 | 2026-05-28T05:46:35.599Z | Compiling unicode-segmentation v1.12.0 |
| 1600 | 2026-05-28T05:46:35.628Z | Compiling mime v0.3.17 |
| 1601 | 2026-05-28T05:46:35.734Z | Compiling libbz2-rs-sys v0.2.2 |
| 1602 | 2026-05-28T05:46:35.749Z | Compiling clap_builder v4.5.60 |
| 1603 | 2026-05-28T05:46:35.882Z | Compiling strum v0.27.2 |
| 1604 | 2026-05-28T05:46:35.971Z | Compiling hashbrown v0.15.5 |
| 1605 | 2026-05-28T05:46:36.060Z | Compiling snafu v0.8.9 |
| 1606 | 2026-05-28T05:46:36.416Z | Compiling bzip2 v0.6.1 |
| 1607 | 2026-05-28T05:46:36.472Z | Compiling hashbrown v0.16.1 |
| 1608 | 2026-05-28T05:46:36.600Z | Compiling walkdir v2.5.0 |
| 1609 | 2026-05-28T05:46:36.623Z | Compiling zopfli v0.8.3 |
| 1610 | 2026-05-28T05:46:36.783Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-05-28T05:46:36.988Z | Compiling dof v0.3.0 |
| 1612 | 2026-05-28T05:46:37.068Z | Compiling elliptic-curve v0.13.8 |
| 1613 | 2026-05-28T05:46:37.290Z | Compiling daft v0.1.7 |
| 1614 | 2026-05-28T05:46:37.563Z | Compiling cargo_metadata v0.19.2 |
| 1615 | 2026-05-28T05:46:37.577Z | Compiling futures v0.3.32 |
| 1616 | 2026-05-28T05:46:37.660Z | Compiling phf v0.13.1 |
| 1617 | 2026-05-28T05:46:37.819Z | Compiling signal-hook-mio v0.2.5 |
| 1618 | 2026-05-28T05:46:37.935Z | Compiling hubpack v0.1.2 |
| 1619 | 2026-05-28T05:46:38.047Z | Compiling cookie_store v0.22.1 |
| 1620 | 2026-05-28T05:46:38.151Z | Compiling zstd v0.13.3 |
| 1621 | 2026-05-28T05:46:38.409Z | Compiling bzip2 v0.4.4 |
| 1622 | 2026-05-28T05:46:38.621Z | Compiling serde_with_macros v3.17.0 |
| 1623 | 2026-05-28T05:46:38.699Z | Compiling postgres-types v0.2.12 |
| 1624 | 2026-05-28T05:46:38.882Z | Compiling usdt-attr-macro v0.6.0 |
| 1625 | 2026-05-28T05:46:39.252Z | Compiling usdt-macro v0.6.0 |
| 1626 | 2026-05-28T05:46:39.387Z | Compiling globset v0.4.18 |
| 1627 | 2026-05-28T05:46:39.663Z | Compiling dtrace-parser v0.2.0 |
| 1628 | 2026-05-28T05:46:39.736Z | Compiling ed25519 v2.2.3 |
| 1629 | 2026-05-28T05:46:39.916Z | Compiling phf_shared v0.11.3 |
| 1630 | 2026-05-28T05:46:39.943Z | Compiling olpc-cjson v0.1.4 |
| 1631 | 2026-05-28T05:46:39.970Z | Compiling pkcs1 v0.7.5 |
| 1632 | 2026-05-28T05:46:40.057Z | Compiling serde_plain v1.0.2 |
| 1633 | 2026-05-28T05:46:40.092Z | Compiling serde-big-array v0.5.1 |
| 1634 | 2026-05-28T05:46:40.095Z | Compiling rfc6979 v0.4.0 |
| 1635 | 2026-05-28T05:46:40.227Z | Compiling pem v3.0.6 |
| 1636 | 2026-05-28T05:46:40.244Z | Compiling strum_macros v0.26.4 |
| 1637 | 2026-05-28T05:46:40.254Z | Compiling clap_derive v4.5.55 |
| 1638 | 2026-05-28T05:46:40.365Z | Compiling serde_repr v0.1.20 |
| 1639 | 2026-05-28T05:46:40.397Z | Compiling async-recursion v1.1.1 |
| 1640 | 2026-05-28T05:46:40.548Z | Compiling enum-as-inner v0.6.1 |
| 1641 | 2026-05-28T05:46:40.629Z | Compiling float-cmp v0.10.0 |
| 1642 | 2026-05-28T05:46:40.779Z | Compiling memmap2 v0.9.10 |
| 1643 | 2026-05-28T05:46:40.888Z | Compiling thread-id v4.2.2 |
| 1644 | 2026-05-28T05:46:41.011Z | Compiling env_filter v1.0.0 |
| 1645 | 2026-05-28T05:46:41.033Z | Compiling normalize-line-endings v0.3.0 |
| 1646 | 2026-05-28T05:46:41.049Z | Compiling typed-path v0.9.3 |
| 1647 | 2026-05-28T05:46:41.084Z | Compiling precomputed-hash v0.1.1 |
| 1648 | 2026-05-28T05:46:41.132Z | Compiling keccak v0.1.6 |
| 1649 | 2026-05-28T05:46:41.175Z | Compiling either v1.15.0 |
| 1650 | 2026-05-28T05:46:41.311Z | Compiling data-encoding v2.10.0 |
| 1651 | 2026-05-28T05:46:41.386Z | Compiling new_debug_unreachable v1.0.6 |
| 1652 | 2026-05-28T05:46:41.462Z | Compiling difflib v0.4.0 |
| 1653 | 2026-05-28T05:46:41.952Z | Compiling fixedbitset v0.5.7 |
| 1654 | 2026-05-28T05:46:42.004Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-05-28T05:46:42.018Z | Compiling static_assertions v1.1.0 |
| 1656 | 2026-05-28T05:46:42.022Z | Compiling jiff v0.2.21 |
| 1657 | 2026-05-28T05:46:42.044Z | Compiling whoami v2.1.0 |
| 1658 | 2026-05-28T05:46:42.089Z | Compiling fixedbitset v0.4.2 |
| 1659 | 2026-05-28T05:46:42.173Z | Compiling petgraph v0.8.3 |
| 1660 | 2026-05-28T05:46:42.245Z | Compiling tokio-postgres v0.7.16 |
| 1661 | 2026-05-28T05:46:42.261Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-05-28T05:46:42.300Z | Compiling predicates v3.1.4 |
| 1663 | 2026-05-28T05:46:42.404Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1664 | 2026-05-28T05:46:42.944Z | Compiling clap v4.5.60 |
| 1665 | 2026-05-28T05:46:43.031Z | Compiling strum v0.26.3 |
| 1666 | 2026-05-28T05:46:43.166Z | Compiling hickory-proto v0.25.2 |
| 1667 | 2026-05-28T05:46:43.360Z | Compiling string_cache v0.8.9 |
| 1668 | 2026-05-28T05:46:43.580Z | Compiling itertools v0.13.0 |
| 1669 | 2026-05-28T05:46:43.711Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-05-28T05:46:44.069Z | Compiling env_logger v0.11.9 |
| 1671 | 2026-05-28T05:46:44.173Z | Compiling toml_edit v0.22.27 |
| 1672 | 2026-05-28T05:46:44.421Z | Compiling usdt-impl v0.5.0 |
| 1673 | 2026-05-28T05:46:44.424Z | Compiling usdt v0.6.0 |
| 1674 | 2026-05-28T05:46:44.695Z | Compiling zip v4.6.1 |
| 1675 | 2026-05-28T05:46:44.805Z | Compiling ecdsa v0.16.9 |
| 1676 | 2026-05-28T05:46:45.004Z | Compiling rsa v0.9.10 |
| 1677 | 2026-05-28T05:46:45.181Z | Compiling ed25519-dalek v2.2.0 |
| 1678 | 2026-05-28T05:46:45.195Z | Compiling serde_with v3.17.0 |
| 1679 | 2026-05-28T05:46:45.635Z | Compiling crossterm v0.28.1 |
| 1680 | 2026-05-28T05:46:46.179Z | Compiling zip v0.6.6 |
| 1681 | 2026-05-28T05:46:46.920Z | Compiling toml v0.7.8 |
| 1682 | 2026-05-28T05:46:46.954Z | Compiling iddqd v0.4.1 |
| 1683 | 2026-05-28T05:46:47.381Z | Compiling heck v0.4.1 |
| 1684 | 2026-05-28T05:46:47.422Z | Compiling similar v2.7.0 |
| 1685 | 2026-05-28T05:46:47.518Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1686 | 2026-05-28T05:46:47.606Z | Compiling crossbeam-epoch v0.9.18 |
| 1687 | 2026-05-28T05:46:47.879Z | Compiling tokio-stream v0.1.18 |
| 1688 | 2026-05-28T05:46:47.932Z | Compiling buf-list v1.1.2 |
| 1689 | 2026-05-28T05:46:48.152Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1690 | 2026-05-28T05:46:48.169Z | Compiling x509-cert v0.2.5 |
| 1691 | 2026-05-28T05:46:48.224Z | Compiling openapiv3 v2.2.0 |
| 1692 | 2026-05-28T05:46:48.297Z | Compiling sha1 v0.10.6 |
| 1693 | 2026-05-28T05:46:48.337Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1694 | 2026-05-28T05:46:48.365Z | Compiling peg-runtime v0.8.5 |
| 1695 | 2026-05-28T05:46:48.450Z | Compiling lalrpop-util v0.19.12 |
| 1696 | 2026-05-28T05:46:48.532Z | Compiling thread_local v1.1.9 |
| 1697 | 2026-05-28T05:46:48.615Z | Compiling slog-async v2.8.0 |
| 1698 | 2026-05-28T05:46:48.631Z | Compiling crossbeam-channel v0.5.15 |
| 1699 | 2026-05-28T05:46:48.654Z | Compiling is-terminal v0.4.17 |
| 1700 | 2026-05-28T05:46:48.735Z | Compiling filetime v0.2.27 |
| 1701 | 2026-05-28T05:46:48.773Z | Compiling take_mut v0.2.2 |
| 1702 | 2026-05-28T05:46:48.872Z | Compiling xattr v1.6.1 |
| 1703 | 2026-05-28T05:46:48.910Z | Compiling term v1.2.1 |
| 1704 | 2026-05-28T05:46:49.035Z | Compiling tar v0.4.45 |
| 1705 | 2026-05-28T05:46:49.475Z | Compiling slog-term v2.9.2 |
| 1706 | 2026-05-28T05:46:59.304Z | Compiling rustls-webpki v0.103.9 |
| 1707 | 2026-05-28T05:47:02.112Z | Compiling tokio-rustls v0.26.4 |
| 1708 | 2026-05-28T05:47:02.112Z | Compiling rustls-platform-verifier v0.6.2 |
| 1709 | 2026-05-28T05:47:02.310Z | Compiling hyper-rustls v0.27.7 |
| 1710 | 2026-05-28T05:47:02.512Z | Compiling reqwest v0.12.28 |
| 1711 | 2026-05-28T05:47:02.512Z | Compiling reqwest v0.13.2 |
| 1712 | 2026-05-28T05:47:03.770Z | Compiling tough v0.22.0 |
| 1713 | 2026-05-28T05:47:06.381Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1714 | 2026-05-28T05:47:06.562Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1715 | 2026-05-28T05:47:09.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1716 | 2026-05-28T05:47:09.502Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1717 | 2026-05-28T05:47:09.561Z | May 28 05:47:07.921 INFO Starting download, target: Console |
| 1718 | 2026-05-28T05:47:09.561Z | May 28 05:47:07.922 INFO Starting download, target: MaghemiteMgd |
| 1719 | 2026-05-28T05:47:09.561Z | May 28 05:47:07.922 INFO Starting download, target: Cockroach |
| 1720 | 2026-05-28T05:47:09.561Z | May 28 05:47:07.922 INFO Starting download, target: Clickhouse |
| 1721 | 2026-05-28T05:47:09.586Z | May 28 05:47:07.922 INFO Starting download, target: DendriteStub |
| 1722 | 2026-05-28T05:47:09.587Z | May 28 05:47:07.922 INFO Starting download, target: TransceiverControl |
| 1723 | 2026-05-28T05:47:09.587Z | May 28 05:47:07.922 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1724 | 2026-05-28T05:47:09.587Z | May 28 05:47:07.922 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1725 | 2026-05-28T05:47:09.587Z | May 28 05:47:07.922 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1726 | 2026-05-28T05:47:09.587Z | May 28 05:47:07.922 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1727 | 2026-05-28T05:47:09.587Z | May 28 05:47:07.922 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1728 | 2026-05-28T05:47:09.587Z | May 28 05:47:07.922 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1729 | 2026-05-28T05:47:10.687Z | May 28 05:47:09.056 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1730 | 2026-05-28T05:47:10.749Z | May 28 05:47:09.089 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1731 | 2026-05-28T05:47:10.952Z | May 28 05:47:09.283 INFO Download complete, target: Console |
| 1732 | 2026-05-28T05:47:10.997Z | May 28 05:47:09.294 INFO Download complete, target: TransceiverControl |
| 1733 | 2026-05-28T05:47:11.367Z | May 28 05:47:09.722 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1734 | 2026-05-28T05:47:12.171Z | May 28 05:47:10.541 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1735 | 2026-05-28T05:47:12.967Z | May 28 05:47:11.341 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1736 | 2026-05-28T05:47:13.494Z | May 28 05:47:11.871 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1737 | 2026-05-28T05:47:13.494Z | May 28 05:47:11.871 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1738 | 2026-05-28T05:47:14.501Z | May 28 05:47:12.878 INFO Download complete, target: DendriteStub |
| 1739 | 2026-05-28T05:47:15.456Z | May 28 05:47:13.815 INFO Download complete, target: MaghemiteMgd |
| 1740 | 2026-05-28T05:47:18.077Z | May 28 05:47:16.455 INFO Checking that binary works, target: Cockroach |
| 1741 | 2026-05-28T05:47:18.109Z | May 28 05:47:16.480 INFO Checking that binary works, target: Clickhouse |
| 1742 | 2026-05-28T05:47:18.240Z | May 28 05:47:16.617 INFO Download complete, target: Clickhouse |
| 1743 | 2026-05-28T05:47:18.247Z | May 28 05:47:16.625 INFO Download complete, target: Cockroach |
| 1744 | 2026-05-28T05:47:18.264Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1745 | 2026-05-28T05:47:18.267Z | |
| 1746 | 2026-05-28T05:47:18.267Z | real 2:13.744320972 |
| 1747 | 2026-05-28T05:47:18.267Z | user 6:54.075711511 |
| 1748 | 2026-05-28T05:47:18.267Z | sys 1:22.289014400 |
| 1749 | 2026-05-28T05:47:18.267Z | trap 0.218312433 |
| 1750 | 2026-05-28T05:47:18.267Z | tflt 0.762435294 |
| 1751 | 2026-05-28T05:47:18.267Z | dflt 0.681445981 |
| 1752 | 2026-05-28T05:47:18.267Z | kflt 0.043865667 |
| 1753 | 2026-05-28T05:47:18.267Z | lock 21:29.469223561 |
| 1754 | 2026-05-28T05:47:18.267Z | slp 21:04.986189552 |
| 1755 | 2026-05-28T05:47:18.267Z | lat 40.898047763 |
| 1756 | 2026-05-28T05:47:18.267Z | stop 2:01.125905241 |
| 1757 | 2026-05-28T05:47:18.267Z | + banner clippy |
| 1758 | 2026-05-28T05:47:18.267Z | |
| 1759 | 2026-05-28T05:47:18.267Z | #### # # ##### ##### # # |
| 1760 | 2026-05-28T05:47:18.268Z | # # # # # # # # # # |
| 1761 | 2026-05-28T05:47:18.268Z | # # # # # # # # |
| 1762 | 2026-05-28T05:47:18.268Z | # # # ##### ##### # |
| 1763 | 2026-05-28T05:47:18.268Z | # # # # # # # |
| 1764 | 2026-05-28T05:47:18.268Z | #### ###### # # # # |
| 1765 | 2026-05-28T05:47:18.268Z | |
| 1766 | 2026-05-28T05:47:18.268Z | + export CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-28T05:47:18.268Z | + CARGO_INCREMENTAL=0 |
| 1768 | 2026-05-28T05:47:18.268Z | + ptime -m cargo xtask clippy |
| 1769 | 2026-05-28T05:47:18.797Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1770 | 2026-05-28T05:47:19.021Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1771 | 2026-05-28T05:47:20.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1772 | 2026-05-28T05:47:20.964Z | Running `target/debug/xtask clippy` |
| 1773 | 2026-05-28T05:47:20.990Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1774 | 2026-05-28T05:47:21.620Z | Downloading crates ... |
| 1775 | 2026-05-28T05:47:21.823Z | Downloaded async-lock v3.4.2 |
| 1776 | 2026-05-28T05:47:21.829Z | Downloaded backtrace-ext v0.2.1 |
| 1777 | 2026-05-28T05:47:21.835Z | Downloaded plotters-svg v0.3.7 |
| 1778 | 2026-05-28T05:47:21.839Z | Downloaded rstest v0.25.0 |
| 1779 | 2026-05-28T05:47:21.839Z | Downloaded target-lexicon v0.13.3 |
| 1780 | 2026-05-28T05:47:21.843Z | Downloaded pathdiff v0.2.3 |
| 1781 | 2026-05-28T05:47:21.843Z | Downloaded escape8259 v0.5.3 |
| 1782 | 2026-05-28T05:47:21.851Z | Downloaded miette v5.10.0 |
| 1783 | 2026-05-28T05:47:21.851Z | Downloaded relative-path v1.9.3 |
| 1784 | 2026-05-28T05:47:21.851Z | Downloaded event-listener v5.4.1 |
| 1785 | 2026-05-28T05:47:21.851Z | Downloaded constant_time_eq v0.3.1 |
| 1786 | 2026-05-28T05:47:21.856Z | Downloaded cargo_metadata v0.23.1 |
| 1787 | 2026-05-28T05:47:21.856Z | Downloaded blake2b_simd v1.0.4 |
| 1788 | 2026-05-28T05:47:21.862Z | Downloaded async-object-pool v0.2.0 |
| 1789 | 2026-05-28T05:47:21.862Z | Downloaded assert-json-diff v2.0.2 |
| 1790 | 2026-05-28T05:47:21.869Z | Downloaded plotters-backend v0.3.7 |
| 1791 | 2026-05-28T05:47:21.873Z | Downloaded cargo-platform v0.3.2 |
| 1792 | 2026-05-28T05:47:21.876Z | Downloaded criterion-plot v0.6.0 |
| 1793 | 2026-05-28T05:47:21.879Z | Downloaded target-spec v3.5.7 |
| 1794 | 2026-05-28T05:47:21.879Z | Downloaded assert_cmd v2.1.2 |
| 1795 | 2026-05-28T05:47:21.882Z | Downloaded anes v0.1.6 |
| 1796 | 2026-05-28T05:47:21.885Z | Downloaded datatest-stable v0.3.3 |
| 1797 | 2026-05-28T05:47:21.888Z | Downloaded supports-hyperlinks v2.1.0 |
| 1798 | 2026-05-28T05:47:21.888Z | Downloaded rustc-demangle v0.1.27 |
| 1799 | 2026-05-28T05:47:21.888Z | Downloaded concurrent-queue v2.5.0 |
| 1800 | 2026-05-28T05:47:21.891Z | Downloaded addr2line v0.25.1 |
| 1801 | 2026-05-28T05:47:21.896Z | Downloaded supports-color v2.1.0 |
| 1802 | 2026-05-28T05:47:21.898Z | Downloaded cfg-expr v0.20.6 |
| 1803 | 2026-05-28T05:47:21.901Z | Downloaded tinytemplate v1.2.1 |
| 1804 | 2026-05-28T05:47:21.901Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1805 | 2026-05-28T05:47:21.906Z | Downloaded supports-unicode v2.1.0 |
| 1806 | 2026-05-28T05:47:21.909Z | Downloaded parking v2.2.1 |
| 1807 | 2026-05-28T05:47:21.909Z | Downloaded cast v0.3.0 |
| 1808 | 2026-05-28T05:47:21.909Z | Downloaded tokio-test v0.4.5 |
| 1809 | 2026-05-28T05:47:21.909Z | Downloaded nested v0.1.1 |
| 1810 | 2026-05-28T05:47:21.912Z | Downloaded linkme-impl v0.3.35 |
| 1811 | 2026-05-28T05:47:21.912Z | Downloaded terminal_size v0.1.17 |
| 1812 | 2026-05-28T05:47:21.920Z | Downloaded similar-asserts v1.7.0 |
| 1813 | 2026-05-28T05:47:21.923Z | Downloaded target-triple v1.0.0 |
| 1814 | 2026-05-28T05:47:21.923Z | Downloaded miette-derive v5.10.0 |
| 1815 | 2026-05-28T05:47:21.923Z | Downloaded event-listener-strategy v0.5.4 |
| 1816 | 2026-05-28T05:47:21.928Z | Downloaded approx v0.5.1 |
| 1817 | 2026-05-28T05:47:21.928Z | Downloaded partial-io v0.5.4 |
| 1818 | 2026-05-28T05:47:21.943Z | Downloaded stringmetrics v2.2.2 |
| 1819 | 2026-05-28T05:47:21.946Z | Downloaded libtest-mimic v0.8.1 |
| 1820 | 2026-05-28T05:47:21.946Z | Downloaded serde_regex v1.1.0 |
| 1821 | 2026-05-28T05:47:21.946Z | Downloaded rust-argon2 v2.1.0 |
| 1822 | 2026-05-28T05:47:21.952Z | Downloaded termcolor v1.4.1 |
| 1823 | 2026-05-28T05:47:21.952Z | Downloaded futures-timer v3.0.3 |
| 1824 | 2026-05-28T05:47:21.956Z | Downloaded oorandom v11.1.5 |
| 1825 | 2026-05-28T05:47:21.956Z | Downloaded textwrap v0.15.2 |
| 1826 | 2026-05-28T05:47:21.956Z | Downloaded path-tree v0.8.3 |
| 1827 | 2026-05-28T05:47:21.956Z | Downloaded knuffel-derive v3.2.0 |
| 1828 | 2026-05-28T05:47:21.956Z | Downloaded linkme v0.3.35 |
| 1829 | 2026-05-28T05:47:21.964Z | Downloaded httptest v0.16.4 |
| 1830 | 2026-05-28T05:47:21.969Z | Downloaded hickory-client v0.25.2 |
| 1831 | 2026-05-28T05:47:21.969Z | Downloaded trybuild v1.0.116 |
| 1832 | 2026-05-28T05:47:21.969Z | Downloaded owo-colors v3.5.0 |
| 1833 | 2026-05-28T05:47:21.974Z | Downloaded chumsky v0.9.3 |
| 1834 | 2026-05-28T05:47:21.978Z | Downloaded backtrace v0.3.76 |
| 1835 | 2026-05-28T05:47:21.983Z | Downloaded rstest_macros v0.25.0 |
| 1836 | 2026-05-28T05:47:21.990Z | Downloaded rand_distr v0.5.1 |
| 1837 | 2026-05-28T05:47:21.997Z | Downloaded criterion v0.7.0 |
| 1838 | 2026-05-28T05:47:22.002Z | Downloaded fancy-regex v0.14.0 |
| 1839 | 2026-05-28T05:47:22.002Z | Downloaded knuffel v3.2.0 |
| 1840 | 2026-05-28T05:47:22.006Z | Downloaded plotters v0.3.7 |
| 1841 | 2026-05-28T05:47:22.009Z | Downloaded guppy v0.17.25 |
| 1842 | 2026-05-28T05:47:22.014Z | Downloaded hashbrown v0.14.5 |
| 1843 | 2026-05-28T05:47:22.029Z | Downloaded gimli v0.32.3 |
| 1844 | 2026-05-28T05:47:22.128Z | Downloaded httpmock v0.8.3 |
| 1845 | 2026-05-28T05:47:23.760Z | Checking cfg-if v1.0.4 |
| 1846 | 2026-05-28T05:47:24.113Z | Checking libc v0.2.185 |
| 1847 | 2026-05-28T05:47:24.117Z | Checking serde_core v1.0.228 |
| 1848 | 2026-05-28T05:47:24.186Z | Checking memchr v2.8.0 |
| 1849 | 2026-05-28T05:47:24.223Z | Checking smallvec v1.15.1 |
| 1850 | 2026-05-28T05:47:24.258Z | Checking itoa v1.0.17 |
| 1851 | 2026-05-28T05:47:24.290Z | Checking log v0.4.29 |
| 1852 | 2026-05-28T05:47:24.338Z | Checking zeroize v1.8.2 |
| 1853 | 2026-05-28T05:47:24.378Z | Checking libm v0.2.16 |
| 1854 | 2026-05-28T05:47:24.422Z | Checking scopeguard v1.2.0 |
| 1855 | 2026-05-28T05:47:24.458Z | Checking stable_deref_trait v1.2.1 |
| 1856 | 2026-05-28T05:47:24.499Z | Checking zmij v1.0.21 |
| 1857 | 2026-05-28T05:47:24.536Z | Checking zerofrom v0.1.6 |
| 1858 | 2026-05-28T05:47:24.572Z | Checking lock_api v0.4.14 |
| 1859 | 2026-05-28T05:47:24.603Z | Checking errno v0.3.14 |
| 1860 | 2026-05-28T05:47:24.606Z | Checking getrandom v0.2.17 |
| 1861 | 2026-05-28T05:47:24.670Z | Checking percent-encoding v2.3.2 |
| 1862 | 2026-05-28T05:47:24.706Z | Checking yoke v0.8.1 |
| 1863 | 2026-05-28T05:47:24.741Z | Checking litemap v0.8.1 |
| 1864 | 2026-05-28T05:47:24.782Z | Checking writeable v0.6.2 |
| 1865 | 2026-05-28T05:47:24.865Z | Checking icu_normalizer_data v2.1.1 |
| 1866 | 2026-05-28T05:47:24.865Z | Checking icu_properties_data v2.1.2 |
| 1867 | 2026-05-28T05:47:24.891Z | Checking subtle v2.6.1 |
| 1868 | 2026-05-28T05:47:24.930Z | Checking zerovec v0.11.5 |
| 1869 | 2026-05-28T05:47:24.936Z | Checking zerotrie v0.2.3 |
| 1870 | 2026-05-28T05:47:24.981Z | Checking form_urlencoded v1.2.2 |
| 1871 | 2026-05-28T05:47:24.984Z | Checking utf8_iter v1.0.4 |
| 1872 | 2026-05-28T05:47:25.050Z | Checking pin-project-lite v0.2.17 |
| 1873 | 2026-05-28T05:47:25.087Z | Checking num-traits v0.2.19 |
| 1874 | 2026-05-28T05:47:25.125Z | Checking parking_lot_core v0.9.12 |
| 1875 | 2026-05-28T05:47:25.160Z | Checking rand_core v0.10.0 |
| 1876 | 2026-05-28T05:47:25.197Z | Checking rand_core v0.6.4 |
| 1877 | 2026-05-28T05:47:25.233Z | Checking zerocopy v0.8.40 |
| 1878 | 2026-05-28T05:47:25.269Z | Checking portable-atomic v1.13.1 |
| 1879 | 2026-05-28T05:47:25.327Z | Checking getrandom v0.4.1 |
| 1880 | 2026-05-28T05:47:25.363Z | Checking parking_lot v0.12.5 |
| 1881 | 2026-05-28T05:47:25.395Z | Checking tinystr v0.8.2 |
| 1882 | 2026-05-28T05:47:25.429Z | Checking potential_utf v0.1.4 |
| 1883 | 2026-05-28T05:47:25.500Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-05-28T05:47:25.573Z | Checking critical-section v1.2.0 |
| 1885 | 2026-05-28T05:47:25.609Z | Checking icu_locale_core v2.1.1 |
| 1886 | 2026-05-28T05:47:25.638Z | Checking serde v1.0.228 |
| 1887 | 2026-05-28T05:47:25.644Z | Checking serde_json v1.0.149 |
| 1888 | 2026-05-28T05:47:25.673Z | Checking bitflags v2.11.0 |
| 1889 | 2026-05-28T05:47:25.734Z | Checking icu_collections v2.1.1 |
| 1890 | 2026-05-28T05:47:25.737Z | Checking once_cell v1.21.3 |
| 1891 | 2026-05-28T05:47:25.804Z | Checking mio v1.2.0 |
| 1892 | 2026-05-28T05:47:25.902Z | Checking socket2 v0.6.3 |
| 1893 | 2026-05-28T05:47:25.977Z | Checking typenum v1.19.0 |
| 1894 | 2026-05-28T05:47:26.076Z | Checking bytes v1.11.1 |
| 1895 | 2026-05-28T05:47:26.119Z | Checking iana-time-zone v0.1.65 |
| 1896 | 2026-05-28T05:47:26.162Z | Checking thiserror v2.0.18 |
| 1897 | 2026-05-28T05:47:26.199Z | Checking icu_provider v2.1.1 |
| 1898 | 2026-05-28T05:47:26.241Z | Checking uuid v1.23.0 |
| 1899 | 2026-05-28T05:47:26.275Z | Checking chrono v0.4.44 |
| 1900 | 2026-05-28T05:47:26.316Z | Checking semver v1.0.28 |
| 1901 | 2026-05-28T05:47:26.390Z | Checking futures-core v0.3.32 |
| 1902 | 2026-05-28T05:47:26.467Z | Checking icu_normalizer v2.1.1 |
| 1903 | 2026-05-28T05:47:26.538Z | Checking icu_properties v2.1.2 |
| 1904 | 2026-05-28T05:47:26.573Z | Checking generic-array v0.14.7 |
| 1905 | 2026-05-28T05:47:26.578Z | Checking tokio v1.52.1 |
| 1906 | 2026-05-28T05:47:26.653Z | Checking equivalent v1.0.2 |
| 1907 | 2026-05-28T05:47:26.657Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1908 | 2026-05-28T05:47:26.770Z | Checking dyn-clone v1.0.20 |
| 1909 | 2026-05-28T05:47:26.805Z | Checking const-oid v0.9.6 |
| 1910 | 2026-05-28T05:47:26.900Z | Checking futures-sink v0.3.32 |
| 1911 | 2026-05-28T05:47:26.989Z | Checking futures-io v0.3.32 |
| 1912 | 2026-05-28T05:47:27.030Z | Checking futures-channel v0.3.32 |
| 1913 | 2026-05-28T05:47:27.067Z | Checking crypto-common v0.1.7 |
| 1914 | 2026-05-28T05:47:27.133Z | Checking block-buffer v0.10.4 |
| 1915 | 2026-05-28T05:47:27.168Z | Checking slab v0.4.12 |
| 1916 | 2026-05-28T05:47:27.214Z | Checking futures-task v0.3.32 |
| 1917 | 2026-05-28T05:47:27.254Z | Checking hashbrown v0.17.0 |
| 1918 | 2026-05-28T05:47:27.295Z | Checking byteorder v1.5.0 |
| 1919 | 2026-05-28T05:47:27.352Z | Checking rustix v1.1.3 |
| 1920 | 2026-05-28T05:47:27.394Z | Checking idna_adapter v1.2.1 |
| 1921 | 2026-05-28T05:47:27.395Z | Checking futures-util v0.3.32 |
| 1922 | 2026-05-28T05:47:27.509Z | Checking digest v0.10.7 |
| 1923 | 2026-05-28T05:47:27.544Z | Checking cpufeatures v0.2.17 |
| 1924 | 2026-05-28T05:47:27.554Z | Checking idna v1.1.0 |
| 1925 | 2026-05-28T05:47:27.672Z | Checking thiserror v1.0.69 |
| 1926 | 2026-05-28T05:47:27.731Z | Checking getrandom v0.3.4 |
| 1927 | 2026-05-28T05:47:27.765Z | Checking indexmap v2.14.0 |
| 1928 | 2026-05-28T05:47:27.801Z | Checking fnv v1.0.7 |
| 1929 | 2026-05-28T05:47:27.838Z | Checking url v2.5.8 |
| 1930 | 2026-05-28T05:47:27.900Z | Checking regex-syntax v0.8.10 |
| 1931 | 2026-05-28T05:47:27.937Z | Checking http v1.4.0 |
| 1932 | 2026-05-28T05:47:28.011Z | Checking ppv-lite86 v0.2.21 |
| 1933 | 2026-05-28T05:47:28.206Z | Checking tracing-core v0.1.36 |
| 1934 | 2026-05-28T05:47:28.289Z | Checking schemars v0.8.22 |
| 1935 | 2026-05-28T05:47:28.333Z | Checking base64 v0.22.1 |
| 1936 | 2026-05-28T05:47:28.368Z | Checking ipnet v2.11.0 |
| 1937 | 2026-05-28T05:47:28.527Z | Checking unicode-ident v1.0.24 |
| 1938 | 2026-05-28T05:47:28.555Z | Checking tracing v0.1.44 |
| 1939 | 2026-05-28T05:47:28.600Z | Checking untrusted v0.9.0 |
| 1940 | 2026-05-28T05:47:28.652Z | Checking aho-corasick v1.1.4 |
| 1941 | 2026-05-28T05:47:28.699Z | Checking proc-macro2 v1.0.106 |
| 1942 | 2026-05-28T05:47:28.737Z | Checking ring v0.17.14 |
| 1943 | 2026-05-28T05:47:28.791Z | Checking anstyle v1.0.13 |
| 1944 | 2026-05-28T05:47:28.949Z | Checking utf8parse v0.2.2 |
| 1945 | 2026-05-28T05:47:28.999Z | Checking rustls-pki-types v1.14.0 |
| 1946 | 2026-05-28T05:47:29.046Z | Checking quote v1.0.45 |
| 1947 | 2026-05-28T05:47:29.078Z | Checking httparse v1.10.1 |
| 1948 | 2026-05-28T05:47:29.227Z | Checking base64ct v1.8.3 |
| 1949 | 2026-05-28T05:47:29.260Z | Checking syn v2.0.117 |
| 1950 | 2026-05-28T05:47:29.310Z | Checking anstyle-parse v0.2.7 |
| 1951 | 2026-05-28T05:47:29.319Z | Checking block-padding v0.3.3 |
| 1952 | 2026-05-28T05:47:29.319Z | Checking colorchoice v1.0.4 |
| 1953 | 2026-05-28T05:47:29.405Z | Checking regex-automata v0.4.14 |
| 1954 | 2026-05-28T05:47:29.481Z | Checking is_terminal_polyfill v1.70.2 |
| 1955 | 2026-05-28T05:47:29.514Z | Checking anstyle-query v1.1.5 |
| 1956 | 2026-05-28T05:47:29.517Z | Checking inout v0.1.4 |
| 1957 | 2026-05-28T05:47:29.517Z | Checking crossbeam-utils v0.8.21 |
| 1958 | 2026-05-28T05:47:29.613Z | Checking allocator-api2 v0.2.21 |
| 1959 | 2026-05-28T05:47:29.658Z | Checking anstream v0.6.21 |
| 1960 | 2026-05-28T05:47:29.738Z | Checking http-body v1.0.1 |
| 1961 | 2026-05-28T05:47:29.775Z | Checking cipher v0.4.4 |
| 1962 | 2026-05-28T05:47:29.809Z | Checking tokio-util v0.7.18 |
| 1963 | 2026-05-28T05:47:29.866Z | Checking terminal_size v0.4.3 |
| 1964 | 2026-05-28T05:47:29.901Z | Checking atomic-waker v1.1.2 |
| 1965 | 2026-05-28T05:47:29.934Z | Checking try-lock v0.2.5 |
| 1966 | 2026-05-28T05:47:29.938Z | Checking strsim v0.11.1 |
| 1967 | 2026-05-28T05:47:30.002Z | Checking clap_lex v1.0.0 |
| 1968 | 2026-05-28T05:47:30.006Z | Checking httpdate v1.0.3 |
| 1969 | 2026-05-28T05:47:30.068Z | Checking pem-rfc7468 v0.7.0 |
| 1970 | 2026-05-28T05:47:30.071Z | Checking want v0.3.1 |
| 1971 | 2026-05-28T05:47:30.150Z | Checking sha2 v0.10.9 |
| 1972 | 2026-05-28T05:47:30.187Z | Checking clap_builder v4.5.60 |
| 1973 | 2026-05-28T05:47:30.218Z | Checking pin-utils v0.1.0 |
| 1974 | 2026-05-28T05:47:30.252Z | Checking tower-service v0.3.3 |
| 1975 | 2026-05-28T05:47:30.255Z | Checking ryu v1.0.23 |
| 1976 | 2026-05-28T05:47:30.318Z | Checking tower-layer v0.3.3 |
| 1977 | 2026-05-28T05:47:30.373Z | Checking rand_core v0.9.5 |
| 1978 | 2026-05-28T05:47:30.429Z | Checking h2 v0.4.13 |
| 1979 | 2026-05-28T05:47:30.465Z | Checking hmac v0.12.1 |
| 1980 | 2026-05-28T05:47:30.468Z | Checking powerfmt v0.2.0 |
| 1981 | 2026-05-28T05:47:30.541Z | Checking num_threads v0.1.7 |
| 1982 | 2026-05-28T05:47:30.575Z | Checking flagset v0.4.7 |
| 1983 | 2026-05-28T05:47:30.631Z | Checking num-conv v0.2.0 |
| 1984 | 2026-05-28T05:47:30.665Z | Checking time-core v0.1.8 |
| 1985 | 2026-05-28T05:47:30.697Z | Checking deranged v0.5.8 |
| 1986 | 2026-05-28T05:47:30.730Z | Checking der v0.7.10 |
| 1987 | 2026-05-28T05:47:30.772Z | Checking erased-serde v0.3.31 |
| 1988 | 2026-05-28T05:47:30.828Z | Checking rand_chacha v0.9.0 |
| 1989 | 2026-05-28T05:47:31.075Z | Checking http-body-util v0.1.3 |
| 1990 | 2026-05-28T05:47:31.182Z | Checking slog v2.8.2 |
| 1991 | 2026-05-28T05:47:31.219Z | Checking spin v0.9.8 |
| 1992 | 2026-05-28T05:47:31.321Z | Checking rand v0.9.2 |
| 1993 | 2026-05-28T05:47:31.429Z | Checking aws-lc-sys v0.40.0 |
| 1994 | 2026-05-28T05:47:31.465Z | Checking clap v4.5.60 |
| 1995 | 2026-05-28T05:47:31.501Z | Checking anyhow v1.0.102 |
| 1996 | 2026-05-28T05:47:31.504Z | Checking untrusted v0.7.1 |
| 1997 | 2026-05-28T05:47:31.567Z | Checking serde_urlencoded v0.7.1 |
| 1998 | 2026-05-28T05:47:31.602Z | Checking openssl-probe v0.2.1 |
| 1999 | 2026-05-28T05:47:31.663Z | Checking time v0.3.47 |
| 2000 | 2026-05-28T05:47:31.700Z | Checking regex v1.12.3 |
| 2001 | 2026-05-28T05:47:31.733Z | Checking fastrand v2.3.0 |
| 2002 | 2026-05-28T05:47:31.737Z | Checking spki v0.7.3 |
| 2003 | 2026-05-28T05:47:31.799Z | Checking pbkdf2 v0.12.2 |
| 2004 | 2026-05-28T05:47:31.833Z | Checking aes v0.8.4 |
| 2005 | 2026-05-28T05:47:31.938Z | Checking pretty-hex v0.4.1 |
| 2006 | 2026-05-28T05:47:31.943Z | Checking cbc v0.1.2 |
| 2007 | 2026-05-28T05:47:32.005Z | Checking aws-lc-rs v1.16.3 |
| 2008 | 2026-05-28T05:47:32.008Z | Checking salsa20 v0.10.2 |
| 2009 | 2026-05-28T05:47:32.037Z | Checking rand_chacha v0.3.1 |
| 2010 | 2026-05-28T05:47:32.100Z | Checking hex v0.4.3 |
| 2011 | 2026-05-28T05:47:32.132Z | Checking plain v0.2.3 |
| 2012 | 2026-05-28T05:47:32.198Z | Checking scrypt v0.11.0 |
| 2013 | 2026-05-28T05:47:32.245Z | Checking tempfile v3.25.0 |
| 2014 | 2026-05-28T05:47:32.281Z | Checking rustls-native-certs v0.8.3 |
| 2015 | 2026-05-28T05:47:32.313Z | Checking rand v0.8.6 |
| 2016 | 2026-05-28T05:47:32.350Z | Checking ipnetwork v0.21.1 |
| 2017 | 2026-05-28T05:47:32.384Z | Checking sync_wrapper v1.0.2 |
| 2018 | 2026-05-28T05:47:32.434Z | Checking foldhash v0.2.0 |
| 2019 | 2026-05-28T05:47:32.470Z | Checking ucd-trie v0.1.7 |
| 2020 | 2026-05-28T05:47:32.512Z | Checking simd-adler32 v0.3.8 |
| 2021 | 2026-05-28T05:47:32.594Z | Checking tower v0.5.3 |
| 2022 | 2026-05-28T05:47:32.628Z | Checking hashbrown v0.16.1 |
| 2023 | 2026-05-28T05:47:32.632Z | Checking pest v2.8.6 |
| 2024 | 2026-05-28T05:47:32.710Z | Checking pkcs5 v0.7.1 |
| 2025 | 2026-05-28T05:47:32.810Z | Checking webpki-roots v1.0.6 |
| 2026 | 2026-05-28T05:47:32.848Z | Checking camino v1.2.2 |
| 2027 | 2026-05-28T05:47:32.851Z | Checking rustls-webpki v0.103.9 |
| 2028 | 2026-05-28T05:47:32.956Z | Checking iri-string v0.7.10 |
| 2029 | 2026-05-28T05:47:32.992Z | Checking adler2 v2.0.1 |
| 2030 | 2026-05-28T05:47:33.026Z | Checking pkcs8 v0.10.2 |
| 2031 | 2026-05-28T05:47:33.126Z | Checking miniz_oxide v0.8.9 |
| 2032 | 2026-05-28T05:47:33.129Z | Checking openapiv3 v2.2.0 |
| 2033 | 2026-05-28T05:47:33.140Z | Checking hyper v1.8.1 |
| 2034 | 2026-05-28T05:47:33.150Z | Checking futures-executor v0.3.32 |
| 2035 | 2026-05-28T05:47:33.312Z | Checking mime v0.3.17 |
| 2036 | 2026-05-28T05:47:33.344Z | Checking rustls v0.23.37 |
| 2037 | 2026-05-28T05:47:33.392Z | Checking futures v0.3.32 |
| 2038 | 2026-05-28T05:47:33.507Z | Checking either v1.15.0 |
| 2039 | 2026-05-28T05:47:33.548Z | Checking winnow v0.7.14 |
| 2040 | 2026-05-28T05:47:33.582Z | Checking crc32fast v1.5.0 |
| 2041 | 2026-05-28T05:47:33.725Z | Checking static_assertions v1.1.0 |
| 2042 | 2026-05-28T05:47:33.760Z | Checking oxnet v0.1.4 |
| 2043 | 2026-05-28T05:47:33.762Z | Checking lazy_static v1.5.0 |
| 2044 | 2026-05-28T05:47:33.827Z | Checking signature v2.2.0 |
| 2045 | 2026-05-28T05:47:33.910Z | Checking hubpack v0.1.2 |
| 2046 | 2026-05-28T05:47:33.985Z | Checking encoding_rs v0.8.35 |
| 2047 | 2026-05-28T05:47:34.022Z | Checking tower-http v0.6.8 |
| 2048 | 2026-05-28T05:47:34.026Z | Checking strum v0.26.3 |
| 2049 | 2026-05-28T05:47:34.103Z | Checking foreign-types-shared v0.1.1 |
| 2050 | 2026-05-28T05:47:34.177Z | Checking hyper-util v0.1.20 |
| 2051 | 2026-05-28T05:47:34.213Z | Checking zlib-rs v0.6.2 |
| 2052 | 2026-05-28T05:47:34.216Z | Checking foreign-types v0.3.2 |
| 2053 | 2026-05-28T05:47:34.331Z | Checking sha1 v0.10.6 |
| 2054 | 2026-05-28T05:47:34.366Z | Checking scroll v0.13.0 |
| 2055 | 2026-05-28T05:47:34.522Z | Checking openssl-sys v0.9.115 |
| 2056 | 2026-05-28T05:47:34.579Z | Checking tinyvec_macros v0.1.1 |
| 2057 | 2026-05-28T05:47:34.623Z | Checking goblin v0.10.5 |
| 2058 | 2026-05-28T05:47:34.675Z | Checking tinyvec v1.10.0 |
| 2059 | 2026-05-28T05:47:34.742Z | Checking serde_spanned v0.6.9 |
| 2060 | 2026-05-28T05:47:34.900Z | Checking toml_datetime v0.6.11 |
| 2061 | 2026-05-28T05:47:34.937Z | Checking openssl v0.10.79 |
| 2062 | 2026-05-28T05:47:34.972Z | Checking num-integer v0.1.46 |
| 2063 | 2026-05-28T05:47:35.011Z | Checking memmap2 v0.9.10 |
| 2064 | 2026-05-28T05:47:35.112Z | Checking data-encoding v2.10.0 |
| 2065 | 2026-05-28T05:47:35.148Z | Checking flate2 v1.1.9 |
| 2066 | 2026-05-28T05:47:35.201Z | Checking dtrace-parser v0.3.0 |
| 2067 | 2026-05-28T05:47:35.236Z | Checking thread-id v5.1.0 |
| 2068 | 2026-05-28T05:47:35.343Z | Checking base16ct v0.2.0 |
| 2069 | 2026-05-28T05:47:35.406Z | Checking bit-vec v0.8.0 |
| 2070 | 2026-05-28T05:47:35.458Z | Checking psl-types v2.0.11 |
| 2071 | 2026-05-28T05:47:35.461Z | Checking cookie v0.18.1 |
| 2072 | 2026-05-28T05:47:35.461Z | Checking ff v0.13.1 |
| 2073 | 2026-05-28T05:47:35.559Z | Checking sec1 v0.7.3 |
| 2074 | 2026-05-28T05:47:35.613Z | Checking publicsuffix v2.3.0 |
| 2075 | 2026-05-28T05:47:35.644Z | Checking bit-set v0.8.0 |
| 2076 | 2026-05-28T05:47:35.679Z | Checking wait-timeout v0.2.1 |
| 2077 | 2026-05-28T05:47:35.682Z | Checking tokio-rustls v0.26.4 |
| 2078 | 2026-05-28T05:47:35.749Z | Checking rustls-platform-verifier v0.6.2 |
| 2079 | 2026-05-28T05:47:35.795Z | Checking cookie_store v0.22.1 |
| 2080 | 2026-05-28T05:47:35.799Z | Checking group v0.13.0 |
| 2081 | 2026-05-28T05:47:35.861Z | Checking num-iter v0.1.45 |
| 2082 | 2026-05-28T05:47:35.864Z | Checking bstr v1.12.1 |
| 2083 | 2026-05-28T05:47:35.925Z | Checking hkdf v0.12.4 |
| 2084 | 2026-05-28T05:47:35.959Z | Checking hyper-rustls v0.27.7 |
| 2085 | 2026-05-28T05:47:36.000Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2026-05-28T05:47:36.006Z | Checking ahash v0.8.12 |
| 2087 | 2026-05-28T05:47:36.086Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-05-28T05:47:36.162Z | Checking quick-error v1.2.3 |
| 2089 | 2026-05-28T05:47:36.217Z | Checking reqwest v0.13.2 |
| 2090 | 2026-05-28T05:47:36.258Z | Checking rand_xorshift v0.4.0 |
| 2091 | 2026-05-28T05:47:36.262Z | Checking scroll v0.12.0 |
| 2092 | 2026-05-28T05:47:36.325Z | Checking rusty-fork v0.3.1 |
| 2093 | 2026-05-28T05:47:36.329Z | Checking unarray v0.1.4 |
| 2094 | 2026-05-28T05:47:36.406Z | Checking num-bigint-dig v0.8.6 |
| 2095 | 2026-05-28T05:47:36.491Z | Checking pkcs1 v0.7.5 |
| 2096 | 2026-05-28T05:47:36.530Z | Checking proptest v1.10.0 |
| 2097 | 2026-05-28T05:47:36.565Z | Checking goblin v0.8.2 |
| 2098 | 2026-05-28T05:47:36.726Z | Checking x509-cert v0.2.5 |
| 2099 | 2026-05-28T05:47:36.963Z | Checking native-tls v0.2.18 |
| 2100 | 2026-05-28T05:47:37.003Z | Checking dof v0.4.0 |
| 2101 | 2026-05-28T05:47:37.007Z | Checking elliptic-curve v0.13.8 |
| 2102 | 2026-05-28T05:47:37.070Z | Checking zerocopy v0.7.35 |
| 2103 | 2026-05-28T05:47:37.172Z | Checking tokio-native-tls v0.3.1 |
| 2104 | 2026-05-28T05:47:37.233Z | Checking unicode-segmentation v1.12.0 |
| 2105 | 2026-05-28T05:47:37.356Z | Checking hyper-tls v0.6.0 |
| 2106 | 2026-05-28T05:47:37.360Z | Checking rsa v0.9.10 |
| 2107 | 2026-05-28T05:47:37.423Z | Checking dtrace-parser v0.2.0 |
| 2108 | 2026-05-28T05:47:37.557Z | Checking reqwest v0.12.28 |
| 2109 | 2026-05-28T05:47:37.593Z | Checking rfc6979 v0.4.0 |
| 2110 | 2026-05-28T05:47:37.596Z | Checking thread-id v4.2.2 |
| 2111 | 2026-05-28T05:47:37.660Z | Checking usdt-impl v0.6.0 |
| 2112 | 2026-05-28T05:47:37.694Z | Checking toml_write v0.1.2 |
| 2113 | 2026-05-28T05:47:37.738Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2114 | 2026-05-28T05:47:37.744Z | Checking ecdsa v0.16.9 |
| 2115 | 2026-05-28T05:47:37.883Z | Checking curve25519-dalek v4.1.3 |
| 2116 | 2026-05-28T05:47:37.918Z | Checking toml_edit v0.22.27 |
| 2117 | 2026-05-28T05:47:37.962Z | Checking usdt v0.6.0 |
| 2118 | 2026-05-28T05:47:38.089Z | Checking memoffset v0.9.1 |
| 2119 | 2026-05-28T05:47:38.124Z | Checking rustix v0.38.44 |
| 2120 | 2026-05-28T05:47:38.159Z | Checking env_filter v1.0.0 |
| 2121 | 2026-05-28T05:47:38.202Z | Checking keccak v0.1.6 |
| 2122 | 2026-05-28T05:47:38.330Z | Checking same-file v1.0.6 |
| 2123 | 2026-05-28T05:47:38.367Z | Checking newtype-uuid v1.3.2 |
| 2124 | 2026-05-28T05:47:38.401Z | Checking sha3 v0.10.8 |
| 2125 | 2026-05-28T05:47:38.433Z | Checking env_logger v0.11.9 |
| 2126 | 2026-05-28T05:47:38.470Z | Checking dof v0.3.0 |
| 2127 | 2026-05-28T05:47:38.474Z | Checking walkdir v2.5.0 |
| 2128 | 2026-05-28T05:47:38.592Z | Checking daft v0.1.7 |
| 2129 | 2026-05-28T05:47:38.632Z | Checking ed25519 v2.2.3 |
| 2130 | 2026-05-28T05:47:38.669Z | Checking itertools v0.13.0 |
| 2131 | 2026-05-28T05:47:38.703Z | Checking serde_with v3.17.0 |
| 2132 | 2026-05-28T05:47:38.706Z | Checking siphasher v1.0.2 |
| 2133 | 2026-05-28T05:47:38.784Z | Checking usdt-impl v0.5.0 |
| 2134 | 2026-05-28T05:47:38.843Z | Checking bitflags v1.3.2 |
| 2135 | 2026-05-28T05:47:38.880Z | Checking ed25519-dalek v2.2.0 |
| 2136 | 2026-05-28T05:47:38.923Z | Checking unicode-normalization v0.1.25 |
| 2137 | 2026-05-28T05:47:38.961Z | Checking signal-hook v0.3.18 |
| 2138 | 2026-05-28T05:47:38.965Z | Checking managed v0.8.0 |
| 2139 | 2026-05-28T05:47:39.032Z | Checking winnow v0.5.40 |
| 2140 | 2026-05-28T05:47:39.085Z | Checking nix v0.31.2 |
| 2141 | 2026-05-28T05:47:39.141Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2142 | 2026-05-28T05:47:39.177Z | Checking object v0.37.3 |
| 2143 | 2026-05-28T05:47:39.212Z | Checking foldhash v0.1.5 |
| 2144 | 2026-05-28T05:47:39.255Z | Checking bzip2 v0.4.4 |
| 2145 | 2026-05-28T05:47:39.353Z | Checking signal-hook-mio v0.2.5 |
| 2146 | 2026-05-28T05:47:39.387Z | Checking hashbrown v0.15.5 |
| 2147 | 2026-05-28T05:47:39.445Z | Checking globset v0.4.18 |
| 2148 | 2026-05-28T05:47:39.485Z | Checking ref-cast v1.0.25 |
| 2149 | 2026-05-28T05:47:39.627Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2150 | 2026-05-28T05:47:39.709Z | Checking zip v0.6.6 |
| 2151 | 2026-05-28T05:47:39.744Z | Checking pin-project v1.1.11 |
| 2152 | 2026-05-28T05:47:39.777Z | Checking zstd-safe v7.2.4 |
| 2153 | 2026-05-28T05:47:39.865Z | Checking bumpalo v3.20.2 |
| 2154 | 2026-05-28T05:47:39.900Z | Checking libbz2-rs-sys v0.2.2 |
| 2155 | 2026-05-28T05:47:39.969Z | Checking zstd v0.13.3 |
| 2156 | 2026-05-28T05:47:40.052Z | Checking crossterm v0.28.1 |
| 2157 | 2026-05-28T05:47:40.093Z | Checking zopfli v0.8.3 |
| 2158 | 2026-05-28T05:47:40.130Z | Checking similar v2.7.0 |
| 2159 | 2026-05-28T05:47:40.133Z | Checking tokio-stream v0.1.18 |
| 2160 | 2026-05-28T05:47:40.198Z | Checking fs-err v3.3.0 |
| 2161 | 2026-05-28T05:47:40.201Z | Checking toml_edit v0.19.15 |
| 2162 | 2026-05-28T05:47:40.321Z | Checking bzip2 v0.6.1 |
| 2163 | 2026-05-28T05:47:40.446Z | Checking pem v3.0.6 |
| 2164 | 2026-05-28T05:47:40.508Z | Checking hash32 v0.2.1 |
| 2165 | 2026-05-28T05:47:40.544Z | Checking serde-big-array v0.5.1 |
| 2166 | 2026-05-28T05:47:40.548Z | Checking jiff v0.2.21 |
| 2167 | 2026-05-28T05:47:40.610Z | Checking unicode-properties v0.1.4 |
| 2168 | 2026-05-28T05:47:40.643Z | Checking unicode-bidi v0.3.18 |
| 2169 | 2026-05-28T05:47:40.693Z | Checking predicates-core v1.0.10 |
| 2170 | 2026-05-28T05:47:40.729Z | Checking heapless v0.7.17 |
| 2171 | 2026-05-28T05:47:40.768Z | Checking snafu v0.8.9 |
| 2172 | 2026-05-28T05:47:40.821Z | Checking olpc-cjson v0.1.4 |
| 2173 | 2026-05-28T05:47:40.856Z | Checking hickory-proto v0.25.2 |
| 2174 | 2026-05-28T05:47:40.959Z | Checking stringprep v0.1.5 |
| 2175 | 2026-05-28T05:47:40.994Z | Checking md-5 v0.10.6 |
| 2176 | 2026-05-28T05:47:41.035Z | Checking serde_plain v1.0.2 |
| 2177 | 2026-05-28T05:47:41.155Z | Checking float-cmp v0.10.0 |
| 2178 | 2026-05-28T05:47:41.192Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2179 | 2026-05-28T05:47:41.195Z | Checking fallible-iterator v0.2.0 |
| 2180 | 2026-05-28T05:47:41.258Z | Checking normalize-line-endings v0.3.0 |
| 2181 | 2026-05-28T05:47:41.307Z | Checking toml v0.7.8 |
| 2182 | 2026-05-28T05:47:41.343Z | Checking difflib v0.4.0 |
| 2183 | 2026-05-28T05:47:41.379Z | Checking typed-path v0.9.3 |
| 2184 | 2026-05-28T05:47:41.423Z | Checking smoltcp v0.9.1 |
| 2185 | 2026-05-28T05:47:41.493Z | Checking iddqd v0.4.1 |
| 2186 | 2026-05-28T05:47:41.528Z | Checking postgres-protocol v0.6.10 |
| 2187 | 2026-05-28T05:47:41.564Z | Checking predicates v3.1.4 |
| 2188 | 2026-05-28T05:47:41.645Z | Checking phf_shared v0.11.3 |
| 2189 | 2026-05-28T05:47:41.820Z | Checking phf_shared v0.13.1 |
| 2190 | 2026-05-28T05:47:41.865Z | Checking buf-list v1.1.2 |
| 2191 | 2026-05-28T05:47:41.901Z | Checking strum v0.27.2 |
| 2192 | 2026-05-28T05:47:42.027Z | Checking lalrpop-util v0.19.12 |
| 2193 | 2026-05-28T05:47:42.059Z | Checking fixedbitset v0.4.2 |
| 2194 | 2026-05-28T05:47:42.062Z | Checking new_debug_unreachable v1.0.6 |
| 2195 | 2026-05-28T05:47:42.125Z | Checking precomputed-hash v0.1.1 |
| 2196 | 2026-05-28T05:47:42.157Z | Checking tough v0.22.0 |
| 2197 | 2026-05-28T05:47:42.194Z | Checking fixedbitset v0.5.7 |
| 2198 | 2026-05-28T05:47:42.228Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2199 | 2026-05-28T05:47:42.262Z | Checking string_cache v0.8.9 |
| 2200 | 2026-05-28T05:47:42.266Z | Checking petgraph v0.6.5 |
| 2201 | 2026-05-28T05:47:42.412Z | Checking petgraph v0.8.3 |
| 2202 | 2026-05-28T05:47:42.449Z | Checking phf v0.13.1 |
| 2203 | 2026-05-28T05:47:42.484Z | Checking postgres-types v0.2.12 |
| 2204 | 2026-05-28T05:47:42.628Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2205 | 2026-05-28T05:47:42.821Z | Checking zip v4.6.1 |
| 2206 | 2026-05-28T05:47:42.858Z | Checking peg-runtime v0.8.5 |
| 2207 | 2026-05-28T05:47:42.924Z | Checking whoami v2.1.0 |
| 2208 | 2026-05-28T05:47:43.147Z | Checking tokio-postgres v0.7.16 |
| 2209 | 2026-05-28T05:47:43.150Z | Checking is-terminal v0.4.17 |
| 2210 | 2026-05-28T05:47:43.303Z | Checking crossbeam-channel v0.5.15 |
| 2211 | 2026-05-28T05:47:43.439Z | Compiling structmeta-derive v0.3.0 |
| 2212 | 2026-05-28T05:47:43.566Z | Checking thread_local v1.1.9 |
| 2213 | 2026-05-28T05:47:43.672Z | Checking take_mut v0.2.2 |
| 2214 | 2026-05-28T05:47:43.708Z | Checking term v1.2.1 |
| 2215 | 2026-05-28T05:47:43.768Z | Compiling newtype-uuid-macros v0.1.0 |
| 2216 | 2026-05-28T05:47:43.806Z | Checking slog-async v2.8.0 |
| 2217 | 2026-05-28T05:47:43.961Z | Checking slog-term v2.9.2 |
| 2218 | 2026-05-28T05:47:43.997Z | Compiling rustls v0.22.4 |
| 2219 | 2026-05-28T05:47:44.035Z | Compiling multer v3.1.0 |
| 2220 | 2026-05-28T05:47:44.192Z | Compiling async-stream-impl v0.3.6 |
| 2221 | 2026-05-28T05:47:44.293Z | Compiling dropshot v0.17.0 |
| 2222 | 2026-05-28T05:47:44.326Z | Compiling dropshot_endpoint v0.17.0 |
| 2223 | 2026-05-28T05:47:44.361Z | Checking match_cfg v0.1.0 |
| 2224 | 2026-05-28T05:47:44.435Z | Checking slog-json v2.6.1 |
| 2225 | 2026-05-28T05:47:44.467Z | Checking hostname v0.3.1 |
| 2226 | 2026-05-28T05:47:44.541Z | Compiling structmeta v0.3.0 |
| 2227 | 2026-05-28T05:47:44.607Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2228 | 2026-05-28T05:47:44.610Z | Checking slog-bunyan v2.5.0 |
| 2229 | 2026-05-28T05:47:44.610Z | Checking debug-ignore v1.0.5 |
| 2230 | 2026-05-28T05:47:44.610Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2231 | 2026-05-28T05:47:44.738Z | Checking serde_spanned v1.0.4 |
| 2232 | 2026-05-28T05:47:44.780Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2233 | 2026-05-28T05:47:44.815Z | Checking rustls-webpki v0.102.8 |
| 2234 | 2026-05-28T05:47:44.846Z | Compiling derive-ex v0.1.8 |
| 2235 | 2026-05-28T05:47:44.849Z | Checking serde_path_to_error v0.1.20 |
| 2236 | 2026-05-28T05:47:44.911Z | Checking async-stream v0.3.6 |
| 2237 | 2026-05-28T05:47:45.018Z | Checking waitgroup v0.1.2 |
| 2238 | 2026-05-28T05:47:45.065Z | Checking rustls-pemfile v2.2.0 |
| 2239 | 2026-05-28T05:47:45.136Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2240 | 2026-05-28T05:47:45.172Z | Checking hostname v0.4.2 |
| 2241 | 2026-05-28T05:47:45.176Z | Checking compression-core v0.4.31 |
| 2242 | 2026-05-28T05:47:45.240Z | Checking progenitor-client v0.14.0 |
| 2243 | 2026-05-28T05:47:45.242Z | Checking regress v0.10.5 |
| 2244 | 2026-05-28T05:47:45.335Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2245 | 2026-05-28T05:47:45.368Z | Checking toml v1.0.6+spec-1.1.0 |
| 2246 | 2026-05-28T05:47:45.370Z | Checking compression-codecs v0.4.37 |
| 2247 | 2026-05-28T05:47:45.470Z | Compiling parse-display-derive v0.10.0 |
| 2248 | 2026-05-28T05:47:45.505Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2249 | 2026-05-28T05:47:45.597Z | Checking async-compression v0.4.41 |
| 2250 | 2026-05-28T05:47:45.676Z | Checking itertools v0.14.0 |
| 2251 | 2026-05-28T05:47:45.868Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2252 | 2026-05-28T05:47:45.977Z | Checking macaddr v1.0.1 |
| 2253 | 2026-05-28T05:47:46.064Z | Checking instant v0.1.13 |
| 2254 | 2026-05-28T05:47:46.184Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2255 | 2026-05-28T05:47:46.222Z | Checking progenitor-client v0.10.0 |
| 2256 | 2026-05-28T05:47:46.313Z | Checking backoff v0.4.0 |
| 2257 | 2026-05-28T05:47:46.459Z | Checking backon v1.6.0 |
| 2258 | 2026-05-28T05:47:46.495Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2259 | 2026-05-28T05:47:46.529Z | Checking humantime v2.3.0 |
| 2260 | 2026-05-28T05:47:46.616Z | Compiling test-strategy v0.4.5 |
| 2261 | 2026-05-28T05:47:46.657Z | Checking progenitor-extras v0.2.0 |
| 2262 | 2026-05-28T05:47:46.720Z | Checking heck v0.5.0 |
| 2263 | 2026-05-28T05:47:46.756Z | Checking unicode-width v0.2.0 |
| 2264 | 2026-05-28T05:47:46.791Z | Compiling convert_case v0.4.0 |
| 2265 | 2026-05-28T05:47:46.823Z | Checking tokio-rustls v0.25.0 |
| 2266 | 2026-05-28T05:47:46.871Z | Checking half v2.7.1 |
| 2267 | 2026-05-28T05:47:46.905Z | Checking ciborium-io v0.2.2 |
| 2268 | 2026-05-28T05:47:47.018Z | Checking secrecy v0.10.3 |
| 2269 | 2026-05-28T05:47:47.053Z | Compiling regress v0.11.1 |
| 2270 | 2026-05-28T05:47:47.087Z | Compiling unsafe-libyaml v0.2.11 |
| 2271 | 2026-05-28T05:47:47.159Z | Checking ciborium-ll v0.2.2 |
| 2272 | 2026-05-28T05:47:47.194Z | Checking indent_write v2.2.0 |
| 2273 | 2026-05-28T05:47:47.198Z | Compiling derive_more v0.99.20 |
| 2274 | 2026-05-28T05:47:47.259Z | Checking parse-display v0.10.0 |
| 2275 | 2026-05-28T05:47:47.359Z | Checking ciborium v0.2.2 |
| 2276 | 2026-05-28T05:47:47.393Z | Checking universal-hash v0.5.1 |
| 2277 | 2026-05-28T05:47:47.433Z | Checking opaque-debug v0.3.1 |
| 2278 | 2026-05-28T05:47:47.568Z | Checking camino-tempfile v1.4.1 |
| 2279 | 2026-05-28T05:47:47.753Z | Compiling serde_yaml v0.9.34+deprecated |
| 2280 | 2026-05-28T05:47:47.808Z | Compiling crucible-workspace-hack v0.1.0 |
| 2281 | 2026-05-28T05:47:47.849Z | Checking aead v0.5.2 |
| 2282 | 2026-05-28T05:47:48.047Z | Checking poly1305 v0.8.0 |
| 2283 | 2026-05-28T05:47:48.131Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2284 | 2026-05-28T05:47:48.187Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2285 | 2026-05-28T05:47:48.331Z | Checking chacha20 v0.9.1 |
| 2286 | 2026-05-28T05:47:48.530Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2287 | 2026-05-28T05:47:48.567Z | Checking password-hash v0.5.0 |
| 2288 | 2026-05-28T05:47:48.571Z | Checking blake2 v0.10.6 |
| 2289 | 2026-05-28T05:47:48.828Z | Compiling typify-impl v0.6.2 |
| 2290 | 2026-05-28T05:47:48.867Z | Checking argon2 v0.5.3 |
| 2291 | 2026-05-28T05:47:49.057Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2292 | 2026-05-28T05:47:49.214Z | Checking chacha20poly1305 v0.10.1 |
| 2293 | 2026-05-28T05:47:49.248Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2294 | 2026-05-28T05:47:49.370Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2295 | 2026-05-28T05:47:49.566Z | Checking byte-wrapper v0.1.0 |
| 2296 | 2026-05-28T05:47:49.692Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2297 | 2026-05-28T05:47:49.786Z | Checking swrite v0.1.0 |
| 2298 | 2026-05-28T05:47:49.820Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-05-28T05:47:49.824Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2300 | 2026-05-28T05:47:49.905Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2301 | 2026-05-28T05:47:49.941Z | Checking vsss-rs v3.3.4 |
| 2302 | 2026-05-28T05:47:49.974Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2303 | 2026-05-28T05:47:50.222Z | Checking toml v0.8.23 |
| 2304 | 2026-05-28T05:47:50.282Z | Checking crossbeam-deque v0.8.6 |
| 2305 | 2026-05-28T05:47:50.493Z | Compiling rayon-core v1.13.0 |
| 2306 | 2026-05-28T05:47:50.570Z | Compiling proc-macro-error v1.0.4 |
| 2307 | 2026-05-28T05:47:50.607Z | Checking tabwriter v1.4.1 |
| 2308 | 2026-05-28T05:47:50.784Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2309 | 2026-05-28T05:47:50.907Z | Checking unicode-width v0.1.14 |
| 2310 | 2026-05-28T05:47:51.100Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2311 | 2026-05-28T05:47:51.134Z | Checking rayon v1.11.0 |
| 2312 | 2026-05-28T05:47:51.211Z | Checking glob v0.3.3 |
| 2313 | 2026-05-28T05:47:51.416Z | Compiling usdt-attr-macro v0.5.0 |
| 2314 | 2026-05-28T05:47:51.452Z | Compiling proc-macro-crate v3.4.0 |
| 2315 | 2026-05-28T05:47:51.455Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2316 | 2026-05-28T05:47:51.616Z | Compiling usdt-macro v0.5.0 |
| 2317 | 2026-05-28T05:47:51.912Z | Checking memmap v0.7.0 |
| 2318 | 2026-05-28T05:47:52.047Z | Compiling heapless v0.8.0 |
| 2319 | 2026-05-28T05:47:52.081Z | Checking colored v3.1.1 |
| 2320 | 2026-05-28T05:47:52.232Z | Compiling ingot-macros v0.1.1 |
| 2321 | 2026-05-28T05:47:52.289Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-28T05:47:52.324Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-05-28T05:47:52.360Z | Checking usdt v0.5.0 |
| 2324 | 2026-05-28T05:47:52.446Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-05-28T05:47:52.617Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-28T05:47:52.621Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2327 | 2026-05-28T05:47:52.683Z | Compiling num_enum_derive v0.7.5 |
| 2328 | 2026-05-28T05:47:52.791Z | Checking postcard v1.1.3 |
| 2329 | 2026-05-28T05:47:52.904Z | Compiling proc-macro-crate v1.3.1 |
| 2330 | 2026-05-28T05:47:52.937Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2331 | 2026-05-28T05:47:53.110Z | Checking sigpipe v0.1.3 |
| 2332 | 2026-05-28T05:47:53.179Z | Compiling foreign-types-macros v0.2.3 |
| 2333 | 2026-05-28T05:47:53.222Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-05-28T05:47:53.353Z | Checking cpufeatures v0.3.0 |
| 2335 | 2026-05-28T05:47:53.391Z | Compiling typify-macro v0.6.2 |
| 2336 | 2026-05-28T05:47:53.427Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2337 | 2026-05-28T05:47:53.460Z | Checking foreign-types-shared v0.3.1 |
| 2338 | 2026-05-28T05:47:53.464Z | Checking chacha20 v0.10.0 |
| 2339 | 2026-05-28T05:47:53.660Z | Compiling num_enum_derive v0.5.11 |
| 2340 | 2026-05-28T05:47:53.743Z | Checking num_enum v0.7.5 |
| 2341 | 2026-05-28T05:47:53.809Z | Checking foreign-types v0.5.0 |
| 2342 | 2026-05-28T05:47:53.925Z | Checking cstr-argument v0.1.2 |
| 2343 | 2026-05-28T05:47:53.929Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2344 | 2026-05-28T05:47:54.029Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2345 | 2026-05-28T05:47:54.076Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2346 | 2026-05-28T05:47:54.167Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-05-28T05:47:54.333Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2348 | 2026-05-28T05:47:54.368Z | Checking rand v0.10.0 |
| 2349 | 2026-05-28T05:47:54.401Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2350 | 2026-05-28T05:47:54.496Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2351 | 2026-05-28T05:47:54.529Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2352 | 2026-05-28T05:47:54.561Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2353 | 2026-05-28T05:47:54.676Z | Compiling zone_cfg_derive v0.3.1 |
| 2354 | 2026-05-28T05:47:54.712Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2355 | 2026-05-28T05:47:54.744Z | Checking num_enum v0.5.11 |
| 2356 | 2026-05-28T05:47:54.916Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2357 | 2026-05-28T05:47:54.919Z | Checking itertools v0.12.1 |
| 2358 | 2026-05-28T05:47:54.980Z | Compiling num-derive v0.4.2 |
| 2359 | 2026-05-28T05:47:55.028Z | Checking ingot-types v0.1.2 |
| 2360 | 2026-05-28T05:47:55.110Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2361 | 2026-05-28T05:47:55.161Z | Compiling typify v0.6.2 |
| 2362 | 2026-05-28T05:47:55.336Z | Compiling progenitor-impl v0.14.0 |
| 2363 | 2026-05-28T05:47:55.446Z | Checking ingot v0.1.1 |
| 2364 | 2026-05-28T05:47:55.591Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2365 | 2026-05-28T05:47:55.705Z | Checking smf v0.2.3 |
| 2366 | 2026-05-28T05:47:55.773Z | Checking whoami v1.6.1 |
| 2367 | 2026-05-28T05:47:55.910Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2368 | 2026-05-28T05:47:55.967Z | Checking tokio-dtrace v0.1.1 |
| 2369 | 2026-05-28T05:47:56.004Z | Compiling derive-where v1.6.0 |
| 2370 | 2026-05-28T05:47:56.007Z | Checking zone v0.3.1 |
| 2371 | 2026-05-28T05:47:56.232Z | Checking console v0.15.11 |
| 2372 | 2026-05-28T05:47:56.283Z | Checking oxide-tokio-rt v0.1.4 |
| 2373 | 2026-05-28T05:47:56.454Z | Checking atomicwrites v0.4.4 |
| 2374 | 2026-05-28T05:47:56.488Z | Checking newline-converter v0.3.0 |
| 2375 | 2026-05-28T05:47:56.520Z | Checking num-rational v0.4.2 |
| 2376 | 2026-05-28T05:47:56.552Z | Checking num-complex v0.4.6 |
| 2377 | 2026-05-28T05:47:56.616Z | Checking bytecount v0.6.9 |
| 2378 | 2026-05-28T05:47:56.649Z | Checking expectorate v1.2.0 |
| 2379 | 2026-05-28T05:47:56.751Z | Checking float-ord v0.3.2 |
| 2380 | 2026-05-28T05:47:56.808Z | Compiling progenitor-impl v0.13.0 |
| 2381 | 2026-05-28T05:47:56.918Z | Checking num v0.4.3 |
| 2382 | 2026-05-28T05:47:57.019Z | Checking progenitor-client v0.13.0 |
| 2383 | 2026-05-28T05:47:57.140Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2384 | 2026-05-28T05:47:57.283Z | Compiling prettyplease v0.2.37 |
| 2385 | 2026-05-28T05:47:57.372Z | Compiling owo-colors v4.3.0 |
| 2386 | 2026-05-28T05:47:57.560Z | Compiling cancel-safe-futures v0.1.5 |
| 2387 | 2026-05-28T05:47:57.839Z | Checking libsw-core v0.3.2 |
| 2388 | 2026-05-28T05:47:58.007Z | Compiling progenitor-macro v0.14.0 |
| 2389 | 2026-05-28T05:47:58.050Z | Checking libsw v3.5.0 |
| 2390 | 2026-05-28T05:47:58.169Z | Checking linear-map v1.2.0 |
| 2391 | 2026-05-28T05:47:58.230Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2392 | 2026-05-28T05:47:58.312Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2393 | 2026-05-28T05:47:58.368Z | Checking gethostname v0.5.0 |
| 2394 | 2026-05-28T05:47:58.435Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2395 | 2026-05-28T05:47:58.491Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2396 | 2026-05-28T05:47:59.367Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2397 | 2026-05-28T05:47:59.443Z | Compiling progenitor-macro v0.13.0 |
| 2398 | 2026-05-28T05:47:59.975Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2399 | 2026-05-28T05:48:00.458Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2400 | 2026-05-28T05:48:02.029Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2401 | 2026-05-28T05:48:02.921Z | Checking progenitor v0.14.0 |
| 2402 | 2026-05-28T05:48:03.291Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2403 | 2026-05-28T05:48:03.781Z | Checking resolv-conf v0.7.6 |
| 2404 | 2026-05-28T05:48:03.982Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2405 | 2026-05-28T05:48:04.019Z | Checking smawk v0.3.2 |
| 2406 | 2026-05-28T05:48:04.169Z | Checking unicode-linebreak v0.1.5 |
| 2407 | 2026-05-28T05:48:04.209Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2408 | 2026-05-28T05:48:04.344Z | Checking progenitor v0.13.0 |
| 2409 | 2026-05-28T05:48:04.411Z | Checking papergrid v0.11.0 |
| 2410 | 2026-05-28T05:48:04.457Z | Compiling tabled_derive v0.7.0 |
| 2411 | 2026-05-28T05:48:04.508Z | Compiling convert_case v0.10.0 |
| 2412 | 2026-05-28T05:48:04.544Z | Compiling slog-dtrace v0.3.0 |
| 2413 | 2026-05-28T05:48:04.840Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2414 | 2026-05-28T05:48:04.874Z | Compiling derive_more-impl v2.1.1 |
| 2415 | 2026-05-28T05:48:05.439Z | Checking tabled v0.15.0 |
| 2416 | 2026-05-28T05:48:05.442Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2417 | 2026-05-28T05:48:05.600Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2418 | 2026-05-28T05:48:05.701Z | Checking derive_more v2.1.1 |
| 2419 | 2026-05-28T05:48:05.739Z | Checking linked-hash-map v0.5.6 |
| 2420 | 2026-05-28T05:48:05.772Z | Checking hickory-proto v0.24.4 |
| 2421 | 2026-05-28T05:48:05.810Z | Checking crossterm v0.29.0 |
| 2422 | 2026-05-28T05:48:05.847Z | Checking fd-lock v4.0.4 |
| 2423 | 2026-05-28T05:48:05.938Z | Checking lru-cache v0.1.2 |
| 2424 | 2026-05-28T05:48:05.997Z | Checking vte v0.14.1 |
| 2425 | 2026-05-28T05:48:06.105Z | Checking display-error-chain v0.2.2 |
| 2426 | 2026-05-28T05:48:06.227Z | Checking strip-ansi-escapes v0.2.1 |
| 2427 | 2026-05-28T05:48:06.261Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2428 | 2026-05-28T05:48:06.297Z | Checking nu-ansi-term v0.50.3 |
| 2429 | 2026-05-28T05:48:06.362Z | Checking termtree v0.5.1 |
| 2430 | 2026-05-28T05:48:06.423Z | Checking textwrap v0.16.2 |
| 2431 | 2026-05-28T05:48:06.459Z | Compiling minimal-lexical v0.2.1 |
| 2432 | 2026-05-28T05:48:06.531Z | Checking reedline v0.40.0 |
| 2433 | 2026-05-28T05:48:06.534Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2434 | 2026-05-28T05:48:06.657Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2435 | 2026-05-28T05:48:06.693Z | Compiling nom v7.1.3 |
| 2436 | 2026-05-28T05:48:06.752Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2437 | 2026-05-28T05:48:07.047Z | Compiling ar_archive_writer v0.5.1 |
| 2438 | 2026-05-28T05:48:07.229Z | Checking csv-core v0.1.13 |
| 2439 | 2026-05-28T05:48:07.375Z | Compiling stacker v0.1.23 |
| 2440 | 2026-05-28T05:48:07.441Z | Checking csv v1.4.0 |
| 2441 | 2026-05-28T05:48:07.632Z | Checking hickory-resolver v0.24.4 |
| 2442 | 2026-05-28T05:48:07.668Z | Checking highway v1.3.0 |
| 2443 | 2026-05-28T05:48:07.671Z | Compiling cfg_aliases v0.1.1 |
| 2444 | 2026-05-28T05:48:07.737Z | Compiling semver v0.1.20 |
| 2445 | 2026-05-28T05:48:07.778Z | Compiling nix v0.28.0 |
| 2446 | 2026-05-28T05:48:07.880Z | Checking nibble_vec v0.1.0 |
| 2447 | 2026-05-28T05:48:07.942Z | Compiling psm v0.1.30 |
| 2448 | 2026-05-28T05:48:07.977Z | Compiling rustc_version v0.1.7 |
| 2449 | 2026-05-28T05:48:08.039Z | Checking home v0.5.12 |
| 2450 | 2026-05-28T05:48:08.042Z | Checking endian-type v0.1.2 |
| 2451 | 2026-05-28T05:48:08.042Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2452 | 2026-05-28T05:48:08.181Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2453 | 2026-05-28T05:48:08.222Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2454 | 2026-05-28T05:48:08.256Z | Compiling newtype_derive v0.1.6 |
| 2455 | 2026-05-28T05:48:08.289Z | Checking radix_trie v0.2.1 |
| 2456 | 2026-05-28T05:48:08.394Z | Checking qorb v0.4.1 |
| 2457 | 2026-05-28T05:48:08.495Z | Checking phf_shared v0.12.1 |
| 2458 | 2026-05-28T05:48:08.526Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2459 | 2026-05-28T05:48:08.667Z | Compiling chrono-tz v0.10.4 |
| 2460 | 2026-05-28T05:48:08.667Z | Checking phf v0.12.1 |
| 2461 | 2026-05-28T05:48:08.864Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2462 | 2026-05-28T05:48:08.929Z | Compiling const_format_proc_macros v0.2.34 |
| 2463 | 2026-05-28T05:48:08.963Z | Checking recursive v0.1.1 |
| 2464 | 2026-05-28T05:48:08.966Z | Compiling peg-macros v0.8.5 |
| 2465 | 2026-05-28T05:48:09.028Z | Checking winnow v0.6.26 |
| 2466 | 2026-05-28T05:48:09.089Z | Compiling sqlparser_derive v0.5.0 |
| 2467 | 2026-05-28T05:48:09.600Z | Checking unicode_categories v0.1.1 |
| 2468 | 2026-05-28T05:48:09.780Z | Checking const_format v0.2.35 |
| 2469 | 2026-05-28T05:48:09.813Z | Checking rustyline v14.0.0 |
| 2470 | 2026-05-28T05:48:09.866Z | Checking sqlparser v0.61.0 |
| 2471 | 2026-05-28T05:48:10.179Z | Checking sqlformat v0.3.5 |
| 2472 | 2026-05-28T05:48:10.375Z | Checking peg v0.8.5 |
| 2473 | 2026-05-28T05:48:10.537Z | Checking bcs v0.1.6 |
| 2474 | 2026-05-28T05:48:10.587Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2475 | 2026-05-28T05:48:10.645Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2476 | 2026-05-28T05:48:10.736Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2477 | 2026-05-28T05:48:10.810Z | Checking steno v0.4.1 |
| 2478 | 2026-05-28T05:48:10.865Z | Checking filetime v0.2.27 |
| 2479 | 2026-05-28T05:48:10.900Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2480 | 2026-05-28T05:48:11.046Z | Checking xattr v1.6.1 |
| 2481 | 2026-05-28T05:48:11.240Z | Checking tar v0.4.45 |
| 2482 | 2026-05-28T05:48:11.499Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2483 | 2026-05-28T05:48:11.660Z | Checking subprocess v0.2.15 |
| 2484 | 2026-05-28T05:48:11.706Z | Checking base64 v0.21.7 |
| 2485 | 2026-05-28T05:48:11.754Z | Checking headers-core v0.3.0 |
| 2486 | 2026-05-28T05:48:11.910Z | Checking headers v0.4.1 |
| 2487 | 2026-05-28T05:48:11.980Z | Checking yasna v0.5.2 |
| 2488 | 2026-05-28T05:48:11.984Z | Checking dropshot-api-manager-types v0.7.1 |
| 2489 | 2026-05-28T05:48:12.210Z | Checking tagptr v0.2.0 |
| 2490 | 2026-05-28T05:48:12.381Z | Checking moka v0.12.13 |
| 2491 | 2026-05-28T05:48:12.416Z | Checking rcgen v0.12.1 |
| 2492 | 2026-05-28T05:48:12.420Z | Checking utf-8 v0.7.6 |
| 2493 | 2026-05-28T05:48:12.617Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2494 | 2026-05-28T05:48:12.764Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2495 | 2026-05-28T05:48:12.799Z | Compiling libefi-sys v0.1.0 |
| 2496 | 2026-05-28T05:48:12.882Z | Compiling bitfield-struct v0.6.2 |
| 2497 | 2026-05-28T05:48:13.044Z | Checking hickory-resolver v0.25.2 |
| 2498 | 2026-05-28T05:48:13.233Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2499 | 2026-05-28T05:48:13.291Z | Compiling radium v0.7.0 |
| 2500 | 2026-05-28T05:48:13.341Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2501 | 2026-05-28T05:48:13.525Z | Checking tungstenite v0.21.0 |
| 2502 | 2026-05-28T05:48:13.557Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2503 | 2026-05-28T05:48:13.659Z | Compiling maybe-uninit v2.0.0 |
| 2504 | 2026-05-28T05:48:13.702Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2505 | 2026-05-28T05:48:13.773Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2506 | 2026-05-28T05:48:13.822Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-05-28T05:48:13.971Z | Checking tap v1.0.1 |
| 2508 | 2026-05-28T05:48:13.974Z | Checking tokio-tungstenite v0.21.0 |
| 2509 | 2026-05-28T05:48:14.113Z | Checking wyz v0.5.1 |
| 2510 | 2026-05-28T05:48:14.273Z | Compiling zerocopy-derive v0.6.6 |
| 2511 | 2026-05-28T05:48:14.309Z | Checking crc-catalog v2.4.0 |
| 2512 | 2026-05-28T05:48:14.343Z | Checking funty v2.0.0 |
| 2513 | 2026-05-28T05:48:14.372Z | Compiling packed_struct v0.10.1 |
| 2514 | 2026-05-28T05:48:14.431Z | Checking crc v3.4.0 |
| 2515 | 2026-05-28T05:48:14.580Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2516 | 2026-05-28T05:48:14.610Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2517 | 2026-05-28T05:48:14.641Z | Compiling packed_struct_codegen v0.10.1 |
| 2518 | 2026-05-28T05:48:14.707Z | Checking bitvec v1.0.1 |
| 2519 | 2026-05-28T05:48:14.749Z | Compiling bitfield-macros v0.19.4 |
| 2520 | 2026-05-28T05:48:15.141Z | Checking zerocopy v0.6.6 |
| 2521 | 2026-05-28T05:48:15.470Z | Compiling indexmap v1.9.3 |
| 2522 | 2026-05-28T05:48:15.504Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2523 | 2026-05-28T05:48:15.580Z | Checking nodrop v0.1.14 |
| 2524 | 2026-05-28T05:48:15.730Z | Checking array-init v0.0.4 |
| 2525 | 2026-05-28T05:48:15.792Z | Checking bitfield v0.19.4 |
| 2526 | 2026-05-28T05:48:15.795Z | Checking smallvec v0.6.14 |
| 2527 | 2026-05-28T05:48:15.854Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2528 | 2026-05-28T05:48:16.067Z | Checking hashbrown v0.12.3 |
| 2529 | 2026-05-28T05:48:16.126Z | Checking serde-hex v0.1.0 |
| 2530 | 2026-05-28T05:48:16.129Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2531 | 2026-05-28T05:48:16.326Z | Checking ron v0.8.1 |
| 2532 | 2026-05-28T05:48:16.813Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2533 | 2026-05-28T05:48:16.882Z | Checking hashbrown v0.13.2 |
| 2534 | 2026-05-28T05:48:16.885Z | Checking crc-any v2.5.0 |
| 2535 | 2026-05-28T05:48:17.091Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-28T05:48:17.129Z | Compiling xshell-macros v0.2.7 |
| 2537 | 2026-05-28T05:48:17.162Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2538 | 2026-05-28T05:48:17.285Z | Checking path-slash v0.1.5 |
| 2539 | 2026-05-28T05:48:17.332Z | Checking object v0.30.4 |
| 2540 | 2026-05-28T05:48:17.413Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2541 | 2026-05-28T05:48:17.467Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2542 | 2026-05-28T05:48:17.529Z | Checking xshell v0.2.7 |
| 2543 | 2026-05-28T05:48:17.692Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2544 | 2026-05-28T05:48:17.816Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2545 | 2026-05-28T05:48:17.900Z | Checking half v1.8.3 |
| 2546 | 2026-05-28T05:48:18.128Z | Checking serde_cbor v0.11.2 |
| 2547 | 2026-05-28T05:48:18.358Z | Compiling num-derive v0.3.3 |
| 2548 | 2026-05-28T05:48:18.537Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2549 | 2026-05-28T05:48:18.597Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2550 | 2026-05-28T05:48:18.849Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2551 | 2026-05-28T05:48:18.959Z | Compiling proc-macro-error2 v2.0.1 |
| 2552 | 2026-05-28T05:48:19.244Z | Checking papergrid v0.17.0 |
| 2553 | 2026-05-28T05:48:19.278Z | Checking libscf-sys v1.1.0 |
| 2554 | 2026-05-28T05:48:19.313Z | Compiling tabled_derive v0.11.0 |
| 2555 | 2026-05-28T05:48:19.434Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2556 | 2026-05-28T05:48:19.437Z | Checking testing_table v0.3.0 |
| 2557 | 2026-05-28T05:48:19.591Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2558 | 2026-05-28T05:48:19.665Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2559 | 2026-05-28T05:48:20.037Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2560 | 2026-05-28T05:48:20.211Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2561 | 2026-05-28T05:48:20.337Z | Compiling git-stub v1.0.0 |
| 2562 | 2026-05-28T05:48:20.368Z | Checking crc8 v0.1.1 |
| 2563 | 2026-05-28T05:48:20.464Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2564 | 2026-05-28T05:48:20.498Z | Checking tabled v0.20.0 |
| 2565 | 2026-05-28T05:48:20.501Z | Checking maplit v1.0.2 |
| 2566 | 2026-05-28T05:48:20.620Z | Compiling git-stub-vcs v0.1.0 |
| 2567 | 2026-05-28T05:48:20.654Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2568 | 2026-05-28T05:48:21.003Z | Checking fxhash v0.2.1 |
| 2569 | 2026-05-28T05:48:21.189Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2570 | 2026-05-28T05:48:21.267Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2571 | 2026-05-28T05:48:21.361Z | Checking unicase v2.9.0 |
| 2572 | 2026-05-28T05:48:21.481Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2573 | 2026-05-28T05:48:21.550Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2574 | 2026-05-28T05:48:21.637Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2575 | 2026-05-28T05:48:21.812Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2576 | 2026-05-28T05:48:21.911Z | Compiling typify-impl v0.4.3 |
| 2577 | 2026-05-28T05:48:21.964Z | Checking kstat-rs v0.2.4 |
| 2578 | 2026-05-28T05:48:22.101Z | Compiling diesel_derives v2.3.7 |
| 2579 | 2026-05-28T05:48:22.170Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2580 | 2026-05-28T05:48:22.203Z | Checking scheduled-thread-pool v0.2.7 |
| 2581 | 2026-05-28T05:48:22.358Z | Compiling dsl_auto_type v0.2.0 |
| 2582 | 2026-05-28T05:48:22.389Z | Checking arc-swap v1.8.2 |
| 2583 | 2026-05-28T05:48:22.652Z | Compiling vergen-gitcl v1.0.8 |
| 2584 | 2026-05-28T05:48:22.684Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2585 | 2026-05-28T05:48:22.875Z | Compiling parking_lot_core v0.8.6 |
| 2586 | 2026-05-28T05:48:22.967Z | Checking slog-scope v4.4.1 |
| 2587 | 2026-05-28T05:48:22.999Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2588 | 2026-05-28T05:48:23.134Z | Checking r2d2 v0.8.10 |
| 2589 | 2026-05-28T05:48:23.211Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2590 | 2026-05-28T05:48:23.346Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2591 | 2026-05-28T05:48:23.695Z | Checking downcast-rs v2.0.2 |
| 2592 | 2026-05-28T05:48:23.824Z | Checking slog-stdlog v4.1.1 |
| 2593 | 2026-05-28T05:48:23.958Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2594 | 2026-05-28T05:48:23.989Z | Checking slog-envlogger v2.2.0 |
| 2595 | 2026-05-28T05:48:24.020Z | Checking parking_lot v0.11.2 |
| 2596 | 2026-05-28T05:48:24.159Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2597 | 2026-05-28T05:48:24.193Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2598 | 2026-05-28T05:48:24.238Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2599 | 2026-05-28T05:48:24.270Z | Checking prefix-trie v0.7.0 |
| 2600 | 2026-05-28T05:48:24.485Z | Checking sled v0.34.7 |
| 2601 | 2026-05-28T05:48:24.526Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2602 | 2026-05-28T05:48:24.655Z | Checking hickory-server v0.25.2 |
| 2603 | 2026-05-28T05:48:24.764Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2604 | 2026-05-28T05:48:24.959Z | Checking nanorand v0.7.0 |
| 2605 | 2026-05-28T05:48:25.193Z | Compiling dirs-sys-next v0.1.2 |
| 2606 | 2026-05-28T05:48:25.196Z | Compiling salty v0.3.0 |
| 2607 | 2026-05-28T05:48:25.401Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2608 | 2026-05-28T05:48:25.493Z | Compiling crunchy v0.2.4 |
| 2609 | 2026-05-28T05:48:25.569Z | Compiling dirs-next v2.0.0 |
| 2610 | 2026-05-28T05:48:25.724Z | Checking flume v0.11.1 |
| 2611 | 2026-05-28T05:48:25.756Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2612 | 2026-05-28T05:48:25.833Z | Compiling clang-sys v1.8.1 |
| 2613 | 2026-05-28T05:48:25.895Z | Checking primeorder v0.13.6 |
| 2614 | 2026-05-28T05:48:25.930Z | Compiling tiny-keccak v2.0.2 |
| 2615 | 2026-05-28T05:48:26.290Z | Compiling term v0.7.0 |
| 2616 | 2026-05-28T05:48:26.355Z | Compiling typify-macro v0.4.3 |
| 2617 | 2026-05-28T05:48:26.393Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2618 | 2026-05-28T05:48:26.483Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2619 | 2026-05-28T05:48:26.759Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2620 | 2026-05-28T05:48:26.794Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2621 | 2026-05-28T05:48:26.882Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-28T05:48:27.058Z | Compiling ascii-canvas v3.0.0 |
| 2623 | 2026-05-28T05:48:27.127Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-05-28T05:48:27.317Z | Compiling itertools v0.10.5 |
| 2625 | 2026-05-28T05:48:27.349Z | Compiling ena v0.14.4 |
| 2626 | 2026-05-28T05:48:27.443Z | Compiling libloading v0.8.9 |
| 2627 | 2026-05-28T05:48:27.525Z | Compiling fs-err v2.11.0 |
| 2628 | 2026-05-28T05:48:27.589Z | Compiling regex-syntax v0.6.29 |
| 2629 | 2026-05-28T05:48:27.681Z | Compiling bindgen v0.71.1 |
| 2630 | 2026-05-28T05:48:27.747Z | Compiling diff v0.1.13 |
| 2631 | 2026-05-28T05:48:28.060Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2632 | 2026-05-28T05:48:28.118Z | Compiling typify v0.4.3 |
| 2633 | 2026-05-28T05:48:28.292Z | Checking p384 v0.13.1 |
| 2634 | 2026-05-28T05:48:28.325Z | Checking diesel v2.3.7 |
| 2635 | 2026-05-28T05:48:28.358Z | Compiling cexpr v0.6.0 |
| 2636 | 2026-05-28T05:48:28.390Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2637 | 2026-05-28T05:48:28.733Z | Compiling rustc-hash v2.1.1 |
| 2638 | 2026-05-28T05:48:28.899Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2639 | 2026-05-28T05:48:28.973Z | Compiling lalrpop v0.19.12 |
| 2640 | 2026-05-28T05:48:29.080Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2641 | 2026-05-28T05:48:29.276Z | Compiling libxml v0.3.3 |
| 2642 | 2026-05-28T05:48:29.308Z | Checking assert_matches v1.5.0 |
| 2643 | 2026-05-28T05:48:29.411Z | Checking parse-size v1.1.0 |
| 2644 | 2026-05-28T05:48:29.565Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2645 | 2026-05-28T05:48:29.799Z | Compiling progenitor-impl v0.11.2 |
| 2646 | 2026-05-28T05:48:30.440Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-28T05:48:30.488Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2648 | 2026-05-28T05:48:31.131Z | Compiling indoc v1.0.9 |
| 2649 | 2026-05-28T05:48:31.838Z | Compiling progenitor-impl v0.10.0 |
| 2650 | 2026-05-28T05:48:32.212Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2651 | 2026-05-28T05:48:32.521Z | Compiling progenitor-macro v0.11.2 |
| 2652 | 2026-05-28T05:48:32.665Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2653 | 2026-05-28T05:48:32.890Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2654 | 2026-05-28T05:48:33.234Z | Checking predicates-tree v1.0.13 |
| 2655 | 2026-05-28T05:48:33.381Z | Checking progenitor-client v0.11.2 |
| 2656 | 2026-05-28T05:48:33.463Z | Checking quick-xml v0.37.5 |
| 2657 | 2026-05-28T05:48:33.656Z | Checking derive_builder v0.20.2 |
| 2658 | 2026-05-28T05:48:33.805Z | Compiling oso-derive v0.27.3 |
| 2659 | 2026-05-28T05:48:34.333Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2660 | 2026-05-28T05:48:34.367Z | Compiling trait-variant v0.1.2 |
| 2661 | 2026-05-28T05:48:34.427Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2662 | 2026-05-28T05:48:34.530Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2663 | 2026-05-28T05:48:34.647Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2664 | 2026-05-28T05:48:34.931Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2665 | 2026-05-28T05:48:35.898Z | Checking openssl-probe v0.1.6 |
| 2666 | 2026-05-28T05:48:36.059Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2667 | 2026-05-28T05:48:36.535Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2668 | 2026-05-28T05:48:36.619Z | Compiling progenitor-macro v0.10.0 |
| 2669 | 2026-05-28T05:48:36.887Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2670 | 2026-05-28T05:48:36.940Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2671 | 2026-05-28T05:48:37.405Z | Checking progenitor v0.11.2 |
| 2672 | 2026-05-28T05:48:37.583Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2673 | 2026-05-28T05:48:37.807Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2674 | 2026-05-28T05:48:38.877Z | Compiling mime_guess v2.0.5 |
| 2675 | 2026-05-28T05:48:39.445Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2676 | 2026-05-28T05:48:39.678Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2677 | 2026-05-28T05:48:40.096Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2678 | 2026-05-28T05:48:40.435Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-28T05:48:40.470Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2680 | 2026-05-28T05:48:40.664Z | Checking corncobs v0.1.4 |
| 2681 | 2026-05-28T05:48:40.719Z | Checking http-range v0.1.5 |
| 2682 | 2026-05-28T05:48:40.825Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-05-28T05:48:40.913Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2684 | 2026-05-28T05:48:41.133Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-05-28T05:48:41.537Z | Checking progenitor v0.10.0 |
| 2686 | 2026-05-28T05:48:41.540Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2687 | 2026-05-28T05:48:41.602Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2688 | 2026-05-28T05:48:41.707Z | Checking ignore v0.4.25 |
| 2689 | 2026-05-28T05:48:42.139Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2690 | 2026-05-28T05:48:42.219Z | Checking atty v0.2.14 |
| 2691 | 2026-05-28T05:48:42.367Z | Checking secrecy v0.8.0 |
| 2692 | 2026-05-28T05:48:42.696Z | Checking globwalk v0.9.1 |
| 2693 | 2026-05-28T05:48:42.914Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2694 | 2026-05-28T05:48:43.486Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2695 | 2026-05-28T05:48:43.520Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2696 | 2026-05-28T05:48:43.749Z | Checking bb8 v0.8.6 |
| 2697 | 2026-05-28T05:48:43.982Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2698 | 2026-05-28T05:48:44.018Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2699 | 2026-05-28T05:48:44.057Z | Checking async-bb8-diesel v0.2.1 |
| 2700 | 2026-05-28T05:48:44.162Z | Checking hyper-staticfile v0.10.1 |
| 2701 | 2026-05-28T05:48:44.276Z | Checking camino-tempfile-ext v0.3.3 |
| 2702 | 2026-05-28T05:48:44.279Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2703 | 2026-05-28T05:48:44.436Z | Checking diesel-dtrace v0.5.0 |
| 2704 | 2026-05-28T05:48:44.484Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2705 | 2026-05-28T05:48:44.522Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2706 | 2026-05-28T05:48:44.712Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2707 | 2026-05-28T05:48:44.748Z | Checking signal-hook-tokio v0.3.1 |
| 2708 | 2026-05-28T05:48:44.806Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2709 | 2026-05-28T05:48:45.074Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2710 | 2026-05-28T05:48:45.106Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2711 | 2026-05-28T05:48:45.260Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2712 | 2026-05-28T05:48:45.892Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2713 | 2026-05-28T05:48:45.987Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2714 | 2026-05-28T05:48:46.346Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2715 | 2026-05-28T05:48:46.380Z | Checking nonempty v0.12.0 |
| 2716 | 2026-05-28T05:48:46.384Z | Checking illumos-nvpair v0.3.0 |
| 2717 | 2026-05-28T05:48:46.613Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2718 | 2026-05-28T05:48:46.661Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2719 | 2026-05-28T05:48:46.754Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2720 | 2026-05-28T05:48:47.029Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2721 | 2026-05-28T05:48:47.062Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2722 | 2026-05-28T05:48:47.093Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2723 | 2026-05-28T05:48:47.235Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2724 | 2026-05-28T05:48:47.470Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2725 | 2026-05-28T05:48:47.688Z | Checking tungstenite v0.23.0 |
| 2726 | 2026-05-28T05:48:47.763Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2727 | 2026-05-28T05:48:48.142Z | Checking tokio-tungstenite v0.23.1 |
| 2728 | 2026-05-28T05:48:48.440Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2729 | 2026-05-28T05:48:48.607Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2730 | 2026-05-28T05:48:48.814Z | Checking rand_seeder v0.4.0 |
| 2731 | 2026-05-28T05:48:48.948Z | Checking void v1.0.2 |
| 2732 | 2026-05-28T05:48:48.980Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2733 | 2026-05-28T05:48:49.015Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2734 | 2026-05-28T05:48:49.087Z | Checking lzss v0.8.2 |
| 2735 | 2026-05-28T05:48:49.210Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2736 | 2026-05-28T05:48:49.310Z | Checking nix v0.27.1 |
| 2737 | 2026-05-28T05:48:49.389Z | Checking serde_bytes v0.11.19 |
| 2738 | 2026-05-28T05:48:49.481Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2739 | 2026-05-28T05:48:49.601Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2740 | 2026-05-28T05:48:49.860Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2741 | 2026-05-28T05:48:49.932Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2742 | 2026-05-28T05:48:50.320Z | Checking is_ci v1.2.0 |
| 2743 | 2026-05-28T05:48:50.460Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2744 | 2026-05-28T05:48:50.608Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2745 | 2026-05-28T05:48:50.766Z | Checking yansi v1.0.1 |
| 2746 | 2026-05-28T05:48:50.869Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2747 | 2026-05-28T05:48:51.064Z | Checking pretty_assertions v1.4.1 |
| 2748 | 2026-05-28T05:48:51.143Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2749 | 2026-05-28T05:48:51.228Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2750 | 2026-05-28T05:48:51.281Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2751 | 2026-05-28T05:48:51.315Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2752 | 2026-05-28T05:48:51.486Z | Compiling darling_core v0.23.0 |
| 2753 | 2026-05-28T05:48:52.586Z | Compiling indoc v2.0.7 |
| 2754 | 2026-05-28T05:48:52.714Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2755 | 2026-05-28T05:48:52.948Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-28T05:48:53.071Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-05-28T05:48:53.302Z | Compiling instability v0.3.11 |
| 2758 | 2026-05-28T05:48:53.560Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2759 | 2026-05-28T05:48:53.728Z | Compiling libz-sys v1.1.24 |
| 2760 | 2026-05-28T05:48:53.762Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-28T05:48:54.031Z | Compiling darling_macro v0.23.0 |
| 2762 | 2026-05-28T05:48:54.134Z | Checking castaway v0.2.4 |
| 2763 | 2026-05-28T05:48:54.278Z | Checking compact_str v0.8.1 |
| 2764 | 2026-05-28T05:48:54.556Z | Compiling darling v0.23.0 |
| 2765 | 2026-05-28T05:48:54.700Z | Checking supports-color v3.0.2 |
| 2766 | 2026-05-28T05:48:54.895Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2767 | 2026-05-28T05:48:55.126Z | Checking unicode-truncate v1.1.0 |
| 2768 | 2026-05-28T05:48:55.159Z | Checking console v0.16.2 |
| 2769 | 2026-05-28T05:48:55.305Z | Checking lru v0.12.5 |
| 2770 | 2026-05-28T05:48:55.436Z | Checking cassowary v0.3.0 |
| 2771 | 2026-05-28T05:48:55.488Z | Checking unit-prefix v0.5.2 |
| 2772 | 2026-05-28T05:48:55.520Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2773 | 2026-05-28T05:48:55.593Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2774 | 2026-05-28T05:48:55.652Z | Checking indicatif v0.18.4 |
| 2775 | 2026-05-28T05:48:55.685Z | Checking ratatui v0.29.0 |
| 2776 | 2026-05-28T05:48:55.802Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2777 | 2026-05-28T05:48:56.263Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2778 | 2026-05-28T05:48:57.050Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2779 | 2026-05-28T05:48:57.279Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2780 | 2026-05-28T05:48:57.482Z | Checking plotters-backend v0.3.7 |
| 2781 | 2026-05-28T05:48:57.591Z | Compiling vergen-git2 v1.0.7 |
| 2782 | 2026-05-28T05:48:57.623Z | Checking cast v0.3.0 |
| 2783 | 2026-05-28T05:48:57.716Z | Checking plotters-svg v0.3.7 |
| 2784 | 2026-05-28T05:48:57.806Z | Checking criterion-plot v0.6.0 |
| 2785 | 2026-05-28T05:48:57.884Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2786 | 2026-05-28T05:48:57.887Z | Checking plotters v0.3.7 |
| 2787 | 2026-05-28T05:48:58.084Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2788 | 2026-05-28T05:48:58.116Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2789 | 2026-05-28T05:48:58.304Z | Checking colored v2.2.0 |
| 2790 | 2026-05-28T05:48:58.537Z | Checking tinytemplate v1.2.1 |
| 2791 | 2026-05-28T05:48:58.685Z | Checking shell-words v1.1.1 |
| 2792 | 2026-05-28T05:48:58.782Z | Checking anes v0.1.6 |
| 2793 | 2026-05-28T05:48:58.815Z | Checking oorandom v11.1.5 |
| 2794 | 2026-05-28T05:48:58.847Z | Compiling rustls v0.21.12 |
| 2795 | 2026-05-28T05:48:58.991Z | Checking criterion v0.7.0 |
| 2796 | 2026-05-28T05:48:59.106Z | Checking typeid v1.0.3 |
| 2797 | 2026-05-28T05:48:59.138Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2798 | 2026-05-28T05:48:59.242Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2799 | 2026-05-28T05:48:59.464Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2800 | 2026-05-28T05:48:59.690Z | Checking rustls-webpki v0.101.7 |
| 2801 | 2026-05-28T05:49:00.065Z | Checking sct v0.7.1 |
| 2802 | 2026-05-28T05:49:00.106Z | Compiling nix v0.29.0 |
| 2803 | 2026-05-28T05:49:00.232Z | Compiling dropshot v0.16.7 |
| 2804 | 2026-05-28T05:49:00.267Z | Checking hex-literal v0.4.1 |
| 2805 | 2026-05-28T05:49:01.546Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-28T05:49:01.549Z | Checking erased-serde v0.4.9 |
| 2807 | 2026-05-28T05:49:01.549Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2808 | 2026-05-28T05:49:01.758Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2809 | 2026-05-28T05:49:02.544Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2810 | 2026-05-28T05:49:03.375Z | Checking toml v0.9.12+spec-1.1.0 |
| 2811 | 2026-05-28T05:49:03.997Z | Checking ordered-float v2.10.1 |
| 2812 | 2026-05-28T05:49:04.137Z | Compiling dropshot_endpoint v0.16.7 |
| 2813 | 2026-05-28T05:49:04.263Z | Checking serde-value v0.7.0 |
| 2814 | 2026-05-28T05:49:04.506Z | Checking tokio-rustls v0.24.1 |
| 2815 | 2026-05-28T05:49:04.739Z | Checking serde-untagged v0.1.9 |
| 2816 | 2026-05-28T05:49:05.228Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2817 | 2026-05-28T05:49:06.052Z | Checking rustls-pemfile v1.0.4 |
| 2818 | 2026-05-28T05:49:06.140Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2819 | 2026-05-28T05:49:06.225Z | Checking twox-hash v2.1.2 |
| 2820 | 2026-05-28T05:49:06.368Z | Checking unicode-xid v0.2.6 |
| 2821 | 2026-05-28T05:49:06.511Z | Checking cargo-util-schemas v0.8.2 |
| 2822 | 2026-05-28T05:49:06.610Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2823 | 2026-05-28T05:49:06.860Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2824 | 2026-05-28T05:49:07.043Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2825 | 2026-05-28T05:49:07.405Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2826 | 2026-05-28T05:49:07.868Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2827 | 2026-05-28T05:49:08.062Z | Checking fatfs v0.3.6 |
| 2828 | 2026-05-28T05:49:08.131Z | Checking cargo-platform v0.2.0 |
| 2829 | 2026-05-28T05:49:08.345Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2830 | 2026-05-28T05:49:08.388Z | Compiling petname v2.0.2 |
| 2831 | 2026-05-28T05:49:08.542Z | Compiling seq-macro v0.3.6 |
| 2832 | 2026-05-28T05:49:09.055Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-05-28T05:49:09.087Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2834 | 2026-05-28T05:49:09.676Z | Checking concurrent-queue v2.5.0 |
| 2835 | 2026-05-28T05:49:09.833Z | Checking rtoolbox v0.0.3 |
| 2836 | 2026-05-28T05:49:09.895Z | Checking parking v2.2.1 |
| 2837 | 2026-05-28T05:49:09.999Z | Checking rpassword v7.4.0 |
| 2838 | 2026-05-28T05:49:10.051Z | Checking event-listener v5.4.1 |
| 2839 | 2026-05-28T05:49:10.300Z | Checking tui-tree-widget v0.23.1 |
| 2840 | 2026-05-28T05:49:10.520Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2841 | 2026-05-28T05:49:10.555Z | Checking polyval v0.6.2 |
| 2842 | 2026-05-28T05:49:10.710Z | Checking sapling-renderdag v0.1.0 |
| 2843 | 2026-05-28T05:49:10.751Z | Checking sync-ptr v0.1.4 |
| 2844 | 2026-05-28T05:49:10.784Z | Checking ghash v0.5.1 |
| 2845 | 2026-05-28T05:49:10.897Z | Checking event-listener-strategy v0.5.4 |
| 2846 | 2026-05-28T05:49:10.930Z | Compiling samael v0.0.19 |
| 2847 | 2026-05-28T05:49:10.933Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2848 | 2026-05-28T05:49:10.994Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2849 | 2026-05-28T05:49:11.085Z | Checking ctr v0.9.2 |
| 2850 | 2026-05-28T05:49:11.227Z | Checking constant_time_eq v0.4.2 |
| 2851 | 2026-05-28T05:49:11.287Z | Checking arrayvec v0.7.6 |
| 2852 | 2026-05-28T05:49:11.396Z | Checking arrayref v0.3.9 |
| 2853 | 2026-05-28T05:49:11.502Z | Checking futures-timer v3.0.3 |
| 2854 | 2026-05-28T05:49:11.533Z | Checking aes-gcm v0.10.3 |
| 2855 | 2026-05-28T05:49:11.714Z | Checking async-lock v3.4.2 |
| 2856 | 2026-05-28T05:49:11.717Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2857 | 2026-05-28T05:49:11.777Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2858 | 2026-05-28T05:49:12.125Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-28T05:49:12.719Z | Checking ssh-encoding v0.2.0 |
| 2860 | 2026-05-28T05:49:12.945Z | Checking blowfish v0.9.1 |
| 2861 | 2026-05-28T05:49:13.129Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-05-28T05:49:13.304Z | Checking ssh-cipher v0.2.0 |
| 2863 | 2026-05-28T05:49:13.339Z | Checking async-object-pool v0.2.0 |
| 2864 | 2026-05-28T05:49:13.482Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-05-28T05:49:13.513Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2866 | 2026-05-28T05:49:13.860Z | Checking serde_regex v1.1.0 |
| 2867 | 2026-05-28T05:49:14.050Z | Checking password-hash v0.4.2 |
| 2868 | 2026-05-28T05:49:14.176Z | Checking assert-json-diff v2.0.2 |
| 2869 | 2026-05-28T05:49:14.299Z | Checking path-tree v0.8.3 |
| 2870 | 2026-05-28T05:49:14.374Z | Checking gimli v0.32.3 |
| 2871 | 2026-05-28T05:49:14.442Z | Compiling target-lexicon v0.13.3 |
| 2872 | 2026-05-28T05:49:14.515Z | Checking stringmetrics v2.2.2 |
| 2873 | 2026-05-28T05:49:14.697Z | Checking httpmock v0.8.3 |
| 2874 | 2026-05-28T05:49:15.026Z | Checking pbkdf2 v0.11.0 |
| 2875 | 2026-05-28T05:49:15.228Z | Checking ssh-key v0.6.7 |
| 2876 | 2026-05-28T05:49:15.927Z | Checking addr2line v0.25.1 |
| 2877 | 2026-05-28T05:49:16.256Z | Checking p256 v0.13.2 |
| 2878 | 2026-05-28T05:49:16.548Z | Checking p521 v0.13.3 |
| 2879 | 2026-05-28T05:49:16.597Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2880 | 2026-05-28T05:49:16.872Z | Checking russh-cryptovec v0.7.3 |
| 2881 | 2026-05-28T05:49:16.926Z | Checking rustc-demangle v0.1.27 |
| 2882 | 2026-05-28T05:49:17.041Z | Compiling guppy-workspace-hack v0.1.0 |
| 2883 | 2026-05-28T05:49:17.171Z | Checking md5 v0.7.0 |
| 2884 | 2026-05-28T05:49:17.203Z | Checking backtrace v0.3.76 |
| 2885 | 2026-05-28T05:49:17.376Z | Checking russh-keys v0.45.0 |
| 2886 | 2026-05-28T05:49:17.555Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2887 | 2026-05-28T05:49:17.566Z | Checking num-bigint v0.4.6 |
| 2888 | 2026-05-28T05:49:17.759Z | Checking des v0.8.1 |
| 2889 | 2026-05-28T05:49:17.947Z | Compiling blake3 v1.8.3 |
| 2890 | 2026-05-28T05:49:18.016Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2891 | 2026-05-28T05:49:18.065Z | Compiling target-spec v3.5.7 |
| 2892 | 2026-05-28T05:49:18.447Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2893 | 2026-05-28T05:49:18.537Z | Checking russh v0.45.0 |
| 2894 | 2026-05-28T05:49:18.612Z | Checking cfg-expr v0.20.6 |
| 2895 | 2026-05-28T05:49:18.836Z | Checking backtrace-ext v0.2.1 |
| 2896 | 2026-05-28T05:49:19.023Z | Checking supports-color v2.1.0 |
| 2897 | 2026-05-28T05:49:19.080Z | Checking textwrap v0.15.2 |
| 2898 | 2026-05-28T05:49:19.112Z | Checking supports-unicode v2.1.0 |
| 2899 | 2026-05-28T05:49:19.183Z | Checking supports-hyperlinks v2.1.0 |
| 2900 | 2026-05-28T05:49:19.254Z | Checking hashbrown v0.14.5 |
| 2901 | 2026-05-28T05:49:19.318Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2902 | 2026-05-28T05:49:19.350Z | Checking cargo-platform v0.3.2 |
| 2903 | 2026-05-28T05:49:19.547Z | Checking terminal_size v0.1.17 |
| 2904 | 2026-05-28T05:49:19.576Z | Checking socket2 v0.5.10 |
| 2905 | 2026-05-28T05:49:19.683Z | Compiling miette-derive v5.10.0 |
| 2906 | 2026-05-28T05:49:19.753Z | Checking owo-colors v3.5.0 |
| 2907 | 2026-05-28T05:49:19.860Z | Checking internet-checksum v0.2.1 |
| 2908 | 2026-05-28T05:49:20.012Z | Checking chumsky v0.9.3 |
| 2909 | 2026-05-28T05:49:20.314Z | Checking cargo_metadata v0.23.1 |
| 2910 | 2026-05-28T05:49:20.830Z | Checking miette v5.10.0 |
| 2911 | 2026-05-28T05:49:21.065Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2912 | 2026-05-28T05:49:21.098Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2913 | 2026-05-28T05:49:21.293Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2914 | 2026-05-28T05:49:21.360Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2915 | 2026-05-28T05:49:21.574Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2916 | 2026-05-28T05:49:21.632Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2917 | 2026-05-28T05:49:21.850Z | Compiling knuffel-derive v3.2.0 |
| 2918 | 2026-05-28T05:49:21.903Z | Checking httptest v0.16.4 |
| 2919 | 2026-05-28T05:49:22.077Z | Checking pathdiff v0.2.3 |
| 2920 | 2026-05-28T05:49:22.218Z | Checking topological-sort v0.2.2 |
| 2921 | 2026-05-28T05:49:22.300Z | Checking nested v0.1.1 |
| 2922 | 2026-05-28T05:49:22.386Z | Checking omicron-zone-package v0.12.2 |
| 2923 | 2026-05-28T05:49:22.466Z | Checking guppy v0.17.25 |
| 2924 | 2026-05-28T05:49:22.500Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2925 | 2026-05-28T05:49:22.762Z | Checking similar-asserts v1.7.0 |
| 2926 | 2026-05-28T05:49:22.951Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2927 | 2026-05-28T05:49:23.115Z | Compiling target-triple v1.0.0 |
| 2928 | 2026-05-28T05:49:23.294Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2929 | 2026-05-28T05:49:23.355Z | Checking knuffel v3.2.0 |
| 2930 | 2026-05-28T05:49:23.458Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2931 | 2026-05-28T05:49:23.501Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2932 | 2026-05-28T05:49:23.848Z | Compiling git2 v0.20.4 |
| 2933 | 2026-05-28T05:49:23.996Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2934 | 2026-05-28T05:49:24.034Z | Checking hickory-client v0.25.2 |
| 2935 | 2026-05-28T05:49:24.223Z | Checking tokio-test v0.4.5 |
| 2936 | 2026-05-28T05:49:24.343Z | Compiling assert_cmd v2.1.2 |
| 2937 | 2026-05-28T05:49:24.462Z | Checking escape8259 v0.5.3 |
| 2938 | 2026-05-28T05:49:24.624Z | Checking libtest-mimic v0.8.1 |
| 2939 | 2026-05-28T05:49:24.865Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2940 | 2026-05-28T05:49:24.897Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2941 | 2026-05-28T05:49:25.004Z | Checking blake2b_simd v1.0.4 |
| 2942 | 2026-05-28T05:49:25.098Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2943 | 2026-05-28T05:49:25.425Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2944 | 2026-05-28T05:49:25.531Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2945 | 2026-05-28T05:49:25.604Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2946 | 2026-05-28T05:49:25.835Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2947 | 2026-05-28T05:49:25.867Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2948 | 2026-05-28T05:49:25.979Z | Compiling polar-core v0.27.3 |
| 2949 | 2026-05-28T05:49:26.153Z | Checking fancy-regex v0.14.0 |
| 2950 | 2026-05-28T05:49:26.487Z | Checking serde_tokenstream v0.2.3 |
| 2951 | 2026-05-28T05:49:26.555Z | Checking approx v0.5.1 |
| 2952 | 2026-05-28T05:49:26.700Z | Compiling rstest_macros v0.25.0 |
| 2953 | 2026-05-28T05:49:26.734Z | Checking uzers v0.12.2 |
| 2954 | 2026-05-28T05:49:26.796Z | Checking termcolor v1.4.1 |
| 2955 | 2026-05-28T05:49:26.981Z | Checking constant_time_eq v0.3.1 |
| 2956 | 2026-05-28T05:49:27.013Z | Compiling linkme-impl v0.3.35 |
| 2957 | 2026-05-28T05:49:27.044Z | Checking trybuild v1.0.116 |
| 2958 | 2026-05-28T05:49:27.115Z | Checking rust-argon2 v2.1.0 |
| 2959 | 2026-05-28T05:49:27.235Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2960 | 2026-05-28T05:49:27.410Z | Checking datatest-stable v0.3.3 |
| 2961 | 2026-05-28T05:49:27.769Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2962 | 2026-05-28T05:49:27.832Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2963 | 2026-05-28T05:49:28.063Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2964 | 2026-05-28T05:49:28.120Z | Checking support-bundle-viewer v0.1.2 |
| 2965 | 2026-05-28T05:49:28.403Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2966 | 2026-05-28T05:49:28.632Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2967 | 2026-05-28T05:49:28.737Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2968 | 2026-05-28T05:49:28.862Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2969 | 2026-05-28T05:49:28.966Z | Checking drift v0.1.4 |
| 2970 | 2026-05-28T05:49:29.096Z | Checking rand_distr v0.5.1 |
| 2971 | 2026-05-28T05:49:29.306Z | Checking multimap v0.10.1 |
| 2972 | 2026-05-28T05:49:29.515Z | Compiling linkme v0.3.35 |
| 2973 | 2026-05-28T05:49:29.551Z | Compiling relative-path v1.9.3 |
| 2974 | 2026-05-28T05:49:29.876Z | Checking dropshot-api-manager v0.7.1 |
| 2975 | 2026-05-28T05:49:30.938Z | Checking oso v0.27.3 |
| 2976 | 2026-05-28T05:49:31.215Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2977 | 2026-05-28T05:49:31.634Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2978 | 2026-05-28T05:49:31.766Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2979 | 2026-05-28T05:49:31.980Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2980 | 2026-05-28T05:49:32.079Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2981 | 2026-05-28T05:49:32.216Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2982 | 2026-05-28T05:49:32.412Z | Checking cargo_toml v0.21.0 |
| 2983 | 2026-05-28T05:49:32.446Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2984 | 2026-05-28T05:49:32.635Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2985 | 2026-05-28T05:49:32.926Z | Checking partial-io v0.5.4 |
| 2986 | 2026-05-28T05:49:33.088Z | Checking termios v0.3.3 |
| 2987 | 2026-05-28T05:49:33.124Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2988 | 2026-05-28T05:49:33.250Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2989 | 2026-05-28T05:49:33.333Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2990 | 2026-05-28T05:49:33.708Z | Checking rstest v0.25.0 |
| 2991 | 2026-05-28T05:49:35.069Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2992 | 2026-05-28T05:49:38.131Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2993 | 2026-05-28T05:49:41.536Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2994 | 2026-05-28T05:49:42.945Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2995 | 2026-05-28T05:49:45.545Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2996 | 2026-05-28T05:49:49.178Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2997 | 2026-05-28T05:49:54.804Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2998 | 2026-05-28T05:49:58.088Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2999 | 2026-05-28T05:49:59.116Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3000 | 2026-05-28T05:50:00.297Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3001 | 2026-05-28T05:50:00.753Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3002 | 2026-05-28T05:50:09.735Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3003 | 2026-05-28T05:51:23.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3004 | 2026-05-28T05:51:24.590Z | |
| 3005 | 2026-05-28T05:51:24.590Z | real 4:06.318067208 |
| 3006 | 2026-05-28T05:51:24.590Z | user 20:56.609578638 |
| 3007 | 2026-05-28T05:51:24.590Z | sys 4:52.599643104 |
| 3008 | 2026-05-28T05:51:24.590Z | trap 0.511920095 |
| 3009 | 2026-05-28T05:51:24.593Z | tflt 0.893790807 |
| 3010 | 2026-05-28T05:51:24.593Z | dflt 0.468099107 |
| 3011 | 2026-05-28T05:51:24.593Z | kflt 0.027743399 |
| 3012 | 2026-05-28T05:51:24.593Z | lock 57:37.329358661 |
| 3013 | 2026-05-28T05:51:24.593Z | slp 57:35.860833158 |
| 3014 | 2026-05-28T05:51:24.593Z | lat 1:55.925916760 |
| 3015 | 2026-05-28T05:51:24.593Z | stop 10:52.051417072 |
| 3016 | 2026-05-28T05:51:24.593Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3017 | 2026-05-28T05:51:24.593Z | + ptime -m cargo doc --workspace --no-deps |
| 3018 | 2026-05-28T05:51:25.474Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3019 | 2026-05-28T05:51:25.474Z | | |
| 3020 | 2026-05-28T05:51:25.474Z | = 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)` |
| 3021 | 2026-05-28T05:51:25.474Z | = 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> |
| 3022 | 2026-05-28T05:51:26.459Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3023 | 2026-05-28T05:51:26.692Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3024 | 2026-05-28T05:51:26.736Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3025 | 2026-05-28T05:51:26.799Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3026 | 2026-05-28T05:51:26.912Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3027 | 2026-05-28T05:51:26.959Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3028 | 2026-05-28T05:51:26.987Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3029 | 2026-05-28T05:51:27.014Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3030 | 2026-05-28T05:51:27.064Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3031 | 2026-05-28T05:51:27.184Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3032 | 2026-05-28T05:51:27.224Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3033 | 2026-05-28T05:51:27.271Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3034 | 2026-05-28T05:51:27.296Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3035 | 2026-05-28T05:51:27.342Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3036 | 2026-05-28T05:51:27.366Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3037 | 2026-05-28T05:51:27.391Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3038 | 2026-05-28T05:51:27.394Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3039 | 2026-05-28T05:51:27.459Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3040 | 2026-05-28T05:51:27.482Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3041 | 2026-05-28T05:51:27.507Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3042 | 2026-05-28T05:51:27.804Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3043 | 2026-05-28T05:51:28.049Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3044 | 2026-05-28T05:51:28.127Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3045 | 2026-05-28T05:51:28.200Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3046 | 2026-05-28T05:51:28.238Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3047 | 2026-05-28T05:51:28.273Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3048 | 2026-05-28T05:51:28.429Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3049 | 2026-05-28T05:51:28.464Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3050 | 2026-05-28T05:51:28.518Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3051 | 2026-05-28T05:51:28.629Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3052 | 2026-05-28T05:51:28.650Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3053 | 2026-05-28T05:51:28.788Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3054 | 2026-05-28T05:51:28.860Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3055 | 2026-05-28T05:51:28.888Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3056 | 2026-05-28T05:51:29.082Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3057 | 2026-05-28T05:51:29.112Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3058 | 2026-05-28T05:51:29.170Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3059 | 2026-05-28T05:51:29.353Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3060 | 2026-05-28T05:51:29.613Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3061 | 2026-05-28T05:51:29.854Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3062 | 2026-05-28T05:51:29.882Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3063 | 2026-05-28T05:51:29.962Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3064 | 2026-05-28T05:51:30.005Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3065 | 2026-05-28T05:51:30.179Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3066 | 2026-05-28T05:51:30.204Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3067 | 2026-05-28T05:51:30.372Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3068 | 2026-05-28T05:51:30.444Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3069 | 2026-05-28T05:51:30.470Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3070 | 2026-05-28T05:51:30.509Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3071 | 2026-05-28T05:51:30.671Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3072 | 2026-05-28T05:51:30.717Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3073 | 2026-05-28T05:51:30.764Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3074 | 2026-05-28T05:51:30.793Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3075 | 2026-05-28T05:51:30.905Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3076 | 2026-05-28T05:51:30.942Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3077 | 2026-05-28T05:51:30.966Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3078 | 2026-05-28T05:51:30.993Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3079 | 2026-05-28T05:51:30.993Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3080 | 2026-05-28T05:51:31.104Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3081 | 2026-05-28T05:51:31.143Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3082 | 2026-05-28T05:51:31.167Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3083 | 2026-05-28T05:51:31.397Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3084 | 2026-05-28T05:51:31.706Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3085 | 2026-05-28T05:51:31.729Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3086 | 2026-05-28T05:51:32.014Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3087 | 2026-05-28T05:51:32.139Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3088 | 2026-05-28T05:51:32.340Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3089 | 2026-05-28T05:51:32.511Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3090 | 2026-05-28T05:51:32.597Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3091 | 2026-05-28T05:51:32.600Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3092 | 2026-05-28T05:51:32.852Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3093 | 2026-05-28T05:51:32.995Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3094 | 2026-05-28T05:51:33.101Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3095 | 2026-05-28T05:51:33.255Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3096 | 2026-05-28T05:51:33.709Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3097 | 2026-05-28T05:51:33.766Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3098 | 2026-05-28T05:51:34.012Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3099 | 2026-05-28T05:51:34.409Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3100 | 2026-05-28T05:51:34.799Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3101 | 2026-05-28T05:51:34.802Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3102 | 2026-05-28T05:51:35.110Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3103 | 2026-05-28T05:51:35.158Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3104 | 2026-05-28T05:51:35.191Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3105 | 2026-05-28T05:51:35.330Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3106 | 2026-05-28T05:51:35.527Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3107 | 2026-05-28T05:51:35.583Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3108 | 2026-05-28T05:51:35.808Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3109 | 2026-05-28T05:51:35.848Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3110 | 2026-05-28T05:51:36.032Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3111 | 2026-05-28T05:51:36.058Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3112 | 2026-05-28T05:51:36.175Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3113 | 2026-05-28T05:51:36.201Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3114 | 2026-05-28T05:51:36.260Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3115 | 2026-05-28T05:51:36.317Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3116 | 2026-05-28T05:51:36.409Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3117 | 2026-05-28T05:51:36.432Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3118 | 2026-05-28T05:51:36.550Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3119 | 2026-05-28T05:51:36.574Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3120 | 2026-05-28T05:51:36.663Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3121 | 2026-05-28T05:51:36.685Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3122 | 2026-05-28T05:51:36.709Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3123 | 2026-05-28T05:51:36.775Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3124 | 2026-05-28T05:51:36.864Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3125 | 2026-05-28T05:51:36.981Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3126 | 2026-05-28T05:51:37.021Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3127 | 2026-05-28T05:51:37.069Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3128 | 2026-05-28T05:51:37.187Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3129 | 2026-05-28T05:51:37.278Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3130 | 2026-05-28T05:51:37.511Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3131 | 2026-05-28T05:51:37.533Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3132 | 2026-05-28T05:51:37.996Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3133 | 2026-05-28T05:51:38.068Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3134 | 2026-05-28T05:51:38.177Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3135 | 2026-05-28T05:51:38.222Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3136 | 2026-05-28T05:51:38.881Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3137 | 2026-05-28T05:51:39.669Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3138 | 2026-05-28T05:51:40.272Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3139 | 2026-05-28T05:51:40.306Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3140 | 2026-05-28T05:51:40.458Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3141 | 2026-05-28T05:51:40.972Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3142 | 2026-05-28T05:51:41.140Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3143 | 2026-05-28T05:51:41.329Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3144 | 2026-05-28T05:51:41.614Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3145 | 2026-05-28T05:51:41.732Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3146 | 2026-05-28T05:51:41.860Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3147 | 2026-05-28T05:51:41.883Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3148 | 2026-05-28T05:51:42.039Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3149 | 2026-05-28T05:51:42.354Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3150 | 2026-05-28T05:51:42.532Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3151 | 2026-05-28T05:51:42.583Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3152 | 2026-05-28T05:51:43.075Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3153 | 2026-05-28T05:51:43.100Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3154 | 2026-05-28T05:51:43.492Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3155 | 2026-05-28T05:51:43.733Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3156 | 2026-05-28T05:51:43.803Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3157 | 2026-05-28T05:51:44.572Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3158 | 2026-05-28T05:51:44.596Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3159 | 2026-05-28T05:51:45.506Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3160 | 2026-05-28T05:51:45.914Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3161 | 2026-05-28T05:51:46.009Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3162 | 2026-05-28T05:51:46.744Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3163 | 2026-05-28T05:51:46.769Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3164 | 2026-05-28T05:51:47.157Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3165 | 2026-05-28T05:51:47.328Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3166 | 2026-05-28T05:51:47.353Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3167 | 2026-05-28T05:51:47.398Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3168 | 2026-05-28T05:51:47.608Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3169 | 2026-05-28T05:51:47.815Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3170 | 2026-05-28T05:51:47.934Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3171 | 2026-05-28T05:51:48.309Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3172 | 2026-05-28T05:51:48.377Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3173 | 2026-05-28T05:51:48.590Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3174 | 2026-05-28T05:51:48.977Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3175 | 2026-05-28T05:51:49.002Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3176 | 2026-05-28T05:51:49.790Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3177 | 2026-05-28T05:51:50.154Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3178 | 2026-05-28T05:51:51.942Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3179 | 2026-05-28T05:51:52.837Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3180 | 2026-05-28T05:51:53.184Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3181 | 2026-05-28T05:51:53.561Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3182 | 2026-05-28T05:51:54.161Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3183 | 2026-05-28T05:51:54.915Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-05-28T05:51:55.663Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3185 | 2026-05-28T05:51:55.845Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3186 | 2026-05-28T05:51:56.032Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3187 | 2026-05-28T05:51:56.292Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3188 | 2026-05-28T05:51:57.372Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3189 | 2026-05-28T05:51:57.469Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3190 | 2026-05-28T05:51:57.532Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3191 | 2026-05-28T05:51:57.822Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3192 | 2026-05-28T05:51:58.125Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3193 | 2026-05-28T05:51:58.549Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3194 | 2026-05-28T05:51:58.573Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3195 | 2026-05-28T05:51:58.670Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3196 | 2026-05-28T05:51:58.817Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3197 | 2026-05-28T05:51:59.569Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3198 | 2026-05-28T05:51:59.879Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3199 | 2026-05-28T05:52:00.055Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3200 | 2026-05-28T05:52:00.321Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3201 | 2026-05-28T05:52:00.644Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3202 | 2026-05-28T05:52:00.671Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3203 | 2026-05-28T05:52:01.377Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3204 | 2026-05-28T05:52:01.408Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3205 | 2026-05-28T05:52:01.533Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3206 | 2026-05-28T05:52:02.367Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3207 | 2026-05-28T05:52:02.397Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3208 | 2026-05-28T05:52:02.510Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3209 | 2026-05-28T05:52:05.147Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3210 | 2026-05-28T05:52:06.450Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3211 | 2026-05-28T05:52:06.986Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3212 | 2026-05-28T05:52:07.439Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3213 | 2026-05-28T05:52:08.673Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3214 | 2026-05-28T05:52:10.344Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3215 | 2026-05-28T05:52:10.961Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3216 | 2026-05-28T05:52:12.278Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3217 | 2026-05-28T05:52:12.648Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3218 | 2026-05-28T05:52:13.904Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3219 | 2026-05-28T05:52:14.609Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3220 | 2026-05-28T05:52:15.023Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3221 | 2026-05-28T05:52:16.802Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3222 | 2026-05-28T05:52:17.089Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3223 | 2026-05-28T05:52:17.203Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3224 | 2026-05-28T05:52:17.793Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3225 | 2026-05-28T05:52:18.678Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3226 | 2026-05-28T05:52:23.455Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3227 | 2026-05-28T05:52:23.698Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3228 | 2026-05-28T05:52:24.475Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3229 | 2026-05-28T05:52:25.841Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3230 | 2026-05-28T05:52:26.488Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3231 | 2026-05-28T05:52:27.143Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3232 | 2026-05-28T05:52:27.889Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3233 | 2026-05-28T05:52:28.617Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3234 | 2026-05-28T05:52:29.361Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3235 | 2026-05-28T05:52:30.082Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3236 | 2026-05-28T05:52:30.773Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3237 | 2026-05-28T05:52:31.506Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3238 | 2026-05-28T05:52:32.338Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3239 | 2026-05-28T05:52:32.509Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-05-28T05:52:34.272Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3241 | 2026-05-28T05:52:35.461Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3242 | 2026-05-28T05:52:36.357Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3243 | 2026-05-28T05:52:37.778Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3244 | 2026-05-28T05:52:38.990Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3245 | 2026-05-28T05:52:39.628Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3246 | 2026-05-28T05:52:40.950Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3247 | 2026-05-28T05:52:41.737Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3248 | 2026-05-28T05:52:42.859Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3249 | 2026-05-28T05:52:45.178Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3250 | 2026-05-28T05:52:45.638Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3251 | 2026-05-28T05:52:46.384Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3252 | 2026-05-28T05:52:47.905Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3253 | 2026-05-28T05:52:48.859Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3254 | 2026-05-28T05:52:50.338Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3255 | 2026-05-28T05:52:52.561Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3256 | 2026-05-28T05:52:53.222Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3257 | 2026-05-28T05:52:54.706Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3258 | 2026-05-28T05:52:56.409Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3259 | 2026-05-28T05:52:57.803Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3260 | 2026-05-28T05:53:00.879Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3261 | 2026-05-28T05:53:04.039Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3262 | 2026-05-28T05:53:05.460Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3263 | 2026-05-28T05:53:08.795Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3264 | 2026-05-28T05:53:10.331Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3265 | 2026-05-28T05:53:10.621Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3266 | 2026-05-28T05:53:11.848Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3267 | 2026-05-28T05:53:13.455Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3268 | 2026-05-28T05:53:15.054Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3269 | 2026-05-28T05:53:17.050Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3270 | 2026-05-28T05:53:18.866Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3271 | 2026-05-28T05:53:20.484Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3272 | 2026-05-28T05:53:22.493Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3273 | 2026-05-28T05:53:23.827Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3274 | 2026-05-28T05:53:25.575Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3275 | 2026-05-28T05:53:27.221Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3276 | 2026-05-28T05:53:28.934Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3277 | 2026-05-28T05:53:30.586Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3278 | 2026-05-28T05:53:32.300Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3279 | 2026-05-28T05:53:35.593Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3280 | 2026-05-28T05:53:37.281Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3281 | 2026-05-28T05:53:39.336Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3282 | 2026-05-28T05:53:41.026Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3283 | 2026-05-28T05:53:42.861Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3284 | 2026-05-28T05:53:44.563Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3285 | 2026-05-28T05:53:46.784Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3286 | 2026-05-28T05:53:48.497Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3287 | 2026-05-28T05:53:50.607Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3288 | 2026-05-28T05:53:52.437Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3289 | 2026-05-28T05:53:54.153Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3290 | 2026-05-28T05:53:56.992Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3291 | 2026-05-28T05:53:58.389Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3292 | 2026-05-28T05:54:01.143Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3293 | 2026-05-28T05:54:03.172Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3294 | 2026-05-28T05:54:05.323Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3295 | 2026-05-28T05:54:07.553Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3296 | 2026-05-28T05:54:09.696Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3297 | 2026-05-28T05:54:11.892Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3298 | 2026-05-28T05:54:14.097Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3299 | 2026-05-28T05:54:16.366Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3300 | 2026-05-28T05:54:18.510Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3301 | 2026-05-28T05:54:20.982Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3302 | 2026-05-28T05:54:23.291Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3303 | 2026-05-28T05:54:24.967Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3304 | 2026-05-28T05:54:27.197Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3305 | 2026-05-28T05:54:29.435Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3306 | 2026-05-28T05:54:31.664Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3307 | 2026-05-28T05:54:33.844Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3308 | 2026-05-28T05:54:36.124Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3309 | 2026-05-28T05:54:38.370Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3310 | 2026-05-28T05:54:40.555Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3311 | 2026-05-28T05:54:42.817Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3312 | 2026-05-28T05:54:45.081Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3313 | 2026-05-28T05:54:47.304Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3314 | 2026-05-28T05:54:49.585Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3315 | 2026-05-28T05:54:51.839Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3316 | 2026-05-28T05:54:54.035Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3317 | 2026-05-28T05:54:56.263Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3318 | 2026-05-28T05:54:58.705Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3319 | 2026-05-28T05:55:01.090Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3320 | 2026-05-28T05:55:03.217Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3321 | 2026-05-28T05:55:05.547Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3322 | 2026-05-28T05:55:07.833Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3323 | 2026-05-28T05:55:10.134Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3324 | 2026-05-28T05:55:12.523Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3325 | 2026-05-28T05:55:15.351Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3326 | 2026-05-28T05:55:17.488Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3327 | 2026-05-28T05:55:19.896Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3328 | 2026-05-28T05:55:22.300Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3329 | 2026-05-28T05:55:24.743Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-05-28T05:55:27.223Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3331 | 2026-05-28T05:55:29.610Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3332 | 2026-05-28T05:55:31.980Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3333 | 2026-05-28T05:55:34.484Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3334 | 2026-05-28T05:55:37.088Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3335 | 2026-05-28T05:55:39.539Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3336 | 2026-05-28T05:55:42.100Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3337 | 2026-05-28T05:55:44.749Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3338 | 2026-05-28T05:55:47.253Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3339 | 2026-05-28T05:55:49.761Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3340 | 2026-05-28T05:55:52.207Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3341 | 2026-05-28T05:55:54.774Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3342 | 2026-05-28T05:55:57.348Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3343 | 2026-05-28T05:56:00.239Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3344 | 2026-05-28T05:56:02.662Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3345 | 2026-05-28T05:56:05.310Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3346 | 2026-05-28T05:56:12.741Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3347 | 2026-05-28T05:56:12.904Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3348 | 2026-05-28T05:56:16.379Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3349 | 2026-05-28T05:56:19.618Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3350 | 2026-05-28T05:56:22.906Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3351 | 2026-05-28T05:56:26.241Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3352 | 2026-05-28T05:56:30.909Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3353 | 2026-05-28T05:56:33.707Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3354 | 2026-05-28T05:56:37.283Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3355 | 2026-05-28T05:56:41.115Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3356 | 2026-05-28T05:56:44.619Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3357 | 2026-05-28T05:56:48.294Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3358 | 2026-05-28T05:56:51.964Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3359 | 2026-05-28T05:56:55.661Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3360 | 2026-05-28T05:56:59.301Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3361 | 2026-05-28T05:57:03.060Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3362 | 2026-05-28T05:57:06.633Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3363 | 2026-05-28T05:57:10.352Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3364 | 2026-05-28T05:57:13.973Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3365 | 2026-05-28T05:57:17.662Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3366 | 2026-05-28T05:57:21.306Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3367 | 2026-05-28T05:57:24.984Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3368 | 2026-05-28T05:57:28.673Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3369 | 2026-05-28T05:57:32.323Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3370 | 2026-05-28T05:58:01.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
| 3371 | 2026-05-28T05:58:01.897Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3372 | 2026-05-28T05:58:02.003Z | |
| 3373 | 2026-05-28T05:58:02.007Z | real 6:37.322208644 |
| 3374 | 2026-05-28T05:58:02.007Z | user 17:46.947707464 |
| 3375 | 2026-05-28T05:58:02.007Z | sys 3:47.520213962 |
| 3376 | 2026-05-28T05:58:02.007Z | trap 0.268170713 |
| 3377 | 2026-05-28T05:58:02.007Z | tflt 0.006319143 |
| 3378 | 2026-05-28T05:58:02.007Z | dflt 0.065677313 |
| 3379 | 2026-05-28T05:58:02.007Z | kflt 0.000017500 |
| 3380 | 2026-05-28T05:58:02.007Z | lock 6:06:12.628559432 |
| 3381 | 2026-05-28T05:58:02.007Z | slp 2:13:17.781355393 |
| 3382 | 2026-05-28T05:58:02.007Z | lat 37.454340751 |
| 3383 | 2026-05-28T05:58:02.007Z | stop 1:45.155378880 |
| 3384 | 2026-05-28T05:58:02.007Z | process exited: duration 777554 ms, exit code 0 |
| |
| 3385 | 2026-05-28T05:58:02.013Z | found 0 output files |