|
|
|
| 1 | 2026-05-28T04:45:47.987Z | job assigned to worker 01KSPECQDKZTB1YD711CSEDAG4 [factory aws, i-02b2fe10456146ddb] (queued for 52 s) |
| |
| 2 | 2026-05-28T04:45:54.814Z | starting task 0: "setup" |
| 3 | 2026-05-28T04:45:54.819Z | ++ uname -s |
| 4 | 2026-05-28T04:45:54.821Z | + kern=SunOS |
| 5 | 2026-05-28T04:45:54.821Z | + build_user=build |
| 6 | 2026-05-28T04:45:54.821Z | + build_uid=12345 |
| 7 | 2026-05-28T04:45:54.821Z | + work_dir=/work |
| 8 | 2026-05-28T04:45:54.821Z | + input_dir=/input |
| 9 | 2026-05-28T04:45:54.821Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T04:45:54.822Z | + case "$kern" in |
| 11 | 2026-05-28T04:45:54.822Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T04:45:54.824Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T04:45:56.828Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T04:45:56.985Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T04:45:56.988Z | + home_fs=zfs |
| 16 | 2026-05-28T04:45:56.988Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T04:45:56.988Z | + mkdir -p /home/build |
| 18 | 2026-05-28T04:45:56.988Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T04:45:58.988Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T04:45:58.991Z | process exited: duration 4176 ms, exit code 0 |
| |
| 21 | 2026-05-28T04:45:58.996Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T04:45:59.001Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T04:45:59.001Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T04:45:59.001Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-28T04:45:59.001Z | * rust toolchain profile = "default" |
| 26 | 2026-05-28T04:45:59.001Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T04:45:59.001Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T04:45:59.004Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T04:45:59.004Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T04:45:59.104Z | info: downloading installer |
| 31 | 2026-05-28T04:46:00.669Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T04:46:00.669Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T04:46:00.669Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T04:46:00.669Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T04:46:00.681Z | info: profile set to default |
| 36 | 2026-05-28T04:46:00.681Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T04:46:00.684Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T04:46:00.823Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T04:46:00.826Z | info: downloading 6 components |
| 40 | 2026-05-28T04:46:14.441Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T04:46:14.441Z | |
| 42 | 2026-05-28T04:46:14.476Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T04:46:14.476Z | |
| 44 | 2026-05-28T04:46:14.476Z | |
| 45 | 2026-05-28T04:46:14.476Z | Rust is installed now. Great! |
| 46 | 2026-05-28T04:46:14.476Z | |
| 47 | 2026-05-28T04:46:14.476Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T04:46:14.479Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T04:46:14.480Z | |
| 50 | 2026-05-28T04:46:14.480Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T04:46:14.480Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T04:46:14.480Z | |
| 53 | 2026-05-28T04:46:14.480Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T04:46:14.480Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T04:46:14.480Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T04:46:14.480Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T04:46:14.480Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T04:46:14.480Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T04:46:14.480Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T04:46:14.480Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T04:46:14.480Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T04:46:14.582Z | + rustup --version |
| 63 | 2026-05-28T04:46:14.591Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T04:46:14.593Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T04:46:14.613Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T04:46:14.616Z | + cargo --version |
| 67 | 2026-05-28T04:46:14.628Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T04:46:14.631Z | + rustc --version |
| 69 | 2026-05-28T04:46:14.651Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T04:46:14.654Z | process exited: duration 15656 ms, exit code 0 |
| |
| 71 | 2026-05-28T04:46:14.660Z | starting task 2: "authentication" |
| 72 | 2026-05-28T04:46:14.676Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T04:46:14.682Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T04:46:14.685Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T04:46:14.688Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T04:46:14.725Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T04:46:25.597Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T04:46:25.597Z | + git fetch origin 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 |
| 79 | 2026-05-28T04:46:25.843Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T04:46:25.843Z | * branch 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 -> FETCH_HEAD |
| 81 | 2026-05-28T04:46:25.853Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-05-28T04:46:25.855Z | ++ git branch --show-current |
| 83 | 2026-05-28T04:46:25.855Z | + current=main |
| 84 | 2026-05-28T04:46:25.855Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-05-28T04:46:25.855Z | + git branch -f multicast-e2e 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 |
| 86 | 2026-05-28T04:46:25.858Z | + git checkout -f multicast-e2e |
| 87 | 2026-05-28T04:46:26.151Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-05-28T04:46:26.153Z | + git reset --hard 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 |
| 89 | 2026-05-28T04:46:26.181Z | HEAD is now at 59309cb70 merge main + mag update |
| 90 | 2026-05-28T04:46:26.183Z | process exited: duration 11499 ms, exit code 0 |
| |
| 91 | 2026-05-28T04:46:26.188Z | starting task 4: "build" |
| 92 | 2026-05-28T04:46:26.192Z | + source ./env.sh |
| 93 | 2026-05-28T04:46:26.194Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-28T04:46:26.194Z | ++ set -o xtrace |
| 95 | 2026-05-28T04:46:26.194Z | ++++ dirname ./env.sh |
| 96 | 2026-05-28T04:46:26.202Z | +++ readlink -f . |
| 97 | 2026-05-28T04:46:26.206Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-28T04:46:26.209Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-28T04:46:26.209Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-28T04:46:26.209Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-28T04:46:26.209Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-28T04:46:26.209Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-28T04:46:26.209Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-28T04:46:26.209Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-28T04:46:26.209Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-28T04:46:26.209Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-28T04:46:26.209Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-28T04:46:26.209Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-05-28T04:46:26.209Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-05-28T04:46:26.209Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-05-28T04:46:26.209Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-05-28T04:46:26.209Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-05-28T04:46:26.209Z | + cargo --version |
| 114 | 2026-05-28T04:46:26.216Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 115 | 2026-05-28T04:46:26.219Z | + rustc --version |
| 116 | 2026-05-28T04:46:26.240Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 117 | 2026-05-28T04:46:26.244Z | + banner prerequisites |
| 118 | 2026-05-28T04:46:26.246Z | |
| 119 | 2026-05-28T04:46:26.246Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-28T04:46:26.246Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-28T04:46:26.246Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-28T04:46:26.246Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-28T04:46:26.246Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-28T04:46:26.246Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-28T04:46:26.246Z | |
| 126 | 2026-05-28T04:46:26.246Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-28T04:46:27.692Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-28T04:46:27.759Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-28T04:46:28.018Z | Planning: Solver setup ... Done (0.224s) |
| 130 | 2026-05-28T04:46:28.036Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-28T04:46:28.050Z | Planning: Finding local manifests ... Done (0.010s) |
| 132 | 2026-05-28T04:46:28.061Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-28T04:46:28.077Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-28T04:46:28.092Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-28T04:46:28.095Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-28T04:46:28.280Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 137 | 2026-05-28T04:46:28.283Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-28T04:46:29.095Z | Planning: Evaluating mediators ... Done (0.814s) |
| 139 | 2026-05-28T04:46:29.097Z | Planning: Planning completed in 1.32 seconds |
| 140 | 2026-05-28T04:46:29.103Z | Packages to install: 2 |
| 141 | 2026-05-28T04:46:29.105Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-28T04:46:29.105Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-28T04:46:29.105Z | Create boot environment: No |
| 144 | 2026-05-28T04:46:29.105Z | Create backup boot environment: No |
| 145 | 2026-05-28T04:46:29.105Z | Rebuild boot archive: No |
| 146 | 2026-05-28T04:46:29.105Z | |
| 147 | 2026-05-28T04:46:29.105Z | Changed packages: |
| 148 | 2026-05-28T04:46:29.105Z | helios |
| 149 | 2026-05-28T04:46:29.105Z | developer/build-essential |
| 150 | 2026-05-28T04:46:29.105Z | None -> 11-3.0 |
| 151 | 2026-05-28T04:46:29.106Z | library/libxmlsec1 |
| 152 | 2026-05-28T04:46:29.106Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-28T04:46:29.146Z | |
| 154 | 2026-05-28T04:46:29.146Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-28T04:46:29.637Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 156 | 2026-05-28T04:46:29.707Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-28T04:46:29.744Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-28T04:46:29.778Z | Finalize: Updating package state database ... Done (0.033s) |
| 159 | 2026-05-28T04:46:29.781Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-28T04:46:29.797Z | Finalize: Updating image state ... Done (0.018s) |
| 161 | 2026-05-28T04:46:32.148Z | Finalize: Creating fast lookup database ... Done (2.329s) |
| 162 | 2026-05-28T04:46:32.214Z | Finalize: Reading search index ... Done (0.010s) |
| 163 | 2026-05-28T04:46:32.217Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-28T04:46:32.294Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-28T04:46:32.590Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-28T04:46:32.696Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-28T04:46:32.699Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-28T04:46:32.857Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-28T04:46:32.860Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-28T04:46:32.881Z | Mediators to change: 2 |
| 171 | 2026-05-28T04:46:32.881Z | Create boot environment: No |
| 172 | 2026-05-28T04:46:32.881Z | Create backup boot environment: No |
| 173 | 2026-05-28T04:46:32.930Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-28T04:46:32.930Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-28T04:46:32.940Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-28T04:46:34.865Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-28T04:46:34.926Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-28T04:46:34.929Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-28T04:46:35.000Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-28T04:46:35.285Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-28T04:46:35.390Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-28T04:46:35.392Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-28T04:46:35.547Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-28T04:46:35.550Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-28T04:46:35.571Z | Mediators to change: 1 |
| 186 | 2026-05-28T04:46:35.571Z | Create boot environment: No |
| 187 | 2026-05-28T04:46:35.574Z | Create backup boot environment: No |
| 188 | 2026-05-28T04:46:35.638Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-28T04:46:35.638Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-28T04:46:35.647Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-28T04:46:37.596Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-28T04:46:37.663Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-28T04:46:37.666Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-28T04:46:37.741Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-28T04:46:38.055Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-28T04:46:38.055Z | apache system 2.4 system |
| 197 | 2026-05-28T04:46:38.055Z | clang system 15 system |
| 198 | 2026-05-28T04:46:38.055Z | csh system system illumos |
| 199 | 2026-05-28T04:46:38.055Z | ctags system system illumos |
| 200 | 2026-05-28T04:46:38.055Z | file vendor vendor darwinsys |
| 201 | 2026-05-28T04:46:38.055Z | file system system illumos |
| 202 | 2026-05-28T04:46:38.055Z | gcc vendor 14 vendor |
| 203 | 2026-05-28T04:46:38.055Z | gcc system 13 system |
| 204 | 2026-05-28T04:46:38.055Z | gcc system 10 system |
| 205 | 2026-05-28T04:46:38.055Z | go system 1.25 system |
| 206 | 2026-05-28T04:46:38.055Z | llvm system 15 system |
| 207 | 2026-05-28T04:46:38.055Z | mariadb system 11.4 system |
| 208 | 2026-05-28T04:46:38.055Z | mta vendor vendor dma |
| 209 | 2026-05-28T04:46:38.055Z | openjdk system 17 system |
| 210 | 2026-05-28T04:46:38.055Z | openjdk system 11 system |
| 211 | 2026-05-28T04:46:38.055Z | openssl vendor 3 vendor |
| 212 | 2026-05-28T04:46:38.055Z | perl system 5.40 system |
| 213 | 2026-05-28T04:46:38.055Z | postgresql system 18 system |
| 214 | 2026-05-28T04:46:38.055Z | postgresql system 17 system |
| 215 | 2026-05-28T04:46:38.055Z | python vendor 3 vendor |
| 216 | 2026-05-28T04:46:38.055Z | python system 2 system |
| 217 | 2026-05-28T04:46:38.055Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-28T04:46:38.055Z | ruby system 3.4 system |
| 219 | 2026-05-28T04:46:38.055Z | ruby system 3.0 system |
| 220 | 2026-05-28T04:46:38.055Z | words vendor vendor american-english |
| 221 | 2026-05-28T04:46:38.055Z | words system system australian-english |
| 222 | 2026-05-28T04:46:38.055Z | words system system british-english |
| 223 | 2026-05-28T04:46:38.055Z | words system system canadian-english |
| 224 | 2026-05-28T04:46:38.055Z | words system system french |
| 225 | 2026-05-28T04:46:38.055Z | words system system italian |
| 226 | 2026-05-28T04:46:38.055Z | words system system ngerman |
| 227 | 2026-05-28T04:46:38.055Z | words system system ogerman |
| 228 | 2026-05-28T04:46:38.055Z | words system system spanish |
| 229 | 2026-05-28T04:46:38.310Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-28T04:46:38.310Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-28T04:46:38.584Z | FMRI IFO |
| 232 | 2026-05-28T04:46:38.584Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-28T04:46:38.584Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-28T04:46:38.584Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-28T04:46:38.585Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-28T04:46:38.585Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-28T04:46:38.585Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-28T04:46:38.585Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-28T04:46:38.585Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-28T04:46:38.585Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-28T04:46:38.840Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-28T04:46:39.091Z | Updating crates.io index |
| 243 | 2026-05-28T04:46:39.094Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-28T04:46:39.393Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-28T04:46:40.381Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-28T04:46:40.994Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-28T04:46:41.817Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-28T04:46:42.326Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-28T04:46:43.845Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-28T04:46:44.788Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-28T04:46:45.089Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-28T04:46:46.256Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-28T04:46:46.603Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-28T04:46:46.949Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-28T04:46:47.180Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-28T04:46:48.295Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-28T04:46:48.774Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-28T04:46:49.139Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-28T04:46:49.528Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-28T04:46:49.819Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-28T04:46:50.231Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-28T04:46:50.585Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-28T04:46:50.802Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-28T04:46:51.029Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-28T04:46:51.467Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-28T04:46:51.985Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-05-28T04:46:52.228Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-05-28T04:46:52.862Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-05-28T04:46:53.098Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-05-28T04:46:53.574Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-05-28T04:46:53.835Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-05-28T04:46:55.230Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-28T04:46:55.638Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-05-28T04:46:56.078Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-05-28T04:46:56.320Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-05-28T04:46:56.758Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-05-28T04:46:57.053Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-05-28T04:46:57.350Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-05-28T04:46:57.648Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-05-28T04:46:58.059Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-05-28T04:46:58.302Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-05-28T04:46:58.525Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-05-28T04:47:11.755Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-05-28T04:47:13.899Z | Downloading crates ... |
| 285 | 2026-05-28T04:47:13.962Z | Downloaded cargo_metadata v0.21.0 |
| 286 | 2026-05-28T04:47:13.965Z | Downloaded anstyle-parse v1.0.0 |
| 287 | 2026-05-28T04:47:13.968Z | Downloaded form_urlencoded v1.2.2 |
| 288 | 2026-05-28T04:47:13.968Z | Downloaded writeable v0.6.2 |
| 289 | 2026-05-28T04:47:13.971Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-05-28T04:47:13.971Z | Downloaded usdt-macro v0.5.0 |
| 291 | 2026-05-28T04:47:13.973Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-05-28T04:47:13.975Z | Downloaded stable_deref_trait v1.2.1 |
| 293 | 2026-05-28T04:47:13.985Z | Downloaded thiserror-impl v1.0.69 |
| 294 | 2026-05-28T04:47:13.988Z | Downloaded zmij v1.0.21 |
| 295 | 2026-05-28T04:47:13.990Z | Downloaded idna_adapter v1.2.1 |
| 296 | 2026-05-28T04:47:13.990Z | Downloaded errno v0.3.14 |
| 297 | 2026-05-28T04:47:13.993Z | Downloaded ucd-trie v0.1.7 |
| 298 | 2026-05-28T04:47:13.993Z | Downloaded usdt-attr-macro v0.5.0 |
| 299 | 2026-05-28T04:47:13.993Z | Downloaded toml_write v0.1.2 |
| 300 | 2026-05-28T04:47:13.995Z | Downloaded thiserror-impl v2.0.18 |
| 301 | 2026-05-28T04:47:13.995Z | Downloaded serde-value v0.7.0 |
| 302 | 2026-05-28T04:47:13.995Z | Downloaded memmap v0.7.0 |
| 303 | 2026-05-28T04:47:13.998Z | Downloaded textwrap v0.16.2 |
| 304 | 2026-05-28T04:47:14.001Z | Downloaded utf8_iter v1.0.4 |
| 305 | 2026-05-28T04:47:14.003Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-05-28T04:47:14.004Z | Downloaded yoke v0.8.1 |
| 307 | 2026-05-28T04:47:14.004Z | Downloaded cargo_toml v0.21.0 |
| 308 | 2026-05-28T04:47:14.004Z | Downloaded anstyle v1.0.14 |
| 309 | 2026-05-28T04:47:14.007Z | Downloaded tinystr v0.8.2 |
| 310 | 2026-05-28T04:47:14.007Z | Downloaded utf8parse v0.2.2 |
| 311 | 2026-05-28T04:47:14.007Z | Downloaded serde_spanned v0.6.9 |
| 312 | 2026-05-28T04:47:14.010Z | Downloaded zerofrom v0.1.6 |
| 313 | 2026-05-28T04:47:14.010Z | Downloaded proc-macro-error-attr v1.0.4 |
| 314 | 2026-05-28T04:47:14.010Z | Downloaded colorchoice v1.0.4 |
| 315 | 2026-05-28T04:47:14.010Z | Downloaded zerovec-derive v0.11.2 |
| 316 | 2026-05-28T04:47:14.012Z | Downloaded sha2 v0.10.9 |
| 317 | 2026-05-28T04:47:14.012Z | Downloaded thiserror v1.0.69 |
| 318 | 2026-05-28T04:47:14.015Z | Downloaded unicode-xid v0.2.6 |
| 319 | 2026-05-28T04:47:14.017Z | Downloaded bytecount v0.6.9 |
| 320 | 2026-05-28T04:47:14.017Z | Downloaded scroll v0.12.0 |
| 321 | 2026-05-28T04:47:14.017Z | Downloaded unicode-linebreak v0.1.5 |
| 322 | 2026-05-28T04:47:14.020Z | Downloaded version_check v0.9.5 |
| 323 | 2026-05-28T04:47:14.020Z | Downloaded thiserror v2.0.18 |
| 324 | 2026-05-28T04:47:14.022Z | Downloaded toml v0.8.23 |
| 325 | 2026-05-28T04:47:14.026Z | Downloaded toml_datetime v0.6.11 |
| 326 | 2026-05-28T04:47:14.029Z | Downloaded zerocopy-derive v0.7.35 |
| 327 | 2026-05-28T04:47:14.031Z | Downloaded cfg-if v1.0.4 |
| 328 | 2026-05-28T04:47:14.034Z | Downloaded unicode-ident v1.0.24 |
| 329 | 2026-05-28T04:47:14.034Z | Downloaded zerocopy v0.7.35 |
| 330 | 2026-05-28T04:47:14.042Z | Downloaded typeid v1.0.3 |
| 331 | 2026-05-28T04:47:14.045Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-05-28T04:47:14.045Z | Downloaded percent-encoding v2.3.2 |
| 333 | 2026-05-28T04:47:14.045Z | Downloaded itoa v1.0.17 |
| 334 | 2026-05-28T04:47:14.047Z | Downloaded zerofrom-derive v0.1.6 |
| 335 | 2026-05-28T04:47:14.047Z | Downloaded clap v4.6.1 |
| 336 | 2026-05-28T04:47:14.050Z | Downloaded swrite v0.1.0 |
| 337 | 2026-05-28T04:47:14.052Z | Downloaded dtrace-parser v0.2.0 |
| 338 | 2026-05-28T04:47:14.052Z | Downloaded cpufeatures v0.2.17 |
| 339 | 2026-05-28T04:47:14.055Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-05-28T04:47:14.055Z | Downloaded toml_edit v0.22.27 |
| 341 | 2026-05-28T04:47:14.059Z | Downloaded semver v1.0.28 |
| 342 | 2026-05-28T04:47:14.062Z | Downloaded typenum v1.19.0 |
| 343 | 2026-05-28T04:47:14.066Z | Downloaded anstream v1.0.0 |
| 344 | 2026-05-28T04:47:14.068Z | Downloaded bitflags v2.11.0 |
| 345 | 2026-05-28T04:47:14.068Z | Downloaded usdt v0.5.0 |
| 346 | 2026-05-28T04:47:14.070Z | Downloaded camino v1.2.2 |
| 347 | 2026-05-28T04:47:14.073Z | Downloaded zerovec v0.11.5 |
| 348 | 2026-05-28T04:47:14.078Z | Downloaded terminal_size v0.4.3 |
| 349 | 2026-05-28T04:47:14.080Z | Downloaded ordered-float v2.10.1 |
| 350 | 2026-05-28T04:47:14.083Z | Downloaded macaddr v1.0.1 |
| 351 | 2026-05-28T04:47:14.086Z | Downloaded potential_utf v0.1.4 |
| 352 | 2026-05-28T04:47:14.086Z | Downloaded fnv v1.0.7 |
| 353 | 2026-05-28T04:47:14.086Z | Downloaded winnow v0.7.14 |
| 354 | 2026-05-28T04:47:14.089Z | Downloaded url v2.5.8 |
| 355 | 2026-05-28T04:47:14.092Z | Downloaded zerotrie v0.2.3 |
| 356 | 2026-05-28T04:47:14.095Z | Downloaded clap_lex v1.0.0 |
| 357 | 2026-05-28T04:47:14.095Z | Downloaded plain v0.2.3 |
| 358 | 2026-05-28T04:47:14.095Z | Downloaded unicode-width v0.1.14 |
| 359 | 2026-05-28T04:47:14.098Z | Downloaded smawk v0.3.2 |
| 360 | 2026-05-28T04:47:14.101Z | Downloaded strsim v0.11.1 |
| 361 | 2026-05-28T04:47:14.101Z | Downloaded equivalent v1.0.2 |
| 362 | 2026-05-28T04:47:14.101Z | Downloaded scroll_derive v0.12.1 |
| 363 | 2026-05-28T04:47:14.101Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-05-28T04:47:14.105Z | Downloaded is_terminal_polyfill v1.70.2 |
| 365 | 2026-05-28T04:47:14.108Z | Downloaded dof v0.3.0 |
| 366 | 2026-05-28T04:47:14.108Z | Downloaded crypto-common v0.1.7 |
| 367 | 2026-05-28T04:47:14.108Z | Downloaded heck v0.4.1 |
| 368 | 2026-05-28T04:47:14.122Z | Downloaded tempfile v3.25.0 |
| 369 | 2026-05-28T04:47:14.124Z | Downloaded anyhow v1.0.102 |
| 370 | 2026-05-28T04:47:14.127Z | Downloaded cargo-platform v0.2.0 |
| 371 | 2026-05-28T04:47:14.127Z | Downloaded fastrand v2.3.0 |
| 372 | 2026-05-28T04:47:14.127Z | Downloaded byteorder v1.5.0 |
| 373 | 2026-05-28T04:47:14.132Z | Downloaded fs-err v3.3.0 |
| 374 | 2026-05-28T04:47:14.134Z | Downloaded autocfg v1.5.0 |
| 375 | 2026-05-28T04:47:14.134Z | Downloaded displaydoc v0.2.5 |
| 376 | 2026-05-28T04:47:14.137Z | Downloaded cargo-util-schemas v0.8.2 |
| 377 | 2026-05-28T04:47:14.142Z | Downloaded camino-tempfile v1.4.1 |
| 378 | 2026-05-28T04:47:14.144Z | Downloaded generic-array v0.14.7 |
| 379 | 2026-05-28T04:47:14.147Z | Downloaded quote v1.0.45 |
| 380 | 2026-05-28T04:47:14.150Z | Downloaded proc-macro-error v1.0.4 |
| 381 | 2026-05-28T04:47:14.153Z | Downloaded tabled_derive v0.7.0 |
| 382 | 2026-05-28T04:47:14.154Z | Downloaded synstructure v0.13.2 |
| 383 | 2026-05-28T04:47:14.154Z | Downloaded heck v0.5.0 |
| 384 | 2026-05-28T04:47:14.156Z | Downloaded erased-serde v0.4.9 |
| 385 | 2026-05-28T04:47:14.156Z | Downloaded serde_tokenstream v0.2.3 |
| 386 | 2026-05-28T04:47:14.156Z | Downloaded serde-untagged v0.1.9 |
| 387 | 2026-05-28T04:47:14.159Z | Downloaded pretty-hex v0.4.1 |
| 388 | 2026-05-28T04:47:14.159Z | Downloaded digest v0.10.7 |
| 389 | 2026-05-28T04:47:14.159Z | Downloaded icu_normalizer_data v2.1.1 |
| 390 | 2026-05-28T04:47:14.162Z | Downloaded pest_generator v2.8.6 |
| 391 | 2026-05-28T04:47:14.166Z | Downloaded clap_derive v4.6.1 |
| 392 | 2026-05-28T04:47:14.178Z | Downloaded serde_core v1.0.228 |
| 393 | 2026-05-28T04:47:14.180Z | Downloaded getrandom v0.4.1 |
| 394 | 2026-05-28T04:47:14.197Z | Downloaded once_cell v1.21.3 |
| 395 | 2026-05-28T04:47:14.203Z | Downloaded litemap v0.8.1 |
| 396 | 2026-05-28T04:47:14.207Z | Downloaded icu_provider v2.1.1 |
| 397 | 2026-05-28T04:47:14.211Z | Downloaded smallvec v1.15.1 |
| 398 | 2026-05-28T04:47:14.214Z | Downloaded proc-macro2 v1.0.106 |
| 399 | 2026-05-28T04:47:14.216Z | Downloaded pest_meta v2.8.6 |
| 400 | 2026-05-28T04:47:14.216Z | Downloaded pest_derive v2.8.6 |
| 401 | 2026-05-28T04:47:14.220Z | Downloaded icu_collections v2.1.1 |
| 402 | 2026-05-28T04:47:14.222Z | Downloaded papergrid v0.11.0 |
| 403 | 2026-05-28T04:47:14.223Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-05-28T04:47:14.225Z | Downloaded num-traits v0.2.19 |
| 405 | 2026-05-28T04:47:14.229Z | Downloaded icu_locale_core v2.1.1 |
| 406 | 2026-05-28T04:47:14.232Z | Downloaded icu_properties v2.1.2 |
| 407 | 2026-05-28T04:47:14.234Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-05-28T04:47:14.237Z | Downloaded log v0.4.29 |
| 409 | 2026-05-28T04:47:14.258Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-28T04:47:14.262Z | Downloaded memchr v2.8.0 |
| 411 | 2026-05-28T04:47:14.269Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-28T04:47:14.274Z | Downloaded serde v1.0.228 |
| 413 | 2026-05-28T04:47:14.286Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-28T04:47:14.290Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-05-28T04:47:14.317Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-05-28T04:47:14.321Z | Downloaded clap_builder v4.6.0 |
| 417 | 2026-05-28T04:47:14.326Z | Downloaded idna v1.1.0 |
| 418 | 2026-05-28T04:47:14.330Z | Downloaded goblin v0.8.2 |
| 419 | 2026-05-28T04:47:14.333Z | Downloaded tabled v0.15.0 |
| 420 | 2026-05-28T04:47:14.341Z | Downloaded syn v1.0.109 |
| 421 | 2026-05-28T04:47:14.362Z | Downloaded syn v2.0.117 |
| 422 | 2026-05-28T04:47:14.382Z | Downloaded rustix v1.1.3 |
| 423 | 2026-05-28T04:47:14.407Z | Downloaded libc v0.2.185 |
| 424 | 2026-05-28T04:47:14.475Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-05-28T04:47:14.475Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-05-28T04:47:14.477Z | Compiling quote v1.0.45 |
| 427 | 2026-05-28T04:47:14.477Z | Compiling serde_core v1.0.228 |
| 428 | 2026-05-28T04:47:14.478Z | Compiling libc v0.2.185 |
| 429 | 2026-05-28T04:47:14.478Z | Compiling version_check v0.9.5 |
| 430 | 2026-05-28T04:47:14.478Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-28T04:47:14.478Z | Compiling serde v1.0.228 |
| 432 | 2026-05-28T04:47:14.807Z | Compiling stable_deref_trait v1.2.1 |
| 433 | 2026-05-28T04:47:14.883Z | Compiling zmij v1.0.21 |
| 434 | 2026-05-28T04:47:15.052Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-28T04:47:15.155Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-28T04:47:15.287Z | Compiling itoa v1.0.17 |
| 437 | 2026-05-28T04:47:15.331Z | Compiling ucd-trie v0.1.7 |
| 438 | 2026-05-28T04:47:15.481Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-28T04:47:15.484Z | Compiling pest v2.8.6 |
| 440 | 2026-05-28T04:47:15.577Z | Compiling litemap v0.8.1 |
| 441 | 2026-05-28T04:47:15.698Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-05-28T04:47:15.815Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-28T04:47:15.958Z | Compiling byteorder v1.5.0 |
| 444 | 2026-05-28T04:47:16.083Z | Compiling icu_properties_data v2.1.2 |
| 445 | 2026-05-28T04:47:16.210Z | Compiling syn v2.0.117 |
| 446 | 2026-05-28T04:47:16.210Z | Compiling errno v0.3.14 |
| 447 | 2026-05-28T04:47:16.211Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-28T04:47:16.273Z | Compiling serde_json v1.0.149 |
| 449 | 2026-05-28T04:47:16.403Z | Compiling num-traits v0.2.19 |
| 450 | 2026-05-28T04:47:16.487Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-28T04:47:16.487Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-28T04:47:16.607Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-05-28T04:47:16.693Z | Compiling smallvec v1.15.1 |
| 454 | 2026-05-28T04:47:16.872Z | Compiling equivalent v1.0.2 |
| 455 | 2026-05-28T04:47:16.937Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-28T04:47:17.026Z | Compiling thread-id v4.2.2 |
| 457 | 2026-05-28T04:47:17.034Z | Compiling proc-macro-error-attr v1.0.4 |
| 458 | 2026-05-28T04:47:17.101Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-05-28T04:47:17.133Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-28T04:47:17.219Z | Compiling syn v1.0.109 |
| 461 | 2026-05-28T04:47:17.387Z | Compiling winnow v0.7.14 |
| 462 | 2026-05-28T04:47:17.401Z | Compiling toml_write v0.1.2 |
| 463 | 2026-05-28T04:47:17.623Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-05-28T04:47:17.751Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-28T04:47:17.862Z | Compiling plain v0.2.3 |
| 466 | 2026-05-28T04:47:17.904Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-28T04:47:17.982Z | Compiling camino v1.2.2 |
| 468 | 2026-05-28T04:47:18.202Z | Compiling log v0.4.29 |
| 469 | 2026-05-28T04:47:18.206Z | Compiling percent-encoding v2.3.2 |
| 470 | 2026-05-28T04:47:18.242Z | Compiling utf8parse v0.2.2 |
| 471 | 2026-05-28T04:47:18.312Z | Compiling getrandom v0.4.1 |
| 472 | 2026-05-28T04:47:18.362Z | Compiling form_urlencoded v1.2.2 |
| 473 | 2026-05-28T04:47:18.396Z | Compiling anstyle-parse v1.0.0 |
| 474 | 2026-05-28T04:47:18.460Z | Compiling ordered-float v2.10.1 |
| 475 | 2026-05-28T04:47:18.670Z | Compiling synstructure v0.13.2 |
| 476 | 2026-05-28T04:47:18.699Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-05-28T04:47:18.750Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-05-28T04:47:18.932Z | Compiling anstyle-query v1.1.5 |
| 479 | 2026-05-28T04:47:19.047Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-28T04:47:19.061Z | Compiling anstyle v1.0.14 |
| 481 | 2026-05-28T04:47:19.089Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-28T04:47:19.110Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-05-28T04:47:19.206Z | Compiling cfg-if v1.0.4 |
| 484 | 2026-05-28T04:47:19.240Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-05-28T04:47:19.296Z | Compiling anstream v1.0.0 |
| 486 | 2026-05-28T04:47:19.325Z | Compiling semver v1.0.28 |
| 487 | 2026-05-28T04:47:19.448Z | Compiling fs-err v3.3.0 |
| 488 | 2026-05-28T04:47:19.472Z | Compiling unicode-xid v0.2.6 |
| 489 | 2026-05-28T04:47:19.596Z | Compiling fnv v1.0.7 |
| 490 | 2026-05-28T04:47:19.612Z | Compiling bytecount v0.6.9 |
| 491 | 2026-05-28T04:47:19.634Z | Compiling fastrand v2.3.0 |
| 492 | 2026-05-28T04:47:19.651Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-28T04:47:19.685Z | Compiling heck v0.5.0 |
| 494 | 2026-05-28T04:47:19.701Z | Compiling heck v0.4.1 |
| 495 | 2026-05-28T04:47:19.747Z | Compiling unicode-width v0.1.14 |
| 496 | 2026-05-28T04:47:19.896Z | Compiling clap_lex v1.0.0 |
| 497 | 2026-05-28T04:47:19.918Z | Compiling strsim v0.11.1 |
| 498 | 2026-05-28T04:47:19.934Z | Compiling anyhow v1.0.102 |
| 499 | 2026-05-28T04:47:20.018Z | Compiling papergrid v0.11.0 |
| 500 | 2026-05-28T04:47:20.132Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-05-28T04:47:20.169Z | Compiling tempfile v3.25.0 |
| 502 | 2026-05-28T04:47:20.359Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-28T04:47:20.377Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-28T04:47:20.455Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-28T04:47:20.536Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-28T04:47:20.707Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-28T04:47:21.418Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-28T04:47:21.440Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-28T04:47:21.607Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-28T04:47:21.637Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-28T04:47:21.742Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-28T04:47:21.875Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-28T04:47:22.023Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-28T04:47:22.076Z | Compiling zerovec v0.11.5 |
| 515 | 2026-05-28T04:47:22.308Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-05-28T04:47:22.318Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-28T04:47:22.593Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-28T04:47:22.611Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-28T04:47:22.806Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-05-28T04:47:22.831Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-05-28T04:47:22.857Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-28T04:47:22.921Z | Compiling scroll v0.12.0 |
| 523 | 2026-05-28T04:47:23.173Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-28T04:47:23.198Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-28T04:47:23.299Z | Compiling clap_derive v4.6.1 |
| 526 | 2026-05-28T04:47:23.522Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-28T04:47:23.621Z | Compiling memmap v0.7.0 |
| 528 | 2026-05-28T04:47:23.732Z | Compiling unicode-width v0.2.0 |
| 529 | 2026-05-28T04:47:23.813Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-28T04:47:23.829Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-28T04:47:23.832Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-05-28T04:47:23.861Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-28T04:47:23.995Z | Compiling dof v0.3.0 |
| 534 | 2026-05-28T04:47:24.015Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-05-28T04:47:24.114Z | Compiling toml_edit v0.22.27 |
| 536 | 2026-05-28T04:47:24.130Z | Compiling serde-value v0.7.0 |
| 537 | 2026-05-28T04:47:24.354Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-05-28T04:47:24.393Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-05-28T04:47:24.503Z | Compiling smawk v0.3.2 |
| 540 | 2026-05-28T04:47:24.632Z | Compiling textwrap v0.16.2 |
| 541 | 2026-05-28T04:47:24.648Z | Compiling tabled v0.15.0 |
| 542 | 2026-05-28T04:47:24.649Z | Compiling macaddr v1.0.1 |
| 543 | 2026-05-28T04:47:24.873Z | Compiling idna_adapter v1.2.1 |
| 544 | 2026-05-28T04:47:24.947Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-28T04:47:25.015Z | Compiling idna v1.1.0 |
| 546 | 2026-05-28T04:47:25.094Z | Compiling usdt-macro v0.5.0 |
| 547 | 2026-05-28T04:47:25.117Z | Compiling clap v4.6.1 |
| 548 | 2026-05-28T04:47:25.208Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-05-28T04:47:25.574Z | Compiling toml v0.8.23 |
| 550 | 2026-05-28T04:47:25.639Z | Compiling url v2.5.8 |
| 551 | 2026-05-28T04:47:25.684Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-28T04:47:25.735Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-28T04:47:26.030Z | Compiling cargo_toml v0.21.0 |
| 554 | 2026-05-28T04:47:26.112Z | Compiling cargo-util-schemas v0.8.2 |
| 555 | 2026-05-28T04:47:26.317Z | Compiling usdt v0.5.0 |
| 556 | 2026-05-28T04:47:27.002Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-05-28T04:47:27.929Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-05-28T04:47:30.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s |
| 559 | 2026-05-28T04:47:30.266Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 560 | 2026-05-28T04:47:30.868Z | Downloading crates ... |
| 561 | 2026-05-28T04:47:30.962Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-05-28T04:47:30.965Z | Downloaded ascii-canvas v3.0.0 |
| 563 | 2026-05-28T04:47:30.968Z | Downloaded arrayvec v0.7.6 |
| 564 | 2026-05-28T04:47:30.968Z | Downloaded aead v0.5.2 |
| 565 | 2026-05-28T04:47:30.979Z | Downloaded critical-section v1.2.0 |
| 566 | 2026-05-28T04:47:30.984Z | Downloaded csv-core v0.1.13 |
| 567 | 2026-05-28T04:47:30.987Z | Downloaded cookie_store v0.22.1 |
| 568 | 2026-05-28T04:47:30.987Z | Downloaded crc8 v0.1.1 |
| 569 | 2026-05-28T04:47:30.989Z | Downloaded ciborium-ll v0.2.2 |
| 570 | 2026-05-28T04:47:30.990Z | Downloaded async-stream v0.3.6 |
| 571 | 2026-05-28T04:47:30.990Z | Downloaded bit-vec v0.6.3 |
| 572 | 2026-05-28T04:47:30.995Z | Downloaded block-padding v0.3.3 |
| 573 | 2026-05-28T04:47:30.997Z | Downloaded base16ct v0.2.0 |
| 574 | 2026-05-28T04:47:30.997Z | Downloaded difflib v0.4.0 |
| 575 | 2026-05-28T04:47:31.002Z | Downloaded assert_matches v1.5.0 |
| 576 | 2026-05-28T04:47:31.005Z | Downloaded darling_macro v0.23.0 |
| 577 | 2026-05-28T04:47:31.008Z | Downloaded darling_macro v0.20.11 |
| 578 | 2026-05-28T04:47:31.008Z | Downloaded bb8 v0.8.6 |
| 579 | 2026-05-28T04:47:31.008Z | Downloaded embedded-io v0.4.0 |
| 580 | 2026-05-28T04:47:31.011Z | Downloaded darling_macro v0.13.4 |
| 581 | 2026-05-28T04:47:31.011Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 582 | 2026-05-28T04:47:31.011Z | Downloaded async-stream-impl v0.3.6 |
| 583 | 2026-05-28T04:47:31.013Z | Downloaded enum-as-inner v0.6.1 |
| 584 | 2026-05-28T04:47:31.016Z | Downloaded dunce v1.0.5 |
| 585 | 2026-05-28T04:47:31.020Z | Downloaded defmt v0.3.100 |
| 586 | 2026-05-28T04:47:31.020Z | Downloaded crucible-workspace-hack v0.1.0 |
| 587 | 2026-05-28T04:47:31.023Z | Downloaded fd-lock v4.0.4 |
| 588 | 2026-05-28T04:47:31.026Z | Downloaded fixedbitset v0.4.2 |
| 589 | 2026-05-28T04:47:31.029Z | Downloaded cargo-platform v0.3.2 |
| 590 | 2026-05-28T04:47:31.029Z | Downloaded cpufeatures v0.3.0 |
| 591 | 2026-05-28T04:47:31.032Z | Downloaded bit-set v0.8.0 |
| 592 | 2026-05-28T04:47:31.034Z | Downloaded downcast-rs v2.0.2 |
| 593 | 2026-05-28T04:47:31.034Z | Downloaded crunchy v0.2.4 |
| 594 | 2026-05-28T04:47:31.034Z | Downloaded endian-type v0.1.2 |
| 595 | 2026-05-28T04:47:31.037Z | Downloaded async-trait v0.1.89 |
| 596 | 2026-05-28T04:47:31.037Z | Downloaded foreign-types v0.3.2 |
| 597 | 2026-05-28T04:47:31.040Z | Downloaded dof v0.4.0 |
| 598 | 2026-05-28T04:47:31.040Z | Downloaded darling_macro v0.21.3 |
| 599 | 2026-05-28T04:47:31.040Z | Downloaded crc-catalog v2.4.0 |
| 600 | 2026-05-28T04:47:31.042Z | Downloaded crc v3.4.0 |
| 601 | 2026-05-28T04:47:31.043Z | Downloaded array-init v0.0.4 |
| 602 | 2026-05-28T04:47:31.043Z | Downloaded cfg_aliases v0.1.1 |
| 603 | 2026-05-28T04:47:31.043Z | Downloaded compression-core v0.4.31 |
| 604 | 2026-05-28T04:47:31.045Z | Downloaded bit-set v0.5.3 |
| 605 | 2026-05-28T04:47:31.045Z | Downloaded bitfield-macros v0.19.4 |
| 606 | 2026-05-28T04:47:31.045Z | Downloaded dsl_auto_type v0.2.0 |
| 607 | 2026-05-28T04:47:31.048Z | Downloaded atomicwrites v0.4.4 |
| 608 | 2026-05-28T04:47:31.051Z | Downloaded atomic-waker v1.1.2 |
| 609 | 2026-05-28T04:47:31.051Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 610 | 2026-05-28T04:47:31.051Z | Downloaded async-recursion v1.1.1 |
| 611 | 2026-05-28T04:47:31.054Z | Downloaded float-ord v0.3.2 |
| 612 | 2026-05-28T04:47:31.056Z | Downloaded bitfield-struct v0.6.2 |
| 613 | 2026-05-28T04:47:31.059Z | Downloaded debug-ignore v1.0.5 |
| 614 | 2026-05-28T04:47:31.062Z | Downloaded dirs-next v2.0.0 |
| 615 | 2026-05-28T04:47:31.062Z | Downloaded castaway v0.2.4 |
| 616 | 2026-05-28T04:47:31.065Z | Downloaded cobs v0.3.0 |
| 617 | 2026-05-28T04:47:31.069Z | Downloaded env_filter v1.0.0 |
| 618 | 2026-05-28T04:47:31.072Z | Downloaded cstr-argument v0.1.2 |
| 619 | 2026-05-28T04:47:31.075Z | Downloaded dirs-sys-next v0.1.2 |
| 620 | 2026-05-28T04:47:31.077Z | Downloaded foreign-types-shared v0.3.1 |
| 621 | 2026-05-28T04:47:31.077Z | Downloaded foreign-types-shared v0.1.1 |
| 622 | 2026-05-28T04:47:31.080Z | Downloaded ff v0.13.1 |
| 623 | 2026-05-28T04:47:31.080Z | Downloaded erased-serde v0.3.31 |
| 624 | 2026-05-28T04:47:31.080Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 625 | 2026-05-28T04:47:31.083Z | Downloaded daft v0.1.7 |
| 626 | 2026-05-28T04:47:31.083Z | Downloaded filetime v0.2.27 |
| 627 | 2026-05-28T04:47:31.083Z | Downloaded convert_case v0.4.0 |
| 628 | 2026-05-28T04:47:31.086Z | Downloaded ciborium-io v0.2.2 |
| 629 | 2026-05-28T04:47:31.086Z | Downloaded fixedbitset v0.5.7 |
| 630 | 2026-05-28T04:47:31.086Z | Downloaded cfg_aliases v0.2.1 |
| 631 | 2026-05-28T04:47:31.089Z | Downloaded atty v0.2.14 |
| 632 | 2026-05-28T04:47:31.089Z | Downloaded arrayref v0.3.9 |
| 633 | 2026-05-28T04:47:31.089Z | Downloaded dyn-clone v1.0.20 |
| 634 | 2026-05-28T04:47:31.093Z | Downloaded cmake v0.1.57 |
| 635 | 2026-05-28T04:47:31.093Z | Downloaded base64ct v1.8.3 |
| 636 | 2026-05-28T04:47:31.093Z | Downloaded document-features v0.2.12 |
| 637 | 2026-05-28T04:47:31.096Z | Downloaded display-error-chain v0.2.2 |
| 638 | 2026-05-28T04:47:31.097Z | Downloaded derive_builder_macro v0.20.2 |
| 639 | 2026-05-28T04:47:31.097Z | Downloaded bitfield v0.19.4 |
| 640 | 2026-05-28T04:47:31.099Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-05-28T04:47:31.099Z | Downloaded async-bb8-diesel v0.2.1 |
| 642 | 2026-05-28T04:47:31.102Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-05-28T04:47:31.102Z | Downloaded funty v2.0.0 |
| 644 | 2026-05-28T04:47:31.102Z | Downloaded fxhash v0.2.1 |
| 645 | 2026-05-28T04:47:31.105Z | Downloaded futures-task v0.3.32 |
| 646 | 2026-05-28T04:47:31.105Z | Downloaded futures-sink v0.3.32 |
| 647 | 2026-05-28T04:47:31.105Z | Downloaded futures-core v0.3.32 |
| 648 | 2026-05-28T04:47:31.105Z | Downloaded backon v1.6.0 |
| 649 | 2026-05-28T04:47:31.108Z | Downloaded embedded-io v0.6.1 |
| 650 | 2026-05-28T04:47:31.108Z | Downloaded globwalk v0.9.1 |
| 651 | 2026-05-28T04:47:31.111Z | Downloaded hash32 v0.3.1 |
| 652 | 2026-05-28T04:47:31.111Z | Downloaded headers-core v0.3.0 |
| 653 | 2026-05-28T04:47:31.111Z | Downloaded crossbeam-deque v0.8.6 |
| 654 | 2026-05-28T04:47:31.114Z | Downloaded hash32 v0.2.1 |
| 655 | 2026-05-28T04:47:31.114Z | Downloaded derive_builder_core v0.20.2 |
| 656 | 2026-05-28T04:47:31.114Z | Downloaded data-encoding v2.10.0 |
| 657 | 2026-05-28T04:47:31.116Z | Downloaded daft-derive v0.1.7 |
| 658 | 2026-05-28T04:47:31.119Z | Downloaded env_logger v0.11.9 |
| 659 | 2026-05-28T04:47:31.119Z | Downloaded ed25519 v2.2.3 |
| 660 | 2026-05-28T04:47:31.122Z | Downloaded diesel-dtrace v0.5.0 |
| 661 | 2026-05-28T04:47:31.122Z | Downloaded derive-ex v0.1.8 |
| 662 | 2026-05-28T04:47:31.125Z | Downloaded compression-codecs v0.4.37 |
| 663 | 2026-05-28T04:47:31.125Z | Downloaded bit-vec v0.8.0 |
| 664 | 2026-05-28T04:47:31.125Z | Downloaded ena v0.14.4 |
| 665 | 2026-05-28T04:47:31.128Z | Downloaded fallible-iterator v0.2.0 |
| 666 | 2026-05-28T04:47:31.128Z | Downloaded ecdsa v0.16.9 |
| 667 | 2026-05-28T04:47:31.132Z | Downloaded argon2 v0.5.3 |
| 668 | 2026-05-28T04:47:31.132Z | Downloaded defmt v1.0.1 |
| 669 | 2026-05-28T04:47:31.135Z | Downloaded camino-tempfile-ext v0.3.3 |
| 670 | 2026-05-28T04:47:31.135Z | Downloaded byte-wrapper v0.1.0 |
| 671 | 2026-05-28T04:47:31.135Z | Downloaded flagset v0.4.7 |
| 672 | 2026-05-28T04:47:31.138Z | Downloaded bcs v0.1.6 |
| 673 | 2026-05-28T04:47:31.138Z | Downloaded buf-list v1.1.2 |
| 674 | 2026-05-28T04:47:31.140Z | Downloaded ctr v0.9.2 |
| 675 | 2026-05-28T04:47:31.140Z | Downloaded fs_extra v1.3.0 |
| 676 | 2026-05-28T04:47:31.143Z | Downloaded gethostname v0.5.0 |
| 677 | 2026-05-28T04:47:31.143Z | Downloaded derive_builder v0.20.2 |
| 678 | 2026-05-28T04:47:31.146Z | Downloaded cipher v0.4.4 |
| 679 | 2026-05-28T04:47:31.146Z | Downloaded anstyle-parse v0.2.7 |
| 680 | 2026-05-28T04:47:31.149Z | Downloaded cbc v0.1.2 |
| 681 | 2026-05-28T04:47:31.149Z | Downloaded colored v3.1.1 |
| 682 | 2026-05-28T04:47:31.152Z | Downloaded crossbeam-epoch v0.9.18 |
| 683 | 2026-05-28T04:47:31.152Z | Downloaded fs-err v2.11.0 |
| 684 | 2026-05-28T04:47:31.154Z | Downloaded git-stub v1.0.0 |
| 685 | 2026-05-28T04:47:31.154Z | Downloaded ciborium v0.2.2 |
| 686 | 2026-05-28T04:47:31.157Z | Downloaded cookie v0.18.1 |
| 687 | 2026-05-28T04:47:31.157Z | Downloaded ahash v0.8.12 |
| 688 | 2026-05-28T04:47:31.160Z | Downloaded hex v0.4.3 |
| 689 | 2026-05-28T04:47:31.160Z | Downloaded cancel-safe-futures v0.1.5 |
| 690 | 2026-05-28T04:47:31.163Z | Downloaded hex-literal v0.4.1 |
| 691 | 2026-05-28T04:47:31.163Z | Downloaded foldhash v0.2.0 |
| 692 | 2026-05-28T04:47:31.166Z | Downloaded glob v0.3.3 |
| 693 | 2026-05-28T04:47:31.166Z | Downloaded futures-executor v0.3.32 |
| 694 | 2026-05-28T04:47:31.166Z | Downloaded deranged v0.5.8 |
| 695 | 2026-05-28T04:47:31.168Z | Downloaded hostname v0.3.1 |
| 696 | 2026-05-28T04:47:31.169Z | Downloaded home v0.5.12 |
| 697 | 2026-05-28T04:47:31.169Z | Downloaded http-body v1.0.1 |
| 698 | 2026-05-28T04:47:31.171Z | Downloaded hubpack v0.1.2 |
| 699 | 2026-05-28T04:47:31.171Z | Downloaded foreign-types-macros v0.2.3 |
| 700 | 2026-05-28T04:47:31.171Z | Downloaded darling v0.13.4 |
| 701 | 2026-05-28T04:47:31.175Z | Downloaded ident_case v1.0.1 |
| 702 | 2026-05-28T04:47:31.175Z | Downloaded hubpack_derive v0.1.1 |
| 703 | 2026-05-28T04:47:31.175Z | Downloaded hostname v0.4.2 |
| 704 | 2026-05-28T04:47:31.178Z | Downloaded float-cmp v0.10.0 |
| 705 | 2026-05-28T04:47:31.178Z | Downloaded find-msvc-tools v0.1.9 |
| 706 | 2026-05-28T04:47:31.178Z | Downloaded diff v0.1.13 |
| 707 | 2026-05-28T04:47:31.180Z | Downloaded convert_case v0.10.0 |
| 708 | 2026-05-28T04:47:31.180Z | Downloaded des v0.8.1 |
| 709 | 2026-05-28T04:47:31.183Z | Downloaded bzip2 v0.4.4 |
| 710 | 2026-05-28T04:47:31.183Z | Downloaded darling v0.21.3 |
| 711 | 2026-05-28T04:47:31.187Z | Downloaded clang-sys v1.8.1 |
| 712 | 2026-05-28T04:47:31.190Z | Downloaded chacha20 v0.10.0 |
| 713 | 2026-05-28T04:47:31.190Z | Downloaded bzip2 v0.6.1 |
| 714 | 2026-05-28T04:47:31.190Z | Downloaded const-oid v0.9.6 |
| 715 | 2026-05-28T04:47:31.193Z | Downloaded darling v0.20.11 |
| 716 | 2026-05-28T04:47:31.229Z | Downloaded corncobs v0.1.4 |
| 717 | 2026-05-28T04:47:31.229Z | Downloaded console v0.15.11 |
| 718 | 2026-05-28T04:47:31.229Z | Downloaded const_format_proc_macros v0.2.34 |
| 719 | 2026-05-28T04:47:31.229Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 720 | 2026-05-28T04:47:31.229Z | Downloaded httpdate v1.0.3 |
| 721 | 2026-05-28T04:47:31.229Z | Downloaded http-range v0.1.5 |
| 722 | 2026-05-28T04:47:31.229Z | Downloaded foldhash v0.1.5 |
| 723 | 2026-05-28T04:47:31.229Z | Downloaded blowfish v0.9.1 |
| 724 | 2026-05-28T04:47:31.229Z | Downloaded hyper-tls v0.6.0 |
| 725 | 2026-05-28T04:47:31.230Z | Downloaded backoff v0.4.0 |
| 726 | 2026-05-28T04:47:31.230Z | Downloaded cargo_metadata v0.23.1 |
| 727 | 2026-05-28T04:47:31.230Z | Downloaded blake2 v0.10.6 |
| 728 | 2026-05-28T04:47:31.230Z | Downloaded console v0.16.2 |
| 729 | 2026-05-28T04:47:31.230Z | Downloaded colored v2.2.0 |
| 730 | 2026-05-28T04:47:31.231Z | Downloaded crc-any v2.5.0 |
| 731 | 2026-05-28T04:47:31.231Z | Downloaded internet-checksum v0.2.1 |
| 732 | 2026-05-28T04:47:31.231Z | Downloaded chacha20poly1305 v0.10.1 |
| 733 | 2026-05-28T04:47:31.231Z | Downloaded is_ci v1.2.0 |
| 734 | 2026-05-28T04:47:31.231Z | Downloaded globset v0.4.18 |
| 735 | 2026-05-28T04:47:31.231Z | Downloaded illumos-nvpair v0.3.0 |
| 736 | 2026-05-28T04:47:31.231Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 737 | 2026-05-28T04:47:31.231Z | Downloaded crossbeam-utils v0.8.21 |
| 738 | 2026-05-28T04:47:31.231Z | Downloaded indent_write v2.2.0 |
| 739 | 2026-05-28T04:47:31.231Z | Downloaded futures-channel v0.3.32 |
| 740 | 2026-05-28T04:47:31.231Z | Downloaded base64 v0.22.1 |
| 741 | 2026-05-28T04:47:31.231Z | Downloaded humantime v2.3.0 |
| 742 | 2026-05-28T04:47:31.231Z | Downloaded cexpr v0.6.0 |
| 743 | 2026-05-28T04:47:31.231Z | Downloaded group v0.13.0 |
| 744 | 2026-05-28T04:47:31.231Z | Downloaded dtrace-parser v0.3.0 |
| 745 | 2026-05-28T04:47:31.235Z | Downloaded defmt-macros v1.0.1 |
| 746 | 2026-05-28T04:47:31.235Z | Downloaded libscf-sys v1.1.0 |
| 747 | 2026-05-28T04:47:31.235Z | Downloaded lru-slab v0.1.2 |
| 748 | 2026-05-28T04:47:31.235Z | Downloaded inout v0.1.4 |
| 749 | 2026-05-28T04:47:31.235Z | Downloaded instability v0.3.11 |
| 750 | 2026-05-28T04:47:31.235Z | Downloaded constant_time_eq v0.4.2 |
| 751 | 2026-05-28T04:47:31.235Z | Downloaded keccak v0.1.6 |
| 752 | 2026-05-28T04:47:31.235Z | Downloaded lru-cache v0.1.2 |
| 753 | 2026-05-28T04:47:31.235Z | Downloaded lazy_static v1.5.0 |
| 754 | 2026-05-28T04:47:31.240Z | Downloaded md5 v0.7.0 |
| 755 | 2026-05-28T04:47:31.240Z | Downloaded md-5 v0.10.6 |
| 756 | 2026-05-28T04:47:31.240Z | Downloaded maybe-uninit v2.0.0 |
| 757 | 2026-05-28T04:47:31.242Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-05-28T04:47:31.243Z | Downloaded half v1.8.3 |
| 759 | 2026-05-28T04:47:31.243Z | Downloaded is-terminal v0.4.17 |
| 760 | 2026-05-28T04:47:31.243Z | Downloaded cassowary v0.3.0 |
| 761 | 2026-05-28T04:47:31.243Z | Downloaded der_derive v0.7.3 |
| 762 | 2026-05-28T04:47:31.246Z | Downloaded anstream v0.6.21 |
| 763 | 2026-05-28T04:47:31.246Z | Downloaded either v1.15.0 |
| 764 | 2026-05-28T04:47:31.249Z | Downloaded foreign-types v0.5.0 |
| 765 | 2026-05-28T04:47:31.249Z | Downloaded highway v1.3.0 |
| 766 | 2026-05-28T04:47:31.249Z | Downloaded bitflags v1.3.2 |
| 767 | 2026-05-28T04:47:31.253Z | Downloaded defmt-parser v1.0.0 |
| 768 | 2026-05-28T04:47:31.256Z | Downloaded chacha20 v0.9.1 |
| 769 | 2026-05-28T04:47:31.256Z | Downloaded lalrpop-util v0.19.12 |
| 770 | 2026-05-28T04:47:31.258Z | Downloaded managed v0.8.0 |
| 771 | 2026-05-28T04:47:31.258Z | Downloaded linked-hash-map v0.5.6 |
| 772 | 2026-05-28T04:47:31.258Z | Downloaded indoc v1.0.9 |
| 773 | 2026-05-28T04:47:31.261Z | Downloaded match_cfg v0.1.0 |
| 774 | 2026-05-28T04:47:31.264Z | Downloaded ghash v0.5.1 |
| 775 | 2026-05-28T04:47:31.264Z | Downloaded mime v0.3.17 |
| 776 | 2026-05-28T04:47:31.264Z | Downloaded getrandom v0.2.17 |
| 777 | 2026-05-28T04:47:31.266Z | Downloaded derive-where v1.6.0 |
| 778 | 2026-05-28T04:47:31.272Z | Downloaded fatfs v0.3.6 |
| 779 | 2026-05-28T04:47:31.275Z | Downloaded multimap v0.10.1 |
| 780 | 2026-05-28T04:47:31.278Z | Downloaded newtype_derive v0.1.6 |
| 781 | 2026-05-28T04:47:31.278Z | Downloaded nibble_vec v0.1.0 |
| 782 | 2026-05-28T04:47:31.280Z | Downloaded normalize-line-endings v0.3.0 |
| 783 | 2026-05-28T04:47:31.280Z | Downloaded newtype-uuid-macros v0.1.0 |
| 784 | 2026-05-28T04:47:31.283Z | Downloaded hmac v0.12.1 |
| 785 | 2026-05-28T04:47:31.286Z | Downloaded lru v0.12.5 |
| 786 | 2026-05-28T04:47:31.287Z | Downloaded ipnetwork v0.21.1 |
| 787 | 2026-05-28T04:47:31.290Z | Downloaded libefi-sys v0.1.0 |
| 788 | 2026-05-28T04:47:31.290Z | Downloaded kstat-rs v0.2.4 |
| 789 | 2026-05-28T04:47:31.290Z | Downloaded hyper-staticfile v0.10.1 |
| 790 | 2026-05-28T04:47:31.292Z | Downloaded git-stub-vcs v0.1.0 |
| 791 | 2026-05-28T04:47:31.293Z | Downloaded ipnet v2.11.0 |
| 792 | 2026-05-28T04:47:31.295Z | Downloaded lzss v0.8.2 |
| 793 | 2026-05-28T04:47:31.295Z | Downloaded libsw v3.5.0 |
| 794 | 2026-05-28T04:47:31.298Z | Downloaded num-derive v0.4.2 |
| 795 | 2026-05-28T04:47:31.298Z | Downloaded num-iter v0.1.45 |
| 796 | 2026-05-28T04:47:31.298Z | Downloaded num-conv v0.2.0 |
| 797 | 2026-05-28T04:47:31.298Z | Downloaded new_debug_unreachable v1.0.6 |
| 798 | 2026-05-28T04:47:31.301Z | Downloaded num v0.4.3 |
| 799 | 2026-05-28T04:47:31.301Z | Downloaded lock_api v0.4.14 |
| 800 | 2026-05-28T04:47:31.301Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-28T04:47:31.304Z | Downloaded num-derive v0.3.3 |
| 802 | 2026-05-28T04:47:31.304Z | Downloaded opaque-debug v0.3.1 |
| 803 | 2026-05-28T04:47:31.304Z | Downloaded num_threads v0.1.7 |
| 804 | 2026-05-28T04:47:31.306Z | Downloaded newline-converter v0.3.0 |
| 805 | 2026-05-28T04:47:31.306Z | Downloaded indoc v2.0.7 |
| 806 | 2026-05-28T04:47:31.309Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 807 | 2026-05-28T04:47:31.309Z | Downloaded crossterm v0.28.1 |
| 808 | 2026-05-28T04:47:31.312Z | Downloaded arc-swap v1.8.2 |
| 809 | 2026-05-28T04:47:31.315Z | Downloaded crossbeam-channel v0.5.15 |
| 810 | 2026-05-28T04:47:31.318Z | Downloaded nodrop v0.1.14 |
| 811 | 2026-05-28T04:47:31.318Z | Downloaded bytes v1.11.1 |
| 812 | 2026-05-28T04:47:31.321Z | Downloaded nonempty v0.12.0 |
| 813 | 2026-05-28T04:47:31.324Z | Downloaded instant v0.1.13 |
| 814 | 2026-05-28T04:47:31.324Z | Downloaded flume v0.11.1 |
| 815 | 2026-05-28T04:47:31.327Z | Downloaded maplit v1.0.2 |
| 816 | 2026-05-28T04:47:31.327Z | Downloaded ingot-types v0.1.2 |
| 817 | 2026-05-28T04:47:31.327Z | Downloaded jobserver v0.1.34 |
| 818 | 2026-05-28T04:47:31.327Z | Downloaded half v2.7.1 |
| 819 | 2026-05-28T04:47:31.330Z | Downloaded drift v0.2.0 |
| 820 | 2026-05-28T04:47:31.335Z | Downloaded openssl-probe v0.1.6 |
| 821 | 2026-05-28T04:47:31.351Z | Downloaded openssl-probe v0.2.1 |
| 822 | 2026-05-28T04:47:31.356Z | Downloaded nu-ansi-term v0.50.3 |
| 823 | 2026-05-28T04:47:31.357Z | Downloaded multer v3.1.0 |
| 824 | 2026-05-28T04:47:31.357Z | Downloaded getrandom v0.3.4 |
| 825 | 2026-05-28T04:47:31.359Z | Downloaded mime_guess v2.0.5 |
| 826 | 2026-05-28T04:47:31.359Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-05-28T04:47:31.362Z | Downloaded packed_struct_codegen v0.10.1 |
| 828 | 2026-05-28T04:47:31.362Z | Downloaded litrs v1.0.0 |
| 829 | 2026-05-28T04:47:31.366Z | Downloaded hyper-rustls v0.27.7 |
| 830 | 2026-05-28T04:47:31.366Z | Downloaded crypto-bigint v0.5.5 |
| 831 | 2026-05-28T04:47:31.369Z | Downloaded path-slash v0.1.5 |
| 832 | 2026-05-28T04:47:31.369Z | Downloaded crc32fast v1.5.0 |
| 833 | 2026-05-28T04:47:31.372Z | Downloaded memmap2 v0.9.10 |
| 834 | 2026-05-28T04:47:31.372Z | Downloaded iana-time-zone v0.1.65 |
| 835 | 2026-05-28T04:47:31.374Z | Downloaded num_enum_derive v0.7.6 |
| 836 | 2026-05-28T04:47:31.374Z | Downloaded nanorand v0.7.0 |
| 837 | 2026-05-28T04:47:31.377Z | Downloaded heapless v0.8.0 |
| 838 | 2026-05-28T04:47:31.382Z | Downloaded headers v0.4.1 |
| 839 | 2026-05-28T04:47:31.385Z | Downloaded peg-runtime v0.8.5 |
| 840 | 2026-05-28T04:47:31.385Z | Downloaded allocator-api2 v0.2.21 |
| 841 | 2026-05-28T04:47:31.385Z | Downloaded parse-size v1.1.0 |
| 842 | 2026-05-28T04:47:31.385Z | Downloaded oso-derive v0.27.3 |
| 843 | 2026-05-28T04:47:31.385Z | Downloaded indexmap v1.9.3 |
| 844 | 2026-05-28T04:47:31.387Z | Downloaded phf_shared v0.12.1 |
| 845 | 2026-05-28T04:47:31.387Z | Downloaded owo-colors v4.3.0 |
| 846 | 2026-05-28T04:47:31.390Z | Downloaded newtype-uuid v1.3.2 |
| 847 | 2026-05-28T04:47:31.390Z | Downloaded native-tls v0.2.18 |
| 848 | 2026-05-28T04:47:31.390Z | Downloaded phf_shared v0.11.3 |
| 849 | 2026-05-28T04:47:31.393Z | Downloaded compact_str v0.8.1 |
| 850 | 2026-05-28T04:47:31.396Z | Downloaded num_enum_derive v0.5.11 |
| 851 | 2026-05-28T04:47:31.396Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-05-28T04:47:31.396Z | Downloaded ar_archive_writer v0.5.1 |
| 853 | 2026-05-28T04:47:31.400Z | Downloaded num_enum v0.7.6 |
| 854 | 2026-05-28T04:47:31.403Z | Downloaded num_enum v0.5.11 |
| 855 | 2026-05-28T04:47:31.403Z | Downloaded pbkdf2 v0.12.2 |
| 856 | 2026-05-28T04:47:31.406Z | Downloaded derive_more v0.99.20 |
| 857 | 2026-05-28T04:47:31.409Z | Downloaded parse-display-derive v0.10.0 |
| 858 | 2026-05-28T04:47:31.409Z | Downloaded precomputed-hash v0.1.1 |
| 859 | 2026-05-28T04:47:31.409Z | Downloaded parse-display v0.10.0 |
| 860 | 2026-05-28T04:47:31.409Z | Downloaded parking_lot_core v0.8.6 |
| 861 | 2026-05-28T04:47:31.412Z | Downloaded futures v0.3.32 |
| 862 | 2026-05-28T04:47:31.415Z | Downloaded proc-macro-crate v1.3.1 |
| 863 | 2026-05-28T04:47:31.415Z | Downloaded powerfmt v0.2.0 |
| 864 | 2026-05-28T04:47:31.415Z | Downloaded elliptic-curve v0.13.8 |
| 865 | 2026-05-28T04:47:31.418Z | Downloaded darling_core v0.21.3 |
| 866 | 2026-05-28T04:47:31.420Z | Downloaded pin-utils v0.1.0 |
| 867 | 2026-05-28T04:47:31.420Z | Downloaded darling_core v0.23.0 |
| 868 | 2026-05-28T04:47:31.423Z | Downloaded num-rational v0.4.2 |
| 869 | 2026-05-28T04:47:31.426Z | Downloaded libbz2-rs-sys v0.2.2 |
| 870 | 2026-05-28T04:47:31.426Z | Downloaded darling_core v0.20.11 |
| 871 | 2026-05-28T04:47:31.428Z | Downloaded progenitor-client v0.11.2 |
| 872 | 2026-05-28T04:47:31.431Z | Downloaded proc-macro-crate v3.4.0 |
| 873 | 2026-05-28T04:47:31.431Z | Downloaded heapless v0.7.17 |
| 874 | 2026-05-28T04:47:31.434Z | Downloaded num-complex v0.4.6 |
| 875 | 2026-05-28T04:47:31.434Z | Downloaded phf v0.12.1 |
| 876 | 2026-05-28T04:47:31.437Z | Downloaded flate2 v1.1.9 |
| 877 | 2026-05-28T04:47:31.439Z | Downloaded const_format v0.2.35 |
| 878 | 2026-05-28T04:47:31.442Z | Downloaded oxide-tokio-rt v0.1.4 |
| 879 | 2026-05-28T04:47:31.442Z | Downloaded httparse v1.10.1 |
| 880 | 2026-05-28T04:47:31.445Z | Downloaded cc v1.2.56 |
| 881 | 2026-05-28T04:47:31.445Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 882 | 2026-05-28T04:47:31.448Z | Downloaded phf_shared v0.13.1 |
| 883 | 2026-05-28T04:47:31.448Z | Downloaded progenitor-macro v0.14.0 |
| 884 | 2026-05-28T04:47:31.448Z | Downloaded progenitor-macro v0.13.0 |
| 885 | 2026-05-28T04:47:31.448Z | Downloaded progenitor-macro v0.11.2 |
| 886 | 2026-05-28T04:47:31.451Z | Downloaded async-compression v0.4.41 |
| 887 | 2026-05-28T04:47:31.453Z | Downloaded phf v0.13.1 |
| 888 | 2026-05-28T04:47:31.453Z | Downloaded ed25519-dalek v2.2.0 |
| 889 | 2026-05-28T04:47:31.456Z | Downloaded derive_more v2.1.1 |
| 890 | 2026-05-28T04:47:31.461Z | Downloaded rand_chacha v0.3.1 |
| 891 | 2026-05-28T04:47:31.464Z | Downloaded radium v0.7.0 |
| 892 | 2026-05-28T04:47:31.464Z | Downloaded predicates-tree v1.0.13 |
| 893 | 2026-05-28T04:47:31.464Z | Downloaded pbkdf2 v0.11.0 |
| 894 | 2026-05-28T04:47:31.468Z | Downloaded paste v1.0.15 |
| 895 | 2026-05-28T04:47:31.468Z | Downloaded oxnet v0.1.5 |
| 896 | 2026-05-28T04:47:31.471Z | Downloaded pin-project-lite v0.2.17 |
| 897 | 2026-05-28T04:47:31.474Z | Downloaded password-hash v0.4.2 |
| 898 | 2026-05-28T04:47:31.474Z | Downloaded pem-rfc7468 v0.7.0 |
| 899 | 2026-05-28T04:47:31.474Z | Downloaded parking_lot_core v0.9.12 |
| 900 | 2026-05-28T04:47:31.477Z | Downloaded poly1305 v0.8.0 |
| 901 | 2026-05-28T04:47:31.477Z | Downloaded polyval v0.6.2 |
| 902 | 2026-05-28T04:47:31.480Z | Downloaded parking_lot v0.12.5 |
| 903 | 2026-05-28T04:47:31.480Z | Downloaded peg-macros v0.8.5 |
| 904 | 2026-05-28T04:47:31.483Z | Downloaded packed_struct v0.10.1 |
| 905 | 2026-05-28T04:47:31.484Z | Downloaded rand_xorshift v0.4.0 |
| 906 | 2026-05-28T04:47:31.484Z | Downloaded recursive v0.1.1 |
| 907 | 2026-05-28T04:47:31.487Z | Downloaded progenitor-client v0.14.0 |
| 908 | 2026-05-28T04:47:31.487Z | Downloaded ingot-macros v0.1.1 |
| 909 | 2026-05-28T04:47:31.487Z | Downloaded predicates v3.1.4 |
| 910 | 2026-05-28T04:47:31.487Z | Downloaded ingot v0.1.1 |
| 911 | 2026-05-28T04:47:31.490Z | Downloaded bumpalo v3.20.2 |
| 912 | 2026-05-28T04:47:31.490Z | Downloaded hickory-resolver v0.25.2 |
| 913 | 2026-05-28T04:47:31.493Z | Downloaded base64 v0.21.7 |
| 914 | 2026-05-28T04:47:31.496Z | Downloaded openssl-macros v0.1.1 |
| 915 | 2026-05-28T04:47:31.496Z | Downloaded password-hash v0.5.0 |
| 916 | 2026-05-28T04:47:31.499Z | Downloaded ref-cast v1.0.25 |
| 917 | 2026-05-28T04:47:31.499Z | Downloaded progenitor v0.14.0 |
| 918 | 2026-05-28T04:47:31.500Z | Downloaded pem v3.0.6 |
| 919 | 2026-05-28T04:47:31.503Z | Downloaded olpc-cjson v0.1.4 |
| 920 | 2026-05-28T04:47:31.503Z | Downloaded libsw-core v0.3.2 |
| 921 | 2026-05-28T04:47:31.503Z | Downloaded ref-cast-impl v1.0.25 |
| 922 | 2026-05-28T04:47:31.503Z | Downloaded pkcs8 v0.10.2 |
| 923 | 2026-05-28T04:47:31.506Z | Downloaded libloading v0.8.9 |
| 924 | 2026-05-28T04:47:31.506Z | Downloaded pkg-config v0.3.32 |
| 925 | 2026-05-28T04:47:31.508Z | Downloaded primeorder v0.13.6 |
| 926 | 2026-05-28T04:47:31.508Z | Downloaded peg v0.8.5 |
| 927 | 2026-05-28T04:47:31.515Z | Downloaded http-body-util v0.1.3 |
| 928 | 2026-05-28T04:47:31.515Z | Downloaded darling v0.23.0 |
| 929 | 2026-05-28T04:47:31.518Z | Downloaded der v0.7.10 |
| 930 | 2026-05-28T04:47:31.518Z | Downloaded expectorate v1.2.0 |
| 931 | 2026-05-28T04:47:31.520Z | Downloaded derive_more-impl v2.1.1 |
| 932 | 2026-05-28T04:47:31.523Z | Downloaded rand_chacha v0.9.0 |
| 933 | 2026-05-28T04:47:31.523Z | Downloaded r2d2 v0.8.10 |
| 934 | 2026-05-28T04:47:31.523Z | Downloaded quick-error v1.2.3 |
| 935 | 2026-05-28T04:47:31.527Z | Downloaded pkcs5 v0.7.1 |
| 936 | 2026-05-28T04:47:31.527Z | Downloaded pin-project-internal v1.1.11 |
| 937 | 2026-05-28T04:47:31.530Z | Downloaded rustc-hash v2.1.1 |
| 938 | 2026-05-28T04:47:31.530Z | Downloaded rustc_version v0.4.1 |
| 939 | 2026-05-28T04:47:31.530Z | Downloaded russh-cryptovec v0.7.3 |
| 940 | 2026-05-28T04:47:31.530Z | Downloaded rtoolbox v0.0.3 |
| 941 | 2026-05-28T04:47:31.533Z | Downloaded ignore v0.4.25 |
| 942 | 2026-05-28T04:47:31.533Z | Downloaded diesel_derives v2.3.7 |
| 943 | 2026-05-28T04:47:31.537Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2026-05-28T04:47:31.539Z | Downloaded miniz_oxide v0.8.9 |
| 945 | 2026-05-28T04:47:31.540Z | Downloaded psl-types v2.0.11 |
| 946 | 2026-05-28T04:47:31.540Z | Downloaded progenitor-client v0.13.0 |
| 947 | 2026-05-28T04:47:31.542Z | Downloaded p256 v0.13.2 |
| 948 | 2026-05-28T04:47:31.542Z | Downloaded papergrid v0.17.0 |
| 949 | 2026-05-28T04:47:31.545Z | Downloaded rand_core v0.6.4 |
| 950 | 2026-05-28T04:47:31.548Z | Downloaded postgres-types v0.2.12 |
| 951 | 2026-05-28T04:47:31.551Z | Downloaded rand_seeder v0.4.0 |
| 952 | 2026-05-28T04:47:31.551Z | Downloaded postgres-protocol v0.6.10 |
| 953 | 2026-05-28T04:47:31.551Z | Downloaded indicatif v0.18.4 |
| 954 | 2026-05-28T04:47:31.555Z | Downloaded postcard v1.1.3 |
| 955 | 2026-05-28T04:47:31.555Z | Downloaded progenitor v0.11.2 |
| 956 | 2026-05-28T04:47:31.558Z | Downloaded rfc6979 v0.4.0 |
| 957 | 2026-05-28T04:47:31.558Z | Downloaded http v1.4.0 |
| 958 | 2026-05-28T04:47:31.558Z | Downloaded progenitor-extras v0.2.0 |
| 959 | 2026-05-28T04:47:31.561Z | Downloaded proc-macro-error2 v2.0.1 |
| 960 | 2026-05-28T04:47:31.561Z | Downloaded progenitor v0.13.0 |
| 961 | 2026-05-28T04:47:31.563Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 962 | 2026-05-28T04:47:31.563Z | Downloaded dropshot_endpoint v0.17.0 |
| 963 | 2026-05-28T04:47:31.566Z | Downloaded sapling-renderdag v0.1.0 |
| 964 | 2026-05-28T04:47:31.566Z | Downloaded scheduled-thread-pool v0.2.7 |
| 965 | 2026-05-28T04:47:31.566Z | Downloaded rand_core v0.10.0 |
| 966 | 2026-05-28T04:47:31.569Z | Downloaded salsa20 v0.10.2 |
| 967 | 2026-05-28T04:47:31.569Z | Downloaded rand_core v0.9.5 |
| 968 | 2026-05-28T04:47:31.569Z | Downloaded darling_core v0.13.4 |
| 969 | 2026-05-28T04:47:31.575Z | Downloaded hickory-resolver v0.24.4 |
| 970 | 2026-05-28T04:47:31.586Z | Downloaded serde_bytes v0.11.19 |
| 971 | 2026-05-28T04:47:31.589Z | Downloaded scroll_derive v0.13.1 |
| 972 | 2026-05-28T04:47:31.589Z | Downloaded ppv-lite86 v0.2.21 |
| 973 | 2026-05-28T04:47:31.593Z | Downloaded pin-project v1.1.11 |
| 974 | 2026-05-28T04:47:31.597Z | Downloaded quinn-udp v0.5.14 |
| 975 | 2026-05-28T04:47:31.599Z | Downloaded serde-big-array v0.5.1 |
| 976 | 2026-05-28T04:47:31.624Z | Downloaded seq-macro v0.3.6 |
| 977 | 2026-05-28T04:47:31.624Z | Downloaded serde_plain v1.0.2 |
| 978 | 2026-05-28T04:47:31.624Z | Downloaded rustc_version v0.1.7 |
| 979 | 2026-05-28T04:47:31.624Z | Downloaded parking_lot v0.11.2 |
| 980 | 2026-05-28T04:47:31.624Z | Downloaded scrypt v0.11.0 |
| 981 | 2026-05-28T04:47:31.624Z | Downloaded scopeguard v1.2.0 |
| 982 | 2026-05-28T04:47:31.624Z | Downloaded secrecy v0.10.3 |
| 983 | 2026-05-28T04:47:31.624Z | Downloaded secrecy v0.8.0 |
| 984 | 2026-05-28T04:47:31.624Z | Downloaded rustls-pemfile v1.0.4 |
| 985 | 2026-05-28T04:47:31.624Z | Downloaded omicron-zone-package v0.12.2 |
| 986 | 2026-05-28T04:47:31.624Z | Downloaded rustls-native-certs v0.8.3 |
| 987 | 2026-05-28T04:47:31.624Z | Downloaded rustversion v1.0.22 |
| 988 | 2026-05-28T04:47:31.624Z | Downloaded serde_urlencoded v0.7.1 |
| 989 | 2026-05-28T04:47:31.624Z | Downloaded oso v0.27.3 |
| 990 | 2026-05-28T04:47:31.628Z | Downloaded resolv-conf v0.7.6 |
| 991 | 2026-05-28T04:47:31.631Z | Downloaded same-file v1.0.6 |
| 992 | 2026-05-28T04:47:31.635Z | Downloaded signature v2.2.0 |
| 993 | 2026-05-28T04:47:31.642Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-05-28T04:47:31.642Z | Downloaded signal-hook-mio v0.2.5 |
| 995 | 2026-05-28T04:47:31.642Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-05-28T04:47:31.645Z | Downloaded sct v0.7.1 |
| 997 | 2026-05-28T04:47:31.645Z | Downloaded psm v0.1.30 |
| 998 | 2026-05-28T04:47:31.649Z | Downloaded rustls-pemfile v2.2.0 |
| 999 | 2026-05-28T04:47:31.654Z | Downloaded aes v0.8.4 |
| 1000 | 2026-05-28T04:47:31.659Z | Downloaded sha1 v0.10.6 |
| 1001 | 2026-05-28T04:47:31.659Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2026-05-28T04:47:31.662Z | Downloaded serde-hex v0.1.0 |
| 1003 | 2026-05-28T04:47:31.662Z | Downloaded slog-bunyan v2.5.0 |
| 1004 | 2026-05-28T04:47:31.662Z | Downloaded semver v0.1.20 |
| 1005 | 2026-05-28T04:47:31.662Z | Downloaded sec1 v0.7.3 |
| 1006 | 2026-05-28T04:47:31.671Z | Downloaded russh-keys v0.45.0 |
| 1007 | 2026-05-28T04:47:31.674Z | Downloaded serde_path_to_error v0.1.20 |
| 1008 | 2026-05-28T04:47:31.679Z | Downloaded siphasher v1.0.2 |
| 1009 | 2026-05-28T04:47:31.679Z | Downloaded shell-words v1.1.1 |
| 1010 | 2026-05-28T04:47:31.679Z | Downloaded serde_derive_internals v0.29.1 |
| 1011 | 2026-05-28T04:47:31.679Z | Downloaded rusty-fork v0.3.1 |
| 1012 | 2026-05-28T04:47:31.682Z | Downloaded minimal-lexical v0.2.1 |
| 1013 | 2026-05-28T04:47:31.682Z | Downloaded openssl-sys v0.9.115 |
| 1014 | 2026-05-28T04:47:31.690Z | Downloaded serde_repr v0.1.20 |
| 1015 | 2026-05-28T04:47:31.700Z | Downloaded slog-envlogger v2.2.0 |
| 1016 | 2026-05-28T04:47:31.707Z | Downloaded scroll v0.13.0 |
| 1017 | 2026-05-28T04:47:31.710Z | Downloaded slab v0.4.12 |
| 1018 | 2026-05-28T04:47:31.710Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1019 | 2026-05-28T04:47:31.710Z | Downloaded structmeta v0.3.0 |
| 1020 | 2026-05-28T04:47:31.710Z | Downloaded subtle v2.6.1 |
| 1021 | 2026-05-28T04:47:31.714Z | Downloaded crossterm v0.29.0 |
| 1022 | 2026-05-28T04:47:31.717Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-05-28T04:47:31.717Z | Downloaded strsim v0.10.0 |
| 1024 | 2026-05-28T04:47:31.717Z | Downloaded rustls-pki-types v1.14.0 |
| 1025 | 2026-05-28T04:47:31.722Z | Downloaded hashbrown v0.16.1 |
| 1026 | 2026-05-28T04:47:31.726Z | Downloaded ssh-encoding v0.2.0 |
| 1027 | 2026-05-28T04:47:31.729Z | Downloaded slog-dtrace v0.3.0 |
| 1028 | 2026-05-28T04:47:31.732Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-05-28T04:47:31.732Z | Downloaded slog-term v2.9.2 |
| 1030 | 2026-05-28T04:47:31.735Z | Downloaded sync-ptr v0.1.4 |
| 1031 | 2026-05-28T04:47:31.735Z | Downloaded progenitor-impl v0.14.0 |
| 1032 | 2026-05-28T04:47:31.735Z | Downloaded smf v0.2.3 |
| 1033 | 2026-05-28T04:47:31.740Z | Downloaded smallvec v0.6.14 |
| 1034 | 2026-05-28T04:47:31.740Z | Downloaded progenitor-impl v0.13.0 |
| 1035 | 2026-05-28T04:47:31.745Z | Downloaded prefix-trie v0.7.0 |
| 1036 | 2026-05-28T04:47:31.745Z | Downloaded serde_spanned v1.0.4 |
| 1037 | 2026-05-28T04:47:31.745Z | Downloaded progenitor-impl v0.11.2 |
| 1038 | 2026-05-28T04:47:31.745Z | Downloaded tabled_derive v0.11.0 |
| 1039 | 2026-05-28T04:47:31.748Z | Downloaded schemars_derive v0.8.22 |
| 1040 | 2026-05-28T04:47:31.748Z | Downloaded take_mut v0.2.2 |
| 1041 | 2026-05-28T04:47:31.748Z | Downloaded tabwriter v1.4.1 |
| 1042 | 2026-05-28T04:47:31.753Z | Downloaded sqlformat v0.3.5 |
| 1043 | 2026-05-28T04:47:31.753Z | Downloaded aho-corasick v1.1.4 |
| 1044 | 2026-05-28T04:47:31.756Z | Downloaded jiff-static v0.2.21 |
| 1045 | 2026-05-28T04:47:31.762Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1046 | 2026-05-28T04:47:31.762Z | Downloaded tagptr v0.2.0 |
| 1047 | 2026-05-28T04:47:31.762Z | Downloaded prettyplease v0.2.37 |
| 1048 | 2026-05-28T04:47:31.766Z | Downloaded hickory-server v0.25.2 |
| 1049 | 2026-05-28T04:47:31.771Z | Downloaded tap v1.0.1 |
| 1050 | 2026-05-28T04:47:31.771Z | Downloaded strum v0.26.3 |
| 1051 | 2026-05-28T04:47:31.771Z | Downloaded ssh-cipher v0.2.0 |
| 1052 | 2026-05-28T04:47:31.771Z | Downloaded sync_wrapper v1.0.2 |
| 1053 | 2026-05-28T04:47:31.771Z | Downloaded strum v0.27.2 |
| 1054 | 2026-05-28T04:47:31.771Z | Downloaded shlex v1.3.0 |
| 1055 | 2026-05-28T04:47:31.771Z | Downloaded hashbrown v0.12.3 |
| 1056 | 2026-05-28T04:47:31.775Z | Downloaded ryu v1.0.23 |
| 1057 | 2026-05-28T04:47:31.775Z | Downloaded simd-adler32 v0.3.8 |
| 1058 | 2026-05-28T04:47:31.778Z | Downloaded string_cache v0.8.9 |
| 1059 | 2026-05-28T04:47:31.778Z | Downloaded thread-id v5.1.0 |
| 1060 | 2026-05-28T04:47:31.778Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1061 | 2026-05-28T04:47:31.781Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-05-28T04:47:31.782Z | Downloaded rcgen v0.12.1 |
| 1063 | 2026-05-28T04:47:31.782Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-05-28T04:47:31.788Z | Downloaded tinyvec_macros v0.1.1 |
| 1065 | 2026-05-28T04:47:31.788Z | Downloaded stringprep v0.1.5 |
| 1066 | 2026-05-28T04:47:31.788Z | Downloaded signal-hook-registry v1.4.8 |
| 1067 | 2026-05-28T04:47:31.788Z | Downloaded num-bigint v0.4.6 |
| 1068 | 2026-05-28T04:47:31.792Z | Downloaded slog-scope v4.4.1 |
| 1069 | 2026-05-28T04:47:31.792Z | Downloaded slog-json v2.6.1 |
| 1070 | 2026-05-28T04:47:31.792Z | Downloaded serde_with_macros v1.5.2 |
| 1071 | 2026-05-28T04:47:31.792Z | Downloaded snafu-derive v0.8.9 |
| 1072 | 2026-05-28T04:47:31.792Z | Downloaded hyper-util v0.1.20 |
| 1073 | 2026-05-28T04:47:31.795Z | Downloaded ron v0.8.1 |
| 1074 | 2026-05-28T04:47:31.798Z | Downloaded spki v0.7.3 |
| 1075 | 2026-05-28T04:47:31.801Z | Downloaded serde_cbor v0.11.2 |
| 1076 | 2026-05-28T04:47:31.801Z | Downloaded dropshot-api-manager v0.7.2 |
| 1077 | 2026-05-28T04:47:31.806Z | Downloaded slog-stdlog v4.1.1 |
| 1078 | 2026-05-28T04:47:31.811Z | Downloaded termtree v0.5.1 |
| 1079 | 2026-05-28T04:47:31.811Z | Downloaded publicsuffix v2.3.0 |
| 1080 | 2026-05-28T04:47:31.814Z | Downloaded aes-gcm v0.10.3 |
| 1081 | 2026-05-28T04:47:31.826Z | Downloaded serde_with_macros v3.17.0 |
| 1082 | 2026-05-28T04:47:31.831Z | Downloaded static_assertions v1.1.0 |
| 1083 | 2026-05-28T04:47:31.837Z | Downloaded tokio-macros v2.7.0 |
| 1084 | 2026-05-28T04:47:31.842Z | Downloaded strum_macros v0.24.3 |
| 1085 | 2026-05-28T04:47:31.845Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-05-28T04:47:31.845Z | Downloaded strum_macros v0.27.2 |
| 1087 | 2026-05-28T04:47:31.848Z | Downloaded time-core v0.1.8 |
| 1088 | 2026-05-28T04:47:31.854Z | Downloaded thread_local v1.1.9 |
| 1089 | 2026-05-28T04:47:31.854Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-05-28T04:47:31.859Z | Downloaded termios v0.3.3 |
| 1091 | 2026-05-28T04:47:31.859Z | Downloaded signal-hook v0.3.18 |
| 1092 | 2026-05-28T04:47:31.859Z | Downloaded tower-service v0.3.3 |
| 1093 | 2026-05-28T04:47:31.862Z | Downloaded slog-async v2.8.0 |
| 1094 | 2026-05-28T04:47:31.865Z | Downloaded pretty_assertions v1.4.1 |
| 1095 | 2026-05-28T04:47:31.867Z | Downloaded sqlparser_derive v0.5.0 |
| 1096 | 2026-05-28T04:47:31.871Z | Downloaded mio v1.2.0 |
| 1097 | 2026-05-28T04:47:31.875Z | Downloaded schemars v0.9.0 |
| 1098 | 2026-05-28T04:47:31.880Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-05-28T04:47:31.885Z | Downloaded itertools v0.10.5 |
| 1100 | 2026-05-28T04:47:31.885Z | Downloaded try-lock v0.2.5 |
| 1101 | 2026-05-28T04:47:31.885Z | Downloaded time-macros v0.2.27 |
| 1102 | 2026-05-28T04:47:31.888Z | Downloaded spin v0.9.8 |
| 1103 | 2026-05-28T04:47:31.888Z | Downloaded quinn v0.11.9 |
| 1104 | 2026-05-28T04:47:31.891Z | Downloaded qorb v0.4.1 |
| 1105 | 2026-05-28T04:47:31.894Z | Downloaded socket2 v0.6.3 |
| 1106 | 2026-05-28T04:47:31.894Z | Downloaded tower-layer v0.3.3 |
| 1107 | 2026-05-28T04:47:31.894Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-05-28T04:47:31.899Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1109 | 2026-05-28T04:47:31.899Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-05-28T04:47:31.902Z | Downloaded tls_codec_derive v0.4.2 |
| 1111 | 2026-05-28T04:47:31.902Z | Downloaded topological-sort v0.2.2 |
| 1112 | 2026-05-28T04:47:31.902Z | Downloaded support-bundle-viewer v0.1.2 |
| 1113 | 2026-05-28T04:47:31.905Z | Downloaded socket2 v0.5.10 |
| 1114 | 2026-05-28T04:47:31.905Z | Downloaded rustls-webpki v0.103.9 |
| 1115 | 2026-05-28T04:47:31.908Z | Downloaded rayon-core v1.13.0 |
| 1116 | 2026-05-28T04:47:31.912Z | Downloaded tls_codec v0.4.2 |
| 1117 | 2026-05-28T04:47:31.912Z | Downloaded unit-prefix v0.5.2 |
| 1118 | 2026-05-28T04:47:31.912Z | Downloaded tokio-tungstenite v0.23.1 |
| 1119 | 2026-05-28T04:47:31.915Z | Downloaded tokio-rustls v0.25.0 |
| 1120 | 2026-05-28T04:47:31.915Z | Downloaded libxml v0.3.3 |
| 1121 | 2026-05-28T04:47:31.919Z | Downloaded untrusted v0.9.0 |
| 1122 | 2026-05-28T04:47:31.919Z | Downloaded untrusted v0.7.1 |
| 1123 | 2026-05-28T04:47:31.919Z | Downloaded universal-hash v0.5.1 |
| 1124 | 2026-05-28T04:47:31.922Z | Downloaded unarray v0.1.4 |
| 1125 | 2026-05-28T04:47:31.922Z | Downloaded itertools v0.13.0 |
| 1126 | 2026-05-28T04:47:31.925Z | Downloaded samael v0.0.19 |
| 1127 | 2026-05-28T04:47:31.928Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-05-28T04:47:31.931Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1129 | 2026-05-28T04:47:31.932Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1130 | 2026-05-28T04:47:31.932Z | Downloaded itertools v0.14.0 |
| 1131 | 2026-05-28T04:47:31.935Z | Downloaded tokio-tungstenite v0.21.0 |
| 1132 | 2026-05-28T04:47:31.938Z | Downloaded usdt-macro v0.6.0 |
| 1133 | 2026-05-28T04:47:31.938Z | Downloaded hyper v1.8.1 |
| 1134 | 2026-05-28T04:47:31.941Z | Downloaded utf-8 v0.7.6 |
| 1135 | 2026-05-28T04:47:31.941Z | Downloaded rsa v0.9.10 |
| 1136 | 2026-05-28T04:47:31.944Z | Downloaded blake3 v1.8.3 |
| 1137 | 2026-05-28T04:47:31.948Z | Downloaded term v1.2.1 |
| 1138 | 2026-05-28T04:47:31.951Z | Downloaded schemars v1.2.1 |
| 1139 | 2026-05-28T04:47:31.958Z | Downloaded waitgroup v0.1.2 |
| 1140 | 2026-05-28T04:47:31.991Z | Downloaded void v1.0.2 |
| 1141 | 2026-05-28T04:47:31.991Z | Downloaded rand v0.8.6 |
| 1142 | 2026-05-28T04:47:31.991Z | Downloaded iri-string v0.7.10 |
| 1143 | 2026-05-28T04:47:31.991Z | Downloaded want v0.3.1 |
| 1144 | 2026-05-28T04:47:31.991Z | Downloaded tui-tree-widget v0.23.1 |
| 1145 | 2026-05-28T04:47:31.991Z | Downloaded snafu v0.8.9 |
| 1146 | 2026-05-28T04:47:31.991Z | Downloaded wait-timeout v0.2.1 |
| 1147 | 2026-05-28T04:47:31.991Z | Downloaded schemars v0.8.22 |
| 1148 | 2026-05-28T04:47:31.991Z | Downloaded rand v0.9.2 |
| 1149 | 2026-05-28T04:47:31.991Z | Downloaded num-bigint-dig v0.8.6 |
| 1150 | 2026-05-28T04:47:31.991Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-05-28T04:47:31.991Z | Downloaded unicase v2.9.0 |
| 1152 | 2026-05-28T04:47:31.991Z | Downloaded tokio-native-tls v0.3.1 |
| 1153 | 2026-05-28T04:47:31.991Z | Downloaded term v0.7.0 |
| 1154 | 2026-05-28T04:47:31.991Z | Downloaded similar v2.7.0 |
| 1155 | 2026-05-28T04:47:31.996Z | Downloaded hkdf v0.12.4 |
| 1156 | 2026-05-28T04:47:31.996Z | Downloaded usdt-attr-macro v0.6.0 |
| 1157 | 2026-05-28T04:47:31.996Z | Downloaded usdt v0.6.0 |
| 1158 | 2026-05-28T04:47:31.996Z | Downloaded tokio-dtrace v0.1.1 |
| 1159 | 2026-05-28T04:47:31.996Z | Downloaded slog v2.8.2 |
| 1160 | 2026-05-28T04:47:32.000Z | Downloaded typify-macro v0.4.3 |
| 1161 | 2026-05-28T04:47:32.000Z | Downloaded hashbrown v0.15.5 |
| 1162 | 2026-05-28T04:47:32.004Z | Downloaded vergen-gitcl v1.0.8 |
| 1163 | 2026-05-28T04:47:32.004Z | Downloaded vergen-git2 v9.1.0 |
| 1164 | 2026-05-28T04:47:32.004Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1165 | 2026-05-28T04:47:32.006Z | Downloaded zeroize_derive v1.4.3 |
| 1166 | 2026-05-28T04:47:32.006Z | Downloaded zone v0.3.1 |
| 1167 | 2026-05-28T04:47:32.009Z | Downloaded tokio-stream v0.1.18 |
| 1168 | 2026-05-28T04:47:32.013Z | Downloaded usdt-impl v0.6.0 |
| 1169 | 2026-05-28T04:47:32.020Z | Downloaded uzers v0.12.2 |
| 1170 | 2026-05-28T04:47:32.024Z | Downloaded xshell-macros v0.2.7 |
| 1171 | 2026-05-28T04:47:32.024Z | Downloaded subprocess v0.2.15 |
| 1172 | 2026-05-28T04:47:32.027Z | Downloaded zone_cfg_derive v0.3.1 |
| 1173 | 2026-05-28T04:47:32.030Z | Downloaded tracing-attributes v0.1.31 |
| 1174 | 2026-05-28T04:47:32.030Z | Downloaded nom v7.1.3 |
| 1175 | 2026-05-28T04:47:32.033Z | Downloaded rand v0.10.1 |
| 1176 | 2026-05-28T04:47:32.036Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-05-28T04:47:32.039Z | Downloaded russh v0.45.0 |
| 1178 | 2026-05-28T04:47:32.042Z | Downloaded whoami v2.1.0 |
| 1179 | 2026-05-28T04:47:32.042Z | Downloaded bindgen v0.71.1 |
| 1180 | 2026-05-28T04:47:32.045Z | Downloaded xattr v1.6.1 |
| 1181 | 2026-05-28T04:47:32.048Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-05-28T04:47:32.048Z | Downloaded tokio-rustls v0.26.4 |
| 1183 | 2026-05-28T04:47:32.051Z | Downloaded tinyvec v1.10.0 |
| 1184 | 2026-05-28T04:47:32.058Z | Downloaded vergen-lib v0.1.6 |
| 1185 | 2026-05-28T04:47:32.061Z | Downloaded tar v0.4.45 |
| 1186 | 2026-05-28T04:47:32.061Z | Downloaded libm v0.2.16 |
| 1187 | 2026-05-28T04:47:32.065Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1188 | 2026-05-28T04:47:32.068Z | Downloaded wyz v0.5.1 |
| 1189 | 2026-05-28T04:47:32.071Z | Downloaded vsss-rs v3.3.4 |
| 1190 | 2026-05-28T04:47:32.071Z | Downloaded iddqd v0.4.2 |
| 1191 | 2026-05-28T04:47:32.075Z | Downloaded p521 v0.13.3 |
| 1192 | 2026-05-28T04:47:32.077Z | Downloaded twox-hash v2.1.2 |
| 1193 | 2026-05-28T04:47:32.080Z | Downloaded tiny-keccak v2.0.2 |
| 1194 | 2026-05-28T04:47:32.080Z | Downloaded aws-lc-rs v1.16.3 |
| 1195 | 2026-05-28T04:47:32.087Z | Downloaded xshell v0.2.7 |
| 1196 | 2026-05-28T04:47:32.090Z | Downloaded tracing-core v0.1.36 |
| 1197 | 2026-05-28T04:47:32.090Z | Downloaded test-strategy v0.4.5 |
| 1198 | 2026-05-28T04:47:32.094Z | Downloaded itertools v0.12.1 |
| 1199 | 2026-05-28T04:47:32.097Z | Downloaded zeroize v1.8.2 |
| 1200 | 2026-05-28T04:47:32.097Z | Downloaded vergen v9.1.0 |
| 1201 | 2026-05-28T04:47:32.097Z | Downloaded whoami v1.6.1 |
| 1202 | 2026-05-28T04:47:32.097Z | Downloaded tungstenite v0.23.0 |
| 1203 | 2026-05-28T04:47:32.102Z | Downloaded nom v8.0.0 |
| 1204 | 2026-05-28T04:47:32.105Z | Downloaded rustyline v14.0.0 |
| 1205 | 2026-05-28T04:47:32.108Z | Downloaded zstd v0.13.3 |
| 1206 | 2026-05-28T04:47:32.108Z | Downloaded typify v0.6.2 |
| 1207 | 2026-05-28T04:47:32.113Z | Downloaded vergen-lib v9.1.0 |
| 1208 | 2026-05-28T04:47:32.113Z | Downloaded tungstenite v0.21.0 |
| 1209 | 2026-05-28T04:47:32.116Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-05-28T04:47:32.116Z | Downloaded typify v0.4.3 |
| 1211 | 2026-05-28T04:47:32.119Z | Downloaded toml v0.7.8 |
| 1212 | 2026-05-28T04:47:32.123Z | Downloaded futures-util v0.3.32 |
| 1213 | 2026-05-28T04:47:32.129Z | Downloaded zstd-safe v7.2.4 |
| 1214 | 2026-05-28T04:47:32.132Z | Downloaded bitvec v1.0.1 |
| 1215 | 2026-05-28T04:47:32.141Z | Downloaded rpassword v7.4.0 |
| 1216 | 2026-05-28T04:47:32.145Z | Downloaded yasna v0.5.2 |
| 1217 | 2026-05-28T04:47:32.145Z | Downloaded h2 v0.4.13 |
| 1218 | 2026-05-28T04:47:32.148Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1219 | 2026-05-28T04:47:32.148Z | Downloaded chrono v0.4.44 |
| 1220 | 2026-05-28T04:47:32.157Z | Downloaded tokio-postgres v0.7.16 |
| 1221 | 2026-05-28T04:47:32.173Z | Downloaded zerocopy v0.6.6 |
| 1222 | 2026-05-28T04:47:32.180Z | Downloaded reedline v0.40.0 |
| 1223 | 2026-05-28T04:47:32.184Z | Downloaded uuid v1.23.0 |
| 1224 | 2026-05-28T04:47:32.187Z | Downloaded reqwest v0.12.28 |
| 1225 | 2026-05-28T04:47:32.190Z | Downloaded zopfli v0.8.3 |
| 1226 | 2026-05-28T04:47:32.197Z | Downloaded unicode-bidi v0.3.18 |
| 1227 | 2026-05-28T04:47:32.200Z | Downloaded rayon v1.11.0 |
| 1228 | 2026-05-28T04:47:32.204Z | Downloaded steno v0.4.1 |
| 1229 | 2026-05-28T04:47:32.207Z | Downloaded portable-atomic v1.13.1 |
| 1230 | 2026-05-28T04:47:32.211Z | Downloaded ssh-key v0.6.7 |
| 1231 | 2026-05-28T04:47:32.217Z | Downloaded vte v0.14.1 |
| 1232 | 2026-05-28T04:47:32.221Z | Downloaded zip v0.6.6 |
| 1233 | 2026-05-28T04:47:32.225Z | Downloaded regex v1.12.3 |
| 1234 | 2026-05-28T04:47:32.234Z | Downloaded toml_edit v0.19.15 |
| 1235 | 2026-05-28T04:47:32.243Z | Downloaded unicode_categories v0.1.1 |
| 1236 | 2026-05-28T04:47:32.246Z | Downloaded serde_with v1.14.0 |
| 1237 | 2026-05-28T04:47:32.250Z | Downloaded rustls-webpki v0.101.7 |
| 1238 | 2026-05-28T04:47:32.256Z | Downloaded yansi v1.0.1 |
| 1239 | 2026-05-28T04:47:32.258Z | Downloaded salty v0.3.0 |
| 1240 | 2026-05-28T04:47:32.263Z | Downloaded tower v0.5.3 |
| 1241 | 2026-05-28T04:47:32.266Z | Downloaded quick-xml v0.37.5 |
| 1242 | 2026-05-28T04:47:32.268Z | Downloaded p384 v0.13.1 |
| 1243 | 2026-05-28T04:47:32.271Z | Downloaded zerocopy-derive v0.8.40 |
| 1244 | 2026-05-28T04:47:32.275Z | Downloaded git2 v0.20.4 |
| 1245 | 2026-05-28T04:47:32.281Z | Downloaded moka v0.12.13 |
| 1246 | 2026-05-28T04:47:32.284Z | Downloaded x509-cert v0.2.5 |
| 1247 | 2026-05-28T04:47:32.288Z | Downloaded unicode-segmentation v1.12.0 |
| 1248 | 2026-05-28T04:47:32.291Z | Downloaded typed-path v0.9.3 |
| 1249 | 2026-05-28T04:47:32.300Z | Downloaded reqwest v0.13.2 |
| 1250 | 2026-05-28T04:47:32.304Z | Downloaded object v0.30.4 |
| 1251 | 2026-05-28T04:47:32.313Z | Downloaded lalrpop v0.19.12 |
| 1252 | 2026-05-28T04:47:32.323Z | Downloaded serde_with v3.17.0 |
| 1253 | 2026-05-28T04:47:32.337Z | Downloaded tower-http v0.6.8 |
| 1254 | 2026-05-28T04:47:32.341Z | Downloaded tokio-util v0.7.18 |
| 1255 | 2026-05-28T04:47:32.344Z | Downloaded rustls-webpki v0.102.8 |
| 1256 | 2026-05-28T04:47:32.355Z | Downloaded petname v2.0.2 |
| 1257 | 2026-05-28T04:47:32.358Z | Downloaded zip v4.6.1 |
| 1258 | 2026-05-28T04:47:32.361Z | Downloaded unicode-normalization v0.1.25 |
| 1259 | 2026-05-28T04:47:32.364Z | Downloaded goblin v0.10.5 |
| 1260 | 2026-05-28T04:47:32.367Z | Downloaded curve25519-dalek v4.1.3 |
| 1261 | 2026-05-28T04:47:32.371Z | Downloaded nix v0.27.1 |
| 1262 | 2026-05-28T04:47:32.377Z | Downloaded proptest v1.10.0 |
| 1263 | 2026-05-28T04:47:32.388Z | Downloaded quinn-proto v0.11.13 |
| 1264 | 2026-05-28T04:47:32.394Z | Downloaded tough v0.22.0 |
| 1265 | 2026-05-28T04:47:32.399Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-05-28T04:47:32.402Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-05-28T04:47:32.412Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-05-28T04:47:32.423Z | Downloaded nix v0.28.0 |
| 1269 | 2026-05-28T04:47:32.431Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-05-28T04:47:32.448Z | Downloaded winnow v0.6.26 |
| 1271 | 2026-05-28T04:47:32.454Z | Downloaded winnow v0.5.40 |
| 1272 | 2026-05-28T04:47:32.463Z | Downloaded time v0.3.47 |
| 1273 | 2026-05-28T04:47:32.470Z | Downloaded rustls v0.21.12 |
| 1274 | 2026-05-28T04:47:32.484Z | Downloaded tabled v0.20.0 |
| 1275 | 2026-05-28T04:47:32.493Z | Downloaded winnow v1.0.3 |
| 1276 | 2026-05-28T04:47:32.499Z | Downloaded vcpkg v0.2.15 |
| 1277 | 2026-05-28T04:47:32.520Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-05-28T04:47:32.523Z | Downloaded nix v0.31.2 |
| 1279 | 2026-05-28T04:47:32.530Z | Downloaded hickory-proto v0.24.4 |
| 1280 | 2026-05-28T04:47:32.538Z | Downloaded webpki-roots v1.0.6 |
| 1281 | 2026-05-28T04:47:32.541Z | Downloaded openapiv3 v2.2.0 |
| 1282 | 2026-05-28T04:47:32.547Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-05-28T04:47:32.553Z | Downloaded regress v0.11.1 |
| 1284 | 2026-05-28T04:47:32.559Z | Downloaded regress v0.10.5 |
| 1285 | 2026-05-28T04:47:32.563Z | Downloaded zerocopy v0.8.40 |
| 1286 | 2026-05-28T04:47:32.569Z | Downloaded diesel v2.3.7 |
| 1287 | 2026-05-28T04:47:32.580Z | Downloaded rustls v0.23.37 |
| 1288 | 2026-05-28T04:47:32.587Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-05-28T04:47:32.596Z | Downloaded regex-syntax v0.8.10 |
| 1290 | 2026-05-28T04:47:32.602Z | Downloaded rustls v0.22.4 |
| 1291 | 2026-05-28T04:47:32.610Z | Downloaded dropshot v0.17.0 |
| 1292 | 2026-05-28T04:47:32.622Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-05-28T04:47:32.633Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-05-28T04:47:32.639Z | Downloaded regex-syntax v0.6.29 |
| 1295 | 2026-05-28T04:47:32.642Z | Downloaded object v0.37.3 |
| 1296 | 2026-05-28T04:47:32.649Z | Downloaded smoltcp v0.9.1 |
| 1297 | 2026-05-28T04:47:32.655Z | Downloaded sled v0.34.7 |
| 1298 | 2026-05-28T04:47:32.660Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-05-28T04:47:32.673Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1300 | 2026-05-28T04:47:32.680Z | Downloaded ratatui v0.29.0 |
| 1301 | 2026-05-28T04:47:32.735Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-05-28T04:47:32.740Z | Downloaded typify-impl v0.6.2 |
| 1303 | 2026-05-28T04:47:32.744Z | Downloaded typify-impl v0.4.3 |
| 1304 | 2026-05-28T04:47:32.755Z | Downloaded jiff v0.2.21 |
| 1305 | 2026-05-28T04:47:32.781Z | Downloaded zerocopy-derive v0.6.6 |
| 1306 | 2026-05-28T04:47:32.797Z | Downloaded regex-automata v0.4.14 |
| 1307 | 2026-05-28T04:47:32.813Z | Downloaded petgraph v0.6.5 |
| 1308 | 2026-05-28T04:47:32.861Z | Downloaded csv v1.4.0 |
| 1309 | 2026-05-28T04:47:32.873Z | Downloaded petgraph v0.8.3 |
| 1310 | 2026-05-28T04:47:32.886Z | Downloaded libz-sys v1.1.24 |
| 1311 | 2026-05-28T04:47:32.899Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1312 | 2026-05-28T04:47:32.909Z | Downloaded sha3 v0.10.8 |
| 1313 | 2026-05-28T04:47:32.912Z | Downloaded tokio v1.52.1 |
| 1314 | 2026-05-28T04:47:32.934Z | Downloaded ring v0.17.14 |
| 1315 | 2026-05-28T04:47:32.967Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-05-28T04:47:32.979Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-05-28T04:47:33.440Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-05-28T04:47:33.681Z | Compiling libc v0.2.185 |
| 1319 | 2026-05-28T04:47:33.682Z | Compiling serde v1.0.228 |
| 1320 | 2026-05-28T04:47:33.685Z | Compiling log v0.4.29 |
| 1321 | 2026-05-28T04:47:33.685Z | Compiling find-msvc-tools v0.1.9 |
| 1322 | 2026-05-28T04:47:33.834Z | Compiling shlex v1.3.0 |
| 1323 | 2026-05-28T04:47:33.843Z | Compiling smallvec v1.15.1 |
| 1324 | 2026-05-28T04:47:33.853Z | Compiling syn v2.0.117 |
| 1325 | 2026-05-28T04:47:33.876Z | Compiling typenum v1.19.0 |
| 1326 | 2026-05-28T04:47:34.025Z | Compiling generic-array v0.14.7 |
| 1327 | 2026-05-28T04:47:34.057Z | Compiling subtle v2.6.1 |
| 1328 | 2026-05-28T04:47:34.057Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-05-28T04:47:34.105Z | Compiling const-oid v0.9.6 |
| 1330 | 2026-05-28T04:47:34.163Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-05-28T04:47:34.177Z | Compiling serde_json v1.0.149 |
| 1332 | 2026-05-28T04:47:34.228Z | Compiling zerocopy v0.8.40 |
| 1333 | 2026-05-28T04:47:34.270Z | Compiling portable-atomic v1.13.1 |
| 1334 | 2026-05-28T04:47:34.393Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-05-28T04:47:34.634Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-05-28T04:47:34.647Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-05-28T04:47:34.714Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-05-28T04:47:34.732Z | Compiling errno v0.3.14 |
| 1339 | 2026-05-28T04:47:34.794Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-05-28T04:47:34.880Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-05-28T04:47:34.894Z | Compiling signal-hook-registry v1.4.8 |
| 1342 | 2026-05-28T04:47:34.919Z | Compiling cc v1.2.56 |
| 1343 | 2026-05-28T04:47:35.098Z | Compiling bitflags v2.11.0 |
| 1344 | 2026-05-28T04:47:35.168Z | Compiling libm v0.2.16 |
| 1345 | 2026-05-28T04:47:35.197Z | Compiling critical-section v1.2.0 |
| 1346 | 2026-05-28T04:47:35.311Z | Compiling futures-core v0.3.32 |
| 1347 | 2026-05-28T04:47:35.336Z | Compiling parking_lot v0.12.5 |
| 1348 | 2026-05-28T04:47:35.448Z | Compiling mio v1.2.0 |
| 1349 | 2026-05-28T04:47:35.466Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-05-28T04:47:35.499Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-05-28T04:47:35.592Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-05-28T04:47:35.716Z | Compiling socket2 v0.6.3 |
| 1353 | 2026-05-28T04:47:35.729Z | Compiling futures-sink v0.3.32 |
| 1354 | 2026-05-28T04:47:35.785Z | Compiling cpufeatures v0.2.17 |
| 1355 | 2026-05-28T04:47:35.816Z | Compiling slab v0.4.12 |
| 1356 | 2026-05-28T04:47:35.833Z | Compiling futures-channel v0.3.32 |
| 1357 | 2026-05-28T04:47:35.859Z | Compiling futures-io v0.3.32 |
| 1358 | 2026-05-28T04:47:35.917Z | Compiling getrandom v0.4.1 |
| 1359 | 2026-05-28T04:47:35.988Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-05-28T04:47:36.013Z | Compiling rand_core v0.10.0 |
| 1361 | 2026-05-28T04:47:36.058Z | Compiling indexmap v2.14.0 |
| 1362 | 2026-05-28T04:47:36.115Z | Compiling getrandom v0.3.4 |
| 1363 | 2026-05-28T04:47:36.156Z | Compiling rustversion v1.0.22 |
| 1364 | 2026-05-28T04:47:36.176Z | Compiling form_urlencoded v1.2.2 |
| 1365 | 2026-05-28T04:47:36.482Z | Compiling cmake v0.1.57 |
| 1366 | 2026-05-28T04:47:36.485Z | Compiling dunce v1.0.5 |
| 1367 | 2026-05-28T04:47:36.558Z | Compiling fs_extra v1.3.0 |
| 1368 | 2026-05-28T04:47:36.679Z | Compiling synstructure v0.13.2 |
| 1369 | 2026-05-28T04:47:36.692Z | Compiling base64ct v1.8.3 |
| 1370 | 2026-05-28T04:47:36.821Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-05-28T04:47:36.870Z | Compiling aws-lc-sys v0.40.0 |
| 1372 | 2026-05-28T04:47:36.944Z | Compiling pem-rfc7468 v0.7.0 |
| 1373 | 2026-05-28T04:47:36.962Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-05-28T04:47:36.976Z | Compiling flagset v0.4.7 |
| 1375 | 2026-05-28T04:47:37.072Z | Compiling iana-time-zone v0.1.65 |
| 1376 | 2026-05-28T04:47:37.102Z | Compiling rustix v1.1.3 |
| 1377 | 2026-05-28T04:47:37.151Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-05-28T04:47:37.241Z | Compiling ring v0.17.14 |
| 1379 | 2026-05-28T04:47:37.270Z | Compiling aws-lc-rs v1.16.3 |
| 1380 | 2026-05-28T04:47:37.293Z | Compiling vcpkg v0.2.15 |
| 1381 | 2026-05-28T04:47:37.436Z | Compiling uuid v1.23.0 |
| 1382 | 2026-05-28T04:47:37.575Z | Compiling rustc_version v0.4.1 |
| 1383 | 2026-05-28T04:47:37.958Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-05-28T04:47:38.084Z | Compiling openssl-sys v0.9.115 |
| 1385 | 2026-05-28T04:47:38.204Z | Compiling base64 v0.22.1 |
| 1386 | 2026-05-28T04:47:38.394Z | Compiling serde_derive v1.0.228 |
| 1387 | 2026-05-28T04:47:38.510Z | Compiling zeroize_derive v1.4.3 |
| 1388 | 2026-05-28T04:47:38.538Z | Compiling zerofrom-derive v0.1.6 |
| 1389 | 2026-05-28T04:47:38.616Z | Compiling yoke-derive v0.8.1 |
| 1390 | 2026-05-28T04:47:38.924Z | Compiling zerovec-derive v0.11.2 |
| 1391 | 2026-05-28T04:47:39.161Z | Compiling zeroize v1.8.2 |
| 1392 | 2026-05-28T04:47:39.392Z | Compiling zerocopy-derive v0.8.40 |
| 1393 | 2026-05-28T04:47:39.791Z | Compiling displaydoc v0.2.5 |
| 1394 | 2026-05-28T04:47:39.933Z | Compiling crypto-common v0.1.7 |
| 1395 | 2026-05-28T04:47:39.947Z | Compiling zerofrom v0.1.6 |
| 1396 | 2026-05-28T04:47:40.054Z | Compiling yoke v0.8.1 |
| 1397 | 2026-05-28T04:47:40.068Z | Compiling block-buffer v0.10.4 |
| 1398 | 2026-05-28T04:47:40.081Z | Compiling tokio-macros v2.7.0 |
| 1399 | 2026-05-28T04:47:40.231Z | Compiling zerovec v0.11.5 |
| 1400 | 2026-05-28T04:47:40.231Z | Compiling digest v0.10.7 |
| 1401 | 2026-05-28T04:47:40.489Z | Compiling futures-macro v0.3.32 |
| 1402 | 2026-05-28T04:47:40.531Z | Compiling zerotrie v0.2.3 |
| 1403 | 2026-05-28T04:47:40.726Z | Compiling tinystr v0.8.2 |
| 1404 | 2026-05-28T04:47:40.783Z | Compiling potential_utf v0.1.4 |
| 1405 | 2026-05-28T04:47:40.822Z | Compiling hmac v0.12.1 |
| 1406 | 2026-05-28T04:47:40.928Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-05-28T04:47:40.942Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-05-28T04:47:40.974Z | Compiling block-padding v0.3.3 |
| 1409 | 2026-05-28T04:47:41.126Z | Compiling inout v0.1.4 |
| 1410 | 2026-05-28T04:47:41.272Z | Compiling futures-util v0.3.32 |
| 1411 | 2026-05-28T04:47:41.292Z | Compiling cipher v0.4.4 |
| 1412 | 2026-05-28T04:47:41.406Z | Compiling sha2 v0.10.9 |
| 1413 | 2026-05-28T04:47:41.548Z | Compiling icu_provider v2.1.1 |
| 1414 | 2026-05-28T04:47:41.806Z | Compiling bytes v1.11.1 |
| 1415 | 2026-05-28T04:47:41.829Z | Compiling icu_normalizer v2.1.1 |
| 1416 | 2026-05-28T04:47:41.845Z | Compiling icu_properties v2.1.2 |
| 1417 | 2026-05-28T04:47:42.079Z | Compiling der_derive v0.7.3 |
| 1418 | 2026-05-28T04:47:42.360Z | Compiling tokio v1.52.1 |
| 1419 | 2026-05-28T04:47:42.408Z | Compiling http v1.4.0 |
| 1420 | 2026-05-28T04:47:42.800Z | Compiling idna_adapter v1.2.1 |
| 1421 | 2026-05-28T04:47:42.941Z | Compiling idna v1.1.0 |
| 1422 | 2026-05-28T04:47:42.974Z | Compiling chrono v0.4.44 |
| 1423 | 2026-05-28T04:47:43.066Z | Compiling der v0.7.10 |
| 1424 | 2026-05-28T04:47:43.348Z | Compiling url v2.5.8 |
| 1425 | 2026-05-28T04:47:43.578Z | Compiling salsa20 v0.10.2 |
| 1426 | 2026-05-28T04:47:43.597Z | Compiling pbkdf2 v0.12.2 |
| 1427 | 2026-05-28T04:47:43.714Z | Compiling ppv-lite86 v0.2.21 |
| 1428 | 2026-05-28T04:47:43.729Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-05-28T04:47:43.882Z | Compiling spki v0.7.3 |
| 1430 | 2026-05-28T04:47:44.041Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-05-28T04:47:44.096Z | Compiling tracing-attributes v0.1.31 |
| 1432 | 2026-05-28T04:47:44.142Z | Compiling rand_chacha v0.9.0 |
| 1433 | 2026-05-28T04:47:44.172Z | Compiling scrypt v0.11.0 |
| 1434 | 2026-05-28T04:47:44.260Z | Compiling http-body v1.0.1 |
| 1435 | 2026-05-28T04:47:44.340Z | Compiling cbc v0.1.2 |
| 1436 | 2026-05-28T04:47:44.410Z | Compiling aes v0.8.4 |
| 1437 | 2026-05-28T04:47:44.485Z | Compiling untrusted v0.7.1 |
| 1438 | 2026-05-28T04:47:44.500Z | Compiling untrusted v0.9.0 |
| 1439 | 2026-05-28T04:47:44.611Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-05-28T04:47:44.625Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-05-28T04:47:44.695Z | Compiling httparse v1.10.1 |
| 1442 | 2026-05-28T04:47:44.784Z | Compiling pkcs5 v0.7.1 |
| 1443 | 2026-05-28T04:47:44.819Z | Compiling tinyvec v1.10.0 |
| 1444 | 2026-05-28T04:47:45.154Z | Compiling pest_generator v2.8.6 |
| 1445 | 2026-05-28T04:47:45.262Z | Compiling rand v0.9.2 |
| 1446 | 2026-05-28T04:47:45.351Z | Compiling thiserror v2.0.18 |
| 1447 | 2026-05-28T04:47:45.385Z | Compiling tracing v0.1.44 |
| 1448 | 2026-05-28T04:47:45.445Z | Compiling serde_derive_internals v0.29.1 |
| 1449 | 2026-05-28T04:47:45.459Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-05-28T04:47:45.643Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-05-28T04:47:45.739Z | Compiling rustls v0.23.37 |
| 1452 | 2026-05-28T04:47:45.850Z | Compiling dyn-clone v1.0.20 |
| 1453 | 2026-05-28T04:47:45.909Z | Compiling tower-layer v0.3.3 |
| 1454 | 2026-05-28T04:47:45.987Z | Compiling try-lock v0.2.5 |
| 1455 | 2026-05-28T04:47:46.050Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2026-05-28T04:47:46.069Z | Compiling schemars v0.8.22 |
| 1457 | 2026-05-28T04:47:46.095Z | Compiling tokio-util v0.7.18 |
| 1458 | 2026-05-28T04:47:46.172Z | Compiling want v0.3.1 |
| 1459 | 2026-05-28T04:47:46.283Z | Compiling regex-automata v0.4.14 |
| 1460 | 2026-05-28T04:47:46.324Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2026-05-28T04:47:46.337Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-05-28T04:47:46.755Z | Compiling h2 v0.4.13 |
| 1463 | 2026-05-28T04:47:47.108Z | Compiling pkcs8 v0.10.2 |
| 1464 | 2026-05-28T04:47:47.122Z | Compiling ipnet v2.11.0 |
| 1465 | 2026-05-28T04:47:47.125Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-05-28T04:47:47.410Z | Compiling darling_core v0.20.11 |
| 1467 | 2026-05-28T04:47:47.545Z | Compiling foreign-types-shared v0.1.1 |
| 1468 | 2026-05-28T04:47:47.609Z | Compiling pin-utils v0.1.0 |
| 1469 | 2026-05-28T04:47:47.635Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-05-28T04:47:47.683Z | Compiling openssl v0.10.79 |
| 1471 | 2026-05-28T04:47:47.893Z | Compiling tempfile v3.25.0 |
| 1472 | 2026-05-28T04:47:47.934Z | Compiling scroll v0.13.0 |
| 1473 | 2026-05-28T04:47:47.986Z | Compiling foreign-types v0.3.2 |
| 1474 | 2026-05-28T04:47:48.073Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-05-28T04:47:48.260Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-05-28T04:47:48.521Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-05-28T04:47:48.614Z | Compiling socket2 v0.5.10 |
| 1478 | 2026-05-28T04:47:48.645Z | Compiling spin v0.9.8 |
| 1479 | 2026-05-28T04:47:48.852Z | Compiling num-conv v0.2.0 |
| 1480 | 2026-05-28T04:47:48.907Z | Compiling crc32fast v1.5.0 |
| 1481 | 2026-05-28T04:47:48.990Z | Compiling powerfmt v0.2.0 |
| 1482 | 2026-05-28T04:47:49.016Z | Compiling time-core v0.1.8 |
| 1483 | 2026-05-28T04:47:49.165Z | Compiling native-tls v0.2.18 |
| 1484 | 2026-05-28T04:47:49.191Z | Compiling time-macros v0.2.27 |
| 1485 | 2026-05-28T04:47:49.225Z | Compiling deranged v0.5.8 |
| 1486 | 2026-05-28T04:47:49.719Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-05-28T04:47:50.173Z | Compiling hyper v1.8.1 |
| 1488 | 2026-05-28T04:47:50.189Z | Compiling darling v0.20.11 |
| 1489 | 2026-05-28T04:47:50.233Z | Compiling goblin v0.10.5 |
| 1490 | 2026-05-28T04:47:50.266Z | Compiling rustls-native-certs v0.8.3 |
| 1491 | 2026-05-28T04:47:50.393Z | Compiling sync_wrapper v1.0.2 |
| 1492 | 2026-05-28T04:47:50.501Z | Compiling wait-timeout v0.2.1 |
| 1493 | 2026-05-28T04:47:50.556Z | Compiling crossbeam-utils v0.8.21 |
| 1494 | 2026-05-28T04:47:50.698Z | Compiling syn v1.0.109 |
| 1495 | 2026-05-28T04:47:50.758Z | Compiling usdt-impl v0.6.0 |
| 1496 | 2026-05-28T04:47:50.837Z | Compiling quick-error v1.2.3 |
| 1497 | 2026-05-28T04:47:50.943Z | Compiling unicode-segmentation v1.12.0 |
| 1498 | 2026-05-28T04:47:50.961Z | Compiling bit-vec v0.8.0 |
| 1499 | 2026-05-28T04:47:51.002Z | Compiling siphasher v1.0.2 |
| 1500 | 2026-05-28T04:47:51.185Z | Compiling num_threads v0.1.7 |
| 1501 | 2026-05-28T04:47:51.200Z | Compiling hyper-util v0.1.20 |
| 1502 | 2026-05-28T04:47:51.282Z | Compiling simd-adler32 v0.3.8 |
| 1503 | 2026-05-28T04:47:51.394Z | Compiling time v0.3.47 |
| 1504 | 2026-05-28T04:47:51.522Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-05-28T04:47:51.778Z | Compiling rusty-fork v0.3.1 |
| 1506 | 2026-05-28T04:47:52.012Z | Compiling tower v0.5.3 |
| 1507 | 2026-05-28T04:47:52.090Z | Compiling derive_builder_core v0.20.2 |
| 1508 | 2026-05-28T04:47:52.476Z | Compiling dtrace-parser v0.3.0 |
| 1509 | 2026-05-28T04:47:52.515Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-05-28T04:47:52.757Z | Compiling webpki-roots v1.0.6 |
| 1511 | 2026-05-28T04:47:52.885Z | Compiling signature v2.2.0 |
| 1512 | 2026-05-28T04:47:52.929Z | Compiling dof v0.4.0 |
| 1513 | 2026-05-28T04:47:52.932Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-05-28T04:47:53.002Z | Compiling scroll_derive v0.12.1 |
| 1515 | 2026-05-28T04:47:53.061Z | Compiling heapless v0.7.17 |
| 1516 | 2026-05-28T04:47:53.259Z | Compiling rand_xorshift v0.4.0 |
| 1517 | 2026-05-28T04:47:53.304Z | Compiling slog v2.8.2 |
| 1518 | 2026-05-28T04:47:53.423Z | Compiling darling_core v0.21.3 |
| 1519 | 2026-05-28T04:47:53.487Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1520 | 2026-05-28T04:47:53.667Z | Compiling thread-id v5.1.0 |
| 1521 | 2026-05-28T04:47:53.753Z | Compiling cookie v0.18.1 |
| 1522 | 2026-05-28T04:47:53.767Z | Compiling signal-hook v0.3.18 |
| 1523 | 2026-05-28T04:47:53.931Z | Compiling unicode-bidi v0.3.18 |
| 1524 | 2026-05-28T04:47:53.934Z | Compiling ryu v1.0.23 |
| 1525 | 2026-05-28T04:47:54.104Z | Compiling unarray v0.1.4 |
| 1526 | 2026-05-28T04:47:54.125Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-05-28T04:47:54.199Z | Compiling zstd-safe v7.2.4 |
| 1528 | 2026-05-28T04:47:54.213Z | Compiling paste v1.0.15 |
| 1529 | 2026-05-28T04:47:54.329Z | Compiling allocator-api2 v0.2.21 |
| 1530 | 2026-05-28T04:47:54.392Z | Compiling iri-string v0.7.10 |
| 1531 | 2026-05-28T04:47:54.462Z | Compiling adler2 v2.0.1 |
| 1532 | 2026-05-28T04:47:54.476Z | Compiling anyhow v1.0.102 |
| 1533 | 2026-05-28T04:47:54.535Z | Compiling stringprep v0.1.5 |
| 1534 | 2026-05-28T04:47:54.590Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-05-28T04:47:54.649Z | Compiling thiserror v1.0.69 |
| 1536 | 2026-05-28T04:47:54.751Z | Compiling proptest v1.10.0 |
| 1537 | 2026-05-28T04:47:54.968Z | Compiling serde_urlencoded v0.7.1 |
| 1538 | 2026-05-28T04:47:55.209Z | Compiling scroll v0.12.0 |
| 1539 | 2026-05-28T04:47:55.485Z | Compiling tower-http v0.6.8 |
| 1540 | 2026-05-28T04:47:55.795Z | Compiling derive_builder_macro v0.20.2 |
| 1541 | 2026-05-28T04:47:55.864Z | Compiling tokio-native-tls v0.3.1 |
| 1542 | 2026-05-28T04:47:55.908Z | Compiling darling_macro v0.21.3 |
| 1543 | 2026-05-28T04:47:56.029Z | Compiling heck v0.4.1 |
| 1544 | 2026-05-28T04:47:56.186Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2026-05-28T04:47:56.244Z | Compiling bstr v1.12.1 |
| 1546 | 2026-05-28T04:47:56.258Z | Compiling rand_chacha v0.3.1 |
| 1547 | 2026-05-28T04:47:56.281Z | Compiling erased-serde v0.3.31 |
| 1548 | 2026-05-28T04:47:56.376Z | Compiling toml_datetime v0.6.11 |
| 1549 | 2026-05-28T04:47:56.579Z | Compiling serde_tokenstream v0.2.3 |
| 1550 | 2026-05-28T04:47:56.630Z | Compiling serde_spanned v0.6.9 |
| 1551 | 2026-05-28T04:47:56.758Z | Compiling md-5 v0.10.6 |
| 1552 | 2026-05-28T04:47:56.773Z | Compiling pin-project-internal v1.1.11 |
| 1553 | 2026-05-28T04:47:56.885Z | Compiling async-trait v0.1.89 |
| 1554 | 2026-05-28T04:47:56.888Z | Compiling zerocopy-derive v0.7.35 |
| 1555 | 2026-05-28T04:47:56.922Z | Compiling curve25519-dalek v4.1.3 |
| 1556 | 2026-05-28T04:47:57.046Z | Compiling vergen-lib v9.1.0 |
| 1557 | 2026-05-28T04:47:57.228Z | Compiling num-integer v0.1.46 |
| 1558 | 2026-05-28T04:47:57.250Z | Compiling hash32 v0.2.1 |
| 1559 | 2026-05-28T04:47:57.448Z | Compiling ff v0.13.1 |
| 1560 | 2026-05-28T04:47:57.550Z | Compiling memoffset v0.9.1 |
| 1561 | 2026-05-28T04:47:57.586Z | Compiling encoding_rs v0.8.35 |
| 1562 | 2026-05-28T04:47:57.791Z | Compiling zlib-rs v0.6.2 |
| 1563 | 2026-05-28T04:47:57.805Z | Compiling fallible-iterator v0.2.0 |
| 1564 | 2026-05-28T04:47:57.901Z | Compiling litrs v1.0.0 |
| 1565 | 2026-05-28T04:47:57.946Z | Compiling rustix v0.38.44 |
| 1566 | 2026-05-28T04:47:58.118Z | Compiling psl-types v2.0.11 |
| 1567 | 2026-05-28T04:47:58.247Z | Compiling base16ct v0.2.0 |
| 1568 | 2026-05-28T04:47:58.296Z | Compiling ref-cast v1.0.25 |
| 1569 | 2026-05-28T04:47:58.422Z | Compiling cfg_aliases v0.2.1 |
| 1570 | 2026-05-28T04:47:58.436Z | Compiling num-bigint-dig v0.8.6 |
| 1571 | 2026-05-28T04:47:58.498Z | Compiling smoltcp v0.9.1 |
| 1572 | 2026-05-28T04:47:58.596Z | Compiling mime v0.3.17 |
| 1573 | 2026-05-28T04:47:58.694Z | Compiling nix v0.31.2 |
| 1574 | 2026-05-28T04:47:58.853Z | Compiling document-features v0.2.12 |
| 1575 | 2026-05-28T04:47:58.867Z | Compiling sec1 v0.7.3 |
| 1576 | 2026-05-28T04:47:59.138Z | Compiling publicsuffix v2.3.0 |
| 1577 | 2026-05-28T04:47:59.152Z | Compiling postgres-protocol v0.6.10 |
| 1578 | 2026-05-28T04:47:59.155Z | Compiling pin-project v1.1.11 |
| 1579 | 2026-05-28T04:47:59.304Z | Compiling zerocopy v0.7.35 |
| 1580 | 2026-05-28T04:47:59.347Z | Compiling group v0.13.0 |
| 1581 | 2026-05-28T04:47:59.431Z | Compiling num-iter v0.1.45 |
| 1582 | 2026-05-28T04:47:59.648Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-05-28T04:47:59.761Z | Compiling hubpack_derive v0.1.1 |
| 1584 | 2026-05-28T04:47:59.842Z | Compiling rand v0.8.6 |
| 1585 | 2026-05-28T04:47:59.972Z | Compiling oxnet v0.1.5 |
| 1586 | 2026-05-28T04:47:59.987Z | Compiling darling v0.21.3 |
| 1587 | 2026-05-28T04:48:00.069Z | Compiling snafu-derive v0.8.9 |
| 1588 | 2026-05-28T04:48:00.083Z | Compiling derive_builder v0.20.2 |
| 1589 | 2026-05-28T04:48:00.207Z | Compiling hyper-tls v0.6.0 |
| 1590 | 2026-05-28T04:48:00.398Z | Compiling goblin v0.8.2 |
| 1591 | 2026-05-28T04:48:00.684Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-05-28T04:48:01.014Z | Compiling phf_shared v0.13.1 |
| 1593 | 2026-05-28T04:48:01.097Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-05-28T04:48:01.099Z | Compiling regex v1.12.3 |
| 1595 | 2026-05-28T04:48:01.194Z | Compiling anstyle-parse v0.2.7 |
| 1596 | 2026-05-28T04:48:01.253Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-05-28T04:48:01.379Z | Compiling futures-executor v0.3.32 |
| 1598 | 2026-05-28T04:48:01.502Z | Compiling hex v0.4.3 |
| 1599 | 2026-05-28T04:48:01.530Z | Compiling hkdf v0.12.4 |
| 1600 | 2026-05-28T04:48:01.639Z | Compiling crypto-bigint v0.5.5 |
| 1601 | 2026-05-28T04:48:01.694Z | Compiling terminal_size v0.4.3 |
| 1602 | 2026-05-28T04:48:01.767Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-05-28T04:48:01.834Z | Compiling ref-cast-impl v1.0.25 |
| 1604 | 2026-05-28T04:48:01.952Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1605 | 2026-05-28T04:48:02.376Z | Compiling vergen v9.1.0 |
| 1606 | 2026-05-28T04:48:02.487Z | Compiling fs-err v3.3.0 |
| 1607 | 2026-05-28T04:48:02.563Z | Compiling cargo-platform v0.3.2 |
| 1608 | 2026-05-28T04:48:02.590Z | Compiling ahash v0.8.12 |
| 1609 | 2026-05-28T04:48:02.673Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-05-28T04:48:02.837Z | Compiling winnow v0.5.40 |
| 1611 | 2026-05-28T04:48:02.860Z | Compiling bumpalo v3.20.2 |
| 1612 | 2026-05-28T04:48:02.876Z | Compiling foldhash v0.2.0 |
| 1613 | 2026-05-28T04:48:03.097Z | Compiling libbz2-rs-sys v0.2.2 |
| 1614 | 2026-05-28T04:48:03.115Z | Compiling object v0.37.3 |
| 1615 | 2026-05-28T04:48:03.252Z | Compiling managed v0.8.0 |
| 1616 | 2026-05-28T04:48:03.390Z | Compiling same-file v1.0.6 |
| 1617 | 2026-05-28T04:48:03.476Z | Compiling bitflags v1.3.2 |
| 1618 | 2026-05-28T04:48:03.567Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-05-28T04:48:03.778Z | Compiling walkdir v2.5.0 |
| 1620 | 2026-05-28T04:48:03.811Z | Compiling strum v0.27.2 |
| 1621 | 2026-05-28T04:48:03.838Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-05-28T04:48:03.920Z | Compiling hashbrown v0.16.1 |
| 1623 | 2026-05-28T04:48:03.942Z | Compiling clap_builder v4.6.0 |
| 1624 | 2026-05-28T04:48:04.144Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-05-28T04:48:04.293Z | Compiling hashbrown v0.15.5 |
| 1626 | 2026-05-28T04:48:04.361Z | Compiling cargo_metadata v0.23.1 |
| 1627 | 2026-05-28T04:48:04.593Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-05-28T04:48:04.839Z | Compiling dof v0.3.0 |
| 1629 | 2026-05-28T04:48:05.025Z | Compiling daft v0.1.7 |
| 1630 | 2026-05-28T04:48:05.409Z | Compiling snafu v0.8.9 |
| 1631 | 2026-05-28T04:48:05.549Z | Compiling futures v0.3.32 |
| 1632 | 2026-05-28T04:48:05.634Z | Compiling anstream v0.6.21 |
| 1633 | 2026-05-28T04:48:05.690Z | Compiling phf v0.13.1 |
| 1634 | 2026-05-28T04:48:05.851Z | Compiling cookie_store v0.22.1 |
| 1635 | 2026-05-28T04:48:05.938Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-05-28T04:48:06.055Z | Compiling bzip2 v0.4.4 |
| 1637 | 2026-05-28T04:48:06.115Z | Compiling zstd v0.13.3 |
| 1638 | 2026-05-28T04:48:06.262Z | Compiling hubpack v0.1.2 |
| 1639 | 2026-05-28T04:48:06.377Z | Compiling serde_with_macros v3.17.0 |
| 1640 | 2026-05-28T04:48:06.481Z | Compiling postgres-types v0.2.12 |
| 1641 | 2026-05-28T04:48:06.760Z | Compiling usdt-macro v0.6.0 |
| 1642 | 2026-05-28T04:48:06.888Z | Compiling usdt-attr-macro v0.6.0 |
| 1643 | 2026-05-28T04:48:07.027Z | Compiling globset v0.4.18 |
| 1644 | 2026-05-28T04:48:07.478Z | Compiling dtrace-parser v0.2.0 |
| 1645 | 2026-05-28T04:48:07.493Z | Compiling ed25519 v2.2.3 |
| 1646 | 2026-05-28T04:48:07.508Z | Compiling phf_shared v0.11.3 |
| 1647 | 2026-05-28T04:48:07.664Z | Compiling olpc-cjson v0.1.4 |
| 1648 | 2026-05-28T04:48:07.679Z | Compiling pkcs1 v0.7.5 |
| 1649 | 2026-05-28T04:48:07.702Z | Compiling clap_derive v4.6.1 |
| 1650 | 2026-05-28T04:48:07.746Z | Compiling strum_macros v0.26.4 |
| 1651 | 2026-05-28T04:48:07.868Z | Compiling enum-as-inner v0.6.1 |
| 1652 | 2026-05-28T04:48:08.098Z | Compiling serde_plain v1.0.2 |
| 1653 | 2026-05-28T04:48:08.268Z | Compiling serde-big-array v0.5.1 |
| 1654 | 2026-05-28T04:48:08.300Z | Compiling rfc6979 v0.4.0 |
| 1655 | 2026-05-28T04:48:08.373Z | Compiling pem v3.0.6 |
| 1656 | 2026-05-28T04:48:08.415Z | Compiling async-recursion v1.1.1 |
| 1657 | 2026-05-28T04:48:08.428Z | Compiling serde_repr v0.1.20 |
| 1658 | 2026-05-28T04:48:08.442Z | Compiling float-cmp v0.10.0 |
| 1659 | 2026-05-28T04:48:08.585Z | Compiling thread-id v4.2.2 |
| 1660 | 2026-05-28T04:48:08.673Z | Compiling memmap2 v0.9.10 |
| 1661 | 2026-05-28T04:48:08.696Z | Compiling env_filter v1.0.0 |
| 1662 | 2026-05-28T04:48:08.889Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-05-28T04:48:08.956Z | Compiling fixedbitset v0.4.2 |
| 1664 | 2026-05-28T04:48:08.999Z | Compiling precomputed-hash v0.1.1 |
| 1665 | 2026-05-28T04:48:09.071Z | Compiling whoami v2.1.0 |
| 1666 | 2026-05-28T04:48:09.089Z | Compiling fixedbitset v0.5.7 |
| 1667 | 2026-05-28T04:48:09.169Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-05-28T04:48:09.266Z | Compiling typed-path v0.9.3 |
| 1669 | 2026-05-28T04:48:09.387Z | Compiling new_debug_unreachable v1.0.6 |
| 1670 | 2026-05-28T04:48:09.438Z | Compiling keccak v0.1.6 |
| 1671 | 2026-05-28T04:48:09.460Z | Compiling jiff v0.2.21 |
| 1672 | 2026-05-28T04:48:09.497Z | Compiling predicates-core v1.0.10 |
| 1673 | 2026-05-28T04:48:09.511Z | Compiling static_assertions v1.1.0 |
| 1674 | 2026-05-28T04:48:09.583Z | Compiling difflib v0.4.0 |
| 1675 | 2026-05-28T04:48:09.597Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-05-28T04:48:09.665Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1677 | 2026-05-28T04:48:10.034Z | Compiling predicates v3.1.4 |
| 1678 | 2026-05-28T04:48:10.132Z | Compiling clap v4.6.1 |
| 1679 | 2026-05-28T04:48:10.216Z | Compiling strum v0.26.3 |
| 1680 | 2026-05-28T04:48:10.236Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-05-28T04:48:10.348Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-05-28T04:48:10.459Z | Compiling petgraph v0.8.3 |
| 1683 | 2026-05-28T04:48:10.478Z | Compiling hickory-proto v0.25.2 |
| 1684 | 2026-05-28T04:48:10.681Z | Compiling petgraph v0.6.5 |
| 1685 | 2026-05-28T04:48:11.294Z | Compiling toml_edit v0.22.27 |
| 1686 | 2026-05-28T04:48:12.148Z | Compiling zip v4.6.1 |
| 1687 | 2026-05-28T04:48:12.394Z | Compiling env_logger v0.11.9 |
| 1688 | 2026-05-28T04:48:12.440Z | Compiling usdt v0.6.0 |
| 1689 | 2026-05-28T04:48:12.512Z | Compiling usdt-impl v0.5.0 |
| 1690 | 2026-05-28T04:48:12.702Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-05-28T04:48:12.775Z | Compiling rsa v0.9.10 |
| 1692 | 2026-05-28T04:48:13.116Z | Compiling ed25519-dalek v2.2.0 |
| 1693 | 2026-05-28T04:48:13.131Z | Compiling serde_with v3.17.0 |
| 1694 | 2026-05-28T04:48:13.145Z | Compiling crossterm v0.28.1 |
| 1695 | 2026-05-28T04:48:13.786Z | Compiling zip v0.6.6 |
| 1696 | 2026-05-28T04:48:14.363Z | Compiling toml v0.7.8 |
| 1697 | 2026-05-28T04:48:14.456Z | Compiling iddqd v0.4.2 |
| 1698 | 2026-05-28T04:48:14.964Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1699 | 2026-05-28T04:48:15.082Z | Compiling similar v2.7.0 |
| 1700 | 2026-05-28T04:48:15.166Z | Compiling crossbeam-epoch v0.9.18 |
| 1701 | 2026-05-28T04:48:15.169Z | Compiling tokio-stream v0.1.18 |
| 1702 | 2026-05-28T04:48:15.500Z | Compiling buf-list v1.1.2 |
| 1703 | 2026-05-28T04:48:15.593Z | Compiling x509-cert v0.2.5 |
| 1704 | 2026-05-28T04:48:15.646Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1705 | 2026-05-28T04:48:15.738Z | Compiling openapiv3 v2.2.0 |
| 1706 | 2026-05-28T04:48:15.773Z | Compiling sha1 v0.10.6 |
| 1707 | 2026-05-28T04:48:15.943Z | Compiling lalrpop-util v0.19.12 |
| 1708 | 2026-05-28T04:48:15.957Z | Compiling peg-runtime v0.8.5 |
| 1709 | 2026-05-28T04:48:15.992Z | Compiling either v1.15.0 |
| 1710 | 2026-05-28T04:48:16.130Z | Compiling thread_local v1.1.9 |
| 1711 | 2026-05-28T04:48:16.132Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-05-28T04:48:16.201Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-05-28T04:48:16.235Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-05-28T04:48:16.331Z | Compiling filetime v0.2.27 |
| 1715 | 2026-05-28T04:48:16.380Z | Compiling take_mut v0.2.2 |
| 1716 | 2026-05-28T04:48:16.452Z | Compiling xattr v1.6.1 |
| 1717 | 2026-05-28T04:48:16.488Z | Compiling term v1.2.1 |
| 1718 | 2026-05-28T04:48:16.617Z | Compiling tar v0.4.45 |
| 1719 | 2026-05-28T04:48:17.068Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-05-28T04:48:26.715Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-05-28T04:48:29.504Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-05-28T04:48:29.504Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-05-28T04:48:29.718Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-05-28T04:48:29.907Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-05-28T04:48:29.907Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-05-28T04:48:31.173Z | Compiling tough v0.22.0 |
| 1727 | 2026-05-28T04:48:33.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-05-28T04:48:33.967Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-05-28T04:48:36.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1730 | 2026-05-28T04:48:36.939Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1731 | 2026-05-28T04:48:36.998Z | May 28 04:48:35.999 INFO Starting download, target: Console |
| 1732 | 2026-05-28T04:48:36.998Z | May 28 04:48:36.000 INFO Starting download, target: Cockroach |
| 1733 | 2026-05-28T04:48:36.998Z | May 28 04:48:36.000 INFO Starting download, target: DendriteStub |
| 1734 | 2026-05-28T04:48:36.998Z | May 28 04:48:36.000 INFO Starting download, target: Clickhouse |
| 1735 | 2026-05-28T04:48:36.998Z | May 28 04:48:36.000 INFO Starting download, target: MaghemiteMgd |
| 1736 | 2026-05-28T04:48:37.001Z | May 28 04:48:36.000 INFO Starting download, target: MaghemiteDdmd |
| 1737 | 2026-05-28T04:48:37.001Z | May 28 04:48:36.000 INFO Starting download, target: TransceiverControl |
| 1738 | 2026-05-28T04:48:37.001Z | May 28 04:48:36.000 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-05-28T04:48:37.001Z | May 28 04:48:36.000 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1740 | 2026-05-28T04:48:37.001Z | May 28 04:48:36.000 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1741 | 2026-05-28T04:48:37.001Z | May 28 04:48:36.000 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1742 | 2026-05-28T04:48:37.001Z | May 28 04:48:36.000 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1743 | 2026-05-28T04:48:37.002Z | May 28 04:48:36.000 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1744 | 2026-05-28T04:48:37.002Z | May 28 04:48:36.000 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1745 | 2026-05-28T04:48:37.408Z | May 28 04:48:36.410 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1746 | 2026-05-28T04:48:37.619Z | May 28 04:48:36.621 INFO Download complete, target: TransceiverControl |
| 1747 | 2026-05-28T04:48:38.093Z | May 28 04:48:37.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1748 | 2026-05-28T04:48:38.319Z | May 28 04:48:37.321 INFO Download complete, target: Console |
| 1749 | 2026-05-28T04:48:38.737Z | May 28 04:48:37.739 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-05-28T04:48:41.095Z | May 28 04:48:40.080 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1751 | 2026-05-28T04:48:41.113Z | May 28 04:48:40.106 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1752 | 2026-05-28T04:48:41.281Z | May 28 04:48:40.274 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1753 | 2026-05-28T04:48:41.654Z | May 28 04:48:40.656 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1754 | 2026-05-28T04:48:41.654Z | May 28 04:48:40.656 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1755 | 2026-05-28T04:48:43.099Z | May 28 04:48:42.101 INFO Download complete, target: MaghemiteDdmd |
| 1756 | 2026-05-28T04:48:43.825Z | May 28 04:48:42.826 INFO Download complete, target: MaghemiteMgd |
| 1757 | 2026-05-28T04:48:43.836Z | May 28 04:48:42.837 INFO Download complete, target: DendriteStub |
| 1758 | 2026-05-28T04:48:45.482Z | May 28 04:48:44.480 INFO Checking that binary works, target: Clickhouse |
| 1759 | 2026-05-28T04:48:45.623Z | May 28 04:48:44.625 INFO Download complete, target: Clickhouse |
| 1760 | 2026-05-28T04:48:46.329Z | May 28 04:48:45.330 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-05-28T04:48:46.442Z | May 28 04:48:45.444 INFO Download complete, target: Cockroach |
| 1762 | 2026-05-28T04:48:46.460Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1763 | 2026-05-28T04:48:46.463Z | |
| 1764 | 2026-05-28T04:48:46.463Z | real 2:20.204700825 |
| 1765 | 2026-05-28T04:48:46.463Z | user 6:58.272100295 |
| 1766 | 2026-05-28T04:48:46.463Z | sys 1:23.496979017 |
| 1767 | 2026-05-28T04:48:46.463Z | trap 0.218152757 |
| 1768 | 2026-05-28T04:48:46.463Z | tflt 0.807769045 |
| 1769 | 2026-05-28T04:48:46.463Z | dflt 0.628804623 |
| 1770 | 2026-05-28T04:48:46.463Z | kflt 0.020540334 |
| 1771 | 2026-05-28T04:48:46.463Z | lock 22:27.521288626 |
| 1772 | 2026-05-28T04:48:46.463Z | slp 21:30.352007090 |
| 1773 | 2026-05-28T04:48:46.463Z | lat 42.468715552 |
| 1774 | 2026-05-28T04:48:46.463Z | stop 1:54.643131401 |
| 1775 | 2026-05-28T04:48:46.463Z | + banner clippy |
| 1776 | 2026-05-28T04:48:46.463Z | |
| 1777 | 2026-05-28T04:48:46.463Z | #### # # ##### ##### # # |
| 1778 | 2026-05-28T04:48:46.464Z | # # # # # # # # # # |
| 1779 | 2026-05-28T04:48:46.464Z | # # # # # # # # |
| 1780 | 2026-05-28T04:48:46.464Z | # # # ##### ##### # |
| 1781 | 2026-05-28T04:48:46.464Z | # # # # # # # |
| 1782 | 2026-05-28T04:48:46.464Z | #### ###### # # # # |
| 1783 | 2026-05-28T04:48:46.464Z | |
| 1784 | 2026-05-28T04:48:46.464Z | + export CARGO_INCREMENTAL=0 |
| 1785 | 2026-05-28T04:48:46.464Z | + CARGO_INCREMENTAL=0 |
| 1786 | 2026-05-28T04:48:46.464Z | + ptime -m cargo xtask clippy |
| 1787 | 2026-05-28T04:48:47.016Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1788 | 2026-05-28T04:48:47.241Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1789 | 2026-05-28T04:48:49.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1790 | 2026-05-28T04:48:49.182Z | Running `target/debug/xtask clippy` |
| 1791 | 2026-05-28T04:48:49.210Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1792 | 2026-05-28T04:48:49.851Z | Downloading crates ... |
| 1793 | 2026-05-28T04:48:50.048Z | Downloaded addr2line v0.25.1 |
| 1794 | 2026-05-28T04:48:50.053Z | Downloaded assert-json-diff v2.0.2 |
| 1795 | 2026-05-28T04:48:50.061Z | Downloaded datatest-stable v0.3.3 |
| 1796 | 2026-05-28T04:48:50.061Z | Downloaded rustc-demangle v0.1.27 |
| 1797 | 2026-05-28T04:48:50.064Z | Downloaded termcolor v1.4.1 |
| 1798 | 2026-05-28T04:48:50.067Z | Downloaded target-triple v1.0.0 |
| 1799 | 2026-05-28T04:48:50.070Z | Downloaded plotters-backend v0.3.7 |
| 1800 | 2026-05-28T04:48:50.070Z | Downloaded serde_regex v1.1.0 |
| 1801 | 2026-05-28T04:48:50.074Z | Downloaded oorandom v11.1.5 |
| 1802 | 2026-05-28T04:48:50.077Z | Downloaded supports-color v2.1.0 |
| 1803 | 2026-05-28T04:48:50.077Z | Downloaded relative-path v1.9.3 |
| 1804 | 2026-05-28T04:48:50.077Z | Downloaded pathdiff v0.2.3 |
| 1805 | 2026-05-28T04:48:50.077Z | Downloaded blake2b_simd v1.0.4 |
| 1806 | 2026-05-28T04:48:50.080Z | Downloaded trybuild v1.0.116 |
| 1807 | 2026-05-28T04:48:50.083Z | Downloaded event-listener-strategy v0.5.4 |
| 1808 | 2026-05-28T04:48:50.083Z | Downloaded tinytemplate v1.2.1 |
| 1809 | 2026-05-28T04:48:50.087Z | Downloaded async-object-pool v0.2.0 |
| 1810 | 2026-05-28T04:48:50.090Z | Downloaded parking v2.2.1 |
| 1811 | 2026-05-28T04:48:50.090Z | Downloaded futures-timer v3.0.3 |
| 1812 | 2026-05-28T04:48:50.093Z | Downloaded rust-argon2 v2.1.0 |
| 1813 | 2026-05-28T04:48:50.093Z | Downloaded httptest v0.16.4 |
| 1814 | 2026-05-28T04:48:50.097Z | Downloaded linkme-impl v0.3.35 |
| 1815 | 2026-05-28T04:48:50.106Z | Downloaded similar-asserts v1.7.0 |
| 1816 | 2026-05-28T04:48:50.109Z | Downloaded supports-unicode v2.1.0 |
| 1817 | 2026-05-28T04:48:50.109Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1818 | 2026-05-28T04:48:50.109Z | Downloaded approx v0.5.1 |
| 1819 | 2026-05-28T04:48:50.109Z | Downloaded libtest-mimic v0.8.1 |
| 1820 | 2026-05-28T04:48:50.113Z | Downloaded escape8259 v0.5.3 |
| 1821 | 2026-05-28T04:48:50.113Z | Downloaded backtrace-ext v0.2.1 |
| 1822 | 2026-05-28T04:48:50.113Z | Downloaded stringmetrics v2.2.2 |
| 1823 | 2026-05-28T04:48:50.119Z | Downloaded owo-colors v3.5.0 |
| 1824 | 2026-05-28T04:48:50.129Z | Downloaded path-tree v0.8.3 |
| 1825 | 2026-05-28T04:48:50.129Z | Downloaded terminal_size v0.1.17 |
| 1826 | 2026-05-28T04:48:50.140Z | Downloaded supports-hyperlinks v2.1.0 |
| 1827 | 2026-05-28T04:48:50.140Z | Downloaded plotters-svg v0.3.7 |
| 1828 | 2026-05-28T04:48:50.140Z | Downloaded nested v0.1.1 |
| 1829 | 2026-05-28T04:48:50.140Z | Downloaded constant_time_eq v0.3.1 |
| 1830 | 2026-05-28T04:48:50.156Z | Downloaded tokio-test v0.4.5 |
| 1831 | 2026-05-28T04:48:50.156Z | Downloaded cast v0.3.0 |
| 1832 | 2026-05-28T04:48:50.156Z | Downloaded miette-derive v5.10.0 |
| 1833 | 2026-05-28T04:48:50.164Z | Downloaded criterion-plot v0.6.0 |
| 1834 | 2026-05-28T04:48:50.164Z | Downloaded rand_distr v0.5.1 |
| 1835 | 2026-05-28T04:48:50.164Z | Downloaded target-lexicon v0.13.3 |
| 1836 | 2026-05-28T04:48:50.170Z | Downloaded target-spec v3.5.7 |
| 1837 | 2026-05-28T04:48:50.170Z | Downloaded knuffel-derive v3.2.0 |
| 1838 | 2026-05-28T04:48:50.171Z | Downloaded textwrap v0.15.2 |
| 1839 | 2026-05-28T04:48:50.174Z | Downloaded anes v0.1.6 |
| 1840 | 2026-05-28T04:48:50.174Z | Downloaded concurrent-queue v2.5.0 |
| 1841 | 2026-05-28T04:48:50.174Z | Downloaded linkme v0.3.35 |
| 1842 | 2026-05-28T04:48:50.179Z | Downloaded partial-io v0.5.4 |
| 1843 | 2026-05-28T04:48:50.187Z | Downloaded cfg-expr v0.20.6 |
| 1844 | 2026-05-28T04:48:50.187Z | Downloaded hickory-client v0.25.2 |
| 1845 | 2026-05-28T04:48:50.187Z | Downloaded async-lock v3.4.2 |
| 1846 | 2026-05-28T04:48:50.192Z | Downloaded event-listener v5.4.1 |
| 1847 | 2026-05-28T04:48:50.192Z | Downloaded plotters v0.3.7 |
| 1848 | 2026-05-28T04:48:50.199Z | Downloaded rstest v0.25.0 |
| 1849 | 2026-05-28T04:48:50.218Z | Downloaded fancy-regex v0.14.0 |
| 1850 | 2026-05-28T04:48:50.218Z | Downloaded rstest_macros v0.25.0 |
| 1851 | 2026-05-28T04:48:50.218Z | Downloaded knuffel v3.2.0 |
| 1852 | 2026-05-28T04:48:50.218Z | Downloaded chumsky v0.9.3 |
| 1853 | 2026-05-28T04:48:50.246Z | Downloaded miette v5.10.0 |
| 1854 | 2026-05-28T04:48:50.246Z | Downloaded backtrace v0.3.76 |
| 1855 | 2026-05-28T04:48:50.246Z | Downloaded criterion v0.7.0 |
| 1856 | 2026-05-28T04:48:50.246Z | Downloaded hashbrown v0.14.5 |
| 1857 | 2026-05-28T04:48:50.246Z | Downloaded guppy v0.17.25 |
| 1858 | 2026-05-28T04:48:50.246Z | Downloaded gimli v0.32.3 |
| 1859 | 2026-05-28T04:48:50.251Z | Downloaded assert_cmd v2.1.2 |
| 1860 | 2026-05-28T04:48:50.336Z | Downloaded httpmock v0.8.3 |
| 1861 | 2026-05-28T04:48:52.122Z | Checking cfg-if v1.0.4 |
| 1862 | 2026-05-28T04:48:52.496Z | Checking libc v0.2.185 |
| 1863 | 2026-05-28T04:48:52.499Z | Checking serde_core v1.0.228 |
| 1864 | 2026-05-28T04:48:52.567Z | Checking memchr v2.8.0 |
| 1865 | 2026-05-28T04:48:52.613Z | Checking smallvec v1.15.1 |
| 1866 | 2026-05-28T04:48:52.649Z | Checking itoa v1.0.17 |
| 1867 | 2026-05-28T04:48:52.688Z | Checking log v0.4.29 |
| 1868 | 2026-05-28T04:48:52.745Z | Checking libm v0.2.16 |
| 1869 | 2026-05-28T04:48:52.784Z | Checking zeroize v1.8.2 |
| 1870 | 2026-05-28T04:48:52.818Z | Checking scopeguard v1.2.0 |
| 1871 | 2026-05-28T04:48:52.856Z | Checking stable_deref_trait v1.2.1 |
| 1872 | 2026-05-28T04:48:52.896Z | Checking zmij v1.0.21 |
| 1873 | 2026-05-28T04:48:52.936Z | Checking errno v0.3.14 |
| 1874 | 2026-05-28T04:48:52.972Z | Checking getrandom v0.2.17 |
| 1875 | 2026-05-28T04:48:53.012Z | Checking lock_api v0.4.14 |
| 1876 | 2026-05-28T04:48:53.044Z | Checking zerofrom v0.1.6 |
| 1877 | 2026-05-28T04:48:53.099Z | Checking percent-encoding v2.3.2 |
| 1878 | 2026-05-28T04:48:53.123Z | Checking writeable v0.6.2 |
| 1879 | 2026-05-28T04:48:53.161Z | Checking litemap v0.8.1 |
| 1880 | 2026-05-28T04:48:53.199Z | Checking yoke v0.8.1 |
| 1881 | 2026-05-28T04:48:53.255Z | Checking icu_properties_data v2.1.2 |
| 1882 | 2026-05-28T04:48:53.260Z | Checking icu_normalizer_data v2.1.1 |
| 1883 | 2026-05-28T04:48:53.310Z | Checking form_urlencoded v1.2.2 |
| 1884 | 2026-05-28T04:48:53.350Z | Checking utf8_iter v1.0.4 |
| 1885 | 2026-05-28T04:48:53.395Z | Checking subtle v2.6.1 |
| 1886 | 2026-05-28T04:48:53.427Z | Checking zerovec v0.11.5 |
| 1887 | 2026-05-28T04:48:53.430Z | Checking zerotrie v0.2.3 |
| 1888 | 2026-05-28T04:48:53.498Z | Checking num-traits v0.2.19 |
| 1889 | 2026-05-28T04:48:53.539Z | Checking rand_core v0.10.0 |
| 1890 | 2026-05-28T04:48:53.576Z | Checking pin-project-lite v0.2.17 |
| 1891 | 2026-05-28T04:48:53.608Z | Checking rand_core v0.6.4 |
| 1892 | 2026-05-28T04:48:53.652Z | Checking zerocopy v0.8.40 |
| 1893 | 2026-05-28T04:48:53.696Z | Checking parking_lot_core v0.9.12 |
| 1894 | 2026-05-28T04:48:53.734Z | Checking getrandom v0.4.1 |
| 1895 | 2026-05-28T04:48:53.788Z | Checking portable-atomic v1.13.1 |
| 1896 | 2026-05-28T04:48:53.830Z | Checking signal-hook-registry v1.4.8 |
| 1897 | 2026-05-28T04:48:53.890Z | Checking tinystr v0.8.2 |
| 1898 | 2026-05-28T04:48:53.927Z | Checking potential_utf v0.1.4 |
| 1899 | 2026-05-28T04:48:53.930Z | Checking parking_lot v0.12.5 |
| 1900 | 2026-05-28T04:48:54.025Z | Checking critical-section v1.2.0 |
| 1901 | 2026-05-28T04:48:54.067Z | Checking serde v1.0.228 |
| 1902 | 2026-05-28T04:48:54.067Z | Checking serde_json v1.0.149 |
| 1903 | 2026-05-28T04:48:54.144Z | Checking bitflags v2.11.0 |
| 1904 | 2026-05-28T04:48:54.150Z | Checking icu_locale_core v2.1.1 |
| 1905 | 2026-05-28T04:48:54.208Z | Checking icu_collections v2.1.1 |
| 1906 | 2026-05-28T04:48:54.249Z | Checking mio v1.2.0 |
| 1907 | 2026-05-28T04:48:54.255Z | Checking once_cell v1.21.3 |
| 1908 | 2026-05-28T04:48:54.341Z | Checking typenum v1.19.0 |
| 1909 | 2026-05-28T04:48:54.478Z | Checking socket2 v0.6.3 |
| 1910 | 2026-05-28T04:48:54.537Z | Checking bytes v1.11.1 |
| 1911 | 2026-05-28T04:48:54.557Z | Checking iana-time-zone v0.1.65 |
| 1912 | 2026-05-28T04:48:54.608Z | Checking uuid v1.23.0 |
| 1913 | 2026-05-28T04:48:54.695Z | Checking chrono v0.4.44 |
| 1914 | 2026-05-28T04:48:54.740Z | Checking icu_provider v2.1.1 |
| 1915 | 2026-05-28T04:48:54.791Z | Checking semver v1.0.28 |
| 1916 | 2026-05-28T04:48:54.830Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1917 | 2026-05-28T04:48:54.896Z | Checking generic-array v0.14.7 |
| 1918 | 2026-05-28T04:48:54.947Z | Checking thiserror v2.0.18 |
| 1919 | 2026-05-28T04:48:54.985Z | Checking tokio v1.52.1 |
| 1920 | 2026-05-28T04:48:55.024Z | Checking icu_normalizer v2.1.1 |
| 1921 | 2026-05-28T04:48:55.065Z | Checking icu_properties v2.1.2 |
| 1922 | 2026-05-28T04:48:55.104Z | Checking futures-core v0.3.32 |
| 1923 | 2026-05-28T04:48:55.184Z | Checking dyn-clone v1.0.20 |
| 1924 | 2026-05-28T04:48:55.263Z | Checking equivalent v1.0.2 |
| 1925 | 2026-05-28T04:48:55.329Z | Checking const-oid v0.9.6 |
| 1926 | 2026-05-28T04:48:55.366Z | Checking futures-sink v0.3.32 |
| 1927 | 2026-05-28T04:48:55.411Z | Checking rustix v1.1.3 |
| 1928 | 2026-05-28T04:48:55.420Z | Checking crypto-common v0.1.7 |
| 1929 | 2026-05-28T04:48:55.496Z | Checking block-buffer v0.10.4 |
| 1930 | 2026-05-28T04:48:55.588Z | Checking byteorder v1.5.0 |
| 1931 | 2026-05-28T04:48:55.626Z | Checking futures-channel v0.3.32 |
| 1932 | 2026-05-28T04:48:55.674Z | Checking futures-task v0.3.32 |
| 1933 | 2026-05-28T04:48:55.828Z | Checking slab v0.4.12 |
| 1934 | 2026-05-28T04:48:55.859Z | Checking futures-io v0.3.32 |
| 1935 | 2026-05-28T04:48:55.867Z | Checking thiserror v1.0.69 |
| 1936 | 2026-05-28T04:48:55.928Z | Checking idna_adapter v1.2.1 |
| 1937 | 2026-05-28T04:48:56.007Z | Checking cpufeatures v0.2.17 |
| 1938 | 2026-05-28T04:48:56.071Z | Checking futures-util v0.3.32 |
| 1939 | 2026-05-28T04:48:56.078Z | Checking digest v0.10.7 |
| 1940 | 2026-05-28T04:48:56.078Z | Checking idna v1.1.0 |
| 1941 | 2026-05-28T04:48:56.109Z | Checking hashbrown v0.17.0 |
| 1942 | 2026-05-28T04:48:56.179Z | Checking getrandom v0.3.4 |
| 1943 | 2026-05-28T04:48:56.243Z | Checking fnv v1.0.7 |
| 1944 | 2026-05-28T04:48:56.313Z | Checking regex-syntax v0.8.10 |
| 1945 | 2026-05-28T04:48:56.352Z | Checking base64 v0.22.1 |
| 1946 | 2026-05-28T04:48:56.391Z | Checking http v1.4.0 |
| 1947 | 2026-05-28T04:48:56.396Z | Checking url v2.5.8 |
| 1948 | 2026-05-28T04:48:56.461Z | Checking ppv-lite86 v0.2.21 |
| 1949 | 2026-05-28T04:48:56.630Z | Checking tracing-core v0.1.36 |
| 1950 | 2026-05-28T04:48:56.665Z | Checking indexmap v2.14.0 |
| 1951 | 2026-05-28T04:48:56.779Z | Checking utf8parse v0.2.2 |
| 1952 | 2026-05-28T04:48:56.897Z | Checking schemars v0.8.22 |
| 1953 | 2026-05-28T04:48:56.926Z | Checking anstyle v1.0.14 |
| 1954 | 2026-05-28T04:48:56.965Z | Checking tracing v0.1.44 |
| 1955 | 2026-05-28T04:48:57.002Z | Checking ipnet v2.11.0 |
| 1956 | 2026-05-28T04:48:57.146Z | Checking colorchoice v1.0.4 |
| 1957 | 2026-05-28T04:48:57.200Z | Checking is_terminal_polyfill v1.70.2 |
| 1958 | 2026-05-28T04:48:57.263Z | Checking anstyle-query v1.1.5 |
| 1959 | 2026-05-28T04:48:57.299Z | Checking unicode-ident v1.0.24 |
| 1960 | 2026-05-28T04:48:57.308Z | Checking base64ct v1.8.3 |
| 1961 | 2026-05-28T04:48:57.371Z | Checking block-padding v0.3.3 |
| 1962 | 2026-05-28T04:48:57.405Z | Checking untrusted v0.9.0 |
| 1963 | 2026-05-28T04:48:57.450Z | Checking proc-macro2 v1.0.106 |
| 1964 | 2026-05-28T04:48:57.533Z | Checking inout v0.1.4 |
| 1965 | 2026-05-28T04:48:57.572Z | Checking ring v0.17.14 |
| 1966 | 2026-05-28T04:48:57.578Z | Checking aho-corasick v1.1.4 |
| 1967 | 2026-05-28T04:48:57.642Z | Checking anstyle-parse v1.0.0 |
| 1968 | 2026-05-28T04:48:57.646Z | Checking terminal_size v0.4.3 |
| 1969 | 2026-05-28T04:48:57.714Z | Checking cipher v0.4.4 |
| 1970 | 2026-05-28T04:48:57.780Z | Checking quote v1.0.45 |
| 1971 | 2026-05-28T04:48:57.823Z | Checking crossbeam-utils v0.8.21 |
| 1972 | 2026-05-28T04:48:57.860Z | Checking anstream v1.0.0 |
| 1973 | 2026-05-28T04:48:57.935Z | Checking rustls-pki-types v1.14.0 |
| 1974 | 2026-05-28T04:48:57.975Z | Checking httparse v1.10.1 |
| 1975 | 2026-05-28T04:48:58.012Z | Checking syn v2.0.117 |
| 1976 | 2026-05-28T04:48:58.083Z | Checking clap_lex v1.0.0 |
| 1977 | 2026-05-28T04:48:58.171Z | Checking tokio-util v0.7.18 |
| 1978 | 2026-05-28T04:48:58.208Z | Checking strsim v0.11.1 |
| 1979 | 2026-05-28T04:48:58.258Z | Checking pem-rfc7468 v0.7.0 |
| 1980 | 2026-05-28T04:48:58.289Z | Checking sha2 v0.10.9 |
| 1981 | 2026-05-28T04:48:58.293Z | Checking allocator-api2 v0.2.21 |
| 1982 | 2026-05-28T04:48:58.360Z | Checking regex-automata v0.4.14 |
| 1983 | 2026-05-28T04:48:58.401Z | Checking clap_builder v4.6.0 |
| 1984 | 2026-05-28T04:48:58.442Z | Checking rand_core v0.9.5 |
| 1985 | 2026-05-28T04:48:58.614Z | Checking hmac v0.12.1 |
| 1986 | 2026-05-28T04:48:58.617Z | Checking powerfmt v0.2.0 |
| 1987 | 2026-05-28T04:48:58.685Z | Checking http-body v1.0.1 |
| 1988 | 2026-05-28T04:48:58.688Z | Checking num-conv v0.2.0 |
| 1989 | 2026-05-28T04:48:58.780Z | Checking atomic-waker v1.1.2 |
| 1990 | 2026-05-28T04:48:58.836Z | Checking deranged v0.5.8 |
| 1991 | 2026-05-28T04:48:58.839Z | Checking flagset v0.4.7 |
| 1992 | 2026-05-28T04:48:58.905Z | Checking num_threads v0.1.7 |
| 1993 | 2026-05-28T04:48:58.910Z | Checking time-core v0.1.8 |
| 1994 | 2026-05-28T04:48:58.910Z | Checking httpdate v1.0.3 |
| 1995 | 2026-05-28T04:48:59.028Z | Checking der v0.7.10 |
| 1996 | 2026-05-28T04:48:59.036Z | Checking try-lock v0.2.5 |
| 1997 | 2026-05-28T04:48:59.122Z | Checking h2 v0.4.13 |
| 1998 | 2026-05-28T04:48:59.161Z | Checking rand_chacha v0.9.0 |
| 1999 | 2026-05-28T04:48:59.199Z | Checking want v0.3.1 |
| 2000 | 2026-05-28T04:48:59.352Z | Checking anyhow v1.0.102 |
| 2001 | 2026-05-28T04:48:59.391Z | Checking ryu v1.0.23 |
| 2002 | 2026-05-28T04:48:59.562Z | Checking tower-layer v0.3.3 |
| 2003 | 2026-05-28T04:48:59.609Z | Checking tower-service v0.3.3 |
| 2004 | 2026-05-28T04:48:59.651Z | Checking clap v4.6.1 |
| 2005 | 2026-05-28T04:48:59.720Z | Checking pin-utils v0.1.0 |
| 2006 | 2026-05-28T04:48:59.761Z | Checking rand v0.9.2 |
| 2007 | 2026-05-28T04:48:59.794Z | Checking erased-serde v0.3.31 |
| 2008 | 2026-05-28T04:48:59.796Z | Checking time v0.3.47 |
| 2009 | 2026-05-28T04:48:59.796Z | Checking spin v0.9.8 |
| 2010 | 2026-05-28T04:48:59.897Z | Checking socket2 v0.5.10 |
| 2011 | 2026-05-28T04:49:00.045Z | Checking mime v0.3.17 |
| 2012 | 2026-05-28T04:49:00.169Z | Checking fastrand v2.3.0 |
| 2013 | 2026-05-28T04:49:00.172Z | Checking spki v0.7.3 |
| 2014 | 2026-05-28T04:49:00.240Z | Checking slog v2.8.2 |
| 2015 | 2026-05-28T04:49:00.277Z | Checking http-body-util v0.1.3 |
| 2016 | 2026-05-28T04:49:00.280Z | Checking pbkdf2 v0.12.2 |
| 2017 | 2026-05-28T04:49:00.347Z | Checking aes v0.8.4 |
| 2018 | 2026-05-28T04:49:00.382Z | Checking aws-lc-sys v0.40.0 |
| 2019 | 2026-05-28T04:49:00.419Z | Checking untrusted v0.7.1 |
| 2020 | 2026-05-28T04:49:00.456Z | Checking cbc v0.1.2 |
| 2021 | 2026-05-28T04:49:00.531Z | Checking salsa20 v0.10.2 |
| 2022 | 2026-05-28T04:49:00.537Z | Checking rand_chacha v0.3.1 |
| 2023 | 2026-05-28T04:49:00.603Z | Checking hex v0.4.3 |
| 2024 | 2026-05-28T04:49:00.635Z | Checking pretty-hex v0.4.1 |
| 2025 | 2026-05-28T04:49:00.724Z | Checking simd-adler32 v0.3.8 |
| 2026 | 2026-05-28T04:49:00.788Z | Checking openssl-probe v0.2.1 |
| 2027 | 2026-05-28T04:49:00.791Z | Checking scrypt v0.11.0 |
| 2028 | 2026-05-28T04:49:00.861Z | Checking rand v0.8.6 |
| 2029 | 2026-05-28T04:49:00.865Z | Checking tempfile v3.25.0 |
| 2030 | 2026-05-28T04:49:00.936Z | Checking regex v1.12.3 |
| 2031 | 2026-05-28T04:49:00.939Z | Checking aws-lc-rs v1.16.3 |
| 2032 | 2026-05-28T04:49:01.016Z | Checking serde_urlencoded v0.7.1 |
| 2033 | 2026-05-28T04:49:01.019Z | Checking encoding_rs v0.8.35 |
| 2034 | 2026-05-28T04:49:01.019Z | Checking plain v0.2.3 |
| 2035 | 2026-05-28T04:49:01.123Z | Checking adler2 v2.0.1 |
| 2036 | 2026-05-28T04:49:01.218Z | Checking pkcs5 v0.7.1 |
| 2037 | 2026-05-28T04:49:01.261Z | Checking ipnetwork v0.21.1 |
| 2038 | 2026-05-28T04:49:01.264Z | Checking ucd-trie v0.1.7 |
| 2039 | 2026-05-28T04:49:01.326Z | Checking miniz_oxide v0.8.9 |
| 2040 | 2026-05-28T04:49:01.401Z | Checking camino v1.2.2 |
| 2041 | 2026-05-28T04:49:01.456Z | Checking pest v2.8.6 |
| 2042 | 2026-05-28T04:49:01.508Z | Checking pkcs8 v0.10.2 |
| 2043 | 2026-05-28T04:49:01.514Z | Checking rustls-native-certs v0.8.3 |
| 2044 | 2026-05-28T04:49:01.688Z | Checking sync_wrapper v1.0.2 |
| 2045 | 2026-05-28T04:49:01.724Z | Checking foldhash v0.2.0 |
| 2046 | 2026-05-28T04:49:01.728Z | Checking webpki-roots v1.0.6 |
| 2047 | 2026-05-28T04:49:01.728Z | Checking futures-executor v0.3.32 |
| 2048 | 2026-05-28T04:49:01.829Z | Checking tower v0.5.3 |
| 2049 | 2026-05-28T04:49:01.835Z | Checking hyper v1.8.1 |
| 2050 | 2026-05-28T04:49:01.835Z | Checking rustls-webpki v0.103.9 |
| 2051 | 2026-05-28T04:49:01.933Z | Checking either v1.15.0 |
| 2052 | 2026-05-28T04:49:01.936Z | Checking hashbrown v0.16.1 |
| 2053 | 2026-05-28T04:49:02.008Z | Checking iri-string v0.7.10 |
| 2054 | 2026-05-28T04:49:02.038Z | Checking futures v0.3.32 |
| 2055 | 2026-05-28T04:49:02.147Z | Checking crc32fast v1.5.0 |
| 2056 | 2026-05-28T04:49:02.152Z | Checking openapiv3 v2.2.0 |
| 2057 | 2026-05-28T04:49:02.238Z | Checking static_assertions v1.1.0 |
| 2058 | 2026-05-28T04:49:02.326Z | Checking lazy_static v1.5.0 |
| 2059 | 2026-05-28T04:49:02.361Z | Checking signature v2.2.0 |
| 2060 | 2026-05-28T04:49:02.364Z | Checking rustls v0.23.37 |
| 2061 | 2026-05-28T04:49:02.445Z | Checking strum v0.26.3 |
| 2062 | 2026-05-28T04:49:02.490Z | Checking oxnet v0.1.5 |
| 2063 | 2026-05-28T04:49:02.528Z | Checking hubpack v0.1.2 |
| 2064 | 2026-05-28T04:49:02.564Z | Checking zlib-rs v0.6.2 |
| 2065 | 2026-05-28T04:49:02.600Z | Checking winnow v0.7.14 |
| 2066 | 2026-05-28T04:49:02.721Z | Checking tinyvec_macros v0.1.1 |
| 2067 | 2026-05-28T04:49:02.759Z | Checking sha1 v0.10.6 |
| 2068 | 2026-05-28T04:49:02.797Z | Checking hyper-util v0.1.20 |
| 2069 | 2026-05-28T04:49:02.833Z | Checking tinyvec v1.10.0 |
| 2070 | 2026-05-28T04:49:02.953Z | Checking num-integer v0.1.46 |
| 2071 | 2026-05-28T04:49:03.039Z | Checking tower-http v0.6.8 |
| 2072 | 2026-05-28T04:49:03.165Z | Checking scroll v0.13.0 |
| 2073 | 2026-05-28T04:49:03.209Z | Checking psl-types v2.0.11 |
| 2074 | 2026-05-28T04:49:03.357Z | Checking data-encoding v2.10.0 |
| 2075 | 2026-05-28T04:49:03.399Z | Checking publicsuffix v2.3.0 |
| 2076 | 2026-05-28T04:49:03.440Z | Checking goblin v0.10.5 |
| 2077 | 2026-05-28T04:49:03.490Z | Checking flate2 v1.1.9 |
| 2078 | 2026-05-28T04:49:03.520Z | Checking cookie v0.18.1 |
| 2079 | 2026-05-28T04:49:03.586Z | Checking serde_spanned v0.6.9 |
| 2080 | 2026-05-28T04:49:03.660Z | Checking toml_datetime v0.6.11 |
| 2081 | 2026-05-28T04:49:03.744Z | Checking memmap2 v0.9.10 |
| 2082 | 2026-05-28T04:49:03.783Z | Checking base16ct v0.2.0 |
| 2083 | 2026-05-28T04:49:03.822Z | Checking bit-vec v0.8.0 |
| 2084 | 2026-05-28T04:49:03.825Z | Checking cookie_store v0.22.1 |
| 2085 | 2026-05-28T04:49:03.894Z | Checking dtrace-parser v0.3.0 |
| 2086 | 2026-05-28T04:49:03.937Z | Checking ff v0.13.1 |
| 2087 | 2026-05-28T04:49:03.941Z | Checking sec1 v0.7.3 |
| 2088 | 2026-05-28T04:49:04.073Z | Checking wait-timeout v0.2.1 |
| 2089 | 2026-05-28T04:49:04.111Z | Checking bit-set v0.8.0 |
| 2090 | 2026-05-28T04:49:04.113Z | Checking thread-id v5.1.0 |
| 2091 | 2026-05-28T04:49:04.181Z | Checking group v0.13.0 |
| 2092 | 2026-05-28T04:49:04.184Z | Checking num-iter v0.1.45 |
| 2093 | 2026-05-28T04:49:04.252Z | Checking bstr v1.12.1 |
| 2094 | 2026-05-28T04:49:04.255Z | Checking hkdf v0.12.4 |
| 2095 | 2026-05-28T04:49:04.255Z | Checking crossbeam-epoch v0.9.18 |
| 2096 | 2026-05-28T04:49:04.321Z | Checking anstyle-parse v0.2.7 |
| 2097 | 2026-05-28T04:49:04.356Z | Checking ahash v0.8.12 |
| 2098 | 2026-05-28T04:49:04.393Z | Checking crypto-bigint v0.5.5 |
| 2099 | 2026-05-28T04:49:04.461Z | Checking quick-error v1.2.3 |
| 2100 | 2026-05-28T04:49:04.538Z | Checking foreign-types-shared v0.1.1 |
| 2101 | 2026-05-28T04:49:04.575Z | Checking anstream v0.6.21 |
| 2102 | 2026-05-28T04:49:04.611Z | Checking rusty-fork v0.3.1 |
| 2103 | 2026-05-28T04:49:04.647Z | Checking rand_xorshift v0.4.0 |
| 2104 | 2026-05-28T04:49:04.683Z | Checking foreign-types v0.3.2 |
| 2105 | 2026-05-28T04:49:04.686Z | Checking scroll v0.12.0 |
| 2106 | 2026-05-28T04:49:04.771Z | Checking tokio-rustls v0.26.4 |
| 2107 | 2026-05-28T04:49:04.809Z | Checking rustls-platform-verifier v0.6.2 |
| 2108 | 2026-05-28T04:49:04.812Z | Checking openssl-sys v0.9.115 |
| 2109 | 2026-05-28T04:49:04.812Z | Checking unarray v0.1.4 |
| 2110 | 2026-05-28T04:49:04.812Z | Checking num-bigint-dig v0.8.6 |
| 2111 | 2026-05-28T04:49:04.969Z | Checking goblin v0.8.2 |
| 2112 | 2026-05-28T04:49:05.009Z | Checking proptest v1.10.0 |
| 2113 | 2026-05-28T04:49:05.012Z | Checking pkcs1 v0.7.5 |
| 2114 | 2026-05-28T04:49:05.076Z | Checking hyper-rustls v0.27.7 |
| 2115 | 2026-05-28T04:49:05.288Z | Checking x509-cert v0.2.5 |
| 2116 | 2026-05-28T04:49:05.328Z | Checking reqwest v0.13.2 |
| 2117 | 2026-05-28T04:49:05.331Z | Checking openssl v0.10.79 |
| 2118 | 2026-05-28T04:49:05.398Z | Checking elliptic-curve v0.13.8 |
| 2119 | 2026-05-28T04:49:05.730Z | Checking zerocopy v0.7.35 |
| 2120 | 2026-05-28T04:49:05.763Z | Checking dof v0.4.0 |
| 2121 | 2026-05-28T04:49:05.766Z | Checking unicode-segmentation v1.12.0 |
| 2122 | 2026-05-28T04:49:05.960Z | Checking rsa v0.9.10 |
| 2123 | 2026-05-28T04:49:06.140Z | Checking dtrace-parser v0.2.0 |
| 2124 | 2026-05-28T04:49:06.215Z | Checking rfc6979 v0.4.0 |
| 2125 | 2026-05-28T04:49:06.253Z | Checking memoffset v0.9.1 |
| 2126 | 2026-05-28T04:49:06.364Z | Checking thread-id v4.2.2 |
| 2127 | 2026-05-28T04:49:06.368Z | Checking ecdsa v0.16.9 |
| 2128 | 2026-05-28T04:49:06.436Z | Checking usdt-impl v0.6.0 |
| 2129 | 2026-05-28T04:49:06.439Z | Checking curve25519-dalek v4.1.3 |
| 2130 | 2026-05-28T04:49:06.507Z | Checking rustix v0.38.44 |
| 2131 | 2026-05-28T04:49:06.511Z | Checking env_filter v1.0.0 |
| 2132 | 2026-05-28T04:49:06.693Z | Checking same-file v1.0.6 |
| 2133 | 2026-05-28T04:49:06.747Z | Checking usdt v0.6.0 |
| 2134 | 2026-05-28T04:49:06.784Z | Checking toml_write v0.1.2 |
| 2135 | 2026-05-28T04:49:06.787Z | Checking newtype-uuid v1.3.2 |
| 2136 | 2026-05-28T04:49:06.855Z | Checking keccak v0.1.6 |
| 2137 | 2026-05-28T04:49:06.891Z | Checking dof v0.3.0 |
| 2138 | 2026-05-28T04:49:06.943Z | Checking walkdir v2.5.0 |
| 2139 | 2026-05-28T04:49:06.983Z | Checking toml_edit v0.22.27 |
| 2140 | 2026-05-28T04:49:07.048Z | Checking daft v0.1.7 |
| 2141 | 2026-05-28T04:49:07.052Z | Checking sha3 v0.10.8 |
| 2142 | 2026-05-28T04:49:07.139Z | Checking env_logger v0.11.9 |
| 2143 | 2026-05-28T04:49:07.203Z | Checking usdt-impl v0.5.0 |
| 2144 | 2026-05-28T04:49:07.263Z | Checking ed25519 v2.2.3 |
| 2145 | 2026-05-28T04:49:07.316Z | Checking serde_with v3.17.0 |
| 2146 | 2026-05-28T04:49:07.354Z | Checking siphasher v1.0.2 |
| 2147 | 2026-05-28T04:49:07.391Z | Checking bitflags v1.3.2 |
| 2148 | 2026-05-28T04:49:07.394Z | Checking nix v0.31.2 |
| 2149 | 2026-05-28T04:49:07.461Z | Checking native-tls v0.2.18 |
| 2150 | 2026-05-28T04:49:07.497Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2151 | 2026-05-28T04:49:07.500Z | Checking ed25519-dalek v2.2.0 |
| 2152 | 2026-05-28T04:49:07.569Z | Checking unicode-normalization v0.1.25 |
| 2153 | 2026-05-28T04:49:07.572Z | Checking signal-hook v0.3.18 |
| 2154 | 2026-05-28T04:49:07.669Z | Checking tokio-native-tls v0.3.1 |
| 2155 | 2026-05-28T04:49:07.792Z | Checking winnow v0.5.40 |
| 2156 | 2026-05-28T04:49:07.830Z | Checking managed v0.8.0 |
| 2157 | 2026-05-28T04:49:07.868Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2158 | 2026-05-28T04:49:07.872Z | Checking hyper-tls v0.6.0 |
| 2159 | 2026-05-28T04:49:07.987Z | Checking object v0.37.3 |
| 2160 | 2026-05-28T04:49:08.049Z | Checking foldhash v0.1.5 |
| 2161 | 2026-05-28T04:49:08.060Z | Checking bzip2 v0.4.4 |
| 2162 | 2026-05-28T04:49:08.109Z | Checking reqwest v0.12.28 |
| 2163 | 2026-05-28T04:49:08.144Z | Checking signal-hook-mio v0.2.5 |
| 2164 | 2026-05-28T04:49:08.187Z | Checking hashbrown v0.15.5 |
| 2165 | 2026-05-28T04:49:08.264Z | Checking globset v0.4.18 |
| 2166 | 2026-05-28T04:49:08.302Z | Checking ref-cast v1.0.25 |
| 2167 | 2026-05-28T04:49:08.433Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2168 | 2026-05-28T04:49:08.525Z | Checking zip v0.6.6 |
| 2169 | 2026-05-28T04:49:08.562Z | Checking pin-project v1.1.11 |
| 2170 | 2026-05-28T04:49:08.597Z | Checking zstd-safe v7.2.4 |
| 2171 | 2026-05-28T04:49:08.688Z | Checking libbz2-rs-sys v0.2.2 |
| 2172 | 2026-05-28T04:49:08.726Z | Checking bumpalo v3.20.2 |
| 2173 | 2026-05-28T04:49:08.766Z | Checking crossterm v0.28.1 |
| 2174 | 2026-05-28T04:49:08.803Z | Checking zstd v0.13.3 |
| 2175 | 2026-05-28T04:49:08.886Z | Checking similar v2.7.0 |
| 2176 | 2026-05-28T04:49:08.954Z | Checking zopfli v0.8.3 |
| 2177 | 2026-05-28T04:49:08.996Z | Checking toml_edit v0.19.15 |
| 2178 | 2026-05-28T04:49:09.030Z | Checking tokio-stream v0.1.18 |
| 2179 | 2026-05-28T04:49:09.030Z | Checking fs-err v3.3.0 |
| 2180 | 2026-05-28T04:49:09.114Z | Checking bzip2 v0.6.1 |
| 2181 | 2026-05-28T04:49:09.290Z | Checking pem v3.0.6 |
| 2182 | 2026-05-28T04:49:09.329Z | Checking hash32 v0.2.1 |
| 2183 | 2026-05-28T04:49:09.336Z | Checking serde-big-array v0.5.1 |
| 2184 | 2026-05-28T04:49:09.397Z | Checking unicode-properties v0.1.4 |
| 2185 | 2026-05-28T04:49:09.440Z | Checking predicates-core v1.0.10 |
| 2186 | 2026-05-28T04:49:09.480Z | Checking jiff v0.2.21 |
| 2187 | 2026-05-28T04:49:09.520Z | Checking unicode-bidi v0.3.18 |
| 2188 | 2026-05-28T04:49:09.523Z | Checking heapless v0.7.17 |
| 2189 | 2026-05-28T04:49:09.523Z | Checking snafu v0.8.9 |
| 2190 | 2026-05-28T04:49:09.626Z | Checking olpc-cjson v0.1.4 |
| 2191 | 2026-05-28T04:49:09.638Z | Checking hickory-proto v0.25.2 |
| 2192 | 2026-05-28T04:49:09.800Z | Checking md-5 v0.10.6 |
| 2193 | 2026-05-28T04:49:09.844Z | Checking stringprep v0.1.5 |
| 2194 | 2026-05-28T04:49:09.881Z | Checking serde_plain v1.0.2 |
| 2195 | 2026-05-28T04:49:09.959Z | Checking float-cmp v0.10.0 |
| 2196 | 2026-05-28T04:49:09.999Z | Checking fallible-iterator v0.2.0 |
| 2197 | 2026-05-28T04:49:10.032Z | Checking difflib v0.4.0 |
| 2198 | 2026-05-28T04:49:10.068Z | Checking toml v0.7.8 |
| 2199 | 2026-05-28T04:49:10.071Z | Checking typed-path v0.9.3 |
| 2200 | 2026-05-28T04:49:10.139Z | Checking normalize-line-endings v0.3.0 |
| 2201 | 2026-05-28T04:49:10.236Z | Checking smoltcp v0.9.1 |
| 2202 | 2026-05-28T04:49:10.275Z | Checking predicates v3.1.4 |
| 2203 | 2026-05-28T04:49:10.308Z | Checking postgres-protocol v0.6.10 |
| 2204 | 2026-05-28T04:49:10.344Z | Checking iddqd v0.4.2 |
| 2205 | 2026-05-28T04:49:10.413Z | Checking phf_shared v0.11.3 |
| 2206 | 2026-05-28T04:49:10.591Z | Checking phf_shared v0.13.1 |
| 2207 | 2026-05-28T04:49:10.629Z | Checking buf-list v1.1.2 |
| 2208 | 2026-05-28T04:49:10.666Z | Checking strum v0.27.2 |
| 2209 | 2026-05-28T04:49:10.811Z | Checking lalrpop-util v0.19.12 |
| 2210 | 2026-05-28T04:49:10.850Z | Checking new_debug_unreachable v1.0.6 |
| 2211 | 2026-05-28T04:49:10.852Z | Checking fixedbitset v0.5.7 |
| 2212 | 2026-05-28T04:49:10.852Z | Checking precomputed-hash v0.1.1 |
| 2213 | 2026-05-28T04:49:10.952Z | Checking fixedbitset v0.4.2 |
| 2214 | 2026-05-28T04:49:10.955Z | Checking tough v0.22.0 |
| 2215 | 2026-05-28T04:49:11.023Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2216 | 2026-05-28T04:49:11.058Z | Checking string_cache v0.8.9 |
| 2217 | 2026-05-28T04:49:11.108Z | Checking petgraph v0.8.3 |
| 2218 | 2026-05-28T04:49:11.146Z | Checking petgraph v0.6.5 |
| 2219 | 2026-05-28T04:49:11.254Z | Checking phf v0.13.1 |
| 2220 | 2026-05-28T04:49:11.297Z | Checking postgres-types v0.2.12 |
| 2221 | 2026-05-28T04:49:11.445Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2222 | 2026-05-28T04:49:11.645Z | Checking whoami v2.1.0 |
| 2223 | 2026-05-28T04:49:11.741Z | Checking zip v4.6.1 |
| 2224 | 2026-05-28T04:49:11.778Z | Checking peg-runtime v0.8.5 |
| 2225 | 2026-05-28T04:49:11.872Z | Checking tokio-postgres v0.7.16 |
| 2226 | 2026-05-28T04:49:12.073Z | Checking is-terminal v0.4.17 |
| 2227 | 2026-05-28T04:49:12.202Z | Checking crossbeam-channel v0.5.15 |
| 2228 | 2026-05-28T04:49:12.347Z | Compiling structmeta-derive v0.3.0 |
| 2229 | 2026-05-28T04:49:12.422Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-28T04:49:12.461Z | Checking thread_local v1.1.9 |
| 2231 | 2026-05-28T04:49:12.568Z | Checking take_mut v0.2.2 |
| 2232 | 2026-05-28T04:49:12.669Z | Checking term v1.2.1 |
| 2233 | 2026-05-28T04:49:12.707Z | Checking slog-async v2.8.0 |
| 2234 | 2026-05-28T04:49:12.747Z | Compiling rustls v0.22.4 |
| 2235 | 2026-05-28T04:49:12.915Z | Checking slog-term v2.9.2 |
| 2236 | 2026-05-28T04:49:12.918Z | Compiling multer v3.1.0 |
| 2237 | 2026-05-28T04:49:13.023Z | Compiling async-stream-impl v0.3.6 |
| 2238 | 2026-05-28T04:49:13.069Z | Compiling dropshot v0.17.0 |
| 2239 | 2026-05-28T04:49:13.156Z | Compiling dropshot_endpoint v0.17.0 |
| 2240 | 2026-05-28T04:49:13.228Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2241 | 2026-05-28T04:49:13.231Z | Checking match_cfg v0.1.0 |
| 2242 | 2026-05-28T04:49:13.300Z | Checking slog-json v2.6.1 |
| 2243 | 2026-05-28T04:49:13.370Z | Checking hostname v0.3.1 |
| 2244 | 2026-05-28T04:49:13.439Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2245 | 2026-05-28T04:49:13.474Z | Compiling structmeta v0.3.0 |
| 2246 | 2026-05-28T04:49:13.513Z | Checking debug-ignore v1.0.5 |
| 2247 | 2026-05-28T04:49:13.515Z | Checking slog-bunyan v2.5.0 |
| 2248 | 2026-05-28T04:49:13.587Z | Checking rustls-webpki v0.102.8 |
| 2249 | 2026-05-28T04:49:13.648Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2250 | 2026-05-28T04:49:13.685Z | Checking serde_path_to_error v0.1.20 |
| 2251 | 2026-05-28T04:49:13.721Z | Checking serde_spanned v1.0.4 |
| 2252 | 2026-05-28T04:49:13.757Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2253 | 2026-05-28T04:49:13.759Z | Compiling derive-ex v0.1.8 |
| 2254 | 2026-05-28T04:49:13.852Z | Checking compression-core v0.4.31 |
| 2255 | 2026-05-28T04:49:13.890Z | Checking async-stream v0.3.6 |
| 2256 | 2026-05-28T04:49:13.964Z | Checking toml v1.0.6+spec-1.1.0 |
| 2257 | 2026-05-28T04:49:14.002Z | Checking waitgroup v0.1.2 |
| 2258 | 2026-05-28T04:49:14.076Z | Checking compression-codecs v0.4.37 |
| 2259 | 2026-05-28T04:49:14.079Z | Checking rustls-pemfile v2.2.0 |
| 2260 | 2026-05-28T04:49:14.145Z | Checking hostname v0.4.2 |
| 2261 | 2026-05-28T04:49:14.180Z | Checking progenitor-client v0.14.0 |
| 2262 | 2026-05-28T04:49:14.272Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2263 | 2026-05-28T04:49:14.275Z | Checking async-compression v0.4.41 |
| 2264 | 2026-05-28T04:49:14.343Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2265 | 2026-05-28T04:49:14.415Z | Compiling parse-display-derive v0.10.0 |
| 2266 | 2026-05-28T04:49:14.453Z | Checking regress v0.10.5 |
| 2267 | 2026-05-28T04:49:14.529Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2268 | 2026-05-28T04:49:14.570Z | Checking itertools v0.14.0 |
| 2269 | 2026-05-28T04:49:14.607Z | Checking macaddr v1.0.1 |
| 2270 | 2026-05-28T04:49:14.814Z | Checking progenitor-client v0.13.0 |
| 2271 | 2026-05-28T04:49:14.950Z | Checking instant v0.1.13 |
| 2272 | 2026-05-28T04:49:14.987Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2273 | 2026-05-28T04:49:15.071Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2274 | 2026-05-28T04:49:15.110Z | Checking backoff v0.4.0 |
| 2275 | 2026-05-28T04:49:15.254Z | Checking backon v1.6.0 |
| 2276 | 2026-05-28T04:49:15.318Z | Checking humantime v2.3.0 |
| 2277 | 2026-05-28T04:49:15.456Z | Checking progenitor-extras v0.2.0 |
| 2278 | 2026-05-28T04:49:15.513Z | Compiling test-strategy v0.4.5 |
| 2279 | 2026-05-28T04:49:15.516Z | Checking tokio-rustls v0.25.0 |
| 2280 | 2026-05-28T04:49:15.586Z | Checking unicode-width v0.2.0 |
| 2281 | 2026-05-28T04:49:15.589Z | Compiling convert_case v0.4.0 |
| 2282 | 2026-05-28T04:49:15.657Z | Checking heck v0.5.0 |
| 2283 | 2026-05-28T04:49:15.709Z | Checking half v2.7.1 |
| 2284 | 2026-05-28T04:49:15.813Z | Checking ciborium-io v0.2.2 |
| 2285 | 2026-05-28T04:49:15.864Z | Checking secrecy v0.10.3 |
| 2286 | 2026-05-28T04:49:15.901Z | Checking indent_write v2.2.0 |
| 2287 | 2026-05-28T04:49:15.938Z | Checking universal-hash v0.5.1 |
| 2288 | 2026-05-28T04:49:16.003Z | Checking ciborium-ll v0.2.2 |
| 2289 | 2026-05-28T04:49:16.041Z | Compiling derive_more v0.99.20 |
| 2290 | 2026-05-28T04:49:16.043Z | Checking opaque-debug v0.3.1 |
| 2291 | 2026-05-28T04:49:16.110Z | Checking camino-tempfile v1.4.1 |
| 2292 | 2026-05-28T04:49:16.113Z | Compiling regress v0.11.1 |
| 2293 | 2026-05-28T04:49:16.179Z | Checking parse-display v0.10.0 |
| 2294 | 2026-05-28T04:49:16.182Z | Compiling crucible-workspace-hack v0.1.0 |
| 2295 | 2026-05-28T04:49:16.248Z | Checking ciborium v0.2.2 |
| 2296 | 2026-05-28T04:49:16.294Z | Checking aead v0.5.2 |
| 2297 | 2026-05-28T04:49:16.356Z | Checking poly1305 v0.8.0 |
| 2298 | 2026-05-28T04:49:16.466Z | Checking chacha20 v0.9.1 |
| 2299 | 2026-05-28T04:49:16.570Z | Compiling unsafe-libyaml v0.2.11 |
| 2300 | 2026-05-28T04:49:16.690Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2301 | 2026-05-28T04:49:16.726Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2302 | 2026-05-28T04:49:17.034Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-05-28T04:49:17.157Z | Compiling serde_yaml v0.9.34+deprecated |
| 2304 | 2026-05-28T04:49:17.335Z | Checking byte-wrapper v0.1.0 |
| 2305 | 2026-05-28T04:49:17.449Z | Checking password-hash v0.5.0 |
| 2306 | 2026-05-28T04:49:17.578Z | Checking blake2 v0.10.6 |
| 2307 | 2026-05-28T04:49:17.709Z | Compiling typify-impl v0.6.2 |
| 2308 | 2026-05-28T04:49:17.748Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2309 | 2026-05-28T04:49:17.845Z | Checking argon2 v0.5.3 |
| 2310 | 2026-05-28T04:49:17.907Z | Checking thiserror-no-std v2.0.2 |
| 2311 | 2026-05-28T04:49:18.030Z | Checking vsss-rs v3.3.4 |
| 2312 | 2026-05-28T04:49:18.230Z | Checking chacha20poly1305 v0.10.1 |
| 2313 | 2026-05-28T04:49:18.393Z | Checking swrite v0.1.0 |
| 2314 | 2026-05-28T04:49:18.519Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2315 | 2026-05-28T04:49:18.683Z | Checking crossbeam-deque v0.8.6 |
| 2316 | 2026-05-28T04:49:18.880Z | Compiling rayon-core v1.13.0 |
| 2317 | 2026-05-28T04:49:18.918Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2318 | 2026-05-28T04:49:19.149Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2319 | 2026-05-28T04:49:19.237Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2320 | 2026-05-28T04:49:19.280Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2321 | 2026-05-28T04:49:19.419Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2322 | 2026-05-28T04:49:19.490Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2323 | 2026-05-28T04:49:19.747Z | Checking toml v0.8.23 |
| 2324 | 2026-05-28T04:49:19.809Z | Compiling proc-macro-error v1.0.4 |
| 2325 | 2026-05-28T04:49:19.949Z | Checking rayon v1.11.0 |
| 2326 | 2026-05-28T04:49:20.019Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2327 | 2026-05-28T04:49:20.103Z | Checking glob v0.3.3 |
| 2328 | 2026-05-28T04:49:20.152Z | Compiling heapless v0.8.0 |
| 2329 | 2026-05-28T04:49:20.303Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2330 | 2026-05-28T04:49:20.340Z | Compiling ingot-macros v0.1.1 |
| 2331 | 2026-05-28T04:49:20.424Z | Checking tabwriter v1.4.1 |
| 2332 | 2026-05-28T04:49:20.606Z | Checking hash32 v0.3.1 |
| 2333 | 2026-05-28T04:49:20.669Z | Checking unicode-width v0.1.14 |
| 2334 | 2026-05-28T04:49:20.768Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2335 | 2026-05-28T04:49:20.893Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2336 | 2026-05-28T04:49:20.955Z | Compiling proc-macro-crate v3.4.0 |
| 2337 | 2026-05-28T04:49:21.008Z | Compiling smoltcp v0.11.0 |
| 2338 | 2026-05-28T04:49:21.372Z | Checking cobs v0.3.0 |
| 2339 | 2026-05-28T04:49:21.451Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2340 | 2026-05-28T04:49:21.497Z | Compiling proc-macro-crate v1.3.1 |
| 2341 | 2026-05-28T04:49:21.569Z | Compiling num_enum_derive v0.7.6 |
| 2342 | 2026-05-28T04:49:21.571Z | Checking postcard v1.1.3 |
| 2343 | 2026-05-28T04:49:21.707Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2344 | 2026-05-28T04:49:21.926Z | Compiling usdt-macro v0.5.0 |
| 2345 | 2026-05-28T04:49:21.960Z | Compiling usdt-attr-macro v0.5.0 |
| 2346 | 2026-05-28T04:49:21.963Z | Checking memmap v0.7.0 |
| 2347 | 2026-05-28T04:49:22.066Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2348 | 2026-05-28T04:49:22.127Z | Checking sigpipe v0.1.3 |
| 2349 | 2026-05-28T04:49:22.241Z | Compiling foreign-types-macros v0.2.3 |
| 2350 | 2026-05-28T04:49:22.344Z | Compiling typify-macro v0.6.2 |
| 2351 | 2026-05-28T04:49:22.640Z | Checking num_enum v0.7.6 |
| 2352 | 2026-05-28T04:49:22.679Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2353 | 2026-05-28T04:49:22.752Z | Checking colored v3.1.1 |
| 2354 | 2026-05-28T04:49:22.791Z | Checking foreign-types-shared v0.3.1 |
| 2355 | 2026-05-28T04:49:22.825Z | Checking cpufeatures v0.3.0 |
| 2356 | 2026-05-28T04:49:22.861Z | Checking usdt v0.5.0 |
| 2357 | 2026-05-28T04:49:22.936Z | Checking foreign-types v0.5.0 |
| 2358 | 2026-05-28T04:49:22.939Z | Checking chacha20 v0.10.0 |
| 2359 | 2026-05-28T04:49:23.006Z | Compiling num_enum_derive v0.5.11 |
| 2360 | 2026-05-28T04:49:23.076Z | Checking cstr-argument v0.1.2 |
| 2361 | 2026-05-28T04:49:23.164Z | Checking ingot-types v0.1.2 |
| 2362 | 2026-05-28T04:49:23.200Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2363 | 2026-05-28T04:49:23.236Z | Compiling num-derive v0.4.2 |
| 2364 | 2026-05-28T04:49:23.330Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2365 | 2026-05-28T04:49:23.333Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 2366 | 2026-05-28T04:49:23.616Z | Checking ingot v0.1.1 |
| 2367 | 2026-05-28T04:49:23.661Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2368 | 2026-05-28T04:49:23.701Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2369 | 2026-05-28T04:49:23.811Z | Checking rand v0.10.1 |
| 2370 | 2026-05-28T04:49:23.846Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 2371 | 2026-05-28T04:49:23.881Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2372 | 2026-05-28T04:49:24.048Z | Checking itertools v0.12.1 |
| 2373 | 2026-05-28T04:49:24.089Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2374 | 2026-05-28T04:49:24.125Z | Checking num_enum v0.5.11 |
| 2375 | 2026-05-28T04:49:24.161Z | Compiling typify v0.6.2 |
| 2376 | 2026-05-28T04:49:24.295Z | Checking winnow v1.0.3 |
| 2377 | 2026-05-28T04:49:24.330Z | Compiling progenitor-impl v0.14.0 |
| 2378 | 2026-05-28T04:49:24.366Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2379 | 2026-05-28T04:49:24.500Z | Compiling zone_cfg_derive v0.3.1 |
| 2380 | 2026-05-28T04:49:24.753Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2381 | 2026-05-28T04:49:25.028Z | Checking smf v0.2.3 |
| 2382 | 2026-05-28T04:49:25.111Z | Checking whoami v1.6.1 |
| 2383 | 2026-05-28T04:49:25.176Z | Checking zone v0.3.1 |
| 2384 | 2026-05-28T04:49:25.291Z | Checking tokio-dtrace v0.1.1 |
| 2385 | 2026-05-28T04:49:25.328Z | Compiling derive-where v1.6.0 |
| 2386 | 2026-05-28T04:49:25.331Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2387 | 2026-05-28T04:49:25.398Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2388 | 2026-05-28T04:49:25.503Z | Checking oxide-tokio-rt v0.1.4 |
| 2389 | 2026-05-28T04:49:25.549Z | Checking console v0.15.11 |
| 2390 | 2026-05-28T04:49:25.586Z | Checking atomicwrites v0.4.4 |
| 2391 | 2026-05-28T04:49:25.703Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2392 | 2026-05-28T04:49:25.745Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2393 | 2026-05-28T04:49:25.856Z | Checking newline-converter v0.3.0 |
| 2394 | 2026-05-28T04:49:25.911Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2395 | 2026-05-28T04:49:26.005Z | Checking expectorate v1.2.0 |
| 2396 | 2026-05-28T04:49:26.049Z | Checking num-rational v0.4.2 |
| 2397 | 2026-05-28T04:49:26.086Z | Checking num-complex v0.4.6 |
| 2398 | 2026-05-28T04:49:26.121Z | Checking float-ord v0.3.2 |
| 2399 | 2026-05-28T04:49:26.194Z | Checking itertools v0.13.0 |
| 2400 | 2026-05-28T04:49:26.253Z | Compiling owo-colors v4.3.0 |
| 2401 | 2026-05-28T04:49:26.353Z | Checking bytecount v0.6.9 |
| 2402 | 2026-05-28T04:49:26.451Z | Checking num v0.4.3 |
| 2403 | 2026-05-28T04:49:26.491Z | Compiling cancel-safe-futures v0.1.5 |
| 2404 | 2026-05-28T04:49:26.527Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2405 | 2026-05-28T04:49:26.561Z | Checking libsw-core v0.3.2 |
| 2406 | 2026-05-28T04:49:26.674Z | Compiling prettyplease v0.2.37 |
| 2407 | 2026-05-28T04:49:26.744Z | Checking libsw v3.5.0 |
| 2408 | 2026-05-28T04:49:26.943Z | Checking linear-map v1.2.0 |
| 2409 | 2026-05-28T04:49:26.978Z | Compiling progenitor-macro v0.14.0 |
| 2410 | 2026-05-28T04:49:27.088Z | Checking gethostname v0.5.0 |
| 2411 | 2026-05-28T04:49:27.140Z | Compiling progenitor-impl v0.13.0 |
| 2412 | 2026-05-28T04:49:27.210Z | Compiling num-derive v0.3.3 |
| 2413 | 2026-05-28T04:49:27.591Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2414 | 2026-05-28T04:49:28.126Z | Checking libscf-sys v1.1.0 |
| 2415 | 2026-05-28T04:49:28.787Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2416 | 2026-05-28T04:49:29.873Z | Compiling progenitor-macro v0.13.0 |
| 2417 | 2026-05-28T04:49:30.699Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2418 | 2026-05-28T04:49:31.937Z | Checking progenitor v0.14.0 |
| 2419 | 2026-05-28T04:49:32.202Z | Checking resolv-conf v0.7.6 |
| 2420 | 2026-05-28T04:49:32.445Z | Compiling slog-dtrace v0.3.0 |
| 2421 | 2026-05-28T04:49:32.448Z | Checking smawk v0.3.2 |
| 2422 | 2026-05-28T04:49:32.526Z | Checking unicode-linebreak v0.1.5 |
| 2423 | 2026-05-28T04:49:32.562Z | Checking papergrid v0.11.0 |
| 2424 | 2026-05-28T04:49:32.640Z | Compiling tabled_derive v0.7.0 |
| 2425 | 2026-05-28T04:49:32.757Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2426 | 2026-05-28T04:49:33.053Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2427 | 2026-05-28T04:49:33.486Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2428 | 2026-05-28T04:49:33.593Z | Compiling minimal-lexical v0.2.1 |
| 2429 | 2026-05-28T04:49:33.681Z | Checking tabled v0.15.0 |
| 2430 | 2026-05-28T04:49:33.684Z | Checking linked-hash-map v0.5.6 |
| 2431 | 2026-05-28T04:49:33.925Z | Checking lru-cache v0.1.2 |
| 2432 | 2026-05-28T04:49:33.928Z | Compiling nom v7.1.3 |
| 2433 | 2026-05-28T04:49:34.082Z | Checking hickory-proto v0.24.4 |
| 2434 | 2026-05-28T04:49:34.606Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2435 | 2026-05-28T04:49:34.823Z | Checking progenitor v0.13.0 |
| 2436 | 2026-05-28T04:49:34.823Z | Checking termtree v0.5.1 |
| 2437 | 2026-05-28T04:49:34.896Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2438 | 2026-05-28T04:49:34.998Z | Checking textwrap v0.16.2 |
| 2439 | 2026-05-28T04:49:35.035Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2440 | 2026-05-28T04:49:35.251Z | Checking csv-core v0.1.13 |
| 2441 | 2026-05-28T04:49:35.293Z | Checking tagptr v0.2.0 |
| 2442 | 2026-05-28T04:49:35.333Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2443 | 2026-05-28T04:49:35.465Z | Checking moka v0.12.13 |
| 2444 | 2026-05-28T04:49:35.468Z | Checking csv v1.4.0 |
| 2445 | 2026-05-28T04:49:35.651Z | Compiling convert_case v0.10.0 |
| 2446 | 2026-05-28T04:49:35.901Z | Checking highway v1.3.0 |
| 2447 | 2026-05-28T04:49:35.938Z | Checking hickory-resolver v0.24.4 |
| 2448 | 2026-05-28T04:49:35.999Z | Compiling derive_more-impl v2.1.1 |
| 2449 | 2026-05-28T04:49:36.147Z | Checking hickory-resolver v0.25.2 |
| 2450 | 2026-05-28T04:49:36.184Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2451 | 2026-05-28T04:49:36.409Z | Compiling semver v0.1.20 |
| 2452 | 2026-05-28T04:49:36.709Z | Checking qorb v0.4.1 |
| 2453 | 2026-05-28T04:49:36.745Z | Compiling rustc_version v0.1.7 |
| 2454 | 2026-05-28T04:49:36.815Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2455 | 2026-05-28T04:49:36.853Z | Checking derive_more v2.1.1 |
| 2456 | 2026-05-28T04:49:36.856Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2457 | 2026-05-28T04:49:36.921Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2458 | 2026-05-28T04:49:36.966Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2459 | 2026-05-28T04:49:37.002Z | Checking phf_shared v0.12.1 |
| 2460 | 2026-05-28T04:49:37.124Z | Compiling chrono-tz v0.10.4 |
| 2461 | 2026-05-28T04:49:37.170Z | Checking phf v0.12.1 |
| 2462 | 2026-05-28T04:49:37.263Z | Compiling newtype_derive v0.1.6 |
| 2463 | 2026-05-28T04:49:37.371Z | Checking crossterm v0.29.0 |
| 2464 | 2026-05-28T04:49:37.415Z | Compiling const_format_proc_macros v0.2.34 |
| 2465 | 2026-05-28T04:49:37.417Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2466 | 2026-05-28T04:49:37.485Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2467 | 2026-05-28T04:49:37.519Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2468 | 2026-05-28T04:49:37.832Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2469 | 2026-05-28T04:49:37.914Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2470 | 2026-05-28T04:49:38.103Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2471 | 2026-05-28T04:49:38.175Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2472 | 2026-05-28T04:49:38.279Z | Checking const_format v0.2.35 |
| 2473 | 2026-05-28T04:49:38.352Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2474 | 2026-05-28T04:49:38.456Z | Checking fd-lock v4.0.4 |
| 2475 | 2026-05-28T04:49:38.592Z | Checking bcs v0.1.6 |
| 2476 | 2026-05-28T04:49:38.627Z | Checking vte v0.14.1 |
| 2477 | 2026-05-28T04:49:38.663Z | Checking display-error-chain v0.2.2 |
| 2478 | 2026-05-28T04:49:38.816Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2479 | 2026-05-28T04:49:38.819Z | Checking strip-ansi-escapes v0.2.1 |
| 2480 | 2026-05-28T04:49:38.993Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2481 | 2026-05-28T04:49:38.996Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2482 | 2026-05-28T04:49:39.168Z | Checking nu-ansi-term v0.50.3 |
| 2483 | 2026-05-28T04:49:39.266Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2484 | 2026-05-28T04:49:39.303Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2485 | 2026-05-28T04:49:39.415Z | Checking reedline v0.40.0 |
| 2486 | 2026-05-28T04:49:39.660Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2487 | 2026-05-28T04:49:39.840Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2488 | 2026-05-28T04:49:39.929Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2489 | 2026-05-28T04:49:39.968Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2490 | 2026-05-28T04:49:40.342Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2491 | 2026-05-28T04:49:40.514Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2492 | 2026-05-28T04:49:40.636Z | Compiling ar_archive_writer v0.5.1 |
| 2493 | 2026-05-28T04:49:40.903Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2494 | 2026-05-28T04:49:41.127Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2495 | 2026-05-28T04:49:41.371Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2496 | 2026-05-28T04:49:41.517Z | Compiling psm v0.1.30 |
| 2497 | 2026-05-28T04:49:41.656Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2498 | 2026-05-28T04:49:41.693Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2499 | 2026-05-28T04:49:42.089Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2500 | 2026-05-28T04:49:42.227Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2501 | 2026-05-28T04:49:42.523Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2502 | 2026-05-28T04:49:42.525Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2503 | 2026-05-28T04:49:42.628Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2504 | 2026-05-28T04:49:42.733Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2505 | 2026-05-28T04:49:42.824Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2506 | 2026-05-28T04:49:42.867Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2507 | 2026-05-28T04:49:42.983Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2508 | 2026-05-28T04:49:43.020Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2509 | 2026-05-28T04:49:43.146Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2510 | 2026-05-28T04:49:43.193Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2511 | 2026-05-28T04:49:43.320Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2512 | 2026-05-28T04:49:43.418Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2513 | 2026-05-28T04:49:43.470Z | Compiling stacker v0.1.23 |
| 2514 | 2026-05-28T04:49:43.507Z | Compiling cfg_aliases v0.1.1 |
| 2515 | 2026-05-28T04:49:43.548Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2516 | 2026-05-28T04:49:43.620Z | Compiling nix v0.28.0 |
| 2517 | 2026-05-28T04:49:43.818Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2518 | 2026-05-28T04:49:43.995Z | Checking steno v0.4.1 |
| 2519 | 2026-05-28T04:49:43.998Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2520 | 2026-05-28T04:49:44.068Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2521 | 2026-05-28T04:49:44.071Z | Checking nibble_vec v0.1.0 |
| 2522 | 2026-05-28T04:49:44.268Z | Checking home v0.5.12 |
| 2523 | 2026-05-28T04:49:44.414Z | Checking endian-type v0.1.2 |
| 2524 | 2026-05-28T04:49:44.579Z | Checking radix_trie v0.2.1 |
| 2525 | 2026-05-28T04:49:44.995Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2526 | 2026-05-28T04:49:45.033Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2527 | 2026-05-28T04:49:45.067Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2528 | 2026-05-28T04:49:45.359Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2529 | 2026-05-28T04:49:45.803Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2530 | 2026-05-28T04:49:45.840Z | Checking recursive v0.1.1 |
| 2531 | 2026-05-28T04:49:45.916Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2532 | 2026-05-28T04:49:45.967Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2533 | 2026-05-28T04:49:46.198Z | Compiling peg-macros v0.8.5 |
| 2534 | 2026-05-28T04:49:46.268Z | Checking nom v8.0.0 |
| 2535 | 2026-05-28T04:49:46.422Z | Checking winnow v0.6.26 |
| 2536 | 2026-05-28T04:49:46.501Z | Compiling sqlparser_derive v0.5.0 |
| 2537 | 2026-05-28T04:49:46.563Z | Checking unicode_categories v0.1.1 |
| 2538 | 2026-05-28T04:49:46.756Z | Checking rustyline v14.0.0 |
| 2539 | 2026-05-28T04:49:46.896Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2540 | 2026-05-28T04:49:47.057Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2541 | 2026-05-28T04:49:47.168Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2542 | 2026-05-28T04:49:47.256Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2543 | 2026-05-28T04:49:47.297Z | Checking sqlparser v0.61.0 |
| 2544 | 2026-05-28T04:49:47.513Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2545 | 2026-05-28T04:49:47.516Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2546 | 2026-05-28T04:49:47.595Z | Checking sqlformat v0.3.5 |
| 2547 | 2026-05-28T04:49:47.631Z | Checking peg v0.8.5 |
| 2548 | 2026-05-28T04:49:47.712Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2549 | 2026-05-28T04:49:47.752Z | Checking filetime v0.2.27 |
| 2550 | 2026-05-28T04:49:47.786Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2551 | 2026-05-28T04:49:47.922Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2552 | 2026-05-28T04:49:48.056Z | Checking xattr v1.6.1 |
| 2553 | 2026-05-28T04:49:48.219Z | Checking tar v0.4.45 |
| 2554 | 2026-05-28T04:49:48.222Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2555 | 2026-05-28T04:49:48.625Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2556 | 2026-05-28T04:49:48.694Z | Checking subprocess v0.2.15 |
| 2557 | 2026-05-28T04:49:48.733Z | Checking base64 v0.21.7 |
| 2558 | 2026-05-28T04:49:48.736Z | Checking headers-core v0.3.0 |
| 2559 | 2026-05-28T04:49:48.828Z | Checking yasna v0.5.2 |
| 2560 | 2026-05-28T04:49:48.910Z | Checking headers v0.4.1 |
| 2561 | 2026-05-28T04:49:49.012Z | Checking dropshot-api-manager-types v0.7.2 |
| 2562 | 2026-05-28T04:49:49.048Z | Checking utf-8 v0.7.6 |
| 2563 | 2026-05-28T04:49:49.219Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2564 | 2026-05-28T04:49:49.222Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2565 | 2026-05-28T04:49:49.288Z | Checking rcgen v0.12.1 |
| 2566 | 2026-05-28T04:49:49.405Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-28T04:49:49.441Z | Compiling libefi-sys v0.1.0 |
| 2568 | 2026-05-28T04:49:49.642Z | Checking tungstenite v0.21.0 |
| 2569 | 2026-05-28T04:49:49.723Z | Compiling bitfield-struct v0.6.2 |
| 2570 | 2026-05-28T04:49:49.806Z | Compiling radium v0.7.0 |
| 2571 | 2026-05-28T04:49:49.929Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2572 | 2026-05-28T04:49:49.968Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2573 | 2026-05-28T04:49:50.039Z | Checking tap v1.0.1 |
| 2574 | 2026-05-28T04:49:50.138Z | Checking tokio-tungstenite v0.21.0 |
| 2575 | 2026-05-28T04:49:50.173Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-05-28T04:49:50.207Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2577 | 2026-05-28T04:49:50.209Z | Checking wyz v0.5.1 |
| 2578 | 2026-05-28T04:49:50.392Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2579 | 2026-05-28T04:49:50.462Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2580 | 2026-05-28T04:49:50.531Z | Compiling zerocopy-derive v0.6.6 |
| 2581 | 2026-05-28T04:49:50.611Z | Checking crc-catalog v2.4.0 |
| 2582 | 2026-05-28T04:49:50.667Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2583 | 2026-05-28T04:49:50.702Z | Checking funty v2.0.0 |
| 2584 | 2026-05-28T04:49:50.740Z | Compiling packed_struct v0.10.1 |
| 2585 | 2026-05-28T04:49:50.934Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2586 | 2026-05-28T04:49:51.059Z | Checking bitvec v1.0.1 |
| 2587 | 2026-05-28T04:49:51.104Z | Checking crc v3.4.0 |
| 2588 | 2026-05-28T04:49:51.430Z | Checking zerocopy v0.6.6 |
| 2589 | 2026-05-28T04:49:51.466Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-05-28T04:49:51.757Z | Compiling bitfield-macros v0.19.4 |
| 2591 | 2026-05-28T04:49:51.918Z | Compiling indexmap v1.9.3 |
| 2592 | 2026-05-28T04:49:52.083Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2593 | 2026-05-28T04:49:52.150Z | Checking nodrop v0.1.14 |
| 2594 | 2026-05-28T04:49:52.224Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2026-05-28T04:49:52.276Z | Checking array-init v0.0.4 |
| 2596 | 2026-05-28T04:49:52.358Z | Checking smallvec v0.6.14 |
| 2597 | 2026-05-28T04:49:52.416Z | Checking hashbrown v0.12.3 |
| 2598 | 2026-05-28T04:49:52.495Z | Checking bitfield v0.19.4 |
| 2599 | 2026-05-28T04:49:52.602Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2600 | 2026-05-28T04:49:52.602Z | Checking serde-hex v0.1.0 |
| 2601 | 2026-05-28T04:49:52.790Z | Checking ron v0.8.1 |
| 2602 | 2026-05-28T04:49:52.794Z | Checking hashbrown v0.13.2 |
| 2603 | 2026-05-28T04:49:53.212Z | Checking crc-any v2.5.0 |
| 2604 | 2026-05-28T04:49:53.309Z | Checking object v0.30.4 |
| 2605 | 2026-05-28T04:49:53.367Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2606 | 2026-05-28T04:49:53.444Z | Checking path-slash v0.1.5 |
| 2607 | 2026-05-28T04:49:53.568Z | Compiling xshell-macros v0.2.7 |
| 2608 | 2026-05-28T04:49:53.602Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-05-28T04:49:53.672Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-05-28T04:49:53.989Z | Checking xshell v0.2.7 |
| 2611 | 2026-05-28T04:49:54.201Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2612 | 2026-05-28T04:49:54.292Z | Checking half v1.8.3 |
| 2613 | 2026-05-28T04:49:54.389Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2614 | 2026-05-28T04:49:54.521Z | Checking serde_cbor v0.11.2 |
| 2615 | 2026-05-28T04:49:54.655Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2616 | 2026-05-28T04:49:54.816Z | Compiling proc-macro-error2 v2.0.1 |
| 2617 | 2026-05-28T04:49:55.109Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2618 | 2026-05-28T04:49:55.159Z | Compiling tabled_derive v0.11.0 |
| 2619 | 2026-05-28T04:49:55.360Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2620 | 2026-05-28T04:49:55.396Z | Checking papergrid v0.17.0 |
| 2621 | 2026-05-28T04:49:55.452Z | Checking testing_table v0.3.0 |
| 2622 | 2026-05-28T04:49:55.581Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2623 | 2026-05-28T04:49:55.616Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2624 | 2026-05-28T04:49:55.809Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2625 | 2026-05-28T04:49:56.117Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2626 | 2026-05-28T04:49:56.199Z | Checking maplit v1.0.2 |
| 2627 | 2026-05-28T04:49:56.281Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2628 | 2026-05-28T04:49:56.354Z | Checking tabled v0.20.0 |
| 2629 | 2026-05-28T04:49:56.420Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6) |
| 2630 | 2026-05-28T04:49:56.539Z | Compiling git-stub v1.0.0 |
| 2631 | 2026-05-28T04:49:56.643Z | Checking crc8 v0.1.1 |
| 2632 | 2026-05-28T04:49:56.725Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2633 | 2026-05-28T04:49:56.772Z | Compiling git-stub-vcs v0.1.0 |
| 2634 | 2026-05-28T04:49:56.824Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2635 | 2026-05-28T04:49:57.160Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2636 | 2026-05-28T04:49:57.301Z | Checking fxhash v0.2.1 |
| 2637 | 2026-05-28T04:49:57.449Z | Checking unicase v2.9.0 |
| 2638 | 2026-05-28T04:49:57.483Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2639 | 2026-05-28T04:49:57.671Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2640 | 2026-05-28T04:49:57.738Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2641 | 2026-05-28T04:49:57.928Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2642 | 2026-05-28T04:49:57.963Z | Compiling vergen-lib v0.1.6 |
| 2643 | 2026-05-28T04:49:58.077Z | Compiling diesel_derives v2.3.7 |
| 2644 | 2026-05-28T04:49:58.111Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2645 | 2026-05-28T04:49:58.230Z | Checking scheduled-thread-pool v0.2.7 |
| 2646 | 2026-05-28T04:49:58.357Z | Compiling dsl_auto_type v0.2.0 |
| 2647 | 2026-05-28T04:49:58.410Z | Compiling vergen-gitcl v1.0.8 |
| 2648 | 2026-05-28T04:49:58.446Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2649 | 2026-05-28T04:49:58.483Z | Checking r2d2 v0.8.10 |
| 2650 | 2026-05-28T04:49:58.486Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2651 | 2026-05-28T04:49:58.711Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2652 | 2026-05-28T04:49:58.713Z | Checking kstat-rs v0.2.4 |
| 2653 | 2026-05-28T04:49:58.714Z | Checking arc-swap v1.8.2 |
| 2654 | 2026-05-28T04:49:59.060Z | Checking downcast-rs v2.0.2 |
| 2655 | 2026-05-28T04:49:59.095Z | Checking slog-scope v4.4.1 |
| 2656 | 2026-05-28T04:49:59.188Z | Compiling parking_lot_core v0.8.6 |
| 2657 | 2026-05-28T04:49:59.271Z | Checking slog-stdlog v4.1.1 |
| 2658 | 2026-05-28T04:49:59.313Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2659 | 2026-05-28T04:49:59.398Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2660 | 2026-05-28T04:49:59.438Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2661 | 2026-05-28T04:49:59.525Z | Compiling itertools v0.10.5 |
| 2662 | 2026-05-28T04:49:59.754Z | Checking slog-envlogger v2.2.0 |
| 2663 | 2026-05-28T04:49:59.941Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2664 | 2026-05-28T04:49:59.976Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2665 | 2026-05-28T04:50:00.145Z | Compiling dirs-sys-next v0.1.2 |
| 2666 | 2026-05-28T04:50:00.182Z | Compiling crunchy v0.2.4 |
| 2667 | 2026-05-28T04:50:00.267Z | Checking parking_lot v0.11.2 |
| 2668 | 2026-05-28T04:50:00.460Z | Compiling dirs-next v2.0.0 |
| 2669 | 2026-05-28T04:50:00.528Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2670 | 2026-05-28T04:50:00.566Z | Compiling clang-sys v1.8.1 |
| 2671 | 2026-05-28T04:50:00.600Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2672 | 2026-05-28T04:50:00.603Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2673 | 2026-05-28T04:50:00.667Z | Checking prefix-trie v0.7.0 |
| 2674 | 2026-05-28T04:50:00.951Z | Compiling tiny-keccak v2.0.2 |
| 2675 | 2026-05-28T04:50:01.099Z | Checking hickory-server v0.25.2 |
| 2676 | 2026-05-28T04:50:01.216Z | Compiling term v0.7.0 |
| 2677 | 2026-05-28T04:50:01.281Z | Checking sled v0.34.7 |
| 2678 | 2026-05-28T04:50:01.284Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2679 | 2026-05-28T04:50:01.284Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2680 | 2026-05-28T04:50:01.384Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2681 | 2026-05-28T04:50:01.695Z | Checking nanorand v0.7.0 |
| 2682 | 2026-05-28T04:50:01.833Z | Compiling bit-vec v0.6.3 |
| 2683 | 2026-05-28T04:50:01.928Z | Compiling salty v0.3.0 |
| 2684 | 2026-05-28T04:50:02.086Z | Compiling bit-set v0.5.3 |
| 2685 | 2026-05-28T04:50:02.120Z | Checking flume v0.11.1 |
| 2686 | 2026-05-28T04:50:02.246Z | Compiling ascii-canvas v3.0.0 |
| 2687 | 2026-05-28T04:50:02.316Z | Checking primeorder v0.13.6 |
| 2688 | 2026-05-28T04:50:02.396Z | Compiling ena v0.14.4 |
| 2689 | 2026-05-28T04:50:02.525Z | Compiling libloading v0.8.9 |
| 2690 | 2026-05-28T04:50:02.559Z | Compiling bindgen v0.71.1 |
| 2691 | 2026-05-28T04:50:02.592Z | Compiling regex-syntax v0.6.29 |
| 2692 | 2026-05-28T04:50:02.641Z | Compiling diff v0.1.13 |
| 2693 | 2026-05-28T04:50:02.938Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2694 | 2026-05-28T04:50:03.089Z | Compiling cexpr v0.6.0 |
| 2695 | 2026-05-28T04:50:03.375Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2696 | 2026-05-28T04:50:03.505Z | Compiling fs-err v2.11.0 |
| 2697 | 2026-05-28T04:50:03.561Z | Compiling rustc-hash v2.1.1 |
| 2698 | 2026-05-28T04:50:03.734Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2699 | 2026-05-28T04:50:03.824Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2700 | 2026-05-28T04:50:03.905Z | Compiling libxml v0.3.3 |
| 2701 | 2026-05-28T04:50:03.961Z | Compiling lalrpop v0.19.12 |
| 2702 | 2026-05-28T04:50:04.033Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2703 | 2026-05-28T04:50:04.199Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2704 | 2026-05-28T04:50:04.242Z | Checking p384 v0.13.1 |
| 2705 | 2026-05-28T04:50:04.360Z | Checking diesel v2.3.7 |
| 2706 | 2026-05-28T04:50:04.692Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2707 | 2026-05-28T04:50:04.751Z | Compiling strum_macros v0.24.3 |
| 2708 | 2026-05-28T04:50:05.070Z | Compiling indoc v1.0.9 |
| 2709 | 2026-05-28T04:50:05.534Z | Checking parse-size v1.1.0 |
| 2710 | 2026-05-28T04:50:05.691Z | Checking assert_matches v1.5.0 |
| 2711 | 2026-05-28T04:50:05.799Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2712 | 2026-05-28T04:50:05.836Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 2713 | 2026-05-28T04:50:06.466Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2714 | 2026-05-28T04:50:06.508Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2715 | 2026-05-28T04:50:06.633Z | Compiling typify-impl v0.4.3 |
| 2716 | 2026-05-28T04:50:06.670Z | Checking quick-xml v0.37.5 |
| 2717 | 2026-05-28T04:50:06.703Z | Checking derive_builder v0.20.2 |
| 2718 | 2026-05-28T04:50:06.742Z | Compiling oso-derive v0.27.3 |
| 2719 | 2026-05-28T04:50:06.846Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2720 | 2026-05-28T04:50:07.265Z | Compiling trait-variant v0.1.2 |
| 2721 | 2026-05-28T04:50:07.302Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 2722 | 2026-05-28T04:50:07.580Z | Checking openssl-probe v0.1.6 |
| 2723 | 2026-05-28T04:50:07.771Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2724 | 2026-05-28T04:50:07.840Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2725 | 2026-05-28T04:50:08.413Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2726 | 2026-05-28T04:50:08.448Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2727 | 2026-05-28T04:50:08.710Z | Checking predicates-tree v1.0.13 |
| 2728 | 2026-05-28T04:50:08.862Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2729 | 2026-05-28T04:50:09.274Z | Checking http-range v0.1.5 |
| 2730 | 2026-05-28T04:50:09.347Z | Compiling mime_guess v2.0.5 |
| 2731 | 2026-05-28T04:50:09.475Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c) |
| 2732 | 2026-05-28T04:50:09.614Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2733 | 2026-05-28T04:50:09.966Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2734 | 2026-05-28T04:50:10.034Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2735 | 2026-05-28T04:50:10.309Z | Checking bb8 v0.8.6 |
| 2736 | 2026-05-28T04:50:10.635Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2737 | 2026-05-28T04:50:10.870Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2738 | 2026-05-28T04:50:11.116Z | Checking atty v0.2.14 |
| 2739 | 2026-05-28T04:50:11.151Z | Compiling typify-macro v0.4.3 |
| 2740 | 2026-05-28T04:50:11.250Z | Checking corncobs v0.1.4 |
| 2741 | 2026-05-28T04:50:11.357Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2742 | 2026-05-28T04:50:11.417Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2743 | 2026-05-28T04:50:11.550Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2744 | 2026-05-28T04:50:11.930Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2745 | 2026-05-28T04:50:12.078Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2746 | 2026-05-28T04:50:12.159Z | Checking ignore v0.4.25 |
| 2747 | 2026-05-28T04:50:12.607Z | Checking secrecy v0.8.0 |
| 2748 | 2026-05-28T04:50:12.705Z | Checking globwalk v0.9.1 |
| 2749 | 2026-05-28T04:50:12.891Z | Compiling typify v0.4.3 |
| 2750 | 2026-05-28T04:50:13.041Z | Compiling progenitor-impl v0.11.2 |
| 2751 | 2026-05-28T04:50:13.455Z | Checking hyper-staticfile v0.10.1 |
| 2752 | 2026-05-28T04:50:13.792Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2753 | 2026-05-28T04:50:14.030Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2754 | 2026-05-28T04:50:14.120Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2755 | 2026-05-28T04:50:14.594Z | Checking progenitor-client v0.11.2 |
| 2756 | 2026-05-28T04:50:14.721Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2757 | 2026-05-28T04:50:14.838Z | Checking nonempty v0.12.0 |
| 2758 | 2026-05-28T04:50:14.995Z | Checking camino-tempfile-ext v0.3.3 |
| 2759 | 2026-05-28T04:50:15.042Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2760 | 2026-05-28T04:50:15.234Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2761 | 2026-05-28T04:50:15.760Z | Compiling progenitor-macro v0.11.2 |
| 2762 | 2026-05-28T04:50:15.865Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2763 | 2026-05-28T04:50:16.020Z | Checking signal-hook-tokio v0.3.1 |
| 2764 | 2026-05-28T04:50:16.164Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2765 | 2026-05-28T04:50:16.359Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2766 | 2026-05-28T04:50:16.441Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2767 | 2026-05-28T04:50:16.846Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2768 | 2026-05-28T04:50:17.132Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2769 | 2026-05-28T04:50:17.381Z | Checking illumos-nvpair v0.3.0 |
| 2770 | 2026-05-28T04:50:17.453Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2771 | 2026-05-28T04:50:17.577Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2772 | 2026-05-28T04:50:17.613Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2773 | 2026-05-28T04:50:17.886Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2774 | 2026-05-28T04:50:17.932Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2) |
| 2775 | 2026-05-28T04:50:18.005Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2776 | 2026-05-28T04:50:18.095Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2777 | 2026-05-28T04:50:18.406Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2778 | 2026-05-28T04:50:18.550Z | Checking async-bb8-diesel v0.2.1 |
| 2779 | 2026-05-28T04:50:18.705Z | Checking diesel-dtrace v0.5.0 |
| 2780 | 2026-05-28T04:50:18.943Z | Checking tungstenite v0.23.0 |
| 2781 | 2026-05-28T04:50:18.983Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2782 | 2026-05-28T04:50:19.409Z | Checking tokio-tungstenite v0.23.1 |
| 2783 | 2026-05-28T04:50:19.718Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2784 | 2026-05-28T04:50:19.980Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2785 | 2026-05-28T04:50:20.138Z | Checking rand_seeder v0.4.0 |
| 2786 | 2026-05-28T04:50:20.173Z | Checking void v1.0.2 |
| 2787 | 2026-05-28T04:50:20.319Z | Checking lzss v0.8.2 |
| 2788 | 2026-05-28T04:50:20.354Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2789 | 2026-05-28T04:50:20.388Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2790 | 2026-05-28T04:50:20.543Z | Checking nix v0.27.1 |
| 2791 | 2026-05-28T04:50:20.578Z | Checking serde_bytes v0.11.19 |
| 2792 | 2026-05-28T04:50:20.661Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2793 | 2026-05-28T04:50:20.695Z | Checking progenitor v0.11.2 |
| 2794 | 2026-05-28T04:50:20.787Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2795 | 2026-05-28T04:50:20.868Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2796 | 2026-05-28T04:50:20.904Z | Checking is_ci v1.2.0 |
| 2797 | 2026-05-28T04:50:21.037Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2798 | 2026-05-28T04:50:21.106Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2799 | 2026-05-28T04:50:21.523Z | Checking yansi v1.0.1 |
| 2800 | 2026-05-28T04:50:21.562Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2801 | 2026-05-28T04:50:21.828Z | Checking pretty_assertions v1.4.1 |
| 2802 | 2026-05-28T04:50:21.873Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2803 | 2026-05-28T04:50:22.000Z | Compiling darling_core v0.23.0 |
| 2804 | 2026-05-28T04:50:22.145Z | Compiling indoc v2.0.7 |
| 2805 | 2026-05-28T04:50:22.553Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2806 | 2026-05-28T04:50:22.655Z | Compiling libz-sys v1.1.24 |
| 2807 | 2026-05-28T04:50:22.750Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2808 | 2026-05-28T04:50:22.786Z | Compiling instability v0.3.11 |
| 2809 | 2026-05-28T04:50:23.134Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2810 | 2026-05-28T04:50:23.192Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2811 | 2026-05-28T04:50:23.391Z | Checking castaway v0.2.4 |
| 2812 | 2026-05-28T04:50:23.545Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2813 | 2026-05-28T04:50:23.864Z | Checking compact_str v0.8.1 |
| 2814 | 2026-05-28T04:50:24.027Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2815 | 2026-05-28T04:50:24.608Z | Compiling darling_macro v0.23.0 |
| 2816 | 2026-05-28T04:50:24.971Z | Checking supports-color v3.0.2 |
| 2817 | 2026-05-28T04:50:25.108Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2818 | 2026-05-28T04:50:25.143Z | Compiling darling v0.23.0 |
| 2819 | 2026-05-28T04:50:25.176Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2820 | 2026-05-28T04:50:25.338Z | Checking unicode-truncate v1.1.0 |
| 2821 | 2026-05-28T04:50:25.405Z | Checking console v0.16.2 |
| 2822 | 2026-05-28T04:50:25.520Z | Checking lru v0.12.5 |
| 2823 | 2026-05-28T04:50:25.712Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2824 | 2026-05-28T04:50:25.750Z | Checking cassowary v0.3.0 |
| 2825 | 2026-05-28T04:50:26.001Z | Checking unit-prefix v0.5.2 |
| 2826 | 2026-05-28T04:50:26.004Z | Checking ratatui v0.29.0 |
| 2827 | 2026-05-28T04:50:26.195Z | Checking indicatif v0.18.4 |
| 2828 | 2026-05-28T04:50:26.844Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2829 | 2026-05-28T04:50:27.532Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2830 | 2026-05-28T04:50:27.567Z | Compiling vergen-git2 v9.1.0 |
| 2831 | 2026-05-28T04:50:27.747Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2832 | 2026-05-28T04:50:27.784Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2833 | 2026-05-28T04:50:27.863Z | Checking plotters-backend v0.3.7 |
| 2834 | 2026-05-28T04:50:28.014Z | Compiling rustls v0.21.12 |
| 2835 | 2026-05-28T04:50:28.100Z | Checking plotters-svg v0.3.7 |
| 2836 | 2026-05-28T04:50:28.316Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2837 | 2026-05-28T04:50:28.363Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2838 | 2026-05-28T04:50:28.599Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2839 | 2026-05-28T04:50:28.835Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2840 | 2026-05-28T04:50:29.094Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2841 | 2026-05-28T04:50:29.326Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2842 | 2026-05-28T04:50:29.362Z | Checking rustls-webpki v0.101.7 |
| 2843 | 2026-05-28T04:50:29.403Z | Checking sct v0.7.1 |
| 2844 | 2026-05-28T04:50:29.576Z | Checking cast v0.3.0 |
| 2845 | 2026-05-28T04:50:29.779Z | Checking criterion-plot v0.6.0 |
| 2846 | 2026-05-28T04:50:29.995Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2847 | 2026-05-28T04:50:30.251Z | Checking plotters v0.3.7 |
| 2848 | 2026-05-28T04:50:31.013Z | Checking colored v2.2.0 |
| 2849 | 2026-05-28T04:50:31.058Z | Checking tinytemplate v1.2.1 |
| 2850 | 2026-05-28T04:50:31.248Z | Checking anes v0.1.6 |
| 2851 | 2026-05-28T04:50:31.308Z | Checking oorandom v11.1.5 |
| 2852 | 2026-05-28T04:50:31.456Z | Checking shell-words v1.1.1 |
| 2853 | 2026-05-28T04:50:31.493Z | Checking criterion v0.7.0 |
| 2854 | 2026-05-28T04:50:31.623Z | Checking tokio-rustls v0.24.1 |
| 2855 | 2026-05-28T04:50:31.861Z | Checking typeid v1.0.3 |
| 2856 | 2026-05-28T04:50:32.003Z | Checking rustls-pemfile v1.0.4 |
| 2857 | 2026-05-28T04:50:32.170Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2858 | 2026-05-28T04:50:32.207Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2859 | 2026-05-28T04:50:32.725Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2860 | 2026-05-28T04:50:34.185Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2861 | 2026-05-28T04:50:34.314Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2862 | 2026-05-28T04:50:34.883Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2863 | 2026-05-28T04:50:35.725Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2864 | 2026-05-28T04:50:35.766Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2865 | 2026-05-28T04:50:36.619Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2866 | 2026-05-28T04:50:37.543Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2867 | 2026-05-28T04:50:38.098Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2868 | 2026-05-28T04:50:38.331Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2869 | 2026-05-28T04:50:38.894Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2870 | 2026-05-28T04:50:39.680Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2871 | 2026-05-28T04:50:39.683Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2872 | 2026-05-28T04:50:40.617Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2873 | 2026-05-28T04:50:40.661Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2874 | 2026-05-28T04:50:40.801Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2875 | 2026-05-28T04:50:40.895Z | Checking twox-hash v2.1.2 |
| 2876 | 2026-05-28T04:50:41.219Z | Checking hex-literal v0.4.1 |
| 2877 | 2026-05-28T04:50:41.254Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2878 | 2026-05-28T04:50:41.316Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2879 | 2026-05-28T04:50:41.399Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2880 | 2026-05-28T04:50:42.117Z | Checking erased-serde v0.4.9 |
| 2881 | 2026-05-28T04:50:42.229Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2882 | 2026-05-28T04:50:42.506Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2883 | 2026-05-28T04:50:42.574Z | Checking fatfs v0.3.6 |
| 2884 | 2026-05-28T04:50:42.693Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2885 | 2026-05-28T04:50:43.059Z | Checking ordered-float v2.10.1 |
| 2886 | 2026-05-28T04:50:43.240Z | Compiling seq-macro v0.3.6 |
| 2887 | 2026-05-28T04:50:43.346Z | Checking serde-value v0.7.0 |
| 2888 | 2026-05-28T04:50:43.599Z | Checking serde-untagged v0.1.9 |
| 2889 | 2026-05-28T04:50:43.793Z | Checking unicode-xid v0.2.6 |
| 2890 | 2026-05-28T04:50:43.835Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2891 | 2026-05-28T04:50:43.940Z | Checking cargo-util-schemas v0.8.2 |
| 2892 | 2026-05-28T04:50:44.068Z | Checking cargo-platform v0.2.0 |
| 2893 | 2026-05-28T04:50:44.289Z | Compiling petname v2.0.2 |
| 2894 | 2026-05-28T04:50:44.844Z | Checking cargo_metadata v0.21.0 |
| 2895 | 2026-05-28T04:50:44.970Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2896 | 2026-05-28T04:50:45.634Z | Checking concurrent-queue v2.5.0 |
| 2897 | 2026-05-28T04:50:45.669Z | Compiling samael v0.0.19 |
| 2898 | 2026-05-28T04:50:45.857Z | Checking rtoolbox v0.0.3 |
| 2899 | 2026-05-28T04:50:46.028Z | Checking parking v2.2.1 |
| 2900 | 2026-05-28T04:50:46.189Z | Checking event-listener v5.4.1 |
| 2901 | 2026-05-28T04:50:46.457Z | Checking rpassword v7.4.0 |
| 2902 | 2026-05-28T04:50:47.029Z | Checking tui-tree-widget v0.23.1 |
| 2903 | 2026-05-28T04:50:47.258Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2904 | 2026-05-28T04:50:47.457Z | Checking polyval v0.6.2 |
| 2905 | 2026-05-28T04:50:47.664Z | Checking sapling-renderdag v0.1.0 |
| 2906 | 2026-05-28T04:50:47.940Z | Checking sync-ptr v0.1.4 |
| 2907 | 2026-05-28T04:50:47.986Z | Checking ghash v0.5.1 |
| 2908 | 2026-05-28T04:50:48.094Z | Checking event-listener-strategy v0.5.4 |
| 2909 | 2026-05-28T04:50:48.142Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2910 | 2026-05-28T04:50:48.293Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2911 | 2026-05-28T04:50:48.526Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2912 | 2026-05-28T04:50:48.954Z | Checking ctr v0.9.2 |
| 2913 | 2026-05-28T04:50:49.160Z | Compiling strsim v0.10.0 |
| 2914 | 2026-05-28T04:50:49.532Z | Checking arrayref v0.3.9 |
| 2915 | 2026-05-28T04:50:49.643Z | Checking constant_time_eq v0.4.2 |
| 2916 | 2026-05-28T04:50:49.740Z | Checking arrayvec v0.7.6 |
| 2917 | 2026-05-28T04:50:49.820Z | Checking futures-timer v3.0.3 |
| 2918 | 2026-05-28T04:50:49.968Z | Compiling darling_core v0.13.4 |
| 2919 | 2026-05-28T04:50:50.035Z | Checking aes-gcm v0.10.3 |
| 2920 | 2026-05-28T04:50:50.276Z | Checking async-lock v3.4.2 |
| 2921 | 2026-05-28T04:50:50.708Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2922 | 2026-05-28T04:50:51.302Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2923 | 2026-05-28T04:50:51.835Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2924 | 2026-05-28T04:50:51.872Z | Checking ssh-encoding v0.2.0 |
| 2925 | 2026-05-28T04:50:52.105Z | Checking blowfish v0.9.1 |
| 2926 | 2026-05-28T04:50:52.298Z | Checking bcrypt-pbkdf v0.10.0 |
| 2927 | 2026-05-28T04:50:52.503Z | Checking ssh-cipher v0.2.0 |
| 2928 | 2026-05-28T04:50:52.538Z | Compiling darling_macro v0.13.4 |
| 2929 | 2026-05-28T04:50:52.716Z | Checking async-object-pool v0.2.0 |
| 2930 | 2026-05-28T04:50:52.918Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2931 | 2026-05-28T04:50:53.053Z | Checking serde_regex v1.1.0 |
| 2932 | 2026-05-28T04:50:53.250Z | Checking password-hash v0.4.2 |
| 2933 | 2026-05-28T04:50:53.301Z | Checking assert-json-diff v2.0.2 |
| 2934 | 2026-05-28T04:50:53.515Z | Checking path-tree v0.8.3 |
| 2935 | 2026-05-28T04:50:53.518Z | Checking stringmetrics v2.2.2 |
| 2936 | 2026-05-28T04:50:53.710Z | Compiling target-lexicon v0.13.3 |
| 2937 | 2026-05-28T04:50:53.777Z | Checking gimli v0.32.3 |
| 2938 | 2026-05-28T04:50:53.976Z | Compiling git2 v0.20.4 |
| 2939 | 2026-05-28T04:50:54.050Z | Checking httpmock v0.8.3 |
| 2940 | 2026-05-28T04:50:54.313Z | Checking pbkdf2 v0.11.0 |
| 2941 | 2026-05-28T04:50:54.527Z | Compiling darling v0.13.4 |
| 2942 | 2026-05-28T04:50:54.657Z | Checking ssh-key v0.6.7 |
| 2943 | 2026-05-28T04:50:55.391Z | Checking addr2line v0.25.1 |
| 2944 | 2026-05-28T04:50:55.704Z | Checking p256 v0.13.2 |
| 2945 | 2026-05-28T04:50:56.012Z | Checking p521 v0.13.3 |
| 2946 | 2026-05-28T04:50:56.486Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2947 | 2026-05-28T04:50:56.663Z | Checking russh-cryptovec v0.7.3 |
| 2948 | 2026-05-28T04:50:56.768Z | Checking rustc-demangle v0.1.27 |
| 2949 | 2026-05-28T04:50:56.838Z | Compiling guppy-workspace-hack v0.1.0 |
| 2950 | 2026-05-28T04:50:56.958Z | Checking md5 v0.7.0 |
| 2951 | 2026-05-28T04:50:57.034Z | Checking backtrace v0.3.76 |
| 2952 | 2026-05-28T04:50:57.116Z | Compiling serde_with_macros v1.5.2 |
| 2953 | 2026-05-28T04:50:57.171Z | Checking russh-keys v0.45.0 |
| 2954 | 2026-05-28T04:50:57.350Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2955 | 2026-05-28T04:50:57.488Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2956 | 2026-05-28T04:50:57.647Z | Checking num-bigint v0.4.6 |
| 2957 | 2026-05-28T04:50:57.720Z | Checking des v0.8.1 |
| 2958 | 2026-05-28T04:50:57.914Z | Compiling blake3 v1.8.3 |
| 2959 | 2026-05-28T04:50:58.000Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2960 | 2026-05-28T04:50:58.347Z | Compiling target-spec v3.5.7 |
| 2961 | 2026-05-28T04:50:58.473Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2962 | 2026-05-28T04:50:58.697Z | Checking russh v0.45.0 |
| 2963 | 2026-05-28T04:50:59.096Z | Compiling serde_with v1.14.0 |
| 2964 | 2026-05-28T04:50:59.193Z | Checking cfg-expr v0.20.6 |
| 2965 | 2026-05-28T04:50:59.633Z | Checking backtrace-ext v0.2.1 |
| 2966 | 2026-05-28T04:50:59.800Z | Checking supports-color v2.1.0 |
| 2967 | 2026-05-28T04:50:59.876Z | Checking textwrap v0.15.2 |
| 2968 | 2026-05-28T04:50:59.972Z | Checking supports-hyperlinks v2.1.0 |
| 2969 | 2026-05-28T04:51:00.123Z | Checking supports-unicode v2.1.0 |
| 2970 | 2026-05-28T04:51:00.159Z | Checking hashbrown v0.14.5 |
| 2971 | 2026-05-28T04:51:00.291Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2972 | 2026-05-28T04:51:00.327Z | Checking cargo-platform v0.3.2 |
| 2973 | 2026-05-28T04:51:00.529Z | Checking terminal_size v0.1.17 |
| 2974 | 2026-05-28T04:51:00.566Z | Compiling miette-derive v5.10.0 |
| 2975 | 2026-05-28T04:51:00.680Z | Checking owo-colors v3.5.0 |
| 2976 | 2026-05-28T04:51:00.716Z | Checking internet-checksum v0.2.1 |
| 2977 | 2026-05-28T04:51:00.719Z | Checking chumsky v0.9.3 |
| 2978 | 2026-05-28T04:51:00.918Z | Checking cargo_metadata v0.23.1 |
| 2979 | 2026-05-28T04:51:01.113Z | Compiling polar-core v0.27.3 |
| 2980 | 2026-05-28T04:51:01.283Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2981 | 2026-05-28T04:51:01.810Z | Checking miette v5.10.0 |
| 2982 | 2026-05-28T04:51:02.050Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2983 | 2026-05-28T04:51:02.271Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2984 | 2026-05-28T04:51:02.308Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2985 | 2026-05-28T04:51:02.712Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2986 | 2026-05-28T04:51:02.951Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2987 | 2026-05-28T04:51:03.031Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2988 | 2026-05-28T04:51:03.232Z | Compiling knuffel-derive v3.2.0 |
| 2989 | 2026-05-28T04:51:03.235Z | Checking httptest v0.16.4 |
| 2990 | 2026-05-28T04:51:03.302Z | Checking pathdiff v0.2.3 |
| 2991 | 2026-05-28T04:51:03.448Z | Checking topological-sort v0.2.2 |
| 2992 | 2026-05-28T04:51:03.627Z | Checking nested v0.1.1 |
| 2993 | 2026-05-28T04:51:03.662Z | Checking omicron-zone-package v0.12.2 |
| 2994 | 2026-05-28T04:51:03.805Z | Checking guppy v0.17.25 |
| 2995 | 2026-05-28T04:51:04.032Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2996 | 2026-05-28T04:51:04.316Z | Checking similar-asserts v1.7.0 |
| 2997 | 2026-05-28T04:51:04.510Z | Compiling target-triple v1.0.0 |
| 2998 | 2026-05-28T04:51:04.643Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2999 | 2026-05-28T04:51:04.856Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3000 | 2026-05-28T04:51:04.924Z | Checking knuffel v3.2.0 |
| 3001 | 2026-05-28T04:51:04.959Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3002 | 2026-05-28T04:51:05.552Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3003 | 2026-05-28T04:51:05.586Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3004 | 2026-05-28T04:51:05.832Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3005 | 2026-05-28T04:51:05.970Z | Checking hickory-client v0.25.2 |
| 3006 | 2026-05-28T04:51:06.273Z | Checking oso v0.27.3 |
| 3007 | 2026-05-28T04:51:06.311Z | Checking tokio-test v0.4.5 |
| 3008 | 2026-05-28T04:51:06.603Z | Compiling assert_cmd v2.1.2 |
| 3009 | 2026-05-28T04:51:06.638Z | Checking escape8259 v0.5.3 |
| 3010 | 2026-05-28T04:51:06.830Z | Checking libtest-mimic v0.8.1 |
| 3011 | 2026-05-28T04:51:06.998Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3012 | 2026-05-28T04:51:07.085Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3013 | 2026-05-28T04:51:07.118Z | Checking blake2b_simd v1.0.4 |
| 3014 | 2026-05-28T04:51:07.153Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3015 | 2026-05-28T04:51:07.284Z | Checking support-bundle-viewer v0.1.2 |
| 3016 | 2026-05-28T04:51:07.559Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3017 | 2026-05-28T04:51:07.593Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3018 | 2026-05-28T04:51:07.664Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3019 | 2026-05-28T04:51:07.817Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3020 | 2026-05-28T04:51:07.905Z | Checking fancy-regex v0.14.0 |
| 3021 | 2026-05-28T04:51:08.044Z | Checking serde_tokenstream v0.2.3 |
| 3022 | 2026-05-28T04:51:08.080Z | Checking multimap v0.10.1 |
| 3023 | 2026-05-28T04:51:08.196Z | Checking approx v0.5.1 |
| 3024 | 2026-05-28T04:51:08.289Z | Checking uzers v0.12.2 |
| 3025 | 2026-05-28T04:51:08.324Z | Compiling rstest_macros v0.25.0 |
| 3026 | 2026-05-28T04:51:08.327Z | Checking constant_time_eq v0.3.1 |
| 3027 | 2026-05-28T04:51:08.391Z | Checking termcolor v1.4.1 |
| 3028 | 2026-05-28T04:51:08.526Z | Compiling linkme-impl v0.3.35 |
| 3029 | 2026-05-28T04:51:08.559Z | Checking rust-argon2 v2.1.0 |
| 3030 | 2026-05-28T04:51:08.672Z | Checking trybuild v1.0.116 |
| 3031 | 2026-05-28T04:51:08.754Z | Checking datatest-stable v0.3.3 |
| 3032 | 2026-05-28T04:51:08.987Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3033 | 2026-05-28T04:51:09.156Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3034 | 2026-05-28T04:51:09.304Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3035 | 2026-05-28T04:51:09.363Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3036 | 2026-05-28T04:51:09.397Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3037 | 2026-05-28T04:51:09.520Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3038 | 2026-05-28T04:51:09.603Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3039 | 2026-05-28T04:51:09.637Z | Checking drift v0.2.0 |
| 3040 | 2026-05-28T04:51:09.755Z | Checking rand_distr v0.5.1 |
| 3041 | 2026-05-28T04:51:09.842Z | Compiling linkme v0.3.35 |
| 3042 | 2026-05-28T04:51:10.015Z | Compiling relative-path v1.9.3 |
| 3043 | 2026-05-28T04:51:10.050Z | Checking dropshot-api-manager v0.7.2 |
| 3044 | 2026-05-28T04:51:10.386Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3045 | 2026-05-28T04:51:11.205Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3046 | 2026-05-28T04:51:11.243Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3047 | 2026-05-28T04:51:11.334Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3048 | 2026-05-28T04:51:11.610Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3049 | 2026-05-28T04:51:11.899Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3050 | 2026-05-28T04:51:11.989Z | Checking cargo_toml v0.21.0 |
| 3051 | 2026-05-28T04:51:12.166Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3052 | 2026-05-28T04:51:12.615Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3053 | 2026-05-28T04:51:12.652Z | Checking partial-io v0.5.4 |
| 3054 | 2026-05-28T04:51:12.841Z | Checking termios v0.3.3 |
| 3055 | 2026-05-28T04:51:12.846Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3056 | 2026-05-28T04:51:13.042Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3057 | 2026-05-28T04:51:13.959Z | Checking rstest v0.25.0 |
| 3058 | 2026-05-28T04:51:14.043Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3059 | 2026-05-28T04:51:14.730Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3060 | 2026-05-28T04:51:17.677Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3061 | 2026-05-28T04:51:18.292Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3062 | 2026-05-28T04:51:24.366Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3063 | 2026-05-28T04:51:24.805Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3064 | 2026-05-28T04:51:27.585Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3065 | 2026-05-28T04:51:32.174Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3066 | 2026-05-28T04:51:34.125Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3067 | 2026-05-28T04:51:37.314Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3068 | 2026-05-28T04:51:39.241Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3069 | 2026-05-28T04:51:41.378Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3070 | 2026-05-28T04:51:48.984Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3071 | 2026-05-28T04:51:52.996Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3072 | 2026-05-28T04:53:04.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s |
| 3073 | 2026-05-28T04:53:04.798Z | |
| 3074 | 2026-05-28T04:53:04.798Z | real 4:18.330602919 |
| 3075 | 2026-05-28T04:53:04.799Z | user 22:20.230234627 |
| 3076 | 2026-05-28T04:53:04.799Z | sys 5:19.672281554 |
| 3077 | 2026-05-28T04:53:04.799Z | trap 0.515901910 |
| 3078 | 2026-05-28T04:53:04.799Z | tflt 0.756924043 |
| 3079 | 2026-05-28T04:53:04.799Z | dflt 0.553620824 |
| 3080 | 2026-05-28T04:53:04.799Z | kflt 0.024975106 |
| 3081 | 2026-05-28T04:53:04.799Z | lock 1:01:35.876226911 |
| 3082 | 2026-05-28T04:53:04.799Z | slp 1:01:08.610446292 |
| 3083 | 2026-05-28T04:53:04.799Z | lat 1:56.948392706 |
| 3084 | 2026-05-28T04:53:04.799Z | stop 11:42.533990003 |
| 3085 | 2026-05-28T04:53:04.803Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3086 | 2026-05-28T04:53:04.803Z | + ptime -m cargo doc --workspace --no-deps |
| 3087 | 2026-05-28T04:53:05.707Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3088 | 2026-05-28T04:53:05.707Z | | |
| 3089 | 2026-05-28T04:53:05.707Z | = 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)` |
| 3090 | 2026-05-28T04:53:05.707Z | = 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> |
| 3091 | 2026-05-28T04:53:06.795Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3092 | 2026-05-28T04:53:07.046Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3093 | 2026-05-28T04:53:07.094Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3094 | 2026-05-28T04:53:07.162Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3095 | 2026-05-28T04:53:07.281Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3096 | 2026-05-28T04:53:07.334Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3097 | 2026-05-28T04:53:07.362Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3098 | 2026-05-28T04:53:07.393Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3099 | 2026-05-28T04:53:07.441Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3100 | 2026-05-28T04:53:07.620Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3101 | 2026-05-28T04:53:07.643Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3102 | 2026-05-28T04:53:07.646Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3103 | 2026-05-28T04:53:07.720Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3104 | 2026-05-28T04:53:07.744Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3105 | 2026-05-28T04:53:07.766Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3106 | 2026-05-28T04:53:07.787Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3107 | 2026-05-28T04:53:07.830Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3108 | 2026-05-28T04:53:07.883Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3109 | 2026-05-28T04:53:07.886Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3110 | 2026-05-28T04:53:07.928Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3111 | 2026-05-28T04:53:08.066Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3112 | 2026-05-28T04:53:08.271Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3113 | 2026-05-28T04:53:08.352Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3114 | 2026-05-28T04:53:08.561Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3115 | 2026-05-28T04:53:08.587Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3116 | 2026-05-28T04:53:08.589Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3117 | 2026-05-28T04:53:08.708Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3118 | 2026-05-28T04:53:08.832Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3119 | 2026-05-28T04:53:08.935Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3120 | 2026-05-28T04:53:09.056Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3121 | 2026-05-28T04:53:09.227Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3122 | 2026-05-28T04:53:09.284Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3123 | 2026-05-28T04:53:09.367Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3124 | 2026-05-28T04:53:09.392Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3125 | 2026-05-28T04:53:09.480Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3126 | 2026-05-28T04:53:09.605Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3127 | 2026-05-28T04:53:09.693Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3128 | 2026-05-28T04:53:09.742Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3129 | 2026-05-28T04:53:09.797Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3130 | 2026-05-28T04:53:09.823Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3131 | 2026-05-28T04:53:10.020Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3132 | 2026-05-28T04:53:10.045Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3133 | 2026-05-28T04:53:10.171Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3134 | 2026-05-28T04:53:10.174Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3135 | 2026-05-28T04:53:10.401Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3136 | 2026-05-28T04:53:10.431Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3137 | 2026-05-28T04:53:10.457Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3138 | 2026-05-28T04:53:10.569Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3139 | 2026-05-28T04:53:10.652Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3140 | 2026-05-28T04:53:10.655Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3141 | 2026-05-28T04:53:11.079Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3142 | 2026-05-28T04:53:11.236Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3143 | 2026-05-28T04:53:11.271Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3144 | 2026-05-28T04:53:11.359Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3145 | 2026-05-28T04:53:11.482Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3146 | 2026-05-28T04:53:11.525Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3147 | 2026-05-28T04:53:11.765Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3148 | 2026-05-28T04:53:11.856Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3149 | 2026-05-28T04:53:13.023Z | Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3150 | 2026-05-28T04:53:13.048Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3151 | 2026-05-28T04:53:13.074Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3152 | 2026-05-28T04:53:13.332Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3153 | 2026-05-28T04:53:13.371Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3154 | 2026-05-28T04:53:13.414Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3155 | 2026-05-28T04:53:13.613Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3156 | 2026-05-28T04:53:13.700Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3157 | 2026-05-28T04:53:14.014Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3158 | 2026-05-28T04:53:14.237Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3159 | 2026-05-28T04:53:14.447Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3160 | 2026-05-28T04:53:15.030Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3161 | 2026-05-28T04:53:15.056Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3162 | 2026-05-28T04:53:15.517Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3163 | 2026-05-28T04:53:15.892Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3164 | 2026-05-28T04:53:16.166Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3165 | 2026-05-28T04:53:16.265Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3166 | 2026-05-28T04:53:16.289Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3167 | 2026-05-28T04:53:16.495Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3168 | 2026-05-28T04:53:16.553Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3169 | 2026-05-28T04:53:16.629Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3170 | 2026-05-28T04:53:16.719Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3171 | 2026-05-28T04:53:16.949Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3172 | 2026-05-28T04:53:17.086Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3173 | 2026-05-28T04:53:17.112Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3174 | 2026-05-28T04:53:17.452Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3175 | 2026-05-28T04:53:17.476Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3176 | 2026-05-28T04:53:17.962Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3177 | 2026-05-28T04:53:18.210Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3178 | 2026-05-28T04:53:18.242Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3179 | 2026-05-28T04:53:18.588Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3180 | 2026-05-28T04:53:18.641Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3181 | 2026-05-28T04:53:18.800Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3182 | 2026-05-28T04:53:18.856Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3183 | 2026-05-28T04:53:18.886Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3184 | 2026-05-28T04:53:19.063Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3185 | 2026-05-28T04:53:19.192Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3186 | 2026-05-28T04:53:19.684Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3187 | 2026-05-28T04:53:19.881Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3188 | 2026-05-28T04:53:20.259Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3189 | 2026-05-28T04:53:20.292Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3190 | 2026-05-28T04:53:20.318Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3191 | 2026-05-28T04:53:20.381Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3192 | 2026-05-28T04:53:20.480Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3193 | 2026-05-28T04:53:20.949Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3194 | 2026-05-28T04:53:21.059Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3195 | 2026-05-28T04:53:21.122Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3196 | 2026-05-28T04:53:21.318Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3197 | 2026-05-28T04:53:21.345Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3198 | 2026-05-28T04:53:21.772Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3199 | 2026-05-28T04:53:22.209Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3200 | 2026-05-28T04:53:22.322Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3201 | 2026-05-28T04:53:22.477Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3202 | 2026-05-28T04:53:22.799Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3203 | 2026-05-28T04:53:23.067Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3204 | 2026-05-28T04:53:23.100Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3205 | 2026-05-28T04:53:23.279Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3206 | 2026-05-28T04:53:23.437Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3207 | 2026-05-28T04:53:23.556Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3208 | 2026-05-28T04:53:23.559Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3209 | 2026-05-28T04:53:23.834Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3210 | 2026-05-28T04:53:23.897Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3211 | 2026-05-28T04:53:24.077Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3212 | 2026-05-28T04:53:24.257Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3213 | 2026-05-28T04:53:24.285Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3214 | 2026-05-28T04:53:24.311Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3215 | 2026-05-28T04:53:24.353Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3216 | 2026-05-28T04:53:24.375Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3217 | 2026-05-28T04:53:24.542Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3218 | 2026-05-28T04:53:24.587Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3219 | 2026-05-28T04:53:24.785Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3220 | 2026-05-28T04:53:24.927Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3221 | 2026-05-28T04:53:24.954Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3222 | 2026-05-28T04:53:25.053Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3223 | 2026-05-28T04:53:25.132Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3224 | 2026-05-28T04:53:25.517Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3225 | 2026-05-28T04:53:25.543Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3226 | 2026-05-28T04:53:25.775Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3227 | 2026-05-28T04:53:25.885Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3228 | 2026-05-28T04:53:26.028Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3229 | 2026-05-28T04:53:26.117Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3230 | 2026-05-28T04:53:26.149Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3231 | 2026-05-28T04:53:26.313Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3232 | 2026-05-28T04:53:26.343Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3233 | 2026-05-28T04:53:26.391Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3234 | 2026-05-28T04:53:26.415Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3235 | 2026-05-28T04:53:26.618Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3236 | 2026-05-28T04:53:26.644Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3237 | 2026-05-28T04:53:26.647Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3238 | 2026-05-28T04:53:26.961Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3239 | 2026-05-28T04:53:26.964Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3240 | 2026-05-28T04:53:26.987Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3241 | 2026-05-28T04:53:27.036Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3242 | 2026-05-28T04:53:27.242Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3243 | 2026-05-28T04:53:27.268Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3244 | 2026-05-28T04:53:27.291Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3245 | 2026-05-28T04:53:27.355Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3246 | 2026-05-28T04:53:27.568Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3247 | 2026-05-28T04:53:27.777Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3248 | 2026-05-28T04:53:27.806Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3249 | 2026-05-28T04:53:28.215Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3250 | 2026-05-28T04:53:28.253Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3251 | 2026-05-28T04:53:28.428Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3252 | 2026-05-28T04:53:28.640Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3253 | 2026-05-28T04:53:28.879Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3254 | 2026-05-28T04:53:28.905Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3255 | 2026-05-28T04:53:29.424Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3256 | 2026-05-28T04:53:29.549Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3257 | 2026-05-28T04:53:29.610Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3258 | 2026-05-28T04:53:29.651Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3259 | 2026-05-28T04:53:29.735Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3260 | 2026-05-28T04:53:29.863Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3261 | 2026-05-28T04:53:30.059Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3262 | 2026-05-28T04:53:30.083Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3263 | 2026-05-28T04:53:30.195Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3264 | 2026-05-28T04:53:30.271Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3265 | 2026-05-28T04:53:30.297Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3266 | 2026-05-28T04:53:30.408Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3267 | 2026-05-28T04:53:30.606Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3268 | 2026-05-28T04:53:30.653Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3269 | 2026-05-28T04:53:30.656Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3270 | 2026-05-28T04:53:30.728Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3271 | 2026-05-28T04:53:31.150Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3272 | 2026-05-28T04:53:31.232Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3273 | 2026-05-28T04:53:31.443Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3274 | 2026-05-28T04:53:31.998Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3275 | 2026-05-28T04:53:32.551Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3276 | 2026-05-28T04:53:32.614Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3277 | 2026-05-28T04:53:32.814Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3278 | 2026-05-28T04:53:33.145Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3279 | 2026-05-28T04:53:33.382Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3280 | 2026-05-28T04:53:33.801Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3281 | 2026-05-28T04:53:34.297Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3282 | 2026-05-28T04:53:34.940Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3283 | 2026-05-28T04:53:34.964Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3284 | 2026-05-28T04:53:37.360Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3285 | 2026-05-28T04:53:37.924Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3286 | 2026-05-28T04:53:39.001Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3287 | 2026-05-28T04:53:39.147Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5) |
| 3288 | 2026-05-28T04:53:39.313Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3289 | 2026-05-28T04:53:39.556Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3290 | 2026-05-28T04:53:39.862Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3291 | 2026-05-28T04:53:40.204Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3292 | 2026-05-28T04:53:40.260Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3293 | 2026-05-28T04:53:40.284Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3294 | 2026-05-28T04:53:40.685Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751) |
| 3295 | 2026-05-28T04:53:40.923Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3296 | 2026-05-28T04:53:41.027Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3297 | 2026-05-28T04:53:41.809Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3298 | 2026-05-28T04:53:43.239Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3299 | 2026-05-28T04:53:43.324Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3300 | 2026-05-28T04:53:43.645Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3301 | 2026-05-28T04:53:43.856Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3302 | 2026-05-28T04:53:44.009Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3303 | 2026-05-28T04:53:44.112Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3304 | 2026-05-28T04:53:44.422Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3305 | 2026-05-28T04:53:44.667Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3306 | 2026-05-28T04:53:44.894Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3307 | 2026-05-28T04:53:45.756Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3308 | 2026-05-28T04:53:45.988Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3309 | 2026-05-28T04:53:46.902Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3310 | 2026-05-28T04:53:47.127Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3311 | 2026-05-28T04:53:47.828Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3312 | 2026-05-28T04:53:47.971Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3313 | 2026-05-28T04:53:48.329Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3314 | 2026-05-28T04:53:49.776Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3315 | 2026-05-28T04:53:50.174Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3316 | 2026-05-28T04:53:50.199Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3317 | 2026-05-28T04:53:50.603Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3318 | 2026-05-28T04:53:50.952Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3319 | 2026-05-28T04:53:51.178Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3320 | 2026-05-28T04:53:51.388Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3321 | 2026-05-28T04:53:51.935Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3322 | 2026-05-28T04:53:52.747Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3323 | 2026-05-28T04:53:53.705Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3324 | 2026-05-28T04:53:53.822Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3325 | 2026-05-28T04:53:54.213Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3326 | 2026-05-28T04:53:54.275Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3327 | 2026-05-28T04:53:55.341Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3328 | 2026-05-28T04:53:55.559Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3329 | 2026-05-28T04:53:55.793Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3330 | 2026-05-28T04:53:56.177Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3331 | 2026-05-28T04:53:56.760Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3332 | 2026-05-28T04:53:58.008Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3333 | 2026-05-28T04:53:58.344Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3334 | 2026-05-28T04:53:59.414Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3335 | 2026-05-28T04:53:59.919Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3336 | 2026-05-28T04:54:00.738Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3337 | 2026-05-28T04:54:01.492Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3338 | 2026-05-28T04:54:01.907Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3339 | 2026-05-28T04:54:02.078Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3340 | 2026-05-28T04:54:02.665Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3341 | 2026-05-28T04:54:03.285Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3342 | 2026-05-28T04:54:03.922Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3343 | 2026-05-28T04:54:04.571Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3344 | 2026-05-28T04:54:05.030Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3345 | 2026-05-28T04:54:05.216Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3346 | 2026-05-28T04:54:06.024Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3347 | 2026-05-28T04:54:06.336Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3348 | 2026-05-28T04:54:06.381Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3349 | 2026-05-28T04:54:06.405Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3350 | 2026-05-28T04:54:07.307Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3351 | 2026-05-28T04:54:07.334Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3352 | 2026-05-28T04:54:08.007Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3353 | 2026-05-28T04:54:08.195Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3354 | 2026-05-28T04:54:08.293Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3355 | 2026-05-28T04:54:08.386Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3356 | 2026-05-28T04:54:08.590Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3357 | 2026-05-28T04:54:08.914Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3358 | 2026-05-28T04:54:08.917Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3359 | 2026-05-28T04:54:09.394Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3360 | 2026-05-28T04:54:09.728Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3361 | 2026-05-28T04:54:10.320Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3362 | 2026-05-28T04:54:10.975Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3363 | 2026-05-28T04:54:11.321Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3364 | 2026-05-28T04:54:14.518Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3365 | 2026-05-28T04:54:17.628Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3366 | 2026-05-28T04:54:18.626Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3367 | 2026-05-28T04:54:19.738Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3368 | 2026-05-28T04:54:20.556Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3369 | 2026-05-28T04:54:21.812Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3370 | 2026-05-28T04:54:23.628Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3371 | 2026-05-28T04:54:24.957Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3372 | 2026-05-28T04:54:25.245Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3373 | 2026-05-28T04:54:27.562Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3374 | 2026-05-28T04:54:27.667Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3375 | 2026-05-28T04:54:28.592Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3376 | 2026-05-28T04:54:36.340Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3377 | 2026-05-28T04:54:37.542Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3378 | 2026-05-28T04:54:38.728Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3379 | 2026-05-28T04:54:39.254Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3380 | 2026-05-28T04:54:39.971Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3381 | 2026-05-28T04:54:41.485Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3382 | 2026-05-28T04:54:42.798Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3383 | 2026-05-28T04:54:44.098Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3384 | 2026-05-28T04:54:45.483Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3385 | 2026-05-28T04:54:47.144Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3386 | 2026-05-28T04:54:48.192Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3387 | 2026-05-28T04:54:49.553Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3388 | 2026-05-28T04:54:50.747Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3389 | 2026-05-28T04:54:52.343Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3390 | 2026-05-28T04:54:53.519Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3391 | 2026-05-28T04:54:54.933Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3392 | 2026-05-28T04:54:56.382Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3393 | 2026-05-28T04:54:58.826Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3394 | 2026-05-28T04:54:59.714Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3395 | 2026-05-28T04:55:01.345Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3396 | 2026-05-28T04:55:03.216Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3397 | 2026-05-28T04:55:04.829Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3398 | 2026-05-28T04:55:06.538Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3399 | 2026-05-28T04:55:08.243Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3400 | 2026-05-28T04:55:09.978Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3401 | 2026-05-28T04:55:11.975Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3402 | 2026-05-28T04:55:13.492Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3403 | 2026-05-28T04:55:17.717Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3404 | 2026-05-28T04:55:18.852Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3405 | 2026-05-28T04:55:19.823Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3406 | 2026-05-28T04:55:22.717Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3407 | 2026-05-28T04:55:22.896Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3408 | 2026-05-28T04:55:25.065Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3409 | 2026-05-28T04:55:27.220Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3410 | 2026-05-28T04:55:29.711Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3411 | 2026-05-28T04:55:31.818Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3412 | 2026-05-28T04:55:33.824Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3413 | 2026-05-28T04:55:35.865Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3414 | 2026-05-28T04:55:38.307Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3415 | 2026-05-28T04:55:40.176Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3416 | 2026-05-28T04:55:42.298Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3417 | 2026-05-28T04:55:44.351Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3418 | 2026-05-28T04:55:46.433Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3419 | 2026-05-28T04:55:48.278Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3420 | 2026-05-28T04:55:50.687Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3421 | 2026-05-28T04:55:52.430Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3422 | 2026-05-28T04:55:54.550Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3423 | 2026-05-28T04:55:56.875Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3424 | 2026-05-28T04:55:59.003Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3425 | 2026-05-28T04:56:01.105Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3426 | 2026-05-28T04:56:03.220Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3427 | 2026-05-28T04:56:05.229Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3428 | 2026-05-28T04:56:05.468Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3429 | 2026-05-28T04:56:10.120Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3430 | 2026-05-28T04:56:12.528Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3431 | 2026-05-28T04:56:14.804Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3432 | 2026-05-28T04:56:17.078Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3433 | 2026-05-28T04:56:19.292Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3434 | 2026-05-28T04:56:21.626Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3435 | 2026-05-28T04:56:23.938Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3436 | 2026-05-28T04:56:26.721Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3437 | 2026-05-28T04:56:28.468Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3438 | 2026-05-28T04:56:31.130Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3439 | 2026-05-28T04:56:32.987Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3440 | 2026-05-28T04:56:35.396Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3441 | 2026-05-28T04:56:37.649Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3442 | 2026-05-28T04:56:40.235Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3443 | 2026-05-28T04:56:42.672Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3444 | 2026-05-28T04:56:45.054Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3445 | 2026-05-28T04:56:47.688Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3446 | 2026-05-28T04:56:49.947Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3447 | 2026-05-28T04:56:52.384Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3448 | 2026-05-28T04:56:55.284Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3449 | 2026-05-28T04:56:57.504Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3450 | 2026-05-28T04:56:59.963Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3451 | 2026-05-28T04:57:02.657Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3452 | 2026-05-28T04:57:05.184Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3453 | 2026-05-28T04:57:07.680Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3454 | 2026-05-28T04:57:10.250Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3455 | 2026-05-28T04:57:17.684Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3456 | 2026-05-28T04:57:18.212Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3457 | 2026-05-28T04:57:21.305Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3458 | 2026-05-28T04:57:24.554Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3459 | 2026-05-28T04:57:27.946Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3460 | 2026-05-28T04:57:32.632Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3461 | 2026-05-28T04:57:35.537Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3462 | 2026-05-28T04:57:39.133Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3463 | 2026-05-28T04:57:42.818Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3464 | 2026-05-28T04:57:46.648Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3465 | 2026-05-28T04:57:50.258Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3466 | 2026-05-28T04:57:53.877Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3467 | 2026-05-28T04:57:57.546Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3468 | 2026-05-28T04:58:01.344Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3469 | 2026-05-28T04:58:04.986Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3470 | 2026-05-28T04:58:08.723Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3471 | 2026-05-28T04:58:12.299Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3472 | 2026-05-28T04:58:16.018Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3473 | 2026-05-28T04:58:19.700Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3474 | 2026-05-28T04:58:23.472Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3475 | 2026-05-28T04:58:27.060Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3476 | 2026-05-28T04:58:30.761Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3477 | 2026-05-28T04:58:34.411Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3478 | 2026-05-28T04:58:38.124Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3479 | 2026-05-28T04:58:41.964Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3480 | 2026-05-28T04:58:45.537Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3481 | 2026-05-28T04:58:49.450Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3482 | 2026-05-28T04:59:18.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
| 3483 | 2026-05-28T04:59:19.156Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3484 | 2026-05-28T04:59:19.270Z | |
| 3485 | 2026-05-28T04:59:19.270Z | real 6:14.374758790 |
| 3486 | 2026-05-28T04:59:19.270Z | user 18:56.600031722 |
| 3487 | 2026-05-28T04:59:19.270Z | sys 4:02.866701016 |
| 3488 | 2026-05-28T04:59:19.270Z | trap 0.275937022 |
| 3489 | 2026-05-28T04:59:19.270Z | tflt 0.070425497 |
| 3490 | 2026-05-28T04:59:19.270Z | dflt 0.072318987 |
| 3491 | 2026-05-28T04:59:19.270Z | kflt 0.000040140 |
| 3492 | 2026-05-28T04:59:19.270Z | lock 5:21:06.612716767 |
| 3493 | 2026-05-28T04:59:19.271Z | slp 2:01:39.582449569 |
| 3494 | 2026-05-28T04:59:19.271Z | lat 41.703975201 |
| 3495 | 2026-05-28T04:59:19.273Z | stop 2:00.309603133 |
| 3496 | 2026-05-28T04:59:19.274Z | process exited: duration 773076 ms, exit code 0 |
| |
| 3497 | 2026-05-28T04:59:19.279Z | found 0 output files |